Changeset 11777


Ignore:
Timestamp:
2006-05-05T15:38:49+12:00 (18 years ago)
Author:
kjdon
Message:

some changes (mostly by shaoqun) to make the page banner nicer. hopefully no more bis space between banner and nav bar, nice green box on page title and collection title (if no collection image)

File:
1 edited

Legend:

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

    r11748 r11777  
    3939  float: right;
    4040  text-align: right;
    41   padding: 0em;
    42   margin:0em;
     41  padding: 0;
     42  margin:0;
     43  width: 50%;
    4344}
    4445
     
    4849  font-size: 10pt;
    4950  font-weight: bold;
    50   padding: 0;
    51   margin: 0em;
    5251}
    5352
     
    5756  font-size: 24px;
    5857  font-weight: bold;
    59   padding: 4px 0 10px 0;
    60   margin: 20px 0 0 0;
     58  margin-left: 20px 0 0 0;
    6159  text-transform: lowercase;
    62   text-align: right;
    6360  white-space: nowrap;
    6461}
    6562
    66 span.bannertitle {
    67   background: #96c19b;
    68   padding: 5px 6px 7px 5px;
    69 }
    7063
    7164/* the image for the collection, shown in the banner */
    7265div.collectimage {
    7366  text-align: left;
    74   height: 100%; /* for IE5/6 to make containing div the full height */
     67  #height: 100%; /* for IE5/6 to make containing div the full height */
     68  float: left;
     69  width: 50%;
    7570}
    7671/* make sure this is shown under the other divs (which may be floating) */
    77 
    7872div.bannerextra {
    79   padding-bottom: 20px;
    80 }
     73   clear: both;
     74}
     75
    8176
    8277/* blankiconbar */
     
    115110}
    116111
     112span.collectiontitle {
     113  position: relative;
     114  margin: 0 0 0 -47px;
     115
     116}
     117span.collectiontitlebackground {
     118  background: #96c19b;
     119  padding: 8px 4px 14px 50px;
     120  margin: 0;
     121
     122}
     123span.bannertitle{
     124  position: relative;
     125  padding: 8px 4px 14px 0;
     126  margin: 0 -50px 0 0;
     127}
     128
     129span.bannertitlebackground {
     130  background: #96c19b;
     131  padding: 8px 4px 14px 50px;
     132  margin: 0;
     133}
    117134
    118135/* bg image set in style macro */
Note: See TracChangeset for help on using the changeset viewer.