Advertisement
Debsten

base topside

Feb 15th, 2014
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.59 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml">
  3. <head profile="http://gmpg.org/xfn/11">
  4. <head>
  5. <title>{title}</title>
  6. <link rel="shortcut icon" href="/">
  7. </head>
  8. <style type="text/css" media="screen">
  9.  
  10.  
  11.  
  12. /* --- body - */
  13. body {background: #f8ece0;
  14. color: #828282;
  15. font-family: tahoma;
  16. font-size: 11px;
  17. margin: 0;
  18. padding: 0;
  19. text-align: justify;}
  20.  
  21.  
  22. /* --- links - */
  23. a {color: #999;
  24. text-decoration: none;}
  25. a:hover {color: #ccc; }
  26.  
  27.  
  28. /* --- meio - */
  29. #content {
  30. width: 520px;
  31. background: #fff;
  32. margin: auto;}
  33.  
  34. /* --- topo - */
  35. #header {background: #fcf4eb;
  36. background-repeat: no-repeat;
  37. width: 0px;
  38. height: 0px;
  39. margin-left: auto 0px;}
  40.  
  41. /* --- final - */
  42. #footer {background: #d8395c;
  43. background-repeat: no-repeat;
  44. background-position: bottom;
  45. width: 520px;
  46. height: 10px;
  47. clear: both;}
  48.  
  49.  
  50. /* --- sidebar - */
  51. #sidebar {background: #559e70;
  52. width: 520px;
  53. height: 100px;
  54. z-index: 10000;
  55. position: fixed;
  56. margin-bottom: 20px;}
  57.  
  58.  
  59. /* --- postagens - */
  60. #main {background: #513f69;
  61. width: 500px;
  62. margin-left: 10px;
  63. margin-top: 120px;
  64. float: left;
  65. position: relative;
  66. margin-bottom: 20px;}
  67.  
  68.  
  69.  
  70. </style>
  71.  
  72.  
  73. <body>
  74. <div class="bgx">
  75.  
  76. <div id="content">
  77.  
  78. <div id="header">
  79. </div>
  80.  
  81. <div id="sidebar">
  82. sidebar
  83. </div>
  84.  
  85.  
  86.  
  87. <div id="main">
  88. Post conteudo<br>
  89. Post conteudo<br>
  90. Post conteudo<br>
  91. Post conteudo<br>
  92. Post conteudo<br>
  93. Post conteudo<br>
  94. Post conteudo<br>
  95. Post conteudo<br>
  96. Post conteudo<br>
  97. Post conteudo<br>
  98. Post conteudo<br>
  99. Post conteudo<br>
  100. Post conteudo<br>
  101. Post conteudo<br>
  102. Post conteudo<br>
  103. Post conteudo<br>
  104. Post conteudo<br>
  105. Post conteudo<br>
  106. Post conteudo<br>
  107.  
  108. Post conteudo<br>
  109. Post conteudo<br>
  110. Post conteudo<br>
  111. Post conteudo<br>
  112. Post conteudo<br>
  113. Post conteudo<br>
  114. Post conteudo<br>
  115. Post conteudo<br>
  116. Post conteudo<br>
  117. Post conteudo<br>
  118. Post conteudo<br>
  119. Post conteudo<br>
  120. Post conteudo<br>
  121. Post conteudo<br>
  122. Post conteudo<br>
  123. Post conteudo<br>
  124. Post conteudo<br>
  125. Post conteudo<br>
  126. Post conteudo<br>
  127.  
  128. Post conteudo<br>
  129. Post conteudo<br>
  130. Post conteudo<br>
  131. Post conteudo<br>
  132. Post conteudo<br>
  133. Post conteudo<br>
  134. Post conteudo<br>
  135. Post conteudo<br>
  136. Post conteudo<br>
  137. Post conteudo<br>
  138. Post conteudo<br>
  139. Post conteudo<br>
  140. Post conteudo<br>
  141. Post conteudo<br>
  142. Post conteudo<br>
  143. Post conteudo<br>
  144. Post conteudo<br>
  145. Post conteudo<br>
  146. Post conteudo<br>
  147. </div>
  148.  
  149.  
  150. <div id="footer">
  151. </div>
  152.  
  153. </div>
  154.  
  155.  
  156.  
  157. </body>
  158. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement