galleriffic-2.css 3.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150
  1. div.galleriffic div.gal_main {
  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.galleriffic div.gal_main a, div.galleriffic div.navigation a {
  8. text-decoration: none;
  9. color: #777;
  10. }
  11. div.galleriffic div.gal_main a:focus, div.galleriffic div.gal_main a:hover, div.galleriffic div.gal_main a:active {
  12. text-decoration: underline;
  13. }
  14. div.galleriffic div.controls {
  15. margin-top: 5px;
  16. height: 23px;
  17. }
  18. div.galleriffic div.controls a {
  19. padding: 5px;
  20. }
  21. div.galleriffic div.ss-controls {
  22. float: left;
  23. }
  24. div.galleriffic div.nav-controls {
  25. float: right;
  26. }
  27. div.galleriffic 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.galleriffic 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.galleriffic div.slideshow {
  43. }
  44. div.galleriffic div.slideshow span.image-wrapper {
  45. display: block;
  46. position: absolute;
  47. top: 0;
  48. left: 0;
  49. }
  50. div.galleriffic 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.galleriffic div.slideshow a.advance-link:hover, div.galleriffic div.slideshow a.advance-link:active, div.galleriffic div.slideshow a.advance-link:visited {
  58. text-decoration: none;
  59. }
  60. div.galleriffic div.slideshow img {
  61. vertical-align: middle;
  62. border: 1px solid #ccc;
  63. }
  64. div.galleriffic div.download {
  65. float: right;
  66. }
  67. div.galleriffic div.caption-container {
  68. position: relative;
  69. clear: left;
  70. height: 75px;
  71. }
  72. div.galleriffic span.image-caption {
  73. display: block;
  74. position: absolute;
  75. width: 550px;
  76. top: 0;
  77. left: 0;
  78. }
  79. div.galleriffic div.caption {
  80. padding: 12px;
  81. }
  82. div.galleriffic div.image-title {
  83. font-weight: bold;
  84. font-size: 1.4em;
  85. }
  86. div.galleriffic div.image-desc {
  87. line-height: 1.3em;
  88. padding-top: 12px;
  89. }
  90. div.galleriffic div.navigation {
  91. /* The navigation style is set using jQuery so that the javascript specific styles won't be applied unless javascript is enabled. */
  92. }
  93. div.galleriffic ul.thumbs {
  94. clear: both;
  95. margin: 0;
  96. padding: 0;
  97. }
  98. div.galleriffic ul.thumbs li {
  99. float: left;
  100. padding: 0;
  101. margin: 5px 10px 5px 0;
  102. list-style: none;
  103. }
  104. div.galleriffic a.thumb {
  105. padding: 2px;
  106. display: block;
  107. border: 1px solid #ccc;
  108. }
  109. div.galleriffic ul.thumbs li.selected a.thumb {
  110. background: #000;
  111. }
  112. div.galleriffic a.thumb:focus {
  113. outline: none;
  114. }
  115. ul.thumbs img {
  116. border: none;
  117. display: block;
  118. }
  119. div.galleriffic div.pagination {
  120. clear: both;
  121. }
  122. div.galleriffic div.navigation div.top {
  123. margin-bottom: 12px;
  124. height: 11px;
  125. }
  126. div.navigation div.bottom {
  127. margin-top: 12px;
  128. }
  129. div.galleriffic div.pagination a, div.galleriffic div.pagination span.current, div.galleriffic 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.galleriffic div.pagination a:hover {
  137. background-color: #eee;
  138. text-decoration: none;
  139. }
  140. div.galleriffic div.pagination span.current {
  141. font-weight: bold;
  142. background-color: #000;
  143. border-color: #000;
  144. color: #fff;
  145. }
  146. div.galleriffic div.pagination span.ellipsis {
  147. border: none;
  148. padding: 5px 0 3px 2px;
  149. }