Ignore:
Timestamp:
2011-05-04T17:13:29+12:00 (13 years ago)
Author:
sjm84
Message:

More updates to the Oran skin

File:
1 edited

Legend:

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

    r23813 r23989  
    1111}
    1212
     13h3 {
     14    margin-top:2px;
     15    margin-bottom:2px;
     16}
     17
     18p {
     19    margin-top:0px;
     20    margin-bottom:0.75em;
     21}
     22
     23.sectionHeader {
     24    margin-top:0px;
     25    margin-bottom:0px;
     26}
     27
     28.headerTD {
     29    vertical-align: middle;
     30}
     31
     32/* Styles for the different depths */
     33.sectionHeaderDepthTitle{
     34    font-size:1.8em;
     35    line-height:1em;
     36    font-weight:bold;
     37}
     38
     39.sectionHeaderDepth1{
     40    font-size:1.6em;
     41    line-height:1em;
     42    font-weight:bold;
     43}
     44
     45.sectionHeaderDepth2{
     46    font-size:1.4em;
     47    line-height:1em;
     48    font-weight:bold;
     49    font-style:italic;
     50}
     51
     52.sectionHeaderDepth3{
     53    font-size:1.2em;
     54    line-height:1em;
     55    font-style:italic;
     56}
     57
     58.sectionHeaderDepth4{
     59    font-size:1em;
     60    line-height:1em;
     61    font-weight:italic;
     62}
     63
     64.sectionNumberSpan{
     65    /*Uncomment this line to disable automatic section numbering*/
     66    /*display:none;*/
     67}
     68
     69.sectionContainer{
     70    padding-top:1em;
     71    padding-bottom:1em;
     72    padding-left:1.5em;
     73}
     74
     75.icon{
     76    background-repeat: no-repeat;
     77    height:16px;
     78    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 {
     102    background-repeat: no-repeat;
     103    background-image: url('../images/rbook.png');
     104    height: 32px;
     105    width: 32px;
     106}
     107
     108.backToTop {
     109    font-size:0.7em;
     110    padding-left: 2em;
     111    text-align:center;
     112}
     113
    13114#container {
    14115    position: relative;
     
    16117    max-width: 1000px;
    17118    padding: 0;
    18     line-height: 160%;
     119    line-height: 120%;
    19120    background-color: #fff;
    20121    border: 1px solid #c8c3b9;
     
    31132#gs_content {
    32133    padding: 1em;
     134    padding-right: 2em;
    33135    min-height: 300px;
    34136    /* background-color: #ff0; */
    35137}
    36138
     139.termList {
     140    font-size:12px;
     141    line-height:14px;
     142}
     143
     144.noTermHighlight{
     145
     146}
     147
     148.termHighlight{
     149    background:yellow;
     150}
     151
     152.viewOptions {
     153    width: 100%;
     154    text-align:center;
     155    background:#008800;
     156}
     157
     158.viewOptions td {
     159    padding-top:4px;
     160    padding-bottom:4px;
     161}
     162
     163.viewOptions a:link, .viewOptions a:hover, .viewOptions a:active, .viewOptions a:visited {
     164    color:white;
     165    text-decoration:none;
     166}
     167
    37168#rightSidebar {
    38169    border: 1px solid #cdc;
    39     padding: 10px;
    40170    width: 25%;
    41171    min-width: 180px;
     
    45175}
    46176
     177#contentsArea {
     178    padding:10px;
     179}
     180
    47181#quickSearch {
    48182}
     
    55189.collectionLink {
    56190    display: block;
    57     width: 140px;
    58     height: 100px;
    59191    float: left;
    60192    border: 1px solid #888;
     
    114246    width:60%;
    115247    text-align:right;
    116     padding: 5px;
     248    padding: 0.4em;
    117249    color:white;
    118250    background-color:#007200;
     
    130262    text-transform:lowercase;
    131263    padding-left:10px;
    132 }
    133 
    134 #expandqueryboxbutton {
    135     color:white;
    136     text-decoration:none;
    137264}
    138265
     
    164291}
    165292
    166 #nav a {
     293#nav a{
    167294
    168295    display: block;
     
    263390/* style the search and classifier results */
    264391#results {
     392    line-height: 160%;
    265393    margin: 0;
    266394    padding: 0;
     
    677805    margin: 0;
    678806    padding: 0;
    679     font-size: 80%;
     807    font-size: 70%;
    680808}
    681809
     
    707835
    708836#tableOfContents ul {
    709     padding: 0 0 0 20px;
     837    padding: 0 0 0 0;
     838}
     839
     840#tableOfContents ul ul{
     841    padding: 0 0 0 0;
     842}
     843
     844#tableOfContents ul ul ul{
     845    padding: 0 0 0 16px;
    710846}
    711847
     
    721857
    722858table{
    723     border-collapse:collapse;border-spacing:0;
    724 }
    725 
     859    border-collapse:collapse;
     860    border-spacing:0;
     861}
     862
Note: See TracChangeset for help on using the changeset viewer.