lostwages/. winehq_styles.css
ChangeSet ID: 31155 CVSROOT: /opt/cvs-commit Module name: lostwages Changes by: jnewman(a)winehq.org 2007/06/01 09:19:04 Modified files: . : winehq_styles.css Log message: Alexander Q. Waite <awaite2(a)uiuc.edu> Fix CSS and implement more rules Patch: http://cvs.winehq.org/patch.py?id=31155 Old revision New revision Changes Path 1.17 1.18 +9 -1 lostwages/winehq_styles.css Index: lostwages/winehq_styles.css diff -u -p lostwages/winehq_styles.css:1.17 lostwages/winehq_styles.css:1.18 --- lostwages/winehq_styles.css:1.17 1 Jun 2007 14:19: 4 -0000 +++ lostwages/winehq_styles.css 1 Jun 2007 14:19: 4 -0000 @@ -8,6 +8,7 @@ BODY { } img { border: 0; } +dt { margin: 10px 0; } /* Link Colors */ A { color: #A50D0D; } @@ -55,6 +56,7 @@ p.indent { padding-left: 1em; .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 @@ p.indent { padding-left: 1em; .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 @@ p.indent { padding-left: 1em; /* 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; }
participants (1)
-
Jeremy Newman