Advertisement
kathdesigns

theme 01

Aug 19th, 2015
245
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.59 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. <!-- favicon -->
  16. <link rel="shortcut icon" href="{favicon}">
  17.  
  18. <!-- script do efeito do titulo na aba do navegador (efeito digitando) -->
  19. <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>
  20.  
  21.  
  22.  
  23. <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  24. <meta http-equiv="x-dns-prefetch-control" content="off"/>
  25.  
  26.  
  27.  
  28. <!-- Appearance -->
  29. <!-- imagens-->
  30. <meta name="image:sidebar" content=""/>
  31.  
  32. <!-- cores-->
  33. <meta name="color:background" content="#fff"/>
  34. <meta name="color:text" content="#222"/>
  35. <meta name="color:links" content="#222"/>
  36. <meta name="color:links hover" content="#000"/>
  37. <meta name="color:barra de rolagem" content="#eee"/>
  38. <meta name="text:frase hover" content="fff" />
  39.  
  40. <!-- links e textos-->
  41. <meta name="text:frase hover" content="" />
  42. <meta name="text:link1" content="" />
  43. <meta name="text:link1 titulo" 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. <style type="text/css" media="screen">
  53.  
  54.  
  55. /*Definições geral*/
  56. body{background:{color:background}; color:{color:text}; font-family:Tahoma; font-size:10px; text-align:left;}
  57.  
  58. /*Links */
  59. a{color:{color:links}; text-decoration:none;}
  60. a:hover{color:{color:links hover};}
  61.  
  62. /*Barra de rolagem*/
  63. ::-webkit-scrollbar{height:3px; width:5px; background:transparent;}
  64. ::-webkit-scrollbar-thumb:vertical{background:{color:barra de rolagem};}
  65. ::-webkit-scrollbar-thumb:horizontal{background:;}
  66.  
  67.  
  68. /*Alinhamento dos posts*/
  69. #content{float:left; margin-top:5px; margin-left:400px; width:800px;
  70. padding-bottom:30px;/*esse padding é pros notes ou postagem nao fique atras da skin, recomendo não tirar*/}
  71. .caixa{-webkit-transition: all 0.4s ease-out; -moz-transition: all .4s ease-out; width:250px; padding:10px; margin-top:5px; margin-right:10px;position:relative; float:left; ;padding:3px;border:3px solid#FFE4E1; outline:1px dotted #fff; outline-offset:-2px; background:#FFFFFF;}
  72. .caixa img{max-width:250px;}
  73.  
  74.  
  75. /*Posts de imagens*/
  76. .imgpost img{width:250px;}
  77.  
  78.  
  79. /*Bloqueio do via e source - não retire*/
  80. .vsanna{display:none;}
  81.  
  82. /*notes*/
  83. .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;}
  84.  
  85. .caixa:hover .notes{opacity:1; margin-top:0px; transform:rotatex(0deg); transition:.8s;}
  86.  
  87. /*Titulos dos posts*/
  88. titulo{text-decoration:none;}
  89.  
  90. /*Blockquote*/
  91. blockquote {margin:5px;}
  92.  
  93.  
  94. /* Ask por warvada. Não use como base. Não retire os creditos. */
  95. .pergunta{margin-top:0px; width:100%; height:auto; line-height:13px; padding:1px; text-align:left; font-size:10px;
  96. border-top:1px solid pink; /*cor da borda de cima da pergunta*/
  97. border-bottom:1px solid #ddd; /*cor da borda de baixo da pergunta*/}
  98. .pergunta a{color:white; /*cor da url de quem perguntou*/}
  99.  
  100. .resposta{margin-top:1px; width:100%; height:auto; padding:3px; font-size:10px; text-align:left;
  101. border-bottom:1px dashed #eee; /*cor da borda da resposta*/}
  102. /* Ask por warvada. Não use como base. Não retire os creditos. */
  103.  
  104. /*Alinhamento da sidebar*/
  105. .wvdside{position:fixed; margin-top:169px; margin-left:150px; width:150px; height:210px;}
  106.  
  107. /*Imagem da sidebar*/
  108. .wvdimg img{margin-top:1px; margin-left:1px; width:150px; height:180px; outline:3px double rgba(255,255,255,.5); outline-offset:-4px;}
  109.  
  110. /****efeito crooked by html-party / mir4gem***/
  111. .mayecams {-webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease;-o-transition: all 0.5s ease; -ms-transition: all 0.5s ease; transition: all 0.5s ease; width:150px; /**esse width tem que ser o mesmo da imagem**/}
  112. .mayecams img {border: 4px/**espessura da borda**/ solid #FFE4E1/**cor da borda**/ ; width:150px;/**tamanho da imagem**/}
  113. .mayecams:hover {-webkit-transform: rotate(-10deg);}
  114.  
  115. /**********menu pressionado por html-party************************/
  116.  
  117. #menu {width:200px;margin-top:8px;}
  118.  
  119. #menu a{background:#FFE4E1;width:auto;margin-left:3px;font-family:'Gabriola'; padding:0px; color:#838B83; line-height:0px; font-size:16px;}
  120.  
  121. #menu a:hover {box-shadow:inset 0 1px 3px rgba(0,0,0,0.25), 0 1px 1px rgba(255,255,255,0.35);}
  122.  
  123.  
  124.  
  125.  
  126.  
  127. /*frase*/
  128. #camilinda {opacity: 0.6; -webkit-transition: all 0.6s ease-out; -moz-transition: all 0.6s ease-out;}
  129. #titulo :hover {opacity: 0.99; -webkit-transition: all 0.6s ease-out; -moz-transition: all 0.6s ease-out;}
  130.  
  131. #camilinda {background-color: transparent;none-spacing: 0px; color:#838B83 {color:titulo}; text-align: center;margin-top:-78px; width: 200px; left: 130px;font-family:'gabriola'; top: 220px; position: fixed; padding-top: 0px; opacity: 9; font-size: 20px; font-style: none; line-height:120%;}
  132.  
  133. #camilinda:hover {color:#FFB6C1; text-transform: none;font-size:22px; opacity: 0.5; -webkit-transition: 0.5s ease-in;}
  134.  
  135.  
  136. /*SEJA ORIGINAL E NÃO UMA SIMPLES COPIA*/
  137.  
  138.  
  139. </style>
  140.  
  141. <body onkeydown="return false">
  142.  
  143.  
  144. <!--alinhamento sidebar-->
  145. <div class="wvdside">
  146.  
  147. <!-- imagem da sidebar-->
  148.  
  149. <div class="mayecams"><img src="{image:sidebar}"></div>
  150.  
  151.  
  152. <!-- menu -->
  153. <div id="menu">
  154. <a href="{text:link1}" target="_blank" title="{text:link1 titulo}"> home</a>
  155. <a href="{text:link2}" target="_blank" title="{text:link2 titulo}">message</a>
  156. <a href="{text:link3}" target="_blank" title="{text:link3 titulo}">secrets</a>
  157. <a href="{text:link4}" target="_blank" title="{text:link4 titulo}">designs</a>
  158.  
  159. </div>
  160. </div>
  161.  
  162. <!--frase-->
  163. <div id="camilinda">{text:frase hover}</div>
  164.  
  165.  
  166.  
  167. </div>
  168. <!--Final da sidebar-->
  169.  
  170.  
  171.  
  172.  
  173.  
  174. <!--Inicio dos posts-->
  175. <div id="content">
  176. {block:Posts}
  177. <div class="caixa">
  178.  
  179.  
  180.  
  181.  
  182. {block:Text}
  183. {block:Title}<titulo>{Title}</titulo>{/block:Title}
  184. {body}
  185. {/block:Text}
  186.  
  187.  
  188.  
  189. {block:Photo}
  190. {LinkOpenTag}
  191. <div class="imgpost"><img src="{PhotoURL-400}"></div>
  192. {/block:Photo}
  193.  
  194.  
  195.  
  196. {block:Photoset}
  197. <div class="imgpost">{Photoset-250}</div>{LinkCloseTag}
  198. {/block:Photoset}
  199.  
  200.  
  201.  
  202. {block:Quote}
  203. {Quote}<br>
  204. <center><b>{block:Source}{Source}{/block:Source}</b></center>
  205. {/block:Quote}
  206.  
  207.  
  208.  
  209. {block:Chat}
  210. {block:Title}<titulo>{Title}</titulo>{/block:Title}
  211. {block:Lines}
  212. {block:Label}<span>{Label}</span>{/block:Label}
  213. {Line}
  214. {/block:Lines}
  215. {/block:Chat}
  216.  
  217.  
  218.  
  219. {block:Link}
  220. <a href="{URL}" target="{Target}"><titulo>{Title}</titulo></a>
  221. {block:Description}{Description}{/block:Description}
  222. {/block:Link}
  223.  
  224.  
  225.  
  226. {block:Audio}
  227. {AudioPlayer}
  228. {/block:Audio}
  229.  
  230.  
  231.  
  232. {block:Video}
  233. {block:Indexpage}{Video-250}{/block:IndexPage}
  234. {block:PermalinkPage}{Video-400}{/block:PermalinkPage}
  235. {block:Caption}{Caption}{/block:Caption}
  236. {/block:Video}
  237.  
  238.  
  239.  
  240. {block:Answer}
  241. <div class="pergunta">
  242. <div style="display:inline-block; padding:0 3px 0 3px; font-family:tahoma; font-size:8px; text-transform:uppercase; height:13px; line-height:13px; outline:1px dotted #fff; outline-offset:-2px; text-shadow:1px 1px 0 #707070;
  243. background:mistyrose;
  244. color:white; ">{Asker}</div> {Question}</div>
  245.  
  246. <div class="resposta">{Answer}</div>
  247. {/block:Answer}
  248.  
  249.  
  250.  
  251.  
  252. <!--notes-->
  253. {block:indexpage}
  254. <div class="notes"> ✦ -
  255. <a href="{permalink}">{NoteCount} notes</a> -
  256. <a href="{ReblogURL}" target="_blank">Reblog! - ✦</a>
  257. </div>
  258. {/block:indexpage}
  259.  
  260.  
  261.  
  262.  
  263. <!--bloqueio do via e source -->
  264. <div class="vsanna">
  265. {block:RebloggedFrom}
  266. <a href="{ReblogParentURL}">via</a>
  267. {/block:RebloggedFrom}
  268. {block:ContentSource}
  269. <a href="{SourceURL}">source</a>
  270. {/block:ContentSource}
  271. </div>
  272.  
  273.  
  274.  
  275.  
  276.  
  277. </div>
  278. {/block:Posts}
  279. </div>
  280. <!--fim dos posts-->
  281.  
  282.  
  283.  
  284.  
  285.  
  286.  
  287.  
  288.  
  289.  
  290.  
  291.  
  292.  
  293.  
  294.  
  295. <!-- script barra de rolagem e caixas do theme-->
  296. <script type="text/javascript" src="http://static.tumblr.com/imovwvl/dJWl20ley/jqueryformasonry.js"></script>
  297. <script src="http://static.tumblr.com/df28qmy/SHUlh3i7s/jquery.infinitescroll.js"></script>
  298. <script src="http://static.tumblr.com/thpaaos/lLwkowcqm/jquery.masonry.js"></script>
  299. <script type="text/javascript">
  300. $(window).load(function () {
  301. $('#content').masonry(),
  302. $('.masonryWrap').infinitescroll({
  303. navSelector : "div#navigation",
  304. nextSelector : "div#navigation a#nextPage",
  305. itemSelector : ".caixa",
  306. bufferPx : 10000,
  307. extraScrollPx: 11000,
  308. loadingImg : "",
  309. loadingText : "<i> </i>",
  310. },
  311. // call masonry as a callback.
  312. function() { $('#content').masonry({ appendedContent: $(this) }); }
  313. );
  314. });
  315. </script>
  316.  
  317. {block:IndexPage}
  318. <div class="column navigation" id="navigation">
  319. {block:Pagination}
  320. {block:PreviousPage}
  321. <a href="{PreviousPage}" class="navigate">
  322. {/block:PreviousPage}
  323. {block:PreviousPage}</a>
  324. {/block:PreviousPage}
  325.  
  326. {block:NextPage}
  327. <a href="{NextPage}" class="navigate" id="nextPage">
  328. {/block:NextPage}
  329. {block:NextPage}</a>{/block:NextPage}
  330. {/block:Pagination}
  331. </div>
  332. {/block:IndexPage}
  333.  
  334. </body>
  335.  
  336. <div style="font-size:9px;
  337. font-family:liberate;position:fixed;bottom:80px;right:50px;border-bottom:2px solid #eee; color:#eee; ">
  338. <a href="http://angeldollls.tumblr.com/" target="_blank" title="design por angeldollls,não copie"><font color=#FFE4E1> ANGELDOLLLS ❀ <font color=#FFE4E1</font> </font></div>
  339. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement