MediaWiki:Vector.css: Difference between revisions

From bg3.wiki
Jump to navigation Jump to search
No edit summary
Tag: Reverted
No edit summary
Tag: Reverted
Line 10: Line 10:


body {
body {
   background: linear-gradient(var(--bg-dark) 75%, transparent) !important;
   background: linear-gradient(var(--bg-dark) 50% transparent) !important;
}
}

Revision as of 08:02, 20 January 2023

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

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

body {
  background: linear-gradient(var(--bg-dark) 50% transparent) !important;
}