Advertisement
thmslet

theme exbad

Dec 11th, 2016
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 15.85 KB | None | 0 0
  1.  
  2.  
  3. <!-- Esses códigos permitem que o theme seja visualizado corretamente em todos os navegadores -->
  4. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
  5.  
  6. <html xmlns="http://www.w3.org/1999/xhtml">
  7. <head profile="http://gmpg.org/xfn/11">
  8.  
  9.  
  10.  
  11.  
  12.  
  13.  
  14. <!-- •----------------------------------•
  15. ¯ | THEME FEITO POR EXBAD | ¯
  16. ¯ | NÃO COPIE - NÃO SE INSPIRE | ¯
  17. ¯ | ----------------- | ¯
  18. ¯ | BASE POR CHARMOURS | ¯
  19. •----------------------------------•
  20. -->
  21.  
  22.  
  23.  
  24.  
  25. <!-- Favicon: Imagem pequena que fica na aba do navegador.
  26. {favicon} é a sua Dash/Icon do seu tumblr, caso queira outra coisa é só apagar ele e colocar a URL do novo favicon -->
  27. <link rel="shortcut icon" href="{favicon}">
  28.  
  29.  
  30.  
  31. <!-- Efeito "digitando" do titulo na aba do navegador -->
  32. <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}";
  33. 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>
  34.  
  35.  
  36. <!-- Appearance: IMAGE = IMAGEM. COLOR = COR. TEXT = TEXTO -->
  37. <meta name="image:sidebar" content="https://secure.static.tumblr.com/d6770d9fee86186b43a2794d4863b035/uwutdn1/o0Hoi0hx4/tumblr_static_607gplkdark0gkcg88gosogk8.png"/>
  38.  
  39. <meta name="image:sidebar2" content=""/>
  40. <meta name="color:background" content="#fff"/>
  41. <meta name="color:texto" content="#aaa"/>
  42. <meta name="color:links" content="#aaa"/>
  43. <meta name="color:links hover" content="#8db6cd"/>
  44. <meta name="color:barra de rolagem" content="#fff"/>
  45.  
  46. <meta name="text:link1" content=""/>
  47. <meta name="text:link1 titulo" content="ask"/>
  48. <meta name="text:link2" content=""/>
  49. <meta name="text:link2 titulo" content="quotes"/>
  50. <meta name="text:link3" content=""/>
  51. <meta name="text:link3 titulo" content="follow"/>
  52. <meta name="text:link4" content=""/>
  53. <meta name="text:link4 titulo" content="blogroll"/>
  54. <meta name="text:frase" content="talvez um dia você perceba que fui eu que sempre te amei"/>
  55.  
  56.  
  57.  
  58.  
  59. </head>
  60.  
  61.  
  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:Times; font-size:13px; 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:20px; margin-left:450px; width:900px; 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:250px; padding:10px; background:{color:background}; margin:5px; overflow:hidden; transition:1s;}
  96. .charmours-caixas img{max-width:250px;}
  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:250px;}
  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;font-size:17px;}
  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:#fff;}
  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:links hover}; 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:links hover}; 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:links hover}; border-radius:20px;}
  149.  
  150.  
  151.  
  152.  
  153.  
  154. /* Ask: Mesma regra dos notes!*/
  155. .pergunta{width:auto; height:auto; padding:5px; text-align:left; outline-offset:-3px; background:#eee; text-transform:uppercase; font-size:8px;}
  156. .pergunta img {border-radius: 1000px;width:35px; float:left; padding-right:5px;padding-bottom:5px;}
  157. .resposta{margin-top:3px; width:250px; height:auto; text-align:left; border-top:2px solid {color:links hover}; text-transform:uppercase; font-size:8px;}
  158.  
  159.  
  160.  
  161.  
  162.  
  163. /* Quotes*/
  164. .quote_charmours{text-align:justify;}
  165. /* Source dos quotes: Quem escreveu o texto.*/
  166. .source_charmours{margin-top:5px; width:250px; height:15px; line-height:17px; margin-left:0px; text-align:center; border-top:2px solid {color:links hover}; font-weight:bold; text-transform:uppercase; font-size:8px; }
  167.  
  168.  
  169.  
  170.  
  171.  
  172. /* Sidebar*/
  173. .side-ch{position:fixed; top:40px; left:200px; width:205px; height:40px; background:{color:background}; transition:1s;}
  174.  
  175.  
  176.  
  177.  
  178.  
  179.  
  180. /* Imagem da side*/
  181. .side-ch-imagem img{margin-top:5px; margin-left:0px; width:40px; height:40px; padding:2px; background:{color:links hover};}
  182.  
  183.  
  184.  
  185.  
  186. /* Descrição da side*/
  187. .side-ch-descricao{margin-top:-45px; margin-left:50px; padding:5px; width:140px; text-align:center; font-size:8px; text-transform:uppercase; background:#eee;border:1px solid {color:links hover};}
  188.  
  189.  
  190.  
  191.  
  192. /* Menu/Links*/
  193. .side-ch-menu{position:fixed; margin-top:0px; margin-left:51px; width:200px; height:0px; background:transparent; transition:1s;}
  194.  
  195. /* Links do menu*/
  196. .side-ch-menu a{padding:3px; height:25px; line-height:25px; background:#eee; margin-bottom:5px; color:{color:background}; text-align:center; font-size:8px; text-transform:uppercase; transition:1s;color:#aaa;border-left:2px solid {color:links hover};}
  197.  
  198. /* Links do menu quando passa o mouse (hover)*/
  199. .side-ch-menu a:hover{background:{color:links hover}; transition:1s;}
  200.  
  201. /* Hover do menu*/
  202. .side-ch:hover .side-ch-menu{height:120px; transition:1s;}
  203.  
  204.  
  205.  
  206. .bg img{position:fixed;margin-top:50px; margin-left:0px; width:auto; height:auto;}
  207.  
  208. /* FIM DO CSS */
  209.  
  210. </style>
  211.  
  212.  
  213.  
  214.  
  215. <body onkeydown="return false">
  216.  
  217. <a style="position:fixed; left:45px; top:20px; font-family:tahoma; font-size:10px; color:{color:links hover}; background:transparent;text-decoration: none; " href="http://exbad.co.vu" title="theme feito por exbad, não copie."> <b>theme</b></a>
  218.  
  219.  
  220.  
  221. <div class="bg"><img src="{image:sidebar2}"></div>
  222.  
  223.  
  224.  
  225. <div class="side-ch"> <!-- Inicio da sidebar-->
  226.  
  227.  
  228. <!-- Imagem da side-->
  229. <div class="side-ch-imagem"><img src="{image:sidebar}"></div>
  230.  
  231.  
  232. <!-- Descrição-->
  233. <div class="side-ch-descricao">{text:frase}</div>
  234.  
  235.  
  236. <!-- Menu/Links-->
  237. <div class="side-ch-menu">
  238. <a href="{text:link1}">{text:link1 titulo}</a>
  239. <a href="{text:link2}">{text:link2 titulo}</a>
  240. <a href="{text:link3}">{text:link3 titulo}</a>
  241. <a href="{text:link4}">{text:link4 titulo}</a>
  242. </div>
  243.  
  244.  
  245. </div> <!-- Fim da sidebar-->
  246.  
  247.  
  248.  
  249.  
  250.  
  251.  
  252.  
  253.  
  254.  
  255.  
  256.  
  257.  
  258.  
  259.  
  260.  
  261.  
  262.  
  263.  
  264.  
  265.  
  266.  
  267.  
  268. <div id="charmours-post"> <!-- Div do Post-->
  269. {block:Posts}
  270. <div class="charmours-caixas"> <!-- Div das Caixas dos posts-->
  271.  
  272.  
  273.  
  274.  
  275. <!-- Textos-->
  276. {block:Text}
  277. {block:Title}<titulo><center>{Title}</center></titulo>{/block:Title}
  278. {body}
  279.  
  280.  
  281. <!-- Notes dos textos-->
  282. {block:indexpage}
  283. <div class="notes_charmours"> <div style="margin-left:-2px; display:inline-block; padding:0 2px 0 2px; height:10px;">{DayOfMonth}/{MonthNumberWithZero}</div>
  284.  
  285. <a href="{permalink}" title="{NoteCount} Notas"><i class="fa fa-heart"></i> </a>
  286. <a href="{ReblogURL}" target="_blank" Title="Reblog, baby!"><i class="fa fa-retweet"></i></a>
  287. </div>{/block:indexpage}
  288. {/block:Text}
  289.  
  290.  
  291.  
  292.  
  293.  
  294.  
  295.  
  296.  
  297. <!-- Fotos-->
  298. {block:Photo}
  299. <div class="imagens_charmours"><img src="{PhotoURL-250}"></div>
  300.  
  301.  
  302. <!-- NOTES DAS FOTOS-->
  303. {block:indexpage}
  304. <div class="notes_charmours2">
  305.  
  306. <div class="wn1"><a href="{Permalink}" title="{TimeAgo}"><i class="fa fa-folder-open"></i></a></div>
  307. <div class="wn2"><a href="{ReblogURL}" target="_blank" title="reblog"><i class="fa fa-retweet"></i></a></div>
  308. <div class="wn3"><a href="{Permalink}" title="{NoteCount} Notas"><i class="fa fa-heart"></i></a></div>
  309.  
  310. </div>
  311. {/block:indexpage}
  312. {/block:Photo}
  313.  
  314.  
  315.  
  316.  
  317.  
  318.  
  319.  
  320.  
  321. <!-- Photoset (varias fotos em um post)-->
  322. {block:Photoset}
  323. <div class="imagens_charmours">{Photoset}</div>
  324.  
  325.  
  326. <!-- NOTES DO PHOTOSET-->
  327. {block:indexpage}
  328. <div class="notes_charmours2">
  329.  
  330. <div class="wn1"><a href="{Permalink}" title="{TimeAgo}"><i class="fa fa-folder-open"></i></a></div>
  331. <div class="wn2"><a href="{ReblogURL}" target="_blank" title="reblog"><i class="fa fa-retweet"></i></a></div>
  332. <div class="wn3"><a href="{Permalink}" title="{NoteCount} Notas"><i class="fa fa-heart"></i></a></div>
  333.  
  334. </div>
  335. {/block:indexpage}
  336. {/block:Photoset}
  337.  
  338.  
  339.  
  340.  
  341.  
  342.  
  343.  
  344.  
  345. <!-- Quote-->
  346. {block:Quote}
  347. <div class="quote_charmours">{Quote}</div>
  348. <div class="source_charmours">{block:Source}{Source}{/block:Source}</div>
  349.  
  350.  
  351. <!-- NOTES DOS QUOTES-->
  352. {block:indexpage}
  353. <div class="notes_charmours"> <div style="margin-left:-2px; display:inline-block; padding:0 2px 0 2px; height:10px;">{DayOfMonth}/{MonthNumberWithZero}</div>
  354.  
  355. <a href="{permalink}" title="{NoteCount} Notas"><i class="fa fa-heart"></i> </a>
  356. <a href="{ReblogURL}" target="_blank" Title="Reblog, baby!"><i class="fa fa-retweet"></i></a>
  357. </div>{/block:indexpage}
  358. {/block:Quote}
  359.  
  360.  
  361.  
  362.  
  363.  
  364.  
  365.  
  366.  
  367. <!-- CHAT-->
  368. {block:Chat}
  369. {block:Title}<titulo>{Title}</titulo>{/block:Title}
  370. {block:Lines}
  371. {block:Label}
  372. <span>
  373. <font color="{color:links hover}">
  374. {Label}
  375. </font>
  376. </span>
  377. {/block:Label}
  378.  
  379. {Line} <br>
  380. {/block:Lines}
  381.  
  382.  
  383. <!-- NOTES DOS CHATS-->
  384. {block:indexpage}
  385. <div class="notes_charmours"> <div style="margin-left:-2px; display:inline-block; padding:0 2px 0 2px; height:10px;">{DayOfMonth}/{MonthNumberWithZero}</div>
  386.  
  387. <a href="{permalink}" title="{NoteCount} Notas"><i class="fa fa-heart"></i> </a>
  388. <a href="{ReblogURL}" target="_blank" Title="Reblog, baby!"><i class="fa fa-retweet"></i></a>
  389. </div>{/block:indexpage}
  390. {/block:Chat}
  391.  
  392.  
  393.  
  394.  
  395.  
  396.  
  397.  
  398.  
  399. <!-- LINK-->
  400. {block:Link}
  401. <a href="{URL}" target="{Target}"><titulo>{Title}</titulo></a>{block:Description}{Description}{/block:Description}
  402.  
  403.  
  404. <!-- NOTES DOS LINKS-->
  405. {block:indexpage}
  406. <div class="notes_charmours"> <div style="margin-left:-2px; display:inline-block; padding:0 2px 0 2px; height:10px;">{DayOfMonth}/{MonthNumberWithZero}</div>
  407.  
  408. <a href="{permalink}" title="{NoteCount} Notas"><i class="fa fa-heart"></i> </a>
  409. <a href="{ReblogURL}" target="_blank" Title="Reblog, baby!"><i class="fa fa-retweet"></i></a>
  410. </div>{/block:indexpage}
  411. {/block:Link}
  412.  
  413.  
  414.  
  415.  
  416.  
  417.  
  418.  
  419.  
  420. <!-- AUDIO/MUSICA-->
  421. {block:Audio}
  422. {AudioPlayer}
  423.  
  424.  
  425. <!-- NOTES DOS AUDIOS/MUSICAS-->
  426. {block:indexpage}
  427. <div class="notes_charmours"> <div style="margin-left:-2px; display:inline-block; padding:0 2px 0 2px; height:10px;">{DayOfMonth}/{MonthNumberWithZero}</div>
  428.  
  429. <a href="{permalink}" title="{NoteCount} Notas"><i class="fa fa-heart"></i> </a>
  430. <a href="{ReblogURL}" target="_blank" Title="Reblog, baby!"><i class="fa fa-retweet"></i></a>
  431. </div>{/block:indexpage}
  432. {/block:Audio}
  433.  
  434.  
  435.  
  436.  
  437.  
  438.  
  439.  
  440.  
  441. <!-- VIDEOS-->
  442. {block:Video}
  443. {block:Indexpage}{Video-250}{/block:IndexPage}{block:PermalinkPage}{Video-400}{/block:PermalinkPage}{block:Caption}{Caption}{/block:Caption}
  444.  
  445.  
  446. <!-- NOTES DOS VIDEOS-->
  447. {block:indexpage}
  448. <div class="notes_charmours"> <div style="margin-left:-2px; display:inline-block; padding:0 2px 0 2px; height:10px;">{DayOfMonth}/{MonthNumberWithZero}</div>
  449.  
  450. <a href="{permalink}" title="{NoteCount} Notas"><i class="fa fa-heart"></i> </a>
  451. <a href="{ReblogURL}" target="_blank" Title="Reblog, baby!"><i class="fa fa-retweet"></i></a>
  452. </div>{/block:indexpage}
  453. {/block:Video}
  454.  
  455.  
  456.  
  457.  
  458.  
  459.  
  460.  
  461.  
  462. <!-- ASK-->
  463. {block:Answer}
  464. <div class="pergunta"><b><img src="{AskerPortraitURL-128}">{Asker}</b>: {Question}</div>
  465. <div class="resposta">{Answer}</div>
  466.  
  467.  
  468. <!-- NOTES DAS ASKS-->
  469. {block:indexpage}
  470. <div class="notes_charmours"> <div style="margin-left:-2px; display:inline-block; padding:0 2px 0 2px; height:10px;">{DayOfMonth}/{MonthNumberWithZero}</div>
  471.  
  472. <a href="{permalink}" title="{NoteCount} Notas"><i class="fa fa-heart"></i> </a>
  473. <a href="{ReblogURL}" target="_blank" Title="Reblog, baby!"><i class="fa fa-retweet"></i></a>
  474. </div>{/block:indexpage}
  475. {/block:Answer}
  476.  
  477.  
  478.  
  479.  
  480.  
  481.  
  482.  
  483. <!-- Bloqueio do Via e Source que fica nos posts-->
  484. <div class="vsanna">
  485. {block:RebloggedFrom}
  486. <a href="{ReblogParentURL}">via</a>
  487. {/block:RebloggedFrom}
  488. {block:ContentSource}
  489. <a href="{SourceURL}">source</a>
  490. {/block:ContentSource}
  491. </div>
  492.  
  493.  
  494.  
  495.  
  496. </div> <!-- Fim da div das Caixas-->
  497. {/block:Posts}
  498. </div> <!-- Fim da div dos Posts-->
  499.  
  500.  
  501.  
  502.  
  503.  
  504.  
  505. {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}
  506.  
  507.  
  508.  
  509.  
  510. <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>
  511.  
  512.  
  513.  
  514. </body>
  515.  
  516.  
  517.  
  518. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement