source: extensions/music_player/template/style/my_phone/my_phone.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.7 KB
Line 
1#autre_content
2{
3        width:100%;
4        padding:0;
5        margin:0;
6        text-align:left;
7  }
8#content
9{
10        margin-left: auto;
11        margin-bottom:1em;
12        width:100%;
13        border:none;
14  }
15#the_page
16{
17        width:100%;
18        border:none;
19}
20body {
21        min-width: inherit;
22        width:100%;
23        padding:0px;
24}
25#cache A, #montre A {
26        color:#FFF;
27        display:block;
28        border:none;
29        width:200px;
30        padding:3px;
31        max-width:400px;
32}
33#cache A:hover, #montre A:hover {
34        color:#000;
35        border:none;
36        background-color:#CCC;
37}
38#cache LI
39{
40        display:block;
41        list-style-type:none;
42        border:#333 solid 1px;
43        width: auto;
44        float:left;
45        padding:2px;
46        margin:10px;
47}
48#cache LI:hover
49{
50        border: #FFF solid 1px;
51        background-color:#CCC;
52}
53#cache LI A
54{
55        color:#FFF;
56        display:block;
57        font:"Palatino Linotype", "Book Antiqua", Palatino, serif;
58        border:none;
59        width:auto;
60}
61
62#close_button
63{
64        margin-right:10px;
65        margin-left:90%;
66}
67#table_content
68{
69        margin:auto;
70        max-width:500px;
71        width:100%;
72border:0;
73padding:0;
74margin:0;
75}
76#section_up
77{
78        padding-top:5px;
79        text-align:right;
80}
81#section_up A
82{
83        text-decoration:none;
84        border:none;
85}
86
87/* backgrounds */
88#autre_content, .content, #the_page
89{
90        background:none!important;
91}
92body
93{
94        background-color:#8b8b8b;
95        background-image:none;
96       
97}
98#section_up_right {
99 background-image: url(content_top_right.png);
100 background-repeat:no-repeat;
101 background-position:left bottom;
102 width:55px;
103 height:90px;
104}
105#section_up_left {
106 background-image: url(content_top_left.png);
107  background-position:right bottom;
108  background-repeat:no-repeat;
109 width:55px;
110 height:90px;
111}
112#section_up {
113 background-image: url(content_top.png);
114   background-position:bottom;
115   background-repeat: repeat-x;
116   height:55px;
117}
118
119#section_in {
120        background-color:#000;
121}
122#section_right {
123        background-image: url(content_right.png);
124        background-repeat: repeat-y;
125        background-position:left;
126 width:50px;
127}
128#section_left {
129        background-image: url(content_left.png);
130        background-repeat: repeat-y;
131        background-position:right;
132 width:55px;
133}
134#section_bottom_right {
135 background-image: url(content_bot_right.png);
136 background-position:left top;
137 background-repeat:no-repeat;
138 width:50px;
139 height:90px;
140}
141#section_bottom_left {
142 background-image: url(content_bot_left.png);
143 background-position:right top;
144 background-repeat:no-repeat;
145 width:55px;
146 height:90px;
147}
148#section_bottom {
149 background-image: url(content_bot.png);
150 background-position:top;
151   background-repeat: repeat-x;
152  height:90px;
153  text-align:right;
154  color:#333;
155  font-size:9px;
156}
157#section_bottom A {
158  color:#333;
159  font-size:9px;
160}
161#section_bottom A:hover {
162  color:#fff;
163  font-size:10px;
164}
165
Note: See TracBrowser for help on using the repository browser.