Advertisement
ele-disse-adeus

theme 36

Jun 29th, 2012
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.10 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. <link href='http://fonts.googleapis.com/css?family=Homenaje' rel='stylesheet' type='text/css'>
  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. <title>{Title}</title>
  19. <meta name="color:background" content="#eee">
  20. <meta name="image:background" content="/">
  21. <meta name="image:sidebar" content="http://data.whicdn.com/images/31554601/tumblr_m68i2iHNEK1rr5863o1_400_large.gif">
  22. <meta name="color:bgcaixa" content="#fff">
  23. <meta name="color:sidebar" content="#DCC9E4">
  24. <meta name="color:text sidebar" content="#777;">
  25. <meta name="color:text" content="#777">
  26. <meta name="font:titulo" content="georgia">
  27. <meta name="color:link" content="#9269A6">
  28. <meta name="color:link hover" content="#ccc">
  29. <meta name="text:menu1" content="URL">
  30. <meta name="text:menu1 nome" content="link">
  31. <meta name="text:menu2" content="URL">
  32. <meta name="text:menu2 nome" content="link 2">
  33. <meta name="text:menu3" content="URL">
  34. <meta name="text:menu3 nome" content="link 3">
  35. <meta name="text:menu4" content="URL">
  36. <meta name="text:menu4 nome" content="link 4">
  37. <meta name="text:menu5" content="URL">
  38. <meta name="text:menu5 nome" content="link 5">
  39. <meta name="text:menu6" content="URL">
  40. <meta name="text:menu6 nome" content="link 6">
  41. <meta name="text:frase" content="escreva aqui">
  42. <meta name="text:frase2" content="escreva aqui">
  43.  
  44. <style>
  45. /**centralizacao dont mexa lindinho**/
  46. #center {width:700px;margin:auto;}
  47. /*** fundo do theme ***/
  48. body {background: {color:background}; url('{image:background}')fixed; color: {color:text}; font-size: 8pt; font-family: verdana;text-align:justify;}
  49.  
  50. .post {background: {color:bgcaixa};margin-top:1px; padding: 5px; }
  51.  
  52. /*** letras ***/
  53. h1 {text-align: center; font: 20px {font:titulo}; color: {color:text};}
  54.  
  55. /*** ask ***/
  56. .bubble {align:right;background: {color:background}; margin:7px 0px 5px 66px;padding:10px;position: relative;-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px;}
  57. .bubble p {margin:1px 0px;}
  58. .bubble span {display:block;position:absolute;width:1px;height:1px;font-size: 0;line-height: 1px;left:-10px;top:10px;border-top:7px solid transparent;border-bottom:7px solid transparent;border-right:10px solid {color:background};}
  59.  
  60. .askborder {float: left;margin: 1px 4px 0 0;padding: 2px; background: {color:background}}
  61.  
  62. .tags{background-color:{color:bgcaixa}; padding: 3px; cursor:pointer; -webkit-border-radius: 2px;display: inline-block;width:520px;font-size:7pt;border-top:1px solid {color:background}; border-bottom:1px solid {color:background};text-align:center;}
  63.  
  64. /*** links ***/
  65. a:link,a:active,a:visited { color: {color:link}; text-decoration: none; -webkit-transition-duration: .50s;}
  66. a:hover { color: {color:linkhover};}
  67.  
  68. /*** negrito e talz ***/
  69. b, strong {color: {color:text}; text-decoration: none; cursor: help;}
  70. s {color: {color:text};cursor: help;}
  71. i {color: {color:text}; text-decoration: none;cursor: help;}
  72. u, underline {color: {color:text}; text-decoration: none; border-bottom: 1px dashed {color:text};cursor: help;}
  73.  
  74. /*** Paginação by madlyluv.com ***/
  75. #paginacaoml {font-size: 10px; font-weight: bold; line-height: 21px; text-shadow: 0 1px 1px #fff;}
  76. #paginacaoml a {background: {color:background}; margin: 0 1px 0 0; padding: 2px 4px; color: {color:text}; text-decoration: none;}
  77. #paginacaoml a:hover {background: {color:background}; border: none;}
  78. #paginacaoml span.pagina_atual {background: #cor de fundo; margin: 0 1px 0 0; padding: 2px 4px; color: {color:text}; text-decoration: none;}
  79. #paginacaoml span.info {background: {color:background}; margin: 0 1px 0 0; padding: 2px 4px; color: {color:text}; text-decoration: none;}
  80. .caixasid {width:200px;margin-top:22px;position:absolute;}
  81. .sidebar {background:{color:bgcaixa};padding:5px;border-radius:20px 0px 0px 0px}
  82. @font-face {font-family: "04b03";
  83.  
  84. src: url('http://static.tumblr.com/icz5xqv/ZUmlobzpk/bonjourlindas.blgspt_upload_pxl.ttf'); format("truetype"); }
  85.  
  86. .frase {font:15px 'Homenaje';text-transform:uppercase;overflow:hidden;height:17px;}
  87. .divisordafrase {text-align:center;height:50px;-webkit-transition-duration: .50s;}
  88. .divisordafrase:hover {margin-top:-15px;-webkit-transition-duration: .50s;}
  89.  
  90. .cmenu {margin-top:-7px;position:absolute;width:525px;padding:5px;margin-left:201px;background:{color:bgcaixa};font:8px '04b03';text-transform:uppercase;}
  91.  
  92. #men {background:{color:link}; color:{color:bgcaixa}; padding:5px;float:left;margin-right:1px;width:63px;text-align:center;}
  93.  
  94. .titlee {float:right;color:{color:link};overflow:hidden;height:18px;width:75px;text-align:center;}
  95. .caixadash {position:absolute;background:{color:bgcaixa};margin-left:737px;margin-top:22px;border-radius:0px 20px 0px 0px;padding:5px;}
  96. .caixadash img {border-radius:0px 20px 0px 0px}
  97.  
  98. </style>
  99. </head>
  100. <body><div id="center">
  101. <div class="cmenu">
  102. <a href="{text:menu1}" id="men">{text:menu1 nome}</a>
  103. <a href="{text:menu2}" id="men">{text:menu2 nome}</a>
  104. <a href="{text:menu3}" id="men">{text:menu3 nome}</a>
  105. <a href="{text:menu4}" id="men">{text:menu4 nome}</a>
  106. <a href="{text:menu5}" id="men">{text:menu5 nome}</a>
  107. <a href="{text:menu6}" id="men">{text:menu6 nome}</a>
  108. <div class="titlee">{Title}</div> </div>
  109. <div class="caixadash"><img src="{PortraitURL-48}" width="40px"><center style="font:7pt verdana; "><a href="http://themesby-eda.tumblr.com/">©</a></center></div>
  110. <div class="caixasid">
  111. <div class="sidebar">
  112. <div class="frase">
  113. <div class="divisordafrase">
  114. {text:frase}<br>{text:frase2}</div></div>
  115. <img src="{image:sidebar}" width="190px;">
  116. </div></div>
  117. <div class="post" style="position: absolute; width: 525px;margin-left:201px;margin-top:22px;">
  118. {block:Posts}
  119.  
  120. <!--TEXTOs-->
  121.  
  122. {block:Text}<div class="post">
  123.  
  124. {block:Title}<a href="{Permalink}" class="title"><h1>{Title}</h1></a>{/block:Title}
  125.  
  126. <div>{Body}</div>
  127.  
  128. </div>{/block:Text}
  129.  
  130.  
  131.  
  132. <!--PERGUNTAS E MENSAGENS-->
  133.  
  134. {block:Answer}<div class="post">
  135.  
  136. <img src="{AskerPortraitURL-48}" align="left" class="askborder"><div class="bubble"><span></span>{Asker}: {Question}&nbsp;</div>{Answer}
  137.  
  138. </div>{/block:Answer}
  139.  
  140.  
  141.  
  142. <!--LINKS-->
  143.  
  144. {block:Link}<div class="post">
  145.  
  146. <a href="{URL}"><h1>{Name}</h1></a>
  147.  
  148. {block:Description}{Description}{/block:Description}
  149.  
  150.  
  151. </div>{block:Link}
  152.  
  153.  
  154.  
  155. <!--FOTOS-->
  156.  
  157. {block:Photo}<div class="post">
  158. <center>{LinkOpenTag}<img src="{PhotoURL-500}" title="{PhotoAlt}" />{LinkCloseTag}</center><br />
  159.  
  160. {block:Caption}{Caption}{/block:Caption}<br />
  161.  
  162. </div>{/block:Photo}
  163.  
  164.  
  165.  
  166. <!--FRASES-->
  167.  
  168. {block:Quote}<div class="post">
  169.  
  170. <h1>- "{Quote}"</h1>
  171.  
  172. {block:Source}&mdash; {Source}{/block:Source}
  173.  
  174. </div>{/block:Quote}
  175.  
  176.  
  177.  
  178. <!--DIALOGOS-->
  179.  
  180. {block:Chat}<div class="post">
  181.  
  182. {block:Title}<a href="{Permalink}"><h1>{Title}</h1></a>{/block:Title}
  183.  
  184. <table>
  185. {block:Lines}
  186. <tr>
  187. {block:Label}<td class="name">{Label}</td>{block:Label}
  188. <td class="words">{Line}</td>
  189. </tr>
  190. {/block:Lines}
  191. </table><br />
  192.  
  193. </div>{/block:Chat}
  194.  
  195.  
  196.  
  197. <!--MUSICAS-->
  198.  
  199. {block:Audio}<div class="post">
  200.  
  201. <div style="float:right; margin-top: 6px;"><i>Música ouvida {PlayCount} vezes</i> {block:ExternalAudio}(<a href="{ExternalAudioURL}">download!</a>){/block:ExternalAudio}</div>
  202.  
  203. <center>{AudioPlayerWhite}</centeR>
  204.  
  205. {block:Caption}{Caption}{/block:Caption}<br />
  206.  
  207.  
  208. </div>{/block:Audio}
  209.  
  210.  
  211.  
  212. <!--VIDEOS-->
  213.  
  214. {block:Video}<div class="post">
  215.  
  216. <center>{Video-500}</center>
  217.  
  218. {block:Caption}{Caption}{/block:Caption}<br />
  219.  
  220. </div>{/block:Video}
  221.  
  222. <div class="tags">Posted on <a href="{Permalink}">{DayOfMonth}/{MonthNumberWithZero}</a> at {12Hour}:{Minutes}{AmPm} - <a href="{ReblogURL}">Reblog this!</a> {block:NoteCount} - {NoteCount} notes{/block:NoteCount} {block:RebloggedFrom}<a href="{ReblogParentURL}">via</a>&<a href="{ReblogRootURL}">original</a>{/block:RebloggedFrom}
  223. </div>
  224.  
  225. {/block:Posts}<br><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}
  226. {block:JumpPagination length="10"}
  227. {block:CurrentPage}<span class="pagina_atual">{PageNumber}</span>{/block:CurrentPage}
  228. {block:JumpPage}<a class="jump_page" href="{URL}">{PageNumber}</a>{/block:JumpPage}
  229. {/block:JumpPagination}
  230. {block:Pagination}{block:NextPage}<a href="{NextPage}">&raquo;</a>{/block:NextPage}{/block:Pagination}
  231. </div></center>
  232.  
  233. </div></div></div></div></div></div></div></div></div></div></div></div>
  234.  
  235. </div></body>
  236. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement