~canonical-sysadmins/wordpress/4.8

« back to all changes in this revision

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

  • Committer: Barry Price
  • Date: 2017-06-09 02:09:58 UTC
  • mfrom: (1.1.26 upstream)
  • Revision ID: barry.price@canonical.com-20170609020958-838whhwt2196f2vk
Merge WP4.8 from upstream

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 Seventeen brings your site to life with header video and immersive featured images. With a focus on business sites, it features multiple sections on the front page as well as widgets, navigation and social menus, a logo, and more. Personalize its asymmetrical grid with a custom color scheme and showcase your multimedia content with post formats. Our default theme for 2017 works great in many languages, for any abilities, and on any device.
7
 
Version: 1.2
 
7
Version: 1.3
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
Text Domain: twentyseventeen
672
672
        font-family: "PingFang TC", "Helvetica Neue", Helvetica, STHeitiTC-Light, Arial, sans-serif;
673
673
}
674
674
 
 
675
html[lang="zh-CN"] body,
 
676
html[lang="zh-CN"] button,
 
677
html[lang="zh-CN"] input,
 
678
html[lang="zh-CN"] select,
 
679
html[lang="zh-CN"] textarea {
 
680
        font-family: "PingFang SC", "Helvetica Neue", Helvetica, STHeitiSC-Light, Arial, sans-serif;
 
681
}
 
682
 
675
683
html[lang^="zh-"] h1,
676
684
html[lang^="zh-"] h2,
677
685
html[lang^="zh-"] h3,
2525
2533
        margin: 0;
2526
2534
}
2527
2535
 
2528
 
.widget ul li {
 
2536
.widget ul li,
 
2537
.widget ol li {
2529
2538
        border-bottom: 1px solid #ddd;
2530
2539
        border-top: 1px solid #ddd;
2531
2540
        padding: 0.5em 0;
2586
2595
        word-wrap: break-word;
2587
2596
}
2588
2597
 
 
2598
.widget_text ul {
 
2599
        list-style: disc;
 
2600
        margin: 0 0 1.5em 1.5em;
 
2601
}
 
2602
 
 
2603
.widget_text ol {
 
2604
        list-style: decimal;
 
2605
}
 
2606
 
 
2607
.widget_text ul li,
 
2608
.widget_text ol li {
 
2609
        border: none;
 
2610
}
 
2611
 
 
2612
.widget_text ul li:last-child,
 
2613
.widget_text ol li:last-child {
 
2614
        padding-bottom: 0;
 
2615
}
 
2616
 
 
2617
.widget_text ul li ul {
 
2618
        margin: 0 0 0 1.5em;
 
2619
}
 
2620
 
 
2621
.widget_text ul li li {
 
2622
        padding-left: 0;
 
2623
        padding-right: 0;
 
2624
}
 
2625
 
 
2626
.widget_text ol li {
 
2627
        list-style-position: inside;
 
2628
}
 
2629
 
 
2630
.widget_text ol li + li {
 
2631
        margin-top: -1px;
 
2632
}
 
2633
 
2589
2634
/* RSS Widget */
2590
2635
 
2591
2636
.widget_rss .widget-title .rsswidget:first-child {