Ticket #18314: 18314.fonts.patch
| File 18314.fonts.patch, 7.9 KB (added by ocean90, 20 months ago) |
|---|
-
wp-admin/css/wp-admin.dev.css
626 626 627 627 .wrap h2, 628 628 .subtitle { 629 font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", sans-serif;630 629 font-weight: normal; 631 630 margin: 0; 632 text-shadow: rgba(255,255,255,1)0 1px 0;631 text-shadow: #fff 0 1px 0; 633 632 } 634 633 635 634 .wrap h2 { … … 718 717 1.0 - Text Styles 719 718 ------------------------------------------------------------------------------*/ 720 719 720 div.sidebar-name h3, 721 #menu-management .nav-tab, 722 #dashboard_plugins h5, 723 a.rsswidget, 724 #dashboard_right_now td.b, 725 #dashboard-widgets h4, 726 .tool-box .title, 727 #poststuff h3, 728 .metabox-holder h3, 729 .pressthis a, 730 #your-profile legend, 731 .inline-edit-row fieldset span.title, 732 .inline-edit-row fieldset span.checkbox-title, 733 .tablenav .displaying-num, 734 .welcome-panel h3, 735 .widefat th, 736 #wphead h1, 721 737 .quicktags, 722 738 .search { 723 font : 12pxGeorgia, "Times New Roman", "Bitstream Charter", Times, serif;739 font-family: Georgia, "Times New Roman", "Bitstream Charter", Times, serif; 724 740 } 725 741 742 h2 .nav-tab, 743 .wrap h2, 744 .subtitle, 745 .login form .input { 746 font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", sans-serif; 747 } 748 749 .quicktags, 750 .search { 751 font-size: 12px; 752 } 753 726 754 .icon32 { 727 755 float: left; 728 756 height: 34px; … … 1373 1401 } 1374 1402 1375 1403 #wphead h1 { 1376 font: normal 16px Georgia, "Times New Roman", "Bitstream Charter", Times, serif; 1404 font-style: normal; 1405 font-size: 16px; 1377 1406 padding: 6px 8px 5px; 1378 1407 margin: 0; 1379 1408 float: left; … … 1382 1411 #wphead h1 a:hover { 1383 1412 text-decoration:none; 1384 1413 } 1414 1385 1415 #wphead h1 a:hover #site-title { 1386 1416 text-decoration:underline; 1387 1417 } … … 1671 1701 top: -5px; 1672 1702 left: 26px; 1673 1703 } 1704 1674 1705 .js #adminmenu .wp-submenu.sub-open { 1675 1706 padding: 0 8px 8px 0; 1676 1707 } … … 1760 1791 #adminmenu li.wp-not-current-submenu li { 1761 1792 margin-left: 8px; 1762 1793 } 1794 1763 1795 .folded #adminmenu li.wp-not-current-submenu li { 1764 1796 margin-left: 0; 1765 1797 } … … 1774 1806 .wp-menu-arrow { 1775 1807 display: none; 1776 1808 } 1809 1777 1810 #adminmenu li.wp-has-current-submenu .wp-menu-arrow, 1778 1811 #adminmenu li.menu-top.current .wp-menu-arrow, 1779 1812 #adminmenu li.wp-has-submenu:hover .wp-menu-arrow { … … 1788 1821 #adminmenu li.menu-top:hover .wp-menu-arrow { 1789 1822 z-index: 1500; 1790 1823 } 1824 1791 1825 .folded #adminmenu li.menu-top:hover .wp-menu-arrow { 1792 1826 display: none; 1793 1827 } … … 2018 2052 } 2019 2053 2020 2054 .widefat th { 2021 font-family: Georgia, "Times New Roman", "Bitstream Charter", Times, serif;2022 2055 font-weight: normal; 2023 2056 } 2024 2057 … … 2170 2203 } 2171 2204 2172 2205 .welcome-panel h3 { 2173 font-family: Georgia, "Times New Roman", "Bitstream Charter", Times, serif;2174 2206 font-size: 24px; 2175 2207 font-weight: normal; 2176 2208 } … … 2321 2353 } 2322 2354 2323 2355 /* Bulk Actions */ 2324 2325 2356 .tablenav-pages a { 2326 2357 border-bottom-style: solid; 2327 2358 border-bottom-width: 2px; … … 2383 2414 .tablenav .displaying-num { 2384 2415 margin-right: 10px; 2385 2416 font-size: 12px; 2386 font-family: Georgia, "Times New Roman", "Bitstream Charter", Times, serif;2387 2417 font-style: italic; 2388 2418 } 2389 2419 … … 2594 2624 width: 6em; 2595 2625 } 2596 2626 2597 2598 2627 /* Styling */ 2599 2628 .inline-edit-row h4 { 2600 2629 text-transform: uppercase; … … 2602 2631 2603 2632 .inline-edit-row fieldset span.title, 2604 2633 .inline-edit-row fieldset span.checkbox-title { 2605 font-family: Georgia, "Times New Roman", "Bitstream Charter", Times, serif;2606 2634 font-style: italic; 2607 2635 line-height: 1.8em; 2608 2636 } … … 3000 3028 #normal-sortables .comments-box { 3001 3029 border: 0 none; 3002 3030 } 3031 3003 3032 ul.category-tabs, 3004 3033 ul.add-menu-item-tabs, 3005 3034 ul.wp-tab-bar { … … 3042 3071 } 3043 3072 3044 3073 /* positioning etc. */ 3045 3046 3074 form#tags-filter { 3047 3075 position: relative; 3048 3076 } … … 3062 3090 } 3063 3091 3064 3092 /* Edit posts */ 3065 3066 3093 td.post-title strong, td.plugin-title strong { 3067 3094 display: block; 3068 3095 margin-bottom: .2em; … … 3073 3100 } 3074 3101 3075 3102 /* Global classes */ 3076 3077 3103 .wp-hidden-children .wp-hidden-child, 3078 3104 .ui-tabs-hide { 3079 3105 display: none; … … 4070 4096 .form-table th, 4071 4097 .form-wrap label { 4072 4098 font-weight: normal; 4073 text-shadow: rgba(255,255,255,1)0 1px 0;4099 text-shadow: #fff 0 1px 0; 4074 4100 } 4075 4101 4076 4102 .form-table th { … … 4396 4422 border-color: #dfdfdf #dfdfdf #fff; 4397 4423 border-width: 1px 1px 0; 4398 4424 color: #aaa; 4399 text-shadow: rgba(255,255,255,1)0 1px 0;4425 text-shadow: #fff 0 1px 0; 4400 4426 font-size: 12px; 4401 4427 line-height: 16px; 4402 4428 display: inline-block; … … 4426 4452 4427 4453 h2 .nav-tab { 4428 4454 padding: 4px 10px 6px; 4429 font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", sans-serif;4430 4455 font-weight: 200; 4431 4456 font-size: 20px; 4432 4457 line-height: 24px; … … 4526 4551 } 4527 4552 4528 4553 #your-profile legend { 4529 font-family: Georgia, "Times New Roman", "Bitstream Charter", Times, serif;4530 4554 font-size: 22px; 4531 4555 } 4532 4556 … … 4574 4598 -webkit-border-radius: 5px; 4575 4599 border-radius: 5px; 4576 4600 border: 1px #b4b4b4 solid; 4577 font: normal normal normal 14px/16px Georgia, "Times New Roman", "Bitstream Charter", Times, serif; 4601 font-style: normal; 4602 line-height: 16px; 4603 font-size: 14px; 4578 4604 text-decoration: none; 4579 4605 text-shadow: #fff 0 1px 0px; 4580 4606 } … … 4761 4787 #poststuff h3, 4762 4788 .metabox-holder h3 { 4763 4789 font-size: 15px; 4764 font-family: Georgia, "Times New Roman", "Bitstream Charter", Times, serif;4765 4790 font-weight: normal; 4766 4791 padding: 7px 10px; 4767 4792 margin: 0; … … 4800 4825 text-decoration: none; 4801 4826 } 4802 4827 4803 .tool-box {4804 margin: 15px 0 35px;4805 max-width: 650px;4806 }4807 .tool-box .buttons {4808 margin: 15px 0;4809 }4810 4828 .tool-box .title { 4811 4829 margin: 8px 0; 4812 font: 18px/24px Georgia, "Times New Roman", "Bitstream Charter", Times, serif; 4830 font-size: 18px; 4831 font-weight: normal; 4832 line-height: 24px; 4813 4833 } 4814 4834 4815 .pressthis a {4816 font-size: 1.2em;4817 }4818 4819 4835 #sidemenu { 4820 4836 margin: -30px 15px 0 315px; 4821 4837 list-style: none; … … 4872 4888 text-align: left; 4873 4889 } 4874 4890 4875 4876 4891 /* Scrollbar fix for bulk upgrade iframe */ 4877 4892 body.iframe { 4878 4893 height: 98%; … … 5070 5085 } 5071 5086 5072 5087 #dashboard-widgets h4 { 5073 font-family: Georgia, "Times New Roman", "Bitstream Charter", Times, serif;5074 5088 font-weight: normal; 5075 5089 font-size: 13px; 5076 5090 margin: 0 0 .2em; … … 5078 5092 } 5079 5093 5080 5094 /* Right Now */ 5081 5082 5095 #dashboard_right_now p.sub, 5083 5096 #dashboard_right_now .table, #dashboard_right_now .versions { 5084 5097 margin: -12px; … … 5128 5141 #dashboard_right_now td.b { 5129 5142 padding-right: 6px; 5130 5143 text-align: right; 5131 font-family: Georgia, "Times New Roman", "Bitstream Charter", Times, serif;5132 5144 font-size: 14px; 5133 5145 width: 1%; 5134 5146 } … … 5181 5193 } 5182 5194 5183 5195 /* Recent Comments */ 5184 5185 5196 #dashboard_recent_comments h3 { 5186 5197 margin-bottom: 0; 5187 5198 } … … 5258 5269 } 5259 5270 5260 5271 /* QuickPress */ 5261 5262 5272 #dashboard_quick_press h4 { 5263 5273 font-family: sans-serif; 5264 5274 float: left; … … 5346 5356 } 5347 5357 5348 5358 /* Feeds */ 5349 5350 5359 .rss-widget ul { 5351 5360 margin: 0; 5352 5361 padding: 0; … … 5355 5364 5356 5365 a.rsswidget { 5357 5366 font-size: 13px; 5358 font-family: Georgia, "Times New Roman", "Bitstream Charter", Times, serif;5359 5367 line-height: 1.7em; 5360 5368 } 5361 5369 … … 5385 5393 #dashboard_plugins h4 { 5386 5394 line-height: 1.7em; 5387 5395 } 5396 5388 5397 #dashboard_plugins h5 { 5389 font-family: Georgia, "Times New Roman", "Bitstream Charter", Times, serif;5390 5398 font-weight: normal; 5391 5399 font-size: 13px; 5392 5400 margin: 0; … … 5553 5561 5554 5562 .login #nav, 5555 5563 .login #backtoblog { 5556 text-shadow: rgba(255,255,255,1)0 1px 0;5564 text-shadow: #fff 0 1px 0; 5557 5565 margin: 0 0 0 16px; 5558 5566 padding: 16px 16px 0; 5559 5567 } … … 5563 5571 } 5564 5572 5565 5573 .login form .input { 5566 font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", sans-serif;5567 5574 font-weight: 200; 5568 5575 font-size: 24px; 5569 5576 width: 97%; … … 5772 5779 #menu-management .nav-tab { 5773 5780 margin-bottom: 0; 5774 5781 font-size: 14px; 5775 font-family: Georgia, "Times New Roman", "Bitstream Charter", Times, serif;5776 5782 } 5777 5783 5778 5784 … … 6480 6486 } 6481 6487 6482 6488 .press-this #wphead h1 { 6483 font: normal 16px Georgia, "Times New Roman", "Bitstream Charter", Times, serif;6484 6489 padding: 6px 0 0; 6485 margin: 0; 6486 float: left; 6490 font-weight: normal; 6487 6491 } 6488 6492 6489 6493 .press-this #wphead h1 a { … … 7092 7096 } 7093 7097 7094 7098 div.sidebar-name h3 { 7095 font-family: Georgia, "Times New Roman", "Bitstream Charter", Times, serif;7096 7099 font-weight: normal; 7097 7100 font-size: 15px; 7098 7101 margin: 0;
