1
0
mirror of https://github.com/webslides/WebSlides.git synced 2025-08-18 19:02:00 +02:00

bg images/videos: better overlays .light and .dark

This commit is contained in:
José Luis Antúnez
2017-03-30 14:08:26 +02:00
committed by GitHub
parent c4e5e8d335
commit d7767a7381

View File

@@ -1663,19 +1663,18 @@ a#previous {
}
}
/*=== bg image/video overlay === */
/*-- [class*="bg-"] .background.dark, [class*="bg-"] .embed.dark... -- */
/*=== bg image light overlay === */
[class*="bg-"] .background.light,
[class*="bg-"] [class*="background-"].light {
[class*="bg-"] .light,
[class*="bg-"] .light {
filter: alpha(opacity=8000);
opacity: 0.80;
filter: alpha(opacity=8);
}
[class*="bg-"] .background.dark,
[class*="bg-"] [class*="background-"].dark {
[class*="bg-"] .dark,
[class*="bg-"] .dark {
filter: alpha(opacity=2000);
opacity: 0.20;
filter: alpha(opacity=2);