make Datenspuren style prettier

git-svn-id: svn://svn.c3d2.de/c3d2-web/trunk@1128 31f61c52-7bfb-0310-b897-fc00f8a278f0
This commit is contained in:
toidinamai 2008-03-29 11:48:41 +00:00
parent 13f12e9561
commit 2a1a444bf3

View File

@ -20,6 +20,7 @@ a {
***/
#head {
position: fixed;
background: black url(../images/cccdd.png) no-repeat top left;
height: 120px;
width: 100%;
@ -44,10 +45,15 @@ a {
***/
ul.navigation {
position: fixed;
top: 120px;
bottom: 0px;
width: 12%;
list-style-type: none;
padding: 0;
margin: 0;
background: black;
z-index: 3;
}
ul.navigation li {
@ -55,7 +61,7 @@ ul.navigation li {
margin: 0.8em 0 0 1.5em;
padding: 0.4em;
text-align: center;
width: 8em;
width: 80%;
background: red;
}
@ -71,9 +77,14 @@ ul.navigation li a {
***/
#content {
position: relative;
top: 120px;
left: 12%;
margin: 0;
padding: 1em 2em;
color: #333;
z-index: 2;
width: 80%;
}
/***
@ -91,6 +102,7 @@ ul.navigation li a {
color: #ccc;
font-weight: bold;
font-size: 90%;
z-index: 3;
}
#foot a {
color: #ffff7f;
@ -106,6 +118,8 @@ ul.navigation li a {
#content p.notice {
float: right;
bottom: 5%;
right: 5%;
max-width: 12em;
padding: 2em;
margin: 2em;
@ -132,4 +146,4 @@ ul.navigation li a {
}
#content dl dd {
padding-left: 2em;
}
}