Template:Movelist/styles.css

From JoJo's Bizarre Encyclopedia - JoJo Wiki
< Template:Movelist
Revision as of 17:46, 27 April 2022 by Vish (talk | contribs) (Created page with ".movelistBox { border: 2px solid black; border-top-left-radius: 10px; border-top-right-radius: 10px; margin-bottom: 10px; display:flow-root; } .movelistName { border-to...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
.movelistBox {
	border: 2px solid black;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	margin-bottom: 10px;
	display:flow-root;
}

.movelistName {
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	padding: 8px;
	line-height: 95%;
	text-shadow: 2px 2px 2px #333333;
	color: white;
	text-align: left;
	font-family: rubik;
}

.movelistBoxInner {
	background-color: white;
	background-blend-mode: hard-light;
	vertical-align: top;
}

.movelistHeader {
	padding: 8px;
	line-height: 95%;
	text-shadow: 2px 2px 2px #333333;
	color:white;
	text-align: left;
	font-family: rubik;
	font-size: small;
}

.movelistInfo {
	margin: 5px;
	margin-bottom:0;
	padding-left:10px;
	padding-right:10px;
	background-color: white;
	font-size: 90%;
	display: flow-root;
}

.movelistDesc {
	border-top: 2px solid gray;
	padding-bottom: 2%;
}