chocolat.css 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126
  1. body {
  2. margin: 0;
  3. padding: 0;
  4. }
  5. #Choco_overlay {
  6. background: rgba(0, 0, 0, 0.9) !important;
  7. position: fixed;
  8. top: 0;
  9. left: 0;
  10. z-index: 1000;
  11. width: 100%;
  12. height: 100%;
  13. display: none;
  14. padding: 0;
  15. margin: 0;
  16. }
  17. #Choco_content {
  18. display: none;
  19. width: 800px;
  20. height: 600px;
  21. z-index: 1001;
  22. position: fixed;
  23. left: 50%;
  24. top: 50%;
  25. margin-left: -400px;
  26. margin-top: -300px;
  27. border-top: 1px solid transparent; /*Yes, adjust image perfectly at the center of a box, don't know why.*/
  28. }
  29. #Choco_left_arrow {
  30. float: left;
  31. background-image: url(../images/leftw.gif) !important;
  32. background-position: 12%;
  33. left: -2%;
  34. }
  35. #Choco_right_arrow {
  36. float: right;
  37. background-image: url(../images/rightw.gif) !important;
  38. background-position: 88%;
  39. left: 2%;
  40. }
  41. .Choco_arrows {
  42. background-repeat: no-repeat;
  43. display: none;
  44. position: relative;
  45. cursor: pointer;
  46. width: 49%;
  47. top: -100%;
  48. height: 100%;
  49. margin-top: -30px;
  50. }
  51. #Choco_container_photo {
  52. text-align: center;
  53. width: 800px;
  54. height: 600px;
  55. /*background:url(../images/ajax-loader.gif) center center no-repeat;*/
  56. }
  57. #Choco_container_description {
  58. padding: 0;
  59. height: 26px;
  60. width: 100%;
  61. color: #FFFFFF;
  62. font-family: Tahoma;
  63. clear: both;
  64. position: relative;
  65. font-size: 12px;
  66. margin-top: -5px;
  67. overflow: hidden;
  68. visibility: hidden;
  69. }
  70. #Choco_container_title {
  71. float: left;
  72. padding: 5px;
  73. }
  74. #Choco_container_via {
  75. padding: 5px;
  76. float: right;
  77. }
  78. #Choco_container_via a {
  79. color: gray;
  80. }
  81. #Choco_container_via a:hover {
  82. color: white;
  83. background: gray;
  84. }
  85. #Choco_close {
  86. width: 30px;
  87. height: 25px;
  88. background-image: url(../images/closew.gif) !important;
  89. background-repeat: no-repeat;
  90. z-index: 1002;
  91. cursor: pointer;
  92. margin: 0px 0px 15px 0px;
  93. display: none;
  94. }
  95. #Choco_loading {
  96. width: 9px;
  97. height: 11px;
  98. background-image: url(../images/loading.gif);
  99. background-repeat: no-repeat;
  100. z-index: 1002;
  101. cursor: pointer;
  102. float: right;
  103. margin-top: -20px;
  104. display: none;
  105. }
  106. #Choco_bigImage {
  107. display: none;
  108. position: relative;
  109. width: 100%;
  110. height: 100%;
  111. margin-top: -5px;
  112. }