custom.css 1.3 KB

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