Guest User

Untitled

a guest
Jul 16th, 2018
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.74 KB | None | 0 0
  1. body {
  2. width: 980px;
  3. font-size: 14px;
  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. min-height: 665px;
  61. }
  62.  
  63. /************************************************
  64. * BG-bot *
  65. ************************************************/
  66.  
  67. #bg-bot {
  68. width: 980px;
  69. height: 30px;
  70. background-image:url('/images/bg-bot.jpg');
  71. font-size: 24px;
  72. margin: 0 auto 0;
  73. padding: 0;
  74. overflow: hidden;
  75. }
  76.  
  77. /************************************************
  78. * Footer *
  79. ************************************************/
  80.  
  81. #footer {
  82. width: 980px;
  83. min-height: 40px;
  84. background: #ffffff url('/images/bg.jpg') repeat-y top left;
  85. font-size: 24px;
  86. margin: 0 auto 0;
  87. padding: 0;
  88. overflow: hidden;
  89. }
  90.  
  91. #sidebar {
  92. width: 350px;
  93. margin: 0px 0px 0px 100px;
  94. padding: 10px;
  95. float: left;
  96. display: block;
  97. font-weight: normal;
  98. font-size: 13px;
  99. color: #a54425;
  100. font-weight: bold;
  101. }
  102.  
  103. #holiday-meal-details {
  104. width: 380px;
  105. height: 220px;
  106. overflow: visisble;
  107. text-indent: -9999px;
  108. background-image:url('/images/holiday-meal.png');
  109. }
  110.  
  111. #holiday-meal-details ul {
  112. height: 1px;
  113. list-style: none;
  114. }
  115.  
  116. #holiday-menu-options {
  117. width: 293px;
  118. height: 171px;
  119. overflow: visible;
  120. background-image:url('/images/box-right.png');
  121. padding-left:100px;
  122. }
  123. #main {
  124. width: 415px;
  125. margin: 0px 0px 0px 75px;
  126. padding: 0px 20px 0px 0px;
  127. float: left;
  128. display: block;
  129. color: #a64827;
  130. }
  131.  
  132. h2 {
  133. font-size: 22px;
  134. font-family: Arial;
  135. font-weight: bold;
  136. color: #000;
  137. margin: 10px 0px 0px 0px;
  138. letter-spacing:-1px;
  139. }
  140. h3 {
  141. font-size: 12pt;
  142. font-family: Arial;
  143. font-weight: bold;
  144. color: #a54425;
  145. }
  146.  
  147. .sidebartable {
  148. width: 240px;
  149. }
  150. .sidebarpricing {
  151. width: 260px;
  152. }
Add Comment
Please, Sign In to add comment