<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head><meta http-equiv="content-type" content="text/html; charset=utf-8" /><style type="text/css"><!--
#msg dl { border: 1px #006 solid; background: #369; padding: 6px; color: #fff; }
#msg dt { float: left; width: 6em; font-weight: bold; }
#msg dt:after { content:':';}
#msg dl, #msg dt, #msg ul, #msg li, #header, #footer { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt;  }
#msg dl a { font-weight: bold}
#msg dl a:link    { color:#fc3; }
#msg dl a:active  { color:#ff0; }
#msg dl a:visited { color:#cc6; }
h3 { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt; font-weight: bold; }
#msg pre { overflow: auto; background: #ffc; border: 1px #fc0 solid; padding: 6px; }
#msg ul, pre { overflow: auto; }
#header, #footer { color: #fff; background: #636; border: 1px #300 solid; padding: 6px; }
#patch { width: 100%; }
#patch h4 {font-family: verdana,arial,helvetica,sans-serif;font-size:10pt;padding:8px;background:#369;color:#fff;margin:0;}
#patch .propset h4, #patch .binary h4 {margin:0;}
#patch pre {padding:0;line-height:1.2em;margin:0;}
#patch .diff {width:100%;background:#eee;padding: 0 0 10px 0;overflow:auto;}
#patch .propset .diff, #patch .binary .diff  {padding:10px 0;}
#patch span {display:block;padding:0 10px;}
#patch .modfile, #patch .addfile, #patch .delfile, #patch .propset, #patch .binary, #patch .copfile {border:1px solid #ccc;margin:10px 0;}
#patch ins {background:#dfd;text-decoration:none;display:block;padding:0 10px;}
#patch del {background:#fdd;text-decoration:none;display:block;padding:0 10px;}
#patch .lines, .info {color:#888;background:#fff;}
--></style>
<title>[17772] trunk/wp-content/themes/twentyeleven: Twenty Eleven:
  Simplified post author highlighting and comment arrow images for the dark color scheme comments
 ; See #17198</title>
</head>
<body>

<div id="msg">
<dl>
<dt>Revision</dt> <dd><a href="http://trac.wordpress.org/changeset/17772">17772</a></dd>
<dt>Author</dt> <dd>iandstewart</dd>
<dt>Date</dt> <dd>2011-04-29 21:00:06 +0000 (Fri, 29 Apr 2011)</dd>
</dl>

<h3>Log Message</h3>
<pre>Twenty Eleven: Simplified post author highlighting and comment arrow images for the dark color scheme comments; See <a href="http://trac.wordpress.org/ticket/17198">#17198</a></pre>

<h3>Modified Paths</h3>
<ul>
<li><a href="#trunkwpcontentthemestwentyelevencolorsdarkcss">trunk/wp-content/themes/twentyeleven/colors/dark.css</a></li>
<li><a href="#trunkwpcontentthemestwentyelevenimagescommentarrowbypostauthorpng">trunk/wp-content/themes/twentyeleven/images/comment-arrow-bypostauthor.png</a></li>
<li><a href="#trunkwpcontentthemestwentyelevenimagescommentarrowbypostauthorpsd">trunk/wp-content/themes/twentyeleven/images/comment-arrow-bypostauthor.psd</a></li>
<li><a href="#trunkwpcontentthemestwentyelevenstylecss">trunk/wp-content/themes/twentyeleven/style.css</a></li>
</ul>

<h3>Added Paths</h3>
<ul>
<li><a href="#trunkwpcontentthemestwentyelevenimagescommentarrowbypostauthordarkpng">trunk/wp-content/themes/twentyeleven/images/comment-arrow-bypostauthor-dark.png</a></li>
<li><a href="#trunkwpcontentthemestwentyelevenimagescommentarrowbypostauthordarkpsd">trunk/wp-content/themes/twentyeleven/images/comment-arrow-bypostauthor-dark.psd</a></li>
<li><a href="#trunkwpcontentthemestwentyelevenimagescommentarrowdarkpng">trunk/wp-content/themes/twentyeleven/images/comment-arrow-dark.png</a></li>
<li><a href="#trunkwpcontentthemestwentyelevenimagescommentarrowdarkpsd">trunk/wp-content/themes/twentyeleven/images/comment-arrow-dark.psd</a></li>
</ul>

