X-Git-Url: https://harishankar.org/repos/?p=biaweb2.git;a=blobdiff_plain;f=templates%2Fstyle.tpl.css;fp=templates%2Fstyle.tpl.css;h=4cb611df8d298981a02205b99c40d790e077545c;hp=0000000000000000000000000000000000000000;hb=fe9a0fef0b31ee3b94b3e73b7e319087a49a3054;hpb=b6425f960a30045333fb2ef531832a0b5858200d diff --git a/templates/style.tpl.css b/templates/style.tpl.css new file mode 100644 index 0000000..4cb611d --- /dev/null +++ b/templates/style.tpl.css @@ -0,0 +1,47 @@ +body { + background-color:white; + color: black; + font-family:Verdana, Geneva, Tahoma, sans-serif; + font-size: 0.9em; + margin: 0; + padding: 0; +} +h1, h2, h3, h4, h5, h6 { + font-family: Georgia, 'Times New Roman', Times, serif; +} +div#header { + width: 100%; + color: white; + background-color:#a1a0c0; + height: 50px; + float: left; +} +div#modification { + width: 100%; + color: darkslateblue; + font-size: 0.9em; + float:left; +} +div#footer { + width: 100%; + text-align: center; + background-color: #a1a0c0; + color: white; + float:left; +} +div#sidebar { + float :right; + background-color: #f0f0f0; + color: black; + width: 30%; + padding: 1%; +} + +div#content { + width: 63%; + margin-right:1%; + margin-left: 1%; + float: left; + line-height: 150%; + text-align: justify; +}