iabeleda

gallery.css

May 10th, 2011
41
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.17 KB | None | 0 0
  1. @charset "UTF-8";
  2. /* CSS Document */
  3.  
  4. #gallery_container {
  5. height: 470px;
  6. width: 785px;
  7. border: 7px solid #FFF;
  8.  
  9. }
  10. .gallery_type {
  11. margin: 0px;
  12. padding: 0px;
  13. height: 58px;
  14. width: 785px;
  15. }
  16. .gallery_thumbnails {
  17. padding: 0px;
  18. float: left;
  19. width: 426px;
  20. height: 349px;
  21. margin-top: 10px;
  22. margin-right: 0px;
  23. margin-bottom: 0px;
  24. margin-left: 10px;
  25. }
  26. .gallery_thumbnails a {
  27. display: block;
  28. padding: 0px;
  29. float: left;
  30. height: 75px;
  31. width: 75px;
  32. margin-top: 0px;
  33. margin-right: 8px;
  34. margin-bottom: 8px;
  35. margin-left: 0px;
  36. border: 1px solid #636363;
  37. }
  38. a img {
  39. border-top-style: none;
  40. border-right-style: none;
  41. border-bottom-style: none;
  42. border-left-style: none;
  43. }
  44. .gallery_thumbnails a:hover {
  45. border-top-width: 1px;
  46. border-right-width: 1px;
  47. border-bottom-width: 1px;
  48. border-left-width: 1px;
  49. border-top-color: #7a0026;
  50. border-right-color: #7a0026;
  51. border-bottom-color: #7a0026;
  52. border-left-color: #7a0026;
  53. }
  54. .gallery_thumbnails a.selected {
  55. border-top-color: #7a0026;
  56. border-right-color: #7a0026;
  57. border-bottom-color: #7a0026;
  58. border-left-color: #7a0026;
  59. }
  60. .gallery_preview {
  61. margin-top: 10px;
  62. margin-right: 0px;
  63. margin-left: 0px;
  64. margin-bottom:0px;
  65. padding: 0px;
  66. float: right;
  67. height: 349px;
  68. width: 349px;
  69. }
  70. .gallery_preview a {
  71. display: block;
  72. margin: 0px;
  73. padding: 0px;
  74. height: 349px;
  75. width: 349px;
  76. border: 1px solid 636363;
  77. }
  78. .gallery_preview a:hover {
  79. border-top-color: #7a0026;
  80. border-right-color: #7a0026;
  81. border-bottom-color: #7a0026;
  82. border-left-color: #7a0026;
  83. }
  84. .gallery_contact {
  85. background-color: #F69;
  86. float: left;
  87. height: 35px;
  88. width: 416px;
  89. padding-top: 0px;
  90. padding-right: 10px;
  91. padding-bottom: 0px;
  92. padding-left: 0px;
  93. margin-left: 10px;
  94. margin-top: 0px;
  95. margin-bottom: 0px;
  96. margin-right: 0px;
  97. text-align: right;
  98. }
  99. .gallery_caption {
  100. background-color: #F90;
  101. margin: 0;
  102. padding-left: 10px;
  103. float: right;
  104. height: 35px;
  105. width: 339px;
  106. }
  107. .gallery_bottom {
  108. }
  109. .clear_both {
  110. line-height: 1px;
  111. clear: both;
  112. }
  113. .gallery_credit {
  114. }
  115. .gallery_top {
  116. margin: 0px;
  117. padding: 0px;
  118. height: 58px;
  119. width: 800px;
  120. }
  121. .gallery_content {
Advertisement
Add Comment
Please, Sign In to add comment