From: Matthijs Kooijman Date: Tue, 15 Sep 2009 09:07:59 +0000 (+0200) Subject: Improve layout and formatting of the Exodus site. X-Git-Url: https://git.stderr.nl/gitweb?p=matthijs%2Fprojects%2Fwipi.git;a=commitdiff_plain;h=66bfabb243fc028546941b8cdca263b2d5c7b4fb Improve layout and formatting of the Exodus site. --- diff --git a/static/exodus/css/screen.css b/static/exodus/css/screen.css index bddf19b..a316fbd 100644 --- a/static/exodus/css/screen.css +++ b/static/exodus/css/screen.css @@ -57,7 +57,7 @@ ul#menubar { list-style-type:none; list-style-position:outside; /* Set the font size to fit exactly */ - font-size: 15px; + font-size: 12px; font-weight: bold; } @@ -75,6 +75,11 @@ ul#menubar li a { text-decoration:none; } +/* Give the menu bar links a hover color */ +ul#menubar li a:hover { + color:#FFD200; +} + #page, #footer{ /* Center the page and footer, just like the header */ width:1024px; @@ -109,6 +114,38 @@ ul#menubar li a { font-weight:bold; } +#pagemiddle h1, +#pagemiddle h2, +#pagemiddle h3 { + color:#3F3426; +} + +#pagemiddle h1 { + font-size:17px; +} +#pagemiddle h2 { + font-size:15px; +} + +#pagemiddle a, #pagemiddle a:visited {color: #9F2900;} +#pagemiddle a:hover, #pagemiddle a:visited:hover {color: #ffd200;} + +table { + border:0px; +} +/*Vaardigheden table*/ +table.border td { + border:0px; + border-bottom:1px solid #5A1800; +} +/* Header row of vaardigheden table*/ +tr.kop1 { + background-color:#BEAA76; +} + +tr.kop2 { + background-color:#F1E5CB; +} #pagebottom { width: 694px; height:37px;