some minor stylesheet improvements and twiddles

This commit is contained in:
maste9 2015-01-31 13:27:49 +01:00 committed by Homer S
parent d8c5a385c6
commit f2fba94aa8
1 changed files with 23 additions and 1 deletions

View File

@ -1,6 +1,8 @@
body {
margin:0; padding:0;
font-family:"Nimbus Sans L";
font-size:14pt;
background:#000;
}
header *, nav *, footer *, div#flex-container {
@ -16,6 +18,8 @@ header {
}
header h1 {
font-family:"URW Gothic L";
font-weight:lighter;
padding:0.5em 0.5em 0 0;
color:#fff;
text-shadow:#999 0.2em -0.2em 0.1em;
@ -23,6 +27,8 @@ header h1 {
}
header h2 {
font-family:"URW Gothic L";
font-weight:lighter;
display:block;
width:20%;
height:auto;
@ -35,6 +41,8 @@ header h2 {
}
nav {
font-family:"URW Gothic L";
font-weight:lighter;
padding:0.5em 0 0 0.5em;
width:100%; height:1.75em;
background:#999;
@ -94,6 +102,7 @@ main {
-webkit-order:1;
order:1;
font-family:"Gentium",serif;
margin:0;
padding:0.5em 0 0 0.5em;
background:#000;
@ -101,6 +110,11 @@ main {
min-height:100%;
}
main h1 {
font-family:"URW Gothic L";
font-weight:lighter;
}
aside {
webkit-flex:3 7 30%;
@ -108,7 +122,7 @@ aside {
-webkit-order:2;
order:2;
margin:0;
margin:3.5em 0 0 0;
padding:0.5em 0.5em 0 0;
text-align:right;
background:#666;
@ -116,6 +130,12 @@ aside {
min-height:40em;
}
aside h1 {
text-align:center;
font-family:"URW Gothic L";
font-weight:lighter;
}
footer {
padding:0.5em 0.25em 0 0.25em;
@ -127,6 +147,8 @@ footer {
}
footer h1 {
font-family:"URW Gothic L";
font-weight:lighter;
display:block;
float:right;
width:10em;