Merge remote-tracking branch 'gsoc2016/Subtitle-1'
[mediagoblin.git] / mediagoblin / static / css / lightbox.css
1 body {
2 height: 100%;
3 }
4 .overlay {
5 position: absolute;
6 top: 0;
7 left: 0;
8 height: 100%;
9 width: 100%;
10 opacity: 0;
11 filter: alpha(opacity=0);
12 z-index: 50;
13 cursor: pointer;
14 }
15 .box {
16 position: absolute;
17 opacity: 0;
18 filter: alpha(opacity=0);
19 left: -9999em;
20 z-index: 51;
21 }