Changeset 1993


Ignore:
Timestamp:
11/16/07 22:38:04 (6 years ago)
Author:
sam
Message:
  • Make links greenish instead of blueish.
  • Set proper background colours for slow-loading pages.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • www/main.css

    r1992 r1993  
    1616  color: black; 
    1717  background: url('/img/back3.png') repeat left top; 
    18   background-color: #420700; 
     18  background-color: black; 
    1919} 
    2020 
     
    6969  display: table-caption; 
    7070  color: inherit; 
    71   background-color: #eeeedd; 
     71  background-color: #dddddd; 
    7272  background: url('/img/back4.png') repeat left top; 
    7373  padding: 0 10px 0 10px; 
     
    134134} 
    135135 
    136 a:link    { color: #225599; background-color: inherit; } 
    137 a:visited { color: #002266; background-color: inherit; } 
    138 a:active  { color: #88ff77; background-color: inherit; } 
     136a:link    { color: #33aa55; background-color: inherit; } 
     137a:visited { color: #117722; background-color: inherit; } 
     138a:hover   { color: #aa22dd; background-color: inherit; text-decoration: none; } 
     139a:active  { color: #cc22ff; background-color: inherit; } 
    139140 
    140141/* Top menubar handling */ 
     
    149150  color: black; 
    150151  background: url('/img/back4.png') repeat left top; 
    151   background-color: #c5be09; 
     152  background-color: #dddddd; 
    152153  text-decoration: none; 
    153154  font-weight: bold; 
Note: See TracChangeset for help on using the changeset viewer.