Make WordPress Core

Changeset 25762


Ignore:
Timestamp:
10/11/2013 03:16:59 AM (12 years ago)
Author:
lancewillett
Message:

Twenty Fourteen: merge Front Page Sidebar and Content Sidebar. Props iamtakashi, see #25565; closes #25565.

Location:
trunk/src/wp-content/themes/twentyfourteen
Files:
7 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-content/themes/twentyfourteen/front-page.php

    r25738 r25762  
    3737        </div><!-- #primary .content-area -->
    3838
    39         <?php get_sidebar( 'ephemera' ); ?>
     39        <?php get_sidebar( 'content' ); ?>
    4040
    4141</div><!-- .front-page-content-wrapper -->
  • trunk/src/wp-content/themes/twentyfourteen/functions.php

    r25743 r25762  
    150150    ) );
    151151    register_sidebar( array(
    152         'name'          => __( 'Front Page Sidebar', 'twentyfourteen' ),
     152        'name'          => __( 'Content Sidebar', 'twentyfourteen' ),
    153153        'id'            => 'sidebar-2',
    154         'description'   => __( 'Additional sidebar that appears on the right, on the home page.', 'twentyfourteen' ),
     154        'description'   => __( 'Additional sidebar that appears on the right.', 'twentyfourteen' ),
    155155        'before_widget' => '<aside id="%1$s" class="widget %2$s">',
    156156        'after_widget'  => '</aside>',
     
    159159    ) );
    160160    register_sidebar( array(
    161         'name'          => __( 'Content Sidebar', 'twentyfourteen' ),
     161        'name'          => __( 'Footer Widget Area', 'twentyfourteen' ),
    162162        'id'            => 'sidebar-3',
    163         'description'   => __( 'Additional sidebar that appears on the right, on single posts and pages.', 'twentyfourteen' ),
    164         'before_widget' => '<aside id="%1$s" class="widget %2$s">',
    165         'after_widget'  => '</aside>',
    166         'before_title'  => '<h1 class="widget-title">',
    167         'after_title'   => '</h1>',
    168     ) );
    169     register_sidebar( array(
    170         'name'          => __( 'Footer Widget Area', 'twentyfourteen' ),
    171         'id'            => 'sidebar-4',
    172163        'description'   => __( 'Appears in the footer section of the site.', 'twentyfourteen' ),
    173164        'before_widget' => '<aside id="%1$s" class="widget %2$s">',
     
    471462        $classes[] = 'list-view';
    472463
    473     if ( ( ! is_front_page() && ! is_active_sidebar( 'sidebar-3' ) )
     464    if ( ( ! is_active_sidebar( 'sidebar-2' ) )
    474465        || is_page_template( 'full-width-page.php' )
    475466        || is_page_template( 'contributor-page.php' )
     
    477468        $classes[] = 'full-width';
    478469
    479     if ( is_active_sidebar( 'sidebar-4' ) )
     470    if ( is_active_sidebar( 'sidebar-3' ) )
    480471        $classes[] = 'footer-widgets';
    481472
  • trunk/src/wp-content/themes/twentyfourteen/inc/customizer.php

    r25758 r25762  
    116116        .comment-list .trackback a:hover,
    117117        .comment-list .pingback a:hover,
    118         .content-sidebar a:hover,
    119         .paging-navigation .page-numbers.current {
     118        .paging-navigation .page-numbers.current,
     119        .content-sidebar.widget-area a:hover,
     120        .content-sidebar .widget_twentyfourteen_ephemera .post-format-archive-link {
    120121            color: ' . $accent_color . ';
    121122        }
    122123
    123         button:hover,
    124         html input[type="button"]:hover,
    125         input[type="reset"]:hover,
    126         input[type="submit"]:hover,
    127         button:focus,
    128         html input[type="button"]:focus,
    129         input[type="reset"]:focus,
    130         input[type="submit"]:focus,
     124        button,
     125        html input[type="button"],
     126        input[type="reset"],
     127        input[type="submit"],
    131128        .hentry .mejs-controls .mejs-time-rail .mejs-time-current,
    132129        .header-extra,
     
    134131        .primary-navigation ul ul,
    135132        .primary-navigation li:hover > a,
    136         .widget-area button,
    137         .widget-area html input[type="button"],
    138         .widget-area input[type="reset"],
    139         .widget-area input[type="submit"],
    140         .widget_calendar a,
    141         .content-sidebar button:hover,
    142         .content-sidebar html input[type="button"]:hover,
    143         .content-sidebar input[type="reset"]:hover,
    144         .content-sidebar input[type="submit"]:hover,
    145         .content-sidebar button:focus,
    146         .content-sidebar html input[type="button"]:focus,
    147         .content-sidebar input[type="reset"]:focus,
    148         .content-sidebar input[type="submit"]:focus,
    149         .page-links a:hover {
     133        .page-links a:hover,
     134        .widget_calendar tbody a {
    150135            background-color: ' . $accent_color . ';
    151136        }
     
    168153        .search-toggle.active,
    169154        .search-box,
    170         .widget-area button:hover,
    171         .widget-area html input[type="button"]:hover,
    172         .widget-area input[type="reset"]:hover,
    173         .widget-area input[type="submit"]:hover,
    174         .widget-area button:focus,
    175         .widget-area html input[type="button"]:focus,
    176         .widget-area input[type="reset"]:focus,
    177         .widget-area input[type="submit"]:focus,
    178         .widget-area button:active,
    179         .widget-area html input[type="button"]:active,
    180         .widget-area input[type="reset"]:active,
    181         .widget-area input[type="submit"]:active,
    182         .widget_calendar a:hover {
     155        button:hover,
     156        html input[type="button"]:hover,
     157        input[type="reset"]:hover,
     158        input[type="submit"]:hover,
     159        button:focus,
     160        html input[type="button"]:focus,
     161        input[type="reset"]:focus,
     162        input[type="submit"]:focus,
     163        .widget_calendar tbody a:hover {
    183164            background-color: ' . $accent_lighter . ';
    184165        }
     
    188169        html input[type="button"]:active,
    189170        input[type="reset"]:active,
    190         input[type="submit"]:active,
    191         .content-sidebar button:active,
    192         .content-sidebar html input[type="button"]:active,
    193         .content-sidebar input[type="reset"]:active,
    194         .content-sidebar input[type="submit"]:active {
     171        input[type="submit"]:active {
    195172            background-color: ' . $accent_much_lighter . ';
    196173        }
  • trunk/src/wp-content/themes/twentyfourteen/js/theme.js

    r25757 r25762  
    110110            $( '#footer-sidebar' ).masonry( {
    111111                itemSelector: '.widget',
    112                 columnWidth: 225,
    113                 gutterWidth: 27,
     112                columnWidth: 315,
     113                gutterWidth: 0,
    114114                isRTL: $( 'body' ).is( '.rtl' )
    115115            } );
  • trunk/src/wp-content/themes/twentyfourteen/sidebar-content.php

    r25624 r25762  
    66 * @subpackage Twenty_Fourteen
    77 */
    8 if ( ! is_active_sidebar( 'sidebar-3' ) )
     8if ( ! is_active_sidebar( 'sidebar-2' ) )
    99    return;
    1010?>
     
    1212    <?php do_action( 'before_sidebar' ); ?>
    1313
    14     <?php dynamic_sidebar( 'sidebar-3' ); ?>
     14    <?php dynamic_sidebar( 'sidebar-2' ); ?>
    1515</div><!-- #content-sidebar -->
  • trunk/src/wp-content/themes/twentyfourteen/sidebar-footer.php

    r25090 r25762  
    77 */
    88
    9 if ( ! is_active_sidebar( 'sidebar-4' ) )
     9if ( ! is_active_sidebar( 'sidebar-3' ) )
    1010    return;
    1111?>
    1212
    1313<div id="supplementary">
    14     <div id="footer-sidebar" class="widget-area" role="complementary">
    15         <?php dynamic_sidebar( 'sidebar-4' ); ?>
     14    <div id="footer-sidebar" class="footer-sidebar widget-area" role="complementary">
     15        <?php dynamic_sidebar( 'sidebar-3' ); ?>
    1616    </div><!-- #footer-sidebar -->
    1717</div><!-- #supplementary -->
  • trunk/src/wp-content/themes/twentyfourteen/style.css

    r25758 r25762  
    289289input[type="reset"],
    290290input[type="submit"] {
    291     background-color: #000;
     291    background-color: #24890d;
    292292    border: none;
    293293    border-radius: 2px;
     
    309309input[type="reset"]:focus,
    310310input[type="submit"]:focus {
    311     background-color: #24890d;
     311    background-color: #35921f;
    312312    color: #fff;
    313313    cursor: pointer;
     
    318318input[type="reset"]:active,
    319319input[type="submit"]:active {
    320     background-color: #5FF23D;
    321     box-shadow: inset 0 0 8px 2px rgba(0, 0, 0, 0.2), 0 1px 0 0 rgba(0, 0, 0, 0.2);
     320    background-color: #5ff23d;
    322321}
    323322input[type="checkbox"],
     
    445444.hentry:before,
    446445.hentry:after,
     446.footer-sidebar:before,
     447.footer-sidebar:after,
    447448[class*="content"]:before,
    448449[class*="content"]:after,
     
    455456.clear:after,
    456457.hentry:after,
     458.footer-sidebar:after,
    457459[class*="content"]:after,
    458460[class*="site"]:after {
     
    489491.content-area {
    490492    padding-top: 24px;
    491 }
    492 #secondary {
    493     background-color: #000;
    494     border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    495     clear: both;
    496     color: rgba(255, 255, 255, 0.55);
    497     padding: 48px 10px 0;
    498     position: relative;
    499     z-index: 2;
    500 }
    501 .content-sidebar {
    502     -webkit-box-sizing: border-box;
    503     -moz-box-sizing:    border-box;
    504     box-sizing:         border-box;
    505     padding: 36px 10px 0;
    506     position: relative;
    507 }
    508 #supplementary {
    509     background-color: #000;
    510     border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    511     color: #949a92;
    512     padding: 48px 10px 0;
    513     position: relative;
    514     z-index: 3;
    515 }
    516 .site-footer {
    517     background-color: #000;
    518     color: rgba(255, 255, 255, 0.55);
    519     font-size: 12px;
    520     padding: 15px 10px;
    521     position: relative;
    522     z-index: 3;
    523493}
    524494
     
    881851    display: inline;
    882852}
    883 .ephemera .entry-title:after,
     853.widget_twentyfourteen_ephemera .entry-title:after,
    884854.content-area span + .entry-date:before,
    885855span + .byline:before,
     
    12491219
    12501220
    1251 /* =Post Formatted posts column
    1252 ----------------------------------------------- */
    1253 
    1254 .ephemera {
    1255     border-top: 1px solid rgba(0, 0, 0, 0.1);
    1256     border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    1257     -webkit-box-sizing: border-box;
    1258     -moz-box-sizing:    border-box;
    1259     box-sizing:         border-box;
    1260     clear: both;
    1261     margin: 0 auto;
    1262     max-width: 494px;
    1263     padding: 23px 10px 0;
    1264 }
    1265 .ephemera .widget-title {
    1266     border-top: 5px solid #000;
    1267     color: #2b2b2b;
    1268     font-size: 14px;
    1269     font-weight: 900;
    1270     line-height: 1.2857142857;
    1271     margin-bottom: 18px;
    1272     padding-top: 1px;
    1273     text-transform: uppercase;
    1274 }
    1275 .ephemera .entry-content a {
    1276     word-wrap: break-word;
    1277 }
    1278 .widget_twentyfourteen_ephemera .widget-title:before {
    1279     background-color: #000;
    1280     color: #fff;
    1281     margin-top: -1px;
    1282     margin-right: 10px;
    1283     padding: 6px 0 9px;
    1284     text-align: center;
    1285     vertical-align: middle;
    1286     width: 36px;
    1287 }
    1288 .ephemera .video.widget-title:before {
    1289     content: '\F104';
    1290 }
    1291 .ephemera .image.widget-title:before {
    1292     content: '\F102';
    1293 }
    1294 .ephemera .gallery.widget-title:before {
    1295     content: '\F103';
    1296 }
    1297 .ephemera .aside.widget-title:before {
    1298     content: '\F101';
    1299 }
    1300 .ephemera .quote.widget-title:before {
    1301     content: '\F106';
    1302 }
    1303 .ephemera .link.widget-title:before {
    1304     content: '\F107';
    1305 }
    1306 .ephemera .hentry {
    1307     border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    1308     margin-bottom: 18px;
    1309 }
    1310 .ephemera .hentry:last-of-type {
    1311     margin-bottom: 9px;
    1312 }
    1313 .ephemera .entry-title {
    1314     display: inline;
    1315     font-size: 12px;
    1316     font-weight: 400;
    1317     line-height: 1.5;
    1318     margin: 0 0 6px 0;
    1319 }
    1320 .ephemera .entry-meta {
    1321     color: rgba(0, 0, 0, 0.2);
    1322     line-height: 1.5;
    1323     margin-bottom: 18px;
    1324 }
    1325 .ephemera .entry-meta a {
    1326     color: #767676;
    1327 }
    1328 .ephemera .entry-meta a:hover {
    1329     color: #2b2b2b;
    1330 }
    1331 .ephemera .entry-content p:not(.wp-caption-text) {
    1332     font-size: 13px;
    1333     line-height: 1.3846153846;
    1334     margin-bottom: 18px;
    1335 }
    1336 .ephemera .entry-content blockquote p cite {
    1337     font-size: 13px;
    1338     line-height: 1.3846153846;
    1339 }
    1340 .ephemera .wp-caption {
    1341     margin-bottom: 18px;
    1342 }
    1343 .ephemera .wp-caption-text {
    1344     line-height: 1.5;
    1345     margin: 6px 0 0;
    1346     padding: 0;
    1347 }
    1348 .ephemera .format-gallery .wp-caption-text {
    1349     margin-bottom: 18px;
    1350 }
    1351 .ephemera .more-link {
    1352     font-size: 12px;
    1353     line-height: 1.5;
    1354 }
    1355 .ephemera .post-format-archive-link {
    1356     display: inline-block;
    1357     font-size: 12px;
    1358     font-weight: 900;
    1359     line-height: 1.5;
    1360 }
    1361 
    1362 
    13631221/* =Media
    13641222----------------------------------------------- */
     
    17891647----------------------------------------------- */
    17901648
     1649#secondary {
     1650    background-color: #000;
     1651    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
     1652    clear: both;
     1653    color: rgba(255, 255, 255, 0.55);
     1654    padding: 48px 10px 0;
     1655    position: relative;
     1656    z-index: 2;
     1657}
     1658
    17911659.site-description {
    17921660    color: rgba(255, 255, 255, 0.55);
     
    17971665
    17981666
    1799 /* =Colophon
    1800 ----------------------------------------------- */
    1801 
    1802 .site-footer a {
    1803     color: rgba(255, 255, 255, 0.55);
    1804 }
    1805 .site-footer a:hover {
    1806     color: #fff;
    1807 }
    1808 
    1809 
    18101667/* =Widgets
    18111668----------------------------------------------- */
     
    18141671    margin-bottom: 18px;
    18151672}
     1673
    18161674.widget-area a {
    1817     color: rgba(255, 255, 255, 0.75);
    1818 }
     1675    color: #bfbfbf;
     1676}
     1677
    18191678.widget-area a:hover {
    1820     color: #5FF23D;
    1821 }
     1679    color: #5ff23d;
     1680}
     1681
    18221682.widget-area .widget-title,
    1823 .widget-area .widget-title a {
     1683.widget-area .widget-title a,
     1684.widget-area .widget-title a:hover {
    18241685    color: #fff;
    18251686}
     1687
    18261688.widget {
    18271689    margin: 0 auto 48px;
     
    18291691    overflow: hidden;
    18301692}
     1693
    18311694.widget ul,
    18321695.widget ol {
     
    18341697    margin: 0;
    18351698}
     1699
    18361700.widget li > ul,
    18371701.widget li > ol {
    1838     margin: 0 0 0 10px;
    1839 }
     1702    margin-left: 10px;
     1703}
     1704
    18401705.widget-title {
    18411706    font-size: 14px;
     
    18451710    text-transform: uppercase;
    18461711}
     1712
    18471713.widget-area button,
    18481714.widget-area html input[type="button"],
    18491715.widget-area input[type="reset"],
    18501716.widget-area input[type="submit"] {
    1851     background-color: #24890d;
    18521717    font-size: 11px;
    18531718    padding: 6px 24px;
    18541719}
    1855 .widget-area button:hover,
    1856 .widget-area html input[type="button"]:hover,
    1857 .widget-area input[type="reset"]:hover,
    1858 .widget-area input[type="submit"]:hover,
    1859 .widget-area button:focus,
    1860 .widget-area html input[type="button"]:focus,
    1861 .widget-area input[type="reset"]:focus,
    1862 .widget-area input[type="submit"]:focus {
    1863     background-color: #35921f;
    1864 }
    1865 .widget-area button:active,
    1866 .widget-area html input[type="button"]:active,
    1867 .widget-area input[type="reset"]:active,
    1868 .widget-area input[type="submit"]:active {
    1869     background-color: #35921f;
    1870 }
     1720
    18711721.widget-area input[type="text"],
    18721722.widget-area input[type="email"],
     
    18811731    padding: 4px;
    18821732}
     1733
    18831734.widget select,
    18841735.widget iframe {
     
    18861737    max-width: 99%;
    18871738}
    1888 .widget table:last-child,
    1889 .widget iframe:last-child,
    1890 .widget p:last-child,
    1891 #secondary .widget p:last-child,
    1892 .content-sidebar .widget p:last-child {
    1893     margin-bottom: 0;
    1894 }
    18951739
    18961740/* Calendar widget*/
    1897 .widget_calendar a {
    1898     background-color: #24890d;
    1899     color: #fff;
    1900     display: block;
    1901 }
    1902 .widget_calendar a:hover {
    1903     background-color: #35921f;
    1904 }
    1905 .widget-area .widget_calendar a:hover {
    1906     color: #fff; /* Override custom accent color with more specific selector. */
    1907 }
    19081741.widget_calendar table {
    19091742    border: 1px solid rgba(255, 255, 255, 0.2);
     
    19121745    margin: 0;
    19131746}
     1747
    19141748.widget_calendar caption {
    19151749    color: #fff;
     
    19201754    text-transform: uppercase;
    19211755}
     1756
    19221757.widget_calendar thead th,
    19231758.widget_calendar tbody td {
     
    19261761    text-align: center;
    19271762}
     1763
     1764.widget_calendar tbody a {
     1765    background-color: #24890d;
     1766    color: #fff;
     1767    display: block;
     1768}
     1769
     1770.widget_calendar tbody a:hover {
     1771    background-color: #35921f;
     1772}
     1773
     1774.widget-area .widget_calendar tbody a:hover {
     1775    color: #fff; /* Override custom accent color with more specific selector. */
     1776}
     1777
    19281778.widget_calendar #prev {
    19291779    padding-left: 5px;
    19301780}
     1781
    19311782.widget_calendar #next {
    19321783    border-right: 1px solid rgba(255, 255, 255, 0.2);
     
    19361787
    19371788/* Cloud Widgets */
    1938 .wp_widget_tag_cloud div,
    19391789.widget_tag_cloud div {
    19401790    word-wrap: break-word;
    19411791}
    19421792
    1943 /* RSS Widget */
    1944 .widget_rss li {
     1793/* Ephemera widget*/
     1794.widget_twentyfourteen_ephemera .hentry {
     1795    margin-bottom: 0;
     1796}
     1797
     1798.widget_twentyfourteen_ephemera li {
     1799    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    19451800    margin-bottom: 18px;
    1946 }
    1947 .widget_rss li:last-child {
    1948     margin-bottom: 0;
    1949 }
    1950 
    1951 /* Recent Comments Widget */
    1952 .widget_recent_comments table {
    1953     margin-bottom: 0;
    1954 }
    1955 .widget_recent_comments .avatar {
    1956     max-width: none;
    1957 }
    1958 .widget_recent_comments .recentcommentsavatartop,
    1959 .widget_recent_comments .recentcommentsavatarend {
    1960     padding: 8px 8px 8px 0;
    1961 }
    1962 .widget_recent_comments .recentcommentstexttop,
    1963 .widget_recent_comments .recentcommentstextend {
    1964     line-height: 1.2857142857;
    1965     padding: 8px 0 8px 8px;
    1966     vertical-align: top;
     1801    padding: 0;
     1802}
     1803
     1804.widget_twentyfourteen_ephemera .entry-title,
     1805.widget_twentyfourteen_ephemera .entry-meta,
     1806.widget_twentyfourteen_ephemera .post-format-archive-link {
     1807    font-size: 11px;
     1808    line-height: 1.6363636363;
     1809}
     1810
     1811.widget_twentyfourteen_ephemera .entry-title {
     1812    display: inline;
     1813    font-weight: 400;
     1814    margin: 0 0 6px 0;
     1815}
     1816
     1817.widget_twentyfourteen_ephemera .entry-meta {
     1818    margin-bottom: 18px;
     1819}
     1820
     1821.widget_twentyfourteen_ephemera .post-format-archive-link {
     1822    display: inline-block;
     1823}
     1824
     1825.widget_twentyfourteen_ephemera .wp-caption-text {
     1826    margin: 6px 0 0;
     1827    padding: 0;
     1828}
     1829
     1830.widget_twentyfourteen_ephemera .format-gallery .wp-caption-text {
     1831    margin-bottom: 18px;
     1832}
     1833
     1834.widget_twentyfourteen_ephemera .entry-content blockquote p cite {
     1835    font-size: 13px;
     1836    line-height: 1.3846153846;
    19671837}
    19681838
     
    19721842}
    19731843
     1844/* RSS Widget */
     1845.widget_rss a img {
     1846    display: inline;
     1847    margin-top: -5px;
     1848    vertical-align: middle;
     1849}
     1850
     1851.widget_rss li {
     1852    margin-bottom: 18px;
     1853}
     1854
     1855.widget_rss li:last-child {
     1856    margin-bottom: 0;
     1857}
     1858
    19741859/* Search widget */
    19751860.search-submit {
     
    19821867
    19831868.content-sidebar {
     1869    border-top: 1px solid rgba(0, 0, 0, 0.1);
     1870    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
     1871    -webkit-box-sizing: border-box;
     1872    -moz-box-sizing:    border-box;
     1873    box-sizing:         border-box;
    19841874    color: #767676;
    19851875    font-size: 14px;
    19861876    line-height: 1.2857142857;
    1987 }
    1988 .content-sidebar p {
    1989     margin-bottom: 18px;
    1990 }
    1991 .content-sidebar a {
     1877    margin: 0 auto;
     1878    padding: 36px 10px 0;
     1879    position: relative;
     1880}
     1881
     1882.content-sidebar.widget-area a {
    19921883    color: #2b2b2b;
    19931884}
    1994 .content-sidebar a:hover {
     1885
     1886.content-sidebar.widget-area a:hover {
    19951887    color: #24890d;
    19961888}
    1997 .content-sidebar button,
    1998 .content-sidebar html input[type="button"],
    1999 .content-sidebar input[type="reset"],
    2000 .content-sidebar input[type="submit"] {
    2001     background-color: #000;
    2002     font-size: 12px;
    2003     padding: 6px 24px;
    2004 }
    2005 .content-sidebar button:hover,
    2006 .content-sidebar html input[type="button"]:hover,
    2007 .content-sidebar input[type="reset"]:hover,
    2008 .content-sidebar input[type="submit"]:hover,
    2009 .content-sidebar button:focus,
    2010 .content-sidebar html input[type="button"]:focus,
    2011 .content-sidebar input[type="reset"]:focus,
    2012 .content-sidebar input[type="submit"]:focus {
    2013     background-color: #24890d;
    2014 }
    2015 .content-sidebar button:active,
    2016 .content-sidebar html input[type="button"]:active,
    2017 .content-sidebar input[type="reset"]:active,
    2018 .content-sidebar input[type="submit"]:active {
    2019     background-color: #5FF23D;
    2020 }
    2021 .content-sidebar input[type="text"],
    2022 .content-sidebar input[type="email"],
    2023 .content-sidebar input[type="url"],
    2024 .content-sidebar input[type="search"],
    2025 .content-sidebar input[type="password"],
    2026 .content-sidebar textarea {
    2027     background-color: #fff;
    2028     border: 1px solid rgba(0, 0, 0, 0.1);
    2029     color: #2b2b2b;
    2030     padding: 4px;
    2031 }
    2032 .content-sidebar .widget-title {
     1889
     1890.content-sidebar.widget-area .widget-title {
    20331891    border-top: 5px solid #000;
    20341892    color: #2b2b2b;
    20351893    font-size: 14px;
    20361894    font-weight: 900;
    2037     margin: 0 0 18px 0;
     1895    margin-bottom: 18px;
    20381896    padding-top: 7px;
    20391897    text-transform: uppercase;
    20401898}
    2041 .content-sidebar .widget li {
     1899
     1900.content-sidebar.widget-area .widget-title a,
     1901.content-sidebar.widget-area .widget-title a:hover {
     1902    color: #2b2b2b;
     1903}
     1904
     1905.content-sidebar.widget-area button,
     1906.content-sidebar.widget-area html input[type="button"],
     1907.content-sidebar.widget-area input[type="reset"],
     1908.content-sidebar.widget-area input[type="submit"] {
     1909    font-size: 12px;
     1910}
     1911
     1912.content-sidebar.widget-area input[type="text"],
     1913.content-sidebar.widget-area input[type="email"],
     1914.content-sidebar.widget-area input[type="url"],
     1915.content-sidebar.widget-area input[type="search"],
     1916.content-sidebar.widget-area input[type="password"],
     1917.content-sidebar.widget-area textarea {
     1918    background-color: #fff;
     1919    border: 1px solid rgba(0, 0, 0, 0.1);
     1920    color: #2b2b2b;
     1921}
     1922
     1923/* List Style Widgets*/
     1924.content-sidebar .widget_archive li,
     1925.content-sidebar .widget_categories li,
     1926.content-sidebar .widget_pages li,
     1927.content-sidebar .widget_meta li,
     1928.content-sidebar .widget_recent_comments li,
     1929.content-sidebar .widget_recent_entries li,
     1930.content-sidebar .widget_nav_menu li {
    20421931    border-top: 1px solid rgba(0, 0, 0, 0.1);
    20431932    padding: 8px 0 9px;
    20441933}
     1934
    20451935.content-sidebar .widget li:first-child {
    20461936    border-top: none;
    20471937}
    2048 .content-sidebar .widget .children,
    2049 .content-sidebar .widget .sub-menu {
    2050     margin: 0 0 0 20px;
    2051 }
     1938
    20521939.content-sidebar .widget li li {
    20531940    border-top: none;
    20541941    padding-bottom: 0;
    20551942}
     1943
     1944.content-sidebar .widget .children,
     1945.content-sidebar .widget .sub-menu {
     1946    margin-left: 18px;
     1947}
     1948
     1949/* Calendar widget*/
    20561950.content-sidebar .widget_calendar table,
    20571951.content-sidebar .widget_calendar thead th,
     
    20601954    border-color: rgba(0, 0, 0, 0.1);
    20611955}
     1956
    20621957.content-sidebar .widget_calendar caption {
    20631958    color: #2b2b2b;
     
    20651960    font-weight: 900;
    20661961}
     1962
    20671963.content-sidebar .widget_calendar thead th {
    20681964    background-color: rgba(0, 0, 0, 0.02);
    20691965}
    2070 .content-sidebar .widget_rss li {
    2071     margin-bottom: 0;
    2072 }
    2073 
    2074 
    2075 /* =Footer Sidebar
     1966
     1967.content-sidebar .widget_calendar tbody a,
     1968.content-sidebar.widget-area .widget_calendar tbody a:hover {
     1969    color: #fff; /* Override custom accent color with more specific selector. */
     1970}
     1971
     1972/* Ephemera widget*/
     1973.content-sidebar .widget_twentyfourteen_ephemera .widget-title {
     1974    line-height: 1.2857142857;
     1975    padding-top: 1px;
     1976}
     1977
     1978.content-sidebar .widget_twentyfourteen_ephemera .widget-title:before {
     1979    background-color: #000;
     1980    color: #fff;
     1981    margin-top: -1px;
     1982    margin-right: 10px;
     1983    padding: 6px 0 9px;
     1984    text-align: center;
     1985    vertical-align: middle;
     1986    width: 36px;
     1987}
     1988
     1989.content-sidebar .widget_twentyfourteen_ephemera .video.widget-title:before {
     1990    content: "\f104";
     1991}
     1992
     1993.content-sidebar .widget_twentyfourteen_ephemera .image.widget-title:before {
     1994    content: "\f102";
     1995}
     1996
     1997.content-sidebar .widget_twentyfourteen_ephemera .gallery.widget-title:before {
     1998    content: "\f103";
     1999}
     2000
     2001.content-sidebar .widget_twentyfourteen_ephemera .aside.widget-title:before {
     2002    content: "\f101";
     2003}
     2004
     2005.content-sidebar .widget_twentyfourteen_ephemera .quote.widget-title:before {
     2006    content: "\f106";
     2007}
     2008
     2009.content-sidebar .widget_twentyfourteen_ephemera .link.widget-title:before {
     2010    content: "\f107";
     2011}
     2012
     2013.content-sidebar .widget_twentyfourteen_ephemera li {
     2014    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
     2015}
     2016
     2017.content-sidebar .widget_twentyfourteen_ephemera .entry-title,
     2018.content-sidebar .widget_twentyfourteen_ephemera .entry-meta,
     2019.content-sidebar .widget_twentyfourteen_ephemera .wp-caption-text,
     2020.content-sidebar .widget_twentyfourteen_ephemera .more-link,
     2021.content-sidebar .widget_twentyfourteen_ephemera .post-format-archive-link {
     2022    font-size: 12px;
     2023    line-height: 1.5;
     2024}
     2025
     2026.content-sidebar .widget_twentyfourteen_ephemera .entry-title {
     2027    font-weight: 400;
     2028}
     2029
     2030.content-sidebar .widget_twentyfourteen_ephemera .entry-meta {
     2031    color: rgba(0, 0, 0, 0.2);
     2032}
     2033
     2034.content-sidebar .widget_twentyfourteen_ephemera .entry-meta a {
     2035    color: #767676;
     2036}
     2037
     2038.content-sidebar .widget_twentyfourteen_ephemera .entry-meta a:hover{
     2039    color: #2b2b2b;
     2040}
     2041
     2042.content-sidebar .widget_twentyfourteen_ephemera .post-format-archive-link {
     2043    color: #24890d;
     2044    font-weight: 900;
     2045}
     2046
     2047.content-sidebar .widget_twentyfourteen_ephemera .post-format-archive-link:hover {
     2048    color: #5ff23d;
     2049}
     2050
     2051
     2052/* =Footer
    20762053----------------------------------------------- */
    20772054
    2078 .site-footer .widget-area {
     2055#supplementary {
     2056    background-color: #000;
     2057    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
     2058    color: #949a92;
     2059    padding: 48px 10px 0;
     2060    position: relative;
     2061    z-index: 3;
     2062}
     2063
     2064.site-footer {
     2065    background-color: #000;
     2066    color: rgba(255, 255, 255, 0.55);
     2067    font-size: 12px;
     2068    position: relative;
     2069    z-index: 3;
     2070}
     2071
     2072.site-footer .widget {
    20792073    -webkit-box-sizing: border-box;
    20802074    -moz-box-sizing:    border-box;
    20812075    box-sizing:         border-box;
    2082 }
    2083 .site-footer .widget {
    20842076    float: left;
    2085     padding-left: 27px;
    2086     width: 198px;
     2077    padding: 0 27px;
     2078    width: 315px;
     2079}
     2080
     2081.site-info {
     2082    color: #bfbfbf;
     2083    padding: 15px 10px;
     2084}
     2085
     2086.site-info a {
     2087    color: #bfbfbf;
     2088}
     2089
     2090.site-info a:hover {
     2091    color: #fff;
    20872092}
    20882093
     
    20932098.contributor {
    20942099    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
     2100    -webkit-box-sizing: border-box;
    20952101    -moz-box-sizing: border-box;
    20962102    box-sizing:      border-box;
     
    23262332        padding-left: 30px;
    23272333    }
    2328     .content-sidebar,
    2329     .ephemera {
     2334    .content-sidebar {
     2335        border: 0;
    23302336        float: right;
    23312337        margin-left: -33.33333333%;
    23322338        padding: 36px 30px 24px;
    23332339        width: 33.33333333%;
    2334     }
    2335     .ephemera {
    2336         border: none;
    2337         clear: none;
    23382340    }
    23392341    #secondary {
     
    24072409@media screen and (min-width: 870px) {
    24082410    .content-area,
    2409     .content-sidebar,
    2410     .ephemera {
     2411    .content-sidebar {
    24112412        padding-top: 72px;
    24122413    }
     
    24652466        margin: 0 29.04761904% 0 182px;
    24662467    }
    2467     .content-sidebar,
    2468     .ephemera {
     2468    .content-sidebar {
    24692469        margin-left: -29.04761904%;
    24702470        width: 29.04761904%;
     
    24722472    .content-area .entry-header {
    24732473        margin-top: 0;
    2474     }
    2475     .site-footer {
    2476         padding-left: 27px;
    24772474    }
    24782475    .site:before {
     
    25532550        font-size: 11px;
    25542551        line-height: 1.6363636363;
    2555         padding-right: 0;
    2556         padding-left: 0;
     2552        padding: 48px 0 0;
     2553    }
     2554    .site-info {
     2555        padding-left: 27px;
    25572556    }
    25582557    .front-page-content-wrapper {
Note: See TracChangeset for help on using the changeset viewer.