blob: 2dadebea5bd6f111640c4543b9cd3a8a15b80b89 (
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
32
33
34
35
|
body, html {
color: #eeeeee;
background-color: #333333;
}
a {
color: #9999ff;
}
h1 {
color: #999999;
}
.nav a {
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;
}
|