Making WordPress.org

Ticket #1472: meta-1472.patch

File meta-1472.patch, 3.4 KB (added by SergeyBiryukov, 8 years ago)
  • sites/trunk/wordpress.tv/public_html/wp-content/themes/wptv2/style.css

     
    128128        text-decoration: none;
    129129}
    130130
    131 a:hover, a:active {
     131a:hover, a:focus, a:active {
    132132        color: #d54e21;
    133133}
    134134
     135a:focus {
     136        text-decoration: underline;
     137}
     138
    135139em, cite {
    136140        font-style: italic;
    137141}
     
    264268        border: 0;
    265269}
    266270
    267 #menu li a:hover, #menu li a:active {
     271#menu li a:hover, #menu li a:focus, #menu li a:active {
    268272        color: #21759b !important;
    269273}
    270274
     275#menu li a:focus {
     276        text-decoration: underline;
     277}
     278
    271279#menu .current-menu-item > a,
    272280#menu .current-menu-ancestor > a,
    273281#menu .current_page_item > a,
     
    684692        color: #f7f7f7;
    685693}
    686694
    687 .videowrapper a:hover, .videowrapper a:active {
     695.videowrapper a:hover, .videowrapper a:focus, .videowrapper a:active {
    688696        color: #d54e21;
    689697}
    690698
     699.videowrapper a:focus {
     700        text-decoration: underline;
     701}
     702
    691703.videowrapper .sleeve {
    692704        width: 937px;
    693705        margin: 0 auto;
     
    13851397        color: #444;
    13861398}
    13871399
    1388 .linklist h3 a:hover, .linklist h3 a:active {
     1400.linklist h3 a:hover, .linklist h3 a:focus, .linklist h3 a:active {
    13891401        color: #d54e21;
    13901402}
    13911403
     1404.linklist h3 a:focus {
     1405        text-decoration: underline;
     1406}
     1407
    13921408.linklist .more {
    13931409        float: right;
    13941410        line-height: 22px;
     
    14001416        color: #333;
    14011417}
    14021418
    1403 .linklist .more:hover, .linklist .more:active {
     1419.linklist .more:hover, .linklist .more:focus, .linklist .more:active {
    14041420        color: #d54e21;
    14051421}
    14061422
     1423.linklist .more:focus {
     1424        text-decoration: underline;
     1425}
     1426
    14071427.linklist .sleeve {
    14081428        margin-left: 20px;
    14091429}
     
    14731493        color: #222;
    14741494}
    14751495
    1476 #comments a:hover, #comments a:active {
     1496#comments a:hover, #comments a:focus, #comments a:active {
    14771497        color: #d54e21;
    14781498}
    14791499
     1500#comments a:focus {
     1501        text-decoration: underline;
     1502}
     1503
    14801504#comments .commenttext a, #comments .commenttext a:link, #comments .commenttext a:visited {
    14811505        color: #21759b;;
    14821506}
    14831507
    1484 #comments a:hover, #comments a:active {
    1485         color: #d54e21;
    1486 }
    1487 
    14881508#respond {
    14891509        border-top: 1px solid #dfdfdf !important;
    14901510        margin-top: 0 !important;
     
    16391659        color: #888;
    16401660}
    16411661
    1642 .menu-footer-container a:hover {
     1662.menu-footer-container a:hover, .menu-footer-container a:focus {
    16431663        color: #21759b;
    16441664}
    16451665
     1666.menu-footer-container a:focus {
     1667        text-decoration: underline;
     1668}
     1669
    16461670#footer .automattic img {
    16471671        margin: 0 3px 1px 0;
    16481672        opacity: 1;
     
    19081932        color: #545454;
    19091933}
    19101934
    1911 #menu li a:hover {
     1935#menu li a:hover, #menu li a:focus {
    19121936        color: #d54e21 !important;
    19131937}
    19141938
     1939#menu li a:focus {
     1940        text-decoration: underline;
     1941}
     1942
    19151943#menu #searchform {
    19161944        margin: 0 0 0 15px;
    19171945}
     
    20062034        color: #8B8B8B;
    20072035}
    20082036
    2009 .breadcrumb a:hover {
     2037.breadcrumb a:hover, .breadcrumb a:focus {
    20102038        color: #464646;
    20112039}
    20122040
     2041.breadcrumb a:focus {
     2042        text-decoration: underline;
     2043}
     2044
    20132045.breadcrumb .arrow {
    20142046        font-family: Arial, Helvetica, sans-serif;
    20152047        font-size: 12px;
     
    20952127        font-weight: normal;
    20962128}
    20972129
    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 {
    20992131        color: #fff;
    21002132}
    21012133
     2134.wptv-hero .main-video .video-event a:focus {
     2135        text-decoration: underline;
     2136}
     2137
    21022138.wptv-hero .main-video .video-event .tag-count {
    21032139        display: none;
    21042140}