Making WordPress.org

Changeset 4740


Ignore:
Timestamp:
01/19/2017 11:08:24 PM (8 years ago)
Author:
mapk
Message:

Breathe: Minor styling adjustments to sidebar nav, in-page nav, and welcome title.

Preparing for restructure of heading hierarchy and cleaning up some styling.

See #1486, #2410

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-breathe/style.css

    r4737 r4740  
    241241.widget-title {
    242242    line-height: 1.2;
     243}
     244
     245aside[id^="handbook"] .widget-title {
     246    font-size: 16px;
     247    text-transform: uppercase;
     248    letter-spacing: 1px;
     249    background-color: #82878c;
     250    padding: 1rem 12px;
     251    margin-bottom: 0;
     252    color: #fff;
     253}
     254
     255.widget.widget_search {
     256    margin-bottom: 3rem;
     257}
     258.widget_search input[type="search"], #subscribe-email input[type="email"] {
     259    width: 100%;
     260    box-sizing: border-box;
     261    padding: 1rem;
     262    font-size: 14px;
    243263}
    244264
     
    562582}
    563583
    564 .make-welcome .entry-content h4,
     584.make-welcome .entry-content h4,
     585.make-welcome .entry-content h3,
    565586.make-welcome .entry-content h2 {
    566587    margin: 14px 0;
     
    572593
    573594.make-welcome .entry-content h4,
     595.make-welcome .entry-content h3,
    574596.make-welcome .entry-content h2,
    575597.make-welcome .entry-content .welcome p:first-child {
     
    819841.single-handbook div.table-of-contents h3 {
    820842    margin: 0;
    821     padding: 8px 0;
    822     text-align: center;
     843    padding: 7px 12px;
    823844    font-size: 1.3em;
    824845    color: #32373c;
     846    text-transform: uppercase;
     847    border-bottom: 1px solid #eee;
    825848}
    826849
    827850.post-type-archive-handbook ul.items,
    828851.single-handbook ul.items {
    829     margin: 0 0 8px;
     852    margin: 0;
    830853    list-style-type: none;
    831     padding: 0 15px;
     854    padding: 1rem;
    832855}
    833856
    834857.post-type-archive-handbook ul.items li,
    835858.single-handbook ul.items li {
    836     padding-bottom: 6px;
     859    padding: 4px;
    837860}
    838861
     
    846869.post-type-archive-handbook ul.items li a,
    847870.single-handbook ul.items li a {
    848     color: #555d66;
     871    text-decoration: none;
    849872}
    850873
Note: See TracChangeset for help on using the changeset viewer.