~canonical-sysadmins/wordpress/5.1

« back to all changes in this revision

Viewing changes to wp-content/themes/twentysixteen/style.css

  • Committer: Barry Price
  • Date: 2016-01-07 06:09:02 UTC
  • mto: This revision was merged to the branch mainline in revision 16.
  • Revision ID: barry.price@canonical.com-20160107060902-ck851ica42q3m8k6
new upstream release 4.4.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
Author: the WordPress team
5
5
Author URI: https://wordpress.org/
6
6
Description: Twenty Sixteen is a modernized take on an ever-popular WordPress layout — the horizontal masthead with an optional right sidebar that works perfectly for blogs and websites. It has custom color options with beautiful default color schemes, a harmonious fluid grid using a mobile-first approach, and impeccable polish in every detail. Twenty Sixteen will make your WordPress look beautiful everywhere.
7
 
Version: 1.0
 
7
Version: 1.1
8
8
License: GNU General Public License v2 or later
9
9
License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
10
Tags: black, blue, gray, red, white, yellow, dark, light, one-column, two-columns, right-sidebar, fixed-layout, responsive-layout, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, flexible-header, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
1487
1487
        border-radius: 2px;
1488
1488
        display: inline-block;
1489
1489
        font-family: Montserrat, "Helvetica Neue", sans-serif;
1490
 
        font-size: inherit !important;
1491
1490
        line-height: 1;
1492
1491
        margin: 0 0.1875em 0.4375em 0;
1493
1492
        padding: 0.5625em 0.4375em 0.5em;
1961
1960
        color: #007acc;
1962
1961
}
1963
1962
 
1964
 
.entry-footer > span:not(:first-child):before {
 
1963
.entry-footer > span:not(:last-child):after {
1965
1964
        content: "\002f";
1966
1965
        display: inline-block;
1967
1966
        opacity: 0.7;
3515
3514
                width: 21.42857143%;
3516
3515
        }
3517
3516
 
3518
 
        body:not(.search-results) article:not(.type-page) .entry-footer > span:not(:first-child):before {
 
3517
        body:not(.search-results) article:not(.type-page) .entry-footer > span:not(:last-child):after {
3519
3518
                display: none;
3520
3519
        }
3521
3520