User:Pathoschild/Scripts/StewardScript.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.
/* menu */
#mw-panel.collapsible-nav #p-stewardscript .body {
	display:block;
}

/* formatted box */
.stewardscript-box {
	position:relative;
	margin-top:2em;
	padding:0.5em;
	border:1px solid #CCC;
	background:#EEE;
}

.stewardscript-box-title {
	position:absolute;
	top:-1em;
	left:0.5em;
	padding:0 0.5em;
	border:1px solid #CCC;
	border-bottom:0;
	background:#EEE;
}

/* Special:CentralAuth */
#mw-centralauth-admin-status-locked,
#mw-centralauth-admin-status-hidden {
	color:gray;
	font-size:smaller;
}

.stewardscript-centralauth-merged-link-cell {
	font-size:smaller;
}

/* Special:UserRights */
#stewardscript-userrights-reasons {
	font-size:smaller;
}