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

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