[ Index ]

PHP Cross Reference of WordPress Trunk (Updated Daily)

Search

title

Body

[close]

/wp-admin/css/ -> l10n-rtl.css (source)

   1  /*! This file is auto-generated */
   2  /*------------------------------------------------------------------------------
   3    27.0 - Localization
   4  ------------------------------------------------------------------------------*/
   5  
   6  /* RTL except Hebrew (see below): Tahoma as the first font; */
   7  body.rtl,
   8  body.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. */
  24  body.locale-he-il,
  25  body.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  }
  70  
  71  /* ru_RU: Text needs more room to breathe. */
  72  .locale-ru-ru #adminmenu {
  73      width: inherit; /* back-compat for pre-3.2 */
  74  }
  75  .locale-ru-ru #adminmenu,
  76  .locale-ru-ru #wpbody {
  77      margin-right: 0; /* back-compat for pre-3.2 */
  78  }
  79  .locale-ru-ru .inline-edit-row fieldset label span.title,
  80  .locale-ru-ru .inline-edit-row fieldset.inline-edit-date legend {
  81      width: 8em; /* default 6em */
  82  }
  83  .locale-ru-ru .inline-edit-row fieldset label span.input-text-wrap,
  84  .locale-ru-ru .inline-edit-row fieldset .timestamp-wrap {
  85      margin-right: 8em; /* default 6em */
  86  }
  87  .locale-ru-ru.post-php .tagsdiv .newtag,
  88  .locale-ru-ru.post-new-php .tagsdiv .newtag {
  89      width: 165px; /* default 180px - 15px */
  90  }
  91  .locale-ru-ru.press-this .posting {
  92      margin-left: 277px; /* default 252px + 25px */
  93  }
  94  .locale-ru-ru .press-this-sidebar {
  95      width: 265px; /* default 240px + 25px */
  96  }
  97  .locale-ru-ru #customize-header-actions .button {
  98      padding: 0 5px 1px; /* default 0 10px 1px */
  99  }
 100  .locale-ru-ru #customize-header-actions .spinner {
 101      margin: 16px 3px 0; /* default 16px 4px 0 5px */
 102  }
 103  
 104  /* lt_LT: QuickEdit */
 105  .locale-lt-lt .inline-edit-row fieldset label span.title,
 106  .locale-lt-lt .inline-edit-row fieldset.inline-edit-date legend {
 107      width: 8em; /* default 6em */
 108  }
 109  .locale-lt-lt .inline-edit-row fieldset label span.input-text-wrap,
 110  .locale-lt-lt .inline-edit-row fieldset .timestamp-wrap {
 111      margin-right: 8em; /* default 6em */
 112  }
 113  
 114  @media screen and (max-width: 782px) {
 115      .locale-ru-ru .inline-edit-row fieldset label span.input-text-wrap,
 116      .locale-ru-ru .inline-edit-row fieldset .timestamp-wrap,
 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: 0;
 120      }
 121  }


Generated : Thu Apr 25 08:20:02 2024 Cross-referenced by PHPXref