Advertisement
thmslet

theme exbad 26

Nov 21st, 2016
131
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 15.95 KB | None | 0 0
  1. <!-- Esses códigos permitem que o theme seja visualizado corretamente 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.  
  4. <html xmlns="http://www.w3.org/1999/xhtml">
  5. <head profile="http://gmpg.org/xfn/11">
  6.  
  7.  
  8.  
  9.  
  10.  
  11.  
  12. <!-- •----------------------------------•
  13. ¯ | THEME FEITO POR EXBAD | ¯
  14. ¯ | NÃO COPIE - NÃO SE INSPIRE | ¯
  15. ¯ | ----------------- | ¯
  16. ¯ | BASE POR CHARMOURS | ¯
  17. •----------------------------------•
  18. -->
  19.  
  20.  
  21.  
  22.  
  23. <!-- Favicon: Imagem pequena que fica na aba do navegador.
  24. {favicon} é a sua Dash/Icon do seu tumblr, caso queira outra coisa é só apagar ele e colocar a URL do novo favicon -->
  25. <link rel="shortcut icon" href="{favicon}">
  26.  
  27.  
  28.  
  29. <!-- Efeito "digitando" do titulo na aba do navegador -->
  30. <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_messages[3] = "{title}"; tb8_messages[4] = "{title}"; tb8_messages[5] = "{title}";
  31. tb8_messages[6] = "{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>
  32.  
  33.  
  34. <!-- Appearance: IMAGE = IMAGEM. COLOR = COR. TEXT = TEXTO -->
  35. <meta name="image:sidebar" content="https://secure.static.tumblr.com/cbe606b40f1ca0fc7529132e240c87ec/uwutdn1/QUWogzdjs/tumblr_static_4dv0pwftw0w0ck8wgso4c0sgk.png"/>
  36.  
  37. <meta name="color:background" content="#000"/>
  38. <meta name="color:texto" content="#aaa"/>
  39. <meta name="color:links" content="#aaa"/>
  40. <meta name="color:links hover" content="#8b4789"/>
  41. <meta name="color:menu hover" content="#8b4789"/>
  42. <meta name="text:frase" content="You make me happy baby."/>
  43.  
  44. <meta name="text:link1" content=""/>
  45. <meta name="text:link1 titulo" content="home page"/>
  46. <meta name="text:link2" content=""/>
  47. <meta name="text:link2 titulo" content="message"/>
  48. <meta name="text:link3" content=""/>
  49. <meta name="text:link3 titulo" content="autorias"/>
  50. <meta name="text:link4" content=""/>
  51. <meta name="text:link4 titulo" content="extras new"/>
  52.  
  53.  
  54. <link href="https://fonts.googleapis.com/css?family=Bree+Serif|Francois+One|Lobster|Lobster+Two" rel="stylesheet">
  55.  
  56. </head>
  57.  
  58.  
  59.  
  60. <style type="text/css" media="screen">
  61.  
  62. /* INICIO DO CSS*/
  63.  
  64.  
  65. /* Configurações básicas e gerais: Aqui voce vai colocar a cor do fundo do theme, fonte geral, tamanho da fonte, alinhamento dos textos*/
  66. body{background:{color:background}; color:{color:texto}; font-family:Tahoma; font-size:11px; text-align:left;}
  67.  
  68.  
  69.  
  70. /* Links*/
  71. a{color:{color:links}; text-decoration:none;}
  72. a:hover{color:{color:links hover};}
  73.  
  74.  
  75.  
  76.  
  77. /* Barra de rolagem*/
  78. ::-webkit-scrollbar{width:5px; height:5px; background:#000;}
  79. ::-webkit-scrollbar-thumb{background:{color:background};}
  80.  
  81.  
  82.  
  83.  
  84. /* Alinhamento dos posts*/
  85. #charmours-post{margin-top:50px; margin-left:380px; width:1000px; padding-bottom:30px;}
  86. /* Esse "padding-bottom:30px;" é o espaço para a skin não ficar em cima do post da página interna, como a de tutorial*/
  87.  
  88.  
  89.  
  90.  
  91. /* Caixas dos posts: Se mudar o tamanho das caixas tem que mudar o tamanho das imagens também*/
  92. .charmours-caixas{position:relative; float:left; display:inline-block; width:200px; padding:8px; background:{color:background}; margin:3px; overflow:hidden; transition:1s;}
  93. .charmours-caixas img{max-width:200px;}
  94.  
  95.  
  96.  
  97.  
  98. /* Imagem dos posts (aqui NÃO edita o photoset (várias fotos em um post)*/
  99. .imagens_charmours img{width:200px;}
  100.  
  101.  
  102.  
  103.  
  104. /* Bloqueio do Via e Source*/
  105. .vsanna{display:none;}
  106.  
  107.  
  108.  
  109.  
  110. /* Titulo dos posts*/
  111. titulo{text-decoration:none;}
  112.  
  113.  
  114.  
  115.  
  116. /* Blockquote*/
  117. blockquote{margin:5px; padding:5px; background:{color:background};}
  118.  
  119.  
  120.  
  121.  
  122.  
  123. /* NOTES:LEIA ISSO! N-Ã-O EDITE E COLOQUE SOMENTE SEUS CREDITOS, QUERENDO OU NAO O CÓDIGO É MEU! EDITOU? COLOQUE MEUS CREDITOS TAMBÉM!*/
  124.  
  125. /* Notes dos textos*/
  126. .notes_charmours{margin-top:4px; margin-bottom:-8px; margin-left:-10px; width:55px; padding:0 0 3px 3px; text-align:left; font-size:8px; height:9px; line-height:11px; font-family:'Consolas'; text-transform:uppercase; background:{color:background}; border-radius:0 5px 5px 0; transition:1s;}
  127. .notes_charmours a{color:{color:texto};}
  128. .notes_charmours a:hover{color:{color:links hover};}
  129.  
  130.  
  131.  
  132.  
  133. /* Notes das fotos*/
  134. .notes_charmours2{position:absolute; width:180px; margin-top:-50px; text-align:center; opacity:0; transition:1s;}
  135. .notes_charmours2 a:hover{color:#8b4789;}
  136. .charmours-caixas:hover .notes_charmours2{opacity:1; transition:1s;}
  137.  
  138. .wn1{display:inline-block;}
  139. .wn1 a{display:inline-block; padding:5px; width:20px; height:20px; background:rgba(255,255,255,.2); font-size:15px; color:#000; border-radius:20px;}
  140.  
  141. .wn2{display:inline-block;}
  142. .wn2 a{display:inline-block; padding:5px; width:20px; height:20px; background:rgba(255,255,255,.2); font-size:15px; color:#000; border-radius:20px;}
  143.  
  144. .wn3{display:inline-block;}
  145. .wn3 a{display:inline-block; padding:5px; width:20px; height:20px; background:rgba(255,255,255,.2); font-size:15px; color:#000; border-radius:20px;}
  146.  
  147.  
  148.  
  149.  
  150.  
  151. /* Ask: Mesma regra dos notes!*/
  152. .pergunta{width:auto; height:auto; padding:6px; text-align:left; outline-offset:-3px; background:rgba(0,0,0,.1); text-transform:uppercase; font-size:8px;}
  153. .pergunta img {width:20px; float:left; padding-right:5px;padding-bottom:5px;}
  154. .resposta{margin-top:9px; width:200px; height:auto; text-align:left; border-top:1px solid #eee; text-transform:uppercase; font-size:8px;}
  155.  
  156.  
  157.  
  158.  
  159.  
  160. /* Quotes*/
  161. .quote_charmours{text-align:center;}
  162. /* Source dos quotes: Quem escreveu o texto.*/
  163. .source_charmours{margin-top:5px; width:190px; height:15px; line-height:17px; margin-left:5px; text-align:right; border-top:1px solid #eee; font-weight:bold; text-transform:uppercase; font-size:8px;}
  164.  
  165.  
  166.  
  167.  
  168.  
  169. /* Sidebar*/
  170. .side-ch{position:fixed; top:30px; left:200px; width:100px; height:150px; background:transparent; transition:1s;}
  171.  
  172.  
  173.  
  174.  
  175.  
  176.  
  177. /* Imagem da side*/
  178. .side-ch-imagem img{margin-top:40px; margin-left:-100px; width:90px; height:90px; padding:5px; background:#8b4789;border-radius:50px;}
  179.  
  180.  
  181.  
  182.  
  183. /* Descrição da side*/
  184. .side-ch-descricao{margin-top:5px; margin-left:-100px; padding:5px; width:180px; text-align:left; font-size:15px; background:#000;border-bottom:2px solid #8b4789;color:#eee;font-family:'Lobster', cursive;;}
  185.  
  186.  
  187.  
  188.  
  189. /* Menu/Links*/
  190. .side-ch-menu{position:fixed; margin-top:-112px; margin-left:15px; width:60px; height:0px; background:transparent; overflow:hidden; transition:1s;}
  191.  
  192. /* Links do menu*/
  193. .side-ch-menu a{display:block; padding:0; height:15px; line-height:15px; background:#141414; margin-bottom:3px; text-align:center; font-size:8px; text-transform:uppercase; transition:1s;color:#aaa;border-right:5px solid #8b4789;font-family:'Francois One', sans-serif;;}
  194.  
  195. /* Links do menu quando passa o mouse (hover)*/
  196. .side-ch-menu a:hover{background:{color:menu hover}; transition:1s;}
  197.  
  198. /* Hover do menu*/
  199. .side-ch:hover .side-ch-menu{height:120px; transition:1s;}
  200.  
  201.  
  202. .navegue {position:fixed;left:210px;top:60px;font-family:'Francois One', sans-serif;font-size:13px;color:#eee;text-align:left; padding:2px;width:70px;background:#000; border-bottom:2px solid #8b4789;border-right:2px solid #8b4789;}
  203.  
  204.  
  205.  
  206. /* FIM DO CSS */
  207.  
  208. </style>
  209.  
  210.  
  211.  
  212.  
  213. <body onkeydown="return false">
  214.  
  215. <div class="navegue">NAVEGUE ▼</div>
  216.  
  217. <a style="position:fixed; left:45px; bottom:40px; font-family:tahoma; font-size:10px; color:#8b4789; background:#000;text-decoration: none; " href="http://exbad.tumblr.com/" title="theme feito por exbad, não copie."> <b>theme</b></a>
  218.  
  219.  
  220.  
  221. <div class="side-ch"> <!-- Inicio da sidebar-->
  222.  
  223.  
  224. <!-- Imagem da side-->
  225. <div class="side-ch-imagem"><img src="{image:sidebar}"></div>
  226.  
  227.  
  228. <!-- Descrição-->
  229. <div class="side-ch-descricao">{text:frase}</div>
  230.  
  231.  
  232. <!-- Menu/Links-->
  233. <div class="side-ch-menu">
  234. <a href="{text:link1}">{text:link1 titulo}</a>
  235. <a href="{text:link2}">{text:link2 titulo}</a>
  236. <a href="{text:link3}">{text:link3 titulo}</a>
  237. <a href="{text:link4}">{text:link4 titulo}</a>
  238. </div>
  239.  
  240.  
  241. </div> <!-- Fim da sidebar-->
  242.  
  243.  
  244.  
  245.  
  246.  
  247.  
  248.  
  249.  
  250.  
  251.  
  252.  
  253.  
  254.  
  255.  
  256.  
  257.  
  258.  
  259.  
  260.  
  261.  
  262.  
  263.  
  264. <div id="charmours-post"> <!-- Div do Post-->
  265. {block:Posts}
  266. <div class="charmours-caixas"> <!-- Div das Caixas dos posts-->
  267.  
  268.  
  269.  
  270.  
  271. <!-- Textos-->
  272. {block:Text}
  273. {block:Title}<titulo><center>{Title}</center></titulo>{/block:Title}
  274. {body}
  275.  
  276.  
  277. <!-- Notes dos textos-->
  278. {block:indexpage}
  279. <div class="notes_charmours"> <div style="margin-left:-2px; display:inline-block; padding:0 2px 0 2px; height:10px;">{DayOfMonth}/{MonthNumberWithZero}</div>
  280.  
  281. <a href="{permalink}" title="{NoteCount} Notas"><i class="fa fa-heart"></i> </a>
  282. <a href="{ReblogURL}" target="_blank" Title="Reblog, baby!"><i class="fa fa-retweet"></i></a>
  283. </div>{/block:indexpage}
  284. {/block:Text}
  285.  
  286.  
  287.  
  288.  
  289.  
  290.  
  291.  
  292.  
  293. <!-- Fotos-->
  294. {block:Photo}
  295. <div class="imagens_charmours"><img src="{PhotoURL-250}"></div>
  296.  
  297.  
  298. <!-- NOTES DAS FOTOS-->
  299. {block:indexpage}
  300. <div class="notes_charmours2">
  301.  
  302. <div class="wn1"><a href="{Permalink}" title="{TimeAgo}"><i class="fa fa-folder-open"></i></a></div>
  303. <div class="wn2"><a href="{ReblogURL}" target="_blank" title="reblog"><i class="fa fa-retweet"></i></a></div>
  304. <div class="wn3"><a href="{Permalink}" title="{NoteCount} Notas"><i class="fa fa-heart"></i></a></div>
  305.  
  306. </div>
  307. {/block:indexpage}
  308. {/block:Photo}
  309.  
  310.  
  311.  
  312.  
  313.  
  314.  
  315.  
  316.  
  317. <!-- Photoset (varias fotos em um post)-->
  318. {block:Photoset}
  319. <div class="imagens_charmours">{Photoset}</div>
  320.  
  321.  
  322. <!-- NOTES DO PHOTOSET-->
  323. {block:indexpage}
  324. <div class="notes_charmours2">
  325.  
  326. <div class="wn1"><a href="{Permalink}" title="{TimeAgo}"><i class="fa fa-folder-open"></i></a></div>
  327. <div class="wn2"><a href="{ReblogURL}" target="_blank" title="reblog"><i class="fa fa-retweet"></i></a></div>
  328. <div class="wn3"><a href="{Permalink}" title="{NoteCount} Notas"><i class="fa fa-heart"></i></a></div>
  329.  
  330. </div>
  331. {/block:indexpage}
  332. {/block:Photoset}
  333.  
  334.  
  335.  
  336.  
  337.  
  338.  
  339.  
  340.  
  341. <!-- Quote-->
  342. {block:Quote}
  343. <div class="quote_charmours">{Quote}</div>
  344. <div class="source_charmours">{block:Source}{Source}{/block:Source}</div>
  345.  
  346.  
  347. <!-- NOTES DOS QUOTES-->
  348. {block:indexpage}
  349. <div class="notes_charmours"> <div style="margin-left:-2px; display:inline-block; padding:0 2px 0 2px; height:10px;">{DayOfMonth}/{MonthNumberWithZero}</div>
  350.  
  351. <a href="{permalink}" title="{NoteCount} Notas"><i class="fa fa-heart"></i> </a>
  352. <a href="{ReblogURL}" target="_blank" Title="Reblog, baby!"><i class="fa fa-retweet"></i></a>
  353. </div>{/block:indexpage}
  354. {/block:Quote}
  355.  
  356.  
  357.  
  358.  
  359.  
  360.  
  361.  
  362.  
  363. <!-- CHAT-->
  364. {block:Chat}
  365. {block:Title}<titulo>{Title}</titulo>{/block:Title}
  366. {block:Lines}
  367. {block:Label}
  368. <span>
  369. <font color="{color:links hover}">
  370. {Label}
  371. </font>
  372. </span>
  373. {/block:Label}
  374.  
  375. {Line} <br>
  376. {/block:Lines}
  377.  
  378.  
  379. <!-- NOTES DOS CHATS-->
  380. {block:indexpage}
  381. <div class="notes_charmours"> <div style="margin-left:-2px; display:inline-block; padding:0 2px 0 2px; height:10px;">{DayOfMonth}/{MonthNumberWithZero}</div>
  382.  
  383. <a href="{permalink}" title="{NoteCount} Notas"><i class="fa fa-heart"></i> </a>
  384. <a href="{ReblogURL}" target="_blank" Title="Reblog, baby!"><i class="fa fa-retweet"></i></a>
  385. </div>{/block:indexpage}
  386. {/block:Chat}
  387.  
  388.  
  389.  
  390.  
  391.  
  392.  
  393.  
  394.  
  395. <!-- LINK-->
  396. {block:Link}
  397. <a href="{URL}" target="{Target}"><titulo>{Title}</titulo></a>{block:Description}{Description}{/block:Description}
  398.  
  399.  
  400. <!-- NOTES DOS LINKS-->
  401. {block:indexpage}
  402. <div class="notes_charmours"> <div style="margin-left:-2px; display:inline-block; padding:0 2px 0 2px; height:10px;">{DayOfMonth}/{MonthNumberWithZero}</div>
  403.  
  404. <a href="{permalink}" title="{NoteCount} Notas"><i class="fa fa-heart"></i> </a>
  405. <a href="{ReblogURL}" target="_blank" Title="Reblog, baby!"><i class="fa fa-retweet"></i></a>
  406. </div>{/block:indexpage}
  407. {/block:Link}
  408.  
  409.  
  410.  
  411.  
  412.  
  413.  
  414.  
  415.  
  416. <!-- AUDIO/MUSICA-->
  417. {block:Audio}
  418. {AudioPlayer}
  419.  
  420.  
  421. <!-- NOTES DOS AUDIOS/MUSICAS-->
  422. {block:indexpage}
  423. <div class="notes_charmours"> <div style="margin-left:-2px; display:inline-block; padding:0 2px 0 2px; height:10px;">{DayOfMonth}/{MonthNumberWithZero}</div>
  424.  
  425. <a href="{permalink}" title="{NoteCount} Notas"><i class="fa fa-heart"></i> </a>
  426. <a href="{ReblogURL}" target="_blank" Title="Reblog, baby!"><i class="fa fa-retweet"></i></a>
  427. </div>{/block:indexpage}
  428. {/block:Audio}
  429.  
  430.  
  431.  
  432.  
  433.  
  434.  
  435.  
  436.  
  437. <!-- VIDEOS-->
  438. {block:Video}
  439. {block:Indexpage}{Video-250}{/block:IndexPage}{block:PermalinkPage}{Video-400}{/block:PermalinkPage}{block:Caption}{Caption}{/block:Caption}
  440.  
  441.  
  442. <!-- NOTES DOS VIDEOS-->
  443. {block:indexpage}
  444. <div class="notes_charmours"> <div style="margin-left:-2px; display:inline-block; padding:0 2px 0 2px; height:10px;">{DayOfMonth}/{MonthNumberWithZero}</div>
  445.  
  446. <a href="{permalink}" title="{NoteCount} Notas"><i class="fa fa-heart"></i> </a>
  447. <a href="{ReblogURL}" target="_blank" Title="Reblog, baby!"><i class="fa fa-retweet"></i></a>
  448. </div>{/block:indexpage}
  449. {/block:Video}
  450.  
  451.  
  452.  
  453.  
  454.  
  455.  
  456.  
  457.  
  458. <!-- ASK-->
  459. {block:Answer}
  460. <div class="pergunta"><b><img src="{AskerPortraitURL-128}">{Asker}</b>: {Question}</div>
  461. <div class="resposta">{Answer}</div>
  462.  
  463.  
  464. <!-- NOTES DAS ASKS-->
  465. {block:indexpage}
  466. <div class="notes_charmours"> <div style="margin-left:-2px; display:inline-block; padding:0 2px 0 2px; height:10px;">{DayOfMonth}/{MonthNumberWithZero}</div>
  467.  
  468. <a href="{permalink}" title="{NoteCount} Notas"><i class="fa fa-heart"></i> </a>
  469. <a href="{ReblogURL}" target="_blank" Title="Reblog, baby!"><i class="fa fa-retweet"></i></a>
  470. </div>{/block:indexpage}
  471. {/block:Answer}
  472.  
  473.  
  474.  
  475.  
  476.  
  477.  
  478.  
  479. <!-- Bloqueio do Via e Source que fica nos posts-->
  480. <div class="vsanna">
  481. {block:RebloggedFrom}
  482. <a href="{ReblogParentURL}">via</a>
  483. {/block:RebloggedFrom}
  484. {block:ContentSource}
  485. <a href="{SourceURL}">source</a>
  486. {/block:ContentSource}
  487. </div>
  488.  
  489.  
  490.  
  491.  
  492. </div> <!-- Fim da div das Caixas-->
  493. {/block:Posts}
  494. </div> <!-- Fim da div dos Posts-->
  495.  
  496.  
  497.  
  498.  
  499.  
  500.  
  501. {block:IndexPage}<div class="column navigation" id="navigation">{block:Pagination}{block:PreviousPage}<a href="{PreviousPage}" class="navigate">{/block:PreviousPage}{block:PreviousPage}</a>{/block:PreviousPage}{block:NextPage}<a href="{NextPage}" class="navigate" id="nextPage">{/block:NextPage}{block:NextPage}</a>{/block:NextPage}{/block:Pagination}</div>{/block:IndexPage}
  502.  
  503.  
  504.  
  505.  
  506. <script type="text/javascript" src="http://static.tumblr.com/imovwvl/dJWl20ley/jqueryformasonry.js"></script><link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css"><link href="http://static.tumblr.com/qszodba/029o0wega/mansory.js" rel="stylesheet" type="text/css"><script src="http://static.tumblr.com/df28qmy/SHUlh3i7s/jquery.infinitescroll.js"></script><script src="http://static.tumblr.com/thpaaos/lLwkowcqm/jquery.masonry.js"></script><script type="text/javascript">$(window).load(function () {$('#charmours-post').masonry(),$('.masonryWrap').infinitescroll({navSelector : "div#navigation",nextSelector : "div#navigation a#nextPage",itemSelector:".charmours-caixas",bufferPx:10000,extraScrollPx:11000,loadingImg:"",loadingText:"<i> </i>",},function() { $('#charmours-post').masonry({ appendedContent:$(this)});});});</script>
  507.  
  508.  
  509.  
  510. </body>
  511.  
  512.  
  513.  
  514. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement