MediaWiki:Common.css: Difference between revisions

From The Chaakat Holocron
No edit summary
No edit summary
 
(17 intermediate revisions by the same user not shown)
Line 1: Line 1:
/* 1. Global CSS Variables used by Vector 2022 */
/* ==============================================================
:root {
  CHAAKAT HOLOCRON — Main Page styles
    --background-color-base: #17181b !important;
  Add this block to MediaWiki:Common.css
    --background-color-neutral-subtle: #1c1e22 !important;
  Adjust hex values to match your existing red/black theme vars.
    --background-color-quiet: #17181b !important;
  ============================================================== */
    --color-base: #d7d8da !important;
 
.chaakat-activation {
background: #0a0505;
border: 1px solid #4a0e0e;
border-radius: 4px;
padding: 28px 32px;
margin-bottom: 24px;
box-shadow: 0 0 18px rgba(139,0,0,0.25);
}
 
.chaakat-access-label {
text-align: center;
font-family: monospace;
letter-spacing: 2px;
color: #8b1a1a;
font-size: 0.85em;
margin-bottom: 14px;
}
 
.chaakat-activation-line {
text-align: center;
font-size: 1.4em;
color: #c93c3c;
font-weight: bold;
letter-spacing: 1px;
margin-bottom: 10px;
}
 
.chaakat-flavor-text {
text-align: center;
color: #aa8888;
font-style: italic;
max-width: 640px;
margin: 0 auto;
line-height: 1.5;
}
 
.chaakat-notice {
background: #1a1010;
border-left: 4px solid #6b1010;
padding: 14px 18px;
margin-bottom: 28px;
font-size: 0.92em;
color: #d8c8c8;
}
 
.chaakat-profile {
display: flex;
gap: 32px;
align-items: flex-start;
margin-bottom: 32px;
flex-wrap: wrap;
}
 
.chaakat-portrait-col {
flex: 0 0 220px;
text-align: center;
}
 
.chaakat-sigil-label {
margin-top: 10px;
font-family: monospace;
color: #8b1a1a;
font-size: 0.8em;
}
 
.chaakat-profile-info {
flex: 1;
min-width: 280px;
}
 
.chaakat-quote {
border-left: 3px solid #6b1010;
padding-left: 14px;
font-style: italic;
color: #c9a0a0;
margin: 10px 0 18px;
}
 
.chaakat-infotable {
width: 100%;
border-collapse: collapse;
}
 
.chaakat-infotable td, .chaakat-infotable th {
padding: 3px 0;
}
 
.chaakat-label {
color: #8b1a1a;
font-weight: bold;
padding-right: 10px !important;
width: 140px;
}
}


/* 2. Page Container & Main Backgrounds */
.chaakat-navtable {
html,
width: 100%;
body,
border-collapse: collapse;
.mw-page-container,
background: #120a0a;
.vector-header-container,
.mw-header {
    background-color: #17181b !important;
    color: #d7d8da !important;
}
}


/* 3. Sidebars: Left (Table of Contents) & Right (Appearance) */
.chaakat-navcell {
.vector-column-start,
width: 50%;
.vector-column-end,
vertical-align: top;
.vector-toc,
padding: 16px;
.vector-main-menu,
border: 1px solid #3a1414;
.vector-appearance-widget,
.vector-menu-content {
    background-color: #17181b !important;
    color: #d7d8da !important;
}
}


/* 4. Fix contrast for labels and headings in sidebars */
.chaakat-end-transmission {
.vector-toc .vector-toc-link,
text-align: center;
.vector-toc .vector-toc-title,
margin-top: 28px;
.vector-menu-heading,
font-family: monospace;
.vector-appearance-widget * {
letter-spacing: 2px;
    color: #d7d8da !important;
color: #4a0e0e;
font-size: 0.8em;
}
 
/* ==============================================================
  CHAAKAT HOLOCRON — {{OOC}} disclaimer box
  Append this to the existing block in MediaWiki:Common.css
  (replaces the earlier corner-tag version, if you added that one)
  ============================================================== */
 
.chaakat-ooc-disclaimer {
width: 100%;
background: #2a0a0a;
border: 2px solid #c0392b;
border-collapse: collapse;
margin-bottom: 20px;
box-shadow: 0 0 10px rgba(192,57,43,0.35);
}
}


/* 5. Footer & Miscellaneous White Boxes */
.chaakat-ooc-disclaimer td {
#footer,
padding: 14px 18px;
.mw-footer,
color: #f0d8d8;
.vector-footer {
font-size: 0.92em;
    background-color: #17181b !important;
line-height: 1.5;
    color: #d7d8da !important;
}
}

Latest revision as of 22:13, 22 September 2026

/* ==============================================================
   CHAAKAT HOLOCRON — Main Page styles
   Add this block to MediaWiki:Common.css
   Adjust hex values to match your existing red/black theme vars.
   ============================================================== */

.chaakat-activation {
	background: #0a0505;
	border: 1px solid #4a0e0e;
	border-radius: 4px;
	padding: 28px 32px;
	margin-bottom: 24px;
	box-shadow: 0 0 18px rgba(139,0,0,0.25);
}

.chaakat-access-label {
	text-align: center;
	font-family: monospace;
	letter-spacing: 2px;
	color: #8b1a1a;
	font-size: 0.85em;
	margin-bottom: 14px;
}

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

.chaakat-flavor-text {
	text-align: center;
	color: #aa8888;
	font-style: italic;
	max-width: 640px;
	margin: 0 auto;
	line-height: 1.5;
}

.chaakat-notice {
	background: #1a1010;
	border-left: 4px solid #6b1010;
	padding: 14px 18px;
	margin-bottom: 28px;
	font-size: 0.92em;
	color: #d8c8c8;
}

.chaakat-profile {
	display: flex;
	gap: 32px;
	align-items: flex-start;
	margin-bottom: 32px;
	flex-wrap: wrap;
}

.chaakat-portrait-col {
	flex: 0 0 220px;
	text-align: center;
}

.chaakat-sigil-label {
	margin-top: 10px;
	font-family: monospace;
	color: #8b1a1a;
	font-size: 0.8em;
}

.chaakat-profile-info {
	flex: 1;
	min-width: 280px;
}

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

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

.chaakat-infotable td, .chaakat-infotable th {
	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 {
	text-align: center;
	margin-top: 28px;
	font-family: monospace;
	letter-spacing: 2px;
	color: #4a0e0e;
	font-size: 0.8em;
}

/* ==============================================================
   CHAAKAT HOLOCRON — {{OOC}} disclaimer box
   Append this to the existing block in MediaWiki:Common.css
   (replaces the earlier corner-tag version, if you added that one)
   ============================================================== */

.chaakat-ooc-disclaimer {
	width: 100%;
	background: #2a0a0a;
	border: 2px solid #c0392b;
	border-collapse: collapse;
	margin-bottom: 20px;
	box-shadow: 0 0 10px rgba(192,57,43,0.35);
}

.chaakat-ooc-disclaimer td {
	padding: 14px 18px;
	color: #f0d8d8;
	font-size: 0.92em;
	line-height: 1.5;
}