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
Tag: Manual revert
No edit summary
 
(12 intermediate revisions by the same user not shown)
Line 1: Line 1:
/*Credit to ki.infil.net for the original stylesheet.*/
/*Credit to ki.infil.net for the original stylesheet.*/
.movelistbox {
.movelistbox {
display: inline-block;
border: 2px solid;
min-width: 300px;
border-color: var(--border-color-base);
text-align: left;  
text-align: left;  
border: 2px solid;
position: relative;
border-color: rgb(186, 71, 27);
}
}
.movelisttopheader {
.movelisttopheader {
background-color: rgb(186, 71, 27);
/*background-color: rgb(186, 71, 27);*/
text-transform:uppercase;
text-align: center;
text-align: center;
font-weight: bold;
font-weight: bold;
color: white;
/*color: white;*/
border-bottom: 1px solid;
border-bottom: 1px solid;
border-color: rgb(186, 71, 27);
/*border-color: rgb(186, 71, 27);*/
}
}


.movelistheader {
.movelistheader {
 
text-align: center;
font-weight: bold;
font-size:110%;
border-bottom: 1px solid;
border-color: white;
}
}


Line 25: Line 27:
padding: 0.3em;
padding: 0.3em;
font-weight: bold;
font-weight: bold;
border-top: 1px solid;
/*border-top: 1px solid;*/
border-color: var(--border-color-base);
border-color: var(--border-color-base);
Line 31: Line 33:


.movelistdesc {
.movelistdesc {
padding: 0 0.3em 0.3em 0.3em;
padding: 0.4em;
line-height: 120%;
line-height: 120%;
border-top: 1px solid;
border-top: 1px solid;
border-color: var(--border-color-base);
border-color: var(--border-color-base);
}
}

Latest revision as of 19:07, 1 October 2024

/*Credit to ki.infil.net for the original stylesheet.*/
.movelistbox {
	border: 2px solid;
	border-color: var(--border-color-base);
	text-align: left; 
	position: relative;
}
	
.movelisttopheader {
	/*background-color: rgb(186, 71, 27);*/
	text-align: center;
	font-weight: bold;
	/*color: white;*/
	border-bottom: 1px solid;
	/*border-color: rgb(186, 71, 27);*/
}

.movelistheader {
	text-align: center;
	font-weight: bold;
	font-size:110%;
	border-bottom: 1px solid;
	border-color: white;
}

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

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