friesear style fixes
This commit is contained in:
parent
2ff34399a2
commit
0c5b9568fb
@ -9,13 +9,13 @@ body{
|
||||
width: 100%;
|
||||
color: white;
|
||||
clear: both;
|
||||
font-size: 12px;
|
||||
}
|
||||
|
||||
#main{
|
||||
width: 80%;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
border-radius: 4px;
|
||||
}
|
||||
|
||||
#static {
|
||||
@ -29,6 +29,9 @@ body{
|
||||
opacity: 0.8;
|
||||
width: 61.8%;
|
||||
min-height: 400px;
|
||||
max-height: 400px;
|
||||
overflow-y: scroll;
|
||||
border-radius: 0 0 0 5px;
|
||||
}
|
||||
#menu {
|
||||
background-color: #990015;
|
||||
@ -47,15 +50,17 @@ body{
|
||||
float: right;
|
||||
background-color: rgba(246, 93, 114, 0.8);
|
||||
font-weight: bold;
|
||||
font-family: Verdana;
|
||||
//font-family: Verdana;
|
||||
height: 200px;
|
||||
}
|
||||
|
||||
#info_text {
|
||||
padding-left: 20px;
|
||||
padding-top: 20px;
|
||||
float: right;
|
||||
padding-right: 20px;
|
||||
padding-right: 50px;
|
||||
font-weight: bold;
|
||||
font-size: 15px;
|
||||
line-height: 25px;
|
||||
}
|
||||
|
||||
#logo {
|
||||
@ -75,6 +80,7 @@ body{
|
||||
width: 20.6%;
|
||||
text-align: center;
|
||||
float: left;
|
||||
padding-top: 5px;
|
||||
}
|
||||
|
||||
#menu_1{
|
||||
@ -87,8 +93,12 @@ body{
|
||||
float: left;
|
||||
color: white;
|
||||
font-weight: bold;
|
||||
text-align: right;
|
||||
text-align: center;
|
||||
width: 38.2%;
|
||||
background-color: #990015;
|
||||
height: 30px;
|
||||
padding-top: 5px;
|
||||
font-size: 12px;
|
||||
}
|
||||
|
||||
a {
|
||||
@ -112,4 +122,16 @@ a {
|
||||
float: left;
|
||||
width: 38.2%;
|
||||
background-color: rgba(255, 255, 255, 0.5);
|
||||
border-radius: 0 0 5px 0;
|
||||
}
|
||||
|
||||
.info_margin {
|
||||
margin-top: 20px;
|
||||
margin-left: 30px;
|
||||
float: left;
|
||||
}
|
||||
|
||||
#info_zeiten {
|
||||
width: 230px;
|
||||
font-size: 12px;
|
||||
}
|
||||
@ -11,7 +11,18 @@
|
||||
<div id="main">
|
||||
<div id="top_container">
|
||||
<div id="logo"><div id="info_text">${page_kontakt_info}</div></div>
|
||||
<div id="info"></div>
|
||||
<div id="info">
|
||||
<div class="info_margin">
|
||||
<a href="#"><img src="./api.php?call=files&cat=page&id=marker-02.png" height="110" style="border:4px solid pink"/></a>
|
||||
<div>
|
||||
<br/>
|
||||
<iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.friseurteam-zwingenberg.de&layout=button_count&show_faces=true&width=450&action=like&colorscheme=light&height=80" scrolling="no" frameborder="0" style="border:none; overflow:hidden; height:20px; margin: 0; padding: 0; width: 140px;" allowTransparency="true"></iframe>
|
||||
</div>
|
||||
</div>
|
||||
<div class="info_margin" id="info_zeiten">
|
||||
${page_zeiten_info}
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div id="menu">
|
||||
<div id="menu_1"><a href="#" page="default_content">Friseur-Team</a></div>
|
||||
@ -20,10 +31,10 @@
|
||||
</div>
|
||||
<div id="angebot">Angebot: Haareschneiden kostenlos</div>
|
||||
<div id="content_frame">
|
||||
<div id="content">${default_content}</div>
|
||||
<div id="content"><div id="content_frame_frame" style="padding-left: 25px;">${default_content}</div></div>
|
||||
<div id="galleria_container"><div id="galleria">${default_gallery}</div></div>
|
||||
</div>
|
||||
<div id="footer">Friseur Team2, © <a href="http://www.webcraft-media.de" target="_blank">WebCraft Media</a> 2014</div>
|
||||
<div id="footer">${page_copyright}</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user