User:Krinkle/i18n-css-selectors

From translatewiki.net

LTR content

  • list
    • items

LTR content

  • list
    • items

RTL content

  • list
    • items

RTL content

  • list
    • items

LTR content

  • list
    • items

LTR content

  • list
    • items

RTL content

  • list
    • items
/* Using following styling */
.mw-content-ltr {
 color: blue;
 border: 1px solid blue;
 background: lightBlue;
}
.mw-content-rtl {
 color: green;
 border: 1px solid green;
 background: lightGreen;
}
.mw-content-ltr,
.mw-content-rtl {
 margin-left: 1em;
 padding: 0.5em;
}

.mw-content-ltr ul {
  border-left: 5px solid pink; border-right: none;
}
.mw-content-rtl ul {
  border-right: 5px solid pink; border-left: none;
}