MediaWiki:Vector.css: Difference between revisions

From bg3.wiki
Jump to navigation Jump to search
No edit summary
(Undo revision 6572 by Taylan (talk))
Line 2: Line 2:


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



Revision as of 09:55, 20 January 2023

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

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

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