-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdark.css
More file actions
58 lines (58 loc) · 1.09 KB
/
Copy pathdark.css
File metadata and controls
58 lines (58 loc) · 1.09 KB
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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
.modal-backdrop.in {
-webkit-opacity: 0.95;
-moz-opacity: 0.95;
opacity: 0.95;
background-color: #333333;
}
.ekko-lightbox .modal-content {
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
border: none;
background-color: transparent;
}
.ekko-lightbox .modal-header {
border: 0;
padding-left: 0;
padding-right: 0;
}
.ekko-lightbox .modal-header .close {
-webkit-opacity: 0.5;
-moz-opacity: 0.5;
opacity: 0.5;
color: #fff;
text-shadow: 0;
font-weight: 100;
margin-top: 5px;
}
.ekko-lightbox .modal-header .close:hover {
-webkit-opacity: 1;
-moz-opacity: 1;
opacity: 1;
}
.ekko-lightbox .modal-header h4.modal-title {
font-weight: 100;
color: #fff;
padding: 0;
}
.ekko-lightbox .modal-body {
padding: 0;
}
.ekko-lightbox .modal-footer {
-webkit-opacity: 0.9;
-moz-opacity: 0.9;
opacity: 0.9;
border: 0;
color: #fff;
font-weight: 100;
padding: 0;
}
.ekko-lightbox-nav-overlay a {
-webkit-opacity: 0.9;
-moz-opacity: 0.9;
opacity: 0.9;
text-shadow: none;
}