home *** CD-ROM | disk | FTP | other *** search
/ Maximum CD 2011 October / maximum-cd-2011-10.iso / DiscContents / digsby_setup.exe / res / html / lightbox / jquery.lightbox-0.5.css < prev    next >
Encoding:
Cascading Style Sheet File  |  2009-09-10  |  4.2 KB  |  184 lines

  1. /**
  2.  * jQuery lightBox plugin
  3.  * This jQuery plugin was inspired and based on Lightbox 2 by Lokesh Dhakar (http://www.huddletogether.com/projects/lightbox2/)
  4.  * and adapted to me for use like a plugin from jQuery.
  5.  * @name jquery-lightbox-0.5.css
  6.  * @author Leandro Vieira Pinho - http://leandrovieira.com
  7.  * @version 0.5
  8.  * @date April 11, 2008
  9.  * @category jQuery plugin
  10.  * @copyright (c) 2008 Leandro Vieira Pinho (leandrovieira.com)
  11.  * @license CC Attribution-No Derivative Works 2.5 Brazil - http://creativecommons.org/licenses/by-nd/2.5/br/deed.en_US
  12.  * @example Visit http://leandrovieira.com/projects/jquery/lightbox/ for more informations about this jQuery plugin
  13.  */
  14. #jquery-overlay {
  15.     position: absolute;
  16.     top: 0;
  17.     left: 0;
  18.     z-index: 975;
  19.     width: 100%;
  20.     height: 500px;
  21. }
  22. #jquery-lightbox {
  23.     position: absolute;
  24.     width: 90%;
  25.     z-index: 1000;
  26.     text-align: center;
  27.     line-height: 0;
  28.     overflow: hidden;
  29. }
  30. #jquery-lightbox a img { border: none; }
  31. #lightbox-container-image-box {
  32.     position: relative;
  33.     background: #FFF;
  34.     width: 0px;
  35.     height: 0px;
  36.     margin: 0 auto;
  37.         -webkit-box-shadow: 0 2px 16px #000;
  38. }
  39. #lightbox-container-image { 
  40.         padding: 0px; 
  41. }
  42.  
  43. #lightbox-loading {
  44.     z-index: 1001;
  45.     top: 45%;
  46.     left: 45%;
  47.     height: 25%;
  48.     position: absolute;
  49.     height: 51px;
  50.     width: 51px;
  51.     background: transparent url("fullsize-loading-bg.png") no-repeat left top;
  52.     text-align: center;
  53.     line-height: 0;
  54. }
  55.  
  56. #lightbox-loading-inner {
  57.     z-index: 1001;
  58.     height: 100%;
  59.     width: 100%;
  60.     background: transparent url("fullsize-loading-spinner.gif") no-repeat center center;
  61. }
  62.  
  63.  
  64. #lightbox-nav {
  65.     position: absolute;
  66.     top: 0;
  67.     left: 0;
  68.     height: 100%;
  69.     width: 100%;
  70.     z-index: 10;
  71. }
  72. #lightbox-container-image-box > #lightbox-nav { left: 0; }
  73. #lightbox-nav a { outline: none;}
  74.  
  75. #lightbox-nav-btnPrev {
  76.     width: 20%;
  77. }
  78.  
  79. #lightbox-nav-btnNext {
  80.     width: 80%;
  81. }
  82.  
  83. #lightbox-nav-btnPrev, #lightbox-nav-btnNext {
  84.     height: 100%;
  85.     zoom: 1;
  86.     display: block;
  87. }
  88. #lightbox-nav-btnPrev { 
  89.     left: 0; 
  90.     float: left;
  91. }
  92. #lightbox-nav-btnNext { 
  93.     right: 0; 
  94.     float: right;
  95. }
  96. #lightbox-container-image-data-box {
  97.     background: transparent url("fullsize-title-bg.png") repeat-x left top;
  98.     margin: 0 auto;
  99.     line-height: 1.4em;
  100.     overflow: auto;
  101.     width: 0px;
  102.         -webkit-box-shadow: 0 2px 16px #000;
  103. }
  104. #lightbox-container-image-data {
  105.     padding: 0px; 
  106.     color: #DDD; 
  107.         max-width:100%;
  108. }
  109. #lightbox-container-image-data #lightbox-image-details { 
  110.     text-align: left;
  111.     white-space:nowrap;
  112.     overflow:hidden;
  113. }
  114.  
  115. #lightbox-image-details {
  116.     position:relative;
  117.     max-width:100%;
  118.     overflow:hidden;
  119.     font-weight: bold;
  120.     font-size: 11px;
  121.     font-family: "Lucida Grande", sans-serif;
  122.     margin: .3em .7em .3em .7em;
  123. }
  124. #lightbox-image-details-caption { font-weight: bold; overflow:hidden; max-width:100%; margin:1px 0px 3px 3px; padding: 0.1em 0 0 0;}
  125. #lightbox-image-details-currentNumber {
  126.     max-width:100%;
  127.     margin:1px 3px 3px 0px;
  128.     padding: 0.1em 0 0 0;
  129. }
  130. #lightbox-secNav {
  131.  
  132. }
  133. #lightbox-secNav-btnClose {
  134.     width: auto; 
  135.     float: right;
  136.     padding: 0.1em 0 0 0;
  137.     text-decoration: none;
  138.     background: transparent url("fullsize-close.png") no-repeat left top;
  139.  
  140.     display: block;
  141.     margin: 1px 3px 3px 0px;
  142.     width: 16px;
  143.     height: 16px;
  144.     text-decoration: none;
  145.     z-index: 1000;
  146. }
  147.  
  148. #lightbox-secNav-btnClose:hover {
  149.         background-position: right top;
  150. }
  151.  
  152. #lightbox-secNav-btnContext {
  153.         padding: 0.2em 0.7em;
  154.         float: right;
  155.         padding: 0.1em 0 0 0;
  156.         text-decoration: none;
  157.         background: transparent url("fullsize-popout-hover-lessalpha.png") no-repeat left top;
  158.             
  159.         display: block;
  160.         margin: 1px 3px 3px 3px;
  161.         width: 16px;
  162.         height: 16px;
  163.         text-decoration: none;
  164.         z-index: 1000;
  165.  
  166. }
  167.  
  168. #lightbox-secNav-btnContext:hover {
  169.         background-position: right top;
  170. }
  171.  
  172. .hover-icon {
  173.     position: absolute;
  174.     margin: 0;
  175.     margin-top: 4px;
  176.     padding: 0;
  177.     width: 30px;
  178.     height: 30px;
  179.     background: transparent url("fullsize-icon.png") no-repeat left top;
  180.     z-index: 950;
  181.     cursor: pointer;
  182. }
  183.  
  184.