blob: e018ca45b9efa80fe045a59f4d6908ef779725dd (
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
28
29
30
31
|
body, html {
color: #eeeeee;
background-color: #333333;
}
a {
color: #9999ff;
}
h1 {
color: #cccccc;
}
.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;
}
|