Jump to content

MediaWiki:Common.css: Difference between revisions

From CryptoRootsMX
No edit summary
No edit summary
Line 8: Line 8:
/* Header + footer */
/* Header + footer */
#mw-head, #footer {
#mw-head, #footer {
  background: #FDF4E3 !important;
   color:#2E2A26 !important;
   color:#2E2A26 !important;
}
}
Line 14: Line 13:
/* Tabs (Read / Edit / View history) */
/* Tabs (Read / Edit / View history) */
.vector-menu-tabs li a {
.vector-menu-tabs li a {
  background: #FDF4E3 !important;
   color: #017C74 !important;
   color: #017C74 !important;
}
}
Line 22: Line 19:
   border-bottom: 3px solid #017C74 !important;
   border-bottom: 3px solid #017C74 !important;
   color: #017C74 !important;
   color: #017C74 !important;
}
/* Search box & small UI boxes */
#simpleSearch,
.mw-message-box,
.usermessage,
.warning {
  background: #FDF4E3 !important;
}
}



Revision as of 22:05, 9 November 2025

/* ===== CryptoRootsMX – Vector (legacy) full tan theme ===== */

/* Global parchment */
html, body { background: #FAEEDC !important; color:#2E2A26 !important; }



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