Jump to content

MediaWiki:Vector-2022.css

From Hasan Wiki
Revision as of 11:53, 22 August 2026 by DevMoinulHasan (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.
/* Site logo container */
.mw-logo {
    /* adjust size/spacing here */
}

/* Sticky header bar */
.vector-header {
    background-color: #1a56db;
}

/* Search box */
.vector-search-box {
    border-radius: 20px;
}

/* Login / Register button (top right) */
#p-personal a {
    background-color: #d6336c;
    color: #fff;
    border-radius: 20px;
    padding: 6px 14px;
}

/* Sidebar section headers (the clickable collapsible ones) */
.vector-menu-heading {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 12px;
}

/* Sidebar width */
#mw-panel {
    width: 280px;
}