MediaWiki:Vector.css: Difference between revisions

From Dreamlight Valley Wiki
Jump to navigation Jump to search
(Created page with "→‎All CSS here will be loaded for users of the Vector skin: body { background: url("/mediawiki/resources/dreamlightvalley/background.jpg") no-repeat fixed center center / cover; font-family: sans-serif; }")
 
No edit summary
Line 2: Line 2:


body {
body {
     background: url("/mediawiki/resources/dreamlightvalley/background.jpg") no-repeat fixed center center / cover;
     background: url("/resources/dreamlightvalley/background.jpg") no-repeat fixed center center / cover;
     font-family: sans-serif;
     font-family: sans-serif;
}
}

Revision as of 16:56, 9 September 2022

/* All CSS here will be loaded for users of the Vector skin */

body {
    background: url("/resources/dreamlightvalley/background.jpg") no-repeat fixed center center / cover;
    font-family: sans-serif;
}