MediaWiki:Vector.css: Difference between revisions

From bg3.wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 6: Line 6:
   background-repeat: no-repeat;
   background-repeat: no-repeat;
   background-attachment: fixed;
   background-attachment: fixed;
   background-position: center;
   background-position: top;
   background-size: cover;
   background-size: cover;
}
}

Revision as of 08:13, 22 January 2023

/* CSS placed here will affect users of the Vector skin */

html {
  background-color: black !important;
  background-image: url(/bg.jpg);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: top;
  background-size: cover;
}

body {
  background: linear-gradient(rgba(27 27 27 / 90%) 80%, transparent) !important;
}