source: trunk/www.guidonia.net/wp/wp-content/plugins/tubepress/ui/players/colorbox/lib/colorbox.css@ 44

Last change on this file since 44 was 44, checked in by luciano, 14 years ago
File size: 1.1 KB
Line 
1#colorbox, #modalBackgroundOverlay, #modalWrap{position:absolute; top:0; left:0; z-index:9999;}
2#modalBackgroundOverlay{position:fixed; width:100%; height:100%;}
3#colorbox{overflow:hidden; padding:1px; margin-top:-1px; margin-left:-1px;}/*padding fixes a ghosting issue in IE7, the negative margin compensates */
4 #modalWrap{width:9000px; height:9000px;}
5 #modalContent, #borderTopLeft, #borderTopCenter, #borderTopRight, #borderBottomLeft, #borderBottomCenter, #borderBottomRight, #borderMiddleLeft, #borderMiddleRight {float:left; height:0; width:0; overflow:hidden;}
6 #borderMiddleLeft, #borderBottomLeft{clear:left;}
7 #modalContent{position:relative; overflow:visible;}
8 #contentTitle{margin:0;}
9 #modalClose, #contentPrevious, #contentNext{outline:none; cursor:pointer; border:0; margin:0;}
10 #modalLoadedContent{overflow:auto; width:0; height:0;}
11 #modalLoadedContent iframe{display:block; width:100%; height:100%; border:0;}
12 #modalLoadedContent embed{display:block; border:0;}/* Display:block removes the line-height gap embedded content */
13 #modalLoadingOverlay{position:absolute; width:100%; height:100%; top:0; left:0;}
14
Note: See TracBrowser for help on using the repository browser.