MediaWiki:Sysop.css

Wikipediya, ensiklopediya xosere ra

Note: After saving, you may have to bypass your browser's cache to see the changes. Mozilla / Firefox / Safari: hold down Shift while clicking Reload, or press Ctrl-Shift-R (Cmd-Shift-R on Apple Mac); IE: hold Ctrl while clicking Refresh, or press Ctrl-F5; Konqueror:: simply click the Reload button, or press F5; Opera users may need to completely clear their cache in Tools→Preferences.

/* <source lang="css"> */

/*
THIS CSS SKIN IS DYNAMICALLY LOADED FROM [[MediaWiki:Sysop.js]]
IT IS USED TO APPLY CSS STYLE RULES THAT ONLY AFFECT ADMIN ACCOUNTS
*/

/* Protected pages have text area in light red, to prevent
   accidental editing by admins who didn't notice the header
*/
.mw-textarea-protected, .ns-8 textarea {
  background: #FFDBDB;
}

/* The "hide/show" links to Special:RevisionDelete */ 
span.mw-revdelundel-link,
strong.mw-revdelundel-link {
  font-size: inherit;
}

/* The "return to Main page" link on [[Special:MovePage]] after
   deleting the target page makes no sense and is in the way.
*/
.page-Special_MovePage #mw-returnto {
  display: none;
}

/* </source> */