source: extensions/music_player/template/style/default.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: 537 bytes
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
26{
27        padding:5px
28}
29#close_button
30{
31        margin-right:10px;
32        margin-left:90%;
33}
34#table_content
35{
36        padding:15px;
37        margin:auto;
38}
39#section_up
40{
41        padding-top:5px;
42        text-align:right;
43}
44#section_up A
45{
46        text-decoration:none;
47        border:none;
48}
Note: See TracBrowser for help on using the repository browser.