Added music playing from ID3 browser.
[kugel-rb.git] / www / style.css
blob61075c30479f7079f85f924a8bef26b0de010412
1 BODY, HTML {
2 background-color: #b6c6e5;
3 color: black;
4 margin: 0px;
7 H1 {
8 text-decoration: none;
9 font-family: sans-serif;
10 font-style: normal;
11 font-weight: bold;
12 font-size: 150%;
15 H2 {
16 text-decoration: none;
17 font-family: sans-serif;
18 font-style: normal;
19 font-weight: bold;
20 font-size: 130%;
23 H3, div.h5, .newsdate {
24 text-decoration: none;
25 font-family: sans-serif;
26 font-style: normal;
27 font-weight: bold;
28 font-size: 110%;
31 BODY, P, DIV, TD, TH, TR, FORM, OL, UL, LI, INPUT, TEXTAREA, SELECT
33 text-decoration: none;
34 font-family: sans-serif;
35 font-style: normal;
36 # font-size: 95%;
37 font-size: 13px;
40 LI {
41 margin-top: 3px;
44 P.ind {
45 margin-left: 3em;
48 A {
49 text-decoration: underline;
52 .bgbox {
53 left-border-width: 1px;
54 border-color: #000000;
57 .menulink {
58 color: #f0f0f0;
59 line-height: 140%;
62 .menutext {
63 color: #f0f0f0;
64 font-size: 7pt;
67 .buildok {
68 background-color: #00ff00;
69 width: 3em;
72 .buildwarn {
73 background-color: #ffff00;
74 width: 3em;
77 .buildfail {
78 background-color: #ff8080;
79 width: 3em;
82 .gccwarn {
83 background-color: #ffff00;
86 .gccerror {
87 background-color: #ff8080;
90 .faqq {
91 font-weight: bold;
92 font-size: 110%;
95 .faqa {
96 margin-left: 2em;
99 PRE {
100 font-size: 9pt;
104 .rockbox, .changetable, .bugs, .requests, .patches, .dailymod, .buildstatus, .archive, .buttontable, .changesummary, .tools
106 border: outset 2px #ffffff;
109 .listtable tr {
110 vertical-align: top;
113 .filechange {
114 background-color: #c6d6f5;
115 font-weight: bold;
116 padding: 4px;
119 .buildstatus th
121 vertical-align: top;
124 .rockbox td, .changetable td, .bugs td, .requests td, .patches td, .archive td, .buttontable td, .tools td
126 background-color: #c6d6f5;
127 padding: 4px;
130 .fixed td {
131 background-color: #aae8aa;
132 padding: 4px;
135 .bad td {
136 background-color: #f0c0c0;
139 .feature {
140 font-weight: bold;
143 td.fgood {
144 background-color: #aae8aa;
147 td.fbad {
148 background-color: #f0c0c0;
151 td.toolscat {
152 background-color: #b6c6e5;
155 .vc_diff_nochange {
156 background-color: #ffffff;
159 .vc_navheader {
160 background-color: #7897cb;
163 .vc_diff_chunk_header {
164 background-color: #90afe3;