source: extensions/music_player/template/style/floPure/green_nature/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{
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
47BODY, H1, H2, H3, DT,
48INPUT.rateButtonSelected  {
49  color:#B0CA00;
50}
51/* links */
52A, INPUT.rateButton {
53    color: #B0CA00;
54    background: transparent;
55}
56
57A:hover, INPUT.rateButton:hover {
58    color: #D7DC76;
59}
60
61/* backgrounds */
62BODY, #autre_content, #content, .content, #the_page
63{
64        background:none!important;
65}
66/* backgrounds */
67BODY {
68  background-color: #aacb87!important; 
69}
70
71#section_in, #section_right, #imageToolBar, #admin_content {
72  background-color: #76964B!important;
73}
74
75
76
77
78#section_up_right{
79 background-image: url(images/content_top_right.jpg);
80 background-repeat:no-repeat;
81 background-position:bottom left;
82 width:22px;
83 height:14px;
84}
85#section_up_left{
86 background-image: url(images/content_top_left.jpg);
87  background-position:bottom right;
88  background-repeat:no-repeat;
89 width:22px;
90 height:14px;
91}
92#section_up{
93 background-image: url(images/content_top_backg.jpg);
94   background-position:bottom;
95   background-repeat: repeat-x;
96   height:14px;
97}
98
99#section_in, #section_right, #section_left {
100        background-image: url(images/content_backg.jpg)!important;
101        background-repeat:repeat-x;
102        background-position:top;
103        background-color:#c4cbd3;
104}
105
106#section_bottom_right{
107 background-image: url(images/content_bottom_right.jpg);
108 background-position:top left;
109 background-repeat:no-repeat;
110 width:22px;
111 height:14px;
112}
113#section_bottom_left{
114 background-image: url(images/content_bottom_left.jpg);
115 background-position:top right;
116 background-repeat:no-repeat;
117 width:22px;
118 height:14px;
119}
120#section_bottom{
121 background-image: url(images/content_bottom_backg.jpg);
122 background-position:top;
123   background-repeat: repeat-x;
124  height:14px;
125}
126
Note: See TracBrowser for help on using the repository browser.