Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!-- ─────────╔╗────────────╔╗
- ─────────║║───────────╔╝╚╗
- ╔══╦╗╔╦══╣║╔══╦╗╔╦══╦═╬╗╔╬══╗
- ║╔╗║╚╝║╔╗║║║╔╗║╚╝║║═╣╔╗╣║║║═╣
- ║╔╗║║║║╚╝║╚╣╔╗║║║║║═╣║║║╚╣║═╣
- ╚╝╚╩╩╩╣╔═╩═╩╝╚╩╩╩╩══╩╝╚╩═╩══╝
- ──────║║
- ──────╚╝
- -->
- <head>
- <script type="text/javascript"
- src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
- <script>
- $(document).ready(function() {
- //
- $('a.poplight[href^=#]').click(function() {
- var popID = $(this).attr('rel'); //Get Popup Name
- var popURL = $(this).attr('href'); //Get Popup href to define size
- var query= popURL.split('?');
- var dim= query[1].split('&');
- var popWidth = dim[0].split('=')[1]; //Gets the first query string value
- $('#' + popID).fadeIn().css({ 'width': Number( popWidth ) }).prepend('<a href="#" class="close"></a>');
- var popMargTop = ($('#' + popID).height() + 80) / 2;
- var popMargLeft = ($('#' + popID).width() + 80) / 2;
- //Apply Margin to Popup
- $('#' + popID).css({
- 'margin-top' : -popMargTop,
- 'margin-left' : -popMargLeft
- });
- $('body').append('<div id="fade"></div>');
- $('#fade').css({'filter' : 'alpha(opacity=80)'}).fadeIn(); //Fade in the fade layer - .css({'filter' : 'alpha(opacity=80)'})
- return false;
- });
- $('a.close, #fade').live('click', function() {
- $('#fade , .popup_block').fadeOut(function() {
- $('#fade, a.close').remove(); //fade them both out
- });
- return false;
- });
- });
- </script>
- <title>{title}</title>
- <link rel="shortcut icon" href="{Favicon}"/>
- <link rel="alternate" type="application/rss+xml" href="{RSS}">
- {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
- <meta name="color:Gradient bg color 1" content="#fe89b3"/>
- <meta name="color:Gradient bg color 2" content="#fd9473"/>
- <meta name="color:Background" content="#ffffff"/>
- <meta name="color:Post bg" content="#ffffff"/>
- <meta name="color:Header bg" content="#000"/>
- <meta name="color:Scrollbar" content="#000"/>
- <meta name="color:Description" content="#999"/>
- <meta name="color:Text" content="#999"/>
- <meta name="color:Bold" content="#141414"/>
- <meta name="color:Italic" content="#ce2020"/>
- <meta name="color:Header link" content="#141414"/>
- <meta name="color:Header link hover" content="#141414"/>
- <meta name="color:Link" content="#141414"/>
- <meta name="color:Link Hover" content="#ce2020"/>
- <meta name="if:ShackEfect" content="0"/>
- <meta name="if:ImageHeader" content="1"/>
- <meta name="if:PopupAsk" content="1"/>
- <meta name="image:Background" content=""/>
- <meta name="image:Header" content="http://i.imgur.com/AoeHZ1a.png"/>
- <meta name="select:Post title font" content="Great Vibes" title="Great Vibes">
- <meta name="select:Post title font" content="Baumans" title="Baumans">
- <meta name="select:Post title font" content="Poiret One" title="Poiret One">
- <meta name="select:Gradient direction" content="0deg" title="vertical">
- <meta name="select:Gradient direction" content="right top" title="left diagonal">
- <meta name="select:Gradient direction" content="left top" title="right diagonal">
- <meta name="select:Gradient direction" content="90deg" title="horizontal">
- <meta name="select:Columns" content="280px" title="One">
- <meta name="select:Columns" content="580px" title="Two">
- <meta name="select:Columns" content="860px" title="Three">
- <meta name="select:Columns" content="1140px" title="Four">
- <meta name="select:Columns" content="1440px" title="Five">
- <meta name="text:Instagram Url" content="https://www.instagram.com/Ex" />
- <meta name="text:Twitter Url" content="https://www.twitter.com/Ex" />
- <meta name="text:Facebook Url" content="https://www.facebook.com/Ex" />
- <meta name="text:Your Url" content="amplamente" />
- <meta name="text:Smcmusicplayer" content="" />
- <meta name="text:Margin post" content="10" />
- <meta name="text:link1" content="link 1" />
- <meta name="text:link1url" content="/" />
- <meta name="text:link2" content="link 2" />
- <meta name="text:link2url" content="/" />
- <meta name="text:link3" content="link 3" />
- <meta name="text:link3url" content="/" />
- <meta name="text:link4" content="link 4" />
- <meta name="text:link4url" content="/" />
- <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
- <script src="http://static.tumblr.com/7qjmkr5/IUmmdsy41/jquery.style-my-tooltips.js"></script>
- <script>
- (function($){$(document)
- .ready(function(){$("[title]")
- .style_my_tooltips();});})
- (jQuery);
- </script>
- <script type="text/javascript" src="http://static.tumblr.com/3ikgvxs/0TGl4zgpu/jquery.min.js"></script>
- <script type="text/javascript">
- $(document).ready(function(){
- $(".links_body").hide();
- $(".links_head").click(function(){
- $(this).next(".links_body").slideToggle('fast');
- }); }); </script>
- {block:IfShackEfect}
- <link href='http://static.tumblr.com/blpgwiz/EfNmijxib/tada.css' rel='stylesheet' type='text/css'>
- {/block:IfShackEfect}
- <link href='https://fonts.googleapis.com/css?family=Montserrat:400,700' rel='stylesheet' type='text/css'>
- <link href='https://fonts.googleapis.com/css?family=Cantarell:400,400italic,700,700italic' rel='stylesheet' type='text/css'>
- <link href='https://fonts.googleapis.com/css?family=Inconsolata:400,700' rel='stylesheet' type='text/css'>
- <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet">
- <link href='https://fonts.googleapis.com/css?family=Bad+Script' rel='stylesheet' type='text/css'>
- <link href='https://fonts.googleapis.com/css?family=Great+Vibes' rel='stylesheet' type='text/css'>
- <link href='https://fonts.googleapis.com/css?family=Baumans' rel='stylesheet' type='text/css'>
- <link href='https://fonts.googleapis.com/css?family=Poiret+One' rel='stylesheet' type='text/css'>
- <link href='https://fonts.googleapis.com/css?family=Arapey:400,400italic' rel='stylesheet' type='text/css'>
- <link href='https://fonts.googleapis.com/css?family=Raleway:400,300,200,100,600,500,700,800,900' rel='stylesheet' type='text/css'>
- <style type="text/css">
- .album {position:absolute;}
- .album img {width:50px;height:50px;float:left;}
- .audio {width:20px;padding:7px 13px 9px 5px;overflow:hidden;}
- .audiodescr {margin-left:55px;padding:0px;}
- .i{display:block;padding:2px;font-size:10px;line-height:13px;}
- .player {
- position:absolute;
- background:#FFF;
- width:39px;
- height:39px;
- opacity:0.75;
- padding:6px;
- overflow:hidden;}
- .top {
- position:fixed;
- width:auto;
- height:auto;
- letter-spacing: 1px;
- right:30px;
- bottom:60px;
- padding:8px;
- padding-left:11.5px;
- padding-right:11.5px;
- font-size:15px;
- text-transform:uppercase;
- font-family:montserrat;
- line-height:14px;
- text-align:right;
- z-index:9;
- display:inline-block;
- color:{color:header bg};
- background-image:-o-linear-gradient({select:gradient direction}, {color:gradient bg color 1} 0%, {color:gradient bg color 2} 100%);
- background-image:-ms-linear-gradient({select:gradient direction}, {color:gradient bg color 1} 0%, {color:gradient bg color 2} 100%);
- background-image:-moz-linear-gradient({select:gradient direction}, {color:gradient bg color 1} 0%, {color:gradient bg color 2} 100%);
- background-image:-webkit-linear-gradient({select:gradient direction}, {color:gradient bg color 1} 0%, {color:gradient bg color 2} 100%);
- -webkit-transition:all 0.3s ease-out;
- -moz-transition:all 0.3s ease-out;
- transition:all 0.3s ease-out;
- }
- .top:hover{
- -webkit-transition:all 0.3s ease-out;
- -moz-transition:all 0.3s ease-out;
- transition:all 0.3s ease-out;
- background:{color:header link};
- color:{color:header bg};
- }
- .top a{
- -webkit-transition:all 0.3s ease-out;
- -moz-transition:all 0.3s ease-out;
- transition:all 0.3s ease-out;
- color:{color:background};}
- .top a:hover {color:{color:header bg};
- -webkit-transition:all 0.3s ease-out;
- -moz-transition:all 0.3s ease-out;
- transition:all 0.3s ease-out;
- }
- b { color: {color:bold}; !important; }
- i { color: {color:italic} ;!important; }
- u { border-bottom: 1px solid {color:link hover}; text-decoration:none;}
- #s-m-t-tooltip{
- max-width:300px;
- padding:10px;
- margin:20px 0px 0px 20px;
- background:{color:link};
- font-family:calibri;
- font-size:8.5px;
- text-transform:uppercase;
- color:{color:background};
- letter-spacing:1px;
- opacity:1;
- z-index:9999999999999999999;
- }
- #fundo {
- position:fixed;
- z-index:8;
- width:100%;
- height:82px;
- background:{color:header bg};
- top:0px;
- left:0px;
- }
- .links_list {
- z-index:9;
- background:{color:header bg};
- position:fixed;
- left:10px;
- top:0px;
- {block:IfNotImageHeader}
- top:15px;
- height:30px;
- {/block:IfNotImageHeader}
- padding:0px;
- width:auto;
- }
- .links_head {
- z-index:9;
- text-transform:uppercase;
- cursor:pointer;
- position:relative;
- padding-left:15px;
- padding-right:15px;
- padding-top:-5px;
- padding-bottom:-5px;
- text-align:left;
- {block:IfNotImageHeader}
- padding-left:15px;
- margin-top:5px;
- font-style:italic;
- font-weight:bold;
- font-family:montserrat;
- font-size:30px;
- color:{color:gradient bg color 1};
- {/block:IfNotImageHeader}
- }
- .links_body {
- z-index:9;
- padding:10px;
- text-align:left;
- color: {color:header bg};
- background: {color:header bg};
- display:none;
- }
- #top1 {
- position:fixed;
- width:auto;
- height:auto;
- letter-spacing: 1px;
- right:30px;
- bottom:20px;
- padding:8px;
- font-size:10px;
- text-transform:uppercase;
- font-family:raleway;
- line-height:14px;
- text-align:right;
- z-index:9;
- background-image:-o-linear-gradient({select:gradient direction}, {color:gradient bg color 1} 0%, {color:gradient bg color 2} 100%);
- background-image:-ms-linear-gradient({select:gradient direction}, {color:gradient bg color 1} 0%, {color:gradient bg color 2} 100%);
- background-image:-moz-linear-gradient({select:gradient direction}, {color:gradient bg color 1} 0%, {color:gradient bg color 2} 100%);
- background-image:-webkit-linear-gradient({select:gradient direction}, {color:gradient bg color 1} 0%, {color:gradient bg color 2} 100%);
- -webkit-transition:all 0.3s ease-out;
- -moz-transition:all 0.3s ease-out;
- transition:all 0.3s ease-out;
- }
- #top1:hover{
- -webkit-transition:all 0.3s ease-out;
- -moz-transition:all 0.3s ease-out;
- transition:all 0.3s ease-out;
- }
- #top1 a{
- -webkit-transition:all 0.3s ease-out;
- -moz-transition:all 0.3s ease-out;
- transition:all 0.3s ease-out;
- color:{color:background};}
- #top1 a:hover {
- font-style:italic;
- color:{color:header link};
- -webkit-transition:all 0.3s ease-out;
- -moz-transition:all 0.3s ease-out;
- transition:all 0.3s ease-out;
- }
- ul {
- list-style-image: url('https://36.media.tumblr.com/42d55f9956e3e8c0dfb590b504f4939d/tumblr_inline_nvag3cwzpq1rj4inb_540.png');
- }
- #vixe{
- z-index:9;
- position:fixed;
- background:transparent;
- top:20px;
- left:240px;
- width:700px;
- height:30px;
- padding-top:10px;
- text-align:left;
- }
- #vixe a {
- border-bottom:1px solid transparent;
- border-top:1px solid transparent;
- padding:5px;
- padding-left:8px;
- padding-right:8px;
- font-size:12px;
- margin-left:3px;
- text-transform:uppercase;
- font-family: raleway;
- border-top:1px solid transparent;
- display:inline-block;
- color:{color:Header link};
- -webkit-transition:all 0.3s ease-out;
- -moz-transition:all 0.3s ease-out;
- transition:all 0.3s ease-out;
- }
- #vixe a:hover {
- color: {color:Header link hover};
- border-bottom:1px solid;
- border-top:1px solid;
- background:transparent;
- -webkit-transition:all 0.3s ease-out;
- -moz-transition:all 0.3s ease-out;
- transition:all 0.3s ease-out;
- }
- iframe#tumblr_controls {
- black-space:nowrap; filter: invert(100%); -webkit-filter: invert(100%); -moz-filter: invert(100%); -o-filter: invert(100%); -ms-filter: invert(100%);opacity:0.2;
- }
- #tumblr_controls{
- position:fixed !important;
- -webkit-filter: invert(100%)
- }
- .popup_block{
- display:none;
- background:#fff;
- border:1px solid #dfdfdf;
- padding:30px;
- width:500px;
- float:left;
- position:fixed;
- top:50%;left:50%;
- z-index: 9999999;
- }
- *html #fade {position: absolute;}
- *html .popup_block {position: absolute;}
- #fade {
- display:none;
- position:fixed;
- left:0px;
- top:0px;
- width:100%;
- height:100%;
- z-index:99999;
- background:{color:background};
- opacity:0.8;
- }
- a{
- color:{color:Link};
- text-decoration:none;
- -webkit-transition:all 0.3s ease-out;
- -moz-transition:all 0.3s ease-out;
- transition:all 0.3s ease-out;
- }
- a:hover{
- color:{color:Link Hover};
- -webkit-transition:all 0.3s ease-out;
- -moz-transition:all 0.3s ease-out;
- transition:all 0.3s ease-out;
- }
- #ti {
- width:auto;
- margin-left:auto;
- margin-right:auto;
- height:auto;
- padding:5px;
- font-family: {select:titulo};
- font-size:25px;
- text-align:center;
- color:{color:Title};
- font-weight:normal;
- text-transform:uppercase;
- }
- #ti a{
- color:{color:title};
- -webkit-transition:all 0.3s ease-out;
- -moz-transition:all 0.3s ease-out;
- transition:all 0.3s ease-out;
- }
- #ti a:hover{
- letter-spacing:2px;
- -webkit-transition:all 0.3s ease-out;
- -moz-transition:all 0.3s ease-out;
- transition:all 0.3s ease-out;
- }
- #notas {
- font-size:12px;
- font-family:montserrat;
- text-transform:uppercase;
- width:100%;
- height:300px;
- overflow-y:auto;
- background:transparent;
- }
- h1 {
- font-size:30px;
- text-align:center;
- text-transform:none;
- font-family:{select:post title font};
- }
- body{
- overflow-x:hidden;
- cursor:crosshair;
- color:{color:Text};
- font-family: cantarell;
- font-size:13px;
- background: {color:background} url("{image:background}") fixed;
- }
- #post{
- margin-top:90px;
- width:{select:columns};
- margin-left:auto;
- margin-right:auto;
- float:center;
- background-color:transparent;
- padding:5px;
- }
- .entry{
- text-align:left;
- padding:5px;
- background-color:{color:post bg};
- width:255px;
- float:right;
- margin:{text:margin post}px;
- {block:PermalinkPage}
- width:500px;
- height:auto;
- font-size:13px;
- text-align:left;
- float:center;
- {/block:PermalinkPage}
- -webkit-animation: tada 2s;
- -moz-animation: tada 2s;
- -ms-animation: tada 2s;
- -webkit-transition: 1s ease-in-out;
- -moz-transition: 1s ease-in-out;
- -o-transition: 1s ease-in-out;
- }
- .entry:hover {
- -webkit-transition: 1s ease-in-out;
- -moz-transition: 1s ease-in-out;
- -o-transition: 1s ease-in-out;
- }
- .entry img{
- max-width:250px;
- float:right;
- margin:2px;
- {block:PermalinkPage}
- float:center;
- width:500px;
- max-width:500px;
- {/block:PermalinkPage}
- }
- .entry .perm{
- {block:PermalinkPage}
- display:none;
- {/block:PermalinkPage}
- text-transform:uppercase;
- background-image:-o-linear-gradient({select:gradient direction}, {color:gradient bg color 1} 0%, {color:gradient bg color 2} 100%);
- background-image:-ms-linear-gradient({select:gradient direction}, {color:gradient bg color 1} 0%, {color:gradient bg color 2} 100%);
- background-image:-moz-linear-gradient({select:gradient direction}, {color:gradient bg color 1} 0%, {color:gradient bg color 2} 100%);
- background-image:-webkit-linear-gradient({select:gradient direction}, {color:gradient bg color 1} 0%, {color:gradient bg color 2} 100%);
- padding:5px;
- text-align:center;
- margin-top:-5px;
- margin-left:-5px;
- width:255px;
- height:99%;
- position:absolute;
- opacity:0.0;
- font-family: 'Open Sans', sans-serif;
- font-size:8px;
- -webkit-transition:all 0.5s ease-out;
- -moz-transition:all 0.5s ease-out;
- transition:all 0.5s ease-out;
- }
- .entry:hover .perm{
- opacity:1;
- -webkit-transition:all 0.5s ease-out;
- -moz-transition:all 0.5s ease-out;
- transition:all 0.5s ease-out;
- }
- .notes img {
- width: 15px;
- border-radius:100%;
- float:left;
- border-right:10px solid transparent;
- -webkit-transition: all 0.5s linear;
- -moz-transition: all 0.5s linear;
- transition: all 0.5s linear;}
- ol.notes, .notes li {
- height:20px;
- width: 100%;
- list-style: none;
- margin: 0px;
- padding-left: 0px}
- .notes li:hover img {
- -webkit-transition: all 0.5s linear;
- -moz-transition: all 0.5s linear;
- transition: all 0.5s linear;}
- ::-moz-selection { background: {color:text}; color: {color:background}; }
- ::selection { background: {color:text}; color: {color:background}; }
- .pagination {
- display: none;
- }
- ::-webkit-scrollbar {height:5px; width:3px;}
- ::-webkit-scrollbar-track-piece {
- background-color:{color:post bg};
- }
- blockquote {
- margin-left:20px;
- padding-left:10px;
- border-left:3px solid{color:text};
- }
- ::-webkit-scrollbar-thumb {
- background:{color:scrollbar};
- }
- .description {
- margin-bottom:0px;
- margin-top:0px;
- padding:10px;
- float:center;
- margin-left:auto;
- margin-right:auto;
- width:350px;
- height:auto;
- overflow-y:auto;
- background:transparent;
- font-size:13px;
- font-family: cantarell;
- text-align:center;
- color:{color:description};
- }
- #fita3 {
- height:auto;
- width:100%;
- padding:0px;
- top:0px;
- left:0px;
- background:transparent;
- z-index:1;
- -webkit-transition:all 0.8s ease-out;
- -moz-transition:all 0.8s ease-out;
- transition:all 0.8s ease-out;
- }
- #fita3:hover {
- -webkit-transition:all 0.8s ease-out;
- -moz-transition:all 0.8s ease-out;
- transition:all 0.8s ease-out;
- }
- #question {padding:0px; margin-bottom:5px;}
- #asker_portrait img{margin-top:-20px; float:center; border-radius:10px; margin-right:90px; max-width:40px; padding:4px; background:{color:link} }
- #asker {font-weight:normal; font-family:montserrat; text-transform:uppercase; font-style:normal; }
- #asker a {color:{color:background}; text-align:center; font-size:12px;}
- #asker a:hover {color:#ccc;}
- #asked_question {
- color:#dfdfdf;
- background-color:{color:link};
- padding:10px;
- font-weight:bold;
- font-style:italic;
- font-family:poiret one;
- padding-top:20px;
- margin-top:20px;
- min-height:20px;
- max-width:460px;
- margin-left:5px;
- }
- #answer {
- font-weight:bold;
- font-family:poiret one;
- color:#dfdfdf;
- padding:2px 10px;
- background:{color:link hover};
- margin-left:5px;
- }
- #cou {
- height:60px;
- margin-top:-10px;
- margin-left:-15px;
- }
- #nota{
- background:transparent;
- margin-top:0px;
- margin-left:auto;
- margin-right:auto;
- float:center;
- width:100px;
- padding:10px;
- text-align:center;
- }
- #nota a {
- padding:0px;
- width:auto;
- font-size:12px;
- margin-left:5px;
- text-transform:uppercase;
- font-family: raleway;
- border-top:1px solid transparent;
- display:inline-block;
- color:{color:post bg};
- -webkit-transition:all 0.3s ease-out;
- -moz-transition:all 0.3s ease-out;
- transition:all 0.3s ease-out;
- }
- #nota a:hover {
- background:{color:post bg};
- color:{color:gradient bg color 1};
- -webkit-transition:all 0.3s ease-out;
- -moz-transition:all 0.3s ease-out;
- transition:all 0.3s ease-out;
- }
- #euem {
- padding:0px;
- width:auto;
- font-size:45px;
- margin-left:5px;
- margin-top:25px;
- text-transform:uppercase;
- font-family:montserrat;
- font-weight:700;
- border-top:1px solid transparent;
- display:inline-block;
- font-style:italic;
- -webkit-transition:all 0.3s ease-out;
- -moz-transition:all 0.3s ease-out;
- transition:all 0.3s ease-out;
- }
- #euem a{
- border-bottom:1px dotted {color:post bg};
- color:{color:post bg};
- }
- #euem a:hover {
- color:{color:post bg};
- }
- {CustomCSS}
- </style>
- <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.6.1/jquery.min.js"></script>
- <script src="http://static.tumblr.com/6hsqxdt/vmwm2rb4g/infinitescrolling.js"></script><script
- src="http://static.tumblr.com/6hsqxdt/QBym35odk/jquery.masonry.js"></script>
- <script>
- $(function(){
- var $container = $('#post');
- $container.imagesLoaded(function(){
- $container.masonry({
- itemSelector: '.entry',
- });
- });
- $container.infinitescroll({
- itemSelector : ".entry",
- navSelector : "div.pagination",
- nextSelector : ".pagination a#next",
- loadingImg : "",
- loadingText : "<em></em>",
- bufferPx : 10000,
- extraScrollPx: 12000,
- },
- // trigger Masonry as a callback
- function( newElements ) {
- var $newElems = $( newElements ).css({ opacity: 0 });
- // ensure that images load before adding to masonry layout
- $newElems.imagesLoaded(function(){
- $newElems.animate({ opacity: 1 });
- $container.masonry( 'appended', $newElems, true );
- });
- }
- );
- });
- </script>
- </head>
- <body>
- <div class="top" style="padding-left:12.5px; background:#3b5998;">
- <a href="{text:Facebook Url}" title="Follow me on Facebook"><li class="fa fa-facebook"></li></a>
- </div>
- <div class="top" style="bottom:100px; padding-left:9.5px; padding-right:10px; background:#00aced;">
- <a href="{text:Twitter Url}" title="Follow me on twitter"><li class="fa fa-twitter"></li></a>
- </div>
- <div class="top" style="bottom:140px; background:#00405d; padding-left:9.5px; padding-right:10px; padding-top:10px; padding-bottom:10px;">
- <a href="{text:Instagram Url}" title="follow me on instagram"><li class="fa fa-instagram"></li></a>
- </div>
- <div id="fundo"></div>
- <div class="links_list">
- <p class="links_head" >
- {block:IfNotImageHeader}
- {title} +
- {block:IfNotImageHeader}
- {block:IfImageHeader}
- <img id="cou" src="{image:Header}">
- {/block:IfImageHeader}
- </p>
- <div class="links_body">
- <div class="description">{Description}</div>
- </div></div>
- <div id="vixe">
- <a href="{text:link1url}" >{text:link1}</a>
- {block:IfPopupAsk}
- <a href="#?w=500" rel="box1" class="poplight">ask</a>{/block:IfPopupAsk}
- <a href="{text:link2url}" >{text:link2}</a>
- <a href="{text:link3url}" >{text:link3}</a>
- <a href="{text:link4url}" >{text:link4}</a>
- </div>
- <div id="post">
- {block:Posts}
- <div class="entry">
- <div class="perm">
- <div id="euem">
- <a href="{Permalink}">{NoteCount}</a>
- </div>
- <div id="nota">
- <a href="{ReblogUrl}">Reblog</a>
- </div>
- </div>
- {block:Title}<h1>{Title}</h1>{/block:Title}
- {block:Text}{Body}{/block:Text}
- {block:Photo}
- <a href="{permalink}" title="{NoteCountWithLabel}" ><img src="{PhotoURL-500}" width="250"/></a>
- {/block:Photo}
- {block:Photoset}
- {Photoset-250}
- {/block:Photoset}
- {block:Quote}
- <div style="text-align:center;">
- <li class="fa fa-quote-left"></li> {Quote} <li class="fa fa-quote-right"></li></br></div>
- <div align="right" style="text-align:center; font-size:10px; font-family:montserrat; text-transform:uppercase;">
- </br>{block:Source}- {Source}{/block:Source} </br>
- </div>
- {/block:Quote}
- {block:Video}
- {Video-250}
- <br>
- {PlayCountWithLabel}
- {/block:Video}
- {block:Link}
- <h1><a href="{URL}" class="link" {Target}>{Name}</a></h1>
- {block:Description}{Description}{/block:Description}
- {/block:Link}
- {block:Chat}
- {block:Lines}
- {block:Label}
- <br>{Label}
- {/block:Label}
- {Line}
- {/block:Lines}
- {/block:Chat}
- {block:Audio} {block:IndexPage}{block:RebloggedFrom}<a href="{ReblogParentURL}"></a>{/block:RebloggedFrom}
- {block:ContentSource}<a href="{SourceURL}"></a>{/block:ContentSource}</span>{/block:IndexPage}
- {block:AlbumArt}<div class="album">
- <img src="{AlbumArtURL}"></div>{/block:AlbumArt}
- <div class="player"><div class="audio">{AudioPlayerWhite}</div></div>
- <div class="audiodescr"><div class="i"><b>TITLE: </b><span{block:TrackName} style="display: none;"{block:TrackName}>Unknown</span>{block:TrackName}{TrackName}{/block:TrackName}</div><div class="i"><b>ARTIST: </b><span{block:Artist} style="display: none;"{block:Artist}>Unknown</span> {block:Artist}{Artist}{/block:Artist}</div>
- <div class="i"><b>PLAYS: </b><span{block:PlayCount} style="display: none;"{block:PlayCount}>Unknown</span>{block:PlayCount}{PlayCount}{/block:PlayCount}</div></div>
- {/block:Audio}
- {block:Answer}
- <div id="question">
- <div id="asker_portrait"><img src="{AskerPortraitURL-40}"></div>
- <div id="asked_question"><span id="asker">{Asker}</span>:<br>{Question}</div>
- </div>
- <div id="answer">
- {Answer}
- </div>
- {/block:Answer}
- {block:PermalinkPage}
- {block:Caption}
- {Caption}
- {/block:Caption}
- <br>
- <center>{block:Date}{ShortMonth} {DayofMonth}{DayofMonthSuffix} {Year}{/block:Date}{block:NoteCount} </br> {NoteCountWithLabel}{/block:NoteCount}{block:HasTags} </br> Tags: {block:Tags}<a href="{TagURL}">#{Tag} </a>{/block:Tags}{/block:HasTags}</center>
- <Br>
- {block:PostNotes}<div id="notas">{PostNotes}</div>{/block:PostNotes}</div>
- {/block:PermalinkPage}
- </div>
- {/block:Posts}
- </div>
- <div class="pagination">
- {block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">previous</a> ·{/block:PreviousPage} {block:NextPage}
- <a href="{NextPage}" id="next">next</a>{/block:NextPage}{/block:Pagination}
- </div>
- <div id="box1" class="popup_block">
- <iframe frameborder="0" height="250px" id="ask_form" scrolling="yes" src="http://www.tumblr.com/ask_form/{text:Your Url}.tumblr.com" width="100%"></iframe><br>
- </div>
- {text:smcmusicplayer}
- <div id="top1">
- <a href="http://amplamente.tumblr.com/" title="tema feito por amplamente">am</a>
- </div>
- </html>
- </body>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement