Guest User

Untitled

a guest
Jul 16th, 2018
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.65 KB | None | 0 0
  1. body {
  2. width: 980px;
  3. font-size: 12px;
  4. background: #000;
  5. font-family: Arial, Helvetica, sans-serif;
  6. margin: 0 auto 0;
  7. padding: 0;
  8. }
  9.  
  10. .clearfix:after {
  11. content: ".";
  12. display: block;
  13. clear: both;
  14. margin: 0;
  15. padding: 0;
  16. height: 0;
  17. visibility: hidden;
  18. }
  19.  
  20. /************************************************
  21. * Header *
  22. ************************************************/
  23.  
  24. #header {
  25. width: 980px;
  26. height: 200px;
  27. background-image:url('/images/header.jpg');
  28. font-size: 24px;
  29. margin: 0 auto 0;
  30. padding: 0;
  31.  
  32. }
  33.  
  34. #logo {
  35. padding: 55px 0px 0px 45px;
  36. }
  37. /************************************************
  38. * BG-Top *
  39. ************************************************/
  40.  
  41. #bg-top {
  42. width: 980px;
  43. height: 125px;
  44. background-image:url('/images/bg-top.jpg');
  45. font-size: 24px;
  46. margin: 0 auto 0;
  47. padding: 0;
  48. overflow: hidden;
  49. }
  50.  
  51. /************************************************
  52. * Content *
  53. ************************************************/
  54.  
  55. #content {
  56. width: 980px;
  57. background: #ffffff url('/images/bg-mid.jpg') repeat-y top left;
  58. margin: 0 auto 0;
  59. padding: 0;
  60. line-height: 20px;
  61. min-height: 665px;
  62. }
  63.  
  64. /************************************************
  65. * BG-bot *
  66. ************************************************/
  67.  
  68. #bg-bot {
  69. width: 980px;
  70. height: 30px;
  71. background-image:url('/images/bg-bot.jpg');
  72. font-size: 24px;
  73. margin: 0 auto 0;
  74. padding: 0;
  75. overflow: hidden;
  76. }
  77.  
  78. /************************************************
  79. * Footer *
  80. ************************************************/
  81.  
  82. #footer {
  83. width: 980px;
  84. min-height: 40px;
  85. background: #ffffff url('/images/bg.jpg') repeat-y top left;
  86. font-size: 24px;
  87. margin: 0 auto 0;
  88. padding: 0;
  89. overflow: hidden;
  90. }
  91.  
  92. #sidebar {
  93. width: 350px;
  94. margin: 0px 0px 0px 100px;
  95. padding: 10px;
  96. float: left;
  97. display: block;
  98. font-weight: normal;
  99. font-size: 14px;
  100. color: #a54425;
  101. font-weight: bold;
  102. }
  103.  
  104. #holiday-meal-details {
  105. width: 380px;
  106. height: 220px;
  107. overflow: visisble;
  108. text-align: -9999px;
  109. background-image:url('/images/holiday-meal.png');
  110. }
  111.  
  112. #holiday-menu-options {
  113. width: 393px;
  114. height: 171px;
  115. background-image:url('/images/box-right.png');
  116. background-position: -150px;
  117. }
  118. #main {
  119. width: 415px;
  120. margin: 0px 0px 0px 75px;
  121. padding: 0px 20px 0px 0px;
  122. float: left;
  123. display: block;
  124. color: #a64827;
  125. font-weight: bold;
  126. }
  127.  
  128. h2 {
  129. font-size: 22px;
  130. font-family: Arial;
  131. font-weight: bold;
  132. color: #000;
  133. }
  134. h3 {
  135. font-size: 12pt;
  136. font-family: Arial;
  137. font-weight: bold;
  138. color: #a54425;
  139. }
  140.  
  141. .sidebartable {
  142. width: 240px;
  143. }
  144. .sidebarpricing {
  145. width: 260px;
  146. }
Add Comment
Please, Sign In to add comment