[SPIP] +version 3.0.7
[ptitvelo/web/www.git] / www / plugins-dist / mediabox / colorbox / thickbox / colorbox.css
diff --git a/www/plugins-dist/mediabox/colorbox/thickbox/colorbox.css b/www/plugins-dist/mediabox/colorbox/thickbox/colorbox.css
new file mode 100644 (file)
index 0000000..1cf3e63
--- /dev/null
@@ -0,0 +1,55 @@
+/*\r
+    ColorBox Core Style\r
+    The following rules are the styles that are consistant between themes.\r
+    Avoid changing this area to maintain compatability with future versions of ColorBox.\r
+*/\r
+#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:4999; overflow:hidden;}\r
+#cboxOverlay{position:fixed; width:100%; height:100%;}\r
+#cboxMiddleLeft, #cboxBottomLeft{clear:left;}\r
+#cboxContent{position:relative; overflow:hidden;}\r
+#cboxLoadedContent{overflow:auto;}\r
+#cboxLoadedContent iframe{display:block; width:100%; height:100%; border:0;}\r
+#cboxTitle{margin:0;}\r
+#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%;}\r
+#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}\r
+.cboxPhoto{float:left; margin:auto; border:0; display:block;}\r
+.cboxIframe{width:100%; height:100%; display:block; border:0;}\r
+\r
+/* \r
+    Example user style\r
+    The following rules are ordered and tabbed in a way that represents the\r
+    order/nesting of the generated HTML, so that the structure easier to understand.\r
+*/\r
+#cboxOverlay{background:#000000;}\r
+#colorbox{}\r
+    #cboxTopLeft{width:10px; height:10px; background:#fff;}\r
+    #cboxTopRight{width:10px; height:10px; background:#fff;}\r
+    #cboxBottomLeft{width:10px; height:10px; background:#fff;}\r
+    #cboxBottomRight{width:10px; height:10px; background:#fff;}\r
+    #cboxMiddleLeft{width:10px; background:#fff;}\r
+    #cboxMiddleRight{width:10px; background:#fff;}\r
+    #cboxTopCenter{height:10px; background:#fff;}\r
+    #cboxBottomCenter{height:10px; background:#fff;}\r
+    #cboxContent{background:#fff;}\r
+        #cboxLoadedContent{margin:0 0 58px;}\r
+        #cboxTitle{position:absolute; bottom:28px; left:0; text-align:left; width:100%; color:#000; font-weight:bold;font-size:0.9em;}\r
+        #cboxCurrent{position:absolute; bottom:0px; left:0px; color:#666666;font-size:0.85em;}\r
+        #cboxPrevious{position:absolute; bottom:0; left:40px; background:url(images/controls.png) 0px 0px no-repeat; width:13px; height:13px; text-indent:-9999px;}\r
+        #cboxPrevious.hover{background-position:0px -13px;}\r
+        #cboxNext{position:absolute; bottom:0; left:60px; background:url(images/controls.png) -13px 0px no-repeat; width:13px; height:13px; text-indent:-9999px;}\r
+        #cboxNext.hover{background-position:-13px -13px;}\r
+        #cboxSlideshow{position:absolute; bottom:0px; left:80px; color:#666666;font-size:0.85em;}\r
+        #cboxLoadingOverlay{background:#fff;}\r
+        #cboxLoadingGraphic{background:url(images/loading.gif) center center no-repeat;}\r
+        #cboxClose{position:absolute; bottom:20px; right:0; background:url(images/close.gif) 0px 0px no-repeat; width:26px; height:26px; text-indent:-9999px;}\r
+\r
+/*\r
+    The following fixes png-transparency for IE6.  \r
+    It is also necessary for png-transparency in IE7 & IE8 to avoid 'black halos' with the fade transition\r
+    \r
+    Since this method does not support CSS background-positioning, it is incompatible with CSS sprites.\r
+    Colorbox preloads navigation hover classes to account for this.\r
+    \r
+    !! Important Note: AlphaImageLoader src paths are relative to the HTML document,\r
+    while regular CSS background images are relative to the CSS document.\r
+*/
\ No newline at end of file