Make WordPress Core

Changeset 26044


Ignore:
Timestamp:
11/08/2013 12:54:24 AM (12 years ago)
Author:
lancewillett
Message:

Twenty Fourteen: legibility improvements for small sidebar text. Fixes #25827 props iamtakashi.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-content/themes/twentyfourteen/style.css

    r26034 r26044  
    19901990    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    19911991    clear: both;
    1992     color: rgba(255, 255, 255, 0.55);
     1992    color: rgba(255, 255, 255, 0.7);
    19931993    margin-top: -1px;
    19941994    padding: 0 10px;
     
    19991999.site-description {
    20002000    display: none;
    2001     font-size: 11px;
     2001    font-size: 12px;
    20022002    font-weight: 400;
    2003     line-height: 1.6363636363;
     2003    line-height: 1.5;
    20042004}
    20052005
     
    20472047
    20482048.widget a {
    2049     color: rgba(255, 255, 255, 0.75);
     2049    color: #fff;
    20502050}
    20512051
     
    20992099.widget abbr,
    21002100.widget acronym {
    2101     border-color: rgba(255, 255, 255, 0.75);
     2101    border-color: rgba(255, 255, 255, 0.7);
    21022102}
    21032103
     
    21262126
    21272127.widget blockquote {
    2128     color: rgba(255, 255, 255, 0.55);
     2128    color: rgba(255, 255, 255, 0.7);
    21292129    font-size: 18px;
    21302130    line-height: 1.5;
     
    21332133
    21342134.widget blockquote cite {
    2135     color: rgba(255, 255, 255, 0.8);
     2135    color: #fff;
    21362136    font-size: 14px;
    21372137    line-height: 1.2857142857;
     
    23152315.widget_twentyfourteen_ephemera .entry-meta {
    23162316    margin-bottom: 18px;
     2317}
     2318
     2319.widget_twentyfourteen_ephemera .entry-meta a {
     2320    color: rgba(255, 255, 255, 0.7);
    23172321}
    23182322
     
    23932397}
    23942398
     2399.widget_rss .rss-date {
     2400    display: block;
     2401}
     2402
    23952403.widget_rss li {
    23962404    margin-bottom: 18px;
     
    26342642.site-footer {
    26352643    background-color: #000;
    2636     color: #949a92;
     2644    color: rgba(255, 255, 255, 0.7);
    26372645    font-size: 12px;
    26382646    position: relative;
     
    26452653
    26462654.site-info {
    2647     color: rgba(255, 255, 255, 0.75);
     2655    color: rgba(255, 255, 255, 0.7);
    26482656    padding: 15px 10px;
    26492657}
     
    26542662
    26552663.site-info a {
    2656     color: rgba(255, 255, 255, 0.75);
     2664    color: rgba(255, 255, 255, 0.7);
    26572665}
    26582666
     
    27232731
    27242732.featured-content .entry-meta {
     2733    color: #fff;
    27252734    font-size: 11px;
    27262735    font-weight: 700;
     
    36013610    .primary-sidebar .widget samp,
    36023611    .primary-sidebar .widget pre {
    3603         font-size: 10px;
    3604         line-height: 1.8;
     3612        font-size: 11px;
     3613        line-height: 1.6363636363;
    36053614    }
    36063615
     
    36133622    .footer-sidebar .widget blockquote cite,
    36143623    .primary-sidebar .widget blockquote cite {
    3615         font-size: 11px;
    3616         line-height: 1.6363636363;
     3624        font-size: 12px;
     3625        line-height: 1.5;
    36173626    }
    36183627
     
    36453654    .footer-sidebar .widget_twentyfourteen_ephemera .entry-meta,
    36463655    .footer-sidebar .widget_twentyfourteen_ephemera .wp-caption-text,
    3647     .footer-sidebar .widget_twentyfourteen_ephemera .more-link,
    3648     .footer-sidebar .widget_twentyfourteen_ephemera .post-format-archive-link,
    36493656    .footer-sidebar .widget_twentyfourteen_ephemera .entry-content table,
    36503657    .primary-sidebar .widget_twentyfourteen_ephemera .entry-title,
    36513658    .primary-sidebar .widget_twentyfourteen_ephemera .entry-meta,
    36523659    .primary-sidebar .widget_twentyfourteen_ephemera .wp-caption-text,
     3660    .primary-sidebar .widget_twentyfourteen_ephemera .entry-content table {
     3661        font-size: 12px;
     3662        line-height: 1.5;
     3663    }
     3664
     3665    .footer-sidebar .widget_twentyfourteen_ephemera .more-link,
     3666    .footer-sidebar .widget_twentyfourteen_ephemera .post-format-archive-link,
    36533667    .primary-sidebar .widget_twentyfourteen_ephemera .more-link,
    3654     .primary-sidebar .widget_twentyfourteen_ephemera .post-format-archive-link,
    3655     .primary-sidebar .widget_twentyfourteen_ephemera .entry-content table {
    3656         font-size: 11px;
    3657         line-height: 1.6363636363;
     3668    .primary-sidebar .widget_twentyfourteen_ephemera .post-format-archive-link {
     3669        font-size: 10px;
     3670        line-height: 1.8;
    36583671    }
    36593672
     
    36833696
    36843697    .footer-sidebar {
    3685         font-size: 11px;
    3686         line-height: 1.6363636363;
     3698        font-size: 12px;
     3699        line-height: 1.5;
    36873700    }
    36883701
Note: See TracChangeset for help on using the changeset viewer.