Changeset 39340
- Timestamp:
- 11/22/2016 08:46:04 PM (8 years ago)
- Location:
- trunk/src/wp-content/themes/twentyseventeen
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentyseventeen/assets/css/ie8.css
r39124 r39340 93 93 .site-title { 94 94 font-size: 36px; 95 font-weight: bolder;95 font-weight: 700; 96 96 } 97 97 … … 189 189 .entry-meta + .entry-title { 190 190 font-size: 26px; 191 font-weight: normal;191 font-weight: 400; 192 192 letter-spacing: normal; 193 193 padding-top: 0; -
trunk/src/wp-content/themes/twentyseventeen/style.css
r39339 r39340 122 122 b, 123 123 strong { 124 font-weight: bolder;124 font-weight: 700; 125 125 } 126 126 … … 1681 1681 } 1682 1682 1683 .wp-custom-header .wp-custom-header-video-button { /* Spe ficity prevents .color-dark button overrides */1684 background-color: rgba( 34, 34, 34, 0.5);1685 border: 1px solid rgba( 255, 255, 255, 0.6);1686 color: rgba( 255, 255, 255, 0.6);1683 .wp-custom-header .wp-custom-header-video-button { /* Specificity prevents .color-dark button overrides */ 1684 background-color: rgba(34, 34, 34, 0.5); 1685 border: 1px solid rgba(255, 255, 255, 0.6); 1686 color: rgba(255, 255, 255, 0.6); 1687 1687 height: 45px; 1688 1688 overflow: hidden; … … 1697 1697 1698 1698 .wp-custom-header .wp-custom-header-video-button:hover, 1699 .wp-custom-header .wp-custom-header-video-button:focus { /* S Speficity prevents .color-dark button overrides */1700 border-color: rgba( 255, 255, 255, 0.8);1701 background-color: rgba( 34, 34, 34, 0.8);1699 .wp-custom-header .wp-custom-header-video-button:focus { /* Specificity prevents .color-dark button overrides */ 1700 border-color: rgba(255, 255, 255, 0.8); 1701 background-color: rgba(34, 34, 34, 0.8); 1702 1702 color: #fff; 1703 1703 } … … 3036 3036 font-size: 20px; 3037 3037 font-size: 1.25rem; 3038 font-weight: normal;3038 font-weight: 400; 3039 3039 line-height: 1; 3040 3040 -webkit-transform: rotate(180deg); /* Chrome, Safari, Opera */ … … 3083 3083 /* Adjust positioning of edit shortcuts, override style in customize-preview.css */ 3084 3084 @media screen and (min-width: 20em) { 3085 3085 3086 body.customize-partial-edit-shortcuts-shown .site-header .site-title { 3086 3087 padding-left: 0;
Note: See TracChangeset
for help on using the changeset viewer.