Anfänglicher Commit: Producion Version Stand: Oktober 2014

This commit is contained in:
Christian Berg
2014-11-25 23:43:21 +01:00
commit daa35f5913
3381 changed files with 132346 additions and 0 deletions

36
htdocs/style.css Normal file
View File

@@ -0,0 +1,36 @@
#navigation {
width: 920px;
height: 56px;
margin: 0px auto;
padding: 8px 0 0 30px;
background: url(images/navigation-bg.jpg) no-repeat left top;
}
#navigation ul {
list-style: none;
margin: 0;
padding: 0;
}
#navigation ul li {
display: inline;
margin: 0px;
}
#navigation ul li a {
height:33px;
display: block;
float: left;
padding: 17px 15px 0 15px;
font: bold 12px Arial;
color: #FFF;
text-decoration: none;
background: url(images/navigation-separator.png) no-repeat right center;
}
#navigation ul li a:hover {
color:#3B3B3B;
background: url(images/navigation-hover.png) repeat-x left top;
}
#navigation ul li#active a {
color:#3B3B3B;
background: url(images/navigation-hover.png) repeat-x left top;
}