Ticket #12825: big_patch.diff
File big_patch.diff, 22.9 KB (added by , 12 years ago) |
---|
-
wp-includes/css/admin-bar.css
6 6 position: static; 7 7 text-transform: none; 8 8 letter-spacing: normal; 9 line-height: 1; 10 font: normal 13px/28px sans-serif; 9 font: normal 1em/2em sans-serif; 11 10 color: #ccc; 12 11 text-shadow: #444 0px -1px 0px; 13 12 -webkit-box-sizing: content-box; … … 47 46 #wpadminbar { 48 47 direction: ltr; 49 48 color: #ccc; 50 font: normal 13px/28px sans-serif; 51 height: 28px; 49 font: normal .8125em sans-serif; 50 height: 2em; 51 line-height: 2em; 52 52 position: fixed; 53 53 top: 0; 54 54 left: 0; … … 116 116 #wpadminbar .quicklinks a, 117 117 #wpadminbar .quicklinks .ab-empty-item, 118 118 #wpadminbar .shortlink-input { 119 height: 2 8px;119 height: 2em; 120 120 display: block; 121 121 padding: 0 12px; 122 122 margin: 0; … … 139 139 140 140 #wpadminbar.ie7 .menupop .ab-sub-wrapper, 141 141 #wpadminbar.ie7 .shortlink-input { 142 top: 2 8px;142 top: 2em; 143 143 left: 0; 144 144 } 145 145 … … 179 179 #wpadminbar .quicklinks .menupop.hover ul li .ab-item, 180 180 #wpadminbar.nojs .quicklinks .menupop:hover ul li .ab-item, 181 181 #wpadminbar .shortlink-input { 182 line-height: 26px;183 height: 26px;182 line-height: 1.625em; 183 height: 1.625em; 184 184 text-shadow: none; 185 185 white-space: nowrap; 186 186 min-width: 140px; … … 397 397 border: 1px solid #999; 398 398 padding: 0; 399 399 background: #eee; 400 line-height: 24px;400 line-height: 1.5em; 401 401 vertical-align: middle; 402 402 margin: -3px 0 0 6px; 403 403 float: none; -
wp-includes/css/buttons.css
39 39 .wp-core-ui .button-secondary { 40 40 display: inline-block; 41 41 text-decoration: none; 42 font-size: 12px;43 line-height: 23px;44 height: 24px;42 font-size: .75em; 43 line-height: 1.4375em; 44 height: 1.5em; 45 45 margin: 0; 46 46 padding: 0 10px 1px; 47 47 cursor: pointer; … … 76 76 77 77 .wp-core-ui .button.button-small, 78 78 .wp-core-ui .button-group.button-small .button { 79 height: 21px;80 line-height: 20px;79 height: 1.5em; 80 line-height: 1.325em; 81 81 padding: 0 8px 1px; 82 82 } 83 83 84 84 .wp-core-ui .button.button-hero, 85 85 .wp-core-ui .button-group.button-hero .button { 86 font-size: 14px;87 height: 46px;88 line-height: 44px;86 font-size: .875em; 87 height: 2.875em; 88 line-height: 2.75em; 89 89 padding: 0 36px; 90 90 } 91 91 -
wp-includes/css/editor.css
966 966 } 967 967 968 968 .wp-editor-tools { 969 height: 30px;969 height: 1.875em; 970 970 padding: 0 10px 0 0; 971 971 } 972 972 … … 1003 1003 } 1004 1004 1005 1005 .wp-switch-editor { 1006 height: 1 8px;1006 height: 1.3125em; 1007 1007 font: 13px/18px Arial,Helvetica,sans-serif normal; 1008 1008 margin: 5px 5px 0 0; 1009 1009 padding: 4px 5px 2px; -
wp-admin/css/wp-admin.css
47 47 ------------------------------------------------------------------------*/ 48 48 49 49 /* 2 column liquid layout */ 50 #wpwrap {50 wpwrap { 51 51 height: auto; 52 52 min-height: 100%; 53 53 width: 100%; 54 position: relative; 54 position: absolute; 55 top: 1.625em; 55 56 } 56 57 57 58 #wpcontent { … … 210 211 height: auto; 211 212 width: auto; 212 213 display: block; 213 font-size: 14px;214 font-size: .875em; 214 215 font-weight: bold; 215 216 padding: 15px 23px 14px; 216 217 background: #f1f1f1; … … 273 274 274 275 body { 275 276 font-family: sans-serif; 276 font-size: 12px;277 277 line-height: 1.4em; 278 278 min-width: 600px; 279 279 } … … 460 460 code { 461 461 padding: 1px 3px; 462 462 margin: 0 1px; 463 font-size: 11px;463 font-size: .6875em; 464 464 } 465 465 466 466 .subsubsub { 467 467 list-style: none; 468 468 margin: 8px 0 5px; 469 469 padding: 0; 470 font-size: 12px;470 font-size: .75em; 471 471 float: left; 472 472 } 473 473 … … 587 587 } 588 588 589 589 .widefat td { 590 font-size: 12px;590 font-size: .75em; 591 591 padding: 4px 7px 2px; 592 592 vertical-align: top; 593 593 } … … 595 595 .widefat td p, 596 596 .widefat td ol, 597 597 .widefat td ul { 598 font-size: 12px;598 font-size: .75em; 599 599 } 600 600 601 601 .widefat th { 602 602 padding: 7px 7px 8px; 603 603 text-align: left; 604 604 line-height: 1.3em; 605 font-size: 14px;605 font-size: .875em; 606 606 } 607 607 608 608 .widefat th input { … … 676 676 } 677 677 678 678 .wrap h2 { 679 font-size: 23px;679 font-size: 1.4375em; 680 680 padding: 9px 15px 4px 0; 681 681 line-height: 29px; 682 682 } 683 683 684 684 .subtitle { 685 font-size: 14px;685 font-size: .875em; 686 686 padding-left: 25px; 687 687 } 688 688 … … 693 693 position: relative; 694 694 top: -3px; 695 695 text-decoration: none; 696 font-size: 12px;696 font-size: .75em; 697 697 border: 0 none; 698 698 } 699 699 … … 787 787 788 788 .quicktags, 789 789 .search { 790 font-size: 12px;790 font-size: .75em; 791 791 } 792 792 793 793 .icon32 { … … 1067 1067 .side-info { 1068 1068 margin: 0; 1069 1069 padding: 4px; 1070 font-size: 11px;1070 font-size: .6875em; 1071 1071 } 1072 1072 1073 1073 .side-info h5 { 1074 1074 padding-bottom: 7px; 1075 font-size: 14px;1075 font-size: .875em; 1076 1076 margin: 12px 2px 5px; 1077 1077 border-bottom-width: 1px; 1078 1078 border-bottom-style: solid; … … 1109 1109 .update-nag { 1110 1110 line-height: 19px; 1111 1111 padding: 5px 0; 1112 font-size: 12px;1112 font-size: .75em; 1113 1113 text-align: center; 1114 1114 margin: -1px 15px 0 5px; 1115 1115 border-width: 1px; … … 1207 1207 #screen-options-link-wrap, 1208 1208 #contextual-help-link-wrap { 1209 1209 float: right; 1210 height: 23px;1210 height: 1.4375em; 1211 1211 padding: 0; 1212 1212 margin: 0 0 0 6px; 1213 1213 font-family: sans-serif; … … 1230 1230 #screen-meta-links a.show-settings { 1231 1231 text-decoration: none; 1232 1232 z-index: 1; 1233 padding: 1px 16px 0 6px;1234 height: 22px;1235 line-height: 22px;1236 font-size: 12px;1233 padding: .0625em 1em 0 .375px; 1234 height: 1.375em; 1235 line-height: 1.375em; 1236 font-size: .75em; 1237 1237 display: block; 1238 1238 text-shadow: rgba(255,255,255,0.7) 0 1px 0; 1239 1239 } … … 1259 1259 #screen-options-wrap h5, 1260 1260 #contextual-help-wrap h5 { 1261 1261 margin: 8px 0; 1262 font-size: 13px;1262 font-size: .8125em; 1263 1263 } 1264 1264 1265 1265 .metabox-prefs label { … … 1426 1426 margin: 0; 1427 1427 position: absolute; 1428 1428 top: -1000em; 1429 left: 14 6px;1429 left: 145px;; 1430 1430 z-index: 1000; 1431 1431 overflow: visible; 1432 1432 border-width: 1px; … … 1481 1481 } 1482 1482 1483 1483 #adminmenu .wp-submenu a { 1484 font-size: 12px;1484 font-size: .75em; 1485 1485 line-height: 18px; 1486 1486 margin: 0; 1487 1487 padding-left: 12px; … … 1498 1498 1499 1499 #adminmenu a.menu-top, 1500 1500 #adminmenu .wp-submenu-head { 1501 font-size: 13px;1501 font-size: .8125em; 1502 1502 font-weight: bold; 1503 1503 line-height: 18px; 1504 1504 padding: 0; … … 1586 1586 -o-transform: translate( 145px ); 1587 1587 -ms-transform: translate( 145px ); 1588 1588 transform: translate( 145px ); 1589 height: 28px;1589 height: 1.75em; 1590 1590 border-width: 1px 0; 1591 1591 border-style: solid; 1592 1592 top: 0; 1593 1593 } 1594 1594 1595 1595 .folded #adminmenu li .wp-menu-arrow { 1596 -moz-transform: translate( 32px);1597 -webkit-transform: translate( 32px);1598 -o-transform: translate( 32px);1599 -ms-transform: translate( 32px);1600 transform: translate( 32px);1596 -moz-transform: translate( 2em ); 1597 -webkit-transform: translate( 2em ); 1598 -o-transform: translate( 2em ); 1599 -ms-transform: translate( 2em ); 1600 transform: translate( 2em ); 1601 1601 } 1602 1602 1603 1603 #adminmenu li.current .wp-menu-arrow, … … 1702 1702 #sidemenu li a span.update-plugins { 1703 1703 position: absolute; 1704 1704 font-family: sans-serif; 1705 font-size: 9px;1705 font-size: .5625em; 1706 1706 line-height: 17px; 1707 1707 font-weight: bold; 1708 1708 margin-top: 1px; … … 1725 1725 } 1726 1726 1727 1727 #collapse-menu { 1728 font-size: 12px;1728 font-size: .75em; 1729 1729 line-height: 34px; 1730 1730 border-width: 1px 0 0; 1731 1731 border-style: solid; … … 1861 1861 } 1862 1862 1863 1863 .post-com-count span { 1864 font-size: 11px;1864 font-size: .6875em; 1865 1865 font-weight: bold; 1866 1866 height: 1.4em; 1867 1867 line-height: 1.4em; … … 1906 1906 ------------------------------------------------------------------------------*/ 1907 1907 1908 1908 html.wp-toolbar { 1909 padding-top: 28px;1909 padding-top: 1.75em; 1910 1910 -webkit-box-sizing: border-box; 1911 1911 -moz-box-sizing: border-box; 1912 1912 box-sizing: border-box; … … 2128 2128 } 2129 2129 2130 2130 .hndle a { 2131 font-size: 11px;2131 font-size: .6875em; 2132 2132 font-weight: normal; 2133 2133 } 2134 2134 … … 2155 2155 padding: 0; 2156 2156 border-width: 1px; 2157 2157 border-style: solid; 2158 line-height: 1 ;2158 line-height: 1em; 2159 2159 } 2160 2160 2161 2161 .widget .widget-top, … … 2225 2225 border-top-width: 1px; 2226 2226 margin: 0 -10px; 2227 2227 padding: 3px 8px; 2228 font-size: 11px;2228 font-size: .6875em; 2229 2229 } 2230 2230 2231 2231 #the-comment-list td.comment p.comment-author { … … 2259 2259 border-width: 1px; 2260 2260 border-style: solid; 2261 2261 border-radius: 3px; 2262 font-size: 13px;2262 font-size: .8125em; 2263 2263 line-height: 2.1em; 2264 2264 } 2265 2265 2266 2266 .welcome-panel h3 { 2267 2267 margin: 0; 2268 2268 font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", sans-serif; 2269 font-size: 21px;2269 font-size: 1.3125em; 2270 2270 font-weight: normal; 2271 2271 line-height: 1.2; 2272 2272 } 2273 2273 .welcome-panel h4 { 2274 2274 margin: 1.33em 0 0; 2275 font-size: 13px;2275 font-size: .8125em; 2276 2276 } 2277 2277 2278 2278 .welcome-panel .about-description { 2279 font-size: 1 6px;2279 font-size: 1em; 2280 2280 margin: 0; 2281 2281 } 2282 2282 … … 2285 2285 top: 5px; 2286 2286 right: 10px; 2287 2287 padding: 8px 3px; 2288 font-size: 13px;2288 font-size: .8125em; 2289 2289 text-decoration: none; 2290 2290 line-height: 1; 2291 2291 } … … 2598 2598 cursor: default; 2599 2599 height: 30px; 2600 2600 line-height: 30px; 2601 font-size: 12px;2601 font-size: .75em; 2602 2602 } 2603 2603 2604 2604 .tablenav .no-pages, … … 2619 2619 2620 2620 .tablenav .displaying-num { 2621 2621 margin-right: 10px; 2622 font-size: 12px;2622 font-size: .75em; 2623 2623 font-style: italic; 2624 2624 } 2625 2625 … … 2682 2682 /* Layout */ 2683 2683 2684 2684 #wpbody-content .inline-edit-row fieldset { 2685 font-size: 12px;2685 font-size: .75em; 2686 2686 float: left; 2687 2687 margin: 0; 2688 2688 padding: 0; … … 2861 2861 .inline-edit-row fieldset input[name=jj], 2862 2862 .inline-edit-row fieldset input[name=hh], 2863 2863 .inline-edit-row fieldset input[name=mn] { 2864 font-size: 12px;2864 font-size: .75em; 2865 2865 width: 2.1em; 2866 2866 } 2867 2867 2868 2868 .inline-edit-row fieldset input[name=aa] { 2869 font-size: 12px;2869 font-size: .75em; 2870 2870 width: 3.5em; 2871 2871 } 2872 2872 … … 2909 2909 .inline-edit-row #bulk-titles div { 2910 2910 font-family: sans-serif; 2911 2911 font-style: normal; 2912 font-size: 11px;2912 font-size: .6875em; 2913 2913 } 2914 2914 2915 2915 table .inline-edit-row fieldset ul.cat-hover { … … 3012 3012 #poststuff .inside-submitbox, 3013 3013 #side-sortables .inside-submitbox { 3014 3014 margin: 0 3px; 3015 font-size: 11px;3015 font-size: .6875em; 3016 3016 } 3017 3017 3018 3018 input#link_description, … … 3024 3024 background: 0 none; 3025 3025 border: 0 none; 3026 3026 padding: 0; 3027 font-size: 11px;3027 font-size: .6875em; 3028 3028 margin-top: -1px; 3029 3029 } 3030 3030 … … 3037 3037 3038 3038 #edit-slug-box .cancel { 3039 3039 margin-right: 10px; 3040 font-size: 11px;3040 font-size: .6875em; 3041 3041 } 3042 3042 3043 3043 #editable-post-name-full { … … 3055 3055 .submitbox .submit { 3056 3056 text-align: left; 3057 3057 padding: 12px 10px 10px; 3058 font-size: 11px;3058 font-size: .6875em; 3059 3059 } 3060 3060 3061 3061 .submitbox .submitdelete { … … 3245 3245 } 3246 3246 3247 3247 #post-status-info td { 3248 font-size: 12px;3248 font-size: .75em; 3249 3249 } 3250 3250 3251 3251 .autosave-info { … … 3302 3302 3303 3303 #aa, #jj, #hh, #mn { 3304 3304 padding: 1px; 3305 font-size: 12px;3305 font-size: .75em; 3306 3306 } 3307 3307 3308 3308 #jj, #hh, #mn { … … 3562 3562 3563 3563 .form-wrap p, 3564 3564 .form-wrap label { 3565 font-size: 11px;3565 font-size: .6875em; 3566 3566 } 3567 3567 3568 3568 .form-wrap label { 3569 3569 display: block; 3570 3570 padding: 2px; 3571 font-size: 12px;3571 font-size: .75em; 3572 3572 } 3573 3573 3574 3574 .form-field input, … … 3587 3587 p.description, 3588 3588 span.description, 3589 3589 .form-wrap p { 3590 font-size: 12px;3590 font-size: .75em; 3591 3591 font-style: italic; 3592 3592 font-family: sans-serif; 3593 3593 } … … 3804 3804 .media-upload-form th.label label { 3805 3805 font-weight: bold; 3806 3806 margin: 0.5em; 3807 font-size: 13px;3807 font-size: .8125em; 3808 3808 } 3809 3809 3810 3810 .media-upload-form th.label label span { … … 4095 4095 4096 4096 .drag-drop-inside p { 4097 4097 color: #aaa; 4098 font-size: 14px;4098 font-size: .875em; 4099 4099 margin: 5px 0; 4100 4100 display: none; 4101 4101 } … … 4105 4105 } 4106 4106 4107 4107 .drag-drop-inside p.drag-drop-info { 4108 font-size: 20px;4108 font-size: 1.25em; 4109 4109 } 4110 4110 4111 4111 .drag-drop .drag-drop-inside p, … … 4367 4367 4368 4368 span.imgedit-scale-warn { 4369 4369 color: red; 4370 font-size: 20px;4370 font-size: 1.25em; 4371 4371 font-style: normal; 4372 4372 visibility: hidden; 4373 4373 vertical-align: middle; … … 4402 4402 margin-bottom: 9px; 4403 4403 padding: 8px 10px; 4404 4404 line-height: 20px; 4405 font-size: 12px;4405 font-size: .75em; 4406 4406 } 4407 4407 4408 4408 .form-table th, … … 4703 4703 4704 4704 #current-theme h3 { 4705 4705 margin: 0; 4706 font-size: 12px;4706 font-size: .75em; 4707 4707 font-weight: normal; 4708 4708 color: #999; 4709 4709 } 4710 4710 4711 4711 #current-theme h4 { 4712 4712 margin: 3px 0 16px; 4713 font-size: 20px;4713 font-size: 1.25em; 4714 4714 } 4715 4715 4716 4716 #current-theme h4 span { 4717 4717 margin-left: 20px; 4718 font-size: 12px;4718 font-size: .75em; 4719 4719 font-weight: normal; 4720 4720 } 4721 4721 … … 4745 4745 4746 4746 .theme-options { 4747 4747 overflow: hidden; 4748 font-size: 14px;4748 font-size: .875em; 4749 4749 padding-bottom: 10px; 4750 4750 } 4751 4751 … … 4758 4758 float: left; 4759 4759 margin-right: 10px; 4760 4760 text-transform: uppercase; 4761 font-size: 11px;4761 font-size: .6875em; 4762 4762 line-height: 18px; 4763 4763 color: #999; 4764 4764 } … … 4828 4828 } 4829 4829 4830 4830 .appearance_page_custom-header #upload-form p label { 4831 font-size: 12px;4831 font-size: .75em; 4832 4832 } 4833 4833 4834 4834 .appearance_page_custom-header .available-headers .default-header { … … 4876 4876 border-width: 1px 1px 0; 4877 4877 color: #aaa; 4878 4878 text-shadow: #fff 0 1px 0; 4879 font-size: 12px;4879 font-size: .75em; 4880 4880 line-height: 16px; 4881 4881 display: inline-block; 4882 4882 padding: 4px 14px 6px; … … 4902 4902 h2 .nav-tab { 4903 4903 padding: 4px 10px 6px; 4904 4904 font-weight: 200; 4905 font-size: 20px;4905 font-size: 1.25em; 4906 4906 line-height: 24px; 4907 4907 4908 4908 } … … 5021 5021 } 5022 5022 5023 5023 #your-profile legend { 5024 font-size: 22px;5024 font-size: 1.375em; 5025 5025 } 5026 5026 5027 5027 #your-profile #rich_editing { … … 5063 5063 border: 1px solid #b4b4b4; 5064 5064 font-style: normal; 5065 5065 line-height: 16px; 5066 font-size: 14px;5066 font-size: .875em; 5067 5067 text-decoration: none; 5068 5068 text-shadow: 0 1px 0px #fff; 5069 5069 } … … 5162 5162 margin: 25px 40px 0 20px; 5163 5163 max-width: 1050px; /* readability */ 5164 5164 5165 font-size: 15px;5165 font-size: .9375em; 5166 5166 } 5167 5167 5168 5168 .about-wrap div.updated, … … 5189 5189 font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", sans-serif; 5190 5190 font-weight: normal; 5191 5191 line-height: 1.6em; 5192 font-size: 20px;5192 font-size: 1.25em; 5193 5193 } 5194 5194 5195 5195 .about-description { … … 5199 5199 .about-text { 5200 5200 margin: 1em 200px 1.4em 0; 5201 5201 min-height: 60px; 5202 font-size: 24px;5202 font-size: 1.5em; 5203 5203 } 5204 5204 5205 5205 .about-wrap h3 { 5206 font-size: 24px;5206 font-size: 1.5em; 5207 5207 margin-bottom: 1em; 5208 5208 padding-top: 20px; 5209 5209 } … … 5221 5221 } 5222 5222 5223 5223 .about-wrap code { 5224 font-size: 14px;5224 font-size: .875em; 5225 5225 } 5226 5226 5227 5227 /* Point Releases */ … … 5245 5245 height: 50px; 5246 5246 width: 173px; 5247 5247 font-weight: bold; 5248 font-size: 14px;5248 font-size: .875em; 5249 5249 text-align: center; 5250 5250 margin: 0 -5px; 5251 5251 background: url('../images/wp-badge.png?ver=20111120') no-repeat; … … 5266 5266 .about-wrap h2 .nav-tab { 5267 5267 padding: 4px 10px 6px; 5268 5268 margin: 0 3px -1px 0; 5269 font-size: 1 8px;5269 font-size: 1.125em; 5270 5270 vertical-align: top; 5271 5271 } 5272 5272 … … 5407 5407 5408 5408 .about-wrap .return-to-dashboard { 5409 5409 margin: 30px 0 0 -5px; 5410 font-size: 14px;5410 font-size: .875em; 5411 5411 font-weight: bold; 5412 5412 } 5413 5413 … … 5420 5420 5421 5421 .about-wrap h4.wp-people-group { 5422 5422 margin-top: 2.6em; 5423 font-size: 1 6px;5423 font-size: 1em; 5424 5424 } 5425 5425 5426 5426 .about-wrap ul.wp-people-group { … … 5471 5471 .about-wrap li.wp-person a.web { 5472 5472 display: block; 5473 5473 margin: 6px 0 2px; 5474 font-size: 1 6px;5474 font-size: 1em; 5475 5475 text-decoration: none; 5476 5476 } 5477 5477 … … 5763 5763 } 5764 5764 5765 5765 .install-theme-info .theme-name { 5766 font-size: 1 6px;5766 font-size: 1em; 5767 5767 line-height: 24px; 5768 5768 margin-bottom: 0; 5769 5769 } … … 5854 5854 } 5855 5855 5856 5856 table.form-table td .updated { 5857 font-size: 13px;5857 font-size: .8125em; 5858 5858 } 5859 5859 5860 5860 .tagchecklist { 5861 5861 margin-left: 14px; 5862 font-size: 12px;5862 font-size: .75em; 5863 5863 overflow: auto; 5864 5864 } 5865 5865 .tagchecklist strong { … … 5870 5870 margin-right: 25px; 5871 5871 display: block; 5872 5872 float: left; 5873 font-size: 11px;5873 font-size: .6875em; 5874 5874 line-height: 1.8em; 5875 5875 white-space: nowrap; 5876 5876 cursor: default; … … 5897 5897 5898 5898 #poststuff h3, 5899 5899 .metabox-holder h3 { 5900 font-size: 15px;5900 font-size: .9375em; 5901 5901 font-weight: normal; 5902 5902 padding: 7px 10px; 5903 5903 margin: 0; … … 5946 5946 5947 5947 .tool-box .title { 5948 5948 margin: 8px 0; 5949 font-size: 1 8px;5949 font-size: 1.125em; 5950 5950 font-weight: normal; 5951 5951 line-height: 24px; 5952 5952 } … … 5957 5957 position: relative; 5958 5958 float: right; 5959 5959 padding-left: 10px; 5960 font-size: 12px;5960 font-size: .75em; 5961 5961 } 5962 5962 5963 5963 #sidemenu a { … … 6034 6034 } 6035 6035 6036 6036 #howto { 6037 font-size: 11px;6037 font-size: .6875em; 6038 6038 margin: 0 5px; 6039 6039 display: block; 6040 6040 } … … 6044 6044 } 6045 6045 6046 6046 .importers { 6047 font-size: 1 6px;6047 font-size: 1em; 6048 6048 width: auto; 6049 6049 } 6050 6050 … … 6162 6162 6163 6163 #dashboard-widgets h4 { 6164 6164 font-weight: normal; 6165 font-size: 13px;6165 font-size: .8125em; 6166 6166 margin: 0 0 .2em; 6167 6167 padding: 0; 6168 6168 } … … 6174 6174 } 6175 6175 6176 6176 #dashboard_right_now .inside { 6177 font-size: 12px;6177 font-size: .75em; 6178 6178 padding-top: 20px; 6179 6179 } 6180 6180 6181 6181 #dashboard_right_now p.sub { 6182 6182 padding: 5px 0 15px; 6183 6183 color: #8f8f8f; 6184 font-size: 14px;6184 font-size: .875em; 6185 6185 position: absolute; 6186 6186 top: -17px; 6187 6187 left: 15px; … … 6219 6219 #dashboard_right_now td.b { 6220 6220 padding-right: 6px; 6221 6221 text-align: right; 6222 font-size: 14px;6222 font-size: .875em; 6223 6223 width: 1%; 6224 6224 } 6225 6225 6226 6226 #dashboard_right_now td.b a { 6227 font-size: 1 8px;6227 font-size: 1.125em; 6228 6228 } 6229 6229 6230 6230 #dashboard_right_now td.b a:hover { … … 6232 6232 } 6233 6233 6234 6234 #dashboard_right_now .t { 6235 font-size: 12px;6235 font-size: .75em; 6236 6236 padding-right: 12px; 6237 6237 padding-top: 6px; 6238 6238 color: #777; … … 6278 6278 #dashboard_recent_comments .comment-meta .approve { 6279 6279 font-style: italic; 6280 6280 font-family: sans-serif; 6281 font-size: 10px;6281 font-size: .625em; 6282 6282 } 6283 6283 6284 6284 #dashboard_recent_comments .subsubsub { … … 6339 6339 #the-comment-list .comment-item p.row-actions { 6340 6340 margin: 3px 0 0; 6341 6341 padding: 0; 6342 font-size: 12px;6342 font-size: .75em; 6343 6343 } 6344 6344 6345 6345 /* QuickPress */ … … 6446 6446 #dashboard_recent_drafts h4 abbr { 6447 6447 font-weight: normal; 6448 6448 font-family: sans-serif; 6449 font-size: 12px;6449 font-size: .75em; 6450 6450 color: #999; 6451 6451 margin-left: 3px; 6452 6452 } … … 6459 6459 } 6460 6460 6461 6461 a.rsswidget { 6462 font-size: 13px;6462 font-size: .8125em; 6463 6463 line-height: 1.7em; 6464 6464 } 6465 6465 … … 6470 6470 6471 6471 .rss-widget span.rss-date { 6472 6472 color: #999; 6473 font-size: 12px;6473 font-size: .75em; 6474 6474 margin-left: 3px; 6475 6475 } 6476 6476 … … 6492 6492 6493 6493 #dashboard_plugins h5 { 6494 6494 font-weight: normal; 6495 font-size: 13px;6495 font-size: .8125em; 6496 6496 margin: 0; 6497 6497 display: inline; 6498 6498 line-height: 1.4em; … … 6503 6503 } 6504 6504 6505 6505 #dashboard_plugins .inside span { 6506 font-size: 12px;6506 font-size: .75em; 6507 6507 padding-left: 5px; 6508 6508 } 6509 6509 … … 6615 6615 6616 6616 .login label { 6617 6617 color: #777; 6618 font-size: 14px;6618 font-size: .875em; 6619 6619 } 6620 6620 6621 6621 .login form .forgetmenot label { 6622 font-size: 12px;6622 font-size: .75em; 6623 6623 line-height: 19px; 6624 6624 } 6625 6625 … … 6664 6664 .login input[type="text"] { 6665 6665 color: #555; 6666 6666 font-weight: 200; 6667 font-size: 24px;6667 font-size: 1.5em; 6668 6668 line-height: 1; 6669 6669 width: 100%; 6670 6670 padding: 3px; … … 6723 6723 } 6724 6724 6725 6725 #dashboard_right_now td.b a.musublink { 6726 font-size: 1 6px;6726 font-size: 1em; 6727 6727 } 6728 6728 6729 6729 #dashboard_right_now div.musubtable { … … 6848 6848 position: absolute; 6849 6849 top: 0; 6850 6850 line-height: 22px; 6851 font-size: 1 8px;6851 font-size: 1.125em; 6852 6852 text-shadow: 0 1px 0 #fff; 6853 6853 } 6854 6854 … … 6881 6881 6882 6882 #menu-management .nav-tab { 6883 6883 margin-bottom: 0; 6884 font-size: 14px;6884 font-size: .875em; 6885 6885 } 6886 6886 6887 6887 #select-nav-menu-container { … … 6959 6959 6960 6960 #cancel-save { 6961 6961 text-decoration: underline; 6962 font-size: 12px;6962 font-size: .75em; 6963 6963 margin-left: 20px; 6964 6964 margin-top: 5px; 6965 6965 } … … 7012 7012 } 7013 7013 7014 7014 #add-custom-link .howto { 7015 font-size: 12px;7015 font-size: .75em; 7016 7016 } 7017 7017 7018 7018 #add-custom-link label span { … … 7141 7141 } 7142 7142 7143 7143 .menu-item-handle .item-title { 7144 font-size: 12px;7144 font-size: .75em; 7145 7145 font-weight: bold; 7146 7146 padding: 7px 0; 7147 7147 line-height: 20px; … … 7206 7206 7207 7207 /* Menu item controls */ 7208 7208 .item-type { 7209 font-size: 12px;7209 font-size: .75em; 7210 7210 padding-right: 10px; 7211 7211 } 7212 7212 7213 7213 .item-controls { 7214 font-size: 12px;7214 font-size: .75em; 7215 7215 position: absolute; 7216 7216 right: 20px; 7217 7217 top: -1px; … … 7277 7277 display: block; 7278 7278 margin: 0 0 10px; 7279 7279 padding: 3px 5px 5px; 7280 font-size: 12px;7280 font-size: .75em; 7281 7281 font-style: italic; 7282 7282 } 7283 7283 … … 7336 7336 7337 7337 .menu-name-label span, 7338 7338 .auto-add-pages label { 7339 font-size: 12px;7339 font-size: .75em; 7340 7340 font-style: normal; 7341 7341 } 7342 7342 … … 7551 7551 7552 7552 .press-this #wphead h1 { 7553 7553 font-weight: normal; 7554 font-size: 1 6px;7554 font-size: 1em; 7555 7555 line-height: 32px; 7556 7556 margin: 0; 7557 7557 float: left; … … 7600 7600 .press-this .howto { 7601 7601 margin-top: 2px; 7602 7602 margin-bottom: 3px; 7603 font-size: 12px;7603 font-size: .75em; 7604 7604 font-style: italic; 7605 7605 display: block; 7606 7606 } … … 7656 7656 7657 7657 .press-this #poststuff h2, 7658 7658 .press-this #poststuff h3 { 7659 font-size: 14px;7659 font-size: .875em; 7660 7660 line-height: 1; 7661 7661 } 7662 7662 … … 7672 7672 h3.tb { 7673 7673 text-shadow: 0 1px 0 #fff; 7674 7674 font-weight: bold; 7675 font-size: 12px;7675 font-size: .75em; 7676 7676 margin-left: 5px; 7677 7677 } 7678 7678 … … 7820 7820 border: 0 none; 7821 7821 height: 345px; 7822 7822 font-family: Consolas, Monaco, monospace; 7823 font-size: 13px;7823 font-size: .8125em; 7824 7824 line-height: 19px; 7825 7825 background: transparent; 7826 7826 } … … 7886 7886 7887 7887 #template textarea { 7888 7888 font-family: Consolas, Monaco, monospace; 7889 font-size: 12px;7889 font-size: .75em; 7890 7890 width: 97%; 7891 7891 background: #f9f9f9; 7892 7892 outline: none; … … 7926 7926 } 7927 7927 7928 7928 .nonessential { 7929 font-size: 11px;7929 font-size: .6875em; 7930 7930 font-style: italic; 7931 7931 padding-left: 12px; 7932 7932 } … … 8024 8024 8025 8025 div.sidebar-name h3 { 8026 8026 font-weight: normal; 8027 font-size: 15px;8027 font-size: .9375em; 8028 8028 margin: 0; 8029 8029 padding: 8px 10px; 8030 8030 overflow: hidden; … … 8032 8032 } 8033 8033 8034 8034 div.sidebar-name { 8035 font-size: 13px;8035 font-size: .8125em; 8036 8036 border-width: 1px; 8037 8037 border-style: solid; 8038 8038 -webkit-border-top-right-radius: 3px; … … 8129 8129 8130 8130 .widget .widget-top { 8131 8131 margin-bottom: -1px; 8132 font-size: 12px;8132 font-size: .75em; 8133 8133 font-weight: bold; 8134 height: 2 6px;8134 height: 2em; 8135 8135 overflow: hidden; 8136 8136 } 8137 8137 … … 8164 8164 .widget .widget-inside, 8165 8165 .widget .widget-description { 8166 8166 padding: 12px 12px 10px; 8167 font-size: 12px;8167 font-size: .75em; 8168 8168 line-height: 16px; 8169 8169 } 8170 8170 … … 8185 8185 .widget-title h4 { 8186 8186 margin: 0; 8187 8187 padding-bottom: 0.2em; 8188 line-height: 1 ;8188 line-height: 1em; 8189 8189 overflow: hidden; 8190 8190 white-space: nowrap; 8191 8191 } … … 8213 8213 div#sidebar-info { 8214 8214 padding: 0 1em; 8215 8215 margin-bottom: 1em; 8216 font-size: 12px;8216 font-size: .75em; 8217 8217 } 8218 8218 8219 8219 .widget-title a, … … 8224 8224 8225 8225 .widget-control-edit { 8226 8226 display: block; 8227 font-size: 12px;8227 font-size: .75em; 8228 8228 font-weight: normal; 8229 8229 line-height: 26px; 8230 8230 padding: 0 8px 0 0; … … 8282 8282 } 8283 8283 8284 8284 .widget-title .in-widget-title { 8285 font-size: 12px;8285 font-size: .75em; 8286 8286 white-space: nowrap; 8287 8287 } 8288 8288 … … 8290 8290 display: none; 8291 8291 font-weight: normal; 8292 8292 padding-left: 15px; 8293 font-size: 12px;8293 font-size: .75em; 8294 8294 line-height: 1; 8295 8295 } 8296 8296 … … 8535 8535 } 8536 8536 8537 8537 /* zh_CN: Enlarge dashboard widget 'Configure' link */ 8538 .locale-zh-cn .hdnle a { font-size: 12px; }8538 .locale-zh-cn .hdnle a { font-size: .75em; } 8539 8539 8540 8540 /* zn_CH: Enlarge font size, set font-size: normal */ 8541 8541 .locale-zh-cn form.upgrade .hint { font-style: normal; font-size: 100%; } … … 8545 8545 * Larger text for HTML/Visual mode. 8546 8546 */ 8547 8547 .locale-zh-cn #wp-fullscreen-tagline { font-family: KaiTi, "楷体", sans-serif; } 8548 .locale-zh-cn #wp-fullscreen-modes a { font-size: 12px; }8548 .locale-zh-cn #wp-fullscreen-modes a { font-size: .75em; } 8549 8549 8550 8550 /* zh_CN: Enlarge font-size. */ 8551 8551 .locale-zh-cn #sort-buttons { font-size: 1em !important; }