Improve layout and formatting of the Exodus site.
authorMatthijs Kooijman <matthijs@stdin.nl>
Tue, 15 Sep 2009 09:07:59 +0000 (11:07 +0200)
committerMatthijs Kooijman <matthijs@stdin.nl>
Tue, 15 Sep 2009 09:07:59 +0000 (11:07 +0200)
static/exodus/css/screen.css

index bddf19b1a378f0db09861cb1b345d34ffb95910b..a316fbd05d226bb24bcb6603373e0bbcdb7c868b 100644 (file)
@@ -57,7 +57,7 @@ ul#menubar {
        list-style-type:none;
        list-style-position:outside;
        /* Set the font size to fit exactly */
        list-style-type:none;
        list-style-position:outside;
        /* Set the font size to fit exactly */
-       font-size: 15px;
+       font-size: 12px;
        font-weight: bold;
 }
 
        font-weight: bold;
 }
 
@@ -75,6 +75,11 @@ ul#menubar li a {
        text-decoration:none;
 }
 
        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;
 #page, #footer{
        /* Center the page and footer, just like the header */
        width:1024px;
@@ -109,6 +114,38 @@ ul#menubar li a {
        font-weight:bold;
 }
 
        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;
 #pagebottom {
        width: 694px;
        height:37px;