source: main/trunk/greenstone3/web/interfaces/basic-client-xslt/style/berry_whitespace.css@ 25699

Last change on this file since 25699 was 23785, checked in by davidb, 13 years ago

Original versions of berry.css and core.css, before removal of whitespace (the latter is done for performance reasons).

File size: 4.4 KB
Line 
1
2
3div.globalwrapper{
4 font-family: sans-serif, arial, helvetica;
5 margin: 0 2em 0 4em;
6 padding:0;
7
8}
9
10div#content{
11 font-family: sans-serif, arial, helvetica;
12 margin: 0.5em 0 0.5em 0;
13 padding: 0;
14
15}
16
17div.banner{
18 margin:0;
19 padding:0;
20
21}
22
23div.pageinfo{
24 float:right;
25 text-align: right;
26 padding: 0;
27 margin:0 0 3px 0;
28 width: 50%;
29}
30
31div.basketimage{
32 float:left;
33 width: 45%;
34 padding:0;
35 margin:0;
36
37}
38
39
40div.bannerextra {
41 clear: both;
42 padding: 0.2em 0 0 0;
43}
44
45/* home, help, preferences links */
46p.bannerlinks {
47 font-weight: bold;
48 margin:0;
49 padding:0;
50}
51
52
53p.bannertitle {
54 font-family: sans-serif, arial, helvetica;
55 font-size: 24px;
56 font-weight: bold;
57 white-space: nowrap;
58 margin: 0;
59 padding: 0.5em 0 0.5em 0em;
60 background: url("../images/tile13.jpeg") 0 0 repeat-y;
61
62}
63
64
65a.navlink{
66 vertical-align: top;
67 padding: 0.2em 0.5em 0 0;
68 color: black;
69 text-decoration: none;
70 background-image: url("../images/bg_off.png");
71 }
72
73a.navlink:hover {
74 background-image: url("../images/bg_on.png");
75 }
76
77p.navbar{
78 text-align: center;
79 background: url("../images/bg_green.png") 0 0 repeat-x;
80 font-weight: bold;
81}
82
83span.navlink{
84 margin:0 3em 0 3em;
85 padding:0 0.5em 0 0.5em;
86 background-image: url("../images/bg_off.png");
87 cursor: pointer;
88}
89
90span.navlink:hover {
91 background-image: url("../images/bg_on.png");
92 }
93
94img#trashbin{
95 float:right;
96}
97
98span.berryradio{
99 cursor: pointer;
100 margin:0 3em 0 3em;
101 font-weight: bold;
102}
103
104.berrycheck{
105 font-size: 80%;
106 cursor: pointer;
107 font-weight: bold;
108 margin: 0 0 0 0.5em;
109}
110
111#urlcheck{
112 float: left;
113 padding: 0;
114 margin: 0;
115
116}
117
118.pick {
119 visibility:hidden;
120}
121
122div#berrybasket {
123 float:right;
124 font-family:sans-serif;
125 height:120px;
126 width: 100px;
127 padding: 4px 5px 4px 4px;
128 background-color:#E0F0E0;
129 background: url("../images/berrybasket.png") 0 0 no-repeat;
130 margin:0;
131 font-size:100%;
132 text-align:center;
133 #border:1px solid #2E8B57;
134 z-index:10;
135 cursor: pointer;
136 }
137
138div#baskethandle {
139 padding: 0;
140 cursor:move;
141 height: 30px;
142 width:auto;
143 #background-color:#eeeeee;
144 background:transparent;
145 margin:0 ;
146 }
147
148div#berries {
149 text-align:left;
150 height: auto;
151 margin: 0;
152 padding:0;
153 overflow: hidden;
154}
155
156
157p#documentberries {
158 font-weight: bold;
159 font-size:90%;
160}
161
162.documentberry {
163 margin:0 2em 0 0;
164 padding:0;
165 visibility:hidden;
166}
167
168
169#doclist{
170 margin: 0;
171
172}
173
174.content{
175 font-family:sans-serif;
176 text-align:left;
177}
178
179li.berryitem {
180 padding: 0;
181 margin: 0 ;
182 color: black;
183 font-size: 90%;
184}
185
186li.berrydoc {
187 font-size: 90%;
188 cursor: pointer;
189 padding: 0 ;
190 margin: 0 1em 0 0;
191}
192
193a.expandcontract {
194 font-size: 90%;
195 color: red
196}
197
198
199.item {
200 font-size: 90%;
201
202}
203
204a.fullview:visited{
205 color:red;
206}
207
208a#hideview:visited{
209 color:red;
210}
211
212a.fullview{
213 float:left;
214 font-size: 90%;
215 margin: 0 0 0 20px;
216 padding:0;
217 cursor: pointer;
218 color:red;
219 text-decoration:none;
220 }
221
222a#hideView{
223 float:right;
224 font-size: 90%;
225 margin:0 20px 0 0;
226 padding:0;
227 color: red;
228 cursor: pointer;
229 text-decoration:none;
230}
231
232
233.berrydelete{
234 font-family:sans-serif;
235 background-color:#E0F0E0;
236 border:1px solid #2E8B57;
237 padding: 4px 4px 4px 4px;
238 font-weight: bold;
239 cursor: pointer;
240 width: 6em;
241 color: red;
242 font-size: 90%;
243}
244
245.sendbutton{
246 font-family:sans-serif;
247 background-color:#E0F0E0;
248 border:1px solid #2E8B57;
249 padding: 4px 4px 4px 4px;
250 font-weight: bold;
251 cursor: pointer;
252 width: 5em;
253 font-size: 90%;
254 margin: 1em 0 0 0;
255}
256
257.berrybutton{
258 font-family:sans-serif;
259 background-color:#E0F0E0;
260 border:1px solid #2E8B57;
261 padding: 4px 4px 4px 4px;
262 font-weight: bold;
263 cursor: pointer;
264 width: 10em;
265 font-size: 90%;
266}
267
268.mailinput {
269 border:1px solid #2E8B57;
270 width: 20em;
271 height: 1.5em;
272 font-size: 90%
273}
274
275.mailitem{
276 text-align: left;
277 }
278
279
280textarea#pretextarea {
281 font-family:sans-serif;
282 border:1px solid #2E8B57;
283 width: 100%;
284 height: 25em;
285 font-size: 90%;
286 margin: 0.5em 0 0 0;
287 padding:0;
288}
289
290div#trashbin{
291 float: right;
292 height: 60px;
293 width: 55px;
294 padding: 0;
295 background: url("../images/trash-empty.png") 0 0 no-repeat;
296 margin:0;
297 z-index:10;
298}
299
300div#binhandle{
301 height: 60px;
302 width: 55px;
303 cursor: move;
304}
305
306span.extralink {
307 cursor:pointer;
308 font-size:80%;
309 font-weight:bold;
310 margin:0 2em 0 0;
311 color:black;
312}
313
314span.extralink:hover {
315 color: #2E8B57;
316}
317
Note: See TracBrowser for help on using the repository browser.