Jump to content

Template:VideoGallery/styles.css: Difference between revisions

From Ferret Software Wiki
m removed background color
Test css to enforced darkmode on video
Line 18: Line 18:
     border-right: 0.5px solid grey;
     border-right: 0.5px solid grey;
     border-bottom: 1px solid grey;
     border-bottom: 1px solid grey;
}
.embedvideo-consent {
z-index: 1;
background-color:#27292d !important;
}
}
/* END Embeded Video Gallery */
/* END Embeded Video Gallery */

Revision as of 16:45, 11 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;
}

.embedvideo-consent {
	z-index: 1;
	background-color:#27292d !important;
}
/* END Embeded Video Gallery */