source: trunk/gsdl3/web/interfaces/default/style/berry.css@ 12030

Last change on this file since 12030 was 12030, checked in by kjdon, 18 years ago

changed globalwraper to globalwrapper

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