X-Git-Url: https://harishankar.org/repos/?p=biaweb2.git;a=blobdiff_plain;f=templates%2Fstyle.tpl.css;fp=templates%2Fstyle.tpl.css;h=3b3358e41718c3a1c7f69476f3636347f2fa44a2;hp=4cb611df8d298981a02205b99c40d790e077545c;hb=a302a25538bc69491c4844ef065c6b50e098387a;hpb=26b38b4a38c24955293a7144f1e1d74676601caf diff --git a/templates/style.tpl.css b/templates/style.tpl.css index 4cb611d..3b3358e 100644 --- a/templates/style.tpl.css +++ b/templates/style.tpl.css @@ -9,27 +9,44 @@ body { h1, h2, h3, h4, h5, h6 { font-family: Georgia, 'Times New Roman', Times, serif; } -div#header { +header { width: 100%; color: white; background-color:#a1a0c0; height: 50px; float: left; } + +.inlinelist { + display: inline-block; + padding: 0em; + margin: 0em; +} + +.inlinelist li { + display: inline-block; + margin-right: 0.9em; +} + div#modification { width: 100%; - color: darkslateblue; - font-size: 0.9em; + color:darkgray; + font-size: 0.8em; float:left; } -div#footer { +div#navbit { + width: 100%; + float: left; + font-size: 0.8em; +} +footer { width: 100%; text-align: center; background-color: #a1a0c0; color: white; float:left; } -div#sidebar { +nav#sidebar { float :right; background-color: #f0f0f0; color: black; @@ -37,7 +54,7 @@ div#sidebar { padding: 1%; } -div#content { +section#content { width: 63%; margin-right:1%; margin-left: 1%;