Difference between revisions of "MediaWiki:Common.css"

From Polyglot Club WIKI
Jump to navigation Jump to search
(Blanked the page)
 
(39 intermediate revisions by the same user not shown)
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
 
/* youtube embed responsive */
.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
}
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    max-width: 600px;
    height: 100%;
}

Latest revision as of 15:22, 4 October 2018