Put the ipod into standby mode on shutdown. This is untested on the 5g, but should...
[Rockbox.git] / www / style.css
blob8daab6fa6aacfa272a8009e4dbe3eca171a00b9f
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 pre {
53 overflow: auto;
56 .bgbox {
57 left-border-width: 1px;
58 border-color: #000000;
61 .menulink {
62 color: #f0f0f0;
63 line-height: 140%;
66 .menutext {
67 color: #f0f0f0;
68 font-size: 7pt;
71 td.building {
72 text-align: center;
73 background-color: #d6d6f5
76 .buildok {
77 background-color: #00ff00;
80 .buildwarn {
81 background-color: #ffff00;
84 .buildfail {
85 background-color: #ff8080;
88 .gccwarn {
89 background-color: #ffff00;
92 .gccerror {
93 background-color: #ff8080;
96 .faqq {
97 font-weight: bold;
98 font-size: 110%;
101 .faqa {
102 margin-left: 2em;
105 PRE {
106 font-size: 9pt;
110 .rockbox, .changetable, .bugs, .requests, .patches, .dailymod, .buildstatus, .archive, .buttontable, .changesummary, .tools
112 border: outset 2px #ffffff;
115 .listtable tr {
116 vertical-align: top;
119 .filechange {
120 background-color: #c6d6f5;
121 font-weight: bold;
122 padding: 4px;
125 .buildstatus th
127 vertical-align: top;
130 .rockbox td, .changetable td, .bugs td, .requests td, .patches td, .archive td, .buttontable td, .tools td
132 background-color: #c6d6f5;
133 padding: 4px;
136 .fixed td {
137 background-color: #aae8aa;
138 padding: 4px;
141 .bad td {
142 background-color: #f0c0c0;
145 .feature {
146 font-weight: bold;
149 td.fgood {
150 background-color: #aae8aa;
153 td.fbad {
154 background-color: #f0c0c0;
157 td.toolscat {
158 background-color: #b6c6e5;
161 .vc_diff_nochange {
162 background-color: #ffffff;
165 .vc_navheader {
166 background-color: #7897cb;
169 .vc_diff_chunk_header {
170 background-color: #90afe3;
173 .twikiDiffLineNumberHeader {
174 background-color: #d6e6f5;
177 .twikiDiffChangedHeader {
178 background-color: #d0ffd0;
181 .twikiDiffDeletedMarker {
182 background-color: #e81412;
185 .twikiDiffAddedMarker {
186 background-color: #25e914;
189 .twikiDiffUnchangedText {
190 background-color: #b6c6e5;
193 .twikibar {
194 border: 2px outset white;
197 .bstamp {
198 text-decoration: none;
201 .bstamp:hover {
202 text-decoration: underline;
205 .blink {
206 text-decoration: none;
209 .blink:hover {
210 text-decoration: underline;