Ignore:
Timestamp:
2009-07-14T09:09:40+12:00 (15 years ago)
Author:
oranfry
Message:

checking in a batch of changes to the oran skin. more work yet to do.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • greenstone3/trunk/web/interfaces/oran/style/core.css

    r19855 r19988  
     1html {
     2    height: 100%;
     3    margin-bottom: 1px;
     4}
    15body {
    26    font-family: sans-serif;
     
    913    position: relative;
    1014    margin: 0 auto 20px auto;
    11     max-width: 1200px;
     15    max-width: 1000px;
    1216    padding: 0;
    1317    line-height: 160%;
     
    2832    background: transparent url('../images/gsdlhead.gif') scroll no-repeat left top;
    2933    padding: 10px 20px 30px 20px;
     34    min-height: 80px;
    3035    max-height: 110px;
    3136    position: relative;
     
    8287
    8388
     89
    8490/* some text should not be rendered as it is just there for search engines */
    8591#collectionLinks a b {
     
    8894
    8995/* make sure h1s and h2s are readable on the green banner */
    90 #banner h1, #banner h2, #banner h1 a, #banner h2 a {
    91     color: #fff;
    92     text-decoration: none;
    93 }
    94 
    95 #banner h1 {
    96     font-size: 16px;
     96#breadcrumbs, #banner h2, #breadcrumbs a, #banner h2 a {
     97    color: #fff;
     98}
     99body.dAction #banner h2 {
     100    max-width: 600px;
     101    font-size: 100%;
     102}
     103
     104#breadcrumbs {
    97105    margin: 0 0 10px 0;
     106    height: 30px;
     107    line-height: 30px;
    98108}
    99109#banner h2 {
     
    148158    right: 0;
    149159    padding: 0 15px 0 0;
     160    text-transform: lowercase;
    150161}
    151162
     
    218229}
    219230
    220 /* style the classifier results */
    221 #classifierResults {
     231/* style the search and classifier results */
     232#results {
    222233    margin: 0;
    223234    padding: 0;
     
    225236}
    226237
    227 #classifierResults ul {
     238#results ul {
    228239    margin: 0 0 0 20px;
    229240    padding: 0;
    230241}
    231242
    232 #classifierResults li {
     243#results li {
    233244    list-style: none;
    234245    margin: 0 0 .2em 0;
     
    236247}
    237248
    238 #classifierResults li a {
     249#results li a {
    239250    padding: 3px 3px 3px 28px;
    240251    background-repeat: no-repeat;
     
    243254
    244255
    245 #classifierResults .document a { background-image: url('../images/book.png'); }
    246 #classifierResults .document a:visited { background-image: url('../images/book-visited.png'); color: #999; }
    247 
    248 #classifierResults .shelf>a { background-image: url('../images/bookshelf.png'); }
     256#results .document a { background-image: url('../images/book.png'); }
     257#results .document a:visited { background-image: url('../images/book-visited.png'); color: #999; }
     258
     259#results .shelf>a { background-image: url('../images/bookshelf.png'); }
    249260
    250261/* corners of the banner */
     
    666677}
    667678
     679/* -------- SEARCH ------- */
     680.paramLabel {
     681    float: left;
     682    min-width: 250px;
     683}
     684.paramValue {
     685    float: left;
     686}
     687
     688
     689table{
     690    border-collapse:collapse;border-spacing:0;
     691}
     692
Note: See TracChangeset for help on using the changeset viewer.