modifications sur le template default
[mw_sourceml] / app / out / default / css / colorbox.css
1 #colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
2 #cboxOverlay{position:fixed; width:100%; height:100%;}
3 #cboxMiddleLeft, #cboxBottomLeft{clear:left;}
4 #cboxContent{position:relative;}
5 #cboxLoadedContent{overflow:auto; text-align: left;}
6 #cboxTitle{margin:0;}
7 #cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%;}
8 #cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
9 .cboxPhoto{float:left; margin:auto; border:0; display:block;}
10 .cboxIframe{width:100%; height:100%; display:block; border:0;}
11
12 #cboxOverlay{background:url(../images/colorbox/overlay.png) repeat 0 0;}
13 #colorbox{}
14
15     #cboxTopLeft{width:21px; height:21px;}
16     #cboxTopRight{width:21px; height:21px;}
17     #cboxBottomLeft{width:21px; height:21px;}
18     #cboxBottomRight{width:21px; height:21px;}
19     #cboxMiddleLeft{width:21px;}
20     #cboxMiddleRight{width:21px;}
21     #cboxTopCenter{height:21px;}
22     #cboxBottomCenter{height:21px;}
23     #cboxContent{background:#ffffff; overflow:hidden; color: #333333; padding: 10px 10px 0px 10px; border-radius: 3px 3px 3px 3px; -moz-border-radius: 3px 3px 3px 3px; border: solid 1px #999999; }
24         #cboxError{padding:50px; border:1px solid #ccc;}
25         #cboxLoadedContent{margin-bottom:28px;}
26         #cboxTitle{position:absolute; bottom:4px; left:0; text-align:center; width:100%; color:#949494;}
27         #cboxCurrent{position:absolute; bottom:4px; left:58px; color:#949494;}
28         #cboxSlideshow{position:absolute; bottom:4px; right:30px; color:#0092ef;}
29         #cboxPrevious{position:absolute; bottom:0; left:0; background:url(../images/colorbox/controls.png) no-repeat -75px 0; width:25px; height:25px; text-indent:-9999px;}
30         #cboxPrevious.hover{background-position:-75px -25px;}
31         #cboxNext{position:absolute; bottom:0; left:27px; background:url(../images/colorbox/controls.png) no-repeat -50px 0; width:25px; height:25px; text-indent:-9999px;}
32         #cboxNext.hover{background-position:-50px -25px;}
33         #cboxLoadingOverlay{}
34         #cboxLoadingGraphic{background:url(../images/colorbox/loading.gif) no-repeat center center;}
35         #cboxClose{position:absolute; bottom:0; right:0; background:url(../images/colorbox/controls.png) no-repeat -25px 0; width:25px; height:25px; text-indent:-9999px;}
36         #cboxClose.hover{background-position:-25px -25px;}
37
38 .cboxIE #cboxTopLeft,
39 .cboxIE #cboxTopCenter,
40 .cboxIE #cboxTopRight,
41 .cboxIE #cboxBottomLeft,
42 .cboxIE #cboxBottomCenter,
43 .cboxIE #cboxBottomRight,
44 .cboxIE #cboxMiddleLeft,
45 .cboxIE #cboxMiddleRight {
46     filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);
47 }
48
49 .cboxIE6 #cboxTopLeft{background:url(../images/colorbox/ie6/borderTopLeft.png);}
50 .cboxIE6 #cboxTopCenter{background:url(../images/colorbox/ie6/borderTopCenter.png);}
51 .cboxIE6 #cboxTopRight{background:url(../images/colorbox/ie6/borderTopRight.png);}
52 .cboxIE6 #cboxBottomLeft{background:url(../images/colorbox/ie6/borderBottomLeft.png);}
53 .cboxIE6 #cboxBottomCenter{background:url(../images/colorbox/ie6/borderBottomCenter.png);}
54 .cboxIE6 #cboxBottomRight{background:url(../images/colorbox/ie6/borderBottomRight.png);}
55 .cboxIE6 #cboxMiddleLeft{background:url(../images/colorbox/ie6/borderMiddleLeft.png);}
56 .cboxIE6 #cboxMiddleRight{background:url(../images/colorbox/ie6/borderMiddleRight.png);}
57
58 .cboxIE6 #cboxTopLeft,
59 .cboxIE6 #cboxTopCenter,
60 .cboxIE6 #cboxTopRight,
61 .cboxIE6 #cboxBottomLeft,
62 .cboxIE6 #cboxBottomCenter,
63 .cboxIE6 #cboxBottomRight,
64 .cboxIE6 #cboxMiddleLeft,
65 .cboxIE6 #cboxMiddleRight {
66     _behavior: expression(this.src = this.src ? this.src : this.currentStyle.backgroundImage.split('"')[1], this.style.background = "none", this.style.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src=" + this.src + ", sizingMethod='scale')");
67 }