From 1177167a6543fa4f86624d3310525fc56205af2e Mon Sep 17 00:00:00 2001 From: jeena Date: Wed, 10 Jul 2013 14:50:19 +0200 Subject: [PATCH] fixed footer and css --- application/view/AdminPage/edit.phtml | 88 +++++++------ application/view/main.phtml | 7 +- .../DidgeridooArtwork/Page/Plugin/Base.php | 8 -- public/style/admin.css | 45 ++----- public/style/main.css | 116 +++++++----------- 5 files changed, 103 insertions(+), 161 deletions(-) delete mode 100644 library/DidgeridooArtwork/Page/Plugin/Base.php diff --git a/application/view/AdminPage/edit.phtml b/application/view/AdminPage/edit.phtml index fb0b5ee..e66fc99 100644 --- a/application/view/AdminPage/edit.phtml +++ b/application/view/AdminPage/edit.phtml @@ -1,51 +1,47 @@

Page bearbeiten

-
- -
-
Aktiv
-
- page['active']) echo 'checked="checked"' ?> /> -
-
-
-
Titel
-
- -
-
-
-
Untertitel
-
- -
-
-
-
Url
-
- -
-
-
-
Headerbild
-
- - Auswählen -
-
-
-
Inhalt
-
- -
- -
- -
-
-

- -

+ +
+
+
Aktiv
+
+ page['active']) echo 'checked="checked"' ?> /> +
+
+
+
Titel
+
+ +
+
+
+
Untertitel
+
+ +
+
+
+
Url
+
+ +
+
+
+
Headerbild
+
+ + Auswählen +
+
+
+
Inhalt
+
+ +
+
+

+ +

\ No newline at end of file diff --git a/application/view/main.phtml b/application/view/main.phtml index ad588aa..fbb4706 100644 --- a/application/view/main.phtml +++ b/application/view/main.phtml @@ -18,7 +18,7 @@ - + class="admin">
@@ -63,6 +63,11 @@
+

+ + SEINHEIT bei Facebook + +

Naturheilpraxis SEINHEIT. Kinga Pannek, Bahnhofstraße 105, 8620 Wetzikon, Schweiz

diff --git a/library/DidgeridooArtwork/Page/Plugin/Base.php b/library/DidgeridooArtwork/Page/Plugin/Base.php deleted file mode 100644 index e16a085..0000000 --- a/library/DidgeridooArtwork/Page/Plugin/Base.php +++ /dev/null @@ -1,8 +0,0 @@ -_view->base; - } -} \ No newline at end of file diff --git a/public/style/admin.css b/public/style/admin.css index 3b2deab..39fe19c 100644 --- a/public/style/admin.css +++ b/public/style/admin.css @@ -1,3 +1,7 @@ +body.admin footer { + margin-bottom: 4em; +} + #adminNavigation { font-family: verdana; background: #90CB93; @@ -42,12 +46,6 @@ background: #216849; } - -#stage img { - background-color: transparent; - border: none; -} - #admin dd { font-size: 1em; line-height: 1.6em; @@ -66,6 +64,13 @@ input, textarea { padding: 2px; } +textarea { + width: 90% !important; + -webkit-box-sizing: border-box; + -moz-box-sizing: border-box; + box-sizing: border-box; +} + #admin dl { margin: 15px 0; } @@ -120,31 +125,3 @@ textarea { width: 650px; height: 350px; } - -.smallnavigate { - width: 155px; - float: right; -} - -.smallnavigate a { - text-decoration: none; - color: #EF871F; - font-size: 12pt; -} -.smallnavigate span { - line-height: 23px; -} -.smallnavigate a:hover { - text-decoration: underline; -} -.smallnavigate img { - height: 23px; - widht: 14px; -} -.box { - width: 200px; - float: left; - margin-left: 25px; - text-align: center; - margin-top: 20px; -} \ No newline at end of file diff --git a/public/style/main.css b/public/style/main.css index 9a34ef8..e66a327 100644 --- a/public/style/main.css +++ b/public/style/main.css @@ -83,78 +83,6 @@ img { max-width: 100%; } #stage { border-top: 5px solid #90cb93; padding: 50px 0px; - background: url("/img/background.gif") no-repeat center 110px ; - min-height: 510px; -} - -#imagearea { - margin: 0px 0 260px; - clear: both; - -} - -#imagearea #titleimage { - border-top: 10px solid #216f85; - padding-top: 35%; - background-image: url("file://localhost/Users/karlpannek/Dropbox/Kinga%20Praxis%20Fotos/Originale/AR8R8369.JPG"); - background-size: 1100px; - background-size: cover; -} - - - -#imagearea #imagelist { - padding: 0; -} - -#imagearea #imagelist li { - list-style-type: none; - display: block; - float: left; - width: 350px; - height: 200px; - border: 0px solid black; - margin-right: 5px; - background-size: 342px; - background-size: cover; -} -#imagearea #imagelist li p { - background-color: #90cb93; - height: 20px; - margin: 0; - padding: 10px; - text-align: center; - color: white; -} -#imagearea .testimonial { - background-color: #216f85; - margin-right: 0; -} -#imagearea .testimonial blockquote { - padding: 35px; - color: white; - background-color: transparent; - height: auto; - font-style: italic; - font-size: 1.2em; -} - -#angebote { - float: right; - text-align: right; -} - -#angebote a { - border: 0; - background: none; - margin: 10px 0 10px 10px; - float: left; -} - -#angebote a img { - border: 0; - background: white; - border: 1px solid #aaa; } p.diagramm { @@ -164,4 +92,48 @@ p.diagramm { #stage p.diagramm img { float: none; +} + +footer { + clear: both; + border-top: 3px solid #90CB93; +} + +footer #social { + float: right; + margin-top: 10px; +} + +.col3 .box { + width: 33%; + display: inline-block; +} + +.box { + -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */ + -moz-box-sizing: border-box; /* Firefox, other Gecko */ + box-sizing: border-box; /* Opera/IE 8+ */ + vertical-align: middle; +} + +.box h2 { + background: #90CB93; + color: white; + font-size: 1em; + padding: 0.5em; +} + +.box h2 a { + text-decoration: none; + color: white; +} + +.box.cite { + background: #216f85; + color: white; + padding: 2em; + text-align: center; + font-style: italic; + font-weight: bold; + font-size: 1.9em; } \ No newline at end of file