source: extensions/music_player/template/style/floPure/clear_blue/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.0 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;
13  }
14#the_page
15{
16width:100%;
17border:none;
18  }
19body {
20min-width: inherit;
21width:100%;
22}
23#cache
24{
25padding:5px
26}
27#close_button
28{
29        margin-right:10px;
30        margin-left:90%;
31}
32#table_content
33{
34        padding:15px;
35}
36#section_up
37{
38        padding-top:5px;
39        text-align:right;
40}
41#section_up A
42{
43        text-decoration:none;
44        border:none;
45}
46/* backgrounds */
47BODY, #autre_content, #content, .content, #the_page
48{
49        background:none!important;
50}
51#section_up_right{
52 background-image: url(images/content_top_right.jpg);
53 background-repeat:no-repeat;
54 background-position:bottom left;
55 width:22px;
56 height:14px;
57}
58#section_up_left{
59 background-image: url(images/content_top_left.jpg);
60  background-position:bottom right;
61  background-repeat:no-repeat;
62 width:22px;
63 height:14px;
64}
65#section_up{
66 background-image: url(images/content_top_backg.jpg);
67   background-position:bottom;
68   background-repeat: repeat-x;
69   height:14px;
70}
71
72#section_in, #section_right, #section_left {
73        background-image: url(images/content_backg.jpg)!important;
74        background-repeat:repeat-x;
75        background-position:top;
76        background-color:#c4cbd3;
77}
78
79#section_bottom_right{
80 background-image: url(images/content_bottom_right.jpg);
81 background-position:top left;
82 background-repeat:no-repeat;
83 width:22px;
84 height:14px;
85}
86#section_bottom_left{
87 background-image: url(images/content_bottom_left.jpg);
88 background-position:top right;
89 background-repeat:no-repeat;
90 width:22px;
91 height:14px;
92}
93#section_bottom{
94 background-image: url(images/content_bottom_backg.jpg);
95 background-position:top;
96   background-repeat: repeat-x;
97  height:14px;
98}
99/*_____________*/
100
101BODY
102{
103color:#696969;
104font-family:"Lucida Grande",Tahoma,Arial,Verdana,sans-serif;
105}
106/* links */
107A, INPUT.rateButton {
108    color: #005e89;
109    background: transparent;
110}
111
112A:hover, INPUT.rateButton:hover {
113    color: #858460;
114}
115
Note: See TracBrowser for help on using the repository browser.