[SPIP][PLUGINS] v3.0-->v3.2
[lhc/web/www.git] / www / plugins-dist / mediabox / prive / colorbox / white-shadow / colorbox_rtl.css
diff --git a/www/plugins-dist/mediabox/prive/colorbox/white-shadow/colorbox_rtl.css b/www/plugins-dist/mediabox/prive/colorbox/white-shadow/colorbox_rtl.css
new file mode 100644 (file)
index 0000000..bae2c37
--- /dev/null
@@ -0,0 +1,74 @@
+/*\r
+    Colorbox Core Style:\r
+    The following CSS is consistent between example themes and should not be altered.\r
+*/\r
+#colorbox {-webkit-box-sizing: content-box;-moz-box-sizing: content-box;box-sizing: content-box;}\r
+#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}\r
+#cboxWrapper {max-width:none;}\r
+#cboxOverlay{position:fixed; width:100%; height:100%;}\r
+#cboxMiddleLeft, #cboxBottomLeft{clear:right;}\r
+#cboxContent{position:relative;}\r
+#cboxLoadedContent{overflow:auto; -webkit-overflow-scrolling: touch;}\r
+#cboxTitle{margin:0;}\r
+#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}\r
+#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}\r
+.cboxPhoto{float:right; margin:auto; border:0; display:block; max-width:none; -ms-interpolation-mode:bicubic;}\r
+.cboxIframe{width:100%; height:100%; display:block; border:0; padding:0; margin:0;}\r
+#colorbox, #cboxContent, #cboxLoadedContent{box-sizing:content-box; -moz-box-sizing:content-box; -webkit-box-sizing:content-box;}\r
+\r
+/* \r
+    User Style:\r
+    Change the following styles to modify the appearance of Colorbox.  They are\r
+    ordered & tabbed in a way that represents the nesting of the generated HTML.\r
+*/\r
+#cboxOverlay{background:#fff; opacity: 0.9; filter: alpha(opacity = 90);}\r
+#colorbox{outline:0;}\r
+    #cboxTopLeft{width:25px; height:25px; background:url(images/border1.png) no-repeat 0 0;}\r
+    #cboxTopCenter{height:25px; background:url(images/border1.png) repeat-x 0 -50px;}\r
+    #cboxTopRight{width:25px; height:25px; background:url(images/border1.png) no-repeat -25px 0;}\r
+    #cboxBottomLeft{width:25px; height:25px; background:url(images/border1.png) no-repeat 0 -25px;}\r
+    #cboxBottomCenter{height:25px; background:url(images/border1.png) repeat-x 0 -75px;}\r
+    #cboxBottomRight{width:25px; height:25px; background:url(images/border1.png) no-repeat -25px -25px;}\r
+    #cboxMiddleLeft{width:25px; background:url(images/border2.png) repeat-y 0 0;}\r
+    #cboxMiddleRight{width:25px; background:url(images/border2.png) repeat-y -25px 0;}\r
+    #cboxContent{background:#fff; overflow:hidden;}\r
+        .cboxIframe{background:#fff;}\r
+        #cboxError{padding:50px; border:1px solid #ccc;}\r
+        #cboxLoadedContent{margin-bottom:20px;}\r
+        #cboxTitle{position:absolute; bottom:0px; right:0; text-align:center; width:100%; color:#999;}\r
+        #cboxCurrent{position:absolute; bottom:0px; right:150px; color:#999;}\r
+        #cboxLoadingOverlay{background:#fff url(images/loading.gif) no-repeat 5px 5px;}\r
+\r
+        /* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */\r
+        #cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {border:0; padding:0; margin:0; overflow:visible; text-indent:-9999px; width:20px; height:20px; position:absolute; top:-3px; background:url(images/controls.png) no-repeat 0 0;}\r
+\r
+        /* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */\r
+        #cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {outline:0;}\r
+\r
+        #cboxPrevious{background-position:-25px 0px; left:44px;}\r
+        #cboxPrevious:hover{background-position:-25px -25px;}\r
+        #cboxNext{background-position:0px 0px; left:22px;}\r
+        #cboxNext:hover{background-position:0px -25px;}\r
+        #cboxClose{background-position:-50px 0px; left:0;}\r
+        #cboxClose:hover{background-position:-50px -25px;}\r
+        .cboxSlideshow_on #cboxPrevious, .cboxSlideshow_off #cboxPrevious{left:66px;}\r
+        .cboxSlideshow_on #cboxSlideshow{background-position:-75px -25px; left:44px;}\r
+        .cboxSlideshow_on #cboxSlideshow:hover{background-position:-100px -25px;}\r
+        .cboxSlideshow_off #cboxSlideshow{background-position:-100px 0px; left:44px;}\r
+        .cboxSlideshow_off #cboxSlideshow:hover{background-position:-75px -25px;}\r
+\r
+/*\r
+  The following fixes a problem where IE7 and IE8 replace a PNG's alpha transparency with a black fill\r
+  when an alpha filter (opacity change) is set on the element or ancestor element.  This style is not applied to or needed in IE9.\r
+  See: http://jacklmoore.com/notes/ie-transparency-problems/\r
+*/\r
+.cboxIE #cboxTopLeft,\r
+.cboxIE #cboxTopCenter,\r
+.cboxIE #cboxTopRight,\r
+.cboxIE #cboxBottomLeft,\r
+.cboxIE #cboxBottomCenter,\r
+.cboxIE #cboxBottomRight,\r
+.cboxIE #cboxMiddleLeft,\r
+.cboxIE #cboxMiddleRight {\r
+    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);\r
+}
\ No newline at end of file