[SPIP] ~v3.0.17-->v3.0.19
[ptitvelo/web/www.git] / www / plugins-dist / mediabox / colorbox / black-greybox / colorbox_rtl.css
index e54df54..b946a1c 100644 (file)
@@ -3,6 +3,7 @@
     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, #cboxLoadedContent {-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:4999; overflow:hidden;}\r
 #cboxOverlay{position:fixed; width:100%; height:100%;}\r
 #cboxMiddleLeft, #cboxBottomLeft{clear:left;}\r
         \r
         #cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{position:absolute; bottom:-29px; background:url(images/controls.png) 0px 0px no-repeat; width:23px; height:23px; text-indent:-9999px;}\r
         #cboxPrevious{right:0px; background-position: -75px -25px;}\r
-        #cboxPrevious.hover{background-position:-75px 0px;}\r
+        #cboxPrevious:hover{background-position:-75px 0px;}\r
         #cboxNext{right:27px; background-position:-51px -25px;}\r
-        #cboxNext.hover{background-position:-51px 0px;}\r
+        #cboxNext:hover{background-position:-51px 0px;}\r
         #cboxClose{left:0; background-position:-100px -25px;}\r
-        #cboxClose.hover{background-position:-100px 0px;}\r
+        #cboxClose:hover{background-position:-100px 0px;}\r
         \r
         .cboxSlideshow_on #cboxSlideshow{background-position:-150px -25px; left:27px;}\r
-        .cboxSlideshow_on #cboxSlideshow.hover{background-position:-150px 0px;}\r
+        .cboxSlideshow_on #cboxSlideshow:hover{background-position:-150px 0px;}\r
         .cboxSlideshow_off #cboxSlideshow{background-position:-225px -25px; left:27px;}\r
-        .cboxSlideshow_off #cboxSlideshow.hover{background-position:-225px 0px;}\r
+        .cboxSlideshow_off #cboxSlideshow:hover{background-position:-225px 0px;}\r