Dieser Beitrag wurde bereits 1 mal editiert, zuletzt von »Papa01« (23. Juni 2009, 14:11)
Benutzerinformationen überspringen
CMS Version: 3.9.2
Wohnort: Deutschland
Beruf: Art Director Digital Experience
Paypal:
![]() |
Quellcode |
1 2 3 4 5 6 7 8 9 10 11 |
/* - MENU - */ #menulayer {position:relative; width:auto; height:26px; margin: 25px 0px 0px 0px; padding: 0px 25px 0px 0px; line-height: 20px; background: #848A60;} #menulayer #menu {color: #fff; background: transparent; margin: 0px 0px 0px 0px;} #menulayer #menu ul {margin: 0px; padding: 0px;} #menulayer #menu li {float: left; display: inline; list-style: none; margin: 0px 0px 0px 0px; padding: 0px; border-right: 1px solid #e9e9e9;} #menulayer #menu li a {display:block; padding: 3px 12px 3px 12px; text-decoration: none; font-size: 11px;color: #fff; background: transparent; margin-right:0px;} #menulayer #menu li a:hover {padding: 3px 12px 3px 12px; text-decoration: none; font-size: 11px; color: #fff; background: #4F5339; margin-right:0px;} #menulayer #menu li a.aktiv {padding: 3px 12px 3px 12px; text-decoration: none; font-size: 11px; color: #fff; font-weight: normal; background: #4F5339; margin-right:0px;} #menulayer #menu li a.aktiv:hover {padding: 3px 12px 3px 12px; text-decoration: none; font-size: 11px; color: #fff; font-weight: normal; background: #4F5339; margin-right:0px;} |
![]() |
Quellcode |
1 2 3 4 |
/* - FOOTER - */ #footer {clear:both; position:relative; float:left; width:100%; height: 60px; margin: 0px; padding: 0px; font-size: 10px; color: #545248; line-height: 15px; background: #fff; border-top: 1px solid #E9E9E9; border-bottom: 10px solid #4F5339;} |