Advertisement
Natasja

wrapper not centered-2

Aug 15th, 2013
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.28 KB | None | 0 0
  1. <b:skin><![CDATA[/*
  2. -----------------------------------------------
  3.  
  4. body {
  5. font-family: georgia;
  6. text-align: center;
  7. color: #f2f0ee;
  8. }
  9.  
  10. html, body, #wrapper, h1, {
  11. width: 841px;
  12. margin: 0 auto;
  13. padding: 0;
  14. list-style: none;
  15. }
  16.  
  17. body, th, td {
  18. font-size: 10px;
  19. }
  20.  
  21. img { border: 0; }
  22.  
  23. #wrapper {
  24. width: 841px;
  25. margin: 0 auto;
  26. text-align: center;
  27. }
  28.  
  29. h1, h2, h3 {
  30. font-size: 12px;
  31. }
  32.  
  33. h1 {
  34. margin: 0 auto;
  35. padding: 0;
  36. }
  37.  
  38. h2 {
  39. margin: 0 0 5px 0;
  40. padding: 0;
  41. }
  42.  
  43. h3 {
  44. padding: 4px 0 0 0;
  45. }
  46.  
  47. p {
  48. margin: 1em 0;
  49. padding: 0;
  50. }
  51.  
  52. .block {
  53. display: block;
  54. }
  55.  
  56. .clear {
  57. clear: both;
  58. height: 1px;
  59. padding-top: 0;
  60. margin-top: 0 auto;
  61. margin-bottom: 0 auto;
  62. font-size: 1px;
  63. line-height: 1px;
  64. }
  65.  
  66. * html .clear {
  67. margin-top: -5px;
  68. margin-bottom: -4px;
  69. }
  70.  
  71. .left {
  72. float: center;
  73. margin: 1px 12px 0px 0px;
  74. }
  75.  
  76. .softright {
  77. text-align: right;
  78. }
  79.  
  80. /* ***** */
  81.  
  82. body {
  83. background: #f2f0ee;
  84. padding-bottom: 12px;
  85. }
  86.  
  87. #wrapper {
  88. width: 841px;
  89. }
  90.  
  91. h1 {
  92. margin-bottom: 0px auto;
  93. }
  94.  
  95. a {
  96. color: #f5f5f5;
  97. }
  98.  
  99. a:hover {
  100. text-decoration: none;
  101. }
  102.  
  103. /* body */
  104.  
  105. #body { width: 100%; }
  106.  
  107. #body { background: #ed8601 url(http://imageshack.com/a/img203/1561/n3hd.jpg); }
  108. #body div { background: url(http://imageshack.com/a/img203/1561/n3hd.jpg) top left no-repeat; }
  109. #body div div { background: url(http://imageshack.com/a/img203/1561/n3hd.jpg) top right no-repeat; }
  110. #body div div div { background: url(http://imageshack.com/a/img203/1561/n3hd.jpg) bottom left no-repeat; }
  111. #body div div div div { background: url(http://imageshack.com/a/img203/1561/n3hd.jpg) bottom right no-repeat; }
  112. #body .inner div { background: none; }
  113.  
  114. #body .inner {
  115. color: white;
  116. padding: 18px 20px;
  117. }
  118.  
  119. #body h2 {
  120. margin-top: 3px;
  121. text-indent: -3px;
  122. }
  123.  
  124. * html #body h2 {
  125. margin-top: 21px;
  126. marg\in-top: 3px;
  127. }
  128.  
  129. #body p {
  130. margin: 1em 0;
  131. }
  132.  
  133. #body #dividerx {
  134. clear: both;
  135. margin: 0 1em;
  136. padding: 12px 0;
  137. background: url(images/divider_h.gif) 12px 12px repeat-x;
  138. }
  139.  
  140. /* footer */
  141.  
  142. #footer {
  143. margin-top: 3px;
  144. text-align: center;
  145. }
  146.  
  147. #footer, #footer a {
  148. font-weight: normal;
  149. font-size: 9px;
  150. color: #989994;
  151. }
  152.  
  153. #footer a:hover {
  154. color: #fff;
  155. text-decoration: underline;
  156. }
  157. ]]></b:skin>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement