MediaWiki:Common.css: Difference between revisions

imported>Leoetlino
import from Wikipedia
 
imported>Leoetlino
move to link tag
 
(7 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 */
/* FIX: MultimediaViewer description box is not tall enough with Bootstrap included */
.mw-mmv-above-fold {
box-sizing: content-box;
}
/* Reset italic styling set by user agent */
/* Reset italic styling set by user agent */
cite, dfn {
cite, dfn {
Line 1,349: Line 1,354:
}
}


}
/* Display "From Wikipedia, the free encyclopedia" in skins that support it, do not apply to print mode */
@media screen {
#siteSub {
display: block;
}
}
}