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

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

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

  • Property svn:keywords set to Author Date Id Revision
File size: 4.9 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/banner_bg.png");
150 background-repeat: repeat-y;
151 overflow:hidden;
152}
153
154
155ul#collectionlist li a{
156 font-size: 24px;
157 color: #000000;
158 text-decoration: none;
159}
160
161ul#servicelist li a{
162 margin:0 .5em 0 0;
163}
164
165ul#queryitemlist li{
166 display:block;
167 margin: .2em 0 .2em 0;
168}
169
170ul#classifierlist{
171 font-size: 14px;
172 text-align: left;
173 float:left;
174 width:14%;
175}
176
177ul#classifierlist li{
178 list-style: none;
179 margin: 0;
180 padding: 0;
181 display: block;
182 color:#000;
183}
184
185ul#classifierlist li#activeclassifier{
186 font-weight:bold;
187 padding: 0 0 0 5px;
188}
189
190 ul#classifierlist li a:link,ul#classifierlist li a:visited
191{
192 display:block;
193 padding: 2px 0 2px 5px;
194 background-image: url("../images/bg_off.png");
195 text-decoration: none;
196 color:#000;
197 }
198
199ul#classifierlist li a:hover,ul#classifierlist li a:active
200{
201 display:block;
202 padding:2px 0 2px 5px;
203 background-image: url("../images/bg_on.png");
204 text-decoration: none;
205
206}
207
208div#classifiers{
209 float:right;
210 width: 84%;
211 margin: 0 0 0 .2em;
212}
213
214ul#classifiernodelist li{
215 list-style: none;
216 margin: 0;
217 padding: 0;
218 display: block;
219}
220
221ul.childrenlist{
222 margin: 0 0 0 20px ;
223 padding: 0;
224 display: block;
225}
226
227
228div#content{
229 clear: both;
230 overflow: hidden;
231 margin: .2em 0 0 0;
232}
233
234/* bg image set in style macro */
235div.divbar {
236 clear: both;
237 background-image: url("../images/bg_green.png");
238 width: 100%;
239 text-align: center;
240 font-size:80%;
241}
242
243
244/** query form style**/
245div#queryform{
246
247}
248
249/** search result style */
250div#terminfo{
251
252}
253
254div#matchdocs{
255
256}
257
258div.resultnavigation{
259 margin: 0;
260 padding:0;
261}
262
263ul#resultlist li{
264 display:block;
265}
266
267
268div.documenttext { clear: both; } /* come after any floating divs */
269
270div#documentheading{
271 font-size: 16pt;
272 font-weight: bold;
273}
274
275div#documentinfo {
276 float:left;
277 padding:0;
278 margin:0;
279 width:auto;
280}
281
282div#toc{
283 float:right;
284 text-align:left;
285 width:75%;
286 padding:0;
287 margin:0 0 0 .5em;
288}
289
290ul#docbuttons li {
291 display: block;
292 font-size: 11px;
293 font-weight: bold;
294 background: #f7e7c5;
295 margin: 1px;
296 border: 1px solid #eeddbb;
297 text-align: center;
298 vertical-align: middle;
299 height: 30px; /* IE6 and NS4 treat width/height as min-width/min-height */
300 width: 110px;
301}
302
303
304ul#tocnodes li{
305 display:block;
306}
307
308ul.tocnode {
309 margin: 5px 0 0 20px;
310 padding:0;
311}
312
313ul.tocnode a{
314 margin: 0 5px 0 0;
315}
316
317span.bold{
318 font-weight: bold;
319}
320
321div.documentarrows{
322 clear: both;
323 margin: 0 0 0 0;
324 padding: 1em 0 0 0;
325}
326
327img.lessarrow{
328 float:left;
329 border: none;
330}
331
332img.morearrow{
333 float:right;
334 border:none;
335}
336
337div.formheading{
338 font-size: 16pt;
339 font-weight: bold;
340 margin: .5em 0 0;
341 padding:0;
342}
343
344ul#presprefs li, ul#berrybasketprefs li, ul#searchprefs li{
345 display: block;
346}
347
348
349div.phrasebrowse{
350 text-align:center;
351 padding:0;
352 margin: .5em 0 .5em 0;
353}
354
355div.QuickSearch {
356 float: right;
357}
Note: See TracBrowser for help on using the repository browser.