MediaWiki:Vector.css: Difference between revisions

Content deleted Content added
add page background
 
change title font
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 */
body {
body {
background: #fff url('https://static.miraheze.org/chicorywiki/6/6c/Chicory_Wiki_page_background.jpg') no-repeat fixed 50% 50%;
background: #fff url('https://static.miraheze.org/chicorywiki/6/6c/Chicory_Wiki_page_background.jpg') no-repeat fixed 50% 50%;
background-size: cover;
background-size: cover;
}
}


@media print {
@media print {
body {
body {
background: none;
background: none;
}
}
}

.mw-logo-wordmark {
font-family: Domigorgon, sans-serif;
}
}