Jump to content

MediaWiki:Common.css: Difference between revisions

From CryptoRootsMX
Created page with "CSS placed here will be applied to all skins: === CryptoRootsMX Sephardic-Inspired Theme ===: Global background: body, .vector-body { background-color: #FAEEDC !important; parchment tan: color: #2E2A26 !important; warm text: } Header & footer: .mw-header, .vector-header, .mw-footer { background-color: #FDF4E3 !important; color: #2E2A26 !important; border-top: 2px solid #E6CFAE !important; border-bottom: 2px solid #E6CFAE !impo..."
 
No edit summary
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
/* ===== CryptoRootsMX – Vector (legacy) full tan theme ===== */


/* === CryptoRootsMX Sephardic-Inspired Theme === */
/* Global parchment */
html, body { background: #FAEEDC !important; color:#2E2A26 !important; }


/* Global background */
/* Top bars under the logo */
body,
#mw-page-base, #mw-head-base { background: #FAEEDC !important; }
.vector-body {
  background-color: #FAEEDC !important; /* parchment tan */
  color: #2E2A26 !important; /* warm text */
}


/* Header & footer */
/* Content area */
.mw-header,
.mw-body, #content {
.vector-header,
   background: #FAEEDC !important;
.mw-footer {
   border: 1px solid #E6CFAE !important;
   background-color: #FDF4E3 !important;
   box-shadow: none !important;
   color: #2E2A26 !important;
   background-image: none !important;
   border-top: 2px solid #E6CFAE !important;
   border-bottom: 2px solid #E6CFAE !important;
}
}


/* Sidebar */
/* Sidebar */
.vector-menu-content-list a {
#mw-panel { background: #FAEEDC !important; border-right: 1px solid #E6CFAE !important; }
  color: #017C74 !important; /* teal */
}
.vector-menu-content-list a:hover {
  color: #B39D68 !important; /* soft gold hover */
}


/* Titles */
/* Header + footer */
h1, h2, h3, h4 {
#mw-head, #footer {
   color: #502583 !important; /* deep plum for headers */
  background: #FDF4E3 !important;
   font-family: "Georgia", "Garamond", serif;
   color:#2E2A26 !important;
  border-top: 2px solid #E6CFAE !important;
   border-bottom: 2px solid #E6CFAE !important;
}
}


/* Links */
/* Tabs (Read / Edit / View history) */
a,
.vector-menu-tabs li a {
a:visited {
  background: #FDF4E3 !important;
   color: #017C74 !important; /* teal links */
  border-color: #E6CFAE !important;
   color: #017C74 !important;
}
}
a:hover {
.vector-menu-tabs li.selected a {
   color: #B39D68 !important; /* muted gold hover */
  background: transparent !important;
  border-bottom: 3px solid #017C74 !important;
   color: #017C74 !important;
}
}


/* Tables and boxes */
/* Search box & small UI boxes */
table, .mw-parser-output div {
#simpleSearch,
.mw-message-box,
.usermessage,
.warning {
  background: #FDF4E3 !important;
   border-color: #E6CFAE !important;
   border-color: #E6CFAE !important;
}
}


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

Revision as of 17:12, 9 November 2025

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

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

/* Top bars under the logo */
#mw-page-base, #mw-head-base { background: #FAEEDC !important; }

/* Content area */
.mw-body, #content {
  background: #FAEEDC !important;
  border: 1px solid #E6CFAE !important;
  box-shadow: none !important;
  background-image: none !important;
}

/* Sidebar */
#mw-panel { background: #FAEEDC !important; border-right: 1px solid #E6CFAE !important; }

/* Header + footer */
#mw-head, #footer {
  background: #FDF4E3 !important;
  color:#2E2A26 !important;
  border-top: 2px solid #E6CFAE !important;
  border-bottom: 2px solid #E6CFAE !important;
}

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

/* Search box & small UI boxes */
#simpleSearch,
.mw-message-box,
.usermessage,
.warning {
  background: #FDF4E3 !important;
  border-color: #E6CFAE !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; }