[Lostwages] [1/2] Fix CSS and implement more rules

Alex Waite awaite2 at uiuc.edu
Thu May 24 00:40:07 CDT 2007


  The following patch adds a 5px padding to make the code boxes look
more like they did before the tables were removed.  It also adds quite a
few CSS rules which will be used in the following patch.  More patches
will follow using these new rules provided these two patches are committed.
  Jeremy: would you rather if I didn't copy you and just posted straight
to this newsgroup?  I'm not quite sure which you prefer.

---Alex
-------------- next part --------------
Index: winehq_styles.css
===================================================================
RCS file: /home/wine/lostwages/winehq_styles.css,v
retrieving revision 1.17
diff -u -r1.17 winehq_styles.css
--- winehq_styles.css	23 May 2007 18:24:34 -0000	1.17
+++ winehq_styles.css	24 May 2007 05:36:46 -0000
@@ -8,6 +8,7 @@
                     }
 
 img                 { border: 0; }
+dt                  { margin: 10px 0; }
 
 /* Link Colors */
 A                   { color: #A50D0D; }
@@ -55,6 +56,7 @@
 .strike             { text-decoration: line-through; }
 .bold               { font-weight: bold; }
 .newstitle          { font-size: 14px; font-weight: bold; color: #000000; }
+.underline          { text-decoration: underline; }
 
 /* Menu Config */
 .menuTitle	        { font-size: 12px; color: #ffffff; font-weight: bold; text-decoration: none; }
@@ -74,7 +76,7 @@
 .small              { font-size: 10px; }
 .big                { font-size: 14px; }
 .rowtitle           { background-color: black; color: white; font-weight: bold; }
-.commandWidth       { width: 500px; }
+.commandWidth       { width: 500px; padding: 5px; }
 
 /* Generic Buttons */
 .button             { background-color: #A50D0D; color: #ffffff; font-family: Sans-Serif; font-size: 12px; padding: 0; }
@@ -83,6 +85,12 @@
 /* Note Blip */
 .blip               { color: #ff0000; font-size: 10px; }				   
 
+/* template navigation links */
+.link-container     { position: relative; height: 1.2em; }
+.link-container p   { position: absolute; width: 50%; margin: 0; }
+.left-link          { left: 0; }
+.right-link         { right: 0; text-align: right; }
+
 /* Footer */
 .footer             { font-size: 8pt; color: #777777; }
 


More information about the wine-patches mailing list