You are here

fractionslider.css in Views FractionSlider 7

.fractionslider-wrapper {
    background: none repeat scroll 0 0 #1B1B1B;
    border: 1px solid #000000;
    box-shadow: 0 3px 5px #666666;
}
.fractionslider {
    height: 500px;
}
.fractionslider .views-field {
    color: #FFFFFF;
    position: absolute;
    top: -200px;
    white-space: normal;
    z-index: 8000;
}
.fraction-slider {
    height: 100%;
    overflow: visible;
    position: relative;
    width: 100%;
}
.fraction-slider .slide {
    display: none;
    height: 100%;
    position: absolute;
    width: 100%;
    z-index: 5000;
}
.fraction-slider .active-slide {
    z-index: 9999;
}
.fraction-slider .fs_obj {
    display: none;
    left: 100%;
    position: absolute;
    top: 0;
    z-index: 7000;
}
.fraction-slider .fs_fixed_obj {
    left: 0;
    z-index: 6000;
}
.fraction-slider .fs_obj * {
    display: inline-block;
    left: 0;
    position: relative;
    top: 0;
}
.fs_loader {
    background: url("images/fs.spinner.gif") no-repeat scroll center center transparent;
    height: 400px;
    width: 100%;
}
.fraction-slider .prev, .fraction-slider .next {
    display: none;
    height: 45px;
    position: absolute;
    width: 45px;
    z-index: 9999;
}
.fraction-slider .prev {
    background: url("images/fs.prevnext.png") no-repeat scroll 0 0 transparent;
    left: 10px;
    top: 45%;
}
.fraction-slider .prev:hover {
    background: url("images/fs.prevnext.png") no-repeat scroll 0 -45px transparent;
}
.fraction-slider .next {
    background: url("images/fs.prevnext.png") no-repeat scroll -45px 0 transparent;
    right: 10px;
    top: 185px;
}
.fraction-slider .next:hover {
    background: url("images/fs.prevnext.png") no-repeat scroll -45px -45px transparent;
}
.fraction-slider:hover .prev, .fraction-slider:hover .next {
    display: block;
}
.fs-pager-wrapper {
    bottom: 10px;
    left: 10px;
    position: absolute;
    z-index: 9999;
}
.fs-pager-wrapper a {
    background: url("images/fs.pager.png") no-repeat scroll 0 -14px transparent;
    display: inline-block;
    height: 14px;
    margin: 0 5px 0 0;
    width: 14px;
}
.fs-pager-wrapper .active {
    background: url("images/fs.pager.png") no-repeat scroll 0 0 transparent;
}

File

fractionslider/css/fractionslider.css
View source
  1. .fractionslider-wrapper {
  2. background: none repeat scroll 0 0 #1B1B1B;
  3. border: 1px solid #000000;
  4. box-shadow: 0 3px 5px #666666;
  5. }
  6. .fractionslider {
  7. height: 500px;
  8. }
  9. .fractionslider .views-field {
  10. color: #FFFFFF;
  11. position: absolute;
  12. top: -200px;
  13. white-space: normal;
  14. z-index: 8000;
  15. }
  16. .fraction-slider {
  17. height: 100%;
  18. overflow: visible;
  19. position: relative;
  20. width: 100%;
  21. }
  22. .fraction-slider .slide {
  23. display: none;
  24. height: 100%;
  25. position: absolute;
  26. width: 100%;
  27. z-index: 5000;
  28. }
  29. .fraction-slider .active-slide {
  30. z-index: 9999;
  31. }
  32. .fraction-slider .fs_obj {
  33. display: none;
  34. left: 100%;
  35. position: absolute;
  36. top: 0;
  37. z-index: 7000;
  38. }
  39. .fraction-slider .fs_fixed_obj {
  40. left: 0;
  41. z-index: 6000;
  42. }
  43. .fraction-slider .fs_obj * {
  44. display: inline-block;
  45. left: 0;
  46. position: relative;
  47. top: 0;
  48. }
  49. .fs_loader {
  50. background: url("images/fs.spinner.gif") no-repeat scroll center center transparent;
  51. height: 400px;
  52. width: 100%;
  53. }
  54. .fraction-slider .prev, .fraction-slider .next {
  55. display: none;
  56. height: 45px;
  57. position: absolute;
  58. width: 45px;
  59. z-index: 9999;
  60. }
  61. .fraction-slider .prev {
  62. background: url("images/fs.prevnext.png") no-repeat scroll 0 0 transparent;
  63. left: 10px;
  64. top: 45%;
  65. }
  66. .fraction-slider .prev:hover {
  67. background: url("images/fs.prevnext.png") no-repeat scroll 0 -45px transparent;
  68. }
  69. .fraction-slider .next {
  70. background: url("images/fs.prevnext.png") no-repeat scroll -45px 0 transparent;
  71. right: 10px;
  72. top: 185px;
  73. }
  74. .fraction-slider .next:hover {
  75. background: url("images/fs.prevnext.png") no-repeat scroll -45px -45px transparent;
  76. }
  77. .fraction-slider:hover .prev, .fraction-slider:hover .next {
  78. display: block;
  79. }
  80. .fs-pager-wrapper {
  81. bottom: 10px;
  82. left: 10px;
  83. position: absolute;
  84. z-index: 9999;
  85. }
  86. .fs-pager-wrapper a {
  87. background: url("images/fs.pager.png") no-repeat scroll 0 -14px transparent;
  88. display: inline-block;
  89. height: 14px;
  90. margin: 0 5px 0 0;
  91. width: 14px;
  92. }
  93. .fs-pager-wrapper .active {
  94. background: url("images/fs.pager.png") no-repeat scroll 0 0 transparent;
  95. }