MediaWiki:Vector.css: Difference between revisions

From bg3.wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
/* CSS placed here will affect users of the Vector skin */
/* CSS placed here will affect users of the Vector skin */


/*
body {
body {
     background-image: image-set(
     background-image: image-set(
Line 10: Line 11:
     background-size: auto !important;
     background-size: auto !important;
}
}
*/

Revision as of 06:17, 20 January 2023

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

/*
body {
    background-image: image-set(
       url("/w/images/1/19/BG3-Background.jpg") 1x,
       url("/w/images/1/19/BG3-Background.jpg") 1.5x,
       url("/w/images/1/19/BG3-Background.jpg") 2x
    ) !important;
    background-repeat: no-repeat !important;
    background-size: auto !important;
}
*/