1 | table.footer { |
---|
2 | margin-left: auto; |
---|
3 | margin-right: auto; |
---|
4 | } |
---|
5 | |
---|
6 | table.footer th, |
---|
7 | table.footer td { |
---|
8 | padding: 0.1em 3em; |
---|
9 | vertical-align: top; |
---|
10 | text-align: left; |
---|
11 | font-size: 0.9em; |
---|
12 | } |
---|
13 | |
---|
14 | table.footer th { |
---|
15 | padding-bottom: 0.5em; |
---|
16 | } |
---|
17 | |
---|
18 | |
---|
19 | /* |
---|
20 | ** BASE.CSS CUSTOMIZATION STYLES |
---|
21 | */ |
---|
22 | |
---|
23 | #content p, #content table, #content dl, dl.portlet p, dl.portlet { |
---|
24 | margin-top: 0.5em; |
---|
25 | margin-bottom: 0.5em; |
---|
26 | } |
---|
27 | |
---|
28 | #edit-bar, #content ul.formTabs { |
---|
29 | -moz-border-radius-topleft: 0.0em; |
---|
30 | -moz-border-radius-topright: 0.0em; |
---|
31 | } |
---|
32 | |
---|
33 | #content pre { |
---|
34 | background-color: white; |
---|
35 | color: #333333; |
---|
36 | font-size: 100%; |
---|
37 | font-family: "Courier New",monospace; |
---|
38 | margin-bottom: 0px; |
---|
39 | } |
---|
40 | |
---|
41 | |
---|
42 | /* |
---|
43 | ** PUBLIC.CSS CUSTOMIZATION STYLES |
---|
44 | */ |
---|
45 | |
---|
46 | |
---|
47 | #portal-header { |
---|
48 | background:-moz-linear-gradient(left, white, #36895f); /* Firefox */ |
---|
49 | background:-webkit-linear-gradient(left, white, #36895f); /* Safari, Chrome */ |
---|
50 | background:-o-linear-gradient(left, white, #36895f); /* Opera */ |
---|
51 | background:-ms-linear-gradient(left, white, #36895f); /* IE */ |
---|
52 | background-image: linear-gradient(left, white, #36895f); |
---|
53 | filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='white', endColorstr='#36895f', GradientType=1); |
---|
54 | } |
---|
55 | |
---|
56 | dl.actionMenu.activated dd { |
---|
57 | -moz-border-radius-bottomleft: 0.0em; |
---|
58 | -moz-border-radius-bottomright: 0.0em; |
---|
59 | } |
---|
60 | |
---|
61 | #portal-logo { |
---|
62 | margin: 0.2em 0; |
---|
63 | position: absolute; |
---|
64 | } |
---|
65 | |
---|
66 | h1, h2, h3, h4, h5, h6 { |
---|
67 | font-weight: normal; |
---|
68 | } |
---|
69 | |
---|
70 | h1 { |
---|
71 | font-size: 1.9em; |
---|
72 | } |
---|
73 | h2 { |
---|
74 | font-size: 1.4em; |
---|
75 | } |
---|
76 | |
---|
77 | h3 { |
---|
78 | font-size: 1.25em; |
---|
79 | font-weight: bold; |
---|
80 | } |
---|
81 | |
---|
82 | h4 { |
---|
83 | font-size: 1.1em; |
---|
84 | } |
---|
85 | |
---|
86 | h1, h2 { |
---|
87 | letter-spacing: 0em; |
---|
88 | } |
---|
89 | |
---|
90 | #portal-top { |
---|
91 | border-top: 0em solid white; |
---|
92 | margin: 0 0 1em 0; |
---|
93 | } |
---|
94 | |
---|
95 | #portal-globalnav { |
---|
96 | border-top: 0em solid white; |
---|
97 | margin: 9em 0 0 0; |
---|
98 | } |
---|
99 | |
---|
100 | |
---|
101 | #portal-globalnav li a { |
---|
102 | padding: 0.5em 1em 0.5em 1em; |
---|
103 | min-width: 6em; |
---|
104 | font-weight: normal; |
---|
105 | white-space: normal; |
---|
106 | /*TODO: Once we have removed the whitespace from the nav template, this can be put back*/ |
---|
107 | /*border-bottom: 0.1em solid White;*/ |
---|
108 | border-right: 0.1em solid white; |
---|
109 | } |
---|
110 | |
---|
111 | dl.portlet dt, |
---|
112 | div.portletAssignments div.portletHeader { |
---|
113 | padding: 0.4em 1em 0.4em 1em; |
---|
114 | background: #EEEEEE; |
---|
115 | line-height: normal; |
---|
116 | } |
---|
117 | |
---|
118 | #portlet-prefs a { |
---|
119 | line-height: normal; |
---|
120 | } |
---|
121 | |
---|
122 | dt { |
---|
123 | font-weight: bold; |
---|
124 | } |
---|
125 | |
---|
126 | #fieldset-openid-login input, #login-form input { |
---|
127 | font-size: 120%; |
---|
128 | } |
---|
129 | |
---|
130 | #content .documentDescription, #content #description { |
---|
131 | margin-bottom: 1em; |
---|
132 | margin-top: 1em; |
---|
133 | font-size: 1.25em; |
---|
134 | font-weight: bold; |
---|
135 | color: #006633; |
---|
136 | } |
---|
137 | |
---|
138 | /* Change the ugly green of the sunburst theme */ |
---|
139 | |
---|
140 | #portal-siteactions li a:hover { |
---|
141 | color: #980000 |
---|
142 | } |
---|
143 | #content a:hover, |
---|
144 | dl.portlet a:hover { |
---|
145 | color: #980000 !important; /* This one gets an !important because it should always activate in the content area, even when state coloring is active */ |
---|
146 | } |
---|
147 | |
---|
148 | #content a:visited, dl.portlet a:visited { |
---|
149 | color: #006633; |
---|
150 | border-bottom: None; |
---|
151 | } |
---|
152 | #edit-bar { |
---|
153 | background-color: #C83333; |
---|
154 | border: 0.25em solid #C83333; |
---|
155 | border-style: solid solid none solid; |
---|
156 | } |
---|
157 | |
---|
158 | #content-views { |
---|
159 | background-color: #C83333; |
---|
160 | } |
---|
161 | #contentActionMenus dl.actionMenu a, |
---|
162 | #contentActionMenus dl.actionMenu.activated dd { |
---|
163 | background-color: #C83333; |
---|
164 | } |
---|
165 | #contentActionMenus dl.actionMenu.activated dd { |
---|
166 | border-bottom: None; |
---|
167 | } |
---|
168 | #contentActionMenus { |
---|
169 | background: #C83333; |
---|
170 | } |
---|
171 | div.overlay a:hover { |
---|
172 | color: #980000; |
---|
173 | border-bottom: None; |
---|
174 | } |
---|
175 | |
---|
176 | /* Change the light blue of the sunburst theme */ |
---|
177 | |
---|
178 | #portal-globalnav { |
---|
179 | background: #EEEEEE; |
---|
180 | } |
---|
181 | |
---|
182 | #portal-globalnav li a { |
---|
183 | background: #EEEEEE; |
---|
184 | } |
---|
185 | #portal-globalnav .selected a:hover { |
---|
186 | background: #EEEEEE; |
---|
187 | color: #006633; |
---|
188 | } |
---|
189 | .LSHighlight { |
---|
190 | background: #EEEEEE; |
---|
191 | } |
---|
192 | dl.portlet dt, |
---|
193 | div.portletAssignments div.portletHeader { |
---|
194 | background: #EEEEEE; |
---|
195 | } |
---|
196 | div.managePortletsLink, |
---|
197 | a.managePortletsFallback { |
---|
198 | background: #EEEEEE; |
---|
199 | } |
---|
200 | dl.portlet ul.navTreeLevel0 > .navTreeItem { |
---|
201 | border-bottom: 0.1em dotted #EEEEEE; |
---|
202 | } |
---|
203 | dl.portlet ul.navTree .navTreeCurrentItem { |
---|
204 | background-color: #EEEEEE; |
---|
205 | border-left: 1em solid #EEEEEE; |
---|
206 | } |
---|
207 | #category a.link-category { |
---|
208 | background: #EEEEEE; |
---|
209 | } |
---|
210 | table.plain th, |
---|
211 | table.plain td { |
---|
212 | border: 1px solid #EEEEEE; |
---|
213 | } |
---|
214 | table.listing { |
---|
215 | border-left: 1px solid #EEEEEE; |
---|
216 | border-bottom: 1px solid #EEEEEE; |
---|
217 | } |
---|
218 | table.listing .top { |
---|
219 | border-left: 1px solid #EEEEEE; |
---|
220 | border-top: 1px solid #EEEEEE; |
---|
221 | border-right: 1px solid #EEEEEE; |
---|
222 | } |
---|
223 | table.listing th { |
---|
224 | color: #666; |
---|
225 | border: 0.1em solid #e7e7e7; |
---|
226 | background: #EEEEEE; |
---|
227 | } |
---|
228 | table.listing td { |
---|
229 | border-right: 1px solid #EEEEEE; |
---|
230 | } |
---|
231 | table.listing td.draggable { |
---|
232 | background: #EEEEEE !important; |
---|
233 | } |
---|
234 | #content ul.formTabs { |
---|
235 | background-color: #EEEEEE; |
---|
236 | border: 0.3em solid #EEEEEE; |
---|
237 | } |
---|
238 | img.image-left, |
---|
239 | img.image-right, |
---|
240 | .captioned img { |
---|
241 | border: 1px solid #EEEEEE; |
---|
242 | } |
---|
243 | #portal-footer { |
---|
244 | background: #EEEEEE; |
---|
245 | line-height: 1em; |
---|
246 | padding-top: 0.5em; |
---|
247 | padding-bottom: 0.5em; |
---|
248 | } |
---|
249 | #portal-sitemap > li { |
---|
250 | border-bottom:0.1em dotted #EEEEEE; |
---|
251 | } |
---|
252 | #content-history .historyByLine { |
---|
253 | background: #EEEEEE; |
---|
254 | } |
---|
255 | #content-history div.historyComment { |
---|
256 | border: 1px solid #EEEEEE; |
---|
257 | } |
---|
258 | |
---|
259 | #portal-personaltools { |
---|
260 | background: #EEEEEE; |
---|
261 | } |
---|
262 | |
---|
263 | |
---|
264 | #portal-languageselector{ |
---|
265 | background: #EEEEEE; |
---|
266 | } |
---|
267 | |
---|
268 | |
---|
269 | dl.portalMessage a, #content dl.portalMessage a { |
---|
270 | border-bottom: None; |
---|
271 | color: #006633; |
---|
272 | } |
---|
273 | |
---|
274 | |
---|
275 | /* Change the dark blue of the sunburst theme */ |
---|
276 | |
---|
277 | a:link, a:visited { |
---|
278 | color: #006633; |
---|
279 | } |
---|
280 | |
---|
281 | #portal-globalnav .selected a, |
---|
282 | #portal-globalnav a:hover { |
---|
283 | background: #006633; |
---|
284 | } |
---|
285 | |
---|
286 | #content a.link-overlay { |
---|
287 | border-bottom: None; |
---|
288 | } |
---|
289 | |
---|
290 | #content a:link, |
---|
291 | dl.portlet a:link { |
---|
292 | color: #006633; |
---|
293 | border-bottom: None; |
---|
294 | } |
---|
295 | |
---|
296 | #content a:hover, |
---|
297 | dl.portlet a:hover { |
---|
298 | border-bottom: None; |
---|
299 | } |
---|
300 | |
---|
301 | #category a.link-category:hover { |
---|
302 | background: #006633; |
---|
303 | border-color: #006633; |
---|
304 | } |
---|
305 | |
---|
306 | #portal-personaltools dd a:hover { |
---|
307 | background: #006633; |
---|
308 | } |
---|
309 | |
---|
310 | |
---|
311 | /* |
---|
312 | ** CONTENT.CSS CUSTOMIZATION STYLES |
---|
313 | */ |
---|
314 | |
---|
315 | |
---|
316 | .mceContentBody a { |
---|
317 | background-color: transparent; |
---|
318 | border-bottom: None; |
---|
319 | color: #006633; !important; |
---|
320 | } |
---|
321 | |
---|
322 | |
---|
323 | /* |
---|
324 | ** COLUMNS.CSS CUSTOMIZATION STYLES |
---|
325 | */ |
---|
326 | |
---|
327 | /* Shrink left and right columns and enlarge the content column */ |
---|
328 | div.width-1\3a 2 { width: 53.75%; } /* .width-1:2 */ |
---|
329 | div.width-1\3a 4 { width: 19.75%; } /* .width-1:4 */ |
---|
330 | div.width-3\3a 4 { width: 75.75%; } /* .width-3:4 */ |
---|
331 | div.width-full { width: 97.75% } |
---|
332 | div.position-1\3a 4 {margin-left: -76.875%;} /* .position-1:4 */ |
---|
333 | div.position-1\3a 2 {margin-left: -48.875%;} /* .position-1:2 */ |
---|
334 | div.position-3\3a 4 {margin-left: -20.875%;} /* .position-3:4 */ |
---|
335 | |
---|
336 | |
---|
337 | |
---|
338 | |
---|
339 | |
---|
340 | |
---|
341 | |
---|
342 | /* Here follows the original stuff from ploneCustom.css.dtml */ |
---|
343 | |
---|
344 | /* uncomment the below selector to get a fixed-width layout. * |
---|
345 | * 60em is equivalent to 960px in this case, and every * |
---|
346 | * grid cell will be 40px with 10px padding. * |
---|
347 | |
---|
348 | #visual-portal-wrapper { width: 60em; margin: 0 auto; } */ |
---|
349 | |
---|
350 | /* To change the link color (or the navigation link background), uncomment * |
---|
351 | * the selectors below, and insert new color values: */ |
---|
352 | |
---|
353 | /* |
---|
354 | a:link, a:visited, #content a:link, #content a:visited, dl.portlet a:link, dl.portlet a:visited { |
---|
355 | color: red; |
---|
356 | } |
---|
357 | #portal-globalnav .selected a, #portal-globalnav a:hover { |
---|
358 | background-color: red; |
---|
359 | } |
---|
360 | */ |
---|
361 | |
---|
362 | /* To change the edit bar color, uncomment the selectors below, and insert * |
---|
363 | * new color values: */ |
---|
364 | |
---|
365 | /* |
---|
366 | #contentActionMenus, |
---|
367 | dl.actionMenu.activated dd, |
---|
368 | #content-views, |
---|
369 | #edit-bar { |
---|
370 | background-color: blue; |
---|
371 | border-color: blue; |
---|
372 | } |
---|
373 | dl.actionMenu a { |
---|
374 | background-color: blue; |
---|
375 | } |
---|
376 | */ |
---|
377 | |
---|
378 | /* If you want to hide the path bar (aka. breadcrumbs), uncomment the below: */ |
---|
379 | |
---|
380 | /* |
---|
381 | #breadcrumbs-you-are-here, |
---|
382 | #breadcrumbs-home, |
---|
383 | #breadcrumbs-current, |
---|
384 | #breadcrumbs-1 { |
---|
385 | display: none; |
---|
386 | } |
---|
387 | */ |
---|
388 | |
---|
389 | /* If you want variables in the CSS (for example for colors that are used * |
---|
390 | * in several locations), Plone has a built-in facility for this. An example * |
---|
391 | * is shown below, the variables are defined in the file "base_properties", * |
---|
392 | * and below we show the syntax for using them directly in the CSS file. * |
---|
393 | * Note that you always need to surround the relevant part (or the entire CSS * |
---|
394 | * file) with the dtml-with statements for it to work. */ |
---|
395 | |
---|
396 | /* |
---|
397 | |
---|
398 | /* |
---|
399 | <dtml-with base_properties> |
---|
400 | #content a:link { color: &dtml-linkColor;; } |
---|
401 | </dtml-with> |
---|
402 | */ |
---|