Difference between revisions of "MediaWiki:Vector.css"

From PinWiki
Jump to navigation Jump to search
Line 3: Line 3:
 
   background-image: url("https://pinwiki.com/wiki/christmas-lights.gif");
 
   background-image: url("https://pinwiki.com/wiki/christmas-lights.gif");
 
   background-color: transparent;
 
   background-color: transparent;
 +
  height: 200px;
 
}
 
}

Revision as of 08:19, 27 November 2023

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