Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Template:Infobox/styles.css: Difference between revisions

Template page
CriticalRole>CaptainOfTheTidesBreath
oops
 
m 1 revision imported
 
(No difference)

Latest revision as of 15:11, 20 May 2025

.infobox {
	border-collapse: collapse;
	width: 25em;
}

.infobox .bordered .infobox-data {
	border-top: 1px solid #326275;
	padding: 0.4em 0.6em 0.4em 0.6em;
}

.infobox .bordered .infobox-label {
	border-top: 1px solid #326275;
	padding: 0.4em 0.6em 0.4em 0.6em;
	max-width: 32%;
	width: 32%;
}

.infobox .bordered .infobox-data th:first-child {
	padding: 0.4em 0.6em 0.4em 0.6em;
}

.infobox .bordered .infobox-label td:first-child {
	padding: 0.4em 0.6em 0.4em 0.6em;
	max-width: 32%;
	width: 32%;
}

.infobox .unbordered .infobox-data {
	padding: 0.4em 0.6em 0.4em 0.6em;
}

.infobox .unbordered .infobox-label {
	padding: 0.4em 0.6em 0.4em 0.6em;
	max-width: 32%;
	width: 32%;
}

.infobox-full-data {
	padding: 0.6em;
}

.hlist-separated li::after {
  padding-right: 0;
}

.content li {
  margin-bottom: 0;
}

.infobox-full-data {
  padding: 0.4em 0.6em 0.4em 0.6em;
  border: 1px solid #326275;
}

a.infoboxtoggle { float: right; } /* positions the +/- */
.hidden { display: none; } /* hides hidden rows */
tr.header.hidden { display: table-row; } /* does _not_ hide headers */

.table .infobox-full-data {
  padding: 0;
}

.infobox-subbox {
  border-collapse: collapse;
  margin: 0;
}

.infobox ul {
	margin-top: 0;
}

.table .mw-collapsible-text{
	color: white;
}
.table .mw-collapsible-toggle{
	color: white;
	margin: 4px 4px 0 -42px;
	font-weight:bold;
}

.infobox-subbox .bordered .infobox-label {
	border-top: 1px solid #326275;
	padding: 0.4em 0.6em 0.4em 0.6em;
	max-width: 34%;
	width: 34%;
}

.infobox-subbox .unbordered .infobox-label {
	padding: 0.4em 0.6em 0.4em 0.6em;
	max-width: 34%;
	width: 34%;
}

.stats {
	text-align: center;
	border-collapse: collapse;
	width: 100% !important;
	border-style: hidden;
	display: table !important;
}

.content table .stats {
	display: table;
}

.stats .infobox-full-data {
  padding: 0;
}
.stats > * > tr > td {
	border: 1px solid #326275 !important;
	width: 33%;
	text-align: center;
	padding: 0.3em;
}

/*.bordered .mw-collapsible-toggle {
  color: black;
  bottom: 4px;
  position: relative;
}

.bordered .mw-collapsible-text {
  color: black;
}
*/