MediaWiki:Common.css: Difference between revisions

move to link tag
imported>Leoetlino
mNo edit summary
imported>Leoetlino
(move to link tag)
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
/* CSS placed here will be applied to all skins */
@import url("https://static.zeldamods.org/assets/css/bootstrap.min.css");
/* FIX: MultimediaViewer description box is not tall enough with Bootstrap included */
 
.mw-mmv-above-fold {
.resloc-box {
box-sizing: content-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;
}
}


Anonymous user