Advertisement
ele-disse-adeus

theme 24

Apr 26th, 2012
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.04 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. <script type="text/javascript">
  19. // <![CDATA[
  20. var bgcolour="#ffffff"; // background colour
  21. var fgcolour="#888888"; // foreground colour
  22. var speed=100; // speed of bubbling, lower is faster
  23. var shades=10; // number of shades of bubble
  24.  
  25. /****************************
  26. * Bubbling Text Effect *
  27. *(c) 2003-6 mf2fm web-design*
  28. * http://www.mf2fm.com/rv *
  29. * DON'T EDIT BELOW THIS BOX *
  30. ****************************/
  31. var bubbcol=new Array();
  32. var bubbler, bubbtxt;
  33. var bubbchr=new Array();
  34. window.onload=function() { if (document.getElementById) {
  35. for (bubbler=0; bubbler<=shades; bubbler++) {
  36. bubbtxt="#";
  37. for (var i=1; i<6; i+=2) {
  38. var bg=parseInt(bgcolour.substring(i,i+2),16);
  39. bubbtxt+=dechex(Math.floor(bg+(parseInt(fgcolour.substring(i,i+2),16)-bg)*(bubbler/shades)));
  40. }
  41. bubbcol[bubbler+1]=bubbtxt;
  42. }
  43. bubbler=document.getElementById("bubble");
  44. bubbtxt=bubbler.firstChild.nodeValue;
  45. while (bubbler.childNodes.length) bubbler.removeChild(bubbler.childNodes[0]);
  46. for (var i=0; i<bubbtxt.length; i++) {
  47. var bubbi=document.createElement("span");
  48. bubbi.setAttribute("id", "bubb"+i);
  49. bubbi.appendChild(document.createTextNode(bubbtxt.charAt(i)));
  50. bubbler.appendChild(bubbi);
  51. }
  52. bubbler=setInterval ("bubbling()", speed);
  53. }}
  54.  
  55. function dechex(dec) {
  56. var hex=dec.toString(16);
  57. if (dec<16) return "0"+hex;
  58. else return hex;
  59. }
  60.  
  61. function bubbling() {
  62. for (var i=0; i<bubbtxt.length; i++) {
  63. var bubbme=document.getElementById("bubb"+i);
  64. if (bubbchr[i]) {
  65. bubbme.style.color=bubbcol[bubbchr[i]];
  66. bubbchr[i]=(bubbchr[i]+1)%bubbcol.length;
  67. }
  68. else if (Math.random()<0.75/bubbchr.length) bubbchr[i]=1;
  69. }
  70. }
  71. // ]]>
  72. </script>
  73. <title>{Title}</title>
  74. <meta name="color:background" content="#333">
  75. <meta name="image:background" content="/">
  76. <meta name="color:bgcaixa" content="#222">
  77. <meta name="color:text" content="#ccc">
  78. <meta name="font:titulo" content="georgia">
  79. <meta name="color:link" content="#ccc">
  80. <meta name="color:link hover" content="#ccc">
  81. <meta name="color:menu" content="#222">
  82. <meta name="color:text menu" content="#ccc">
  83. <meta name="color:menu hover" content="#555">
  84. <meta name="text:menu1" content="URL">
  85. <meta name="text:menu1 nome" content="link">
  86. <meta name="text:menu2" content="URL">
  87. <meta name="text:menu2 nome" content="link 2">
  88. <meta name="text:menu3" content="URL">
  89. <meta name="text:menu3 nome" content="link 3">
  90. <meta name="text:menu4" content="URL">
  91. <meta name="text:menu4 nome" content="link 4">
  92. <meta name="text:menu5" content="URL">
  93. <meta name="text:menu5 nome" content="link 5">
  94. <meta name="text:menu6" content="URL">
  95. <meta name="text:menu6 nome" content="link 6">
  96. <meta name="text:menu7" content="URL">
  97. <meta name="text:menu7 nome" content="link 7">
  98. <meta name="text:menu8" content="URL">
  99. <meta name="text:menu8 nome" content="link 8">
  100. <meta name="text:menu9" content="URL">
  101. <meta name="text:menu9 nome" content="link 9">
  102. <meta name="text:menu10" content="URL">
  103. <meta name="text:menu10 nome" content="link 10">
  104. <meta name="text:frase"content="I wont give up on us">
  105. <meta name="image:img1" content="http://data.whicdn.com/images/27465513/tumblr_m2y3eyENkq1r28f9oo1_500_large.jpg">
  106. <style>
  107. /**centralizacao dont mexa lindinho**/
  108. #center {width:800px;margin:auto;}
  109. /*** fundo do theme ***/
  110. body {background: {color:background} url('LINK DO BG')fixed; color: {color:text}; font-size: 8pt; font-family: georgia;}
  111.  
  112. .post {background: {color:bgcaixa};margin-top:1px;; padding: 5px; }
  113.  
  114. /*** letras ***/
  115. h1 {text-align: center; font: 20px {font:titulo}; color: {color:text};}
  116.  
  117. /*** ask ***/
  118. .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;}
  119. .bubble p {margin:1px 0px;}
  120. .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};}
  121.  
  122. .askborder {float: left;margin: 1px 4px 0 0;padding: 2px; background: {color:background}}
  123.  
  124. ::-webkit-scrollbar-thumb:vertical {background-color: {color:text};}
  125. ::-webkit-scrollbar-thumb:horizontal {background-color:{color:text};}
  126. ::-webkit-scrollbar {height:5px; width:5px; background-color:{color:bgcaixa};}
  127. .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;}
  128.  
  129.  
  130. /*** links ***/
  131. a:link,a:active,a:visited { color: {color:link}; text-decoration: none; -webkit-transition-duration: .50s;}
  132. a:hover { color: {color:link hover};}
  133.  
  134. /*** negrito e talz ***/
  135. b, strong {color:{color:text}; text-decoration: none; cursor: help;}
  136. s {color: {color:text};cursor: help;}
  137. i {color: #ccc; text-decoration: none;cursor: help;}
  138. u, underline {color: {color:text}; text-decoration: none; border-bottom: 1px dashed {color:text};cursor: help;}
  139.  
  140. /*** Paginação by madlyluv.com ***/
  141. #paginacaoml {font-size: 10px; font-weight: bold; line-height: 21px; text-shadow: 0 1px 1px {color:text};}
  142. #paginacaoml a {background: {color:background}; margin: 0 1px 0 0; padding: 2px 4px; color: {color:text}; text-decoration: none;}
  143. #paginacaoml a:hover {background: {color:background}; border: none;}
  144. #paginacaoml span.pagina_atual {background: {color:background}; margin: 0 1px 0 0; padding: 2px 4px; color: {color:text}; text-decoration: none;}
  145. #paginacaoml span.info {background:{color:background}; margin: 0 1px 0 0; padding: 2px 4px; color: {color:text}; text-decoration: none;}
  146.  
  147. blockquote {border-left:3px solid {color:text}; padding:10px;}
  148.  
  149. .sidebar {position:fixed;margin-top:50px;padding:5px;background:{color:bgcaixa};width:280px;}
  150. .sidebimg:hover {opacity:0.8}
  151. .cmenu {position:fixed;margin-top:50px;padding:5px;background:{color:bgcaixa};width:280px;overflow:hidden;height:10px;-webkit-transition-duration: .20s;}
  152. .cmenu:hover {opacity:1;height:185px;-webkit-transition-duration: .90s;}
  153. #nav {float:left;background:{color:menu};width:139px;margin-left:1px;color:{color:text menu};height:33px;text-align:center;margin-bottom:1px;line-height:33px;-webkit-transition-duration: .60s;}
  154. #nav:hover {background:{color:menu hover};-webkit-transition-duration: .90s;}
  155. /*** FIM DO CSS ***/
  156.  
  157. </style>
  158. </head>
  159. <body><div id="center">
  160. <div class="sidebar">
  161. <img src="{image:img1}" width="280px" class="sidebimg"> <div style="overflow:auto;height:200px;margin-top:5px;text-align:justify;padding-right:5px;">{description}</div>
  162. </div>
  163. <div class="cmenu"><center><span id="bubble">{text:frase}</span></center>
  164. <a href="{text:menu1}" id="nav">{text:menu1 nome}</a>
  165. <a href="{text:menu2}" id="nav">{text:menu2 nome}</a>
  166. <a href="{text:menu3}" id="nav">{text:menu3 nome}</a>
  167. <a href="{text:menu4}" id="nav">{text:menu4 nome}</a>
  168. <a href="{text:menu5}" id="nav">{text:menu5 nome}</a>
  169. <a href="{text:menu6}" id="nav">{text:menu6 nome}</a>
  170. <a href="{text:menu7}" id="nav">{text:menu7 nome}</a>
  171. <a href="{text:menu8}" id="nav">{text:menu8 nome}</a>
  172. <a href="{text:menu9}" id="nav">{text:menu9 nome}</a>
  173. <a href="{text:menu10}" id="nav">{text:menu10 nome}</a>
  174.  
  175.  
  176. </div>
  177. <div class="post" style="position: absolute; width: 525px;margin-left:300px">
  178. {block:Posts}
  179.  
  180. <!--TEXTOs-->
  181.  
  182. {block:Text}<div class="post">
  183.  
  184. {block:Title}<a href="{Permalink}" class="title"><h1>{Title}</h1></a>{/block:Title}
  185.  
  186. <div>{Body}</div>
  187.  
  188. </div>{/block:Text}
  189.  
  190.  
  191.  
  192. <!--PERGUNTAS E MENSAGENS-->
  193.  
  194. {block:Answer}<div class="post">
  195.  
  196. <img src="{AskerPortraitURL-48}" align="left" class="askborder"><div class="bubble"><span></span>{Asker}: {Question}&nbsp;</div>{Answer}
  197.  
  198. </div>{/block:Answer}
  199.  
  200. <!--LINKS-->
  201.  
  202. {block:Link}<div class="post">
  203.  
  204. <a href="{URL}"><h1>{Name}</h1></a>
  205.  
  206. {block:Description}{Description}{/block:Description}
  207.  
  208.  
  209. </div>{block:Link}
  210.  
  211.  
  212.  
  213. <!--FOTOS-->
  214.  
  215. {block:Photo}<div class="post">
  216. <center>{LinkOpenTag}<img src="{PhotoURL-500}" title="{PhotoAlt}" />{LinkCloseTag}</center><br />
  217.  
  218. {block:Caption}{Caption}{/block:Caption}<br />
  219.  
  220. </div>{/block:Photo}
  221.  
  222.  
  223.  
  224. <!--FRASES-->
  225.  
  226. {block:Quote}<div class="post">
  227.  
  228. <h1>- <big><big><big><b><i>"</i></b></big></big></big>{Quote}<big><big><big><b><i>"</i></b></big></big></big></h1>
  229.  
  230. {block:Source}&mdash; {Source}{/block:Source}
  231.  
  232. </div>{/block:Quote}
  233.  
  234.  
  235.  
  236. <!--DIALOGOS-->
  237.  
  238. {block:Chat}<div class="post">
  239.  
  240. {block:Title}<a href="{Permalink}"><h1>{Title}</h1></a>{/block:Title}
  241.  
  242. <table>
  243. {block:Lines}
  244. <tr>
  245. {block:Label}<td class="name">{Label}</td>{block:Label}
  246. <td class="words">{Line}</td>
  247. </tr>
  248. {/block:Lines}
  249. </table><br />
  250.  
  251. </div>{/block:Chat}
  252.  
  253.  
  254.  
  255. <!--MUSICAS-->
  256.  
  257. {block:Audio}<div class="post">
  258.  
  259. <div style="float:right; margin-top: 6px;"><i>Música ouvida {PlayCount} vezes</i> {block:ExternalAudio}(<a href="{ExternalAudioURL}">download!</a>){/block:ExternalAudio}</div>
  260.  
  261. <center>{AudioPlayerWhite}</centeR>
  262.  
  263. {block:Caption}{Caption}{/block:Caption}<br />
  264.  
  265.  
  266. </div>{/block:Audio}
  267.  
  268.  
  269.  
  270. <!--VIDEOS-->
  271.  
  272. {block:Video}<div class="post">
  273.  
  274. <center>{Video-500}</center>
  275.  
  276. {block:Caption}{Caption}{/block:Caption}<br />
  277.  
  278. </div>{/block:Video}
  279.  
  280. <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}
  281. </div>
  282.  
  283. {/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}
  284. {block:JumpPagination length="10"}
  285. {block:CurrentPage}<span class="pagina_atual">{PageNumber}</span>{/block:CurrentPage}
  286. {block:JumpPage}<a class="jump_page" href="{URL}">{PageNumber}</a>{/block:JumpPage}
  287. {/block:JumpPagination}
  288. {block:Pagination}{block:NextPage}<a href="{NextPage}">&raquo;</a>{/block:NextPage}{/block:Pagination}
  289. </div></center>
  290.  
  291. </div></div></div></div></div></div></div></div></div></div></div></div>
  292.  
  293. </div></body>
  294. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement