Guest User

Untitled

a guest
Jan 24th, 2018
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.68 KB | None | 0 0
  1. .portfolio-slideshow {
  2. z-index: 0 !important
  3. }
  4.  
  5. div.slideshow-wrapper {
  6. visibility: hidden;
  7. margin:0 0 10px 0;
  8. }
  9.  
  10. /* clearfix */
  11. div.slideshow-wrapper:after {
  12. visibility: hidden;
  13. display: block;
  14. font-size: 0;
  15. content: " ";
  16. clear: both;
  17. height: 0;
  18. }
  19. * html div.slideshow-wrapper:after { zoom: 1; } /* IE6 */
  20. *:first-child+html div.slideshow-wrapper:after { zoom: 1; } /* IE7 */
  21.  
  22.  
  23. div.slideshow-wrapper .inactive {
  24. cursor: default;
  25. filter:alpha(opacity=40);
  26. opacity: 0.2
  27. }
  28.  
  29. div.portfolio-slideshow .not-first {
  30. display: none
  31. }
  32.  
  33.  
  34. .slideshow-content img {
  35. margin: 0!important;
  36. border: none!important;
  37. padding: 0!important;
  38. max-width: none!important
  39. }
  40.  
  41. .slideshow-content.fade img {
  42. max-width: 100%!important;
  43. }
  44.  
  45.  
  46. div.slideshow-content.fade {
  47. width: 100%
  48. }
  49.  
  50. div.slideshow-nav{
  51. padding: 5px 0 6px
  52. }
  53.  
  54. div.slideshow-nav a{
  55. color: #444;
  56. text-decoration: underline
  57. }
  58.  
  59. div.slideshow-nav a.pause, div.slideshow-nav a.play{
  60. margin: 0 15px 0 0
  61. }
  62.  
  63. div.slideshow-nav a.slideshow-prev{
  64. margin: 0 10px 0 0
  65. }
  66.  
  67. div.slideshow-nav a.slideshow-next{
  68. margin: 0 25px 0 10px
  69. }
  70.  
  71. div.slideshow-thumbs{
  72. width: 600px
  73. margin:0;
  74. }
  75.  
  76. div.slideshow-thumbs img{
  77. height: 75px;
  78. width: 75px
  79. }
  80.  
  81. div.slideshow-thumbs ul.slides{
  82. margin: 0;
  83. padding: 0
  84. }
  85.  
  86. div.slideshow-thumbs li{
  87. display: block;
  88. float: left;
  89. list-style-type: none;
  90. padding: 0 10px 0 0
  91. }
  92.  
  93. .slides a img.attachment-thumbnail{
  94. filter:alpha(opacity=50);
  95. opacity: 0.5
  96. }
  97.  
  98. .slides li a.activeSlide img.attachment-thumbnail,.slides li.activeSlide a img.attachment-thumbnail{
  99. filter:alpha(opacity=100);
  100. opacity: 1
  101. }
  102.  
  103. .slideshow-holder{
  104. background: url(lib/images/ajax-loader.gif) no-repeat 80px 60px;
  105. height: 150px;
  106. position: absolute;
  107. width: 150px
  108. }
Add Comment
Please, Sign In to add comment