MediaWiki:Common.css

From The Chaakat Holocron

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.
/* ==============================================================
   CHAAKAT HOLOCRON — Main Page styles (table-based version)
   Replace the previous block in MediaWiki:Common.css with this one —
   the Main Page now uses wikitext tables instead of <div> tags,
   so these selectors target table/td elements instead.
   ============================================================== */

.chaakat-activation {
	width: 100%;
	background: #0a0505;
	border: 1px solid #4a0e0e;
	border-radius: 4px;
	box-shadow: 0 0 18px rgba(139,0,0,0.25);
	border-collapse: collapse;
}

.chaakat-activation td {
	padding: 6px 32px;
}

.chaakat-access-label {
	text-align: center;
	font-family: monospace;
	letter-spacing: 2px;
	color: #8b1a1a;
	font-size: 0.85em;
	padding-top: 22px !important;
}

.chaakat-activation-line {
	text-align: center;
	font-size: 1.4em;
	color: #c93c3c;
	font-weight: bold;
	letter-spacing: 1px;
}

.chaakat-flavor-text {
	text-align: center;
	color: #aa8888;
	font-style: italic;
	padding-bottom: 22px !important;
}

.chaakat-ooc-notice {
	width: 100%;
	background: #1a1010;
	border-left: 4px solid #6b1010;
	margin-bottom: 4px;
	font-size: 0.92em;
	color: #d8c8c8;
	border-collapse: collapse;
}

.chaakat-ooc-notice td {
	padding: 14px 18px;
}

.chaakat-profile {
	width: 100%;
	border-collapse: collapse;
}

.chaakat-portrait-col {
	width: 220px;
	text-align: center;
	vertical-align: top;
	padding: 10px 20px 10px 0 !important;
}

.chaakat-portrait-col a, .chaakat-portrait-col i {
	color: #8b1a1a;
	font-family: monospace;
	font-size: 0.8em;
}

.chaakat-profile-info {
	vertical-align: top;
}

.chaakat-quote {
	border-collapse: collapse;
	margin: 10px 0 18px;
}

.chaakat-quote td {
	border-left: 3px solid #6b1010;
	padding-left: 14px;
	font-style: italic;
	color: #c9a0a0;
}

.chaakat-infotable {
	width: 100%;
	border-collapse: collapse;
}

.chaakat-infotable td {
	padding: 3px 0;
}

.chaakat-label {
	color: #8b1a1a;
	font-weight: bold;
	padding-right: 10px !important;
	width: 140px;
}

.chaakat-navtable {
	width: 100%;
	border-collapse: collapse;
	background: #120a0a;
}

.chaakat-navcell {
	width: 50%;
	vertical-align: top;
	padding: 16px;
	border: 1px solid #3a1414;
}

.chaakat-end-transmission {
	width: 100%;
	border-collapse: collapse;
	margin-top: 8px;
}

.chaakat-end-transmission td {
	text-align: center;
	padding: 10px 0;
	font-family: monospace;
	letter-spacing: 2px;
	color: #4a0e0e;
	font-size: 0.8em;
}