]> www.average.org Git - mkgallery.git/blob - include/lightbox.css
style slideshow
[mkgallery.git] / include / lightbox.css
1 #lightbox{
2         background-color:#eee;
3         padding: 10px;
4         border-bottom: 2px solid #666;
5         border-right: 2px solid #666;
6         }
7 #lightboxDetails{
8         font-size: 0.8em;
9         padding-top: 0.4em;
10         }       
11 #lightboxCaption{ float: left; }
12 #keyboardMsg{ float: right; }
13 #closeButton{ top: 5px; right: 5px; }
14
15 #lightbox img{ border: none; clear: both;} 
16 #overlay img{ border: none; }
17
18 #overlay{ background-image: url(overlay.png); }
19
20 * html #overlay{
21         background-color: #333;
22         back\ground-color: transparent;
23         background-image: url(blank.gif);
24         filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="overlay.png", sizingMethod="scale");
25         }
26