[SPIP] ~v3.0.17-->v3.0.19
[ptitvelo/web/www.git] / www / plugins-dist / mediabox / colorbox / black-striped / colorbox_rtl.css
index dc4dd8e..222e4df 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
         #cboxCurrent{position:absolute; bottom:4px; right:58px; color:#949494; font-size: 0.8em;}\r
         #cboxSlideshow{position:absolute; bottom:4px; left:30px; color:#0092ef;}\r
         #cboxPrevious{position:absolute; bottom:0; right:0px; background:url(images/controls.png) -50px 0px no-repeat; width:25px; height:25px; text-indent:-9999px;}\r
-        #cboxPrevious.hover{background-position:-50px -25px;}\r
+        #cboxPrevious:hover{background-position:-50px -25px;}\r
         #cboxNext{position:absolute; bottom:0; right:27px; background:url(images/controls.png) -75px 0px no-repeat; width:25px; height:25px; text-indent:-9999px;}\r
-        #cboxNext.hover{background-position:-75px -25px;}\r
+        #cboxNext:hover{background-position:-75px -25px;}\r
         #cboxLoadingOverlay{background:url(images/loading_background.png) center center no-repeat;}\r
         #cboxLoadingGraphic{background:url(images/loading.gif) center center no-repeat;}\r
         #cboxClose{position:absolute; bottom:0; left:0; background:url(images/controls.png) -25px 0px no-repeat; width:25px; height:25px; text-indent:-9999px;}\r
-        #cboxClose.hover{background-position:-25px -25px;}\r
+        #cboxClose:hover{background-position:-25px -25px;}\r
 \r
 /*\r
     The following fixes png-transparency for IE6.  \r