Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
- <link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css">
- <!-- START OF SCRIPT TOOLTIP AND RETURN FALSE -->
- <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
- <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
- <script>
- (function($){
- $(document).ready(function(){
- $("[title]").style_my_tooltips({
- tip_follows_cursor:true,
- tip_delay_time:20,
- tip_fade_speed:400,
- attribute:"title"
- });
- });
- })(jQuery);
- </script>
- <script>
- function click() {
- if (event.button==2||event.button==3) {
- oncontextmenu='return false';
- }
- }
- document.onmousedown=click
- document.oncontextmenu = new Function("return false;")
- </script>
- <!-- CÓDIGO DO BOTÃO DE VOLTAR AO TOPO -->
- <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script>
- <script src="http://static.tumblr.com/ikeq9mi/DfYl6o46t/scrolltotop.min.js"></script>
- <a href="javascript:;" id="scrollToTop"><img src="http://static.tumblr.com/u89hi8f/2hhovlusc/topo2.png" title="Voltar ao topo" border="0"></a>
- <!-- CÓDIGO DO BOTÃO DE VOLTAR AO TOPO -->
- <!--
- ♡ ❤ ♡
- ••••••••••
- ❥| MR. WAFIOSA DESIGN'S ORIGINALLY 2016 ❥|
- ❥| NÃO AUTORIZO O USO DE DETALHES NENHUM. ❥|
- ❥| NÃO RETIRE MEUS CRÉDITOS, NÃO SE INSPIRE. ❥|
- ❥| USO TOTALMENTE EXCLUSIVO ❥|
- ---------------------------------------
- ESTILOS DOS NOTES/MODERADORES POR: CHILINGS.
- DESENHO POR: URNASTY.
- CODIFICAÇÃO: MR. WAFIOSA
- ---------------------------------------
- ♡ ❤ ♡
- -->
- <!-- FAVICON AND TITLE -->
- <link rel="shortcut icon" href="http://static.tumblr.com/u89hi8f/FPWopjmj7/waf-icon.png">
- <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_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>
- <!-- FAVICON AND TITLE -->
- <!-- APPEARANCE -->
- <meta name="color:background color" content="#f8f5ed"/>
- <meta name="color:posts color" content="#b2a283"/>
- <meta name="color:texto" content="#f6f6f6"/>
- <meta name="color:link" content="#f6f6f6"/>
- <meta name="color:negrito" content="#766454"/>
- <meta name="color:detalhes do theme" content="#f8f5ed"/>
- <meta name="color:detalhes do theme two" content="#b2a283"/>
- <meta name="text:sua url" content="mrwafiosa" />
- <meta name="text:link1" content="" />
- <meta name="text:link1 nome" content=" Home " />
- <meta name="text:link2" content="" />
- <meta name="text:link2 nome" content=" Message " />
- <meta name="text:link3" content="" />
- <meta name="text:link3 nome" content=" Tags " />
- <meta name="text:link4" content="" />
- <meta name="text:link4 nome" content=" About " />
- <meta name="text:link5" content="" />
- <meta name="text:link5 nome" content=" Archive " />
- <!-- APPEARANCE -->
- </head>
- <style>
- body{background:{color:background color}; background-attachment:fixed;}
- a, a:link, a:active, a:visited {color:{color:link}; text-decoration:none}
- a:hover {color:{color:links hover}; text-decoration:none}
- b {color:{color:negrito};}
- titulo{text-decoration:none;}
- blockquote {margin:0px;}
- pre, code {background:{color:background color}; color:{color:texto}; font-size:12px; text-align: justify; padding: 10px; overflow:auto;}
- /* SELEÇÃO DO TEXTO */
- ::selection{background:{color:background color}; color:{color:texto};}
- ::-moz-selection{background:{color:background color}; color:{color:texto};}
- ::-webkit-selection{background:{color:background color}; color:{color:texto};}
- /* BARRA DE ROLAGEM */
- ::-webkit-scrollbar {width:2px; height:5px;}
- ::-webkit-scrollbar-track-piece {background-color:#ccc;}
- ::-webkit-scrollbar-thumb:vertical {height:5px; background-color:{color:negrito};}
- ::-webkit-scrollbar-thumb:horizontal {width:2px; background-color:{color:negrito};}
- /* VOLTAR AO TOPO */
- #scrollToTop:link,#scrollToTop:visited{position:fixed; display:none; bottom:20px; right:10px; background:transparent; color:transparent;}
- /* VOLTAR AO TOPO */
- /* TOOLTIP */
- .tooltip {display: inline; position: relative;}
- #s-m-t-tooltip {-webkit-animation: CH 600ms; max-width:auto; margin:20px 20px 20px 8px; background:{color:posts color}; font-family:'Rationale', sans-serif; text-align:left; font-size:12px; text-transform:uppercase; color:{color:texto}; font-size:10px; padding:7px; border-top:5px solid {color:negrito}; box-shadow:inset -1px -1px 1px rgba(255,255,255,.2), inset 1px 1px 1px rgba(0,0,0,.2); z-index:999999999999999999;}
- /* CAIXA DOS POSTS */
- #wafcaixa{position:absolute; float:center; top:100px; left:160px; width:1100px; color:{color:texto}; letter-spacing:1px; font-family:'Rationale'; font-size:12px;}
- /* PERSONALIZAÇÃO DOS POSTS */
- .posts{position:relative; font-family:'Rationale'; float:left; display:inline-block; width:200px; height:auto; background:{color:posts color}; padding:10px 10px 10px 10px; margin:18px; border-radius:1px; box-shadow:inset 2px 2px 2px rgba(255, 255, 255, .2), inset -1px -1px 2px rgba(0, 0, 0, .1);}}
- .posts {{block:PermalinkPage}width:250px; height:auto;{/block:PermalinkPage} }
- /* IMAGEM DOS POSTS */
- .posts img{max-width:200px; height:auto;}
- .posts img{{block:PermalinkPage}max-width:250px;{/block:PermalinkPage} }
- .imgpost img{width:200px; height:auto;}
- .imgpost img{{block:PermalinkPage}width:250px;{/block:PermalinkPage} }
- .vsanna{display:none;}
- /* CURSOR PERSONALIZADO */
- html {cursor: url(http://media.tumblr.com/tumblr_lqs4idHqTZ1qfoi4t.png), auto;}
- a, a:hover{cursor: url(http://media.tumblr.com/tumblr_m2umkqvNUT1qfamg6.gif), auto;}
- #tumblr_controls{position: fixed!important; z-index:15;}
- iframe#tumblr_controls {right:3px !important; position: fixed !important; -webkit-transition: opacity 0.5s linear; opacity: 0.6; -webkit-transition: all 0.8s ease-out; -moz-transition: all 0.8s ease-out; transition: all 0.8s ease-out;}
- iframe#tumblr_controls:hover{ -webkit-transition: opacity 0.7s linear; opacity: 1; -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out; transition: all 0.4s ease-out;}
- /* ESTILO DE NOTES DOS TEXTOS POR MR. WAFIOSA - NÃO COPIE BITCH */
- #ch-note-one .custom-like-button *{cursor:pointer!important;}
- #ch-note-one .custom-like-button {position:relative; display:inline-block; vertical-align:top; width:10px; margin-top:.2px; height:10px; cursor:pointer; font-size:11px; color:#766454; text-shadow: 0px 1px 1px rgba(225, 225, 225, .1); float:right; right:10px;}
- .like_button:hover + .our_button {color:#fff;}
- .like_button.liked + .our_button {color:{color:detalhes do theme};}
- .like_button iframe {width:100%!important;height:100%!important;}
- .like_button {z-index:10;opacity:0;}
- .our_button {z-index:1;}
- .our_button,.like_button {position:absolute;top:0;left:0;width:100%;height:100%;}
- /* ESTILO DE NOTES DOS TEXTOS POR MR. WAFIOSA - NÃO COPIE BITCH */
- /* Estilo de notes #1 por @Chilings
- Design original, recuse imitações.
- Não retire os créditos! */
- #ch-note-one{margin-top:0px; padding:0px 5px 0 5px; height:14px; line-height:15px; margin-left:-10px; margin-bottom:-10px; font-family:'Oswald'; font-size:10px; text-transform:uppercase; width:210px;}
- #ch-note-one a{text-decoration:none;}
- #ch-note-one .ch-note-span{display:block; text-align:center; margin-bottom:3px; width:215px;}
- #ch-note-one .ch-note-span span{display:inline-block; padding:0px; width:3px; height:3px; border-radius:10px; background:rgba(0,0,0,.4); box-shadow:1px 1px rgba(255,255,255,.1); margin:1px;}
- #ch-note-one .box01{display:inline-block; float:left; width:40px; height:16px; line-height:16px; padding:0 3px 0 0; background:rgba(0,0,0,.2); box-shadow:1px 1px rgba(255,255,255,.1); border-radius:3px; text-align:center; color:#fff; text-shadow:1px 1px 1px rgba(0,0,0,.7);}
- #ch-note-one .box02{display:inline-block; margin-left:-4px; font-size:9px;}
- #ch-note-one .box02 a{color:#766454; text-shadow: 0px 1px 1px rgba(225, 225, 225, .1);}
- #ch-note-one .box03{display:inline-block; float:right; right:0px; font-size:12px; letter-spacing:.3px;}
- #ch-note-one .box03 a{color:rgba(0,0,0,.6); text-shadow:1px 1px rgba(255,255,255,.1);}
- /*Chilings - Chilings - Chilings - Chilings - Chilings - Chilings - Chilings*/
- /* ESTILO DE ASK POR MR. WAFIOSA - NÃO COPIE BITCH, GOSTOU? PEDE NO CHAT OU ASK, SIMPLES. */
- .waf-icon {height:23px; width:23px; float:left; padding:3px; text-align:center; margin-top:2px; margin-left:3px; background:#ae9c78; border-radius:100%; box-shadow:1px 1px rgba(0, 0, 0, .3), 3px 3px 1px rgba(0,0,0,.4); z-index:111111;}
- .waf-perguntou{position:absolute; width:auto; margin-top:10px; margin-left:37px; height:8px; line-height:9px; font-family:'Oswald'; font-size:8px; color:#ae9c78; padding:4px; text-align:center; background:{color:background color}; box-shadow:inset -1px -1px 1px rgba(255, 255, 255, .2), inset 1px 1px 1px rgba(0, 0, 0, .2); text-transform:uppercase; border-radius:4px 4px 0px 0px;}
- .waf-perguntou a{color:#ae9c78;}
- .waf-pergunta{margin-top:25px; margin-left:0px; height:auto; line-height:13px; width:auto; padding:5px; color:{color:texto}; text-align:right; background:#ae9c78; box-shadow:inset -1px -1px 1px rgba(255, 255, 255, .2), inset 1px 1px 1px rgba(0, 0, 0, .2); font-size:12px; border-radius:4px;}
- .waf-resposta{display:block; margin-top:13px; height:auto; width:auto; color:{color:texto}; text-align:left; padding:4px; font-size:12px;}
- /* ESTILO DE ASK POR MR. WAFIOSA - NÃO COPIE BITCH, GOSTOU? PEDE NO CHAT OU ASK, SIMPLES. */
- .mr-quotes {font-family:'Rationale'; font-size:12px; text-align:center; line-height:15px; margin-top:5px; color:{color:texto};}
- .mr-quotes::first-letter {font-family:'Dynalight', cursive; color:{color:negrito}; text-shadow: 0px 1px 1px rgba(225, 225, 225, .1); font-size:35px;}
- .source {margin-top:5px; border-top:1px solid #eee; font-family:'Rationale'; font-size:10px; text-align:right; text-transform:uppercase; line-height:24px; color:{color:detalhes do theme};}
- .chat {margin:0px; text-align:left;}
- .chat .lines {color: {color:texto}; background:{color:background color}; padding:4px; margin-bottom:2px;}
- .chat .lines span {text-transform:uppercase; color:{color:negrito};}
- #laudio-caption {margin-top:10px;}
- #laudio-caption p {padding:5px; margin-bottom:1px; background:{color:background color};}
- #lalbum-art {display:inline-block; float:left;}
- #laudio-player {display:inline-block;}
- /* CRÉDITO POR MR. WAFIOSA - NÃO RETIRE ESSA PORRA AQUI NÃO - NÃO COPIE SEM MINHA PERMISSÃO */
- .mr-credito{position:fixed; bottom:50px; margin-left:10px; width:20px; height:18px; font-size:13px; line-height:18px; font-family:'Rationale'; background:{color:negrito}; text-align:center; box-shadow:inset -1px -1px 1px rgba(255,255,255,.2), inset 1px 1px 1px rgba(0,0,0,.2); z-index:9999999999999999999999;}
- .waf-cred{position:fixed; margin-top:-19px; margin-left:-145px; width:auto; height:14px; line-height:15px; font-size:13px; font-family:'Rationale'; text-transform:uppercase; padding:3px; border-radius:1px; background:{color:negrito}; box-shadow:inset -1px -1px 1px rgba(255,255,255,.2), inset 1px 1px 1px rgba(0,0,0,.2); transition-duration:1s; opacity:0;}
- .waf-cred a{color:{color:link}}
- .mr-credito:hover .waf-cred{margin-left:29px; transition-duration:1s; opacity:1;}
- /* CRÉDITO POR MR. WAFIOSA - NÃO RETIRE ESSA PORRA AQUI NÃO - NÃO COPIE SEM MINHA PERMISSÃO */
- /* SIDEBAR GERAL */
- /* SIDE TOP */
- .waf-box1{position:fixed; width:150%; height:80px; margin-left:-15px; margin-top:-10px; background:{color:detalhes do theme}; transition:1.5s; z-index:999999;}
- /* MENU POR MR. WAFIOSA - NÃO COPIE, NEM SE INSPIRE. */
- .mr-cxmenu{position:fixed; margin-top:45px; margin-left:20px; width:auto; text-align:left; height:30px; padding:3px;}
- .mr-menu {position:fixed; margin-left:0px; margin-top:-3px; width:auto; height:auto; display:inline-block; cursor: hand; float:left; z-index:9999999;}
- .mr-menu a{display:inline-block; width:auto; height:14px; line-height:16px; margin:5px; text-align:center; padding:5px; color:{color:detalhes do theme two}; font-family:'Rationale'; font-size:12px; text-align:center; text-transform:uppercase; text-shadow: 0px 1px 1px rgba(225, 225, 225, .1); letter-spacing:1px; transition:1s;}
- /* MENU POR MR. WAFIOSA - NÃO COPIE, NEM SE INSPIRE. */
- /* FAIXA */
- .waf-faixa{position:fixed; width:150%; height:5px; margin-left:-10px; margin-top:80px; background:{color:detalhes do theme two}; box-shadow:inset 2px 1px 1px rgba(255, 255, 255, .2), inset -1px -1px 2px rgba(0, 0, 0, .1); z-index:999999;}
- /* TÍTULO */
- .waf-tit{position:fixed; width:500px; height:14px; margin-left:20px; margin-top:5px; padding:5px; font-family:'Dynalight'; font-size:35px; color:{color:detalhes do theme two}; text-align:left; text-shadow: 0px 1px 1px rgba(225, 225, 225, .1);}
- /* PAINEL */
- .mr-status{position:fixed; width:auto; margin-top:77px; right:10px; text-align:center;}
- .mr-status a{display:block; width:12px; height:12px; margin:5px; float:left; padding:5px; text-transform:uppercase; font-size:12px; line-height:13px; text-align:center; font-family:'Montserrat'; color:{color:background color}; letter-spacing:1px; text-shadow: 0px 1px 1px rgba(225, 225, 225, .1); background:{color:detalhes do theme two}; box-shadow:inset 2px 1px 1px rgba(255, 255, 255, .2), inset -1px -1px 2px rgba(0, 0, 0, .1);}
- #box-intg{position:fixed; width:600px; height:auto; margin-left:550px; margin-top:-60px; background:transparent; opacity:0; transition:1.5s;}
- .waf-box1:hover #box-intg{margin-top:10px; opacity:1; transition:1.5s;}
- /* Estilo de moderadores #3.3 por @chilings
- Design original, recuse imitações!
- Não retire os créditos */
- #ch-mod-three-3{display:inline-block; width:50px; height:50px; padding:5px; background:{color:detalhes do theme two}; box-shadow:inset 2px 1px 1px rgba(255, 255, 255, .2), inset -1px -1px 2px rgba(0, 0, 0, .1); overflow:hidden; margin:4px;}
- #ch-mod-three-3 img{position:fixed; display:inline-block; width:50px; height:50px;}
- #ch-mod-three-3 .ch-mod-hover{position:fixed; margin-top:0; margin-left:0; width:50px; height:50px; overflow:hidden; transition:1s;}
- #ch-mod-three-3:hover .ch-mod-hover{background:rgba(0,0,0,.5); transition:.3s;}
- .ch-mod-hover .nome{display:block; margin-top:20px; margin-left:-60px; width:41px; text-align:left; font-family:'Oswald'; text-shadow:1px 1px rgba(0,0,0,.5); font-size:12px; letter-spacing:.5px; transition:1.2s; text-transform:uppercase; opacity:1; color:{color:detalhes do theme two};}
- #ch-mod-three-3:hover .nome{margin-left:2px; opacity:1; transition:1s;}
- .ch-mod-hover .url{display:block; margin-top:-2px; margin-left:-100px; width:41px; text-align:left; font-family:'Rationale'; text-shadow:1px 1px rgba(0,0,0,.5); font-size:9px; letter-spacing:.5px; transition:1.2s; opacity:1;} .url a{text-transform:uppercase;color:#fff;}
- #ch-mod-three-3:hover .url{margin-left:2px; opacity:1; transition:1s;}
- /* POP-UP - TOTALMENTE MODIFICADO POR MR. WAFIOSA
- NÃO COPIE, NEM SE INSPIRE. */
- #mr-pop {display:none; position:fixed; background:{color:detalhes do theme}; left: 0; top:0px; width: 100%; height: 100%; opacity:100; z-index: 99999999;}
- *html #mr-pop {position: absolute;}
- .waf-pop{display:none; position:fixed; top:60%; left:55%; height:500px; width:600px!important; background:{color:detalhes do theme}; border-top:2px solid {color:detalhes do theme two}; padding:5px; float: left; font-size: 1.2em; -webkit-animation:MrW-DSG 1s; -moz-animation:MrW-DSG 1s; animation:MrW-DSG 1s; z-index: 9999999999999999999999;}
- @-webkit-keyframes MrW-DSG {0% {opacity:0; transform:scale(10);} 100% {opacity:1; transform:scale(1);}}
- @-moz-keyframes MrW-DSG {0% {opacity:0; transform:scale(10);} 100% {opacity:1; transform:scale(1);}}
- @keyframes MrW-DSG {0% {opacity:0; transform:scale(10);} 100% {opacity:1; transform:scale(1);}}
- *html .waf-pop {position: absolute;}
- img.waf_close {float:right; margin: -30px -8px 0 0;}
- .mr-cx{position:fixed; margin-left:30px; margin-top:15px; width:500px; height:240px; background:#e8dfc8; padding:5px; z-index:9999999;}
- .mr-tags{position:fixed; margin-left:15px; margin-top:35px; width:500px; height:auto; z-index:9999999;}
- .mr-tags a {float:left; padding:5px; margin:4px; text-align:center; font-size:12px; letter-spacing:1px; font-family:'Rationale', sans-serif; width:100px; height:13px; color:#fff; background:{color:detalhes do theme two}; box-shadow:inset 2px 2px 4px rgba(255, 255, 255, .3), inset -1px -1px 3px rgba(0, 0, 0, .4); text-transform:uppercase; transition-duration:1s;}
- .mr-tags a:hover{box-shadow:inset -1px -1px 1px rgba(255, 255, 255, .4), inset 1px 1px 1px rgba(0, 0, 0, .4); transition-duration:1s;}
- /* POP-UP - TOTALMENTE MODIFICADO POR MR. WAFIOSA
- NÃO COPIE, NEM SE INSPIRE. */
- </style>
- <!--- FONTES PERSONALIZADAS GOOGLE --->
- <link href="https://fonts.googleapis.com/css?family=Dynalight|Rationale" rel="stylesheet">
- <link href="https://fonts.googleapis.com/css?family=Oswald" rel="stylesheet">
- <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.6.1/css/font-awesome.min.css">
- <!--- FONTES PERSONALIZADAS GOOGLE --->
- <!-- SCRIPT DO POP UP -->
- <script>
- $(document).ready(function() { $('a.poplight[href^=#]').click(function() { var popID = $(this).attr('rel'); var popURL = $(this).attr('href'); var query= popURL.split('?'); var dim= query[1].split('&'); var popWidth = dim[0].split('=')[1]; $('#' + popID).fadeIn().css({ 'width': Number( popWidth ) }).prepend('<a href="#" class="close"><img src="http://static.tumblr.com/u89hi8f/wc3ovlx6p/close.png" class="waf_close" title=" Clique para fechar e retornar ao theme." alt="Close" /></a>'); var popMargTop = ($('#' + popID).height() + 80) / 2;var popMargLeft = ($('#' + popID).width() + 80) / 2;$('#' + popID).css({'margin-top' : -popMargTop,'margin-left' : -popMargLeft}); $('body').append('<div id="mr-pop"></div>'); $('#mr-pop').css({'filter' : 'alpha(opacity=80)'}).fadeIn(); return false; }); $('a.close, #mr-pop').live('click', function() { $('#mr-pop , .waf-pop').fadeOut(function() { $('#mr-pop, a.close').remove(); }); return false; }); });
- </script>
- <!-- SCRIPT DO POP UP -->
- <body>
- <!-- INÍCIO SIDE -->
- <div class="waf-box1">
- <div class="waf-faixa"></div>
- <div class="waf-tit"> Título aqui... </div>
- <!-- MENU -->
- <div class="mr-cxmenu">
- <div class="mr-menu">
- <a href="{text:link1}"> {text:link1 nome} </a>
- <a href="{text:link2}"> {text:link2 nome} </a>
- <a href="#?w=500" rel="message" class="poplight"> {text:link3 nome} </a>
- <a href="{text:link4}"> {text:link4 nome} </a>
- <a href="{text:link5}"> {text:link5 nome} </a>
- </div>
- </div>
- <!-- MENU -->
- <div class="mr-status">
- <a href="https://www.tumblr.com/follow/{text:sua url}" title="Follow me" target="_blank"><i class="fa fa-user" aria-hidden="true"></i> </a>
- <a href="https://www.tumblr.com/dashboard?conversation={text:sua url}" title="Chat" target="_blank"><i class="fa fa-comment" aria-hidden="true"></i></a>
- <a href="https://www.tumblr.com/dashboard" title="Dashboard" target="_blank"><i class="fa fa-home" aria-hidden="true"></i></a>
- </div>
- <!-- BOX INTEGRANTES -->
- <div id="box-intg">
- <!-- INTEGRANTE 01 -->
- <div id="ch-mod-three-3">
- <img src="http://api.tumblr.com/v2/blog/urnasty.tumblr.com/avatar/96/">
- <div class="ch-mod-hover">
- <div class="nome"> Nina</div>
- <div class="url"><a href="http://urnasty.tumblr.com/" target="_blank"> urnasty </a></div>
- </div>
- </div>
- <!-- INTEGRANTE 01 -->
- <!-- INTEGRANTE 02 -->
- <div id="ch-mod-three-3">
- <img src="http://api.tumblr.com/v2/blog/mrwafiosa.tumblr.com/avatar/96/">
- <div class="ch-mod-hover">
- <div class="nome"> Gabs </div>
- <div class="url"><a href="http://mrwafiosa.tumblr.com/" target="_blank"> mrwafiosa </a></div>
- </div>
- </div>
- <!-- INTEGRANTE 02 -->
- <!-- INTEGRANTE 03 -->
- <div id="ch-mod-three-3">
- <img src="http://api.tumblr.com/v2/blog/excitadeira.tumblr.com/avatar/96/">
- <div class="ch-mod-hover">
- <div class="nome"> Nats </div>
- <div class="url"><a href="http://excitadeira.tumblr.com/" target="_blank"> excitadeira </a></div>
- </div>
- </div>
- <!-- INTEGRANTE 03 -->
- <!-- INTEGRANTE 04 -->
- <div id="ch-mod-three-3">
- <img src="http://api.tumblr.com/v2/blog/noclasse.tumblr.com/avatar/96/">
- <div class="ch-mod-hover">
- <div class="nome"> Jess </div>
- <div class="url"><a href="http://noclasse.tumblr.com/" target="_blank"> noclasse </a></div>
- </div>
- </div>
- <!-- INTEGRANTE 04 -->
- </div>
- </div>
- <!-- FIM SIDE -->
- <!-- CRÉDITOS, NÃO RETIRE ESSA PORRA AQUI -->
- <div style="position:fixed; bottom:25px; margin-left:10px; height:12px; width:12px; font-size:11px; line-height:12.5px; background:{color:detalhes do theme two}; font-family:'Rationale'; text-shadow:1px 1px rgba(225, 225, 225, .4); text-transform:uppercase; box-shadow:inset 2px 2px 4px rgba(255, 255, 255, .3), inset -1px -1px 3px rgba(0, 0, 0, .4); border-radius:3px; padding:4px; text-align:center; z-index:99999999999;"><a href="http://mrwafiosa.tumblr.com/" title="Theme exclusivo - Desenho por: Urnasty - Codificação: Mrwafiosa." style="color:#766454; text-shadow: 0px 1px 1px rgba(225, 225, 225, .1);" target="_blank"><i class="fa fa-code"></i></a></div>
- <!-- CRÉDITOS, NÃO RETIRE ESSA PORRA AQUI -->
- <!-- FIM DA SIDEBAR AND INICIO DOS POSTS -->
- <div id="wafcaixa">
- {block:Posts}
- <div class="posts">
- {block:Text}
- {block:Title}<div style=" letter-spacing:1px; text-transform:uppercase; font-family:'Montserrat'; line-height:15px; padding-bottom:5px;"><center>
- {Title}</center></div>{/block:Title}
- {body}
- {/block:Text}
- {block:Quote}
- <div class="mr-quotes">{Quote}</div></font>
- {block:Source}<div class="source">• {Source} </div>{/block:Source}
- {/block:Quote}
- {block:Chat}
- {block:Lines}
- <div class="chat">
- <div class="lines">{block:Label}
- <span>{Label}</span>
- {/block:Label}
- {Line}</div></div>
- {/block:Lines}
- {/block:Chat}
- {block:Link}
- <a href="{URL}" target="{Target}"><div style="font-family:'Calibri'; text-transform:uppercase; text-align:center; font-size:11px; letter-spacing:1px; padding:2px; text-transform: uppercase;"><titulo>{Name}</a></titulo></div>{block:Description}{Description}{/block:Description}
- {/block:Link}
- {block:Audio}
- <div class="text">
- {block:AlbumArt}<div id="lalbum-art"><img src="{AlbumArtURL}" style="border-radius:100%; width:35px; height:35px;"></div>{/block:AlbumArt}
- <div style="margin-left:38px; margin-top:5px; text-transform: uppercase;">{AudioPlayerWhite}</div>
- <div id="laudio-caption">
- <p>Track: {block:TrackName}<i>{TrackName}</i>{/block:TrackName}.</p>
- <p>Artist: {block:Artist}<i>{Artist}</i>{/block:Artist}.</p>
- <p>Album: {block:Album}<i>{Album}</i>{/block:Album}.</p>
- <p>Plays: <i>{FormattedPlayCount}</i>.</p>
- </div></div>
- {/block:Audio}
- {block:Photo}
- <div class="imgpost"><img src="{PhotoURL-500}"></div>
- {Caption}
- {/block:Photo}
- {block:Photoset}
- <div class="imgpost"><center>{Photoset}</center></div>
- {Caption}
- {/block:Photoset}
- {block:Video}
- {block:Indexpage}<div class="imgpost" style="max-width:250px; height:auto; overflow-x:hidden; overflow-y:hidden;">{Video-250}</div>{/block:IndexPage}
- {Caption}
- {/block:Video}
- {block:Answer}
- <img src="{AskerPortraitURL-30}"class="waf-icon">
- <div class="waf-perguntou" target="_blank"> {Asker} asked:</div>
- <div class="waf-pergunta"> {Question}</div>
- <div class="waf-resposta">{Answer}</div>
- {/block:Answer}
- <!-- Notes #1 - Chillings -->
- <div id="ch-note-one">
- <div class="ch-note-span"> <span></span> <span></span> <span></span> <span></span> <span></span> <span></span> <span></span> <span></span> <span></span> <span></span> <span></span> <span></span> <span></span> <span></span> <span></span> <span></span> <span></span> <span></span> <span></span></div>
- <div class="box01"> {DayOfMonthWithZero}, {ShortMonth} </div>
- <div class="box02"> <a href="{Permalink}" title="{NoteCount}N">❤N</a> </div>
- <div class="box03"> <a href="{ReblogURL}">REBLOG</a> </div>
- <!-- LIKE BY MRWAFIOSA. -->
- <div class="custom-like-button" style="margin-left:10px" title="Gostou? Deixe seu like.">{LikeButton}<span class="our_button"><i class="fa fa-heart"></i></span> </div>
- </div>
- <!-- Notes #1 - Chillings -->
- <div class="vsanna">{block:RebloggedFrom}<a href="{ReblogParentURL}">via</a>{/block:RebloggedFrom}
- {block:ContentSource}<a href="{SourceURL}">source</a>{/block:ContentSource}</div></div>
- {/block:Posts}
- </div>
- {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}
- </div>
- <script type="text/javascript" src="http://static.tumblr.com/imovwvl/dJWl20ley/jqueryformasonry.js"></script>
- <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 () {
- $('#wafcaixa').masonry(),
- $('.masonryWrap').infinitescroll({
- navSelector : "div#navigation",
- nextSelector : "div#navigation a#nextPage",
- itemSelector : ".posts",
- bufferPx : 10000,
- extraScrollPx: 11000,
- loadingImg : "http://static.tumblr.com/8yo5xxv/3Tum7rjpo/loader.gif",
- loadingText : "",
- },
- // call masonry as a callback.
- function() { $('#wafcaixa').masonry({ appendedContent: $(this) }); }
- );
- });
- </script>
- </body>
- </html>
- <!-- POP UP.-->
- <div id="message" class="waf-pop">
- <!-- TAGS.-->
- <div class="mr-cx">
- <div style="position:fixed; margin-left:30px; margin-top:10px; width:480px; height:13px; padding:5px; margin:4px; text-align:center; font-size:12px; letter-spacing:1px; font-family:'Rationale', sans-serif; color:#fff; background:{color:detalhes do theme two}; box-shadow:inset 2px 2px 4px rgba(255, 255, 255, .3), inset -1px -1px 3px rgba(0, 0, 0, .4); text-transform:uppercase;"> Nossas tags </div>
- <div class="mr-tags">
- <a href="/"> TAG 00 </a>
- <a href="/"> TAG 00 </a>
- <a href="/"> TAG 00 </a>
- <a href="/"> TAG 00 </a>
- <a href="/"> TAG 00 </a>
- <a href="/"> TAG 00 </a>
- <a href="/"> TAG 00 </a>
- <a href="/"> TAG 00 </a>
- <a href="/"> TAG 00 </a>
- <a href="/"> TAG 00 </a>
- <a href="/"> TAG 00 </a>
- <a href="/"> TAG 00 </a>
- <a href="/"> TAG 00 </a>
- <a href="/"> TAG 00 </a>
- <a href="/"> TAG 00 </a>
- <a href="/"> TAG 00 </a>
- <a href="/"> TAG 00 </a>
- <a href="/"> TAG 00 </a>
- <a href="/"> TAG 00 </a>
- <a href="/"> TAG 00 </a>
- <a href="/"> TAG 00 </a>
- <a href="/"> TAG 00 </a>
- <a href="/"> TAG 00 </a>
- <a href="/"> TAG 00 </a>
- </div>
- </div>
- <!-- TAGS.-->
- </div>
- <!-- POP UP.-->
Advertisement
Add Comment
Please, Sign In to add comment