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

MediaWiki:Vector.css: Difference between revisions

MediaWiki interface page
No edit summary
No edit summary
Line 9: Line 9:
background-color: #fff;
background-color: #fff;
}
}
.mw-body {
    background-color: rgba(255, 255, 255, 0.61);
    backdrop-filter: blur(5px);
  }

Revision as of 02:45, 17 September 2024

/* All CSS here will be loaded for users of the Vector skin */
body {
  background-image: url('resources/assets/2024-09-16_23.49.42.png');
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center; 
}
.vector-legacy-sidebar {
	background-color: #fff;
}

.mw-body {
    background-color: rgba(255, 255, 255, 0.61);
    backdrop-filter: blur(5px);
  }