Advertisement
thmslet

theme reidomotel

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