]> i-scream Git - www.i-scream.org.git/commitdiff
Add all the style information for the cvslog pages.
authorTim Bishop <tim@bishnet.net>
Wed, 24 Mar 2004 21:34:26 +0000 (21:34 +0000)
committerTim Bishop <tim@bishnet.net>
Wed, 24 Mar 2004 21:34:26 +0000 (21:34 +0000)
Minor syntatical tidyups.
Make pre text "normal" size again.

www/styles/style.css

index cc26c5766ad68892d0ae3661d8b45d9469db3fbe..162f79673b37e7f085470b301af778f851b49c7c 100644 (file)
@@ -3,8 +3,8 @@ html,body {
        color: #000000;
        font-family: sans-serif;
        font-size: small;
-       margin: 0;
-       padding: 0;
+       margin: 0px;
+       padding: 0px;
 }
 
 /* Contains the entire of the page */
@@ -36,11 +36,11 @@ html,body {
 }
 #menu p {
        margin: 5px;
-       padding: 5px 0 5px 0;
+       padding: 5px 0px 5px 0px;
        text-align: center;
 }
 #menu .logo {
-       margin: 0;
+       margin: 0px;
        text-align: center;
 }
 
@@ -59,7 +59,7 @@ html,body {
 
 /* Contains the footer */
 #footer {
-       padding: 60px 0 5px 0;
+       padding: 60px 0px 5px 0px;
 }
 #footer p {
        text-align: center;
@@ -68,7 +68,7 @@ html,body {
 
 /* Contains the body text of the page */
 #contents {
-       padding: 0 15px 0 15px;
+       padding: 0px 15px 0px 15px;
 }
 #contents .top {
        margin-top: 0px;
@@ -99,18 +99,18 @@ html,body {
        padding-left: 5px;
        background: #f0f0f0;
        color: #000000;
-       font-size: larger;
+       /*font-size: larger;*/
 }
 #topnav {
-       margin: -15px -10px 0 0;
+       margin: -15px -10px 0px 0px;
        padding: 0px;
        text-align: right;
        background: transparent;
        color: #000000;
 }
 #topnav ul {
-       padding-left: 0;
-       margin-left: 0;
+       padding-left: 0px;
+       margin-left: 0px;
        display: inline;
 }
 #topnav li {
@@ -118,10 +118,42 @@ html,body {
        list-style: none;
        display: inline;
 }
+#cvslog div {
+       border: 2px solid #000066;
+       margin: 15px 0px 15px 0px;
+}
+#cvslog div.logitemfirst {
+       margin: 0px;
+       padding: 5px 0px 5px 0px;
+       border: 0px;
+}
+#cvslog div.logitem {
+       margin: 0px;
+       padding: 5px 0px 5px 0px;
+       border: 0px;
+       border-top: 1px dashed #000066;
+}
+#cvslog h3 {
+       background: #000066;
+       color: #ffffff;
+       margin: 0px;
+       padding: 3px;
+}
+#cvslog a.cvsloghead {
+       color: #ffffff;
+}
+#cvslog p {
+       margin: 0px;
+       padding: 5px;
+}
+#cvslog pre {
+       padding: 5px;
+       margin: 10px;
+}
 
 /* All images have no border */
 img {
-       border: 0;
+       border: 0px;
 }
 
 /* For when we want to hide something to CSS browsers */