Template:Main page header.css: Difference between revisions

From ZeldaMods (Breath of the Wild)
Jump to navigation Jump to search
imported>Leoetlino
No edit summary
imported>Leoetlino
(link color)
Line 5: Line 5:
padding: 15px;
padding: 15px;
text-align: center;
text-align: center;
}
#mp-welcome a {
color: deepskyblue !important;
}
}



Revision as of 22:41, 21 September 2018

#mp-welcome {
	background: #e2f1ff;
	margin-top: 15px;
	margin-bottom: 10px;
	padding: 15px;
	text-align: center;
}

#mp-welcome a {
	color: deepskyblue !important;
}

#mp-welcome .welcome {
	font-size: 250%;
	margin: 0;
	padding:.1em;
	font-family: TemplateStyles-Hylia;
}

#mp-welcome .wiki-description {
	font-size: 130%;
}

#mp-welcome .wiki-secondary-line {
	font-size: 85%;
}