You are here

nivo_slider.css in Nivo Slider 6

.nivoSlider {
	margin:30px 30px 60px 30px;
	-moz-box-shadow:0px 0px 10px #333;
	-webkit-box-shadow:0px 0px 10px #333;
	box-shadow:0px 0px 10px #333;
}

.nivo-directionNav a {
	position: static; /* Override default style */
	opacity: 1;  /* Override default style */
	z-index: 0;  /* Override default style */
	display:block;
	width:32px;
	height:34px;
	background:url(images/arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
}

a.nivo-nextNav {
	background-position:-32px 0;
	right:10px;
}

a.nivo-prevNav {
	left:10px;
}

.nivo-controlNav {
  position:absolute;
  left:47%;
  bottom:-30px;
}

.nivo-controlNav a {
	position: static;  /* Override default style */
	z-index: 0;  /* Override default style */
	cursor: auto;  /* Override default style */
	display:block;
	width:10px;
	height:10px;
	background:url(images/bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin-right:3px;
	float:left;
}

.nivo-controlNav a.active {
	background-position:-10px 0;
}

File

nivo_slider.css
View source
  1. .nivoSlider {
  2. margin:30px 30px 60px 30px;
  3. -moz-box-shadow:0px 0px 10px #333;
  4. -webkit-box-shadow:0px 0px 10px #333;
  5. box-shadow:0px 0px 10px #333;
  6. }
  7. .nivo-directionNav a {
  8. position: static; /* Override default style */
  9. opacity: 1; /* Override default style */
  10. z-index: 0; /* Override default style */
  11. display:block;
  12. width:32px;
  13. height:34px;
  14. background:url(images/arrows.png) no-repeat;
  15. text-indent:-9999px;
  16. border:0;
  17. }
  18. a.nivo-nextNav {
  19. background-position:-32px 0;
  20. right:10px;
  21. }
  22. a.nivo-prevNav {
  23. left:10px;
  24. }
  25. .nivo-controlNav {
  26. position:absolute;
  27. left:47%;
  28. bottom:-30px;
  29. }
  30. .nivo-controlNav a {
  31. position: static; /* Override default style */
  32. z-index: 0; /* Override default style */
  33. cursor: auto; /* Override default style */
  34. display:block;
  35. width:10px;
  36. height:10px;
  37. background:url(images/bullets.png) no-repeat;
  38. text-indent:-9999px;
  39. border:0;
  40. margin-right:3px;
  41. float:left;
  42. }
  43. .nivo-controlNav a.active {
  44. background-position:-10px 0;
  45. }