chapsthmx

hkx 2.0 / thme 2

Feb 26th, 2015
196
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.94 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">
  2.  
  3. <!---------------------------------------------------------------------------
  4. Base do theme por Warvada. Modificado e adaptado por haikax
  5. ----------------------------------------------------------------------------->
  6.  
  7. <head profile="http://gmpg.org/xfn/11">
  8.  
  9.  
  10.  
  11.  
  12. <link rel="shortcut icon" href="{favicon}">
  13.  
  14.  
  15. <!-- Efeito do titulo na aba do navegador -->
  16. <script type="text/javascript">
  17. var rev = "fwd";function titlebar(val)
  18. {var msg = "{title}";
  19. var res = " ";
  20. var speed = 120;var pos = val;msg = "{title}";var le = msg.length;if(rev == "fwd"){if(pos < le){pos = pos+1;scroll = msg.substr(0,pos);document.title = scroll;timer = window.setTimeout("titlebar("+pos+")",speed);}
  21. else{rev = "bwd";
  22. timer = window.setTimeout("titlebar("+pos+")",speed);}}
  23. else{
  24. if(pos > 0){
  25. pos = pos-1;var ale = le-pos;scrol = msg.substr(ale,le);document.title = scrol;timer = window.setTimeout("titlebar("+pos+")",speed);}
  26. else{rev = "fwd";timer = window.setTimeout("titlebar("+pos+")",speed);}}}
  27. titlebar(0);
  28. </script>
  29.  
  30.  
  31.  
  32.  
  33.  
  34. <!-- Appearance -->
  35. <!-- imagens-->
  36. <meta name="image:sidebar" content="http://36.media.tumblr.com/ed6500b1bed4ee71b3c35ada3064dcb9/tumblr_nk4n5jykZp1tv4x8ho2_250.png"/>
  37.  
  38. <!-- cores-->
  39. <meta name="color:background" content="#fff"/>
  40. <meta name="color:text" content="#222"/>
  41. <meta name="color:links" content="#222"/>
  42. <meta name="color:links hover" content="#000"/>
  43. <meta name="color:menu link" content="#222" />
  44. <meta name="color:menu hover" content="#eee"/>
  45. <meta name="color:menu link hover" content="#fff" />
  46.  
  47. <!-- links e textos-->
  48. <meta name="text:palavra" content="the mermaid" />
  49. <meta name="text:link1" content=" " />
  50. <meta name="text:link1 titulo" content="push" />
  51. <meta name="text:link2" content=" " />
  52. <meta name="text:link2 titulo" content="call" />
  53. <meta name="text:link3" content=" " />
  54. <meta name="text:link3 titulo" content="more" />
  55. <meta name="text:link4" content=" " />
  56. <meta name="text:link4 titulo" content="baby" />
  57. <meta name="text:link5" content=" " />
  58. <meta name="text:link5 titulo" content="thms" />
  59.  
  60.  
  61.  
  62.  
  63.  
  64.  
  65. <!--barra de rolagem e grade do theme: nao tire -->
  66. <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  67. <meta http-equiv="x-dns-prefetch-control" content="off"/>
  68. <script type="text/javascript" src="http://static.tumblr.com/8yo5xxv/Ebrm7rdy0/botao.js"></script>
  69.  
  70.  
  71.  
  72.  
  73.  
  74.  
  75. </head>
  76.  
  77. <style type="text/css" media="screen">
  78.  
  79.  
  80. /*desifinições geral (cor do fundo, fonte, tamanho, alinhamento e etc*/
  81. body {background:{color:background}; color:{color:text}; font-family:'corbel'; font-size:11px; text-align:left;}
  82.  
  83.  
  84. /*links (geral)*/
  85. a {color:{color:links}; text-decoration:none;}
  86. a:hover {color:{color:linkshover};}
  87.  
  88.  
  89. /*blockquote dos posts*/
  90. blockquote {margin:10px; background:#fbfbfb; border:1px solid #ddd;}
  91.  
  92.  
  93.  
  94. /*alinhamento dos posts*/
  95. #content {position:absolute; width:650px; margin-left:450px; margin-top:10px;}
  96.  
  97.  
  98. /*caixas dos posts*/
  99. .caixa {background:{color:background}; width:250px; margin:3px;}
  100. .caixa img{max-width:250px;}.imaagem img{width:250px;}.vsanna{display:none;}
  101.  
  102.  
  103.  
  104. /*Notes por warvada. Não use sem permissão*/
  105. .caixa .notes {margin-top:0px; margin-left:-5px; width:240px; height:13px; line-height:14px; text-align:right; color:{color:links}; font-size:8px; font-family:'segoe print'; text-transform:lowercase; opacity:0; transition-duration:.8s; transform:rotatex(180deg);}
  106. .notes a{color:{color:links};}
  107. .notes a:hover{color:{color:links hover};}
  108. .caixa:hover .notes {opacity:1; margin-left:0px; transition-duration:.8s; transform:rotatey(0deg);}
  109.  
  110.  
  111. /*titulo dos posts*/
  112. titulo {font-size:12px;text-align:justify;}
  113.  
  114.  
  115.  
  116.  
  117. /*estilo de ask (warvada)*/
  118. .perguntou {background:#fbfbfb; border-bottom:1px solid pink; text-transform:lowercase; margin-left:0px; padding:2px;}
  119. .resposta {width:100%;}
  120.  
  121.  
  122.  
  123. /*Sidebar (alinhamento)*/
  124. .side{position:fixed; margin-top:130px; margin-left:210px; width:170px; height:250px;}
  125.  
  126. /*imagem da sidebar*/
  127. .sideimg img{width:160px; height:190px; margin-top:0px; margin-left:0px;}
  128.  
  129. /*frase */
  130. .desc{position:fixed; margin-left:5px; margin-top:-23px; width:150px; text-align:center; font-size:17px; background:transparent; opacity:.7; transition:.80s;color:#fff;font-family:Bradley Hand ITC;
  131. color:transparent;
  132. text-shadow: 0 0 5px #000;
  133. -webkit-transition: 0.5s ease-in;
  134. -moz-transition: 0.5s ease-in;
  135. -o-transition: 0.5s ease-in;
  136. transition: 0.5s ease-in;}
  137.  
  138. /*menu*/
  139. .menu{position:fixed; margin-top:0px; margin-left:0px; text-align:center; width:160px; text-align:center; font-size:11px; transition:.80s;font-family:Bradley Hand ITC;}
  140. .menu a{color:{color:menu link};}
  141. .menu a:hover{background:{color:menu hover}; color:{color:menu link hover};}
  142.  
  143. /*hovers da side (frase e menu)*/
  144. .side:hover .desc{background:transparent; margin-top:-23px; opacity:1; transition:.80s;color:#fff;
  145. text-shadow:none;}
  146.  
  147. .side:hover .menu{margin-top:px; transition:.80s;}
  148.  
  149.  
  150.  
  151.  
  152.  
  153.  
  154.  
  155.  
  156.  
  157.  
  158.  
  159. </style>
  160.  
  161. <body onkeydown="return false">
  162.  
  163.  
  164.  
  165.  
  166.  
  167.  
  168. <!--inicio da sidebar -->
  169. <div class="side">
  170.  
  171.  
  172. <div class="sideimg"><img src="{image:sidebar}"></div>
  173.  
  174. <div class="desc"><b>{text:palavra}</b></div>
  175.  
  176. <div class="menu">
  177. <a href="{text:link1}">{text:link1 titulo}</a>
  178. <a href="{text:link2}">{text:link2 titulo}</a>
  179. <a href="{text:link3}">{text:link3 titulo}</a>
  180. <a href="{text:link4}">{text:link4 titulo}</a>
  181. <a href="{text:link5}">{text:link5 titulo}</a>
  182. </div>
  183.  
  184.  
  185. </div>
  186. <!--fim da sidebar-->
  187.  
  188.  
  189.  
  190.  
  191.  
  192. <!--inicio dos posts-->
  193. <div id="content">
  194. {block:Posts}
  195. <div class="caixa">
  196.  
  197.  
  198.  
  199.  
  200. {block:Text}
  201. {block:Title}<titulo>{Title}</titulo>{/block:Title}
  202. {body}
  203. {/block:Text}
  204.  
  205.  
  206.  
  207. {block:Photo}
  208. {LinkOpenTag}
  209. <div class="imaagem"><img src="{PhotoURL-250}"></div>
  210. {/block:Photo}
  211.  
  212.  
  213.  
  214. {block:Photoset}
  215. <div class="imaagem">{Photoset-250}</div>{LinkCloseTag}
  216. {/block:Photoset}
  217.  
  218.  
  219.  
  220. {block:Quote}
  221. {Quote} <br>
  222. {block:Source}{Source}{/block:Source}
  223. {/block:Quote}
  224.  
  225.  
  226.  
  227. {block:Chat}
  228. {block:Title}<titulo>{Title}</titulo>{/block:Title}
  229. {block:Lines}
  230. <div class="chat">
  231. <div class="lines">{block:Label}
  232. <span>{Label}</span>
  233. {/block:Label}
  234. {Line}</div></div>
  235. {/block:Lines}
  236. {/block:Chat}
  237.  
  238.  
  239.  
  240. {block:Link}
  241. <a href="{URL}" target="{Target}"><titulo>{Title}</titulo></a>
  242. {block:Description}{Description}{/block:Description}
  243. {/block:Link}
  244.  
  245.  
  246.  
  247. {block:Audio}
  248. {AudioPlayer}
  249. {/block:Audio}
  250.  
  251.  
  252.  
  253. {block:Video}
  254. {block:Indexpage}{Video-250}{/block:IndexPage}
  255. {block:PermalinkPage}{Video-400}{/block:PermalinkPage}
  256. {block:Caption}{Caption}{/block:Caption}
  257. {/block:Video}
  258.  
  259.  
  260.  
  261. {block:Answer}
  262. <div class="perguntou"><b>{Asker}:</b> {Question}</div>
  263. <div class="resposta">{Answer}</div>
  264. {/block:Answer}
  265.  
  266.  
  267.  
  268.  
  269. <!--notes-->
  270. {block:indexpage}
  271. <div class="notes">
  272. <a href="{permalink}">{NoteCount} notes</a> .
  273. <a href="{ReblogURL}" target="_blank">Reblog</a>
  274. </div>
  275. {/block:indexpage}
  276.  
  277.  
  278.  
  279.  
  280. <!--bloqueio do via e source -->
  281. <div class="vsanna">
  282. {block:RebloggedFrom}
  283. <a href="{ReblogParentURL}">via</a>
  284. {/block:RebloggedFrom}
  285. {block:ContentSource}
  286. <a href="{SourceURL}">source</a>
  287. {/block:ContentSource}
  288. </div>
  289.  
  290.  
  291.  
  292.  
  293.  
  294. </div>
  295. {/block:Posts}
  296. </div>
  297. <!--fim dos posts-->
  298.  
  299.  
  300.  
  301. <!-- script barra de rolagem e grade (duas ou mais colunas): NÃO RETIRE!-->
  302. <script type="text/javascript" src="http://static.tumblr.com/imovwvl/dJWl20ley/jqueryformasonry.js"></script>
  303. <script src="http://static.tumblr.com/df28qmy/SHUlh3i7s/jquery.infinitescroll.js"></script>
  304. <script src="http://static.tumblr.com/thpaaos/lLwkowcqm/jquery.masonry.js"></script>
  305. <script type="text/javascript">
  306. $(window).load(function () {
  307. $('#content').masonry(),
  308. $('.masonryWrap').infinitescroll({
  309. navSelector : "div#navigation",
  310. nextSelector : "div#navigation a#nextPage",
  311. itemSelector : ".caixa",
  312. bufferPx : 10000,
  313. extraScrollPx: 11000,
  314. loadingImg : "",
  315. loadingText : "<i> </i>",
  316. },
  317. // call masonry as a callback.
  318. function() { $('#content').masonry({ appendedContent: $(this) }); }
  319. );
  320. });
  321. </script>
  322.  
  323. {block:IndexPage}
  324. <div class="column navigation" id="navigation">
  325.  
  326. {block:Pagination}
  327. {block:PreviousPage}
  328. <a href="{PreviousPage}" class="navigate">
  329. {/block:PreviousPage}
  330. {block:PreviousPage}</a>
  331. {/block:PreviousPage}
  332.  
  333. {block:NextPage}
  334. <a href="{NextPage}" class="navigate" id="nextPage">
  335. {/block:NextPage}
  336. {block:NextPage}</a>{/block:NextPage}
  337. {/block:Pagination}
  338.  
  339. </div>
  340. {/block:IndexPage}
  341.  
  342.  
  343. </body>
  344.  
  345. <a style="width:86px; font-size:10px; color:#4a4a4a; font-family:calibri;position:fixed;font-style:;top:10px;left:15px;border-bottom:1px solid #00ff1e;border-top:0px solid #00ff1e" href="http://haikax.tumblr.com/" title="by haikax, NÃO COPIE + base warvada" ><b> design by haikax <font color="#00ff1e">❁</font></a>
  346.  
  347.  
  348.  
  349. </html>
Advertisement
Add Comment
Please, Sign In to add comment