Themesemcons

theme08

Mar 16th, 2012
2,467
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 4.88 KB | None | 0 0
  1. <html>
  2. <!--título da aba-->
  3. <title>{title}</title>
  4. <!--favicon(ícone da aba)-->
  5. <link rel='shortcut icon'
  6. a href='http://www.tchulim.com.br/wp-content/plugins/social-media-widget/images/heart/32/tumblr.png'>
  7.  
  8. <head>
  9. <!--CSS-->
  10. <style type='text/css'>
  11. /*body*/
  12. body{background-color: #C1C1C1; background-image:url(''); background-attachment: absolute; font-size: 13px; font-family: 'Book Antiqua';}
  13. /*box*/
  14. .box {background: #eee; padding: 3px; }
  15. /*negrito*/
  16. b{color: #000000; }
  17. /*itálico*/
  18. i{color: #000000; }
  19. /*sublinhdo*/
  20. u{color: #000000; }
  21. /*riscado*/
  22. s{color: #000000; }
  23.  
  24. /*links*/
  25. a {color:#696969; text-decoration: none;}
  26. a:hover{color: #000; font-style: italic; text-decoration: none;}
  27. /*títulos*/
  28. h1{ color: #000000; font-size: 27px; font-family: 'Baskerville Old Face'; letter-spacing: 0.3px;}
  29. /*menu*/
  30. menu{ background: #696969; color: #FFF; width: 40px; line-height:40px; padding: 2px; font-sie:10px; font-family:'Arial'; display: inline-block; text-align: center; -webkit-border-radius: 20px; -moz-border-radius: 20px; border-radius: 20px;}
  31. menu:hover{background: #eee; color: #696969;}
  32.  
  33. </style>
  34. <!--i-frame-->
  35. <script type="text/javascript">
  36. function changeNavigation(id) {document.getElementById('liuc').innerHTML=document.getElementById(id).innerHTML}
  37. </script>
  38. </head>
  39. <body>
  40. <!--sidebar-->
  41. <div style='position: fixed; width: 300px; top: 50px; left: 50px;'>
  42. <div class='box'>
  43. <center><img src='http://www.bookimages.com.br/wp-content/uploads/2011/10/Gifs-para-Tumblr-Galeria-de-Imagens-20.gif' width='290'></center>
  44. sua descrição aqui. sua descrição aqui. sua descrição aqui. sua descrição aqui. sua descrição aqui. sua descrição aqui. sua descrição aqui....
  45. </div>
  46. <!--menu-->
  47. <center>
  48.     <a href='/'><menu>Home</menu></a>
  49.      <a href='/ask'><menu>Ask</menu></a>
  50.      <a href='/tagged/suatag'><menu>Meus</menu></a>
  51.      <a href='/submit'><menu>Submit</menu></a>
  52.      <menu><span onClick="changeNavigation('01')">About</span></menu>
  53.      </center>
  54. </div>
  55. <!--tag dos posts-->
  56.  
  57. <div style='position: absolute; width:550px; left:470px; top:40px;' >
  58.  
  59.  
  60. <div id='liuc'>
  61.  
  62. {block:Posts}
  63. <div class='box'>
  64.  
  65. <!--textos-->
  66.  
  67. {block:Text}
  68.  
  69. {block:Title}<h1>{Title}</h1>{/block:Title}
  70.  
  71. {Body}
  72.  
  73. {/block:Text}
  74.  
  75. <!--photosets-->
  76.  
  77. {block:Photo}
  78.  
  79. {LinkOpenTag}
  80.  
  81. <center><img src='{PhotoURL-500}' alt='{PhotoAlt}'/></center>
  82.  
  83. {LinkCloseTag}
  84.  
  85. {block:Caption}{Caption} {/block:Caption}
  86.  
  87. {/block:Photo}
  88.  
  89. <!--quote-->
  90.  
  91. {block:Quote}
  92. <h1>"{Quote}"</h1>
  93. {block:Source}<b>-{Source}</b><br><br>{/block:Source}
  94.  
  95. {/block:Quote}
  96.  
  97. <!--link-->
  98.  
  99. {block:Link}
  100. <a href='{URL}'><h1>{Name}</h1></a>
  101.  
  102. {block:Description}{Description} {/block:Description}
  103.  
  104. {/block:Link}
  105.  
  106. <!--chats-->
  107.  
  108. {block:Chat}
  109. {block:Title} <h1>{Title}</h1>{/block:Title}
  110.  
  111. {block:Lines}
  112. {block:Label}
  113. <b>{Label}</b>
  114. {/block:Label}
  115. {Line}<br>
  116. {/block:Lines}
  117.  
  118. {/block:Chat}
  119.  
  120. <!--músicas-->
  121.  
  122. {block:Audio}
  123. <center>{AudioPlayerWhite}</center>
  124. {block:Caption}{Caption}{/block:Caption}
  125.  
  126. {/block:Audio}
  127.  
  128. <!--videos-->
  129.  
  130. {block:Video}
  131. <center>{Video-500}</center>
  132.  
  133. {block:Caption}{Caption} {/block:Caption}
  134.  
  135. {/block:Video}
  136.  
  137. <!--asks-->
  138.  
  139. {block:Answer}
  140. <img src='{AskerPortraitURL-40}'/>{Asker}:<br>
  141. <center><b>{Question}</b><br>
  142. </center>
  143.  
  144. {Answer}
  145. {/block:Answer}
  146.  
  147. <!--acréscimos b: date, notes-->
  148. <br><hr><center>
  149. <a href='{Permalink}'><b>Post</b></a> date: {DayOfMonth}/{Month}/{Year} as {24Hour}:{24Hour} com {NoteCount}
  150.  notes (<a href='{ReblogURL}'><u>Reblog</u></a>)<br>
  151.     </center><br></div><br>
  152.  
  153. {/block:Posts}
  154. <div class='box'><center>Página <b>{CurrentPage}</b> de <b>{TotalPages}</b></span> {block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">&laquo;</a>{/block:PreviousPage}{/block:Pagination}
  155. {block:JumpPagination length="8"}
  156. {block:CurrentPage}<span class="pagina_atual">{PageNumber}</span>{/block:CurrentPage}
  157. {block:JumpPage}<a class="jump_page" href="{URL}">{PageNumber}</a>{/block:JumpPage}
  158. {/block:JumpPagination}
  159. {block:Pagination}{block:NextPage}<a href="{NextPage}">&raquo;</a>{/block:NextPage}{/block:Pagination}</center>
  160.  </div><br></div></div>
  161.  <!--i-frame-->
  162.  <div id="01" style="display:none">
  163.  <div class='box'>
  164. <center><h1>About my Tumblr</h1></center><hr>
  165. sobre seu tumblr sobre seu tumblr sobre seu sobre seu tumblr sobre seu tumblr sobre seu tumblr sobre seu tumblr sobre seu tumblr sobre seu tumblr
  166. sobre seu tumblr.
  167. </div><br>
  168. <div class='box'>
  169. <center><h1>Créditos do Theme</h1></center><hr>
  170. <li>Theme MODIFICDO por: <a href="URL">Nome</a>
  171. <li>Theme base por: <a href="http://themes-em-construcao.tumblr.com/">Themes em Construção</a>
  172. <li>Ajudas por: <a href="http://dicastumblr.com/">Dicas Tumblr</a> e <a href="http://making-themes.tumblr.com/">Marking-Themes</a>
  173. <li>Paginação por: <a href="http://madlyluv.com/">Madlyluv</a>
  174. </div>
  175. </div>
  176.  
  177. </body>
  178. </html>
Advertisement
Add Comment
Please, Sign In to add comment