Advertisement
kathdesigns

THEME 13

Sep 8th, 2015
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.43 KB | None | 0 0
  1. <!-- Esse código substitui o <html> e <head> para o theme ser melhor visualizado em todos os navegadores -->
  2. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
  3. <html xmlns="http://www.w3.org/1999/xhtml">
  4. <head profile="http://gmpg.org/xfn/11">
  5.  
  6.  
  7. <!--------------------------------------------------------------------------
  8. BASE TOTALMENTE CODIFICADA POR WARVADA
  9. MODIFICADA E ADAPTADA POR ANGELDOLLLS
  10. ---------------------------------------------------------------------------->
  11.  
  12.  
  13.  
  14.  
  15. <!-------- LEIA ESSA PORRA! NÃO RETIRE MEUS CREDITOS SE TIRAR VOU COMER O SEU CÚ
  16. ----------------------------------------------------------------------------->
  17.  
  18. <!-- favicon -->
  19. <link rel="shortcut icon" href="{favicon}">
  20.  
  21. <!-- script do efeito do titulo na aba do navegador (efeito digitando) -->
  22. <script type="text/javascript"> function tb8_makeArray(n){ this.length = n; return this.length; } tb8_messages = new tb8_makeArray(3); tb8_messages[0] = "{title}"; tb8_messages[1] = "{title}"; tb8_messages[2] = "{title}"; tb8_rptType = 'infinite'; tb8_rptNbr = 5; tb8_speed = 100; tb8_delay = 2000; var tb8_counter=1; var tb8_currMsg=0; var tb8_tekst =""; var tb8_i=0; var tb8_TID = null; function tb8_pisi(){ tb8_tekst = tb8_tekst + tb8_messages[tb8_currMsg].substring(tb8_i, tb8_i+1); document.title = tb8_tekst; tb8_sp=tb8_speed; tb8_i++; if (tb8_i==tb8_messages[tb8_currMsg].length){ tb8_currMsg++; tb8_i=0; tb8_tekst="";tb8_sp=tb8_delay; } if (tb8_currMsg == tb8_messages.length){ if ((tb8_rptType == 'finite') && (tb8_counter==tb8_rptNbr)){ clearTimeout(tb8_TID); return; } tb8_counter++; tb8_currMsg = 0; } tb8_TID = setTimeout("tb8_pisi()", tb8_sp); } tb8_pisi() </script>
  23.  
  24.  
  25.  
  26. <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  27. <meta http-equiv="x-dns-prefetch-control" content="off"/>
  28.  
  29.  
  30.  
  31. <!-- Appearance -->
  32. <!-- imagens-->
  33. <meta name="image:sidebar" content=""/>
  34.  
  35. <!-- cores-->
  36. <meta name="color:background" content="#fff"/>
  37. <meta name="color:text" content="#222"/>
  38. <meta name="color:links" content="#222"/>
  39. <meta name="color:links hover" content="#000"/>
  40. <meta name="color:ask" content="#ffc0cb"/>
  41. <meta name="color:barra de rolagem" content="#eee"/>
  42. <meta name="color:frase" content="#696969"/>
  43.  
  44.  
  45. <!-- links e textos-->
  46. <meta name="text:link1" content="" />
  47. <meta name="text:link1 titulo" content="" />
  48. <meta name="text:link2 titulo" content="" />
  49. <meta name="text:link2" content="" />
  50. <meta name="text:link3" content="" />
  51. <meta name="text:link3 titulo" content="" />
  52. <meta name="text:link4" content="" />
  53. <meta name="text:link4 titulo" content="" />
  54.  
  55.  
  56. </head>
  57.  
  58. <link href='https://fonts.googleapis.com/css?family=Rancho' rel='stylesheet' type='text/css'>
  59.  
  60. <link href='https://fonts.googleapis.com/css?family=Grand+Hotel' rel='stylesheet' type='text/css'>
  61.  
  62. <style type="text/css" media="screen">
  63.  
  64.  
  65. /*Definições geral*/
  66. body{background:{color:background}; color:{color:text}; font-family:'grand hotel'; font-size:15px; text-align:left;}
  67. h1 { font-family: 'grand hotel', cursive;}
  68.  
  69.  
  70. /*Links */
  71. a{color:{color:links}; text-decoration:none;}
  72. a:hover{color:{color:links hover};}
  73.  
  74. /*Barra de rolagem*/
  75. ::-webkit-scrollbar{height:3px; width:5px; background:transparent;}
  76. ::-webkit-scrollbar-thumb:vertical{background:{color:barra de rolagem};}
  77. ::-webkit-scrollbar-thumb:horizontal{background:{color:barra de rolagem};}
  78.  
  79. /*Alinhamento dos posts*/
  80. #content{float:left; margin-top:5px; margin-left:427px; width:500px;
  81. padding-bottom:30px;/*esse padding é pros notes ou postagem nao fique atras da skin, recomendo não tirar*/}
  82. .caixa{position:relative; float:left; display:inline-block; width:226px; padding:3px; margin:5px; border:1px solid #ccc; overflow:hidden; text-shadow:1px 1px 0 rgba(255,255,255,.8);background-image: url('http://36.media.tumblr.com/d1512b97ee2b1076b09ec04c1f3297f0/tumblr_ml7nso5ijm1s5um8no1_250.png')}
  83. .caixa img{max-width:200px; height:auto;}
  84.  
  85. /*Caixas dos posts*/
  86. .caixa{position:relative; float:left; display:inline-block; width:200px; padding:3px; margin-left:10px;}
  87. .caixa img{max-width:200px;}
  88.  
  89. /*Posts de imagens*/
  90. .imgpost img{width:300px; outline:1px dotted white; outline-offset:-3px;}
  91.  
  92. /*Bloqueio do via e source - não retire*/
  93. .vsanna{display:none;}
  94.  
  95. /*notes*/
  96. .caixa .notes{margin-top:0px; margin-left:0px; width:250px; height:13px; line-height:17px; text-align:center; color:{color:links}; font-size:8px; font-family:'Calibri'; text-transform:uppercase; opacity:0; transform:rotatex(180deg); transition:.8s;}
  97.  
  98. .caixa:hover .notes{opacity:1; margin-top:0px; transform:rotatex(0deg); transition:.8s;}
  99.  
  100. /*Titulos dos posts*/
  101. titulo{text-decoration:none;}
  102.  
  103. /*Blockquote*/
  104. blockquote {margin:5px;}
  105.  
  106. /*Ask */
  107. .pergunta{margin-top:0px; width:100%; height:auto; line-height:13px; padding:0 0 2px 0; text-align:left; border-bottom:1px solid {color:ask}; border-top:1px solid {color:ask};}
  108. .resposta{margin-top:1px; width:100%; height:auto; padding:3px; font-size:10px; text-align:left; border-bottom:1px dashed #eee;}
  109.  
  110.  
  111.  
  112. /*CRÉDITOS POR DAWALIZADA. NÃO PEGUE SEM PERMISSÃO. JAMAIS RETIRE OS CRÉDITOS. */
  113. #dawacred {position:fixed; width:75px; height:5px; font-family:'Gabriola'; text-transform:uppercase; font-size:8px; line-height:75%; right:85px; bottom:60px; text-align:center; color:#000; background:#ddd; transition:.90s; outline-offset:-3px; padding:6px; outline:1px dotted #aaa;}#dawacred:hover{opacity:100; box-shadow:inset 90px 0px 0px 0px grey; transition:.90s;}.dw{position:fixed; margin-top:0px; margin-left:82px; width:auto; height:auto; color:#f5bcc6; transition:.80s;opacity:100; font-size:11px; transform:rotate(1deg); text-shadow:0px 0px 1px #ccc;}.dw2{position:fixed; margin-top:-5px; margin-left:-19px; width:auto; height:auto; color:#aaaaaa; transition:.80s; opacity:100; font-size:11px; transform:rotate(1deg); text-shadow:0px 0px 1px #aaa;}
  114. /*CRÉDITOS POR DAWALIZADA. NÃO PEGUE SEM PERMISSÃO. JAMAIS RETIRE OS CRÉDITOS. */
  115.  
  116.  
  117. /*Alinhamento da sidebar*/
  118. .side{position:fixed; margin-top:100px; margin-left:180px; width:166px; height:137px;background-color:#fff;border:1px solid #ddd;outline:1px; outline-offset:-2px ;position:fixed;background-image: url('http://36.media.tumblr.com/d1512b97ee2b1076b09ec04c1f3297f0/tumblr_ml7nso5ijm1s5um8no1_250.png');}
  119.  
  120.  
  121. /*Imagem da sidebar*/
  122. .foto img{width:142px; height:115px;margin-left:11px;margin-top:10px;}
  123. .side:hover .foto {opacity:1;-webkit-transition: all 0.3s ease-out;-moz-transition: all 0.50s ease-out;all 0.3s ease-out;-moz-transition:All 1s ease; -o-transition:All 1s ease;}
  124. .cute{height:110px;width:139px;margin-left:10px;margin-top:-122px;border:3px solid #ddd;outline:1px dotted#fff; outline-offset:-5px;position:fixed;}
  125. .side:hover .foto { solid #000;}
  126.  
  127.  
  128. /*menu por beberuta*/
  129. .menubb { -webkit-transition: all 0.8s ease-in-out; -moz-transition: all 0.8s ease-in-out; -o-transition: all 0.8s ease-in-out; margin-top:-200px; margin-left:5px; position:fixed; z-index:200000; opacity: 0; }
  130. .menubb a{ display:inline-block;padding:0; width: 30px;height:6px; line-height: 8px; font-size:10px; margin-bottom: 9px; text-align:center; line-height:8px;border:1px solid #ccc; outline:0px dotted #ccc; outline-offset:-3px; font-family:'gabriola'; text-transform:uppercase; color: #000;padding-left:-1px; -webkit-transition-duration: 0.4s;padding:2px; z-index:11;
  131. background:rgba(255,255,255,.2); }
  132.  
  133. .menubb a:hover{ opacity:0.9;background:; text-transform:uppercase; color: #000;-webkit-transition: all 0.7s ease-out;z-index:9999999999999999;-webkit-animation: CH 1s alternate linear; }
  134. .side:hover .menubb {opacity:0.9; margin-top:-10px;text-transform:uppercase; color:#000; -webkit-transition: all 0.8s ease-in-out; -moz-transition: all 0.8s ease-in-out; -o-transition: all 0.8s ease-in-out ;
  135. }
  136.  
  137.  
  138.  
  139. /*Primeira frase*/
  140. .desc{position:fixed; margin-left:13px; margin-top:12px; width:88px; text-align:center; font-size:10px; font-family:'rancho';text-transform:uppercase;text-shadow: 1px 1px 0px #fff; height:13px; line-height:14px; transition:.80s; color:{color:frase};background-image:url('');border:1px solid #D3D3D3; outline:1px solid #fff; outline-offset:-2px;}
  141. h1 { font-family: 'rancho', cursive;}
  142.  
  143.  
  144.  
  145. </style>
  146.  
  147. <body onkeydown="return false">
  148.  
  149.  
  150.  
  151. <!--slinhamento da sidebar-->
  152. <div class="side">
  153.  
  154. <!-- imagem da sidebar-->
  155. <div class="foto"><img src="{image:sidebar}"></div>
  156. <div class="cute"></div>
  157.  
  158. <!-- menu -->
  159. <div class="menubb">
  160. <a href="{text:link1}">{text:link1 titulo}</a>
  161. <a href="{text:link2}">{text:link2 titulo}</a>
  162. <a href="{text:link3}">{text:link3 titulo}</a>
  163. <a href="{text:link4}">{text:link4 titulo}</a>
  164. </div>
  165.  
  166. <!-- peimeira frase-->
  167. <div class="desc">{description}</div>
  168.  
  169. <!-- segunda frase-->
  170. <div class="wvddesc2">{text:frase hover}</div>
  171.  
  172. <!-- detalhe-->
  173. <div style="position:fixed;opacity:0.2; margin-top:-161px; margin-left:-1px;"><img src="https://41.media.tumblr.com/4fc8e7424e744e74afdee1cea5d6c507/tumblr_inline_ntrk01KvPo1tv3u8w_540.png" style="width:166px; color:#0000 height:-100px;z-index: 0;"></div>
  174.  
  175. </div>
  176. <!--Final da sidebar-->
  177.  
  178.  
  179.  
  180.  
  181.  
  182.  
  183.  
  184. <!--Inicio dos posts-->
  185. <div id="content">
  186. {block:Posts}
  187. <div class="caixa">
  188.  
  189.  
  190.  
  191.  
  192. {block:Text}
  193. {block:Title}<titulo>{Title}</titulo>{/block:Title}
  194. {body}
  195. {/block:Text}
  196.  
  197.  
  198.  
  199. {block:Photo}
  200. {LinkOpenTag}
  201. <div class="imgpost"><img src="{PhotoURL-400}"></div>
  202. {/block:Photo}
  203.  
  204.  
  205.  
  206. {block:Photoset}
  207. <div class="imgpost">{Photoset-250}</div>{LinkCloseTag}
  208. {/block:Photoset}
  209.  
  210.  
  211.  
  212. {block:Quote}
  213. {Quote}<br>
  214. <center><b>{block:Source}{Source}{/block:Source}</b></center>
  215. {/block:Quote}
  216.  
  217.  
  218.  
  219. {block:Chat}
  220. {block:Title}<titulo>{Title}</titulo>{/block:Title}
  221. {block:Lines}
  222. {block:Label}<span>{Label}</span>{/block:Label}
  223. {Line}
  224. {/block:Lines}
  225. {/block:Chat}
  226.  
  227.  
  228.  
  229. {block:Link}
  230. <a href="{URL}" target="{Target}"><titulo>{Title}</titulo></a>
  231. {block:Description}{Description}{/block:Description}
  232. {/block:Link}
  233.  
  234.  
  235.  
  236. {block:Audio}
  237. {AudioPlayer}
  238. {/block:Audio}
  239.  
  240.  
  241.  
  242. {block:Video}
  243. {block:Indexpage}{Video-250}{/block:IndexPage}
  244. {block:PermalinkPage}{Video-400}{/block:PermalinkPage}
  245. {block:Caption}{Caption}{/block:Caption}
  246. {/block:Video}
  247.  
  248.  
  249.  
  250. {block:Answer}
  251. <div class="pergunta">{Asker}: {Question}</div>
  252.  
  253. <div class="resposta">{Answer}</div>
  254. {/block:Answer}
  255.  
  256.  
  257.  
  258.  
  259. <!--notes-->
  260. {block:indexpage}
  261. <div class="notes">
  262. <a href="{permalink}">{NoteCount} notes</a> -
  263. <a href="{ReblogURL}" target="_blank">Reblog, baby!</a>
  264. </div>
  265. {/block:indexpage}
  266.  
  267.  
  268.  
  269.  
  270. <!--bloqueio do via e source -->
  271. <div class="vsanna">
  272. {block:RebloggedFrom}
  273. <a href="{ReblogParentURL}">via</a>
  274. {/block:RebloggedFrom}
  275. {block:ContentSource}
  276. <a href="{SourceURL}">source</a>
  277. {/block:ContentSource}
  278. </div>
  279.  
  280.  
  281.  
  282.  
  283.  
  284. </div>
  285. {/block:Posts}
  286. </div>
  287. <!--fim dos posts-->
  288.  
  289.  
  290.  
  291.  
  292.  
  293.  
  294.  
  295.  
  296.  
  297.  
  298.  
  299.  
  300.  
  301.  
  302. <!-- script barra de rolagem e caixas do theme-->
  303. <script type="text/javascript" src="http://static.tumblr.com/imovwvl/dJWl20ley/jqueryformasonry.js"></script>
  304. <script src="http://static.tumblr.com/df28qmy/SHUlh3i7s/jquery.infinitescroll.js"></script>
  305. <script src="http://static.tumblr.com/thpaaos/lLwkowcqm/jquery.masonry.js"></script>
  306. <script type="text/javascript">
  307. $(window).load(function () {
  308. $('#content').masonry(),
  309. $('.masonryWrap').infinitescroll({
  310. navSelector : "div#navigation",
  311. nextSelector : "div#navigation a#nextPage",
  312. itemSelector : ".caixa",
  313. bufferPx : 10000,
  314. extraScrollPx: 11000,
  315. loadingImg : "",
  316. loadingText : "<i> </i>",
  317. },
  318. // call masonry as a callback.
  319. function() { $('#content').masonry({ appendedContent: $(this) }); }
  320. );
  321. });
  322. </script>
  323.  
  324. {block:IndexPage}
  325. <div class="column navigation" id="navigation">
  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. </div>
  339. {/block:IndexPage}
  340.  
  341. </body>
  342. </html>
  343.  
  344. <!---- CRÉDITOS POR DAWALIZADA. NÃO PEGUE SEM PERMISSÃO. JAMAIS RETIRE OS CRÉDITOS. -->
  345. <div id="dawacred"><b><div class="dw"></div> Design <a href="http://angeldollls.tumblr.com/" title="Design Angeldollls by 2015. Não copie, plágio é crime! Don't copy!">angeldollls</b></a> <div class="dw2"></div></a></div>
  346. <!---- CRÉDITOS POR DAWALIZADA. NÃO PEGUE SEM PERMISSÃO. JAMAIS RETIRE OS CRÉDITOS. -->
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement