108 lines
1.9 KiB
CSS
108 lines
1.9 KiB
CSS
body{
|
|
margin: 0;
|
|
background: url(http://mojotrollz.eu/web/friseurteam/api.php?call=files&cat=page&id=background_friseur.png) no-repeat center center fixed;
|
|
background-size: cover;
|
|
}
|
|
|
|
#footer{
|
|
width: 1300px;
|
|
margin-top: 0;
|
|
margin-left: auto;
|
|
margin-right: auto;
|
|
color: white;
|
|
padding-left: 20px;
|
|
}
|
|
|
|
#main{
|
|
width: 1300px;
|
|
margin-left: auto;
|
|
margin-right: auto;
|
|
height: 730px;
|
|
border-radius: 4px;
|
|
|
|
|
|
}
|
|
|
|
#static {
|
|
float: right;
|
|
}
|
|
|
|
#frame_content {
|
|
float: left;
|
|
|
|
|
|
width: 1250px;
|
|
/* text-shadow: #62005a 3px 3px 5px;*/
|
|
border-radius: 4px;
|
|
box-shadow: 3px 3px 3px #000;
|
|
}
|
|
#content{
|
|
padding-left: 40px;
|
|
padding-right: 20px;
|
|
float: left;
|
|
}
|
|
#menu {
|
|
width: 550px;
|
|
|
|
/* position: absolute;
|
|
left: 100px;
|
|
top: 100px;*/
|
|
}
|
|
|
|
#info {
|
|
width: 25%;
|
|
float: right;
|
|
}
|
|
|
|
#menu_1{
|
|
margin-left: 75px;
|
|
background: white;
|
|
border-radius: 8px;
|
|
padding-top: 5px;
|
|
padding-bottom: 5px;
|
|
padding-left: 3px;
|
|
width: 100px;
|
|
clear: both;
|
|
}
|
|
#menu_2{
|
|
margin-left: 50px;
|
|
background: greenyellow;
|
|
border-radius: 8px;
|
|
padding-top: 5px;
|
|
padding-bottom: 5px;
|
|
padding-left: 3px;
|
|
width: 100px;
|
|
}
|
|
#menu_3{
|
|
margin-left: 3px;
|
|
background: darkviolet;
|
|
border-radius: 8px;
|
|
padding-top: 5px;
|
|
padding-bottom: 5px;
|
|
padding-left: 3px;
|
|
width: 100px;
|
|
}
|
|
#menu_4{
|
|
border-radius: 8px;
|
|
padding-top: 5px;
|
|
padding-bottom: 5px;
|
|
padding-left: 3px;
|
|
width: 100px;
|
|
}
|
|
#logo {
|
|
background: url(http://mojotrollz.eu/web/friseurteam/api.php?call=files&cat=page&id=style_overlay.png);
|
|
}
|
|
#galleria {
|
|
float: right;
|
|
padding-right: 20px;
|
|
height: 400px;
|
|
width: 400px;
|
|
background: url(http://mojotrollz.eu/web/friseurteam/api.php?call=files&cat=page&id=mainframe_background_overlay.png) ;
|
|
}
|
|
|
|
gallery_float {
|
|
float: right;
|
|
}
|
|
content_float {
|
|
float:left;
|
|
} |