Changeset 1033 for confluence

Show
Ignore:
Timestamp:
02/01/12 15:07:17 (4 months ago)
Author:
confluence
Message:

link colours

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • confluence/skins/pmwiki/flenser/flenser.css

    r1030 r1033  
    99#header a, #wikileft a, #wikifoot a { color: white; } 
    1010#wikihead a, #wikileft a, #wikifoot a { text-decoration: none; } 
    11 #wikihead a:hover, #wikileft a:hover, #wikifoot a:hover { text-decoration: underline; } 
     11#wikihead a:hover, #wikileft a:hover, #wikifoot a:hover { text-decoration: underline; color: #adadad; } 
    1212.lastmod { font-size: smaller; } 
    1313 
     
    2323} 
    2424 
    25 a:link { color: #424242 } 
    26 a:visited { color: #242424 } 
    27 a:hover { color: darkred } 
     25a:link { color: darkred; } 
     26a:visited { color: darkred; } 
     27a:hover { color: red; } 
    2828 
    2929hr {