summaryrefslogtreecommitdiff
path: root/www/style.css
diff options
context:
space:
mode:
authorBjörn Stenberg <bjorn@haxx.se>2002-05-26 20:05:35 +0000
committerBjörn Stenberg <bjorn@haxx.se>2002-05-26 20:05:35 +0000
commitc8204568955010b2b3c2d4386f97808d5f43f64b (patch)
tree64a7c359b4debe890e618d26ffbc8aa95c0852c4 /www/style.css
parentdef3516de2e23e150903d8123aa0767ad9d6de15 (diff)
First version of ironi's new web style
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@711 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'www/style.css')
-rw-r--r--www/style.css51
1 files changed, 51 insertions, 0 deletions
diff --git a/www/style.css b/www/style.css
new file mode 100644
index 0000000000..df69226bf2
--- /dev/null
+++ b/www/style.css
@@ -0,0 +1,51 @@
+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: 12pt;
+}
+
+H3 {
+ text-decoration: none;
+ font-family: Verdana,Arial,Helvetica,sans-serif;
+ font-style: normal;
+ font-weight: bold;
+ font-size: 10pt;
+}
+
+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: black;
+}
+
+.menulink {
+ color: #f0f0f0;
+# text-decoration: none;
+}