MediaWiki:Vector.css: Difference between revisions

From Chicory: A Colorful Tale Wiki
Content added Content deleted
(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;
}
}

Revision as of 04:33, 8 February 2024

/* All CSS here will be loaded for users of the Vector skin */
body {
  background: #fff url('https://static.miraheze.org/chicorywiki/6/6c/Chicory_Wiki_page_background.jpg') no-repeat fixed 50% 50%;
  background-size: cover;
}

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

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