diff --git a/cd-template/doku/chat.png b/cd-template/doku/chat.png new file mode 100644 index 0000000..445f969 Binary files /dev/null and b/cd-template/doku/chat.png differ diff --git a/cd-template/doku/cryptocd.css b/cd-template/doku/cryptocd.css index 3e2d291..d6478d4 100644 --- a/cd-template/doku/cryptocd.css +++ b/cd-template/doku/cryptocd.css @@ -15,14 +15,6 @@ h1, h2, h3, h4 { color: #7fb945; } -/* Seiten-Ueberschrift */ -h1 { - border-bottom: 1px solid silver; - border-top: 1px solid silver; - border-right: 1px solid silver; - padding: 3px 3px 3px 3px; -} - a:link, a:visited { color: #7fb945; } @@ -52,17 +44,30 @@ hr { width: 0px; } -/* Navigation */ +#titlebar { + background: #336699; + color: white; + font-size: 44px; + text-shadow: 2px 2px 3px gray; + height: 54px; + padding-top: 1px; + padding-left: 16px; + padding-right: 16px; +} + +#titlebar .right { + text-align: right; +} + + + +/* #### Menue #### */ #nav { float: left; - width: 23%; - margin: 0; - padding: 0 1em 0 0; - border-top: 1px solid silver; - border-right: 1px solid silver; - padding-left:3px; - margin-bottom: 40px; - font-size: small; + width: 20%; + padding: 0; + border: 1px solid silver; + margin-top: 40px; color: rgb(80,80,80); background-color: transparent; } @@ -78,8 +83,8 @@ hr { #nav li { margin: 0; - list-style-type: square; - list-style-position: inside; + list-style-type: none; + padding-top: 1em; } #nav li:hover { @@ -95,6 +100,14 @@ hr { text-align: justify; } +/* Seiten-Ueberschrift */ +#main h1 { + border-bottom: 1px solid silver; + border-top: 1px solid silver; + border-right: 1px solid silver; + padding: 3px 3px 3px 3px; +} + #main li { margin: 0.5em; } @@ -112,6 +125,7 @@ hr { #main img { margin-bottom: 1.5em; + border: 0; } #main .externalLink { @@ -141,6 +155,8 @@ caption { padding-left: 1em; } + + /* #### Footer #### */ #footer { diff --git a/cd-template/doku/einfuehrung.png b/cd-template/doku/einfuehrung.png new file mode 100644 index 0000000..bea555a Binary files /dev/null and b/cd-template/doku/einfuehrung.png differ diff --git a/cd-template/doku/email.png b/cd-template/doku/email.png new file mode 100644 index 0000000..3c7fbac Binary files /dev/null and b/cd-template/doku/email.png differ diff --git a/cd-template/doku/somerights20.png b/cd-template/doku/somerights20.png new file mode 100644 index 0000000..c6d2641 Binary files /dev/null and b/cd-template/doku/somerights20.png differ