From 1dfc91688c268549575a2471ef610eedad3f75c5 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Wed, 2 Mar 2011 21:54:47 +0100 Subject: Switch back to lightbox v1 for now (license issues with shadowbox) --- share/lightbox.css | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 share/lightbox.css (limited to 'share/lightbox.css') diff --git a/share/lightbox.css b/share/lightbox.css new file mode 100644 index 0000000..2e4fc70 --- /dev/null +++ b/share/lightbox.css @@ -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 -- cgit v1.2.3