From 163c0c2385da9766bf35350e116c7b55d738bc28 Mon Sep 17 00:00:00 2001 From: urs_hunkler Date: Mon, 24 Jan 2005 15:04:13 +0000 Subject: [PATCH] Added docstyle.php for the changed german docs. Within the docs a JS loads the theme CSS if opend within Moodle. Within docstyles.php the standard doc styles can be overwritten. --- theme/standardxhtml/docstyles.php | 17 +++++++++++------ 1 file changed, 11 insertions(+), 6 deletions(-) diff --git a/theme/standardxhtml/docstyles.php b/theme/standardxhtml/docstyles.php index a0448ef211..ff753dbae4 100644 --- a/theme/standardxhtml/docstyles.php +++ b/theme/standardxhtml/docstyles.php @@ -18,25 +18,29 @@ body { background-color:#FFFFFF; } +p, a { + font-size:small; +} h1, h2, h3 { + padding-left:0px; background-color:transparent; color:#000000; } h1 { - font-size: 2em; - margin: .67em 0; + font-size:1.7em; + margin:0.5em 0 0; } h2 { - font-size: 1.5em; - margin: .75em 0; + font-size:1.4em; + margin:0.5em 0 0; } h3 { - font-size: 1.17em; - margin: .83em 0; + font-size:1.2em; + margin:0.5em 0 0; } @@ -87,6 +91,7 @@ ul { border: thin dashed #999999; background-color: #FBFBFB; margin: auto; + margin-top: 0.5em; padding: 30px; height: auto; width: auto; -- 2.39.5