52 .locale-zh-cn .hdnle a { font-size: 12px; } |
52 .locale-zh-cn .hdnle a { font-size: 12px; } |
53 |
53 |
54 /* zn_CH: Enlarge font size, set font-size: normal */ |
54 /* zn_CH: Enlarge font size, set font-size: normal */ |
55 .locale-zh-cn form.upgrade .hint { font-style: normal; font-size: 100%; } |
55 .locale-zh-cn form.upgrade .hint { font-style: normal; font-size: 100%; } |
56 |
56 |
57 /* Zn_CH: Distraction-free writing. |
|
58 * More beautiful font for "Just write." |
|
59 * Larger text for HTML/Visual mode. |
|
60 */ |
|
61 .locale-zh-cn #wp-fullscreen-tagline { font-family: KaiTi, "楷体", sans-serif; } |
|
62 .locale-zh-cn #wp-fullscreen-modes a { font-size: 12px; } |
|
63 |
|
64 /* zh_CN: Enlarge font-size. */ |
57 /* zh_CN: Enlarge font-size. */ |
65 .locale-zh-cn #sort-buttons { font-size: 1em !important; } |
58 .locale-zh-cn #sort-buttons { font-size: 1em !important; } |
66 |
59 |
67 /* de_DE: Text needs more space for translation */ |
60 /* de_DE: Text needs more space for translation */ |
68 .locale-de-de .inline-edit-row fieldset label span.title { |
61 .locale-de-de #customize-header-actions .button, |
69 width: 7em; /* default 5em */ |
62 .locale-de-de-formal #customize-header-actions .button { |
70 } |
|
71 .locale-de-de .inline-edit-row fieldset label span.input-text-wrap { |
|
72 margin-right: 7em; /* default 5em */ |
|
73 } |
|
74 .locale-de-de #customize-header-actions .button { |
|
75 padding: 0 5px 1px; /* default 0 10px 1px */ |
63 padding: 0 5px 1px; /* default 0 10px 1px */ |
76 } |
64 } |
77 .locale-de-de #customize-header-actions .spinner { |
65 .locale-de-de #customize-header-actions .spinner, |
|
66 .locale-de-de-formal #customize-header-actions .spinner { |
78 margin: 16px 3px 0; /* default 16px 4px 0 5px */ |
67 margin: 16px 3px 0; /* default 16px 4px 0 5px */ |
79 } |
68 } |
80 |
69 |
81 /* ru_RU: Text needs more room to breathe. */ |
70 /* ru_RU: Text needs more room to breathe. */ |
82 .locale-ru-ru .inline-edit-row fieldset label span.title { |
71 .locale-ru-ru #adminmenu { |
83 width: 8em; /* default 5em */ |
72 width: inherit; /* back-compat for pre-3.2 */ |
84 } |
73 } |
85 .locale-ru-ru .inline-edit-row fieldset label span.input-text-wrap { |
74 .locale-ru-ru #adminmenu, |
86 margin-right: 8em; /* default 5em */ |
75 .locale-ru-ru #wpbody { |
|
76 margin-right: 0; /* back-compat for pre-3.2 */ |
|
77 } |
|
78 .locale-ru-ru .inline-edit-row fieldset label span.title, |
|
79 .locale-ru-ru .inline-edit-row fieldset.inline-edit-date legend { |
|
80 width: 8em; /* default 6em */ |
|
81 } |
|
82 .locale-ru-ru .inline-edit-row fieldset label span.input-text-wrap, |
|
83 .locale-ru-ru .inline-edit-row fieldset .timestamp-wrap { |
|
84 margin-right: 8em; /* default 6em */ |
87 } |
85 } |
88 .locale-ru-ru.post-php .tagsdiv .newtag, |
86 .locale-ru-ru.post-php .tagsdiv .newtag, |
89 .locale-ru-ru.post-new-php .tagsdiv .newtag { |
87 .locale-ru-ru.post-new-php .tagsdiv .newtag { |
90 width: 165px; /* default 180px - 15px */ |
88 width: 165px; /* default 180px - 15px */ |
91 } |
89 } |
101 .locale-ru-ru #customize-header-actions .spinner { |
99 .locale-ru-ru #customize-header-actions .spinner { |
102 margin: 16px 3px 0; /* default 16px 4px 0 5px */ |
100 margin: 16px 3px 0; /* default 16px 4px 0 5px */ |
103 } |
101 } |
104 |
102 |
105 /* lt_LT: QuickEdit */ |
103 /* lt_LT: QuickEdit */ |
106 .locale-lt-lt .inline-edit-row fieldset label span.title { |
104 .locale-lt-lt .inline-edit-row fieldset label span.title, |
107 width: 8em; |
105 .locale-lt-lt .inline-edit-row fieldset.inline-edit-date legend { |
|
106 width: 8em; /* default 6em */ |
108 } |
107 } |
109 .locale-lt-lt .inline-edit-row fieldset label span.input-text-wrap { |
108 .locale-lt-lt .inline-edit-row fieldset label span.input-text-wrap, |
110 margin-right: 8em; |
109 .locale-lt-lt .inline-edit-row fieldset .timestamp-wrap { |
|
110 margin-right: 8em; /* default 6em */ |
111 } |
111 } |
|
112 |
|
113 @media screen and (max-width: 782px) { |
|
114 .locale-ru-ru .inline-edit-row fieldset label span.input-text-wrap, |
|
115 .locale-ru-ru .inline-edit-row fieldset .timestamp-wrap, |
|
116 .locale-lt-lt .inline-edit-row fieldset label span.input-text-wrap, |
|
117 .locale-lt-lt .inline-edit-row fieldset .timestamp-wrap { |
|
118 margin-right: 0; |
|
119 } |
|
120 } |