]> scripts.mit.edu Git - autoinstalls/wordpress.git/blob - wp-admin/css/l10n-rtl.css
WordPress 4.1-scripts
[autoinstalls/wordpress.git] / wp-admin / css / l10n-rtl.css
1 /*------------------------------------------------------------------------------
2   27.0 - Localization
3 ------------------------------------------------------------------------------*/
4
5 /* RTL except Hebrew (see below): Tahoma as the first font; */
6 body.rtl,
7 body.rtl .press-this a.wp-switch-editor {
8         font-family: Tahoma, Arial, sans-serif;
9 }
10
11
12 /* he_IL: Remove Tahoma from the font stack. Arial is best for Hebrew. */
13 body.locale-he-il,
14 body.locale-he-il .press-this a.wp-switch-editor {
15         font-family: Arial, sans-serif;
16 }
17
18 /* he_IL: Have <em> be bold rather than italic. */
19 .locale-he-il em {
20         font-style: normal;
21         font-weight: bold;
22 }
23
24 /* zh_CN: Remove italic properties. */
25 .locale-zh-cn .howto,
26 .locale-zh-cn .tablenav .displaying-num,
27 .locale-zh-cn .js .input-with-default-title,
28 .locale-zh-cn .link-to-original,
29 .locale-zh-cn .inline-edit-row fieldset span.title,
30 .locale-zh-cn .inline-edit-row fieldset span.checkbox-title,
31 .locale-zh-cn #utc-time,
32 .locale-zh-cn #local-time,
33 .locale-zh-cn p.install-help,
34 .locale-zh-cn p.help,
35 .locale-zh-cn p.description,
36 .locale-zh-cn span.description,
37 .locale-zh-cn .form-wrap p {
38         font-style: normal;
39 }
40
41 /* zh_CN: Enlarge dashboard widget 'Configure' link */
42 .locale-zh-cn .hdnle a { font-size: 12px; }
43
44 /* zn_CH: Enlarge font size, set font-size: normal */
45 .locale-zh-cn form.upgrade .hint { font-style: normal; font-size: 100%; }
46
47 /* Zn_CH: Distraction-free writing.
48  *  More beautiful font for "Just write."
49  *  Larger text for HTML/Visual mode.
50  */
51 .locale-zh-cn #wp-fullscreen-tagline { font-family: KaiTi, "楷体", sans-serif; }
52 .locale-zh-cn #wp-fullscreen-modes a { font-size: 12px; }
53
54 /* zh_CN: Enlarge font-size. */
55 .locale-zh-cn #sort-buttons { font-size: 1em !important; }
56
57 /* de_DE: Text needs more space for translation */
58 .locale-de-de .inline-edit-row fieldset label span.title {
59         width: 7em; /* default 5em */
60 }
61 .locale-de-de .inline-edit-row fieldset label span.input-text-wrap {
62         margin-right: 7em; /* default 5em */
63 }
64 .locale-de-de #customize-header-actions .button {
65         padding: 0 5px 1px; /* default 0 10px 1px */
66 }
67 .locale-de-de #customize-header-actions .spinner {
68         margin: 16px 3px 0; /* default 16px 4px 0 5px */
69 }
70
71 /* ru_RU: Text needs more room to breathe. */
72 .locale-ru-ru .inline-edit-row fieldset label span.title {
73         width: 8em; /* default 5em */
74 }
75 .locale-ru-ru .inline-edit-row fieldset label span.input-text-wrap {
76         margin-right: 8em; /* default 5em */
77 }
78 .locale-ru-ru.post-php .tagsdiv .newtag,
79 .locale-ru-ru.post-new-php .tagsdiv .newtag {
80         width: 165px; /* default 180px - 15px */
81 }
82 .locale-ru-ru.press-this .posting {
83         margin-left: 277px; /* default 252px + 25px */
84 }
85 .locale-ru-ru .press-this-sidebar {
86         width: 265px; /* default 240px + 25px */
87 }
88 .locale-ru-ru #customize-header-actions .button {
89         padding: 0 5px 1px; /* default 0 10px 1px */
90 }
91 .locale-ru-ru #customize-header-actions .spinner {
92         margin: 16px 3px 0; /* default 16px 4px 0 5px */
93 }
94
95 /* lt_LT: QuickEdit */
96 .locale-lt-lt .inline-edit-row fieldset label span.title {
97         width: 8em;
98 }
99 .locale-lt-lt .inline-edit-row fieldset label span.input-text-wrap {
100         margin-right: 8em;
101 }