MediaWiki:Vector.css: Difference between revisions

From Straftat Wiki
Created page with "→‎All CSS here will be loaded for users of the Vector skin: body { background-image: url("straftat.png"); background-color: #cccccc; }"
 
No edit summary
Line 3: Line 3:
  background-image: url("straftat.png");
  background-image: url("straftat.png");
  background-color: #cccccc;
  background-color: #cccccc;
background-repeat: repeat-y;
}
}

Revision as of 04:23, 10 December 2024

/* All CSS here will be loaded for users of the Vector skin */
body {
 background-image: url("straftat.png");
 background-color: #cccccc;
 background-repeat: repeat-y;

}