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 4: Line 4:
   background-repeat: no-repeat;
   background-repeat: no-repeat;
   background-attachment: fixed;
   background-attachment: fixed;
   background-size: cover;
   background-position: center;  
}
}

Revision as of 00:19, 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; 
}