l10n-rtl.css 3.6 KB

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