Advertisement
kathdesigns

theme 04

Aug 25th, 2015
179
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.51 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. <!-- favicon -->
  15. <link rel="shortcut icon" href="{favicon}">
  16.  
  17. <!-- script do efeito do titulo na aba do navegador (efeito digitando) -->
  18. <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>
  19.  
  20.  
  21.  
  22. <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  23. <meta http-equiv="x-dns-prefetch-control" content="off"/>
  24.  
  25.  
  26.  
  27. <!-- Appearance -->
  28. <!-- imagens-->
  29. <meta name="image:sidebar" content=""/>
  30.  
  31. <!-- cores-->
  32. <meta name="color:background" content="#fff"/>
  33. <meta name="color:text" content="#222"/>
  34. <meta name="color:links" content="#222"/>
  35. <meta name="color:links hover" content="#000"/>
  36. <meta name="color:ask" content="#ffc0cb"/>
  37. <meta name="color:barra de rolagem" content="#eee"/>
  38.  
  39.  
  40. <!-- links e textos-->
  41. <meta name="text:link1" content="" />
  42. <meta name="text:link1 titulo" content="" />
  43. <meta name="text:link2" content="" />
  44. <meta name="text:link2 titulo" content="" />
  45. <meta name="text:link3" content="" />
  46. <meta name="text:link3 titulo" content="" />
  47. <meta name="text:link4" content="" />
  48. <meta name="text:link4 titulo" content="" />
  49.  
  50.  
  51. </head>
  52.  
  53. <link href='http://fonts.googleapis.com/css?family=Dancing+Script' rel='stylesheet' type='text/css'>
  54. <link href='http://fonts.googleapis.com/css?family=lobster+two' rel='stylesheet' type='text/css'>
  55.  
  56.  
  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:800px;
  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;double: 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(https://encrypted-tbn2.gstatic.com/images?q=tbn:ANd9GcSpHGhqPxyev-CtwjNEg_gpx4BpgBmNgREzIaZNpAoZi73Ao-pYZw)}
  76. .caixa img{max-width:200px; height:auto;}
  77.  
  78. /*Posts de imagens*/
  79. imgpost img{width:200px; outline:1px solid white; outline-offset:-3px;}
  80.  
  81.  
  82.  
  83. .btt {margin-top:2px; margin-left:0px; width:195px; padding:2px ; height:10px; line-height:10px;-webkit-transition-duration: 0.4s; -moz-transition: all .9s ease-in-out; -o-transition: all .9s ease-in-out; transition: all .9s ease-in-out; -webkit-transition: all .9s ease-in-out; background-image:url(https://encrypted-tbn2.gstatic.com/images?q=tbn:ANd9GcSpHGhqPxyev-CtwjNEg_gpx4BpgBmNgREzIaZNpAoZi73Ao-pYZw); border:1px solid #ccc;text-align:center; font-size:8px; font-family:'Calibri'; text-transform:uppercase;opacity:0.9;}
  84. .caixa:hover .btt {opacity:1;letter-spacing:1px;}
  85.  
  86. /*Bloqueio do via e source - não retire*/
  87. .vsanna{display:none;}
  88.  
  89. /*notes*/
  90. .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;}
  91.  
  92. .caixa:hover .notes{opacity:1; margin-top:0px; transform:rotatex(0deg); transition:.8s;}
  93.  
  94. /*Titulos dos posts*/
  95. titulo{text-decoration:none;}
  96.  
  97. /*Blockquote*/
  98. blockquote {margin:5px;}
  99.  
  100. /*Ask */
  101. /*** Ask por Warvada: Não copie, faça o seu! ********************************/
  102. .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};}
  103. .resposta{margin-top:1px; width:100%; height:auto; padding:3px; font-size:10px; text-align:left; border-bottom:1px dashed #eee;}
  104. .pergunta{ font-family: "Dancing script ",cursive; }
  105. .resposta{ font-family: "Dancing script ",cursive; }
  106.  
  107.  
  108.  
  109. /*Alinhamento da sidebar*/
  110. .wvdside{position:fixed; margin-top:160px; margin-left:200px; width:150px; height:300px;}
  111.  
  112.  
  113. /*Imagem da sidebar*/
  114. .imagem {width:200px; height:200px; margin-left:-67px; margin-top:-16px;position:fixed; padding:5px; padding:10px; b}
  115.  
  116. .imagem img {position:fixed; -webkit-transition: all 1s ease-in-out;webkit-border-radius: 0px 0px 0px 0px; -moz-transition: all 1s ease-in-out; -o-transition: all 1s ease-in-out; -ms-transition: all 1s ease-in-out; transition: all 1s ease-in-out; display: block;height:200px; width: 150px;margin-left:-3px; margin-top:-3px; opacity:1;border:6px double #BEBEBE;}
  117.  
  118. .imagem img.top { opacity:1;}
  119.  
  120. .imagem:hover img.top, .cf4.hover_effect img.top {opacity:0;-webkit-transform:scale(0.9); -moz-transform:scale(0.9); opacity:0.9;-webkit-transition-duration: .59s;border:6px dotted double #fff;}
  121.  
  122. .imagem:hover img.bottom, .cf4.hover_effect img.bottom {filter:;}
  123.  
  124. /*proibida qualquer copia, ou plagios*//*não remova os créditos*/
  125.  
  126. /*Barrinha por Warvada*/
  127. .wr3{position:fixed; top:-10px; left:320px; width:13px; height:800px; background:url(http://1.bp.blogspot.com/-h_iovb6WOPk/UKbqJZlUbxI/AAAAAAAAHek/zXURy-19DUY/s1600/aaasasa.png) repeat;}
  128. .wr3b{position:fixed; margin-top:-100px; margin-left:15px; width:2px; height:800px;
  129. border-right:2px dotted #ddd; /*borda reta*/
  130. border-left:1px solid #ddd;} /*borda pontilhada*/
  131. /*Barrinha por Warvada*/
  132.  
  133. /*Barrinha por Warvada*/
  134. .wr4{position:fixed; top:-10px; left:1014px; width:13px; height:800px; background:url(http://1.bp.blogspot.com/-h_iovb6WOPk/UKbqJZlUbxI/AAAAAAAAHek/zXURy-19DUY/s1600/aaasasa.png) repeat;}
  135. .wr3b{position:fixed; margin-top:-100px; margin-left:15px; width:2px; height:800px;
  136. border-right:2px dotted #ddd; /*borda reta*/
  137. border-left:1px solid #ddd;} /*borda pontilhada*/
  138. /*Barrinha por Warvada*/
  139.  
  140.  
  141.  
  142. /*menu*/
  143.  
  144. /*Primeira frase*/
  145. .desc{position:fixed; margin-left:143px;margin-top:369px; width:155px; text-align:center; font-size:11px; font-family:"gabriola";text-transform:uppercase; height:12px; line-height:10px; transition:.80s; color:#000;background-image:url(https://encrypted-tbn2.gstatic.com/images?q=tbn:ANd9GcSpHGhqPxyev-CtwjNEg_gpx4BpgBmNgREzIaZNpAoZi73Ao-pYZw);}
  146. /*Hover da primeira frase*/
  147. .side:hover .desc{margin-left:-5px; opacity:0; transition:.80s;}
  148.  
  149.  
  150.  
  151. .desc2{position:fixed; margin-left:3px; margin-top:5px; width:155px; text-align:center; height:12px; text-align:center; font-size:11px;font-family:'Gabriola';text-transform:uppercase; line-height:10px; opacity:0; transition:.80s; color:#000;background-color:#ddd }
  152. /*Hover da segunda frase*/
  153. .side:hover .desc2{margin-left:0px; opacity:1; transition:.80s;}
  154.  
  155.  
  156.  
  157.  
  158. /*LINKS*/
  159.  
  160. .links {display:block; width: 340px; margin-left:45px; margin-top 0px; padding: 0px; text-align: center; position: fixed; padding: 0px; background-color: transparent; opacity:0.0; -webkit-transition: all 0.6s ease-out;}
  161.  
  162. .links a {display:block; margin-left: -2px; letter-spacing: 0px; font-family: gabriola; font-size: 10px; text-align: center; width: 70px; background-color: #transp; color:#fff; text-decoration: uppercase; line-height:9px; height: 10px; overflow: hidden; margin-right:3px; margin-top: 0px; margin-bottom: 4px; border: 1px solid #fff; padding:2px;text-transform: uppercase; opacity:0.9;}
  163.  
  164. .links a:hover {border:1px solid #fff; background-color:#ababab; opacity:0.9; color:pink; box-shadow:inset 76px 0px 4px #fff; -webkit-transition: all 0.3s ease-out; transform:0.4s; text-shadow: -10px 0px 1px #eeeeee; transform:0.3s; font-weight:bold;}
  165.  
  166. .imagem:hover .links {opacity:0;-webkit-transition: all 0.6s ease-out;margin-top:100px;margin-left:43px;z-index:9999999999;opacity:1;}
  167.  
  168.  
  169. /*detalhe*/
  170.  
  171. </style>
  172.  
  173. <body onkeydown="return false">
  174.  
  175.  
  176.  
  177. <!--slinhamento da sidebar-->
  178. <div class="wvdside">
  179.  
  180. <!-- imagem da sidebar-->
  181. <div class="imagem" class="hover">
  182. <img class="bottom shadow" src="https://encrypted-tbn2.gstatic.com/images?q=tbn:ANd9GcSpHGhqPxyev-CtwjNEg_gpx4BpgBmNgREzIaZNpAoZi73Ao-pYZw"style="-webkit-filter: grayscale(50%);" >
  183. <img class="top shadow" src="{image:sidebar}" />
  184. <div class="links">
  185. <a href="{text:Link1}">{text:Link1 Titulo}</a>
  186. <a href="{text:Link2}">{text:Link2 Titulo}</a>
  187. <a href="{text:Link3}">{text:Link3 Titulo}</a>
  188. <a href="{text:Link4}">{text:Link4 Titulo}</a>
  189. </div>
  190. </div>
  191. </div>
  192. </div>
  193. </div>
  194.  
  195.  
  196.  
  197. <!-- peimeira frase-->
  198. <div class="desc">{description}</div>
  199.  
  200.  
  201.  
  202. </div>
  203. <!--detalhe-->
  204. <div style="position:fixed;opacity:0.2; margin-top:93px; margin-left:140px;"><img src="https://40.media.tumblr.com/0153da7b5c940f90e6b16dc1980a9d7c/tumblr_ntk6ab3iVr1szuptdo1_250.png" style="width:165px; color:#0000 height:-100px;z-index: 0;"></div>
  205.  
  206.  
  207.  
  208.  
  209.  
  210.  
  211.  
  212.  
  213.  
  214.  
  215. <!--barrinha da esquerda-->
  216.  
  217. <div class="wr3"><div class="wr3b"></div></div>
  218.  
  219.  
  220. <!--barrinha da direita-->
  221. <div class="wr4"><div class="wr3b"></div></div>
  222.  
  223.  
  224.  
  225.  
  226.  
  227.  
  228. <!--Inicio dos posts-->
  229. <div id="content">
  230. {block:Posts}
  231. <div class="caixa">
  232.  
  233.  
  234.  
  235.  
  236. {block:Text}
  237. {block:Title}<titulo>{Title}</titulo>{/block:Title}
  238. {body}
  239. {/block:Text}
  240.  
  241.  
  242.  
  243. {block:Photo}
  244. {LinkOpenTag}
  245. <div class="imgpost"><img src="{PhotoURL-400}"></div>
  246. {/block:Photo}
  247.  
  248.  
  249.  
  250. {block:Photoset}
  251. <div class="caixas_bt-imagens">{Photoset}</div>
  252. {/block:Photoset}
  253.  
  254.  
  255.  
  256. {block:Quote}
  257. {Quote}<br>
  258. <center><b>{block:Source}{Source}{/block:Source}</b></center>
  259. {/block:Quote}
  260.  
  261.  
  262.  
  263. {block:Chat}
  264. {block:Title}<titulo>{Title}</titulo>{/block:Title}
  265. {block:Lines}
  266. {block:Label}<span>{Label}</span>{/block:Label}
  267. {Line}
  268. {/block:Lines}
  269. {/block:Chat}
  270.  
  271.  
  272.  
  273. {block:Link}
  274. <a href="{URL}" target="{Target}"><titulo>{Title}</titulo></a>
  275. {block:Description}{Description}{/block:Description}
  276. {/block:Link}
  277.  
  278.  
  279.  
  280. {block:Audio}
  281. {AudioPlayer}
  282. {/block:Audio}
  283.  
  284.  
  285.  
  286. {block:Video}
  287. {block:Indexpage}{Video-250}{/block:IndexPage}
  288. {block:PermalinkPage}{Video-400}{/block:PermalinkPage}
  289. {block:Caption}{Caption}{/block:Caption}
  290. {/block:Video}
  291.  
  292.  
  293.  
  294. {block:Answer}
  295. <div class="pergunta">{Asker}: {Question}</div>
  296.  
  297. <div class="resposta">{Answer}</div>
  298. {/block:Answer}
  299.  
  300.  
  301.  
  302.  
  303. <!--notes-->
  304. {block:indexpage}
  305. <div class="notes">
  306. <a href="{permalink}">{NoteCount} notes</a> -
  307. <a href="{ReblogURL}" target="_blank">Reblog, baby!</a>
  308. </div>
  309. {/block:indexpage}
  310.  
  311.  
  312.  
  313.  
  314. <!--bloqueio do via e source -->
  315. <div class="vsanna">
  316. {block:RebloggedFrom}
  317. <a href="{ReblogParentURL}">via</a>
  318. {/block:RebloggedFrom}
  319. {block:ContentSource}
  320. <a href="{SourceURL}">source</a>
  321. {/block:ContentSource}
  322. </div>
  323.  
  324.  
  325.  
  326.  
  327.  
  328. </div>
  329. {/block:Posts}
  330. </div>
  331. <!--fim dos posts-->
  332.  
  333.  
  334.  
  335.  
  336.  
  337.  
  338.  
  339.  
  340.  
  341.  
  342.  
  343.  
  344.  
  345.  
  346. <!-- script barra de rolagem e caixas do theme-->
  347. <script type="text/javascript" src="http://static.tumblr.com/imovwvl/dJWl20ley/jqueryformasonry.js"></script>
  348. <script src="http://static.tumblr.com/df28qmy/SHUlh3i7s/jquery.infinitescroll.js"></script>
  349. <script src="http://static.tumblr.com/thpaaos/lLwkowcqm/jquery.masonry.js"></script>
  350. <script type="text/javascript">
  351. $(window).load(function () {
  352. $('#content').masonry(),
  353. $('.masonryWrap').infinitescroll({
  354. navSelector : "div#navigation",
  355. nextSelector : "div#navigation a#nextPage",
  356. itemSelector : ".caixa",
  357. bufferPx : 10000,
  358. extraScrollPx: 11000,
  359. loadingImg : "",
  360. loadingText : "<i> </i>",
  361. },
  362. // call masonry as a callback.
  363. function() { $('#content').masonry({ appendedContent: $(this) }); }
  364. );
  365. });
  366. </script>
  367.  
  368. {block:IndexPage}
  369. <div class="column navigation" id="navigation">
  370. {block:Pagination}
  371. {block:PreviousPage}
  372. <a href="{PreviousPage}" class="navigate">
  373. {/block:PreviousPage}
  374. {block:PreviousPage}</a>
  375. {/block:PreviousPage}
  376.  
  377. {block:NextPage}
  378. <a href="{NextPage}" class="navigate" id="nextPage">
  379. {/block:NextPage}
  380. {block:NextPage}</a>{/block:NextPage}
  381. {/block:Pagination}
  382. </div>
  383. {/block:IndexPage}
  384.  
  385. </body>
  386. </html>
  387.  
  388. <div style="font-size:9px;
  389. font-family:liberate;position:fixed;bottom:80px;right:50px;border-bottom:2px solid #eee; color:#eee; ">
  390. <a href="http://angeldollls.tumblr.com/" target="_blank" title="design por angeldollls,nao copie,seja original"><font color=#FFE4E1> DESINGS ❀ <font color=#FFE4E1</font> </font></div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement