Advertisement
ele-disse-adeus

theme2

Apr 5th, 2012
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.93 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. //Created by Title bar Maker (http://www.bosiljak.hr/titlemaker)
  5. function tb8_makeArray(n){
  6. this.length = n;
  7. return this.length;
  8. }
  9. tb8_messages = new tb8_makeArray(2);
  10. tb8_messages[0] = "{Title},";
  11. tb8_messages[1] = "OUTRA FRASE QUE VC QUER NO TITLE";
  12. tb8_rptType = 'infinite';
  13. tb8_rptNbr = 5;
  14. tb8_speed = 100;
  15. tb8_delay = 2000;
  16. var tb8_counter=1;
  17. var tb8_currMsg=0;
  18. var tb8_tekst ="";
  19. var tb8_i=0;
  20. var tb8_TID = null;
  21. function tb8_pisi(){
  22. tb8_tekst = tb8_tekst + tb8_messages[tb8_currMsg].substring(tb8_i, tb8_i+1);
  23. document.title = tb8_tekst;
  24. tb8_sp=tb8_speed;
  25. tb8_i++;
  26. if (tb8_i==tb8_messages[tb8_currMsg].length){
  27. tb8_currMsg++; tb8_i=0; tb8_tekst="";tb8_sp=tb8_delay;
  28. }
  29. if (tb8_currMsg == tb8_messages.length){
  30. if ((tb8_rptType == 'finite') && (tb8_counter==tb8_rptNbr)){
  31. clearTimeout(tb8_TID);
  32. return;
  33. }
  34. tb8_counter++;
  35. tb8_currMsg = 0;
  36. }
  37. tb8_TID = setTimeout("tb8_pisi()", tb8_sp);
  38. }
  39. tb8_pisi()
  40. </script>
  41. <script type="text/javascript">
  42. //desabilita menu de opcoes ao clicar no botao direito
  43. function desabilitaMenu(e)
  44. {if (window.Event)
  45. {if (e.which == 2 || e.which == 3)
  46. return false;}
  47. else
  48. {event.cancelBubble = true event.returnValue = false; return false;} }
  49. document.oncontextmenu = desabilitaMenu;
  50. document.onmousedown = desabilitaBotaoDireito;
  51. document.onmouseup = desabilitaBotaoDireito;
  52. </script>
  53.  
  54. <title>{title}</title>
  55. <link rel="shortcut icon" href="{favicon}" />
  56. <meta name="color:background" content="#FAF5F8">
  57. <meta name="color:text" content="#666">
  58. <meta name="color:bgcaixa" content="#fff">
  59. <meta name="color:details" content="#cc6090">
  60. <meta name="image:image1" content="http://29.media.tumblr.com/tumblr_lw848i7rfs1r6sbd9o1_250.jpg">
  61. <meta name="image:image2" content="http://26.media.tumblr.com/tumblr_lw848i7rfs1r6sbd9o3_250.jpg">
  62. <meta name="text:link1" content="URL">
  63. <meta name="text:link1name" content="nome do link">
  64. <meta name="text:link2" content="URL">
  65. <meta name="text:link2name" content="nome do link">
  66. <meta name="text:link3" content="URL">
  67. <meta name="text:link3name" content="nome do link">
  68. <meta name="text:link4" content="URL">
  69. <meta name="text:link4name" content="nome do link">
  70. <meta name="text:link5" content="URL">
  71. <meta name="text:link5name" content="nome do link">
  72. <title>{Title}</title>
  73. </head>
  74. <style>
  75. body {background:{color:background};color:{color:text};font: 7pt verdana;}
  76. .sidebar {padding:10px;background:{color:bgcaixa}; width:300px;margin-top:130px; margin-left:80px;position:fixed;overflow:auto;}
  77. ::-webkit-scrollbar-thumb:vertical {background-color: {color:details};}
  78. ::-webkit-scrollbar-thumb:horizontal {background-color:{color:bgcaixa}}
  79. ::-webkit-scrollbar {height:5px; width:5px; background-color:{color:bgcaixa};}
  80. .caixamenu {margin-top:30px; margin-left:120px; position:fixed; width:200px; background:transparent;}
  81. ee {color:{color:bgcaixa};}
  82. .nav {background:{color:details};color:{color:bgcaixa};float:left; width:255px; padding-left:25px;border-radius:2px;margin-bottom:1px; -webkit-transition-duration: .90s; height:17px; line-height:17px;text-align:center;letter-spacing:3px;}
  83. .nav:hover {letter-spacing:-1px; -webkit-transition-duration: .90s; }
  84. .nav a {color:{color:bgcaixa};}
  85. .ft {margin-top:30px; margin-left:80px;position:fixed; background:{color:bgcaixa}; padding:1px;border-radius:45px;}
  86. .ft img {width:87px; height:87px; border-radius:45px;}
  87. .ft2 {margin-top:30px; margin-left:80px;position:fixed; background:{color:bgcaixa}; padding:1px;border-radius:45px;opacity:0;-webkit-transition-duration: .90s;}
  88. .ft2:hover {-webkit-transition-duration: 1.90s;opacity:1;}
  89. .ft2 img {width:87px; height:87px; border-radius:45px;}
  90. .post {background: {color:bgcaixa}; margin-top: 10px; padding: 20px;border-radius:5px}
  91. img {border-radius:5px;opacity:0.7;-webkit-transition-duration: 1.90s;}
  92. img:hover {opacity:1;-webkit-transition-duration: 1.90s;}
  93. h1 {color:{color:details}; font: 20px Georgia}
  94. .supertags {margin-left: -20px; background: {color:details}; text-align:center; color: transparent; padding:2px; position: absolute; opacity:0; z-index: 4; font-family: verdana; color: {color:bgcaixa}; -webkit-transition-duration: .90s; margin-top:0px; border-radius:0px 7px 7px 0px; width:20px;}
  95. .supertags a:link,a:active {color:{color:bgcaixa};}
  96. .post:hover .supertags {margin-left: -20px; min-width: auto;background: {color:details}; font-family: verdana ; color: {color:bgcaixa} ; opacity:99; width:540px}
  97. /*** PAGINACAO BY RITAMAFALDA ***/
  98. .pagi {font-family: arial; font-size: 70px; font-weight: bold; line-height: 21px; text-shadow: 0 1px 1px #fff; right: 100px; bottom: 30px; position: fixed;}
  99. .pagi1 {font-family: arial; font-size: 70px; font-weight: bold; line-height: 21px; text-shadow: 0 1px 1px #fff; left: 100px; bottom: 30px; position: fixed;}
  100. a.pagl {color: {color:details}; text-decoration: none;}
  101. a.pagl:hover {color:{color:details};}
  102. /*** links ***/
  103. a:link,a:active,a:visited { color: {color:details}; text-decoration: none; -webkit-transition-duration: .50s;}
  104. a:hover { color: #ccc;}
  105. /*** ask ***/
  106. .bubble {align:right;background: #eee; margin:7px 0px 5px 66px;padding:10px;position: relative;-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px;}
  107. .bubble p {margin:1px 0px;}
  108. .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 #eee;}
  109. .askborder {float: left;margin: 1px 4px 0 0;padding: 2px; background: {color:details};}
  110. .creditos {background:{color:bgcaixa}; margin-top:243px; margin-left:85px; width:300px; padding:5px;position:fixed;text-align:center;border-radius:20px}
  111. </style>
  112. <body><div class="creditos">theme por <a href="http://ele-disse-adeus.tumblr.com/"><b>ele-disse-adeus</b>.</a> não copie, não remova esta tag. </div>
  113.  
  114. <div class="sidebar"><div style="overflow: auto; width: 100%; height: 100px; text-align:justify; margin-bottom: 0px; padding-right:5px; line-height: 100%">{description}</div></div>
  115. <div class="caixamenu">
  116. <a href="{text:link1}" class="nav"><ee>{text:link1name}</ee></a>
  117. <a href="{text:link2}" class="nav"><ee>{text:link2name}</ee></a>
  118. <a href="{text:link3}" class="nav"><ee>{text:link3name}</ee></a>
  119. <a href="{text:link4}" class="nav"><ee>{text:link4name}</ee></a>
  120. <a href="{text:link5}" class="nav"><ee>{text:link5name}</ee></a>
  121. </div>
  122. <div class="ft"><img src="{image:image1}"></div><div class="ft2"><img src="{image:image2}"></div>
  123.  
  124. <!--tags dos posts-->
  125. <div id="post" style="left: 450px; position: absolute; width: 540px;">
  126. {block:Posts}
  127.  
  128. <!--TEXTOs-->
  129.  
  130. {block:Text}<div class="post">
  131. <div class="supertags"><ee>{block:HasTags}{block:Tags}&nbsp;#<a href="{TagURL}">{Tag}</a>,&nbsp;{/block:Tags}{/block:HasTags} - {MonthNumberWithZero}-{Year} - <a href="{Permalink}">Permalink</a> - <a href="{ReblogUrl}" target="_blank">reblogue</a></ee></div>
  132. {block:Title}<a href="{Permalink}" class="title"><h1>{Title}</h1></a>{/block:Title}
  133.  
  134. <div>{Body}</div>
  135.  
  136. </div>{/block:Text}
  137.  
  138.  
  139.  
  140. <!--PERGUNTAS E MENSAGENS-->
  141.  
  142. {block:Answer}<div class="post">
  143. <div class="supertags"><ee>{block:HasTags}{block:Tags}&nbsp;#<a href="{TagURL}">{Tag}</a>,&nbsp;{/block:Tags}{/block:HasTags} - {MonthNumberWithZero}-{Year} - <a href="{Permalink}">Permalink</a> - <a href="{ReblogUrl}" target="_blank">reblogue</a></ee></div>
  144.  
  145. <img src="{AskerPortraitURL-48}" align="left" class="askborder"><div class="bubble"><span></span>{Asker}: {Question}&nbsp;</div>{Answer}</div>{/block:Answer}
  146.  
  147.  
  148.  
  149. <!--LINKS-->
  150.  
  151. {block:Link}<div class="post">
  152. <div class="supertags"><ee>{block:HasTags}{block:Tags}&nbsp;#<a href="{TagURL}">{Tag}</a>,&nbsp;{/block:Tags}{/block:HasTags} - {MonthNumberWithZero}-{Year} - <a href="{Permalink}">Permalink</a> - <a href="{ReblogUrl}" target="_blank">reblogue</a></ee></div>
  153. <a href="{URL}"><h1>{Name}</h1></a>
  154.  
  155. {block:Description}{Description}{/block:Description}
  156.  
  157.  
  158. </div>{block:Link}
  159.  
  160.  
  161.  
  162. <!--FOTOS-->
  163.  
  164. {block:Photo}<div class="post"><div class="supertags"><ee>{block:HasTags}{block:Tags}&nbsp;#<a href="{TagURL}">{Tag}</a>,&nbsp;{/block:Tags}{/block:HasTags} - {MonthNumberWithZero}-{Year} - <a href="{Permalink}">Permalink</a> - <a href="{ReblogUrl}" target="_blank">reblogue</a></ee></div>
  165. <center>{LinkOpenTag}<img src="{PhotoURL-500}" title="{PhotoAlt}" />{LinkCloseTag}</center><br />
  166.  
  167. {block:Caption}{Caption}{/block:Caption}<br />
  168.  
  169. </div>{/block:Photo}
  170.  
  171.  
  172.  
  173. <!--FRASES-->
  174.  
  175. {block:Quote}<div class="post">
  176. <div class="supertags"><ee>{block:HasTags}{block:Tags}&nbsp;#<a href="{TagURL}">{Tag}</a>,&nbsp;{/block:Tags}{/block:HasTags} - {MonthNumberWithZero}-{Year} - <a href="{Permalink}">Permalink</a> - <a href="{ReblogUrl}" target="_blank">reblogue</a></ee></div>
  177.  
  178.  
  179. <h1>- "{Quote}"</h1>
  180.  
  181. {block:Source}&mdash; {Source}{/block:Source}
  182.  
  183. </div>{/block:Quote}
  184.  
  185.  
  186.  
  187. <!--DIALOGOS-->
  188.  
  189. {block:Chat}<div class="post">
  190. <div class="supertags"><ee>{block:HasTags}{block:Tags}&nbsp;#<a href="{TagURL}">{Tag}</a>,&nbsp;{/block:Tags}{/block:HasTags} - {MonthNumberWithZero}-{Year} - <a href="{Permalink}">Permalink</a> - <a href="{ReblogUrl}" target="_blank">reblogue</a></ee></div>
  191. {block:Title}<a href="{Permalink}"><h1>{Title}</h1></a>{/block:Title}
  192.  
  193. <table>
  194. {block:Lines}
  195. <tr>
  196. {block:Label}<td class="name">{Label}</td>{block:Label}
  197. <td class="words">{Line}</td>
  198. </tr>
  199. {/block:Lines}
  200. </table><br />
  201.  
  202. </div>{/block:Chat}
  203.  
  204.  
  205.  
  206. <!--MUSICAS-->
  207.  
  208. {block:Audio}<div class="post">
  209. <div class="supertags"><ee>{block:HasTags}{block:Tags}&nbsp;#<a href="{TagURL}">{Tag}</a>,&nbsp;{/block:Tags}{/block:HasTags} - {MonthNumberWithZero}-{Year} - <a href="{Permalink}">Permalink</a> - <a href="{ReblogUrl}" target="_blank">reblogue</a></ee></div>
  210. <div style="float:right; margin-top: 6px;"><i>Música ouvida {PlayCount} vezes</i> {block:ExternalAudio}(<a href="{ExternalAudioURL}">download!</a>){/block:ExternalAudio}</div>
  211.  
  212. <center>{AudioPlayerWhite}</centeR>
  213.  
  214. {block:Caption}{Caption}{/block:Caption}<br />
  215.  
  216.  
  217. </div>{/block:Audio}
  218.  
  219.  
  220.  
  221. <!--VIDEOS-->
  222.  
  223. {block:Video}<div class="post">
  224. <div class="supertags"><ee>{block:HasTags}{block:Tags}&nbsp;#<a href="{TagURL}">{Tag}</a>,&nbsp;{/block:Tags}{/block:HasTags} - {MonthNumberWithZero}-{Year} - <a href="{Permalink}">Permalink</a> - <a href="{ReblogUrl}" target="_blank">reblogue</a></ee></div>
  225. <center>{Video-500}</center>
  226.  
  227. {block:Caption}{Caption}{/block:Caption}<br />
  228.  
  229. </div>{/block:Video}
  230. {/block:Posts}<div class="pagi">{block:Pagination}{block:NextPage} <a class="pagl" href="{NextPage}"> &raquo; </a>{/block:NextPage}{/block:Pagination}</div>
  231. <div class="pagi1">{block:Pagination}{block:PreviousPage}<a class="pagl" href="{PreviousPage}">&laquo;</a>{/block:PreviousPage}{/block:Pagination}</div>
  232.  
  233. </body>
  234. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement