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

Template:Movelist/styles.css

Template page
Revision as of 19:51, 18 September 2024 by EmissaryFGC (talk | contribs)
/*Credit to ki.infil.net for the original stylesheet.*/
.movelistbox {
	display: inline-block;
	min-width: 300px;
	text-align: left; 
	border: 2px solid;
	border-color: rgb(186, 71, 27);
	background-color: white; 
}
	
.movelisttopheader {
	background-color: rgb(186, 71, 27);
	text-transform:uppercase;
	text-align: center;
	font-weight: bold;
	color: white;
	border-bottom: 1px solid;
	border-color: rgb(186, 71, 27);
}

.movelistheader {

}

.movelistentry {
	padding: 0.3em;
	font-weight: bold;
	border-top: 1px solid;
	border-color: var(--border-color-base);
	
}

.movelistdesc {
	padding: 0 0.3em 0.3em 0.3em;
	line-height: 120%;
	border-top: 1px solid;
	border-color: var(--border-color-base);
}
MediaWiki Appliance - Powered by TurnKey Linux