From d3dc9e1271a2530d458ec882af0253e1fc82c0ca Mon Sep 17 00:00:00 2001 From: Laury GvR Date: Fri, 19 Jun 2015 16:04:09 -0400 Subject: [PATCH] Updating the footer on each of the pages. Fixing footer area. --- css/app.css | 39 ++++++++++++++++++++++++++++++--------- footer.php | 8 +++----- front-page.php | 18 +++++++++--------- home.php | 18 ++++++++---------- page.php | 6 +++--- scss/_structure.scss | 35 ++++++++++++++++++++++++++++------- search.php | 19 ++++++++----------- single.php | 17 +++++++---------- 8 files changed, 96 insertions(+), 64 deletions(-) diff --git a/css/app.css b/css/app.css index 3c9a728..972f56b 100755 --- a/css/app.css +++ b/css/app.css @@ -5662,7 +5662,7 @@ img.alignleft, img.alignright, img.aligncenter, div.wp-caption img { /* End Images */ body { background-image: url(../assets/background.png); - background-repeat: repeat-y; } + background-repeat: repeat; } body p { font-family: Open Sans, sans-serif; @@ -5936,7 +5936,8 @@ header { background-image: url(../assets/content_back.png); background-position: right; background-repeat: repeat-y; - background-size: 100%; } + background-size: 100%; + padding-bottom: 120px; } #main .main-content { padding-left: 60px; padding-right: 45px; } @@ -6016,6 +6017,9 @@ li > p.open { font-size: 18px; font-family: Open Sans, sans-serif; } +#search-page { + padding-bottom: 40px; } + @media only screen and (min-width:64.063em) { #large-12_s { width: 110%; } } @@ -6201,18 +6205,29 @@ footer h2 { color: #3d6b99; text-decoration: underline; text-decoration-color: #9acd68; - font-size: 18px; } + font-size: 18px; + float: left; + padding-top: 10px; } -#last { - padding-top: 25px; } +#address { + padding-top: 40px; + bottom: 0; + left: 150px; + padding-top: 40px; + position: absolute; + width: 70%; } + @media only screen and (min-width:64.063em) { + #address { + left: 230px; } } -#locate { +#address-text { margin-top: 10px; - padding-left: 20px; } + padding-left: 160px; + padding-top: 2px; } -#locate p { +#address-text p { font-family: Open Sans, sans-serif; - font-size: 10px; } + font-size: 14px; } .bold { font-weight: bold; } @@ -6227,6 +6242,9 @@ footer h2 { text-decoration: underline; color: #000; } +#gas p { + margin-bottom: 4px; } + #qbutton { background-color: #9acd68; color: #fff; @@ -6467,6 +6485,9 @@ div.wp-caption.aligncenter { padding: 5px; text-align: center; } +#blog-posts-over { + padding-bottom: 55px; } + #blog-posts-container .wp-caption { margin-bottom: 1.225em; margin-top: 0.4em; diff --git a/footer.php b/footer.php index 740fd05..fe46f42 100755 --- a/footer.php +++ b/footer.php @@ -1,3 +1,5 @@ + +
-
+

© Emmet County, Michigan • All Rights Reserved

-
-
-
-

Produced by Gaslight Media

diff --git a/front-page.php b/front-page.php index 5a3961e..b0290b5 100755 --- a/front-page.php +++ b/front-page.php @@ -120,20 +120,20 @@
- View all dates... +
View all events...
-
-
- -
-
-

Emmet County Department of Public Works
200 Division Street, Petoskey, MI 49770 • 231-348-0640

-
-
+ + +
+
+ +
+
+

Emmet County Department of Public Works
200 Division Street, G-76, Petoskey, MI 49770 • 231-348-0640

diff --git a/home.php b/home.php index e262f8c..b48bb42 100644 --- a/home.php +++ b/home.php @@ -33,16 +33,13 @@

- -
-
-
- -
-
-

Emmet County Department of Public Works
200 Division Street, G-76, Petoskey, MI 49770 • 231-348-0640

-
-
+
+
+
+ +
+
+

Emmet County Department of Public Works
200 Division Street, G-76, Petoskey, MI 49770 • 231-348-0640

@@ -72,4 +69,5 @@ ?>
+ diff --git a/page.php b/page.php index 8a78d05..af46a8c 100755 --- a/page.php +++ b/page.php @@ -27,11 +27,11 @@
-
-
+
+
-
+

Emmet County Department of Public Works
200 Division Street, G-76, Petoskey, MI 49770 • 231-348-0640

diff --git a/scss/_structure.scss b/scss/_structure.scss index 641ec65..7debfa3 100755 --- a/scss/_structure.scss +++ b/scss/_structure.scss @@ -1,6 +1,6 @@ body { background-image: url(../assets/background.png); - background-repeat: repeat-y; + background-repeat: repeat; } body p { font-family: Open Sans, sans-serif; @@ -295,6 +295,7 @@ header { background-position: right; background-repeat: repeat-y; background-size: 100%; + padding-bottom: 120px; .main-content { padding-left: 60px; padding-right: 45px; @@ -381,6 +382,9 @@ li > p.open { font-size: 18px; font-family: Open Sans, sans-serif; } +#search-page { + padding-bottom: 40px; +} #large-12_s { @media #{$large-up} { width: 110%; @@ -547,17 +551,28 @@ footer h2 { text-decoration: underline; text-decoration-color: #9acd68; font-size: 18px; + float: left; + padding-top: 10px; } -#last { - padding-top: 25px; +#address { + padding-top: 40px; + bottom: 0; + left: 150px; + @media #{$large-up} { + left: 230px; + } + padding-top: 40px; + position: absolute; + width: 70%; } -#locate { +#address-text { margin-top: 10px; - padding-left: 20px; + padding-left: 160px; + padding-top: 2px; } -#locate p { +#address-text p { font-family: Open Sans, sans-serif; - font-size: 10px; + font-size: 14px; } .bold { font-weight: bold; @@ -572,6 +587,9 @@ footer h2 { text-decoration: underline; color: #000; } +#gas p { + margin-bottom: 4px; +} #qbutton { background-color: #9acd68; color: #fff; @@ -847,6 +865,9 @@ div.wp-caption.aligncenter { padding: 5px; text-align: center; } +#blog-posts-over { + padding-bottom: 55px; +} #blog-posts-container .wp-caption { margin-bottom: 1.225em; margin-top: 0.4em; diff --git a/search.php b/search.php index 1a6e7e4..9f9502c 100644 --- a/search.php +++ b/search.php @@ -2,7 +2,7 @@ -
+

Search Results for ""

@@ -100,16 +100,13 @@

- -
-
-
- -
-
-

Emmet County Department of Public Works
200 Division Street, G-76, Petoskey, MI 49770 • 231-348-0640

-
-
+
+
+
+ +
+
+

Emmet County Department of Public Works
200 Division Street, G-76, Petoskey, MI 49770 • 231-348-0640

diff --git a/single.php b/single.php index 35b9533..eb0c2c2 100644 --- a/single.php +++ b/single.php @@ -64,16 +64,13 @@

- -
-
-
- -
-
-

Emmet County Department of Public Works
200 Division Street, G-76, Petoskey, MI 49770 • 231-348-0640

-
-
+
+
+
+ +
+
+

Emmet County Department of Public Works
200 Division Street, G-76, Petoskey, MI 49770 • 231-348-0640

-- 2.17.1