Star Traders Wiki
No edit summary
No edit summary
Line 84: Line 84:
 
table.wikitable > * > tr > th {
 
table.wikitable > * > tr > th {
 
margin: .5em 1em;
 
margin: .5em 1em;
color: e0e06c
+
color: #e0e06c
 
padding: 1em;
 
padding: 1em;
 
display: table-cell;
 
display: table-cell;

Revision as of 14:53, 17 June 2021

.fpbox .mainheading {
	color: #73E4F3;
}

.fpbox .heading {
	color: #73E4F3;
}

.fp-box .content {
	background: #12202e;
	box-shadow: inset 0px 0px 6px #0073E6;
color:white;
}

.fp-header {
	color: white;
}

/************************************************/
/* INFOBOXES: game or book depended color style */
/************************************************/
.infoboxtable {
	background-color: var(--theme-page-background-color--secondary);
	border-top: 5px solid silver;
	float: right;
	font-size: 89%; 
	margin-bottom: 0.5em; 
	margin-left: 1em; 
	padding: 0.2em; 
	width: 300px;
}

table.infoboxtable.wikitable {
	margin: 0px 0px 1em 1em;
}

.infoboxtable td {
	vertical-align: top;
}

table.infoboxtable.wikitable td:first-child {
	font: normal 120% Laconic_Regular;
	background-color: var(--theme-sticky-nav-background-color);
	text-align: right;
	vertical-align: middle;
	max-width: 80px;
}

.infoboxtable td:last-child {
	font-size: 105%;
}

.infoboxname {
	font-family: "Laconic_Bold";
	background-color: transparent; 
	font-size: 110%; 
	padding: 0.5em; 
}

.infoboxdetails {
	font-family: "Laconic_Bold";
	padding: 0em;
}

table.wikitable.infoboxtable th {padding: 6px;}

table.wikitable th.infoboxname {font: normal 175% Laconic_Regular;}

table.wikitable.infoboxtable tr:nth-child(2) th {
	background: var(--theme-sticky-nav-background-color);
	box-shadow: inset 0px 0px 3px #aed6ffb0;
}

.infoboxtable .ship-image {height: 260px;}

.infoboxtable tr:last-child th {
	background: var(--theme-sticky-nav-background-color);
	text-align: left;
	line-height: 150%;
}

table.infoboxtable.wikitable.infobox-job td {padding: 6px 6px 6px 9px;}

table.wikitable > * > tr > th {
	margin: .5em 1em;
	color: #e0e06c
	padding: 1em;
	display: table-cell;
	background: linear-gradient(to bottom, hsl(210,70%,25%) 0%, hsl(210,70%,35%) 90%);
	border-bottom: 3px solid hsl(210, 60%, 15%);
	border-right: 3px solid vhsl(210, 60%, 15%);
	box-shadow: inset 0px 0px 3px #a5cfff;
	font: normal 120% Laconic_Regular;
}