iabeleda

default.css

May 10th, 2011
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.56 KB | None | 0 0
  1. @charset "UTF-8";
  2. @import url("gallery.css");
  3. * { margin: 0px; padding: 0px; }
  4. body {
  5. background-color: #FFFFFF;
  6. }
  7.  
  8. #wrapper {
  9. margin-right: auto;
  10. margin-left: auto;
  11. width: 800px;
  12. }
  13. #header {
  14. height: 80px;
  15. width: 800px;
  16. border-bottom-width: 1px;
  17. border-bottom-style: solid;
  18. border-bottom-color: #999;
  19. }
  20. #logo {
  21. height: 80px;
  22. width: 250px;
  23. float: left;
  24. }
  25. #logo a img {
  26. margin-top: 20px;
  27. }
  28. #navbar {
  29. float: right;
  30. height: 79px;
  31. width: 500px;
  32. margin-right: 1px;
  33. }
  34. #navbar ul {
  35. list-style: none;
  36. padding-right: 0px;
  37. padding-left: 0px;
  38. float: right;
  39. padding-bottom: 0px;
  40. padding-top: 0px;
  41. margin-top: 64px;
  42. display: block;
  43. }
  44. #navbar li {
  45. display: inline;
  46. text-align: center;
  47. padding-right: 0px;
  48. padding-left: 0px;
  49. }
  50. #navbar a {
  51. display: block;
  52. float: left;
  53. text-decoration: none;
  54. text-align: center;
  55. padding-top: 0px;
  56. padding-right: 0px;
  57. padding-bottom: 0px;
  58. padding-left: 0px;
  59. margin-left: 0.9em;
  60. font-family: Georgia, Verdana, Helvetica Neue, Helvetica;
  61. color: #636363;
  62. font-size: .85em;
  63. }
  64. #navbar a:hover {
  65. color: #7a0026
  66. }
  67. #navbar .active a {
  68. background-image: url(../_images/graphics/activetab.png);
  69. background-position: bottom;
  70. color: #FDF189;
  71. background-repeat: repeat-x;
  72. }
  73. #slpash {
  74. height: 470px;
  75. width: 785px;
  76. border: 7px solid #FFF;
  77. }
  78. #content {
  79. width: 800px;
  80. background-color: #FFF;
  81. }
  82. .slideshow {
  83. height: 470x;
  84. width: 785px;
  85. margin-right: auto;
  86. margin-left: auto;
  87. float: left;
  88. }
  89. .slideshow img {
  90. background-color: #fff;
  91. border: none}
  92.  
  93. #footer {
  94. height: 40px;
  95. width: 800px;
  96. border-top-width: 1px;
  97. border-top-style: solid;
  98. border-top-color: #999
  99. }
  100. #subMenu {
  101. float: left;
  102. height: 40px;
  103. width: auto;
  104. margin-right: 1px;
  105. }
  106. #subMenu ul {
  107. list-style: none;
  108. padding-right: 0px;
  109. padding-left: 0px;
  110. float: left;
  111. padding-bottom: 0px;
  112. padding-top: 0px;
  113. display: block;
  114. }
  115. #subMenu li {
  116. display: inline;
  117. text-align: center;
  118. padding-right: 0px;
  119. padding-left: 0px;
  120. }
  121. #subMenu a {
  122. display: block;
  123. float: left;
  124. text-decoration: none;
  125. text-align: center;
  126. padding-top: 0px;
  127. padding-right: 0px;
  128. padding-left: 0px;
  129. margin-right: 0.9em;
  130. font-family: Georgia, Verdana, Helvetica Neue, Helvetica;
  131. color: #636363;
  132. font-size: .85em;
  133. }
  134. #subMenu a:hover {
  135. color: #7a0026
  136. }
  137. #subInfo {
  138. float: right;
  139. height: 35px;
  140. width: 350px;
  141. font-size: .7em;
  142. }
  143. #subInfo p a {
  144. font-family: Georgia, Verdana, Helvetica Neue, Helvetica;
  145. color: #636363;
  146. }
  147. #subInfo a:hover {
  148. text-decoration:none;
  149. color: #7a0026
  150. }
Advertisement
Add Comment
Please, Sign In to add comment