c919b2de7a9b159299d7bacaa1caca046ce51da7
[lhc/web/clavette_www.git] / www / plugins-dist / mediabox / colorbox / thickbox / 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, #cboxOverlay, #cboxWrapper{position:absolute; top:0; right:0; z-index:4999; overflow:hidden;}
7 #cboxOverlay{position:fixed; width:100%; height:100%;}
8 #cboxMiddleLeft, #cboxBottomLeft{clear:right;}
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; right:0; width:100%;}
14 #cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
15 .cboxPhoto{float:left; margin:auto; border:0; display:block;}
16 .cboxIframe{width:100%; height:100%; display:block; border:0;}
17
18 /*
19 Example user style
20 The following rules are ordered and tabbed in a way that represents the
21 order/nesting of the generated HTML, so that the structure easier to understand.
22 */
23 #cboxOverlay{background:#000000;}
24 #colorbox{}
25 #cboxTopLeft{width:10px; height:10px; background:#fff;}
26 #cboxTopRight{width:10px; height:10px; background:#fff;}
27 #cboxBottomLeft{width:10px; height:10px; background:#fff;}
28 #cboxBottomRight{width:10px; height:10px; background:#fff;}
29 #cboxMiddleLeft{width:10px; background:#fff;}
30 #cboxMiddleRight{width:10px; background:#fff;}
31 #cboxTopCenter{height:10px; background:#fff;}
32 #cboxBottomCenter{height:10px; background:#fff;}
33 #cboxContent{background:#fff;}
34 #cboxLoadedContent{margin:0 0 58px;}
35 #cboxTitle{position:absolute; bottom:28px; right:0; text-align:left; width:100%; color:#000; font-weight:bold;font-size:0.9em;}
36 #cboxCurrent{position:absolute; bottom:0px; right:0px; color:#666666; font-size:0.80em;}
37 #cboxPrevious{position:absolute; bottom:0; right:40px; background:url(images/controls.png) -13px 0px no-repeat; width:13px; height:13px; text-indent:-9999px;}
38 #cboxPrevious.hover{background-position:-13px -13px;}
39 #cboxNext{position:absolute; bottom:0; right:60px; background:url(images/controls.png) 0px 0px no-repeat; width:13px; height:13px; text-indent:-9999px;}
40 #cboxNext.hover{background-position:0px -13px;}
41 #cboxSlideshow{position:absolute; bottom:0px; right:80px; color:#666666;font-size:0.85em;}
42 #cboxLoadingOverlay{background:#fff;}
43 #cboxLoadingGraphic{background:url(images/loading.gif) center center no-repeat;}
44 #cboxClose{position:absolute; bottom:20px; left:0; background:url(images/close.gif) 0px 0px no-repeat; width:26px; height:26px; text-indent:-9999px;}
45
46 /*
47 The following fixes png-transparency for IE6.
48 It is also necessary for png-transparency in IE7 & IE8 to avoid 'black halos' with the fade transition
49
50 Since this method does not support CSS background-positioning, it is incompatible with CSS sprites.
51 Colorbox preloads navigation hover classes to account for this.
52
53 !! Important Note: AlphaImageLoader src paths are relative to the HTML document,
54 while regular CSS background images are relative to the CSS document.
55 */