galleriffic-1.css 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161
  1. div.content {
  2. /* The display of content is enabled using jQuery so that the slideshow content won't display unless javascript is enabled. */
  3. display: none;
  4. float: right;
  5. width: 550px;
  6. }
  7. div.content a, div.navigation a {
  8. text-decoration: none;
  9. color: #777;
  10. }
  11. div.content a:focus, div.content a:hover, div.content a:active {
  12. text-decoration: underline;
  13. }
  14. div.controls {
  15. margin-top: 5px;
  16. height: 23px;
  17. }
  18. div.controls a {
  19. padding: 5px;
  20. }
  21. div.ss-controls {
  22. float: left;
  23. }
  24. div.nav-controls {
  25. float: right;
  26. }
  27. div.slideshow-container {
  28. position: relative;
  29. clear: both;
  30. height: 502px; /* This should be set to be at least the height of the largest image in the slideshow */
  31. }
  32. div.loader {
  33. position: absolute;
  34. top: 0;
  35. left: 0;
  36. background-image: url('loader.gif');
  37. background-repeat: no-repeat;
  38. background-position: center;
  39. width: 550px;
  40. height: 502px; /* This should be set to be at least the height of the largest image in the slideshow */
  41. }
  42. div.slideshow {
  43. }
  44. div.slideshow span.image-wrapper {
  45. display: block;
  46. position: absolute;
  47. top: 0;
  48. left: 0;
  49. }
  50. div.slideshow a.advance-link {
  51. display: block;
  52. width: 550px;
  53. height: 502px; /* This should be set to be at least the height of the largest image in the slideshow */
  54. line-height: 502px; /* This should be set to be at least the height of the largest image in the slideshow */
  55. text-align: center;
  56. }
  57. div.slideshow a.advance-link:hover, div.slideshow a.advance-link:active, div.slideshow a.advance-link:visited {
  58. text-decoration: none;
  59. }
  60. div.slideshow img {
  61. vertical-align: middle;
  62. border: 1px solid #ccc;
  63. }
  64. div.download {
  65. float: right;
  66. }
  67. div.caption-container {
  68. }
  69. span.image-caption {
  70. display: block;
  71. position: absolute;
  72. }
  73. div.caption {
  74. background-color: #000;
  75. padding: 12px;
  76. color: #ccc;
  77. }
  78. div.caption a {
  79. color: #fff;
  80. }
  81. div.image-title {
  82. font-weight: bold;
  83. font-size: 1.4em;
  84. }
  85. div.image-desc {
  86. line-height: 1.3em;
  87. padding-top: 12px;
  88. }
  89. div.navigation {
  90. /* The navigation style is set using jQuery so that the javascript specific styles won't be applied unless javascript is enabled. */
  91. }
  92. ul.thumbs {
  93. clear: both;
  94. margin: 0;
  95. padding: 0;
  96. }
  97. ul.thumbs li {
  98. float: none;
  99. padding: 0;
  100. margin: 0;
  101. list-style: none;
  102. }
  103. a.thumb {
  104. padding: 0;
  105. display: inline;
  106. border: none;
  107. }
  108. ul.thumbs li.selected a.thumb {
  109. color: #000;
  110. font-weight: bold;
  111. }
  112. a.thumb:focus {
  113. outline: none;
  114. }
  115. ul.thumbs img {
  116. border: none;
  117. display: block;
  118. }
  119. div.pagination {
  120. clear: both;
  121. }
  122. div.navigation div.top {
  123. margin-bottom: 12px;
  124. height: 11px;
  125. }
  126. div.navigation div.bottom {
  127. margin-top: 12px;
  128. }
  129. div.pagination a, div.pagination span.current, div.pagination span.ellipsis {
  130. display: block;
  131. float: left;
  132. margin-right: 2px;
  133. padding: 4px 7px 2px 7px;
  134. border: 1px solid #ccc;
  135. }
  136. div.pagination a:hover {
  137. background-color: #eee;
  138. text-decoration: none;
  139. }
  140. div.pagination span.current {
  141. font-weight: bold;
  142. background-color: #000;
  143. border-color: #000;
  144. color: #fff;
  145. }
  146. div.pagination span.ellipsis {
  147. border: none;
  148. padding: 5px 0 3px 2px;
  149. }
  150. #captionToggle a {
  151. float: right;
  152. display: block;
  153. background-image: url('caption.png');
  154. background-repeat: no-repeat;
  155. background-position: right;
  156. margin-top: 5px;
  157. padding: 5px 30px 5px 5px;
  158. }