Ignore:
Timestamp:
2011-03-25T11:12:23+13:00 (13 years ago)
Author:
sjm84
Message:

Lots of upgrades to the oran skin, getting it ready to be the default skin for Greenstone3

File:
1 edited

Legend:

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

    r22784 r23813  
    1717    padding: 0;
    1818    line-height: 160%;
    19 /*  background: url('../images/layout/containerLeft.png') scroll repeat-y left top;*/
    2019    background-color: #fff;
    2120    border: 1px solid #c8c3b9;
    2221}
    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 */
    3522
    3623#gs_banner {
    37     background: transparent url('../images/gsdlhead.gif') scroll no-repeat left top;
     24    /*background: transparent url('../images/gsdlhead.gif') scroll no-repeat left top;*/
     25    background-color: #008800;
    3826    padding: 10px 20px 30px 20px;
    3927    min-height: 80px;
    40     max-height: 110px;
    4128    position: relative;
    4229}
     
    10895body.dAction #gs_banner h2 {
    10996    max-width: 600px;
    110     font-size: 100%;
     97    font-size: 100;
     98}
     99
     100#titlearea {
     101    padding-left: 1em;
     102    padding-right: 1em;
     103    height:60px;
     104    background-color: #007200;
     105    width:40%;
     106}
     107
     108#titlesearchcontainer {
     109    width:100%;
     110    margin: 5px 0 5px;
     111}
     112
     113#quicksearcharea {
     114    width:60%;
     115    text-align:right;
     116    padding: 5px;
     117    color:white;
     118    background-color:#007200;
     119}
     120
     121#quicksearcharea table{
     122    font-size:10px;
     123    margin:0;
     124    float: right;
     125}
     126
     127#quicksearcharea a{
     128    font-size: 11px;
     129    color:white;
     130    text-transform:lowercase;
     131    padding-left:10px;
     132}
     133
     134#expandqueryboxbutton {
     135    color:white;
     136    text-decoration:none;
    111137}
    112138
    113139#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 
     140    /*margin: 0 0 10px 0;*/
     141    height: 25px;
     142    line-height: 15px;
     143}
    122144
    123145/* css to make the tabs work */
    124146#nav {
    125     position: absolute;
     147    position:absolute;
    126148    width: auto;
    127149    bottom: 0;
    128     right: 0;
     150    left: 0;
    129151    list-style: none;
    130152    margin:0;
    131     padding: 0 15px 0 0;
     153    padding: 0 0 0 20px;
    132154    font-size: 14px;
    133155}
    134156
    135157#nav li {
    136     float: right;
     158    float: left;
    137159    color: #fff;
    138160    background: transparent url('../images/tab-right.png') scroll no-repeat 100% -100px;
    139161    margin: 0 5px 0 0;
    140162    padding: 0 8px 0 0;
     163    text-transform: capitalize;
    141164}
    142165
    143166#nav a {
     167
    144168    display: block;
    145     float: left;
    146 
     169    float:left;
    147170    background: transparent url('../images/tab-left.png') no-repeat scroll 0 -100px;
    148171    margin:0;
    149172    padding: 5px 4px 3px 10px;
    150     font-weight: normal;
     173    font-weight: bold;
    151174    color: #fff;
    152175    text-decoration: none;
     
    164187    list-style: none;
    165188    margin:0;
    166     top: 15px;
     189    top: 7px;
    167190    right: 0;
    168191    padding: 0 15px 0 0;
Note: See TracChangeset for help on using the changeset viewer.