Changeset 11116


Ignore:
Timestamp:
2006-01-26T16:35:00+13:00 (18 years ago)
Author:
jrm21
Message:
  • css entry added for span.highlight (for text highlighting)
  • navigation tabs if using the netscape4 macro file
File:
1 edited

Legend:

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

    r11095 r11116  
    8787/* bg image set in style macro */
    8888span.navlink {
    89   vertical-align: top;
    90   padding: 0 10px;
     89  vertical-align: top; 
     90  padding: 0 10px; 
    9191}
    9292
     
    106106span.navlink a:visited {
    107107  color: black;
     108}
     109
     110/* for the nav_ns4.dm macro only (for netscape4 support) */
     111span.navlink_ns4 {
     112  background-color: #e8d9b1;
     113}
     114span.navlink_sel_ns4 {
     115  background-color: #96c19b;
     116}
     117
     118/* ns4 doesn't support :hover? */
     119span.navlink_ns4 a:hover {
     120}
     121
     122span.highlight {
     123  background: #ffff77;
    108124}
    109125
Note: See TracChangeset for help on using the changeset viewer.