source: extensions/lightbox/theme/dark/theme.css @ 3609

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

Convert all php and tpl files in Unix format for my plugins.

File size: 1.4 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:#000;}
7
8#colorbox{}
9        #modalContent{background:#000; margin-top:20px;}
10                #modalLoadedContent{background:#000; border:10px solid #000;}
11                        #contentTitle{position:absolute; top:-20px; left:0; color:#fff;}
12                        #contentCurrent{display:none;}
13                        #contentPrevious{position:absolute; top:50%; left:10px; margin-top:-41px; background:url(images/controls.png) top left no-repeat; width:38px; height:81px; text-indent:-9999px;}
14                        #contentPrevious:hover, #contentPrevious.hover{background-position:bottom left;}
15                        #contentNext{position:absolute; top:50%; right:10px; margin-top:-41px; background:url(images/controls.png) top right no-repeat; width:38px; height:81px; text-indent:-9999px;}
16                        #contentNext:hover, #contentNext.hover{background-position:bottom right;}
17                #modalLoadingOverlay{background:url(images/loading.gif) center center no-repeat #000;}
18                #modalClose{position:absolute; top:10px; right:10px; display:block; background:url(images/controls.png) top center no-repeat; width:47px; height:24px; text-indent:-9999px;}
19                #modalClose:hover, #modalClose.hover{background-position:bottom center;}
20
21#contentTitle a {color:#fff; border-bottom: 0 none;}
Note: See TracBrowser for help on using the repository browser.