<!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" />
<title>[25066] trunk/src/wp-content/themes/twentyfourteen/style.css: Twenty Fourteen: accessibility changes to fix the color contrast ratio in link text and a few other places (notably hovers and focus outlines).</title>
</head>
<body>

<style type="text/css"><!--
#msg dl.meta { border: 1px #006 solid; background: #369; padding: 6px; color: #fff; }
#msg dl.meta dt { float: left; width: 6em; font-weight: bold; }
#msg dt:after { content:':';}
#msg dl, #msg dt, #msg ul, #msg li, #header, #footer, #logmsg { 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 #fa0 solid; padding: 6px; }
#logmsg { background: #ffc; border: 1px #fa0 solid; padding: 1em 1em 0 1em; }
#logmsg p, #logmsg pre, #logmsg blockquote { margin: 0 0 1em 0; }
#logmsg p, #logmsg li, #logmsg dt, #logmsg dd { line-height: 14pt; }
#logmsg h1, #logmsg h2, #logmsg h3, #logmsg h4, #logmsg h5, #logmsg h6 { margin: .5em 0; }
#logmsg h1:first-child, #logmsg h2:first-child, #logmsg h3:first-child, #logmsg h4:first-child, #logmsg h5:first-child, #logmsg h6:first-child { margin-top: 0; }
#logmsg ul, #logmsg ol { padding: 0; list-style-position: inside; margin: 0 0 0 1em; }
#logmsg ul { text-indent: -1em; padding-left: 1em; }#logmsg ol { text-indent: -1.5em; padding-left: 1.5em; }
#logmsg > ul, #logmsg > ol { margin: 0 0 1em 0; }
#logmsg pre { background: #eee; padding: 1em; }
#logmsg blockquote { border: 1px solid #fa0; border-left-width: 10px; padding: 1em 1em 0 1em; background: white;}
#logmsg dl { margin: 0; }
#logmsg dt { font-weight: bold; }
#logmsg dd { margin: 0; padding: 0 0 0.5em 0; }
#logmsg dd:before { content:'\00bb';}
#logmsg table { border-spacing: 0px; border-collapse: collapse; border-top: 4px solid #fa0; border-bottom: 1px solid #fa0; background: #fff; }
#logmsg table th { text-align: left; font-weight: normal; padding: 0.2em 0.5em; border-top: 1px dotted #fa0; }
#logmsg table td { text-align: right; border-top: 1px dotted #fa0; padding: 0.2em 0.5em; }
#logmsg table thead th { text-align: center; border-bottom: 1px solid #fa0; }
#logmsg table th.Corner { text-align: left; }
#logmsg hr { border: none 0; border-top: 2px dashed #fa0; height: 1px; }
#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>
<div id="msg">
<dl class="meta">
<dt>Revision</dt> <dd><a href="http://core.trac.wordpress.org/changeset/25066">25066</a></dd>
<dt>Author</dt> <dd>lancewillett</dd>
<dt>Date</dt> <dd>2013-08-20 17:58:07 +0000 (Tue, 20 Aug 2013)</dd>
</dl>

<h3>Log Message</h3>
<pre>Twenty Fourteen: accessibility changes to fix the color contrast ratio in link text and a few other places (notably hovers and focus outlines). Props sabreuse, see <a href="http://core.trac.wordpress.org/ticket/25054">#25054</a>.</pre>

<h3>Modified Paths</h3>
<ul>
<li><a href="#trunksrcwpcontentthemestwentyfourteenstylecss">trunk/src/wp-content/themes/twentyfourteen/style.css</a></li>
</ul>

