MediaWiki:Group-sysop.css
Jump to navigation
Jump to search
Note: After saving, you have to bypass your browser's cache to see the changes.
- Internet Explorer: hold down the Ctrl key and click the Refresh or Reload button, or press Ctrl+F5.
- Firefox: hold down the Shift key while clicking Reload; alternatively press Ctrl+F5 or Ctrl-Shift-R.
- Opera, Konqueror and Safari users can just click the Reload button.
- Chrome: press Ctrl+F5 or Shift+F5
/* CSS placed here will affect sysops only */
/* Show hidden items that have class="sysop-show". */
div.sysop-show,
p.sysop-show {
display: block;
}
span.sysop-show,
small.sysop-show {
display: inline;
}
table.sysop-show {
display: table;
}
li.sysop-show {
display: list-item;
}
/* Avoid accidental delete's and move's */
.page-Main_Page #ca-delete,
.page-Main_Page #ca-move {
display: none;
}
/* Show abusefilterhelper stuff too */
div.afh-show,
p.afh-show {
display: block;
}
span.afh-show,
small.afh-show {
display: inline;
}
table.afh-show {
display: table;
}
li.afh-show {
display: list-item;
}
/* And interface admin stuff too */
div.interface-show,
p.interface-show {
display: block;
}
span.interface-show,
small.interface-show {
display: inline;
}
table.interface-show {
display: table;
}
li.interface-show {
display: list-item;
}