X-Git-Url: http://git.cyclocoop.org/?p=ptitvelo%2Fweb%2Fwww.git;a=blobdiff_plain;f=www%2Fplugins-dist%2Fmediabox%2Fcolorbox%2Ffancybox%2Fcolorbox_rtl.css;fp=www%2Fplugins-dist%2Fmediabox%2Fcolorbox%2Ffancybox%2Fcolorbox_rtl.css;h=0bd6c9577130fa5692f28e0f5465e49d995b2aaa;hp=01b85e3a168d2cfac353a0335b0403c9f824dd6f;hb=d18fcb8f27a4016e3fa7b50a9b2255d529dca543;hpb=e847eea4a82a7396dd0abf860f9b30d654f38629 diff --git a/www/plugins-dist/mediabox/colorbox/fancybox/colorbox_rtl.css b/www/plugins-dist/mediabox/colorbox/fancybox/colorbox_rtl.css index 01b85e3..0bd6c95 100644 --- a/www/plugins-dist/mediabox/colorbox/fancybox/colorbox_rtl.css +++ b/www/plugins-dist/mediabox/colorbox/fancybox/colorbox_rtl.css @@ -3,6 +3,7 @@ The following rules are the styles that are consistant between themes. Avoid changing this area to maintain compatability with future versions of ColorBox. */ +#colorbox, #cboxLoadedContent {-webkit-box-sizing: content-box;-moz-box-sizing: content-box;box-sizing: content-box;} #colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:4999; overflow:hidden;} #cboxOverlay{position:fixed; width:100%; height:100%;} #cboxMiddleLeft, #cboxBottomLeft{clear:left;} @@ -36,9 +37,9 @@ text-align: center; color: #fff; font-weight: bold; font-size: 0.9em; background-image: url('images/fancy_title_over.png'); } #cboxCurrent{position: absolute; right: -3000em} #cboxPrevious{position: absolute; top: 0; right: 15px; width: 35% ; height: 100%; text-indent:-9999px;} - #cboxPrevious.hover{background:url(images/fancy_right.png) right 50% no-repeat;} + #cboxPrevious:hover{background:url(images/fancy_right.png) right 50% no-repeat;} #cboxNext{position: absolute; top: 0; left: 15px; width: 35% ; height: 100%; text-indent:-9999px;} - #cboxNext.hover{background:url(images/fancy_shadow-spt1.png) -170px 50% no-repeat;} + #cboxNext:hover{background:url(images/fancy_shadow-spt1.png) -170px 50% no-repeat;} #cboxSlideshow{position:absolute; top: -12px; right:-15px; width: 30px; height: 30px; background:url(images/fancy_shadow-spt2.png) -120px -35px no-repeat; text-indent:-9999px;} #cboxLoadingOverlay{background:#fff;}