00109d87a6
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1319 a1c6a512-1295-4272-9138-f99709370657
83 lines
1.3 KiB
CSS
83 lines
1.3 KiB
CSS
BODY {
|
|
background-color: #b6c6e5;
|
|
color: black;
|
|
margin: 0px;
|
|
}
|
|
|
|
H1 {
|
|
text-decoration: none;
|
|
font-family: Verdana,Arial,Helvetica,sans-serif;
|
|
font-style: normal;
|
|
font-weight: bold;
|
|
font-size: 20pt;
|
|
}
|
|
|
|
H2 {
|
|
text-decoration: none;
|
|
font-family: Verdana,Arial,Helvetica,sans-serif;
|
|
font-style: normal;
|
|
font-weight: bold;
|
|
font-size: 14pt;
|
|
}
|
|
|
|
H3 {
|
|
text-decoration: none;
|
|
font-family: Verdana,Arial,Helvetica,sans-serif;
|
|
font-style: normal;
|
|
font-weight: bold;
|
|
font-size: 12pt;
|
|
}
|
|
|
|
BODY, P, DIV, TD, TH, TR, FORM, OL, UL, LI, INPUT, TEXTAREA, SELECT, A
|
|
{
|
|
text-decoration: none;
|
|
font-family: Verdana,Arial,Helvetica,sans-serif;
|
|
font-style: normal;
|
|
font-size: 10pt;
|
|
}
|
|
|
|
A {
|
|
text-decoration: underline;
|
|
}
|
|
|
|
.bgbox {
|
|
left-border-width: 1px;
|
|
border-color: #000000;
|
|
}
|
|
|
|
.menulink {
|
|
color: #f0f0f0;
|
|
line-height: 140%;
|
|
}
|
|
|
|
.buildok {
|
|
background-color: #00ff00;
|
|
width: 3em;
|
|
}
|
|
|
|
.buildwarn {
|
|
background-color: #ffff00;
|
|
width: 3em;
|
|
}
|
|
|
|
.buildfail {
|
|
background-color: #ff8080;
|
|
width: 3em;
|
|
}
|
|
|
|
.gccwarn {
|
|
color: #ff4040;
|
|
}
|
|
|
|
.gccerror {
|
|
color: #ff0000;
|
|
}
|
|
|
|
.changetable, .bugs, .dailymod {
|
|
border: outset 2px #ffffff;
|
|
}
|
|
|
|
.changetable td, .bugs td {
|
|
background-color: #c6d6f5;
|
|
padding: 4px;
|
|
}
|