From 96beb76ddbaa565b7c112fe018dbbedf9c2a00a1 Mon Sep 17 00:00:00 2001 From: Stefan Kangas Date: Sun, 19 Dec 2010 21:48:27 +0100 Subject: Move entire website to org-mode. --- default.css | 61 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++---- 1 file changed, 57 insertions(+), 4 deletions(-) (limited to 'default.css') diff --git a/default.css b/default.css index a7c9227..156113b 100644 --- a/default.css +++ b/default.css @@ -35,6 +35,14 @@ p,cite,code,ul line-height: 1.7em; text-align: justify; } +i +{ + font-style: italic; +} +b +{ + font-style: bold; +} h1 { font: normal 1.2em "Lucida Sans Unicode",sans-serif; @@ -46,6 +54,7 @@ ul li { list-style: url(img/li.gif); + line-height: 1.7em; margin-left: 18px; margin-bottom: 0.5em; } @@ -58,6 +67,20 @@ td font-size: 0.8em; padding-right: 0.5em; } +div.square +{ + background: url(img/bgcode.gif); + border: 1px dotted #AAA; + color: #444; + display: float; + float: right; + width: 30%; + font: normal 1em "Lucida Sans Unicode",serif; + margin-left: 2em; + margin-bottom: 1em; + padding: 8px 10px; +} + code { background: url(img/bgcode.gif); border: 1px dotted #AAA; @@ -113,7 +136,6 @@ p.incitement font: normal 50px "Trebuchet MS",sans-serif; line-height: 180px; } - /* navigation */ .navigation { @@ -141,7 +163,6 @@ p.incitement color: #FFF; background-position: left bottom; } - /* content */ .content { @@ -152,16 +173,48 @@ p.incitement { color: #553; font-size: 1.4em; - margin-bottom: 4px; + margin-bottom: 1em; text-align: center; } -.content h2 +.content h2 /* equivalent to h1 above */ +{ + color: #553; + font-size: 1.4em; + margin-bottom: 1em; + text-align: center; +} +.content h3 { font: normal 1em "Lucida Sans Unicode",sans-serif; margin-top: 1.5em; margin-bottom: 1em; } +/* special styles */ +.square h1 +{ + font: bold 0.8em "Lucida Sans Unicode",sans-serif; + margin-bottom: 0.2em; +} +.square p +{ + border-top: dotted 1px black; + padding-top: 5px; + text-align: left; + margin-bottom: 0em; +} +.header a.translate +{ + color: #FFF; + font-size: 0.8em; + position: absolute; + top: 10px; + left: 27.5%; +} +.header a.translate:hover +{ + color: #00F; +} /* footer */ .footer { -- cgit v1.2.3