aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin/static/css/lightbox.css
diff options
context:
space:
mode:
Diffstat (limited to 'mediagoblin/static/css/lightbox.css')
-rw-r--r--mediagoblin/static/css/lightbox.css21
1 files changed, 21 insertions, 0 deletions
diff --git a/mediagoblin/static/css/lightbox.css b/mediagoblin/static/css/lightbox.css
new file mode 100644
index 00000000..e4fa4c48
--- /dev/null
+++ b/mediagoblin/static/css/lightbox.css
@@ -0,0 +1,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;
+}