]> www.average.org Git - mkgallery.git/blobdiff - include/lightbox.css
importing initial source batch
[mkgallery.git] / include / lightbox.css
diff --git a/include/lightbox.css b/include/lightbox.css
new file mode 100644 (file)
index 0000000..2e4fc70
--- /dev/null
@@ -0,0 +1,26 @@
+#lightbox{
+       background-color:#eee;
+       padding: 10px;
+       border-bottom: 2px solid #666;
+       border-right: 2px solid #666;
+       }
+#lightboxDetails{
+       font-size: 0.8em;
+       padding-top: 0.4em;
+       }       
+#lightboxCaption{ float: left; }
+#keyboardMsg{ float: right; }
+#closeButton{ top: 5px; right: 5px; }
+
+#lightbox img{ border: none; clear: both;} 
+#overlay img{ border: none; }
+
+#overlay{ background-image: url(overlay.png); }
+
+* html #overlay{
+       background-color: #333;
+       back\ground-color: transparent;
+       background-image: url(blank.gif);
+       filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="overlay.png", sizingMethod="scale");
+       }
+       
\ No newline at end of file