source: trunk/gsdl3/web/interfaces/default/style/core.css@ 13617

Last change on this file since 13617 was 13617, checked in by shaoqun, 17 years ago

made toc display nicely

  • Property svn:keywords set to Author Date Id Revision
File size: 5.2 KB
Line 
1
2body {
3 padding:0;
4 margin:0;
5 font-family: sans-serif, arial, helvetica;
6 background-image: url("../images/chalk.gif");
7 background-color: #fff;
8 color: #000000;
9}
10
11/* this contains everything - all the other divs */
12#globalwrapper {
13 margin: .5em 3em 0 5em;
14}
15
16a:link
17{
18color: #339966;
19}
20
21a:visited
22{
23color: #066;
24}
25
26a:hover,a:active
27{
28color: #99CC33;
29}
30
31ul {
32 margin:0;
33 padding:0;
34 list-style-type: none;
35}
36
37ul li{
38 margin:0;
39 padding:0;
40 display: inline;
41}
42
43
44ul li>select, ul li>input {
45 margin: 0 0 0 .5em;
46}
47
48
49div#banner {
50 margin: .1em 0 .1em 0;
51 padding:0;
52 overflow: hidden;
53 height: 55px;
54}
55
56div#banner p {
57 margin:0;
58 padding: 0;
59 float:left;
60 width: 49%;
61 height: 100%;
62 font-size: 2.5em;
63 text-align: left;
64 background-image: url("../images/banner_bg.png");
65 background-repeat: repeat-y;
66 overflow:hidden;
67}
68
69
70div#banner ul{
71 margin:0;
72 padding:0;
73 float:right;
74 width: 49%;
75 text-align: right;
76 font-size: 70%;
77}
78
79div#banner a{
80 text-decoration: none;
81 color:#000000;
82}
83
84
85ul#bannerlist li a {
86 padding: 0 10px 0 10px;
87 text-decoration: none;
88}
89
90ul#bannerlist li a:link, ul#bannerlist li a:visited
91{
92 background-color: #DEE79C;
93 background-image: url("../images/bg_off.png");
94 text-decoration: none;
95}
96
97ul#bannerlist li a:hover{
98 background-color: #FFFF66;
99 background-image: url("../images/bg_on.png") ;
100 text-decoration: none;
101}
102
103
104div#navbar{
105 clear:both;
106}
107
108ul#navbarlist{
109 margin:0;
110 padding:0;
111 list-style-type: none;
112 text-align:center;
113 width: 100%;
114 font-size: 80%;
115 background-image: url("../images/bg_green.png");
116 background-color: #99CC99;
117 }
118
119ul#navbarlist li a {
120 padding: 0 20px 0 20px;
121 margin: 0;
122 color: #000000;
123 text-decoration: none;
124}
125
126ul#navbarlist li a:link, ul#navbarlist li a:visited{
127 background-image: url("../images/bg_off.png") ;
128 }
129
130ul#navbarlist li a:hover{
131 background-image: url("../images/bg_on.png") ;
132}
133
134
135ul#collectionlist li, ul#servicelist li{
136 display:block;
137 padding:0;
138 margin: .2em 0 0 0;
139 overflow:hidden;
140}
141
142
143ul#collectionlist img{
144 margin:0;
145 padding:0;
146 width: 150px;
147 height: 45px;
148 border: 1px solid black;
149 background-image: url("../images/collectimg_bg.png");
150 background-repeat: repeat-y;
151 overflow:hidden;
152}
153
154ul#collectionlist li a.noimage{
155 display: block;
156 margin:0;
157 padding: 5px 0 0 5px;
158 width: 145px;
159 height: 40px;
160 border: 1px solid black;
161 background-image: url("../images/collectimg_bg.png");
162 background-repeat: repeat-y;
163 overflow:hidden;
164
165}
166
167ul#collectionlist li a{
168 font-size: 14px;
169 color: #000000;
170 text-decoration: none;
171 font-weight: bold;
172}
173
174ul#servicelist li a{
175 margin:0 .5em 0 0;
176}
177
178ul#queryitemlist li{
179 display:block;
180 margin: .2em 0 .2em 0;
181}
182
183ul#classifierlist{
184 font-size: 14px;
185 text-align: left;
186 float:left;
187 width:14%;
188}
189
190ul#classifierlist li{
191 list-style: none;
192 margin: 0;
193 padding: 0;
194 display: block;
195 color:#000;
196}
197
198ul#classifierlist li#activeclassifier{
199 font-weight:bold;
200 padding: 0 0 0 5px;
201}
202
203 ul#classifierlist li a:link,ul#classifierlist li a:visited
204{
205 display:block;
206 padding: 2px 0 2px 5px;
207 background-image: url("../images/bg_off.png");
208 text-decoration: none;
209 color:#000;
210 }
211
212ul#classifierlist li a:hover,ul#classifierlist li a:active
213{
214 display:block;
215 padding:2px 0 2px 5px;
216 background-image: url("../images/bg_on.png");
217 text-decoration: none;
218
219}
220
221div#classifiers{
222 float:right;
223 width: 84%;
224 margin: 0 0 0 .2em;
225}
226
227ul#classifiernodelist li{
228 list-style: none;
229 margin: 0;
230 padding: 0;
231 display: block;
232}
233
234ul.childrenlist{
235 margin: 0 0 0 20px ;
236 padding: 0;
237 display: block;
238}
239
240
241div#content{
242 clear: both;
243 overflow: hidden;
244 margin: .2em 0 0 0;
245}
246
247/* bg image set in style macro */
248div.divbar {
249 clear: both;
250 background-image: url("../images/bg_green.png");
251 width: 100%;
252 text-align: center;
253 font-size:80%;
254}
255
256
257/** query form style**/
258div#queryform{
259
260}
261
262/** search result style */
263div#terminfo{
264
265}
266
267div#matchdocs{
268
269}
270
271div.resultnavigation{
272 margin: 0;
273 padding:0;
274}
275
276ul#resultlist li{
277 display:block;
278}
279
280
281div.documenttext { clear: both; } /* come after any floating divs */
282
283div#documentheading{
284 font-size: 16pt;
285 font-weight: bold;
286}
287
288div#documentinfo {
289 float:left;
290 padding:0;
291 margin:0;
292 width:25%;
293}
294
295div#toc{
296 float:right;
297 text-align:left;
298 width:75%;
299 padding:0;
300 margin:0;
301}
302
303ul#docbuttons li {
304 display: block;
305 font-size: 11px;
306 font-weight: bold;
307 background: #f7e7c5;
308 margin: 1px;
309 border: 1px solid #eeddbb;
310 text-align: center;
311 vertical-align: middle;
312 height: 30px; /* IE6 and NS4 treat width/height as min-width/min-height */
313 width: 110px;
314}
315
316
317ul#tocnodes li{
318 display:block;
319}
320
321ul.tocnode {
322 margin: 5px 0 0 20px;
323 padding:0;
324}
325
326ul.tocnode a{
327 margin: 0 5px 0 0;
328}
329
330span.bold{
331 font-weight: bold;
332}
333
334div.documentarrows{
335 clear: both;
336 margin: 0 0 0 0;
337 padding: 1em 0 0 0;
338}
339
340img.lessarrow{
341 float:left;
342 border: none;
343}
344
345img.morearrow{
346 float:right;
347 border:none;
348}
349
350div.formheading{
351 font-size: 16pt;
352 font-weight: bold;
353 margin: .5em 0 0;
354 padding:0;
355}
356
357ul#presprefs li, ul#berrybasketprefs li, ul#searchprefs li{
358 display: block;
359}
360
361
362div.phrasebrowse{
363 text-align:center;
364 padding:0;
365 margin: .5em 0 .5em 0;
366}
367
368div.QuickSearch {
369 float: right;
370}
Note: See TracBrowser for help on using the repository browser.