source: extensions/music_player/template/style/floPure/autumn/lecteur.css @ 3561

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

-all floPure/*/*.conf.php are independant and can ecrase style of user
-many test have been made !!
=> ready for 2.1.1 [traduction always needed]

File size: 3.4 KB
Line 
1#autre_content
2{
3width:100%;
4padding:0;
5margin:0;
6  }
7#content
8{
9margin-left: auto;
10margin-bottom:1em;
11width:100%;
12border:none;
13min-height:inherit;
14  }
15#the_page
16{
17width:100%;
18border:none;
19  }
20body {
21min-width: inherit;
22width:100%;
23}
24#cache
25{
26padding:5px
27}
28#close_button
29{
30        margin-right:10px;
31        margin-left:90%;
32}
33#table_content
34{
35        padding:15px;
36}
37#section_up
38{
39        padding-top:5px;
40        text-align:right;
41}
42#section_up A
43{
44        text-decoration:none;
45        border:none;
46}
47
48
49
50
51/* _________________________________ */
52body, #autre_content, #the_page
53{
54        background:none!important;
55}
56#table_content, #section_bottom, #section_bottom_left, #section_bottom_right, #section_in, #section_right, #section_left, #section_up, #section_up_left, #section_up_right {
57 background:none!important;
58}
59
60tml, body, div, span, applet, object, iframe,
61h1, h2, h3, h4, h5, h6, p, blockquote, pre,
62a, abbr, acronym, address, big, cite, code,
63del, dfn, em, font, img, ins, kbd, q, s, samp,
64small, strike, strong, sub, sup, tt, var,
65b, u, i, center,
66dl, dt, dd, ol, ul, li,
67fieldset, form, label, legend,
68table, caption, tbody, tfoot, thead, tr, th, td {
69        margin: 0;
70        padding: 0;
71        border: 0;
72        outline: 0;
73        font-size: 100%;
74        vertical-align: baseline;
75        background: transparent;
76}
77body {
78        line-height: 1;
79}
80ol, ul {
81        list-style: none;
82}
83blockquote, q {
84        quotes: none;
85}
86
87/* remember to define focus styles! */
88:focus {
89        outline: 0;
90}
91
92/* remember to highlight inserts somehow! */
93ins {
94        text-decoration: none;
95}
96del {
97        text-decoration: line-through;
98}
99
100/* tables still need 'cellspacing="0"' in the markup */
101table {
102        border-collapse: collapse;
103        border-spacing: 0;
104}
105
106
107/* _________________________________ */
108
109
110
111
112
113
114
115
116
117
118/* text color */
119BODY
120{
121color:#696969;
122font-family:"Lucida Grande",Tahoma,Arial,Verdana,sans-serif;
123}
124/* links */
125A, INPUT.rateButton {
126    color: #005e89;
127    background: transparent;
128}
129
130A:hover, INPUT.rateButton:hover {
131font-weight:bold;
132color:#005E89;
133}
134
135/* positionnement */
136#menubar DL, #menubar DT, #the_page, BODY {
137        margin: 0px;
138        padding: 0px;
139}
140
141/* backgrounds */
142BODY {
143  background-color: #f5f5f5;   
144}
145
146.header_notes{
147  background-color: #CAD8E1;
148}
149
150/*       contenu  ************/
151
152BODY#theAboutPage #content{
153width:800px ;
154margin-left: auto;
155margin-right: auto;
156}
157.titrePage H2 {
158border-bottom:1px dashed #BBBBBB;
159color:#222222;
160font-weight:bold;
161}
162
163#autre_content {
164padding-bottom:2em;
165padding-top:2em;
166font-size:1.5em;
167color:#000000;
168
169}
170#content, .content {
171  background-color: #fff!important;
172border-color:#fff #DEDEDE #DEDEDE #fff!important;
173border-style:none solid solid none!important;
174border-width:medium 1px 1px medium!important;
175 background-image: url(images/fadetree.png)!important;
176 background-repeat:no-repeat!important;
177 background-position:bottom left!important;
178}
179
180
181
182/***                   catégories            **********/
183
184.titrePage h2 {
185        margin-bottom: 20px;
186        }
187
188/* others */
189.pleaseNote {
190    background-color: #9c9c9c;
191    color: #ffff99;
192    padding: 1ex;
193    font-weight: bold;
194}
195#copyright {
196        width:800px;
197        height:20px;
198        background-image: url(images/footer.jpg);
199        background-position:bottom;
200        background-repeat:no-repeat;
201        padding-top:180px;
202        margin: 0px;
203        color:#FFFFFF;
204        float:right;
205}
206#copyright A, #copyright A:hover {
207        color:#f5f5f5;
208}
Note: See TracBrowser for help on using the repository browser.