1/*! This file is auto-generated */
2/*------------------------------------------------------------------------------
3 27.0 - Localization
4------------------------------------------------------------------------------*/
5
6/* RTL except Hebrew (see below): Tahoma as the first font; */
7body.rtl,
8body.rtl .press-this a.wp-switch-editor {
9 font-family: Tahoma, Arial, sans-serif;
10}
11
12/* Arial is best for RTL headings. */
13.rtl h1,
14.rtl h2,
15.rtl h3,
16.rtl h4,
17.rtl h5,
18.rtl h6 {
19 font-family: Arial, sans-serif;
20 font-weight: 600;
21}
22
23/* he_IL: Remove Tahoma from the font stack. Arial is best for Hebrew. */
24body.locale-he-il,
25body.locale-he-il .press-this a.wp-switch-editor {
26 font-family: Arial, sans-serif;
27}
28
29/* he_IL: Have <em> be bold rather than italic. */
30.locale-he-il em {
31 font-style: normal;
32 font-weight: 600;
33}
34
35/* zh_CN: Remove italic properties. */
36.locale-zh-cn .howto,
37.locale-zh-cn .tablenav .displaying-num,
38.locale-zh-cn .js .input-with-default-title,
39.locale-zh-cn .link-to-original,
40.locale-zh-cn .inline-edit-row fieldset span.title,
41.locale-zh-cn .inline-edit-row fieldset span.checkbox-title,
42.locale-zh-cn #utc-time,
43.locale-zh-cn #local-time,
44.locale-zh-cn p.install-help,
45.locale-zh-cn p.help,
46.locale-zh-cn p.description,
47.locale-zh-cn span.description,
48.locale-zh-cn .form-wrap p {
49 font-style: normal;
50}
51
52/* zh_CN: Enlarge dashboard widget 'Configure' link */
53.locale-zh-cn .hdnle a { font-size: 12px; }
54
55/* zn_CH: Enlarge font size, set font-size: normal */
56.locale-zh-cn form.upgrade .hint { font-style: normal; font-size: 100%; }
57
58/* zh_CN: Enlarge font-size. */
59.locale-zh-cn #sort-buttons { font-size: 1em !important; }
60
61/* de_DE: Text needs more space for translation */
62.locale-de-de #customize-header-actions .button,
63.locale-de-de-formal #customize-header-actions .button {
64 padding: 0 5px 1px; /* default 0 10px 1px */
65}
66.locale-de-de #customize-header-actions .spinner,
67.locale-de-de-formal #customize-header-actions .spinner {
68 margin: 16px 3px 0; /* default 16px 4px 0 5px */
69}
70body[class*="locale-de-"] .inline-edit-row fieldset label span.title,
71body[class*="locale-de-"] .inline-edit-row fieldset.inline-edit-date legend {
72 width: 7em; /* default 6em */
73}
74body[class*="locale-de-"] .inline-edit-row fieldset label span.input-text-wrap,
75body[class*="locale-de-"] .inline-edit-row fieldset .timestamp-wrap {
76 margin-right: 7em; /* default 6em */
77}
78
79/* ru_RU: Text needs more room to breathe. */
80.locale-ru-ru #adminmenu {
81 width: inherit; /* back-compat for pre-3.2 */
82}
83.locale-ru-ru #adminmenu,
84.locale-ru-ru #wpbody {
85 margin-right: 0; /* back-compat for pre-3.2 */
86}
87.locale-ru-ru .inline-edit-row fieldset label span.title,
88.locale-ru-ru .inline-edit-row fieldset.inline-edit-date legend {
89 width: 8em; /* default 6em */
90}
91.locale-ru-ru .inline-edit-row fieldset label span.input-text-wrap,
92.locale-ru-ru .inline-edit-row fieldset .timestamp-wrap {
93 margin-right: 8em; /* default 6em */
94}
95.locale-ru-ru.post-php .tagsdiv .newtag,
96.locale-ru-ru.post-new-php .tagsdiv .newtag {
97 width: 165px; /* default 180px - 15px */
98}
99.locale-ru-ru.press-this .posting {
100 margin-left: 277px; /* default 252px + 25px */
101}
102.locale-ru-ru .press-this-sidebar {
103 width: 265px; /* default 240px + 25px */
104}
105.locale-ru-ru #customize-header-actions .button {
106 padding: 0 5px 1px; /* default 0 10px 1px */
107}
108.locale-ru-ru #customize-header-actions .spinner {
109 margin: 16px 3px 0; /* default 16px 4px 0 5px */
110}
111
112/* lt_LT: QuickEdit */
113.locale-lt-lt .inline-edit-row fieldset label span.title,
114.locale-lt-lt .inline-edit-row fieldset.inline-edit-date legend {
115 width: 8em; /* default 6em */
116}
117.locale-lt-lt .inline-edit-row fieldset label span.input-text-wrap,
118.locale-lt-lt .inline-edit-row fieldset .timestamp-wrap {
119 margin-right: 8em; /* default 6em */
120}
121
122/* Fix overridden width for adjusted locales */
123body[class*="locale-de-"] .quick-edit-row-post fieldset.inline-edit-col-right label span.title,
124.locale-ru-ru .quick-edit-row-post fieldset.inline-edit-col-right label span.title,
125.locale-lt-lt .quick-edit-row-post fieldset.inline-edit-col-right label span.title {
126 width: auto;
127}
128
129@media screen and (max-width: 782px) {
130 body[class*="locale-de-"] .inline-edit-row fieldset label span.input-text-wrap,
131 body[class*="locale-de-"] .inline-edit-row fieldset .timestamp-wrap,
132 .locale-ru-ru .inline-edit-row fieldset label span.input-text-wrap,
133 .locale-ru-ru .inline-edit-row fieldset .timestamp-wrap,
134 .locale-lt-lt .inline-edit-row fieldset label span.input-text-wrap,
135 .locale-lt-lt .inline-edit-row fieldset .timestamp-wrap {
136 margin-right: 0;
137 }
138}
139