Changeset 59

Show
Ignore:
Timestamp:
24/08/06 12:22:43 (7 years ago)
Author:
dez
Message:

Adds link colours for orange side boxes

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • css/box.css

    r28 r59  
    8686        margin: 0; 
    8787} 
     88 
     89/* -------------------------------------------------- 
     90    Links 
     91   -------------------------------------------------- */ 
     92 
     93.cb a:link, .cbb a:link { 
     94        color: #ffc62b; 
     95} 
     96 
     97.cb a:visited, .cbb a:visited { 
     98        color: #a52f0f; 
     99} 
     100 
     101.cb a:active, .cbb a:active { 
     102        color: #ffffff; 
     103} 
     104 
     105.cb a:hover, .cbb a:hover { 
     106        background: #e69200; 
     107} 
     108 
    88109/* CSS for the box ends here */