[SPIP] +installation version 3.0.10
[lhc/web/www.git] / www / plugins-dist / mediabox / colorbox / fancybox / colorbox.css
diff --git a/www/plugins-dist/mediabox/colorbox/fancybox/colorbox.css b/www/plugins-dist/mediabox/colorbox/fancybox/colorbox.css
new file mode 100644 (file)
index 0000000..902b075
--- /dev/null
@@ -0,0 +1,50 @@
+/*\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:visible;}\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
+    ColorBox 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:transparent;}\r
+#colorbox{}\r
+    #cboxTopLeft{width:20px; height:20px; background: transparent url('images/fancy_shadow-spt1.png') no-repeat -130px bottom;}\r
+    #cboxTopRight{width:20px; height:20px; background: transparent url('images/fancy_shadow-spt1.png') no-repeat -50px bottom;}\r
+    #cboxBottomLeft{width:20px; height:20px; background: transparent url('images/fancy_shadow-spt1.png') no-repeat -130px top;}\r
+    #cboxBottomRight{width:20px; height:20px; background: transparent url('images/fancy_shadow-spt1.png') no-repeat -50px top;}\r
+    #cboxMiddleLeft{width:20px; background: transparent url('images/fancy_shadow-spt1.png') repeat-y -105px top;}\r
+    #cboxMiddleRight{width:20px; background: transparent url('images/fancy_shadow-spt1.png') repeat-y -75px top;}\r
+    #cboxTopCenter{height:20px; background: transparent url('images/fancy_shadow-spt2.png') repeat-x bottom;}\r
+    #cboxBottomCenter{height:20px; background: transparent url('images/fancy_shadow-spt2.png') repeat-x top;}\r
+    #cboxContent{background:#fff;}\r
+        #cboxLoadedContent{padding:10px;}\r
+        #cboxTitle{ position: absolute; left: 10px; right: 10px; bottom: 10px; padding: 0 10px;\r
+               text-align: center; color: #fff; font-weight: bold; font-size: 0.9em; background-image: url('images/fancy_title_over.png'); }\r
+        #cboxCurrent{position: absolute; left: -3000em}\r
+        #cboxPrevious{position: absolute; top: 0; left: 15px; width: 35% ; height: 100%; text-indent:-9999px;}\r
+        #cboxPrevious.hover{background:url(images/fancy_shadow-spt1.png) -170px 50% no-repeat;}\r
+        #cboxNext{position: absolute; top: 0; right: 15px; width: 35% ; height: 100%; text-indent:-9999px;}\r
+        #cboxNext.hover{background:url(images/fancy_right.png) right 50% no-repeat;}\r
+        #cboxSlideshow{position:absolute; top: -12px; left:-15px; width: 30px; height: 30px;\r
+               background:url(images/fancy_shadow-spt2.png) -40px -35px no-repeat; text-indent:-9999px;}\r
+        #cboxLoadingOverlay{background:#fff;}\r
+        #cboxLoadingGraphic{background:url(images/loading.gif) center center no-repeat;}\r
+        #cboxClose{position:absolute; top: -12px; right: -15px; height: 30px; width: 30px;\r
+               background:url(images/fancy_shadow-spt2.png) -0px -35px no-repeat; text-indent:-9999px;}\r
+\r
+        .cboxSlideshow_on #cboxSlideshow{background-position:-80px -35px;}\r
+        .cboxSlideshow_off #cboxSlideshow{background-position:-40px -35px;}
\ No newline at end of file