From 251feaf384d5cf846fd6c415a4208c065dc6f68c Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Sat, 10 Nov 2007 10:43:31 +0100 Subject: Kode: Klassiske html tags angivet med versaler i CSS. --- local.css | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/local.css b/local.css index 364f6e4..2df7ec6 100644 --- a/local.css +++ b/local.css @@ -2,22 +2,22 @@ /* Add local styling here, instead of modifying style.css. */ -body { +BODY { background-color: DimGrey; } -h1 { +H1 { color: #c03; text-transform: lowercase; font-family: sans-serif; } -a { +A { color: inherit; text-decoration: none; } -a:visited { +A:visited { color: DimGrey; } -a:hover { +A:hover { color: #c03; text-decoration: underline; } @@ -35,7 +35,7 @@ a:hover { div.header { font-size: 70%; } -div.header span { +div.header SPAN { text-transform: lowercase; font-family: sans-serif; } @@ -51,18 +51,18 @@ div.header span { font-family: sans-serif; font-weight: bold; } -#sidebar ul { +#sidebar UL { margin: 0px; padding: 0px; } -#sidebar ul li { +#sidebar UL LI { line-height: 2; list-style-type: none; } -#sidebar ul li span.selflink { +#sidebar UL LI SPAN.selflink { color: #c03; } -#sidebar ul ul li { +#sidebar UL UL LI { margin-left: 15%; } @@ -78,22 +78,22 @@ blockquote { background-color: LightGrey; } -div.pagedate { +DIV.pagedate { font-size: 70%; } -div#frieze { +DIV#frieze { overflow: hidden; width: 100%; text-align: center; white-space: nowrap; } -div#frieze ul { +DIV#frieze UL { list-style-type:none; margin: 0; padding: 0; } -div#frieze ul li { +DIV#frieze UL LI { display:inline; } -- cgit v1.2.3