X-Git-Url: http://git.cyclocoop.org/?p=ptitvelo%2Fweb%2Fwww.git;a=blobdiff_plain;f=www%2Fplugins-dist%2Fmediabox%2Fcolorbox%2Fblack-simple%2Fcolorbox_rtl.css;fp=www%2Fplugins-dist%2Fmediabox%2Fcolorbox%2Fblack-simple%2Fcolorbox_rtl.css;h=a2a689b8f0a6ecbf20ddebd31ac9be689304a99b;hp=a92d19ae464c4a7a509a9f4f315c07b33c133036;hb=d18fcb8f27a4016e3fa7b50a9b2255d529dca543;hpb=e847eea4a82a7396dd0abf860f9b30d654f38629 diff --git a/www/plugins-dist/mediabox/colorbox/black-simple/colorbox_rtl.css b/www/plugins-dist/mediabox/colorbox/black-simple/colorbox_rtl.css index a92d19a..a2a689b 100644 --- a/www/plugins-dist/mediabox/colorbox/black-simple/colorbox_rtl.css +++ b/www/plugins-dist/mediabox/colorbox/black-simple/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:right;} @@ -25,14 +26,14 @@ #colorbox{} #cboxContent{margin-top:20px;} #cboxLoadedContent{background:#000; padding:5px;} - #cboxTitle{position:absolute; top:-20px; right:0; color:#ccc;} - #cboxCurrent{position:absolute; top:-20px; left:0px; color:#ccc;} + #cboxTitle{position:absolute; top:-21px; left:0; right:0;color:#ccc;background:rgba(0,0,0,0.6);padding:1px 5px;padding-left: 50px;float: none !important;} + #cboxCurrent{position:absolute; top:-20px; left:5px; color:#ccc;} #cboxSlideshow{position:absolute; top:-20px; left:90px; color:#fff;} #cboxPrevious{position:absolute; top:50%; right:5px; margin-top:-32px; background:url(images/controls.png) top right no-repeat; width:28px; height:65px; text-indent:-9999px;} - #cboxPrevious.hover{background-position:bottom right;} + #cboxPrevious:hover{background-position:bottom right;} #cboxNext{position:absolute; top:50%; left:5px; margin-top:-32px; background:url(images/controls.png) top left no-repeat; width:28px; height:65px; text-indent:-9999px;} - #cboxNext.hover{background-position:bottom left;} + #cboxNext:hover{background-position:bottom left;} #cboxLoadingOverlay{background:#000;} #cboxLoadingGraphic{background:url(images/loading.gif) center center no-repeat;} #cboxClose{position:absolute; top:5px; left:5px; display:block; background:url(images/controls.png) top center no-repeat; width:38px; height:19px; text-indent:-9999px;} - #cboxClose.hover{background-position:bottom center;} \ No newline at end of file + #cboxClose:hover{background-position:bottom center;} \ No newline at end of file