Changeset 59
- Timestamp:
- 24/08/06 12:22:43 (7 years ago)
- Files:
-
- 1 modified
-
css/box.css (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
css/box.css
r28 r59 86 86 margin: 0; 87 87 } 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 88 109 /* CSS for the box ends here */
