restructure a bit, add autoconf/automake for movietagger and antiscrollbar
[vuplus_dvbapp-plugin] / webinterface / src / usr / lib / enigma2 / python / Plugins / Extensions / WebInterface / web-data / theme.css
1 body { background-color:#445566; color:#FFCC99; }
2 a:link { color:#FF9966; }
3 a:visited { color:#FF9900; }
4 a:active { color:#FFFFFF; }
5
6         /* allow room for 3 columns */
7 ol
8 {
9         width: 45em;
10 }
11
12         /* float and allow room for the widest item */
13 ol li
14 {
15         float: left;
16         width: 15em;
17 }
18
19 /* stop the float */
20 br
21 {
22         clear: left;
23 }
24
25         /* separate the list from subsequent markup */
26 div.wrapper
27 {
28         margin-bottom: 1em;
29 }
30