MediaWiki:Vector.css: Difference between revisions

From OOTP Wiki
OOTP Erik (talk | contribs)
Created page with "→‎All CSS here will be loaded for users of the Vector skin: body { background-image: url('/skins/Vector/resources/images/wiki_header_3.jpg'); background-repeat: no-repeat; background-size: 100%; background-color: #121320; }"
 
OOTP Erik (talk | contribs)
No edit summary
 
Line 1: Line 1:
/* All CSS here will be loaded for users of the Vector skin */
/* All CSS here will be loaded for users of the Vector skin */
body {
  background-image: url('/skins/Vector/resources/images/wiki_header_3.jpg');
  background-repeat: no-repeat;
  background-size: 100%;
  background-color: #121320;
}

Latest revision as of 11:37, 23 October 2024

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