]> git.sesse.net Git - vlc/blob - share/lua/http/old/style.css
Mozilla : use \n
[vlc] / share / lua / http / old / style.css
1 div {
2     padding: 0px;
3     margin: 0px;
4     border-width: 0px;
5     border-style: none;
6 }
7
8 /* page body */
9 body {
10     font-family: Verdana, Arial, sans-serif;
11     font-size: 10pt;
12     padding: 5pt;
13     margin: 5pt;
14 }
15
16 /* left column */
17 div.left {
18     float: left;
19     width: 19%;
20 }
21
22 /* main content */
23 div.right {
24     float: right;
25     width: 80%;
26 }
27
28 /* section bloc title */
29 div.sectitle {
30     background-color: #5A5ABB;
31     color: #FFFFFF;
32     border: 1px black solid;
33     border-bottom: 0pt black none;
34     font-weight: bold;
35     padding: 0pt 5pt;
36 }
37
38 /* section bloc content */
39 div.section {
40     background-color: #DDDDFF;
41     border: 1px black solid;
42     margin-bottom: 2em;
43     padding: 5pt;
44 }
45
46 /* section bloc controls */
47 div.section-controls {
48     text-align: center;
49     background-color: #DDDDFF;
50     border: 1px black solid;
51     margin-bottom: 2em;
52     padding: 5pt;
53 }
54
55 /* page title */
56 h2.title {
57     text-align: center;
58 }
59
60 h3 {
61     text-align: left;
62 }
63
64 table {
65     width: 100%;
66 }
67
68 table.add {
69     width: 100%;
70 }
71
72 /* playlist line */
73 tr.line1 {
74     background-color: #EEEEFF;
75 }
76
77 /* playlist line */
78 tr.line2 {
79     background-color: #CCCCFF;
80 }
81
82 /* help text */
83 span.small {
84     font-size: 0.9em;
85 }
86
87 form {
88     margin: 0pt;
89     padding: 0pt;
90 }
91
92 input {
93     border: 1px solid black;
94 }
95
96 ul#playlist, ul#playlist ul{
97     list-style-type: none;
98 }