IDEA additional info:
Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP
<+>UTF-8
|
|
|
|
| 1041 | 1041 | padding-left: 5px; |
| 1042 | 1042 | } |
| 1043 | 1043 | |
| 1044 | | |
| 1045 | | /*------------------------------------------------------------------------------ |
| 1046 | | 4.0 - Notifications |
| 1047 | | ------------------------------------------------------------------------------*/ |
| | 1044 | /*------------------------------------------------------------------------------ |
| | 1045 | 4.0 - Notifications |
| | 1046 | ------------------------------------------------------------------------------*/ |
| 1048 | 1047 | |
| 1049 | 1048 | #update-nag, |
| 1050 | 1049 | .update-nag { |
| … |
… |
|
| 2343 | 2342 | } |
| 2344 | 2343 | |
| 2345 | 2344 | |
| | 2345 | /** |
| | 2346 | * HiDPI graphics |
| | 2347 | */ |
| | 2348 | @media |
| | 2349 | only screen and (-webkit-min-device-pixel-ratio: 1.5), |
| | 2350 | only screen and (min-resolution: 150dpi) { |
| | 2351 | |
| | 2352 | .welcome-panel .welcome-panel-close:before { |
| | 2353 | background-image: url("../images/xit-2x.gif"); |
| | 2354 | background-size: 20px auto; |
| | 2355 | } |
| | 2356 | |
| | 2357 | } |
| | 2358 | |
| 2346 | 2359 | /*------------------------------------------------------------------------------ |
| 2347 | 2360 | 10.0 - List Posts (/Pages/etc) |
| 2348 | 2361 | ------------------------------------------------------------------------------*/ |
| … |
… |
|
| 4192 | 4205 | padding: 2px 10px; |
| 4193 | 4206 | } |
| 4194 | 4207 | |
| 4195 | | @media only screen and (-webkit-min-device-pixel-ratio: 1.5) { |
| | 4208 | @media |
| | 4209 | only screen and (-webkit-min-device-pixel-ratio: 1.5), |
| | 4210 | only screen and (min-resolution: 150dpi) { |
| | 4211 | |
| 4196 | 4212 | .imgedit-crop, |
| 4197 | 4213 | .imgedit-rleft, |
| 4198 | 4214 | .imgedit-rright, |
| … |
… |
|
| 4200 | 4216 | .imgedit-fliph, |
| 4201 | 4217 | .imgedit-undo, |
| 4202 | 4218 | .imgedit-redo { |
| 4203 | | background-image: url('../images/imgedit-icons-2x.png'); |
| | 4219 | background-image: url("../images/imgedit-icons-2x.png"); |
| 4204 | 4220 | background-size: 260px 64px; |
| 4205 | 4221 | } |
| 4206 | | } |
| | 4222 | |
| | 4223 | .imgedit-wait { |
| | 4224 | background-image: url("../images/wpspin_light-2x.gif"); |
| | 4225 | background-size: 16px 16px; |
| | 4226 | } |
| 4207 | 4227 | |
| | 4228 | } |
| | 4229 | |
| 4208 | 4230 | /*------------------------------------------------------------------------------ |
| 4209 | 4231 | 15.0 - Comments Screen |
| 4210 | 4232 | ------------------------------------------------------------------------------*/ |
| … |
… |
|
| 5450 | 5472 | transition-duration: 0.2s; |
| 5451 | 5473 | } |
| 5452 | 5474 | |
| | 5475 | @media |
| | 5476 | only screen and (-webkit-min-device-pixel-ratio: 1.5), |
| | 5477 | only screen and (min-resolution: 150dpi) { |
| | 5478 | |
| | 5479 | .wp-full-overlay .collapse-sidebar-arrow { |
| | 5480 | background-image: url("../images/arrows-2x.png"); |
| | 5481 | background-size: 15px 123px; |
| | 5482 | } |
| | 5483 | |
| | 5484 | } |
| | 5485 | |
| 5453 | 5486 | /*------------------------------------------------------------------------------ |
| 5454 | 5487 | 24.0 - Customize Loader |
| 5455 | 5488 | ------------------------------------------------------------------------------*/ |
| … |
… |
|
| 5559 | 5592 | line-height: 20px; |
| 5560 | 5593 | } |
| 5561 | 5594 | |
| | 5595 | @media |
| | 5596 | only screen and (-webkit-min-device-pixel-ratio: 1.5), |
| | 5597 | only screen and (min-resolution: 150dpi) { |
| | 5598 | |
| | 5599 | .customize-loading #customize-container { |
| | 5600 | background-image: url("../images/wpspin_light.gif"); |
| | 5601 | background-size: 16px 16px; |
| | 5602 | } |
| | 5603 | |
| | 5604 | } |
| | 5605 | |
| 5562 | 5606 | /*------------------------------------------------------------------------------ |
| 5563 | 5607 | 25.0 - Misc |
| 5564 | 5608 | ------------------------------------------------------------------------------*/ |
| … |
… |
|
| 8160 | 8204 | max-width: 400px; |
| 8161 | 8205 | width: auto; |
| 8162 | 8206 | } |
| | 8207 | } |
| | 8208 | |
| | 8209 | @media |
| | 8210 | only screen and (-webkit-min-device-pixel-ratio: 1.5), |
| | 8211 | only screen and (min-resolution: 150dpi) { |
| | 8212 | |
| | 8213 | .press-this .tagchecklist span a { |
| | 8214 | background-image: url("../images/xit-2x.gif"); |
| | 8215 | background-size: 20px auto; |
| | 8216 | } |
| | 8217 | |
| | 8218 | .postbox:hover .handlediv, |
| | 8219 | .stuffbox:hover .handlediv, |
| | 8220 | .widget-top a.widget-action { |
| | 8221 | background-image: url("../images/arrows-2x.png"); |
| | 8222 | background-size: 15px 123px; |
| | 8223 | } |
| | 8224 | |
| | 8225 | .widget-top a.widget-action:hover { |
| | 8226 | background-image: url("../images/arrows-dark-2x.png"); |
| | 8227 | background-size: 15px 123px; |
| | 8228 | } |
| | 8229 | |
| 8163 | 8230 | } |
| 8164 | 8231 | |
| 8165 | 8232 | /* =Localized CSS |