Ticket #26350: 26350.2.diff
File 26350.2.diff, 45.1 KB (added by , 10 years ago) |
---|
-
src/wp-admin/css/about.css
24 24 25 25 .about-wrap div.updated, 26 26 .about-wrap div.error { 27 display: none !important;27 display: none; 28 28 } 29 29 30 30 .about-wrap hr { … … 432 432 433 433 .about-wrap .three-col div, 434 434 .about-wrap .headline-feature .feature-section div { 435 width: 100% !important;436 float: none !important;435 width: 100%; 436 float: none; 437 437 } 438 438 439 439 .about-wrap .dfw p { -
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 /*------------------------------------------------------------------------------ … … 425 425 /* A new arrow */ 426 426 427 427 .wp-menu-arrow { 428 display: none !important;428 display: none; 429 429 } 430 430 431 431 ul#adminmenu a.wp-has-current-submenu { … … 589 589 top: -3px; 590 590 color: #a0a5aa; 591 591 color: rgba(240,245,250,0.6); 592 font: normal 20px/1 'dashicons' !important;592 font: normal 20px/1 'dashicons'; 593 593 speak: none; 594 594 margin: 0 auto; 595 padding: 0 !important;595 padding: 0; 596 596 position: relative; 597 597 text-align: center; 598 598 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 */ … … 682 682 683 683 /* For emoji replacement images */ 684 684 img.emoji { 685 display: inline !important;686 border: none !important;687 height: 1em !important;688 width: 1em !important;689 margin: 0 .07em !important;690 vertical-align: -0.1em !important;691 background: none !important;692 padding: 0 !important;693 -webkit-box-shadow: none !important;694 box-shadow: none !important;685 display: inline; 686 border: none; 687 height: 1em; 688 width: 1em; 689 margin: 0 .07em; 690 vertical-align: -0.1em; 691 background: none; 692 padding: 0; 693 -webkit-box-shadow: none; 694 box-shadow: none; 695 695 } 696 696 697 697 /*------------------------------------------------------------------------------ … … 744 744 background: none; 745 745 color: #b4b9be; 746 746 content: '\f153'; 747 display: block !important;747 display: block; 748 748 font: normal 16px/1 'dashicons'; 749 749 speak: none; 750 750 height: 20px; 751 751 text-align: center; 752 752 width: 20px; 753 -webkit-font-smoothing: antialiased !important;753 -webkit-font-smoothing: antialiased; 754 754 } 755 755 756 756 #welcome-panel.welcome-panel .welcome-panel-close:before { … … 1187 1187 .filters-applied .filter-group, 1188 1188 .filters-applied .filter-drawer .buttons, 1189 1189 .filters-applied .filter-drawer br { 1190 display: none !important;1190 display: none; 1191 1191 } 1192 1192 1193 1193 .filters-applied .filtered-by { … … 1429 1429 1430 1430 #contextual-help-wrap { 1431 1431 overflow: auto; 1432 margin-left: 0 !important;1432 margin-left: 0; 1433 1433 } 1434 1434 1435 1435 #screen-meta .screen-reader-text { … … 1508 1508 vertical-align: bottom; 1509 1509 -webkit-font-smoothing: antialiased; 1510 1510 -moz-osx-font-smoothing: grayscale; 1511 text-decoration: none !important;1511 text-decoration: none; 1512 1512 color: #b4b9be; 1513 1513 } 1514 1514 … … 1835 1835 1836 1836 .postbox .inside > p:last-child, 1837 1837 .rss-widget ul li:last-child { 1838 margin-bottom: 1px !important;1838 margin-bottom: 1px; 1839 1839 } 1840 1840 1841 1841 .postbox.closed h3 { … … 2086 2086 } 2087 2087 2088 2088 #submitdiv h3 { 2089 margin-bottom: 0 !important;2089 margin-bottom: 0; 2090 2090 } 2091 2091 2092 2092 /* - Used - but could/should be deprecated with a CSS reset … … 2722 2722 2723 2723 /* @todo: these seem misplaced */ 2724 2724 .js .meta-box-sortables .postbox:hover .handlediv { 2725 margin-right: 0 !important;2725 margin-right: 0; 2726 2726 } 2727 2727 2728 2728 /* Metabox collapse arrow indicators */ … … 2737 2737 position: relative; 2738 2738 -webkit-font-smoothing: antialiased; 2739 2739 -moz-osx-font-smoothing: grayscale; 2740 text-decoration: none !important;2740 text-decoration: none; 2741 2741 } 2742 2742 2743 2743 .js #widgets-left .sidebar-name .sidebar-name-arrow { … … 2878 2878 position: relative; 2879 2879 -webkit-font-smoothing: antialiased; 2880 2880 -moz-osx-font-smoothing: grayscale; 2881 text-decoration: none !important;2881 text-decoration: none; 2882 2882 } 2883 2883 2884 2884 .widget-action, … … 3105 3105 #bulk-titles div a, 3106 3106 .tagchecklist span a:hover, 3107 3107 #bulk-titles div a:hover { 3108 background: none !important;3108 background: none; 3109 3109 } 3110 3110 3111 3111 } … … 3125 3125 } 3126 3126 3127 3127 body * { 3128 -webkit-tap-highlight-color: rgba(0, 0, 0, 0) !important;3128 -webkit-tap-highlight-color: rgba(0, 0, 0, 0); 3129 3129 } 3130 3130 3131 3131 #wpcontent { … … 3152 3152 #screen-meta-links, 3153 3153 #collapse-menu, 3154 3154 .post-format-select { 3155 display: none !important;3155 display: none; 3156 3156 } 3157 3157 3158 3158 .wrap .add-new-h2, .wrap .add-new-h2:active { -
src/wp-admin/css/customize-controls.css
137 137 } 138 138 139 139 #customize-theme-controls .control-section.open .accordion-section-title { 140 border-bottom-color: #eeeeee !important;140 border-bottom-color: #eeeeee; 141 141 } 142 142 143 143 #customize-theme-controls .control-section:last-of-type.open, … … 503 503 } 504 504 505 505 .collapse-sidebar { 506 background-color: transparent !important;507 border: none !important;508 -webkit-box-shadow: none !important;509 box-shadow: none !important;510 -webkit-border-radius: 0 !important;511 border-radius: 0 !important;506 background-color: transparent; 507 border: none; 508 -webkit-box-shadow: none; 509 box-shadow: none; 510 -webkit-border-radius: 0; 511 border-radius: 0; 512 512 } 513 513 514 514 … … 569 569 position: relative; 570 570 -webkit-font-smoothing: antialiased; 571 571 -moz-osx-font-smoothing: grayscale; 572 text-decoration: none !important;572 text-decoration: none; 573 573 color: #32373c; 574 574 } 575 575 -
src/wp-admin/css/customize-widgets.css
335 335 336 336 /* override widgets admin page rules in wp-admin/css/wp-admin.css */ 337 337 #widgets-left #available-widgets .widget { 338 float: none !important;339 width: auto !important;338 float: none; 339 width: auto; 340 340 } 341 341 342 342 #available-widgets { … … 348 348 width: 300px; 349 349 margin: 0; 350 350 z-index: 1; 351 background: #fff !important;351 background: #fff; 352 352 -webkit-transition: all 0.2s; 353 353 transition: all 0.2s; 354 354 border-right: 1px solid #dddddd; -
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 { … … 207 207 .welcome-panel .welcome-icon { 208 208 display: block; 209 209 padding: 0 0 8px; 210 background: transparent !important;210 background: transparent; 211 211 } 212 212 213 213 .welcome-panel .welcome-icon:before { … … 220 220 position: relative; 221 221 -webkit-font-smoothing: antialiased; 222 222 -moz-osx-font-smoothing: grayscale; 223 text-decoration: none !important;223 text-decoration: none; 224 224 vertical-align: top; 225 225 } 226 226 … … 407 407 text-align: center; 408 408 position: relative; 409 409 -webkit-font-smoothing: antialiased; 410 text-decoration: none !important;410 text-decoration: none; 411 411 } 412 412 413 413 #dashboard_right_now .page-count a:before, … … 640 640 text-align: center; 641 641 position: relative; 642 642 -webkit-font-smoothing: antialiased; 643 text-decoration: none !important;643 text-decoration: none; 644 644 } 645 645 646 646 #dashboard_activity .subsubsub { … … 832 832 } 833 833 834 834 #latest-comments #the-comment-list .pingback { 835 padding-left: 12px !important;835 padding-left: 12px; 836 836 } 837 837 838 838 #latest-comments #the-comment-list .comment-item:first-child { -
src/wp-admin/css/edit.css
396 396 397 397 /* editor-expand.js override */ 398 398 .wp-fullscreen-wrap { 399 padding-top: 0 !important;399 padding-top: 0; 400 400 } 401 401 402 402 .wp-fullscreen-wrap .wp-editor-area { 403 margin-top: 0 !important;403 margin-top: 0; 404 404 } 405 405 406 406 .wp-fullscreen-wrap .mce-edit-area { 407 padding-top: 0 !important;407 padding-top: 0; 408 408 } 409 409 /* end editor-expand.js override */ 410 410 … … 440 440 .mce-fullscreen #wp-content-wrap .mce-toolbar-grp, 441 441 .mce-fullscreen #wp-content-wrap .mce-edit-area, 442 442 .mce-fullscreen #wp-content-wrap .mce-statusbar { 443 position: static !important;444 width: auto !important;445 padding: 0 !important;443 position: static; 444 width: auto; 445 padding: 0; 446 446 } 447 447 448 448 .mce-fullscreen #wp-content-wrap .mce-statusbar { 449 visibility: visible !important;449 visibility: visible; 450 450 } 451 451 452 452 .post-php.mce-fullscreen #wpadminbar, … … 487 487 488 488 .curtime #timestamp { 489 489 padding: 2px 0 1px 0; 490 display: inline !important;491 height: auto !important;490 display: inline; 491 height: auto; 492 492 } 493 493 494 494 #misc-publishing-actions label[for="post_status"]:before, … … 512 512 vertical-align: top; 513 513 -webkit-font-smoothing: antialiased; 514 514 -moz-osx-font-smoothing: grayscale; 515 text-decoration: none !important;515 text-decoration: none; 516 516 } 517 517 518 518 #post-body #visibility:before { … … 833 833 display: block; 834 834 height: 20px; 835 835 width: 20px; 836 font: normal 20px/1 'dashicons' !important;836 font: normal 20px/1 'dashicons'; 837 837 speak: none; 838 838 -webkit-font-smoothing: antialiased; 839 839 -moz-osx-font-smoothing: grayscale; … … 1394 1394 } 1395 1395 1396 1396 .post-format-options a div:before { 1397 font-size: 26px !important;1397 font-size: 26px; 1398 1398 } 1399 1399 1400 1400 /* Publish Metabox Options */ … … 1471 1471 1472 1472 /* TinyMCE Adjustments */ 1473 1473 .mceToolbar * { 1474 white-space: normal !important;1474 white-space: normal; 1475 1475 } 1476 1476 1477 1477 .mceToolbar tr, 1478 1478 .mceToolbar td { 1479 float: left !important;1479 float: left; 1480 1480 } 1481 1481 1482 1482 .wp_themeSkin a.mceButton { … … 1531 1531 1532 1532 .wp-media-buttons span.wp-media-buttons-icon, 1533 1533 .wp-media-buttons span.jetpack-contact-form-icon { 1534 width: 22px !important;1535 margin-top: -3px !important;1536 margin-left: -5px !important;1534 width: 22px; 1535 margin-top: -3px; 1536 margin-left: -5px; 1537 1537 } 1538 1538 1539 1539 .wp-media-buttons .add_media span.wp-media-buttons-icon:before, 1540 1540 .wp-media-buttons #insert-jetpack-contact-form span.jetpack-contact-form-icon:before { 1541 font-size: 20px !important;1541 font-size: 20px; 1542 1542 } 1543 1543 1544 1544 #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; … … 233 233 } 234 234 235 235 .form-invalid { 236 background-color: #ffebe8 !important;236 background-color: #ffebe8; 237 237 } 238 238 239 239 .form-invalid input, 240 240 .form-invalid select { 241 border-color: #c00 !important;241 border-color: #c00; 242 242 } 243 243 244 244 .form-input-tip { … … 425 425 padding: 0 5px 0 0; 426 426 position: relative; 427 427 top: 0; 428 text-decoration: none !important;428 text-decoration: none; 429 429 vertical-align: top; 430 430 -webkit-font-smoothing: antialiased; 431 431 -moz-osx-font-smoothing: grayscale; … … 577 577 } 578 578 579 579 .form-table td fieldset label { 580 margin: 0.25em 0 0.5em !important;580 margin: 0.25em 0 0.5em; 581 581 display: inline-block; 582 582 } 583 583 -
src/wp-admin/css/ie.css
153 153 } 154 154 155 155 #adminmenu .wp-menu-arrow { 156 display: none !important;156 display: none; 157 157 } 158 158 159 159 .js.folded #adminmenu li.menu-top { … … 183 183 } 184 184 185 185 #adminmenu .wp-menu-image { 186 display: none !important;186 display: none; 187 187 } 188 188 189 189 #adminmenu a.menu-top .wp-menu-name { … … 603 603 604 604 .revisions-tickmarks, 605 605 .revisions-tooltip { 606 display: none !important;606 display: none; 607 607 } 608 608 609 609 .revisions.pinned .revisions-controls { -
src/wp-admin/css/install.css
200 200 201 201 #pass-strength-result { 202 202 background-color: #eee; 203 border-color: #ddd !important;203 border-color: #ddd; 204 204 border-style: solid; 205 205 border-width: 1px; 206 206 margin: 5px 5px 5px 0; … … 212 212 213 213 #pass-strength-result.bad { 214 214 background-color: #ffb78c; 215 border-color: #ff853c !important;215 border-color: #ff853c; 216 216 } 217 217 218 218 #pass-strength-result.good { 219 219 background-color: #ffec8b; 220 border-color: #ffcc00 !important;220 border-color: #ffcc00; 221 221 } 222 222 223 223 #pass-strength-result.short { 224 224 background-color: #ffa0a0; 225 border-color: #f04040 !important;225 border-color: #f04040; 226 226 } 227 227 228 228 #pass-strength-result.strong { 229 229 background-color: #c3ff88; 230 border-color: #8dff1c !important;230 border-color: #8dff1c; 231 231 } 232 232 233 233 .message { -
src/wp-admin/css/l10n.css
62 62 .locale-zh-cn #wp-fullscreen-modes a { font-size: 12px; } 63 63 64 64 /* zh_CN: Enlarge font-size. */ 65 .locale-zh-cn #sort-buttons { font-size: 1em !important; }65 .locale-zh-cn #sort-buttons { font-size: 1em; } 66 66 67 67 /* de_DE: Text needs more space for translation */ 68 68 .locale-de-de .inline-edit-row fieldset label span.title { -
src/wp-admin/css/list-tables.css
211 211 .vim-current, 212 212 .vim-current th, 213 213 .vim-current td { 214 background-color: #e4f2fd !important;214 background-color: #e4f2fd; 215 215 } 216 216 217 217 th .comment-grey-bubble { … … 231 231 vertical-align: top; 232 232 -webkit-font-smoothing: antialiased; 233 233 -moz-osx-font-smoothing: grayscale; 234 text-decoration: none !important;234 text-decoration: none; 235 235 color: #444; 236 236 } 237 237 … … 307 307 308 308 #the-list tr:last-child td, 309 309 #the-list tr:last-child th { 310 border-bottom: none !important;310 border-bottom: none; 311 311 -webkit-box-shadow: none; 312 312 box-shadow: none; 313 313 } … … 380 380 vertical-align: top; 381 381 -webkit-font-smoothing: antialiased; 382 382 -moz-osx-font-smoothing: grayscale; 383 text-decoration: none !important;383 text-decoration: none; 384 384 color: #444; 385 385 } 386 386 … … 697 697 } 698 698 699 699 .row-title { 700 font-size: 14px !important;700 font-size: 14px; 701 701 font-weight: 600; 702 702 } 703 703 … … 1432 1432 vertical-align: top; 1433 1433 -webkit-font-smoothing: antialiased; 1434 1434 -moz-osx-font-smoothing: grayscale; 1435 text-decoration: none !important;1435 text-decoration: none; 1436 1436 color: #444; 1437 1437 } 1438 1438 -
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 } … … 1159 1159 1160 1160 .edit-attachment-frame .edit-media-header .right:before, 1161 1161 .edit-attachment-frame .edit-media-header .left:before { 1162 line-height: 40px !important;1162 line-height: 40px; 1163 1163 } 1164 1164 1165 1165 .edit-attachment-frame .edit-media-header .left { -
src/wp-admin/css/nav-menus.css
558 558 .menu-item-depth-10 .menu-item-transport { margin-left: -300px; } 559 559 .menu-item-depth-11 .menu-item-transport { margin-left: -330px; } 560 560 561 body.menu-max-depth-0 { min-width: 950px !important; }562 body.menu-max-depth-1 { min-width: 980px !important; }563 body.menu-max-depth-2 { min-width: 1010px !important; }564 body.menu-max-depth-3 { min-width: 1040px !important; }565 body.menu-max-depth-4 { min-width: 1070px !important; }566 body.menu-max-depth-5 { min-width: 1100px !important; }567 body.menu-max-depth-6 { min-width: 1130px !important; }568 body.menu-max-depth-7 { min-width: 1160px !important; }569 body.menu-max-depth-8 { min-width: 1190px !important; }570 body.menu-max-depth-9 { min-width: 1220px !important; }571 body.menu-max-depth-10 { min-width: 1250px !important; }572 body.menu-max-depth-11 { min-width: 1280px !important; }561 body.menu-max-depth-0 { min-width: 950px; } 562 body.menu-max-depth-1 { min-width: 980px; } 563 body.menu-max-depth-2 { min-width: 1010px; } 564 body.menu-max-depth-3 { min-width: 1040px; } 565 body.menu-max-depth-4 { min-width: 1070px; } 566 body.menu-max-depth-5 { min-width: 1100px; } 567 body.menu-max-depth-6 { min-width: 1130px; } 568 body.menu-max-depth-7 { min-width: 1160px; } 569 body.menu-max-depth-8 { min-width: 1190px; } 570 body.menu-max-depth-9 { min-width: 1220px; } 571 body.menu-max-depth-10 { min-width: 1250px; } 572 body.menu-max-depth-11 { min-width: 1280px; } 573 573 574 574 /* Menu item controls */ 575 575 .item-type { … … 606 606 display: block; 607 607 width: 30px; 608 608 height: 40px; 609 margin-right: 0 !important;609 margin-right: 0; 610 610 text-indent: 100%; 611 611 outline: none; 612 612 overflow: hidden; … … 757 757 758 758 @media screen and ( max-width: 782px ) { 759 759 body.nav-menus-php { 760 min-width: 0 !important;760 min-width: 0; 761 761 } 762 762 763 763 #nav-menus-frame { -
src/wp-admin/css/press-this-editor.css
85 85 } 86 86 @media (max-width: 900px) { 87 87 body#tinymce { 88 padding-top: 30px !important;88 padding-top: 30px; 89 89 } 90 90 } 91 91 @media (max-width: 640px) { -
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 } … … 1087 1087 content: '\f147'; 1088 1088 } 1089 1089 .theme-browser .theme.is-installed .theme-actions .button-primary { 1090 display: none !important;1090 display: none; 1091 1091 } 1092 1092 1093 1093 .theme-install-php a.upload, … … 1154 1154 display: block; 1155 1155 } 1156 1156 body.show-upload-theme p.no-themes { 1157 display: none !important;1157 display: none; 1158 1158 } 1159 1159 1160 1160 .theme-install-php .add-new-theme { 1161 display: none !important;1161 display: none; 1162 1162 } 1163 1163 1164 1164 @media only screen and (max-width: 1120px) { … … 1327 1327 1328 1328 .wp-full-overlay.collapsed, 1329 1329 .wp-full-overlay.expanded .wp-full-overlay-sidebar { 1330 margin-left: 0 !important;1330 margin-left: 0; 1331 1331 } 1332 1332 1333 1333 .wp-full-overlay.expanded { … … 1527 1527 position: relative; 1528 1528 -webkit-font-smoothing: antialiased; 1529 1529 -moz-osx-font-smoothing: grayscale; 1530 text-decoration: none !important;1530 text-decoration: none; 1531 1531 } 1532 1532 1533 1533 /* rtl:ignore */ -
src/wp-admin/css/widgets.css
535 535 } 536 536 537 537 div.widget { 538 margin: 0 auto 10px !important;538 margin: 0 auto 10px; 539 539 max-width: 480px; 540 540 } 541 541 } -
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
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 position: absolute; 515 515 text-decoration: underline; … … 734 734 .blog .sticky .entry-header .entry-meta { 735 735 clip: rect(1px 1px 1px 1px); /* IE6, IE7 */ 736 736 clip: rect(1px, 1px, 1px, 1px); 737 position: absolute !important;737 position: absolute; 738 738 } 739 739 .entry-title, 740 740 .entry-header .entry-meta { … … 993 993 max-width: 100%; 994 994 } 995 995 .entry-content .twitter-tweet-rendered { 996 max-width: 100% !important; /* Override the Twitter embed fixed width */996 max-width: 100%; /* Override the Twitter embed fixed width */ 997 997 } 998 998 999 999 /* Password Protected Posts */ … … 1435 1435 section.featured-post .entry-meta { 1436 1436 clip: rect(1px 1px 1px 1px); /* IE6, IE7 */ 1437 1437 clip: rect(1px, 1px, 1px, 1px); 1438 position: absolute !important;1438 position: absolute; 1439 1439 } 1440 1440 1441 1441 /* Small featured post */ … … 2486 2486 } 2487 2487 /* Make sure the logo and search form don't collide */ 2488 2488 #branding #searchform { 2489 top: 1.625em !important;2489 top: 1.625em; 2490 2490 } 2491 2491 /* Floated content doesn't work well at this size */ 2492 2492 .alignleft, … … 2515 2515 /* Talking avatars take up too much room at this size */ 2516 2516 .commentlist > li.comment, 2517 2517 .commentlist > li.pingback { 2518 margin-left: 0 !important;2518 margin-left: 0; 2519 2519 } 2520 2520 .commentlist .avatar { 2521 2521 background: transparent; … … 2575 2575 2576 2576 @media print { 2577 2577 body { 2578 background: none !important;2578 background: none; 2579 2579 font-size: 10pt; 2580 2580 } 2581 2581 footer.entry-meta a[rel=bookmark]:link:after, … … 2583 2583 content: " [" attr(href) "] "; /* Show URLs */ 2584 2584 } 2585 2585 #page { 2586 clear: both !important;2587 display: block !important;2588 float: none !important;2586 clear: both; 2587 display: block; 2588 float: none; 2589 2589 max-width: 100%; 2590 position: relative !important;2590 position: relative; 2591 2591 } 2592 2592 #branding { 2593 border-top: none !important;2593 border-top: none; 2594 2594 padding: 0; 2595 2595 } 2596 2596 #branding hgroup { -
src/wp-content/themes/twentyfifteen/genericons/example.html
226 226 } 227 227 228 228 .genericon-404 { 229 display: none !important; /* This is an easter egg */229 display: none; /* This is an easter egg */ 230 230 } 231 231 232 232 .genericon:after { -
src/wp-content/themes/twentyfifteen/style.css
1004 1004 1005 1005 /* reset screen-reader-text */ 1006 1006 .pagination .current .screen-reader-text { 1007 position: static !important;1007 position: static; 1008 1008 } 1009 1009 1010 1010 .pagination .page-numbers { … … 1155 1155 clip: rect(1px, 1px, 1px, 1px); 1156 1156 height: 1px; 1157 1157 overflow: hidden; 1158 position: absolute !important;1158 position: absolute; 1159 1159 width: 1px; 1160 1160 } 1161 1161 … … 2828 2828 2829 2829 /* restore screen-reader-text */ 2830 2830 .pagination .current .screen-reader-text { 2831 position: absolute !important;2831 position: absolute; 2832 2832 } 2833 2833 2834 2834 .pagination .page-numbers { … … 5840 5840 5841 5841 @media print { 5842 5842 body { 5843 background: none !important; /* Brute force since user agents all print differently. */5843 background: none; /* Brute force since user agents all print differently. */ 5844 5844 font-size: 11.25pt; 5845 5845 } 5846 5846 … … 5896 5896 .site-info a, 5897 5897 .wp-caption-text, 5898 5898 .gallery-caption { 5899 color: #000 !important; /* Make sure color schemes don't affect to print */5899 color: #000; /* Make sure color schemes don't affect to print */ 5900 5900 } 5901 5901 5902 5902 pre, … … 5915 5915 .comment-list .pingback, 5916 5916 .comment-list .trackback, 5917 5917 .no-comments { 5918 border-color: #eaeaea !important; /* Make sure color schemes don't affect to print */5918 border-color: #eaeaea; /* Make sure color schemes don't affect to print */ 5919 5919 } 5920 5920 5921 5921 .site { … … 5947 5947 } 5948 5948 5949 5949 .sticky-post { 5950 background: #000 !important;5951 color: #fff !important;5950 background: #000; 5951 color: #fff; 5952 5952 } 5953 5953 5954 5954 .entry-header, -
src/wp-content/themes/twentyfourteen/style.css
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
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
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 } -
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; … … 1511 1511 .main-navigation div.nav-menu > ul { 1512 1512 border-bottom: 1px solid #ededed; 1513 1513 border-top: 1px solid #ededed; 1514 display: inline-block !important;1514 display: inline-block; 1515 1515 text-align: left; 1516 1516 width: 100%; 1517 1517 } … … 1675 1675 1676 1676 @media print { 1677 1677 body { 1678 background: none !important;1678 background: none; 1679 1679 color: #000; 1680 1680 font-size: 10pt; 1681 1681 } … … 1694 1694 box-shadow: none; 1695 1695 } 1696 1696 .site { 1697 clear: both !important;1698 display: block !important;1699 float: none !important;1697 clear: both; 1698 display: block; 1699 float: none; 1700 1700 max-width: 100%; 1701 position: relative !important;1701 position: relative; 1702 1702 } 1703 1703 .site-header { 1704 1704 margin-bottom: 72px; -
src/wp-includes/admin-bar.php
873 873 */ 874 874 function _admin_bar_bump_cb() { ?> 875 875 <style type="text/css" media="screen"> 876 html { margin-top: 32px !important; }877 * html body { margin-top: 32px !important; }876 html { margin-top: 32px; } 877 * html body { margin-top: 32px; } 878 878 @media screen and ( max-width: 782px ) { 879 html { margin-top: 46px !important; }880 * html body { margin-top: 46px !important; }879 html { margin-top: 46px; } 880 * html body { margin-top: 46px; } 881 881 } 882 882 </style> 883 883 <?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 … … 482 482 */ 483 483 #wpadminbar .quicklinks li .blavatar { 484 484 float: left; 485 font: normal 16px/1 'dashicons' !important;485 font: normal 16px/1 'dashicons'; 486 486 speak: none; 487 487 -webkit-font-smoothing: antialiased; 488 488 -moz-osx-font-smoothing: grayscale; … … 582 582 top: 6px; 583 583 left: 5px; 584 584 z-index: 20; 585 font: normal 20px/1 'dashicons' !important;585 font: normal 20px/1 'dashicons'; 586 586 content: '\f179'; 587 587 speak: none; 588 588 -webkit-font-smoothing: antialiased; … … 745 745 .no-font-face #wpadminbar .ab-icon:before, 746 746 .no-font-face #wpadminbar a.ab-item:before, 747 747 .no-font-face #wpadminbar #wp-admin-bar-wp-logo > .ab-item { 748 display: none !important;748 display: none; 749 749 } 750 750 751 751 .no-font-face #wpadminbar ul.ab-top-menu > li > a > span.ab-label { … … 753 753 } 754 754 755 755 .no-font-face #wpadminbar #wp-admin-bar-menu-toggle span.ab-icon { 756 display: inline !important;756 display: inline; 757 757 } 758 758 759 759 .no-font-face #wpadminbar #wp-admin-bar-menu-toggle span.ab-icon:before { 760 760 content: "Menu"; 761 font: 14px/45px sans-serif !important;762 display: inline-block !important;761 font: 14px/45px sans-serif; 762 display: inline-block; 763 763 color: #fff; 764 764 } 765 765 … … 797 797 } 798 798 799 799 #wpadminbar .ab-icon { 800 font: 40px/1 dashicons !important;800 font: 40px/1 dashicons; 801 801 margin: 0; 802 802 padding: 0; 803 803 width: 52px; … … 860 860 } 861 861 862 862 #wpadminbar #wp-admin-bar-wp-logo > .ab-item .ab-icon:before { 863 font: 28px/1 'dashicons' !important;863 font: 28px/1 'dashicons'; 864 864 top: -3px; 865 865 } 866 866 … … 922 922 #wpadminbar #wp-admin-bar-new-content .ab-icon:before { 923 923 top: 0; 924 924 line-height: 53px; 925 height: 46px !important;925 height: 46px; 926 926 text-align: center; 927 927 width: 52px; 928 928 display: block; … … 992 992 } 993 993 994 994 #wpadminbar #wp-admin-bar-user-info .username { 995 line-height: 0.8 !important;995 line-height: 0.8; 996 996 margin-bottom: -2px; 997 997 } 998 998 -
src/wp-includes/css/buttons.css
187 187 .wp-core-ui .button-secondary:disabled, 188 188 .wp-core-ui .button-secondary.disabled, 189 189 .wp-core-ui .button-disabled { 190 color: #a0a5aa !important;191 border-color: #ddd !important;192 background: #f7f7f7 !important;193 -webkit-box-shadow: none !important;194 box-shadow: none !important;195 text-shadow: 0 1px 0 #fff !important;190 color: #a0a5aa; 191 border-color: #ddd; 192 background: #f7f7f7; 193 -webkit-box-shadow: none; 194 box-shadow: none; 195 text-shadow: 0 1px 0 #fff; 196 196 cursor: default; 197 197 } 198 198 … … 249 249 .wp-core-ui .button-primary:disabled, 250 250 .wp-core-ui .button-primary-disabled, 251 251 .wp-core-ui .button-primary.disabled { 252 color: #94cde7 !important;253 background: #298cba !important;254 border-color: #1b607f !important;255 -webkit-box-shadow: none !important;256 box-shadow: none !important;257 text-shadow: 0 -1px 0 rgba( 0, 0, 0, 0.1 ) !important;252 color: #94cde7; 253 background: #298cba; 254 border-color: #1b607f; 255 -webkit-box-shadow: none; 256 box-shadow: none; 257 text-shadow: 0 -1px 0 rgba( 0, 0, 0, 0.1 ); 258 258 cursor: default; 259 259 } 260 260 -
src/wp-includes/css/editor.css
2053 2053 } 2054 2054 2055 2055 #wp-fullscreen-central-toolbar { 2056 width: auto !important;2056 width: auto; 2057 2057 min-width: 0; 2058 2058 } 2059 2059 … … 2086 2086 2087 2087 .wp-fullscreen-wrap .wp-editor-container, 2088 2088 .wp-fullscreen-title { 2089 width: 480px !important;2089 width: 480px; 2090 2090 } 2091 2091 2092 2092 body.wp-fullscreen-active { … … 2104 2104 } 2105 2105 2106 2106 #wp-fullscreen-status { 2107 width: auto !important;2107 width: auto; 2108 2108 max-width: 100%; 2109 2109 padding: 0 10px; 2110 2110 } -
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
471 471 .sidebar-for-errors .compat-item, 472 472 .sidebar-for-errors .media-sidebar .media-progress-bar, 473 473 .sidebar-for-errors .upload-details { 474 display: none !important;474 display: none; 475 475 } 476 476 477 477 /** … … 1099 1099 } 1100 1100 1101 1101 .uploader-inline .close:before { 1102 font: normal 30px/50px 'dashicons' !important;1102 font: normal 30px/50px 'dashicons'; 1103 1103 color: #777; 1104 1104 display: inline-block; 1105 1105 content: '\f335'; … … 1363 1363 } 1364 1364 1365 1365 .uploader-inline .browser { 1366 display: inline-block !important;1366 display: inline-block; 1367 1367 } 1368 1368 1369 1369 /** … … 1700 1700 } 1701 1701 1702 1702 .media-modal .imgedit-wait { 1703 height: auto !important;1703 height: auto; 1704 1704 right: 0; 1705 1705 bottom: 0; 1706 1706 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 } 25 25 26 26 body.rtl { … … 32 32 } 33 33 34 34 body.wp-autoresize { 35 overflow: visible !important;35 overflow: visible; 36 36 /* The padding ensures margins of the children are contained in the body. */ 37 padding-top: 1px !important;38 padding-bottom: 1px !important;39 padding-left: 0 !important;40 padding-right: 0 !important;37 padding-top: 1px; 38 padding-bottom: 1px; 39 padding-left: 0; 40 padding-right: 0; 41 41 } 42 42 43 43 /* When font-weight is different than the default browser style, … … 44 44 Chrome and Safari replace <strong> and <b> with spans with inline styles on pasting?! */ 45 45 body.webkit strong, 46 46 body.webkit b { 47 font-weight: bold !important;47 font-weight: bold; 48 48 } 49 49 50 50 pre {