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

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

first commit

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