From c8204568955010b2b3c2d4386f97808d5f43f64b Mon Sep 17 00:00:00 2001 From: Björn Stenberg Date: Sun, 26 May 2002 20:05:35 +0000 Subject: First version of ironi's new web style git-svn-id: svn://svn.rockbox.org/rockbox/trunk@711 a1c6a512-1295-4272-9138-f99709370657 --- www/foot.t | 1 + www/head.t | 45 +++++++++++++++++++++++++++++++++++++++------ www/main.t | 21 +-------------------- www/style.css | 51 +++++++++++++++++++++++++++++++++++++++++++++++++++ 4 files changed, 92 insertions(+), 26 deletions(-) create mode 100644 www/style.css (limited to 'www') diff --git a/www/foot.t b/www/foot.t index 459aa2d339..101f9a29c4 100644 --- a/www/foot.t +++ b/www/foot.t @@ -1,4 +1,5 @@
Page was last modified __DATE__ Björn Stenberg + diff --git a/www/head.t b/www/head.t index a0fab05043..9a0e1a23f8 100644 --- a/www/head.t +++ b/www/head.t @@ -1,9 +1,11 @@ -#define BGCOLOR "#99ccff" +#define BGCOLOR "#b6c6e5" +#define MENUBG "#6887bb" #define TITLE(_x)

_x

+ #ifdef _PAGE_ Rockbox - _PAGE_ #else @@ -14,12 +16,43 @@ #endif - + + + + + +
+
 
+ +

+Main page
+FAQ
+research notes
+data sheets
+schematics
+hardware mods
+mail list archive
+IRC
+tools
+photos
+CVS
+sourceforge
+linux driver + +

+
+
+ + + +
+ +
+ #ifdef _LOGO_ -_LOGO_ +
_LOGO_
#else - - TITLE(_PAGE_) #endif - diff --git a/www/main.t b/www/main.t index 02c86111ca..cf543efaa5 100644 --- a/www/main.t +++ b/www/main.t @@ -1,27 +1,8 @@ #define _LOGO_ #define _PAGE_ Open Source Jukebox Firmware +#define MAIN_PAGE #include "head.t" -

FAQ · -research notes · -data sheets · -schematics · -hardware mods · -mail list archive · -IRC · -tools · -photos · -sourceforge project · -CVS · -linux driver - - -

- - - -
-

Purpose

The purpose of this project is to write an Open Source replacement 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; +} -- cgit