From be049d716960fd0aa8338c04af9eb5605e0c0a4b Mon Sep 17 00:00:00 2001 From: phil Date: Fri, 4 Aug 2006 16:47:23 +0000 Subject: [PATCH] * css validiert --- cd-template/doku/cryptocd.css | 26 +++++++++++++++----------- 1 file changed, 15 insertions(+), 11 deletions(-) diff --git a/cd-template/doku/cryptocd.css b/cd-template/doku/cryptocd.css index 2c709dd..9cb011e 100644 --- a/cd-template/doku/cryptocd.css +++ b/cd-template/doku/cryptocd.css @@ -138,13 +138,13 @@ hr { #titlebar .left { text-align: left; - color: orange; + color: #f57900; float: left; } #titlebar .right { text-align: right; - color: white; + color: #ffffff; font-size: 44px; } @@ -283,12 +283,6 @@ caption { background-color: #eeeeec; } -#footnotes { - font-size: small; - margin-top: 3em; - padding-left: 1em; -} - #progress { background-color: transparent; text-align: left; @@ -301,7 +295,7 @@ caption { } #progresstitle{ - color: #888; + color: #888a85; font-size: 90%; } @@ -310,7 +304,7 @@ caption { } .done, .done a { - color: grey; + color: #888a85; font-size: 90%; } @@ -338,6 +332,16 @@ caption { text-decoration: underline; } +#footnotes { + font-size: 90%; + margin-top: 3em; + padding-left: 1em; +} + +#fntitle { + font-size: 90%; + color: #888a85; +} /* #### Footer #### */ @@ -359,4 +363,4 @@ caption { #footer .right { text-align: right; -} \ No newline at end of file +}