From 47ede3f7a32547624ea2e0610bbe1e20c3e76404 Mon Sep 17 00:00:00 2001 From: Tim Bishop Date: Wed, 24 Mar 2004 21:34:26 +0000 Subject: [PATCH] Add all the style information for the cvslog pages. Minor syntatical tidyups. Make pre text "normal" size again. --- www/styles/style.css | 54 +++++++++++++++++++++++++++++++++++--------- 1 file changed, 43 insertions(+), 11 deletions(-) diff --git a/www/styles/style.css b/www/styles/style.css index cc26c57..162f796 100644 --- a/www/styles/style.css +++ b/www/styles/style.css @@ -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 */ -- 2.44.0