Make WordPress Core

Changeset 23962


Ignore:
Timestamp:
04/11/2013 03:57:50 PM (12 years ago)
Author:
lancewillett
Message:

Twenty Thirteen: minor design tweaks and fixes:

  • Link color should be the same on all links that are on white or tan backgrounds, see #23784
  • Better color value for active menu item (red instead of tan)
  • Improved styles for quote citations that are wrapped in links
  • Better layout for single post navigation links when post titles are really long
  • Fix navbar border style for viewports at 1600 pixels wide and above

Props Joen and obenland.

Location:
trunk/wp-content/themes/twentythirteen
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-content/themes/twentythirteen/rtl.css

    r23841 r23962  
    520520.post-navigation a[rel="next"] {
    521521    float: left;
     522    text-align: left;
    522523}
    523524
  • trunk/wp-content/themes/twentythirteen/style.css

    r23961 r23962  
    767767    border-left: 1px solid #f2f2f2;
    768768    border-right: 1px solid #f2f2f2;
     769    -webkit-box-sizing: content-box;
     770    -moz-box-sizing:    content-box;
     771    box-sizing:         content-box;
    769772    margin: 0 auto;
    770773    max-width: 1600px;
     
    917920.nav-menu .current-menu-item > a,
    918921.nav-menu .current-menu-ancestor > a {
    919     color: #825920;
     922    color: #bc360a;
    920923    font-style: italic;
    921924}
     
    17311734    color: #e63f2a;
    17321735}
     1736.format-quote .entry-content cite a {
     1737    border-bottom: 1px dotted #fff;
     1738    color: #fff;
     1739}
     1740
     1741.format-quote .entry-content cite a:hover {
     1742    text-decoration: none;
     1743}
    17331744
    17341745.format-quote .quote-caption,
     
    19982009
    19992010.navigation a {
    2000     color: #e63f2a;
     2011    color: #bc360a;
    20012012}
    20022013
     
    20782089.post-navigation a[rel="next"] {
    20792090    float: right;
     2091    text-align: right;
    20802092}
    20812093
     
    23172329.comment-reply-link,
    23182330.comment-reply-login {
    2319     color: #ed331c;
     2331    color: #bc360a;
    23202332    font-size: 14px;
    23212333    font-style: normal;
Note: See TracChangeset for help on using the changeset viewer.