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

Template:Movelist/styles.css: Difference between revisions

Template page
No edit summary
No edit summary
Line 9: Line 9:
.movelisttopheader {
.movelisttopheader {
background-color: #fbecf6;
background-color: rgb(186, 71, 27);
text-transform:uppercase;
text-transform:uppercase;
text-align: center;
text-align: center;
font-weight: bold;
font-weight: bold;
color: rgb(186, 71, 27);
color: white;
border-bottom: 1px solid;
border-bottom: 1px solid;
border-color: rgb(186, 71, 27);
border-color: rgb(186, 71, 27);

Revision as of 23:06, 16 September 2024

/*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);
}
	
.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: 2px solid;
	border-color: rgb(186, 71, 27);
	
}

.movelistdesc {
	padding: 0 0.3em 0.3em 0.3em;
	line-height: 120%;	
}
MediaWiki Appliance - Powered by TurnKey Linux