Advertisement
moremarijuana

Base de theme em L

Apr 26th, 2013
512
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 4.83 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.  
  6. <title>{title}</title>
  7. <link rel="shortcut icon" href="http://lh6.ggpht.com/_FJH0hYZmVtc/St6dTXiK79I/AAAAAAAAD8w/YX2oZ1VbSpw/tumblr-s-webtreatsetc%5B3%5D.png">
  8.  
  9. <script type="text/javascript" src="http://static.tumblr.com/xrcfs5e/lJJm7j5cy/like2.js"></script>
  10. <iframe id="likeiframe" style="width: 1px; height: 1px;"></iframe>
  11.  
  12. </head>
  13.  
  14.  
  15. <style type="text/css" media="screen">
  16.  
  17. /* --- CORPO  ------- */
  18. body {text-align: justify; color: #999999;  font: 11px tahoma;   background: #edebe7 URL('http://static.tumblr.com/xrcfs5e/Pwum7ofyq/bg.png') fixed;}
  19.  
  20. /* --- LINKS E SELEÇÃO  ------- */
  21. ::-moz-selection { color: #fff; background: #8ca1cb; text-shadow: 0 1px 1px #FFF; }
  22. ::selection { color:#fff; background: #8ca1cb;  }
  23. a {color: #696969; text-decoration: none; }
  24. a:hover {color: #EEC591; }
  25.  
  26. /* --- BLOCKQUOTE  ------- */
  27. blockquote { margin-bottom: 5px; padding: 3px 3px 3px 3px; background: #fff; margin-top: 5px; margin-left: 2px; margin-right: 2px; font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif; border-left: 5px solid  #FFD39B;
  28. text-shadow: -1px -1px 0px #;
  29. font-size: 8pt; color: #363636; }
  30. ful { list-style: none; }
  31. ol { list-style-position: inside; }
  32. * { margin: 0; padding: 0; outline: none; }
  33.  
  34. /* --- LAYOUT  ------- */
  35. #content {position: relative; width: 820px; background: url('http://static.tumblr.com/ifqwhnb/uiJm7242k/content.png'); background-repeat: repeat-y; margin-left: auto;margin-right: auto; margin-top: 0px; }
  36. #header {background: url('http://static.tumblr.com/xrcfs5e/FBym7ofoa/topo.png'); background-repeat: repeat-x; width: 820px; height: 254px; margin-left: auto 0px;}
  37. #footer {background: url('http://static.tumblr.com/xrcfs5e/zU6m7ofr8/fim.png'); background-repeat: no-repeat; background-position: bottom; width: 823px; height: 65px; clear: both;  margin-left: -8px;} .  
  38. #menu {background: url(''); background-repeat:  repeat-x;  width: 800px;  height: 0px; margin-left: -6px; margin-top: 4px;}  
  39.  
  40. /* --- POSTAGEM  ------- */
  41. #main {background: #; width: 510px; float: rleft; position: relative; margin-left: 6px; margin-top: 15px;}
  42.  
  43. /* --- SIDEBAR  ------- */
  44. #sidebar { width: 225px; float: left ; position: relative;  margin-top: px; margin-right: 0px;}
  45. .side {background: #fff; padding: 7px;text-align: justify; color: #000; margin-bottom: 20px; margin-top: 35px;  -webkit-border-radius: 10px;-moz-border-radius: 10px;border-radius: 10px; -WEBKIT-BOX-SHADOW: 0 8PX 6PX -6PX BLACK;
  46.  -MOZ-BOX-SHADOW: 0 8PX 6PX -6PX BLACK; BOX-SHADOW: 0 8PX 6PX -6PX BLACK; }  
  47.  
  48. .cac {background-color: #fff; margin: 0px 10px 5px;   padding: 10px; font-family: tahoma;  -webkit-border-radius: 10px;-moz-border-radius: 10px;border-radius: 10px; -WEBKIT-BOX-SHADOW: 0 8PX 6PX -6PX BLACK;
  49.  -MOZ-BOX-SHADOW: 0 8PX 6PX -6PX BLACK; BOX-SHADOW: 0 8PX 6PX -6PX BLACK;  overflow: hidden;}
  50.  
  51.  
  52.  
  53.  
  54.  
  55. </style>
  56.  
  57. <body>
  58.  
  59.  
  60.  
  61.  
  62.  
  63.  
  64.  
  65. <div id="content">
  66. <div id="header"></div>
  67. <div id="menu"></div>
  68.  
  69.  
  70.  
  71. <div id="main">
  72.  
  73. <div id="frame">
  74. {block:Posts}
  75.  
  76. <div class="cac">
  77.  
  78.  
  79. {block:Text}
  80. {block:Title}
  81. <h1>{Title}</h1>
  82. {/block:Title}
  83. {Body}
  84. {/block:Text}
  85.  
  86. {block:Photo}
  87. <center><img src="{PhotoURL-500}"width="430px"alt="{PhotoAlt}" /></center>
  88. {block:Caption}
  89. <div class="caption">{Caption}</div>
  90. {/block:Caption}
  91. {/block:Photo}
  92.  
  93. {block:Photoset}
  94. <center>{Photoset-500}</center>
  95. {block:Caption}
  96. <div class="caption">{Caption}</div>
  97. {/block:Caption}
  98. {/block:Photoset}
  99.  
  100. {block:Quote}
  101. <h1>"{Quote}"</h1>
  102. {block:Source}
  103. <div class="source"><div style="text-align: right">β€” {Source}</div></div>
  104. {/block:Source}
  105. {/block:Quote}
  106.  
  107. {block:Link}
  108. <a href="{URL}" class="link" {Target}><h1>{Name}</h1></a>
  109. {block:Description}
  110. <div class="description">{Description}</div>
  111. {/block:Description}
  112. {/block:Link}
  113.  
  114. {block:Chat}
  115. {block:Title}
  116. {Title}
  117. {/block:Title}
  118. <ul class="chat">
  119. {block:Lines}
  120. {block:Label}
  121. <span class="label"><b>{Label}</b></span>
  122. {/block:Label}
  123. {Line}<br>
  124. {/block:Lines}
  125. </ul>
  126. {/block:Chat}
  127.  
  128. {block:Video}
  129. {Video-500}
  130. {block:Caption}
  131. <div class="caption">{Caption}</div>
  132. {/block:Caption}
  133. {/block:Video}
  134.  
  135. {block:Audio}
  136. {AudioPlayerBlack}
  137. {block:Caption}
  138. <div class="caption">{Caption}</div>
  139. {/block:Caption}
  140. {/block:Audio}
  141.  
  142.  
  143.  
  144. {block:Answer}
  145. <div class="autor"><div class="autorimg">
  146. <img src="{AskerPortraitURL-48}" class="bordinha" width="48px" height="48px"></div>
  147. <div class="autor2">pergunta feita por: {Asker}</div></div>
  148. <div class="pergunta">{Question}</div>
  149. <div class="resposta">{Answer}</div>
  150. {/block:Answer}
  151.  
  152. </div><br>
  153. {/block:Posts}</div>
  154.  
  155. <div id="footer"></div>
  156. </div>
  157.  
  158.         </body>
  159.  </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement