/wp-admin/css/l10n-rtl.css

https://gitlab.com/webteam/job_aag · CSS · 111 lines · 81 code · 12 blank · 18 comment · 0 complexity · fcb0063a38cf8348351737634db3f947 MD5 · raw file

  1. /*------------------------------------------------------------------------------
  2. 27.0 - Localization
  3. ------------------------------------------------------------------------------*/
  4. /* RTL except Hebrew (see below): Tahoma as the first font; */
  5. body.rtl,
  6. body.rtl .press-this a.wp-switch-editor {
  7. font-family: Tahoma, Arial, sans-serif;
  8. }
  9. /* Arial is best for RTL headings. */
  10. .rtl h1,
  11. .rtl h2,
  12. .rtl h3,
  13. .rtl h4,
  14. .rtl h5,
  15. .rtl h6 {
  16. font-family: Arial, sans-serif;
  17. font-weight: bold;
  18. }
  19. /* he_IL: Remove Tahoma from the font stack. Arial is best for Hebrew. */
  20. body.locale-he-il,
  21. body.locale-he-il .press-this a.wp-switch-editor {
  22. font-family: Arial, sans-serif;
  23. }
  24. /* he_IL: Have <em> be bold rather than italic. */
  25. .locale-he-il em {
  26. font-style: normal;
  27. font-weight: bold;
  28. }
  29. /* zh_CN: Remove italic properties. */
  30. .locale-zh-cn .howto,
  31. .locale-zh-cn .tablenav .displaying-num,
  32. .locale-zh-cn .js .input-with-default-title,
  33. .locale-zh-cn .link-to-original,
  34. .locale-zh-cn .inline-edit-row fieldset span.title,
  35. .locale-zh-cn .inline-edit-row fieldset span.checkbox-title,
  36. .locale-zh-cn #utc-time,
  37. .locale-zh-cn #local-time,
  38. .locale-zh-cn p.install-help,
  39. .locale-zh-cn p.help,
  40. .locale-zh-cn p.description,
  41. .locale-zh-cn span.description,
  42. .locale-zh-cn .form-wrap p {
  43. font-style: normal;
  44. }
  45. /* zh_CN: Enlarge dashboard widget 'Configure' link */
  46. .locale-zh-cn .hdnle a { font-size: 12px; }
  47. /* zn_CH: Enlarge font size, set font-size: normal */
  48. .locale-zh-cn form.upgrade .hint { font-style: normal; font-size: 100%; }
  49. /* Zn_CH: Distraction-free writing.
  50. * More beautiful font for "Just write."
  51. * Larger text for HTML/Visual mode.
  52. */
  53. .locale-zh-cn #wp-fullscreen-tagline { font-family: KaiTi, "楷体", sans-serif; }
  54. .locale-zh-cn #wp-fullscreen-modes a { font-size: 12px; }
  55. /* zh_CN: Enlarge font-size. */
  56. .locale-zh-cn #sort-buttons { font-size: 1em !important; }
  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. /* ru_RU: Text needs more room to breathe. */
  71. .locale-ru-ru .inline-edit-row fieldset label span.title {
  72. width: 8em; /* default 5em */
  73. }
  74. .locale-ru-ru .inline-edit-row fieldset label span.input-text-wrap {
  75. margin-right: 8em; /* default 5em */
  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. width: 8em;
  96. }
  97. .locale-lt-lt .inline-edit-row fieldset label span.input-text-wrap {
  98. margin-right: 8em;
  99. }