source: extensions/music_player/template/style/my_phone/my_phone.css @ 3559

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

-color config for style
-my_phone global style
-add text needed in admin page
-all var are now in *.conf.php files
-config by default changed

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