Ignore:
Timestamp:
2009-09-01T14:00:27+12:00 (15 years ago)
Author:
oranfry
Message:

work on the new interface

File:
1 edited

Legend:

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

    r19988 r20465  
    88    margin: 0;
    99    color: #444;
     10    background-color: #eae4d9;
    1011}
    1112
     
    1617    padding: 0;
    1718    line-height: 160%;
    18     background: url('../images/layout/containerLeft.png') scroll repeat-y left top;
     19/*  background: url('../images/layout/containerLeft.png') scroll repeat-y left top;*/
     20    background-color: #fff;
     21    border: 1px solid #c8c3b9;
    1922}
    2023#container2 {
    21     background: url('../images/layout/containerRight.png') scroll repeat-y right top;
    22 }
     24    /* background: url('../images/layout/containerRight.png') scroll repeat-y right top; */
     25}
     26/*
    2327#container3 {
    2428    background: url('../images/layout/containerTop.png') scroll repeat-x left top;
     
    2832    padding: 10px;
    2933}
     34*/
    3035
    3136#banner {
     
    3843
    3944#content {
    40     border-left: 1px solid #cdc;
    41     border-right: 1px solid #cdc;
    4245    padding: 1em;
    4346    min-height: 300px;
     
    6366}
    6467
    65 #collectionLinks a {
     68.collectionLink {
    6669    display: block;
     70    width: 140px;
     71    height: 100px;
    6772    float: left;
    68     width: 160px;
    69     height: 120px;
    7073    border: 1px solid #888;
    71     background-position: center center;
    72     background-repeat: no-repeat;
    7374    margin: 0 20px 20px 0;
     75    font-size: 150%;
     76    color: #444;
     77    text-decoration: none;
     78    background: url(../images/collectionIconStripe.gif) scroll no-repeat 0 0;
     79    padding: 20px;
    7480}
    7581
     
    260266
    261267/* corners of the banner */
     268/*
    262269.corner {
    263270    position: absolute;
     
    284291    background-position: -20px -20px;
    285292}
    286 
     293*/
    287294.clear {
    288295    clear: both;
Note: See TracChangeset for help on using the changeset viewer.