From 15d0729844f8d9560d05c9835a52e26272dda518 Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Tue, 6 Mar 2012 02:21:14 +0100 Subject: Lowercase and simplify tags. --- style.scss | 86 +++++++++++++++++++++++++++++++------------------------------- 1 file changed, 43 insertions(+), 43 deletions(-) diff --git a/style.scss b/style.scss index b399835..abaa89b 100644 --- a/style.scss +++ b/style.scss @@ -3,82 +3,82 @@ @include ikiwiki-style; -BODY { +body { background-color: #84854c; } -A { +a { font-weight: normal; } -A:hover, -A:visited { +a:hover, +a:visited { color: #660000; } -A:link { +a:link { color: #9c0000; } -DIV.page { +.page { margin: 3% 5%; } -DIV.branding { +.branding { font-size: x-large; } -DIV.branding-logo, -DIV.branding-tagline, -DIV.pagecopyright P, -DIV.pagelicense P { +.branding-logo, +.branding-tagline, +.pagecopyright p, +.pagelicense p { display: inline; } -DIV.branding-logo a { +.branding-logo a { color: white; font-weight: bold; } -DIV.header, -DIV.pagedate { +.header, +.pagedate { font-size: 14px; } -DIV.header, -DIV.header FORM#searchform { +.header, +.header #searchform { position: absolute; top: .5em; } -DIV.header { +.header { width: 90%; } -DIV.header FORM#searchform { +.header #searchform { right: 0; } -DIV.pageheader DIV.actions { +.pageheader .actions { position: absolute; } -DIV.pageheader DIV.actions UL, -DIV.pageheader DIV#otherlanguages { +.pageheader .actions ul, +.pageheader #otherlanguages { border-bottom: inherit; } -DIV.topbar, -DIV.pagerights, -DIV.pagedate { +.topbar, +.pagerights, +.pagedate { margin-top: 0; padding: 0 .3em; background: #9c9c63; text-align: right; } -DIV.topbar, -DIV.pagerights { +.topbar, +.pagerights { font-size: small; } -DIV.topbar P, -DIV.pagerights P, -DIV.pagedate P { +.topbar p, +.pagerights p, +.pagedate p { line-height: 1.2em; } -DIV.topbar UL { +.topbar ul { list-style-type: none; padding: 0; } -DIV.topbar UL LI { +.topbar ul li { display: inline; } -DIV#pagebody { +#pagebody { float: left; width: 100%; background-image: url(pictoman_big.gif); @@ -86,10 +86,10 @@ DIV#pagebody { background-repeat: no-repeat; background-position: 80% 150px; } -DIV#content { +#content { margin: 0 11% 0 16%; } -DIV.sidebar { +.sidebar { float: left; background-color: inherit; width: 15%; @@ -99,26 +99,26 @@ DIV.sidebar { padding: 0; text-align: right; } -DIV.sidebar P { +.sidebar p { margin: 2em 0; } -DIV.farbar { +.farbar { float: left; width: 10%; margin-left: -10%; } -DIV#pageinfo { +#pageinfo { border-top: 0 none; } -DIV#backlinks { +#backlinks { display: none; } -DIV.pagecopyright, -DIV.pagelicense, -DIV.pagedate { +.pagecopyright, +.pagelicense, +.pagedate { margin-top: 0; } -DIV.pagecopyright P, -DIV.pagelicense P { +.pagecopyright p, +.pagelicense p { display: inline; } -- cgit v1.2.3