Ignore:
Timestamp:
Apr 2, 2011, 11:53:02 AM (13 years ago)
Author:
patdenice
Message:

Update colorbox to 1.3.16

Location:
extensions/lightbox/theme
Files:
9 added
1 deleted
4 edited

Legend:

Unmodified
Added
Removed
  • extensions/lightbox/theme/clear/colorbox.css

    r6372 r9976  
    11/*
    2     ColorBox Core Style
    3     The following rules are the styles that are consistant between themes.
    4     Avoid changing this area to maintain compatability with future versions of ColorBox.
     2    ColorBox Core Style:
     3    The following CSS is consistent between example themes and should not be altered.
    54*/
    65#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
    76#cboxOverlay{position:fixed; width:100%; height:100%;}
    87#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
    9 #cboxContent{position:relative; overflow:hidden;}
     8#cboxContent{position:relative;}
    109#cboxLoadedContent{overflow:auto;}
    11 #cboxLoadedContent iframe{display:block; width:100%; height:100%; border:0;}
    1210#cboxTitle{margin:0;}
    1311#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%;}
    1412#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
     13.cboxPhoto{float:left; margin:auto; border:0; display:block;}
     14.cboxIframe{width:100%; height:100%; display:block; border:0;}
    1515
    1616/*
    17     Example user style
    18     The following rules are ordered and tabbed in a way that represents the
    19     order/nesting of the generated HTML, so that the structure easier to understand.
     17    User Style:
     18    Change the following styles to modify the appearance of ColorBox.  They are
     19    ordered & tabbed in a way that represents the nesting of the generated HTML.
    2020*/
    21 #cboxOverlay{background:url(images/overlay.png) 0 0 repeat;}
     21#cboxOverlay{background:url(images/overlay.png) repeat 0 0;}
    2222#colorbox{}
    23     #cboxTopLeft{width:21px; height:21px; background:url(images/controls.png) -100px 0 no-repeat;}
    24     #cboxTopRight{width:21px; height:21px; background:url(images/controls.png) -129px 0 no-repeat;}
    25     #cboxBottomLeft{width:21px; height:21px; background:url(images/controls.png) -100px -29px no-repeat;}
    26     #cboxBottomRight{width:21px; height:21px; background:url(images/controls.png) -129px -29px no-repeat;}
     23    #cboxTopLeft{width:21px; height:21px; background:url(images/controls.png) no-repeat -100px 0;}
     24    #cboxTopRight{width:21px; height:21px; background:url(images/controls.png) no-repeat -129px 0;}
     25    #cboxBottomLeft{width:21px; height:21px; background:url(images/controls.png) no-repeat -100px -29px;}
     26    #cboxBottomRight{width:21px; height:21px; background:url(images/controls.png) no-repeat -129px -29px;}
    2727    #cboxMiddleLeft{width:21px; background:url(images/controls.png) left top repeat-y;}
    2828    #cboxMiddleRight{width:21px; background:url(images/controls.png) right top repeat-y;}
    2929    #cboxTopCenter{height:21px; background:url(images/border.png) 0 0 repeat-x;}
    3030    #cboxBottomCenter{height:21px; background:url(images/border.png) 0 -29px repeat-x;}
    31     #cboxContent{background:#fff;}
     31    #cboxContent{background:#fff; overflow:hidden;}
     32        #cboxError{padding:50px; border:1px solid #ccc;}
    3233        #cboxLoadedContent{margin-bottom:28px;}
    3334        #cboxTitle{position:absolute; bottom:4px; left:0; text-align:center; width:100%; color:#949494;}
    3435        #cboxCurrent{position:absolute; bottom:4px; left:58px; color:#949494;}
    3536        #cboxSlideshow{position:absolute; bottom:4px; right:30px; color:#0092ef;}
    36         #cboxPrevious{position:absolute; bottom:0; left:0px; background:url(images/controls.png) -75px 0px no-repeat; width:25px; height:25px; text-indent:-9999px;}
     37        #cboxPrevious{position:absolute; bottom:0; left:0; background:url(images/controls.png) no-repeat -75px 0; width:25px; height:25px; text-indent:-9999px;}
    3738        #cboxPrevious.hover{background-position:-75px -25px;}
    38         #cboxNext{position:absolute; bottom:0; left:27px; background:url(images/controls.png) -50px 0px no-repeat; width:25px; height:25px; text-indent:-9999px;}
     39        #cboxNext{position:absolute; bottom:0; left:27px; background:url(images/controls.png) no-repeat -50px 0; width:25px; height:25px; text-indent:-9999px;}
    3940        #cboxNext.hover{background-position:-50px -25px;}
    40         #cboxLoadingOverlay{background:url(images/loading_background.png) center center no-repeat;}
    41         #cboxLoadingGraphic{background:url(images/loading.gif) center center no-repeat;}
    42         #cboxClose{position:absolute; bottom:0; right:0; background:url(images/controls.png) -25px 0px no-repeat; width:25px; height:25px; text-indent:-9999px;}
     41        #cboxLoadingOverlay{background:url(images/loading_background.png) no-repeat center center;}
     42        #cboxLoadingGraphic{background:url(images/loading.gif) no-repeat center center;}
     43        #cboxClose{position:absolute; bottom:0; right:0; background:url(images/controls.png) no-repeat -25px 0; width:25px; height:25px; text-indent:-9999px;}
    4344        #cboxClose.hover{background-position:-25px -25px;}
    4445
    4546/*
    46     The following fixes png-transparency for IE6. 
    47     It is also necessary for png-transparency in IE7 & IE8 to avoid 'black halos' with the fade transition
    48    
    49     Since this method does not support CSS background-positioning, it is incompatible with CSS sprites.
    50     Colorbox preloads navigation hover classes to account for this.
    51    
    52     !! Important Note: AlphaImageLoader src paths are relative to the HTML document,
    53     while regular CSS background images are relative to the CSS document.
     47  The following fixes a problem where IE7+ replaces a PNG's alpha transparency with a black fill
     48  when an alpha filter (opacity change) is set on the element or ancestor element.
    5449*/
    55 .cboxIE #cboxTopLeft{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=plugins/lightbox/theme/clear/images/internet_explorer/borderTopLeft.png, sizingMethod='scale');}
    56 .cboxIE #cboxTopCenter{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=plugins/lightbox/theme/clear/images/internet_explorer/borderTopCenter.png, sizingMethod='scale');}
    57 .cboxIE #cboxTopRight{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=plugins/lightbox/theme/clear/images/internet_explorer/borderTopRight.png, sizingMethod='scale');}
    58 .cboxIE #cboxBottomLeft{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=plugins/lightbox/theme/clear/images/internet_explorer/borderBottomLeft.png, sizingMethod='scale');}
    59 .cboxIE #cboxBottomCenter{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=plugins/lightbox/theme/clear/images/internet_explorer/borderBottomCenter.png, sizingMethod='scale');}
    60 .cboxIE #cboxBottomRight{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=plugins/lightbox/theme/clear/images/internet_explorer/borderBottomRight.png, sizingMethod='scale');}
    61 .cboxIE #cboxMiddleLeft{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=plugins/lightbox/theme/clear/images/internet_explorer/borderMiddleLeft.png, sizingMethod='scale');}
    62 .cboxIE #cboxMiddleRight{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=plugins/lightbox/theme/clear/images/internet_explorer/borderMiddleRight.png, sizingMethod='scale');}
     50.cboxIE #cboxTopLeft,
     51.cboxIE #cboxTopCenter,
     52.cboxIE #cboxTopRight,
     53.cboxIE #cboxBottomLeft,
     54.cboxIE #cboxBottomCenter,
     55.cboxIE #cboxBottomRight,
     56.cboxIE #cboxMiddleLeft,
     57.cboxIE #cboxMiddleRight {
     58    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);
     59}
     60
     61/*
     62  The following provides PNG transparency support for IE6
     63*/
     64.cboxIE6 #cboxTopLeft{background:url(plugins/lightbox/theme/clear/images/borderTopLeft.png);}
     65.cboxIE6 #cboxTopCenter{background:url(plugins/lightbox/theme/clear/images/borderTopCenter.png);}
     66.cboxIE6 #cboxTopRight{background:url(plugins/lightbox/theme/clear/images/borderTopRight.png);}
     67.cboxIE6 #cboxBottomLeft{background:url(plugins/lightbox/theme/clear/images/borderBottomLeft.png);}
     68.cboxIE6 #cboxBottomCenter{background:url(plugins/lightbox/theme/clear/images/borderBottomCenter.png);}
     69.cboxIE6 #cboxBottomRight{background:url(plugins/lightbox/theme/clear/images/borderBottomRight.png);}
     70.cboxIE6 #cboxMiddleLeft{background:url(plugins/lightbox/theme/clear/images/borderMiddleLeft.png);}
     71.cboxIE6 #cboxMiddleRight{background:url(plugins/lightbox/theme/clear/images/borderMiddleRight.png);}
     72
     73.cboxIE6 #cboxTopLeft,
     74.cboxIE6 #cboxTopCenter,
     75.cboxIE6 #cboxTopRight,
     76.cboxIE6 #cboxBottomLeft,
     77.cboxIE6 #cboxBottomCenter,
     78.cboxIE6 #cboxBottomRight,
     79.cboxIE6 #cboxMiddleLeft,
     80.cboxIE6 #cboxMiddleRight {
     81    _behavior: expression(this.src = this.src ? this.src : this.currentStyle.backgroundImage.split('"')[1], this.style.background = "none", this.style.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src=" + this.src + ", sizingMethod='scale')");
     82}
    6383
    6484#cboxTitle a {color:#222; border-bottom: 0 none;}
  • extensions/lightbox/theme/dark/colorbox.css

    r4621 r9976  
    11/*
    2     ColorBox Core Style
    3     The following rules are the styles that are consistant between themes.
    4     Avoid changing this area to maintain compatability with future versions of ColorBox.
     2    ColorBox Core Style:
     3    The following CSS is consistent between example themes and should not be altered.
    54*/
    65#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
     
    98#cboxContent{position:relative;}
    109#cboxLoadedContent{overflow:auto;}
    11 #cboxLoadedContent iframe{display:block; width:100%; height:100%; border:0;}
    1210#cboxTitle{margin:0;}
    1311#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%;}
    1412#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
     13.cboxPhoto{float:left; margin:auto; border:0; display:block;}
     14.cboxIframe{width:100%; height:100%; display:block; border:0;}
    1515
    1616/*
    17     ColorBox example user style
    18     The following rules are ordered and tabbed in a way that represents the
    19     order/nesting of the generated HTML, so that the structure easier to understand.
     17    User Style:
     18    Change the following styles to modify the appearance of ColorBox.  They are
     19    ordered & tabbed in a way that represents the nesting of the generated HTML.
    2020*/
    2121#cboxOverlay{background:#000;}
    22 
    2322#colorbox{}
    2423    #cboxContent{margin-top:20px;}
    25         #cboxLoadedContent{background:#000; padding:5px;}
     24        #cboxError{padding:50px; border:1px solid #ccc;}
     25        #cboxLoadedContent{border:5px solid #000; background:#fff;}
    2626        #cboxTitle{position:absolute; top:-20px; left:0; color:#ccc;}
    2727        #cboxCurrent{position:absolute; top:-20px; right:0px; color:#ccc;}
    2828        #cboxSlideshow{position:absolute; top:-20px; right:90px; color:#fff;}
    29         #cboxPrevious{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;}
     29        #cboxPrevious{position:absolute; top:50%; left:5px; margin-top:-32px; background:url(images/controls.png) no-repeat top left; width:28px; height:65px; text-indent:-9999px;}
    3030        #cboxPrevious.hover{background-position:bottom left;}
    31         #cboxNext{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;}
     31        #cboxNext{position:absolute; top:50%; right:5px; margin-top:-32px; background:url(images/controls.png) no-repeat top right; width:28px; height:65px; text-indent:-9999px;}
    3232        #cboxNext.hover{background-position:bottom right;}
    3333        #cboxLoadingOverlay{background:#000;}
    34         #cboxLoadingGraphic{background:url(images/loading.gif) center center no-repeat;}
    35         #cboxClose{position:absolute; top:5px; right:5px; display:block; background:url(images/controls.png) top center no-repeat; width:38px; height:19px; text-indent:-9999px;}
     34        #cboxLoadingGraphic{background:url(images/loading.gif) no-repeat center center;}
     35        #cboxClose{position:absolute; top:5px; right:5px; display:block; background:url(images/controls.png) no-repeat top center; width:38px; height:19px; text-indent:-9999px;}
    3636        #cboxClose.hover{background-position:bottom center;}
    37        
     37
    3838#cboxTitle a {color:#fff; border-bottom: 0 none;}
  • extensions/lightbox/theme/grey/colorbox.css

    r4621 r9976  
    11/*
    2     ColorBox Core Style
    3     The following rules are the styles that are consistant between themes.
    4     Avoid changing this area to maintain compatability with future versions of ColorBox.
     2    ColorBox Core Style:
     3    The following CSS is consistent between example themes and should not be altered.
    54*/
    65#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
    76#cboxOverlay{position:fixed; width:100%; height:100%;}
    87#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
    9 #cboxContent{position:relative; overflow:visible;}
     8#cboxContent{position:relative;}
    109#cboxLoadedContent{overflow:auto;}
    11 #cboxLoadedContent iframe{display:block; width:100%; height:100%; border:0;}
    1210#cboxTitle{margin:0;}
    1311#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%;}
    1412#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
     13.cboxPhoto{float:left; margin:auto; border:0; display:block;}
     14.cboxIframe{width:100%; height:100%; display:block; border:0;}
    1515
    1616/*
    17     ColorBox example user style
    18     The following rules are ordered and tabbed in a way that represents the
    19     order/nesting of the generated HTML, so that the structure easier to understand.
     17    User Style:
     18    Change the following styles to modify the appearance of ColorBox.  They are
     19    ordered & tabbed in a way that represents the nesting of the generated HTML.
    2020*/
    2121#cboxOverlay{background:#fff;}
    22 
    2322#colorbox{}
    24     #cboxContent{margin-top:32px;}
     23    #cboxContent{margin-top:32px; overflow:visible;}
     24        #cboxError{padding:50px; border:1px solid #ccc;}
    2525        #cboxLoadedContent{background:#000; padding:1px;}
    26         #cboxLoadingGraphic{background:url(images/loading.gif) center center no-repeat;}
     26        #cboxLoadingGraphic{background:url(images/loading.gif) no-repeat center center;}
    2727        #cboxLoadingOverlay{background:#000;}
    2828        #cboxTitle{position:absolute; top:-22px; left:0; color:#000;}
    2929        #cboxCurrent{position:absolute; top:-22px; right:205px; text-indent:-9999px;}
    30         #cboxSlideshow, #cboxPrevious, #cboxNext, #cboxClose{text-indent:-9999px; width:20px; height:20px; position:absolute; top:-20px; background:url(images/controls.png) 0 0 no-repeat;}
     30        #cboxSlideshow, #cboxPrevious, #cboxNext, #cboxClose{text-indent:-9999px; width:20px; height:20px; position:absolute; top:-20px; background:url(images/controls.png) no-repeat 0 0;}
    3131        #cboxPrevious{background-position:0px 0px; right:44px;}
    3232        #cboxPrevious.hover{background-position:0px -25px;}
  • extensions/lightbox/theme/grey2/colorbox.css

    r4621 r9976  
    11/*
    2     ColorBox Core Style
    3     The following rules are the styles that are consistant between themes.
    4     Avoid changing this area to maintain compatability with future versions of ColorBox.
     2    ColorBox Core Style:
     3    The following CSS is consistent between example themes and should not be altered.
    54*/
    65#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
    76#cboxOverlay{position:fixed; width:100%; height:100%;}
    87#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
    9 #cboxContent{position:relative; overflow:visible;}
     8#cboxContent{position:relative;}
    109#cboxLoadedContent{overflow:auto;}
    11 #cboxLoadedContent iframe{display:block; width:100%; height:100%; border:0;}
    1210#cboxTitle{margin:0;}
    1311#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%;}
    1412#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
     13.cboxPhoto{float:left; margin:auto; border:0; display:block;}
     14.cboxIframe{width:100%; height:100%; display:block; border:0;}
    1515
    1616/*
    17     ColorBox example user style
    18     The following rules are ordered and tabbed in a way that represents the
    19     order/nesting of the generated HTML, so that the structure easier to understand.
     17    User Style:
     18    Change the following styles to modify the appearance of ColorBox.  They are
     19    ordered & tabbed in a way that represents the nesting of the generated HTML.
    2020*/
    2121#cboxOverlay{background:#000;}
    22 
    2322#colorbox{}
    24     #cboxTopLeft{width:14px; height:14px; background:url(images/controls.png) 0 0 no-repeat;}
    25     #cboxTopCenter{height:14px; background:url(images/border.png) top left repeat-x;}
    26     #cboxTopRight{width:14px; height:14px; background:url(images/controls.png) -36px 0 no-repeat;}
    27     #cboxBottomLeft{width:14px; height:43px; background:url(images/controls.png) 0 -32px no-repeat;}
    28     #cboxBottomCenter{height:43px; background:url(images/border.png) bottom left repeat-x;}
    29     #cboxBottomRight{width:14px; height:43px; background:url(images/controls.png) -36px -32px no-repeat;}
    30     #cboxMiddleLeft{width:14px; background:url(images/controls.png) -175px 0 repeat-y;}
    31     #cboxMiddleRight{width:14px; background:url(images/controls.png) -211px 0 repeat-y;}
    32     #cboxContent{background:#fff;}
     23    #cboxTopLeft{width:14px; height:14px; background:url(images/controls.png) no-repeat 0 0;}
     24    #cboxTopCenter{height:14px; background:url(images/border.png) repeat-x top left;}
     25    #cboxTopRight{width:14px; height:14px; background:url(images/controls.png) no-repeat -36px 0;}
     26    #cboxBottomLeft{width:14px; height:43px; background:url(images/controls.png) no-repeat 0 -32px;}
     27    #cboxBottomCenter{height:43px; background:url(images/border.png) repeat-x bottom left;}
     28    #cboxBottomRight{width:14px; height:43px; background:url(images/controls.png) no-repeat -36px -32px;}
     29    #cboxMiddleLeft{width:14px; background:url(images/controls.png) repeat-y -175px 0;}
     30    #cboxMiddleRight{width:14px; background:url(images/controls.png) repeat-y -211px 0;}
     31    #cboxContent{background:#fff; overflow:visible;}
    3332        #cboxLoadedContent{margin-bottom:5px;}
    34         #cboxLoadingOverlay{background:url(images/loading_background.png) center center no-repeat;}
    35         #cboxLoadingGraphic{background:url(images/loading.gif) center center no-repeat;}
     33        #cboxLoadingOverlay{background:url(images/loading_background.png) no-repeat center center;}
     34        #cboxLoadingGraphic{background:url(images/loading.gif) no-repeat center center;}
    3635        #cboxTitle{position:absolute; bottom:-25px; left:0; text-align:center; width:100%; font-weight:bold; color:#7C7C7C;}
    3736        #cboxCurrent{position:absolute; bottom:-25px; left:58px; font-weight:bold; color:#7C7C7C;}
    3837       
    39         #cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{position:absolute; bottom:-29px; background:url(images/controls.png) 0px 0px no-repeat; width:23px; height:23px; text-indent:-9999px;}
     38        #cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{position:absolute; bottom:-29px; background:url(images/controls.png) no-repeat 0px 0px; width:23px; height:23px; text-indent:-9999px;}
    4039        #cboxPrevious{left:0px; background-position: -51px -25px;}
    4140        #cboxPrevious.hover{background-position:-51px 0px;}
     
    4948        .cboxSlideshow_off #cboxSlideshow{background-position:-150px -25px; right:27px;}
    5049        .cboxSlideshow_off #cboxSlideshow.hover{background-position:-125px 0px;}
    51 
    5250#cboxTitle a {color:#555; border-bottom: 0 none;}
Note: See TracChangeset for help on using the changeset viewer.