source: extensions/floOS/default-layout.css @ 4080

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

update global with pwg 2.0.3

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