Making blog home look more like homepage blog feed.
authorLaury GvR <laury@gaslightmedia.com>
Thu, 1 Oct 2015 21:19:26 +0000 (17:19 -0400)
committerLaury GvR <laury@gaslightmedia.com>
Thu, 1 Oct 2015 21:19:26 +0000 (17:19 -0400)
css/app.css
home.php
scss/_blog.scss

index ec0be1c..1f69518 100644 (file)
@@ -7358,7 +7358,8 @@ h2#slide-text {
   display: inline-block;
   width: 100%; }
   #blog-posts-over article p {
-    padding-bottom: 15px; }
+    padding-bottom: 15px;
+    font-size: 14px; }
   #blog-posts-over article a.read-more {
     color: #FFFFFF;
     background: #ffc742;
@@ -7372,14 +7373,15 @@ h2#slide-text {
       margin-bottom: 0;
       color: #690433;
       font-family: "Open Sans";
-      font-size: 1.875rem;
+      font-size: 1.375rem;
       text-transform: uppercase; }
       #blog-posts-over article .entry-header .entry-title a {
         font-family: "Open Sans";
         font-style: normal; }
     #blog-posts-over article .entry-header .meta.date {
-      font-size: 13px;
-      font-weight: bold; }
+      font-size: 0.75rem;
+      color: #939598;
+      margin: 0 0 12px; }
 
 #blog-posts-over.ai1ec-post article {
   /*background-color: rgba(255, 140,140, 0.2);*/
index 9f21e85..25f667b 100644 (file)
--- a/home.php
+++ b/home.php
                         <!--the_advanced_excerpt('length=200&length_type=words&no_custom=1&ellipsis=%26hellip;');-->
                         <!-- This could be wrapped in php tags and be functional,
                                 but it is easier to change this in admin side-->
-                        <footer class="entry-meta small-12 medium-6 medium-push-3 center">
-                            <?php $post_categories = wp_get_post_categories( get_the_ID() );
-                            $cats = array();
-                            echo 'This entry was posted ';
-                            if (has_category()) {
-                                echo 'in';
-                                foreach($post_categories as $c){
-                                    $cat = get_category( $c );
-                                    $cats[] = array( 'name' => $cat->name, 'slug' => $cat->slug );
-                                    echo ', <a rel="category" title="View all posts in '. $cat->name . ' " href="'. $cat->slug .'">'. $cat->name .'</a>';
-                                }
-                                echo '.';
-                            }
-                            ?>
-                        </footer>
+<!--                        <footer class="entry-meta small-12 medium-6 medium-push-3 center">
+                            <?php // $post_categories = wp_get_post_categories( get_the_ID() );
+//                            $cats = array();
+//                            echo 'This entry was posted ';
+//                            if (has_category()) {
+//                                echo 'in';
+//                                foreach($post_categories as $c){
+//                                    $cat = get_category( $c );
+//                                    $cats[] = array( 'name' => $cat->name, 'slug' => $cat->slug );
+//                                    echo ', <a rel="category" title="View all posts in '. $cat->name . ' " href="'. $cat->slug .'">'. $cat->name .'</a>';
+//                                }
+//                                echo '.';
+//                            }
+//                            ?>
+                        </footer>-->
                     </article>
                 </div>
             </div>
index 7d1220c..4444611 100644 (file)
     width: 100%;
     p {
         padding-bottom: 15px;
+        font-size: 14px;
     }
     a.read-more {
         color: $white;
             margin-bottom: 0;
             color: $maroon;
             font-family: "Open Sans";
-            font-size: rem-calc(30);
+            font-size: rem-calc(22);
             text-transform: uppercase;
             a {
                 font-family: "Open Sans";
             }
         }
         .meta.date {
-            font-size: 13px;
-            font-weight: bold;
-        }
+            font-size: 0.75rem;
+            color: #939598;
+            margin: 0 0 12px;
+        }   
     }
 }
 #blog-posts-over.ai1ec-post article {