Ignore:
Timestamp:
2011-05-10T14:33:12+12:00 (13 years ago)
Author:
sjm84
Message:

Another round of improvements to the oran skin including a tree view of the classifiers

File:
1 edited

Legend:

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

    r23989 r24009  
    7373}
    7474
     75.classifierContainer {
     76    padding-left:1.5em;
     77}
     78
    7579.icon{
    76     background-repeat: no-repeat;
     80    cursor:pointer;
     81    padding:2px;
     82}
     83
     84.emptyIcon {
    7785    height:16px;
    7886    width:16px;
    79     cursor:pointer;
    80 }
    81 
    82 .toggleImageExpand {
    83     background-image: url('../images/expand.png');
    84     background-position: 2px 2px;
    85 }
    86 
    87 .toggleImageCollapse {
    88     background-image: url('../images/collapse.png');
    89     background-position: 2px 2px;
    90 }
    91 
    92 .toggleImagePage {
    93     background-image: url('../images/page.png');
    94     background-position: 2px 2px;
    95 }
    96 
    97 .toggleImageChapter {
    98     background-image: url('../images/chapter.png');
    99 }
    100 
    101 .realisticBookIcon {
     87}
     88
     89#rbOptionDiv {
    10290    background-repeat: no-repeat;
    10391    background-image: url('../images/rbook.png');
     
    10694}
    10795
     96#highlightOptionDiv {
     97    background-repeat: no-repeat;
     98    background-image: url('../images/hl.png');
     99    height: 32px;
     100    width: 32px;
     101}
     102
     103.optionCheckBox {
     104    margin-left:35px;
     105    margin-top:10px;
     106}
     107
     108#bookdiv {
     109   
     110}
     111
    108112.backToTop {
    109113    font-size:0.7em;
    110114    padding-left: 2em;
     115    text-align:center;
     116}
     117
     118#prevArrowTD {
     119    text-align:right;
     120    width:10%;
     121}
     122
     123#nextArrowTD {
     124    text-align:left;
     125    width:10%;
     126}
     127
     128#prevTD {
     129    text-align:left;
     130    width:20%;
     131}
     132
     133#nextTD {
     134    text-align:right;
     135    width:20%;
     136}
     137
     138#searchResultNavTable {
     139    width:100%;
     140}
     141
     142#searchResultsStatusBar {
    111143    text-align:center;
    112144}
     
    152184.viewOptions {
    153185    width: 100%;
    154     text-align:center;
    155186    background:#008800;
    156187}
    157188
    158189.viewOptions td {
    159     padding-top:4px;
    160     padding-bottom:4px;
     190    padding: 5px;
    161191}
    162192
     
    205235    position: relative;
    206236    display: block;
    207     height: 30px;
    208237    background: transparent url('../images/gsdlhead.gif') scroll no-repeat left top;
    209238    margin: 0 auto;
     
    212241    font-size: 70%;
    213242    color: #fff;
     243    padding-top:5px;
     244    padding-bottom:5px;
    214245}
    215246
     
    252283
    253284#quicksearcharea table{
    254     font-size:10px;
     285    font-size:70%;
    255286    margin:0;
    256287    float: right;
     
    258289
    259290#quicksearcharea a{
    260     font-size: 11px;
    261291    color:white;
    262292    text-transform:lowercase;
     
    416446#results .document a { background-image: url('../images/book.png'); }
    417447#results .document a:visited { background-image: url('../images/book-visited.png'); color: #999; }
    418 
    419448#results .shelf>a { background-image: url('../images/bookshelf.png'); }
     449c
    420450
    421451/* corners of the banner */
     
    453483a:link, a:hover, a:active, a:visited { color: #050; }
    454484
    455 /*
    456 
    457 ul li>select, ul li>input {
    458   padding: 0;
    459   margin-left:5px;
    460 }
    461 
    462 
    463 
    464 div#banner ul, ul#resultlist, ul#tocnodes, ul#docbuttons, ul.tocnode, ul#bannerlist, ul#navbarlist, ul#collectionlist, ul#servicelist, ul#classifierlist, ul#classifiernodelist, ul#queryitemlist{
    465   list-style-type:none;
    466   margin:0;
    467   padding:0;
    468 }
    469 
    470 div#banner ul li, ul#bannerlist li, ul#navbarlist li {
    471   display: inline;
    472   margin:0;
    473   padding:0;   
    474 }
    475 
    476 
    477 
    478 div#banner p {
    479   margin:0;
    480   padding: 0;
    481   float:left;
    482   font-size: 16px;
    483   text-align: left;
    484   overflow:hidden   
    485 }
    486 
    487 div#banner p a {
    488   background-image: url('../images/banner_bg.png');
    489   background-repeat: repeat-y;
    490 }
    491 
    492 
    493 div#banner ul{
    494   margin:0;
    495   padding:0;
    496   float:right;
    497   font-size: 12px; 
    498 }
    499 
    500 div#banner a{
    501   text-decoration: none;
    502   color:#000000;
    503 }
    504 
    505 
    506 
    507 ul#bannerlist li a {
    508   padding: 0 10px 0 10px;
    509   text-decoration: none;
    510 }
    511 
    512 ul#bannerlist li a:link, ul#bannerlist li a:visited
    513 {
    514  background-color: #DEE79C;
    515  background-image: url('../images/bg_off.png');
    516  text-decoration: none
    517 }
    518 
    519 ul#bannerlist li a:hover{
    520  background-color: #FFFF66;
    521  background-image: url('../images/bg_on.png') ;
    522  text-decoration: none
    523 }
    524 
    525 
    526 div#navbar{
    527   clear:both;
    528 }
    529 
    530 ul#navbarlist{
    531   margin:0;
    532   padding:0;
    533   list-style-type: none;
    534   text-align:center;
    535   width: 100%;
    536   font-size: 80%;
    537   background-image: url('../images/bg_green.png');   
    538   background-color: #99CC99
    539  }
    540 
    541 ul#navbarlist li a {
    542   padding: 0 20px 0 20px;
    543   margin: 0;
    544   color: #000000;
    545   text-decoration: none;
    546 }
    547 
    548 ul#navbarlist li a:link, ul#navbarlist li a:visited{
    549    background-image: url('../images/bg_off.png') ;
    550  }
    551 
    552 ul#navbarlist li a:hover{
    553   background-image: url('../images/bg_on.png') ;
    554 }
    555 
    556 
    557 ul#collectionlist li, ul#servicelist li{
    558   display:block;
    559   padding:0;
    560   margin: .2em 0 0 0;
    561   overflow:hidden;
    562 }
    563 
    564 
    565 ul#collectionlist img{
    566   margin:0;
    567   padding:0;
    568   width: 150px;
    569   height: 45px;
    570   border: 1px solid black;
    571   background-image: url('../images/collectimg_bg.png');
    572   background-repeat: repeat-y;
    573   overflow:hidden
    574 }
    575 
    576 ul#collectionlist li a.noimage{
    577   display: block;
    578   margin:0;
    579   width: 145px;
    580   height: 40px;
    581   border: 1px solid black;
    582   background-image: url('../images/collectimg_bg.png');
    583   background-repeat: repeat-y;
    584   overflow:hidden; padding-left:5px; padding-right:0; padding-top:5px; padding-bottom:0
    585 
    586 }
    587 
    588 ul#collectionlist li a{
    589   font-size: 16px;
    590   color: #000000;
    591   text-decoration: none; 
    592   font-weight: bold;
    593 }
    594 
    595 ul#servicelist li a{
    596   margin:0 .5em 0 0;
    597 }
    598 
    599 ul#queryitemlist li{
    600   display:block;
    601   margin: .2em 0 .2em 0;
    602 }
    603 
    604 ul#classifierlist li{
    605   list-style: none;
    606   margin: 0 0 5px 0;
    607   padding: 0;
    608   display: block;
    609   color:#000;
    610 }
    611 
    612 ul#classifierlist li#activeclassifier{
    613   font-weight:bold;
    614   padding: 0 0 0 5px;
    615   margin:0 0 5px 0;
    616 }
    617 
    618  ul#classifierlist li a:link, ul#classifierlist li a:visited 
    619 {
    620    display:block;
    621    margin:0;
    622    background-image: url('../images/bg_off.png');
    623    text-decoration: none;
    624    color:#000;
    625    width:100%; padding-left:5px; padding-right:0; padding-top:2px; padding-bottom:2px
    626  }
    627 
    628 ul#classifierlist li a:hover, ul#classifierlist li a:active
    629 {
    630   display:block;
    631   margin:0;
    632   background-image: url('../images/bg_on.png');
    633   text-decoration: none; padding-left:5px; padding-right:0; padding-top:2px; padding-bottom:2px
    634  
    635 }
    636 
    637 ul#classifierlist{
    638    float:left;
    639    font-size: 14px;
    640    text-align: left;
    641    width: 15%;
    642    margin:0;
    643    padding:0;
    644 }
    645 
    646 div#classifiers{
    647   float:left;
    648   width: 75%;
    649   margin:0;
    650   padding:0 0 0 10px;
    651  }
    652 
    653 ul#classifiernodelist li{
    654   list-style: none;
    655   margin: 0;
    656   padding: 5px 0 0 0;
    657   display: block;
    658  }
    659 
    660 ul.childrenlist{
    661   margin: 0 0 0 0;
    662   padding: 0 0 0 20px;
    663   display: block;
    664   width: 100%;
    665 }
    666 
    667 div#content{
    668  clear: both;
    669  overflow: hidden;
    670  margin: .2em 0 0 0;
    671 }
    672 
    673485/* bg image set in style macro */
    674486div.divbar {
     
    703515  display:block;
    704516}
    705 
    706 
    707517
    708518div#documentheading{
Note: See TracChangeset for help on using the changeset viewer.