</div>
<div id="patch">
<h3>Diff</h3>
<a id="trunkwpcontentthemestwentyelevencolorsdarkcss"></a>
<div class="modfile"><h4>Modified: trunk/wp-content/themes/twentyeleven/colors/dark.css (17771 => 17772)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/wp-content/themes/twentyeleven/colors/dark.css        2011-04-29 20:05:12 UTC (rev 17771)
+++ trunk/wp-content/themes/twentyeleven/colors/dark.css        2011-04-29 21:00:06 UTC (rev 17772)
</span><span class="lines">@@ -396,34 +396,23 @@
</span><span class="cx">         color: #999;
</span><span class="cx"> }
</span><span class="cx"> .commentlist &gt; li:before {
</span><del>-        content: url(images/comment-arrow.png) no-repeat;
</del><ins>+        content: url(../images/comment-arrow-dark.png);
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> /* Post author highlighting */
</span><span class="cx"> .commentlist &gt; li.bypostauthor {
</span><del>-        background: #ddd;
-        border-color: #fff;
-        color: #333;
</del><ins>+        background: #222;
+        border-color: #2c2c2c;
</ins><span class="cx"> }
</span><del>-.commentlist &gt; li.bypostauthor .comment-meta {
-        color: #333;
-}
</del><span class="cx"> .commentlist &gt; li.bypostauthor:before {
</span><del>-        content: url(images/comment-arrow-bypostauthor.png);
</del><ins>+        content: url(../images/comment-arrow-bypostauthor-dark.png);
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> /* Post Author threaded comments */
</span><span class="cx"> .commentlist .children &gt; li.bypostauthor {
</span><del>-        background: #ddd;
-        border-color: #fff;
</del><ins>+        background: #222;
+        border-color: #2c2c2c;
</ins><span class="cx"> }
</span><del>-.commentlist .children &gt; li.bypostauthor &gt; article,
-.commentlist .children &gt; li.bypostauthor &gt; article .comment-meta {
-        color: #333;
-}
-.commentlist .children &gt; li.bypostauthor &gt; article .comment-reply-link {
-        color: #333;
-}
</del><span class="cx"> 
</span><span class="cx"> /* Comment Form */
</span><span class="cx"> #respond {
</span><span class="lines">@@ -519,7 +508,7 @@
</span><span class="cx">                 color: #666;
</span><span class="cx">         }
</span><span class="cx">         .commentlist &gt; li:before {
</span><del>-                content: none;
</del><ins>+                content: none !important;
</ins><span class="cx">         }
</span><span class="cx"> 
</span><span class="cx">         /* Post Author threaded comments */
</span><span class="lines">@@ -530,4 +519,5 @@
</span><span class="cx">         .commentlist .children &gt; li.bypostauthor &gt; article,
</span><span class="cx">         .commentlist .children &gt; li.bypostauthor &gt; article .comment-meta {
</span><span class="cx">                 color: #666;
</span><del>-        }
</del><span class="cx">\ No newline at end of file
</span><ins>+        }
+}
</ins><span class="cx">\ No newline at end of file
</span></span></pre></div>
<a id="trunkwpcontentthemestwentyelevenimagescommentarrowbypostauthordarkpng"></a>
<div class="binary"><h4>Added: trunk/wp-content/themes/twentyeleven/images/comment-arrow-bypostauthor-dark.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<span class="cx">Property changes on: trunk/wp-content/themes/twentyeleven/images/comment-arrow-bypostauthor-dark.png
</span><span class="cx">___________________________________________________________________
</span><span class="cx">Name: svn:mime-type
</span><span class="cx">   + application/octet-stream
</span><a id="trunkwpcontentthemestwentyelevenimagescommentarrowbypostauthordarkpsd"></a>
<div class="binary"><h4>Added: trunk/wp-content/themes/twentyeleven/images/comment-arrow-bypostauthor-dark.psd</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<span class="cx">Property changes on: trunk/wp-content/themes/twentyeleven/images/comment-arrow-bypostauthor-dark.psd
</span><span class="cx">___________________________________________________________________
</span><span class="cx">Name: svn:mime-type
</span><span class="cx">   + application/octet-stream
</span><a id="trunkwpcontentthemestwentyelevenimagescommentarrowbypostauthorpng"></a>
<div class="binary"><h4>Modified: trunk/wp-content/themes/twentyeleven/images/comment-arrow-bypostauthor.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<a id="trunkwpcontentthemestwentyelevenimagescommentarrowbypostauthorpsd"></a>
<div class="binary"><h4>Modified: trunk/wp-content/themes/twentyeleven/images/comment-arrow-bypostauthor.psd</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<a id="trunkwpcontentthemestwentyelevenimagescommentarrowdarkpng"></a>
<div class="binary"><h4>Added: trunk/wp-content/themes/twentyeleven/images/comment-arrow-dark.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<span class="cx">Property changes on: trunk/wp-content/themes/twentyeleven/images/comment-arrow-dark.png
</span><span class="cx">___________________________________________________________________
</span><span class="cx">Name: svn:mime-type
</span><span class="cx">   + application/octet-stream
</span><a id="trunkwpcontentthemestwentyelevenimagescommentarrowdarkpsd"></a>
<div class="binary"><h4>Added: trunk/wp-content/themes/twentyeleven/images/comment-arrow-dark.psd</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<span class="cx">Property changes on: trunk/wp-content/themes/twentyeleven/images/comment-arrow-dark.psd
</span><span class="cx">___________________________________________________________________
</span><span class="cx">Name: svn:mime-type
</span><span class="cx">   + application/octet-stream
</span><a id="trunkwpcontentthemestwentyelevenstylecss"></a>
<div class="modfile"><h4>Modified: trunk/wp-content/themes/twentyeleven/style.css (17771 => 17772)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/wp-content/themes/twentyeleven/style.css        2011-04-29 20:05:12 UTC (rev 17771)
+++ trunk/wp-content/themes/twentyeleven/style.css        2011-04-29 21:00:06 UTC (rev 17772)
</span><span class="lines">@@ -1605,6 +1605,8 @@
</span><span class="cx"> .commentlist .children li.comment {
</span><span class="cx">         background: #fff;
</span><span class="cx">         border-left: 1px solid #ddd;
</span><ins>+        -moz-border-radius: 0 3px 3px 0;
+        border-radius: 0 3px 3px 0;
</ins><span class="cx">         margin: 1.625em 0 0;
</span><span class="cx">         padding: 1.625em;
</span><span class="cx">         position: relative;
</span><span class="lines">@@ -1646,7 +1648,7 @@
</span><span class="cx">         top: 0;
</span><span class="cx"> }
</span><span class="cx"> .commentlist &gt; li:before {
</span><del>-        content: url(images/comment-arrow.png) no-repeat;
</del><ins>+        content: url(images/comment-arrow.png);
</ins><span class="cx">         left: -21px;
</span><span class="cx">         position: absolute;
</span><span class="cx"> }
</span><span class="lines">@@ -1669,16 +1671,9 @@
</span><span class="cx"> 
</span><span class="cx"> /* Post author highlighting */
</span><span class="cx"> .commentlist &gt; li.bypostauthor {
</span><del>-        background: #222;
-        border-color: #000;
-        color: #ccc;
</del><ins>+        background: #ddd;
+        border-color: #d3d3d3;
</ins><span class="cx"> }
</span><del>-.commentlist &gt; li.bypostauthor .comment-meta {
-        color: #ccc;
-}
-.commentlist &gt; li.bypostauthor .comment-meta a {
-        font-weight: bold;
-}
</del><span class="cx"> .commentlist &gt; li.bypostauthor .comment-meta a:focus,
</span><span class="cx"> .commentlist &gt; li.bypostauthor .comment-meta a:active,
</span><span class="cx"> .commentlist &gt; li.bypostauthor .comment-meta a:hover {
</span><span class="lines">@@ -1686,57 +1681,12 @@
</span><span class="cx"> .commentlist &gt; li.bypostauthor:before {
</span><span class="cx">         content: url(images/comment-arrow-bypostauthor.png);
</span><span class="cx"> }
</span><del>-.commentlist &gt; li.bypostauthor .comment-content a {
-}
-.commentlist &gt; li.bypostauthor .comment-content a:focus,
-.commentlist &gt; li.bypostauthor .comment-content a:active,
-.commentlist &gt; li.bypostauthor .comment-content a:hover {
-}
-.commentlist &gt; li.bypostauthor .comment-reply-link {
-}
-.commentlist &gt; li.bypostauthor .comment-reply-link:focus,
-.commentlist &gt; li.bypostauthor .comment-reply-link:active,
-.commentlist &gt; li.bypostauthor .comment-reply-link:hover {
-}
</del><span class="cx"> 
</span><span class="cx"> /* Post Author threaded comments */
</span><del>-.commentlist &gt; li.bypostauthor .children,
-.commentlist &gt; li.bypostauthor .children .comment-meta,
-.commentlist &gt; li.bypostauthor .children .comment-meta a,
-.commentlist &gt; li.bypostauthor .children .comment-reply-link {
-}
-.commentlist &gt; li.bypostauthor .children .comment-meta a:focus,
-.commentlist &gt; li.bypostauthor .children .comment-meta a:active,
-.commentlist &gt; li.bypostauthor .children .comment-meta a:hover {
-}
</del><span class="cx"> .commentlist .children &gt; li.bypostauthor {
</span><del>-        background: #222;
-        border-color: #000;
</del><ins>+        background: #ddd;
+        border-color: #d3d3d3;
</ins><span class="cx"> }
</span><del>-.commentlist .children &gt; li.bypostauthor &gt; article,
-.commentlist .children &gt; li.bypostauthor &gt; article .comment-meta {
-        color: #ccc;
-}
-.commentlist .children &gt; li.bypostauthor &gt; article .comment-meta a {
-        font-weight: bold;
-}
-.commentlist .children &gt; li.bypostauthor &gt; article .comment-reply-link {
-        color: #ccc;
-}
-.commentlist .children &gt; li.bypostauthor &gt; article .comment-meta a:focus,
-.commentlist .children &gt; li.bypostauthor &gt; article .comment-meta a:active,
-.commentlist .children &gt; li.bypostauthor &gt; article .comment-meta a:hover,
-.commentlist .children &gt; li.bypostauthor &gt; article .comment-reply-link:focus,
-.commentlist .children &gt; li.bypostauthor &gt; article .comment-reply-link:active,
-.commentlist .children &gt; li.bypostauthor &gt; article .comment-reply-link:hover {
-}
-.commentlist .children &gt; li.bypostauthor &gt; article .comment-content a {
-        color: #1b8be0;
-}
-.commentlist .children &gt; li.bypostauthor &gt; article .comment-content a:focus,
-.commentlist .children &gt; li.bypostauthor &gt; article .comment-content a:active,
-.commentlist .children &gt; li.bypostauthor &gt; article .comment-content a:hover {
-}
</del><span class="cx"> 
</span><span class="cx"> /* Comment Form */
</span><span class="cx"> #respond {
</span></span></pre>
</div>
</div>

</body>
</html>