windhamdavid 10 years ago
parent
commit
ac8077f437
2 changed files with 29 additions and 10 deletions
  1. 8 8
      comments.php
  2. 21 2
      style.css

+ 8 - 8
comments.php

@@ -1,20 +1,20 @@
 <div id="comments" class="comments-area">
 	<?php if ( post_password_required() ) : ?>
-		<p class="nopassword"><?php _e( 'This post is password protected. Enter the password to view any comments.', '_s' ); ?></p>
+		<p class="nopassword"><?php _e( 'This post is password protected. Enter the password to view any comments.', '_ph' ); ?></p>
 	</div>
 	<?php return; endif; ?>
 	<?php if ( have_comments() ) : ?>
 		<h2 class="comments-title">
 			<?php
-				printf( _n( 'One thought on &ldquo;%2$s&rdquo;', '%1$s thoughts on &ldquo;%2$s&rdquo;', get_comments_number(), '_s' ),
+				printf( _n( 'One thought on &ldquo;%2$s&rdquo;', '%1$s thoughts on &ldquo;%2$s&rdquo;', get_comments_number(), '_ph' ),
 					number_format_i18n( get_comments_number() ), '<span>' . get_the_title() . '</span>' );
 			?>
 		</h2>
 		<?php if ( get_comment_pages_count() > 1 && get_option( 'page_comments' ) ) : // are there comments to navigate through ?>
 		<nav role="navigation" id="comment-nav-above" class="site-navigation comment-navigation">
-			<h1 class="assistive-text"><?php _e( 'Comment navigation', '_s' ); ?></h1>
-			<div class="nav-previous"><?php previous_comments_link( __( '&larr; Older Comments', '_s' ) ); ?></div>
-			<div class="nav-next"><?php next_comments_link( __( 'Newer Comments &rarr;', '_s' ) ); ?></div>
+			<h1 class="assistive-text"><?php _e( 'Comment navigation', '_ph' ); ?></h1>
+			<div class="nav-previous"><?php previous_comments_link( __( '&larr; Older Comments', '_ph' ) ); ?></div>
+			<div class="nav-next"><?php next_comments_link( __( 'Newer Comments &rarr;', '_ph' ) ); ?></div>
 		</nav>
 		<?php endif;?>
 		<ol class="commentlist">
@@ -23,13 +23,13 @@
 		<?php if ( get_comment_pages_count() > 1 && get_option( 'page_comments' ) ) : // are there comments to navigate through ?>
 		<nav role="navigation" id="comment-nav-below" class="site-navigation comment-navigation">
 			<h1 class="assistive-text"><?php _e( 'Comment navigation', '_s' ); ?></h1>
-			<div class="nav-previous"><?php previous_comments_link( __( '&larr; Older Comments', '_s' ) ); ?></div>
-			<div class="nav-next"><?php next_comments_link( __( 'Newer Comments &rarr;', '_s' ) ); ?></div>
+			<div class="nav-previous"><?php previous_comments_link( __( '&larr; Older Comments', '_ph' ) ); ?></div>
+			<div class="nav-next"><?php next_comments_link( __( 'Newer Comments &rarr;', '_ph' ) ); ?></div>
 		</nav>
 		<?php endif; ?>	
 	<?php endif; ?>
 	<?php if ( ! comments_open() && '0' != get_comments_number() && post_type_supports( get_post_type(), 'comments' ) ) : ?>
-		<p class="nocomments"><?php _e( 'Comments are closed.', '_s' ); ?></p>
+		<p class="nocomments"><?php _e( 'Comments are closed.', '_ph' ); ?></p>
 	<?php endif; ?>
 	<?php comment_form(); ?>
 </div>

+ 21 - 2
style.css

@@ -698,6 +698,24 @@ img.play {
 }
 
 
+.promo {
+	padding: 30px 0;
+	min-height: 540px;	
+}
+.promo h1.times {
+	font-size: 23px;
+	font-family:times;
+	font-weight:200;
+}
+
+.promo span.subtitle {
+	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
+	font-size: 16px;
+	margin-left: 20px;
+	letter-spacing:2px
+}
+
+
 #press-wrap {
 	margin: 0;
 
@@ -979,6 +997,7 @@ div#PPMiniCart form input {
 .wp-caption-text {
 	text-align: center;
 	font-size:11px;
+	padding: 0 5px;
 }
 .wp-caption .wp-caption-text {
 	margin: 0.8075em 0;
@@ -1200,7 +1219,7 @@ footer p {
 	padding: 20px 0px 40px;
 }
 .social {
-	margin: 45px 0px 0px 0;
+	margin: 45px 10px 0px 0;
 }
 .social-tweet {
 	position: relative;
@@ -1329,7 +1348,7 @@ span.tumblr {
 .tooltip{display:inline;position:relative}
 .tooltip:hover{text-decoration:none}
 .tooltip:hover:after{
-	margin-left: 150px;
+	margin-left: 100px;
 	background:#111;
 	background:rgba(0,0,0,.8);
 	border-radius:5px;