[Workaround.org] r130 - trunk/etch

chaas at workaround.org chaas at workaround.org
Sat Jul 7 14:41:56 CEST 2007


Author: chaas
Date: 2007-07-07 14:41:55 +0200 (Sat, 07 Jul 2007)
New Revision: 130

Modified:
   trunk/etch/en.rest
   trunk/etch/style.css-oliver-ladner
Log:
CSS tuning


Modified: trunk/etch/en.rest
===================================================================
--- trunk/etch/en.rest	2007-07-07 11:37:49 UTC (rev 129)
+++ trunk/etch/en.rest	2007-07-07 12:41:55 UTC (rev 130)
@@ -945,8 +945,8 @@
     dovecot   unix  -       n       n       -       -       pipe
         flags=DRhu user=vmail:vmail argv=/usr/lib/dovecot/deliver -d ${recipient}
 
-Also make Postfix use that service for virtual delivery::
-lines to your ``/etc/postfix/main.cf``::
+Also make Postfix use that service for virtual delivery lines to your
+``/etc/postfix/main.cf``::
 
     $> postconf -e virtual_transport=dovecot
     $> postconf -e dovecot_destination_recipient_limit=1

Modified: trunk/etch/style.css-oliver-ladner
===================================================================
--- trunk/etch/style.css-oliver-ladner	2007-07-07 11:37:49 UTC (rev 129)
+++ trunk/etch/style.css-oliver-ladner	2007-07-07 12:41:55 UTC (rev 130)
@@ -1,6 +1,5 @@
 /*
-:Author: Oliver Ladner
-:Contact: oli at lugh.ch
+:Author: Oliver Ladner <oli at lugh.ch>, Christoph Haas <email at christoph-haas.de>
 :Copyright: - Stylesheet license: WTFPL (http://sam.zoy.org/wtfpl/)
 :           - Icons: Gnome (http://www.gnome.org)
 
@@ -13,7 +12,7 @@
 /* workaround.org-specific things */
 body {
   font-family: Arial, Helvetica, sans-serif ;
-  font-size: 0.9em ;
+  font-size: 11pt ;
   background: #f0f0f0 ; }
 
 .document {
@@ -24,10 +23,6 @@
   font-family: sans-serif ;
   }
 
-/* TOC */
-a.reference {
-  font-family: Arial ; }
-
 /* Info box */
 div.sidebar {
   border: 1px solid #505050 ;
@@ -62,16 +57,27 @@
   padding-bottom: 5px ; }
 
 h1 {
-  font-size: 1.6em ; }
+  font-size: 150% ; 
+  font-variant: small-caps;
+  font-weight: 500;
+  }
 
+h1.title {
+  text-align: center;
+  font-size: 200%;
+}
+
 h2 {
-  font-size: 1.4em ; }
+  font-size: 120% ;
+  font-weight: 300;
+  }
 
 h3 {
-  font-size: 1.1em ; }
+  font-size: 100% ; 
+  }
 
 h4 {
-  font-size: 1.0em ; }
+  font-size: 100% ; }
 
 /* Code */
 pre.literal-block {
@@ -91,7 +97,7 @@
 table.docutils {
   border: 0px ; 
   padding: 0;
-  margin: 0;
+  margin: 0.5em;
   background: #606060;
   }
 
@@ -110,3 +116,7 @@
   border-collapse: collapse;
 }
 
+/* Links */
+a {
+  color: #367130;
+}




More information about the Workaround-chitchat mailing list