Currently there may be errors shown on top of a page, because of a missing Wiki update (PHP version and extension DPL3).
Navigation
Topics Help • Register • News • History • How to • Sequences statistics • Template prototypes

Difference between revisions of "MediaWiki:Vector.css"

From Prime-Wiki
Jump to: navigation, search
(Created page with "CSS placed here will affect users of the Vector skin: body { margin-top:5em; background-attachment: fixed ;or: scroll: background-color: white; background-ima...")
(No difference)

Revision as of 11:18, 5 December 2018

/* CSS placed here will affect users of the Vector skin */
body {
  margin-top:5em;
  background-attachment: fixed ;/* or: scroll*/
  background-color: white;
  background-image: url(Jigsaw-WikiBack.jpg) ;/* or: none*/
}

#bodyContent {
  position: static;
  width: 100%;
}

#mw-page-base {
  height: auto;
}