htmlparavoces

htmlpravoces

Dec 21st, 2011
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 6.05 KB | None | 0 0
  1. <html>
  2. <head>
  3.  
  4. <title>título do seu tumblr</title>
  5. <link rel="shortcut icon" href="{favicon}" />
  6.  
  7. <style>
  8. /* body */
  9.  
  10. /*******Fundo do tumblr ************/
  11. body{background: url('http://25.media.tumblr.com/tumblr_luj0m97iko1r5abgeo1_400.jpg');
  12. background-repeat: no-repeat;
  13. } fixed; text-align: justify; color: #a6a6a6; margin-left: 50px; margin-top: 15px; padding: 0; line-height: 17px; color: #a6a6a6; overflow-x:hidden; height:100%; font: 11px Verdana;}
  14.  
  15.  
  16. /* page */
  17.  
  18. #content {width: 900px; margin-top: 0px; margin-right: auto; margin-bottom: 50px; margin-left: auto;}
  19.  
  20. /* posts */
  21.  
  22. #post {top: 90px; left: 450px; width:562px; position: absolute;}
  23.  
  24. /* sidebar */
  25.  
  26. #sidebar {width:300px; text-align: justify; float: left; position: absolute; margin-top: 100px; left:120px;}
  27.  
  28. /* caixas */
  29.  
  30. .caixa {background: #FFF; padding: 5px; margin-bottom: 1px; left:110px;}
  31. .caixasidebar {background: #FFF; padding: 5px; margin-bottom: 7px; left:10px;}
  32.  
  33. /* formatação */
  34.  
  35. b, strong, bold {color: #000;}
  36. u, underline {color: #000; border-bottom: 1px dashed #000;text-decoration:none;}
  37. i, em {color: #000;}
  38. s, strike {color: #000;}
  39.  
  40. /* links */
  41.  
  42. a {color: #000; -webkit-transition-duration: .99s; text-decoration:none;}
  43. a:hover, div.permalink p a:hover {color: #000;border: 0px;margin: 0px;filter:alpha(opacity=100); -moz-opacity: 1; -khtml-opacity: 1; opacity: 1; -webkit-transition-duration: .99s; text-decoration:none;}
  44.  
  45. /* blockquote */
  46.  
  47. blockquote {border-left: 5px solid #000; font-family: georgia; color: 666; padding: 2px 2px 2px 6px; margin: 2px; line-height: 14px; background: #f1f1f1;}
  48.  
  49. /* paginação */
  50.  
  51. #paginacaoml {font-size: 10px; font-weight: bold; line-height: 21px; text-shadow: 0 1px 1px #000;}
  52. #paginacaoml a {background: #eee; margin: 0 1px 0 0; padding: 2px 4px; color: #B1B1B1; text-decoration: none;}
  53. #paginacaoml a:hover {background: #CFDAE7; border: none;}
  54. #paginacaoml span.pagina_atual {background: #BF74BE; margin: 0 1px 0 0; padding: 2px 4px; color: #ccc; text-decoration: none;}
  55. #paginacaoml span.info {background: #eee; margin: 0 1px 0 0; padding: 2px 4px; color: #97859A; text-decoration: none;}
  56.  
  57.  
  58. </style>
  59. </head>
  60. <body>
  61. <div id="content">
  62. <div id="sidebar">
  63. <div class="caixasidebar">
  64. <center><img src="http://25.media.tumblr.com/tumblr_lpvcalMYHR1ql7u6eo2_500.gif" class="border" width="285"></center>
  65. <div id="iframe">
  66. {block:Description} {Description}{/block:Description}
  67. </div>
  68. <center><b>* Theme Base por: <a href="http://maravilhas-do-html.tumblr.com" target="_blank">Maravilhas do HTML</a></center></b>
  69. SE EU VER SEM OS CREDITOS, VOCÊ VAI ESTAR FERRADO!!!!!!!
  70. <form>
  71. <select name="links" onChange="top.location.href=this.form.links.options[this.form.links.selectedIndex].value">
  72. <option selected>Navegue!</option>
  73. <option value="/" style="COLOR: #ffffff; BACKGROUND-COLOR: #808080">Home</option>
  74. <option value="/ask" style="COLOR: #ffffff; BACKGROUND-COLOR: #808080">Ask</option>
  75. <option value="/tagged/SUA_TAG" style="COLOR: #ffffff; BACKGROUND-COLOR: #808080">Textos</option>
  76. <option value="LINK" style="COLOR: #ffffff; BACKGROUND-COLOR: #808080">LINK</option>
  77. <option value="LINK" style="COLOR: #ffffff; BACKGROUND-COLOR: #808080">LINK</option>
  78. </select>
  79. </form>
  80. </div>
  81. </div>
  82.  
  83. <div id="post">
  84. {block:Posts}
  85. <div class="caixa">
  86.  
  87. {block:Text}
  88. {block:Title}
  89. {Title}
  90. {/block:Title}
  91. {Body}
  92. {/block:Text}
  93.  
  94. {block:Photo}
  95. <center><img src="{PhotoURL-500}" alt="{PhotoAlt}" /></center>
  96. {block:Caption}
  97. <div class="caption">{Caption}</div>
  98. {/block:Caption}
  99. {/block:Photo}
  100.  
  101. {block:Photoset}
  102. <center>{Photoset-500}</center>
  103. {block:Caption}
  104. <div class="caption">{Caption}</div>
  105. {/block:Caption}
  106. {/block:Photoset}
  107.  
  108. {block:Quote}
  109. {Quote}
  110. {block:Source}
  111. <div class="source"><div style="text-align: right">— {Source}</div></div>
  112. {/block:Source}
  113. {/block:Quote}
  114.  
  115. {block:Link}
  116. <a href="{URL}" class="link" {Target}>{Name}</a>
  117. {block:Description}
  118. <div class="description">{Description}</div>
  119. {/block:Description}
  120. {/block:Link}
  121.  
  122. {block:Chat}
  123. {block:Title}
  124. {Title}
  125. {/block:Title}
  126. <ul class="chat">
  127. {block:Lines}
  128. {block:Label}
  129. <span class="label"><b>{Label}</b></span>
  130. {/block:Label}
  131. {Line}<br>
  132. {/block:Lines}
  133. </ul>
  134. {/block:Chat}
  135.  
  136. {block:Video}
  137. {Video-500}
  138. {block:Caption}
  139. <div class="caption">{Caption}</div>
  140. {/block:Caption}
  141. {/block:Video}
  142.  
  143. {block:Audio}
  144. {AudioPlayerBlack}
  145. {block:Caption}
  146. <div class="caption">{Caption}</div>
  147. {/block:Caption}
  148. {/block:Audio}
  149.  
  150. {block:Answer}
  151. <center><div style="background:#f1f1f1;font:normal 11px georgia;color:#fff;padding:7px; text-align: justify; float: left; width: 97%;">{Question}</i></div></center>
  152. <div style="padding-left: 15px;"><img src="http://static.tumblr.com/m2njopu/9ZDlqgk4d/haha.png"><br><img src="{AskerPortraitURL-16}" /> <b><span style="text-transform: capitalize;">{Asker}</span></b></div>
  153. {Answer}
  154. {/block:Answer}
  155.  
  156. {block:HasTags}{block:Tags}&nbsp;#<a href="{TagURL}">{Tag}</a>,&nbsp;{/block:Tags}{/block:HasTags}</a> | Postado em {DayOfMonth}/{MonthNumberWithZero}/{Year} às {12Hour}:{Minutes}{AmPm} com <a href="{Permalink}">{NoteCount}</a> notes! ({block:RebloggedFrom}<a href="{ReblogParentURL}">via</a>{/block:RebloggedFrom}/{block:ContentSource}<a href="{SourceURL}" target=blank>source</a>{/block:ContentSource}) | <a href="http://tmv.proto.jp/reblog.php?post_url={Permalink};" target="_blank">Reblog!</a>
  157. </div><br>
  158. {/block:Posts}
  159.  
  160. <div class=""><center><div id="paginacaoml"><span class="info" style="font-weight: normal;">Página <b>{CurrentPage}</b> de <b>{TotalPages}</b></span> {block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">&laquo;</a>{/block:PreviousPage}{/block:Pagination}
  161. {block:JumpPagination length="6"}
  162. {block:CurrentPage}<span class="pagina_atual">{PageNumber}</span>{/block:CurrentPage}
  163. {block:JumpPage}<a class="jump_page" href="{URL}">{PageNumber}</a>{/block:JumpPage}
  164. {/block:JumpPagination}
  165. {block:Pagination}{block:NextPage}<a href="{NextPage}">&raquo;</a>{/block:NextPage}{/block:Pagination}
  166. </div>
  167. </center>
  168. <br>
  169. </div>
  170.  
  171. <br>
  172. </div></div></div></div></div>
  173.  
  174.  
  175. </div>
  176.  
  177. </div>
  178.  
  179. </body>
  180. </html>
Advertisement
Add Comment
Please, Sign In to add comment