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