diff --git a/wp-content/themes/twentyeleven/colors/dark.css b/wp-content/themes/twentyeleven/colors/dark.css index c9348af9f..da82c8896 100644 --- a/wp-content/themes/twentyeleven/colors/dark.css +++ b/wp-content/themes/twentyeleven/colors/dark.css @@ -392,12 +392,18 @@ section.recent-posts .other-recent-posts .comments-link a:hover { background: #000; border-color: #222; } +.rtl .commentlist .children li.comment { + border-color: #222; +} .comment-meta { color: #999; } .commentlist > li:before { content: url(../images/comment-arrow-dark.png); } +.rtl .commentlist > li:before { + content: url(../images/comment-arrow-dark-rtl.png); +} /* Post author highlighting */ .commentlist > li.bypostauthor { @@ -407,6 +413,9 @@ section.recent-posts .other-recent-posts .comments-link a:hover { .commentlist > li.bypostauthor:before { content: url(../images/comment-arrow-bypostauthor-dark.png); } +.rtl .commentlist > li.bypostauthor:before { + content: url(../images/comment-arrow-bypostauthor-dark-rtl.png); +} /* Post Author threaded comments */ .commentlist .children > li.bypostauthor { @@ -424,20 +433,28 @@ section.recent-posts .other-recent-posts .comments-link a:hover { #respond textarea { background: #000; border: 4px solid #111; - -webkit-box-shadow: inset 0 1px 3px #333; - -moz-box-shadow: inset 0 1px 3px #333; - box-shadow: inset 0 1px 3px #333; + -webkit-box-shadow: inset 0 1px 3px rgba(51,51,51,0.95); + -moz-box-shadow: inset 0 1px 3px rgba(51,51,51,0.95); + box-shadow: inset 0 1px 3px rgba(51,51,51,0.95); } #respond .comment-form-author label, #respond .comment-form-email label, #respond .comment-form-url label, #respond .comment-form-comment label { background: #111; - -webkit-box-shadow: 1px 1px 2px #333; - -moz-box-shadow: 1px 1px 2px #333; - box-shadow: 1px 1px 2px #333; + -webkit-box-shadow: 1px 2px 2px rgba(51,51,51,0.8); + -moz-box-shadow: 1px 2px 2px rgba(51,51,51,0.8); + box-shadow: 1px 1px 2px rgba(51,51,51,0.8); color: #aaa; } +.rtl #respond .comment-form-author label, +.rtl #respond .comment-form-email label, +.rtl #respond .comment-form-url label, +.rtl #respond .comment-form-comment label { + -webkit-box-shadow: -1px 2px 2px rgba(51,51,51,0.8); + -moz-box-shadow: -1px 2px 2px rgba(51,51,51,0.8); + box-shadow: -1px 1px 2px rgba(51,51,51,0.8); +} #respond .comment-form-author .required, #respond .comment-form-email .required { color: #42caff; diff --git a/wp-content/themes/twentyeleven/content-gallery.php b/wp-content/themes/twentyeleven/content-gallery.php index 54b4fb11f..51f27f6b6 100644 --- a/wp-content/themes/twentyeleven/content-gallery.php +++ b/wp-content/themes/twentyeleven/content-gallery.php @@ -3,7 +3,7 @@ * The template for displaying posts in the Gallery Post Format on index and archive pages * * Learn more: http://codex.wordpress.org/Post_Formats - * + * * @package WordPress * @subpackage Twenty Eleven * @since Twenty Eleven 1.0 @@ -65,10 +65,14 @@ diff --git a/wp-content/themes/twentyeleven/content-image.php b/wp-content/themes/twentyeleven/content-image.php index 9664cbbcc..fd97062f5 100644 --- a/wp-content/themes/twentyeleven/content-image.php +++ b/wp-content/themes/twentyeleven/content-image.php @@ -3,7 +3,7 @@ * The template for displaying posts in the Image Post Format on index and archive pages * * Learn more: http://codex.wordpress.org/Post_Formats - * + * * @package WordPress * @subpackage Twenty Eleven * @since Twenty Eleven 1.0 @@ -50,11 +50,13 @@ ?>
-
- ' . __( 'Tagged ', 'twentyeleven' ) . '', ', ', '' ); ?>
+ + ' . __( 'Tagged', 'twentyeleven' ) . ' ', ', ', '' ); ?> + + Leave a reply', 'twentyeleven' ), __( '1 Reply', 'twentyeleven' ), __( '% Replies', 'twentyeleven' ) ); ?> -
+ ', '' ); ?> diff --git a/wp-content/themes/twentyeleven/content-quote.php b/wp-content/themes/twentyeleven/content-quote.php index a04579f38..0a26b6052 100644 --- a/wp-content/themes/twentyeleven/content-quote.php +++ b/wp-content/themes/twentyeleven/content-quote.php @@ -50,8 +50,8 @@