diff --git a/cd-template/doku/cryptocd.css b/cd-template/doku/cryptocd.css index 386507f..f4de05e 100644 --- a/cd-template/doku/cryptocd.css +++ b/cd-template/doku/cryptocd.css @@ -7,7 +7,7 @@ padding,margin Angaben: oben rechts unten links */ h1, h2, h3, h4 { - color: #7fb945; + color: #7fb945; } /* Seiten-Ueberschrift */ @@ -19,35 +19,35 @@ h1 { } a:link, a:visited { - color: #7fb945; + color: #7fb945; } a:hover { color: #3f8915; } hr { - height: 1px; - border: 1px solid silver; - border-bottom: none; - border-right: none; - border-left: none; + height: 1px; + border: 1px solid silver; + border-bottom: none; + border-right: none; + border-left: none; } .external { -background: url(externallink.png) right center no-repeat; -padding-right: 12px; + background: url(externallink.png) right center no-repeat; + padding-right: 12px; } #container { - background: none; - width: 100%; - padding: 0px; - margin-left: auto; - margin-right: auto; + background: none; + width: 100%; + padding: 0px; + margin-left: auto; + margin-right: auto; } #container hr { - width: 0px; + width: 0px; } /* Navigation */ @@ -69,6 +69,11 @@ padding-right: 12px; text-decoration: none; } +#nav .externalLink { + background: url(externallinksmall.png) right center no-repeat; + padding-right: 15px; +} + #nav li { margin: 0; list-style-type: square; @@ -89,27 +94,27 @@ padding-right: 12px; } #main li { - margin: 0.5em; + margin: 0.5em; } #main ul li { - margin: 0.5em; - list-style-type: square; - list-style-position: inside; + margin: 0.5em; + list-style-type: square; + list-style-position: inside; } /* Abstand von Bildern + Bildunterschrift zum folgenden Absatz */ #main table caption { - margin-bottom: 1.5em; + margin-bottom: 1.5em; } #main img { - margin-bottom: 1.5em; + margin-bottom: 1.5em; } -#main .externerLink { -background: url(externallink.png) right center no-repeat; -padding-right: 18px; +#main .externalLink { + background: url(externallink.png) right center no-repeat; + padding-right: 15px; } /* Zitate */ @@ -145,3 +150,8 @@ caption { color: #777777; font-size: small; } + +#footer .externalLink { + background: url(externallinksmall.png) right center no-repeat; + padding-right: 15px; +} diff --git a/cd-template/doku/externallink.png b/cd-template/doku/externallink.png index f79efe1..92d4b10 100644 Binary files a/cd-template/doku/externallink.png and b/cd-template/doku/externallink.png differ diff --git a/cd-template/doku/externallinksmall.png b/cd-template/doku/externallinksmall.png new file mode 100644 index 0000000..8b19b66 Binary files /dev/null and b/cd-template/doku/externallinksmall.png differ diff --git a/documents/footer.asc b/documents/footer.asc index f5b92c2..ffa5ded 100644 --- a/documents/footer.asc +++ b/documents/footer.asc @@ -1,6 +1,6 @@