Ticket #26350: 26350.diff
File 26350.diff, 61.7 KB (added by , 10 years ago) |
---|
-
src/wp-admin/css/about.css
12 12 13 13 .about-wrap div.updated, 14 14 .about-wrap div.error { 15 display: none !important;15 display: none; 16 16 } 17 17 18 18 .about-wrap hr { … … 105 105 } 106 106 107 107 .about-wrap .button.button-large { 108 padding: 8px 20px 10px !important;109 height: 46px !important;108 padding: 8px 20px 10px; 109 height: 46px; 110 110 font-size: 14px; 111 line-height: 28px !important;111 line-height: 28px; 112 112 } 113 113 114 114 /* 3.8 Images */ … … 253 253 position: absolute; 254 254 top: 0; 255 255 left: 0; 256 width: 100% !important;257 height: 100% !important;256 width: 100%; 257 height: 100%; 258 258 } 259 259 260 260 .about-wrap .changelog li { -
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 /*------------------------------------------------------------------------------ … … 412 412 /* A new arrow */ 413 413 414 414 .wp-menu-arrow { 415 display: none !important;415 display: none; 416 416 } 417 417 418 418 ul#adminmenu a.wp-has-current-submenu { … … 577 577 left: -3px; 578 578 top: -3px; 579 579 color: #aaa; 580 font: normal 20px/1 'dashicons' !important;580 font: normal 20px/1 'dashicons'; 581 581 speak: none; 582 582 margin: 0 auto; 583 padding: 0 !important;583 padding: 0; 584 584 position: relative; 585 585 text-align: center; 586 586 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 */ … … 720 720 background: none; 721 721 color: #bbb; 722 722 content: '\f153'; 723 display: block !important;723 display: block; 724 724 font: normal 16px/1 'dashicons'; 725 725 speak: none; 726 726 height: 20px; 727 727 text-align: center; 728 728 width: 20px; 729 -webkit-font-smoothing: antialiased !important;729 -webkit-font-smoothing: antialiased; 730 730 } 731 731 732 732 #welcome-panel.welcome-panel .welcome-panel-close:before { … … 1156 1156 .filters-applied .filter-group, 1157 1157 .filters-applied .filter-drawer .buttons, 1158 1158 .filters-applied .filter-drawer br { 1159 display: none !important;1159 display: none; 1160 1160 } 1161 1161 1162 1162 .filters-applied .filtered-by { … … 1334 1334 1335 1335 #contextual-help-wrap { 1336 1336 overflow: auto; 1337 margin-left: 0 !important;1337 margin-left: 0; 1338 1338 } 1339 1339 1340 1340 #screen-meta .screen-reader-text { … … 1413 1413 vertical-align: bottom; 1414 1414 -webkit-font-smoothing: antialiased; 1415 1415 -moz-osx-font-smoothing: grayscale; 1416 text-decoration: none !important;1416 text-decoration: none; 1417 1417 color: #bbb; 1418 1418 } 1419 1419 … … 1730 1730 1731 1731 .postbox .inside > p:last-child, 1732 1732 .rss-widget ul li:last-child { 1733 margin-bottom: 1px !important;1733 margin-bottom: 1px; 1734 1734 } 1735 1735 1736 1736 .postbox.closed h3 { … … 2025 2025 } 2026 2026 2027 2027 #submitdiv h3 { 2028 margin-bottom: 0 !important;2028 margin-bottom: 0; 2029 2029 } 2030 2030 2031 2031 /* - Used - but could/should be deprecated with a CSS reset … … 2661 2661 2662 2662 /* @todo: these seem misplaced */ 2663 2663 .js .meta-box-sortables .postbox:hover .handlediv { 2664 margin-right: 0 !important;2664 margin-right: 0; 2665 2665 } 2666 2666 2667 2667 /* Metabox collapse arrow indicators */ … … 2676 2676 position: relative; 2677 2677 -webkit-font-smoothing: antialiased; 2678 2678 -moz-osx-font-smoothing: grayscale; 2679 text-decoration: none !important;2679 text-decoration: none; 2680 2680 } 2681 2681 2682 2682 .js #widgets-left .sidebar-name .sidebar-name-arrow { … … 2817 2817 position: relative; 2818 2818 -webkit-font-smoothing: antialiased; 2819 2819 -moz-osx-font-smoothing: grayscale; 2820 text-decoration: none !important;2820 text-decoration: none; 2821 2821 } 2822 2822 2823 2823 .widget-action, … … 3045 3045 #bulk-titles div a, 3046 3046 .tagchecklist span a:hover, 3047 3047 #bulk-titles div a:hover { 3048 background: none !important;3048 background: none; 3049 3049 } 3050 3050 3051 3051 } … … 3065 3065 } 3066 3066 3067 3067 body * { 3068 -webkit-tap-highlight-color: rgba(0, 0, 0, 0) !important;3068 -webkit-tap-highlight-color: rgba(0, 0, 0, 0); 3069 3069 } 3070 3070 3071 3071 #wpcontent { … … 3092 3092 #screen-meta-links, 3093 3093 #collapse-menu, 3094 3094 .post-format-select { 3095 display: none !important;3095 display: none; 3096 3096 } 3097 3097 3098 3098 .wrap .add-new-h2, .wrap .add-new-h2:active { -
src/wp-admin/css/customize-controls.css
132 132 } 133 133 134 134 #customize-theme-controls .control-section.open .accordion-section-title { 135 border-bottom-color: #eeeeee !important;135 border-bottom-color: #eeeeee; 136 136 } 137 137 138 138 #customize-theme-controls .control-section:last-of-type.open, … … 463 463 } 464 464 465 465 .collapse-sidebar { 466 background-color: transparent !important;467 border: none !important;468 -webkit-box-shadow: none !important;469 box-shadow: none !important;470 -webkit-border-radius: 0 !important;471 border-radius: 0 !important;466 background-color: transparent; 467 border: none; 468 -webkit-box-shadow: none; 469 box-shadow: none; 470 -webkit-border-radius: 0; 471 border-radius: 0; 472 472 } 473 473 474 474 … … 529 529 position: relative; 530 530 -webkit-font-smoothing: antialiased; 531 531 -moz-osx-font-smoothing: grayscale; 532 text-decoration: none !important;532 text-decoration: none; 533 533 color: #333; 534 534 } 535 535 -
src/wp-admin/css/customize-widgets.css
331 331 332 332 /* override widgets admin page rules in wp-admin/css/wp-admin.css */ 333 333 #widgets-left #available-widgets .widget { 334 float: none !important;335 width: auto !important;334 float: none; 335 width: auto; 336 336 } 337 337 338 338 #available-widgets { -
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 { … … 837 837 } 838 838 839 839 #latest-comments #the-comment-list .pingback { 840 padding-left: 12px !important;840 padding-left: 12px; 841 841 } 842 842 843 843 #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 { … … 831 831 display: block; 832 832 height: 20px; 833 833 width: 20px; 834 font: normal 20px/1 'dashicons' !important;834 font: normal 20px/1 'dashicons'; 835 835 speak: none; 836 836 -webkit-font-smoothing: antialiased; 837 837 -moz-osx-font-smoothing: grayscale; … … 1422 1422 } 1423 1423 1424 1424 .post-format-options a div:before { 1425 font-size: 26px !important;1425 font-size: 26px; 1426 1426 } 1427 1427 1428 1428 /* Publish Metabox Options */ … … 1499 1499 1500 1500 /* TinyMCE Adjustments */ 1501 1501 .mceToolbar * { 1502 white-space: normal !important;1502 white-space: normal; 1503 1503 } 1504 1504 1505 1505 .mceToolbar tr, 1506 1506 .mceToolbar td { 1507 float: left !important;1507 float: left; 1508 1508 } 1509 1509 1510 1510 .wp_themeSkin a.mceButton { … … 1559 1559 1560 1560 .wp-media-buttons span.wp-media-buttons-icon, 1561 1561 .wp-media-buttons span.jetpack-contact-form-icon { 1562 width: 22px !important;1563 margin-top: -3px !important;1564 margin-left: -5px !important;1562 width: 22px; 1563 margin-top: -3px; 1564 margin-left: -5px; 1565 1565 } 1566 1566 1567 1567 .wp-media-buttons .add_media span.wp-media-buttons-icon:before, 1568 1568 .wp-media-buttons #insert-jetpack-contact-form span.jetpack-contact-form-icon:before { 1569 font-size: 20px !important;1569 font-size: 20px; 1570 1570 } 1571 1571 1572 1572 #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; … … 585 585 } 586 586 587 587 .form-table td fieldset label { 588 margin: 0.25em 0 0.5em !important;588 margin: 0.25em 0 0.5em; 589 589 display: inline-block; 590 590 } 591 591 -
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
52 52 .locale-zh-cn #wp-fullscreen-modes a { font-size: 12px; } 53 53 54 54 /* zh_CN: Enlarge font-size. */ 55 .locale-zh-cn #sort-buttons { font-size: 1em !important; }55 .locale-zh-cn #sort-buttons { font-size: 1em; } 56 56 57 57 /* de_DE: Text needs more space for translation */ 58 58 .locale-de-de .inline-edit-row fieldset label span.title { -
src/wp-admin/css/list-tables.css
217 217 .vim-current, 218 218 .vim-current th, 219 219 .vim-current td { 220 background-color: #e4f2fd !important;220 background-color: #e4f2fd; 221 221 } 222 222 223 223 th .comment-grey-bubble { … … 237 237 vertical-align: top; 238 238 -webkit-font-smoothing: antialiased; 239 239 -moz-osx-font-smoothing: grayscale; 240 text-decoration: none !important;240 text-decoration: none; 241 241 color: #444; 242 242 } 243 243 … … 313 313 314 314 #the-list tr:last-child td, 315 315 #the-list tr:last-child th { 316 border-bottom: none !important;316 border-bottom: none; 317 317 -webkit-box-shadow: none; 318 318 box-shadow: none; 319 319 } … … 390 390 vertical-align: top; 391 391 -webkit-font-smoothing: antialiased; 392 392 -moz-osx-font-smoothing: grayscale; 393 text-decoration: none !important;393 text-decoration: none; 394 394 color: #444; 395 395 } 396 396 … … 718 718 } 719 719 720 720 .row-title { 721 font-size: 14px !important;721 font-size: 14px; 722 722 font-weight: 600; 723 723 } 724 724 … … 1396 1396 vertical-align: top; 1397 1397 -webkit-font-smoothing: antialiased; 1398 1398 -moz-osx-font-smoothing: grayscale; 1399 text-decoration: none !important;1399 text-decoration: none; 1400 1400 color: #444; 1401 1401 } 1402 1402 -
src/wp-admin/css/media.css
675 675 676 676 .edit-attachment-frame .edit-media-header .right:before, 677 677 .edit-attachment-frame .edit-media-header .left:before { 678 font: normal 20px/50px 'dashicons' !important;678 font: normal 20px/50px 'dashicons'; 679 679 display: inline; 680 680 font-weight: 300; 681 681 } … … 1162 1162 1163 1163 .edit-attachment-frame .edit-media-header .right:before, 1164 1164 .edit-attachment-frame .edit-media-header .left:before { 1165 line-height: 40px !important;1165 line-height: 40px; 1166 1166 } 1167 1167 1168 1168 .edit-attachment-frame .edit-media-header .left { -
src/wp-admin/css/nav-menus.css
554 554 .menu-item-depth-10 .menu-item-transport { margin-left: -300px; } 555 555 .menu-item-depth-11 .menu-item-transport { margin-left: -330px; } 556 556 557 body.menu-max-depth-0 { min-width: 950px !important; }558 body.menu-max-depth-1 { min-width: 980px !important; }559 body.menu-max-depth-2 { min-width: 1010px !important; }560 body.menu-max-depth-3 { min-width: 1040px !important; }561 body.menu-max-depth-4 { min-width: 1070px !important; }562 body.menu-max-depth-5 { min-width: 1100px !important; }563 body.menu-max-depth-6 { min-width: 1130px !important; }564 body.menu-max-depth-7 { min-width: 1160px !important; }565 body.menu-max-depth-8 { min-width: 1190px !important; }566 body.menu-max-depth-9 { min-width: 1220px !important; }567 body.menu-max-depth-10 { min-width: 1250px !important; }568 body.menu-max-depth-11 { min-width: 1280px !important; }557 body.menu-max-depth-0 { min-width: 950px; } 558 body.menu-max-depth-1 { min-width: 980px; } 559 body.menu-max-depth-2 { min-width: 1010px; } 560 body.menu-max-depth-3 { min-width: 1040px; } 561 body.menu-max-depth-4 { min-width: 1070px; } 562 body.menu-max-depth-5 { min-width: 1100px; } 563 body.menu-max-depth-6 { min-width: 1130px; } 564 body.menu-max-depth-7 { min-width: 1160px; } 565 body.menu-max-depth-8 { min-width: 1190px; } 566 body.menu-max-depth-9 { min-width: 1220px; } 567 body.menu-max-depth-10 { min-width: 1250px; } 568 body.menu-max-depth-11 { min-width: 1280px; } 569 569 570 570 /* Menu item controls */ 571 571 .item-type { … … 602 602 display: block; 603 603 width: 30px; 604 604 height: 40px; 605 margin-right: 0 !important;605 margin-right: 0; 606 606 text-indent: 100%; 607 607 outline: none; 608 608 overflow: hidden; … … 754 754 755 755 @media screen and ( max-width: 782px ) { 756 756 body.nav-menus-php { 757 min-width: 0 !important;757 min-width: 0; 758 758 } 759 759 760 760 #nav-menus-frame { -
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
436 436 } 437 437 438 438 .theme-overlay .theme-header .close:before { 439 font: normal 22px/50px 'dashicons' !important;439 font: normal 22px/50px 'dashicons'; 440 440 color: #777; 441 441 display: inline-block; 442 442 content: '\f335'; … … 494 494 495 495 .theme-overlay .theme-header .right:before, 496 496 .theme-overlay .theme-header .left:before { 497 font: normal 20px/50px 'dashicons' !important;497 font: normal 20px/50px 'dashicons'; 498 498 display: inline; 499 499 font-weight: 300; 500 500 } … … 1080 1080 content: '\f147'; 1081 1081 } 1082 1082 .theme-browser .theme.is-installed .theme-actions .button-primary { 1083 display: none !important;1083 display: none; 1084 1084 } 1085 1085 1086 1086 .theme-install-php a.upload, … … 1146 1146 display: block; 1147 1147 } 1148 1148 body.show-upload-theme p.no-themes { 1149 display: none !important;1149 display: none; 1150 1150 } 1151 1151 1152 1152 .theme-install-php .add-new-theme { 1153 display: none !important;1153 display: none; 1154 1154 } 1155 1155 1156 1156 @media only screen and (max-width: 1120px) { … … 1319 1319 1320 1320 .wp-full-overlay.collapsed, 1321 1321 .wp-full-overlay.expanded .wp-full-overlay-sidebar { 1322 margin-left: 0 !important;1322 margin-left: 0; 1323 1323 } 1324 1324 1325 1325 .wp-full-overlay.expanded { … … 1517 1517 position: relative; 1518 1518 -webkit-font-smoothing: antialiased; 1519 1519 -moz-osx-font-smoothing: grayscale; 1520 text-decoration: none !important;1520 text-decoration: none; 1521 1521 } 1522 1522 1523 1523 .wp-full-overlay.collapsed .collapse-sidebar-arrow:before, -
src/wp-admin/css/widgets.css
533 533 } 534 534 535 535 div.widget { 536 margin: 0 auto 10px !important;536 margin: 0 auto 10px; 537 537 max-width: 480px; 538 538 } 539 539 } -
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/functions.php
251 251 ?> 252 252 #site-title, 253 253 #site-description { 254 position: absolute !important;254 position: absolute; 255 255 clip: rect(1px 1px 1px 1px); /* IE6, IE7 */ 256 256 clip: rect(1px, 1px, 1px, 1px); 257 257 } … … 261 261 ?> 262 262 #site-title a, 263 263 #site-description { 264 color: #<?php echo $text_color; ?> !important;264 color: #<?php echo $text_color; ?>; 265 265 } 266 266 <?php endif; ?> 267 267 </style> -
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
494 494 495 495 /* Assistive text */ 496 496 .assistive-text { 497 position: absolute !important;497 position: absolute; 498 498 clip: rect(1px 1px 1px 1px); /* IE6, IE7 */ 499 499 clip: rect(1px, 1px, 1px, 1px); 500 500 } … … 502 502 background: #eee; 503 503 border-bottom: 1px solid #ddd; 504 504 color: #1982d1; 505 clip: auto !important;505 clip: auto; 506 506 font-size: 12px; 507 507 position: absolute; 508 508 text-decoration: underline; … … 727 727 .blog .sticky .entry-header .entry-meta { 728 728 clip: rect(1px 1px 1px 1px); /* IE6, IE7 */ 729 729 clip: rect(1px, 1px, 1px, 1px); 730 position: absolute !important;730 position: absolute; 731 731 } 732 732 .entry-title, 733 733 .entry-header .entry-meta { … … 986 986 max-width: 100%; 987 987 } 988 988 .entry-content .twitter-tweet-rendered { 989 max-width: 100% !important; /* Override the Twitter embed fixed width */989 max-width: 100%; /* Override the Twitter embed fixed width */ 990 990 } 991 991 992 992 /* Password Protected Posts */ … … 1428 1428 section.featured-post .entry-meta { 1429 1429 clip: rect(1px 1px 1px 1px); /* IE6, IE7 */ 1430 1430 clip: rect(1px, 1px, 1px, 1px); 1431 position: absolute !important;1431 position: absolute; 1432 1432 } 1433 1433 1434 1434 /* Small featured post */ … … 2476 2476 } 2477 2477 /* Make sure the logo and search form don't collide */ 2478 2478 #branding #searchform { 2479 top: 1.625em !important;2479 top: 1.625em; 2480 2480 } 2481 2481 /* Floated content doesn't work well at this size */ 2482 2482 .alignleft, … … 2505 2505 /* Talking avatars take up too much room at this size */ 2506 2506 .commentlist > li.comment, 2507 2507 .commentlist > li.pingback { 2508 margin-left: 0 !important;2508 margin-left: 0; 2509 2509 } 2510 2510 .commentlist .avatar { 2511 2511 background: transparent; … … 2565 2565 2566 2566 @media print { 2567 2567 body { 2568 background: none !important;2568 background: none; 2569 2569 font-size: 10pt; 2570 2570 } 2571 2571 footer.entry-meta a[rel=bookmark]:link:after, … … 2573 2573 content: " [" attr(href) "] "; /* Show URLs */ 2574 2574 } 2575 2575 #page { 2576 clear: both !important;2577 display: block !important;2578 float: none !important;2576 clear: both; 2577 display: block; 2578 float: none; 2579 2579 max-width: 100%; 2580 position: relative !important;2580 position: relative; 2581 2581 } 2582 2582 #branding { 2583 border-top: none !important;2583 border-top: none; 2584 2584 padding: 0; 2585 2585 } 2586 2586 #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 { … … 248 248 float: none; 249 249 width: 100%; 250 250 } 251 251 252 252 #glyph .info { 253 253 width: 30%; 254 254 } … … 353 353 354 354 var $rows = jQuery('#iconlist div'); 355 355 jQuery('#search').keyup(function() { 356 356 357 357 // remove update text when using search 358 358 jQuery('body').addClass('searching'); 359 359 360 360 var val = jQuery.trim(jQuery(this).val()).replace(/ +/g, ' ').toLowerCase(); 361 361 362 362 $rows.show().filter(function() { 363 363 var text = jQuery(this).text().replace(/\s+/g, ' ').toLowerCase(); 364 364 return !~text.indexOf(val); 365 365 }).hide(); 366 366 }); 367 367 368 368 jQuery('input#search').focus(); 369 369 370 370 // sort based on number … … 391 391 392 392 <div id="glyph"> 393 393 </div> 394 394 395 395 <div class="description"> 396 396 <p>Genericons are vector icons embedded in a webfont designed to be clean and simple keeping with a generic aesthetic. Use for instant HiDPI or to easily change colors on the fly.</p> 397 397 </div> 398 398 399 399 </div> 400 400 </div> 401 401 402 402 <div id="icons"> 403 403 <div id="iconlist"> 404 404 405 405 <!-- note, the text inside the HTML elements is purely for the seach --> 406 406 407 407 <div alt="f423" class="genericon genericon-404" title="genericon-404">404</div> 408 408 409 409 <div alt="f508" class="genericon genericon-activity" title="genericon-activity">activity</div> 410 410 411 411 <div alt="f509" class="genericon genericon-anchor" title="genericon-anchor">anchor</div> 412 412 413 413 <div alt="f101" class="genericon genericon-aside" title="genericon-aside">aside</div> 414 414 415 415 <div alt="f416" class="genericon genericon-attachment" title="genericon-attachment">attachment</div> 416 416 417 417 <div alt="f109" class="genericon genericon-audio" title="genericon-audio">audio</div> 418 418 419 419 <div alt="f471" class="genericon genericon-bold" title="genericon-bold">bold</div> 420 420 421 421 <div alt="f444" class="genericon genericon-book" title="genericon-book">book</div> 422 422 423 423 <div alt="f50a" class="genericon genericon-bug" title="genericon-bug">bug</div> 424 424 425 425 <div alt="f447" class="genericon genericon-cart" title="genericon-cart">cart</div> 426 426 427 427 <div alt="f301" class="genericon genericon-category" title="genericon-category">category</div> 428 428 429 429 <div alt="f108" class="genericon genericon-chat" title="genericon-chat">chat</div> 430 430 431 431 <div alt="f418" class="genericon genericon-checkmark" title="genericon-checkmark">checkmark</div> 432 432 433 433 <div alt="f405" class="genericon genericon-close" title="genericon-close">close</div> 434 434 435 435 <div alt="f406" class="genericon genericon-close-alt" title="genericon-close-alt">close-alt</div> 436 436 437 437 <div alt="f426" class="genericon genericon-cloud" title="genericon-cloud">cloud</div> 438 438 439 439 <div alt="f440" class="genericon genericon-cloud-download" title="genericon-cloud-download">cloud-download</div> 440 440 441 441 <div alt="f441" class="genericon genericon-cloud-upload" title="genericon-cloud-upload">cloud-upload</div> 442 442 443 443 <div alt="f462" class="genericon genericon-code" title="genericon-code">code</div> 444 444 445 445 <div alt="f216" class="genericon genericon-codepen" title="genericon-codepen">codepen</div> 446 446 447 447 <div alt="f445" class="genericon genericon-cog" title="genericon-cog">cog</div> 448 448 449 449 <div alt="f432" class="genericon genericon-collapse" title="genericon-collapse">collapse</div> 450 450 451 451 <div alt="f300" class="genericon genericon-comment" title="genericon-comment">comment</div> 452 452 453 453 <div alt="f305" class="genericon genericon-day" title="genericon-day">day</div> 454 454 455 455 <div alt="f221" class="genericon genericon-digg" title="genericon-digg">digg</div> 456 456 457 457 <div alt="f443" class="genericon genericon-document" title="genericon-document">document</div> 458 458 459 459 <div alt="f428" class="genericon genericon-dot" title="genericon-dot">dot</div> 460 460 461 461 <div alt="f502" class="genericon genericon-downarrow" title="genericon-downarrow">downarrow</div> 462 462 463 463 <div alt="f50b" class="genericon genericon-download" title="genericon-download">download</div> 464 464 465 465 <div alt="f436" class="genericon genericon-draggable" title="genericon-draggable">draggable</div> 466 466 467 467 <div alt="f201" class="genericon genericon-dribbble" title="genericon-dribbble">dribbble</div> 468 468 469 469 <div alt="f225" class="genericon genericon-dropbox" title="genericon-dropbox">dropbox</div> 470 470 471 471 <div alt="f433" class="genericon genericon-dropdown" title="genericon-dropdown">dropdown</div> 472 472 473 473 <div alt="f434" class="genericon genericon-dropdown-left" title="genericon-dropdown-left">dropdown-left</div> 474 474 475 475 <div alt="f411" class="genericon genericon-edit" title="genericon-edit">edit</div> 476 476 477 477 <div alt="f476" class="genericon genericon-ellipsis" title="genericon-ellipsis">ellipsis</div> 478 478 479 479 <div alt="f431" class="genericon genericon-expand" title="genericon-expand">expand</div> 480 480 481 481 <div alt="f442" class="genericon genericon-external" title="genericon-external">external</div> 482 482 483 483 <div alt="f203" class="genericon genericon-facebook" title="genericon-facebook">facebook</div> 484 484 485 485 <div alt="f204" class="genericon genericon-facebook-alt" title="genericon-facebook-alt">facebook-alt</div> 486 486 487 487 <div alt="f458" class="genericon genericon-fastforward" title="genericon-fastforward">fastforward</div> 488 488 489 489 <div alt="f413" class="genericon genericon-feed" title="genericon-feed">feed</div> 490 490 491 491 <div alt="f468" class="genericon genericon-flag" title="genericon-flag">flag</div> 492 492 493 493 <div alt="f211" class="genericon genericon-flickr" title="genericon-flickr">flickr</div> 494 494 495 495 <div alt="f226" class="genericon genericon-foursquare" title="genericon-foursquare">foursquare</div> 496 496 497 497 <div alt="f474" class="genericon genericon-fullscreen" title="genericon-fullscreen">fullscreen</div> 498 498 499 499 <div alt="f103" class="genericon genericon-gallery" title="genericon-gallery">gallery</div> 500 500 501 501 <div alt="f200" class="genericon genericon-github" title="genericon-github">github</div> 502 502 503 503 <div alt="f206" class="genericon genericon-googleplus" title="genericon-googleplus">googleplus</div> 504 504 505 505 <div alt="f218" class="genericon genericon-googleplus-alt" title="genericon-googleplus-alt">googleplus-alt</div> 506 506 507 507 <div alt="f50c" class="genericon genericon-handset" title="genericon-handset">handset</div> 508 508 509 509 <div alt="f461" class="genericon genericon-heart" title="genericon-heart">heart</div> 510 510 511 511 <div alt="f457" class="genericon genericon-help" title="genericon-help">help</div> 512 512 513 513 <div alt="f404" class="genericon genericon-hide" title="genericon-hide">hide</div> 514 514 515 515 <div alt="f505" class="genericon genericon-hierarchy" title="genericon-hierarchy">hierarchy</div> 516 516 517 517 <div alt="f409" class="genericon genericon-home" title="genericon-home">home</div> 518 518 519 519 <div alt="f102" class="genericon genericon-image" title="genericon-image">image</div> 520 520 521 521 <div alt="f455" class="genericon genericon-info" title="genericon-info">info</div> 522 522 523 523 <div alt="f215" class="genericon genericon-instagram" title="genericon-instagram">instagram</div> 524 524 525 525 <div alt="f472" class="genericon genericon-italic" title="genericon-italic">italic</div> 526 526 527 527 <div alt="f427" class="genericon genericon-key" title="genericon-key">key</div> 528 528 529 529 <div alt="f503" class="genericon genericon-leftarrow" title="genericon-leftarrow">leftarrow</div> 530 530 531 531 <div alt="f107" class="genericon genericon-link" title="genericon-link">link</div> 532 532 533 533 <div alt="f207" class="genericon genericon-linkedin" title="genericon-linkedin">linkedin</div> 534 534 535 535 <div alt="f208" class="genericon genericon-linkedin-alt" title="genericon-linkedin-alt">linkedin-alt</div> 536 536 537 537 <div alt="f417" class="genericon genericon-location" title="genericon-location">location</div> 538 538 539 539 <div alt="f470" class="genericon genericon-lock" title="genericon-lock">lock</div> 540 540 541 541 <div alt="f410" class="genericon genericon-mail" title="genericon-mail">mail</div> 542 542 543 543 <div alt="f422" class="genericon genericon-maximize" title="genericon-maximize">maximize</div> 544 544 545 545 <div alt="f419" class="genericon genericon-menu" title="genericon-menu">menu</div> 546 546 547 547 <div alt="f50d" class="genericon genericon-microphone" title="genericon-microphone">microphone</div> 548 548 549 549 <div alt="f421" class="genericon genericon-minimize" title="genericon-minimize">minimize</div> 550 550 551 551 <div alt="f50e" class="genericon genericon-minus" title="genericon-minus">minus</div> 552 552 553 553 <div alt="f307" class="genericon genericon-month" title="genericon-month">month</div> 554 554 555 555 <div alt="f50f" class="genericon genericon-move" title="genericon-move">move</div> 556 556 557 557 <div alt="f429" class="genericon genericon-next" title="genericon-next">next</div> 558 558 559 559 <div alt="f456" class="genericon genericon-notice" title="genericon-notice">notice</div> 560 560 561 561 <div alt="f506" class="genericon genericon-paintbrush" title="genericon-paintbrush">paintbrush</div> 562 562 563 563 <div alt="f219" class="genericon genericon-path" title="genericon-path">path</div> 564 564 565 565 <div alt="f448" class="genericon genericon-pause" title="genericon-pause">pause</div> 566 566 567 567 <div alt="f437" class="genericon genericon-phone" title="genericon-phone">phone</div> 568 568 569 569 <div alt="f473" class="genericon genericon-picture" title="genericon-picture">picture</div> 570 570 571 571 <div alt="f308" class="genericon genericon-pinned" title="genericon-pinned">pinned</div> 572 572 573 573 <div alt="f209" class="genericon genericon-pinterest" title="genericon-pinterest">pinterest</div> 574 574 575 575 <div alt="f210" class="genericon genericon-pinterest-alt" title="genericon-pinterest-alt">pinterest-alt</div> 576 576 577 577 <div alt="f452" class="genericon genericon-play" title="genericon-play">play</div> 578 578 579 579 <div alt="f439" class="genericon genericon-plugin" title="genericon-plugin">plugin</div> 580 580 581 581 <div alt="f510" class="genericon genericon-plus" title="genericon-plus">plus</div> 582 582 583 583 <div alt="f224" class="genericon genericon-pocket" title="genericon-pocket">pocket</div> 584 584 585 585 <div alt="f217" class="genericon genericon-polldaddy" title="genericon-polldaddy">polldaddy</div> 586 586 587 587 <div alt="f460" class="genericon genericon-portfolio" title="genericon-portfolio">portfolio</div> 588 588 589 589 <div alt="f430" class="genericon genericon-previous" title="genericon-previous">previous</div> 590 590 591 591 <div alt="f469" class="genericon genericon-print" title="genericon-print">print</div> 592 592 593 593 <div alt="f106" class="genericon genericon-quote" title="genericon-quote">quote</div> 594 594 595 595 <div alt="f511" class="genericon genericon-rating-empty" title="genericon-rating-empty">rating-empty</div> 596 596 597 597 <div alt="f512" class="genericon genericon-rating-full" title="genericon-rating-full">rating-full</div> 598 598 599 599 <div alt="f513" class="genericon genericon-rating-half" title="genericon-rating-half">rating-half</div> 600 600 601 601 <div alt="f222" class="genericon genericon-reddit" title="genericon-reddit">reddit</div> 602 602 603 603 <div alt="f420" class="genericon genericon-refresh" title="genericon-refresh">refresh</div> 604 604 605 605 <div alt="f412" class="genericon genericon-reply" title="genericon-reply">reply</div> 606 606 607 607 <div alt="f466" class="genericon genericon-reply-alt" title="genericon-reply-alt">reply-alt</div> 608 608 609 609 <div alt="f467" class="genericon genericon-reply-single" title="genericon-reply-single">reply-single</div> 610 610 611 611 <div alt="f459" class="genericon genericon-rewind" title="genericon-rewind">rewind</div> 612 612 613 613 <div alt="f501" class="genericon genericon-rightarrow" title="genericon-rightarrow">rightarrow</div> 614 614 615 615 <div alt="f400" class="genericon genericon-search" title="genericon-search">search</div> 616 616 617 617 <div alt="f438" class="genericon genericon-send-to-phone" title="genericon-send-to-phone">send-to-phone</div> 618 618 619 619 <div alt="f454" class="genericon genericon-send-to-tablet" title="genericon-send-to-tablet">send-to-tablet</div> 620 620 621 621 <div alt="f415" class="genericon genericon-share" title="genericon-share">share</div> 622 622 623 623 <div alt="f403" class="genericon genericon-show" title="genericon-show">show</div> 624 624 625 625 <div alt="f514" class="genericon genericon-shuffle" title="genericon-shuffle">shuffle</div> 626 626 627 627 <div alt="f507" class="genericon genericon-sitemap" title="genericon-sitemap">sitemap</div> 628 628 629 629 <div alt="f451" class="genericon genericon-skip-ahead" title="genericon-skip-ahead">skip-ahead</div> 630 630 631 631 <div alt="f450" class="genericon genericon-skip-back" title="genericon-skip-back">skip-back</div> 632 632 633 633 <div alt="f220" class="genericon genericon-skype" title="genericon-skype">skype</div> 634 634 635 635 <div alt="f424" class="genericon genericon-spam" title="genericon-spam">spam</div> 636 636 637 637 <div alt="f515" class="genericon genericon-spotify" title="genericon-spotify">spotify</div> 638 638 639 639 <div alt="f100" class="genericon genericon-standard" title="genericon-standard">standard</div> 640 640 641 641 <div alt="f408" class="genericon genericon-star" title="genericon-star">star</div> 642 642 643 643 <div alt="f105" class="genericon genericon-status" title="genericon-status">status</div> 644 644 645 645 <div alt="f449" class="genericon genericon-stop" title="genericon-stop">stop</div> 646 646 647 647 <div alt="f223" class="genericon genericon-stumbleupon" title="genericon-stumbleupon">stumbleupon</div> 648 648 649 649 <div alt="f463" class="genericon genericon-subscribe" title="genericon-subscribe">subscribe</div> 650 650 651 651 <div alt="f465" class="genericon genericon-subscribed" title="genericon-subscribed">subscribed</div> 652 652 653 653 <div alt="f425" class="genericon genericon-summary" title="genericon-summary">summary</div> 654 654 655 655 <div alt="f453" class="genericon genericon-tablet" title="genericon-tablet">tablet</div> 656 656 657 657 <div alt="f302" class="genericon genericon-tag" title="genericon-tag">tag</div> 658 658 659 659 <div alt="f303" class="genericon genericon-time" title="genericon-time">time</div> 660 660 661 661 <div alt="f435" class="genericon genericon-top" title="genericon-top">top</div> 662 662 663 663 <div alt="f407" class="genericon genericon-trash" title="genericon-trash">trash</div> 664 664 665 665 <div alt="f214" class="genericon genericon-tumblr" title="genericon-tumblr">tumblr</div> 666 666 667 667 <div alt="f516" class="genericon genericon-twitch" title="genericon-twitch">twitch</div> 668 668 669 669 <div alt="f202" class="genericon genericon-twitter" title="genericon-twitter">twitter</div> 670 670 671 671 <div alt="f446" class="genericon genericon-unapprove" title="genericon-unapprove">unapprove</div> 672 672 673 673 <div alt="f464" class="genericon genericon-unsubscribe" title="genericon-unsubscribe">unsubscribe</div> 674 674 675 675 <div alt="f401" class="genericon genericon-unzoom" title="genericon-unzoom">unzoom</div> 676 676 677 677 <div alt="f500" class="genericon genericon-uparrow" title="genericon-uparrow">uparrow</div> 678 678 679 679 <div alt="f304" class="genericon genericon-user" title="genericon-user">user</div> 680 680 681 681 <div alt="f104" class="genericon genericon-video" title="genericon-video">video</div> 682 682 683 683 <div alt="f517" class="genericon genericon-videocamera" title="genericon-videocamera">videocamera</div> 684 684 685 685 <div alt="f212" class="genericon genericon-vimeo" title="genericon-vimeo">vimeo</div> 686 686 687 687 <div alt="f414" class="genericon genericon-warning" title="genericon-warning">warning</div> 688 688 689 689 <div alt="f475" class="genericon genericon-website" title="genericon-website">website</div> 690 690 691 691 <div alt="f306" class="genericon genericon-week" title="genericon-week">week</div> 692 692 693 693 <div alt="f205" class="genericon genericon-wordpress" title="genericon-wordpress">wordpress</div> 694 694 695 695 <div alt="f504" class="genericon genericon-xpost" title="genericon-xpost">xpost</div> 696 696 697 697 <div alt="f213" class="genericon genericon-youtube" title="genericon-youtube">youtube</div> 698 698 699 699 <div alt="f402" class="genericon genericon-zoom" title="genericon-zoom">zoom</div> 700 701 700 701 702 702 </div> 703 703 704 704 <div id="temp" style="display: none;"></div> 705 705 706 706 </div> 707 707 708 708 <div id="footer"> … … 709 709 710 710 <p>An <a href="http://automattic.com" rel="nofollow">Automattic</a> Portrayal</p> 711 711 <p>No designers were harmed in the making of this icon font.</p> 712 713 712 713 714 714 </div> 715 715 716 716 </div> -
src/wp-content/themes/twentyfifteen/style.css
1027 1027 1028 1028 /* reset screen-reader-text */ 1029 1029 .pagination .current .screen-reader-text { 1030 position: static !important;1030 position: static; 1031 1031 } 1032 1032 1033 1033 .pagination .page-numbers { … … 1178 1178 clip: rect(1px, 1px, 1px, 1px); 1179 1179 height: 1px; 1180 1180 overflow: hidden; 1181 position: absolute !important;1181 position: absolute; 1182 1182 width: 1px; 1183 1183 } 1184 1184 … … 2762 2762 2763 2763 /* restore screen-reader-text */ 2764 2764 .pagination .current .screen-reader-text { 2765 position: absolute !important;2765 position: absolute; 2766 2766 } 2767 2767 2768 2768 .pagination .page-numbers { … … 5617 5617 5618 5618 @media print { 5619 5619 body { 5620 background: none !important; /* Brute force since user agents all print differently. */5620 background: none; /* Brute force since user agents all print differently. */ 5621 5621 font-size: 11.25pt; 5622 5622 } 5623 5623 … … 5643 5643 .page-header, 5644 5644 .page-content, 5645 5645 .comments-area { 5646 background: none !important; /* Make sure color schemes dont't affect to print */5646 background: none; /* Make sure color schemes dont't affect to print */ 5647 5647 } 5648 5648 5649 5649 body, … … 5670 5670 .site-info a, 5671 5671 .wp-caption-text, 5672 5672 .gallery-caption { 5673 color: #000 !important; /* Make sure color schemes don't affect to print */5673 color: #000; /* Make sure color schemes don't affect to print */ 5674 5674 } 5675 5675 5676 5676 pre, … … 5689 5689 .comment-list .pingback, 5690 5690 .comment-list .trackback, 5691 5691 .no-comments { 5692 border-color: #eaeaea !important; /* Make sure color schemes don't affect to print */5692 border-color: #eaeaea; /* Make sure color schemes don't affect to print */ 5693 5693 } 5694 5694 5695 5695 .site { … … 5717 5717 } 5718 5718 5719 5719 .sticky-post { 5720 background: #000 !important;5721 color: #fff !important;5720 background: #000; 5721 color: #fff; 5722 5722 } 5723 5723 5724 5724 .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
834 834 background: #f1f1f1; 835 835 line-height: 18px; 836 836 margin-bottom: 20px; 837 max-width: 632px !important; /* prevent too-wide images from breaking layout */837 max-width: 632px; /* prevent too-wide images from breaking layout */ 838 838 padding: 4px; 839 839 text-align: center; 840 840 } … … 1303 1303 1304 1304 @media print { 1305 1305 body { 1306 background: none !important;1306 background: none; 1307 1307 } 1308 1308 #wrapper { 1309 clear: both !important;1310 display: block !important;1311 float: none !important;1312 position: relative !important;1309 clear: both; 1310 display: block; 1311 float: none; 1312 position: relative; 1313 1313 } 1314 1314 #header { 1315 1315 border-bottom: 2pt solid #000; … … 1343 1343 .navigation, 1344 1344 .page-link, 1345 1345 .widget-area { 1346 display: none !important;1346 display: none; 1347 1347 } 1348 1348 #container, 1349 1349 #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
539 539 /* Assistive text */ 540 540 .screen-reader-text { 541 541 clip: rect(1px, 1px, 1px, 1px); 542 position: absolute !important;542 position: absolute; 543 543 } 544 544 545 545 .screen-reader-text:focus { … … 546 546 background-color: #f1f1f1; 547 547 border-radius: 3px; 548 548 box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6); 549 clip: auto !important;549 clip: auto; 550 550 color: #21759b; 551 551 display: block; 552 552 font-size: 14px; … … 691 691 692 692 /* Override the Twitter embed fixed width. */ 693 693 .entry-content .twitter-tweet-rendered { 694 max-width: 100% !important;694 max-width: 100%; 695 695 } 696 696 697 697 /* Images */ … … 1449 1449 } 1450 1450 1451 1451 .format-audio .wp-audio-shortcode { 1452 height: 30px !important; /* Override mediaelement.js style */1452 height: 30px; /* Override mediaelement.js style */ 1453 1453 margin: 20px 0; 1454 max-width: 400px !important; /* Override mediaelement.js style */1454 max-width: 400px; /* Override mediaelement.js style */ 1455 1455 } 1456 1456 1457 1457 .format-audio audio { 1458 max-width: 100% !important; /* Avoid player width overflow. */1458 max-width: 100%; /* Avoid player width overflow. */ 1459 1459 } 1460 1460 1461 1461 /* Chat */ … … 3119 3119 3120 3120 @media print { 3121 3121 body { 3122 background: none !important;3122 background: none; 3123 3123 color: #000; 3124 3124 font-size: 10pt; 3125 3125 } … … 3134 3134 } 3135 3135 3136 3136 .site-header { 3137 background-image: none !important;3137 background-image: none; 3138 3138 } 3139 3139 3140 3140 .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 } 510 510 .main-navigation .assistive-text:focus { … … 511 511 background: #fff; 512 512 border: 2px solid #333; 513 513 border-radius: 3px; 514 clip: auto !important;514 clip: auto; 515 515 color: #000; 516 516 display: block; 517 517 font-size: 12px; … … 1505 1505 .main-navigation div.nav-menu > ul { 1506 1506 border-bottom: 1px solid #ededed; 1507 1507 border-top: 1px solid #ededed; 1508 display: inline-block !important;1508 display: inline-block; 1509 1509 text-align: left; 1510 1510 width: 100%; 1511 1511 } … … 1669 1669 1670 1670 @media print { 1671 1671 body { 1672 background: none !important;1672 background: none; 1673 1673 color: #000; 1674 1674 font-size: 10pt; 1675 1675 } … … 1688 1688 box-shadow: none; 1689 1689 } 1690 1690 .site { 1691 clear: both !important;1692 display: block !important;1693 float: none !important;1691 clear: both; 1692 display: block; 1693 float: none; 1694 1694 max-width: 100%; 1695 position: relative !important;1695 position: relative; 1696 1696 } 1697 1697 .site-header { 1698 1698 margin-bottom: 72px; -
src/wp-includes/admin-bar.php
828 828 */ 829 829 function _admin_bar_bump_cb() { ?> 830 830 <style type="text/css" media="screen"> 831 html { margin-top: 32px !important; }832 * html body { margin-top: 32px !important; }831 html { margin-top: 32px; } 832 * html body { margin-top: 32px; } 833 833 @media screen and ( max-width: 782px ) { 834 html { margin-top: 46px !important; }835 * html body { margin-top: 46px !important; }834 html { margin-top: 46px; } 835 * html body { margin-top: 46px; } 836 836 } 837 837 </style> 838 838 <?php -
src/wp-includes/css/admin-bar.css
230 230 padding: 4px 0; 231 231 -webkit-font-smoothing: antialiased; 232 232 -moz-osx-font-smoothing: grayscale; 233 background-image: none !important;233 background-image: none; 234 234 margin-right: 6px; 235 235 } 236 236 … … 469 469 */ 470 470 #wpadminbar .quicklinks li .blavatar { 471 471 float: left; 472 font: normal 16px/1 'dashicons' !important;472 font: normal 16px/1 'dashicons'; 473 473 speak: none; 474 474 -webkit-font-smoothing: antialiased; 475 475 -moz-osx-font-smoothing: grayscale; … … 564 564 top: 6px; 565 565 left: 5px; 566 566 z-index: 20; 567 font: normal 20px/1 'dashicons' !important;567 font: normal 20px/1 'dashicons'; 568 568 content: '\f179'; 569 569 speak: none; 570 570 -webkit-font-smoothing: antialiased; … … 718 718 .no-font-face #wpadminbar .ab-icon:before, 719 719 .no-font-face #wpadminbar a.ab-item:before, 720 720 .no-font-face #wpadminbar #wp-admin-bar-wp-logo > .ab-item { 721 display: none !important;721 display: none; 722 722 } 723 723 724 724 .no-font-face #wpadminbar ul.ab-top-menu > li > a > span.ab-label { … … 726 726 } 727 727 728 728 .no-font-face #wpadminbar #wp-admin-bar-menu-toggle span.ab-icon { 729 display: inline !important;729 display: inline; 730 730 } 731 731 732 732 .no-font-face #wpadminbar #wp-admin-bar-menu-toggle span.ab-icon:before { 733 733 content: "Menu"; 734 font: 14px/45px sans-serif !important;735 display: inline-block !important;734 font: 14px/45px sans-serif; 735 display: inline-block; 736 736 color: #fff; 737 737 } 738 738 … … 744 744 @media screen and ( max-width: 782px ) { 745 745 /* Toolbar Touchification*/ 746 746 html #wpadminbar { 747 left: 0 !important;748 z-index: 500 !important;747 left: 0; 748 z-index: 500; 749 749 height: 46px; 750 750 min-width: 300px; 751 751 … … 772 772 } 773 773 774 774 #wpadminbar .ab-icon { 775 font: 40px/1 dashicons !important;775 font: 40px/1 dashicons; 776 776 margin: 0; 777 777 padding: 0; 778 778 width: 52px; … … 835 835 } 836 836 837 837 #wpadminbar #wp-admin-bar-wp-logo > .ab-item .ab-icon:before { 838 font: 28px/1 'dashicons' !important;838 font: 28px/1 'dashicons'; 839 839 top: -3px; 840 840 } 841 841 … … 897 897 #wpadminbar #wp-admin-bar-new-content .ab-icon:before { 898 898 top: 0; 899 899 line-height: 53px; 900 height: 46px !important;900 height: 46px; 901 901 text-align: center; 902 902 width: 52px; 903 903 display: block; … … 967 967 } 968 968 969 969 #wpadminbar #wp-admin-bar-user-info .username { 970 line-height: 0.8 !important;970 line-height: 0.8; 971 971 margin-bottom: -2px; 972 972 } 973 973 -
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: #aaa !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: #aaa; 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
2043 2043 } 2044 2044 2045 2045 #wp-fullscreen-central-toolbar { 2046 width: auto !important;2046 width: auto; 2047 2047 min-width: 0; 2048 2048 } 2049 2049 … … 2076 2076 2077 2077 .wp-fullscreen-wrap .wp-editor-container, 2078 2078 .wp-fullscreen-title { 2079 width: 480px !important;2079 width: 480px; 2080 2080 } 2081 2081 2082 2082 body.wp-fullscreen-active { … … 2094 2094 } 2095 2095 2096 2096 #wp-fullscreen-status { 2097 width: auto !important;2097 width: auto; 2098 2098 max-width: 100%; 2099 2099 padding: 0 10px; 2100 2100 } -
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: #aaa !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: #aaa; 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
465 465 .sidebar-for-errors .compat-item, 466 466 .sidebar-for-errors .media-sidebar .media-progress-bar, 467 467 .sidebar-for-errors .upload-details { 468 display: none !important;468 display: none; 469 469 } 470 470 471 471 /** … … 1080 1080 } 1081 1081 1082 1082 .uploader-inline .close:before { 1083 font: normal 30px/50px 'dashicons' !important;1083 font: normal 30px/50px 'dashicons'; 1084 1084 color: #777; 1085 1085 display: inline-block; 1086 1086 content: '\f335'; … … 1344 1344 } 1345 1345 1346 1346 .uploader-inline .browser { 1347 display: inline-block !important;1347 display: inline-block; 1348 1348 } 1349 1349 1350 1350 /** … … 1657 1657 } 1658 1658 1659 1659 .media-modal .imgedit-wait { 1660 height: auto !important;1660 height: auto; 1661 1661 right: 0; 1662 1662 bottom: 0; 1663 1663 left: 0; -
src/wp-includes/css/wp-auth-check.css
63 63 64 64 #wp-auth-check-wrap .wp-auth-check-close:before { 65 65 content: '\f158'; 66 display: block !important;66 display: block; 67 67 font: normal 20px/1 'dashicons'; 68 68 speak: none; 69 69 height: 22px; … … 71 71 text-align: center; 72 72 width: 22px; 73 73 color: #777; 74 -webkit-font-smoothing: antialiased !important;74 -webkit-font-smoothing: antialiased; 75 75 -moz-osx-font-smoothing: grayscale; 76 76 } 77 77 -
src/wp-includes/css/wp-pointer.css
63 63 background: none; 64 64 color: #bbb; 65 65 content: '\f153'; 66 display: block !important;66 display: block; 67 67 font: normal 13px/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
45 45 } 46 46 47 47 .me-cannotplay { 48 width: auto !important;48 width: auto; 49 49 } 50 50 51 51 .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 {