Template:CC2Stage/styles.css

From JoJo's Bizarre Encyclopedia - JoJo Wiki
< Template:CC2Stage
Revision as of 06:45, 30 August 2022 by Paisley Park (talk | contribs) (Created page with ".cc2StageBox { width: 100%; border-style: groove; display: table; border-color: #111b2f; } .cc2StageRow { display:table-row; } .cc2StageNo { display: table-cell; vert...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
.cc2StageBox {
	width: 100%;
	border-style: groove;
	display: table;
	border-color: #111b2f;
}

.cc2StageRow {
	display:table-row;
}

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

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

.cc2StageMiddle {
	width: 100%;
	border-style: inset;
	border-top: none;
	display: table;
}

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

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