X-Git-Url: http://git.cyclocoop.org/?a=blobdiff_plain;f=www%2Fplugins-dist%2Fmediabox%2Fcolorbox%2Fthickbox%2Fcolorbox_rtl.css;fp=www%2Fplugins-dist%2Fmediabox%2Fcolorbox%2Fthickbox%2Fcolorbox_rtl.css;h=24a2a3e010a4322fd4a4291de0b7c055b426b0f7;hb=4f443dce95ff6f8221c189880a70c74ce1c1f238;hp=de67a71def8878e33c1790a6f7e44eeba5a0b9f5;hpb=4a628e9b277d3617535f99d663ca79fa2e891177;p=lhc%2Fweb%2Fwww.git diff --git a/www/plugins-dist/mediabox/colorbox/thickbox/colorbox_rtl.css b/www/plugins-dist/mediabox/colorbox/thickbox/colorbox_rtl.css index de67a71d..24a2a3e0 100644 --- a/www/plugins-dist/mediabox/colorbox/thickbox/colorbox_rtl.css +++ b/www/plugins-dist/mediabox/colorbox/thickbox/colorbox_rtl.css @@ -1,20 +1,25 @@ /* - ColorBox Core Style - The following rules are the styles that are consistant between themes. - Avoid changing this area to maintain compatability with future versions of ColorBox. + Colorbox Core Style: + The following CSS is consistent between example themes and should not be altered. */ -#colorbox, #cboxLoadedContent {-webkit-box-sizing: content-box;-moz-box-sizing: content-box;box-sizing: content-box;} -#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; right:0; z-index:4999; overflow:hidden;} +#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;} +#cboxWrapper {max-width:none;} #cboxOverlay{position:fixed; width:100%; height:100%;} -#cboxMiddleLeft, #cboxBottomLeft{clear:right;} -#cboxContent{position:relative; overflow:hidden;} -#cboxLoadedContent{overflow:auto;} -#cboxLoadedContent iframe{display:block; width:100%; height:100%; border:0;} +#cboxMiddleLeft, #cboxBottomLeft{clear:left;} +#cboxContent{position:relative;} +#cboxLoadedContent{overflow:auto; -webkit-overflow-scrolling: touch;} #cboxTitle{margin:0;} -#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; right:0; width:100%;} +#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;} #cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;} -.cboxPhoto{float:left; margin:auto; border:0; display:block;} -.cboxIframe{width:100%; height:100%; display:block; border:0;} +.cboxPhoto{float:left; margin:auto; border:0; display:block; max-width:none; -ms-interpolation-mode:bicubic;} +.cboxIframe{width:100%; height:100%; display:block; border:0; padding:0; margin:0;} +#colorbox, #cboxContent, #cboxLoadedContent{-webkit-box-sizing: content-box;-moz-box-sizing: content-box;box-sizing: content-box;} + +/* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */ +#cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {border:0; padding:0; margin:0; overflow:visible; width:auto; background:none; } +/* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */ +#cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {outline:0;} +#colorbox{outline:0;} /* Example user style @@ -33,16 +38,16 @@ #cboxBottomCenter{height:10px; background:#fff;} #cboxContent{background:#fff;} #cboxLoadedContent{margin:0 0 58px;} - #cboxTitle{position:absolute; bottom:28px; right:0; text-align:left; width:100%; color:#000; font-weight:bold;font-size:0.9em;} - #cboxCurrent{position:absolute; bottom:0px; right:0px; color:#666666; font-size:0.80em;} - #cboxPrevious{position:absolute; bottom:0; right:40px; background:url(images/controls.png) -13px 0px no-repeat; width:13px; height:13px; text-indent:-9999px;} - #cboxPrevious:hover{background-position:-13px -13px;} - #cboxNext{position:absolute; bottom:0; right:60px; background:url(images/controls.png) 0px 0px no-repeat; width:13px; height:13px; text-indent:-9999px;} - #cboxNext:hover{background-position:0px -13px;} + #cboxTitle{position:absolute; bottom:28px; right:0; text-align:right; width:100%; color:#000; font-weight:bold;font-size:0.9em;} + #cboxCurrent{position:absolute; bottom:0px; right:0px; color:#666666; font-size:0.85em;} + #cboxPrevious{position:absolute; bottom:4px; right:40px; background:url(images/controls.png) -13px 0px no-repeat; width:13px; height:13px; text-indent:-9999px;} + #cboxPrevious.hover{background-position:-13px -13px;} + #cboxNext{position:absolute; bottom:4px; right:60px; background:url(images/controls.png) 0px 0px no-repeat; width:13px; height:13px; text-indent:-9999px;} + #cboxNext.hover{background-position:0px -13px;} #cboxSlideshow{position:absolute; bottom:0px; right:80px; color:#666666;font-size:0.85em;} #cboxLoadingOverlay{background:#fff;} #cboxLoadingGraphic{background:url(images/loading.gif) center center no-repeat;} - #cboxClose{position:absolute; bottom:20px; left:0; background:url(images/close.gif) 0px 0px no-repeat; width:26px; height:26px; text-indent:-9999px;} + #cboxClose{position:absolute; bottom:20px; left:0; background:url(images/close.gif) 0px 0px no-repeat; width:26px; height:26px; text-indent:-9999px;border:0} /* The following fixes png-transparency for IE6. @@ -53,4 +58,4 @@ !! Important Note: AlphaImageLoader src paths are relative to the HTML document, while regular CSS background images are relative to the CSS document. -*/ \ No newline at end of file +*/