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
Created page with "→‎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'); }"
 
No edit summary
Line 2: Line 2:
body {
body {
   background-image: url('resources/assets/2024-09-16_23.49.42.png');
   background-image: url('resources/assets/2024-09-16_23.49.42.png');
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
}
}

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