Advertisement
TattyRM

theme 20

May 27th, 2015
351
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.60 KB | None | 0 0
  1. <!---------------------------------------------------------------------------
  2. Base do theme por Warvada. Modificado e adaptado por dressby
  3. ----------------------------------------------------------------------------->
  4.  
  5.  
  6.  
  7. <script type=”text/javascript”> function tb8_makeArray(n){ this.length = n; return this.length; } tb8_messages = new tb8_makeArray(3); tb8_messages[0] = “escreva_aqui “; tb8_messages[1] = “Keep Distance “; tb8_messages[2] = “escreva_aqui “; 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>
  8.  
  9. <head profile="http://gmpg.org/xfn/11">
  10.  
  11.  
  12.  
  13.  
  14. <link rel="shortcut icon" href="{favicon}">
  15.  
  16.  
  17. <!-- Efeito do titulo na aba do navegador -->
  18. <script type="text/javascript">
  19. var rev = "fwd";function titlebar(val)
  20. {var msg = "{title}";
  21. var res = " ";
  22. var speed = 120;var pos = val;msg = "{title}";var le = msg.length;if(rev == "fwd"){if(pos < le){pos = pos+1;scroll = msg.substr(0,pos);document.title = scroll;timer = window.setTimeout("titlebar("+pos+")",speed);}
  23. else{rev = "bwd";
  24. timer = window.setTimeout("titlebar("+pos+")",speed);}}
  25. else{
  26. if(pos > 0){
  27. pos = pos-1;var ale = le-pos;scrol = msg.substr(ale,le);document.title = scrol;timer = window.setTimeout("titlebar("+pos+")",speed);}
  28. else{rev = "fwd";timer = window.setTimeout("titlebar("+pos+")",speed);}}}
  29. titlebar(0);
  30. </script>
  31.  
  32.  
  33.  
  34.  
  35.  
  36. <!-- Appearance -->
  37. <!-- imagens-->
  38. <meta name="image:sidebar" content=""/>
  39.  
  40. <!-- cores-->
  41. <meta name="color:background" content="#fff"/>
  42. <meta name="color:text" content="#222"/>
  43. <meta name="color:links" content="#222"/>
  44. <meta name="color:links hover" content="#000"/>
  45. <meta name="color:menu link" content="#222" />
  46. <meta name="color:menu hover" content="#eee"/>
  47. <meta name="color:menu link hover" content="#fff" />
  48.  
  49. <meta name="text:Link1" content="/" />
  50. <meta name="text:Link1 Title" content="" />
  51. <meta name="text:Link2" content="/" />
  52. <meta name="text:Link2 Title" content="" />
  53. <meta name="text:Link3" content="/" />
  54. <meta name="text:Link3 Title" content="" />
  55. <meta name="text:Link4" content="/" />
  56. <meta name="text:Link4 Title" content="" />
  57. <meta name="text:link5" content="/" />
  58. <meta name="text:Link5 Title" content="" />
  59.  
  60.  
  61.  
  62.  
  63.  
  64. <!--barra de rolagem e grade do theme: nao tire -->
  65. <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  66. <meta http-equiv="x-dns-prefetch-control" content="off"/>
  67. <script type="text/javascript" src="http://static.tumblr.com/8yo5xxv/Ebrm7rdy0/botao.js"></script>
  68.  
  69.  
  70.  
  71.  
  72.  
  73.  
  74. </head>
  75.  
  76. <style type="text/css" media="screen">
  77.  
  78.  
  79.  
  80. /*definições geral (cor do fundo, fonte, tamanho, alinhamento e etc*/
  81. body {background:{color:background}; color:{color:text}; font-family:'corbel'; font-size:11px; text-align:left;}
  82.  
  83.  
  84. /*links (geral)*/
  85. a {color:{color:links}; text-decoration:none;}
  86. a:hover {color:{color:linkshover};}
  87.  
  88.  
  89. /*blockquote dos posts*/
  90. blockquote {margin:10px; background:#fbfbfb; border:1px solid #ddd;}
  91.  
  92.  
  93.  
  94. /*alinhamento dos posts*/
  95. #content {position:absolute; width:650px; margin-left:460px; margin-top:10px ;fixed;}
  96.  
  97.  
  98. /*caixas dos posts*/
  99. .caixa {background:{color:background}; width:250px; margin:3px;}
  100. .caixa img{max-width:250px;}.imaagem img{width:250px;}.vsanna{display:none;}
  101.  
  102.  
  103.  
  104. /*Notes por warvada. Não use sem permissão*/
  105. .caixa .notes {margin-top:0px; margin-left:-5px; width:240px; height:13px; line-height:14px; text-align:right; color:{color:links}; font-size:8px; font-family:'segoe print'; text-transform:lowercase; opacity:0; transition-duration:.8s; transform:rotatex(180deg);}
  106. .notes a{color:{color:links};}
  107. .notes a:hover{color:{color:links hover};}
  108. .caixa:hover .notes {opacity:1; margin-left:0px; transition-duration:.8s; transform:rotatey(0deg);}
  109.  
  110.  
  111. /*titulo dos posts*/
  112. titulo {font-size:12px;text-align:justify;}
  113.  
  114.  
  115. /* Ask por warvada. Não use como base. Não retire os creditos. */
  116. .pergunta{margin-top:0px; width:90%; height:auto; line-height:13px; padding:3px; text-align:left; border-radius:6px; font-size:10px;
  117. border:1px dashed #ddd; /*cor da borda da pergunta*/}
  118. .pergunta a{color:white; /*cor da url de quemm perguntou*/}
  119. .ask-flower1{position:absolute; transform:rotate(1deg); margin-top:-8px; margin-left:220px; font-size:12px; z-index:9;
  120. color:#000; /*cor da flor maior*/}
  121. .ask-flower2{position:absolute; transform:rotate(1deg); margin-top:-3px; margin-left:227px; font-size:10px; z-index:9;
  122. color:#000; /*cor da flor menor*/}
  123. .resposta{margin-top:1px; width:100%; height:auto; padding:3px; font-size:10px; text-align:left;
  124. border-bottom:1px dashed #eee; /*cor da borda da resposta*/}
  125. /* Ask por warvada. Não use como base. Não retire os creditos. */
  126.  
  127.  
  128.  
  129.  
  130. /*Sidebar (alinhamento)*/
  131. .side{position:fixed; margin-top:130px; margin-left:210px; width:170px; height:250px;}
  132.  
  133. /*imagem da sidebar*/
  134. .sideimg img{width:160px; height:190px; margin-top:0px; margin-left:0px;}
  135.  
  136. /*frase */
  137. .desc{position:fixed; margin-left:5px; margin-top:-23px; width:150px; text-align:center; font-size:10px; background:#eee; opacity:.7; transition:.80s;}
  138.  
  139. /*menu*/
  140. .menu{position:fixed; margin-top:0px; margin-left:0px; text-align:center; width:160px; text-align:center; font-size:11px; transition:.80s;}
  141. .menu a{color:{color:menu link};}
  142. .menu a:hover{background:{color:menu hover}; color:{color:menu link hover};}
  143.  
  144.  
  145. #sidebar {position:fixed; width: auto; height:auto; margin-left:300px;margin-top:-60px;}
  146.  
  147. /*FEITO POR OH-MANHOSA/*
  148. /*FOTO SIDEBAR E EFEITOS*/
  149. #foto {margin-top:160px; margin-left:-105px; margin-bottom:0px; padding:9px;border-left:0px solid {color:border}; height:auto; width:150px; -webkit-transition: all 1.2s ease-out; -moz-transition: all 1.2s ease-out;border:4px solid #ff93c7; padding:0px;width:164px;height:207px;}
  150. #foto img {display: inline; height:auto; height:auto; width:150px; border-top:px solid #eee;border:4px solid #000; padding:3px; }
  151. #sidebar:hover #foto {webkit-transition: all 0.3s ease-out;-moz-transition: all 0.3s 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;}
  152.  
  153.  
  154.  
  155. /*DESCRIÇÃO*/
  156. #descri { -webkit-transition-duration: 0.4s; -moz-transition: all .7s ease-in-out; -o-transition: all .7s ease-in-out; transition: all .7s ease-in-out; -webkit-transition: all .7s ease-in-out;position:fixed; font: 13px segoe print;color:{color:descri}; padding: 0px; letter-spacing:0px;opacity:1;width:150px;text-align:center;margin-left:-97px;margin-top:-240px; text-shadow:0px 0px 1px #ff93c7 ;}
  157. #sidebar:hover #descri {-khtml-opacity: 1.0; opacity: 1.0; -webkit-transition: all 0.5s linear; -webkit-transition: all 0.4s linear; -moz-transition: all 0.4s linear; transition: all 0.4s linear; margin-top:0px;color:#000;}
  158.  
  159. /*LINKZINHOS*/
  160. #link {opacity:1;width:150px;position:fixed;margin-top:-215px; margin-left:800px;-ms-transition: all 0.8s ease-in-out;transition: all 0.8s ease-in-out;text-align:center;text-align:center;opacity:0;}
  161. #link a {font-size:13px;font-family:calibri; color:{color:links};-webkit-transition: all 0.5s ease-out;-webkit-transition: all 0.6s ease-in-out;letter-spacing:0px;text-shadow:0px 0px 3px {color:links}}
  162. #link a:hover{color:#000 ; text-shadow: 0px 0px 2px #ff93c7 }
  163. #sidebar:hover #link {opacity:1;margin-left:-45px;}
  164.  
  165.  
  166.  
  167.  
  168. body {cursor: url(https://31.media.tumblr.com/tumblr_lqs4qoKE1V1qfoi4t.png), auto }
  169.  
  170.  
  171.  
  172. /* Barrinha por warvada. Não retire os créditos.*/
  173. .wr14{position:fixed; top:0px; left:420px; width:3px; height:700px; outline-offset:2px;
  174. background:#000; /*risquinha do meio cinza*/
  175. outline:1px dotted #ff93c7; /*borda pontilhada*/ }
  176. /* Barrinha por warvada. Não retire os créditos.*/
  177.  
  178.  
  179.  
  180.  
  181.  
  182.  
  183. </style>
  184.  
  185. <body onkeydown="return false">
  186.  
  187. <div id="sidebar">
  188.  
  189. <div id="foto"><img src="http://41.media.tumblr.com/10d29a7a1a1a7458c9c95655bbaa0443/tumblr_nnlenpKlBZ1uq9tcqo2_250.png"></div>
  190. <div id="descri">{description}</div>
  191.  
  192. <div id="link">
  193. <p><a href="{text:link1}">{text:link1 title} </a></p>
  194. <p><a href="{text:link2}">{text:link2 title} </a></p>
  195. <p><a href="{text:link3}">{text:link3 title} </a></p>
  196. <a href="{text:link4}">{text:link4 title} </a>
  197. <p><a href="{text:link5}">{text:link5 title} </a></p>
  198. </div></div>
  199.  
  200. <div class="wr14"></div>
  201.  
  202.  
  203.  
  204.  
  205.  
  206.  
  207.  
  208. <!--inicio dos posts-->
  209. <div id="content">
  210. {block:Posts}
  211. <div class="caixa">
  212.  
  213.  
  214.  
  215.  
  216. {block:Text}
  217. {block:Title}<titulo>{Title}</titulo>{/block:Title}
  218. {body}
  219. {/block:Text}
  220.  
  221.  
  222.  
  223. {block:Photo}
  224. {LinkOpenTag}
  225. <div class="imaagem"><img src="{PhotoURL-250}"></div>
  226. {/block:Photo}
  227.  
  228.  
  229.  
  230. {block:Photoset}
  231. <div class="imaagem">{Photoset-250}</div>{LinkCloseTag}
  232. {/block:Photoset}
  233.  
  234.  
  235.  
  236. {block:Quote}
  237. {Quote} <br>
  238. {block:Source}{Source}{/block:Source}
  239. {/block:Quote}
  240.  
  241.  
  242.  
  243. {block:Chat}
  244. {block:Title}<titulo>{Title}</titulo>{/block:Title}
  245. {block:Lines}
  246. <div class="chat">
  247. <div class="lines">{block:Label}
  248. <span>{Label}</span>
  249. {/block:Label}
  250. {Line}</div></div>
  251. {/block:Lines}
  252. {/block:Chat}
  253.  
  254.  
  255.  
  256. {block:Link}
  257. <a href="{URL}" target="{Target}"><titulo>{Title}</titulo></a>
  258. {block:Description}{Description}{/block:Description}
  259. {/block:Link}
  260.  
  261.  
  262.  
  263. {block:Audio}
  264. {AudioPlayer}
  265. {/block:Audio}
  266.  
  267.  
  268.  
  269. {block:Video}
  270. {block:Indexpage}{Video-250}{/block:IndexPage}
  271. {block:PermalinkPage}{Video-400}{/block:PermalinkPage}
  272. {block:Caption}{Caption}{/block:Caption}
  273. {/block:Video}
  274.  
  275.  
  276.  
  277. {block:Answer}
  278. <div class="pergunta">
  279. <div class="ask-flower1">✿</div>
  280. <div class="ask-flower2">✿</div>
  281. <!-- Esse "background:pink;" é a cor da caixa de quem perguntou
  282. Esse "color:white" é a cor da url de quem perguntou -->
  283. <div style="display:inline-block; padding:0 1px 0 1px; border-radius:4px; border:1px dotted rgba(255,255,255,.8); font-family:calibri; font-size:8px; text-transform:uppercase; height:10px; line-height:10px;
  284. background:pink;
  285. color:white; ">{Asker}</div> {Question}</div>
  286.  
  287. <div class="resposta">{Answer}</div>
  288.  
  289. {/block:Answer}
  290.  
  291.  
  292.  
  293.  
  294. <!--notes-->
  295. {block:indexpage}
  296. <div class="notes">
  297. <a href="{permalink}">{NoteCount} notes ♡ </a> .
  298. <a href="{ReblogURL}" target="_blank">Reblog ♡ </a>
  299. </div>
  300. {/block:indexpage}
  301.  
  302.  
  303.  
  304.  
  305. <!--bloqueio do via e source -->
  306. <div class="vsanna">
  307. {block:RebloggedFrom}
  308. <a href="{ReblogParentURL}">via</a>
  309. {/block:RebloggedFrom}
  310. {block:ContentSource}
  311. <a href="{SourceURL}">source</a>
  312. {/block:ContentSource}
  313. </div>
  314.  
  315.  
  316.  
  317.  
  318.  
  319. </div>
  320. {/block:Posts}
  321. </div>
  322. <!--fim dos posts-->
  323.  
  324.  
  325.  
  326. <!-- script barra de rolagem e grade (duas ou mais colunas): NÃO RETIRE!-->
  327. <script type="text/javascript" src="http://static.tumblr.com/imovwvl/dJWl20ley/jqueryformasonry.js"></script>
  328. <script src="http://static.tumblr.com/df28qmy/SHUlh3i7s/jquery.infinitescroll.js"></script>
  329. <script src="http://static.tumblr.com/thpaaos/lLwkowcqm/jquery.masonry.js"></script>
  330. <script type="text/javascript">
  331. $(window).load(function () {
  332. $('#content').masonry(),
  333. $('.masonryWrap').infinitescroll({
  334. navSelector : "div#navigation",
  335. nextSelector : "div#navigation a#nextPage",
  336. itemSelector : ".caixa",
  337. bufferPx : 10000,
  338. extraScrollPx: 11000,
  339. loadingImg : "",
  340. loadingText : "<i> </i>",
  341. },
  342. // call masonry as a callback.
  343. function() { $('#content').masonry({ appendedContent: $(this) }); }
  344. );
  345. });
  346. </script>
  347.  
  348. {block:IndexPage}
  349. <div class="column navigation" id="navigation">
  350.  
  351. {block:Pagination}
  352. {block:PreviousPage}
  353. <a href="{PreviousPage}" class="navigate">
  354. {/block:PreviousPage}
  355. {block:PreviousPage}</a>
  356. {/block:PreviousPage}
  357.  
  358. {block:NextPage}
  359. <a href="{NextPage}" class="navigate" id="nextPage">
  360. {/block:NextPage}
  361. {block:NextPage}</a>{/block:NextPage}
  362. {/block:Pagination}
  363.  
  364. </div>
  365. {/block:IndexPage}
  366.  
  367.  
  368. <!-- SE TIRAR ESSE CARALHO VAI TER TRETA PRO SEU LADO -->
  369. <div style="position:fixed; bottom:10px; left:1200px;">
  370. <font color="#4682B4"><small></small></font>
  371. <a href="dressby.tumblr.com" title="Theme por dressby + Base por Warvada">Dressby</a>
  372. <font color="#ffbad1"><small>❤</small></font>
  373. </div>
  374. <!-- SE TIRAR ESSE CARALHO VAI TER TRETA PRO SEU LADO -->
  375.  
  376. </body>
  377. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement