Guest User

Untitled

a guest
Jul 17th, 2018
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.59 KB | None | 0 0
  1. @charset "UTF-8";
  2. html, body {
  3. margin: 0px;
  4. padding: 0px;
  5. }
  6. #secondbody {
  7. max-width:960px;
  8. margin-left: 0px;
  9. margin-top: 0px;
  10. margin-right: 0px;
  11. margin-bottom: 0px;
  12. background-image: url(fire-woman.gif);
  13. background-repeat: no-repeat;
  14. background-position: bottom right;
  15. }
  16.  
  17. #container {
  18. margin-top: 0px;
  19. margin-right: auto;
  20. margin-bottom: 20px;
  21. margin-left: auto;
  22. width: 960px;
  23. background-color: #000000;
  24. height: auto;
  25. height: 100%;
  26. min-height: 100%;
  27. position: relative;
  28. }
  29. #WD-logo {
  30. width:127px;
  31. height:505px;
  32. margin-left: 21px;
  33. margin-top: 21px;
  34. float: left;
  35. position: fixed;
  36. z-index: 5;
  37. }
  38. #wrap-it-up {
  39. width: 800px;
  40. height: auto;
  41. background-image: url(fire-woman.gif);
  42. background-repeat: no-repeat;
  43. background-position: bottom right;
  44. height: auto;
  45. height: 100%;
  46. min-height: 100%;
  47. position: relative;
  48. background-color: #FFFFFF;
  49. margin-top: 0px;
  50. margin-right: auto;
  51. margin-bottom: 0px;
  52. margin-left: auto;
  53. }
  54. #trailer {
  55. width: 411px;
  56. height: 248px;
  57. background-color: #999999;
  58. float: right;
  59. margin-right: -134px;
  60. margin-top: 111px;
  61. z-index: -1;
  62. background-image: url(trailer-grunge-border.png);
  63. background-repeat: no-repeat;
  64. background-position: center center;
  65. }
  66. #content-area {
  67. width: 464px;
  68. height: auto;
  69. background-color: #999999;
  70. margin-top: 26px;
  71. position: relative;
  72. float: right;
  73. margin-right: 267px;
  74. z-index: 0;
  75. }
  76. #nav {
  77. width:180px;
  78. height:168px;
  79. margin-top: 128px;
  80. float: left;
  81. margin-left: 69px;
  82. position: static;
  83. z-index: 10;
  84. }
  85. #nav ul {
  86. margin: 0;
  87. padding: 0;
  88. list-style: none;
  89. width: 100px;
  90. }
  91. #nav ul li {
  92. position: relative;
  93. }
  94. #nav li ul {
  95. display: none;
  96. text-align: right;
  97. position: absolute;
  98. top: 0;
  99. left: 80px;
  100. border-top-width: 1px;
  101. border-top-style: solid;
  102. border-top-color: #000000;
  103. margin-top: 30px;
  104. }
  105. #nav ul li ul li a {
  106. font-family: "Times New Roman", Times, serif;
  107. font-size: 14px;
  108. font-style: normal;
  109. font-weight: normal;
  110. font-variant: small-caps;
  111. line-height: 18px;
  112. color: #000000;
  113. text-decoration: none;
  114. }
  115. #nav ul li ul li a:hover {
  116. color: #991C01;
  117. }
  118. #nav ul li a {
  119. display: block;
  120. text-decoration: none;
  121. color: #991C01;
  122. font-variant: small-caps;
  123. font-size: 22px;
  124. line-height: 40px;
  125. border-top-width: 0px;
  126. border-right-width: 0px;
  127. border-bottom-width: 0px;
  128. border-left-width: 0px;
  129. font-family: "Times New Roman", Times, serif;
  130. font-style: normal;
  131. font-weight: normal;
  132. }
  133. #nav ul li a:hover {
  134. color: #000000;
  135. }
  136. #nav li:hover ul { display: block; }
  137.  
  138. #social-links {
  139. width: 183px;
  140. height: 24px;
  141. margin-top: 46px;
  142. float: right;
  143. position: relative;
  144. background-image: url(social-bar.png);
  145. background-repeat: no-repeat;
  146. background-position: center center;
  147. }
  148. #trailer-choose {
  149. height: 24px;
  150. width: 134px;
  151. margin-top: 87px;
  152. float: right;
  153. margin-right: -133px;
  154. z-index: -1;
  155. background-image: url(trailer-choose-bar.png);
  156. background-repeat: no-repeat;
  157. background-position: center center;
  158. }
  159. #footer {
  160. background-color: #999999;
  161. height: 50px;
  162. margin-top: 100px;
  163. clear: both;
  164. margin-bottom: 20px;
  165. margin-right: auto;
  166. margin-left: auto;
  167. position: relative;
  168. width: 800px;
  169. }
  170. #top-smoke {
  171. width: 800px;
  172. background-attachment: scroll;
  173. background-image: url(smoke-background-top.png);
  174. background-repeat: no-repeat;
  175. background-position: center top;
  176. z-index: -2;
  177. position: relative;
  178. background-color: #FFFFFF;
  179. margin-top: 0px;
  180. margin-right: auto;
  181. margin-bottom: 0px;
  182. margin-left: auto;
  183. height: auto;
  184. height: 696px;
  185. min-height: 100%;
  186. }
Add Comment
Please, Sign In to add comment