colors more brown

This commit is contained in:
Ulf Gebhardt 2014-06-21 17:07:37 +02:00
parent 60f28b1a05
commit 315d61750e

View File

@ -33,7 +33,7 @@ body{
float: left;
border-radius: 4px;
box-shadow: 3px 3px 3px #000;
background-color: sienna;
background-color: chocolate;
width: 60%;
}
#menu {
@ -48,7 +48,7 @@ body{
float: right;
border-radius: 4px;
box-shadow: 3px 3px 3px #000;
background-color: sienna;
background-color: chocolate;
}
#logo {
@ -58,7 +58,7 @@ body{
#menu_1{
text-align: center;
margin-left: 150px;
background: white;
background: whitesmoke;
border-radius: 90px;
padding-top: 5px;
padding-bottom: 5px;
@ -89,7 +89,7 @@ body{
#menu_4{
text-align: center;
margin-left: 0px;
background: green;
background: tomato;
border-radius: 90px;
padding-top: 5px;
padding-bottom: 5px;
@ -106,5 +106,5 @@ body{
background: url(http://mojotrollz.eu/web/friseurteam/api.php?call=files&cat=page&id=mainframe_background_overlay.png) ;
border-radius: 4px;
box-shadow: 3px 3px 3px #000;
background-color: sienna;
background-color: chocolate;
}