source: extensions/lightbox/theme/grey/theme.css @ 3298

Last change on this file since 3298 was 3298, checked in by patdenice, 15 years ago

New extension added:
Lightbox (2.0.c)

File size: 1.3 KB
Line 
1/*
2        ColorBox example user style
3        These rules are ordered and tabbed in a way that represents the order/nesting of the generated HTML,
4        in hope that this will make the relationship easier to understand. Thanks, jack@colorpowered.com
5*/
6#modalBackgroundOverlay{background:#fff;}
7
8#colorbox{}
9        #modalContent{margin-top:32px;}
10                #modalLoadedContent{background:#000; padding:2px;}
11                        #contentTitle{position:absolute; top:-22px; left:0; color:#000; font-weight:bold;}
12                        #contentCurrent{display:none;}
13                        #contentPrevious{width:29px; height:32px; display:block; text-indent:-9999px; position:absolute; top:-32px; right:60px; background:url(images/buttons.png) left top no-repeat;}
14                        #contentPrevious:hover{background-position:left bottom;}
15                        #contentNext{width:29px; height:32px; display:block; text-indent:-9999px; position:absolute; top:-32px; right:28px; background:url(images/buttons.png) right top no-repeat;}
16                        #contentNext:hover{background-position:right bottom;}
17                #modalLoadingOverlay{background:url(images/loading.gif) center center no-repeat #000;}
18                #modalClose{position:absolute; top:-32px; right:0px; display:block; background:url(images/buttons.png) -29px 0 no-repeat; width:26px; height:32px; text-indent:-9999px;}
19                #modalClose:hover{background-position:-29px -31px; cursor:pointer;}
20   
21#contentTitle a {color:#000; border-bottom: 0 none;}
Note: See TracBrowser for help on using the repository browser.