- Timestamp:
- 12/07/2013 04:19:48 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/css/wp-admin.css
r26777 r26783 47 47 25.0 - Tabbed Admin Screen Interface 48 48 26.0 - Misc 49 27.0 - Localization 49 50 50 51 ------------------------------------------------------------------------*/ … … 8865 8866 } 8866 8867 8868 /*------------------------------------------------------------------------------ 8869 27.0 - Localization 8870 ------------------------------------------------------------------------------*/ 8871 8872 /* RTL except Hebrew (see below): Tahoma as the first font; */ 8873 body.rtl, 8874 .rtl .quicktags, .rtl .search, 8875 .rtl .howto, 8876 .rtl #adminmenu .awaiting-mod, 8877 .rtl #adminmenu span.update-plugins, 8878 .rtl #sidemenu li a span.update-plugins, 8879 .rtl .post-com-count-wrapper, 8880 .rtl .widefat th, 8881 .rtl .tablenav .displaying-num, 8882 .rtl .inline-edit-row fieldset span.title, 8883 .rtl .inline-edit-row fieldset span.checkbox-title, 8884 .rtl .inline-edit-row fieldset ul.cat-checklist label, 8885 .rtl .inline-edit-row #bulk-titles div, 8886 .rtl p.help, 8887 .rtl p.description, 8888 .rtl span.description, 8889 .rtl .form-wrap p, 8890 .rtl h2 .nav-tab, 8891 .rtl #your-profile legend, 8892 .rtl #utc-time, .rtl #local-time, 8893 .rtl #poststuff h3, 8894 .rtl .metabox-holder h3, 8895 .rtl .tool-box .title, 8896 .rtl td, 8897 .rtl textarea, 8898 .rtl input, 8899 .rtl select, 8900 .rtl .wrap h2, 8901 .rtl .subtitle, 8902 .rtl .wrap .add-new-h2, 8903 .rtl #dashboard_right_now p.sub, 8904 .rtl #dashboard-widgets h4, 8905 .rtl a.rsswidget, 8906 .rtl #dashboard_plugins h4, 8907 .rtl #dashboard_plugins h5, 8908 .rtl #dashboard_recent_comments .comment-meta .approve, 8909 .rtl #dashboard_right_now td.b, 8910 .rtl #dashboard_right_now .versions a, 8911 .rtl .rss-widget span.rss-date, 8912 .rtl #dashboard_recent_drafts h4 abbr, 8913 body.login.rtl, 8914 .rtl #login form .submit input, 8915 .rtl #menu-management .nav-tabs-arrow-right, 8916 .rtl #category-add input, 8917 .rtl #category-add select, 8918 .rtl .submit input, 8919 .rtl .button, 8920 .rtl .button-primary, 8921 .rtl .button-secondary, 8922 .rtl #postcustomstuff .submit input, 8923 .rtl div.sidebar-name h3 { 8924 font-family: Tahoma, Arial, sans-serif; 8925 } 8926 8927 8928 /* he_IL: Remove Tahoma from the font stack. Arial is best for Hebrew. */ 8929 body.locale-he-il, 8930 .locale-he-il .quicktags, .locale-he-il .search, 8931 .locale-he-il .howto, 8932 .locale-he-il #adminmenu .awaiting-mod, 8933 .locale-he-il #adminmenu span.update-plugins, 8934 .locale-he-il #sidemenu li a span.update-plugins, 8935 .locale-he-il .post-com-count-wrapper, 8936 .locale-he-il .widefat th, 8937 .locale-he-il .tablenav .displaying-num, 8938 .locale-he-il .inline-edit-row fieldset span.title, 8939 .locale-he-il .inline-edit-row fieldset span.checkbox-title, 8940 .locale-he-il .inline-edit-row fieldset ul.cat-checklist label, 8941 .locale-he-il .inline-edit-row #bulk-titles div, 8942 .locale-he-il p.help, 8943 .locale-he-il p.description, 8944 .locale-he-il span.description, 8945 .locale-he-il .form-wrap p, 8946 .locale-he-il h2 .nav-tab, 8947 .locale-he-il #your-profile legend, 8948 .locale-he-il #utc-time, .locale-he-il #local-time, 8949 .locale-he-il #poststuff h3, 8950 .locale-he-il .metabox-holder h3, 8951 .locale-he-il .tool-box .title, 8952 .locale-he-il td, 8953 .locale-he-il textarea, 8954 .locale-he-il input, 8955 .locale-he-il select, 8956 .locale-he-il .wrap h2, 8957 .locale-he-il .subtitle, 8958 .locale-he-il .wrap .add-new-h2, 8959 .locale-he-il #dashboard_right_now p.sub, 8960 .locale-he-il #dashboard-widgets h4, 8961 .locale-he-il a.rsswidget, 8962 .locale-he-il #dashboard_plugins h4, 8963 .locale-he-il #dashboard_plugins h5, 8964 .locale-he-il #dashboard_recent_comments .comment-meta .approve, 8965 .locale-he-il #dashboard_right_now td.b, 8966 .locale-he-il #dashboard_right_now .versions a, 8967 .locale-he-il .rss-widget span.rss-date, 8968 .locale-he-il #dashboard_recent_drafts h4 abbr, 8969 body.login.locale-he-il, 8970 .locale-he-il #login form .submit input, 8971 .locale-he-il #menu-management .nav-tabs-arrow-right, 8972 .locale-he-il #category-add input, 8973 .locale-he-il #category-add select, 8974 .locale-he-il .submit input, 8975 .locale-he-il .button, 8976 .locale-he-il .button-primary, 8977 .locale-he-il .button-secondary, 8978 .locale-he-il #postcustomstuff .submit input, 8979 .locale-he-il div.sidebar-name h3 { 8980 font-family: Arial, sans-serif; 8981 } 8982 8983 /* he_IL: Have <em> be bold rather than italic. */ 8984 .locale-he-il em { 8985 font-style: normal; 8986 font-weight: bold; 8987 } 8988 8867 8989 8868 8990 /*-----------------------------------------------------------------------------
Note: See TracChangeset
for help on using the changeset viewer.