Advertisement
Guest User

Untitled

a guest
Apr 7th, 2013
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.33 KB | None | 0 0
  1. #lightbox {
  2. position: absolute;
  3. left: 0;
  4. width: 100%;
  5. z-index: 999;
  6. text-align: center;
  7. line-height: 0;
  8. }
  9. #imageDataContainer {
  10. font: 13px Arial, Verdana, Helvetica, sans-serif;
  11. background-color: #fff;
  12. margin: 0 auto;
  13. line-height: 1.6em;
  14. }
  15. #outerImageContainer {
  16. position: relative;
  17. background-color: #fff;
  18. margin: 0 auto;
  19. }
  20. #imageContainer {
  21. padding: 10px;
  22. }
  23. #loading {
  24. position: absolute;
  25. top: 40%;
  26. left: 0%;
  27. height: 25%;
  28. width: 100%;
  29. text-align: center;
  30. line-height: 0;
  31. }
  32. #fqpdentro {
  33. background: #FFF;
  34. background-size: 121% 102%;
  35. box-shadow: #000 0 0 3px;
  36. height: 83px;
  37. margin-top: 3px;
  38. padding: 1px 54px 5px;
  39. width: 84.3%;
  40. }
  41. #fqpdentroin {
  42. overflow: hidden;
  43. margin-left: -12px;
  44. width: 500%;
  45. position: relative;
  46. left: -0px;
  47. -webkit-transition: all .5s;
  48. }
  49. .stepcarousel {
  50. position: relative;
  51. overflow: scroll;
  52. width: 540px;
  53. height: 83px;
  54. }
  55. .stepcarousel .belt, .stepcarouselcat .belt {
  56. position: absolute;
  57. left: 0;
  58. top: 0;
  59. }
  60. .stepcarousel .panel {
  61. border-right: 1px solid #DEDEDE;
  62. float: left;
  63. overflow: hidden;
  64. padding: 9px 9px 9px 9px;
  65. width: 110px;
  66. }
  67. #artigo .lightbox {
  68. position: relative;
  69. display: block;
  70. margin: 0 auto;
  71. }
  72. #artigo a {
  73. color: #36c;
  74. }
  75. #artigo img {
  76. max-width: 630px;
  77. }
  78. .stepcarousel .panel img, .stepcarouselcat .panel img {
  79. margin-right: 5px;
  80. float: left;
  81. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement