summaryrefslogtreecommitdiff
path: root/www/style.css
diff options
context:
space:
mode:
authorBjörn Stenberg <bjorn@haxx.se>2007-01-08 23:52:01 +0000
committerBjörn Stenberg <bjorn@haxx.se>2007-01-08 23:52:01 +0000
commit6d4c19707ef95942e323cbdc89fbbfdbe45e7cc5 (patch)
treed11bbebc69df06d60970d05b4816e13d93602f2d /www/style.css
parent8cece5a745f30234bfced4becfd9dfe4ca1047d4 (diff)
downloadrockbox-6d4c19707ef95942e323cbdc89fbbfdbe45e7cc5.zip
rockbox-6d4c19707ef95942e323cbdc89fbbfdbe45e7cc5.tar.gz
rockbox-6d4c19707ef95942e323cbdc89fbbfdbe45e7cc5.tar.bz2
rockbox-6d4c19707ef95942e323cbdc89fbbfdbe45e7cc5.tar.xz
Splitting out www
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11952 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'www/style.css')
-rw-r--r--www/style.css216
1 files changed, 0 insertions, 216 deletions
diff --git a/www/style.css b/www/style.css
deleted file mode 100644
index 35add1b..0000000
--- a/www/style.css
+++ /dev/null
@@ -1,216 +0,0 @@
-BODY, HTML {
- background-color: #b6c6e5;
- color: black;
- margin: 0px;
-}
-
-H1 {
- text-decoration: none;
- font-family: sans-serif;
- font-style: normal;
- font-weight: bold;
- font-size: 150%;
-}
-
-H2 {
- text-decoration: none;
- font-family: sans-serif;
- font-style: normal;
- font-weight: bold;
- font-size: 130%;
-}
-
-H3, div.h5, .newsdate {
- text-decoration: none;
- font-family: sans-serif;
- font-style: normal;
- font-weight: bold;
- font-size: 110%;
-}
-
-BODY, P, DIV, TD, TH, TR, FORM, OL, UL, LI, INPUT, TEXTAREA, SELECT
-{
- text-decoration: none;
- font-family: sans-serif;
- font-style: normal;
- font-size: 13px;
-}
-
-LI {
- margin-top: 3px;
-}
-
-P.ind {
- margin-left: 3em;
-}
-
-A {
- text-decoration: underline;
-}
-
-pre {
- overflow: auto;
-}
-
-.bgbox {
- border-left: 1px;
- border-color: #000000;
-}
-
-.menulink {
- color: #f0f0f0;
- line-height: 140%;
-}
-
-.menutext {
- color: #f0f0f0;
- font-size: 7pt;
-}
-
-td.building {
- text-align: center;
- background-color: #d6d6f5
-}
-
-.buildok {
- background-color: #00ff00;
-}
-
-.buildwarn {
- background-color: #ffff00;
-}
-
-.buildfail {
- background-color: #ff8080;
-}
-
-.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: #f0a0a0;
-}
-
-td.toolscat {
- background-color: #b6c6e5;
-}
-
-.vc_diff_nochange {
- background-color: #ffffff;
-}
-
-.vc_navheader {
- background-color: #7897cb;
-}
-
-.vc_diff_chunk_header {
- background-color: #90afe3;
-}
-
-.twikiDiffLineNumberHeader {
- background-color: #d6e6f5;
-}
-
-.twikiDiffChangedHeader {
- background-color: #d0ffd0;
-}
-
-.twikiDiffDeletedMarker {
- background-color: #e81412;
-}
-
-.twikiDiffAddedMarker {
- background-color: #25e914;
-}
-
-.twikiDiffUnchangedText {
- background-color: #b6c6e5;
-}
-
-.twikibar {
- border: 2px outset white;
-}
-
-.bstamp {
- text-decoration: none;
-}
-
-.bstamp:hover {
- text-decoration: underline;
-}
-
-.blink {
- text-decoration: none;
-}
-
-.blink:hover {
- text-decoration: underline;
-}
-
-.devcon {
- color: #ff0;
- font-weight: bold;
- font-size: 10px;
-} \ No newline at end of file