Ignore:
Timestamp:
2011-09-26T12:36:47+13:00 (13 years ago)
Author:
sjm84
Message:

Updated the core style file to make titles smaller and a few other minor modifications

File:
1 edited

Legend:

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

    r24359 r24651  
    3232/* Styles for the different depths */
    3333.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{
    4634    font-size:1.4em;
    4735    line-height:1em;
    4836    font-weight:bold;
     37}
     38
     39.sectionHeaderDepth1{
     40    font-size:1.3em;
     41    line-height:1em;
     42    font-weight:bold;
     43}
     44
     45.sectionHeaderDepth2{
     46    font-size:1.2em;
     47    line-height:1em;
     48    font-weight:bold;
    4949    font-style:italic;
    5050}
    5151
    5252.sectionHeaderDepth3{
    53     font-size:1.2em;
     53    font-size:1.1em;
    5454    line-height:1em;
    5555    font-style:italic;
     
    6868
    6969.sectionContainer{
    70     padding-top:1em;
     70    padding-top:0.5em;
    7171    padding-bottom:1em;
    7272    padding-left:1.5em;
     
    9191    padding-left: 2em;
    9292    text-align:center;
     93}
     94
     95.hidden{
     96    display:none;
    9397}
    9498
     
    217221    padding-top:5px;
    218222    padding-bottom:5px;
     223}
     224
     225#gs_footer a {
     226    color:#FFF;
    219227}
    220228
Note: See TracChangeset for help on using the changeset viewer.