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"
Line 3: | Line 3: | ||
margin-top:5em; | margin-top:5em; | ||
background-attachment: fixed ;/* or: scroll*/ | background-attachment: fixed ;/* or: scroll*/ | ||
− | background-color: # | + | background-color: #ebf7f9; |
/*background-image: url(Jigsaw-WikiBack.jpg) ; or: none*/ | /*background-image: url(Jigsaw-WikiBack.jpg) ; or: none*/ | ||
} | } |
Latest revision as of 13:15, 6 December 2018
/* CSS placed here will affect users of the Vector skin */
body {
margin-top:5em;
background-attachment: fixed ;/* or: scroll*/
background-color: #ebf7f9;
/*background-image: url(Jigsaw-WikiBack.jpg) ; or: none*/
}
#bodyContent {
position: static;
width: 100%;
}
#mw-page-base {
height: auto;
}