Changeset 11823 for trunk/gsdl/images


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

added new style for banner and images title and mordified some styles to make them workable on IE

File:
1 edited

Legend:

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

    r11809 r11823  
    3333
    3434#banner {
    35   margin-bottom: 5px;
    36 }
     35  margin: 0 0 5px 0;
     36  padding:0;
     37 
     38}
     39
    3740/* this div contains the bannerlinks and bannertitle paragraphs */
    3841div.pageinfo {
     
    4043  text-align: right;
    4144  padding: 0;
    42   margin:0;
     45  margin:0 0 3px 0;
    4346  width: 50%;
    4447}
     
    4952  font-size: 10pt;
    5053  font-weight: bold;
     54  margin:0;
     55  padding:0;
    5156}
    5257
     
    5661  font-size: 24px;
    5762  font-weight: bold;
    58   margin: 20px 0 0 0;
     63  margin: 10px 0 0 0;
    5964  text-transform: lowercase;
    6065  white-space: nowrap;
    61 }
    62 
     66  padding: 6px 2px 10px 0px;
     67  background-repeat: repeat-y;
     68  background-position: top right;
     69 
     70}
     71
     72p.collectiontitle {
     73  font-family: sans-serif, arial, helvetica;
     74  font-size: 24px;
     75  font-weight: bold;
     76  text-transform: lowercase;
     77  white-space: nowrap;
     78  padding: 8px 0px 12px 2px;
     79  background-repeat: repeat-y;
     80  background-position: top left;
     81  margin:0;
     82}
     83
     84a.collectiontitle {
     85  color: black;
     86  text-decoration: none;
     87}
    6388
    6489/* the image for the collection, shown in the banner */
     
    6893  float: left;
    6994  width: 45%;
     95  padding:0;
     96  margin:0;
    7097}
    7198/* make sure this is shown under the other divs (which may be floating) */
     
    73100   clear: both;
    74101}
    75 
    76102
    77103/* blankiconbar */
     
    113139  position: relative;
    114140  margin: 0 0 0 -47px;
    115 
    116 }
     141}
     142
    117143span.collectiontitlebackground {
    118144  background: #96c19b;
    119   padding: 8px 4px 14px 50px;
     145  padding: 8px 4px 12px 50px;
    120146  margin: 0;
    121 
    122 }
     147  color:#96c19b;
     148}
     149
    123150span.bannertitle{
    124151  position: relative;
    125   padding: 8px 4px 14px 0;
    126   margin: 0 -50px 0 0;
    127 }
     152  padding: 8px 4px 12px 0;
     153  margin: 0 -50px 0 0;
     154 }
     155
    128156
    129157span.bannertitlebackground {
    130158  background: #96c19b;
    131   padding: 8px 4px 14px 50px;
     159  padding: 8px 4px 12px 50px;
     160  #margin: 0 -50px 0 0;
    132161  margin: 0;
    133 }
     162  color:#96c19b;
     163 }
     164
    134165
    135166/* bg image set in style macro */
Note: See TracChangeset for help on using the changeset viewer.