kathdesigns

theme 08

Sep 3rd, 2015
111
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.94 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 TEU 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="#ffc0cb"/>
  43.  
  44. <!-- links e textos-->
  45. <meta name="text:frase hover" content="" />
  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. <style type="text/css" media="screen">
  58.  
  59.  
  60. /*Definições geral*/
  61. body{background:{color:background}; color:{color:text}; font-family:Tahoma; font-size:10px; text-align:left;}
  62.  
  63. /*Links */
  64. a{color:{color:links}; text-decoration:none;}
  65. a:hover{color:{color:links hover};}
  66.  
  67. /*Barra de rolagem*/
  68. ::-webkit-scrollbar{height:3px; width:5px; background:transparent;}
  69. ::-webkit-scrollbar-thumb:vertical{background:{color:barra de rolagem};}
  70. ::-webkit-scrollbar-thumb:horizontal{background:{color:barra de rolagem};}
  71.  
  72. /*Alinhamento dos posts*/
  73. #content{float:left; margin-top:5px; margin-left:350px; width:900px;
  74. padding-bottom:30px;/*esse padding é pros notes ou postagem nao fique atras da skin, recomendo não tirar*/}
  75. .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://3.bp.blogspot.com/-g-m8ByrrpiM/UPWZv6Lx-aI/AAAAAAAAQKI/bPAdeu3auig/s1600/12-backgrounds-escuros-cinzas-pretos-floridos-estrelados-pontos-bolas-NERDSferas.jpg');}
  76. .caixa img{max-width:200px; height:auto;}
  77.  
  78. /*Caixas dos posts*/
  79. .caixa{position:relative; float:left; display:inline-block; width:200px; padding:3px; margin-left:10px;}
  80. .caixa img{max-width:250px;}
  81.  
  82. /*Posts de imagens*/
  83. .imgpost img{width:200px; outline:1px solid white; outline-offset:-3px;}
  84.  
  85. /*Bloqueio do via e source - não retire*/
  86. .vsanna{display:none;}
  87.  
  88. /*notes*/
  89. .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;}
  90.  
  91. .caixa:hover .notes{opacity:1; margin-top:0px; transform:rotatex(0deg); transition:.8s;}
  92.  
  93. /*Titulos dos posts*/
  94. titulo{text-decoration:none;}
  95.  
  96. /*Blockquote*/
  97. blockquote {margin:5px;}
  98.  
  99. /*Ask */
  100. .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};}
  101. .resposta{margin-top:1px; width:100%; height:auto; padding:3px; font-size:10px; text-align:left; border-bottom:1px dashed #eee;}
  102.  
  103.  
  104.  
  105. /*Alinhamento da sidebar*/
  106. .side{position:fixed; margin-top:167px; margin-left:157px; width:163px; height:200px;background-color:#fff;border:5px solid #000000 ;background-image: url('http://3.bp.blogspot.com/-g-m8ByrrpiM/UPWZv6Lx-aI/AAAAAAAAQKI/bPAdeu3auig/s1600/12-backgrounds-escuros-cinzas-pretos-floridos-estrelados-pontos-bolas-NERDSferas.jpg');}
  107.  
  108. /*Imagem da sidebar*/
  109. .foto img{width:155px; height:189px;margin-left:4px;margin-top:5px;}
  110. .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;}
  111. .cute{height:200px;width:163px;margin-left:-3px;margin-top:-200px;border:4px solid #000000;position:fixed;}
  112. .side:hover .foto { solid #000;}
  113. .bd2
  114. .cute2{height:183px;width:145px;margin-left:8px;margin-top:-189px;border:1px solid #fff;position:fixed;}
  115. .side:hover .foto { solid #000;}
  116.  
  117.  
  118. /*menu*/
  119. .wvdmenu{position:fixed; margin-top:-100px; margin-left:10px; width:auto; height:auto; padding:3px; background
  120. :rgba(255,255,255,.0); text-align:center; opacity:0; transition:.80s;}
  121. .wvdmenu a{display:block; padding:1px; width:33px; height:60px line-height:9px; color:white; text-shadow:1px 1px 0 #000; text-transform:uppercase; font-size:10px; font-family:'gabriola'; margin-bottom:3px; background:rgba(255,255,255,.4); transition:.80s;outline-offset: -3px; outline: dotted 1px #fff}
  122. .wvdmenu a:hover{text-shadow:0 0 2px #fff;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:-220px; 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.  
  130. /*detalhe*/
  131. .wvdsimb{position:fixed; margin-top:-120px; margin-left:0px; color:black; transform:rotate(1deg); font-size:14px; OPACITY:0;}
  132. /*Hover do detalhe*/
  133. .side:hover .wvdsimb{margin-left:10px; opacity:1; transition:.80s;}
  134. </style>
  135.  
  136. <body onkeydown="return false">
  137.  
  138.  
  139.  
  140. <!--slinhamento da sidebar-->
  141. <div class="side">
  142.  
  143. <!-- imagem da sidebar-->
  144. <div class="foto"><img src="{image:sidebar}"></div>
  145. <div class="cute"></div>
  146. <div class="cute2"></div>
  147.  
  148. <!-- menu -->
  149. <div class="wvdmenu">
  150. <a href="{text:link1}">{text:link1 titulo}</a>
  151. <a href="{text:link2}">{text:link2 titulo}</a>
  152. <a href="{text:link3}">{text:link3 titulo}</a>
  153. <a href="{text:link4}">{text:link4 titulo}</a>
  154. </div>
  155.  
  156. <!-- peimeira frase-->
  157. <div class="desc">{description}</div>
  158.  
  159.  
  160. <!-- detalhe-->
  161. <div class="wvdsimb">❀✿❀</div>
  162. </div>
  163.  
  164.  
  165.  
  166.  
  167.  
  168.  
  169.  
  170. <!--Inicio dos posts-->
  171. <div id="content">
  172. {block:Posts}
  173. <div class="caixa">
  174.  
  175.  
  176.  
  177.  
  178. {block:Text}
  179. {block:Title}<titulo>{Title}</titulo>{/block:Title}
  180. {body}
  181. {/block:Text}
  182.  
  183.  
  184.  
  185. {block:Photo}
  186. {LinkOpenTag}
  187. <div class="imgpost"><img src="{PhotoURL-400}"></div>
  188. {/block:Photo}
  189.  
  190.  
  191.  
  192. {block:Photoset}
  193. <div class="imgpost">{Photoset-250}</div>{LinkCloseTag}
  194. {/block:Photoset}
  195.  
  196.  
  197.  
  198. {block:Quote}
  199. {Quote}<br>
  200. <center><b>{block:Source}{Source}{/block:Source}</b></center>
  201. {/block:Quote}
  202.  
  203.  
  204.  
  205. {block:Chat}
  206. {block:Title}<titulo>{Title}</titulo>{/block:Title}
  207. {block:Lines}
  208. {block:Label}<span>{Label}</span>{/block:Label}
  209. {Line}
  210. {/block:Lines}
  211. {/block:Chat}
  212.  
  213.  
  214.  
  215. {block:Link}
  216. <a href="{URL}" target="{Target}"><titulo>{Title}</titulo></a>
  217. {block:Description}{Description}{/block:Description}
  218. {/block:Link}
  219.  
  220.  
  221.  
  222. {block:Audio}
  223. {AudioPlayer}
  224. {/block:Audio}
  225.  
  226.  
  227.  
  228. {block:Video}
  229. {block:Indexpage}{Video-250}{/block:IndexPage}
  230. {block:PermalinkPage}{Video-400}{/block:PermalinkPage}
  231. {block:Caption}{Caption}{/block:Caption}
  232. {/block:Video}
  233.  
  234.  
  235.  
  236. {block:Answer}
  237. <div class="pergunta">{Asker}: {Question}</div>
  238.  
  239. <div class="resposta">{Answer}</div>
  240. {/block:Answer}
  241.  
  242.  
  243.  
  244.  
  245. <!--notes-->
  246. {block:indexpage}
  247. <div class="notes">
  248. <a href="{permalink}">{NoteCount} notes</a> -
  249. <a href="{ReblogURL}" target="_blank">Reblog, baby!</a>
  250. </div>
  251. {/block:indexpage}
  252.  
  253.  
  254.  
  255.  
  256. <!--bloqueio do via e source -->
  257. <div class="vsanna">
  258. {block:RebloggedFrom}
  259. <a href="{ReblogParentURL}">via</a>
  260. {/block:RebloggedFrom}
  261. {block:ContentSource}
  262. <a href="{SourceURL}">source</a>
  263. {/block:ContentSource}
  264. </div>
  265.  
  266.  
  267.  
  268.  
  269.  
  270. </div>
  271. {/block:Posts}
  272. </div>
  273. <!--fim dos posts-->
  274.  
  275.  
  276.  
  277.  
  278.  
  279.  
  280.  
  281.  
  282.  
  283.  
  284.  
  285.  
  286.  
  287.  
  288. <!-- script barra de rolagem e caixas do theme-->
  289. <script type="text/javascript" src="http://static.tumblr.com/imovwvl/dJWl20ley/jqueryformasonry.js"></script>
  290. <script src="http://static.tumblr.com/df28qmy/SHUlh3i7s/jquery.infinitescroll.js"></script>
  291. <script src="http://static.tumblr.com/thpaaos/lLwkowcqm/jquery.masonry.js"></script>
  292. <script type="text/javascript">
  293. $(window).load(function () {
  294. $('#content').masonry(),
  295. $('.masonryWrap').infinitescroll({
  296. navSelector : "div#navigation",
  297. nextSelector : "div#navigation a#nextPage",
  298. itemSelector : ".caixa",
  299. bufferPx : 10000,
  300. extraScrollPx: 11000,
  301. loadingImg : "",
  302. loadingText : "<i> </i>",
  303. },
  304. // call masonry as a callback.
  305. function() { $('#content').masonry({ appendedContent: $(this) }); }
  306. );
  307. });
  308. </script>
  309.  
  310. {block:IndexPage}
  311. <div class="column navigation" id="navigation">
  312. {block:Pagination}
  313. {block:PreviousPage}
  314. <a href="{PreviousPage}" class="navigate">
  315. {/block:PreviousPage}
  316. {block:PreviousPage}</a>
  317. {/block:PreviousPage}
  318.  
  319. {block:NextPage}
  320. <a href="{NextPage}" class="navigate" id="nextPage">
  321. {/block:NextPage}
  322. {block:NextPage}</a>{/block:NextPage}
  323. {/block:Pagination}
  324. </div>
  325. {/block:IndexPage}
  326.  
  327. </body>
  328. </html>
  329.  
  330. <div style="font-size:9px;
  331. font-family:liberate;position:fixed;bottom:80px;right:50px;border-bottom:2px solid #eee; color:#eee; ">
  332. <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