Difference between revisions of "Template:Video/styles.css"
Jump to navigation
Jump to search
Line 5: | Line 5: | ||
background: #f9f9f9; | background: #f9f9f9; | ||
padding: 1em; | padding: 1em; | ||
− | |||
− | |||
− | |||
} | } | ||
.video-title { | .video-title { | ||
Line 14: | Line 11: | ||
.video-annotations { | .video-annotations { | ||
margin-top: 1em; | margin-top: 1em; | ||
+ | } | ||
+ | .video-annotation-time { | ||
+ | margin-right: 1em; | ||
} | } | ||
Revision as of 15:50, 25 November 2020
.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;
}