From 7ae19be04750177998cf47e71ed8b17891f212b9 Mon Sep 17 00:00:00 2001 From: Nick White Date: Tue, 18 May 2010 23:35:14 +0100 Subject: Improve head link tags, and add exciting new style --- includes/header.xml | 6 +++--- includes/style.css | 19 +++++++++++++++---- 2 files changed, 18 insertions(+), 7 deletions(-) (limited to 'includes') diff --git a/includes/header.xml b/includes/header.xml index b431a1c..f770dd7 100644 --- a/includes/header.xml +++ b/includes/header.xml @@ -3,9 +3,9 @@ TITLE - - - + + + diff --git a/includes/style.css b/includes/style.css index 1ba710b..4f5b307 100644 --- a/includes/style.css +++ b/includes/style.css @@ -1,10 +1,21 @@ /* See COPYING file for copyright, license and warranty details. */ body { width: 38em; margin: auto; } -@media screen { body { font-family: sans-serif; max-width: 85%; } h1 { text-align: center; font-size: 1.6em; } -h2 { font-size: 1.2em; font-weight: normal; border-bottom: thin solid black; } +h2 { font-size: 1.2em; font-weight: normal; border-bottom-width: thin; border-bottom-style: solid; } h3 { font-size: 1.1em; font-weight: normal; text-align: center; } -a { text-decoration: none; } -div#footer { border-top: thin solid black; margin-top: 6ex; font-size: xx-small; } p { text-align: justify; } +div#footer { margin-top: 6ex; font-size: xx-small; border-top-width: thin; border-top-style: solid; } +@media screen { + body { font-family: sans-serif; max-width: 94%; } + a { text-decoration: none; } +} + +@media screen { + body { background-color: black; color: white; margin-left: 3%; } + h1 { color: white; } + h2 { border-bottom-color: white; color: #ff44cc; } + a { border-bottom: thin dotted white; color: #ff44cc; } + p, li { line-height: 1.3; } + div#footer { border-top-color: white; } +} -- cgit v1.2.3