source: extensions/music_player/template/style/Pure_tr_clear_blue/lecteur.css @ 6885

Last change on this file since 6885 was 6885, checked in by flop25, 14 years ago

now the plugin manage the style as before (1st try)

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
48{
49color:#696969;
50font-family:"Lucida Grande",Tahoma,Arial,Verdana,sans-serif;
51}
52/* links */
53A, INPUT.rateButton {
54    color: #005e89;
55    background: transparent;
56}
57
58A:hover, INPUT.rateButton:hover {
59    color: #858460;
60}
61
62
63
64/* backgrounds */
65BODY, #autre_content, #content, .content, #the_page {
66        background:none!important;
67}
68/* backgrounds */
69BODY {
70        background-image: url(images/background6.jpg)!important;/* aussi/also eau_001.jpg */
71        background-position:center;
72        background-repeat:repeat-y;
73        background-color:#b4e2ef!important;
74}
75
76#section_up_right{
77 background-image: url(images/content_top_right.png);
78 background-repeat:no-repeat;
79 background-position:left bottom;
80 width:22px;
81 height:14px;
82}
83#section_up_left{
84 background-image: url(images/content_top_left.png);
85  background-position:right bottom;
86  background-repeat:no-repeat;
87 width:22px;
88 height:14px;
89}
90#section_up{
91 background-image: url(images/content_top_backg.jpg);
92   background-position:bottom;
93   background-repeat: repeat-x;
94   height:14px;
95}
96
97#section_in, #section_right, #section_left {
98        background-image: url(images/content_backg.jpg)!important;
99        background-repeat:repeat-x;
100        background-position:top;
101        background-color:#c4cbd3;
102}
103
104#section_bottom_right{
105 background-image: url(images/content_bottom_right.png);
106 background-position:left top;
107 background-repeat:no-repeat;
108 width:22px;
109 height:14px;
110}
111#section_bottom_left{
112 background-image: url(images/content_bottom_left.png);
113 background-position:right top;
114 background-repeat:no-repeat;
115 width:22px;
116 height:14px;
117}
118#section_bottom{
119 background-image: url(images/content_bottom_backg.jpg);
120 background-position:top;
121   background-repeat: repeat-x;
122  height:14px;
123}
124
Note: See TracBrowser for help on using the repository browser.