]> 4ch.mooo.com Git - test.git/blob - data/css/lightbox.css
deleted: x.phps
[test.git] / data / css / lightbox.css
1 #lightbox {\r
2         background-color: #eee;\r
3         padding: 10px;\r
4         border-bottom: 1px solid #666;\r
5         border-right: 1px solid #666;\r
6 }\r
7 #overlay {\r
8         background-image: url(../css/lightbox/overlay.gif);\r
9 }\r
10 #lightboxCaption {\r
11         color: #333;\r
12         background-color: #eee;\r
13         font-size: 90%;\r
14         text-align: center;\r
15         border-bottom: 1px solid #666;\r
16         border-right: 1px solid #666;\r
17 }\r
18 #lightboxIndicator {\r
19         border: 1px solid #fff;\r
20 }\r
21 #lightboxOverallView {\r
22         background-image: url(../css/lightbox/overlay.png);\r
23 }\r
24 * html #lightboxOverallView,\r
25 * html #overlay {\r
26         background-color: #000;\r
27         background-image: url(../css/lightbox/blank.gif);\r
28         filter: Alpha(opacity=50);\r
29 }\r