Make WordPress Core

Ticket #25054: 25054.contrast.diff

File 25054.contrast.diff, 6.8 KB (added by sabreuse, 12 years ago)
  • wp-content/themes/twentyfourteen/style.css

     
    131131
    132132/* Selection */
    133133::-moz-selection {
    134         background: #41a62a;
     134        background: #24890d;
    135135        color: #fff;
    136136        text-shadow: none;
    137137}
    138138::selection {
    139         background: #41a62a;
     139        background: #24890d;
    140140        color: #fff;
    141141        text-shadow: none;
    142142}
     
    193193h4 a:hover,
    194194h5 a:hover,
    195195h6 a:hover {
    196         color: #41a62a;
     196        color: #24890d;
    197197        text-decoration: none;
    198198}
    199199hr {
     
    248248        font-style: normal;
    249249}
    250250blockquote p {
    251         color: #8c8c8c;
     251        color: #767676;
    252252        font-size: 19px;
    253253        font-size: 1.9rem;
    254254        line-height: 1.2631578947;
     
    377377html input[type="button"]:focus,
    378378input[type="reset"]:focus,
    379379input[type="submit"]:focus {
    380         background-color: #41a62a;
     380        background-color: #24890d;
    381381        cursor: pointer;
    382382}
    383383button:active,
     
    440440
    441441/* Links */
    442442a {
    443         color: #41a62a;
     443        color: #24890d;
    444444        text-decoration: none;
    445445}
    446446a:hover,
     
    585585}
    586586#colophon {
    587587        background-color: #000;
    588         color: rgba(255, 255, 255, 0.4);
     588        color: rgba(255, 255, 255, 0.55);
    589589        font-size: 12px;
    590590        font-size: 1.2rem;
    591591        padding: 15px 10px;
     
    630630        padding-left: 1.0rem;
    631631}
    632632.header-extra {
    633         background-color: #41a62a;
     633        background-color: #24890d;
    634634        float: right;
    635635}
    636636.site-title {
     
    752752        text-decoration: none;
    753753        width: 32px;
    754754        width: 3.2rem;
    755         height: 32px;
     755        height: 32px;s
    756756        height: 3.2rem;
    757757}
    758758.social-links li a:hover {
     
    882882        background-color: #000;
    883883}
    884884.primary-navigation ul ul a:hover {
    885         color: #41a62a;
     885        color: #24890d;
    886886}
    887887.primary-navigation ul li:hover > ul {
    888888        display: block;
     
    985985        max-width: 67.2rem;
    986986}
    987987.attachment-featured-thumbnail {
    988         background: #8c8c8c url(images/pattern.png) repeat 0 0;
     988        background: #767676 url(images/pattern.png) repeat 0 0;
    989989        background-size: 5px 5px;
    990990        display: block;
    991991        float: none;
     
    10151015        color: #2b2b2b;
    10161016}
    10171017.entry-title a:hover {
    1018         color: #41a62a;
     1018        color: #24890d;
    10191019}
    10201020.entry-meta {
    10211021        clear: both;
    1022         color: #8c8c8c;
     1022        color: #767676;
    10231023        font-size: 12px;
    10241024        font-size: 1.2rem;
    10251025        font-weight:400;
    10261026        line-height: 1.3333333333;
    10271027}
    10281028.entry-meta a {
    1029         color: #8c8c8c;
     1029        color: #767676;
    10301030}
    10311031.entry-meta a:hover {
    10321032        color: #2b2b2b;
     
    10391039        color: #2b2b2b;
    10401040}
    10411041.cat-links a:hover {
    1042         color: #41a62a;
     1042        color: #24890d;
    10431043}
    10441044.byline {
    10451045        display: none;
     
    11521152        text-transform: none;
    11531153}
    11541154#primary footer.entry-meta .entry-title a {
    1155         color: #8c8c8c;
     1155        color: #767676;
    11561156}
    11571157#primary footer.entry-meta .entry-title a:hover {
    11581158        color: #2b2b2b;
     
    12551255        text-decoration: none;
    12561256}
    12571257.page-links a:hover {
    1258         background: #41a62a;
    1259         border: 1px solid #41a62a;
     1258        background: #24890d;
     1259        border: 1px solid #24890d;
    12601260}
    12611261.page-links > span.page-links-title {
    12621262        margin: 0;
     
    12721272        transition: all 0s ease-out;
    12731273}
    12741274.tag-links a {
    1275         background-color: #8c8c8c;
     1275        background-color: #767676;
    12761276        border-radius: 0 2px 2px 0;
    12771277        color: #fff;
    12781278        display: inline-block;
     
    12941294}
    12951295.tag-links a:before {
    12961296        border-top: 10px solid transparent;
    1297         border-right: 8px solid #8c8c8c;
     1297        border-right: 8px solid #767676;
    12981298        border-bottom: 10px solid transparent;
    12991299        content: '';
    13001300        position: absolute;
     
    13071307/* For Firefox to avoid jagged edge */
    13081308@-moz-document url-prefix() {
    13091309        .tag-links a:before {
    1310                 border-right: 10px solid #8c8c8c;
     1310                border-right: 10px solid #767676;
    13111311                left: -10px;
    13121312                left: -1.0rem;
    13131313        }
     
    13441344        margin-bottom: 2.4rem;
    13451345}
    13461346.taxonomy-description p {
    1347         color: #8c8c8c;
     1347        color: #767676;
    13481348        font-size: 12px;
    13491349        font-size: 1.2rem;
    13501350        line-height: 1.5;
     
    15331533        margin-bottom: 1.8rem;
    15341534}
    15351535.post-formatted-posts .entry-meta a {
    1536         color: #8c8c8c;
     1536        color: #767676;
    15371537}
    15381538.post-formatted-posts .entry-meta a:hover {
    15391539        color: #2b2b2b;
     
    17641764        text-transform: uppercase;
    17651765}
    17661766.paging-navigation .page-numbers.current {
    1767         border-top: 1px solid #41a62a;
    1768         color: #41a62a;
     1767        border-top: 1px solid #24890d;
     1768        color: #24890d;
    17691769}
    17701770.paging-navigation a {
    17711771        color: #2b2b2b;
     
    17971797        margin: 0;
    17981798}
    17991799.post-navigation .meta-nav {
    1800         color: #8c8c8c;
     1800        color: #767676;
    18011801        display: block;
    18021802        font-size: 12px;
    18031803        font-size: 1.2rem;
     
    18181818.site-content .post-navigation a:hover,
    18191819.site-content #image-navigation a:hover {
    18201820        background-color: rgba(0, 0, 0, 0.01);
    1821         color: #41a62a;
     1821        color: #24890d;
    18221822}
    18231823.comment-navigation {
    18241824        color: rgba(0, 0, 0, 0.2);
     
    18891889.comment-meta a,
    18901890.comment-list li.trackback a,
    18911891.comment-list li.pingback a {
    1892         color: #8c8c8c;
     1892        color: #767676;
    18931893}
    18941894.comment-author a:hover,
    18951895.comment-meta a:hover,
    18961896.comment-list li.trackback a:hover,
    18971897.comment-list li.pingback a:hover {
    1898         color: #41a62a;
     1898        color: #24890d;
    18991899        text-decoration: none;
    19001900}
    19011901.comment-edit-link:before,
     
    19401940        height: 2.2rem;
    19411941}
    19421942.bypostauthor > article .comment-author .comment-author-avatar {
    1943         background-color: #41a62a;
     1943        background-color: #24890d;
    19441944}
    19451945.comment-author cite {
    19461946        font-style: normal;
     
    19961996        margin-bottom: 2.4rem;
    19971997}
    19981998.no-comments {
    1999         color: #8c8c8c;
     1999        color: #767676;
    20002000        font-size: 16px;
    20012001        font-size: 1.6rem;
    20022002        font-weight: 900;
     
    20282028----------------------------------------------- */
    20292029
    20302030.site-description {
    2031         color: rgba(255, 255, 255, 0.4);
     2031        color: rgba(255, 255, 255, 0.55);
    20322032        display: none;
    20332033        font-size: 11px;
    20342034        font-size: 1.1rem;
     
    20402040----------------------------------------------- */
    20412041
    20422042#colophon a {
    2043         color: rgba(255, 255, 255, 0.4);
     2043        color: rgba(255, 255, 255, 0.55);
    20442044}
    20452045#colophon a:hover {
    20462046        color: #fff;
     
    20932093.widget-area html input[type="button"],
    20942094.widget-area input[type="reset"],
    20952095.widget-area input[type="submit"] {
    2096         background-color: #41a62a;
     2096        background-color: #24890d;
    20972097        font-size: 11px;
    20982098        font-size: 1.1rem;
    20992099        padding: 6px 24px;
     
    21462146        display: block;
    21472147}
    21482148.widget_calendar #wp-calendar tbody a {
    2149         background-color: #41a62a;
     2149        background-color: #24890d;
    21502150        color: #fff;
    21512151        display: block;
    21522152}
     
    22372237----------------------------------------------- */
    22382238
    22392239#content-sidebar {
    2240         color: #8c8c8c;
     2240        color: #767676;
    22412241        font-size: 14px;
    22422242        font-size: 1.4rem;
    22432243        line-height: 1.2857142857;
     
    22502250        color: #2b2b2b;
    22512251}
    22522252#content-sidebar a:hover {
    2253         color: #41a62a;
     2253        color: #24890d;
    22542254}
    22552255#content-sidebar button,
    22562256#content-sidebar html input[type="button"],
     
    22702270#content-sidebar html input[type="button"]:focus,
    22712271#content-sidebar input[type="reset"]:focus,
    22722272#content-sidebar input[type="submit"]:focus {
    2273         background-color: #41a62a;
     2273        background-color: #24890d;
    22742274}
    22752275#content-sidebar button:active,
    22762276#content-sidebar html input[type="button"]:active,