hephaistos.css 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081
  1. /*-----------------------------------------------------------------------------
  2. - Revolution Slider 5.0 Navigatin Skin Style -
  3. HEPHAISTOS SKIN
  4. author: ThemePunch
  5. email: info@themepunch.com
  6. website: http://www.themepunch.com
  7. -----------------------------------------------------------------------------*/
  8. /* ARROWS */
  9. .hephaistos.tparrows {
  10. cursor:pointer;
  11. background:#000;
  12. background:rgba(0,0,0,0.5);
  13. width:40px;
  14. height:40px;
  15. position:absolute;
  16. display:block;
  17. z-index:100;
  18. border-radius:50%;
  19. }
  20. .hephaistos.tparrows:hover {
  21. background:#000;
  22. }
  23. .hephaistos.tparrows:before {
  24. font-family: "revicons";
  25. font-size:18px;
  26. color:#fff;
  27. display:block;
  28. line-height: 40px;
  29. text-align: center;
  30. }
  31. .hephaistos.tparrows.tp-leftarrow:before {
  32. content: "\e82c";
  33. margin-left:-2px;
  34. }
  35. .hephaistos.tparrows.tp-rightarrow:before {
  36. content: "\e82d";
  37. margin-right:-2px;
  38. }
  39. /* BULLETS */
  40. .hephaistos.tp-bullets {
  41. }
  42. .hephaistos.tp-bullets:before {
  43. content:" ";
  44. position:absolute;
  45. width:100%;
  46. height:100%;
  47. background:transparent;
  48. padding:10px;
  49. margin-left:-10px;margin-top:-10px;
  50. box-sizing:content-box;
  51. }
  52. .hephaistos .tp-bullet {
  53. width:12px;
  54. height:12px;
  55. position:absolute;
  56. background:#999;
  57. border:3px solid #f5f5f5;
  58. border-radius:50%;
  59. cursor: pointer;
  60. box-sizing:content-box;
  61. box-shadow: 0px 0px 2px 1px rgba(130,130,130, 0.3);
  62. }
  63. .hephaistos .tp-bullet:hover,
  64. .hephaistos .tp-bullet.selected {
  65. background:#fff;
  66. border-color:#000;
  67. }
  68. .hephaistos .tp-bullet-image {
  69. }
  70. .hephaistos .tp-bullet-title {
  71. }