Advertisement
thmslet

theme exbad

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