MediaWiki:Common.css: Difference between revisions

From Trans World Express
No edit summary
No edit summary
Line 13: Line 13:
#footer-poweredbyico { display: none; }
#footer-poweredbyico { display: none; }


@import url('https://fonts.googleapis.com/css2?family=Gabarito:wght@400..900&display=swap');
 
@font-face {
  font-family: "Gabarito";
  src: url(/w/images/3/3c/Gabarito.ttf) format("truetype");
}


body {
body {

Revision as of 16:41, 5 February 2025

body { background-color: #bba5ff; }

:root { --background-color-base: #bba5ff; }

.cdx-search-input--has-end-button { background-color: #bba5ff; }

.vector-pinned-container { background-color: #bba5ff; }

.cdx-text-input__input { background-color: #bba5ff; }

pre, code, .mw-code  { background-color: #bba5ff; }

#footer-poweredbyico { display: none; }


@font-face { 
  font-family: "Gabarito";
  src: url(/w/images/3/3c/Gabarito.ttf) format("truetype");
}

body {
  font-family: "Gabarito", sans-serif;
  color: #211a67;
}

#content h1, 
#content h2,
#content h3,
#content h4,
#content h5,
#content h6 {
  font-family: "Gabarito", sans-serif;
  color: #211a67;
}