MediaWiki:Gadget-i18n-selector-highlighting.css
Appearance
Note: After publishing, you may have to bypass your browser's cache to see the changes.
- Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
- Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
- Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5.
.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;
}
.mw-gadget-i18nselectors-hideme {
display: none;
}