* Neue Grafiken fuer die Startseite eingefuegt

* css fuer neues Design angepasst (noch lange nicht fertig)
This commit is contained in:
phil 2006-07-18 10:58:21 +00:00
parent 118fdceb07
commit 6a7eda9dec
5 changed files with 35 additions and 19 deletions

BIN
cd-template/doku/chat.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.3 KiB

View file

@ -15,14 +15,6 @@ h1, h2, h3, h4 {
color: #7fb945; 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 { a:link, a:visited {
color: #7fb945; color: #7fb945;
} }
@ -52,17 +44,30 @@ hr {
width: 0px; 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 { #nav {
float: left; float: left;
width: 23%; width: 20%;
margin: 0; padding: 0;
padding: 0 1em 0 0; border: 1px solid silver;
border-top: 1px solid silver; margin-top: 40px;
border-right: 1px solid silver;
padding-left:3px;
margin-bottom: 40px;
font-size: small;
color: rgb(80,80,80); color: rgb(80,80,80);
background-color: transparent; background-color: transparent;
} }
@ -78,8 +83,8 @@ hr {
#nav li { #nav li {
margin: 0; margin: 0;
list-style-type: square; list-style-type: none;
list-style-position: inside; padding-top: 1em;
} }
#nav li:hover { #nav li:hover {
@ -95,6 +100,14 @@ hr {
text-align: justify; 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 { #main li {
margin: 0.5em; margin: 0.5em;
} }
@ -112,6 +125,7 @@ hr {
#main img { #main img {
margin-bottom: 1.5em; margin-bottom: 1.5em;
border: 0;
} }
#main .externalLink { #main .externalLink {
@ -141,6 +155,8 @@ caption {
padding-left: 1em; padding-left: 1em;
} }
/* #### Footer #### */ /* #### Footer #### */
#footer { #footer {

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.7 KiB

BIN
cd-template/doku/email.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 859 B