orman.css 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100
  1. /*
  2. Skin Name: Orman Theme
  3. Skin URI: http://nivo.dev7studios.com
  4. Skin Type: fixed
  5. Image Width: 568
  6. Image Height: 268
  7. Description: A light and green skin for the Nivo Slider.
  8. Version: 1.0
  9. Author: Gilbert Pellegrom & Orman Clark
  10. Author URI: http://dev7studios.com
  11. */
  12. .theme-orman.slider-wrapper {
  13. background:url(slider.png) no-repeat;
  14. width:722px;
  15. height:337px;
  16. margin:0 auto;
  17. padding-top:18px;
  18. position:relative;
  19. }
  20. .theme-orman .nivoSlider {
  21. position:relative;
  22. width:568px;
  23. height:268px;
  24. margin-left:77px;
  25. background:url(loading.gif) no-repeat 50% 50%;
  26. }
  27. .theme-orman .nivoSlider img {
  28. position:absolute;
  29. top:0px;
  30. left:0px;
  31. display:none;
  32. width:568px; /* Make sure your images are the same size */
  33. height:268px; /* Make sure your images are the same size */
  34. }
  35. .theme-orman .nivoSlider a {
  36. border:0;
  37. display:block;
  38. }
  39. .theme-orman .nivo-controlNav {
  40. position:absolute;
  41. left:50%;
  42. bottom:-60px;
  43. margin-left:-30px; /* Tweak this to center bullets */
  44. }
  45. .theme-orman .nivo-controlNav a {
  46. display:block;
  47. width:10px;
  48. height:10px;
  49. background:url(bullets.png) no-repeat;
  50. text-indent:-9999px;
  51. border:0;
  52. margin-right:7px;
  53. float:left;
  54. }
  55. .theme-orman .nivo-controlNav a.active {
  56. background-position:0 -10px;
  57. }
  58. .theme-orman .nivo-directionNav a {
  59. display:block;
  60. width:25px;
  61. height:200px;
  62. background:url(arrows.png) no-repeat 0% 50%;
  63. text-indent:-9999px;
  64. border:0;
  65. top:40px;
  66. }
  67. .theme-orman a.nivo-nextNav {
  68. background-position:100% 50%;
  69. right:-40px;
  70. padding-right:20px;
  71. }
  72. .theme-orman a.nivo-prevNav {
  73. left:-40px;
  74. padding-left:20px;
  75. }
  76. .theme-orman .nivo-caption {
  77. font-family: Helvetica, Arial, sans-serif;
  78. }
  79. .theme-orman .nivo-caption a {
  80. color:#fff;
  81. border-bottom:1px dotted #fff;
  82. }
  83. .theme-orman .nivo-caption a:hover {
  84. color:#fff;
  85. }
  86. .theme-orman .ribbon {
  87. background:url(ribbon.png) no-repeat;
  88. width:111px;
  89. height:111px;
  90. position:absolute;
  91. top:-3px;
  92. left:56px;
  93. z-index:300;
  94. }