Project

General

Profile

Statistics
| Branch: | Revision:

colonymech / docs / www / colonyscout / internal / includes / lightbox / lightbox.css @ f59acf11

History | View | Annotate | Download (586 Bytes)

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
        filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="overlay.png", sizingMethod="scale");
24
        }
25