Jump to content

MediaWiki:Common.css

From The Hidden Wiki
Revision as of 04:44, 30 June 2026 by Ca2xg (talk | contribs)

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)
  • Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5.
/* CSS placed here will be applied to all skins */
/* Sidebar'ı gizle */
#mw-panel, .mw-portlet, .vector-menu-content {
    display: none !important;
}

/* İçerik alanını tam genişlik yap */
#content, .mw-body, .mw-page-container {
    margin-left: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
}