From b3386bc5a3f1e45bb779bc9c977aeb7530f52b6f Mon Sep 17 00:00:00 2001 From: Bjoern Brandenburg Date: Sat, 19 Jul 2008 14:06:24 +0200 Subject: work on the documentation made it somewhat more pretty --- inc/format.css | 31 +++++++++++++++++++++++-------- 1 file changed, 23 insertions(+), 8 deletions(-) (limited to 'inc') diff --git a/inc/format.css b/inc/format.css index 3cf2edb..1de7be0 100644 --- a/inc/format.css +++ b/inc/format.css @@ -15,7 +15,6 @@ html { body { - background-image : url('gfx/corner.png'); background-position : top right; background-repeat : no-repeat; @@ -34,6 +33,16 @@ img { border: 0px; } +h4 { + font-style: italic; + margin: 0; + padding: 0; +} + +.release { + margin-left: 0.5in; +} + p { font-size: 12pt; } @@ -169,7 +178,7 @@ h1 { } h2 { - font-size: 13pt; + font: italic bold 18pt Georgia, "Times New Roman", Times, serif; } @@ -186,6 +195,12 @@ h3 { margin-bottom: 0.1cm; } +.relname { + color: #eb4f0c; + margin-left: 0.25in; + font: italic bold 16pt Georgia, "Times New Roman", Times, serif; +} + .itext { margin-bottom: 0cm; margin-left: 0.6cm; @@ -214,14 +229,14 @@ h3 { margin-left: 0.5cm; margin-right: 0.5cm; padding: 0.2cm; - font-family: Courier New, Courier, monospace; - font-size: 10pt; - font-weight: bold; background-color: #000000; color: #cccccc; - border-color: #00C400; - border-width: 1px; - border-style: solid; + border: 2px solid #eb4f0c; + font: bold 10pt "Courier New", Courier, mono; +} + +.qa { + margin-top: 0; } .flushright { -- cgit v1.2.2