galleriffic-5.css 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197
  1. div#container {
  2. overflow: hidden;
  3. }
  4. div.content {
  5. display: none;
  6. clear: both;
  7. }
  8. div.content a, div.navigation a {
  9. text-decoration: none;
  10. }
  11. div.content a:hover, div.content a:active {
  12. text-decoration: underline;
  13. }
  14. div.navigation a.pageLink {
  15. height: 77px;
  16. line-height: 77px;
  17. }
  18. div.controls {
  19. margin-top: 5px;
  20. height: 23px;
  21. }
  22. div.controls a {
  23. padding: 5px;
  24. }
  25. div.ss-controls {
  26. float: left;
  27. }
  28. div.nav-controls {
  29. float: right;
  30. }
  31. div.slideshow-container,
  32. div.loader,
  33. div.slideshow a.advance-link {
  34. width: 510px; /* This should be set to be at least the width of the largest image in the slideshow with padding */
  35. }
  36. div.loader,
  37. div.slideshow a.advance-link,
  38. div.caption-container {
  39. height: 502px; /* This should be set to be at least the height of the largest image in the slideshow with padding */
  40. }
  41. div.slideshow-container {
  42. position: relative;
  43. clear: both;
  44. float: left;
  45. height: 532px;
  46. }
  47. div.loader {
  48. position: absolute;
  49. top: 0;
  50. left: 0;
  51. background-image: url('images/loader.gif');
  52. background-repeat: no-repeat;
  53. background-position: center;
  54. }
  55. div.slideshow span.image-wrapper {
  56. display: block;
  57. position: absolute;
  58. top: 30px;
  59. left: 0;
  60. }
  61. div.slideshow a.advance-link {
  62. display: block;
  63. line-height: 502px; /* This should be set to be at least the height of the largest image in the slideshow with padding */
  64. text-align: center;
  65. }
  66. div.slideshow a.advance-link:hover,
  67. div.slideshow a.advance-link:active,
  68. div.slideshow a.advance-link:visited {
  69. text-decoration: none;
  70. }
  71. div.slideshow a.advance-link:focus {
  72. outline: none;
  73. }
  74. div.slideshow img {
  75. border-style: solid;
  76. border-width: 1px;
  77. }
  78. div.caption-container {
  79. float: right;
  80. position: relative;
  81. margin-top: 30px;
  82. }
  83. span.image-caption {
  84. display: block;
  85. position: absolute;
  86. top: 0;
  87. left: 0;
  88. }
  89. div.caption-container, span.image-caption {
  90. width: 334px;
  91. }
  92. div.caption {
  93. padding: 0 12px;
  94. }
  95. div.image-title {
  96. font-weight: bold;
  97. font-size: 1.4em;
  98. }
  99. div.image-desc {
  100. line-height: 1.3em;
  101. padding-top: 12px;
  102. }
  103. div.download {
  104. margin-top: 8px;
  105. }
  106. div.photo-index {
  107. position: absolute;
  108. bottom: 0;
  109. left: 0;
  110. padding: 0 12px;
  111. }
  112. div.navigation-container {
  113. float: left;
  114. position: relative;
  115. left: 50%;
  116. }
  117. div.navigation {
  118. float: left;
  119. position: relative;
  120. left: -50%;
  121. }
  122. div.navigation a.pageLink {
  123. display: block;
  124. position: relative;
  125. float: left;
  126. margin: 2px;
  127. width: 16px;
  128. background-position:center center;
  129. background-repeat:no-repeat;
  130. }
  131. div.navigation a.pageLink:focus {
  132. outline: none;
  133. }
  134. ul.thumbs {
  135. position: relative;
  136. float: left;
  137. margin: 0;
  138. padding: 0;
  139. }
  140. ul.thumbs li {
  141. float: left;
  142. padding: 0;
  143. margin: 2px;
  144. list-style: none;
  145. }
  146. a.thumb {
  147. padding: 1px;
  148. display: block;
  149. }
  150. a.thumb:focus {
  151. outline: none;
  152. }
  153. ul.thumbs img {
  154. border: none;
  155. display: block;
  156. }
  157. div.pagination {
  158. clear: both;
  159. position: relative;
  160. left: -50%;
  161. }
  162. div.pagination a, div.pagination span.current, div.pagination span.ellipsis {
  163. position: relative;
  164. display: block;
  165. float: left;
  166. margin-right: 2px;
  167. padding: 4px 7px 2px 7px;
  168. border: 1px solid #ccc;
  169. }
  170. div.pagination a:hover {
  171. text-decoration: none;
  172. }
  173. div.pagination span.current {
  174. font-weight: bold;
  175. }
  176. div.pagination span.ellipsis {
  177. border: none;
  178. padding: 5px 0 3px 2px;
  179. }
  180. div.gallery-gutter {
  181. clear: both;
  182. padding-bottom: 20px;
  183. }