Changeset 12005


Ignore:
Timestamp:
2006-07-04T15:51:02+12:00 (18 years ago)
Author:
davidb
Message:

Style sheet support for first cut at 'The Depository' -- Greenstone's runtime
action for institutional repository support.

File:
1 edited

Legend:

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

    r11885 r12005  
    246246
    247247/* collector bar */
    248 table.collectorbar {
     248table.wizardbar {
    249249   text-align: center;
    250250   vertical-align: middle;
    251251}
    252252               
    253 td.collectorbargreen {
     253td.wizardbargreen {
    254254   background-color: #96BE9C;
    255255}
    256 td.collectorbaryellow {
     256td.wizardbaryellow {
    257257   background-color: #EEE8AA;
    258258}
    259 td.collectorbargrey {
     259td.wizardbargrey {
    260260   background-color: #D3D3D3;
    261261}
    262262
    263 table.collectorbar a {
    264   color: black;
    265   text-decoration: none;
    266 }
    267 
    268 table.collectorbar a:visited {
     263table.wizardbar a {
     264  color: black;
     265  text-decoration: none;
     266}
     267
     268table.wizardbar a:visited {
    269269  color: black;
    270270}
Note: See TracChangeset for help on using the changeset viewer.