navstylechange.css 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119
  1. /*******************************************************************************
  2. - BULLETS AND ARROWS ADD ONS TO THE EXISTING VERSION -
  3. *******************************************************************************/
  4. .tp-bannertimer {
  5. background:#777;
  6. background:rgba(0,0,0,0.1);
  7. height:5px;
  8. }
  9. .tp-bullets.simplebullets.navbar {
  10. height: 35px;
  11. padding: 0px 0px;
  12. }
  13. .tp-bullets.simplebullets .bullet {
  14. cursor: pointer;
  15. position: relative !important;
  16. background: rgba(0, 0, 0, 0.5) !important;
  17. -webkit-border-radius: 10px;
  18. border-radius: 10px;
  19. -webkit-box-shadow: none;
  20. -moz-box-shadow: none;
  21. box-shadow: none;
  22. width: 6px !important;
  23. height: 6px !important;
  24. border: 5px solid rgba(0, 0, 0, 0) !important;
  25. display: inline-block;
  26. margin-right: 2px !important;
  27. margin-bottom: 14px !important;
  28. -webkit-transition: background-color 0.2s, border-color 0.2s;
  29. -moz-transition: background-color 0.2s, border-color 0.2s;
  30. -o-transition: background-color 0.2s, border-color 0.2s;
  31. -ms-transition: background-color 0.2s, border-color 0.2s;
  32. transition: background-color 0.2s, border-color 0.2s;
  33. float:none !important;
  34. }
  35. .tp-bullets.simplebullets .bullet.last {
  36. margin-right: 0px
  37. }
  38. .tp-bullets.simplebullets .bullet:hover,
  39. .tp-bullets.simplebullets .bullet.selected {
  40. -webkit-box-shadow: none;
  41. -moz-box-shadow: none;
  42. box-shadow: none;
  43. background: rgba(255, 255, 255, 1) !important;
  44. width: 6px !important;
  45. height: 6px !important;
  46. border: 5px solid rgba(0, 0, 0, 1) !important;
  47. }
  48. .tparrows:before {
  49. font-family: 'revicons';
  50. color: #fff;
  51. font-style: normal;
  52. font-weight: normal;
  53. speak: none;
  54. display: inline-block;
  55. text-decoration: inherit;
  56. margin-right: 0;
  57. margin-top: 9px;
  58. text-align: center;
  59. width: 40px;
  60. font-size: 20px;
  61. }
  62. .tparrows {
  63. cursor: pointer;
  64. background: rgba(0, 0, 0, 0.5) !important;
  65. -webkit-border-radius: 5px;
  66. border-radius: 5px;
  67. width: 40px !important;
  68. height: 40px !important;
  69. }
  70. .tparrows:hover {
  71. color: #fff;
  72. }
  73. .tp-leftarrow:before {
  74. content: '\e824';
  75. }
  76. .tp-rightarrow:before {
  77. content: '\e825';
  78. }
  79. .tparrows.tp-rightarrow:before {
  80. margin-left: 1px;
  81. }
  82. .tparrows:hover {
  83. background: rgba(0, 0, 0, 1) !important;
  84. }
  85. /******************************
  86. - SLIDER NAV STYLE DEMOS -
  87. ********************************/
  88. #slider4container .tparrows:before,
  89. #slider4container .tparrows:hover,
  90. #slider4container .tparrows {
  91. color: #000 !important;
  92. }
  93. #slider4container .tparrows {
  94. background:#fff !important;
  95. background:rgba(255,255,255,0.5) !important;
  96. }
  97. #slider4container .tparrows:hover {
  98. background:#fff !important
  99. }