Template:VideoGallery/styles.css: Difference between revisions
m 1 revision imported: PS to FS migration |
mNo edit summary |
||
(6 intermediate revisions by 3 users not shown) | |||
Line 12: | Line 12: | ||
.video-embed-gallery .embedvideo { | .video-embed-gallery .embedvideo { | ||
padding: | padding: 2px; | ||
border-radius: 5px; | border-radius: 5px; | ||
border-top: 0.5px solid grey; | border-top: 0.5px solid grey; | ||
Line 19: | 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: rgba(200, 200, 200, 0.8) !important; | |||
} | |||
/* forced nightmode */ | |||
@media screen { | |||
html.skin-theme-clientpref-night .embedvideo-consent { | |||
background-color:#27292d !important; | |||
} | |||
} | |||
/* automatic mode */ | |||
@media screen and (prefers-color-scheme: dark) { | |||
html.skin-theme-clientpref-os .embedvideo-consent { | |||
background-color:#27292d !important; | |||
} | |||
} | } | ||
/* END Embeded Video Gallery */ | /* END Embeded Video Gallery */ |