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; }


#vector-page-toolbar {  
.vector-page-toolbar {  
   display: none;  
   display: none;  
   font-family: "Gabarito", sans-serif;
   font-family: "Gabarito", sans-serif;

Revision as of 17:03, 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; }

.vector-page-toolbar { 
  display: none; 
  font-family: "Gabarito", sans-serif;
  color: #211a67;
}

@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;
}