MediaWiki:Vector.css: Difference between revisions

From bg3.wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 2: Line 2:


body {
body {
     background-image: url("/w/images/1/19/BG3-Background.jpg") !important;
     background-image: url("/w/images/1/19/BG3-Background.jpg") no-repeat top left !important;
}
}

Revision as of 07:10, 20 January 2023

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

body {
    background-image: url("/w/images/1/19/BG3-Background.jpg") no-repeat top left !important;
}