aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin/static/css/lightbox.css
blob: e4fa4c484438251352cb24296751484a58511c3e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
body {
    height: 100%;
}
.overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    filter: alpha(opacity=0);
    z-index: 50;
    cursor: pointer;
}
.box {
    position: absolute;
    opacity: 0;
    filter: alpha(opacity=0);
    left: -9999em;
    z-index: 51;
}