From ff008656396415f04279006fd74df9fdd09f38f7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Revol?= Date: Wed, 8 Oct 2008 13:39:23 +0000 Subject: [PATCH] Add a CSS and use it from the first page. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@27923 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- docs/welcome/welcome.css | 42 ++++++++++++++++++++++++++++++++++ docs/welcome/welcome.html | 48 ++++++++++++++++++--------------------- 2 files changed, 64 insertions(+), 26 deletions(-) create mode 100644 docs/welcome/welcome.css diff --git a/docs/welcome/welcome.css b/docs/welcome/welcome.css new file mode 100644 index 0000000000..30110f4ea4 --- /dev/null +++ b/docs/welcome/welcome.css @@ -0,0 +1,42 @@ +/* + * Copyright 2008, Haiku. + * Distributed under the terms of the MIT License. + * + * Authors: + * François Revol + */ + +body { + /* remove default borders around content */ + margin: 0em; + /* for NetSurf */ + padding: 0px; + + /* body colors */ + background-color: white; + color: black; +} + +/* link colors */ +a:link { color: #dc3c01; } +/*a:active { color: #dc3c01; }*/ +a:visited { color: #892601; } + +/* top banner elements (with the logo): td in a tr of class top-banner */ +tr.top-banner td { + background: #efefef; +} + +/* nav banner elements: td in a tr of class nav-banner */ +tr.nav-banner td { + background: #e0e0e0; +} + +/* same for bottom nav banner */ +tr.bnav-banner td { + background: #e0e0e0; +} + +/* the tr containing the content text */ +/* tr.content { } */ + diff --git a/docs/welcome/welcome.html b/docs/welcome/welcome.html index bb74110e6b..1fa4e0b9bf 100644 --- a/docs/welcome/welcome.html +++ b/docs/welcome/welcome.html @@ -2,52 +2,47 @@ + Welcome to Haiku! - - + - - + - - - - - - + + + - - + - - - + + - + - + - - - + + - +
+
logo + logo + Welcome to Haiku!
+
logo + logo
  +
 
@@ -123,17 +118,18 @@ Get in contact with other developers and users and join the discussions in our f
  • Development mailing list
  • Overview of more specific mailing lists
  • +
     
      +
      Next: Haiku's GUI