Template:Video/styles.css
< Template:Video
Jump to navigation
Jump to search
Revision as of 15:50, 25 November 2020 by Sophivorus (talk | Contributions)
.video {
max-width: 640px;
}
.video-data {
background: #f9f9f9;
padding: 1em;
}
.video-title {
font-size: large;
}
.video-annotations {
margin-top: 1em;
}
.video-annotation-time {
margin-right: 1em;
}
@media screen and (max-width:640px) {
.video {
clear: right;
}
}
/**
* Visual editor fix/hack
*/
.video.ve-ce-leafNode {
background: black;
display: inline-block;
}