diff --git a/wp-content/themes/twentyeleven/colors/dark.css b/wp-content/themes/twentyeleven/colors/dark.css index 1b17cb93fa..c9348af9fb 100644 --- a/wp-content/themes/twentyeleven/colors/dark.css +++ b/wp-content/themes/twentyeleven/colors/dark.css @@ -396,33 +396,22 @@ section.recent-posts .other-recent-posts .comments-link a:hover { color: #999; } .commentlist > li:before { - content: url(images/comment-arrow.png) no-repeat; + content: url(../images/comment-arrow-dark.png); } /* Post author highlighting */ .commentlist > li.bypostauthor { - background: #ddd; - border-color: #fff; - color: #333; -} -.commentlist > li.bypostauthor .comment-meta { - color: #333; + background: #222; + border-color: #2c2c2c; } .commentlist > li.bypostauthor:before { - content: url(images/comment-arrow-bypostauthor.png); + content: url(../images/comment-arrow-bypostauthor-dark.png); } /* Post Author threaded comments */ .commentlist .children > li.bypostauthor { - background: #ddd; - border-color: #fff; -} -.commentlist .children > li.bypostauthor > article, -.commentlist .children > li.bypostauthor > article .comment-meta { - color: #333; -} -.commentlist .children > li.bypostauthor > article .comment-reply-link { - color: #333; + background: #222; + border-color: #2c2c2c; } /* Comment Form */ @@ -519,7 +508,7 @@ section.recent-posts .other-recent-posts .comments-link a:hover { color: #666; } .commentlist > li:before { - content: none; + content: none !important; } /* Post Author threaded comments */ @@ -530,4 +519,5 @@ section.recent-posts .other-recent-posts .comments-link a:hover { .commentlist .children > li.bypostauthor > article, .commentlist .children > li.bypostauthor > article .comment-meta { color: #666; - } \ No newline at end of file + } +} \ No newline at end of file diff --git a/wp-content/themes/twentyeleven/images/comment-arrow-bypostauthor-dark.png b/wp-content/themes/twentyeleven/images/comment-arrow-bypostauthor-dark.png new file mode 100644 index 0000000000..c6c6b7975c Binary files /dev/null and b/wp-content/themes/twentyeleven/images/comment-arrow-bypostauthor-dark.png differ diff --git a/wp-content/themes/twentyeleven/images/comment-arrow-bypostauthor-dark.psd b/wp-content/themes/twentyeleven/images/comment-arrow-bypostauthor-dark.psd new file mode 100644 index 0000000000..12e4a8eca6 Binary files /dev/null and b/wp-content/themes/twentyeleven/images/comment-arrow-bypostauthor-dark.psd differ diff --git a/wp-content/themes/twentyeleven/images/comment-arrow-bypostauthor.png b/wp-content/themes/twentyeleven/images/comment-arrow-bypostauthor.png index 55d791cee1..ec12ff76e1 100644 Binary files a/wp-content/themes/twentyeleven/images/comment-arrow-bypostauthor.png and b/wp-content/themes/twentyeleven/images/comment-arrow-bypostauthor.png differ diff --git a/wp-content/themes/twentyeleven/images/comment-arrow-bypostauthor.psd b/wp-content/themes/twentyeleven/images/comment-arrow-bypostauthor.psd index 213c633403..74553e9ae9 100644 Binary files a/wp-content/themes/twentyeleven/images/comment-arrow-bypostauthor.psd and b/wp-content/themes/twentyeleven/images/comment-arrow-bypostauthor.psd differ diff --git a/wp-content/themes/twentyeleven/images/comment-arrow-dark.png b/wp-content/themes/twentyeleven/images/comment-arrow-dark.png new file mode 100644 index 0000000000..ef28d8b51e Binary files /dev/null and b/wp-content/themes/twentyeleven/images/comment-arrow-dark.png differ diff --git a/wp-content/themes/twentyeleven/images/comment-arrow-dark.psd b/wp-content/themes/twentyeleven/images/comment-arrow-dark.psd new file mode 100644 index 0000000000..7ca8c377c4 Binary files /dev/null and b/wp-content/themes/twentyeleven/images/comment-arrow-dark.psd differ diff --git a/wp-content/themes/twentyeleven/style.css b/wp-content/themes/twentyeleven/style.css index 89819474be..a3c1227d4b 100644 --- a/wp-content/themes/twentyeleven/style.css +++ b/wp-content/themes/twentyeleven/style.css @@ -1605,6 +1605,8 @@ section.ephemera .entry-title a span { .commentlist .children li.comment { background: #fff; border-left: 1px solid #ddd; + -moz-border-radius: 0 3px 3px 0; + border-radius: 0 3px 3px 0; margin: 1.625em 0 0; padding: 1.625em; position: relative; @@ -1646,7 +1648,7 @@ section.ephemera .entry-title a span { top: 0; } .commentlist > li:before { - content: url(images/comment-arrow.png) no-repeat; + content: url(images/comment-arrow.png); left: -21px; position: absolute; } @@ -1669,15 +1671,8 @@ a.comment-reply-link { /* Post author highlighting */ .commentlist > li.bypostauthor { - background: #222; - border-color: #000; - color: #ccc; -} -.commentlist > li.bypostauthor .comment-meta { - color: #ccc; -} -.commentlist > li.bypostauthor .comment-meta a { - font-weight: bold; + background: #ddd; + border-color: #d3d3d3; } .commentlist > li.bypostauthor .comment-meta a:focus, .commentlist > li.bypostauthor .comment-meta a:active, @@ -1686,56 +1681,11 @@ a.comment-reply-link { .commentlist > li.bypostauthor:before { content: url(images/comment-arrow-bypostauthor.png); } -.commentlist > li.bypostauthor .comment-content a { -} -.commentlist > li.bypostauthor .comment-content a:focus, -.commentlist > li.bypostauthor .comment-content a:active, -.commentlist > li.bypostauthor .comment-content a:hover { -} -.commentlist > li.bypostauthor .comment-reply-link { -} -.commentlist > li.bypostauthor .comment-reply-link:focus, -.commentlist > li.bypostauthor .comment-reply-link:active, -.commentlist > li.bypostauthor .comment-reply-link:hover { -} /* Post Author threaded comments */ -.commentlist > li.bypostauthor .children, -.commentlist > li.bypostauthor .children .comment-meta, -.commentlist > li.bypostauthor .children .comment-meta a, -.commentlist > li.bypostauthor .children .comment-reply-link { -} -.commentlist > li.bypostauthor .children .comment-meta a:focus, -.commentlist > li.bypostauthor .children .comment-meta a:active, -.commentlist > li.bypostauthor .children .comment-meta a:hover { -} .commentlist .children > li.bypostauthor { - background: #222; - border-color: #000; -} -.commentlist .children > li.bypostauthor > article, -.commentlist .children > li.bypostauthor > article .comment-meta { - color: #ccc; -} -.commentlist .children > li.bypostauthor > article .comment-meta a { - font-weight: bold; -} -.commentlist .children > li.bypostauthor > article .comment-reply-link { - color: #ccc; -} -.commentlist .children > li.bypostauthor > article .comment-meta a:focus, -.commentlist .children > li.bypostauthor > article .comment-meta a:active, -.commentlist .children > li.bypostauthor > article .comment-meta a:hover, -.commentlist .children > li.bypostauthor > article .comment-reply-link:focus, -.commentlist .children > li.bypostauthor > article .comment-reply-link:active, -.commentlist .children > li.bypostauthor > article .comment-reply-link:hover { -} -.commentlist .children > li.bypostauthor > article .comment-content a { - color: #1b8be0; -} -.commentlist .children > li.bypostauthor > article .comment-content a:focus, -.commentlist .children > li.bypostauthor > article .comment-content a:active, -.commentlist .children > li.bypostauthor > article .comment-content a:hover { + background: #ddd; + border-color: #d3d3d3; } /* Comment Form */