pascal.css 2.1 KB

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