Ignore:
Timestamp:
2006-01-27T17:15:18+13:00 (18 years ago)
Author:
jrm21
Message:

we now use the page title where the banner image used to be... this means
we can now remove all the images for "about" "titles a-z" etc that were
shown on the top right hand side.

File:
1 edited

Legend:

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

    r11146 r11152  
    4040/* home, help, preferences links */
    4141p.bannerlinks {
    42   font-family: arial;
     42  font-family: sans-serif, arial, helvetica;
    4343  font-size: 10pt;
    4444  font-weight: bold;
    4545}
    4646/* the image based on the page action */
    47 p.bannerimage {}
     47p.bannerimage {
     48    font-family: sans-serif, arial, helvetica;
     49    font-size: 24px;
     50    font-weight: bold;
     51    padding-top: 4px;
     52    padding-right: 4px;
     53    padding-bottom: 10px;
     54    margin-left: 40px;
     55    text-transform: lowercase;
     56    background: #96c19b;
     57    width: 40px;
     58    text-align: right;
     59}
    4860/* the image for the collection, shown in the banner */
    4961div.collectimage {
     
    6375  min-width: 500px;
    6476  white-space: nowrap;
    65   font-family: arial;
     77  font-family: sans-serif, arial, helvetica;
    6678  font-size: 10pt;
    6779  font-weight: bold;
Note: See TracChangeset for help on using the changeset viewer.