source: trunk/template/yoga/default-layout.css @ 3283

Last change on this file since 3283 was 3283, checked in by plg, 15 years ago

complement to r3282, remove all $Id$ in source code.

  • Property svn:eol-style set to LF
File size: 4.3 KB
Line 
1BODY {
2        margin: 5px;
3        padding: 0;
4        font-size: 0.8em;
5        font-family: Arial,Helvetica,sans-serif;
6}
7
8
9H1 {
10        text-align: center;
11        font-size: 150%;
12        font-weight: bold;
13        padding: 0;
14        margin: 0.5em 0 1em 0;
15}
16
17H2 {
18        margin: 0;
19        padding: 5px 0.5em 5px 0.5em;
20        text-align: left;
21        font-size: 120%;
22}
23
24A {
25        text-decoration:none;
26        border-bottom: 1px dotted #005e89;
27}
28A:hover {
29        border-bottom: 1px solid #858460;
30}
31
32IMG {
33        border: none;
34}
35
36HR.separation {
37        visibility: hidden;
38        clear: both;
39}
40
41#copyright {
42        clear: both;
43        font-size: 83%;
44        text-align: center;
45        margin: 0 0 10px 0;
46}
47
48INPUT, SELECT {
49        margin: 0;
50        font-size: 1em; /* <= some browsers don't set it correctly */
51}
52
53TABLE { /* horizontaly centered */
54        margin-left: auto;
55        margin-right: auto;
56}
57
58
59FORM { padding: 0; margin: 0; }
60
61FORM P {
62        text-align: center;
63        margin-top: 2em;
64        margin-bottom: 2em;
65}
66
67FORM FIELDSET P {
68        margin-top: 1em;
69        margin-bottom: 0;
70}
71
72SELECT.categoryList {
73        height: 20em;
74        width: 500px;
75}
76
77
78/**
79 * Filter forms are displayed label by label with the input (or select...)
80 * below the label. Use an UL to make a group (radiobox for instance).
81 * Use a SPAN to group objects in line
82 */
83FIELDSET {
84        padding: 1em;
85        margin: 1em;
86        overflow: hidden; /* <- makes Opera happy */
87}
88
89FORM.filter FIELDSET UL {
90  margin: 0;
91}
92FORM.filter FIELDSET UL,
93FORM.filter FIELDSET LABEL {
94        display: block;
95        float: left;
96        margin-right: 1em;
97        padding: 0;
98}
99
100FORM.filter FIELDSET LI {
101        list-style: none;
102        margin-bottom: 0.5em;
103}
104
105FORM.filter FIELDSET LI LABEL {
106        display: inline;
107        float: none;
108}
109
110FORM.filter FIELDSET UL.tagSelection LABEL {
111        display: inline;
112        float: none;
113        margin-right:0.5em;/*reduce from above*/
114}
115
116/* cannot use FIELDSET>LABEL because of IE<=6 */
117FORM.filter FIELDSET LABEL INPUT,
118FORM.filter FIELDSET LABEL SELECT,
119FORM.filter FIELDSET LABEL SPAN,
120FORM.filter FIELDSET LABEL TEXTAREA {
121  display: block;
122  margin: 0.5em 0;
123}
124FORM.filter FIELDSET * LABEL INPUT,
125FORM.filter FIELDSET * LABEL SELECT,
126FORM.filter FIELDSET * LABEL TEXTAREA,
127FORM.filter FIELDSET LABEL SPAN INPUT,
128FORM.filter FIELDSET LABEL SPAN SELECT,
129FORM.filter FIELDSET LABEL SPAN TEXTAREA {
130        display: inline;
131        vertical-align: top;
132        margin: 0 0.5em 0 0;
133}
134
135FORM.filter FIELDSET UL.tagSelection LI LABEL INPUT {
136        margin-right:0;
137}
138
139/* following declaration is important to avoid strange FF behaviour */
140FORM.filter FIELDSET LABEL SPAN SELECT {
141        margin: 0;
142}
143
144FORM.filter FIELDSET P
145{
146        clear: left;
147        display: block;
148}
149
150FORM.filter INPUT[type="submit"] {
151        margin-top: 1em;
152}
153
154FORM.properties UL {
155        list-style-type: none;
156        margin: 0;
157        padding: 0;
158}
159
160FORM.properties LI {
161        margin-bottom: 0.5em;
162        padding: 0;
163        line-height: 1.8em;
164        clear: left;
165}
166
167FORM.properties SPAN.property {
168        font-weight: bold;
169        float: left;
170        width: 50%;
171        text-align: right;
172        margin: 0;
173        padding: 0 0.5em 0 0;
174}
175
176/* button tools */
177UL.actions {
178        text-indent: 0;
179        list-style: none;
180}
181UL.actions LI {
182        display: inline;
183}
184UL.actions A, UL.actions IMG {
185        border: none;
186}
187
188UL.tagSelection {
189        width: 99%;
190        margin: 1em 0 1em 0;
191        padding: 0;
192}
193
194UL.tagSelection LI {
195        display: inline;
196        white-space: nowrap;
197}
198
199#fullTagCloud {
200        font-size: 120%;
201        text-align: justify;
202        padding: 0;
203        margin: 1em 2em 1em 2em;
204}
205
206#fullTagCloud SPAN {
207        white-space: nowrap;
208        margin: 0 2px;
209}
210
211
212.tagLevel5 { font-size: 150%; }
213.tagLevel4 { font-size: 140%; }
214.tagLevel3 { font-size: 120%; }
215.tagLevel2 { font-size: 100%; }
216.tagLevel1 { font-size: 90%; }
217
218
219/* Popup help page */
220BODY#thePopuphelpPage #copyright {
221        display: none;
222}
223
224#theNotificationPage p { padding: 0.5em; }
225BODY#thePopuphelpPage .content P {
226        text-align: justify;
227        padding: 0.5em;
228}
229
230BODY#thePopuphelpPage .content OL LI,
231BODY#thePopuphelpPage .content UL LI
232{
233        margin-bottom: 0.5em;
234}
235
236TR.tagLine {
237        border-bottom: 1px solid #ddd;
238}
239TD.nbEntries {
240        text-align: right;
241        font-style: italic;
242        font-size: 90%;
243}
244
245FIELDSET.tagLetter {
246        border: 1px solid #d3d3d3;
247        width: 200px;
248        margin: 0.5em;
249        padding: 10px;
250}
251
252LEGEND.tagLetterLegend {
253        border: 1px solid #d3d3d3;
254        font-size:120%;
255        font-weight: bold;
256        padding: 0 5px;
257        font-style: normal;
258}
259
260TABLE.tagLetterContent {
261        width:100%;
262        font-size:80%;
263        border-collapse : collapse;
264}
265
266#theHeader {text-align: center;}
267
268#theNotificationPage DL,
269#thePopuphelpPage DL { margin: 0 25px 25px; }
270.content #comments UL.thumbnailCategories LI { width:99%; }
271/* jQuery datepicker */
272IMG.ui-datepicker-trigger {
273        cursor : pointer;
274}
Note: See TracBrowser for help on using the repository browser.