Changeset 13549


Ignore:
Timestamp:
2007-01-09T11:22:01+13:00 (17 years ago)
Author:
shaoqun
Message:

added new styles for the active classifer and the selected section in toc

File:
1 edited

Legend:

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

    r13506 r13549  
    1111/* this contains everything - all the other divs */
    1212#globalwrapper {
    13   margin: 0 3em 0 5em;
     13  margin: .5em 3em 0 5em;
    1414}
    1515
     
    2626a:hover,a:active
    2727{
    28 color: #000000;
     28color: #99CC33;
    2929}
    3030
     
    9090ul#bannerlist li a:link, ul#bannerlist li a:visited
    9191{
    92  background-color: #99CC99;
    93  background-image: url("../images/bg_off.png") ;
     92 background-color: #DEE79C;
     93 background-image: url("../images/bg_off.png");
    9494 text-decoration: none;
    9595}
    9696
    9797ul#bannerlist li a:hover{
    98  background-color: #66CC66;
     98 background-color: #FFFF66;
    9999 background-image: url("../images/bg_on.png") ;
    100100 text-decoration: none;
     
    114114  font-size: 80%;
    115115  background-image: url("../images/bg_green.png");   
    116 }
     116  background-color: #99CC99;
     117 }
    117118
    118119ul#navbarlist li a {
     
    168169
    169170ul#classifierlist{
    170    font-size: 16px;
     171   font-size: 14px;
    171172   text-align: left;
    172173   float:left;
     
    177178  list-style: none;
    178179  margin: 0;
     180  padding: 0;
    179181  display: block;
    180   color:#000000;
    181  
     182  color:#000;
     183}
     184
     185ul#classifierlist li#activeclassifier{
     186  font-weight:bold;
     187  padding: 0 0 0 5px;
    182188}
    183189
     
    185191{
    186192   display:block;
    187    padding: 0 0 0 5px;
     193   padding: 2px 0 2px 5px;
    188194   background-image: url("../images/bg_off.png");
    189195   text-decoration: none;
     196   color:#000;
    190197 }
    191198
     
    193200{
    194201  display:block;
    195   padding:0 0 0 5px;
     202  padding:2px 0 2px 5px;
    196203  background-image: url("../images/bg_on.png");
    197204  text-decoration: none;
     205 
    198206}
    199207
     
    307315}
    308316
     317span.bold{
     318  font-weight: bold;       
     319}
    309320
    310321div.documentarrows{
Note: See TracChangeset for help on using the changeset viewer.