persephone.css 1.4 KB

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