default.css 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475
  1. /*
  2. Skin Name: Nivo Slider Default Theme
  3. Skin URI: http://nivo.dev7studios.com
  4. Skin Type: flexible
  5. Description: The default skin for the Nivo Slider.
  6. Version: 1.0
  7. Author: Gilbert Pellegrom
  8. Author URI: http://dev7studios.com
  9. */
  10. .nivoSlider {
  11. position:relative;
  12. background:#fff url(loading.gif) no-repeat 50% 50%;
  13. margin-bottom:50px;
  14. -webkit-box-shadow: 0px 5px 5px 0px #000;
  15. -moz-box-shadow: 0px 5px 5px 0px #000;
  16. box-shadow: 0px 5px 5px 0px #000;
  17. }
  18. .nivoSlider img {
  19. position:absolute;
  20. top:0px;
  21. left:0px;
  22. display:none;
  23. }
  24. .nivoSlider a {
  25. border:0;
  26. display:block;
  27. }
  28. .nivo-controlNav {
  29. position:absolute;
  30. left:50%;
  31. bottom:-42px;
  32. margin-left:-40px; /* Tweak this to center bullets */
  33. }
  34. .nivo-controlNav a {
  35. display:block;
  36. width:22px;
  37. height:22px;
  38. background:url(bullets.png) no-repeat;
  39. text-indent:-9999px;
  40. border:0;
  41. margin-right:3px;
  42. float:left;
  43. }
  44. .nivo-controlNav a.active {
  45. background-position:0 -22px;
  46. }
  47. .nivo-directionNav a {
  48. display:block;
  49. width:30px;
  50. height:30px;
  51. background:url(arrows.png) no-repeat;
  52. text-indent:-9999px;
  53. border:0;
  54. }
  55. a.nivo-nextNav {
  56. background-position:-30px 0;
  57. right:15px;
  58. }
  59. a.nivo-prevNav {
  60. left:15px;
  61. }
  62. .nivo-caption {
  63. font-family: Helvetica, Arial, sans-serif;
  64. }
  65. .nivo-caption a {
  66. color:#fff;
  67. border-bottom:1px dotted #fff;
  68. }
  69. .nivo-caption a:hover {
  70. color:#fff;
  71. }