Jump to content

MediaWiki:Common.css: Difference between revisions

From CryptoRootsMX
No edit summary
No edit summary
Line 25: Line 25:




/* === CryptoRootsMX Gem Frame Styles === */
/* === CryptoRootsMX gem styles (WAF-safe) === */
.gem-frame {
.gem-grid { width:100%; background:#FAEEDC; border:1px solid #E6CFAE; text-align:center; }
  display: inline-block;
  padding: 4px;
  border-radius: 6px;
  margin-bottom: 6px;
}


.gem-emerald {
/* shared cell formatting */
  background: #046307;
.gem-cell { padding:12px; vertical-align:top; }
  box-shadow: 0 0 8px #046307;
.gem-cell img { border-radius:6px; padding:2px; background:#FAEEDC; }
}


.gem-ruby {
/* frames by role */
  background: #7D2181;
.gem-emerald-cell img  { border:4px solid #046307; } /* Confirmed Jews */
  box-shadow: 0 0 8px #7D2181;
.gem-ruby-cell img    { border:4px solid #7D2181; } /* Conquistadors & Settlers */
}
.gem-sapphire-cell img { border:4px solid #0B3C8D; } /* Saints */


.gem-sapphire {
/* titles underneath (optional color without extra HTML) */
  background: #0B3C8D;
.gem-title { display:block; margin-top:8px; font-weight:bold; color:#2E2A26; }
  box-shadow: 0 0 8px #0B3C8D;
.gem-emerald-cell .gem-title  { color:#046307; }
}
.gem-ruby-cell .gem-title    { color:#7D2181; }
.gem-sapphire-cell .gem-title { color:#0B3C8D; }


.gem-title {
/* subtle hover without shadows */
  margin-top: 8px;
.gem-cell:hover img { opacity:0.95; outline:2px solid rgba(0,0,0,0.05); }
  font-weight: bold;
  color: #2E2A26;
}
 
.gem-title a {
  text-decoration: none;
}
 
.gem-title a:hover {
  color: #017C74;
}

Revision as of 14:47, 10 November 2025

/* ===== 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 styles (WAF-safe) === */
.gem-grid { width:100%; background:#FAEEDC; border:1px solid #E6CFAE; text-align:center; }

/* shared cell formatting */
.gem-cell { padding:12px; vertical-align:top; }
.gem-cell img { border-radius:6px; padding:2px; background:#FAEEDC; }

/* frames by role */
.gem-emerald-cell img  { border:4px solid #046307; } /* Confirmed Jews */
.gem-ruby-cell img     { border:4px solid #7D2181; } /* Conquistadors & Settlers */
.gem-sapphire-cell img { border:4px solid #0B3C8D; } /* Saints */

/* titles underneath (optional color without extra HTML) */
.gem-title { display:block; margin-top:8px; font-weight:bold; color:#2E2A26; }
.gem-emerald-cell .gem-title  { color:#046307; }
.gem-ruby-cell .gem-title     { color:#7D2181; }
.gem-sapphire-cell .gem-title { color:#0B3C8D; }

/* subtle hover without shadows */
.gem-cell:hover img { opacity:0.95; outline:2px solid rgba(0,0,0,0.05); }