Minor cosmetic css changes.

This commit is contained in:
uriel 2009-01-17 03:04:43 +01:00
parent e8707b03af
commit 85cf543972

View File

@ -1,5 +1,4 @@
/* Default style */ /* Default werc style */
/* ##### Common Styles ##### */
body { body {
color: black; color: black;
@ -11,29 +10,11 @@ body {
} }
html > body { html > body {
/* font-size: 9pt; */
font-size: 0.7em; font-size: 0.7em;
} }
acronym, .titleTip {
border-bottom: 1px dotted rgb(153,153,153);
cursor: help;
margin: 0;
padding: 0 0 0.4px 0;
}
.doNotDisplay {
display: none;
}
.smallCaps {
font-size: 110%;
font-variant: small-caps;
}
/* ##### Header ##### */
/* # Header # */
.superHeader { .superHeader {
color: white; color: white;
background-color: rgb(100,135,220); background-color: rgb(100,135,220);
@ -86,12 +67,12 @@ acronym, .titleTip {
} }
.headerTitle a { .headerTitle a {
color: black; color: black;
text-decoration: none; text-decoration: none;
} }
.subHeader { .subHeader {
display: none; display: none;
color: white; color: white;
background-color: rgb(0,51,153); background-color: rgb(0,51,153);
margin: 0; margin: 0;
@ -117,8 +98,7 @@ display: none;
} }
/* ##### Side Boxes ##### */ /* # Side # */
#side-bar { #side-bar {
width: 16em; width: 16em;
float: left; float: left;
@ -144,7 +124,7 @@ display: none;
} }
li ul { li ul {
padding-left: 1.0em !important; padding-left: 1.0em !important;
} }
#side-bar li { #side-bar li {
@ -167,10 +147,6 @@ li ul {
color: black!important; color: black!important;
background-color: white; background-color: white;
padding-left: 5mm; padding-left: 5mm;
/*
border-top: 1px solid rgb(153,153,153);
border-bottom: 1px solid rgb(153,153,153);
*/
font-weight: 600; font-weight: 600;
} }
@ -206,9 +182,7 @@ li ul {
} }
/* # Main Copy # */
/* ##### Main Copy ##### */
#main-copy { #main-copy {
max-width: 70em; max-width: 70em;
color: black; color: black;
@ -225,7 +199,6 @@ li ul {
padding: 2mm 5mm 2mm 5mm; padding: 2mm 5mm 2mm 5mm;
} }
#main-copy p { #main-copy p {
margin: 1em 1ex 1em 1ex !important; /* Need !important so troff-generated pages don't look totally squezed */ margin: 1em 1ex 1em 1ex !important; /* Need !important so troff-generated pages don't look totally squezed */
padding: 0; padding: 0;
@ -284,8 +257,7 @@ dd {
} }
/* ##### Footer ##### */ /* # Footer # */
#footer { #footer {
color: white; color: white;
background-color: rgb(100,135,220); background-color: rgb(100,135,220);
@ -322,53 +294,61 @@ dd {
/* GENERAL */ /* GENERAL */
/* S-pam */
.gpam {
text-align: center;
}
/* Tables */
table { table {
border: solid 1px black; border: solid 1px black;
} }
th { th {
background-color: #abc; background-color: #abc;
border: solid 1px black; border: solid 1px black;
text-align: center; text-align: center;
} }
td { td {
background-color: #def; background-color: #def;
border: solid 1px black; border: solid 1px black;
} }
hr { hr {
border-width: 0px 0px 0.1em 0px; border-width: 0px 0px 0.1em 0px;
border-color: black; border-color: black;
} }
/* S-pam */ acronym, .titleTip {
.gpam table, .gpam th, .gpam td { border-bottom: 1px dotted rgb(153,153,153);
border: none; cursor: help;
margin: 0;
padding: 0 0 0.4px 0;
} }
/* Code */
pre { pre {
margin-left: 2em; margin-left: 2em;
font-size: 1.2em; font-size: 1.2em;
} }
/* Quotes */
blockquote { blockquote {
border-left: 1px solid blue; border-left: 1px solid blue;
font-style: italic; font-style: italic;
} }
/* PAGE/HANDLER SPECIFIC */ .smallCaps {
font-size: 110%;
font-variant: small-caps;
}
.doNotDisplay { display: none; }
/* # Page/Handler specific # */
h1.dir-list-head, ul.dir-list { h1.dir-list-head, ul.dir-list {
text-transform: capitalize; text-transform: capitalize;
font-weight: bold; font-weight: bold;
} }
ul.sitemap-list a { ul.sitemap-list a {
text-transform: capitalize; text-transform: capitalize;
} }
/* # Junk: should move elsewhere # */
/* S-pam */
.gpam { text-align: center; }
.gpam table, .gpam th, .gpam td { border: none; }