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

Update colorbox to 1.3.16

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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;}
Note: See TracChangeset for help on using the changeset viewer.