Changeset 14411


Ignore:
Timestamp:
2007-09-04T09:42:47+12:00 (17 years ago)
Author:
qq6
Message:

added styles of div,ul for the authentication interface

File:
1 edited

Legend:

Unmodified
Added
Removed
  • greenstone3/trunk/web/interfaces/classic/style/classic2.css

    r13506 r14411  
    2828  display: block;
    2929}
     30
     31div#navbar{
     32  clear:both;
     33}
     34
     35ul#navbarlist{
     36  margin:0;
     37  padding:0;
     38  list-style-type: none;
     39  text-align:center;
     40  width: 100%;
     41  font-size: 80%;
     42  background-image: url('../images/bg_green.png');   
     43  background-color: #99CC99
     44 }
     45
     46ul#navbarlist li a {
     47  padding: 0 20px 0 20px;
     48  margin: 0;
     49  color: #000000;
     50  text-decoration: none;
     51}
     52
     53ul#navbarlist li a:link, ul#navbarlist li a:visited{
     54   background-image: url('../images/bg_off.png') ;
     55 }
     56
     57ul#navbarlist li a:hover{
     58  background-image: url('../images/bg_on.png') ;
     59}
Note: See TracChangeset for help on using the changeset viewer.