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

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

Add prices tab.

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