MediaWiki:Common.css: Difference between revisions

From Trans World Express
No edit summary
No edit summary
Line 9: Line 9:
.cdx-text-input__input { background-color: #10002A; }
.cdx-text-input__input { background-color: #10002A; }


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


#footer-poweredbyico { display: none; }
#footer-poweredbyico { display: none; }

Revision as of 02:42, 13 February 2025

body { background-color: #D4B9E8; }

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

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

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

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

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

#footer-poweredbyico { display: none; }

.vector-page-toolbar,  #vector-main-menu-dropdown, #vector-user-links-dropdown, .mw-logo-icon { display: none; }

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

a, .mw-parser-output a.extiw, .mw-parser-output a.external,  .vector-toc .vector-toc-link { color: #090066; };

a.new, .vector-menu-tabs .mw-list-item.new a { color: #e9ffa5; }

a:visited { color: #413d66; }

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

.mw-footer li { color: #211a67; }