Jump to content

MediaWiki:Common.css

From CryptoRootsMX
Revision as of 14:42, 10 November 2025 by Ygarcia (talk | contribs)

Note: After publishing, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5.
/* ===== CryptoRootsMX – Vector (legacy) full tan theme ===== */




/* Header + footer */
#mw-head, #footer {
  color:#2E2A26 !important;
}

/* Tabs (Read / Edit / View history) */
.vector-menu-tabs li a {
  color: #017C74 !important;
}
.vector-menu-tabs li.selected a {
  background: transparent !important;
  border-bottom: 3px solid #017C74 !important;
  color: #017C74 !important;
}

/* Headings & links */
h1, h2, h3, h4 { color:#502583 !important; font-family: "Georgia","Garamond",serif; }
a, a:visited { color:#017C74 !important; }
a:hover { color:#B39D68 !important; }


/* === CryptoRootsMX Gem Frame Styles === */
.gem-frame {
  display: inline-block;
  padding: 4px;
  border-radius: 6px;
  margin-bottom: 6px;
}

.gem-emerald {
  background: #046307;
  box-shadow: 0 0 8px #046307;
}

.gem-ruby {
  background: #7D2181;
  box-shadow: 0 0 8px #7D2181;
}

.gem-sapphire {
  background: #0B3C8D;
  box-shadow: 0 0 8px #0B3C8D;
}

.gem-title {
  margin-top: 8px;
  font-weight: bold;
  color: #2E2A26;
}

.gem-title a {
  text-decoration: none;
}

.gem-title a:hover {
  color: #017C74;
}