Ignore:
Timestamp:
2012-07-10T14:06:24+12:00 (12 years ago)
Author:
sjm84
Message:

The new style information for the new right side layout

File:
1 edited

Legend:

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

    r25832 r25916  
    161161    padding: 20px 20px 10px;
    162162    min-height: 300px;
    163     /* background-color: #ff0; */
    164163}
    165164
     
    167166    position: relative;
    168167    display: block;
    169     /*background: transparent url('../images/gsdlhead.gif') scroll no-repeat left top;*/
    170168    margin: -1px auto;
    171169    text-align: center;
     
    193191}
    194192
    195 .viewOptions {
    196     width: 100%;
    197 }
    198 
    199 .viewOptions td {
     193#viewAndZoomOptions {
     194    margin-bottom:10px;
     195    border:0px;
     196}
     197
     198#viewOptions {
     199    margin: 0px;
     200    padding: 0px;
     201}
     202
     203#viewOptions li {
     204    list-style:none;
     205    display: inline;
    200206    padding: 5px;
     207}
     208
     209#zoomOptions {
     210    margin: 0px;
     211    padding: 0px;
     212}
     213
     214#zoomOptions li {
     215    margin:5px;
     216    list-style:none;
     217    display: inline-block;
    201218}
    202219
     
    211228
    212229#rightSidebar {
    213     border: 1px solid #cdc;
    214230    width: 30%;
    215231    min-width:180px;
    216232    float:right;
    217233    margin: 0 0 10px 20px;
    218     background-color: #FFFFFF;
    219234}
    220235
    221236#contentsArea {
    222     padding:10px;
     237    padding:0px 10px;
    223238}
    224239
     
    623638#coverImage {
    624639    text-align: center;
     640    margin: 20px;
    625641}
    626642
    627643/* ----- TABLE OF CONTENTS ------ */
     644.tocTable {
     645    width: 100%;
     646    background: white !important;
     647}
     648
     649.tableOfContentsContainer {
     650    padding:1px;
     651}
     652
    628653#tableOfContents {
    629654    margin: 0;
     
    636661    margin: 0;
    637662    padding: 2px;
    638     background-color: #fff;
    639 }
    640 
    641 #tableOfContents li a {
    642     color: #444;
    643 }
     663}
     664
     665#tableOfContents a {text-decoration: underline; color: #444 !important;}
     666#tableOfContents a:visited{text-decoration: underline; color: #444 !important;}
     667#tableOfContents a:link{text-decoration: underline; color: #444 !important;}
    644668
    645669#tableOfContents li.current {
Note: See TracChangeset for help on using the changeset viewer.