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: Difference between revisions

MediaWiki interface page
No edit summary
No edit summary
Line 1: Line 1:
body::before {
/* Full background image */
content: "";
body.skin-vector {
background: url(https://www.evernyllawakened.wiki/images/5/55/LogoBW.png);
  background: url('https://www.evernyllawakened.wiki/images/5/55/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;
}
}

Revision as of 07:16, 12 January 2026

/* Full background image */
body.skin-vector {
  background: url('https://www.evernyllawakened.wiki/images/5/55/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;
}