Advertisement
thmslet

theme exbad

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