</div>
<div id="patch">
<h3>Diff</h3>
<a id="trunksrcwpcontentthemestwentyfourteenstylecss"></a>
<div class="modfile"><h4>Modified: trunk/src/wp-content/themes/twentyfourteen/style.css (25065 => 25066)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/src/wp-content/themes/twentyfourteen/style.css     2013-08-20 17:52:22 UTC (rev 25065)
+++ trunk/src/wp-content/themes/twentyfourteen/style.css        2013-08-20 17:58:07 UTC (rev 25066)
</span><span class="lines">@@ -131,12 +131,12 @@
</span><span class="cx"> 
</span><span class="cx"> /* Selection */
</span><span class="cx"> ::-moz-selection {
</span><del>-       background: #41a62a;
</del><ins>+        background: #24890d;
</ins><span class="cx">   color: #fff;
</span><span class="cx">  text-shadow: none;
</span><span class="cx"> }
</span><span class="cx"> ::selection {
</span><del>-       background: #41a62a;
</del><ins>+        background: #24890d;
</ins><span class="cx">   color: #fff;
</span><span class="cx">  text-shadow: none;
</span><span class="cx"> }
</span><span class="lines">@@ -193,7 +193,7 @@
</span><span class="cx"> h4 a:hover,
</span><span class="cx"> h5 a:hover,
</span><span class="cx"> h6 a:hover {
</span><del>-       color: #41a62a;
</del><ins>+        color: #24890d;
</ins><span class="cx">   text-decoration: none;
</span><span class="cx"> }
</span><span class="cx"> hr {
</span><span class="lines">@@ -249,7 +249,7 @@
</span><span class="cx">  font-style: normal;
</span><span class="cx"> }
</span><span class="cx"> blockquote p {
</span><del>-       color: #8c8c8c;
</del><ins>+        color: #767676;
</ins><span class="cx">   font-size: 19px;
</span><span class="cx">  font-size: 1.9rem;
</span><span class="cx">  line-height: 1.2631578947;
</span><span class="lines">@@ -378,7 +378,7 @@
</span><span class="cx"> html input[type="button"]:focus,
</span><span class="cx"> input[type="reset"]:focus,
</span><span class="cx"> input[type="submit"]:focus {
</span><del>-       background-color: #41a62a;
</del><ins>+        background-color: #24890d;
</ins><span class="cx">   cursor: pointer;
</span><span class="cx"> }
</span><span class="cx"> button:active,
</span><span class="lines">@@ -441,7 +441,7 @@
</span><span class="cx"> 
</span><span class="cx"> /* Links */
</span><span class="cx"> a {
</span><del>-       color: #41a62a;
</del><ins>+        color: #24890d;
</ins><span class="cx">   text-decoration: none;
</span><span class="cx"> }
</span><span class="cx"> a:hover,
</span><span class="lines">@@ -585,7 +585,7 @@
</span><span class="cx"> }
</span><span class="cx"> .site-footer {
</span><span class="cx">  background-color: #000;
</span><del>-       color: rgba(255, 255, 255, 0.4);
</del><ins>+        color: rgba(255, 255, 255, 0.55);
</ins><span class="cx">   font-size: 12px;
</span><span class="cx">  font-size: 1.2rem;
</span><span class="cx">  padding: 15px 10px;
</span><span class="lines">@@ -632,7 +632,7 @@
</span><span class="cx">  padding-left: 1.0rem;
</span><span class="cx"> }
</span><span class="cx"> .header-extra {
</span><del>-       background-color: #41a62a;
</del><ins>+        background-color: #24890d;
</ins><span class="cx">   float: right;
</span><span class="cx"> }
</span><span class="cx"> .site-title {
</span><span class="lines">@@ -665,7 +665,7 @@
</span><span class="cx"> }
</span><span class="cx"> .social-links-toggle,
</span><span class="cx"> .search-toggle {
</span><del>-       background-color: #41a62a;
</del><ins>+        background-color: #24890d;
</ins><span class="cx">   -moz-box-sizing: border-box;
</span><span class="cx">  box-sizing: border-box;
</span><span class="cx">  color: #fff;
</span><span class="lines">@@ -754,7 +754,7 @@
</span><span class="cx">  text-decoration: none;
</span><span class="cx">  width: 32px;
</span><span class="cx">  width: 3.2rem;
</span><del>-       height: 32px;
</del><ins>+        height: 32px;s
</ins><span class="cx">   height: 3.2rem;
</span><span class="cx"> }
</span><span class="cx"> .social-links li a:hover {
</span><span class="lines">@@ -886,7 +886,7 @@
</span><span class="cx">  background-color: #000;
</span><span class="cx"> }
</span><span class="cx"> .primary-navigation ul ul a:hover {
</span><del>-       color: #41a62a;
</del><ins>+        color: #24890d;
</ins><span class="cx"> }
</span><span class="cx"> .primary-navigation ul li:hover > ul {
</span><span class="cx">  display: block;
</span><span class="lines">@@ -989,7 +989,7 @@
</span><span class="cx">  max-width: 67.2rem;
</span><span class="cx"> }
</span><span class="cx"> .attachment-featured-thumbnail {
</span><del>-       background: #8c8c8c url(images/pattern.png) repeat 0 0;
</del><ins>+        background: #767676 url(images/pattern.png) repeat 0 0;
</ins><span class="cx">   background-size: 5px 5px;
</span><span class="cx">  display: block;
</span><span class="cx">  float: none;
</span><span class="lines">@@ -1019,18 +1019,18 @@
</span><span class="cx">  color: #2b2b2b;
</span><span class="cx"> }
</span><span class="cx"> .entry-title a:hover {
</span><del>-       color: #41a62a;
</del><ins>+        color: #24890d;
</ins><span class="cx"> }
</span><span class="cx"> .entry-meta {
</span><span class="cx">  clear: both;
</span><del>-       color: #8c8c8c;
</del><ins>+        color: #767676;
</ins><span class="cx">   font-size: 12px;
</span><span class="cx">  font-size: 1.2rem;
</span><span class="cx">  font-weight:400;
</span><span class="cx">  line-height: 1.3333333333;
</span><span class="cx"> }
</span><span class="cx"> .entry-meta a {
</span><del>-       color: #8c8c8c;
</del><ins>+        color: #767676;
</ins><span class="cx"> }
</span><span class="cx"> .entry-meta a:hover {
</span><span class="cx">  color: #2b2b2b;
</span><span class="lines">@@ -1043,7 +1043,7 @@
</span><span class="cx">  color: #2b2b2b;
</span><span class="cx"> }
</span><span class="cx"> .cat-links a:hover {
</span><del>-       color: #41a62a;
</del><ins>+        color: #24890d;
</ins><span class="cx"> }
</span><span class="cx"> .byline {
</span><span class="cx">  display: none;
</span><span class="lines">@@ -1156,7 +1156,7 @@
</span><span class="cx">  text-transform: none;
</span><span class="cx"> }
</span><span class="cx"> footer.entry-meta .entry-title a {
</span><del>-       color: #8c8c8c;
</del><ins>+        color: #767676;
</ins><span class="cx"> }
</span><span class="cx"> footer.entry-meta .entry-title a:hover {
</span><span class="cx">  color: #2b2b2b;
</span><span class="lines">@@ -1259,8 +1259,8 @@
</span><span class="cx">  text-decoration: none;
</span><span class="cx"> }
</span><span class="cx"> .page-links a:hover {
</span><del>-       background: #41a62a;
-       border: 1px solid #41a62a;
</del><ins>+        background: #24890d;
+       border: 1px solid #24890d;
</ins><span class="cx"> }
</span><span class="cx"> .page-links > span.page-links-title {
</span><span class="cx">  margin: 0;
</span><span class="lines">@@ -1276,7 +1276,7 @@
</span><span class="cx">  transition: all 0s ease-out;
</span><span class="cx"> }
</span><span class="cx"> .tag-links a {
</span><del>-       background-color: #8c8c8c;
</del><ins>+        background-color: #767676;
</ins><span class="cx">   border-radius: 0 2px 2px 0;
</span><span class="cx">  color: #fff;
</span><span class="cx">  display: inline-block;
</span><span class="lines">@@ -1298,7 +1298,7 @@
</span><span class="cx"> }
</span><span class="cx"> .tag-links a:before {
</span><span class="cx">  border-top: 10px solid transparent;
</span><del>-       border-right: 8px solid #8c8c8c;
</del><ins>+        border-right: 8px solid #767676;
</ins><span class="cx">   border-bottom: 10px solid transparent;
</span><span class="cx">  content: '';
</span><span class="cx">  position: absolute;
</span><span class="lines">@@ -1311,7 +1311,7 @@
</span><span class="cx"> /* For Firefox to avoid jagged edge */
</span><span class="cx"> @-moz-document url-prefix() {
</span><span class="cx">  .tag-links a:before {
</span><del>-               border-right: 10px solid #8c8c8c;
</del><ins>+                border-right: 10px solid #767676;
</ins><span class="cx">           left: -10px;
</span><span class="cx">          left: -1.0rem;
</span><span class="cx">  }
</span><span class="lines">@@ -1348,7 +1348,7 @@
</span><span class="cx">  margin-bottom: 2.4rem;
</span><span class="cx"> }
</span><span class="cx"> .taxonomy-description p {
</span><del>-       color: #8c8c8c;
</del><ins>+        color: #767676;
</ins><span class="cx">   font-size: 12px;
</span><span class="cx">  font-size: 1.2rem;
</span><span class="cx">  line-height: 1.5;
</span><span class="lines">@@ -1537,7 +1537,7 @@
</span><span class="cx">  margin-bottom: 1.8rem;
</span><span class="cx"> }
</span><span class="cx"> .post-formatted-posts .entry-meta a {
</span><del>-       color: #8c8c8c;
</del><ins>+        color: #767676;
</ins><span class="cx"> }
</span><span class="cx"> .post-formatted-posts .entry-meta a:hover {
</span><span class="cx">  color: #2b2b2b;
</span><span class="lines">@@ -1767,8 +1767,8 @@
</span><span class="cx">  text-transform: uppercase;
</span><span class="cx"> }
</span><span class="cx"> .paging-navigation .page-numbers.current {
</span><del>-       border-top: 1px solid #41a62a;
-       color: #41a62a;
</del><ins>+        border-top: 1px solid #24890d;
+       color: #24890d;
</ins><span class="cx"> }
</span><span class="cx"> .paging-navigation a {
</span><span class="cx">  color: #2b2b2b;
</span><span class="lines">@@ -1800,7 +1800,7 @@
</span><span class="cx">  margin: 0;
</span><span class="cx"> }
</span><span class="cx"> .post-navigation .meta-nav {
</span><del>-       color: #8c8c8c;
</del><ins>+        color: #767676;
</ins><span class="cx">   display: block;
</span><span class="cx">  font-size: 12px;
</span><span class="cx">  font-size: 1.2rem;
</span><span class="lines">@@ -1821,7 +1821,7 @@
</span><span class="cx"> .site-content .post-navigation a:hover,
</span><span class="cx"> .site-content .image-navigation a:hover {
</span><span class="cx">  background-color: rgba(0, 0, 0, 0.01);
</span><del>-       color: #41a62a;
</del><ins>+        color: #24890d;
</ins><span class="cx"> }
</span><span class="cx"> .comment-navigation {
</span><span class="cx">  color: rgba(0, 0, 0, 0.2);
</span><span class="lines">@@ -1892,13 +1892,13 @@
</span><span class="cx"> .comment-meta a,
</span><span class="cx"> .comment-list li.trackback a,
</span><span class="cx"> .comment-list li.pingback a {
</span><del>-       color: #8c8c8c;
</del><ins>+        color: #767676;
</ins><span class="cx"> }
</span><span class="cx"> .comment-author a:hover,
</span><span class="cx"> .comment-meta a:hover,
</span><span class="cx"> .comment-list .trackback a:hover,
</span><span class="cx"> .comment-list .pingback a:hover {
</span><del>-       color: #41a62a;
</del><ins>+        color: #24890d;
</ins><span class="cx">   text-decoration: none;
</span><span class="cx"> }
</span><span class="cx"> .comment-edit-link:before,
</span><span class="lines">@@ -1943,7 +1943,7 @@
</span><span class="cx">  height: 2.2rem;
</span><span class="cx"> }
</span><span class="cx"> .bypostauthor .comment-author .comment-author-avatar {
</span><del>-       background-color: #41a62a;
</del><ins>+        background-color: #24890d;
</ins><span class="cx"> }
</span><span class="cx"> .comment-author cite {
</span><span class="cx">  font-style: normal;
</span><span class="lines">@@ -1999,7 +1999,7 @@
</span><span class="cx">  margin-bottom: 2.4rem;
</span><span class="cx"> }
</span><span class="cx"> .no-comments {
</span><del>-       color: #8c8c8c;
</del><ins>+        color: #767676;
</ins><span class="cx">   font-size: 16px;
</span><span class="cx">  font-size: 1.6rem;
</span><span class="cx">  font-weight: 900;
</span><span class="lines">@@ -2031,7 +2031,7 @@
</span><span class="cx"> ----------------------------------------------- */
</span><span class="cx"> 
</span><span class="cx"> .site-description {
</span><del>-       color: rgba(255, 255, 255, 0.4);
</del><ins>+        color: rgba(255, 255, 255, 0.55);
</ins><span class="cx">   display: none;
</span><span class="cx">  font-size: 11px;
</span><span class="cx">  font-size: 1.1rem;
</span><span class="lines">@@ -2043,7 +2043,7 @@
</span><span class="cx"> ----------------------------------------------- */
</span><span class="cx"> 
</span><span class="cx"> .site-footer a {
</span><del>-       color: rgba(255, 255, 255, 0.4);
</del><ins>+        color: rgba(255, 255, 255, 0.55);
</ins><span class="cx"> }
</span><span class="cx"> .site-footer a:hover {
</span><span class="cx">  color: #fff;
</span><span class="lines">@@ -2095,7 +2095,7 @@
</span><span class="cx"> .widget-area html input[type="button"],
</span><span class="cx"> .widget-area input[type="reset"],
</span><span class="cx"> .widget-area input[type="submit"] {
</span><del>-       background-color: #41a62a;
</del><ins>+        background-color: #24890d;
</ins><span class="cx">   font-size: 11px;
</span><span class="cx">  font-size: 1.1rem;
</span><span class="cx">  padding: 6px 24px;
</span><span class="lines">@@ -2145,7 +2145,7 @@
</span><span class="cx"> 
</span><span class="cx"> /* Caledar widget*/
</span><span class="cx"> .widget_calendar a {
</span><del>-       background-color: #41a62a;
</del><ins>+        background-color: #24890d;
</ins><span class="cx">   color: #fff;
</span><span class="cx">  display: block;
</span><span class="cx"> }
</span><span class="lines">@@ -2236,7 +2236,7 @@
</span><span class="cx"> ----------------------------------------------- */
</span><span class="cx"> 
</span><span class="cx"> .content-sidebar {
</span><del>-       color: #8c8c8c;
</del><ins>+        color: #767676;
</ins><span class="cx">   font-size: 14px;
</span><span class="cx">  font-size: 1.4rem;
</span><span class="cx">  line-height: 1.2857142857;
</span><span class="lines">@@ -2249,7 +2249,7 @@
</span><span class="cx">  color: #2b2b2b;
</span><span class="cx"> }
</span><span class="cx"> .content-sidebar a:hover {
</span><del>-       color: #41a62a;
</del><ins>+        color: #24890d;
</ins><span class="cx"> }
</span><span class="cx"> .content-sidebar button,
</span><span class="cx"> .content-sidebar html input[type="button"],
</span><span class="lines">@@ -2269,7 +2269,7 @@
</span><span class="cx"> .content-sidebar html input[type="button"]:focus,
</span><span class="cx"> .content-sidebar input[type="reset"]:focus,
</span><span class="cx"> .content-sidebar input[type="submit"]:focus {
</span><del>-       background-color: #41a62a;
</del><ins>+        background-color: #24890d;
</ins><span class="cx"> }
</span><span class="cx"> .content-sidebar button:active,
</span><span class="cx"> .content-sidebar html input[type="button"]:active,
</span></span></pre>
</div>
</div>

</body>
</html>