Ignore:
Timestamp:
2011-05-09T14:37:04+12:00 (13 years ago)
Author:
sjm84
Message:

Updating this branch to match the latest Greenstone3 changes

Location:
main/branches/64_bit_Greenstone/greenstone3
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • main/branches/64_bit_Greenstone/greenstone3

  • main/branches/64_bit_Greenstone/greenstone3/web/interfaces/oran/style/core.css

    r22784 r24007  
    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%;
    19 /*  background: url('../images/layout/containerLeft.png') scroll repeat-y left top;*/
     119    line-height: 120%;
    20120    background-color: #fff;
    21121    border: 1px solid #c8c3b9;
    22122}
    23 #container2 {
    24     /* background: url('../images/layout/containerRight.png') scroll repeat-y right top; */
    25 }
    26 /*
    27 #container3 {
    28     background: url('../images/layout/containerTop.png') scroll repeat-x left top;
    29 }
    30 #container4 {
    31     background: url('../images/layout/containerBottom.png') scroll repeat-x left bottom;
    32     padding: 10px;
    33 }
    34 */
    35123
    36124#gs_banner {
    37     background: transparent url('../images/gsdlhead.gif') scroll no-repeat left top;
     125    /*background: transparent url('../images/gsdlhead.gif') scroll no-repeat left top;*/
     126    background-color: #008800;
    38127    padding: 10px 20px 30px 20px;
    39128    min-height: 80px;
    40     max-height: 110px;
    41129    position: relative;
    42130}
     
    44132#gs_content {
    45133    padding: 1em;
     134    padding-right: 2em;
    46135    min-height: 300px;
    47136    /* background-color: #ff0; */
    48137}
    49138
     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
    50168#rightSidebar {
    51169    border: 1px solid #cdc;
    52     padding: 10px;
    53170    width: 25%;
    54171    min-width: 180px;
     
    58175}
    59176
     177#contentsArea {
     178    padding:10px;
     179}
     180
    60181#quickSearch {
    61182}
     
    68189.collectionLink {
    69190    display: block;
    70     width: 140px;
    71     height: 100px;
    72191    float: left;
    73192    border: 1px solid #888;
     
    108227body.dAction #gs_banner h2 {
    109228    max-width: 600px;
    110     font-size: 100%;
     229    font-size: 100;
     230}
     231
     232#titlearea {
     233    padding-left: 1em;
     234    padding-right: 1em;
     235    height:60px;
     236    background-color: #007200;
     237    width:40%;
     238}
     239
     240#titlesearchcontainer {
     241    width:100%;
     242    margin: 5px 0 5px;
     243}
     244
     245#quicksearcharea {
     246    width:60%;
     247    text-align:right;
     248    padding: 0.4em;
     249    color:white;
     250    background-color:#007200;
     251}
     252
     253#quicksearcharea table{
     254    font-size:10px;
     255    margin:0;
     256    float: right;
     257}
     258
     259#quicksearcharea a{
     260    font-size: 11px;
     261    color:white;
     262    text-transform:lowercase;
     263    padding-left:10px;
    111264}
    112265
    113266#breadcrumbs {
    114     margin: 0 0 10px 0;
    115     height: 30px;
    116     line-height: 30px;
    117 }
    118 #gs_banner h2 {
    119     margin: 0 0 10px 1em;
    120 }
    121 
     267    /*margin: 0 0 10px 0;*/
     268    height: 25px;
     269    line-height: 15px;
     270}
    122271
    123272/* css to make the tabs work */
    124273#nav {
    125     position: absolute;
     274    position:absolute;
    126275    width: auto;
    127276    bottom: 0;
    128     right: 0;
     277    left: 0;
    129278    list-style: none;
    130279    margin:0;
    131     padding: 0 15px 0 0;
     280    padding: 0 0 0 20px;
    132281    font-size: 14px;
    133282}
    134283
    135284#nav li {
    136     float: right;
     285    float: left;
    137286    color: #fff;
    138287    background: transparent url('../images/tab-right.png') scroll no-repeat 100% -100px;
    139288    margin: 0 5px 0 0;
    140289    padding: 0 8px 0 0;
    141 }
    142 
    143 #nav a {
     290    text-transform: capitalize;
     291}
     292
     293#nav a{
     294
    144295    display: block;
    145     float: left;
    146 
     296    float:left;
    147297    background: transparent url('../images/tab-left.png') no-repeat scroll 0 -100px;
    148298    margin:0;
    149299    padding: 5px 4px 3px 10px;
    150     font-weight: normal;
     300    font-weight: bold;
    151301    color: #fff;
    152302    text-decoration: none;
     
    164314    list-style: none;
    165315    margin:0;
    166     top: 15px;
     316    top: 7px;
    167317    right: 0;
    168318    padding: 0 15px 0 0;
     
    240390/* style the search and classifier results */
    241391#results {
     392    line-height: 160%;
    242393    margin: 0;
    243394    padding: 0;
     
    654805    margin: 0;
    655806    padding: 0;
    656     font-size: 80%;
     807    font-size: 70%;
    657808}
    658809
     
    684835
    685836#tableOfContents ul {
    686     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;
    687846}
    688847
     
    698857
    699858table{
    700     border-collapse:collapse;border-spacing:0;
    701 }
    702 
     859    border-collapse:collapse;
     860    border-spacing:0;
     861}
     862
Note: See TracChangeset for help on using the changeset viewer.