MediaWiki:Common.css: Difference between revisions

From Artifacts of Capitalism
No edit summary
No edit summary
Line 24: Line 24:
.p-navbar .nav-link:focus {
.p-navbar .nav-link:focus {
   color: #333 !important;
   color: #333 !important;
}
/* ── Load EB Garamond from Google Fonts ── */
@import url('https://fonts.googleapis.com/css2?family=EB+Garamond:wght@400;700&display=swap');
/* ── Apply Garamond to body text ── */
body, .mw-body {
  font-family: 'EB Garamond', Garamond, serif !important;
}
/* ── Apply Garamond to headings ── */
h1, h2, h3, h4, h5, h6 {
  font-family: 'EB Garamond', Garamond, serif !important;
}
}

Revision as of 18:32, 14 July 2025

/* Custom ribbon background image */
.p-navbar {
  background-image: url('/images/ribbon.png') !important;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-color: transparent !important;
}
/* Make navbar text black */
.p-navbar,
.p-navbar .nav-link,
.p-navbar .navbar-tool-link,
.p-navbar .navbar-more-tools,
.p-navbar .mw-list-item a {
  color: black !important;
}

/* Optional: make dropdowns and other elements match */
.p-navbar .dropdown-menu a {
  color: black !important;
}

.p-navbar .nav-link:hover,
.p-navbar .nav-link:focus {
  color: #333 !important;
}
/* ── Load EB Garamond from Google Fonts ── */
@import url('https://fonts.googleapis.com/css2?family=EB+Garamond:wght@400;700&display=swap');

/* ── Apply Garamond to body text ── */
body, .mw-body {
  font-family: 'EB Garamond', Garamond, serif !important;
}

/* ── Apply Garamond to headings ── */
h1, h2, h3, h4, h5, h6 {
  font-family: 'EB Garamond', Garamond, serif !important;
}