Ticket #26350: 26350.3.diff
File 26350.3.diff, 47.9 KB (added by , 9 years ago) |
---|
-
src/wp-admin/css/about.css
25 25 .about-wrap div.updated, 26 26 .about-wrap div.error, 27 27 .about-wrap .notice { 28 display: none !important;28 display: none; 29 29 } 30 30 31 31 .about-wrap hr { … … 446 446 447 447 .about-wrap .three-col .col, 448 448 .about-wrap .headline-feature .feature-section .col { 449 width: 100% !important;450 float: none !important;449 width: 100%; 450 float: none; 451 451 } 452 452 } 453 453 -
src/wp-admin/css/admin-menu.css
131 131 .menu-icon-site div.wp-menu-image, 132 132 .icon16.icon-generic, 133 133 .menu-icon-generic div.wp-menu-image { 134 background-image: none !important;134 background-image: none; 135 135 } 136 136 137 137 /*------------------------------------------------------------------------------ … … 429 429 /* A new arrow */ 430 430 431 431 .wp-menu-arrow { 432 display: none !important;432 display: none; 433 433 } 434 434 435 435 ul#adminmenu a.wp-has-current-submenu { … … 593 593 top: -3px; 594 594 color: #a0a5aa; 595 595 color: rgba(240,245,250,0.6); 596 font: normal 20px/1 'dashicons' !important;596 font: normal 20px/1 'dashicons'; 597 597 speak: none; 598 598 margin: 0 auto; 599 padding: 0 !important;599 padding: 0; 600 600 position: relative; 601 601 text-align: center; 602 602 width: 20px; -
src/wp-admin/css/colors/_mixins.scss
35 35 &:disabled, 36 36 &.button-primary-disabled, 37 37 &.disabled { 38 color: hsl( hue( $button-color ), 10%, 80% ) !important;39 background: darken( $button-color, 8% ) !important;40 border-color: darken( $button-color, 15% ) !important;41 text-shadow: none !important;38 color: hsl( hue( $button-color ), 10%, 80% ); 39 background: darken( $button-color, 8% ); 40 border-color: darken( $button-color, 15% ); 41 text-shadow: none; 42 42 } 43 43 } -
src/wp-admin/css/common.css
26 26 padding-bottom: 65px; 27 27 float: left; 28 28 width: 100%; 29 overflow: visible !important;29 overflow: visible; 30 30 } 31 31 32 32 /* inner 2 column liquid layout */ … … 692 692 693 693 /* For emoji replacement images */ 694 694 img.emoji { 695 display: inline !important;696 border: none !important;697 height: 1em !important;698 width: 1em !important;699 margin: 0 .07em !important;700 vertical-align: -0.1em !important;701 background: none !important;702 padding: 0 !important;703 -webkit-box-shadow: none !important;704 box-shadow: none !important;695 display: inline; 696 border: none; 697 height: 1em; 698 width: 1em; 699 margin: 0 .07em; 700 vertical-align: -0.1em; 701 background: none; 702 padding: 0; 703 -webkit-box-shadow: none; 704 box-shadow: none; 705 705 } 706 706 707 707 /*------------------------------------------------------------------------------ … … 1201 1201 .filters-applied .filter-group, 1202 1202 .filters-applied .filter-drawer .buttons, 1203 1203 .filters-applied .filter-drawer br { 1204 display: none !important;1204 display: none; 1205 1205 } 1206 1206 1207 1207 .filters-applied .filtered-by { … … 1435 1435 1436 1436 #contextual-help-wrap { 1437 1437 overflow: auto; 1438 margin-left: 0 !important;1438 margin-left: 0; 1439 1439 } 1440 1440 1441 1441 #screen-meta .screen-reader-text { … … 1503 1503 vertical-align: bottom; 1504 1504 -webkit-font-smoothing: antialiased; 1505 1505 -moz-osx-font-smoothing: grayscale; 1506 text-decoration: none !important;1506 text-decoration: none; 1507 1507 color: #b4b9be; 1508 1508 } 1509 1509 … … 1831 1831 1832 1832 .postbox .inside > p:last-child, 1833 1833 .rss-widget ul li:last-child { 1834 margin-bottom: 1px !important;1834 margin-bottom: 1px; 1835 1835 } 1836 1836 1837 1837 .postbox.closed h3 { … … 2085 2085 } 2086 2086 2087 2087 #submitdiv h3 { 2088 margin-bottom: 0 !important;2088 margin-bottom: 0; 2089 2089 } 2090 2090 2091 2091 /* - Used - but could/should be deprecated with a CSS reset … … 2721 2721 2722 2722 /* @todo: these seem misplaced */ 2723 2723 .js .meta-box-sortables .postbox:hover .handlediv { 2724 margin-right: 0 !important;2724 margin-right: 0; 2725 2725 } 2726 2726 2727 2727 /* Metabox collapse arrow indicators */ … … 2736 2736 position: relative; 2737 2737 -webkit-font-smoothing: antialiased; 2738 2738 -moz-osx-font-smoothing: grayscale; 2739 text-decoration: none !important;2739 text-decoration: none; 2740 2740 } 2741 2741 2742 2742 .js #widgets-left .sidebar-name .sidebar-name-arrow { … … 2877 2877 position: relative; 2878 2878 -webkit-font-smoothing: antialiased; 2879 2879 -moz-osx-font-smoothing: grayscale; 2880 text-decoration: none !important;2880 text-decoration: none; 2881 2881 } 2882 2882 2883 2883 .widget-action, … … 3252 3252 #bulk-titles div a, 3253 3253 .tagchecklist span a:hover, 3254 3254 #bulk-titles div a:hover { 3255 background: none !important;3255 background: none; 3256 3256 } 3257 3257 3258 3258 } … … 3272 3272 } 3273 3273 3274 3274 body * { 3275 -webkit-tap-highlight-color: rgba(0, 0, 0, 0) !important;3275 -webkit-tap-highlight-color: rgba(0, 0, 0, 0); 3276 3276 } 3277 3277 3278 3278 #wpcontent { … … 3299 3299 #screen-meta-links, 3300 3300 #collapse-menu, 3301 3301 .post-format-select { 3302 display: none !important;3302 display: none; 3303 3303 } 3304 3304 3305 3305 .wrap .add-new-h2, /* deprecated */ -
src/wp-admin/css/customize-controls.css
189 189 } 190 190 191 191 #customize-theme-controls .control-section.open .accordion-section-title { 192 border-bottom-color: #eee !important;192 border-bottom-color: #eee; 193 193 } 194 194 195 195 #customize-theme-controls .control-section:last-of-type.open, … … 656 656 position: relative; 657 657 -webkit-font-smoothing: antialiased; 658 658 -moz-osx-font-smoothing: grayscale; 659 text-decoration: none !important;659 text-decoration: none; 660 660 color: #32373c; 661 661 } 662 662 -
src/wp-admin/css/customize-nav-menus.css
173 173 .move-down-disabled .menus-move-down, 174 174 .move-right-disabled .menus-move-right, 175 175 .move-left-disabled .menus-move-left { 176 color: #d5d5d5 !important;177 background-color: #fff !important;176 color: #d5d5d5; 177 background-color: #fff; 178 178 cursor: default; 179 179 pointer-events: none; 180 180 } … … 213 213 display: block; 214 214 width: 30px; 215 215 height: 38px; 216 margin-right: 0 !important;216 margin-right: 0; 217 217 outline: none; 218 218 overflow: hidden; 219 219 cursor: pointer; … … 240 240 speak: none; 241 241 -webkit-font-smoothing: antialiased; 242 242 -moz-osx-font-smoothing: grayscale; 243 text-decoration: none !important;243 text-decoration: none; 244 244 } 245 245 246 246 .wp-customizer .menu-item.menu-item-edit-active .item-edit .toggle-indicator:after { … … 330 330 font: 18px/1 "dashicons"; 331 331 padding: 5px; 332 332 text-align: center; 333 text-decoration: none !important;333 text-decoration: none; 334 334 text-indent: 0; 335 335 left: 6px; 336 336 position: absolute; … … 618 618 619 619 /* rework the arrow indicator implementation for NVDA bug see #32715 */ 620 620 #available-menu-items .accordion-section-title:after { 621 content: none !important;621 content: none; 622 622 } 623 623 624 624 #available-menu-items .accordion-section-title .toggle-indicator { … … 635 635 speak: none; 636 636 -webkit-font-smoothing: antialiased; 637 637 -moz-osx-font-smoothing: grayscale; 638 text-decoration: none !important;638 text-decoration: none; 639 639 } 640 640 641 641 #available-menu-items .accordion-section-title:hover .toggle-indicator:after { … … 857 857 #available-menu-items-search .spinner { 858 858 position: absolute; 859 859 top: 20px; 860 margin: 0 !important;860 margin: 0; 861 861 right: 20px; 862 862 } 863 863 -
src/wp-admin/css/customize-widgets.css
344 344 345 345 /* override widgets admin page rules in wp-admin/css/wp-admin.css */ 346 346 #widgets-left #available-widgets .widget { 347 float: none !important;348 width: auto !important;347 float: none; 348 width: auto; 349 349 } 350 350 351 351 #available-widgets { … … 358 358 width: 300px; 359 359 margin: 0; 360 360 z-index: 1; 361 background: #eee !important;361 background: #eee; 362 362 -webkit-transition: left .18s; 363 363 transition: left .18s; 364 364 border-right: 1px solid #ddd; -
src/wp-admin/css/dashboard.css
35 35 } 36 36 37 37 #dashboard-widgets-wrap .columns-3 #postbox-container-4 .empty-container { 38 border: none !important;38 border: none; 39 39 } 40 40 41 41 .ie8 #wpbody-content #dashboard-widgets .postbox-container { … … 204 204 } 205 205 206 206 .welcome-panel .welcome-icon { 207 background: transparent !important;207 background: transparent; 208 208 } 209 209 210 210 .welcome-panel .welcome-icon:before { … … 217 217 position: relative; 218 218 -webkit-font-smoothing: antialiased; 219 219 -moz-osx-font-smoothing: grayscale; 220 text-decoration: none !important;220 text-decoration: none; 221 221 vertical-align: top; 222 222 } 223 223 … … 405 405 text-align: center; 406 406 position: relative; 407 407 -webkit-font-smoothing: antialiased; 408 text-decoration: none !important;408 text-decoration: none; 409 409 } 410 410 411 411 #dashboard_right_now .page-count a:before, … … 636 636 text-align: center; 637 637 position: relative; 638 638 -webkit-font-smoothing: antialiased; 639 text-decoration: none !important;639 text-decoration: none; 640 640 } 641 641 642 642 #dashboard_activity .subsubsub { … … 827 827 } 828 828 829 829 #latest-comments #the-comment-list .pingback { 830 padding-left: 12px !important;830 padding-left: 12px; 831 831 } 832 832 833 833 #latest-comments #the-comment-list .comment-item:first-child { -
src/wp-admin/css/edit.css
403 403 .mce-fullscreen #wp-content-wrap .mce-toolbar-grp, 404 404 .mce-fullscreen #wp-content-wrap .mce-edit-area, 405 405 .mce-fullscreen #wp-content-wrap .mce-statusbar { 406 position: static !important;407 width: auto !important;408 padding: 0 !important;406 position: static; 407 width: auto; 408 padding: 0; 409 409 } 410 410 411 411 .mce-fullscreen #wp-content-wrap .mce-statusbar { 412 visibility: visible !important;412 visibility: visible; 413 413 } 414 414 415 415 .mce-fullscreen #wp-content-wrap .mce-tinymce .mce-wp-dfw { … … 454 454 455 455 .curtime #timestamp { 456 456 padding: 2px 0 1px 0; 457 display: inline !important;458 height: auto !important;457 display: inline; 458 height: auto; 459 459 } 460 460 461 461 #misc-publishing-actions label[for="post_status"]:before, … … 479 479 vertical-align: top; 480 480 -webkit-font-smoothing: antialiased; 481 481 -moz-osx-font-smoothing: grayscale; 482 text-decoration: none !important;482 text-decoration: none; 483 483 } 484 484 485 485 #post-body #visibility:before { … … 802 802 display: block; 803 803 height: 20px; 804 804 width: 20px; 805 font: normal 20px/1 'dashicons' !important;805 font: normal 20px/1 'dashicons'; 806 806 speak: none; 807 807 -webkit-font-smoothing: antialiased; 808 808 -moz-osx-font-smoothing: grayscale; … … 1365 1365 } 1366 1366 1367 1367 .post-format-options a div:before { 1368 font-size: 26px !important;1368 font-size: 26px; 1369 1369 } 1370 1370 1371 1371 /* Publish Metabox Options */ … … 1442 1442 1443 1443 /* TinyMCE Adjustments */ 1444 1444 .mceToolbar * { 1445 white-space: normal !important;1445 white-space: normal; 1446 1446 } 1447 1447 1448 1448 .mceToolbar tr, 1449 1449 .mceToolbar td { 1450 float: left !important;1450 float: left; 1451 1451 } 1452 1452 1453 1453 .wp_themeSkin a.mceButton { … … 1502 1502 1503 1503 .wp-media-buttons span.wp-media-buttons-icon, 1504 1504 .wp-media-buttons span.jetpack-contact-form-icon { 1505 width: 22px !important;1506 margin-top: -3px !important;1507 margin-left: -5px !important;1505 width: 22px; 1506 margin-top: -3px; 1507 margin-left: -5px; 1508 1508 } 1509 1509 1510 1510 .wp-media-buttons .add_media span.wp-media-buttons-icon:before, 1511 1511 .wp-media-buttons #insert-jetpack-contact-form span.jetpack-contact-form-icon:before { 1512 font-size: 20px !important;1512 font-size: 20px; 1513 1513 } 1514 1514 1515 1515 #content_wp_fullscreen { -
src/wp-admin/css/forms.css
79 79 height: 16px; 80 80 margin: -4px 4px 0 0; 81 81 outline: 0; 82 padding: 0 !important;82 padding: 0; 83 83 text-align: center; 84 84 vertical-align: middle; 85 85 width: 16px; … … 234 234 235 235 .form-invalid input, .form-invalid input:focus, 236 236 .form-invalid select, .form-invalid select:focus { 237 border-color: #dc3232 !important;237 border-color: #dc3232; 238 238 -webkit-box-shadow: 0 0 2px rgba( 204, 0, 0, 0.8 ); 239 239 box-shadow: 0 0 2px rgba( 204, 0, 0, 0.8 ); 240 240 } … … 435 435 padding: 0 5px 0 0; 436 436 position: relative; 437 437 top: 0; 438 text-decoration: none !important;438 text-decoration: none; 439 439 vertical-align: top; 440 440 -webkit-font-smoothing: antialiased; 441 441 -moz-osx-font-smoothing: grayscale; … … 628 628 } 629 629 630 630 .form-table td fieldset label { 631 margin: 0.25em 0 0.5em !important;631 margin: 0.25em 0 0.5em; 632 632 display: inline-block; 633 633 } 634 634 -
src/wp-admin/css/ie.css
140 140 } 141 141 142 142 #adminmenu .wp-menu-arrow { 143 display: none !important;143 display: none; 144 144 } 145 145 146 146 .js.folded #adminmenu li.menu-top { … … 170 170 } 171 171 172 172 #adminmenu .wp-menu-image { 173 display: none !important;173 display: none; 174 174 } 175 175 176 176 #adminmenu a.menu-top .wp-menu-name { … … 594 594 595 595 .revisions-tickmarks, 596 596 .revisions-tooltip { 597 display: none !important;597 display: none; 598 598 } 599 599 600 600 .revisions.pinned .revisions-controls { -
src/wp-admin/css/l10n.css
55 55 .locale-zh-cn form.upgrade .hint { font-style: normal; font-size: 100%; } 56 56 57 57 /* zh_CN: Enlarge font-size. */ 58 .locale-zh-cn #sort-buttons { font-size: 1em !important; }58 .locale-zh-cn #sort-buttons { font-size: 1em; } 59 59 60 60 /* de_DE: Text needs more space for translation */ 61 61 .locale-de-de #customize-header-actions .button, -
src/wp-admin/css/list-tables.css
256 256 .vim-current, 257 257 .vim-current th, 258 258 .vim-current td { 259 background-color: #e4f2fd !important;259 background-color: #e4f2fd; 260 260 } 261 261 262 262 th .comment-grey-bubble { … … 276 276 vertical-align: top; 277 277 -webkit-font-smoothing: antialiased; 278 278 -moz-osx-font-smoothing: grayscale; 279 text-decoration: none !important;279 text-decoration: none; 280 280 color: #444; 281 281 } 282 282 … … 377 377 378 378 #the-list tr:last-child td, 379 379 #the-list tr:last-child th { 380 border-bottom: none !important;380 border-bottom: none; 381 381 -webkit-box-shadow: none; 382 382 box-shadow: none; 383 383 } … … 455 455 vertical-align: top; 456 456 -webkit-font-smoothing: antialiased; 457 457 -moz-osx-font-smoothing: grayscale; 458 text-decoration: none !important;458 text-decoration: none; 459 459 color: #444; 460 460 } 461 461 … … 841 841 } 842 842 843 843 .row-title { 844 font-size: 14px !important;844 font-size: 14px; 845 845 font-weight: 600; 846 846 } 847 847 … … 1580 1580 vertical-align: top; 1581 1581 -webkit-font-smoothing: antialiased; 1582 1582 -moz-osx-font-smoothing: grayscale; 1583 text-decoration: none !important;1583 text-decoration: none; 1584 1584 color: #444; 1585 1585 } 1586 1586 … … 1792 1792 position: relative; 1793 1793 clear: both; 1794 1794 display: block; 1795 width: auto !important; /* needs to override some columns that are more specifically targeted */1795 width: auto; /* needs to override some columns that are more specifically targeted */ 1796 1796 } 1797 1797 1798 1798 .wp-list-table td.column-primary { … … 1815 1815 } 1816 1816 1817 1817 .wp-list-table .is-expanded td:not(.hidden) { 1818 display: block !important;1818 display: block; 1819 1819 overflow: hidden; /* clearfix */ 1820 1820 } 1821 1821 … … 1826 1826 } 1827 1827 1828 1828 #comments-form .fixed .column-author { 1829 display: none !important;1829 display: none; 1830 1830 } 1831 1831 1832 1832 .fixed .column-comment .comment-author { -
src/wp-admin/css/media.css
674 674 675 675 .edit-attachment-frame .edit-media-header .right:before, 676 676 .edit-attachment-frame .edit-media-header .left:before { 677 font: normal 20px/50px 'dashicons' !important;677 font: normal 20px/50px 'dashicons'; 678 678 display: inline; 679 679 font-weight: 300; 680 680 } … … 1157 1157 1158 1158 .edit-attachment-frame .edit-media-header .right:before, 1159 1159 .edit-attachment-frame .edit-media-header .left:before { 1160 line-height: 40px !important;1160 line-height: 40px; 1161 1161 } 1162 1162 1163 1163 .edit-attachment-frame .edit-media-header .left { -
src/wp-admin/css/nav-menus.css
563 563 .menu-item-depth-10 .menu-item-transport { margin-left: -300px; } 564 564 .menu-item-depth-11 .menu-item-transport { margin-left: -330px; } 565 565 566 body.menu-max-depth-0 { min-width: 950px !important; }567 body.menu-max-depth-1 { min-width: 980px !important; }568 body.menu-max-depth-2 { min-width: 1010px !important; }569 body.menu-max-depth-3 { min-width: 1040px !important; }570 body.menu-max-depth-4 { min-width: 1070px !important; }571 body.menu-max-depth-5 { min-width: 1100px !important; }572 body.menu-max-depth-6 { min-width: 1130px !important; }573 body.menu-max-depth-7 { min-width: 1160px !important; }574 body.menu-max-depth-8 { min-width: 1190px !important; }575 body.menu-max-depth-9 { min-width: 1220px !important; }576 body.menu-max-depth-10 { min-width: 1250px !important; }577 body.menu-max-depth-11 { min-width: 1280px !important; }566 body.menu-max-depth-0 { min-width: 950px; } 567 body.menu-max-depth-1 { min-width: 980px; } 568 body.menu-max-depth-2 { min-width: 1010px; } 569 body.menu-max-depth-3 { min-width: 1040px; } 570 body.menu-max-depth-4 { min-width: 1070px; } 571 body.menu-max-depth-5 { min-width: 1100px; } 572 body.menu-max-depth-6 { min-width: 1130px; } 573 body.menu-max-depth-7 { min-width: 1160px; } 574 body.menu-max-depth-8 { min-width: 1190px; } 575 body.menu-max-depth-9 { min-width: 1220px; } 576 body.menu-max-depth-10 { min-width: 1250px; } 577 body.menu-max-depth-11 { min-width: 1280px; } 578 578 579 579 /* Menu item controls */ 580 580 .item-type { … … 611 611 display: block; 612 612 width: 30px; 613 613 height: 40px; 614 margin-right: 0 !important;614 margin-right: 0; 615 615 text-indent: 100%; 616 616 outline: none; 617 617 overflow: hidden; … … 762 762 763 763 @media screen and ( max-width: 782px ) { 764 764 body.nav-menus-php { 765 min-width: 0 !important;765 min-width: 0; 766 766 } 767 767 768 768 #nav-menus-frame { -
src/wp-admin/css/press-this-editor.css
84 84 } 85 85 @media (max-width: 900px) { 86 86 body#tinymce { 87 padding-top: 30px !important;87 padding-top: 30px; 88 88 } 89 89 } 90 90 @media (max-width: 640px) { … … 100 100 101 101 #tinymce b, 102 102 #tinymce strong { 103 /* overrides TinyMCE's !important. Woohoo. */104 font-weight: 700 !important;103 /* overrides TinyMCE's. Woohoo. */ 104 font-weight: 700; 105 105 } 106 106 107 107 blockquote { -
src/wp-admin/css/revisions.css
336 336 } 337 337 338 338 .revisions.pinned .revisions-tooltip { 339 display: none !important;339 display: none; 340 340 } 341 341 342 342 .comparing-two-revisions .revisions-tooltip { … … 495 495 496 496 .wp-slider .ui-slider-handle.from-handle:before, 497 497 .wp-slider .ui-slider-handle.to-handle:before { 498 font-size: 20px !important;498 font-size: 20px; 499 499 margin: -1px 0 0 -1px; 500 500 } 501 501 -
src/wp-admin/css/themes.css
441 441 } 442 442 443 443 .theme-overlay .theme-header .close:before { 444 font: normal 22px/50px 'dashicons' !important;444 font: normal 22px/50px 'dashicons'; 445 445 color: #777; 446 446 display: inline-block; 447 447 content: '\f335'; … … 499 499 500 500 .theme-overlay .theme-header .right:before, 501 501 .theme-overlay .theme-header .left:before { 502 font: normal 20px/50px 'dashicons' !important;502 font: normal 20px/50px 'dashicons'; 503 503 display: inline; 504 504 font-weight: 300; 505 505 } … … 1082 1082 content: '\f147'; 1083 1083 } 1084 1084 .theme-browser .theme.is-installed .theme-actions .button-primary { 1085 display: none !important;1085 display: none; 1086 1086 } 1087 1087 1088 1088 .theme-install-php .wp-filter { … … 1153 1153 display: block; 1154 1154 } 1155 1155 body.show-upload-theme p.no-themes { 1156 display: none !important;1156 display: none; 1157 1157 } 1158 1158 1159 1159 .theme-install-php .add-new-theme { 1160 display: none !important;1160 display: none; 1161 1161 } 1162 1162 1163 1163 @media only screen and (max-width: 1120px) { … … 1318 1318 1319 1319 .wp-full-overlay.collapsed, 1320 1320 .wp-full-overlay.expanded .wp-full-overlay-sidebar { 1321 margin-left: 0 !important;1321 margin-left: 0; 1322 1322 } 1323 1323 1324 1324 .wp-full-overlay.expanded { … … 1476 1476 color: #656a6f; 1477 1477 outline: 0; 1478 1478 line-height: 1; 1479 background-color: transparent !important;1480 border: none !important;1481 -webkit-box-shadow: none !important;1482 box-shadow: none !important;1483 -webkit-border-radius: 0 !important;1484 border-radius: 0 !important;1479 background-color: transparent; 1480 border: none; 1481 -webkit-box-shadow: none; 1482 box-shadow: none; 1483 -webkit-border-radius: 0; 1484 border-radius: 0; 1485 1485 } 1486 1486 1487 1487 .wp-core-ui .wp-full-overlay .collapse-sidebar:hover, -
src/wp-admin/css/widgets.css
543 543 } 544 544 545 545 div.widget { 546 margin: 0 auto 10px !important;546 margin: 0 auto 10px; 547 547 max-width: 480px; 548 548 } 549 549 } -
src/wp-admin/js/svg-painter.js
233 233 } 234 234 } 235 235 236 $element.attr( 'style', 'background-image: url("data:image/svg+xml;base64,' + xml + '") !important;' );236 $element.attr( 'style', 'background-image: url("data:image/svg+xml;base64,' + xml + '");' ); 237 237 } 238 238 }; 239 239 -
src/wp-content/themes/twentyeleven/colors/dark.css
590 590 @media print { 591 591 body { 592 592 color: #333; 593 background: none !important;593 background: none; 594 594 } 595 595 #page { 596 background: none !important;596 background: none; 597 597 } 598 598 599 599 /* Comments */ … … 608 608 color: #959595; 609 609 } 610 610 .commentlist > li:before { 611 content: none !important;611 content: none; 612 612 } 613 613 614 614 /* Post Author threaded comments */ -
src/wp-content/themes/twentyeleven/editor-style.css
101 101 } 102 102 .mceContentBody blockquote, 103 103 .mceContentBody blockquote p { 104 font-family: Georgia, "Bitstream Charter", serif !important;105 font-style: italic !important;104 font-family: Georgia, "Bitstream Charter", serif; 105 font-style: italic; 106 106 font-weight: normal; 107 107 margin: 0 3em; 108 108 } … … 213 213 214 214 /* Tables */ 215 215 table { 216 border: none !important;217 border-bottom: 1px solid #ddd !important;216 border: none; 217 border-bottom: 1px solid #ddd; 218 218 border-collapse: collapse; 219 219 border-spacing: 0; 220 220 text-align: left; … … 222 222 width: 100%; 223 223 } 224 224 tr th { 225 border: none !important;225 border: none; 226 226 color: #666; 227 227 font-size: 10px; 228 228 font-weight: 500; … … 231 231 text-transform: uppercase; 232 232 } 233 233 td { 234 border: none !important;235 border-top: 1px solid #ddd !important;234 border: none; 235 border-top: 1px solid #ddd; 236 236 padding: 6px 10px 6px 0; 237 237 } 238 238 … … 273 273 } 274 274 .wp-caption img { 275 275 display: block; 276 margin: 5px auto 0 !important;276 margin: 5px auto 0; 277 277 max-width: 98%; 278 278 border-color: #eee; 279 279 } … … 280 280 .wp-caption .wp-caption-text, 281 281 .wp-caption-dd { 282 282 color: #666; 283 font-family: Georgia, serif !important;283 font-family: Georgia, serif; 284 284 font-size: 12px; 285 margin: 0 0 0.6em 0 !important;285 margin: 0 0 0.6em 0; 286 286 padding: 0 0 5px 40px; 287 287 position: relative; 288 288 text-align: left; -
src/wp-content/themes/twentyeleven/rtl.css
531 531 /* Talking avatars take up too much room at this size */ 532 532 .commentlist > li.comment, 533 533 .commentlist > li.pingback { 534 margin-right: 0 !important;534 margin-right: 0; 535 535 } 536 536 .commentlist .children .avatar { 537 537 left: auto; -
src/wp-content/themes/twentyeleven/style.css
495 495 /* Assistive text */ 496 496 .assistive-text, 497 497 .screen-reader-text { 498 position: absolute !important;498 position: absolute; 499 499 clip: rect(1px 1px 1px 1px); /* IE6, IE7 */ 500 500 clip: rect(1px, 1px, 1px, 1px); 501 501 overflow: hidden; … … 509 509 background: #eee; 510 510 border-bottom: 1px solid #ddd; 511 511 color: #1982d1; 512 clip: auto !important;512 clip: auto; 513 513 font-size: 12px; 514 514 height: auto; 515 515 position: absolute; … … 736 736 .blog .sticky .entry-header .entry-meta { 737 737 clip: rect(1px 1px 1px 1px); /* IE6, IE7 */ 738 738 clip: rect(1px, 1px, 1px, 1px); 739 position: absolute !important;739 position: absolute; 740 740 } 741 741 .entry-title, 742 742 .entry-header .entry-meta { … … 995 995 max-width: 100%; 996 996 } 997 997 .entry-content .twitter-tweet-rendered { 998 max-width: 100% !important; /* Override the Twitter embed fixed width */998 max-width: 100%; /* Override the Twitter embed fixed width */ 999 999 } 1000 1000 1001 1001 /* Password Protected Posts */ … … 1437 1437 section.featured-post .entry-meta { 1438 1438 clip: rect(1px 1px 1px 1px); /* IE6, IE7 */ 1439 1439 clip: rect(1px, 1px, 1px, 1px); 1440 position: absolute !important;1440 position: absolute; 1441 1441 } 1442 1442 1443 1443 /* Small featured post */ … … 2488 2488 } 2489 2489 /* Make sure the logo and search form don't collide */ 2490 2490 #branding #searchform { 2491 top: 1.625em !important;2491 top: 1.625em; 2492 2492 } 2493 2493 /* Floated content doesn't work well at this size */ 2494 2494 .alignleft, … … 2517 2517 /* Talking avatars take up too much room at this size */ 2518 2518 .commentlist > li.comment, 2519 2519 .commentlist > li.pingback { 2520 margin-left: 0 !important;2520 margin-left: 0; 2521 2521 } 2522 2522 .commentlist .avatar { 2523 2523 background: transparent; … … 2577 2577 2578 2578 @media print { 2579 2579 body { 2580 background: none !important;2580 background: none; 2581 2581 font-size: 10pt; 2582 2582 } 2583 2583 footer.entry-meta a[rel=bookmark]:link:after, … … 2585 2585 content: " [" attr(href) "] "; /* Show URLs */ 2586 2586 } 2587 2587 #page { 2588 clear: both !important;2589 display: block !important;2590 float: none !important;2588 clear: both; 2589 display: block; 2590 float: none; 2591 2591 max-width: 100%; 2592 position: relative !important;2592 position: relative; 2593 2593 } 2594 2594 #branding { 2595 border-top: none !important;2595 border-top: none; 2596 2596 padding: 0; 2597 2597 } 2598 2598 #branding hgroup { -
src/wp-content/themes/twentyfifteen/css/ie.css
303 303 } 304 304 305 305 .sidebar { 306 position: static !important;306 position: static; 307 307 } 308 308 309 309 .widget-area { -
src/wp-content/themes/twentyfifteen/style.css
1016 1016 1017 1017 /* reset screen-reader-text */ 1018 1018 .pagination .current .screen-reader-text { 1019 position: static !important;1019 position: static; 1020 1020 } 1021 1021 1022 1022 .pagination .page-numbers { … … 1167 1167 clip: rect(1px, 1px, 1px, 1px); 1168 1168 height: 1px; 1169 1169 overflow: hidden; 1170 position: absolute !important;1170 position: absolute; 1171 1171 width: 1px; 1172 1172 } 1173 1173 … … 2840 2840 2841 2841 /* restore screen-reader-text */ 2842 2842 .pagination .current .screen-reader-text { 2843 position: absolute !important;2843 position: absolute; 2844 2844 } 2845 2845 2846 2846 .pagination .page-numbers { … … 5852 5852 5853 5853 @media print { 5854 5854 body { 5855 background: none !important; /* Brute force since user agents all print differently. */5855 background: none; /* Brute force since user agents all print differently. */ 5856 5856 font-size: 11.25pt; 5857 5857 } 5858 5858 … … 5881 5881 .page-content, 5882 5882 .comments-area, 5883 5883 .widecolumn { 5884 background: none !important; /* Make sure color schemes dont't affect to print */5884 background: none; /* Make sure color schemes dont't affect to print */ 5885 5885 } 5886 5886 5887 5887 body, … … 5908 5908 .site-info a, 5909 5909 .wp-caption-text, 5910 5910 .gallery-caption { 5911 color: #000 !important; /* Make sure color schemes don't affect to print */5911 color: #000; /* Make sure color schemes don't affect to print */ 5912 5912 } 5913 5913 5914 5914 pre, … … 5927 5927 .comment-list .pingback, 5928 5928 .comment-list .trackback, 5929 5929 .no-comments { 5930 border-color: #eaeaea !important; /* Make sure color schemes don't affect to print */5930 border-color: #eaeaea; /* Make sure color schemes don't affect to print */ 5931 5931 } 5932 5932 5933 5933 .site { … … 5935 5935 } 5936 5936 5937 5937 .sidebar { 5938 position: relative !important; /* Make sure sticky sidebar doesn't affect to print */5938 position: relative; /* Make sure sticky sidebar doesn't affect to print */ 5939 5939 } 5940 5940 5941 5941 .site-branding { … … 5959 5959 } 5960 5960 5961 5961 .sticky-post { 5962 background: #000 !important;5963 color: #fff !important;5962 background: #000; 5963 color: #fff; 5964 5964 } 5965 5965 5966 5966 .entry-header, -
src/wp-content/themes/twentyfourteen/style.css
717 717 .screen-reader-text { 718 718 clip: rect(1px, 1px, 1px, 1px); 719 719 overflow: hidden; 720 position: absolute !important;720 position: absolute; 721 721 height: 1px; 722 722 width: 1px; 723 723 } … … 4172 4172 4173 4173 @media print { 4174 4174 body { 4175 background: none !important; /* Brute force since user agents all print differently. */4175 background: none; /* Brute force since user agents all print differently. */ 4176 4176 color: #2b2b2b; 4177 4177 font-size: 12pt; 4178 4178 } -
src/wp-content/themes/twentyten/editor-style.css
214 214 font-size: 0.9em; 215 215 } 216 216 table { 217 border: 1px solid #e7e7e7 !important;217 border: 1px solid #e7e7e7; 218 218 border-collapse: collapse; 219 219 border-spacing: 0; 220 220 margin: 0 -1px 24px 0; … … 223 223 } 224 224 tr th, 225 225 thead th { 226 border: none !important;226 border: none; 227 227 color: #888; 228 228 font-size: 12px; 229 229 font-weight: bold; … … 231 231 padding: 9px 24px; 232 232 } 233 233 tr td { 234 border: none !important;235 border-top: 1px solid #e7e7e7 !important;234 border: none; 235 border-top: 1px solid #e7e7e7; 236 236 padding: 6px 24px; 237 237 } 238 238 img { … … 282 282 font-size: 12px; 283 283 line-height: 18px; 284 284 margin-bottom: 20px; 285 max-width: 632px !important; /* prevent too-wide images from breaking layout */285 max-width: 632px; /* prevent too-wide images from breaking layout */ 286 286 padding: 4px; 287 287 text-align: center; 288 288 } -
src/wp-content/themes/twentyten/style.css
339 339 .screen-reader-text { 340 340 clip: rect(1px, 1px, 1px, 1px); 341 341 overflow: hidden; 342 position: absolute !important;342 position: absolute; 343 343 height: 1px; 344 344 width: 1px; 345 345 } … … 837 837 background: #f1f1f1; 838 838 line-height: 18px; 839 839 margin-bottom: 20px; 840 max-width: 632px !important; /* prevent too-wide images from breaking layout */840 max-width: 632px; /* prevent too-wide images from breaking layout */ 841 841 padding: 4px; 842 842 text-align: center; 843 843 } … … 1306 1306 1307 1307 @media print { 1308 1308 body { 1309 background: none !important;1309 background: none; 1310 1310 } 1311 1311 #wrapper { 1312 clear: both !important;1313 display: block !important;1314 float: none !important;1315 position: relative !important;1312 clear: both; 1313 display: block; 1314 float: none; 1315 position: relative; 1316 1316 } 1317 1317 #header { 1318 1318 border-bottom: 2pt solid #000; … … 1346 1346 .navigation, 1347 1347 .page-link, 1348 1348 .widget-area { 1349 display: none !important;1349 display: none; 1350 1350 } 1351 1351 #container, 1352 1352 #header, -
src/wp-content/themes/twentythirteen/inc/custom-header.php
179 179 <?php if ( ! display_header_text() ) : ?> 180 180 #headimg h1, 181 181 #headimg h2 { 182 position: absolute !important;182 position: absolute; 183 183 clip: rect(1px 1px 1px 1px); /* IE7 */ 184 184 clip: rect(1px, 1px, 1px, 1px); 185 185 } -
src/wp-content/themes/twentythirteen/style.css
540 540 .screen-reader-text { 541 541 clip: rect(1px, 1px, 1px, 1px); 542 542 overflow: hidden; 543 position: absolute !important;543 position: absolute; 544 544 height: 1px; 545 545 width: 1px; 546 546 } … … 549 549 background-color: #f1f1f1; 550 550 border-radius: 3px; 551 551 box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6); 552 clip: auto !important;552 clip: auto; 553 553 color: #21759b; 554 554 display: block; 555 555 font-size: 14px; … … 694 694 695 695 /* Override the Twitter embed fixed width. */ 696 696 .entry-content .twitter-tweet-rendered { 697 max-width: 100% !important;697 max-width: 100%; 698 698 } 699 699 700 700 /* Images */ … … 1452 1452 } 1453 1453 1454 1454 .format-audio .wp-audio-shortcode { 1455 height: 30px !important; /* Override mediaelement.js style */1455 height: 30px; /* Override mediaelement.js style */ 1456 1456 margin: 20px 0; 1457 max-width: 400px !important; /* Override mediaelement.js style */1457 max-width: 400px; /* Override mediaelement.js style */ 1458 1458 } 1459 1459 1460 1460 .format-audio audio { 1461 max-width: 100% !important; /* Avoid player width overflow. */1461 max-width: 100%; /* Avoid player width overflow. */ 1462 1462 } 1463 1463 1464 1464 /* Chat */ … … 3122 3122 3123 3123 @media print { 3124 3124 body { 3125 background: none !important;3125 background: none; 3126 3126 color: #000; 3127 3127 font-size: 10pt; 3128 3128 } … … 3137 3137 } 3138 3138 3139 3139 .site-header { 3140 background-image: none !important;3140 background-image: none; 3141 3141 } 3142 3142 3143 3143 .site-header .home-link { -
src/wp-content/themes/twentytwelve/css/ie.css
73 73 .main-navigation div.nav-menu > ul { 74 74 border-bottom: 1px solid #ededed; 75 75 border-top: 1px solid #ededed; 76 display: inline-block !important;76 display: inline-block; 77 77 text-align: left; 78 78 width: 100%; 79 79 } … … 188 188 clear: both; 189 189 } 190 190 .template-front-page .widget { 191 width: 100% !important;191 width: 100%; 192 192 border: none; 193 193 } 194 194 .template-front-page .widget-area .widget, -
src/wp-content/themes/twentytwelve/editor-style.css
129 129 font-size: 128.571429%; 130 130 } 131 131 .mceContentBody blockquote { 132 font-style: italic !important;132 font-style: italic; 133 133 font-weight: normal; 134 134 margin: 0; 135 135 padding: 24px; … … 277 277 text-transform: uppercase; 278 278 } 279 279 td { 280 border-top: 1px solid #ededed !important;280 border-top: 1px solid #ededed; 281 281 color: #757575; 282 282 font-size: inherit; 283 283 font-weight: normal; -
src/wp-content/themes/twentytwelve/inc/custom-header.php
125 125 text-decoration: none; 126 126 } 127 127 #headimg h1 a:hover { 128 color: #21759b !important; /* Has to override custom inline style. */128 color: #21759b; /* Has to override custom inline style. */ 129 129 } 130 130 #headimg h2 { 131 131 color: #757575; -
src/wp-content/themes/twentytwelve/style.css
341 341 max-width: 100%; 342 342 } 343 343 .entry-content .twitter-tweet-rendered { 344 max-width: 100% !important; /* Override the Twitter embed fixed width */344 max-width: 100%; /* Override the Twitter embed fixed width */ 345 345 } 346 346 347 347 /* Images */ … … 504 504 /* Assistive text */ 505 505 .assistive-text, 506 506 .site .screen-reader-text { 507 position: absolute !important;507 position: absolute; 508 508 clip: rect(1px, 1px, 1px, 1px); 509 509 overflow: hidden; 510 510 height: 1px; … … 517 517 background: #fff; 518 518 border: 2px solid #333; 519 519 border-radius: 3px; 520 clip: auto !important;520 clip: auto; 521 521 color: #000; 522 522 display: block; 523 523 font-size: 12px; … … 1513 1513 .main-navigation div.nav-menu > ul { 1514 1514 border-bottom: 1px solid #ededed; 1515 1515 border-top: 1px solid #ededed; 1516 display: inline-block !important;1516 display: inline-block; 1517 1517 text-align: left; 1518 1518 width: 100%; 1519 1519 } … … 1677 1677 1678 1678 @media print { 1679 1679 body { 1680 background: none !important;1680 background: none; 1681 1681 color: #000; 1682 1682 font-size: 10pt; 1683 1683 } … … 1696 1696 box-shadow: none; 1697 1697 } 1698 1698 .site { 1699 clear: both !important;1700 display: block !important;1701 float: none !important;1699 clear: both; 1700 display: block; 1701 float: none; 1702 1702 max-width: 100%; 1703 position: relative !important;1703 position: relative; 1704 1704 } 1705 1705 .site-header { 1706 1706 margin-bottom: 72px; -
src/wp-includes/admin-bar.php
838 838 */ 839 839 function _admin_bar_bump_cb() { ?> 840 840 <style type="text/css" media="screen"> 841 html { margin-top: 32px !important; }842 * html body { margin-top: 32px !important; }841 html { margin-top: 32px; } 842 * html body { margin-top: 32px; } 843 843 @media screen and ( max-width: 782px ) { 844 html { margin-top: 46px !important; }845 * html body { margin-top: 46px !important; }844 html { margin-top: 46px; } 845 * html body { margin-top: 46px; } 846 846 } 847 847 </style> 848 848 <?php -
src/wp-includes/css/admin-bar.css
231 231 padding: 4px 0; 232 232 -webkit-font-smoothing: antialiased; 233 233 -moz-osx-font-smoothing: grayscale; 234 background-image: none !important;234 background-image: none; 235 235 margin-right: 6px; 236 236 } 237 237 … … 492 492 */ 493 493 #wpadminbar .quicklinks li .blavatar { 494 494 float: left; 495 font: normal 16px/1 'dashicons' !important;495 font: normal 16px/1 'dashicons'; 496 496 speak: none; 497 497 -webkit-font-smoothing: antialiased; 498 498 -moz-osx-font-smoothing: grayscale; … … 598 598 top: 6px; 599 599 left: 5px; 600 600 z-index: 20; 601 font: normal 20px/1 'dashicons' !important;601 font: normal 20px/1 'dashicons'; 602 602 content: '\f179'; 603 603 speak: none; 604 604 -webkit-font-smoothing: antialiased; … … 761 761 .no-font-face #wpadminbar .ab-icon:before, 762 762 .no-font-face #wpadminbar a.ab-item:before, 763 763 .no-font-face #wpadminbar #wp-admin-bar-wp-logo > .ab-item { 764 display: none !important;764 display: none; 765 765 } 766 766 767 767 .no-font-face #wpadminbar ul.ab-top-menu > li > a > span.ab-label { … … 769 769 } 770 770 771 771 .no-font-face #wpadminbar #wp-admin-bar-menu-toggle span.ab-icon { 772 display: inline !important;772 display: inline; 773 773 } 774 774 775 775 .no-font-face #wpadminbar #wp-admin-bar-menu-toggle span.ab-icon:before { 776 776 content: "Menu"; 777 font: 14px/45px sans-serif !important;778 display: inline-block !important;777 font: 14px/45px sans-serif; 778 display: inline-block; 779 779 color: #fff; 780 780 } 781 781 … … 813 813 } 814 814 815 815 #wpadminbar .ab-icon { 816 font: 40px/1 dashicons !important;816 font: 40px/1 dashicons; 817 817 margin: 0; 818 818 padding: 0; 819 819 width: 52px; … … 876 876 } 877 877 878 878 #wpadminbar #wp-admin-bar-wp-logo > .ab-item .ab-icon:before { 879 font: 28px/1 'dashicons' !important;879 font: 28px/1 'dashicons'; 880 880 top: -3px; 881 881 } 882 882 … … 940 940 #wpadminbar #wp-admin-bar-new-content .ab-icon:before { 941 941 top: 0; 942 942 line-height: 53px; 943 height: 46px !important;943 height: 46px; 944 944 text-align: center; 945 945 width: 52px; 946 946 display: block; … … 1010 1010 } 1011 1011 1012 1012 #wpadminbar #wp-admin-bar-user-info .username { 1013 line-height: 0.8 !important;1013 line-height: 0.8; 1014 1014 margin-bottom: -2px; 1015 1015 } 1016 1016 -
src/wp-includes/css/buttons.css
199 199 .wp-core-ui .button-secondary:disabled, 200 200 .wp-core-ui .button-secondary.disabled, 201 201 .wp-core-ui .button-disabled { 202 color: #a0a5aa !important;203 border-color: #ddd !important;204 background: #f7f7f7 !important;205 -webkit-box-shadow: none !important;206 box-shadow: none !important;207 text-shadow: 0 1px 0 #fff !important;202 color: #a0a5aa; 203 border-color: #ddd; 204 background: #f7f7f7; 205 -webkit-box-shadow: none; 206 box-shadow: none; 207 text-shadow: 0 1px 0 #fff; 208 208 cursor: default; 209 209 } 210 210 … … 261 261 .wp-core-ui .button-primary:disabled, 262 262 .wp-core-ui .button-primary-disabled, 263 263 .wp-core-ui .button-primary.disabled { 264 color: #94cde7 !important;265 background: #298cba !important;266 border-color: #1b607f !important;267 -webkit-box-shadow: none !important;268 box-shadow: none !important;269 text-shadow: 0 -1px 0 rgba( 0, 0, 0, 0.1 ) !important;264 color: #94cde7; 265 background: #298cba; 266 border-color: #1b607f; 267 -webkit-box-shadow: none; 268 box-shadow: none; 269 text-shadow: 0 -1px 0 rgba( 0, 0, 0, 0.1 ); 270 270 cursor: default; 271 271 } 272 272 -
src/wp-includes/css/editor.css
117 117 } 118 118 119 119 .mce-window .mce-wp-help > .mce-container-body { 120 width: auto !important;120 width: auto; 121 121 } 122 122 123 123 .mce-window .wp-editor-help { -
src/wp-includes/css/jquery-ui-dialog.css
64 64 /* Interaction Cues 65 65 ----------------------------------*/ 66 66 .ui-state-disabled { 67 cursor: default !important;67 cursor: default; 68 68 } 69 69 70 70 … … 244 244 245 245 .ui-button[disabled], 246 246 .ui-button:disabled { 247 color: #a0a5aa !important;248 border-color: #ddd !important;249 background: #f7f7f7 !important;250 -webkit-box-shadow: none !important;251 box-shadow: none !important;252 text-shadow: 0 1px 0 #fff !important;247 color: #a0a5aa; 248 border-color: #ddd; 249 background: #f7f7f7; 250 -webkit-box-shadow: none; 251 box-shadow: none; 252 text-shadow: 0 1px 0 #fff; 253 253 cursor: default; 254 254 } 255 255 -
src/wp-includes/css/media-views.css
467 467 .sidebar-for-errors .compat-item, 468 468 .sidebar-for-errors .media-sidebar .media-progress-bar, 469 469 .sidebar-for-errors .upload-details { 470 display: none !important;470 display: none; 471 471 } 472 472 473 473 /** … … 1088 1088 } 1089 1089 1090 1090 .uploader-inline .close:before { 1091 font: normal 30px/50px 'dashicons' !important;1091 font: normal 30px/50px 'dashicons'; 1092 1092 color: #777; 1093 1093 display: inline-block; 1094 1094 content: '\f335'; … … 1338 1338 } 1339 1339 1340 1340 .uploader-inline .browser { 1341 display: inline-block !important;1341 display: inline-block; 1342 1342 } 1343 1343 1344 1344 /** … … 1678 1678 } 1679 1679 1680 1680 .media-modal .imgedit-wait { 1681 height: auto !important;1681 height: auto; 1682 1682 right: 0; 1683 1683 bottom: 0; 1684 1684 left: 0; -
src/wp-includes/css/wp-auth-check.css
72 72 73 73 #wp-auth-check-wrap .wp-auth-check-close:before { 74 74 content: '\f158'; 75 display: block !important;75 display: block; 76 76 font: normal 20px/1 'dashicons'; 77 77 speak: none; 78 78 height: 22px; … … 80 80 text-align: center; 81 81 width: 22px; 82 82 color: #777; 83 -webkit-font-smoothing: antialiased !important;83 -webkit-font-smoothing: antialiased; 84 84 -moz-osx-font-smoothing: grayscale; 85 85 } 86 86 -
src/wp-includes/css/wp-pointer.css
63 63 background: none; 64 64 color: #b4b9be; 65 65 content: '\f153'; 66 display: block !important;66 display: block; 67 67 font: normal 16px/1 'dashicons'; 68 68 speak: none; 69 69 margin: 1px 0; 70 70 text-align: center; 71 -webkit-font-smoothing: antialiased !important;71 -webkit-font-smoothing: antialiased; 72 72 width: 10px; 73 73 height: 100%; 74 74 position: absolute; -
src/wp-includes/js/mediaelement/wp-mediaelement.css
74 74 } 75 75 76 76 .me-cannotplay { 77 width: auto !important;77 width: auto; 78 78 } 79 79 80 80 .media-embed-details .wp-audio-shortcode { -
src/wp-includes/js/tinymce/skins/wordpress/wp-content.css
20 20 color: #333; 21 21 margin: 9px 10px; 22 22 max-width: 100%; 23 -webkit-font-smoothing: antialiased !important;23 -webkit-font-smoothing: antialiased; 24 24 overflow-wrap: break-word; 25 25 word-wrap: break-word; /* Old syntax */ 26 26 word-break: break-word; /* iOS */ … … 35 35 } 36 36 37 37 body.wp-autoresize { 38 overflow: visible !important;38 overflow: visible; 39 39 /* The padding ensures margins of the children are contained in the body. */ 40 padding-top: 1px !important;41 padding-bottom: 1px !important;42 padding-left: 0 !important;43 padding-right: 0 !important;40 padding-top: 1px; 41 padding-bottom: 1px; 42 padding-left: 0; 43 padding-right: 0; 44 44 } 45 45 46 46 /* When font-weight is different than the default browser style, … … 47 47 Chrome and Safari replace <strong> and <b> with spans with inline styles on pasting?! */ 48 48 body.webkit strong, 49 49 body.webkit b { 50 font-weight: bold !important;50 font-weight: bold; 51 51 } 52 52 53 53 pre { … … 62 62 63 63 /* For emoji replacement images */ 64 64 img.emoji { 65 display: inline !important;66 border: none !important;67 height: 1em !important;68 width: 1em !important;69 margin: 0 .07em !important;70 vertical-align: -0.1em !important;71 background: none !important;72 padding: 0 !important;73 -webkit-box-shadow: none !important;74 box-shadow: none !important;65 display: inline; 66 border: none; 67 height: 1em; 68 width: 1em; 69 margin: 0 .07em; 70 vertical-align: -0.1em; 71 background: none; 72 padding: 0; 73 -webkit-box-shadow: none; 74 box-shadow: none; 75 75 } 76 76 77 77 .mceIEcenter { … … 90 90 91 91 /* iOS does not obey max-width if width is set. */ 92 92 .ios .wp-caption { 93 width: auto !important;93 width: auto; 94 94 } 95 95 96 96 .wp-caption img {