From 6d4c19707ef95942e323cbdc89fbbfdbe45e7cc5 Mon Sep 17 00:00:00 2001 From: Björn Stenberg Date: Mon, 8 Jan 2007 23:52:01 +0000 Subject: Splitting out www git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11952 a1c6a512-1295-4272-9138-f99709370657 --- www/style.css | 216 ---------------------------------------------------------- 1 file changed, 216 deletions(-) delete mode 100644 www/style.css (limited to 'www/style.css') diff --git a/www/style.css b/www/style.css deleted file mode 100644 index 35add1ba48..0000000000 --- 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 -- cgit v1.2.3