]> git.sesse.net Git - vlc/blob - share/http/style.css
Move marquee processing from Playlist to Other, change marquee switch to "marq-marquee".
[vlc] / share / http / style.css
1 body 
2 {
3     font-family:Verdana, Arial, Sans Serif; 
4     font-size:10pt;
5 }
6
7 h2 { text-align:center; }
8
9 h3 { text-align:left; }
10
11 table {width:100%;}
12
13 table.add {width:100%;}
14
15 div.section 
16 {
17     background-color:#DDDDFF;
18     border:1pt black solid;
19     margin-bottom:2em;
20     padding:0.5em;
21 }
22
23 div.section-controls
24 {
25     text-align:center;
26     background-color:#DDDDFF;
27     border:1pt black solid;
28     margin-bottom:2em;
29     padding:0.5em;
30 }
31
32
33 div.sectitle 
34 {
35     background-color:#5A5ABB;
36     color:#FFFFFF;
37     border:1pt black solid;
38     font-weight:bold;
39 }
40 tr.ligne1 { background-color:#EEEEFF; }
41 tr.ligne2 { background-color:#CCCCFF; }
42
43 div.left {
44         width:15em;
45         position:absolute;
46         float:left;
47         margin-left:0.5em;
48 }
49
50 div.right {
51         margin-left:17.5em;
52         float:right;
53 }
54
55 span.small {
56         font-size:0.9em;
57 }
58
59 form {
60         margin:0pt;
61         padding:0pt;
62 }