Make WordPress Core

Ticket #25827: 25827.diff

File 25827.diff, 4.2 KB (added by iamtakashi, 12 years ago)
  • wp-content/themes/twentyfourteen/style.css

     
    19891989        border-top: 1px solid #000;
    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;
    19951995        position: relative;
     
    19981998
    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
    20062006/* Primary Sidebar */
     
    20462046}
    20472047
    20482048.widget a {
    2049         color: rgba(255, 255, 255, 0.75);
     2049        color: #fff;
    20502050}
    20512051
    20522052.widget a:hover {
     
    20982098
    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
    21042104.widget mark,
     
    21252125}
    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;
    21312131        margin-bottom: 18px;
    21322132}
    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;
    21382138}
     
    23162316        margin-bottom: 18px;
    23172317}
    23182318
     2319.widget_twentyfourteen_ephemera .entry-meta a {
     2320        color: rgba(255, 255, 255, 0.7);
     2321}
     2322
    23192323.widget_twentyfourteen_ephemera .entry-content ul,
    23202324.widget_twentyfourteen_ephemera .entry-content ol {
    23212325        margin: 0 0 18px 20px;
     
    23922396        margin-top: -4px;
    23932397}
    23942398
     2399.widget_rss .rss-date {
     2400        display: block;
     2401}
     2402
    23952403.widget_rss li {
    23962404        margin-bottom: 18px;
    23972405}
     
    26332641
    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;
    26392647        z-index: 3;
     
    26442652}
    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}
    26502658
     
    26532661}
    26542662
    26552663.site-info a {
    2656         color: rgba(255, 255, 255, 0.75);
     2664        color: rgba(255, 255, 255, 0.7);
    26572665}
    26582666
    26592667.site-info a:hover {
     
    27222730}
    27232731
    27242732.featured-content .entry-meta {
     2733        color: #fff;
    27252734        font-size: 11px;
    27262735        font-weight: 700;
    27272736        line-height: 1.0909090909;
     
    36003609        .primary-sidebar .widget var,
    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
    36073616        .footer-sidebar .widget blockquote,
     
    36123621
    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
    36193628        .footer-sidebar .widget input,
     
    36443653        .footer-sidebar .widget_twentyfourteen_ephemera .entry-title,
    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,
    3653         .primary-sidebar .widget_twentyfourteen_ephemera .more-link,
    3654         .primary-sidebar .widget_twentyfourteen_ephemera .post-format-archive-link,
    36553660        .primary-sidebar .widget_twentyfourteen_ephemera .entry-content table {
    3656                 font-size: 11px;
    3657                 line-height: 1.6363636363;
     3661                font-size: 12px;
     3662                line-height: 1.5;
    36583663        }
    36593664
     3665        .footer-sidebar .widget_twentyfourteen_ephemera .more-link,
     3666        .footer-sidebar .widget_twentyfourteen_ephemera .post-format-archive-link,
     3667        .primary-sidebar .widget_twentyfourteen_ephemera .more-link,
     3668        .primary-sidebar .widget_twentyfourteen_ephemera .post-format-archive-link {
     3669                font-size: 10px;
     3670                line-height: 1.8;
     3671        }
     3672
    36603673        .footer-sidebar .widget_archive li,
    36613674        .footer-sidebar .widget_categories li,
    36623675        .footer-sidebar .widget_links li,
     
    36823695        }
    36833696
    36843697        .footer-sidebar {
    3685                 font-size: 11px;
    3686                 line-height: 1.6363636363;
     3698                font-size: 12px;
     3699                line-height: 1.5;
    36873700        }
    36883701
    36893702        .featured-content {