[SPIP] ~maj v3.0.14-->v3.0.17
[ptitvelo/web/www.git] / www / plugins-dist / mediabox / colorbox / thickbox / 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 {-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:#000000;}
25 #colorbox{}
26 #cboxTopLeft{width:10px; height:10px; background:#fff;}
27 #cboxTopRight{width:10px; height:10px; background:#fff;}
28 #cboxBottomLeft{width:10px; height:10px; background:#fff;}
29 #cboxBottomRight{width:10px; height:10px; background:#fff;}
30 #cboxMiddleLeft{width:10px; background:#fff;}
31 #cboxMiddleRight{width:10px; background:#fff;}
32 #cboxTopCenter{height:10px; background:#fff;}
33 #cboxBottomCenter{height:10px; background:#fff;}
34 #cboxContent{background:#fff;}
35 #cboxLoadedContent{margin:0 0 58px;}
36 #cboxTitle{position:absolute; bottom:28px; left:0; text-align:left; width:100%; color:#000; font-weight:bold;font-size:0.9em;}
37 #cboxCurrent{position:absolute; bottom:0px; left:0px; color:#666666;font-size:0.85em;width:65px; text-align:center;}
38 #cboxPrevious{position:absolute; bottom:0; left:70px; background:url(images/controls.png) 0px 0px no-repeat; width:13px; height:13px; text-indent:-9999px;}
39 #cboxPrevious.hover{background-position:0px -13px;}
40 #cboxNext{position:absolute; bottom:0; left:90px; background:url(images/controls.png) -13px 0px no-repeat; width:13px; height:13px; text-indent:-9999px;}
41 #cboxNext.hover{background-position:-13px -13px;}
42 #cboxSlideshow{position:absolute; bottom:0px; left:110px; color:#666666;font-size:0.85em;}
43 #cboxLoadingOverlay{background:#fff;}
44 #cboxLoadingGraphic{background:url(images/loading.gif) center center no-repeat;}
45 #cboxClose{position:absolute; bottom:20px; right:0; background:url(images/close.gif) 0px 0px no-repeat; width:26px; height:26px; text-indent:-9999px;}
46
47 /*
48 The following fixes png-transparency for IE6.
49 It is also necessary for png-transparency in IE7 & IE8 to avoid 'black halos' with the fade transition
50
51 Since this method does not support CSS background-positioning, it is incompatible with CSS sprites.
52 Colorbox preloads navigation hover classes to account for this.
53
54 !! Important Note: AlphaImageLoader src paths are relative to the HTML document,
55 while regular CSS background images are relative to the CSS document.
56 */