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

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

Remove rounded corners which are not beeing displayed in IE anyway.

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