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

Last change on this file since 2550 was 2550, checked in by vdigital, 16 years ago

Index page: Scrolling start above the category when description is too long.
Sql Trace in a <div> clear:both.
French de-à => du-au

  • Property svn:eol-style set to LF
  • Property svn:keywords set to Author Date Id Revision
File size: 4.4 KB
RevLine 
[859]1/* $Id: default-layout.css 2550 2008-09-19 19:38:15Z vdigital $ */
2BODY {
[2480]3        margin: 5px;
4        padding: 0;
5        font-size: 0.8em;
6        font-family:  Univers, Helvetica, Optima, "Bitstream Vera Sans", sans-serif;
[859]7}
8
9
10H1 {
[2480]11        text-align: center;
12        font-size: 150%;
13        font-weight: bold;
14        padding: 0;
15        margin: 0.5em 0 1em 0;
[859]16}
17
18H2 {
[2288]19        margin: 0;
20        padding: 5px 0.5em 5px 0.5em;
21        text-align: left;
22        font-size: 120%;
[859]23}
[2288]24
[859]25A {
[2288]26        text-decoration:none;
27        border-bottom: 1px dotted #005e89;
[859]28}
29A:hover {
[2288]30        border-bottom: 1px solid #858460;
[859]31}
[1732]32A.button, A.button:hover { 
[2288]33        border: 0; 
[1732]34}
[859]35IMG {
[2288]36        border: none;
[859]37}
38
39HR.separation {
[2480]40        visibility: hidden;
41        clear: both;
[859]42}
43
44#copyright {
[2480]45        clear: both;
46        font-size: 83%;
47        text-align: center;
48        margin: 0 0 10px 0;
[859]49}
50
51/** General defaults **/
[1506]52INPUT, SELECT {
[2480]53        margin: 0;
54        font-size: 1em; /* <= some browsers don't set it correctly */
[1506]55}
[2480]56
57TABLE { /* horizontaly centered */
58        margin-left: auto;
59        margin-right: auto;
[1253]60}
[859]61
62/** forms **/
63
[2480]64FORM { padding: 0; margin: 0; }
[859]65
[1339]66FORM P {
[859]67        text-align: center;
68        margin-top: 2em;
69        margin-bottom: 2em;
70}
[1866]71
72FORM FIELDSET P {
73        margin-top: 1em;
74        margin-bottom: 0;
75}
76
[1339]77TEXTAREA.description {
[2480]78        height: 6em;
79        width: 40em;
80        overflow: auto;
[859]81}
82
[1444]83SELECT.categoryList {
[2480]84        height: 20em;
85        width: auto;
[1444]86}
87
[1450]88
[859]89/**
90 * Filter forms are displayed label by label with the input (or select...)
[1268]91 * below the label. Use an UL to make a group (radiobox for instance).
92 * Use a SPAN to group objects in line
[859]93 */
94FIELDSET {
[2480]95        padding: 1em;
96        margin: 1em;
97        overflow: hidden; /* <- makes Opera happy */
[859]98}
99
[1268]100FORM.filter FIELDSET UL {
101  margin: 0;
102}
103FORM.filter FIELDSET UL,
[859]104FORM.filter FIELDSET LABEL {
[2480]105        display: block;
106        float: left;
107        margin-right: 1em;
108        padding: 0;
[859]109}
[1268]110
111FORM.filter FIELDSET LI {
[2480]112        list-style: none;
113        margin-bottom: 0.5em;
[1268]114}
115
116FORM.filter FIELDSET LI LABEL {
[2480]117        display: inline;
118        float: none;
[1255]119}
[859]120
[1268]121FORM.filter FIELDSET UL.tagSelection LABEL {
[2480]122        display: inline;
123        float: none;
124        margin-right:0.5em;/*reduce from above*/
[1268]125}
126
[1255]127/* cannot use FIELDSET>LABEL because of IE<=6 */
[924]128FORM.filter FIELDSET LABEL INPUT,
129FORM.filter FIELDSET LABEL SELECT,
[1255]130FORM.filter FIELDSET LABEL SPAN,
[924]131FORM.filter FIELDSET LABEL TEXTAREA {
[859]132  display: block;
133  margin: 0.5em 0;
134}
[1255]135FORM.filter FIELDSET * LABEL INPUT,
136FORM.filter FIELDSET * LABEL SELECT,
137FORM.filter FIELDSET * LABEL TEXTAREA,
[1268]138FORM.filter FIELDSET LABEL SPAN INPUT,
139FORM.filter FIELDSET LABEL SPAN SELECT,
140FORM.filter FIELDSET LABEL SPAN TEXTAREA {
[2489]141        display: inline;
142        vertical-align: top;
143        margin: 0 0.5em 0 0;
[1255]144}
[859]145
[1274]146FORM.filter FIELDSET UL.tagSelection LI LABEL INPUT {
[2489]147        margin-right:0;
[1274]148}
149
[1255]150/* following declaration is important to avoid strange FF behaviour */
151FORM.filter FIELDSET LABEL SPAN SELECT {
[2489]152        margin: 0;
[1255]153}
154
[1356]155FORM.filter FIELDSET P
[1255]156{
[2479]157        clear: left;
158        display: block;
[859]159}
160
161FORM.filter INPUT[type="submit"] {
[2479]162        margin-top: 1em;
[859]163}
164
[2479]165FORM.properties UL {
166        list-style-type: none;
167        margin: 0;
168        padding: 0;
[859]169}
170
[2479]171FORM.properties LI {
172        margin-bottom: 0.5em;
173        padding: 0;
174        line-height: 1.8em;
175        clear: left;
[859]176}
177
[1129]178FORM.properties SPAN.property {
[2480]179        font-weight: bold;
180        float: left;
181        width: 50%;
182        text-align: right;
183        margin: 0;
184        padding: 0 0.5em 0 0;
[859]185}
186
[972]187/* button tools */
188UL.actions {
[2480]189        text-indent: 0;
190        list-style: none;
[972]191}
[2480]192UL.actions LI {
193        display: inline;
[972]194}
[2480]195UL.actions A, UL.actions IMG {
196        border: none;
[972]197}
198
[1119]199UL.tagSelection {
[2480]200        width: 99%;
201        margin: 1em 0 1em 0;
202        padding: 0;
[1119]203}
204
205UL.tagSelection LI {
[2480]206        display: inline;
207        white-space: nowrap;
[1120]208}
209
[1537]210#fullTagCloud {
[2480]211        font-size: 120%;
212        text-align: justify;
213        padding: 0;
214        margin: 1em 2em 1em 2em;
[1537]215}
[1120]216
[1537]217#fullTagCloud LI {
[2480]218        display: inline;
219        white-space: nowrap;
220        margin: 0 2px;
[1537]221}
[1120]222
[1537]223
[1120]224.tagLevel5 { font-size: 150%; }
225.tagLevel4 { font-size: 140%; }
226.tagLevel3 { font-size: 120%; }
227.tagLevel2 { font-size: 100%; }
[1180]228.tagLevel1 { font-size: 90%; }
[2091]229
230
231/* Popup help page */
232BODY#thePopuphelpPage #copyright {
[2480]233        display: none;
[2091]234}
235
[2352]236BODY#thePopuphelpPage .content P {
[2480]237        text-align: justify;
238        padding: 0.5em;
[2091]239}
240
[2352]241BODY#thePopuphelpPage .content OL LI,
242BODY#thePopuphelpPage .content UL LI
[2091]243{
[2480]244        margin-bottom: 0.5em;
[2091]245}
246
[2362]247TR.tagLine {
[2480]248        border-bottom: 1px solid #ddd;
[2362]249}
250TD.nbEntries {
[2480]251        text-align: right;
252        font-style: italic;
253        font-size: 90%;
[2362]254}
255
256FIELDSET.tagLetter {
[2480]257        border: 1px solid #d3d3d3;
258        width: 200px;
259        margin: 0.5em;
260        padding: 10px;
[2362]261}
262
263LEGEND.tagLetterLegend {
[2480]264        border: 1px solid #d3d3d3;
265        font-size:120%;
266        font-weight: bold;
267        padding: 0 5px;
268        font-style: normal;
[2362]269}
270
271TABLE.tagLetterContent {
[2480]272        width:100%;
273        font-size:80%;
274        border-collapse : collapse;
[2362]275}
[2550]276#theHeader {text-align: center;}
277#debug { margin: 15px 15px 5px 248px; font-size:12px; clear: both; word-wrap:break-word;}
Note: See TracBrowser for help on using the repository browser.