User:Guycn2/ThisMessageInOtherWikis.css

From Meta, a Wikimedia project coordination wiki

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)
  • Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Press Ctrl-F5.
/*

In the MediaWiki namespace, adds a button to view the current
system message in other WMF wikis, as well as in translatewiki.net.

See also:
* [[User:Guycn2/ThisMessageInOtherWikis.js]] – for the script's main source code


Written by: [[User:Guycn2]]

*/

#this-message-in-other-wikis-dialog-content {
	margin: 1rem;
}

#this-message-in-other-wikis-lang-fieldset > .oo-ui-fieldsetLayout-group,
#this-message-in-other-wikis-lang-fieldset > .oo-ui-fieldsetLayout-group * {
	display: inline;
}

.ltr #this-message-in-other-wikis-lang-fieldset .oo-ui-radioOptionWidget:first-of-type {
	margin-right: 1.1rem;
}

.rtl #this-message-in-other-wikis-lang-fieldset .oo-ui-radioOptionWidget:first-of-type {
	margin-left: 1.1rem;
}

#this-message-in-other-wikis-project-fieldset {
	margin-top: .95rem;
}

#this-message-in-other-wikis-project-fieldset .oo-ui-labelElement-label {
	margin-bottom: 0;
}

#this-message-in-other-wikis-links-container {
	list-style: circle;
}

.ltr #this-message-in-other-wikis-links-container {
	margin-left: .87rem;
}

.rtl #this-message-in-other-wikis-links-container {
	margin-right: .87rem;
}

#this-message-in-other-wikis-links-container > li {
	line-height: 1.35;
}