source: extensions/music_player/template/style/floPure/grey_plastic/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: 2.2 KB
Line 
1#autre_content {
2        width:100%;
3        padding:0;
4        margin:0;
5}
6#content {
7        margin-left: auto;
8        margin-bottom:1em;
9        width:100%;
10        border:none;
11}
12#the_page {
13        width:100%;
14        border:none;
15}
16body {
17        min-width: inherit;
18        width:100%;
19}
20#cache {
21        padding:5px
22}
23#close_button {
24        display:block;
25        float:right;
26}
27#table_content {
28        padding:15px;
29}
30#section_up {
31        padding-top:5px;
32        text-align:right;
33}
34#section_up A {
35        text-decoration:none;
36        border:none;
37}
38#copyright {
39        margin-left:5%;
40        margin-right:5%;
41}
42BODY, H1, H3, DT,
43INPUT.rateButtonSelected /* <= why IE doesn't inherit this ? */ {
44  color:#e0e0e0;
45}
46/* links */
47A, INPUT.rateButton {
48  color: #FFFFFF;
49}
50
51A:hover {
52  color: #CCCCCC;
53}
54/* backgrounds */
55BODY, #autre_content, #content, .content, #the_page {
56        background:none!important;
57}
58/* backgrounds */
59BODY, #content {
60  background-color: #414141!important;
61}
62
63/* backgrounds menu */
64
65#section_up_right {
66        background-image: url(images/c2_haut_droit.jpg);
67        background-position:bottom left;
68        background-repeat:no-repeat;
69        width:15px;
70         height:32px;
71}
72#section_up_left {
73        background-image: url(images/c2_haut_gauche.jpg);
74        background-position:bottom right;
75        background-repeat:no-repeat;
76        width:15px;
77         height:32px;
78}
79#section_up {
80 background-image: url(images/c2_haut_milieu.jpg);
81 background-position:bottom;
82 background-repeat:repeat-x;
83         height:32px;
84}
85
86#section_in {
87        background-color:#676767;
88}
89#section_left {
90 background-image: url(images/c2_milieu_gauche.jpg);
91 background-position:right;
92 background-repeat:repeat-y;
93        width:15px;
94}
95 #section_right {
96 background-image: url(images/c2_milieu_droit.jpg);
97 background-position:left;
98 background-repeat:repeat-y;
99        width:15px;
100        background-color:transparent;
101}
102#section_bottom_right {
103 background-image: url(images/c2_bas_droit.jpg);
104 background-position:top left;
105 background-repeat:no-repeat;
106 width:15px;
107 height:15px;
108}
109#section_bottom_left {
110 background-image: url(images/c2_bas_gauche.jpg);
111 background-position:top right;
112 background-repeat:no-repeat;
113 width:15px;
114 height:15px;
115}
116#section_bottom {
117 background-image: url(images/c2_bas_milieu.jpg);
118 background-position:top;
119 background-repeat:repeat-x;
120  height:15px;
121}
Note: See TracBrowser for help on using the repository browser.