diff --git a/friseurteam/page/default_page/default_page.css b/friseurteam/page/default_page/default_page.css index 86e74e5..0296c26 100644 --- a/friseurteam/page/default_page/default_page.css +++ b/friseurteam/page/default_page/default_page.css @@ -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; } \ No newline at end of file diff --git a/friseurteam/page/default_page/friseurteam.tpl b/friseurteam/page/default_page/friseurteam.tpl index ecc819a..1b88ace 100644 --- a/friseurteam/page/default_page/friseurteam.tpl +++ b/friseurteam/page/default_page/friseurteam.tpl @@ -11,7 +11,18 @@
-
+
+
+ +
+
+ +
+
+
+ ${page_zeiten_info} +
+
Angebot: Haareschneiden kostenlos
-
${default_content}
+
${default_content}
${default_gallery}
- +
\ No newline at end of file