Browse Source

back and forth

pull/2/head
rra 5 years ago
parent
commit
ae92911af4
  1. 17
      themes/homebrewtheme/static/css/main.css

17
themes/homebrewtheme/static/css/main.css

@ -15,7 +15,7 @@ http://majesticmoo.se
} }
html { html {
font-size:20px; font-size:22px;
} }
header { header {
@ -101,8 +101,8 @@ body {
line-height:1.6em; line-height:1.6em;
color:#0074D9; color:#0074D9;
background-color:#f6f6f6; background-color:#f6f6f6;
/*font-family:'OrkneyRegular';*/ font-family:'OpenSans';
font-family:times; /*font-family:times;*/
letter-spacing: 0.05em; letter-spacing: 0.05em;
margin:0; margin:0;
/*! padding: 1em; */ /*! padding: 1em; */
@ -210,9 +210,15 @@ h1, h2,h3 {
padding: 3em; padding: 3em;
float: right; float: right;
line-height: 1.5em; line-height: 1.5em;
border-width: 2px 0 2px 0; border-width: 1px 1px 4px 4px;
border-style: solid; border-style: solid;
margin: 1em; /*! margin: 1.6em; */
background-color: #EAEAEA;
margin-top: 4em;
margin-left: 1.6em;
margin-bottom: 1.6em;
/*! font-size: 20px; */
/*! padding-top: 2em; */
} }
.toc .toctitle { .toc .toctitle {
@ -225,6 +231,7 @@ h1, h2,h3 {
} }
.entry-content{ .entry-content{
/*! margin:auto; */ /*! margin:auto; */
padding-top:2em;
padding-bottom:1em; padding-bottom:1em;
} }

Loading…
Cancel
Save