ref: f5ae66f72f0a3dbbf270d8f42ca43cb80a2dc7a2
parent: 1609e45f65be90b8b3cbd472177375a3b19d9243
author: uriel <uriel@engel.se.cat-v.org>
date: Fri Jan 16 22:04:43 EST 2009
Minor cosmetic css changes.
--- a/pub/style/style.css
+++ b/pub/style/style.css
@@ -1,5 +1,4 @@
-/* Default style */
-/* ##### Common Styles ##### */
+/* Default werc style */
body {
color: black;
@@ -11,29 +10,11 @@
}
html > body {
- /* font-size: 9pt; */
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 {
color: white;
background-color: rgb(100,135,220);
@@ -86,12 +67,12 @@
}
.headerTitle a {
- color: black;
- text-decoration: none;
+ color: black;
+ text-decoration: none;
}
.subHeader {
-display: none;
+ display: none;
color: white;
background-color: rgb(0,51,153);
margin: 0;
@@ -117,8 +98,7 @@
}
-/* ##### Side Boxes ##### */
-
+/* # Side # */
#side-bar {
width: 16em;
float: left;
@@ -144,7 +124,7 @@
}
li ul {
- padding-left: 1.0em !important;
+ padding-left: 1.0em !important;
}
#side-bar li {
@@ -167,10 +147,6 @@
color: black!important;
background-color: white;
padding-left: 5mm;
- /*
- border-top: 1px solid rgb(153,153,153);
- border-bottom: 1px solid rgb(153,153,153);
- */
font-weight: 600;
}
@@ -206,9 +182,7 @@
}
-
-/* ##### Main Copy ##### */
-
+/* # Main Copy # */
#main-copy {
max-width: 70em;
color: black;
@@ -225,7 +199,6 @@
padding: 2mm 5mm 2mm 5mm;
}
-
#main-copy p {
margin: 1em 1ex 1em 1ex !important; /* Need !important so troff-generated pages don't look totally squezed */
padding: 0;
@@ -284,8 +257,7 @@
}
-/* ##### Footer ##### */
-
+/* # Footer # */
#footer {
color: white;
background-color: rgb(100,135,220);
@@ -322,53 +294,61 @@
/* GENERAL */
-/* S-pam */
-.gpam {
- text-align: center;
-}
-
-/* Tables */
table {
- border: solid 1px black;
+ border: solid 1px black;
}
th {
- background-color: #abc;
- border: solid 1px black;
- text-align: center;
+ background-color: #abc;
+ border: solid 1px black;
+ text-align: center;
}
td {
- background-color: #def;
- border: solid 1px black;
+ background-color: #def;
+ border: solid 1px black;
}
hr {
- border-width: 0px 0px 0.1em 0px;
- border-color: black;
+ border-width: 0px 0px 0.1em 0px;
+ border-color: black;
}
-/* S-pam */
-.gpam table, .gpam th, .gpam td {
- border: none;
+acronym, .titleTip {
+ border-bottom: 1px dotted rgb(153,153,153);
+ cursor: help;
+ margin: 0;
+ padding: 0 0 0.4px 0;
}
-/* Code */
pre {
- margin-left: 2em;
- font-size: 1.2em;
+ margin-left: 2em;
+ font-size: 1.2em;
}
-
-/* Quotes */
blockquote {
- border-left: 1px solid blue;
- font-style: italic;
+ border-left: 1px solid blue;
+ 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 {
- text-transform: capitalize;
- font-weight: bold;
+ text-transform: capitalize;
+ font-weight: bold;
}
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; }
+
+