Ticket #1472: meta-1472.patch
File meta-1472.patch, 3.4 KB (added by , 8 years ago) |
---|
-
sites/trunk/wordpress.tv/public_html/wp-content/themes/wptv2/style.css
128 128 text-decoration: none; 129 129 } 130 130 131 a:hover, a: active {131 a:hover, a:focus, a:active { 132 132 color: #d54e21; 133 133 } 134 134 135 a:focus { 136 text-decoration: underline; 137 } 138 135 139 em, cite { 136 140 font-style: italic; 137 141 } … … 264 268 border: 0; 265 269 } 266 270 267 #menu li a:hover, #menu li a: active {271 #menu li a:hover, #menu li a:focus, #menu li a:active { 268 272 color: #21759b !important; 269 273 } 270 274 275 #menu li a:focus { 276 text-decoration: underline; 277 } 278 271 279 #menu .current-menu-item > a, 272 280 #menu .current-menu-ancestor > a, 273 281 #menu .current_page_item > a, … … 684 692 color: #f7f7f7; 685 693 } 686 694 687 .videowrapper a:hover, .videowrapper a: active {695 .videowrapper a:hover, .videowrapper a:focus, .videowrapper a:active { 688 696 color: #d54e21; 689 697 } 690 698 699 .videowrapper a:focus { 700 text-decoration: underline; 701 } 702 691 703 .videowrapper .sleeve { 692 704 width: 937px; 693 705 margin: 0 auto; … … 1385 1397 color: #444; 1386 1398 } 1387 1399 1388 .linklist h3 a:hover, .linklist h3 a: active {1400 .linklist h3 a:hover, .linklist h3 a:focus, .linklist h3 a:active { 1389 1401 color: #d54e21; 1390 1402 } 1391 1403 1404 .linklist h3 a:focus { 1405 text-decoration: underline; 1406 } 1407 1392 1408 .linklist .more { 1393 1409 float: right; 1394 1410 line-height: 22px; … … 1400 1416 color: #333; 1401 1417 } 1402 1418 1403 .linklist .more:hover, .linklist .more: active {1419 .linklist .more:hover, .linklist .more:focus, .linklist .more:active { 1404 1420 color: #d54e21; 1405 1421 } 1406 1422 1423 .linklist .more:focus { 1424 text-decoration: underline; 1425 } 1426 1407 1427 .linklist .sleeve { 1408 1428 margin-left: 20px; 1409 1429 } … … 1473 1493 color: #222; 1474 1494 } 1475 1495 1476 #comments a:hover, #comments a: active {1496 #comments a:hover, #comments a:focus, #comments a:active { 1477 1497 color: #d54e21; 1478 1498 } 1479 1499 1500 #comments a:focus { 1501 text-decoration: underline; 1502 } 1503 1480 1504 #comments .commenttext a, #comments .commenttext a:link, #comments .commenttext a:visited { 1481 1505 color: #21759b;; 1482 1506 } 1483 1507 1484 #comments a:hover, #comments a:active {1485 color: #d54e21;1486 }1487 1488 1508 #respond { 1489 1509 border-top: 1px solid #dfdfdf !important; 1490 1510 margin-top: 0 !important; … … 1639 1659 color: #888; 1640 1660 } 1641 1661 1642 .menu-footer-container a:hover {1662 .menu-footer-container a:hover, .menu-footer-container a:focus { 1643 1663 color: #21759b; 1644 1664 } 1645 1665 1666 .menu-footer-container a:focus { 1667 text-decoration: underline; 1668 } 1669 1646 1670 #footer .automattic img { 1647 1671 margin: 0 3px 1px 0; 1648 1672 opacity: 1; … … 1908 1932 color: #545454; 1909 1933 } 1910 1934 1911 #menu li a:hover {1935 #menu li a:hover, #menu li a:focus { 1912 1936 color: #d54e21 !important; 1913 1937 } 1914 1938 1939 #menu li a:focus { 1940 text-decoration: underline; 1941 } 1942 1915 1943 #menu #searchform { 1916 1944 margin: 0 0 0 15px; 1917 1945 } … … 2006 2034 color: #8B8B8B; 2007 2035 } 2008 2036 2009 .breadcrumb a:hover {2037 .breadcrumb a:hover, .breadcrumb a:focus { 2010 2038 color: #464646; 2011 2039 } 2012 2040 2041 .breadcrumb a:focus { 2042 text-decoration: underline; 2043 } 2044 2013 2045 .breadcrumb .arrow { 2014 2046 font-family: Arial, Helvetica, sans-serif; 2015 2047 font-size: 12px; … … 2095 2127 font-weight: normal; 2096 2128 } 2097 2129 2098 .wptv-hero .main-video .video-event a:hover {2130 .wptv-hero .main-video .video-event a:hover, .wptv-hero .main-video .video-event a:focus { 2099 2131 color: #fff; 2100 2132 } 2101 2133 2134 .wptv-hero .main-video .video-event a:focus { 2135 text-decoration: underline; 2136 } 2137 2102 2138 .wptv-hero .main-video .video-event .tag-count { 2103 2139 display: none; 2104 2140 }