Ticket #11561: CSS.cleanup.patch
| File CSS.cleanup.patch, 17.9 KB (added by , 16 years ago) |
|---|
-
wp-admin/css/colors-classic-rtl.css
63 63 } 64 64 65 65 #adminmenu .wp-submenu a { 66 background: # FFFFFFurl(../images/menu-bits-rtl-vs.gif) no-repeat scroll right -310px;66 background: #fff url(../images/menu-bits-rtl-vs.gif) no-repeat scroll right -310px; 67 67 } 68 68 69 69 #adminmenu li.current a, -
wp-admin/css/colors-classic.dev.css
4 4 5 5 * html input, 6 6 * html .widget { 7 border-color: #8cbdd5;7 border-color: #8cbdd5; 8 8 } 9 9 10 10 textarea, … … 381 381 } 382 382 383 383 #dashboard_right_now .table { 384 background: #faf9f7 !important;384 background: #faf9f7 !important; 385 385 } 386 386 387 387 #side-sortables #category-tabs .tabs a { … … 442 442 } 443 443 444 444 .update-message { 445 color: #000 000;445 color: #000; 446 446 } 447 447 448 448 a.page-numbers { … … 1629 1629 div.widgets-sortables, 1630 1630 #widgets-left .inactive { 1631 1631 background-color: #f1f1f1; 1632 border-color: #ddd;1632 border-color: #ddd; 1633 1633 } 1634 1634 1635 1635 #available-widgets .widget-holder { 1636 background-color: #fff;1637 border-color: #ddd;1636 background-color: #fff; 1637 border-color: #ddd; 1638 1638 } 1639 1639 1640 1640 #widgets-left .sidebar-name { 1641 1641 background-color: #aaa; 1642 1642 background-image: url(../images/ed-bg-vs.gif); 1643 text-shadow: # FFFFFF0 1px 0;1643 text-shadow: #fff 0 1px 0; 1644 1644 border-color: #dfdfdf; 1645 1645 } 1646 1646 -
wp-admin/css/colors-fresh-rtl.css
63 63 } 64 64 65 65 #adminmenu .wp-submenu a { 66 background: # FFFFFFurl(../images/menu-bits-rtl.gif) no-repeat scroll right -310px;66 background: #fff url(../images/menu-bits-rtl.gif) no-repeat scroll right -310px; 67 67 } 68 68 69 69 #adminmenu li.current a, -
wp-admin/css/colors-fresh.dev.css
4 4 5 5 * html input, 6 6 * html .widget { 7 border-color: #dfdfdf;7 border-color: #dfdfdf; 8 8 } 9 9 10 10 textarea, … … 438 438 } 439 439 440 440 .update-message { 441 color: #000 000;441 color: #000; 442 442 } 443 443 444 444 a.page-numbers { … … 1061 1061 } 1062 1062 1063 1063 #adminmenu .wp-submenu a { 1064 background: # FFFFFFurl(../images/menu-bits.gif) no-repeat scroll 0 -310px;1064 background: #fff url(../images/menu-bits.gif) no-repeat scroll 0 -310px; 1065 1065 } 1066 1066 1067 1067 #adminmenu .wp-has-current-submenu ul li a { … … 1077 1077 background: #6d6d6d url(../images/menu-bits.gif) top left repeat-x; 1078 1078 border-color: #6d6d6d; 1079 1079 color: #fff; 1080 text-shadow: rgba(0,0,0,0.4) 0 px -1px 0px;1080 text-shadow: rgba(0,0,0,0.4) 0 -1px 0; 1081 1081 } 1082 1082 1083 1083 #adminmenu li.wp-has-current-submenu .wp-submenu, … … 1113 1113 background-color: #f5f5f5; 1114 1114 background-image: none; 1115 1115 border-color: #e3e3e3; 1116 text-shadow: rgba(255,255,255,1) 0 px 1px 0px;1116 text-shadow: rgba(255,255,255,1) 0 1px 0; 1117 1117 } 1118 1118 1119 1119 #adminmenu .wp-submenu ul { … … 1245 1245 1246 1246 /* Diff */ 1247 1247 table.diff .diff-deletedline { 1248 background-color: #f fdddd;1248 background-color: #fdd; 1249 1249 } 1250 1250 1251 1251 table.diff .diff-deletedline del { 1252 background-color: #f f9999;1252 background-color: #f99; 1253 1253 } 1254 1254 1255 1255 table.diff .diff-addedline { 1256 background-color: #d dffdd;1256 background-color: #dfd; 1257 1257 } 1258 1258 1259 1259 table.diff .diff-addedline ins { 1260 background-color: #9 9ff99;1260 background-color: #9f9; 1261 1261 } 1262 1262 1263 1263 #att-info { … … 1357 1357 } 1358 1358 1359 1359 .inline-editor ul.cat-checklist { 1360 background-color: # FFFFFF;1360 background-color: #fff; 1361 1361 border-color: #ddd; 1362 1362 } 1363 1363 … … 1586 1586 } 1587 1587 1588 1588 #wphead #site-visit-button { 1589 background-color: #585858;1589 background-color: #585858; 1590 1590 background-image: url(../images/visit-site-button-grad.gif); 1591 color: #aaa;1591 color: #aaa; 1592 1592 text-shadow: #3F3F3F 0 -1px 0; 1593 1593 } 1594 1594 1595 1595 #wphead a:hover #site-visit-button { 1596 color: #fff;1596 color: #fff; 1597 1597 } 1598 1598 1599 1599 #wphead a:focus #site-visit-button, … … 1603 1603 1604 1604 .popular-tags, 1605 1605 .feature-filter { 1606 background-color: # FFFFFF;1606 background-color: #fff; 1607 1607 border-color: #DFDFDF; 1608 1608 } 1609 1609 … … 1618 1618 div.widgets-sortables, 1619 1619 #widgets-left .inactive { 1620 1620 background-color: #f1f1f1; 1621 border-color: #ddd;1621 border-color: #ddd; 1622 1622 } 1623 1623 1624 1624 #available-widgets .widget-holder { 1625 background-color: #fff;1626 border-color: #ddd;1625 background-color: #fff; 1626 border-color: #ddd; 1627 1627 } 1628 1628 1629 1629 #widgets-left .sidebar-name { 1630 1630 background-color: #aaa; 1631 1631 background-image: url(../images/ed-bg.gif); 1632 text-shadow: # FFFFFF0 1px 0;1632 text-shadow: #fff 0 1px 0; 1633 1633 border-color: #dfdfdf; 1634 1634 } 1635 1635 -
wp-admin/css/dashboard.dev.css
310 310 } 311 311 312 312 #dashboard_recent_drafts ul li { 313 margin-bottom: 0.6em;313 margin-bottom: .6em; 314 314 } 315 315 316 316 #dashboard_recent_drafts h4 { -
wp-admin/css/farbtastic.css
1 1 .farbtastic { 2 position: relative;2 position: relative; 3 3 } 4 4 5 .farbtastic * { 5 position: absolute;6 cursor: crosshair;6 position: absolute; 7 cursor: crosshair; 7 8 } 9 8 10 .farbtastic, .farbtastic .wheel { 9 width: 195px;10 height: 195px;11 width: 195px; 12 height: 195px; 11 13 } 14 12 15 .farbtastic .color, .farbtastic .overlay { 13 top: 47px;14 left: 47px;15 width: 101px;16 height: 101px;16 top: 47px; 17 left: 47px; 18 width: 101px; 19 height: 101px; 17 20 } 21 18 22 .farbtastic .wheel { 19 background: url(../images/wheel.png) no-repeat;20 width: 195px;21 height: 195px;23 background: url(../images/wheel.png) no-repeat; 24 width: 195px; 25 height: 195px; 22 26 } 27 23 28 .farbtastic .overlay { 24 background: url(../images/mask.png) no-repeat;29 background: url(../images/mask.png) no-repeat; 25 30 } 31 26 32 .farbtastic .marker { 27 width: 17px;28 height: 17px;29 margin: -8px 0 0 -8px;30 overflow: hidden;31 background: url(../images/marker.png) no-repeat;33 width: 17px; 34 height: 17px; 35 margin: -8px 0 0 -8px; 36 overflow: hidden; 37 background: url(../images/marker.png) no-repeat; 32 38 } 39 No newline at end of file -
wp-admin/css/global.dev.css
304 304 305 305 h5 { 306 306 display: block; 307 font-size: 0.83em;307 font-size: .83em; 308 308 font-weight: bold; 309 309 margin: 1.67em 0; 310 310 } 311 311 312 312 h6 { 313 313 display: block; 314 font-size: 0.67em;314 font-size: .67em; 315 315 font-weight: bold; 316 316 margin: 2.33em 0; 317 317 } … … 337 337 ul.ul-disc > li, 338 338 ul.ul-square > li, 339 339 ol.ol-decimal > li { 340 margin: 0 0 0.5em;340 margin: 0 0 .5em; 341 341 } 342 342 343 343 .subsubsub { … … 452 452 .error { 453 453 border-width: 1px; 454 454 border-style: solid; 455 padding: 0 0.6em;455 padding: 0 .6em; 456 456 margin: 5px 15px 2px; 457 457 -moz-border-radius: 3px; 458 458 -khtml-border-radius: 3px; … … 462 462 463 463 .updated p, 464 464 .error p { 465 margin: 0.5em 0;465 margin: .5em 0; 466 466 line-height: 1; 467 467 padding: 2px; 468 468 } … … 477 477 margin: 0; 478 478 padding: 14px 15px 3px 0; 479 479 line-height: 35px; 480 text-shadow: rgba(255,255,255,1) 0 px 1px 0px;480 text-shadow: rgba(255,255,255,1) 0 1px 0; 481 481 } 482 482 483 483 .wrap h2.long-header { -
wp-admin/css/ie.css
371 371 } 372 372 373 373 * html .widget-top .widget-title-action a { 374 background: url("../images/menu-bits.gif") no-repeat scroll 0 -110px;374 background: url("../images/menu-bits.gif") no-repeat scroll 0 -110px; 375 375 } 376 376 377 377 * html div.widget-liquid-left { 378 width: 99%;378 width: 99%; 379 379 } 380 380 381 381 #wp_inactive_widgets { -
wp-admin/css/media.dev.css
12 12 font-weight: normal; 13 13 margin: 0 5px; 14 14 position: absolute; 15 left: 0 px;15 left: 0; 16 16 bottom: -1px; 17 17 } 18 18 -
wp-admin/css/plugin-install.dev.css
90 90 } 91 91 92 92 #plugin-information .fyi h2 { 93 font-size: 0.9em;93 font-size: .9em; 94 94 margin-bottom: 0; 95 95 margin-right: 0; 96 96 } 97 97 98 98 #plugin-information .fyi h2.mainheader { 99 99 padding: 5px; 100 -moz-border-radius -topleft: 3px;100 -moz-border-radius: 3px 0 0 0; 101 101 -webkit-border-top-left-radius: 3px; 102 102 -khtml-border-top-left-radius: 3px; 103 103 border-top-left-radius: 3px; … … 107 107 padding: 10px 5px 10px 7px; 108 108 margin: 0; 109 109 list-style: none; 110 -moz-border-radius -bottomleft:3px;110 -moz-border-radius: 0 0 0 3px; 111 111 -webkit-border-bottom-left-radius: 3px; 112 112 -khtml-border-bottom-left-radius: 3px; 113 113 border-bottom-left-radius: 3px; -
wp-admin/css/press-this.dev.css
147 147 } 148 148 149 149 .stuffbox:hover .handlediv { 150 background: transparent url(../images/menu-bits-vs.gif) no-repeat scroll left -111px;150 background: transparent url(../images/menu-bits-vs.gif) no-repeat scroll left -111px; 151 151 } 152 152 153 153 .handlediv { … … 509 509 510 510 .updated p, 511 511 .error p { 512 margin: 0.6em 0;513 padding: 0 0.6em;512 margin: .6em 0; 513 padding: 0 .6em; 514 514 } 515 515 516 516 .error a { -
wp-admin/css/theme-install.dev.css
60 60 .theme-listing .theme-item-info span { 61 61 display: none; 62 62 } 63 63 64 .theme-listing .theme-item:hover .theme-item-info span { 64 65 display: inline; 65 66 } 67 66 68 .theme-listing .theme-item:hover .theme-item-info span.dots { 67 69 display: none; 68 70 } 71 69 72 .theme-listing .theme-item-info span.action-links { 70 73 font-weight: bold; 71 74 text-align: center; -
wp-admin/css/widgets.dev.css
60 60 font-size: 13px; 61 61 border-width: 1px; 62 62 border-style: solid; 63 -moz-border-radius-topleft: 8px; 64 -moz-border-radius-topright: 8px; 63 -moz-border-radius: 8px 8px 0 0; 65 64 -webkit-border-top-right-radius: 8px; 66 65 -webkit-border-top-left-radius: 8px; 67 66 -khtml-border-top-right-radius: 8px; … … 71 70 } 72 71 73 72 .js .closed .sidebar-name { 74 -moz-border-radius-bottomleft: 8px; 75 -moz-border-radius-bottomright: 8px; 73 -moz-border-radius: 0 0 8px 8px; 76 74 -webkit-border-bottom-right-radius: 8px; 77 75 -webkit-border-bottom-left-radius: 8px; 78 76 -khtml-border-bottom-right-radius: 8px; … … 85 83 #widgets-left .widget-holder { 86 84 border-width: 0 1px 1px; 87 85 border-style: none solid solid; 88 -moz-border-radius-bottomleft: 8px; 89 -moz-border-radius-bottomright: 8px; 86 -moz-border-radius: 0 0 8px 8px; 90 87 -webkit-border-bottom-right-radius: 8px; 91 88 -webkit-border-bottom-left-radius: 8px; 92 89 -khtml-border-bottom-right-radius: 8px; … … 151 148 } 152 149 153 150 #widgets-left #available-widgets { 154 background-color: transparent;155 border: 0 none;151 background-color: transparent; 152 border: 0 none; 156 153 } 157 154 158 155 ul#widget-list { … … 178 175 } 179 176 180 177 a.widget-action { 181 display: block;182 width: 24px;183 height: 26px;178 display: block; 179 width: 24px; 180 height: 26px; 184 181 } 185 182 186 183 #available-widgets a.widget-action { … … 188 185 } 189 186 190 187 .widget-top a.widget-action { 191 background: url("../images/menu-bits.gif") no-repeat scroll 0 -110px;188 background: url("../images/menu-bits.gif") no-repeat scroll 0 -110px; 192 189 } 193 190 194 191 .widget .widget-inside, … … 220 217 } 221 218 222 219 .widgets-sortables { 223 min-height: 90px;220 min-height: 90px; 224 221 } 225 222 226 223 .widget-control-actions { 227 margin-top: 8px;224 margin-top: 8px; 228 225 } 229 226 230 227 .widget-control-actions a { -
wp-admin/rtl.dev.css
457 457 } 458 458 .quick-edit-row-post fieldset.inline-edit-col-right label span.title { 459 459 padding-right: 0; 460 padding-left: 0.5em;460 padding-left: .5em; 461 461 } 462 462 #wpbody-content .quick-edit-row fieldset .inline-edit-group label.alignleft:first-child { 463 463 margin-right: 0; 464 margin-left: 0.5em;464 margin-left: .5em; 465 465 } 466 466 /* 2700 - 3000 467 467 =================================== */ … … 544 544 545 545 .postbox-container { 546 546 float: right; 547 padding-left: 0.5%;547 padding-left: .5%; 548 548 padding-right: 0; 549 549 } 550 550 -
wp-admin/wp-admin.dev.css
737 737 } 738 738 739 739 .widefat .column-comment p { 740 margin: 0.6em 0;740 margin: .6em 0; 741 741 } 742 742 743 743 .column-author img, .column-username img { … … 897 897 } 898 898 899 899 #wphead #site-visit-button { 900 background-repeat: repeat-x;901 background-position: 0 0;902 -moz-border-radius: 3px;903 -webkit-border-radius: 3px;904 -khtml-border-radius: 3px;905 border-radius: 3px;906 cursor: pointer; /* to keep IE happy */907 display: -moz-inline-stack; /* to keep FF2 happy */908 display: inline-block;900 background-repeat: repeat-x; 901 background-position: 0 0; 902 -moz-border-radius: 3px; 903 -webkit-border-radius: 3px; 904 -khtml-border-radius: 3px; 905 border-radius: 3px; 906 cursor: pointer; /* to keep IE happy */ 907 display: -moz-inline-stack; /* to keep FF2 happy */ 908 display: inline-block; 909 909 font-size: 50%; 910 font-style: normal;911 line-height: 17px;912 margin-left: 5px;913 padding: 0 6px;914 vertical-align: middle;910 font-style: normal; 911 line-height: 17px; 912 margin-left: 5px; 913 padding: 0 6px; 914 vertical-align: middle; 915 915 } 916 916 917 917 #wphead h1 a:hover { … … 1036 1036 #adminmenu .wp-submenu .wp-submenu-head { 1037 1037 border-width: 1px 1px 0; 1038 1038 border-style: solid solid none; 1039 -moz-border-radius-topleft :6px; 1040 -moz-border-radius-topright: 6px; 1039 -moz-border-radius: 6px 6px 0 0; 1041 1040 -webkit-border-top-right-radius: 6px; 1042 1041 -webkit-border-top-left-radius: 6px; 1043 1042 -khtml-border-top-right-radius: 6px; … … 1050 1049 .folded #adminmenu li.menu-top-last { 1051 1050 border-width: 1px; 1052 1051 border-style: solid; 1053 -moz-border-radius-bottomleft: 6px; 1054 -moz-border-radius-bottomright: 6px; 1052 -moz-border-radius: 0 0 6px 6px; 1055 1053 -webkit-border-bottom-right-radius: 6px; 1056 1054 -webkit-border-bottom-left-radius: 6px; 1057 1055 -khtml-border-bottom-right-radius: 6px; … … 1075 1073 #adminmenu .wp-menu-image img { 1076 1074 float: left; 1077 1075 padding: 8px 6px 0; 1078 opacity: 0.6;1076 opacity: .6; 1079 1077 filter: alpha(opacity=60); 1080 1078 } 1081 1079 … … 1223 1221 font-weight: bold; 1224 1222 height: 1.7em; 1225 1223 line-height: 1.70em; 1226 min-width: 0.7em;1224 min-width: .7em; 1227 1225 padding: 0 6px; 1228 1226 display: inline-block; 1229 1227 cursor: pointer; … … 1285 1283 1286 1284 .form-table { 1287 1285 border-collapse: collapse; 1288 margin-top: 0.5em;1286 margin-top: .5em; 1289 1287 width: 100%; 1290 1288 margin-bottom: -8px; 1291 1289 clear: both; … … 1719 1717 } 1720 1718 1721 1719 .postbox.closed h3 { 1722 -moz-border-radius -bottomleft:4px;1720 -moz-border-radius: 0 0 4px 4px; 1723 1721 -webkit-border-bottom-left-radius: 4px; 1724 -khtml-border-bottom-left-radius: 4px;1725 border-bottom-left-radius: 4px;1726 -moz-border-radius-bottomright:4px;1727 1722 -webkit-border-bottom-right-radius: 4px; 1723 -khtml-border-bottom-left-radius: 4px; 1728 1724 -khtml-border-bottom-right-radius: 4px; 1725 border-bottom-left-radius: 4px; 1729 1726 border-bottom-right-radius: 4px; 1730 1727 } 1731 1728 … … 1982 1979 #linkcategorydiv div.tabs-panel { 1983 1980 height: 200px; 1984 1981 overflow: auto; 1985 padding: 0.5em 0.9em;1982 padding: .5em .9em; 1986 1983 border-style: solid; 1987 1984 border-width: 1px; 1988 1985 } … … 2548 2545 */ 2549 2546 /* Layout */ 2550 2547 tr.inline-edit-row td { 2551 padding: 0 0.5em;2548 padding: 0 .5em; 2552 2549 } 2553 2550 2554 2551 #wpbody-content .inline-edit-row fieldset { … … 2560 2557 } 2561 2558 2562 2559 #wpbody-content .inline-edit-row fieldset .inline-edit-col { 2563 padding: 0 0.5em;2560 padding: 0 .5em; 2564 2561 } 2565 2562 2566 2563 #wpbody-content .quick-edit-row-page fieldset.inline-edit-col-right .inline-edit-col { … … 2621 2618 2622 2619 .inline-edit-row p.submit { 2623 2620 clear: both; 2624 padding: 0.5em;2625 margin: 0.5em 0 0;2621 padding: .5em; 2622 margin: .5em 0 0; 2626 2623 } 2627 2624 2628 2625 .inline-edit-row span.error { … … 2671 2668 2672 2669 .quick-edit-row-post fieldset.inline-edit-col-right label span.title { 2673 2670 width: auto; 2674 padding-right: 0.5em;2671 padding-right: .5em; 2675 2672 } 2676 2673 2677 2674 .inline-edit-row .input-text-wrap input[type=text] { … … 2692 2689 } 2693 2690 2694 2691 #wpbody-content .quick-edit-row fieldset .inline-edit-group label.alignleft:first-child { 2695 margin-right: 0.5em2692 margin-right: .5em 2696 2693 } 2697 2694 2698 2695 /* Styling */ … … 2795 2792 line-height: 140%; 2796 2793 } 2797 2794 #bulk-titles div { 2798 margin: 0.2em 0.3em;2795 margin: .2em .3em; 2799 2796 } 2800 2797 2801 2798 #bulk-titles div a { … … 2872 2869 2873 2870 .media-upload-form th.label label { 2874 2871 font-weight: bold; 2875 margin: 0.5em;2872 margin: .5em; 2876 2873 font-size: 13px; 2877 2874 } 2878 2875 … … 3135 3132 form.upgrade .hint { 3136 3133 font-style: italic; 3137 3134 font-size: 85%; 3138 margin: - 0.5em 0 2em 0;3135 margin: -.5em 0 2em 0; 3139 3136 } 3140 3137 3141 3138 #poststuff .inside .the-tagcloud { … … 3214 3211 } 3215 3212 3216 3213 .widefat td p { 3217 margin: 2px 0 0.8em;3214 margin: 2px 0 .8em; 3218 3215 } 3219 3216 3220 3217 table .vers, … … 3235 3232 } 3236 3233 3237 3234 .subtitle { 3238 font-size: 0.75em;3235 font-size: .75em; 3239 3236 line-height: 1; 3240 3237 padding-left: 25px; 3241 3238 } … … 3247 3244 3248 3245 .postbox-container { 3249 3246 float: left; 3250 padding-right: 0.5%;3247 padding-right: .5%; 3251 3248 } 3252 3249 3253 3250 .postbox-container .meta-box-sortables { … … 3375 3372 position: absolute; 3376 3373 top: 0; 3377 3374 background: #FFFFFF url(images/wpspin_light.gif) no-repeat scroll 22px 10px; 3378 opacity: 0.7;3375 opacity: .7; 3379 3376 filter: alpha(opacity=70); 3380 3377 width: 100%; 3381 3378 height: 500px;