Ticket #36753: 36753.2.patch
File 36753.2.patch, 4.8 KB (added by , 9 years ago) |
---|
-
admin-bar.css
8 8 text-transform: none; 9 9 letter-spacing: normal; 10 10 font-size: 13px; 11 font-weight: normal;11 font-weight: 400; 12 12 font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif; 13 13 line-height: 32px; 14 14 -webkit-border-radius: 0; … … 83 83 direction: ltr; 84 84 color: #ccc; 85 85 font-size: 13px; 86 font-weight: normal;86 font-weight: 400; 87 87 font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif; 88 88 line-height: 32px; 89 89 height: 32px; … … 182 182 } 183 183 184 184 #wpadminbar .quicklinks .menupop ul li a strong { 185 font-weight: bold;185 font-weight: 600; 186 186 } 187 187 188 188 #wpadminbar .quicklinks .menupop ul li .ab-item, … … 366 366 display: inline; 367 367 padding: 2px 5px; 368 368 font-size: 10px; 369 font-weight: bold;369 font-weight: 600; 370 370 -webkit-border-radius: 10px; 371 371 border-radius: 10px; 372 372 } … … 720 720 width: auto; 721 721 display: block; 722 722 font-size: 14px; 723 font-weight: bold;723 font-weight: 600; 724 724 padding: 15px 23px 14px; 725 725 background: #f1f1f1; 726 726 color: #0073aa; … … 807 807 808 808 #wpadminbar * { 809 809 font-size: 14px; 810 font-weight: normal;810 font-weight: 400; 811 811 font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif; 812 812 line-height: 32px; 813 813 } -
editor.css
140 140 margin: 8px 0; 141 141 white-space: normal; 142 142 font-size: 14px; 143 font-weight: normal;143 font-weight: 400; 144 144 } 145 145 146 146 .mce-window .wp-editor-help table { … … 180 180 } 181 181 182 182 .mce-window .wp-editor-help th { 183 font-weight: bold;183 font-weight: 600; 184 184 padding-bottom: 0; 185 185 } 186 186 … … 187 187 .mce-window .wp-editor-help kbd { 188 188 font-family: monospace; 189 189 padding: 2px 7px 3px; 190 font-weight: bold;190 font-weight: 600; 191 191 margin: 0; 192 192 background: #eaeaea; 193 193 background: rgba(0,0,0,0.08); … … 838 838 .mce-notification button.mce-close { 839 839 right: 6px; 840 840 top: 3px; 841 font-weight: normal;841 font-weight: 400; 842 842 color: #555d66; 843 843 } 844 844 … … 1242 1242 } 1243 1243 1244 1244 .quicktags-toolbar input[value="b"] { 1245 font-weight: bold;1245 font-weight: 600; 1246 1246 } 1247 1247 1248 1248 .mce-toolbar .mce-btn-group .mce-btn.mce-wp-dfw, … … 1601 1601 } 1602 1602 1603 1603 #wp-link li.selected .item-title { 1604 font-weight: bold;1604 font-weight: 600; 1605 1605 } 1606 1606 1607 1607 #wp-link li:last-child { -
media-views.css
341 341 .media-sidebar h2, 342 342 .image-details h2 { 343 343 position: relative; 344 font-weight: bold;344 font-weight: 600; 345 345 text-transform: uppercase; 346 346 font-size: 12px; 347 347 color: #666; … … 404 404 min-height: 22px; 405 405 padding-top: 8px; 406 406 line-height: 16px; 407 font-weight: normal;407 font-weight: 400; 408 408 color: #666; 409 409 } 410 410 … … 566 566 .media-menu .active, 567 567 .media-menu .active:hover { 568 568 color: #23282d; 569 font-weight: bold;569 font-weight: 600; 570 570 } 571 571 572 572 .media-menu .separator { … … 973 973 max-height: 100%; 974 974 word-wrap: break-word; 975 975 text-align: center; 976 font-weight: bold;976 font-weight: 600; 977 977 background: rgba( 255, 255, 255, 0.8 ); 978 978 -webkit-box-shadow: inset 0 0 0 1px rgba( 0, 0, 0, 0.15 ); 979 979 box-shadow: inset 0 0 0 1px rgba( 0, 0, 0, 0.15 ); … … 1274 1274 } 1275 1275 1276 1276 .upload-errors .upload-error-filename { 1277 font-weight: bold;1277 font-weight: 600; 1278 1278 } 1279 1279 1280 1280 .upload-errors .upload-error-message { … … 1374 1374 .uploader-inline .has-upload-message .upload-instructions { 1375 1375 font-size: 14px; 1376 1376 color: #444; 1377 font-weight: normal;1377 font-weight: 400; 1378 1378 } 1379 1379 1380 1380 .uploader-inline .drop-instructions { … … 1438 1438 padding-top: 12px; 1439 1439 font-size: 14px; 1440 1440 line-height: 20px; 1441 font-weight: bold;1441 font-weight: 600; 1442 1442 } 1443 1443 1444 1444 .media-selection .button-link { … … 1616 1616 } 1617 1617 1618 1618 .attachment-info .filename { 1619 font-weight: bold;1619 font-weight: 600; 1620 1620 color: #444; 1621 1621 word-wrap: break-word; 1622 1622 } … … 2173 2173 transform: translateY( -50% ); 2174 2174 font-size: 3em; 2175 2175 line-height: 1.3; 2176 font-weight: bold;2176 font-weight: 600; 2177 2177 color: #fff; 2178 2178 padding: 0; 2179 2179 margin: 0; -
wp-embed-template.css
104 104 105 105 p.wp-embed-heading { 106 106 margin: 0 0 15px; 107 font-weight: bold;107 font-weight: 600; 108 108 font-size: 22px; 109 109 line-height: 1.3; 110 110 } … … 136 136 } 137 137 138 138 .wp-embed-site-title { 139 font-weight: bold;139 font-weight: 600; 140 140 line-height: 25px; 141 141 } 142 142