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...")
 
Line 3: Line 3:
 
   margin-top:5em;
 
   margin-top:5em;
 
   background-attachment: fixed ;/* or: scroll*/
 
   background-attachment: fixed ;/* or: scroll*/
   background-color: white;
+
   background-color: #d8eff3;
   background-image: url(Jigsaw-WikiBack.jpg) ;/* or: none*/
+
   /*background-image: url(Jigsaw-WikiBack.jpg) ; or: none*/
 
}
 
}
  

Revision as of 13:14, 6 December 2018

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

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

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