Template:CC2Stage/styles.css

From JoJo's Bizarre Encyclopedia - JoJo Wiki
< Template:CC2Stage
Revision as of 22:03, 2 September 2022 by Vish (talk | contribs)
Jump to navigation Jump to search
.cc2StageBox {
	width: 100%;
	border-style: groove;
	display: table;
	border-color: #111b2f;
}

.cc2StageRow {
	display: table;
	width: 100%;
	border-style: inset;
}

.cc2StageNo {
	display: table-cell;
	vertical-align: middle;
	color: white;
	text-shadow: 1px 1px 1px #333333;
	text-align: center;
}

.cc2StageName {
	display: table-cell;
	padding-left: 5px;
	vertical-align: middle;
}

.cc2StageMiddle {
	width: 100%;
	border-style: inset;
	border-top: none;
	color: white;
}

.cc2StageHeading {
	text-align:center;
	color:white;
}

.cc2StageHeading2 {
	background-color: white;
}

.cc2StageDesc {
	display:inline-block;
	text-align:start;
}

.cc2StageP1, .cc2StageE1 {
	width: 80px;
	text-align: center;
}

.cc2StageP2 a, .cc2StageE2 a {
	color: white !important;
	font-weight: bold;
	text-shadow: 1px 1px 5px black;
}

.cc2StageP2, .cc2StageE2 {
	text-shadow: 1px 1px 3px black;
	text-align: center;
}

.cc2StageBottom {
	width: 100%;
	border-style: inset;
	border-top: none;
	display: table;
	text-align: center; 
}

.epsbox .mw-collapsible-toggle a {
  color: white !important;
}