MediaWiki:Common.css: Difference between revisions

No edit summary
Tag: Reverted
No edit summary
Tag: Reverted
Line 298: Line 298:
/* =================================================
/* =================================================
  /* =====================================================
  /* =====================================================
  SHOW SIDEBAR ONLY FOR ADMIN (sysop) & EDITOR
  ===================================================== */


/* Hide sidebar for ALL users by default */
 
 
 
 
/* ================================
  SIDEBAR VISIBILITY CONTROL
  ================================ */
 
/* Hide sidebar for everyone */
#mw-panel,
#mw-panel,
.vector-sidebar-container,
.vector-sidebar-container,
Line 308: Line 315:
}
}


/* SHOW sidebar ONLY for admin & editor */
/* Show sidebar ONLY for admin & editor */
body.mw-group-sysop #mw-panel,
body.mw-group-sysop #mw-panel,
body.mw-group-sysop .vector-sidebar-container,
body.mw-group-sysop .vector-sidebar-container,