Difference between revisions of "MediaWiki:Vector.css"

From PinWiki
Jump to navigation Jump to search
(Created page with "→‎All CSS here will be loaded for users of the Vector skin: #mw-page-base { background-image: none; background-color: transparent; }")
 
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 */
 
#mw-page-base {
 
#mw-page-base {
   background-image: none;
+
   background-image: https://pinwiki.com/wiki/christmas-lights.gif;
 
   background-color: transparent;
 
   background-color: transparent;
 
}
 
}

Revision as of 08:17, 27 November 2023

/* All CSS here will be loaded for users of the Vector skin */
#mw-page-base {
  background-image: https://pinwiki.com/wiki/christmas-lights.gif;
  background-color: transparent;
}