[SPIP] +spip v3.0.17
[lhc/web/clavette_www.git] / www / plugins-dist / mediabox / prive / colorbox / white-shadow / colorbox.css
1 /*
2 ColorBox Core Style
3 The following rules are the styles that are consistant between themes.
4 Avoid changing this area to maintain compatability with future versions of ColorBox.
5 */
6 #colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
7 #cboxOverlay{position:fixed; width:100%; height:100%;}
8 #cboxMiddleLeft, #cboxBottomLeft{clear:left;}
9 #cboxContent{position:relative; overflow:hidden;}
10 #cboxLoadedContent{overflow:auto;}
11 #cboxLoadedContent iframe{display:block; width:100%; height:100%; border:0;}
12 #cboxTitle{margin:0;}
13 #cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%;}
14 #cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
15
16 /*
17 ColorBox example user style
18 The following rules are ordered and tabbed in a way that represents the
19 order/nesting of the generated HTML, so that the structure easier to understand.
20 */
21 #cboxOverlay{background:#fff;}
22
23 #colorbox{}
24 #colorbox .hover {background-color:transparent;}
25
26 #cboxTopLeft{width:25px; height:25px; background:url(images/border1.png) 0 0 no-repeat;}
27 #cboxTopCenter{height:25px; background:url(images/border1.png) 0 -50px repeat-x;}
28 #cboxTopRight{width:25px; height:25px; background:url(images/border1.png) -25px 0 no-repeat;}
29 #cboxBottomLeft{width:25px; height:25px; background:url(images/border1.png) 0 -25px no-repeat;}
30 #cboxBottomCenter{height:25px; background:url(images/border1.png) 0 -75px repeat-x;}
31 #cboxBottomRight{width:25px; height:25px; background:url(images/border1.png) -25px -25px no-repeat;}
32 #cboxMiddleLeft{width:25px; background:url(images/border2.png) 0 0 repeat-y;}
33 #cboxMiddleRight{width:25px; background:url(images/border2.png) -25px 0 repeat-y;}
34 #cboxContent{background:#fff;}
35
36 #cboxLoadedContent{margin-bottom:20px;margin-top:20px;}
37 #cboxTitle{position:absolute; top:0px; left:0; text-align:center; width:100%; color:#999;}
38 #cboxLoadingOverlay{background:url(images/loading.gif) 5px 5px no-repeat #fff;}
39
40 #cboxSlideshow, #cboxPrevious, #cboxNext, #cboxClose{text-indent:-9999px; width:20px; height:20px; position:absolute; top:-3px; background:url(images/controls.png) 0 0 no-repeat;}
41 #cboxPrevious{background-position:0px 0px; right:44px;}
42 #cboxPrevious.hover{background-position:0px -25px;}
43 #cboxNext{background-position:-25px 0px; right:22px;}
44 #cboxNext.hover{background-position:-25px -25px;}
45 #cboxClose{background-position:-50px 0px; right:-3px;}
46 #cboxClose.hover{background-position:-50px -25px;}
47 .cboxSlideshow_on #cboxPrevious, .cboxSlideshow_off #cboxPrevious{right:66px;}
48 .cboxSlideshow_on #cboxSlideshow{background-position:-75px -25px; right:44px;}
49 .cboxSlideshow_on #cboxSlideshow.hover{background-position:-100px -25px;}
50 .cboxSlideshow_off #cboxSlideshow{background-position:-100px 0px; right:44px;}
51 .cboxSlideshow_off #cboxSlideshow.hover{background-position:-75px -25px;}
52
53 /*
54 The following fixes png-transparency for IE6.
55 It is also necessary for png-transparency in IE7 & IE8 to avoid 'black halos' with the fade transition
56
57 Since this method does not support CSS background-positioning, it is incompatible with CSS sprites.
58 Colorbox preloads navigation hover classes to account for this.
59
60 !! Important Note: AlphaImageLoader src paths are relative to the HTML document,
61 while regular CSS background images are relative to the CSS document.
62 */
63
64 /* Modif Yffic : Mise en commentaire car de toute facon ca ne fonctionne pas
65 avec ces url comme indique dans le commentaire ci dessus */
66 /*
67 .cboxIE #cboxTopLeft{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/internet_explorer/borderTopLeft.png, sizingMethod='scale');}
68 .cboxIE #cboxTopCenter{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/internet_explorer/borderTopCenter.png, sizingMethod='scale');}
69 .cboxIE #cboxTopRight{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/internet_explorer/borderTopRight.png, sizingMethod='scale');}
70 .cboxIE #cboxBottomLeft{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/internet_explorer/borderBottomLeft.png, sizingMethod='scale');}
71 .cboxIE #cboxBottomCenter{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/internet_explorer/borderBottomCenter.png, sizingMethod='scale');}
72 .cboxIE #cboxBottomRight{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/internet_explorer/borderBottomRight.png, sizingMethod='scale');}
73 .cboxIE #cboxMiddleLeft{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/internet_explorer/borderMiddleLeft.png, sizingMethod='scale');}
74 .cboxIE #cboxMiddleRight{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/internet_explorer/borderMiddleRight.png, sizingMethod='scale');}
75 */