source: extensions/floPure/default-layout.css @ 3474

Last change on this file since 3474 was 3474, checked in by flop25, 15 years ago

refresh all the tpl with current yoga tpl.

maj avec le yoga de pwg 2.0.2

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