Advertisement
kathdesigns

theme 06

Aug 29th, 2015
117
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.32 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 NÃO EU VOU COMER SEU CÚ!!!!
  16.  
  17. ----------------------------------------------------------------------------->
  18.  
  19. <!-- favicon -->
  20. <link rel="shortcut icon" href="{favicon}">
  21.  
  22. <!-- script do efeito do titulo na aba do navegador (efeito digitando) -->
  23. <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>
  24.  
  25.  
  26.  
  27. <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  28. <meta http-equiv="x-dns-prefetch-control" content="off"/>
  29.  
  30.  
  31.  
  32. <!-- Appearance -->
  33. <!-- imagens-->
  34. <meta name="image:sidebar" content=""/>
  35.  
  36. <!-- cores-->
  37. <meta name="color:background" content="#fff"/>
  38. <meta name="color:text" content="#222"/>
  39. <meta name="color:links" content="#222"/>
  40. <meta name="color:links hover" content="#000"/>
  41. <meta name="color:ask" content="#ffc0cb"/>
  42. <meta name="color:barra de rolagem" content="#eee"/>
  43. <meta name="color:frase" content="#222"/>
  44. <meta name="color:frase hover" content="#222"/>
  45.  
  46.  
  47. <!-- links e textos-->
  48. <meta name="text:simbolo dos notes" content="●" />
  49. <meta name="text:frase hover" content="" />
  50. <meta name="text:link1" content="" />
  51. <meta name="text:link1 titulo" content="" />
  52. <meta name="text:link2 titulo" content="" />
  53. <meta name="text:link3" content="" />
  54. <meta name="text:link3 titulo" content="" />
  55. <meta name="text:link4" content="" />
  56. <meta name="text:link4 titulo" content="" />
  57.  
  58.  
  59. </head>
  60. <style type="text/css" media="screen">
  61.  
  62.  
  63. /*Definições geral*/
  64. body{background:{color:background}; color:{color:text}; font-family:Tahoma; font-size:10px; text-align:left;}
  65.  
  66. /*Links */
  67. a{color:{color:links}; text-decoration:none;}
  68. a:hover{color:{color:links hover};}
  69.  
  70. /*Barra de rolagem*/
  71. ::-webkit-scrollbar{height:3px; width:5px; background:transparent;}
  72. ::-webkit-scrollbar-thumb:vertical{background:{color:barra de rolagem};}
  73. ::-webkit-scrollbar-thumb:horizontal{background:{color:barra de rolagem};}
  74.  
  75. /*Alinhamento dos posts*/
  76. #content{float:left; margin-top:5px; margin-left:350px; width:900px;
  77. padding-bottom:30px;/*esse padding é pros notes ou postagem nao fique atras da skin, recomendo não tirar*/}
  78. .caixa{position:relative; float:left; display:inline-block; width:200px; padding:3px; margin:5px; border:1px solid #ccc; overflow:hidden; text-shadow:1px 1px 0 rgba(255,255,255,.8);background-image:url(http://40.media.tumblr.com/0a219b0bdc795ae9fb82c666c7db2aa0/tumblr_ne06f1wUI61s5um8no1_250.png);}
  79. .caixa img{max-width:200px; height:auto;}
  80.  
  81.  
  82. /*Caixas dos posts*/
  83. .caixa{position:relative; float:left; display:inline-block; width:250px; padding:3px; margin-left:10px;}
  84. .caixa img{max-width:250px;}
  85.  
  86.  
  87. /*Posts de imagens*/
  88. .imgpost img{width:400px; outline:1px solid white; outline-offset:-3px;}
  89. /*Bloqueio do via e source - não retire*/
  90. .vsanna{display:none;}
  91.  
  92. /*notes*/
  93. .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;}
  94.  
  95. .caixa:hover .notes{opacity:1; margin-top:0px; transform:rotatex(0deg); transition:.8s;}
  96.  
  97. /*Titulos dos posts*/
  98. titulo{text-decoration:none;}
  99.  
  100. /*Blockquote*/
  101. blockquote {margin:5px;}
  102.  
  103. /*Ask */
  104. .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};}
  105. .resposta{margin-top:1px; width:100%; height:auto; padding:3px; font-size:10px; text-align:left; border-bottom:1px dashed #eee;}
  106.  
  107.  
  108. /*Alinhamento da sidebar*/
  109. .side{position:fixed; margin-top:167px; margin-left:160px; width:163px; height:200px;background-color:#fff;border:5px solid #fff ;background-image: url('http://40.media.tumblr.com/0a219b0bdc795ae9fb82c666c7db2aa0/tumblr_ne06f1wUI61s5um8no1_250.png');}
  110.  
  111.  
  112. /*Imagem da sidebar*/
  113. .foto img{width:155px; height:189px;margin-left:4px;margin-top:5px;}
  114. .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; -webkit-filter: grayscale(0.0) blur(1px);-webkit-transition:All 1s ease;}
  115. .cute{height:183px;width:145px;margin-left:8px;margin-top:-189px;border:1px solid #fff;position:fixed;}
  116. .side:hover .foto { solid #000;}
  117.  
  118.  
  119. /*menu*/
  120. .wvdmenu{position:fixed; margin-top:-117px; margin-left:33px; width:auto; height:auto; padding:0px; background:rgba(255,255,255,.2); text-align:center; opacity:0; transition:.80s;}
  121. .wvdmenu a{display:block; padding:0; width:100px; height:120px line-height:20px; color:white; text-shadow:1px 1px 0 #000; text-transform:uppercase; font-size:-18px; font-family:'Calibri'; margin-bottom:10px; background:rgba(255,255,255,.4); transition:.80s;}
  122. .wvdmenu a:hover{text-shadow:0 0 8px #FFC0CB;transition:.80s;}
  123. /*Hover do menu*/
  124. .side:hover .wvdmenu{opacity:1; transition:.80s;}
  125.  
  126.  
  127. /*Primeira frase*/
  128. .desc{position:fixed; margin-left:2px; margin-top:9px; width:150px; text-align:center; height:12px; line-height:10px; transition:.80s; font-size:16px;font-family:'Gabriola';text-shadow: 1px 1px 0px #fff; height:34px; line-height:18px; transition:.80s; color:{color:frase};background-color:#fff;background:transparent;}
  129. /*Hover da primeira frase*/
  130. .side:hover .desc{margin-left:-5px; opacity:0; transition:.80s;}
  131.  
  132.  
  133.  
  134. /*Segunda frase*/
  135. .desc2{position:fixed; margin-left:2px; margin-top:9px; width:150px; text-align:center; height:12px; line-height:10px; opacity:0; transition:.80s;font-size:16px;font-family:'Gabriola';text-shadow: 1px 1px 0px #fff; height:34px; line-height:18px; transition:.80s; color:{color:frase hover};background-color:#fff;background:transparent;}
  136. /*Hover da segunda frase*/
  137. .side:hover .desc2{margin-left:0px; opacity:1; transition:.80s;}
  138.  
  139. /*detalhe*/
  140. .wvdsimb{position:fixed; margin-top:-140px; margin-left:0px; color:PINK; transform:rotate(1deg); font-size:14px; OPACITY:0;}
  141. /*Hover do detalhe*/
  142. .side:hover .wvdsimb{margin-left:60px; opacity:1; transition:.80s;}
  143. </style>
  144.  
  145. <body onkeydown="return false">
  146.  
  147.  
  148.  
  149. <!--slinhamento da sidebar-->
  150. <div class="side">
  151.  
  152. <!-- imagem da sidebar-->
  153. <div class="foto"><img src="{image:sidebar}"></div>
  154. <div class="cute"></div>
  155.  
  156.  
  157. <!-- menu -->
  158. <div class="wvdmenu">
  159. <a href="{text:link1}">{text:link1 titulo}</a>
  160. <a href="{text:link2}">{text:link2 titulo}</a>
  161. <a href="{text:link3}">{text:link3 titulo}</a>
  162. <a href="{text:link4}">{text:link4 titulo}</a>
  163. </div>
  164.  
  165. <!-- peimeira frase-->
  166. <div class="desc">{description}</div>
  167. <div class="desc2">{text:frase hover}</div>
  168.  
  169. <!-- segunda frase-->
  170.  
  171.  
  172. <!-- detalhe-->
  173. <div class="wvdsimb">✦✦✦</div>
  174.  
  175. </div>
  176. <!--Final da sidebar-->
  177.  
  178.  
  179.  
  180.  
  181.  
  182.  
  183.  
  184.  
  185.  
  186.  
  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="imgpost"><img src="{PhotoURL-400}"></div>
  210. {/block:Photo}
  211.  
  212.  
  213.  
  214. {block:Photoset}
  215. <div class="imgpost">{Photoset-250}</div>{LinkCloseTag}
  216. {/block:Photoset}
  217.  
  218.  
  219.  
  220. {block:Quote}
  221. {Quote}<br>
  222. <center><b>{block:Source}{Source}{/block:Source}</b></center>
  223. {/block:Quote}
  224.  
  225.  
  226.  
  227. {block:Chat}
  228. {block:Title}<titulo>{Title}</titulo>{/block:Title}
  229. {block:Lines}
  230. {block:Label}<span>{Label}</span>{/block:Label}
  231. {Line}
  232. {/block:Lines}
  233. {/block:Chat}
  234.  
  235.  
  236.  
  237. {block:Link}
  238. <a href="{URL}" target="{Target}"><titulo>{Title}</titulo></a>
  239. {block:Description}{Description}{/block:Description}
  240. {/block:Link}
  241.  
  242.  
  243.  
  244. {block:Audio}
  245. {AudioPlayer}
  246. {/block:Audio}
  247.  
  248.  
  249.  
  250. {block:Video}
  251. {block:Indexpage}{Video-250}{/block:IndexPage}
  252. {block:PermalinkPage}{Video-400}{/block:PermalinkPage}
  253. {block:Caption}{Caption}{/block:Caption}
  254. {/block:Video}
  255.  
  256.  
  257.  
  258. {block:Answer}
  259. <div class="pergunta">{Asker}: {Question}</div>
  260.  
  261. <div class="resposta">{Answer}</div>
  262. {/block:Answer}
  263.  
  264.  
  265.  
  266.  
  267. <!--notes-->
  268. {block:indexpage}
  269. <div class="notes">
  270. <a href="{permalink}">{NoteCount} notes</a> -
  271. <a href="{ReblogURL}" target="_blank">Reblog, baby!</a>
  272. </div>
  273. {/block:indexpage}
  274.  
  275.  
  276.  
  277.  
  278. <!--bloqueio do via e source -->
  279. <div class="vsanna">
  280. {block:RebloggedFrom}
  281. <a href="{ReblogParentURL}">via</a>
  282. {/block:RebloggedFrom}
  283. {block:ContentSource}
  284. <a href="{SourceURL}">source</a>
  285. {/block:ContentSource}
  286. </div>
  287.  
  288.  
  289.  
  290.  
  291.  
  292. </div>
  293. {/block:Posts}
  294. </div>
  295. <!--fim dos posts-->
  296.  
  297.  
  298.  
  299.  
  300.  
  301.  
  302.  
  303.  
  304.  
  305.  
  306.  
  307.  
  308.  
  309.  
  310. <!-- script barra de rolagem e caixas do theme-->
  311. <script type="text/javascript" src="http://static.tumblr.com/imovwvl/dJWl20ley/jqueryformasonry.js"></script>
  312. <script src="http://static.tumblr.com/df28qmy/SHUlh3i7s/jquery.infinitescroll.js"></script>
  313. <script src="http://static.tumblr.com/thpaaos/lLwkowcqm/jquery.masonry.js"></script>
  314. <script type="text/javascript">
  315. $(window).load(function () {
  316. $('#content').masonry(),
  317. $('.masonryWrap').infinitescroll({
  318. navSelector : "div#navigation",
  319. nextSelector : "div#navigation a#nextPage",
  320. itemSelector : ".caixa",
  321. bufferPx : 10000,
  322. extraScrollPx: 11000,
  323. loadingImg : "",
  324. loadingText : "<i> </i>",
  325. },
  326. // call masonry as a callback.
  327. function() { $('#content').masonry({ appendedContent: $(this) }); }
  328. );
  329. });
  330. </script>
  331.  
  332. {block:IndexPage}
  333. <div class="column navigation" id="navigation">
  334. {block:Pagination}
  335. {block:PreviousPage}
  336. <a href="{PreviousPage}" class="navigate">
  337. {/block:PreviousPage}
  338. {block:PreviousPage}</a>
  339. {/block:PreviousPage}
  340.  
  341. {block:NextPage}
  342. <a href="{NextPage}" class="navigate" id="nextPage">
  343. {/block:NextPage}
  344. {block:NextPage}</a>{/block:NextPage}
  345. {/block:Pagination}
  346. </div>
  347. {/block:IndexPage}
  348.  
  349. </body>
  350. </html>
  351.  
  352. <div style="font-size:9px;
  353. font-family:liberate;position:fixed;bottom:80px;right:50px;border-bottom:2px solid #eee; color:#eee; ">
  354. <a href="http://angeldollls.tumblr.com/" target="_blank" title="design por angeldollls,seja original e não uma copia"><font color=#FFE4E1> DESIGNS ❀ <font color=#FFE4E1</font> </font></div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement