source: extensions/music_player/template/style/default.css @ 9668

Last change on this file since 9668 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: 640 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}
49/* backgrounds */
50#autre_content, #content, .content, #the_page
51{
52        background:none!important;
53}
Note: See TracBrowser for help on using the repository browser.