source: extensions/music_player/template/style/floPure/sky/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.6 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}
42
43/* text color */
44BODY, H1, H2, H3, DT,
45INPUT.rateButtonSelected /* <= why IE doesn't inherit this ? */ {
46  color:#454545;        /* dimgray */
47}
48
49
50/* links */
51A {
52    color: #005e89;
53    background: transparent;
54}
55
56A:hover {
57    color: #696969;
58}
59/* backgrounds */
60BODY, #autre_content, #content, .content, #the_page {
61        background:none!important;
62}
63/* backgrounds */
64BODY {
65        background-image: url(images/ciel_003.jpg)!important;
66        background-color: #4C9BDE!important;
67        background-position: top;
68        background-repeat: repeat-x;
69}
70#admin_content, #autre_content, .row1 {
71        background-image: url(images/background5.jpg);
72        background-position:center;
73        background-repeat:repeat-y;
74        background-color:#a8d7eb;
75}
76
77/* backgrounds menu */
78
79#section_up_right {
80        background-image: url(images/c2_haut_droit.png);
81        background-position:bottom left;
82        background-repeat:no-repeat;
83        width:15px;
84         height:32px;
85}
86#section_up_left {
87        background-image: url(images/c2_haut_gauche.png);
88        background-position:bottom right;
89        background-repeat:no-repeat;
90        width:15px;
91         height:32px;
92}
93#section_up {
94 background-image: url(images/c2_haut_milieu.jpg);
95 background-position:bottom;
96 background-repeat:repeat-x;
97         height:32px;
98}
99
100#section_in {
101        background-color: #FFFFFF;
102}
103#section_left {
104 background-image: url(images/milieu_gauche.jpg);
105 background-position:right;
106 background-repeat:repeat-y;
107        width:15px;
108}
109 #section_right {
110 background-image: url(images/milieu_droit.jpg);
111 background-position:left;
112 background-repeat:repeat-y;
113        width:15px;
114        background-color:transparent;
115}
116#section_bottom_right {
117 background-image: url(images/c2_bas_droit.png);
118 background-position:top left;
119 background-repeat:no-repeat;
120 width:15px;
121 height:15px;
122}
123#section_bottom_left {
124 background-image: url(images/c2_bas_gauche.png);
125 background-position:top right;
126 background-repeat:no-repeat;
127 width:15px;
128 height:15px;
129}
130#section_bottom {
131 background-image: url(images/c2_bas_milieu.jpg);
132 background-position:top;
133 background-repeat:repeat-x;
134  height:15px;
135}
Note: See TracBrowser for help on using the repository browser.