Ticket #28040: css-standards.diff
| File css-standards.diff, 104.4 KB (added by , 12 years ago) |
|---|
-
wp-admin/css/about.css
75 75 } 76 76 77 77 .about-wrap h3 { 78 margin: 1em 0 .6em;78 margin: 1em 0 0.6em; 79 79 font-size: 1.5em; 80 80 line-height: 1.5em; 81 81 } … … 145 145 display: inline-block; 146 146 width: 150px; 147 147 text-rendering: optimizeLegibility; 148 -webkit-box-shadow: 0 1px 3px rgba(0, 0,0,0.2);149 box-shadow: 0 1px 3px rgba(0, 0,0,0.2);148 -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2); 149 box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2); 150 150 } 151 151 152 152 … … 260 260 } 261 261 262 262 .about-wrap ul.compact { 263 margin-bottom: 0 263 margin-bottom: 0; 264 264 } 265 265 266 266 .about-wrap li.wp-person { -
wp-admin/css/admin-menu.css
39 39 40 40 .icon16:before { 41 41 color: #999; 42 font: normal 20px/1 'dashicons';42 font: normal 20px/1 "dashicons"; 43 43 speak: none; 44 44 padding: 6px 0; 45 45 height: 34px; … … 47 47 display: inline-block; 48 48 -webkit-font-smoothing: antialiased; 49 49 -moz-osx-font-smoothing: grayscale; 50 -webkit-transition: all .1s ease-in-out;51 transition: all .1s ease-in-out;50 -webkit-transition: all 0.1s ease-in-out; 51 transition: all 0.1s ease-in-out; 52 52 } 53 53 54 54 .icon16.icon-dashboard:before { 55 content: '\f226';55 content: "\f226"; 56 56 } 57 57 58 58 .icon16.icon-post:before { 59 content: '\f109';59 content: "\f109"; 60 60 } 61 61 62 62 .icon16.icon-media:before { 63 content: '\f104';63 content: "\f104"; 64 64 } 65 65 66 66 .icon16.icon-links:before { 67 content: '\f103';67 content: "\f103"; 68 68 } 69 69 70 70 .icon16.icon-page:before { 71 content: '\f105';71 content: "\f105"; 72 72 } 73 73 74 74 .icon16.icon-comments:before { 75 content: '\f101';75 content: "\f101"; 76 76 margin-top: 1px; 77 77 } 78 78 79 79 .icon16.icon-appearance:before { 80 content: '\f100';80 content: "\f100"; 81 81 } 82 82 83 83 .icon16.icon-plugins:before { 84 content: '\f106';84 content: "\f106"; 85 85 } 86 86 87 87 .icon16.icon-users:before { 88 content: '\f110';88 content: "\f110"; 89 89 } 90 90 91 91 .icon16.icon-tools:before { 92 content: '\f107';92 content: "\f107"; 93 93 } 94 94 95 95 .icon16.icon-settings:before { 96 content: '\f108';96 content: "\f108"; 97 97 } 98 98 99 99 .icon16.icon-site:before { 100 content: '\f112'100 content: "\f112"; 101 101 } 102 102 103 103 .icon16.icon-generic:before { 104 content: '\f111';104 content: "\f111"; 105 105 } 106 106 107 107 /* hide background-image for icons above */ … … 201 201 padding: 7px 0 8px; 202 202 z-index: 9999; 203 203 background-color: #333; 204 -webkit-box-shadow: 0 3px 5px rgba(0, 0,0,0.2);205 box-shadow: 0 3px 5px rgba(0, 0,0,0.2);204 -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2); 205 box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2); 206 206 } 207 207 208 208 .js #adminmenu .sub-open, … … 298 298 .folded #adminmenu .wp-has-current-submenu li > a { 299 299 padding-right: 16px; 300 300 padding-left: 14px; 301 -webkit-transition: all .1s ease-in-out;302 transition: all .1s ease-in-out;301 -webkit-transition: all 0.1s ease-in-out; 302 transition: all 0.1s ease-in-out; 303 303 } 304 304 305 305 #adminmenu .wp-has-current-submenu ul > li > a, … … 358 358 div.wp-menu-image:before { 359 359 color: #999; 360 360 padding: 7px 0; 361 -webkit-transition: all .1s ease-in-out;362 transition: all .1s ease-in-out;361 -webkit-transition: all 0.1s ease-in-out; 362 transition: all 0.1s ease-in-out; 363 363 } 364 364 365 365 #adminmenu div.wp-menu-image:before { … … 538 538 line-height: 34px; 539 539 margin-top: 10px; 540 540 color: #aaa; 541 -webkit-transition: all .1s ease-in-out;542 transition: all .1s ease-in-out;541 -webkit-transition: all 0.1s ease-in-out; 542 transition: all 0.1s ease-in-out; 543 543 } 544 544 545 545 #collapse-menu:hover, … … 571 571 } 572 572 573 573 #collapse-button div:after { 574 content: '\f148';574 content: "\f148"; 575 575 display: block; 576 576 line-height: 15px; 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" !important; 581 581 speak: none; 582 582 margin: 0 auto; 583 583 padding: 0 !important; 584 584 position: relative; 585 585 text-align: center; 586 586 width: 20px; 587 -webkit-transition: all .1s ease-in-out;588 transition: all .1s ease-in-out;587 -webkit-transition: all 0.1s ease-in-out; 588 transition: all 0.1s ease-in-out; 589 589 -webkit-font-smoothing: antialiased; 590 590 -moz-osx-font-smoothing: grayscale; 591 591 } … … 631 631 .auto-fold #adminmenu .wp-has-current-submenu.opensub .wp-submenu, 632 632 .auto-fold #adminmenu a.menu-top:focus + .wp-submenu, 633 633 .auto-fold #adminmenu .wp-has-current-submenu a.menu-top:focus + .wp-submenu { 634 top: 0 px;634 top: 0; 635 635 left: 36px; 636 636 } 637 637 … … 877 877 } 878 878 879 879 #wpadminbar #wp-admin-bar-menu-toggle .ab-icon:before { 880 content: '\f228';880 content: "\f228"; 881 881 display: inline-block; 882 882 float: left; 883 font: normal 40px/45px 'Dashicons';883 font: normal 40px/45px "dashicons"; 884 884 vertical-align: middle; 885 885 outline: none; 886 886 margin: 0; -
wp-admin/css/color-picker.css
24 24 vertical-align: bottom; 25 25 display: inline-block; 26 26 padding-left: 30px; 27 -webkit-box-shadow: 0 1px 0 rgba(0, 0,0,.08);28 box-shadow: 0 1px 0 rgba(0, 0,0,.08);27 -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.08); 28 box-shadow: 0 1px 0 rgba(0, 0, 0, 0.08); 29 29 } 30 30 31 31 .wp-color-result:after { … … 74 74 75 75 .wp-color-result:focus { 76 76 border-color: #888; 77 -webkit-box-shadow: 0 1px 2px rgba( 0, 0, 0, 0.2);78 box-shadow: 0 1px 2px rgba( 0, 0, 0, 0.2);77 -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2); 78 box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2); 79 79 } 80 80 81 81 .wp-color-result:focus:after { -
wp-admin/css/common.css
145 145 color: #21759b; 146 146 z-index: 100000; 147 147 line-height: normal; 148 -webkit-box-shadow: 0 0 2px 2px rgba(0, 0,0,.6);149 box-shadow: 0 0 2px 2px rgba(0, 0,0,.6);148 -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6); 149 box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6); 150 150 text-decoration: none; 151 151 outline: none; 152 152 } … … 178 178 .feature-filter, 179 179 .imgedit-group { 180 180 border: 1px solid #e5e5e5; 181 -webkit-box-shadow: 0 1px 1px rgba(0, 0,0,0.04);182 box-shadow: 0 1px 1px rgba(0, 0,0,0.04);181 -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04); 182 box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04); 183 183 } 184 184 185 185 table.widefat, … … 234 234 color: #0074a2; 235 235 -webkit-transition-property: border, background, color; 236 236 transition-property: border, background, color; 237 -webkit-transition-duration: .05s;238 transition-duration: .05s;237 -webkit-transition-duration: 0.05s; 238 transition-duration: 0.05s; 239 239 -webkit-transition-timing-function: ease-in-out; 240 240 transition-timing-function: ease-in-out; 241 241 } … … 274 274 blockquote:after, 275 275 q:before, 276 276 q:after { 277 content: '';277 content: ""; 278 278 content: none; 279 279 } 280 280 … … 305 305 306 306 h1 { 307 307 font-size: 2em; 308 margin: .67em 0;308 margin: 0.67em 0; 309 309 } 310 310 311 311 h2 { 312 312 color: #222; 313 313 font-size: 1.5em; 314 margin: .83em 0;314 margin: 0.83em 0; 315 315 font-weight: 400; 316 316 } 317 317 … … 391 391 padding: 3px 5px 2px 5px; 392 392 margin: 0 1px; 393 393 background: #eaeaea; 394 background: rgba(0, 0,0,0.07);394 background: rgba(0, 0, 0, 0.07); 395 395 font-size: 13px; 396 396 } 397 397 … … 406 406 407 407 .subsubsub a { 408 408 line-height: 2; 409 padding: .2em;409 padding: 0.2em; 410 410 text-decoration: none; 411 411 } 412 412 … … 561 561 border-left: 4px solid #7ad03a; 562 562 padding: 1px 12px; 563 563 background-color: #fff; 564 -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0,0,0.1);565 box-shadow: 0 1px 1px 0 rgba(0, 0,0,0.1);564 -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1); 565 box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1); 566 566 } 567 567 568 568 div.error { 569 569 border-left: 4px solid #dd3d36; 570 570 background: #fff; 571 -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0,0,0.1);572 box-shadow: 0 1px 1px 0 rgba(0, 0,0,0.1);571 -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1); 572 box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1); 573 573 padding: 1px 12px; 574 574 } 575 575 … … 631 631 div#widgets-right .widget-top:hover, 632 632 #widgets-left .widget-top:hover { 633 633 border-color: #999; 634 -webkit-box-shadow: 0 1px 2px rgba(0, 0,0,0.1);635 box-shadow: 0 1px 2px rgba(0, 0,0,0.1);634 -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1); 635 box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1); 636 636 } 637 637 638 638 .sorthelper { … … 746 746 #bulk-titles div a:before { 747 747 background: none; 748 748 color: #bbb; 749 content: '\f153';749 content: "\f153"; 750 750 display: block !important; 751 font: normal 16px/1 'dashicons';751 font: normal 16px/1 "dashicons"; 752 752 speak: none; 753 753 height: 20px; 754 754 margin: 2px 0; … … 933 933 margin: 25px 20px 0 2px; 934 934 background-color: #fff; 935 935 border-left: 4px solid #ffba00; 936 -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0,0,0.1);937 box-shadow: 0 1px 1px 0 rgba(0, 0,0,0.1);936 -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1); 937 box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1); 938 938 } 939 939 940 940 .update-message { … … 1023 1023 background-color: #fff; 1024 1024 border: 1px solid #ddd; 1025 1025 border-top: none; 1026 -webkit-box-shadow: 0 1px 0 rgba(0, 0,0,.025);1027 box-shadow: 0 1px 0 rgba(0, 0,0,.025);1026 -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.025); 1027 box-shadow: 0 1px 0 rgba(0, 0, 0, 0.025); 1028 1028 } 1029 1029 1030 1030 #screen-options-link-wrap, … … 1035 1035 border: 1px solid #ddd; 1036 1036 border-top: none; 1037 1037 background: #fff; 1038 -webkit-box-shadow: 0 1px 1px -1px rgba(0, 0,0,0.1);1039 box-shadow: 0 1px 1px -1px rgba(0, 0,0,0.1);1038 -webkit-box-shadow: 0 1px 1px -1px rgba(0, 0, 0, 0.1); 1039 box-shadow: 0 1px 1px -1px rgba(0, 0, 0, 0.1); 1040 1040 } 1041 1041 1042 1042 #screen-meta-links .screen-meta-toggle { … … 1056 1056 1057 1057 #screen-meta-links a:focus { 1058 1058 border-color: #aaa; 1059 -webkit-box-shadow: 0 2px 3px rgba(0, 0,0,0.15);1060 box-shadow: 0 2px 3px rgba(0, 0,0,0.15);1059 -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.15); 1060 box-shadow: 0 2px 3px rgba(0, 0, 0, 0.15); 1061 1061 } 1062 1062 1063 1063 #screen-meta-links a.show-settings { … … 1071 1071 1072 1072 #screen-meta-links a:after { 1073 1073 right: 0; 1074 content: '\f140';1075 font: normal 20px/1 'dashicons';1074 content: "\f140"; 1075 font: normal 20px/1 "dashicons"; 1076 1076 speak: none; 1077 1077 display: inline-block; 1078 1078 padding: 0 5px 0 0; … … 1086 1086 } 1087 1087 1088 1088 #screen-meta-links a.screen-meta-active:after { 1089 content: '\f142';1089 content: "\f142"; 1090 1090 } 1091 1091 1092 1092 #screen-meta-links a.show-settings:hover { … … 1204 1204 margin: 0 -1px 0 0; 1205 1205 border-left: 2px solid #2ea2cc; 1206 1206 background: #f6fbfd; 1207 -webkit-box-shadow: 0 2px 0 rgba(0, 0,0,0.02), 0 1px 0 rgba(0,0,0,0.02);1208 box-shadow: 0 2px 0 rgba(0, 0,0,0.02), 0 1px 0 rgba(0,0,0,0.02);1207 -webkit-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.02), 0 1px 0 rgba(0, 0, 0, 0.02); 1208 box-shadow: 0 2px 0 rgba(0, 0, 0, 0.02), 0 1px 0 rgba(0, 0, 0, 0.02); 1209 1209 } 1210 1210 1211 1211 .contextual-help-tabs .active a { … … 1759 1759 -webkit-font-smoothing: antialiased; 1760 1760 font-size: 20px; 1761 1761 line-height: 1; 1762 font-family: 'dashicons';1762 font-family: "dashicons"; 1763 1763 text-decoration: inherit; 1764 1764 font-weight: normal; 1765 1765 font-style: normal; … … 1771 1771 } 1772 1772 1773 1773 .star-rating .star-full:before { 1774 content: '\f155';1774 content: "\f155"; 1775 1775 } 1776 1776 1777 1777 .star-rating .star-half:before { 1778 content: '\f459';1778 content: "\f459"; 1779 1779 } 1780 1780 1781 1781 .rtl .star-rating .star-half { … … 1785 1785 } 1786 1786 1787 1787 .star-rating .star-empty:before { 1788 content: '\f154';1788 content: "\f154"; 1789 1789 } 1790 1790 1791 1791 div.action-links { … … 1954 1954 max-width: 100%; 1955 1955 width: auto; 1956 1956 height: auto; 1957 -webkit-box-shadow: 0 1px 2px rgba( 0, 0, 0, 0.3);1958 box-shadow: 0 1px 2px rgba( 0, 0, 0, 0.3);1957 -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3); 1958 box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3); 1959 1959 } 1960 1960 1961 1961 #plugin-information #section-screenshots li p { … … 2085 2085 .js .sidebar-name .sidebar-name-arrow:before, 2086 2086 .js .meta-box-sortables .postbox .handlediv:before { 2087 2087 right: 12px; 2088 font: normal 20px/1 'dashicons';2088 font: normal 20px/1 "dashicons"; 2089 2089 speak: none; 2090 2090 display: inline-block; 2091 2091 padding: 8px 10px; … … 2108 2108 /* Show the arrow only on hover */ 2109 2109 .js .sidebar-name .sidebar-name-arrow:before, 2110 2110 .js .meta-box-sortables .postbox .handlediv:before { 2111 content: '\f142';2111 content: "\f142"; 2112 2112 } 2113 2113 2114 2114 .js .widgets-holder-wrap.closed .sidebar-name-arrow:before, 2115 2115 .js .meta-box-sortables .postbox.closed .handlediv:before { 2116 content: '\f140';2116 content: "\f140"; 2117 2117 } 2118 2118 2119 2119 .error a { … … 2170 2170 2171 2171 #templateside ol, 2172 2172 #templateside ul { 2173 margin: .5em 0;2173 margin: 0.5em 0; 2174 2174 padding: 0; 2175 2175 } 2176 2176 … … 2222 2222 .control-section .accordion-section-title:after, 2223 2223 .accordion-section-title:after { 2224 2224 right: 0; 2225 content: '\f140';2225 content: "\f140"; 2226 2226 border: none; 2227 2227 background: none; 2228 font: normal 20px/1 'dashicons';2228 font: normal 20px/1 "dashicons"; 2229 2229 speak: none; 2230 2230 display: block; 2231 2231 padding: 0; … … 2271 2271 .control-section.open .accordion-section-title:after, 2272 2272 #customize-info.open .accordion-section-title:after, 2273 2273 .nav-menus-php .menu-item-edit-active .item-edit:before { 2274 content: '\f142';2274 content: "\f142"; 2275 2275 } 2276 2276 2277 2277 /* Enable draggable on IE10 touch events until it's rolled into jQuery UI core */ -
wp-admin/css/customize-controls.css
277 277 278 278 .customize-control .dropdown-arrow:after { 279 279 content: "\f140"; 280 font: normal 20px/1 'dashicons';280 font: normal 20px/1 "dashicons"; 281 281 speak: none; 282 282 display: block; 283 283 padding: 0; … … 544 544 border: 0; 545 545 } 546 546 #customize-control-header_image .header-view.selected:after { 547 content: '';547 content: ""; 548 548 position: absolute; 549 549 height: auto; 550 550 top: 0; left: 0; bottom: 0; right: 0; … … 673 673 padding: 1em 2em; 674 674 max-width: 700px; 675 675 min-width: 0; 676 -webkit-box-shadow: 0 1px 3px rgba(0, 0,0,0.13);677 box-shadow: 0 1px 3px rgba(0, 0,0,0.13);676 -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.13); 677 box-shadow: 0 1px 3px rgba(0, 0, 0, 0.13); 678 678 } 679 679 680 680 body.cheatin p { -
wp-admin/css/customize-widgets.css
98 98 .control-section.accordion-section.highlighted > .accordion-section-title, 99 99 .customize-control-widget_form.highlighted { 100 100 outline: none; 101 -webkit-box-shadow: 0 0 2px rgba(30, 140,190,0.8);102 box-shadow: 0 0 2px rgba(30, 140,190,0.8);101 -webkit-box-shadow: 0 0 2px rgba(30, 140, 190, 0.8); 102 box-shadow: 0 0 2px rgba(30, 140, 190, 0.8); 103 103 position: relative; 104 104 z-index: 1; 105 105 } … … 169 169 right: 0; 170 170 width: 100%; 171 171 height: 100%; 172 font: normal 20px/43px 'dashicons';172 font: normal 20px/43px "dashicons"; 173 173 text-align: center; 174 174 text-indent: 0; 175 175 -webkit-font-smoothing: antialiased; … … 183 183 } 184 184 185 185 .move-widget:before { 186 content: '\f504';186 content: "\f504"; 187 187 } 188 188 189 189 .move-widget-down:before { 190 content: '\f347';190 content: "\f347"; 191 191 } 192 192 193 193 .move-widget-up:before { 194 content: '\f343';194 content: "\f343"; 195 195 } 196 196 197 197 #customize-theme-controls .first-widget .move-widget-up, … … 239 239 240 240 #customize-theme-controls .widget-area-select li:before { 241 241 display: none; 242 content: '\f147';242 content: "\f147"; 243 243 position: absolute; 244 244 top: 12px; 245 245 left: 10px; 246 font: normal 20px/1 'dashicons';246 font: normal 20px/1 "dashicons"; 247 247 -webkit-font-smoothing: antialiased; 248 248 -moz-osx-font-smoothing: grayscale; 249 249 } … … 254 254 255 255 #customize-theme-controls .widget-area-select .selected { 256 256 color: #fff; 257 text-shadow: 0 -1px 0 rgba(0, 0,0,.4);257 text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4); 258 258 background: #2ea2cc; 259 259 } 260 260 … … 303 303 position: relative; 304 304 left: -2px; 305 305 top: -1px; 306 font: normal 20px/1 'dashicons';306 font: normal 20px/1 "dashicons"; 307 307 vertical-align: middle; 308 308 -webkit-transition: all 0.2s; 309 309 transition: all 0.2s; … … 430 430 width: 20px; 431 431 height: 20px; 432 432 color: #333; 433 font: normal 20px/1 'dashicons';433 font: normal 20px/1 "dashicons"; 434 434 text-align: center; 435 435 -webkit-box-sizing: border-box; 436 436 -moz-box-sizing: border-box; -
wp-admin/css/dashboard.css
122 122 margin: 16px 0; 123 123 padding: 23px 10px 0; 124 124 border: 1px solid #e5e5e5; 125 -webkit-box-shadow: 0 1px 1px rgba(0, 0,0,0.04);126 box-shadow: 0 1px 1px rgba(0, 0,0,0.04);125 -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04); 126 box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04); 127 127 background: #fff; 128 128 font-size: 13px; 129 129 line-height: 2.1em; … … 172 172 position: absolute; 173 173 left: -18px; 174 174 margin-top: -2px; 175 -webkit-transition: all .1s ease-in-out;176 transition: all .1s ease-in-out;175 -webkit-transition: all 0.1s ease-in-out; 176 transition: all 0.1s ease-in-out; 177 177 } 178 178 179 179 .wp-core-ui .welcome-panel .button.button-hero { … … 222 222 223 223 .welcome-panel .welcome-icon:before { 224 224 color: #888; 225 font: normal 20px/1 'dashicons';225 font: normal 20px/1 "dashicons"; 226 226 speak: none; 227 227 display: inline-block; 228 228 padding: 0 10px 0 0; … … 236 236 237 237 .welcome-panel .welcome-write-blog:before, 238 238 .welcome-panel .welcome-edit-page:before { 239 content: '\f119';239 content: "\f119"; 240 240 top: -3px; 241 241 } 242 242 243 243 .welcome-panel .welcome-add-page:before { 244 content: '\f132';244 content: "\f132"; 245 245 } 246 246 247 247 .welcome-panel .welcome-view-site:before { 248 content: '\f115';248 content: "\f115"; 249 249 top: -2px; 250 250 } 251 251 252 252 .welcome-panel .welcome-widgets-menus:before { 253 content: '\f116';253 content: "\f116"; 254 254 top: -2px; 255 255 } 256 256 257 257 .welcome-panel .welcome-comments:before { 258 content: '\f117';258 content: "\f117"; 259 259 top: -1px; 260 260 } 261 261 262 262 .welcome-panel .welcome-learn-more:before { 263 content: '\f118';263 content: "\f118"; 264 264 top: -1px; 265 265 } 266 266 … … 415 415 /* Dashboard right now - Icons */ 416 416 #dashboard_right_now li a:before, 417 417 #dashboard_right_now li span:before { 418 content: '\f159';419 font: normal 20px/1 'dashicons';418 content: "\f159"; 419 font: normal 20px/1 "dashicons"; 420 420 speak: none; 421 421 display: block; 422 422 float: left; … … 431 431 432 432 #dashboard_right_now .page-count a:before, 433 433 #dashboard_right_now .page-count span:before { 434 content: '\f105';434 content: "\f105"; 435 435 } 436 436 437 437 #dashboard_right_now .post-count a:before, 438 438 #dashboard_right_now .post-count span:before { 439 content: '\f109';439 content: "\f109"; 440 440 } 441 441 442 442 #dashboard_right_now .comment-count a:before { 443 content: '\f101';443 content: "\f101"; 444 444 } 445 445 446 446 #dashboard_right_now .comment-mod-count a:before { 447 content: '\f125';447 content: "\f125"; 448 448 } 449 449 450 450 #dashboard_right_now .storage-count a:before { 451 content: '\f104';451 content: "\f104"; 452 452 } 453 453 454 454 #dashboard_right_now .storage-count.warning a:before { 455 content: '\f153';455 content: "\f153"; 456 456 } 457 457 458 458 /* Dashboard Quick Draft */ … … 619 619 } 620 620 621 621 #dashboard_activity .comment-meta span.approve:before { 622 content: '\f227';622 content: "\f227"; 623 623 font: 20px/.5 "dashicons"; 624 624 margin-left: 12px; 625 625 vertical-align: middle; … … 649 649 } 650 650 651 651 #dashboard_activity .no-activity .smiley:before { 652 content: '\f328';653 font: normal 120px/1 'dashicons';652 content: "\f328"; 653 font: normal 120px/1 "dashicons"; 654 654 speak: none; 655 655 display: block; 656 656 margin: 0 5px 0 0; … … 937 937 } 938 938 939 939 .rss-widget cite:before { 940 content: '\2014';940 content: "\2014"; 941 941 } 942 942 943 943 .dashboard-comment-wrap { -
wp-admin/css/deprecated-media.css
256 256 #gallery-settings .title, 257 257 h3.media-title, 258 258 h4.media-sub-title { 259 font-family: Georgia, "Times New Roman",Times,serif;259 font-family: Georgia, "Times New Roman", Times,serif; 260 260 font-weight: normal; 261 261 color: #5A5A5A; 262 262 } -
wp-admin/css/edit.css
176 176 position: relative; 177 177 min-width: 255px; 178 178 border: 1px solid #e5e5e5; 179 -webkit-box-shadow: 0 1px 1px rgba(0, 0,0,0.04);180 box-shadow: 0 1px 1px rgba(0, 0,0,0.04);179 -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04); 180 box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04); 181 181 background: #fff; 182 182 } 183 183 … … 301 301 td.post-title strong, 302 302 td.plugin-title strong { 303 303 display: block; 304 margin-bottom: .2em;304 margin-bottom: 0.2em; 305 305 font-size: 14px; 306 306 } 307 307 … … 335 335 border: 1px solid #e5e5e5; 336 336 border-top: none; 337 337 background-color: #f7f7f7; 338 -webkit-box-shadow: 0 1px 1px rgba(0, 0,0,0.04);339 box-shadow: 0 1px 1px rgba(0, 0,0,0.04);338 -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04); 339 box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04); 340 340 } 341 341 342 342 #post-status-info td { … … 405 405 #post-body #visibility:before, 406 406 .curtime #timestamp:before, 407 407 #post-body .misc-pub-revisions:before { 408 font: normal 20px/1 'dashicons';408 font: normal 20px/1 "dashicons"; 409 409 speak: none; 410 410 display: inline-block; 411 411 padding: 0 2px 0 0; … … 419 419 } 420 420 421 421 #post-body #visibility:before { 422 content: '\f177';422 content: "\f177"; 423 423 } 424 424 425 425 .curtime #timestamp:before { 426 content: '\f145';426 content: "\f145"; 427 427 top: -1px; 428 428 } 429 429 430 430 #post-body .misc-pub-revisions:before { 431 content: '\f321';431 content: "\f321"; 432 432 } 433 433 434 434 #timestampdiv { … … 452 452 width: 450px; 453 453 margin-left: -225px; 454 454 background: #fff; 455 -webkit-box-shadow: 0 3px 6px rgba( 0, 0, 0, 0.3);456 box-shadow: 0 3px 6px rgba( 0, 0, 0, 0.3);455 -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3); 456 box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3); 457 457 line-height: 1.5; 458 458 z-index: 1000005; 459 459 } … … 733 733 display: block; 734 734 height: 20px; 735 735 width: 20px; 736 font: normal 20px/1 'dashicons'!important;736 font: normal 20px/1 "dashicons" !important; 737 737 speak: none; 738 738 -webkit-font-smoothing: antialiased; 739 739 -moz-osx-font-smoothing: grayscale; … … 742 742 .post-state-format:before, 743 743 .post-format-icon:before { 744 744 color: #ddd; 745 -webkit-transition: all .1s ease-in-out;746 transition: all .1s ease-in-out;745 -webkit-transition: all 0.1s ease-in-out; 746 transition: all 0.1s ease-in-out; 747 747 } 748 748 749 749 a.post-state-format:hover:before, … … 772 772 position: relative; 773 773 display: inline-block; 774 774 margin-right: 7px; 775 font: normal 20px/1 'dashicons';775 font: normal 20px/1 "dashicons"; 776 776 speak: none; 777 777 -webkit-font-smoothing: antialiased; 778 778 -moz-osx-font-smoothing: grayscale; … … 781 781 .post-state-format.post-format-standard:before, 782 782 .post-format-icon.post-format-standard:before, 783 783 a.post-state-format.format-standard:before { 784 content: '\f109';784 content: "\f109"; 785 785 } 786 786 787 787 .post-state-format.post-format-image:before, 788 788 .post-format-icon.post-format-image:before, 789 789 a.post-state-format.format-image:before { 790 content: '\f128';790 content: "\f128"; 791 791 } 792 792 793 793 .post-state-format.post-format-gallery:before, 794 794 .post-format-icon.post-format-gallery:before, 795 795 a.post-state-format.format-gallery:before { 796 content: '\f161';796 content: "\f161"; 797 797 } 798 798 799 799 .post-state-format.post-format-audio:before, 800 800 .post-format-icon.post-format-audio:before, 801 801 a.post-state-format.format-audio:before { 802 content: '\f127';802 content: "\f127"; 803 803 } 804 804 805 805 .post-state-format.post-format-video:before, 806 806 .post-format-icon.post-format-video:before, 807 807 a.post-state-format.format-video:before { 808 content: '\f126';808 content: "\f126"; 809 809 } 810 810 811 811 .post-state-format.post-format-chat:before, 812 812 .post-format-icon.post-format-chat:before, 813 813 a.post-state-format.format-chat:before { 814 content: '\f125';814 content: "\f125"; 815 815 } 816 816 817 817 .post-state-format.post-format-status:before, 818 818 .post-format-icon.post-format-status:before, 819 819 a.post-state-format.format-status:before { 820 content: '\f130';820 content: "\f130"; 821 821 } 822 822 823 823 .post-state-format.post-format-aside:before, 824 824 .post-format-icon.post-format-aside:before, 825 825 a.post-state-format.format-aside:before { 826 content: '\f123';826 content: "\f123"; 827 827 } 828 828 829 829 .post-state-format.post-format-quote:before, 830 830 .post-format-icon.post-format-quote:before, 831 831 a.post-state-format.format-quote:before { 832 content: '\f122';832 content: "\f122"; 833 833 } 834 834 835 835 .post-state-format.post-format-link:before, 836 836 .post-format-icon.post-format-link:before, 837 837 a.post-state-format.format-link:before { 838 content: '\f103';838 content: "\f103"; 839 839 } 840 840 841 841 /*------------------------------------------------------------------------------ … … 869 869 } 870 870 871 871 div.tabs-panel-active { 872 display: block;872 display: block; 873 873 } 874 874 875 875 div.tabs-panel-inactive { 876 display: none;876 display: none; 877 877 } 878 878 879 879 #front-page-warning, -
wp-admin/css/forms.css
39 39 -webkit-box-sizing: border-box; 40 40 -moz-box-sizing: border-box; 41 41 box-sizing: border-box; 42 -webkit-box-shadow: inset 0 1px 2px rgba(0, 0,0,0.1);43 box-shadow: inset 0 1px 2px rgba(0, 0,0,0.1);44 -webkit-transition: .05s border-color ease-in-out;45 transition: .05s border-color ease-in-out;42 -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); 43 box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); 44 -webkit-transition: 0.05s border-color ease-in-out; 45 transition: 0.05s border-color ease-in-out; 46 46 } 47 47 48 48 input[type="radio"]:checked + label:before { … … 55 55 } 56 56 57 57 td > input[type="checkbox"], 58 .wp-admin p input[type= checkbox],59 .wp-admin p input[type= radio] {58 .wp-admin p input[type="checkbox"], 59 .wp-admin p input[type="radio"] { 60 60 margin-top: 0; 61 61 } 62 62 63 .wp-admin p label input[type= checkbox] {63 .wp-admin p label input[type="checkbox"] { 64 64 margin-top: -4px; 65 65 } 66 66 67 .wp-admin p label input[type= radio] {67 .wp-admin p label input[type="radio"] { 68 68 margin-top: -2px; 69 69 } 70 70 71 input[type= radio] {71 input[type="radio"] { 72 72 -webkit-border-radius: 50%; 73 73 border-radius: 50%; 74 74 margin-right: 4px; 75 75 line-height: 10px; 76 76 } 77 77 78 input[type= checkbox]:checked:before,79 input[type= radio]:checked:before {78 input[type="checkbox"]:checked:before, 79 input[type="radio"]:checked:before { 80 80 float: left; 81 81 display: inline-block; 82 82 vertical-align: middle; 83 83 width: 16px; 84 font: normal 21px/1 'dashicons';84 font: normal 21px/1 "dashicons"; 85 85 speak: none; 86 86 -webkit-font-smoothing: antialiased; 87 87 -moz-osx-font-smoothing: grayscale; 88 88 } 89 89 90 input[type= checkbox]:checked:before {91 content: '\f147';90 input[type="checkbox"]:checked:before { 91 content: "\f147"; 92 92 margin: -3px 0 0 -4px; 93 93 color: #1e8cbe; 94 94 } 95 95 96 input[type= radio]:checked:before {97 content: '\2022';96 input[type="radio"]:checked:before { 97 content: "\2022"; 98 98 text-indent: -9999px; 99 99 -webkit-border-radius: 50px; 100 100 border-radius: 50px; … … 111 111 } 112 112 113 113 @-moz-document url-prefix() { 114 input[type= checkbox],115 input[type= radio],114 input[type="checkbox"], 115 input[type="radio"], 116 116 .form-table input.tog { 117 117 margin-bottom: -1px; 118 118 } … … 200 200 input[type="url"], 201 201 select { 202 202 border: 1px solid #ddd; 203 -webkit-box-shadow: inset 0 1px 2px rgba(0, 0,0,0.07);204 box-shadow: inset 0 1px 2px rgba(0, 0,0,0.07);203 -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.07); 204 box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.07); 205 205 background-color: #fff; 206 206 color: #333; 207 -webkit-transition: .05s border-color ease-in-out;208 transition: .05s border-color ease-in-out;207 -webkit-transition: 0.05s border-color ease-in-out; 208 transition: 0.05s border-color ease-in-out; 209 209 } 210 210 211 211 select[disabled] { … … 224 224 input[type="radio"]:focus, 225 225 select:focus { 226 226 border-color: #5b9dd9; 227 -webkit-box-shadow: 0 0 2px rgba(30, 140,190,0.8);228 box-shadow: 0 0 2px rgba(30, 140,190,0.8);227 -webkit-box-shadow: 0 0 2px rgba(30, 140, 190, 0.8); 228 box-shadow: 0 0 2px rgba(30, 140, 190, 0.8); 229 229 } 230 230 231 231 input[readonly] { … … 254 254 input.disabled, 255 255 textarea:disabled, 256 256 textarea.disabled { 257 -webkit-box-shadow: inset 0 1px 2px rgba(0, 0,0,0.04);258 box-shadow: inset 0 1px 2px rgba(0, 0,0,0.04);259 border-color: rgba(222, 222, 222, .75);260 background: rgba(255, 255, 255, .5);261 color: rgba(51, 51, 51, .5);257 -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.04); 258 box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.04); 259 border-color: rgba(222, 222, 222, 0.75); 260 background: rgba(255, 255, 255, 0.5); 261 color: rgba(51, 51, 51, 0.5); 262 262 } 263 263 264 input[type= checkbox]:disabled,265 input[type= radio]:disabled,266 input[type= checkbox]:disabled:checked:before,267 input[type= radio]:disabled:checked:before {264 input[type="checkbox"]:disabled, 265 input[type="radio"]:disabled, 266 input[type="checkbox"]:disabled:checked:before, 267 input[type="radio"]:disabled:checked:before { 268 268 opacity: 0.7; 269 269 } 270 270 … … 406 406 } 407 407 408 408 #misc-publishing-actions label[for="post_status"]:before { 409 content: '\f173';409 content: "\f173"; 410 410 display: inline-block; 411 font: normal 20px/1 'dashicons';411 font: normal 20px/1 "dashicons"; 412 412 speak: none; 413 413 left: -1px; 414 414 padding: 0 5px 0 0; … … 585 585 } 586 586 587 587 .form-table input.tog, 588 .form-table input[type= radio] {588 .form-table input[type="radio"] { 589 589 margin-top: -4px; 590 590 margin-right: 4px; 591 591 float: none; … … 708 708 709 709 .pressthis a span:before { 710 710 color: #777; 711 font: normal 20px/1 'dashicons';712 content: '\f157';711 font: normal 20px/1 "dashicons"; 712 content: "\f157"; 713 713 position: relative; 714 714 display: inline-block; 715 715 top: 4px; … … 717 717 } 718 718 719 719 .pressthis a:after { 720 content: '';720 content: ""; 721 721 width: 70%; 722 722 height: 55%; 723 723 z-index: -1; … … 760 760 -webkit-appearance: none; 761 761 } 762 762 763 input[type=text], input[type=search], 764 input[type=password], input[type=number] { 763 input[type="text"], 764 input[type="search"], 765 input[type="password"], 766 input[type="number"] { 765 767 -webkit-appearance: none; 766 768 padding: 6px 10px; 767 769 } … … 771 773 padding-top: 10px; 772 774 } 773 775 774 input[type=checkbox], .widefat th input[type=checkbox] { 776 input[type=checkbox], 777 .widefat th input[type="checkbox"] { 775 778 -webkit-appearance: none; 776 779 padding: 10px; 777 780 } 778 781 779 .widefat th input[type= checkbox] {782 .widefat th input[type="checkbox"] { 780 783 margin-bottom: 8px; 781 784 } 782 785 783 input[type=checkbox]:checked:before, .widefat th input[type=checkbox]:before { 784 font: normal 30px/1 'Dashicons'; 786 input[type="checkbox"]:checked:before, 787 .widefat th input[type="checkbox"]:before { 788 font: normal 30px/1 "dashicons"; 785 789 margin: -3px -5px; 786 790 } 787 791 788 input[type= radio],789 input[type= checkbox] {792 input[type="radio"], 793 input[type="checkbox"] { 790 794 height: 25px; 791 795 width: 25px; 792 796 } 793 797 794 .wp-admin p input[type= checkbox],795 .wp-admin p input[type= radio] {798 .wp-admin p input[type="checkbox"], 799 .wp-admin p input[type="radio"] { 796 800 margin-top: -3px; 797 801 } 798 802 799 input[type= radio]:checked:before {803 input[type="radio"]:checked:before { 800 804 vertical-align: middle; 801 805 width: 9px; 802 806 height: 9px; … … 804 808 line-height: 16px; 805 809 } 806 810 807 .wp-upload-form input[type= submit] {811 .wp-upload-form input[type="submit"] { 808 812 margin-top: 10px; 809 813 } 810 814 … … 866 870 box-sizing: border-box; 867 871 } 868 872 869 input[type=text].small-text, 870 input[type=search].small-text, 871 input[type=password].small-text, 872 input[type=number].small-text, 873 input[type="text"].small-text, 874 input[type="search"].small-text, 875 input[type="password"].small-text, 873 876 input[type="number"].small-text, 874 .form-table input[type= text].small-text {877 .form-table input[type="text"].small-text { 875 878 width: auto; 876 879 max-width: 55px; 877 880 display: inline; … … 957 960 } 958 961 959 962 .form-wrap .form-field { 960 padding: 0;963 padding: 0; 961 964 } 962 965 963 966 /* users */ … … 974 977 width: 49%; 975 978 } 976 979 } 977 -
wp-admin/css/ie.css
650 650 .mce-btn i.mce-i-wp_page, 651 651 .mce-btn i.mce-i-hr, 652 652 .mce-close { 653 font-family: 'tinymce', Arial;653 font-family: "tinymce", Arial; 654 654 font-style: normal; 655 655 font-weight: normal; 656 656 font-variant: normal; … … 661 661 662 662 .mce-btn i.mce-i-wp_fullscreen, 663 663 .qt-fullscreen { 664 -ie7-icon: '\e023';664 -ie7-icon: "\e023"; 665 665 } 666 666 667 667 .mce-btn i.mce-i-wp_more, 668 668 .mce-btn i.mce-i-wp_page { 669 -ie7-icon: '\e027';669 -ie7-icon: "\e027"; 670 670 } 671 671 672 672 .mce-btn i.mce-i-wp_adv { … … 675 675 676 676 .mce-btn i.mce-i-help, 677 677 .mce-btn i.mce-i-wp_help { 678 -ie7-icon: '\e016';678 -ie7-icon: "\e016"; 679 679 } 680 680 681 681 -
wp-admin/css/install.css
11 11 padding: 20px 20px 10px 20px; 12 12 max-width: 700px; 13 13 -webkit-font-smoothing: subpixel-antialiased; 14 -webkit-box-shadow: 0 1px 3px rgba(0, 0,0,0.13);15 box-shadow: 0 1px 3px rgba(0, 0,0,0.13);14 -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.13); 15 box-shadow: 0 1px 3px rgba(0, 0, 0, 0.13); 16 16 } 17 17 18 18 a { … … 142 142 font-size: 15px; 143 143 padding: 3px 5px; 144 144 border: 1px solid #ddd; 145 -webkit-box-shadow: inset 0 1px 2px rgba(0, 0,0,0.07);146 box-shadow: inset 0 1px 2px rgba(0, 0,0,0.07);145 -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.07); 146 box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.07); 147 147 } 148 148 149 149 input, … … 151 151 font-family: "Open Sans", sans-serif; 152 152 } 153 153 154 .form-table input[type= text],155 .form-table input[type= password] {154 .form-table input[type="text"], 155 .form-table input[type="password"] { 156 156 width: 206px; 157 157 } 158 158 … … 267 267 } 268 268 269 269 @media screen and ( max-width: 782px ) { 270 271 270 .form-table { 272 271 margin-top: 0; 273 272 } … … 309 308 -moz-box-sizing: border-box; 310 309 box-sizing: border-box; 311 310 } 312 313 311 } -
wp-admin/css/list-tables.css
77 77 /* comments */ 78 78 79 79 .commentlist li { 80 padding: 1em 1em .2em;80 padding: 1em 1em 0.2em; 81 81 margin: 0; 82 82 border-bottom: 1px solid #ccc; 83 83 } … … 89 89 90 90 .commentlist p { 91 91 padding: 0; 92 margin: 0 0 .8em;92 margin: 0 0 0.8em; 93 93 } 94 94 95 95 #submitted-on, … … 125 125 } 126 126 127 127 #replyrow h5 { 128 margin: .2em 0 0;128 margin: 0.2em 0 0; 129 129 padding: 0 5px; 130 130 line-height: 1.4em; 131 131 font-size: 1em; … … 226 226 } 227 227 228 228 th .comment-grey-bubble:before { 229 content: '\f101';230 font: normal 20px/.5 'dashicons';229 content: "\f101"; 230 font: normal 20px/.5 "dashicons"; 231 231 speak: none; 232 232 display: inline-block; 233 233 padding: 0; … … 373 373 374 374 .sorting-indicator:before { 375 375 background: none; 376 content: '\f142';377 font: normal 20px/1 'dashicons';376 content: "\f142"; 377 font: normal 20px/1 "dashicons"; 378 378 speak: none; 379 379 display: inline-block; 380 380 padding: 0; … … 397 397 398 398 th.sorted.asc .sorting-indicator:before, 399 399 th.desc:hover span.sorting-indicator:before { 400 content: '\f142';400 content: "\f142"; 401 401 } 402 402 403 403 th.sorted.desc .sorting-indicator:before, 404 404 th.asc:hover span.sorting-indicator:before { 405 content: '\f140';405 content: "\f140"; 406 406 } 407 407 408 408 tr.wp-locked .locked-indicator { … … 413 413 414 414 tr.wp-locked .locked-indicator:before { 415 415 color: #888; 416 content: '\f160';416 content: "\f160"; 417 417 display: inline-block; 418 418 float: left; 419 font: normal 20px/1 'dashicons';419 font: normal 20px/1 "dashicons"; 420 420 speak: none; 421 421 vertical-align: middle; 422 422 margin-left: 0; … … 559 559 .tablenav .tablenav-pages a { 560 560 padding: 0 10px 3px; 561 561 background: #eee; 562 background: rgba( 0, 0, 0, 0.05);562 background: rgba(0, 0, 0, 0.05); 563 563 font-size: 16px; 564 564 font-weight: normal; 565 565 } … … 576 576 .tablenav .tablenav-pages a.disabled:active { 577 577 color: #aaa; 578 578 background: #eee; 579 background: rgba( 0, 0, 0, 0.05);579 background: rgba(0, 0, 0, 0.05); 580 580 } 581 581 582 582 .tablenav .displaying-num { … … 634 634 635 635 .view-switch > a:before { 636 636 color: #bbb; 637 content: '\f163';637 content: "\f163"; 638 638 display: inline-block; 639 639 float: left; 640 font: normal 20px/1 'dashicons';640 font: normal 20px/1 "dashicons"; 641 641 speak: none; 642 642 vertical-align: middle; 643 643 margin-left: 0; … … 655 655 656 656 .view-switch > a + a:before { 657 657 margin-left: 5px; 658 content: '\f164';658 content: "\f164"; 659 659 } 660 660 661 661 .filter { … … 822 822 823 823 /* Positioning */ 824 824 .inline-edit-row h4 { 825 margin: .2em 0;825 margin: 0.2em 0; 826 826 padding: 0; 827 827 line-height: 23px; 828 828 } … … 836 836 .inline-edit-row fieldset label, 837 837 .inline-edit-row fieldset span.inline-edit-categories-label { 838 838 display: block; 839 margin: .2em 0;839 margin: 0.2em 0; 840 840 } 841 841 842 842 .inline-edit-row fieldset label.inline-edit-tags { … … 844 844 } 845 845 846 846 .inline-edit-row fieldset label.inline-edit-tags span.title { 847 margin: .2em 0;847 margin: 0.2em 0; 848 848 width: auto; 849 849 } 850 850 … … 864 864 padding-right: 0.5em; 865 865 } 866 866 867 .inline-edit-row .input-text-wrap input[type= text] {867 .inline-edit-row .input-text-wrap input[type="text"] { 868 868 width: 100%; 869 869 } 870 870 871 .inline-edit-row fieldset label input[type= checkbox] {871 .inline-edit-row fieldset label input[type="checkbox"] { 872 872 vertical-align: text-bottom; 873 873 } 874 874 … … 911 911 float: left; 912 912 } 913 913 914 .inline-edit-row fieldset input[name= jj],915 .inline-edit-row fieldset input[name= hh],916 .inline-edit-row fieldset input[name= mn] {914 .inline-edit-row fieldset input[name="jj"], 915 .inline-edit-row fieldset input[name="hh"], 916 .inline-edit-row fieldset input[name="mn"] { 917 917 font-size: 12px; 918 918 width: 2.1em; 919 919 } 920 920 921 .inline-edit-row fieldset input[name= aa] {921 .inline-edit-row fieldset input[name="aa"] { 922 922 font-size: 12px; 923 923 width: 3.5em; 924 924 } … … 1011 1011 padding: 8px 0 0 2px; 1012 1012 } 1013 1013 1014 .plugins tbody th.check-column input[type= checkbox] {1014 .plugins tbody th.check-column input[type="checkbox"] { 1015 1015 margin-top: 4px; 1016 1016 } 1017 1017 … … 1099 1099 .plugin-install #the-list td, 1100 1100 .upgrade .plugins td, 1101 1101 .upgrade .plugins th { 1102 -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0,0,0.1);1103 box-shadow: inset 0 -1px 0 rgba(0, 0,0,0.1);1102 -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.1); 1103 box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.1); 1104 1104 } 1105 1105 1106 1106 .plugins tr.active.plugin-update-tr + tr.inactive th, 1107 1107 .plugins tr.active.plugin-update-tr + tr.inactive td, 1108 1108 .plugins tr.active + tr.inactive th, 1109 1109 .plugins tr.active + tr.inactive td { 1110 border-top: 1px solid rgba(0, 0,0,0.03);1111 -webkit-box-shadow: inset 0 1px 0 rgba(0, 0,0,0.02), inset 0 -1px 0 #e1e1e1;1112 box-shadow: inset 0 1px 0 rgba(0, 0,0,0.02), inset 0 -1px 0 #e1e1e1;1110 border-top: 1px solid rgba(0, 0, 0, 0.03); 1111 -webkit-box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.02), inset 0 -1px 0 #e1e1e1; 1112 box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.02), inset 0 -1px 0 #e1e1e1; 1113 1113 } 1114 1114 1115 1115 .plugins .update td, … … 1140 1140 #wpbody-content .plugins .plugin-title, 1141 1141 #wpbody-content .plugins .theme-title { 1142 1142 padding-right: 12px; 1143 white-space: nowrap;1143 white-space: nowrap; 1144 1144 } 1145 1145 1146 1146 .plugins .inactive .plugin-title strong { … … 1170 1170 padding: 6px 12px; 1171 1171 margin: 0 10px 8px 31px; 1172 1172 background-color: #f7f7f7; 1173 background-color: rgba(0, 0,0,0.03);1173 background-color: rgba(0, 0, 0, 0.03); 1174 1174 } 1175 1175 1176 1176 .plugin-update-tr .update-message:before { 1177 1177 color: #d54e21; 1178 content: '\f463';1178 content: "\f463"; 1179 1179 display: inline-block; 1180 font: normal 20px/1 'dashicons';1180 font: normal 20px/1 "dashicons"; 1181 1181 speak: none; 1182 1182 margin: 0 8px 0 -2px; 1183 1183 -webkit-font-smoothing: antialiased; … … 1188 1188 .plugins .plugin-update { 1189 1189 padding: 0; 1190 1190 border: none; 1191 -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0,0,0.1);1192 box-shadow: inset 0 -1px 0 rgba(0, 0,0,0.1);1191 -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.1); 1192 box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.1); 1193 1193 } 1194 1194 1195 1195 /* update notices for active plugins */ … … 1396 1396 margin-left: 0; 1397 1397 } 1398 1398 1399 .inline-edit-row fieldset input[name= jj],1400 .inline-edit-row fieldset input[name= hh],1401 .inline-edit-row fieldset input[name= mn] {1399 .inline-edit-row fieldset input[name="jj"], 1400 .inline-edit-row fieldset input[name="hh"], 1401 .inline-edit-row fieldset input[name="mn"] { 1402 1402 width: 3em; 1403 1403 } 1404 1404 1405 .inline-edit-row fieldset input[name= aa] {1405 .inline-edit-row fieldset input[name="aa"] { 1406 1406 width: 4.5em; 1407 1407 } 1408 1408 … … 1613 1613 1614 1614 table.plugin-install #the-list tr { 1615 1615 display: block; 1616 -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0,0,0.1);1617 box-shadow: inset 0 -1px 0 rgba(0, 0,0,0.1);1616 -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.1); 1617 box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.1); 1618 1618 } 1619 1619 } -
wp-admin/css/login.css
25 25 color: #0074a2; 26 26 -webkit-transition-property: border, background, color; 27 27 transition-property: border, background, color; 28 -webkit-transition-duration: .05s;29 transition-duration: .05s;28 -webkit-transition-duration: 0.05s; 29 transition-duration: 0.05s; 30 30 -webkit-transition-timing-function: ease-in-out; 31 31 transition-timing-function: ease-in-out; 32 32 } … … 57 57 border-left: 4px solid #7ad03a; 58 58 padding: 1px 12px; 59 59 background-color: #fff; 60 -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0,0,0.1);61 box-shadow: 0 1px 1px 0 rgba(0, 0,0,0.1);60 -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1); 61 box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1); 62 62 } 63 63 64 64 .login #login_error { 65 65 border-left: 4px solid #dd3d36; 66 66 background: #fff; 67 -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0,0,0.1);68 box-shadow: 0 1px 1px 0 rgba(0, 0,0,0.1);67 -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1); 68 box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1); 69 69 } 70 70 71 71 #loginform p.submit, … … 86 86 font-weight: normal; 87 87 overflow: hidden; 88 88 background: #fff; 89 -webkit-box-shadow: 0 1px 3px rgba(0, 0,0,0.13);90 box-shadow: 0 1px 3px rgba(0, 0,0,0.13);89 -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.13); 90 box-shadow: 0 1px 3px rgba(0, 0, 0, 0.13); 91 91 } 92 92 93 93 .login form .forgetmenot { … … 257 257 } 258 258 259 259 @media screen and ( max-width: 782px ) { 260 .interim-login input[type= checkbox] {260 .interim-login input[type="checkbox"] { 261 261 height: 16px; 262 262 width: 16px; 263 263 } 264 264 265 .interim-login input[type= checkbox]:checked:before {265 .interim-login input[type="checkbox"]:checked:before { 266 266 width: 16px; 267 font: normal 21px/1 'dashicons';267 font: normal 21px/1 "dashicons"; 268 268 margin: -3px 0 0 -4px; 269 269 } 270 270 } 271 No newline at end of file -
wp-admin/css/media.css
170 170 -webkit-border-radius: 22px; 171 171 border-radius: 22px; 172 172 background: #ddd; 173 -webkit-box-shadow: inset 0px 1px 2px rgba(0, 0,0,0.1);174 box-shadow: inset 0px 1px 2px rgba(0, 0,0,0.1);173 -webkit-box-shadow: inset 0px 1px 2px rgba(0, 0, 0, 0.1); 174 box-shadow: inset 0px 1px 2px rgba(0, 0, 0, 0.1); 175 175 } 176 176 177 177 .media-item .bar { … … 182 182 -webkit-border-radius: 22px; 183 183 border-radius: 22px; 184 184 background-color: #0074a2; 185 -webkit-box-shadow: inset 0 0 2px rgba(0, 0,0,0.3);186 box-shadow: inset 0 0 2px rgba(0, 0,0,0.3);185 -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.3); 186 box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.3); 187 187 } 188 188 189 189 .media-item .progress .percent { … … 195 195 text-align: center; 196 196 line-height: 22px; 197 197 font-weight: 400; 198 text-shadow: 0px 1px 2px rgba(0, 0,0,0.2);198 text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2); 199 199 } 200 200 201 201 .upload-php .fixed .column-parent { … … 234 234 235 235 .find-box { 236 236 background-color: #fff; 237 -webkit-box-shadow: 0 3px 6px rgba( 0, 0, 0, 0.3);238 box-shadow: 0 3px 6px rgba( 0, 0, 0, 0.3);237 -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3); 238 box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3); 239 239 width: 600px; 240 240 overflow: hidden; 241 241 margin-left: -300px; … … 317 317 } 318 318 319 319 #find-posts-close:before { 320 font: normal 20px/36px 'dashicons';320 font: normal 20px/36px "dashicons"; 321 321 vertical-align: top; 322 322 speak: none; 323 323 -webkit-font-smoothing: antialiased; 324 324 -moz-osx-font-smoothing: grayscale; 325 content: '\f158';325 content: "\f158"; 326 326 } 327 327 328 328 .find-box-buttons { … … 553 553 } 554 554 555 555 .imgedit-menu div:before { 556 font: normal 20px/1 'dashicons';556 font: normal 20px/1 "dashicons"; 557 557 speak: none; 558 558 vertical-align: middle; 559 559 } … … 574 574 } 575 575 576 576 .imgedit-crop:before { 577 content: '\f165';577 content: "\f165"; 578 578 } 579 579 580 580 .imgedit-rleft:before { 581 content: '\f166';581 content: "\f166"; 582 582 } 583 583 584 584 .imgedit-rright:before { 585 content: '\f167';585 content: "\f167"; 586 586 } 587 587 588 588 .imgedit-flipv:before { 589 content: '\f168';589 content: "\f168"; 590 590 } 591 591 592 592 .imgedit-fliph:before { 593 content: '\f169';593 content: "\f169"; 594 594 } 595 595 596 596 .imgedit-undo:before { 597 content: '\f171';597 content: "\f171"; 598 598 } 599 599 600 600 .imgedit-redo:before { 601 content: '\f172';601 content: "\f172"; 602 602 } 603 603 604 604 .imgedit-crop-wrap { -
wp-admin/css/nav-menus.css
33 33 } 34 34 35 35 #wpbody-content #menu-settings-column { 36 display: inline;37 width: 281px;36 display: inline; 37 width: 281px; 38 38 margin-left: -300px; 39 39 clear: both; 40 40 float: left; … … 102 102 } 103 103 104 104 .menu-edit p { 105 margin: .3em 0.6em;105 margin: 0.3em 0 0.6em; 106 106 } 107 107 108 108 .menu-edit #post-body-content h3 { … … 251 251 252 252 #wpbody .open-label { 253 253 display: block; 254 float: left;254 float: left; 255 255 } 256 256 257 257 #wpbody .open-label span { … … 351 351 } 352 352 353 353 .button-controls { 354 clear: both;354 clear: both; 355 355 margin: 10px 0; 356 356 } 357 357 … … 431 431 margin-top: -3px; 432 432 } 433 433 434 .menu-item-title input[type= checkbox] {434 .menu-item-title input[type="checkbox"] { 435 435 display: inline-block; 436 436 margin-top: -4px; 437 437 } … … 442 442 } 443 443 444 444 .menu { 445 padding-top: 1em;445 padding-top: 1em; 446 446 } 447 447 448 448 #menu-to-edit { … … 456 456 457 457 .menu li { 458 458 margin-bottom: 0; 459 position: relative;459 position: relative; 460 460 } 461 461 462 462 .menu-item-bar { 463 clear: both;464 line-height: 1.5em;465 position: relative;463 clear: both; 464 line-height: 1.5em; 465 position: relative; 466 466 margin: 9px 0 0; 467 467 } 468 468 … … 617 617 z-index: 10; /* Keep .item-title's shadow from appearing on top of .menu-item-settings */ 618 618 border: 1px solid #e5e5e5; 619 619 border-top: none; 620 -webkit-box-shadow: 0 1px 1px rgba(0, 0,0,0.04);621 box-shadow: 0 1px 1px rgba(0, 0,0,0.04);620 -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04); 621 box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04); 622 622 } 623 623 624 624 .menu-item-settings .field-move a { -
wp-admin/css/press-this.css
35 35 top: 3px; 36 36 position: relative; 37 37 display: inline-block; 38 font: normal 18px/1 'dashicons';38 font: normal 18px/1 "dashicons"; 39 39 speak: none; 40 40 color: #727272; 41 content: '\f120';41 content: "\f120"; 42 42 -webkit-font-smoothing: antialiased; 43 43 -moz-osx-font-smoothing: grayscale; 44 44 } … … 417 417 padding: 7px 12px; 418 418 } 419 419 420 .press-this input[type= checkbox],421 .press-this input[type= radio] {420 .press-this input[type="checkbox"], 421 .press-this input[type="radio"] { 422 422 height: 16px; 423 423 width: 16px; 424 424 } 425 425 426 .press-this input[type= checkbox]:checked:before {426 .press-this input[type="checkbox"]:checked:before { 427 427 width: 16px; 428 428 font: normal 21px/1 'dashicons'; 429 429 margin: -3px 0 0 -4px; 430 430 } 431 431 432 .press-this input[type= radio]:checked:before {432 .press-this input[type="radio"]:checked:before { 433 433 font: normal 21px/1 'dashicons'; 434 434 width: 6px; 435 435 height: 6px; -
wp-admin/css/revisions.css
23 23 top: 0; 24 24 height: 82px; 25 25 background: #fff; 26 -webkit-box-shadow: 0 1px 3px rgba(0, 0,0,0.1);27 box-shadow: 0 1px 3px rgba(0, 0,0,0.1);26 -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1); 27 box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1); 28 28 } 29 29 30 30 .revisions-tickmarks { … … 116 116 .revisions-meta { 117 117 margin-top: 20px; 118 118 background-color: #fff; 119 -webkit-box-shadow: 0 1px 3px rgba(0, 0,0,0.1);120 box-shadow: 0 1px 3px rgba(0, 0,0,0.1);119 -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1); 120 box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1); 121 121 } 122 122 123 123 .revisions.pinned .revisions-meta { … … 180 180 .revisions-diff { 181 181 padding: 15px; 182 182 background-color: #fff; 183 -webkit-box-shadow: 0 1px 3px rgba(0, 0,0,0.1);184 box-shadow: 0 1px 3px rgba(0, 0,0,0.1);183 -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1); 184 box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1); 185 185 } 186 186 187 187 .revisions-diff h3:first-child { … … 229 229 font-family: Consolas, Monaco, monospace; 230 230 font-size: 14px; 231 231 line-height: 1.618; 232 padding: .5em;232 padding: 0.5em; 233 233 vertical-align: top; 234 234 word-wrap: break-word; 235 235 } … … 408 408 .arrow::after { 409 409 z-index: 9999; 410 410 background-color: #fff; 411 -webkit-box-shadow: 0 1px 3px rgba(0, 0,0,0.1);412 box-shadow: 0 1px 3px rgba(0, 0,0,0.1);411 -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1); 412 box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1); 413 413 } 414 414 415 415 .arrow.top { … … 471 471 .wp-slider .ui-slider-handle.focus { 472 472 background: #2ea2cc; 473 473 border: 1px solid #0074a2; 474 -webkit-box-shadow: inset 0 1px 0 #78c8e6, 0 1px 0 rgba(0, 0,0,.15);475 box-shadow: inset 0 1px 0 #78c8e6, 0 1px 0 rgba(0, 0,0,.15);474 -webkit-box-shadow: inset 0 1px 0 #78c8e6, 0 1px 0 rgba(0, 0, 0, 0.15); 475 box-shadow: inset 0 1px 0 #78c8e6, 0 1px 0 rgba(0, 0, 0, 0.15); 476 476 } 477 477 478 478 .wp-slider .ui-slider-handle:before { … … 482 482 left: 0; 483 483 color: #fff; 484 484 content: "\f229"; 485 font: normal 18px/1 'dashicons';485 font: normal 18px/1 "dashicons"; 486 486 speak: none; 487 487 -webkit-font-smoothing: antialiased; 488 488 -moz-osx-font-smoothing: grayscale; … … 495 495 } 496 496 497 497 .wp-slider .ui-slider-handle.from-handle:before { 498 content: '\f139';498 content: "\f139"; 499 499 } 500 500 501 501 .wp-slider .ui-slider-handle.to-handle:before { 502 content: '\f141';502 content: "\f141"; 503 503 } 504 504 505 505 .rtl .wp-slider .ui-slider-handle.from-handle:before { 506 content: '\f141';506 content: "\f141"; 507 507 } 508 508 509 509 .rtl .wp-slider .ui-slider-handle.to-handle:before { 510 content: '\f139';510 content: "\f139"; 511 511 right: -1px; 512 512 } 513 513 514 514 .wp-slider .ui-slider-range { 515 515 position: absolute; 516 font-size: .7em;516 font-size: 0.7em; 517 517 display: block; 518 518 border: 0; 519 519 background-color: transparent; … … 521 521 } 522 522 523 523 .wp-slider.ui-slider-horizontal { 524 height: .7em;524 height: 0.7em; 525 525 } 526 526 527 527 .wp-slider.ui-slider-horizontal .ui-slider-handle { 528 528 top: -.25em; 529 margin-left: - .6em;529 margin-left: -0.6em; 530 530 } 531 531 532 532 .wp-slider.ui-slider-horizontal .ui-slider-range { -
wp-admin/css/themes.css
41 41 } 42 42 43 43 .theme-navigation a { 44 text-decoration: none;44 text-decoration: none; 45 45 } 46 46 47 47 /* Position admin messages */ … … 66 66 position: relative; 67 67 width: 30.6%; 68 68 border: 1px solid #dedede; 69 -webkit-box-shadow: 0 1px 1px -1px rgba(0, 0,0,0.1);70 box-shadow: 0 1px 1px -1px rgba(0, 0,0,0.1);69 -webkit-box-shadow: 0 1px 1px -1px rgba(0, 0, 0, 0.1); 70 box-shadow: 0 1px 1px -1px rgba(0, 0, 0, 0.1); 71 71 -webkit-box-sizing: border-box; 72 72 -moz-box-sizing: border-box; 73 73 box-sizing: border-box; … … 93 93 height: 18px; 94 94 margin: 0; 95 95 padding: 15px; 96 -webkit-box-shadow: inset 0 1px 0 rgba(0, 0,0,0.1);97 box-shadow: inset 0 1px 0 rgba(0, 0,0,0.1);96 -webkit-box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.1); 97 box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.1); 98 98 overflow: hidden; 99 99 white-space: nowrap; 100 100 text-overflow: ellipsis; 101 101 background: #fff; 102 background: rgba(255, 255,255,0.65);102 background: rgba(255, 255, 255, 0.65); 103 103 } 104 104 105 105 /* Activate and Customize buttons, shown on hover and focus */ … … 114 114 height: 38px; 115 115 padding: 9px 10px 0 10px; 116 116 background: rgba(244, 244, 244, 0.7); 117 border-left: 1px solid rgba(0, 0,0,0.05);117 border-left: 1px solid rgba(0, 0, 0, 0.05); 118 118 } 119 119 120 120 .theme-browser .theme:hover .theme-actions, … … 148 148 } 149 149 150 150 .theme-browser .theme .theme-screenshot:after { 151 content: '';151 content: ""; 152 152 display: block; 153 153 padding-top: 66.66666%; /* using a 3/2 aspect ratio */ 154 154 } … … 182 182 right: 25%; 183 183 left: 25%; 184 184 background: #222; 185 background: rgba(0, 0,0,0.7);185 background: rgba(0, 0, 0, 0.7); 186 186 color: #fff; 187 187 font-size: 15px; 188 text-shadow: 0 1px 0 rgba(0, 0,0,0.6);188 text-shadow: 0 1px 0 rgba(0, 0, 0, 0.6); 189 189 -webkit-font-smoothing: antialiased; 190 190 font-weight: 600; 191 191 padding: 15px 12px; … … 232 232 top: 0; 233 233 right: 0; 234 234 left: 0; 235 border-bottom: 1px solid rgba(0, 0,0,0.25);235 border-bottom: 1px solid rgba(0, 0, 0, 0.25); 236 236 overflow: hidden; 237 237 } 238 238 239 239 .theme-browser .theme .theme-update:before, 240 240 .theme-browser .theme .theme-installed:before { 241 content: '\f463';241 content: "\f463"; 242 242 display: inline-block; 243 font: normal 20px/1 'dashicons';243 font: normal 20px/1 "dashicons"; 244 244 margin: 0 6px 0 0; 245 245 opacity: 0.8; 246 246 position: relative; … … 258 258 color: #fff; 259 259 padding-right: 110px; 260 260 font-weight: 300; 261 -webkit-box-shadow: inset 0 1px 1px rgba(0, 0,0,0.5);262 box-shadow: inset 0 1px 1px rgba(0, 0,0,0.5);261 -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.5); 262 box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.5); 263 263 } 264 264 265 265 .theme-browser .theme.active .theme-name span { … … 267 267 } 268 268 269 269 .theme-browser .theme.active .theme-actions { 270 background: rgba(49, 49,49,0.7);270 background: rgba(49, 49, 49, 0.7); 271 271 border-left: none; 272 272 opacity: 1; 273 273 } … … 315 315 316 316 .theme-browser .theme.add-new-theme:after { 317 317 display: block; 318 content: '';318 content: ""; 319 319 -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; 320 320 opacity: 1; 321 321 background: transparent; … … 342 342 -webkit-border-radius: 50%; 343 343 border-radius: 50%; 344 344 display: inline-block; 345 content: '\f132';345 content: "\f132"; 346 346 -webkit-font-smoothing: antialiased; 347 font: normal 74px/115px 'dashicons';347 font: normal 74px/115px "dashicons"; 348 348 width: 100px; 349 349 height: 100px; 350 350 vertical-align: middle; … … 357 357 text-indent: -4px; 358 358 padding: 0; 359 359 text-shadow: none; 360 z-index: 4;360 z-index: 4; 361 361 } 362 362 363 363 .rtl .theme-browser .theme.add-new-theme span:after { … … 380 380 border-color: transparent; 381 381 color: #fff; 382 382 background: #0074a2; 383 content: '';383 content: ""; 384 384 } 385 385 386 386 .theme-browser .theme.add-new-theme .theme-name { … … 425 425 top: 0; 426 426 bottom: 0; 427 427 background: #f1f1f1; 428 background: rgba( 238, 238, 238, 0.9);428 background: rgba(238, 238, 238, 0.9); 429 429 z-index: 10; 430 430 } 431 431 … … 459 459 } 460 460 461 461 .theme-overlay .theme-header .close:before { 462 font: normal 30px/50px 'dashicons'!important;462 font: normal 30px/50px "dashicons" !important; 463 463 color: #777; 464 464 display: inline-block; 465 content: '\f335';465 content: "\f335"; 466 466 font-weight: 300; 467 467 } 468 468 … … 501 501 502 502 .theme-overlay .theme-header .right:before, 503 503 .theme-overlay .theme-header .left:before { 504 font: normal 20px/50px 'dashicons'!important;504 font: normal 20px/50px "dashicons" !important; 505 505 display: inline; 506 506 font-weight: 300; 507 507 } 508 508 509 509 .theme-overlay .theme-header .left:before { 510 content: '\f340';510 content: "\f340"; 511 511 } 512 512 513 513 .theme-overlay .theme-header .right:before { 514 content: '\f344';514 content: "\f344"; 515 515 } 516 516 517 517 .rtl .theme-overlay .theme-header .left:before { 518 content: '\f345';518 content: "\f345"; 519 519 } 520 520 521 521 .rtl .theme-overlay .theme-header .right:before { 522 content: '\f341';522 content: "\f341"; 523 523 } 524 524 525 525 .theme-overlay .theme-wrap { … … 639 639 box-sizing: border-box; 640 640 overflow: hidden; 641 641 position: relative; 642 -webkit-box-shadow: 0 0 0 1px rgba(0, 0,0,0.2);643 box-shadow: 0 0 0 1px rgba(0, 0,0,0.2);642 -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2); 643 box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2); 644 644 } 645 645 646 646 .theme-overlay .screenshot:after { 647 content: '';647 content: ""; 648 648 display: block; 649 649 padding-top: 75%; /* using a 4/3 aspect ratio */ 650 650 } … … 679 679 } 680 680 681 681 .theme-overlay .screenshot.thumb:after { 682 content: '';682 content: ""; 683 683 display: block; 684 684 padding-top: 100%; /* using a 1/1 aspect ratio */ 685 685 } … … 895 895 margin-right: 0; 896 896 } 897 897 } 898 898 899 /* Maximum screenshot width reaches 440px */ 899 900 @media only screen and (max-width: 1120px) { 900 901 .theme-browser .theme { … … 1036 1037 } 1037 1038 1038 1039 .theme-browser .theme.add-new-theme span:after { 1039 font: normal 60px/90px 'dashicons';1040 font: normal 60px/90px "dashicons"; 1040 1041 width: 80px; 1041 1042 height: 80px; 1042 1043 top: 30%; … … 1049 1050 margin: 0 -12px 0 -10px; 1050 1051 padding: 10px; 1051 1052 } 1053 1052 1054 .single-theme .theme-overlay .theme-about { 1053 1055 padding: 10px; 1054 1056 overflow: visible; 1055 1057 } 1058 1056 1059 .single-theme .current-label { 1057 1060 display: none; 1058 1061 } 1062 1059 1063 .single-theme .theme-overlay .theme-actions { 1060 1064 position: static; 1061 1065 } … … 1082 1086 background: #0074a2; 1083 1087 } 1084 1088 .theme-browser .theme .theme-installed:before { 1085 content: '\f147';1089 content: "\f147"; 1086 1090 } 1087 1091 .theme-browser .theme.is-installed .theme-actions .button-primary { 1088 1092 display: none !important; … … 1090 1094 1091 1095 .theme-navigation { 1092 1096 background: #fff; 1093 -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0,0,.1);1094 box-shadow: 0 1px 1px 0 rgba(0, 0,0,.1);1097 -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1); 1098 box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1); 1095 1099 -webkit-box-sizing: border-box; 1096 1100 -moz-box-sizing: border-box; 1097 1101 box-sizing: border-box; … … 1221 1225 font-weight: normal; 1222 1226 font-style: normal; 1223 1227 vertical-align: top; 1224 -webkit-transition: color .1s ease-in 0;1225 transition: color .1s ease-in 0;1228 -webkit-transition: color 0.1s ease-in 0; 1229 transition: color 0.1s ease-in 0; 1226 1230 text-align: center; 1227 1231 } 1228 1232 .more-filters.current:before { … … 1258 1262 background: #fff; 1259 1263 margin: 0 1% 0 0; 1260 1264 border: 1px solid #e5e5e5; 1261 -webkit-box-shadow: 0 1px 1px rgba(0, 0,0,0.04);1262 box-shadow: 0 1px 1px rgba(0, 0,0,0.04);1265 -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04); 1266 box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04); 1263 1267 padding: 10px; 1264 1268 } 1265 1269 .more-filters-container .wide-filters-group { … … 1308 1312 .more-filters-container .filtering-by .tag { 1309 1313 background: #fff; 1310 1314 border: 1px solid #e5e5e5; 1311 -webkit-box-shadow: 0 1px 1px rgba(0, 0,0,0.04);1312 box-shadow: 0 1px 1px rgba(0, 0,0,0.04);1315 -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04); 1316 box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04); 1313 1317 font-size: 11px; 1314 1318 margin: 0 5px; 1315 1319 padding: 4px 8px; … … 1394 1398 content: "\f154"; 1395 1399 display: inline-block; 1396 1400 -webkit-font-smoothing: antialiased; 1397 font: normal 20px/1 'dashicons';1401 font: normal 20px/1 "dashicons"; 1398 1402 vertical-align: top; 1399 1403 } 1400 1404 /* Half stars */ … … 1563 1567 } 1564 1568 1565 1569 .wp-full-overlay-sidebar:after { 1566 content: '';1570 content: ""; 1567 1571 display: block; 1568 1572 position: absolute; 1569 1573 top: 0; … … 1664 1668 float: left; 1665 1669 content: "\f148"; 1666 1670 background: #eee; 1667 font: normal 20px/1 'dashicons';1671 font: normal 20px/1 "dashicons"; 1668 1672 speak: none; 1669 1673 display: block; 1670 1674 padding: 0; … … 1707 1711 .wp-full-overlay .theme-navigation { 1708 1712 padding: 10px 20px; 1709 1713 position: absolute; 1710 bottom: 10px;1714 bottom: 10px; 1711 1715 text-align: left; 1712 1716 } 1713 1717 .wp-full-overlay .theme-navigation .next-theme { -
wp-admin/css/widgets.css
275 275 /* Dragging a widget over a closed sidebar */ 276 276 #widgets-right .widgets-holder-wrap.widget-hover { 277 277 border-color: #777; 278 -webkit-box-shadow: 0 1px 2px rgba(0, 0,0,0.3);279 box-shadow: 0 1px 2px rgba(0, 0,0,0.3);278 -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3); 279 box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3); 280 280 } 281 281 282 282 /* Accessibility Mode */ … … 420 420 div#widgets-right .widget-top:hover, 421 421 #widgets-left .widget-top:hover { 422 422 border-color: #999; 423 -webkit-box-shadow: 0 1px 2px rgba(0, 0,0,0.1);424 box-shadow: 0 1px 2px rgba(0, 0,0,0.1);423 -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1); 424 box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1); 425 425 } 426 426 427 427 .widgets-chooser ul.widgets-chooser-sidebars { … … 453 453 454 454 .widgets-chooser li:hover, 455 455 .widgets-chooser li:focus { 456 background: rgba(255, 255,255,0.7);456 background: rgba(255, 255, 255, 0.7); 457 457 } 458 458 459 459 .widgets-chooser li:focus:before { 460 content: '\f147';460 content: "\f147"; 461 461 display: block; 462 462 -webkit-font-smoothing: antialiased; 463 font: normal 26px/1 'dashicons';463 font: normal 26px/1 "dashicons"; 464 464 color: #999; 465 465 position: absolute; 466 466 top: 7px; … … 478 478 479 479 .widgets-chooser li.widgets-chooser-selected:before, 480 480 .widgets-chooser li.widgets-chooser-selected:focus:before { 481 content: '\f147';481 content: "\f147"; 482 482 display: block; 483 483 -webkit-font-smoothing: antialiased; 484 font: normal 26px/1 'dashicons';484 font: normal 26px/1 "dashicons"; 485 485 color: #fff; 486 486 position: absolute; 487 487 top: 7px; -
wp-includes/css/admin-bar.css
139 139 #wpadminbar .shortlink-input { 140 140 margin: 0; 141 141 padding: 0; 142 -webkit-box-shadow: 0 3px 5px rgba(0, 0,0,0.2);143 box-shadow: 0 3px 5px rgba(0, 0,0,0.2);142 -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2); 143 box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2); 144 144 background: #333; 145 145 display: none; 146 146 position: absolute; … … 230 230 #wpadminbar .ab-item:before { 231 231 position: relative; 232 232 float: left; 233 font: normal 20px/1 'dashicons';233 font: normal 20px/1 "dashicons"; 234 234 speak: none; 235 235 padding: 4px 0; 236 236 -webkit-font-smoothing: antialiased; … … 249 249 #wpadminbar .ab-item:before, 250 250 #wpadminbar #adminbarsearch:before { 251 251 position: relative; 252 -webkit-transition: all .1s ease-in-out;253 transition: all .1s ease-in-out;252 -webkit-transition: all 0.1s ease-in-out; 253 transition: all 0.1s ease-in-out; 254 254 } 255 255 256 256 #wpadminbar .ab-label { … … 290 290 #wpadminbar .menupop .menupop > .ab-item:before, 291 291 #wpadminbar .ab-top-secondary .menupop .menupop > .ab-item:before { 292 292 position: absolute; 293 font: normal 17px/1 'dashicons';293 font: normal 17px/1 "dashicons"; 294 294 speak: none; 295 295 -webkit-font-smoothing: antialiased; 296 296 -moz-osx-font-smoothing: grayscale; … … 304 304 #wpadminbar .menupop .menupop > .ab-item:before { 305 305 top: 1px; 306 306 right: 4px; 307 content: '\f139';307 content: "\f139"; 308 308 color: inherit; 309 309 } 310 310 … … 316 316 #wpadminbar .ab-top-secondary .menupop .menupop > .ab-item:before { 317 317 top: 5px; 318 318 left: 3px; 319 content: '\f141';319 content: "\f141"; 320 320 } 321 321 322 322 #wpadminbar .quicklinks .menupop ul.ab-sub-secondary { … … 465 465 } 466 466 467 467 #wpadminbar #wp-admin-bar-wp-logo > .ab-item .ab-icon:before { 468 content: '\f120';468 content: "\f120"; 469 469 top: 2px; 470 470 } 471 471 … … 474 474 */ 475 475 #wpadminbar .quicklinks li .blavatar { 476 476 float: left; 477 font: normal 16px/1 'dashicons'!important;477 font: normal 16px/1 "dashicons" !important; 478 478 speak: none; 479 479 -webkit-font-smoothing: antialiased; 480 480 -moz-osx-font-smoothing: grayscale; … … 486 486 } 487 487 488 488 #wpadminbar .quicklinks li .blavatar:before { 489 content: '\f120';489 content: "\f120"; 490 490 height: 16px; 491 491 width: 16px; 492 492 display: inline-block; … … 499 499 500 500 #wpadminbar #wp-admin-bar-my-sites > .ab-item:before, 501 501 #wpadminbar #wp-admin-bar-site-name > .ab-item:before { 502 content: '\f112';502 content: "\f112"; 503 503 top: 2px; 504 504 } 505 505 506 506 #wpadminbar #wp-admin-bar-edit > .ab-item:before { 507 content: '\f464';507 content: "\f464"; 508 508 top: 2px; 509 509 } 510 510 … … 522 522 } 523 523 524 524 #wpadminbar #wp-admin-bar-comments .ab-icon:before { 525 content: '\f101';525 content: "\f101"; 526 526 top: 3px; 527 527 } 528 528 529 529 #wpadminbar #wp-admin-bar-comments .count-0 { 530 opacity: .5;530 opacity: 0.5; 531 531 } 532 532 533 533 /** 534 534 * New Content 535 535 */ 536 536 #wpadminbar #wp-admin-bar-new-content .ab-icon:before { 537 content: '\f132';537 content: "\f132"; 538 538 top: 4px; 539 539 } 540 540 … … 542 542 * Updates 543 543 */ 544 544 #wpadminbar #wp-admin-bar-updates .ab-icon:before { 545 content: '\f463';545 content: "\f463"; 546 546 top: 2px; 547 547 } 548 548 … … 565 565 top: 6px; 566 566 left: 5px; 567 567 z-index: 20; 568 font: normal 20px/1 'dashicons'!important;569 content: '\f179';568 font: normal 20px/1 "dashicons" !important; 569 content: "\f179"; 570 570 speak: none; 571 571 -webkit-font-smoothing: antialiased; 572 572 -moz-osx-font-smoothing: grayscale; … … 581 581 padding: 0 3px 0 24px; 582 582 margin: 0; 583 583 color: #ccc; 584 background-color: rgba( 255, 255, 255, 0);584 background-color: rgba(255, 255, 255, 0); 585 585 border: none; 586 586 outline: none; 587 587 cursor: pointer; … … 602 602 z-index: 10; 603 603 color: #000; 604 604 width: 200px; 605 background-color: rgba( 255, 255, 255, 0.9);605 background-color: rgba(255, 255, 255, 0.9); 606 606 cursor: text; 607 607 border: 0; 608 608 } … … 680 680 z-index: 100000; 681 681 line-height: normal; 682 682 text-decoration: none; 683 -webkit-box-shadow: 0 0 2px 2px rgba(0, 0,0,.6);684 box-shadow: 0 0 2px 2px rgba(0, 0,0,.6);683 -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6); 684 box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6); 685 685 } 686 686 687 687 /** … … 836 836 } 837 837 838 838 #wpadminbar #wp-admin-bar-wp-logo > .ab-item .ab-icon:before { 839 font: 28px/1 'dashicons'!important;839 font: 28px/1 "dashicons" !important; 840 840 top: -3px; 841 841 } 842 842 … … 872 872 #wpadminbar #wp-admin-bar-my-account > .ab-item:before { 873 873 display: block; 874 874 text-indent: 0; 875 font: normal 32px/1 'dashicons';875 font: normal 32px/1 "dashicons"; 876 876 speak: none; 877 877 top: 7px; 878 878 width: 52px; -
wp-includes/css/buttons.css
127 127 color: #555; 128 128 border-color: #cccccc; 129 129 background: #f7f7f7; 130 -webkit-box-shadow: inset 0 1px 0 #fff, 0 1px 0 rgba(0, 0,0,.08);131 box-shadow: inset 0 1px 0 #fff, 0 1px 0 rgba(0, 0,0,.08);130 -webkit-box-shadow: inset 0 1px 0 #fff, 0 1px 0 rgba(0, 0, 0, 0.08); 131 box-shadow: inset 0 1px 0 #fff, 0 1px 0 rgba(0, 0, 0, 0.08); 132 132 vertical-align: top; 133 133 } 134 134 … … 150 150 .wp-core-ui .button.focus, 151 151 .wp-core-ui .button:focus, 152 152 .wp-core-ui .button-secondary:focus { 153 -webkit-box-shadow: 1px 1px 1px rgba(0, 0,0,.2);154 box-shadow: 1px 1px 1px rgba(0, 0,0,.2);153 -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2); 154 box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2); 155 155 } 156 156 157 157 .wp-core-ui .button.active, … … 162 162 background: #eee; 163 163 border-color: #999; 164 164 color: #333; 165 -webkit-box-shadow: inset 0 2px 5px -3px rgba( 0, 0, 0, 0.5);166 box-shadow: inset 0 2px 5px -3px rgba( 0, 0, 0, 0.5);165 -webkit-box-shadow: inset 0 2px 5px -3px rgba(0, 0, 0, 0.5); 166 box-shadow: inset 0 2px 5px -3px rgba(0, 0, 0, 0.5); 167 167 } 168 168 169 169 .wp-core-ui .button[disabled], … … 189 189 .wp-core-ui .button-primary { 190 190 background: #2ea2cc; 191 191 border-color: #0074a2; 192 -webkit-box-shadow: inset 0 1px 0 rgba(120, 200,230,0.5), 0 1px 0 rgba(0,0,0,.15);193 box-shadow: inset 0 1px 0 rgba(120, 200,230,0.5), 0 1px 0 rgba(0,0,0,.15);192 -webkit-box-shadow: inset 0 1px 0 rgba(120, 200, 230, 0.5), 0 1px 0 rgba(0, 0, 0, 0.15); 193 box-shadow: inset 0 1px 0 rgba(120, 200, 230, 0.5), 0 1px 0 rgba(0, 0, 0, 0.15); 194 194 color: #fff; 195 195 text-decoration: none; 196 196 } … … 201 201 .wp-core-ui .button-primary:focus { 202 202 background: #1e8cbe; 203 203 border-color: #0074a2; 204 -webkit-box-shadow: inset 0 1px 0 rgba(120, 200,230,0.6);205 box-shadow: inset 0 1px 0 rgba(120, 200,230,0.6);204 -webkit-box-shadow: inset 0 1px 0 rgba(120, 200, 230, 0.6); 205 box-shadow: inset 0 1px 0 rgba(120, 200, 230, 0.6); 206 206 color: #fff; 207 207 } 208 208 209 209 .wp-core-ui .button-primary.focus, 210 210 .wp-core-ui .button-primary:focus { 211 211 border-color: #0e3950; 212 -webkit-box-shadow: inset 0 1px 0 rgba(120, 200,230,0.6), 1px 1px 2px rgba(0,0,0,0.4);213 box-shadow: inset 0 1px 0 rgba(120, 200,230,0.6), 1px 1px 2px rgba(0,0,0,0.4);212 -webkit-box-shadow: inset 0 1px 0 rgba(120, 200, 230, 0.6), 1px 1px 2px rgba(0, 0, 0, 0.4); 213 box-shadow: inset 0 1px 0 rgba(120, 200, 230, 0.6), 1px 1px 2px rgba(0, 0, 0, 0.4); 214 214 } 215 215 216 216 .wp-core-ui .button-primary.active, … … 220 220 background: #1b7aa6; 221 221 border-color: #005684; 222 222 color: rgba(255,255,255,0.95); 223 -webkit-box-shadow: inset 0 1px 0 rgba(0, 0,0,0.1);224 box-shadow: inset 0 1px 0 rgba(0, 0,0,0.1);223 -webkit-box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.1); 224 box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.1); 225 225 vertical-align: top; 226 226 } 227 227 … … 234 234 border-color: #1b607f !important; 235 235 -webkit-box-shadow: none !important; 236 236 box-shadow: none !important; 237 text-shadow: 0 -1px 0 rgba(0, 0,0,0.1) !important;237 text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.1) !important; 238 238 cursor: default; 239 239 } 240 240 … … 331 331 line-height: 28px; 332 332 padding: 0 12px 2px; 333 333 } 334 335 334 } -
wp-includes/css/dashicons.css
25 25 font-style: normal; 26 26 vertical-align: top; 27 27 text-align: center; 28 -webkit-transition: color .1s ease-in 0;29 transition: color .1s ease-in 0;28 -webkit-transition: color 0.1s ease-in 0; 29 transition: color 0.1s ease-in 0; 30 30 -webkit-font-smoothing: antialiased; 31 31 -moz-osx-font-smoothing: grayscale; 32 32 } … … 34 34 /* Admin Menu Icons */ 35 35 36 36 .dashicons-menu:before { 37 content: "\f333";37 content: "\f333"; 38 38 } 39 39 40 40 .dashicons-admin-site:before { 41 content: "\f319";41 content: "\f319"; 42 42 } 43 43 44 44 .dashicons-dashboard:before { 45 content: "\f226";45 content: "\f226"; 46 46 } 47 47 48 48 .dashicons-admin-media:before { … … 90 90 } 91 91 92 92 .dashicons-admin-collapse:before { 93 content: "\f148";93 content: "\f148"; 94 94 } 95 95 96 96 … … 146 146 147 147 .dashicons-welcome-write-blog:before, 148 148 .dashicons-welcome-edit-page:before { 149 content: "\f119";149 content: "\f119"; 150 150 } 151 151 152 152 .dashicons-welcome-add-page:before { 153 content: "\f133";153 content: "\f133"; 154 154 } 155 155 156 156 .dashicons-welcome-view-site:before { 157 content: "\f115";157 content: "\f115"; 158 158 } 159 159 160 160 .dashicons-welcome-widgets-menus:before { 161 content: "\f116";161 content: "\f116"; 162 162 } 163 163 164 164 .dashicons-welcome-comments:before { 165 content: "\f117";165 content: "\f117"; 166 166 } 167 167 168 168 .dashicons-welcome-learn-more:before { 169 content: "\f118";169 content: "\f118"; 170 170 } 171 171 172 172 173 173 /* Image Editing Icons */ 174 174 175 175 .dashicons-image-crop:before { 176 content: "\f165";176 content: "\f165"; 177 177 } 178 178 179 179 .dashicons-image-rotate-left:before { 180 content: "\f166";180 content: "\f166"; 181 181 } 182 182 183 183 .dashicons-image-rotate-right:before { 184 content: "\f167";184 content: "\f167"; 185 185 } 186 186 187 187 .dashicons-image-flip-vertical:before { 188 content: "\f168";188 content: "\f168"; 189 189 } 190 190 191 191 .dashicons-image-flip-horizontal:before { 192 content: "\f169";192 content: "\f169"; 193 193 } 194 194 195 195 196 196 /* Both Image Editing and TinyMCE */ 197 197 198 198 .dashicons-undo:before { 199 content: "\f171";199 content: "\f171"; 200 200 } 201 201 202 202 .dashicons-redo:before { 203 content: "\f172";203 content: "\f172"; 204 204 } 205 205 206 206 /* TinyMCE Icons */ 207 207 208 208 .dashicons-editor-bold:before { 209 content: "\f200";209 content: "\f200"; 210 210 } 211 211 212 212 .dashicons-editor-italic:before { 213 content: "\f201";213 content: "\f201"; 214 214 } 215 215 216 216 .dashicons-editor-ul:before { 217 content: "\f203";217 content: "\f203"; 218 218 } 219 219 220 220 .dashicons-editor-ol:before { 221 content: "\f204";221 content: "\f204"; 222 222 } 223 223 224 224 .dashicons-editor-quote:before { 225 content: "\f205";225 content: "\f205"; 226 226 } 227 227 228 228 .dashicons-editor-alignleft:before { 229 content: "\f206";229 content: "\f206"; 230 230 } 231 231 232 232 .dashicons-editor-aligncenter:before { 233 content: "\f207";233 content: "\f207"; 234 234 } 235 235 236 236 .dashicons-editor-alignright:before { 237 content: "\f208";237 content: "\f208"; 238 238 } 239 239 240 240 .dashicons-editor-insertmore:before { 241 content: "\f209";241 content: "\f209"; 242 242 } 243 243 244 244 .dashicons-editor-spellcheck:before { 245 content: "\f210";245 content: "\f210"; 246 246 } 247 247 248 248 .dashicons-editor-distractionfree:before, … … 255 255 } 256 256 257 257 .dashicons-editor-kitchensink:before { 258 content: "\f212";258 content: "\f212"; 259 259 } 260 260 261 261 .dashicons-editor-underline:before { 262 content: "\f213";262 content: "\f213"; 263 263 } 264 264 265 265 .dashicons-editor-justify:before { 266 content: "\f214";266 content: "\f214"; 267 267 } 268 268 269 269 .dashicons-editor-textcolor:before { 270 content: "\f215";270 content: "\f215"; 271 271 } 272 272 273 273 .dashicons-editor-paste-word:before { 274 content: "\f216";274 content: "\f216"; 275 275 } 276 276 277 277 .dashicons-editor-paste-text:before { 278 content: "\f217";278 content: "\f217"; 279 279 } 280 280 281 281 .dashicons-editor-removeformatting:before { 282 content: "\f218";282 content: "\f218"; 283 283 } 284 284 285 285 .dashicons-editor-video:before { 286 content: "\f219";286 content: "\f219"; 287 287 } 288 288 289 289 .dashicons-editor-customchar:before { 290 content: "\f220";290 content: "\f220"; 291 291 } 292 292 293 293 .dashicons-editor-outdent:before { 294 content: "\f221";294 content: "\f221"; 295 295 } 296 296 297 297 .dashicons-editor-indent:before { 298 content: "\f222";298 content: "\f222"; 299 299 } 300 300 301 301 .dashicons-editor-help:before { 302 content: "\f223";302 content: "\f223"; 303 303 } 304 304 305 305 .dashicons-editor-strikethrough:before { 306 content: "\f224";306 content: "\f224"; 307 307 } 308 308 309 309 .dashicons-editor-unlink:before { 310 content: "\f225";310 content: "\f225"; 311 311 } 312 312 313 313 .dashicons-editor-rtl:before { 314 content: "\f320";314 content: "\f320"; 315 315 } 316 316 317 317 .dashicons-editor-break:before { 318 content: "\f474";318 content: "\f474"; 319 319 } 320 320 321 321 .dashicons-editor-code:before { 322 content: "\f475";322 content: "\f475"; 323 323 } 324 324 325 325 .dashicons-editor-paragraph:before { 326 content: "\f476";326 content: "\f476"; 327 327 } 328 328 329 329 /* Post Icons */ 330 330 331 331 .dashicons-align-left:before { 332 content: "\f135";332 content: "\f135"; 333 333 } 334 334 335 335 .dashicons-align-right:before { 336 content: "\f136";336 content: "\f136"; 337 337 } 338 338 339 339 .dashicons-align-center:before { 340 content: "\f134";340 content: "\f134"; 341 341 } 342 342 343 343 .dashicons-align-none:before { 344 content: "\f138";344 content: "\f138"; 345 345 } 346 346 347 347 .dashicons-lock:before { 348 content: "\f160";348 content: "\f160"; 349 349 } 350 350 351 351 .dashicons-calendar:before { 352 content: "\f145";352 content: "\f145"; 353 353 } 354 354 355 355 .dashicons-visibility:before { 356 content: "\f177";356 content: "\f177"; 357 357 } 358 358 359 359 .dashicons-post-status:before { 360 content: "\f173";360 content: "\f173"; 361 361 } 362 362 363 363 .dashicons-edit:before { 364 content: "\f464";364 content: "\f464"; 365 365 } 366 366 367 367 .dashicons-post-trash:before, 368 368 .dashicons-trash:before { 369 content: "\f182";369 content: "\f182"; 370 370 } 371 371 372 372 … … 377 377 } 378 378 379 379 .dashicons-arrow-up:before { 380 content: "\f142";380 content: "\f142"; 381 381 } 382 382 383 383 .dashicons-arrow-down:before { 384 content: "\f140";384 content: "\f140"; 385 385 } 386 386 387 387 .dashicons-arrow-left:before { 388 content: "\f141";388 content: "\f141"; 389 389 } 390 390 391 391 .dashicons-arrow-right:before { 392 content: "\f139";392 content: "\f139"; 393 393 } 394 394 395 395 .dashicons-arrow-up-alt:before { 396 content: "\f342";396 content: "\f342"; 397 397 } 398 398 399 399 .dashicons-arrow-down-alt:before { 400 content: "\f346";400 content: "\f346"; 401 401 } 402 402 403 403 .dashicons-arrow-left-alt:before { 404 content: "\f340";404 content: "\f340"; 405 405 } 406 406 407 407 .dashicons-arrow-right-alt:before { 408 content: "\f344";408 content: "\f344"; 409 409 } 410 410 411 411 .dashicons-arrow-up-alt2:before { 412 content: "\f343";412 content: "\f343"; 413 413 } 414 414 415 415 .dashicons-arrow-down-alt2:before { 416 content: "\f347";416 content: "\f347"; 417 417 } 418 418 419 419 .dashicons-arrow-left-alt2:before { 420 content: "\f341";420 content: "\f341"; 421 421 } 422 422 423 423 .dashicons-arrow-right-alt2:before { 424 content: "\f345";424 content: "\f345"; 425 425 } 426 426 427 427 .dashicons-leftright:before { 428 content: "\f229";428 content: "\f229"; 429 429 } 430 430 431 431 .dashicons-sort:before { 432 content: "\f156";432 content: "\f156"; 433 433 } 434 434 435 435 .dashicons-randomize:before { … … 437 437 } 438 438 439 439 .dashicons-list-view:before { 440 content: "\f163";440 content: "\f163"; 441 441 } 442 442 443 443 .dashicons-exerpt-view:before { 444 content: "\f164";444 content: "\f164"; 445 445 } 446 446 447 447 … … 499 499 /* Internal/Products */ 500 500 501 501 .dashicons-wordpress:before { 502 content: "\f120";502 content: "\f120"; 503 503 } 504 504 505 505 .dashicons-wordpress-alt:before { 506 content: "\f324";506 content: "\f324"; 507 507 } 508 508 509 509 .dashicons-pressthis:before { 510 content: "\f157";510 content: "\f157"; 511 511 } 512 512 513 513 .dashicons-update:before { 514 content: "\f463";514 content: "\f463"; 515 515 } 516 516 517 517 .dashicons-screenoptions:before { 518 content: "\f180";518 content: "\f180"; 519 519 } 520 520 521 521 .dashicons-info:before { 522 content: "\f348";522 content: "\f348"; 523 523 } 524 524 525 525 .dashicons-cart:before { 526 content: "\f174";526 content: "\f174"; 527 527 } 528 528 529 529 .dashicons-feedback:before { 530 content: "\f175";530 content: "\f175"; 531 531 } 532 532 533 533 .dashicons-cloud:before { 534 content: "\f176";534 content: "\f176"; 535 535 } 536 536 537 537 .dashicons-translation:before { 538 content: "\f326";538 content: "\f326"; 539 539 } 540 540 541 541 542 542 /* Taxonomies */ 543 543 544 544 .dashicons-tag:before { 545 content: "\f323";545 content: "\f323"; 546 546 } 547 547 548 548 .dashicons-category:before { 549 content: "\f318";549 content: "\f318"; 550 550 } 551 551 552 552 553 553 /* Widget icons */ 554 554 555 555 .dashicons-archive:before { 556 content: "\f480";556 content: "\f480"; 557 557 } 558 558 559 559 .dashicons-tagcloud:before { 560 content: "\f479";560 content: "\f479"; 561 561 } 562 562 563 563 .dashicons-text:before { 564 content: "\f478";564 content: "\f478"; 565 565 } 566 566 567 567 … … 615 615 /* Alerts/Notifications/Flags */ 616 616 617 617 .dashicons-yes:before { 618 content: "\f147";618 content: "\f147"; 619 619 } 620 620 621 621 .dashicons-no:before { 622 content: "\f158";622 content: "\f158"; 623 623 } 624 624 625 625 .dashicons-no-alt:before { 626 content: "\f335";626 content: "\f335"; 627 627 } 628 628 629 629 .dashicons-plus:before { 630 content: "\f132";630 content: "\f132"; 631 631 } 632 632 633 633 .dashicons-plus-alt:before { … … 635 635 } 636 636 637 637 .dashicons-minus:before { 638 content: "\f460";638 content: "\f460"; 639 639 } 640 640 641 641 .dashicons-dismiss:before { 642 content: "\f153";642 content: "\f153"; 643 643 } 644 644 645 645 .dashicons-marker:before { 646 content: "\f159";646 content: "\f159"; 647 647 } 648 648 649 649 .dashicons-star-filled:before { 650 content: "\f155";650 content: "\f155"; 651 651 } 652 652 653 653 .dashicons-star-half:before { 654 content: "\f459";654 content: "\f459"; 655 655 } 656 656 657 657 .dashicons-star-empty:before { 658 content: "\f154";658 content: "\f154"; 659 659 } 660 660 661 661 .dashicons-flag:before { 662 content: "\f227";662 content: "\f227"; 663 663 } 664 664 665 665 666 666 /* Social Icons */ 667 667 668 668 .dashicons-share:before { 669 content: "\f237";669 content: "\f237"; 670 670 } 671 671 672 672 .dashicons-share1:before { 673 content: "\f237";673 content: "\f237"; 674 674 } 675 675 676 676 .dashicons-share-alt:before { 677 content: "\f240";677 content: "\f240"; 678 678 } 679 679 680 680 .dashicons-share-alt2:before { 681 content: "\f242";681 content: "\f242"; 682 682 } 683 683 684 684 .dashicons-twitter:before { 685 content: "\f301";685 content: "\f301"; 686 686 } 687 687 688 688 .dashicons-rss:before { 689 content: "\f303";689 content: "\f303"; 690 690 } 691 691 692 692 .dashicons-email:before { 693 content: "\f465";693 content: "\f465"; 694 694 } 695 695 696 696 .dashicons-email-alt:before { 697 content: "\f466";697 content: "\f466"; 698 698 } 699 699 700 700 .dashicons-facebook:before { 701 content: "\f304";701 content: "\f304"; 702 702 } 703 703 704 704 .dashicons-facebook-alt:before { 705 content: "\f305";705 content: "\f305"; 706 706 } 707 707 708 708 .dashicons-networking:before { 709 content: "\f325";709 content: "\f325"; 710 710 } 711 711 712 712 .dashicons-googleplus:before { 713 content: "\f462";713 content: "\f462"; 714 714 } 715 715 716 716 717 717 /* Misc/CPT */ 718 718 719 719 .dashicons-location:before { 720 content: "\f230";720 content: "\f230"; 721 721 } 722 722 723 723 .dashicons-location-alt:before { 724 content: "\f231";724 content: "\f231"; 725 725 } 726 726 727 727 .dashicons-camera:before { 728 content: "\f306";728 content: "\f306"; 729 729 } 730 730 731 731 .dashicons-images-alt:before { 732 content: "\f232";732 content: "\f232"; 733 733 } 734 734 735 735 .dashicons-images-alt2:before { 736 content: "\f233";736 content: "\f233"; 737 737 } 738 738 739 739 .dashicons-video-alt:before { 740 content: "\f234";740 content: "\f234"; 741 741 } 742 742 743 743 .dashicons-video-alt2:before { 744 content: "\f235";744 content: "\f235"; 745 745 } 746 746 747 747 .dashicons-video-alt3:before { 748 content: "\f236";748 content: "\f236"; 749 749 } 750 750 751 751 .dashicons-vault:before { 752 content: "\f178";752 content: "\f178"; 753 753 } 754 754 755 755 .dashicons-shield:before { 756 content: "\f332";756 content: "\f332"; 757 757 } 758 758 759 759 .dashicons-shield-alt:before { 760 content: "\f334";760 content: "\f334"; 761 761 } 762 762 763 763 .dashicons-sos:before { 764 content: "\f468";764 content: "\f468"; 765 765 } 766 766 767 767 .dashicons-search:before { 768 content: "\f179";768 content: "\f179"; 769 769 } 770 770 771 771 .dashicons-slides:before { 772 content: "\f181";772 content: "\f181"; 773 773 } 774 774 775 775 .dashicons-analytics:before { 776 content: "\f183";776 content: "\f183"; 777 777 } 778 778 779 779 .dashicons-chart-pie:before { 780 content: "\f184";780 content: "\f184"; 781 781 } 782 782 783 783 .dashicons-chart-bar:before { 784 content: "\f185";784 content: "\f185"; 785 785 } 786 786 787 787 .dashicons-chart-line:before { 788 content: "\f238";788 content: "\f238"; 789 789 } 790 790 791 791 .dashicons-chart-area:before { 792 content: "\f239";792 content: "\f239"; 793 793 } 794 794 795 795 .dashicons-groups:before { 796 content: "\f307";796 content: "\f307"; 797 797 } 798 798 799 799 .dashicons-businessman:before { 800 content: "\f338";800 content: "\f338"; 801 801 } 802 802 803 803 .dashicons-id:before { 804 content: "\f336";804 content: "\f336"; 805 805 } 806 806 807 807 .dashicons-id-alt:before { 808 content: "\f337";808 content: "\f337"; 809 809 } 810 810 811 811 .dashicons-products:before { 812 content: "\f312";812 content: "\f312"; 813 813 } 814 814 815 815 .dashicons-awards:before { 816 content: "\f313";816 content: "\f313"; 817 817 } 818 818 819 819 .dashicons-forms:before { 820 content: "\f314";820 content: "\f314"; 821 821 } 822 822 823 823 .dashicons-testimonial:before { 824 content: "\f473";824 content: "\f473"; 825 825 } 826 826 827 827 .dashicons-portfolio:before { 828 content: "\f322";828 content: "\f322"; 829 829 } 830 830 831 831 .dashicons-book:before { 832 content: "\f330";832 content: "\f330"; 833 833 } 834 834 835 835 .dashicons-book-alt:before { 836 content: "\f331";836 content: "\f331"; 837 837 } 838 838 839 839 .dashicons-download:before { 840 content: "\f316";840 content: "\f316"; 841 841 } 842 842 843 843 .dashicons-upload:before { 844 content: "\f317";844 content: "\f317"; 845 845 } 846 846 847 847 .dashicons-backup:before { 848 content: "\f321";848 content: "\f321"; 849 849 } 850 850 851 851 .dashicons-clock:before { 852 content: "\f469";852 content: "\f469"; 853 853 } 854 854 855 855 .dashicons-lightbulb:before { 856 content: "\f339";856 content: "\f339"; 857 857 } 858 858 859 859 .dashicons-microphone:before { … … 861 861 } 862 862 863 863 .dashicons-desktop:before { 864 content: "\f472";864 content: "\f472"; 865 865 } 866 866 867 867 .dashicons-tablet:before { 868 content: "\f471";868 content: "\f471"; 869 869 } 870 870 871 871 .dashicons-smartphone:before { 872 content: "\f470";872 content: "\f470"; 873 873 } 874 874 875 875 .dashicons-smiley:before { 876 content: "\f328";876 content: "\f328"; 877 877 } -
wp-includes/css/editor.css
21 21 .mce-window { 22 22 -webkit-border-radius: 0; 23 23 border-radius: 0; 24 -webkit-box-shadow: 0 3px 6px rgba( 0, 0, 0, 0.3);25 box-shadow: 0 3px 6px rgba( 0, 0, 0, 0.3);24 -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3); 25 box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3); 26 26 -webkit-font-smoothing: subpixel-antialiased; 27 27 } 28 28 … … 57 57 } 58 58 59 59 .mce-window .mce-window-head .mce-close:before { 60 font: normal 20px/36px 'dashicons';60 font: normal 20px/36px "dashicons"; 61 61 text-align: center; 62 62 color: #666; 63 63 width: 36px; … … 70 70 } 71 71 72 72 .mce-window .mce-window-head .mce-dragh { 73 width: -webkit-calc( 100% - 36px);74 width: calc( 100% - 36px);73 width: -webkit-calc(100% - 36px); 74 width: calc(100% - 36px); 75 75 } 76 76 77 77 .mce-wp-help .mce-window-head { … … 83 83 border: 1px solid #ddd; 84 84 -webkit-border-radius: 0; 85 85 border-radius: 0; 86 -webkit-box-shadow: inset 0 1px 2px rgba(0, 0,0,0.07);87 box-shadow: inset 0 1px 2px rgba(0, 0,0,0.07);88 -webkit-transition: .05s border-color ease-in-out;89 transition: .05s border-color ease-in-out;86 -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.07); 87 box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.07); 88 -webkit-transition: 0.05s border-color ease-in-out; 89 transition: 0.05s border-color ease-in-out; 90 90 } 91 91 92 92 .mce-textbox:focus, 93 93 .mce-textbox.mce-focus, 94 94 .mce-checkbox:focus i.mce-i-checkbox { 95 95 border-color: #5b9dd9; 96 -webkit-box-shadow: 0 0 2px rgba(30, 140,190,0.8);97 box-shadow: 0 0 2px rgba(30, 140,190,0.8);96 -webkit-box-shadow: 0 0 2px rgba(30, 140, 190, 0.8); 97 box-shadow: 0 0 2px rgba(30, 140, 190, 0.8); 98 98 } 99 99 100 100 /* TinyMCE menus */ 101 101 .mce-menu, 102 102 .mce-floatpanel.mce-popover { 103 border-color: rgba(0, 0,0,0.15);103 border-color: rgba(0, 0, 0, 0.15); 104 104 -webkit-border-radius: 0; 105 105 border-radius: 0; 106 -webkit-box-shadow: 0 3px 5px rgba( 0, 0, 0, 0.2);107 box-shadow: 0 3px 5px rgba( 0, 0, 0, 0.2);106 -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2); 107 box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2); 108 108 } 109 109 110 110 .mce-floatpanel.mce-popover.mce-bottom { … … 200 200 background: #fafafa; 201 201 border-color: #999; 202 202 color: #222; 203 -webkit-box-shadow: inset 0 1px 0 #fff, 0 1px 0 rgba( 0, 0, 0, 0.08);204 box-shadow: inset 0 1px 0 #fff, 0 1px 0 rgba( 0, 0, 0, 0.08);203 -webkit-box-shadow: inset 0 1px 0 #fff, 0 1px 0 rgba(0, 0, 0, 0.08); 204 box-shadow: inset 0 1px 0 #fff, 0 1px 0 rgba(0, 0, 0, 0.08); 205 205 } 206 206 207 207 .mce-toolbar .mce-btn-group .mce-btn.mce-active, … … 210 210 #wp-fullscreen-buttons .mce-btn:active { 211 211 background: #ebebeb; 212 212 border-color: #999; 213 -webkit-box-shadow: inset 0 2px 5px -3px rgba( 0, 0, 0, 0.3);214 box-shadow: inset 0 2px 5px -3px rgba( 0, 0, 0, 0.3);213 -webkit-box-shadow: inset 0 2px 5px -3px rgba(0, 0, 0, 0.3); 214 box-shadow: inset 0 2px 5px -3px rgba(0, 0, 0, 0.3); 215 215 } 216 216 217 217 .mce-toolbar .mce-btn-group .mce-btn.mce-active:hover { … … 270 270 direction: ltr; 271 271 background: #fff; 272 272 border: 1px solid #ddd; 273 -webkit-box-shadow: inset 0 1px 1px -1px rgba(0, 0, 0, .2);274 box-shadow: inset 0 1px 1px -1px rgba(0, 0, 0, .2);273 -webkit-box-shadow: inset 0 1px 1px -1px rgba(0, 0, 0, 0.2); 274 box-shadow: inset 0 1px 1px -1px rgba(0, 0, 0, 0.2); 275 275 } 276 276 277 277 .mce-toolbar .mce-btn-group .mce-btn.mce-listbox:hover { … … 395 395 -webkit-border-radius: 3px; 396 396 border-radius: 3px; 397 397 white-space: nowrap; 398 -webkit-box-shadow: inset 0 1px 0 #fff, 0 1px 0 rgba(0, 0,0,.08);399 box-shadow: inset 0 1px 0 #fff, 0 1px 0 rgba(0, 0,0,.08);398 -webkit-box-shadow: inset 0 1px 0 #fff, 0 1px 0 rgba(0, 0, 0, 0.08); 399 box-shadow: inset 0 1px 0 #fff, 0 1px 0 rgba(0, 0, 0, 0.08); 400 400 background-image: none; 401 401 } 402 402 … … 415 415 } 416 416 417 417 .mce-window .mce-btn:focus { 418 -webkit-box-shadow: 1px 1px 1px rgba(0, 0,0,.2);419 box-shadow: 1px 1px 1px rgba(0, 0,0,.2);418 -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2); 419 box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2); 420 420 } 421 421 422 422 .mce-window .mce-btn:active { 423 423 background: #eee; 424 424 border-color: #999; 425 425 color: #333; 426 -webkit-box-shadow: inset 0 2px 5px -3px rgba( 0, 0, 0, 0.5);427 box-shadow: inset 0 2px 5px -3px rgba( 0, 0, 0, 0.5);426 -webkit-box-shadow: inset 0 2px 5px -3px rgba(0, 0, 0, 0.5); 427 box-shadow: inset 0 2px 5px -3px rgba(0, 0, 0, 0.5); 428 428 } 429 429 430 430 .mce-window .mce-btn.mce-disabled { … … 439 439 .mce-window .mce-btn.mce-primary { 440 440 background: #2ea2cc; 441 441 border-color: #0074a2; 442 -webkit-box-shadow: inset 0 1px 0 rgba(120, 200,230,0.5), 0 1px 0 rgba(0,0,0,.15);443 box-shadow: inset 0 1px 0 rgba(120, 200,230,0.5), 0 1px 0 rgba(0,0,0,.15);442 -webkit-box-shadow: inset 0 1px 0 rgba(120, 200, 230, 0.5), 0 1px 0 rgba(0, 0, 0, 0.15); 443 box-shadow: inset 0 1px 0 rgba(120, 200, 230, 0.5), 0 1px 0 rgba(0, 0, 0, 0.15); 444 444 color: #fff; 445 445 text-decoration: none; 446 446 } … … 448 448 .mce-window .mce-btn.mce-primary:hover { 449 449 background: #1e8cbe; 450 450 border-color: #0074a2; 451 -webkit-box-shadow: inset 0 1px 0 rgba(120, 200,230,0.6);452 box-shadow: inset 0 1px 0 rgba(120, 200,230,0.6);451 -webkit-box-shadow: inset 0 1px 0 rgba(120, 200, 230, 0.6); 452 box-shadow: inset 0 1px 0 rgba(120, 200, 230, 0.6); 453 453 color: #fff; 454 454 } 455 455 456 456 .mce-window .mce-btn.mce-primary:focus { 457 457 border-color: #0e3950; 458 -webkit-box-shadow: inset 0 1px 0 rgba(120, 200,230,0.6), 1px 1px 2px rgba(0,0,0,0.4);459 box-shadow: inset 0 1px 0 rgba(120, 200,230,0.6), 1px 1px 2px rgba(0,0,0,0.4);458 -webkit-box-shadow: inset 0 1px 0 rgba(120, 200, 230, 0.6), 1px 1px 2px rgba(0, 0, 0, 0.4); 459 box-shadow: inset 0 1px 0 rgba(120, 200, 230, 0.6), 1px 1px 2px rgba(0, 0, 0, 0.4); 460 460 } 461 461 462 462 .mce-window .mce-btn.mce-primary:active { 463 463 background: #1b7aa6; 464 464 border-color: #005684; 465 color: rgba(255, 255,255,0.95);466 -webkit-box-shadow: inset 0 1px 0 rgba(0, 0,0,0.1);467 box-shadow: inset 0 1px 0 rgba(0, 0,0,0.1);465 color: rgba(255, 255, 255, 0.95); 466 -webkit-box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.1); 467 box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.1); 468 468 } 469 469 470 470 .mce-window .mce-btn.mce-primary.mce-disabled { 471 471 color: #94cde7; 472 472 background: #298cba; 473 473 border-color: #1b607f; 474 text-shadow: 0 -1px 0 rgba(0, 0,0,0.1);474 text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.1); 475 475 } 476 476 477 477 .mce-menubtn.mce-fixed-width button span { … … 506 506 } 507 507 508 508 .mce-tooltip-inner { 509 -webkit-box-shadow: 0 3px 5px rgba( 0, 0, 0, 0.2);510 box-shadow: 0 3px 5px rgba( 0, 0, 0, 0.2);509 -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2); 510 box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2); 511 511 color: #fff; 512 512 font-size: 12px; 513 513 } 514 514 515 515 /* TinyMCE icons */ 516 516 .mce-ico { 517 font-family: 'tinymce', Arial;517 font-family: "tinymce", Arial; 518 518 } 519 519 520 520 .mce-btn-small .mce-ico { 521 font-family: 'tinymce-small', Arial;521 font-family: "tinymce-small", Arial; 522 522 } 523 523 524 524 .mce-toolbar .mce-ico { … … 585 585 i.mce-i-wp_page, 586 586 i.mce-i-hr, 587 587 .mce-close { 588 font: normal 20px/1 'dashicons';588 font: normal 20px/1 "dashicons"; 589 589 padding: 0; 590 590 vertical-align: top; 591 591 speak: none; … … 596 596 } 597 597 598 598 .qt-fullscreen { 599 font: normal 20px/1 'dashicons';599 font: normal 20px/1 "dashicons"; 600 600 vertical-align: top; 601 601 speak: none; 602 602 -webkit-font-smoothing: antialiased; … … 604 604 } 605 605 606 606 i.mce-i-bold:before { 607 content: '\f200';607 content: "\f200"; 608 608 } 609 609 610 610 i.mce-i-italic:before { 611 content: '\f201';611 content: "\f201"; 612 612 } 613 613 614 614 i.mce-i-bullist:before { 615 content: '\f203';615 content: "\f203"; 616 616 } 617 617 618 618 i.mce-i-numlist:before { 619 content: '\f204';619 content: "\f204"; 620 620 } 621 621 622 622 i.mce-i-blockquote:before { 623 content: '\f205';623 content: "\f205"; 624 624 } 625 625 626 626 i.mce-i-alignleft:before { 627 content: '\f206';627 content: "\f206"; 628 628 } 629 629 630 630 i.mce-i-aligncenter:before { 631 content: '\f207';631 content: "\f207"; 632 632 } 633 633 634 634 i.mce-i-alignright:before { 635 content: '\f208';635 content: "\f208"; 636 636 } 637 637 638 638 i.mce-i-link:before { 639 content: '\f103';639 content: "\f103"; 640 640 } 641 641 642 642 i.mce-i-unlink:before { 643 content: '\f225';643 content: "\f225"; 644 644 } 645 645 646 646 i.mce-i-wp_more:before { 647 content: '\f209';647 content: "\f209"; 648 648 } 649 649 650 650 i.mce-i-strikethrough:before { 651 content: '\f224';651 content: "\f224"; 652 652 } 653 653 654 654 i.mce-i-spellchecker:before { 655 content: '\f210';655 content: "\f210"; 656 656 } 657 657 658 658 i.mce-i-fullscreen:before, 659 659 i.mce-i-wp_fullscreen:before, 660 660 .qt-fullscreen:before { 661 content: '\f211';661 content: "\f211"; 662 662 } 663 663 664 664 i.mce-i-wp_adv:before { 665 content: '\f212';665 content: "\f212"; 666 666 } 667 667 668 668 i.mce-i-underline:before { 669 content: '\f213';669 content: "\f213"; 670 670 } 671 671 672 672 i.mce-i-alignjustify:before { 673 content: '\f214';673 content: "\f214"; 674 674 } 675 675 676 676 i.mce-i-forecolor:before { 677 content: '\f215';677 content: "\f215"; 678 678 } 679 679 680 680 i.mce-i-pastetext:before { 681 content: '\f217';681 content: "\f217"; 682 682 } 683 683 684 684 i.mce-i-removeformat:before { 685 content: '\f218';685 content: "\f218"; 686 686 } 687 687 688 688 i.mce-i-charmap:before { 689 content: '\f220';689 content: "\f220"; 690 690 } 691 691 692 692 i.mce-i-outdent:before { 693 content: '\f221';693 content: "\f221"; 694 694 } 695 695 696 696 i.mce-i-indent:before { 697 content: '\f222';697 content: "\f222"; 698 698 } 699 699 700 700 i.mce-i-undo:before { 701 content: '\f171';701 content: "\f171"; 702 702 } 703 703 704 704 i.mce-i-redo:before { 705 content: '\f172';705 content: "\f172"; 706 706 } 707 707 708 708 i.mce-i-help:before, 709 709 i.mce-i-wp_help:before { 710 content: '\f223';710 content: "\f223"; 711 711 } 712 712 713 713 i.mce-i-wp-media-library:before { 714 content: '\f104';714 content: "\f104"; 715 715 } 716 716 717 717 i.mce-i-ltr:before { 718 content: '\f320';718 content: "\f320"; 719 719 } 720 720 721 721 i.mce-i-wp_page:before { 722 content: '\f105';722 content: "\f105"; 723 723 } 724 724 725 725 i.mce-i-hr:before { 726 content: '\f460';726 content: "\f460"; 727 727 } 728 728 729 729 .mce-close:before { 730 content: '\f158';730 content: "\f158"; 731 731 } 732 732 733 733 .mce-i-wp_code:before { 734 content: '\e017';734 content: "\e017"; 735 735 } 736 736 737 737 /* Editors */ … … 863 863 } 864 864 865 865 .wp-media-buttons .add_media span.wp-media-buttons-icon:before { 866 font: normal 18px/1 'dashicons';866 font: normal 18px/1 "dashicons"; 867 867 speak: none; 868 868 -webkit-font-smoothing: antialiased; 869 869 -moz-osx-font-smoothing: grayscale; 870 870 } 871 871 872 872 .wp-media-buttons .add_media span.wp-media-buttons-icon:before { 873 content: '\f104';873 content: "\f104"; 874 874 } 875 875 876 876 /* Quicktags */ … … 985 985 #wp-link-wrap { 986 986 display: none; 987 987 background-color: #fff; 988 -webkit-box-shadow: 0 3px 6px rgba( 0, 0, 0, 0.3);989 box-shadow: 0 3px 6px rgba( 0, 0, 0, 0.3);988 -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3); 989 box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3); 990 990 width: 500px; 991 991 height: 250px; 992 992 overflow: hidden; … … 1050 1050 } 1051 1051 1052 1052 #wp-link-close:before { 1053 font: normal 20px/36px 'dashicons';1053 font: normal 20px/36px "dashicons"; 1054 1054 vertical-align: top; 1055 1055 speak: none; 1056 1056 -webkit-font-smoothing: antialiased; 1057 1057 -moz-osx-font-smoothing: grayscale; 1058 1058 width: 36px; 1059 1059 height: 36px; 1060 content: '\f158';1060 content: "\f158"; 1061 1061 } 1062 1062 1063 1063 #wp-link-close:hover, … … 1086 1086 } 1087 1087 1088 1088 #wp-link-search-toggle::after { 1089 font: normal 20px/1 'dashicons';1089 font: normal 20px/1 "dashicons"; 1090 1090 vertical-align: top; 1091 1091 speak: none; 1092 1092 -webkit-font-smoothing: antialiased; 1093 1093 -moz-osx-font-smoothing: grayscale; 1094 content: '\f140';1094 content: "\f140"; 1095 1095 } 1096 1096 1097 1097 .search-panel-visible #wp-link-search-toggle::after { 1098 content: '\f142';1098 content: "\f142"; 1099 1099 } 1100 1100 1101 1101 #wp-link input[type="text"] { … … 1410 1410 background-image: none; 1411 1411 } 1412 1412 .clearlooks2 .mceClose:before { 1413 content: '\f158';1414 font: normal 20px/1 'dashicons';1413 content: "\f158"; 1414 font: normal 20px/1 "dashicons"; 1415 1415 speak: none; 1416 1416 -webkit-font-smoothing: antialiased; 1417 1417 -moz-osx-font-smoothing: grayscale; … … 1421 1421 1422 1422 /* from colors.css 1423 1423 .clearlooks2 { 1424 box-shadow: 0 5px 15px rgba(0, 0,0,0.7);1424 box-shadow: 0 5px 15px rgba(0, 0, 0, 0.7); 1425 1425 } 1426 1426 1427 1427 .clearlooks2 .mceMiddle span, -
wp-includes/css/jquery-ui-dialog.css
53 53 left: 0; 54 54 position: absolute; 55 55 opacity: 0; 56 filter: Alpha(Opacity=0);56 filter: Alpha(Opacity=0); 57 57 } 58 58 59 59 /* Interaction Cues … … 181 181 color: #555; 182 182 border-color: #cccccc; 183 183 background: #f7f7f7; 184 -webkit-box-shadow: inset 0 1px 0 #fff, 0 1px 0 rgba(0, 0,0,.08);185 box-shadow: inset 0 1px 0 #fff, 0 1px 0 rgba(0, 0,0,.08);184 -webkit-box-shadow: inset 0 1px 0 #fff, 0 1px 0 rgba(0, 0, 0, 0.08); 185 box-shadow: inset 0 1px 0 #fff, 0 1px 0 rgba(0, 0, 0, 0.08); 186 186 vertical-align: top; 187 187 } 188 188 … … 201 201 } 202 202 203 203 .ui-button:focus { 204 -webkit-box-shadow: 1px 1px 1px rgba(0, 0,0,.2);205 box-shadow: 1px 1px 1px rgba(0, 0,0,.2);204 -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2); 205 box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2); 206 206 } 207 207 208 208 .ui-button:active { 209 209 background: #eee; 210 210 border-color: #999; 211 211 color: #333; 212 -webkit-box-shadow: inset 0 2px 5px -3px rgba( 0, 0, 0, 0.5);213 box-shadow: inset 0 2px 5px -3px rgba( 0, 0, 0, 0.5);212 -webkit-box-shadow: inset 0 2px 5px -3px rgba(0, 0, 0, 0.5); 213 box-shadow: inset 0 2px 5px -3px rgba(0, 0, 0, 0.5); 214 214 outline: none; 215 215 } 216 216 … … 246 246 left: 0; 247 247 z-index: 100102; 248 248 background-color: #fff; 249 -webkit-box-shadow: 0 3px 6px rgba( 0, 0, 0, 0.3);250 box-shadow: 0 3px 6px rgba( 0, 0, 0, 0.3);249 -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3); 250 box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3); 251 251 } 252 252 253 253 .ui-dialog-titlebar { … … 278 278 } 279 279 280 280 .ui-dialog-titlebar-close:before { 281 font: normal 20px/1 'dashicons';281 font: normal 20px/1 "dashicons"; 282 282 vertical-align: top; 283 283 speak: none; 284 284 -webkit-font-smoothing: antialiased; … … 286 286 line-height: 36px; 287 287 width: 36px; 288 288 height: 36px; 289 content: '\f158';289 content: "\f158"; 290 290 } 291 291 292 292 .ui-button.ui-dialog-titlebar-close:hover { -
wp-includes/css/media-views.css
157 157 } 158 158 159 159 .media-modal-close .media-modal-icon:before { 160 content: '\f158';161 font: normal 20px/1 'dashicons';160 content: "\f158"; 161 font: normal 20px/1 "dashicons"; 162 162 speak: none; 163 163 vertical-align: middle; 164 164 -webkit-font-smoothing: antialiased; … … 182 182 bottom: 0; 183 183 overflow: auto; 184 184 min-height: 300px; 185 -webkit-box-shadow: 0 5px 15px rgba(0, 0,0,0.7);186 box-shadow: 0 5px 15px rgba(0, 0,0,0.7);185 -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.7); 186 box-shadow: 0 5px 15px rgba(0, 0, 0, 0.7); 187 187 background: #fcfcfc; 188 188 -webkit-font-smoothing: subpixel-antialiased; 189 189 } … … 424 424 425 425 .media-menu > a:hover { 426 426 color: #21759B; 427 background: rgba( 0, 0, 0, 0.04);427 background: rgba(0, 0, 0, 0.04); 428 428 } 429 429 430 430 .media-menu > a:active { … … 592 592 593 593 .media-frame.hide-router .media-frame-title { 594 594 border-bottom: 1px solid #dfdfdf; 595 -webkit-box-shadow: 0 4px 4px -4px rgba( 0, 0, 0, 0.1);596 box-shadow: 0 4px 4px -4px rgba( 0, 0, 0, 0.1);595 -webkit-box-shadow: 0 4px 4px -4px rgba(0, 0, 0, 0.1); 596 box-shadow: 0 4px 4px -4px rgba(0, 0, 0, 0.1); 597 597 } 598 598 599 599 .media-frame-title h1 { … … 710 710 width: 199px; 711 711 height: 199px; 712 712 -webkit-box-shadow: 713 inset 0 0 15px rgba( 0, 0, 0, 0.1),714 inset 0 0 0 1px rgba( 0, 0, 0, 0.05);713 inset 0 0 15px rgba(0, 0, 0, 0.1), 714 inset 0 0 0 1px rgba(0, 0, 0, 0.05); 715 715 box-shadow: 716 inset 0 0 15px rgba( 0, 0, 0, 0.1),717 inset 0 0 0 1px rgba( 0, 0, 0, 0.05);716 inset 0 0 15px rgba(0, 0, 0, 0.1), 717 inset 0 0 0 1px rgba(0, 0, 0, 0.05); 718 718 background: #eee; 719 719 cursor: pointer; 720 720 } … … 737 737 } 738 738 739 739 .attachment-preview .thumbnail:after { 740 content: '';740 content: ""; 741 741 display: block; 742 742 position: absolute; 743 743 top: 0; 744 744 left: 0; 745 745 right: 0; 746 746 bottom: 0; 747 -webkit-box-shadow: inset 0 0 0 1px rgba( 0, 0, 0, 0.1);748 box-shadow: inset 0 0 0 1px rgba( 0, 0, 0, 0.1);747 -webkit-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1); 748 box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1); 749 749 overflow: hidden; 750 750 } 751 751 … … 762 762 left: 0; 763 763 width: 100%; 764 764 height: 100%; 765 -webkit-transform: translate( 50%, 50%);766 -ms-transform: translate( 50%, 50%);767 transform: translate( 50%, 50%);765 -webkit-transform: translate(50%, 50%); 766 -ms-transform: translate(50%, 50%); 767 transform: translate(50%, 50%); 768 768 } 769 769 770 770 .attachment .thumbnail .centered img { 771 -webkit-transform: translate( -50%, -50%);772 -ms-transform: translate( -50%, -50%);773 transform: translate( -50%, -50%);771 -webkit-transform: translate(-50%, -50%); 772 -ms-transform: translate(-50%, -50%); 773 transform: translate(-50%, -50%); 774 774 } 775 775 776 776 .attachment .filename { … … 784 784 word-wrap: break-word; 785 785 text-align: center; 786 786 font-weight: bold; 787 background: rgba( 255, 255, 255, 0.8);788 -webkit-box-shadow: inset 0 0 0 1px rgba( 0, 0, 0, 0.15);789 box-shadow: inset 0 0 0 1px rgba( 0, 0, 0, 0.15);787 background: rgba(255, 255, 255, 0.8); 788 -webkit-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.15); 789 box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.15); 790 790 } 791 791 792 792 .attachment .filename div { … … 820 820 border-width: 0; 821 821 -webkit-border-radius: 3px; 822 822 border-radius: 3px; 823 -webkit-box-shadow: 0 0 0 1px rgba( 0, 0, 0, 0.3);824 box-shadow: 0 0 0 1px rgba( 0, 0, 0, 0.3);823 -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.3); 824 box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.3); 825 825 } 826 826 827 827 .attachment .close:hover { 828 -webkit-box-shadow: 0 0 0 1px rgba( 0, 0, 0, 0.6);829 box-shadow: 0 0 0 1px rgba( 0, 0, 0, 0.6);828 -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.6); 829 box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.6); 830 830 } 831 831 832 832 .attachment:hover .close { … … 842 842 right: -6px; 843 843 outline: none; 844 844 background: #eee; 845 -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 2px rgba( 0, 0, 0, 0.4);846 box-shadow: 0 0 0 1px #fff, 0 0 0 2px rgba( 0, 0, 0, 0.4);845 -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 2px rgba(0, 0, 0, 0.4); 846 box-shadow: 0 0 0 1px #fff, 0 0 0 2px rgba(0, 0, 0, 0.4); 847 847 } 848 848 849 849 .attachment .check div { … … 862 862 } 863 863 864 864 .attachment.details { 865 -webkit-box-shadow: 0 0 0 1px #fff, 866 0 0 0 5px #1e8cbe; 867 box-shadow: 0 0 0 1px #fff, 868 0 0 0 5px #1e8cbe; 865 -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 5px #1e8cbe; 866 box-shadow: 0 0 0 1px #fff, 0 0 0 5px #1e8cbe; 869 867 } 870 868 871 869 .attachment.details .check { 872 870 background-color: #1e8cbe; 873 -webkit-box-shadow: 0 0 0 1px #fff, 874 0 0 0 2px #1e8cbe; 875 box-shadow: 0 0 0 1px #fff, 876 0 0 0 2px #1e8cbe; 871 -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 2px #1e8cbe; 872 box-shadow: 0 0 0 1px #fff, 0 0 0 2px #1e8cbe; 877 873 } 878 874 879 875 .attachment.details .check div { … … 947 943 -webkit-border-radius: 10px; 948 944 border-radius: 10px; 949 945 background: #dfdfdf; 950 background: rgba( 0, 0, 0, 0.1);946 background: rgba(0, 0, 0, 0.1); 951 947 } 952 948 953 949 .media-progress-bar div { … … 957 953 background: #1e8cbe; 958 954 -webkit-border-radius: 10px; 959 955 border-radius: 10px; 960 -webkit-transition: width 300ms;961 transition: width 300ms;956 -webkit-transition: width 300ms; 957 transition: width 300ms; 962 958 } 963 959 964 960 .media-uploader-status .media-progress-bar { … … 1068 1064 left: 0; 1069 1065 right: 0; 1070 1066 bottom: 0; 1071 background: rgba( 0, 86, 132, 0.9);1067 background: rgba(0, 86, 132, 0.9); 1072 1068 z-index: 250000; 1073 1069 display: none; 1074 1070 text-align: center; … … 1092 1088 top: 50%; 1093 1089 left: 0; 1094 1090 right: 0; 1095 -webkit-transform: translateY( -50%);1096 -ms-transform: translateY( -50%);1097 transform: translateY( -50%);1091 -webkit-transform: translateY(-50%); 1092 -ms-transform: translateY(-50%); 1093 transform: translateY(-50%); 1098 1094 font-size: 40px; 1099 1095 color: #fff; 1100 1096 padding: 0; … … 1270 1266 } 1271 1267 1272 1268 .attachment.selection.details { 1273 -webkit-box-shadow: 1274 0 0 0 1px #fff, 1275 0 0 0 4px #1e8cbe; 1276 box-shadow: 1277 0 0 0 1px #fff, 1278 0 0 0 4px #1e8cbe; 1269 -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 4px #1e8cbe; 1270 box-shadow: 0 0 0 1px #fff, 0 0 0 4px #1e8cbe; 1279 1271 } 1280 1272 1281 1273 .media-selection .attachment.selection.details { 1282 -webkit-box-shadow: 1283 0 0 0 1px #fff, 1284 0 0 0 3px #1e8cbe; 1285 box-shadow: 1286 0 0 0 1px #fff, 1287 0 0 0 3px #1e8cbe; 1274 -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 3px #1e8cbe; 1275 box-shadow: 0 0 0 1px #fff, 0 0 0 3px #1e8cbe; 1288 1276 } 1289 1277 1290 1278 .media-selection:after { 1291 content: '';1279 content: ""; 1292 1280 display: block; 1293 1281 position: absolute; 1294 1282 top: 0; … … 1382 1370 .uploading .attachment-info .thumbnail { 1383 1371 width: 120px; 1384 1372 height: 80px; 1385 -webkit-box-shadow: inset 0 0 15px rgba( 0, 0, 0, 0.1);1386 box-shadow: inset 0 0 15px rgba( 0, 0, 0, 0.1);1373 -webkit-box-shadow: inset 0 0 15px rgba(0, 0, 0, 0.1); 1374 box-shadow: inset 0 0 15px rgba(0, 0, 0, 0.1); 1387 1375 } 1388 1376 1389 1377 .uploading .attachment-info .media-progress-bar { … … 1391 1379 } 1392 1380 1393 1381 .attachment-info .thumbnail:after { 1394 content: '';1382 content: ""; 1395 1383 display: block; 1396 1384 position: absolute; 1397 1385 top: 0; 1398 1386 left: 0; 1399 1387 right: 0; 1400 1388 bottom: 0; 1401 -webkit-box-shadow: inset 0 0 0 1px rgba( 0, 0, 0, 0.15);1402 box-shadow: inset 0 0 0 1px rgba( 0, 0, 0, 0.15);1389 -webkit-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.15); 1390 box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.15); 1403 1391 overflow: hidden; 1404 1392 } 1405 1393 … … 1546 1534 } 1547 1535 1548 1536 .media-frame .imgedit-help-toggled span.dashicons:before { 1549 content: '\f142';1537 content: "\f142"; 1550 1538 } 1551 1539 1552 1540 .media-frame .imgedit-group img { … … 1577 1565 padding: 12px 14px; 1578 1566 width: 100%; 1579 1567 min-width: 200px; 1580 -webkit-box-shadow: inset 2px 2px 4px -2px rgba( 0, 0, 0, 0.1);1581 box-shadow: inset 2px 2px 4px -2px rgba( 0, 0, 0, 0.1);1568 -webkit-box-shadow: inset 2px 2px 4px -2px rgba(0, 0, 0, 0.1); 1569 box-shadow: inset 2px 2px 4px -2px rgba(0, 0, 0, 0.1); 1582 1570 } 1583 1571 1584 1572 .media-frame .embed-url .spinner { … … 1662 1650 } 1663 1651 1664 1652 .image-details .advanced-toggle::after { 1665 font: normal 20px/1 'dashicons';1653 font: normal 20px/1 "dashicons"; 1666 1654 speak: none; 1667 1655 vertical-align: top; 1668 1656 -webkit-font-smoothing: antialiased; 1669 1657 -moz-osx-font-smoothing: grayscale; 1670 content: '\f140';1658 content: "\f140"; 1671 1659 display: inline-block; 1672 1660 margin-top: -2px; 1673 1661 } 1674 1662 1675 1663 .image-details .advanced-visible .advanced-toggle::after { 1676 content: '\f142';1664 content: "\f142"; 1677 1665 margin-top: 0; 1678 1666 } 1679 1667 … … 1705 1693 } 1706 1694 1707 1695 .image-details .custom-size::after { 1708 content: '';1696 content: ""; 1709 1697 display: table; 1710 1698 clear: both; 1711 1699 } … … 1723 1711 } 1724 1712 1725 1713 .media-embed .thumbnail:after { 1726 content: '';1714 content: ""; 1727 1715 display: block; 1728 1716 position: absolute; 1729 1717 top: 0; 1730 1718 left: 0; 1731 1719 right: 0; 1732 1720 bottom: 0; 1733 -webkit-box-shadow: inset 0 0 0 1px rgba( 0, 0, 0, 0.1);1734 box-shadow: inset 0 0 0 1px rgba( 0, 0, 0, 0.1);1721 -webkit-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1); 1722 box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1); 1735 1723 overflow: hidden; 1736 1724 } 1737 1725 … … 1820 1808 /* Drag & drop on the editor upload */ 1821 1809 #wp-fullscreen-body .uploader-editor, 1822 1810 .wp-editor-wrap .uploader-editor { 1823 background: rgba( 150, 150, 150, 0.9);1811 background: rgba(150, 150, 150, 0.9); 1824 1812 position: absolute; 1825 1813 top: 0; 1826 1814 left: 0; … … 1832 1820 } 1833 1821 1834 1822 #wp-fullscreen-body .uploader-editor { 1835 background: rgba( 0, 86, 132, 0.9);1823 background: rgba(0, 86, 132, 0.9); 1836 1824 position: fixed; 1837 1825 z-index: 100050; /* above the editor toolbar */ 1838 1826 } … … 1857 1845 top: 50%; 1858 1846 left: 0; 1859 1847 right: 0; 1860 -webkit-transform: translateY( -50%);1861 -ms-transform: translateY( -50%);1862 transform: translateY( -50%);1848 -webkit-transform: translateY(-50%); 1849 -ms-transform: translateY(-50%); 1850 transform: translateY(-50%); 1863 1851 font-size: 3em; 1864 1852 line-height: 1.3; 1865 1853 font-weight: bold; … … 1870 1858 } 1871 1859 1872 1860 .wp-editor-wrap .uploader-editor.droppable { 1873 background: rgba( 0, 86, 132, 0.9);1861 background: rgba(0, 86, 132, 0.9); 1874 1862 } 1875 1863 1876 1864 #wp-fullscreen-body .uploader-editor .uploader-editor-title, -
wp-includes/css/wp-auth-check.css
30 30 padding: 30px 0 0; 31 31 background-color: #eee; 32 32 z-index: 1000011; /* needs to appear above #wp-auth-check-bg */ 33 -webkit-box-shadow: 0 3px 6px rgba( 0, 0, 0, 0.3);34 box-shadow: 0 3px 6px rgba( 0, 0, 0, 0.3);33 -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3); 34 box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3); 35 35 } 36 36 37 37 #wp-auth-check-wrap.fallback #wp-auth-check { … … 62 62 } 63 63 64 64 #wp-auth-check-wrap .wp-auth-check-close:before { 65 content: '\f158';65 content: "\f158"; 66 66 display: block !important; 67 font: normal 20px/1 'dashicons';67 font: normal 20px/1 "dashicons"; 68 68 speak: none; 69 69 height: 22px; 70 70 margin: 2px 0; -
wp-includes/css/wp-pointer.css
4 4 font-size: 13px; 5 5 background: #fff; 6 6 border: 1px solid #dfdfdf; 7 -webkit-box-shadow: 0 3px 6px rgba(0, 0,0,0.075);8 box-shadow: 0 3px 6px rgba(0, 0,0,0.075);7 -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.075); 8 box-shadow: 0 3px 6px rgba(0, 0, 0, 0.075); 9 9 } 10 10 11 11 .wp-pointer-content h3 { … … 25 25 -webkit-border-radius: 50%; 26 26 border-radius: 50%; 27 27 color: #2ea2cc; 28 content: '\f227';29 font: normal 20px/1.6 'dashicons';28 content: "\f227"; 29 font: normal 20px/1.6 "dashicons"; 30 30 position: absolute; 31 31 top: 8px; 32 32 left: 15px; … … 62 62 .wp-pointer-buttons a.close:before { 63 63 background: none; 64 64 color: #bbb; 65 content: '\f153';65 content: "\f153"; 66 66 display: block !important; 67 font: normal 13px/1 'dashicons';67 font: normal 13px/1 "dashicons"; 68 68 speak: none; 69 69 margin: 1px 0; 70 70 text-align: center; … … 146 146 border: 13px solid transparent; 147 147 border-bottom-color: #2ea2cc; 148 148 display: block; 149 content: ' ';149 content: " "; 150 150 } 151 151 152 152 .wp-pointer-bottom .wp-pointer-arrow { … … 161 161 border: 13px solid transparent; 162 162 border-top-color: #fff; 163 163 display: block; 164 content: ' ';164 content: " "; 165 165 } 166 166 167 167 /* @noflip */ … … 177 177 border: 13px solid transparent; 178 178 border-right-color: #fff; 179 179 display: block; 180 content: ' ';180 content: " "; 181 181 } 182 182 183 183 /* @noflip */ … … 193 193 border: 13px solid transparent; 194 194 border-left-color: #fff; 195 195 display: block; 196 content: ' ';196 content: " "; 197 197 } 198 198 199 199 .rtl .wp-pointer-arrow:before {