Template:Main page header.css: Difference between revisions

From ZeldaMods (Breath of the Wild)
Jump to navigation Jump to search
imported>Leoetlino
(Leoetlino changed the content model of the page Template:Main page header.css from "wikitext" to "Sanitized CSS")
imported>Leoetlino
m (Protected "Template:Main page header.css" ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite)))
 
(5 intermediate revisions by the same user not shown)
Line 1: Line 1:
#mp-welcome {
#mp-welcome {
background: #e2f1ff;
margin-top: 15px;
margin-bottom: 10px;
padding: 15px;
text-align: center;
}
#mp-welcome a {
color: #00a6de !important;
text-decoration: none !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%;
}
}

Latest revision as of 11:53, 22 September 2018

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

#mp-welcome a {
	color: #00a6de !important;
	text-decoration: none !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%;
}