shithub: werc

Download patch

ref: addf23c653c14e27d1dc4c57c23d4ad6c322f390
parent: 7d49f0252b5e6e01230679194d65df53bc073b90
author: sl <uriel@engel.se.cat-v.org>
date: Wed Jan 21 05:26:09 EST 2009

Try to make default css font setup saner.

--- a/pub/style/style.css
+++ b/pub/style/style.css
@@ -4,16 +4,12 @@
   color: black;
   background-color: white;
   font-family: verdana, helvetica, arial, sans-serif;
-  font-size: 71%;  /* Enables font size scaling in MSIE */
+  font-size: 88%;  /* Enables font size scaling in MSIE */
   margin: 0;
   padding: 0;
 }
 
-html > body {
-  font-size: 0.7em;
-}
 
-
 /* # Header # */
 .superHeader {
   color: white;
@@ -56,7 +52,7 @@
 
 .headerTitle {
   color: black;
-  font-size: 337%;
+  font-size: 256%;
   font-weight: normal;
   margin: 0 0 0 4mm;
   padding: 0.25ex 0;
@@ -132,7 +128,7 @@
   padding: 0.1ex 0;  /* Circumvents a rendering bug (?) in MSIE 6.0 */
 }
 
-#side-bar a, .thisPage {
+#side-bar a {
   color: rgb(0,102,204);
   background-color: transparent;
   text-decoration: none;
@@ -140,7 +136,8 @@
   padding: 0.35em 1ex 0.35em 2mm;
   display: block;
   text-transform: capitalize;
-  font-weight: bold;
+  font-weight: bold!important;
+  font-size: 104%;
 }
 
 .thisPage, .thisPage a {
@@ -147,12 +144,12 @@
   color: black!important;
   background-color: white;
   padding-left: 5mm;
-  font-weight: 600;
 }
 
 #side-bar a:hover {
   color: white;
   background-color: rgb(100,135,220);
+  border-left: black solid 0.2em;
   text-decoration: none;
 }