source: extensions/music_player/template/style/floPure/green_nature/lecteur.css @ 3508

Last change on this file since 3508 was 3508, checked in by flop25, 15 years ago

style in progress

File size: 1.7 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 */
47#autre_content, #content, .content
48{
49        background:none;
50}
51#section_up_right{
52 background-image: url(images/content_top_right.jpg);
53 background-repeat:no-repeat;
54 background-position:bottom;
55 width:22px;
56 height:14px;
57}
58#section_up_left{
59 background-image: url(images/content_top_left.jpg);
60  background-position:bottom;
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;
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;
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
Note: See TracBrowser for help on using the repository browser.