Template:VideoGallery/styles.css: Difference between revisions
m 1 revision imported: PS to FS migration |
m removed background color |
||
Line 13: | Line 13: | ||
.video-embed-gallery .embedvideo { | .video-embed-gallery .embedvideo { | ||
padding: 3px; | padding: 3px; | ||
border-radius: 5px; | border-radius: 5px; | ||
border-top: 0.5px solid grey; | border-top: 0.5px solid grey; |
Revision as of 22:20, 10 March 2025
/* START Embeded Video Gallery */
/* whole gallery */
.video-embed-gallery {
position: relative;
padding: 5px;
display: flex;
flex-wrap: wrap;
flex-direction: row;
justify-content: center;
gap: 5px;
}
.video-embed-gallery .embedvideo {
padding: 3px;
border-radius: 5px;
border-top: 0.5px solid grey;
border-left: 0.5px solid grey;
border-right: 0.5px solid grey;
border-bottom: 1px solid grey;
}
/* END Embeded Video Gallery */