source: greenstone3/trunk/web/interfaces/gs2/style/gs2-style2.css@ 19941

Last change on this file since 19941 was 19941, checked in by kjdon, 15 years ago

removed ul and li styles - keep these as their defaults. Added some of the instructions into the other styles that relied on them

  • Property svn:keywords set to Author Date Id Revision
File size: 958 bytes
Line 
1ul#resultlist {
2 margin:0;
3 padding:0;
4 list-style-type: none;
5}
6
7ul#resultlist li{
8 margin:0;
9 padding:0;
10 display:block;
11}
12
13ul#classifiernodelist {
14 margin:0;
15 padding:0;
16 list-style-type: none;
17}
18
19ul#classifiernodelist li{
20 list-style: none;
21 margin: 0;
22 padding: 0;
23 display: block;
24}
25
26ul.childrenlist{
27 margin: 0 0 0 20px ;
28 padding: 0;
29 display: block;
30 list-style-type: none;
31}
32
33div#navbar{
34 clear:both;
35}
36
37ul#navbarlist{
38 margin:0;
39 padding:0;
40 list-style-type: none;
41 text-align:center;
42 width: 100%;
43 font-size: 80%;
44 background-image: url('../images/bg_green.png');
45 background-color: #99CC99
46 }
47
48ul#navbarlist li a {
49 padding: 0 20px 0 20px;
50 margin: 0;
51 color: #000000;
52 text-decoration: none;
53 display: inline;
54}
55
56ul#navbarlist li a:link, ul#navbarlist li a:visited{
57 background-image: url('../images/bg_off.png') ;
58 }
59
60ul#navbarlist li a:hover{
61 background-image: url('../images/bg_on.png') ;
62}
Note: See TracBrowser for help on using the repository browser.