Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

MediaWiki:Commons.css

MediaWiki interface page
Revision as of 07:56, 12 January 2026 by Admin (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.
.skin-vector-2022 {
  background: url('https://www.evernyllawakened.wiki/index.php/File:LogoBW.png') no-repeat center center fixed !important;
  background-size: cover !important;
  background-attachment: fixed !important;
}
    
/* Blur background behind main content */
#mw-content-text,
#mw-panel,                    /* sidebar navigation */
#p-search,                    /* search portlet */
.vector-header-container,     /* top bar */
.vector-main-menu-container { /* hamburger/dropdown nav */
  position: relative !important;
  background: rgba(0, 0, 0, 0.3) !important;
  backdrop-filter: blur(8px) !important;
  -webkit-backdrop-filter: blur(8px) !important;
  border-radius: 12px !important;
  padding: 1em !important;
  z-index: 1 !important;
}