Blog styles, font increase
authorLaury GvR <laury@gaslightmedia.com>
Thu, 13 Jul 2017 14:44:01 +0000 (10:44 -0400)
committerLaury GvR <laury@gaslightmedia.com>
Thu, 13 Jul 2017 14:44:01 +0000 (10:44 -0400)
css/app.css
header.php
parts/blog-sidebar-r.php
scss/_blog.scss
scss/_main.scss
scss/_sidebar.scss
scss/_structure.scss

index d821c4b..555a7a9 100644 (file)
@@ -7050,7 +7050,7 @@ main.page-front {
     main.page-front .blocks .block p {
       color: #888888;
       text-align: center;
-      font-size: 16px; }
+      font-size: 18px; }
     main.page-front .blocks .block .block-text a {
       color: #b32024; }
     main.page-front .blocks .block .block-readmore {
@@ -7085,7 +7085,8 @@ main.page-front {
       font-family: "ingram-wide-2"; }
     main.page-front #main-content p {
       color: #888888;
-      font-family: "ingram-wide-2"; }
+      font-family: "ingram-wide-2";
+      font-size: 18px; }
   main.page-front #mid {
     background: url(../assets/central-swing-full-image.jpg);
     background-size: cover;
@@ -7114,10 +7115,10 @@ main.page-front {
       main.page-front #mid #golf p {
         color: #FFFFFF;
         margin-bottom: 10px;
-        font-size: 14px; }
+        font-size: 18px; }
       main.page-front #mid #golf a {
         color: #ffc742;
-        font-size: 14px; }
+        font-size: 18px; }
 main.page-inside img.orb-shadow {
   top: 0; }
 main #mid {
@@ -7812,7 +7813,7 @@ body #glm-member-front-header .glm-button.button {
   color: #939598;
   margin: 0 0 12px; }
 .blog-feed-post p {
-  font-size: 0.8125rem; }
+  font-size: 1.125rem; }
 .blog-feed-post a.read-more {
   color: #FFFFFF;
   background: #ffc742;
@@ -7832,20 +7833,20 @@ body #glm-member-front-header .glm-button.button {
 #searchform input[type="submit"].blogbutton {
   border-radius: 3px;
   color: #FFFFFF;
-  border: 2px solid #FFFFFF;
+  border: 0;
   font-weight: bold;
   font-size: 13px;
-  padding: 2px 5px;
+  padding: 5px 10px;
   margin-top: -10px;
   text-transform: uppercase;
-  background-color: #ffc742;
+  background-color: #444;
   box-shadow: 3px 3px 2px lightgrey;
   text-align: center; }
   #searchform input[type="submit"].blogbutton:hover {
     cursor: pointer;
-    background: #FFFFFF;
-    border: 2px solid #ffc742;
-    color: #ffc742; }
+    background: #666;
+    border: 0;
+    color: #FFFFFF; }
 
 #blog-posts-over article {
   padding-top: 10px;
@@ -7854,7 +7855,7 @@ body #glm-member-front-header .glm-button.button {
   width: 100%; }
   #blog-posts-over article p {
     padding-bottom: 15px;
-    font-size: 13px; }
+    font-size: 18px; }
   #blog-posts-over article a.read-more {
     color: #FFFFFF;
     background: #ffc742;
@@ -7894,9 +7895,11 @@ body #glm-member-front-header .glm-button.button {
   margin: 25px 0; }
 
 #blog-side-info {
-  background: #f4f9fd;
+  background: #f4f4f4;
   border-bottom-left-radius: 12px;
-  border-bottom-right-radius: 12px; }
+  border-bottom-right-radius: 12px;
+  padding: 40px 10px 20px;
+  border: none; }
   #blog-side-info #searchform {
     margin-bottom: 30px; }
   #blog-side-info p {
@@ -7906,6 +7909,10 @@ body #glm-member-front-header .glm-button.button {
     font-size: 36px;
     margin: 0 auto;
     padding-bottom: 10px; }
+  #blog-side-info ul {
+    list-style-type: none; }
+    #blog-side-info ul li {
+      margin-bottom: 15px; }
 
 .blog-archive #head-img {
   margin: -280px auto 0; }
@@ -7949,14 +7956,8 @@ body #glm-member-front-header .glm-button.button {
         width: 100%; }
  }
 
-#blog-side-info {
-  padding: 40px 10px 20px;
-  background: #f4f9fd;
-  border: none; }
-  #blog-side-info ul {
-    list-style-type: none; }
-    #blog-side-info ul li {
-      margin-bottom: 15px; }
+#addthis_wrapper {
+  margin-top: 10px; }
 
 .addthis_counter.addthis_pill_style {
   float: right; }
@@ -7988,7 +7989,7 @@ a#calendar-link {
   max-width: 310px;
   float: right;
   padding: 25px 24px 11px;
-  background: #f4f9fd;
+  background: #f4f4f4;
   border-bottom-left-radius: 12px;
   border-bottom-right-radius: 12px; }
   #sidebar #ai1ec-container .ai1ec-views-dropdown {
