source: extensions/floOs/default-layout.css @ 3608

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

first commit

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