Advertisement
ele-disse-adeus

theme5

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