source: WAeUP_CMS/trunk/skins/WAEUP/waeup.css.dtml @ 3193

Last change on this file since 3193 was 40, checked in by Henrik Bettermann, 19 years ago

df_listing added, waeup.css slightly modified

File size: 3.7 KB
Line 
1/* <dtml-with base_properties> (do not remove this :) */
2/* <dtml-call "REQUEST.set('portal_url', portal_url())"> (not this either :) */
3
4/* In portlets.css */
5
6.portletHeader {
7    background-color: &dtml-globalBackgroundColor;;
8    border: &dtml-borderWidth; &dtml-borderStyle; &dtml-globalBorderColor;;
9    border-bottom: none;
10    padding: 0.2em 0em 0em 1em;
11    text-transform: &dtml-textTransform;;
12    font-weight: bold;
13    line-height: 1.6em;
14}
15
16
17/* In public.css */
18
19
20#portal-logo_left {
21    background: url(&dtml-portal_url;/&dtml-logoNameLeft;) no-repeat;
22    border: 0;
23    margin: 0;
24    padding: 0;
25    float: right;
26}
27
28#portal-logo_left a {
29    display: block;
30    text-decoration: none;
31    overflow: hidden;
32    border: 0;
33    margin: 0;
34    padding: 0;
35    padding-top: <dtml-var "_[logoNameLeft].height">px;
36    height: 0px !important;
37    height /**/: <dtml-var "_[logoNameLeft].height">px;
38    width: <dtml-var "_[logoNameLeft].width">px;
39    cursor: pointer;
40}
41
42#portal-logo_right {
43    background: url(&dtml-portal_url;/&dtml-logoNameRight;) no-repeat;
44    border: 0;
45    margin: 0;
46    padding: 0;
47    float: left;
48}
49
50#portal-logo_right a {
51    display: block;
52    text-decoration: none;
53    overflow: hidden;
54    border: 0;
55    margin: 0;
56    padding: 0;
57    padding-top: <dtml-var "_[logoNameRight].height">px;
58    height: 0px !important;
59    height /**/: <dtml-var "_[logoNameRight].height">px;
60    width: <dtml-var "_[logoNameRight].width">px;
61    cursor: pointer;
62}
63
64.LogoLeft {
65    margin-top: 0.75em;
66}
67
68.LogoRight {
69    margin-top: 0.75em;
70    margin-left: 1.6em;
71}
72
73#portal-searchbox {
74    float: right;
75    clear: right;
76    background-color: transparent;
77    margin: 1.5em 0 0 0;
78    padding: 0 2em 0 0;
79    text-align: right;
80    text-transform: &dtml-textTransform;;
81    white-space: nowrap;
82    z-index: 2;
83    position: absolute;
84    right: 12px;
85    top: 20px
86}
87
88#portal-siteactions {
89    background-color: transparent;
90    white-space: nowrap;
91    list-style-image: none;
92    list-style-type: none;
93    margin: 1px 0 0 0;
94    height: auto;
95    line-height: normal;
96    float: right;
97    padding: 3px 2em 3px 0;
98    position  :absolute;
99    right    : 10px;
100    top: 0px
101}
102
103
104#portal-breadcrumbs {
105    /* The path bar, including breadcrumbs and add to favorites */
106    border-bottom-color: &dtml-globalBorderColor;;
107    border-bottom-style: &dtml-borderStyle;;
108    border-bottom-width: &dtml-borderWidth;;
109    border-bottom: none;
110    padding: 0em;
111    margin-left: 2.2em;
112    text-transform: &dtml-textTransform;;
113    line-height: 1.6em;
114}
115
116
117
118
119#portal-footer {
120    background-color: &dtml-globalBackgroundColor;;
121    border-top: &dtml-borderWidth; &dtml-borderStyle; &dtml-globalBorderColor;;
122    border-bottom: &dtml-borderWidth; &dtml-borderStyle; &dtml-globalBorderColor;;
123    float: none;
124    line-height: 1.2em;
125    margin: 2em 0em 1em 0em;
126    padding: 0em 1.2em 0em 1.2em;
127    text-align: center;
128}
129
130
131#portal-footer a {
132    text-decoration: none;
133    color: &dtml-discreetColor;;
134    border: none;
135}
136
137#portal-footer a:visited {
138    color: &dtml-discreetColor;;
139    background-color: transparent;
140}
141
142
143/* In base.css */
144
145
146h1 {
147    font-size: 160%;
148}
149h2 {
150    font-size: 150%;
151    border-bottom: none;
152}
153
154h3 {
155    font-size: 140%;
156    border-bottom: none;
157    font-weight: normal;
158}
159
160h4 {
161    font-size: 120%;
162    border-bottom: none;
163    font-weight: normal;
164}
165
166h5 {
167    font-size: 100%;
168    border-bottom: none;
169    font-weight: bold;
170}
171
172h6 {
173    font-size: &dtml-fontSmallSize;;
174    border-bottom: none;
175    font-weight: bold;
176}
177
178ul {
179    line-height: 1.5em;
180    margin: 0.5em 0 0 1.5em;
181    padding: 0;
182    list-style-type: circle;
183    list-style-image: none;
184}
185
186dd {
187    line-height: 1.5em;
188    margin-bottom: 0.5em;
189    margin-top: 0.5em;
190
191}
192
193/* </dtml-with> */
Note: See TracBrowser for help on using the repository browser.