shithub: werc

Download patch

ref: 3809184bf62e96c0d3b3bf907ea5cbfba7392304
parent: 167568e676322b60f1afd2e7e777dd8d4c3320c4
author: sl <uriel@engel.se.cat-v.org>
date: Thu Oct 29 05:47:19 EDT 2009

Style cleanups and polishments.

--- a/pub/style/style.css
+++ b/pub/style/style.css
@@ -3,7 +3,7 @@
 body {
   color: black;
   background-color: white;
-  font-family: verdana, helvetica, arial, sans-serif;
+  font-family: Helvetica, Arial, 'Liberation Sans', FreeSans, sans-serif;
   font-size: 84%;  /* Enables font size scaling in MSIE */
   margin: 0;
   padding: 0;
@@ -17,22 +17,18 @@
   height: 1.6em;
 }
 
-.superHeader img {
-  vertical-align: bottom;
-}
+.superHeader img { vertical-align: bottom; }
 
 .superHeader a {
   color: white;
   background-color: transparent;
-  text-decoration: none;
   font-size: 91%;
   margin: 0;
   padding: 0 0.5ex 0 0.25ex;
 }
 
-.superHeader a:hover {
-  text-decoration: underline;
-}
+a { text-decoration: none; }
+a:hover { text-decoration: underline; }
 
 .superHeader div {
   position: absolute;
@@ -47,7 +43,7 @@
   background-color: rgb(140,170,230);
   background-color: #ff6d06;
   border: solid 0 black;
-  border-width: 3px 0;
+  border-width: 2px 0;
 }
 
 .headerTitle {
@@ -63,10 +59,8 @@
   margin-left: 1em;
 }
 
-.headerTitle a {
-  color: black;
-  text-decoration: none;
-}
+.headerTitle a { color: black; }
+.headerTitle a:hover { text-decoration: none; }
 
 .subHeader {
   display: none;
@@ -79,16 +73,11 @@
 .subHeader a {
   color: white;
   background-color: transparent;
-  text-decoration: none;
   font-weight: bold;
   margin: 0;
   padding: 0 0.75ex 0 0.5ex;
 }  
 
-.subHeader a:hover {
-  text-decoration: underline;
-}
-
 .superHeader .highlight, .subHeader .highlight {
   color: rgb(253,160,91);
   background-color: transparent;
@@ -132,7 +121,6 @@
 #side-bar a {
   color: rgb(0,102,204);
   background-color: transparent;
-  text-decoration: none;
   margin: 0;
   padding: 0.25em 1ex 0.25em 2mm;
   display: block;
@@ -174,12 +162,7 @@
   text-decoration: none;
 }
 
-.lighterBackground {
-  color: inherit;
-  background-color: white;
-}
 
-
 /* # Main Copy # */
 #main-copy {
   max-width: 70em;
@@ -205,7 +188,6 @@
 #main-copy a {
   color: rgb(0,102,204);
   background-color: transparent;
-  text-decoration: none;
 }
 
 #main-copy a:hover {
@@ -259,17 +241,13 @@
 #footer {
   color: white;
   background-color: rgb(100,135,220);
-  font-size: 91%;
-  margin: 0;
-  padding: 1em 2.5mm 2.5ex 2.5mm;
+  padding: 1em;
   clear: both;
-  border: solid 0 black;
-  border-width: 3px 0;
 }
 
 #footer .left {
   text-align: left;
-  line-height: 1.45em;
+  line-height: 1.55em;
   float: left;
   clear: left;
 }
@@ -282,14 +260,9 @@
 #footer a {
   color: white;
   background-color: transparent;
-  text-decoration: none;
 }
 
-#footer a:hover {
-  text-decoration: underline;
-}
 
-
 /* GENERAL */
 
 table {
@@ -355,10 +328,3 @@
 ul.sitemap-list a {
   text-transform: capitalize;
 }
-
-/* # Junk: should move elsewhere # */
-/* S-pam */
-.gpam { text-align: center; }
-.gpam table, .gpam th, .gpam td { border: none; }
-
-