Guest User

Untitled

a guest
Jul 18th, 2012
45
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.49 KB | None | 0 0
  1.  
  2. .highslide-wrapper div {
  3. font-family: Verdana, Helvetica;
  4. font-size: 10pt;
  5. }
  6. .highslide {
  7. cursor: url(js/highslide/graphics/zoomin.cur), pointer;
  8. outline: none;
  9. text-decoration: none;
  10. }
  11. .highslide-active-anchor img {
  12. visibility: hidden;
  13. }
  14. .highslide-wrapper, .drop-shadow {
  15. background: white;
  16. }
  17. .highslide img {
  18. border: 2px solid gray;
  19. }
  20. .highslide:hover img {
  21. border: 2px solid white;
  22. }
  23. .highslide-wrapper {
  24. background: white;
  25. }
  26. .highslide-image {
  27. border: 10px solid white;
  28. }
  29. .highslide-image-blur {
  30. }
  31. .highslide-caption {
  32. display: none;
  33. border: 5px solid white;
  34. border-top: none;
  35. padding: 5px;
  36. background-color: white;
  37. }
  38. .highslide-loading {
  39. display: block;
  40. color: black;
  41. font-size: 8pt;
  42. font-family: sans-serif;
  43. font-weight: bold;
  44. text-decoration: none;
  45. padding: 2px;
  46. border: 1px solid black;
  47. background-color: white;
  48.  
  49. padding-left: 22px;
  50. background-image: url(js/highslide/graphics/loader.white.gif);
  51. background-repeat: no-repeat;
  52. background-position: 3px 1px;
  53. }
  54. a.highslide-credits,
  55. a.highslide-credits i {
  56. padding: 2px;
  57. color: silver;
  58. text-decoration: none;
  59. font-size: 10px;
  60. }
  61. a.highslide-credits:hover,
  62. a.highslide-credits:hover i {
  63. color: white;
  64. background-color: gray;
  65. }
  66.  
  67. a.highslide-full-expand {
  68. background: url(js/highslide/graphics/fullexpand.gif) no-repeat;
  69. display: block;
  70. margin: 0 10px 10px 0;
  71. width: 34px;
  72. height: 34px;
  73. }
Advertisement
Add Comment
Please, Sign In to add comment