You are here

views_galleriffic_default.css in Views Galleriffic 6

Same filename and directory in other branches
  1. 7 css/views_galleriffic_default.css
/* Views Galleriffic default css
 * Based off of css from original: http://www.twospy.com/galleriffic/index.html
 */

#galleriffic {
  width: 725px;
  height: 550px;
}

#galleriffic .content {
  float: right;
  width: 505px;
}
#galleriffic .content a, #galleriffic .navigation a {
  text-decoration: none;
  color: #777;
}
#galleriffic .content  a:focus, #galleriffic .content  a:hover, #galleriffic .content  a:active {
  text-decoration: underline;
}
#galleriffic .controls {
  width: 508px;
}
#galleriffic .controls a {
  padding: 0 5px;
}
#galleriffic .ss-controls {
  float: left;
}
#galleriffic .nav-controls {
  float: right;
}

#galleriffic .loader {
  background-image: url('loader.gif');
  background-repeat: no-repeat;
  background-position: center;
  width: 510px;
  height: 350px
}
#galleriffic .slideshow {
  height: 350px;
  position: relative;
}
#galleriffic .slideshow img {
  border: none;
  display: block;
}
#galleriffic .download {
  float: right;
}
#galleriffic .image-title {
  font-weight: bold;
  font-size: 1.4em;
}
#galleriffic .image-desc {
  line-height: 1.3em;
  padding-top: 12px;
}
#galleriffic #thumbs {
  float: left;
  width: 198px;
}
#galleriffic ul.thumbs {
  clear: both;
  margin: 0;
  padding: 0;
}
#galleriffic ul.thumbs li { 
  float: left;
  padding: 0;
  margin: 5px 10px 5px 0;
  list-style: none;
}
#galleriffic a.thumb {
  padding: 2px;
  display: block;
  border: 1px solid #ccc;
}
#galleriffic ul.thumbs li.selected a.thumb {
   background: #000;
}
#galleriffic a.thumb:focus {
  outline: none;
}
#galleriffic ul.thumbs img {
  border: none;
  display: block;
}
#galleriffic .pagination {
  clear: both;
}
#galleriffic .navigation.top {
  margin-bottom: 12px;
  height: 11px;
}
#galleriffic .navigation.bottom {
  margin-top: 12px;
}
#galleriffic .pagination a, #galleriffic .pagination span.current {
  display: block;
  float: left;
  margin-right: 2px;
  padding: 4px 7px 2px 7px;
  border: 1px solid #ccc;
}
#galleriffic .pagination a:hover {
  background-color: #eee;
  text-decoration: none;
}
#galleriffic .pagination span.current {
  font-weight: bold;
  background-color: #000;
  border-color: #000;
  color: #fff;
}
#galleriffic .slideshow,
#galleriffic .loader,
#galleriffic .slideshow a.advance-link,
#galleriffic .caption-container {
  clear: both;
}
#galleriffic .slideshow-container {
  position: relative;
  clear: both;
  float: left;
}
#galleriffic .loader {
  position: absolute;
  background-image: url('loader.gif');
  background-repeat: no-repeat;
  background-position: center;
}
#galleriffic .slideshow span.image-wrapper {
  display: block;
  position: absolute;
  left: 0;
}
#galleriffic .slideshow a.advance-link {
  display: block;
  line-height: 402px; /* This should be set to be at least the height of the largest image in the slideshow with padding */
  text-align: center;
  display: block;
}
#galleriffic .slideshow a.advance-link img {
  padding: 2px;
  border: 1px solid #ccc;
}
#galleriffic .slideshow a.advance-link:hover,
#galleriffic .slideshow a.advance-link:active,
#galleriffic .slideshow a.advance-link:visited {
  text-decoration: none;
}
#galleriffic .caption-container {
  padding: 0 0 0 2px;
  position: relative;
  margin-top: 20px;
}
#galleriffic #caption {
  position: relative;
}
#galleriffic .caption {
  padding: 0 5px;
}
#galleriffic span.image-wrapper {
  top: 0;
  width: 100%;
  position: absolute;
}
#galleriffic span.image-caption {
  display: block;
  top: 0;
  left: 0;
  border: 1px solid #ccc;
  background-color: #eaeaea;
  width: 100%;
  margin-top: 20px;
  position: absolute;
}
#galleriffic .ellipsis {
  float: left;
}

File

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