source: extensions/music_player/template/style/floPure/tr_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.8 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        display:block;
30        float:right;
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#copyright {
47margin-left:5%;
48margin-right:5%;
49}
50
51/* backgrounds */
52#autre_content, #content, .content
53{
54        background:none;
55}
56#section_up_right{
57 background-image: url(images/content_top_right.png);
58 background-repeat:no-repeat;
59 background-position:left bottom;
60 width:22px;
61 height:14px;
62}
63#section_up_left{
64 background-image: url(images/content_top_left.png);
65  background-position:right bottom;
66  background-repeat:no-repeat;
67 width:22px;
68 height:14px;
69}
70#section_up{
71 background-image: url(images/content_top_backg.jpg);
72   background-position:bottom;
73   background-repeat: repeat-x;
74   height:14px;
75}
76
77#section_in, #section_right, #section_left {
78        background-image: url(images/content_backg.jpg)!important;
79        background-repeat:repeat-x;
80        background-position:top;
81        background-color:#c4cbd3;
82}
83
84#section_bottom_right{
85 background-image: url(images/content_bottom_right.png);
86 background-position:left top;
87 background-repeat:no-repeat;
88 width:22px;
89 height:14px;
90}
91#section_bottom_left{
92 background-image: url(images/content_bottom_left.png);
93 background-position:right top;
94 background-repeat:no-repeat;
95 width:22px;
96 height:14px;
97}
98#section_bottom{
99 background-image: url(images/content_bottom_backg.png);
100 background-position:top;
101   background-repeat: repeat-x;
102  height:14px;
103}
104
Note: See TracBrowser for help on using the repository browser.