[SPIP] ~maj SPIP v3.0.17 --> v3.0.19
[lhc/web/clavette_www.git] / www / plugins-dist / mediabox / colorbox / black-striped / colorbox_rtl.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, #cboxLoadedContent {-webkit-box-sizing: content-box;-moz-box-sizing: content-box;box-sizing: content-box;}
7 #colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:4999; overflow:hidden;}
8 #cboxOverlay{position:fixed; width:100%; height:100%;}
9 #cboxMiddleLeft, #cboxBottomLeft{clear:left;}
10 #cboxContent{position:relative; overflow:hidden;}
11 #cboxLoadedContent{overflow:auto;}
12 #cboxLoadedContent iframe{display:block; width:100%; height:100%; border:0;}
13 #cboxTitle{margin:0;}
14 #cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%;}
15 #cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
16 .cboxPhoto{float:left; margin:auto; border:0; display:block;}
17 .cboxIframe{width:100%; height:100%; display:block; border:0;}
18
19 /*
20 Example user style
21 The following rules are ordered and tabbed in a way that represents the
22 order/nesting of the generated HTML, so that the structure easier to understand.
23 */
24 #cboxOverlay{background:url(images/overlay.png) 0 0 repeat;}
25 #colorbox{}
26 #cboxTopLeft{width:21px; height:21px; background:url(images/controls.png) -100px 0 no-repeat;}
27 #cboxTopRight{width:21px; height:21px; background:url(images/controls.png) -129px 0 no-repeat;}
28 #cboxBottomLeft{width:21px; height:21px; background:url(images/controls.png) -100px -29px no-repeat;}
29 #cboxBottomRight{width:21px; height:21px; background:url(images/controls.png) -129px -29px no-repeat;}
30 #cboxMiddleLeft{width:21px; background:url(images/controls.png) left top repeat-y;}
31 #cboxMiddleRight{width:21px; background:url(images/controls.png) right top repeat-y;}
32 #cboxTopCenter{height:21px; background:url(images/border.png) 0 0 repeat-x;}
33 #cboxBottomCenter{height:21px; background:url(images/border.png) 0 -29px repeat-x;}
34 #cboxContent{background:#fff;}
35 #cboxLoadedContent{margin-bottom:28px;}
36 #cboxTitle{position:absolute; bottom:4px; right:0; text-align:center; width:100%; color:#949494;}
37 #cboxCurrent{position:absolute; bottom:4px; right:58px; color:#949494; font-size: 0.8em;}
38 #cboxSlideshow{position:absolute; bottom:4px; left:30px; color:#0092ef;}
39 #cboxPrevious{position:absolute; bottom:0; right:0px; background:url(images/controls.png) -50px 0px no-repeat; width:25px; height:25px; text-indent:-9999px;}
40 #cboxPrevious:hover{background-position:-50px -25px;}
41 #cboxNext{position:absolute; bottom:0; right:27px; background:url(images/controls.png) -75px 0px no-repeat; width:25px; height:25px; text-indent:-9999px;}
42 #cboxNext:hover{background-position:-75px -25px;}
43 #cboxLoadingOverlay{background:url(images/loading_background.png) center center no-repeat;}
44 #cboxLoadingGraphic{background:url(images/loading.gif) center center no-repeat;}
45 #cboxClose{position:absolute; bottom:0; left:0; background:url(images/controls.png) -25px 0px no-repeat; width:25px; height:25px; text-indent:-9999px;}
46 #cboxClose:hover{background-position:-25px -25px;}
47
48 /*
49 The following fixes png-transparency for IE6.
50 It is also necessary for png-transparency in IE7 & IE8 to avoid 'black halos' with the fade transition
51
52 Since this method does not support CSS background-positioning, it is incompatible with CSS sprites.
53 Colorbox preloads navigation hover classes to account for this.
54
55 !! Important Note: AlphaImageLoader src paths are relative to the HTML document,
56 while regular CSS background images are relative to the CSS document.
57 */
58 /* Modif Yffic : Mise en commentaire car de toute facon ca ne fonctionne pas
59 avec ces url comme indique dans le commentaire ci dessus */
60 /*
61 .cboxIE #cboxTopLeft{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/internet_explorer/borderTopLeft.png, sizingMethod='scale');}
62 .cboxIE #cboxTopCenter{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/internet_explorer/borderTopCenter.png, sizingMethod='scale');}
63 .cboxIE #cboxTopRight{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/internet_explorer/borderTopRight.png, sizingMethod='scale');}
64 .cboxIE #cboxBottomLeft{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/internet_explorer/borderBottomLeft.png, sizingMethod='scale');}
65 .cboxIE #cboxBottomCenter{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/internet_explorer/borderBottomCenter.png, sizingMethod='scale');}
66 .cboxIE #cboxBottomRight{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/internet_explorer/borderBottomRight.png, sizingMethod='scale');}
67 .cboxIE #cboxMiddleLeft{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/internet_explorer/borderMiddleLeft.png, sizingMethod='scale');}
68 .cboxIE #cboxMiddleRight{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/internet_explorer/borderMiddleRight.png, sizingMethod='scale');}
69 */