MediaWiki:Colors.css

From HorizonXI Wiki
Revision as of 19:48, 6 November 2023 by Aramachus (talk | contribs) (Created page with "→‎|| Crafting Tables Colors: →‎alchemy: →‎alchemy backgrounds: .alchemy-header, .alchemy th { background-color: hsl(267, 57%, 65%); →‎medium purple: } .alchemy-body, .alchemy td { background-color: hsl(51, 100%, 81%); →‎light gold: } .alchemy-header-alt, tr.alchemy-alt th { background-color: hsl(173, 100%, 35%); →‎teal: } .alchemy-text-alt, .alchemy-text-alt a, .alchemy-text-alt span.active-category-link { color: hsl(173, 100%, 35%); →‎teal: }...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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)
  • Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Press Ctrl-F5.
/* || Crafting Tables Colors */

/* alchemy */
/* alchemy backgrounds */
.alchemy-header, 
.alchemy th {
	background-color: hsl(267, 57%, 65%); /* medium purple */
}
.alchemy-body,
.alchemy td {
	background-color: hsl(51, 100%, 81%); /* light gold */
}
.alchemy-header-alt, 
tr.alchemy-alt th {
	background-color: hsl(173, 100%, 35%); /* teal */
}
.alchemy-text-alt,
.alchemy-text-alt a,
.alchemy-text-alt span.active-category-link {
	color: hsl(173, 100%, 35%); /* teal */
}
/* alchemy text */
.alchemy-text-header,
.alchemy th,
.alchemy th > a,
tr.alchemy-alt th {
	color: white;
}
/* light purple as alternative for body color */
.alchemy-body-alt {
	background-color: hsl(267, 57%, 85%); /* light purple */
}
/* border rule for (thick) dark borders for header, body and body-alt if they are containers. also for optional for special tables */
.alchemy-header.container, 
.alchemy-body.container, 
.alchemy-body-alt.container, 
.alchemy-border-thick th,
.alchemy-border-thick td {
	border: 2px solid hsl(267, 57%, 40%); /* dark purple */
}
/* extra class to give tables (thin) dark purple borders (optional because teal tables shouldn't get them) */
.alchemy-border th,
.alchemy-border td {
	border: 1px solid hsl(267, 57%, 40%); /* dark purple */
}

/* alchemy table colors */
table.alchemy-purple th {
	color: white;
	background-color: hsl(267, 57%, 65%); /* medium purple */
	border: 1px solid hsl(267, 57%, 40%); /* dark purple */
}
table.alchemy-purple td {
	background-color: hsl(267, 57%, 93%); /* lightest purple, nearly white */
	border: 1px solid hsl(267, 57%, 40%); /* dark purple */
}
table.alchemy-teal th {
	color: white;
	background-color: hsl(173, 100%, 35%); /* teal */
	border: 1px solid hsl(173, 100%, 35%); /* teal */
}
table.alchemy-teal td {
	background-color: hsl(51, 100%, 93%); /* lightest gold, nearly white */
	border: 1px solid hsl(173, 100%, 35%); /* teal */
}

/* woodworking */
/* woodworking backgrounds*/
.woodworking-header, 
.woodworking th {
	background-color: hsl(32, 57%, 44%); /* medium dark brown */
}
.woodworking-body,
.woodworking td {
	background-color: hsl(32, 57%, 91%); /* light brown */
}
.woodworking-header-alt, 
tr.woodworking-alt th {
	background-color: hsl(78, 86%, 30%); /* grass green */
}
/* light brown as alternative for body color */
.woodworking-body-alt {
	background-color: hsl(32, 57%, 80%); /* medium light brown */
}
/* woodworking text */
.woodworking-text-alt,
.woodworking-text-alt a,
.woodworking-text-alt span.active-category-link {
	color: hsl(78, 86%, 30%); /* grass green */
}
/* border rule for (thick) dark borders for header, body and body-alt if they are containers. also for optional for special tables */
.woodworking-header.container, 
.woodworking-body.container, 
.woodworking-body-alt.container, 
.woodworking-border-thick th,
.woodworking-border-thick td {
	border: 2px solid hsl(32, 57%, 30%); /* dark brown */
}

/* bonecraft */
.bonecraft-header, 
.bonecraft th {
	background-color: hsl(45, 62%, 83%); /* medium bone */
}
.bonecraft-body,
.bonecraft td {
	background-color: hsl(0, 0%, 96%); /* light bone */
}
.bonecraft-header-alt, 
tr.bonecraft-alt th {
	background-color: hsl(31, 42%, 75%); /* earthy brown */
}
/* light brown as alternative for body color */
.bonecraft-body-alt {
	background-color: hsl(0, 0%, 96%); /* light bone atm */
}
/* woodworking text */
.bonecraft-text-alt,
.bonecraft-text-alt a,
.bonecraft-text-alt span.active-category-link {
	color: hsl(31, 42%, 75%); /* earthy brown */
}
/* border rule for (thick) dark borders for header, body and body-alt if they are containers. also for optional for special tables */
.bonecraft-header.container, 
.bonecraft-body.container, 
.bonecraft-body-alt.container, 
.bonecraft-border-thick th,
.bonecraft-border-thick td {
	border: 2px solid hsl(45, 62%, 83%); /* medium bone */
}


/* goldsmithing */
/* goldsmithing backgrounds */
.goldsmithing-header, 
.goldsmithing th {
	background-color: hsl(45, 65%, 52%);
}
.goldsmithing-body,
.goldsmithing td {
	background-color: hsl(45, 65%, 92%);
}
.goldsmithing-header-alt, 
tr.goldsmithing-alt th {
	background-color: hsl(219, 94%, 34%);
}
/* goldsmithing text */
.goldsmithing-text-alt,
.goldsmithing-text-alt a,
.goldsmithing-text-alt span.active-category-link {
	color: hsl(219, 94%, 34%);
}
tr.goldsmithing-alt th {
	color: hsl(45, 65%, 92%);
}