Template:CC2Stage/styles.css

From JoJo's Bizarre Encyclopedia - JoJo Wiki
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;
	display: table;
	color: white;
}

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

.cc2StageHeading2 {
	background-color: white;
}

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

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

.cc2StageP1, .cc2StageP2 {
	text-shadow: 1px 1px 3px black;
}

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