blob: b29caad3d08eaa6bbb867f68af567e4fdb677972 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
body, html {
color: #eeeeee;
background-color: #333333;
}
a {
color: #9999ff;
}
.glightbox-clean
.gslide-description {
color: #eeeeee!important;
background-color: #333333!important;
}
.glightbox-mobile
.gslide-description {
padding-top: 0!important;
padding-bottom: 0!important;
bottom: 0!important;
}
.glightbox-mobile
.gslide-description
.gdesc-inner {
padding-top: 0!important;
}
|