author | ymh <ymh.work@gmail.com> |
Tue, 15 Oct 2019 11:56:20 +0200 | |
changeset 12 | d8a8807227e4 |
parent 7 | cf61fcea0001 |
child 16 | a86126ab1dd4 |
permissions | -rw-r--r-- |
5 | 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 |
/* Arial is best for RTL headings. */ |
|
12 |
.rtl h1, |
|
13 |
.rtl h2, |
|
14 |
.rtl h3, |
|
15 |
.rtl h4, |
|
16 |
.rtl h5, |
|
17 |
.rtl h6 { |
|
18 |
font-family: Arial, sans-serif; |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
19 |
font-weight: 600; |
5 | 20 |
} |
21 |
||
22 |
/* he_IL: Remove Tahoma from the font stack. Arial is best for Hebrew. */ |
|
23 |
body.locale-he-il, |
|
24 |
body.locale-he-il .press-this a.wp-switch-editor { |
|
25 |
font-family: Arial, sans-serif; |
|
26 |
} |
|
27 |
||
28 |
/* he_IL: Have <em> be bold rather than italic. */ |
|
29 |
.locale-he-il em { |
|
30 |
font-style: normal; |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
31 |
font-weight: 600; |
5 | 32 |
} |
33 |
||
34 |
/* zh_CN: Remove italic properties. */ |
|
35 |
.locale-zh-cn .howto, |
|
36 |
.locale-zh-cn .tablenav .displaying-num, |
|
37 |
.locale-zh-cn .js .input-with-default-title, |
|
38 |
.locale-zh-cn .link-to-original, |
|
39 |
.locale-zh-cn .inline-edit-row fieldset span.title, |
|
40 |
.locale-zh-cn .inline-edit-row fieldset span.checkbox-title, |
|
41 |
.locale-zh-cn #utc-time, |
|
42 |
.locale-zh-cn #local-time, |
|
43 |
.locale-zh-cn p.install-help, |
|
44 |
.locale-zh-cn p.help, |
|
45 |
.locale-zh-cn p.description, |
|
46 |
.locale-zh-cn span.description, |
|
47 |
.locale-zh-cn .form-wrap p { |
|
48 |
font-style: normal; |
|
49 |
} |
|
50 |
||
51 |
/* zh_CN: Enlarge dashboard widget 'Configure' link */ |
|
52 |
.locale-zh-cn .hdnle a { font-size: 12px; } |
|
53 |
||
54 |
/* zn_CH: Enlarge font size, set font-size: normal */ |
|
55 |
.locale-zh-cn form.upgrade .hint { font-style: normal; font-size: 100%; } |
|
56 |
||
57 |
/* zh_CN: Enlarge font-size. */ |
|
58 |
.locale-zh-cn #sort-buttons { font-size: 1em !important; } |
|
59 |
||
60 |
/* de_DE: Text needs more space for translation */ |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
61 |
.locale-de-de #customize-header-actions .button, |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
62 |
.locale-de-de-formal #customize-header-actions .button { |
5 | 63 |
padding: 0 5px 1px; /* default 0 10px 1px */ |
64 |
} |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
65 |
.locale-de-de #customize-header-actions .spinner, |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
66 |
.locale-de-de-formal #customize-header-actions .spinner { |
5 | 67 |
margin: 16px 3px 0; /* default 16px 4px 0 5px */ |
68 |
} |
|
69 |
||
70 |
/* ru_RU: Text needs more room to breathe. */ |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
71 |
.locale-ru-ru #adminmenu { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
72 |
width: inherit; /* back-compat for pre-3.2 */ |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
73 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
74 |
.locale-ru-ru #adminmenu, |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
75 |
.locale-ru-ru #wpbody { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
76 |
margin-right: 0; /* back-compat for pre-3.2 */ |
5 | 77 |
} |
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
78 |
.locale-ru-ru .inline-edit-row fieldset label span.title, |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
79 |
.locale-ru-ru .inline-edit-row fieldset.inline-edit-date legend { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
80 |
width: 8em; /* default 6em */ |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
81 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
82 |
.locale-ru-ru .inline-edit-row fieldset label span.input-text-wrap, |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
83 |
.locale-ru-ru .inline-edit-row fieldset .timestamp-wrap { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
84 |
margin-right: 8em; /* default 6em */ |
5 | 85 |
} |
86 |
.locale-ru-ru.post-php .tagsdiv .newtag, |
|
87 |
.locale-ru-ru.post-new-php .tagsdiv .newtag { |
|
88 |
width: 165px; /* default 180px - 15px */ |
|
89 |
} |
|
90 |
.locale-ru-ru.press-this .posting { |
|
91 |
margin-left: 277px; /* default 252px + 25px */ |
|
92 |
} |
|
93 |
.locale-ru-ru .press-this-sidebar { |
|
94 |
width: 265px; /* default 240px + 25px */ |
|
95 |
} |
|
96 |
.locale-ru-ru #customize-header-actions .button { |
|
97 |
padding: 0 5px 1px; /* default 0 10px 1px */ |
|
98 |
} |
|
99 |
.locale-ru-ru #customize-header-actions .spinner { |
|
100 |
margin: 16px 3px 0; /* default 16px 4px 0 5px */ |
|
101 |
} |
|
102 |
||
103 |
/* lt_LT: QuickEdit */ |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
104 |
.locale-lt-lt .inline-edit-row fieldset label span.title, |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
105 |
.locale-lt-lt .inline-edit-row fieldset.inline-edit-date legend { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
106 |
width: 8em; /* default 6em */ |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
107 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
108 |
.locale-lt-lt .inline-edit-row fieldset label span.input-text-wrap, |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
109 |
.locale-lt-lt .inline-edit-row fieldset .timestamp-wrap { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
110 |
margin-right: 8em; /* default 6em */ |
5 | 111 |
} |
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
112 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
113 |
@media screen and (max-width: 782px) { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
114 |
.locale-ru-ru .inline-edit-row fieldset label span.input-text-wrap, |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
115 |
.locale-ru-ru .inline-edit-row fieldset .timestamp-wrap, |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
116 |
.locale-lt-lt .inline-edit-row fieldset label span.input-text-wrap, |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
117 |
.locale-lt-lt .inline-edit-row fieldset .timestamp-wrap { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
118 |
margin-right: 0; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
119 |
} |
5 | 120 |
} |