Advertisement
ele-disse-adeus

theme7

Apr 5th, 2012
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.66 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:imagem da sidebar" content="http://data.whicdn.com/images/21904654/tumblr_lxjiarQ0A51r4lu6qo1_500_large.jpg">
  20. <meta name="image:fundu" content="/">
  21. <meta name="color:fundu" content="#fff">
  22. <meta name="color:texto" content="#777">
  23. <meta name="font:texto" content="verdana">
  24. <meta name="color:sidebar" content="#F5DEB3">
  25. <meta name="color:fundo dos posts" content="#fff">
  26. <meta name="font:titulos" content="tahoma">
  27. <meta name="color:titulos" content="#777">
  28. <meta name="color:notes" content="#f0f0f0">
  29. <meta name="color:link" content="#777">
  30. <meta name="color:link hover" content="#000">
  31. <meta name="color:fundo do menu" content="#8B4513">
  32. <meta name="color:texto do menu" content="#fff">
  33. <meta name="text:link1" content="url">
  34. <meta name="text:nome do link1" content="nome">
  35. <meta name="text:link2" content="url">
  36. <meta name="text:nome do link2" content="nome">
  37. <meta name="text:link3" content="url">
  38. <meta name="text:nome do link3" content="nome">
  39. <meta name="text:link4" content="url">
  40. <meta name="text:nome do link4" content="nome">
  41. <meta name="text:link5" content="url">
  42. <meta name="text:nome do link5" content="nome">
  43. </head>
  44. <style>
  45. /*** CSS ***/
  46.  
  47. /*** fundo do theme ***/
  48. body {background: {color:fundu} url('{image:fundu}')fixed; color: {color:texto}; font-size: 10px; font-family: {font:texto}}
  49.  
  50. /*** do post e da sidebar ***/
  51. .sidebar {background: {color:sidebar}; color: {color:texto}; margin-bottom: 25px; padding: 5px; width: 502px; top: 30px; left: 10px; text-align: justify; position: fixed;}
  52.  
  53. .post {background: {color:fundo dos posts};color: {color:texto}; padding: 5px;}
  54.  
  55. /*** letras ***/
  56. h1 {text-align: center; font: 25px {font:titulos}; color: {color:titulos};}
  57.  
  58. /*** das notes ***/
  59. .notes {padding: 3px; background: {color:notes};}
  60. /*** links ***/
  61. a:link,a:active,a:visited { color: {color:link}; text-decoration: none; -webkit-transition-duration: .50s;}
  62. a:hover { background: {color:link hover};}
  63.  
  64. /*** negrito e talz ***/
  65. b, strong {color: {color:texto}; text-decoration: none; cursor: help;}
  66. s {color: {color:texto};cursor: help;}
  67. i {color: {color:texto}; text-decoration: none;cursor: help;}
  68. u, underline {color: {color:texto}; text-decoration: none; border-bottom: 1px dashed {color:texto};cursor: help;}
  69.  
  70. ::-webkit-scrollbar-thumb:vertical {background-color: {color:texto};}
  71. ::-webkit-scrollbar-thumb:horizontal {background-color:{color:texto};}
  72. ::-webkit-scrollbar {height:5px; width:5px; background-color:{color:posts};}
  73.  
  74. .rai {float:right; width:37%;margin-right:-9px;}
  75. .let {float:left; width:64%;}
  76. .au {float:center; width:110%;margin-top:5px; margin-left:-3px}
  77. hihi {color:{color:texto do menu};}
  78.  
  79. .nav {text-decoration: none; font: normal 10px 'Verdana'; color: {color:texto do menu}; background-color: {color:fundo do menu}; width: 98px; float:left; text-indent: 5px; height: 20px; display: inline-block; line-height: 20px; margin-top: 3px; margin-left:3px; letter-spacing: 2px;text-transform: none; text-align: center;-webkit-transition-duration: .60s; cursor: crosshair;}
  80.  
  81. .cred {background:{color:sidebar}; margin-top:255px;width:470px;margin-left:22px;position:fixed;
  82. -webkit-border-radius: 0px 0px 30px 30px;height:10px;text-align:center;font:8px '04b03';text-transform:uppercase;}
  83.  
  84.  
  85. /*** FIM DO CSS ***/
  86.  
  87. </style>
  88. </head>
  89. <body>
  90.  
  91. <div class="cred">Theme by <a href="http://ele-disse-adeus.tumblr.com/">ele-disse-adeus</a>.</div>
  92.  
  93. <div class="sidebar"><div class="let"><div style="margin: 0px; overflow: auto; width: 100%; height: 200px; background-color: #fff; text-align:center; margin-bottom: 0px; padding: 0px; line-height: 100%"><img src="{image:imagem da sidebar}"></div></div>
  94.  
  95. <div class="rai"><div style="margin: 0px; overflow: auto; width: 95%; height: 200px; background-color: #fff; text-align:center; margin-bottom: 0px; padding: 0px; line-height: 100%">
  96. {block:Description}{Description}{/block:Description}</div></div>
  97.  
  98. <div class="au">
  99.  
  100. <a href="{text:link1}" class="nav"><hihi>{text:nome do link1}</hihi></a>
  101.  
  102. <a href="{text:link2}" class="nav"><hihi>{text:nome do link2}</hihi></a>
  103.  
  104. <a href="{text:link3}" class="nav"><hihi>{text:nome do link3}</hihi></a>
  105.  
  106. <a href="{text:link4}" class="nav"><hihi>{text:nome do link4}</hihi></a>
  107.  
  108. <a href="{text:link4}" class="nav"><hihi>{text:nome do link5}</hihi></a>
  109.  
  110. </div></div>
  111.  
  112.  
  113.  
  114. </div></div></div>
  115.  
  116.  
  117. <!--- TAGS DOS POSTS --->
  118. <div id="post" style="top: 20px; left: 600px; position: absolute; width: 520px; color:{color:texto};">
  119. {block:Posts}
  120.  
  121. <!--TEXTOs-->
  122.  
  123. {block:Text}<div class="post">
  124.  
  125. {block:Title}<a href="{Permalink}" class="title"><h1>{Title}</h1></a>{/block:Title}
  126.  
  127. <div>{Body}</div>
  128.  
  129. </div>{/block:Text}
  130.  
  131.  
  132.  
  133. <!--PERGUNTAS E MENSAGENS-->
  134.  
  135. {block:Answer}<div class="post">
  136.  
  137. <strong>{Asker}</strong> perguntou: {Question}<br /><br />
  138.  
  139. Resposta: {Answer}<br />
  140.  
  141. </div>{/block:Answer}
  142.  
  143.  
  144.  
  145. <!--LINKS-->
  146.  
  147. {block:Link}<div class="post">
  148.  
  149. <a href="{URL}"><h1>{Name}</h1></a>
  150.  
  151. {block:Description}{Description}{/block:Description}
  152.  
  153.  
  154. </div>{block:Link}
  155.  
  156.  
  157.  
  158. <!--FOTOS-->
  159.  
  160. {block:Photo}<div class="post">
  161. <center>{LinkOpenTag}<img src="{PhotoURL-500}" title="{PhotoAlt}" />{LinkCloseTag}</center><br />
  162.  
  163. {block:Caption}{Caption}{/block:Caption}<br />
  164.  
  165. </div>{/block:Photo}
  166.  
  167.  
  168.  
  169. <!--FRASES-->
  170.  
  171. {block:Quote}<div class="post">
  172.  
  173. <h1>- "{Quote}"</h1>
  174.  
  175. {block:Source}&mdash; {Source}{/block:Source}
  176.  
  177. </div>{/block:Quote}
  178.  
  179.  
  180.  
  181. <!--DIALOGOS-->
  182.  
  183. {block:Chat}<div class="post">
  184.  
  185. {block:Title}<a href="{Permalink}"><h1>{Title}</h1></a>{/block:Title}
  186.  
  187. <table>
  188. {block:Lines}
  189. <tr>
  190. {block:Label}<td class="name">{Label}</td>{block:Label}
  191. <td class="words">{Line}</td>
  192. </tr>
  193. {/block:Lines}
  194. </table><br />
  195.  
  196. </div>{/block:Chat}
  197.  
  198.  
  199.  
  200. <!--MUSICAS-->
  201.  
  202. {block:Audio}<div class="post">
  203.  
  204. <div style="float:right; margin-top: 6px;"><i>Música ouvida {PlayCount} vezes</i> {block:ExternalAudio}(<a href="{ExternalAudioURL}">download!</a>){/block:ExternalAudio}</div>
  205.  
  206. <center>{AudioPlayerWhite}</centeR>
  207.  
  208. {block:Caption}{Caption}{/block:Caption}<br />
  209.  
  210.  
  211. </div>{/block:Audio}
  212.  
  213.  
  214.  
  215. <!--VIDEOS-->
  216.  
  217. {block:Video}<div class="post">
  218.  
  219. <center>{Video-500}</center>
  220.  
  221. {block:Caption}{Caption}{/block:Caption}<br />
  222.  
  223. </div>{/block:Video}
  224.  
  225. <div class="notes">
  226. 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}
  227. </div>
  228.  
  229. {/block:Posts}<br><center><big><big>{block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">&laquo;</a>{/block:PreviousPage}
  230.  
  231. {block:NextPage}<a href="{NextPage}">&raquo;</a>{/block:NextPage}{/block:Pagination}</big></big></div></div><br><br></center>
  232.  
  233. </div></div></div></div></div></div></div></div></div></div></div></div>
  234.  
  235. </body>
  236. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement