source: extensions/music_player/template/style/lecteur.css @ 3508

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

style in progress

File size: 511 bytes
Line 
1#autre_content
2{
3width:100%;
4padding:0;
5margin:0;
6text-align:left;
7  }
8#content
9{
10margin-left: auto;
11margin-bottom:1em;
12width:100%;
13border:none;
14  }
15#the_page
16{
17width:100%;
18border:none;
19  }
20body {
21min-width: inherit;
22width:100%;
23padding:10px;
24}
25#cache
26{
27padding:5px
28}
29#close_button
30{
31        margin-right:10px;
32        margin-left:90%;
33}
34#table_content
35{
36        padding:15px;
37}
38#section_up
39{
40        padding-top:5px;
41        text-align:right;
42}
43#section_up A
44{
45        text-decoration:none;
46        border:none;
47}
Note: See TracBrowser for help on using the repository browser.