Changeset 18390


Ignore:
Timestamp:
2009-01-15T14:56:17+13:00 (15 years ago)
Author:
kjdon
Message:

made a few changes based on what had been done previously for the default core.css, including path quote changes to get it working in IE

File:
1 edited

Legend:

Unmodified
Added
Removed
  • greenstone3/trunk/web/interfaces/gs2/style/gs2-style.css

    r18383 r18390  
    1 /* classic stylesheet for greenstone3 */
     1/* greenstone 2 style for greenstone3 */
    22
    33
     
    88a:visited { color: #666633; }
    99
    10 
    11 .bgimage { background-image: url("../images/chalk.gif"); }
     10body {
     11  padding:0;
     12  margin:0;
     13  font-family: sans-serif, arial, helvetica;   
     14  background-image: url('../images/chalk.gif');
     15  background-color: #fff;
     16  color: #000000
     17}
    1218
    1319/* this contains everything - all the other divs */
    14 #page {
     20#page-wrapper {
    1521  margin: 0 3em 0 5em;
    1622  padding: 0;
     
    5258  background-repeat: repeat-y;
    5359  background-position: top right;
    54   background-image: url("../images/banner_bg.png"); 
     60  background-image: url('../images/banner_bg.png'); 
    5561 
    5662 }
     
    100106/* bg image set in style macro */
    101107div.divbar { /* for "select a collection" */
    102   background-image: url("../images/bg_green.png");
     108  background-image: url('../images/bg_green.png');
    103109  font-family: arial;
    104110  font-size: 10pt;
     
    110116/* bg image set in style macro */
    111117div.navbar {
    112   background-image: url("../images/bg_green.png"); 
     118  background-image: url('../images/bg_green.png'); 
    113119  min-width: 500px;
    114120  white-space: nowrap;
     
    134140  color: black;
    135141  text-decoration: none;
    136   background-image: url("../images/bg_off.png");
     142  background-image: url('../images/bg_off.png');
    137143  margin: 0 0 0 20px;
    138144}
     
    144150  color: black;
    145151  text-decoration: none;
    146   background-image: url("../images/bg_green.png"); 
     152  background-image: url('../images/bg_green.png'); 
    147153}
    148154
     
    157163
    158164a.navlink:hover {
    159    background-image: url("../images/bg_on.png");
     165   background-image: url('../images/bg_on.png');
    160166 }
    161167
Note: See TracChangeset for help on using the changeset viewer.