Make WordPress Core

Ticket #26350: 26350.diff

File 26350.diff, 61.7 KB (added by adamsilverstein, 10 years ago)

remove all !important statements from css

  • src/wp-admin/css/about.css

     
    1212
    1313.about-wrap div.updated,
    1414.about-wrap div.error {
    15         display: none !important;
     15        display: none;
    1616}
    1717
    1818.about-wrap hr {
     
    105105}
    106106
    107107.about-wrap .button.button-large {
    108         padding: 8px 20px 10px !important;
    109         height: 46px !important;
     108        padding: 8px 20px 10px;
     109        height: 46px;
    110110        font-size: 14px;
    111         line-height: 28px !important;
     111        line-height: 28px;
    112112}
    113113
    114114/* 3.8 Images */
     
    253253        position: absolute;
    254254        top: 0;
    255255        left: 0;
    256         width: 100% !important;
    257         height: 100% !important;
     256        width: 100%;
     257        height: 100%;
    258258}
    259259
    260260.about-wrap .changelog li {
  • src/wp-admin/css/admin-menu.css

     
    131131.menu-icon-site div.wp-menu-image,
    132132.icon16.icon-generic,
    133133.menu-icon-generic div.wp-menu-image {
    134         background-image: none !important;
     134        background-image: none;
    135135}
    136136
    137137/*------------------------------------------------------------------------------
     
    412412/* A new arrow */
    413413
    414414.wp-menu-arrow {
    415         display: none !important;
     415        display: none;
    416416}
    417417
    418418ul#adminmenu a.wp-has-current-submenu {
     
    577577        left: -3px;
    578578        top: -3px;
    579579        color: #aaa;
    580         font: normal 20px/1 'dashicons' !important;
     580        font: normal 20px/1 'dashicons';
    581581        speak: none;
    582582        margin: 0 auto;
    583         padding: 0 !important;
     583        padding: 0;
    584584        position: relative;
    585585        text-align: center;
    586586        width: 20px;
  • src/wp-admin/css/colors/_mixins.scss

     
    3535        &:disabled,
    3636        &.button-primary-disabled,
    3737        &.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;
    4242        }
    4343}
  • src/wp-admin/css/common.css

     
    2626        padding-bottom: 65px;
    2727        float: left;
    2828        width: 100%;
    29         overflow: visible !important;
     29        overflow: visible;
    3030}
    3131
    3232/* inner 2 column liquid layout */
     
    720720        background: none;
    721721        color: #bbb;
    722722        content: '\f153';
    723         display: block !important;
     723        display: block;
    724724        font: normal 16px/1 'dashicons';
    725725        speak: none;
    726726        height: 20px;
    727727        text-align: center;
    728728        width: 20px;
    729         -webkit-font-smoothing: antialiased !important;
     729        -webkit-font-smoothing: antialiased;
    730730}
    731731
    732732#welcome-panel.welcome-panel .welcome-panel-close:before {
     
    11561156.filters-applied .filter-group,
    11571157.filters-applied .filter-drawer .buttons,
    11581158.filters-applied .filter-drawer br {
    1159         display: none !important;
     1159        display: none;
    11601160}
    11611161
    11621162.filters-applied .filtered-by {
     
    13341334
    13351335#contextual-help-wrap {
    13361336        overflow: auto;
    1337         margin-left: 0 !important;
     1337        margin-left: 0;
    13381338}
    13391339
    13401340#screen-meta .screen-reader-text {
     
    14131413        vertical-align: bottom;
    14141414        -webkit-font-smoothing: antialiased;
    14151415        -moz-osx-font-smoothing: grayscale;
    1416         text-decoration: none !important;
     1416        text-decoration: none;
    14171417        color: #bbb;
    14181418}
    14191419
     
    17301730
    17311731.postbox .inside > p:last-child,
    17321732.rss-widget ul li:last-child {
    1733         margin-bottom: 1px !important;
     1733        margin-bottom: 1px;
    17341734}
    17351735
    17361736.postbox.closed h3 {
     
    20252025}
    20262026
    20272027#submitdiv h3 {
    2028         margin-bottom: 0 !important;
     2028        margin-bottom: 0;
    20292029}
    20302030
    20312031/* - Used - but could/should be deprecated with a CSS reset
     
    26612661
    26622662/* @todo: these seem misplaced */
    26632663.js .meta-box-sortables .postbox:hover .handlediv {
    2664         margin-right: 0 !important;
     2664        margin-right: 0;
    26652665}
    26662666
    26672667/* Metabox collapse arrow indicators */
     
    26762676        position: relative;
    26772677        -webkit-font-smoothing: antialiased;
    26782678        -moz-osx-font-smoothing: grayscale;
    2679         text-decoration: none !important;
     2679        text-decoration: none;
    26802680}
    26812681
    26822682.js #widgets-left .sidebar-name .sidebar-name-arrow {
     
    28172817        position: relative;
    28182818        -webkit-font-smoothing: antialiased;
    28192819        -moz-osx-font-smoothing: grayscale;
    2820         text-decoration: none !important;
     2820        text-decoration: none;
    28212821}
    28222822
    28232823.widget-action,
     
    30453045        #bulk-titles div a,
    30463046        .tagchecklist span a:hover,
    30473047        #bulk-titles div a:hover {
    3048                 background: none !important;
     3048                background: none;
    30493049        }
    30503050
    30513051}
     
    30653065        }
    30663066
    30673067        body * {
    3068                 -webkit-tap-highlight-color: rgba(0, 0, 0, 0) !important;
     3068                -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    30693069        }
    30703070
    30713071        #wpcontent {
     
    30923092        #screen-meta-links,
    30933093        #collapse-menu,
    30943094        .post-format-select {
    3095                 display: none !important;
     3095                display: none;
    30963096        }
    30973097
    30983098        .wrap .add-new-h2, .wrap .add-new-h2:active {
  • src/wp-admin/css/customize-controls.css

     
    132132}
    133133
    134134#customize-theme-controls .control-section.open .accordion-section-title {
    135         border-bottom-color: #eeeeee !important;
     135        border-bottom-color: #eeeeee;
    136136}
    137137
    138138#customize-theme-controls .control-section:last-of-type.open,
     
    463463}
    464464
    465465.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;
    472472}
    473473
    474474
     
    529529        position: relative;
    530530        -webkit-font-smoothing: antialiased;
    531531        -moz-osx-font-smoothing: grayscale;
    532         text-decoration: none !important;
     532        text-decoration: none;
    533533        color: #333;
    534534}
    535535
  • src/wp-admin/css/customize-widgets.css

     
    331331
    332332/* override widgets admin page rules in wp-admin/css/wp-admin.css */
    333333#widgets-left #available-widgets .widget {
    334         float: none !important;
    335         width: auto !important;
     334        float: none;
     335        width: auto;
    336336}
    337337
    338338#available-widgets {
  • src/wp-admin/css/dashboard.css

     
    3535}
    3636
    3737#dashboard-widgets-wrap .columns-3 #postbox-container-4 .empty-container {
    38         border: none !important;
     38        border: none;
    3939}
    4040
    4141.ie8 #wpbody-content #dashboard-widgets .postbox-container {
     
    207207.welcome-panel .welcome-icon {
    208208        display: block;
    209209        padding: 0 0 8px;
    210         background: transparent !important;
     210        background: transparent;
    211211}
    212212
    213213.welcome-panel .welcome-icon:before {
     
    220220        position: relative;
    221221        -webkit-font-smoothing: antialiased;
    222222        -moz-osx-font-smoothing: grayscale;
    223         text-decoration: none !important;
     223        text-decoration: none;
    224224        vertical-align: top;
    225225}
    226226
     
    407407        text-align: center;
    408408        position: relative;
    409409        -webkit-font-smoothing: antialiased;
    410         text-decoration: none !important;
     410        text-decoration: none;
    411411}
    412412
    413413#dashboard_right_now .page-count a:before,
     
    640640        text-align: center;
    641641        position: relative;
    642642        -webkit-font-smoothing: antialiased;
    643         text-decoration: none !important;
     643        text-decoration: none;
    644644}
    645645
    646646#dashboard_activity .subsubsub {
     
    837837}
    838838
    839839#latest-comments #the-comment-list .pingback {
    840         padding-left: 12px !important;
     840        padding-left: 12px;
    841841}
    842842
    843843#latest-comments #the-comment-list .comment-item:first-child {
  • src/wp-admin/css/edit.css

     
    396396
    397397/* editor-expand.js override */
    398398.wp-fullscreen-wrap {
    399         padding-top: 0 !important;
     399        padding-top: 0;
    400400}
    401401
    402402.wp-fullscreen-wrap .wp-editor-area {
    403         margin-top: 0 !important;
     403        margin-top: 0;
    404404}
    405405
    406406.wp-fullscreen-wrap .mce-edit-area {
    407         padding-top: 0 !important;
     407        padding-top: 0;
    408408}
    409409/* end editor-expand.js override */
    410410
     
    440440.mce-fullscreen #wp-content-wrap .mce-toolbar-grp,
    441441.mce-fullscreen #wp-content-wrap .mce-edit-area,
    442442.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;
    446446}
    447447
    448448.mce-fullscreen #wp-content-wrap .mce-statusbar {
    449         visibility: visible !important;
     449        visibility: visible;
    450450}
    451451
    452452.post-php.mce-fullscreen #wpadminbar,
     
    487487
    488488.curtime #timestamp {
    489489        padding: 2px 0 1px 0;
    490         display: inline !important;
    491         height: auto !important;
     490        display: inline;
     491        height: auto;
    492492}
    493493
    494494#misc-publishing-actions label[for="post_status"]:before,
     
    512512        vertical-align: top;
    513513        -webkit-font-smoothing: antialiased;
    514514        -moz-osx-font-smoothing: grayscale;
    515         text-decoration: none !important;
     515        text-decoration: none;
    516516}
    517517
    518518#post-body #visibility:before {
     
    831831        display: block;
    832832        height: 20px;
    833833        width: 20px;
    834         font: normal 20px/1 'dashicons' !important;
     834        font: normal 20px/1 'dashicons';
    835835        speak: none;
    836836        -webkit-font-smoothing: antialiased;
    837837        -moz-osx-font-smoothing: grayscale;
     
    14221422        }
    14231423
    14241424        .post-format-options a div:before {
    1425                 font-size: 26px !important;
     1425                font-size: 26px;
    14261426        }
    14271427
    14281428        /* Publish Metabox Options */
     
    14991499
    15001500        /* TinyMCE Adjustments */
    15011501        .mceToolbar * {
    1502                 white-space: normal !important;
     1502                white-space: normal;
    15031503        }
    15041504
    15051505        .mceToolbar tr,
    15061506        .mceToolbar td {
    1507                 float: left !important;
     1507                float: left;
    15081508        }
    15091509
    15101510        .wp_themeSkin a.mceButton {
     
    15591559
    15601560        .wp-media-buttons span.wp-media-buttons-icon,
    15611561        .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;
    15651565        }
    15661566
    15671567        .wp-media-buttons .add_media span.wp-media-buttons-icon:before,
    15681568        .wp-media-buttons #insert-jetpack-contact-form span.jetpack-contact-form-icon:before {
    1569                 font-size: 20px !important;
     1569                font-size: 20px;
    15701570        }
    15711571
    15721572        #content_wp_fullscreen {
  • src/wp-admin/css/forms.css

     
    7979        height: 16px;
    8080        margin: -4px 4px 0 0;
    8181        outline: 0;
    82         padding: 0 !important;
     82        padding: 0;
    8383        text-align: center;
    8484        vertical-align: middle;
    8585        width: 16px;
     
    233233}
    234234
    235235.form-invalid {
    236         background-color: #ffebe8 !important;
     236        background-color: #ffebe8;
    237237}
    238238
    239239.form-invalid input,
    240240.form-invalid select {
    241         border-color: #c00 !important;
     241        border-color: #c00;
    242242}
    243243
    244244.form-input-tip {
     
    425425        padding: 0 5px 0 0;
    426426        position: relative;
    427427        top: 0;
    428         text-decoration: none !important;
     428        text-decoration: none;
    429429        vertical-align: top;
    430430        -webkit-font-smoothing: antialiased;
    431431        -moz-osx-font-smoothing: grayscale;
     
    585585}
    586586
    587587.form-table td fieldset label {
    588         margin: 0.25em 0 0.5em !important;
     588        margin: 0.25em 0 0.5em;
    589589        display: inline-block;
    590590}
    591591
  • src/wp-admin/css/ie.css

     
    153153}
    154154
    155155#adminmenu .wp-menu-arrow {
    156         display: none !important;
     156        display: none;
    157157}
    158158
    159159.js.folded #adminmenu li.menu-top {
     
    183183}
    184184
    185185#adminmenu .wp-menu-image {
    186         display: none !important;
     186        display: none;
    187187}
    188188
    189189#adminmenu a.menu-top .wp-menu-name {
     
    603603
    604604.revisions-tickmarks,
    605605.revisions-tooltip {
    606         display: none !important;
     606        display: none;
    607607}
    608608
    609609.revisions.pinned .revisions-controls {
  • src/wp-admin/css/install.css

     
    200200
    201201#pass-strength-result {
    202202        background-color: #eee;
    203         border-color: #ddd !important;
     203        border-color: #ddd;
    204204        border-style: solid;
    205205        border-width: 1px;
    206206        margin: 5px 5px 5px 0;
     
    212212
    213213#pass-strength-result.bad {
    214214        background-color: #ffb78c;
    215         border-color: #ff853c !important;
     215        border-color: #ff853c;
    216216}
    217217
    218218#pass-strength-result.good {
    219219        background-color: #ffec8b;
    220         border-color: #ffcc00 !important;
     220        border-color: #ffcc00;
    221221}
    222222
    223223#pass-strength-result.short {
    224224        background-color: #ffa0a0;
    225         border-color: #f04040 !important;
     225        border-color: #f04040;
    226226}
    227227
    228228#pass-strength-result.strong {
    229229        background-color: #c3ff88;
    230         border-color: #8dff1c !important;
     230        border-color: #8dff1c;
    231231}
    232232
    233233.message {
  • src/wp-admin/css/l10n.css

     
    5252.locale-zh-cn #wp-fullscreen-modes a { font-size: 12px; }
    5353
    5454/* zh_CN: Enlarge font-size. */
    55 .locale-zh-cn #sort-buttons { font-size: 1em !important; }
     55.locale-zh-cn #sort-buttons { font-size: 1em; }
    5656
    5757/* de_DE: Text needs more space for translation */
    5858.locale-de-de .inline-edit-row fieldset label span.title {
  • src/wp-admin/css/list-tables.css

     
    217217.vim-current,
    218218.vim-current th,
    219219.vim-current td {
    220         background-color: #e4f2fd !important;
     220        background-color: #e4f2fd;
    221221}
    222222
    223223th .comment-grey-bubble {
     
    237237        vertical-align: top;
    238238        -webkit-font-smoothing: antialiased;
    239239        -moz-osx-font-smoothing: grayscale;
    240         text-decoration: none !important;
     240        text-decoration: none;
    241241        color: #444;
    242242}
    243243
     
    313313
    314314#the-list tr:last-child td,
    315315#the-list tr:last-child th {
    316         border-bottom: none !important;
     316        border-bottom: none;
    317317        -webkit-box-shadow: none;
    318318        box-shadow: none;
    319319}
     
    390390        vertical-align: top;
    391391        -webkit-font-smoothing: antialiased;
    392392        -moz-osx-font-smoothing: grayscale;
    393         text-decoration: none !important;
     393        text-decoration: none;
    394394        color: #444;
    395395}
    396396
     
    718718}
    719719
    720720.row-title {
    721         font-size: 14px !important;
     721        font-size: 14px;
    722722        font-weight: 600;
    723723}
    724724
     
    13961396        vertical-align: top;
    13971397        -webkit-font-smoothing: antialiased;
    13981398        -moz-osx-font-smoothing: grayscale;
    1399         text-decoration: none !important;
     1399        text-decoration: none;
    14001400        color: #444;
    14011401}
    14021402
  • src/wp-admin/css/media.css

     
    675675
    676676.edit-attachment-frame .edit-media-header .right:before,
    677677.edit-attachment-frame .edit-media-header .left:before {
    678         font: normal 20px/50px 'dashicons' !important;
     678        font: normal 20px/50px 'dashicons';
    679679        display: inline;
    680680        font-weight: 300;
    681681}
     
    11621162
    11631163        .edit-attachment-frame .edit-media-header .right:before,
    11641164        .edit-attachment-frame .edit-media-header .left:before {
    1165                 line-height: 40px !important;
     1165                line-height: 40px;
    11661166        }
    11671167
    11681168        .edit-attachment-frame .edit-media-header .left {
  • src/wp-admin/css/nav-menus.css

     
    554554.menu-item-depth-10 .menu-item-transport { margin-left: -300px; }
    555555.menu-item-depth-11 .menu-item-transport { margin-left: -330px; }
    556556
    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; }
     557body.menu-max-depth-0 { min-width: 950px; }
     558body.menu-max-depth-1 { min-width: 980px; }
     559body.menu-max-depth-2 { min-width: 1010px; }
     560body.menu-max-depth-3 { min-width: 1040px; }
     561body.menu-max-depth-4 { min-width: 1070px; }
     562body.menu-max-depth-5 { min-width: 1100px; }
     563body.menu-max-depth-6 { min-width: 1130px; }
     564body.menu-max-depth-7 { min-width: 1160px; }
     565body.menu-max-depth-8 { min-width: 1190px; }
     566body.menu-max-depth-9 { min-width: 1220px; }
     567body.menu-max-depth-10 { min-width: 1250px; }
     568body.menu-max-depth-11 { min-width: 1280px; }
    569569
    570570/* Menu item controls */
    571571.item-type {
     
    602602        display: block;
    603603        width: 30px;
    604604        height: 40px;
    605         margin-right: 0 !important;
     605        margin-right: 0;
    606606        text-indent: 100%;
    607607        outline: none;
    608608        overflow: hidden;
     
    754754
    755755@media screen and ( max-width: 782px ) {
    756756        body.nav-menus-php {
    757                 min-width: 0 !important;
     757                min-width: 0;
    758758        }
    759759
    760760        #nav-menus-frame {
  • src/wp-admin/css/revisions.css

     
    336336}
    337337
    338338.revisions.pinned .revisions-tooltip {
    339         display: none !important;
     339        display: none;
    340340}
    341341
    342342.comparing-two-revisions .revisions-tooltip {
     
    495495
    496496.wp-slider .ui-slider-handle.from-handle:before,
    497497.wp-slider .ui-slider-handle.to-handle:before {
    498         font-size: 20px !important;
     498        font-size: 20px;
    499499        margin: -1px 0 0 -1px;
    500500}
    501501
  • src/wp-admin/css/themes.css

     
    436436}
    437437
    438438.theme-overlay .theme-header .close:before {
    439         font: normal 22px/50px 'dashicons' !important;
     439        font: normal 22px/50px 'dashicons';
    440440        color: #777;
    441441        display: inline-block;
    442442        content: '\f335';
     
    494494
    495495.theme-overlay .theme-header .right:before,
    496496.theme-overlay .theme-header .left:before {
    497         font: normal 20px/50px 'dashicons' !important;
     497        font: normal 20px/50px 'dashicons';
    498498        display: inline;
    499499        font-weight: 300;
    500500}
     
    10801080        content: '\f147';
    10811081}
    10821082.theme-browser .theme.is-installed .theme-actions .button-primary {
    1083         display: none !important;
     1083        display: none;
    10841084}
    10851085
    10861086.theme-install-php a.upload,
     
    11461146        display: block;
    11471147}
    11481148body.show-upload-theme p.no-themes {
    1149         display: none !important;
     1149        display: none;
    11501150}
    11511151
    11521152.theme-install-php .add-new-theme {
    1153         display: none !important;
     1153        display: none;
    11541154}
    11551155
    11561156@media only screen and (max-width: 1120px) {
     
    13191319
    13201320.wp-full-overlay.collapsed,
    13211321.wp-full-overlay.expanded .wp-full-overlay-sidebar {
    1322         margin-left: 0 !important;
     1322        margin-left: 0;
    13231323}
    13241324
    13251325.wp-full-overlay.expanded {
     
    15171517        position: relative;
    15181518        -webkit-font-smoothing: antialiased;
    15191519        -moz-osx-font-smoothing: grayscale;
    1520         text-decoration: none !important;
     1520        text-decoration: none;
    15211521}
    15221522
    15231523.wp-full-overlay.collapsed .collapse-sidebar-arrow:before,
  • src/wp-admin/css/widgets.css

     
    533533        }
    534534
    535535        div.widget {
    536                 margin: 0 auto 10px !important;
     536                margin: 0 auto 10px;
    537537                max-width: 480px;
    538538        }
    539539}
  • src/wp-admin/js/svg-painter.js

     
    233233                                }
    234234                        }
    235235
    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 + '");' );
    237237                }
    238238        };
    239239
  • src/wp-content/themes/twentyeleven/colors/dark.css

     
    590590@media print {
    591591        body {
    592592                color: #333;
    593                 background: none !important;
     593                background: none;
    594594        }
    595595        #page {
    596                 background: none !important;
     596                background: none;
    597597        }
    598598
    599599        /* Comments */
     
    608608                color: #959595;
    609609        }
    610610        .commentlist > li:before {
    611                 content: none !important;
     611                content: none;
    612612        }
    613613
    614614        /* Post Author threaded comments */
  • src/wp-content/themes/twentyeleven/editor-style.css

     
    101101}
    102102.mceContentBody blockquote,
    103103.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;
    106106        font-weight: normal;
    107107        margin: 0 3em;
    108108}
     
    213213
    214214/* Tables */
    215215table {
    216         border: none !important;
    217         border-bottom: 1px solid #ddd !important;
     216        border: none;
     217        border-bottom: 1px solid #ddd;
    218218        border-collapse: collapse;
    219219        border-spacing: 0;
    220220        text-align: left;
     
    222222        width: 100%;
    223223}
    224224tr th {
    225         border: none !important;
     225        border: none;
    226226        color: #666;
    227227        font-size: 10px;
    228228        font-weight: 500;
     
    231231        text-transform: uppercase;
    232232}
    233233td {
    234         border: none !important;
    235         border-top: 1px solid #ddd !important;
     234        border: none;
     235        border-top: 1px solid #ddd;
    236236        padding: 6px 10px 6px 0;
    237237}
    238238
     
    273273}
    274274.wp-caption img {
    275275        display: block;
    276         margin: 5px auto 0 !important;
     276        margin: 5px auto 0;
    277277        max-width: 98%;
    278278        border-color: #eee;
    279279}
     
    280280.wp-caption .wp-caption-text,
    281281.wp-caption-dd {
    282282        color: #666;
    283         font-family: Georgia, serif !important;
     283        font-family: Georgia, serif;
    284284        font-size: 12px;
    285         margin: 0 0 0.6em 0 !important;
     285        margin: 0 0 0.6em 0;
    286286        padding: 0 0 5px 40px;
    287287        position: relative;
    288288        text-align: left;
  • src/wp-content/themes/twentyeleven/functions.php

     
    251251        ?>
    252252                #site-title,
    253253                #site-description {
    254                         position: absolute !important;
     254                        position: absolute;
    255255                        clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
    256256                        clip: rect(1px, 1px, 1px, 1px);
    257257                }
     
    261261        ?>
    262262                #site-title a,
    263263                #site-description {
    264                         color: #<?php echo $text_color; ?> !important;
     264                        color: #<?php echo $text_color; ?>;
    265265                }
    266266        <?php endif; ?>
    267267        </style>
  • src/wp-content/themes/twentyeleven/rtl.css

     
    531531        /* Talking avatars take up too much room at this size */
    532532        .commentlist > li.comment,
    533533        .commentlist > li.pingback {
    534                 margin-right: 0 !important;
     534                margin-right: 0;
    535535        }
    536536        .commentlist .children .avatar {
    537537                left: auto;
  • src/wp-content/themes/twentyeleven/style.css

     
    494494
    495495/* Assistive text */
    496496.assistive-text {
    497         position: absolute !important;
     497        position: absolute;
    498498        clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
    499499        clip: rect(1px, 1px, 1px, 1px);
    500500}
     
    502502        background: #eee;
    503503        border-bottom: 1px solid #ddd;
    504504        color: #1982d1;
    505         clip: auto !important;
     505        clip: auto;
    506506        font-size: 12px;
    507507        position: absolute;
    508508        text-decoration: underline;
     
    727727.blog .sticky .entry-header .entry-meta {
    728728        clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
    729729        clip: rect(1px, 1px, 1px, 1px);
    730         position: absolute !important;
     730        position: absolute;
    731731}
    732732.entry-title,
    733733.entry-header .entry-meta {
     
    986986        max-width: 100%;
    987987}
    988988.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 */
    990990}
    991991
    992992/* Password Protected Posts */
     
    14281428section.featured-post .entry-meta {
    14291429        clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
    14301430        clip: rect(1px, 1px, 1px, 1px);
    1431         position: absolute !important;
     1431        position: absolute;
    14321432}
    14331433
    14341434/* Small featured post */
     
    24762476        }
    24772477        /* Make sure the logo and search form don't collide */
    24782478        #branding #searchform {
    2479                 top: 1.625em !important;
     2479                top: 1.625em;
    24802480        }
    24812481        /* Floated content doesn't work well at this size */
    24822482        .alignleft,
     
    25052505        /* Talking avatars take up too much room at this size */
    25062506        .commentlist > li.comment,
    25072507        .commentlist > li.pingback {
    2508                 margin-left: 0 !important;
     2508                margin-left: 0;
    25092509        }
    25102510        .commentlist .avatar {
    25112511                background: transparent;
     
    25652565
    25662566@media print {
    25672567        body {
    2568                 background: none !important;
     2568                background: none;
    25692569                font-size: 10pt;
    25702570        }
    25712571        footer.entry-meta a[rel=bookmark]:link:after,
     
    25732573                content: " [" attr(href) "] "; /* Show URLs */
    25742574        }
    25752575        #page {
    2576                 clear: both !important;
    2577                 display: block !important;
    2578                 float: none !important;
     2576                clear: both;
     2577                display: block;
     2578                float: none;
    25792579                max-width: 100%;
    2580                 position: relative !important;
     2580                position: relative;
    25812581        }
    25822582        #branding {
    2583                 border-top: none !important;
     2583                border-top: none;
    25842584                padding: 0;
    25852585        }
    25862586        #branding hgroup {
  • src/wp-content/themes/twentyfifteen/genericons/example.html

     
    226226}
    227227
    228228.genericon-404 {
    229         display: none !important; /* This is an easter egg */
     229        display: none; /* This is an easter egg */
    230230}
    231231
    232232.genericon:after {
     
    248248                float: none;
    249249                width: 100%;
    250250        }
    251        
     251
    252252        #glyph .info {
    253253                width: 30%;
    254254        }
     
    353353
    354354        var $rows = jQuery('#iconlist div');
    355355        jQuery('#search').keyup(function() {
    356        
     356
    357357                // remove update text when using search
    358358                jQuery('body').addClass('searching');
    359        
     359
    360360            var val = jQuery.trim(jQuery(this).val()).replace(/ +/g, ' ').toLowerCase();
    361        
     361
    362362            $rows.show().filter(function() {
    363363                var text = jQuery(this).text().replace(/\s+/g, ' ').toLowerCase();
    364364                return !~text.indexOf(val);
    365365            }).hide();
    366366        });
    367        
     367
    368368        jQuery('input#search').focus();
    369369
    370370        // sort based on number
     
    391391
    392392                        <div id="glyph">
    393393                        </div>
    394                        
     394
    395395                        <div class="description">
    396396                                <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>
    397397                        </div>
    398                        
     398
    399399                </div>
    400400        </div>
    401401
    402402        <div id="icons">
    403403                <div id="iconlist">
    404                
     404
    405405                        <!-- note, the text inside the HTML elements is purely for the seach -->
    406                        
     406
    407407                        <div alt="f423" class="genericon genericon-404" title="genericon-404">404</div>
    408                        
     408
    409409                        <div alt="f508" class="genericon genericon-activity" title="genericon-activity">activity</div>
    410                        
     410
    411411                        <div alt="f509" class="genericon genericon-anchor" title="genericon-anchor">anchor</div>
    412                        
     412
    413413                        <div alt="f101" class="genericon genericon-aside" title="genericon-aside">aside</div>
    414                        
     414
    415415                        <div alt="f416" class="genericon genericon-attachment" title="genericon-attachment">attachment</div>
    416                        
     416
    417417                        <div alt="f109" class="genericon genericon-audio" title="genericon-audio">audio</div>
    418                        
     418
    419419                        <div alt="f471" class="genericon genericon-bold" title="genericon-bold">bold</div>
    420                        
     420
    421421                        <div alt="f444" class="genericon genericon-book" title="genericon-book">book</div>
    422                        
     422
    423423                        <div alt="f50a" class="genericon genericon-bug" title="genericon-bug">bug</div>
    424                        
     424
    425425                        <div alt="f447" class="genericon genericon-cart" title="genericon-cart">cart</div>
    426                        
     426
    427427                        <div alt="f301" class="genericon genericon-category" title="genericon-category">category</div>
    428                        
     428
    429429                        <div alt="f108" class="genericon genericon-chat" title="genericon-chat">chat</div>
    430                        
     430
    431431                        <div alt="f418" class="genericon genericon-checkmark" title="genericon-checkmark">checkmark</div>
    432                        
     432
    433433                        <div alt="f405" class="genericon genericon-close" title="genericon-close">close</div>
    434                        
     434
    435435                        <div alt="f406" class="genericon genericon-close-alt" title="genericon-close-alt">close-alt</div>
    436                        
     436
    437437                        <div alt="f426" class="genericon genericon-cloud" title="genericon-cloud">cloud</div>
    438                        
     438
    439439                        <div alt="f440" class="genericon genericon-cloud-download" title="genericon-cloud-download">cloud-download</div>
    440                        
     440
    441441                        <div alt="f441" class="genericon genericon-cloud-upload" title="genericon-cloud-upload">cloud-upload</div>
    442                        
     442
    443443                        <div alt="f462" class="genericon genericon-code" title="genericon-code">code</div>
    444                        
     444
    445445                        <div alt="f216" class="genericon genericon-codepen" title="genericon-codepen">codepen</div>
    446                        
     446
    447447                        <div alt="f445" class="genericon genericon-cog" title="genericon-cog">cog</div>
    448                        
     448
    449449                        <div alt="f432" class="genericon genericon-collapse" title="genericon-collapse">collapse</div>
    450                        
     450
    451451                        <div alt="f300" class="genericon genericon-comment" title="genericon-comment">comment</div>
    452                        
     452
    453453                        <div alt="f305" class="genericon genericon-day" title="genericon-day">day</div>
    454                        
     454
    455455                        <div alt="f221" class="genericon genericon-digg" title="genericon-digg">digg</div>
    456                        
     456
    457457                        <div alt="f443" class="genericon genericon-document" title="genericon-document">document</div>
    458                        
     458
    459459                        <div alt="f428" class="genericon genericon-dot" title="genericon-dot">dot</div>
    460                        
     460
    461461                        <div alt="f502" class="genericon genericon-downarrow" title="genericon-downarrow">downarrow</div>
    462                        
     462
    463463                        <div alt="f50b" class="genericon genericon-download" title="genericon-download">download</div>
    464                        
     464
    465465                        <div alt="f436" class="genericon genericon-draggable" title="genericon-draggable">draggable</div>
    466                        
     466
    467467                        <div alt="f201" class="genericon genericon-dribbble" title="genericon-dribbble">dribbble</div>
    468                        
     468
    469469                        <div alt="f225" class="genericon genericon-dropbox" title="genericon-dropbox">dropbox</div>
    470                        
     470
    471471                        <div alt="f433" class="genericon genericon-dropdown" title="genericon-dropdown">dropdown</div>
    472                        
     472
    473473                        <div alt="f434" class="genericon genericon-dropdown-left" title="genericon-dropdown-left">dropdown-left</div>
    474                        
     474
    475475                        <div alt="f411" class="genericon genericon-edit" title="genericon-edit">edit</div>
    476                        
     476
    477477                        <div alt="f476" class="genericon genericon-ellipsis" title="genericon-ellipsis">ellipsis</div>
    478                        
     478
    479479                        <div alt="f431" class="genericon genericon-expand" title="genericon-expand">expand</div>
    480                        
     480
    481481                        <div alt="f442" class="genericon genericon-external" title="genericon-external">external</div>
    482                        
     482
    483483                        <div alt="f203" class="genericon genericon-facebook" title="genericon-facebook">facebook</div>
    484                        
     484
    485485                        <div alt="f204" class="genericon genericon-facebook-alt" title="genericon-facebook-alt">facebook-alt</div>
    486                        
     486
    487487                        <div alt="f458" class="genericon genericon-fastforward" title="genericon-fastforward">fastforward</div>
    488                        
     488
    489489                        <div alt="f413" class="genericon genericon-feed" title="genericon-feed">feed</div>
    490                        
     490
    491491                        <div alt="f468" class="genericon genericon-flag" title="genericon-flag">flag</div>
    492                        
     492
    493493                        <div alt="f211" class="genericon genericon-flickr" title="genericon-flickr">flickr</div>
    494                        
     494
    495495                        <div alt="f226" class="genericon genericon-foursquare" title="genericon-foursquare">foursquare</div>
    496                        
     496
    497497                        <div alt="f474" class="genericon genericon-fullscreen" title="genericon-fullscreen">fullscreen</div>
    498                        
     498
    499499                        <div alt="f103" class="genericon genericon-gallery" title="genericon-gallery">gallery</div>
    500                        
     500
    501501                        <div alt="f200" class="genericon genericon-github" title="genericon-github">github</div>
    502                        
     502
    503503                        <div alt="f206" class="genericon genericon-googleplus" title="genericon-googleplus">googleplus</div>
    504                        
     504
    505505                        <div alt="f218" class="genericon genericon-googleplus-alt" title="genericon-googleplus-alt">googleplus-alt</div>
    506                        
     506
    507507                        <div alt="f50c" class="genericon genericon-handset" title="genericon-handset">handset</div>
    508                        
     508
    509509                        <div alt="f461" class="genericon genericon-heart" title="genericon-heart">heart</div>
    510                        
     510
    511511                        <div alt="f457" class="genericon genericon-help" title="genericon-help">help</div>
    512                        
     512
    513513                        <div alt="f404" class="genericon genericon-hide" title="genericon-hide">hide</div>
    514                        
     514
    515515                        <div alt="f505" class="genericon genericon-hierarchy" title="genericon-hierarchy">hierarchy</div>
    516                        
     516
    517517                        <div alt="f409" class="genericon genericon-home" title="genericon-home">home</div>
    518                        
     518
    519519                        <div alt="f102" class="genericon genericon-image" title="genericon-image">image</div>
    520                        
     520
    521521                        <div alt="f455" class="genericon genericon-info" title="genericon-info">info</div>
    522                        
     522
    523523                        <div alt="f215" class="genericon genericon-instagram" title="genericon-instagram">instagram</div>
    524                        
     524
    525525                        <div alt="f472" class="genericon genericon-italic" title="genericon-italic">italic</div>
    526                        
     526
    527527                        <div alt="f427" class="genericon genericon-key" title="genericon-key">key</div>
    528                        
     528
    529529                        <div alt="f503" class="genericon genericon-leftarrow" title="genericon-leftarrow">leftarrow</div>
    530                        
     530
    531531                        <div alt="f107" class="genericon genericon-link" title="genericon-link">link</div>
    532                        
     532
    533533                        <div alt="f207" class="genericon genericon-linkedin" title="genericon-linkedin">linkedin</div>
    534                        
     534
    535535                        <div alt="f208" class="genericon genericon-linkedin-alt" title="genericon-linkedin-alt">linkedin-alt</div>
    536                        
     536
    537537                        <div alt="f417" class="genericon genericon-location" title="genericon-location">location</div>
    538                        
     538
    539539                        <div alt="f470" class="genericon genericon-lock" title="genericon-lock">lock</div>
    540                        
     540
    541541                        <div alt="f410" class="genericon genericon-mail" title="genericon-mail">mail</div>
    542                        
     542
    543543                        <div alt="f422" class="genericon genericon-maximize" title="genericon-maximize">maximize</div>
    544                        
     544
    545545                        <div alt="f419" class="genericon genericon-menu" title="genericon-menu">menu</div>
    546                        
     546
    547547                        <div alt="f50d" class="genericon genericon-microphone" title="genericon-microphone">microphone</div>
    548                        
     548
    549549                        <div alt="f421" class="genericon genericon-minimize" title="genericon-minimize">minimize</div>
    550                        
     550
    551551                        <div alt="f50e" class="genericon genericon-minus" title="genericon-minus">minus</div>
    552                        
     552
    553553                        <div alt="f307" class="genericon genericon-month" title="genericon-month">month</div>
    554                        
     554
    555555                        <div alt="f50f" class="genericon genericon-move" title="genericon-move">move</div>
    556                        
     556
    557557                        <div alt="f429" class="genericon genericon-next" title="genericon-next">next</div>
    558                        
     558
    559559                        <div alt="f456" class="genericon genericon-notice" title="genericon-notice">notice</div>
    560                        
     560
    561561                        <div alt="f506" class="genericon genericon-paintbrush" title="genericon-paintbrush">paintbrush</div>
    562                        
     562
    563563                        <div alt="f219" class="genericon genericon-path" title="genericon-path">path</div>
    564                        
     564
    565565                        <div alt="f448" class="genericon genericon-pause" title="genericon-pause">pause</div>
    566                        
     566
    567567                        <div alt="f437" class="genericon genericon-phone" title="genericon-phone">phone</div>
    568                        
     568
    569569                        <div alt="f473" class="genericon genericon-picture" title="genericon-picture">picture</div>
    570                        
     570
    571571                        <div alt="f308" class="genericon genericon-pinned" title="genericon-pinned">pinned</div>
    572                        
     572
    573573                        <div alt="f209" class="genericon genericon-pinterest" title="genericon-pinterest">pinterest</div>
    574                        
     574
    575575                        <div alt="f210" class="genericon genericon-pinterest-alt" title="genericon-pinterest-alt">pinterest-alt</div>
    576                        
     576
    577577                        <div alt="f452" class="genericon genericon-play" title="genericon-play">play</div>
    578                        
     578
    579579                        <div alt="f439" class="genericon genericon-plugin" title="genericon-plugin">plugin</div>
    580                        
     580
    581581                        <div alt="f510" class="genericon genericon-plus" title="genericon-plus">plus</div>
    582                        
     582
    583583                        <div alt="f224" class="genericon genericon-pocket" title="genericon-pocket">pocket</div>
    584                        
     584
    585585                        <div alt="f217" class="genericon genericon-polldaddy" title="genericon-polldaddy">polldaddy</div>
    586                        
     586
    587587                        <div alt="f460" class="genericon genericon-portfolio" title="genericon-portfolio">portfolio</div>
    588                        
     588
    589589                        <div alt="f430" class="genericon genericon-previous" title="genericon-previous">previous</div>
    590                        
     590
    591591                        <div alt="f469" class="genericon genericon-print" title="genericon-print">print</div>
    592                        
     592
    593593                        <div alt="f106" class="genericon genericon-quote" title="genericon-quote">quote</div>
    594                        
     594
    595595                        <div alt="f511" class="genericon genericon-rating-empty" title="genericon-rating-empty">rating-empty</div>
    596                        
     596
    597597                        <div alt="f512" class="genericon genericon-rating-full" title="genericon-rating-full">rating-full</div>
    598                        
     598
    599599                        <div alt="f513" class="genericon genericon-rating-half" title="genericon-rating-half">rating-half</div>
    600                        
     600
    601601                        <div alt="f222" class="genericon genericon-reddit" title="genericon-reddit">reddit</div>
    602                        
     602
    603603                        <div alt="f420" class="genericon genericon-refresh" title="genericon-refresh">refresh</div>
    604                        
     604
    605605                        <div alt="f412" class="genericon genericon-reply" title="genericon-reply">reply</div>
    606                        
     606
    607607                        <div alt="f466" class="genericon genericon-reply-alt" title="genericon-reply-alt">reply-alt</div>
    608                        
     608
    609609                        <div alt="f467" class="genericon genericon-reply-single" title="genericon-reply-single">reply-single</div>
    610                        
     610
    611611                        <div alt="f459" class="genericon genericon-rewind" title="genericon-rewind">rewind</div>
    612                        
     612
    613613                        <div alt="f501" class="genericon genericon-rightarrow" title="genericon-rightarrow">rightarrow</div>
    614                        
     614
    615615                        <div alt="f400" class="genericon genericon-search" title="genericon-search">search</div>
    616                        
     616
    617617                        <div alt="f438" class="genericon genericon-send-to-phone" title="genericon-send-to-phone">send-to-phone</div>
    618                        
     618
    619619                        <div alt="f454" class="genericon genericon-send-to-tablet" title="genericon-send-to-tablet">send-to-tablet</div>
    620                        
     620
    621621                        <div alt="f415" class="genericon genericon-share" title="genericon-share">share</div>
    622                        
     622
    623623                        <div alt="f403" class="genericon genericon-show" title="genericon-show">show</div>
    624                        
     624
    625625                        <div alt="f514" class="genericon genericon-shuffle" title="genericon-shuffle">shuffle</div>
    626                        
     626
    627627                        <div alt="f507" class="genericon genericon-sitemap" title="genericon-sitemap">sitemap</div>
    628                        
     628
    629629                        <div alt="f451" class="genericon genericon-skip-ahead" title="genericon-skip-ahead">skip-ahead</div>
    630                        
     630
    631631                        <div alt="f450" class="genericon genericon-skip-back" title="genericon-skip-back">skip-back</div>
    632                        
     632
    633633                        <div alt="f220" class="genericon genericon-skype" title="genericon-skype">skype</div>
    634                        
     634
    635635                        <div alt="f424" class="genericon genericon-spam" title="genericon-spam">spam</div>
    636                        
     636
    637637                        <div alt="f515" class="genericon genericon-spotify" title="genericon-spotify">spotify</div>
    638                        
     638
    639639                        <div alt="f100" class="genericon genericon-standard" title="genericon-standard">standard</div>
    640                        
     640
    641641                        <div alt="f408" class="genericon genericon-star" title="genericon-star">star</div>
    642                        
     642
    643643                        <div alt="f105" class="genericon genericon-status" title="genericon-status">status</div>
    644                        
     644
    645645                        <div alt="f449" class="genericon genericon-stop" title="genericon-stop">stop</div>
    646                        
     646
    647647                        <div alt="f223" class="genericon genericon-stumbleupon" title="genericon-stumbleupon">stumbleupon</div>
    648                        
     648
    649649                        <div alt="f463" class="genericon genericon-subscribe" title="genericon-subscribe">subscribe</div>
    650                        
     650
    651651                        <div alt="f465" class="genericon genericon-subscribed" title="genericon-subscribed">subscribed</div>
    652                        
     652
    653653                        <div alt="f425" class="genericon genericon-summary" title="genericon-summary">summary</div>
    654                        
     654
    655655                        <div alt="f453" class="genericon genericon-tablet" title="genericon-tablet">tablet</div>
    656                        
     656
    657657                        <div alt="f302" class="genericon genericon-tag" title="genericon-tag">tag</div>
    658                        
     658
    659659                        <div alt="f303" class="genericon genericon-time" title="genericon-time">time</div>
    660                        
     660
    661661                        <div alt="f435" class="genericon genericon-top" title="genericon-top">top</div>
    662                        
     662
    663663                        <div alt="f407" class="genericon genericon-trash" title="genericon-trash">trash</div>
    664                        
     664
    665665                        <div alt="f214" class="genericon genericon-tumblr" title="genericon-tumblr">tumblr</div>
    666                        
     666
    667667                        <div alt="f516" class="genericon genericon-twitch" title="genericon-twitch">twitch</div>
    668                        
     668
    669669                        <div alt="f202" class="genericon genericon-twitter" title="genericon-twitter">twitter</div>
    670                        
     670
    671671                        <div alt="f446" class="genericon genericon-unapprove" title="genericon-unapprove">unapprove</div>
    672                        
     672
    673673                        <div alt="f464" class="genericon genericon-unsubscribe" title="genericon-unsubscribe">unsubscribe</div>
    674                        
     674
    675675                        <div alt="f401" class="genericon genericon-unzoom" title="genericon-unzoom">unzoom</div>
    676                        
     676
    677677                        <div alt="f500" class="genericon genericon-uparrow" title="genericon-uparrow">uparrow</div>
    678                        
     678
    679679                        <div alt="f304" class="genericon genericon-user" title="genericon-user">user</div>
    680                        
     680
    681681                        <div alt="f104" class="genericon genericon-video" title="genericon-video">video</div>
    682                        
     682
    683683                        <div alt="f517" class="genericon genericon-videocamera" title="genericon-videocamera">videocamera</div>
    684                        
     684
    685685                        <div alt="f212" class="genericon genericon-vimeo" title="genericon-vimeo">vimeo</div>
    686                        
     686
    687687                        <div alt="f414" class="genericon genericon-warning" title="genericon-warning">warning</div>
    688                        
     688
    689689                        <div alt="f475" class="genericon genericon-website" title="genericon-website">website</div>
    690                        
     690
    691691                        <div alt="f306" class="genericon genericon-week" title="genericon-week">week</div>
    692                        
     692
    693693                        <div alt="f205" class="genericon genericon-wordpress" title="genericon-wordpress">wordpress</div>
    694                        
     694
    695695                        <div alt="f504" class="genericon genericon-xpost" title="genericon-xpost">xpost</div>
    696                        
     696
    697697                        <div alt="f213" class="genericon genericon-youtube" title="genericon-youtube">youtube</div>
    698                        
     698
    699699                        <div alt="f402" class="genericon genericon-zoom" title="genericon-zoom">zoom</div>
    700                        
    701700
     701
    702702                </div>
    703                
     703
    704704                <div id="temp" style="display: none;"></div>
    705                
     705
    706706        </div>
    707707
    708708        <div id="footer">
     
    709709
    710710                <p>An <a href="http://automattic.com" rel="nofollow">Automattic</a> Portrayal</p>
    711711                <p>No designers were harmed in the making of this icon font.</p>
    712                
    713712
     713
    714714        </div>
    715715
    716716</div>
  • src/wp-content/themes/twentyfifteen/style.css

     
    10271027
    10281028/* reset screen-reader-text */
    10291029.pagination .current .screen-reader-text {
    1030         position: static !important;
     1030        position: static;
    10311031}
    10321032
    10331033.pagination .page-numbers {
     
    11781178        clip: rect(1px, 1px, 1px, 1px);
    11791179        height: 1px;
    11801180        overflow: hidden;
    1181         position: absolute !important;
     1181        position: absolute;
    11821182        width: 1px;
    11831183}
    11841184
     
    27622762
    27632763        /* restore screen-reader-text */
    27642764        .pagination .current .screen-reader-text {
    2765                 position: absolute !important;
     2765                position: absolute;
    27662766        }
    27672767
    27682768        .pagination .page-numbers {
     
    56175617
    56185618@media print {
    56195619        body {
    5620                 background: none !important; /* Brute force since user agents all print differently. */
     5620                background: none; /* Brute force since user agents all print differently. */
    56215621                font-size: 11.25pt;
    56225622        }
    56235623
     
    56435643        .page-header,
    56445644        .page-content,
    56455645        .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 */
    56475647        }
    56485648
    56495649        body,
     
    56705670        .site-info a,
    56715671        .wp-caption-text,
    56725672        .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 */
    56745674        }
    56755675
    56765676        pre,
     
    56895689        .comment-list .pingback,
    56905690        .comment-list .trackback,
    56915691        .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 */
    56935693        }
    56945694
    56955695        .site {
     
    57175717        }
    57185718
    57195719        .sticky-post {
    5720                 background: #000 !important;
    5721                 color: #fff !important;
     5720                background: #000;
     5721                color: #fff;
    57225722        }
    57235723
    57245724        .entry-header,
  • src/wp-content/themes/twentyfourteen/style.css

     
    41724172
    41734173@media print {
    41744174        body {
    4175                 background: none !important; /* Brute force since user agents all print differently. */
     4175                background: none; /* Brute force since user agents all print differently. */
    41764176                color: #2b2b2b;
    41774177                font-size: 12pt;
    41784178        }
  • src/wp-content/themes/twentyten/editor-style.css

     
    214214        font-size: 0.9em;
    215215}
    216216table {
    217         border: 1px solid #e7e7e7 !important;
     217        border: 1px solid #e7e7e7;
    218218        border-collapse: collapse;
    219219        border-spacing: 0;
    220220        margin: 0 -1px 24px 0;
     
    223223}
    224224tr th,
    225225thead th {
    226         border: none !important;
     226        border: none;
    227227        color: #888;
    228228        font-size: 12px;
    229229        font-weight: bold;
     
    231231        padding: 9px 24px;
    232232}
    233233tr td {
    234         border: none !important;
    235         border-top: 1px solid #e7e7e7 !important;
     234        border: none;
     235        border-top: 1px solid #e7e7e7;
    236236        padding: 6px 24px;
    237237}
    238238img {
     
    282282        font-size: 12px;
    283283        line-height: 18px;
    284284        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 */
    286286        padding: 4px;
    287287        text-align: center;
    288288}
  • src/wp-content/themes/twentyten/style.css

     
    834834        background: #f1f1f1;
    835835        line-height: 18px;
    836836        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 */
    838838        padding: 4px;
    839839        text-align: center;
    840840}
     
    13031303
    13041304@media print {
    13051305        body {
    1306                 background: none !important;
     1306                background: none;
    13071307        }
    13081308        #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;
    13131313        }
    13141314        #header {
    13151315                border-bottom: 2pt solid #000;
     
    13431343        .navigation,
    13441344        .page-link,
    13451345        .widget-area {
    1346                 display: none !important;
     1346                display: none;
    13471347        }
    13481348        #container,
    13491349        #header,
  • src/wp-content/themes/twentythirteen/inc/custom-header.php

     
    179179        <?php if ( ! display_header_text() ) : ?>
    180180        #headimg h1,
    181181        #headimg h2 {
    182                 position: absolute !important;
     182                position: absolute;
    183183                clip: rect(1px 1px 1px 1px); /* IE7 */
    184184                clip: rect(1px, 1px, 1px, 1px);
    185185        }
  • src/wp-content/themes/twentythirteen/style.css

     
    539539/* Assistive text */
    540540.screen-reader-text {
    541541        clip: rect(1px, 1px, 1px, 1px);
    542         position: absolute !important;
     542        position: absolute;
    543543}
    544544
    545545.screen-reader-text:focus {
     
    546546        background-color: #f1f1f1;
    547547        border-radius: 3px;
    548548        box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    549         clip: auto !important;
     549        clip: auto;
    550550        color: #21759b;
    551551        display: block;
    552552        font-size: 14px;
     
    691691
    692692/* Override the Twitter embed fixed width. */
    693693.entry-content .twitter-tweet-rendered {
    694         max-width: 100% !important;
     694        max-width: 100%;
    695695}
    696696
    697697/* Images */
     
    14491449}
    14501450
    14511451.format-audio .wp-audio-shortcode {
    1452         height: 30px !important; /* Override mediaelement.js style */
     1452        height: 30px; /* Override mediaelement.js style */
    14531453        margin: 20px 0;
    1454         max-width: 400px !important; /* Override mediaelement.js style */
     1454        max-width: 400px; /* Override mediaelement.js style */
    14551455}
    14561456
    14571457.format-audio audio {
    1458         max-width: 100% !important; /* Avoid player width overflow. */
     1458        max-width: 100%; /* Avoid player width overflow. */
    14591459}
    14601460
    14611461/* Chat */
     
    31193119
    31203120@media print {
    31213121        body {
    3122                 background: none !important;
     3122                background: none;
    31233123                color: #000;
    31243124                font-size: 10pt;
    31253125        }
     
    31343134        }
    31353135
    31363136        .site-header {
    3137                 background-image: none !important;
     3137                background-image: none;
    31383138        }
    31393139
    31403140        .site-header .home-link {
  • src/wp-content/themes/twentytwelve/css/ie.css

     
    7373.main-navigation div.nav-menu > ul {
    7474        border-bottom: 1px solid #ededed;
    7575        border-top: 1px solid #ededed;
    76         display: inline-block !important;
     76        display: inline-block;
    7777        text-align: left;
    7878        width: 100%;
    7979}
  • src/wp-content/themes/twentytwelve/editor-style.css

     
    129129        font-size: 128.571429%;
    130130}
    131131.mceContentBody blockquote {
    132         font-style: italic !important;
     132        font-style: italic;
    133133        font-weight: normal;
    134134        margin: 0;
    135135        padding: 24px;
     
    277277        text-transform: uppercase;
    278278}
    279279td {
    280         border-top: 1px solid #ededed !important;
     280        border-top: 1px solid #ededed;
    281281        color: #757575;
    282282        font-size: inherit;
    283283        font-weight: normal;
  • src/wp-content/themes/twentytwelve/inc/custom-header.php

     
    125125                text-decoration: none;
    126126        }
    127127        #headimg h1 a:hover {
    128                 color: #21759b !important; /* Has to override custom inline style. */
     128                color: #21759b; /* Has to override custom inline style. */
    129129        }
    130130        #headimg h2 {
    131131                color: #757575;
  • src/wp-content/themes/twentytwelve/style.css

     
    341341        max-width: 100%;
    342342}
    343343.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 */
    345345}
    346346
    347347/* Images */
     
    504504/* Assistive text */
    505505.assistive-text,
    506506.site .screen-reader-text {
    507         position: absolute !important;
     507        position: absolute;
    508508        clip: rect(1px, 1px, 1px, 1px);
    509509}
    510510.main-navigation .assistive-text:focus {
     
    511511        background: #fff;
    512512        border: 2px solid #333;
    513513        border-radius: 3px;
    514         clip: auto !important;
     514        clip: auto;
    515515        color: #000;
    516516        display: block;
    517517        font-size: 12px;
     
    15051505        .main-navigation div.nav-menu > ul {
    15061506                border-bottom: 1px solid #ededed;
    15071507                border-top: 1px solid #ededed;
    1508                 display: inline-block !important;
     1508                display: inline-block;
    15091509                text-align: left;
    15101510                width: 100%;
    15111511        }
     
    16691669
    16701670@media print {
    16711671        body {
    1672                 background: none !important;
     1672                background: none;
    16731673                color: #000;
    16741674                font-size: 10pt;
    16751675        }
     
    16881688                box-shadow: none;
    16891689        }
    16901690        .site {
    1691                 clear: both !important;
    1692                 display: block !important;
    1693                 float: none !important;
     1691                clear: both;
     1692                display: block;
     1693                float: none;
    16941694                max-width: 100%;
    1695                 position: relative !important;
     1695                position: relative;
    16961696        }
    16971697        .site-header {
    16981698                margin-bottom: 72px;
  • src/wp-includes/admin-bar.php

     
    828828 */
    829829function _admin_bar_bump_cb() { ?>
    830830<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; }
    833833        @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; }
    836836        }
    837837</style>
    838838<?php
  • src/wp-includes/css/admin-bar.css

     
    230230        padding: 4px 0;
    231231        -webkit-font-smoothing: antialiased;
    232232        -moz-osx-font-smoothing: grayscale;
    233         background-image: none !important;
     233        background-image: none;
    234234        margin-right: 6px;
    235235}
    236236
     
    469469 */
    470470#wpadminbar .quicklinks li .blavatar {
    471471        float: left;
    472         font: normal 16px/1 'dashicons' !important;
     472        font: normal 16px/1 'dashicons';
    473473        speak: none;
    474474        -webkit-font-smoothing: antialiased;
    475475        -moz-osx-font-smoothing: grayscale;
     
    564564        top: 6px;
    565565        left: 5px;
    566566        z-index: 20;
    567         font: normal 20px/1 'dashicons' !important;
     567        font: normal 20px/1 'dashicons';
    568568        content: '\f179';
    569569        speak: none;
    570570        -webkit-font-smoothing: antialiased;
     
    718718.no-font-face #wpadminbar .ab-icon:before,
    719719.no-font-face #wpadminbar a.ab-item:before,
    720720.no-font-face #wpadminbar #wp-admin-bar-wp-logo > .ab-item {
    721         display: none !important;
     721        display: none;
    722722}
    723723
    724724.no-font-face #wpadminbar ul.ab-top-menu > li > a > span.ab-label {
     
    726726}
    727727
    728728.no-font-face #wpadminbar #wp-admin-bar-menu-toggle span.ab-icon {
    729         display: inline !important;
     729        display: inline;
    730730}
    731731
    732732.no-font-face #wpadminbar #wp-admin-bar-menu-toggle span.ab-icon:before {
    733733        content: "Menu";
    734         font: 14px/45px sans-serif !important;
    735         display: inline-block !important;
     734        font: 14px/45px sans-serif;
     735        display: inline-block;
    736736        color: #fff;
    737737}
    738738
     
    744744@media screen and ( max-width: 782px ) {
    745745        /* Toolbar Touchification*/
    746746        html #wpadminbar {
    747                 left: 0 !important;
    748                 z-index: 500 !important;
     747                left: 0;
     748                z-index: 500;
    749749                height: 46px;
    750750                min-width: 300px;
    751751
     
    772772        }
    773773
    774774        #wpadminbar .ab-icon {
    775                 font: 40px/1 dashicons !important;
     775                font: 40px/1 dashicons;
    776776                margin: 0;
    777777                padding: 0;
    778778                width: 52px;
     
    835835        }
    836836
    837837        #wpadminbar #wp-admin-bar-wp-logo > .ab-item .ab-icon:before {
    838                 font: 28px/1 'dashicons' !important;
     838                font: 28px/1 'dashicons';
    839839                top: -3px;
    840840        }
    841841
     
    897897        #wpadminbar #wp-admin-bar-new-content .ab-icon:before {
    898898                top: 0;
    899899                line-height: 53px;
    900                 height: 46px !important;
     900                height: 46px;
    901901                text-align: center;
    902902                width: 52px;
    903903                display: block;
     
    967967        }
    968968
    969969        #wpadminbar #wp-admin-bar-user-info .username {
    970                 line-height: 0.8 !important;
     970                line-height: 0.8;
    971971                margin-bottom: -2px;
    972972        }
    973973
  • src/wp-includes/css/buttons.css

     
    187187.wp-core-ui .button-secondary:disabled,
    188188.wp-core-ui .button-secondary.disabled,
    189189.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;
    196196        cursor: default;
    197197}
    198198
     
    249249.wp-core-ui .button-primary:disabled,
    250250.wp-core-ui .button-primary-disabled,
    251251.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 );
    258258        cursor: default;
    259259}
    260260
  • src/wp-includes/css/editor.css

     
    20432043        }
    20442044
    20452045        #wp-fullscreen-central-toolbar {
    2046                 width: auto !important;
     2046                width: auto;
    20472047                min-width: 0;
    20482048        }
    20492049
     
    20762076
    20772077        .wp-fullscreen-wrap .wp-editor-container,
    20782078        .wp-fullscreen-title {
    2079                 width: 480px !important;
     2079                width: 480px;
    20802080        }
    20812081
    20822082        body.wp-fullscreen-active {
     
    20942094        }
    20952095
    20962096        #wp-fullscreen-status {
    2097                 width: auto !important;
     2097                width: auto;
    20982098                max-width: 100%;
    20992099                padding: 0 10px;
    21002100        }
  • src/wp-includes/css/jquery-ui-dialog.css

     
    6464/* Interaction Cues
    6565----------------------------------*/
    6666.ui-state-disabled {
    67         cursor: default !important;
     67        cursor: default;
    6868}
    6969
    7070
     
    244244
    245245.ui-button[disabled],
    246246.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;
    253253        cursor: default;
    254254}
    255255
  • src/wp-includes/css/media-views.css

     
    465465.sidebar-for-errors .compat-item,
    466466.sidebar-for-errors .media-sidebar .media-progress-bar,
    467467.sidebar-for-errors .upload-details {
    468         display: none !important;
     468        display: none;
    469469}
    470470
    471471/**
     
    10801080}
    10811081
    10821082.uploader-inline .close:before {
    1083         font: normal 30px/50px 'dashicons' !important;
     1083        font: normal 30px/50px 'dashicons';
    10841084        color: #777;
    10851085        display: inline-block;
    10861086        content: '\f335';
     
    13441344}
    13451345
    13461346.uploader-inline .browser {
    1347         display: inline-block !important;
     1347        display: inline-block;
    13481348}
    13491349
    13501350/**
     
    16571657}
    16581658
    16591659.media-modal .imgedit-wait {
    1660         height: auto !important;
     1660        height: auto;
    16611661        right: 0;
    16621662        bottom: 0;
    16631663        left: 0;
  • src/wp-includes/css/wp-auth-check.css

     
    6363
    6464#wp-auth-check-wrap .wp-auth-check-close:before {
    6565        content: '\f158';
    66         display: block !important;
     66        display: block;
    6767        font: normal 20px/1 'dashicons';
    6868        speak: none;
    6969        height: 22px;
     
    7171        text-align: center;
    7272        width: 22px;
    7373        color: #777;
    74         -webkit-font-smoothing: antialiased !important;
     74        -webkit-font-smoothing: antialiased;
    7575        -moz-osx-font-smoothing: grayscale;
    7676}
    7777
  • src/wp-includes/css/wp-pointer.css

     
    6363        background: none;
    6464        color: #bbb;
    6565        content: '\f153';
    66         display: block !important;
     66        display: block;
    6767        font: normal 13px/1 'dashicons';
    6868        speak: none;
    6969        margin: 1px 0;
    7070        text-align: center;
    71         -webkit-font-smoothing: antialiased !important;
     71        -webkit-font-smoothing: antialiased;
    7272        width: 10px;
    7373        height: 100%;
    7474        position: absolute;
  • src/wp-includes/js/mediaelement/wp-mediaelement.css

     
    4545}
    4646
    4747.me-cannotplay {
    48         width: auto !important;
     48        width: auto;
    4949}
    5050
    5151.media-embed-details .wp-audio-shortcode {
  • src/wp-includes/js/tinymce/skins/wordpress/wp-content.css

     
    2020        color: #333;
    2121        margin: 9px 10px;
    2222        max-width: 100%;
    23         -webkit-font-smoothing: antialiased !important;
     23        -webkit-font-smoothing: antialiased;
    2424}
    2525
    2626body.rtl {
     
    3232}
    3333
    3434body.wp-autoresize {
    35         overflow: visible !important;
     35        overflow: visible;
    3636        /* 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;
    4141}
    4242
    4343/* When font-weight is different than the default browser style,
     
    4444Chrome and Safari replace <strong> and <b> with spans with inline styles on pasting?! */
    4545body.webkit strong,
    4646body.webkit b {
    47         font-weight: bold !important;
     47        font-weight: bold;
    4848}
    4949
    5050pre {