MediaWiki:Gadget-site.css: Difference between revisions

From ZeldaMods (Breath of the Wild)
Jump to navigation Jump to search
imported>Leoetlino
m (Leoetlino moved page MediaWiki:Site.css to MediaWiki:Gadget-site.css without leaving a redirect)
imported>Leoetlino
No edit summary
Line 21: Line 21:
.resloc-box + link + .resloc-box {
.resloc-box + link + .resloc-box {
border-top: 0;
border-top: 0;
}
.ambox + .resloc-box {
margin-top: 5px;
}
}

Revision as of 10:30, 9 September 2018

.resloc-box {
	border: 1px solid #d2d2d2;
	padding: 2px 5px;
	font-size: 85%;
	border-left: 5px solid #000000;
}

.resloc-box-aoc {
	border-left-color: #90c;
}

.resloc-box-normal {
	border-left-color: #36c;
}

.resloc-box p {
	margin: 0;
}

.resloc-box + .resloc-box,
.resloc-box + link + .resloc-box {
	border-top: 0;
}

.ambox + .resloc-box {
	margin-top: 5px;
}