MediaWiki:Group-sysop.css

Lát'ọwọ́ Wikipedia, ìwé ìmọ̀ ọ̀fẹ́

Àkíyèsí: Lẹ́yìn ìmúpamọ́, ó ṣe é ṣe kó jẹ́ pé ẹ gbọ́dọ̀ fo cache agbétàkùn yín láti rí àwọn àtúnṣe.

  • Firefox / Safari: Ẹ di Shift mú bí ẹ ṣe ún tẹ Reload, tàbí kí ẹ tẹ Ctrl-F5 tàbí Ctrl-R (⌘-R lórí Mac)
  • Google Chrome: Ẹ tẹ Ctrl-Shift-R (⌘-Shift-R lórí Mac)
  • Internet Explorer: Ẹ di Ctrl mú bí ẹ ṣe ún tẹ Refresh, tàbí kí ẹ tẹ Ctrl-F5
  • Opera: Ẹ lọ sí Menu→Settings (Opera → Preferences lórí Mac) lẹ́yìn náà ẹ lọ sí Privacy & security → Clear browsing data → Cached images and files
/* 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;
}
/* Show hidden items that have class="sysop-show". */
div.sysop-show,
p.sysop-show {
  display: block !important;
}
span.sysop-show,
small.sysop-show {
  display: inline !important;
}
table.sysop-show {
  display: table !important;
}
li.sysop-show {
  display: list-item !important;
}
/* Avoid accidental delete's and move's */
.page-Main_Page #ca-delete,
.page-Main_Page #ca-move {
    display: none !important;
}