@@ -8273,11 +8274,11 @@ img#orb-foot {
   background-color: transparent; }
 
 body {
-  font-size: 16px; }
+  font-size: 18px; }
 
 p, a {
   font-family: "ingram-wide-2";
-  font-size: 16px; }
+  font-size: 18px; }
 
 h1 {
   font-family: "ingram-wide-2";
index b63191a..631414b 100644 (file)
@@ -4,7 +4,7 @@
     <meta charset="utf-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
     <title><?php wp_title(); ?></title>
-    <link rel="stylesheet" href="<?php echo get_stylesheet_directory_uri() ; ?>/css/app.css?v=0.0.6">
+    <link rel="stylesheet" href="<?php echo get_stylesheet_directory_uri() ; ?>/css/app.css?v=0.0.7">
 <!--      <link rel="shortcut icon" href="<?php //echo get_stylesheet_directory_uri(); ?>/favicon.ico">-->
     <link href='//fonts.googleapis.com/css?family=Open+Sans:400,400italic,700' rel='stylesheet' type='text/css'>
     <link href='//fonts.googleapis.com/css?family=Kaushan+Script' rel='stylesheet' type='text/css'>
index 4c370c0..f822cd6 100644 (file)
@@ -5,7 +5,7 @@
                     <input class="submit blogbutton" type="submit" name="submit" value="Search" />
                     <input type="hidden" name="searchType" value="blog" /> </div>
                 </form>
-                <h2>Recent Posts</h2>
+                <h3>Recent Posts</h3>
                 <ul>
                 <?php
                         $args = array( 'numberposts' => '5', 'post_status' => 'publish' );
@@ -15,7 +15,7 @@
                         }
                 ?>
                 </ul>
-                <h2>Categories</h2>
+                <h3>Categories</h3>
                 <ul>
                     <?php
                     $args = array(
@@ -27,7 +27,7 @@
                       echo '<li><a href="' . get_category_link( $category->term_id ) . '" title="' . sprintf( __( "View all posts in %s" ), $category->name ) . '" ' . '>' . $category->name.'</a> </li> ';  }
                     ?>
                 </ul>
-                <h2>Archive</h2>
+                <h3>Archive</h3>
                 <ul><?php wp_get_archives( array( 'type' => 'monthly', 'limit' => 12 ) ); ?></ul>
 
             </div>
index 53fad61..2eccacf 100644 (file)
         margin: 0 0 12px;
     }
     p {
-        font-size: rem-calc(13);
+        font-size: rem-calc(18);
     }
     a.read-more {
         color: $white;
 #searchform input[type="submit"].blogbutton {
     border-radius: 3px;
     color: $white;
-    border: 2px solid $white;
+    border: 0;
     font-weight: bold;
     font-size: 13px;
-    padding: 2px 5px;
+    padding: 5px 10px;
     margin-top: -10px;
     text-transform: uppercase;
-    background-color: #ffc742;
+    background-color: #444;
     box-shadow: 3px 3px 2px lightgrey;
     text-align: center;
     &:hover {
         cursor: pointer;
-        background: $white;
-        border: 2px solid #ffc742;
-        color:  #ffc742;
+        background: #666;
+        border: 0;
+        color: $white;
     }
 }
 #blog-posts-over article {
     width: 100%;
     p {
         padding-bottom: 15px;
-        font-size: 13px;
+        font-size: 18px;
     }
     a.read-more {
         color: $white;
     margin: 25px 0;
 }
 #blog-side-info {
-    background: #f4f9fd;
+    background: #f4f4f4;
     border-bottom-left-radius: 12px;
     border-bottom-right-radius: 12px;
+    padding: 40px 10px 20px;
+    border: none;
     #searchform {
         margin-bottom: 30px;
     }
         margin: 0 auto;
         padding-bottom: 10px;
     }
+    ul {
+        list-style-type: none;
+        li {
+            margin-bottom: 15px;
+        }
+    }
 }
 .blog-archive {
     #head-img {
         }
     }
 }
-#blog-side-info {
-    padding: 40px 10px 20px;
-    background: #f4f9fd;
-    border: none;
-    ul {
-        list-style-type: none;
-        li {
-            margin-bottom: 15px;
-        }
-    }
+#addthis_wrapper {
+    margin-top: 10px;
 }
 .addthis_counter.addthis_pill_style {
     float: right;
index 7494dce..f7bf74c 100644 (file)
@@ -87,7 +87,7 @@ main {
                 p {
                     color: $dark-grey;
                     text-align: center;
-                    font-size: 16px;
+                    font-size: 18px;
                 }
                 .block-text a {
                     color: $red;
@@ -133,6 +133,7 @@ main {
             p {
                 color: $dark-grey;
                 font-family: "ingram-wide-2";
+                font-size: 18px;
             }
         }
         #mid {
@@ -165,11 +166,11 @@ main {
                 p {
                     color: $white;
                     margin-bottom: 10px;
-                    font-size: 14px;
+                    font-size: 18px;
                 }
                 a {
                     color: $gold;
-                    font-size: 14px
+                    font-size: 18px
                 }
             }
         }
index 15a60fb..e8740b8 100644 (file)
@@ -48,7 +48,7 @@ a#calendar-link {
     max-width: 310px;
     float: right;
     padding: 25px 24px 11px;
-    background: #f4f9fd;
+    background: #f4f4f4;
     border-bottom-left-radius: 12px;
     border-bottom-right-radius: 12px;
     @media (max-width: 1024px) {
index 865be0e..612e094 100644 (file)
     background-color: transparent;
 }
 body {
-    font-size: 16px;
+    font-size: 18px;
 }
 p, a {
     font-family: "ingram-wide-2";
-    font-size: 16px;
+    font-size: 18px;
 }
 h1 {
     font-family: "ingram-wide-2";