source: main/waeup.plonetheme/trunk/waeup/plonetheme/skins/waeup_plonetheme_styles/ploneCustom.css.dtml @ 5786

Last change on this file since 5786 was 5783, checked in by Henrik Bettermann, 14 years ago

Use white background and gray fonts for pre-formatted text.

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