Advertisement
ele-disse-adeus

theme10

Apr 5th, 2012
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.76 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"> <html xmlns="http://www.w3.org/1999/xhtml"> <head profile="http://gmpg.org/xfn/11">
  2.  
  3. <script type="text/javascript">
  4. //desabilita menu de opcoes ao clicar no botao direito
  5. function desabilitaMenu(e)
  6. {if (window.Event)
  7. {if (e.which == 2 || e.which == 3)
  8. return false;}
  9. else
  10. {event.cancelBubble = true event.returnValue = false; return false;} }
  11. document.oncontextmenu = desabilitaMenu;
  12. document.onmousedown = desabilitaBotaoDireito;
  13. document.onmouseup = desabilitaBotaoDireito;
  14. </script>
  15.  
  16. <title>{title}</title>
  17. <link rel="shortcut icon" href="{favicon}" />
  18.  
  19. <meta name="image:img1" content="http://data.whicdn.com/images/22531553/tumblr_lyxvtdHJb51qm3vwao1_500_large.jpg">
  20. <meta name="color:text" content="#282727" />
  21. <meta name="color:bold" content="#000" />
  22. <meta name="color:italic" content="#000" />
  23. <meta name="color:subli" content="#000" />
  24. <meta name="color:block" content="#000" />
  25. <meta name="color:title" content="#000" />
  26. <meta name="color:background" content="#f0f0f0"/>
  27. <meta name="color:bgcaixa" content="#ffffff"/>
  28. <meta name="text:Link1" content="URL" />
  29. <meta name="text:Link1 Title" content="Nome" />
  30. <meta name="text:Link2" content="URL" />
  31. <meta name="text:Link2 Title" content="Nome" />
  32. <meta name="text:Link3" content="URL" />
  33. <meta name="text:Link3 Title" content="Nome" />
  34. <meta name="text:Link4" content="URL" />
  35. <meta name="text:Link4 Title" content="Nome" />
  36. <meta name="text:Link5" content="URL" />
  37. <meta name="text:Link5 Title" content="Nome" />
  38. <meta name="color:link" content="#000" />
  39. <meta name="color:linkhover" content="#c1c1c1" />
  40. <meta name="color:menu" content="#000" />
  41. <meta name="color:textmenu" content="#fff" />
  42. <meta name="color:menuhover" content="bebebe" />
  43. <meta name="color:textmenuhover" content="c1c1c1" />
  44. <meta name="color:bgfaixa" content="#000">
  45. <meta name="color:faixatxt" content="#fff">
  46. <meta name="text:faixa" content="I'll die for you, my love">
  47. <meta name="text:subtitle" content="I would lie for you, my love">
  48.  
  49. </head>
  50. <style>
  51. /*** CSS ***/
  52.  
  53. /*** fundo do theme ***/
  54. body {background: {color:background}; color: {color:text}; font-size: 12px; font-family: tahoma;}
  55.  
  56. /*** do post e da sidebar ***/
  57. .sidebar {background: {color:bgcaixa}; margin-bottom: 25px; padding: 5px; width: 300px; top: 30px; left: 600px; text-align: justify; position: fixed;}
  58.  
  59. .post {background: {color:bgcaixa}; margin-top: 10px; padding: 20px;}
  60.  
  61. .foto {background:{color:bgcaixa};
  62. margin-top:22px;
  63. margin-left:910px;
  64. width:200px;
  65. height:160px;
  66. padding:5px; position:fixed;-webkit-transition-duration: .90s;}
  67.  
  68. .faixa {background:{color:bgfaixa};
  69. margin-top:166px; color:{color:faixatxt};
  70. margin-left:592px;
  71. padding:5px;
  72. width:300px;
  73. height:15px;
  74. position:fixed;
  75. font-family:georgia;
  76. text-align:center;-webkit-transition-duration: .90s;}
  77.  
  78. .sub {background:{color:bgfaixa};
  79. margin-top:197px;
  80. margin-left:592px;
  81. padding:5px;color:{color:faixatxt};
  82. width:518px;line-height:20px;
  83. height:20px;
  84. position:fixed;
  85. text-align:center;
  86. font-family:georgia;-webkit-transition-duration: .90s;}
  87.  
  88. .menu {background:{color:bgcaixa};
  89. margin-top:230px;
  90. margin-left:592px;
  91. width:528px;
  92. padding-top:3px;
  93. position:fixed;-webkit-transition-duration: .90s;}
  94.  
  95. .credits {background:{color:background};
  96. margin-top:510px;
  97. margin-left:592px;
  98. width:510px;
  99. padding:5px;
  100. font-size:10px;
  101. font-family:georgia;
  102. text-align:center;
  103. -webkit-transition-duration: .90s;
  104. position:fixed;}
  105.  
  106. /**** MENU POR NATHÁLIA GONÇALVES (ALEM-DO-UNIVERSO.TUMBLR.COM)****/
  107.  
  108. #menu {text-decoration: none; font: normal 10px 'Verdana'; color: #000; background-color: #fff; width: 102px; float:left; text-indent: 5px; height: 20px; display: inline-block; line-height: 20px; margin-bottom: 3px; margin-left:3px; letter-spacing: 2px;text-transform: none; text-align: center; -webkit-transition-duration: .60s; cursor: crosshair;}
  109.  
  110. #menu:hover{color: #fff;background-color: #000; letter-spacing: -1px; -webkit-transition-duration: .60s; text-align:center; cursor: crosshair;}
  111.  
  112. /*** letras ***/
  113. h1 {text-align: center; font: 20px Georgia; color: {color:title};}
  114.  
  115. /*** das notes ***/
  116. .notes {padding: 3px; background: {color:background}; border:20px solid {color:bgcaixa}}
  117.  
  118. /*** links ***/
  119. a:link,a:active,a:visited { color: {color:link}; text-decoration: none; -webkit-transition-duration: .90s;}
  120. a:hover { color: {color:linkhover};}
  121.  
  122. /*** negrito e talz ***/
  123. b, strong {color: {color:bold}; text-decoration: none; cursor: help;}
  124. s {color: {color:subli};cursor: help; border-center:1px solid {color:subli}}
  125. i {color: {color:italic}; text-decoration: none;cursor: help;}
  126. u, underline {color: {color:subli}}; text-decoration: none; border-bottom: 1px dashed {color:subli};cursor: help;}
  127.  
  128. ::-webkit-scrollbar-thumb:vertical {background-color: {color:text}; height:100px;}
  129. ::-webkit-scrollbar-thumb:horizontal {background-color:{color:text}; height:10px;}
  130. ::-webkit-scrollbar {height:5px; width:5px; background-color:{color:bgcaixa};}
  131.  
  132. /*** FIM DO CSS ***/
  133.  
  134. </style>
  135. </head>
  136. <body>
  137. <div class="sidebar"><div style="overflow: auto; width: 100%; height: 125px;margin-bottom: 0px; line-height: 100%">
  138. {block:Description}{Description}{/block:Description}
  139. </div>
  140. </div>
  141.  
  142. <div class="foto"><img src="{image:img1}" width="200" height="160px"></div>
  143.  
  144. <div class="faixa">{text:faixa}</div>
  145.  
  146.  
  147. <div class="sub">{text:subtitle}</div>
  148.  
  149.  
  150. <div class="menu">
  151. <a href="{text:link1}" id="menu">{text:link1 Title}</a>
  152.  
  153. <a href="{text:link2}" id="menu">{text:link2 Title}</a>
  154.  
  155.  
  156. <a href="{text:link3} " id="menu">{text:link3 Title}</a>
  157. <a href="{text:link4} " id="menu">{text:link4 Title}</a>
  158. <a href="{text:link5} " id="menu">{text:link5 Title}</a>
  159. </div>
  160.  
  161. <div class="credits">theme by <a href="http://ele-disse-adeus.tumblr.com/">ele-disse-adeus</a> inspirado nos themes de <a href="http://affectingyou.tumblr.com/">affectingyou</a>. Please don't remove this tag, senão eu te caço até no inferno. Te estouro os miolos e como seus olhos com sal. rsrsrs</div>
  162.  
  163. </div></div></div>
  164.  
  165.  
  166. <!--- TAGS DOS POSTS --->
  167. <div id="post" style="top:20px; left: 20px; position: absolute; width: 540px; color:#000;">
  168. {block:Posts}
  169.  
  170. <!--TEXTOs-->
  171.  
  172. {block:Text}<div class="post">
  173.  
  174. {block:Title}<a href="{Permalink}" class="title"><h1>{Title}</h1></a>{/block:Title}
  175.  
  176. <div>{Body}</div>
  177.  
  178. </div>{/block:Text}
  179.  
  180.  
  181.  
  182. <!--PERGUNTAS E MENSAGENS-->
  183.  
  184. {block:Answer}<div class="post">
  185.  
  186. <strong>{Asker}</strong> perguntou: {Question}<br /><br />
  187.  
  188. Resposta: {Answer}<br />
  189.  
  190. </div>{/block:Answer}
  191.  
  192.  
  193.  
  194. <!--LINKS-->
  195.  
  196. {block:Link}<div class="post">
  197.  
  198. <a href="{URL}"><h1>{Name}</h1></a>
  199.  
  200. {block:Description}{Description}{/block:Description}
  201.  
  202.  
  203. </div>{block:Link}
  204.  
  205.  
  206.  
  207. <!--FOTOS-->
  208.  
  209. {block:Photo}<div class="post">
  210. <center>{LinkOpenTag}<img src="{PhotoURL-500}" title="{PhotoAlt}" />{LinkCloseTag}</center><br />
  211.  
  212. {block:Caption}{Caption}{/block:Caption}<br />
  213.  
  214. </div>{/block:Photo}
  215.  
  216.  
  217.  
  218. <!--FRASES-->
  219.  
  220. {block:Quote}<div class="post">
  221.  
  222. <h1>- "{Quote}"</h1>
  223.  
  224. {block:Source}&mdash; {Source}{/block:Source}
  225.  
  226. </div>{/block:Quote}
  227.  
  228.  
  229.  
  230. <!--DIALOGOS-->
  231.  
  232. {block:Chat}<div class="post">
  233.  
  234. {block:Title}<a href="{Permalink}"><h1>{Title}</h1></a>{/block:Title}
  235.  
  236. <table>
  237. {block:Lines}
  238. <tr>
  239. {block:Label}<td class="name">{Label}</td>{block:Label}
  240. <td class="words">{Line}</td>
  241. </tr>
  242. {/block:Lines}
  243. </table><br />
  244.  
  245. </div>{/block:Chat}
  246.  
  247.  
  248.  
  249. <!--MUSICAS-->
  250.  
  251. {block:Audio}<div class="post">
  252.  
  253. <div style="float:right; margin-top: 6px;"><i>Música ouvida {PlayCount} vezes</i> {block:ExternalAudio}(<a href="{ExternalAudioURL}">download!</a>){/block:ExternalAudio}</div>
  254.  
  255. <center>{AudioPlayerWhite}</centeR>
  256.  
  257. {block:Caption}{Caption}{/block:Caption}<br />
  258.  
  259.  
  260. </div>{/block:Audio}
  261.  
  262.  
  263.  
  264. <!--VIDEOS-->
  265.  
  266. {block:Video}<div class="post">
  267.  
  268. <center>{Video-500}</center>
  269.  
  270. {block:Caption}{Caption}{/block:Caption}<br />
  271.  
  272. </div>{/block:Video}
  273.  
  274. <div class="notes">
  275. Posted on <a href="{Permalink}">{DayOfMonth}/{MonthNumberWithZero}</a> at {12Hour}:{Minutes}{AmPm} | <a href="http://tmv.proto.jp/reblog.php?post_url={Permalink};">Reblog this!</a> | {block:NoteCount}{NoteCount} notes{/block:NoteCount} | {block:RebloggedFrom}<a href="{ReblogParentURL}">via</a>/<a href="{ReblogRootURL}">original</a>{/block:RebloggedFrom}
  276. </div>
  277.  
  278. {/block:Posts}<br><center><big><big>{block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">&laquo;</a>{/block:PreviousPage}
  279.  
  280. {CurrentPage} of {TotalPages} {block:NextPage}<a href="{NextPage}">&raquo;</a>{/block:NextPage}{/block:Pagination}</big></big></div></div><br><br></center>
  281.  
  282. </div></div></div></div></div></div></div></div></div></div></div></div>
  283.  
  284. </body>
  285. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement