User:Rxy/common.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.
@import "//static-wm.dsvr.rxy/wm/meta/load.css";

/* [[Special:UserRights]] */
#wpGroup-steward,
#wpGroup-steward + label,
#mw-userrights-nested-wpGroup-steward,
#wpGroup-wmf-officeit,
#wpGroup-wmf-officeit + label,
#mw-userrights-nested-wpGroup-wmf-officeit,
#wpGroup-wmf-supportsafety,
#wpGroup-wmf-supportsafety + label,
#mw-userrights-nested-wpGroup-wmf-supportsafety
{
	display: none;
}

/* ロールバックリンク関連(meta用: 色・太さ・背景色変更) */
.mw-rollback-link{
	font-weight: bold;
	background-color: #ffff00;
	outline: 2px #ff9900 solid;
}

/* 非表示解除 */
#siteNotice, /* [[MediaWiki:Sitenotice]] */
.mw-editTools{ display: block; } /* [[MediaWiki:Edittools]] */

/* Special:CentralAuth */
#mw-centralauth-delete,
#mw-centralauth-merged > input[type=submit],
.page-Special_CentralAuth_Rxy form[method="POST"] > fieldset,
.page-Special_CentralAuth_rxy form[method="POST"] > fieldset,
.page-Special_CentralAuth_Rxy .mw-centralauth-wikislist input[type="checkbox"],
.page-Special_CentralAuth_rxy .mw-centralauth-wikislist input[type="checkbox"],
.page-Special_CentralAuth_Rxy #mw-ca-globalsuppressblock,
.page-Special_CentralAuth_rxy #mw-ca-globalsuppressblock,
.page-Special_CentralAuth form[action="//meta.wikimedia.org/w/index.php?title=Special:CentralAuth&target=Rxy"],
.page-Special_CentralAuth form[action="//meta.wikimedia.org/w/index.php?title=Special:CentralAuth&target=Rxy"] + fieldset,
.page-Special_CentralAuth form[action="//meta.wikimedia.org/w/index.php?title=Special:CentralAuth&target=Rxy"] + fieldset + fieldset > #mw-centralauth-merged input[type="checkbox"],
.page-Special_CentralAuth form[action="//meta.wikimedia.org/w/index.php?title=Special:CentralAuth&target=Rxy"] + fieldset + fieldset + #mw-ca-globalsuppressblock{
	display: none;
}