Ignore:
Timestamp:
2006-05-11T12:11:11+12:00 (18 years ago)
Author:
shaoqun
Message:

add navlink class for <a> tag

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl/images/style.css

    r11777 r11800  
    139139}
    140140
     141/* bg image set in style macro */
     142a.navlink {
     143  vertical-align: top;
     144  padding: 0 10px;
     145  color: black;
     146  text-decoration: none;
     147}
     148
     149/* bg image set in style macro */
     150a.navlink_sel {
     151  vertical-align: top;
     152  padding: 0 10px;
     153 color: black;
     154  text-decoration: none;
     155}
     156
     157a.navlink:visited {
     158  color: black;
     159}
     160
     161/* for the nav_ns4.dm macro only (for netscape4 support) */
     162a.navlink_ns4 {
     163  background-color: #e8d9b1;
     164}
     165
     166a.navlink_sel_ns4 {
     167  background-color: #96c19b;
     168}
     169
    141170
    142171/* bg image set in style macro */
     
    153182  text-decoration: none;
    154183}
     184
    155185span.navlink a:visited {
    156186  color: black;
Note: See TracChangeset for help on using the changeset viewer.