rockbox/www/style.css
Linus Nielsen Feltzing c9671d17ec Patch #921824 by Andreas Stemmer, updates the Tools web page
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4475 a1c6a512-1295-4272-9138-f99709370657
2004-04-06 21:19:51 +00:00

148 lines
2.1 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, div.h5, .newsdate {
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
{
text-decoration: none;
font-family: Verdana,Arial,Helvetica,sans-serif;
font-style: normal;
font-size: 10pt;
}
P.ind {
margin-left: 3em;
}
A {
text-decoration: underline;
}
.bgbox {
left-border-width: 1px;
border-color: #000000;
}
.menulink {
color: #f0f0f0;
line-height: 140%;
}
.menutext {
color: #f0f0f0;
font-size: 7pt;
}
.buildok {
background-color: #00ff00;
width: 3em;
}
.buildwarn {
background-color: #ffff00;
width: 3em;
}
.buildfail {
background-color: #ff8080;
width: 3em;
}
.gccwarn {
background-color: #ffff00;
}
.gccerror {
background-color: #ff8080;
}
.faqq {
font-weight: bold;
font-size: 110%;
}
.faqa {
margin-left: 2em;
}
PRE {
font-size: 9pt;
}
.rockbox, .changetable, .bugs, .requests, .patches, .dailymod, .buildstatus, .archive, .buttontable, .changesummary, .tools
{
border: outset 2px #ffffff;
}
.listtable tr {
vertical-align: top;
}
.filechange {
background-color: #c6d6f5;
font-weight: bold;
padding: 4px;
}
.buildstatus th
{
vertical-align: top;
}
.rockbox td, .changetable td, .bugs td, .requests td, .patches td, .archive td, .buttontable td, .tools td
{
background-color: #c6d6f5;
padding: 4px;
}
.fixed td {
background-color: #aae8aa;
padding: 4px;
}
.bad td {
background-color: #f0c0c0;
}
.feature {
font-weight: bold;
}
td.fgood {
background-color: #aae8aa;
}
td.fbad {
background-color: #f0c0c0;
}
td.toolscat {
background-color: #b6c6e5;
}