X-Git-Url: https://harishankar.org/repos/?p=biaweb2.git;a=blobdiff_plain;f=templates%2Fstyle.tpl.css;h=ec2e68b6cba0bcaeecff47edab4489aa26b947fa;hp=2f9d6b593b32640ff239484539f5e3ddf3f2f06f;hb=1d6e80c91ca5a6c4551d89e7a1979490c2505745;hpb=59a75c2a800a51ad8b40c7b5e643d92adc0a6389 diff --git a/templates/style.tpl.css b/templates/style.tpl.css index 2f9d6b5..ec2e68b 100644 --- a/templates/style.tpl.css +++ b/templates/style.tpl.css @@ -1,14 +1,17 @@ body { background-color:white; color: black; - font-family:Verdana, Geneva, Tahoma, sans-serif; - font-size: 0.9em; + font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif; + font-size: 1em; margin: 0; padding: 0; } - h1, h2, h3, h4, h5, h6 { font-family: Georgia, 'Times New Roman', Times, serif; + background-color: whitesmoke; +} +header h1 { + background: none; } header { width: 100%; @@ -21,40 +24,33 @@ header { width: 100%; text-align: left; } - .doclisttable thead { font-weight: bold; } - .doclisttable tbody { color: #3f3f3f; } - .doclisttable td { padding:0.2em; } - .inlinelist { display: inline-block; padding: 0em; margin: 0em; } - .inlinelist li { display: inline-block; margin-right: 0.9em; } - div#modification { width: 100%; color:darkgray; font-size: 0.8em; - float:left; } div#navbit { width: 100%; - float: left; font-size: 0.8em; + background: none; } footer { width: 100%; @@ -70,7 +66,9 @@ nav#sidebar { width: 30%; padding: 1%; } - +nav#sidebar h2 { + background: none; +} section#content { width: 63%; margin-right:1%;