Advertisement
thmslet

theme exbad

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