Changeset 37740
- Timestamp:
- 06/17/2016 06:36:03 PM (8 years ago)
- Location:
- trunk/src
- Files:
-
- 23 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/css/about.css
r37170 r37740 137 137 .about-wrap ol li p { 138 138 font-size: 14px; 139 font-weight: normal;139 font-weight: 400; 140 140 } 141 141 … … 143 143 .about-wrap .about-text { 144 144 margin-top: 1.4em; 145 font-weight: normal;145 font-weight: 400; 146 146 line-height: 1.6em; 147 147 font-size: 19px; … … 326 326 margin: 30px 0 0 -5px; 327 327 font-size: 14px; 328 font-weight: bold;328 font-weight: 600; 329 329 } 330 330 … … 388 388 margin: 6px 0 2px; 389 389 font-size: 16px; 390 font-weight: normal;390 font-weight: 400; 391 391 line-height: 2em; 392 392 text-decoration: none; … … 413 413 .freedoms-php .about-wrap ol li { 414 414 list-style-type: decimal; 415 font-weight: bold;415 font-weight: 600; 416 416 } 417 417 418 418 .freedoms-php .about-wrap ol p { 419 font-weight: normal;419 font-weight: 400; 420 420 margin: 0.6em 0; 421 421 } -
trunk/src/wp-admin/css/common.css
r37714 r37740 438 438 .subsubsub a.current .count { 439 439 color: #555d66; /* #f1f1f1 background */ 440 font-weight: normal;440 font-weight: 400; 441 441 } 442 442 … … 582 582 color: #555d66; 583 583 font-size: 14px; 584 font-weight: normal;584 font-weight: 400; 585 585 } 586 586 … … 1057 1057 text-align: center; 1058 1058 text-decoration: inherit; 1059 font-weight: normal;1059 font-weight: 400; 1060 1060 font-style: normal; 1061 1061 -webkit-font-smoothing: antialiased; … … 1862 1862 .widefat thead td, 1863 1863 .widefat tfoot td { 1864 font-weight: normal;1864 font-weight: 400; 1865 1865 } 1866 1866 … … 1969 1969 .hndle a { 1970 1970 font-size: 11px; 1971 font-weight: normal;1971 font-weight: 400; 1972 1972 } 1973 1973 … … 2380 2380 font-family: dashicons; 2381 2381 text-decoration: inherit; 2382 font-weight: normal;2382 font-weight: 400; 2383 2383 font-style: normal; 2384 2384 vertical-align: top; … … 2408 2408 2409 2409 div.action-links { 2410 font-weight: normal;2410 font-weight: 400; 2411 2411 margin: 6px 0 0; 2412 2412 } … … 2456 2456 #plugin-information-title h2 { 2457 2457 font-size: 1em; 2458 font-weight: bold;2458 font-weight: 600; 2459 2459 padding: 0; 2460 2460 margin: 0; … … 2595 2595 2596 2596 #plugin-information .fyi h3 { 2597 font-weight: bold;2597 font-weight: 600; 2598 2598 text-transform: uppercase; 2599 2599 font-size: 12px; … … 3105 3105 #templateside .highlight { 3106 3106 border: none; 3107 font-weight: bold;3107 font-weight: 600; 3108 3108 } 3109 3109 -
trunk/src/wp-admin/css/customize-controls.css
r37582 r37740 577 577 578 578 .customize-control .attachment-title { 579 font-weight: bold;579 font-weight: 600; 580 580 margin: 0; 581 581 padding: 5px 10px; … … 1011 1011 top: 50%; 1012 1012 margin-top: -14px; 1013 font-weight: normal;1013 font-weight: 400; 1014 1014 } 1015 1015 -
trunk/src/wp-admin/css/customize-nav-menus.css
r37679 r37740 512 512 float: right; 513 513 color: #555d66; 514 font-weight: normal;514 font-weight: 400; 515 515 margin-left: 5px; 516 516 } -
trunk/src/wp-admin/css/dashboard.css
r37361 r37740 115 115 margin: 0; 116 116 font-size: 21px; 117 font-weight: normal;117 font-weight: 400; 118 118 line-height: 1.2; 119 119 } … … 343 343 344 344 #dashboard_primary .rss-widget a { 345 font-weight: normal;345 font-weight: 400; 346 346 } 347 347 … … 401 401 padding: 0; 402 402 font-size: 14px; 403 font-weight: normal;403 font-weight: 400; 404 404 } 405 405 … … 535 535 536 536 #dashboard_primary a.rsswidget { 537 font-weight: normal;537 font-weight: 400; 538 538 } 539 539 … … 571 571 padding: 0; 572 572 font-size: 14px; 573 font-weight: normal;573 font-weight: 400; 574 574 color: #23282d; 575 575 } … … 830 830 #latest-comments #the-comment-list .comment-meta cite { 831 831 font-style: normal; 832 font-weight: normal;832 font-weight: 400; 833 833 } 834 834 -
trunk/src/wp-admin/css/deprecated-media.css
r36904 r37740 4 4 margin: 0; 5 5 padding: 5px 5px 0; 6 font-weight: bold;6 font-weight: 600; 7 7 position: relative; 8 8 border-bottom: 1px solid #ddd; … … 20 20 list-style: none; 21 21 font-size: 12px; 22 font-weight: normal;22 font-weight: 400; 23 23 } 24 24 … … 47 47 48 48 #sidemenu a.current { 49 font-weight: normal;49 font-weight: 400; 50 50 padding-left: 6px; 51 51 padding-right: 6px; … … 90 90 font-family: sans-serif; 91 91 font-style: italic; 92 font-weight: normal;92 font-weight: 400; 93 93 } 94 94 … … 188 188 font-family: sans-serif; 189 189 font-style: italic; 190 font-weight: normal;190 font-weight: 400; 191 191 } 192 192 … … 295 295 h4.media-sub-title { 296 296 font-family: Georgia,"Times New Roman",Times,serif; 297 font-weight: normal;297 font-weight: 400; 298 298 color: #5A5A5A; 299 299 } -
trunk/src/wp-admin/css/edit.css
r37611 r37740 115 115 116 116 #editable-post-name { 117 font-weight: bold;117 font-weight: 600; 118 118 } 119 119 120 120 #editable-post-name input { 121 121 font-size: 13px; 122 font-weight: normal;122 font-weight: 400; 123 123 height: 22px; 124 124 margin: 0; … … 1171 1171 1172 1172 .links-table th { 1173 font-weight: normal;1173 font-weight: 400; 1174 1174 text-align: left; 1175 1175 vertical-align: top; -
trunk/src/wp-admin/css/forms.css
r37714 r37740 633 633 .form-wrap label { 634 634 color: #23282d; 635 font-weight: normal;635 font-weight: 400; 636 636 text-shadow: none; 637 637 vertical-align: baseline; … … 760 760 margin: 8px 0; 761 761 font-size: 18px; 762 font-weight: normal;762 font-weight: 400; 763 763 line-height: 24px; 764 764 } -
trunk/src/wp-admin/css/ie.css
r36904 r37740 639 639 font-family: 'tinymce', Arial; 640 640 font-style: normal; 641 font-weight: normal;641 font-weight: 400; 642 642 font-variant: normal; 643 643 font-size: 16px; -
trunk/src/wp-admin/css/install.css
r37363 r37740 46 46 padding: 0; 47 47 padding-bottom: 7px; 48 font-weight: normal;48 font-weight: 400; 49 49 } 50 50 … … 101 101 height: 84px; 102 102 font-size: 20px; 103 font-weight: normal;103 font-weight: 400; 104 104 line-height: 1.3em; 105 105 margin: -130px auto 25px; … … 193 193 194 194 .form-table th p { 195 font-weight: normal;195 font-weight: 400; 196 196 } 197 197 … … 407 407 font-size: 16px; 408 408 font-family: Arial, sans-serif; 409 font-weight: normal;409 font-weight: 400; 410 410 } 411 411 -
trunk/src/wp-admin/css/l10n.css
r35712 r37740 17 17 .rtl h6 { 18 18 font-family: Arial, sans-serif; 19 font-weight: bold;19 font-weight: 600; 20 20 } 21 21 … … 29 29 .locale-he-il em { 30 30 font-style: normal; 31 font-weight: bold;31 font-weight: 600; 32 32 } 33 33 -
trunk/src/wp-admin/css/list-tables.css
r37714 r37740 701 701 font-size: 16px; 702 702 line-height: 1; 703 font-weight: normal;703 font-weight: 400; 704 704 text-align: center; 705 705 } -
trunk/src/wp-admin/css/login.css
r37361 r37740 84 84 margin-left: 0; 85 85 padding: 26px 24px 46px; 86 font-weight: normal;86 font-weight: 400; 87 87 overflow: hidden; 88 88 background: #fff; … … 92 92 93 93 .login form .forgetmenot { 94 font-weight: normal;94 font-weight: 400; 95 95 float: left; 96 96 margin-bottom: 0; … … 134 134 height: 84px; 135 135 font-size: 20px; 136 font-weight: normal;136 font-weight: 400; 137 137 line-height: 1.3em; 138 138 margin: 0 auto 25px; -
trunk/src/wp-admin/css/media.css
r37231 r37740 814 814 815 815 .edit-attachment-frame .attachment-info .filename { 816 font-weight: normal;816 font-weight: 400; 817 817 color: #666; 818 818 } -
trunk/src/wp-admin/css/nav-menus.css
r36904 r37740 72 72 color: #555d66; /* #fafafa background */ 73 73 font-style: italic; 74 font-weight: normal;74 font-weight: 400; 75 75 margin-left: 4px; 76 76 } … … 216 216 217 217 .menu-location-title label { 218 font-weight: bold;218 font-weight: 600; 219 219 } 220 220 -
trunk/src/wp-admin/css/press-this.css
r37361 r37740 82 82 b, 83 83 strong { 84 font-weight: bold;84 font-weight: 700; 85 85 } 86 86 … … 233 233 234 234 optgroup { 235 font-weight: bold;235 font-weight: 700; 236 236 } 237 237 … … 2073 2073 margin: 0 0 0 8px; 2074 2074 font-size: 14px; 2075 font-weight: normal;2075 font-weight: 400; 2076 2076 } 2077 2077 -
trunk/src/wp-admin/css/revisions.css
r36582 r37740 150 150 151 151 .revisions-controls .author-card .author-name { 152 font-weight: bold;152 font-weight: 600; 153 153 } 154 154 -
trunk/src/wp-admin/css/themes.css
r37714 r37740 724 724 .theme-overlay .theme-tags span { 725 725 color: #444; 726 font-weight: bold;726 font-weight: 600; 727 727 margin-right: 5px; 728 728 } … … 733 733 border-left: 4px solid #00a0d2; 734 734 font-size: 14px; 735 font-weight: normal;735 font-weight: 400; 736 736 margin-top: 30px; 737 737 padding: 10px 10px 10px 20px; -
trunk/src/wp-admin/css/widgets.css
r37323 r37740 370 370 #removing-widget { 371 371 display: none; 372 font-weight: normal;372 font-weight: 400; 373 373 padding-left: 15px; 374 374 font-size: 12px; -
trunk/src/wp-includes/css/admin-bar.css
r37442 r37740 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; … … 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; … … 183 183 184 184 #wpadminbar .quicklinks .menupop ul li a strong { 185 font-weight: bold;185 font-weight: 600; 186 186 } 187 187 … … 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; … … 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; … … 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; -
trunk/src/wp-includes/css/editor.css
r37361 r37740 141 141 white-space: normal; 142 142 font-size: 14px; 143 font-weight: normal;143 font-weight: 400; 144 144 } 145 145 … … 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 } … … 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; … … 839 839 right: 6px; 840 840 top: 3px; 841 font-weight: normal;841 font-weight: 400; 842 842 color: #555d66; 843 843 } … … 1243 1243 1244 1244 .quicktags-toolbar input[value="b"] { 1245 font-weight: bold;1245 font-weight: 600; 1246 1246 } 1247 1247 … … 1602 1602 1603 1603 #wp-link li.selected .item-title { 1604 font-weight: bold;1604 font-weight: 600; 1605 1605 } 1606 1606 -
trunk/src/wp-includes/css/media-views.css
r37361 r37740 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; … … 405 405 padding-top: 8px; 406 406 line-height: 16px; 407 font-weight: normal;407 font-weight: 400; 408 408 color: #666; 409 409 } … … 567 567 .media-menu .active:hover { 568 568 color: #23282d; 569 font-weight: bold;569 font-weight: 600; 570 570 } 571 571 … … 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 ); … … 1275 1275 1276 1276 .upload-errors .upload-error-filename { 1277 font-weight: bold;1277 font-weight: 600; 1278 1278 } 1279 1279 … … 1375 1375 font-size: 14px; 1376 1376 color: #444; 1377 font-weight: normal;1377 font-weight: 400; 1378 1378 } 1379 1379 … … 1439 1439 font-size: 14px; 1440 1440 line-height: 20px; 1441 font-weight: bold;1441 font-weight: 600; 1442 1442 } 1443 1443 … … 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; … … 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; -
trunk/src/wp-includes/css/wp-embed-template.css
r37442 r37740 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; … … 137 137 138 138 .wp-embed-site-title { 139 font-weight: bold;139 font-weight: 600; 140 140 line-height: 25px; 141 141 }
Note: See TracChangeset
for help on using the changeset viewer.