Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html>
- <!--
- ─────────╔╗────────────╔╗
- ─────────║║───────────╔╝╚╗
- ╔══╦╗╔╦══╣║╔══╦╗╔╦══╦═╬╗╔╬══╗
- ║╔╗║╚╝║╔╗║║║╔╗║╚╝║║═╣╔╗╣║║║═╣
- ║╔╗║║║║╚╝║╚╣╔╗║║║║║═╣║║║╚╣║═╣
- ╚╝╚╩╩╩╣╔═╩═╩╝╚╩╩╩╩══╩╝╚╩═╩══╝
- ──────║║
- ──────╚╝
- Theme made by: Amplamente.tumblr.com
- --->
- <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'); 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"><li style="font-size:20px; margin-bottom:10px;" class="fa fa-times"></li></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="fade"></div>');$('#fade').css({'filter' : 'alpha(opacity=80)'}).fadeIn();return false;});$('a.close, #fade').live('click', function() {$('#fade , .popup_block').fadeOut(function() {$('#fade, a.close').remove();});return false;});});</script>
- <script type="text/javascript"src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
- <script type="text/javascript" src="http://static.tumblr.com/7qjmkr5/IUmmdsy41/jquery.style-my-tooltips.js"></script>
- <script>
- (function($){
- $(document).ready(function(){
- $("[title]").style_my_tooltips();
- });
- })(jQuery);
- </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 top" content="#bbe4d0"/>
- <meta name="color:Gradient bg bottom" content="#bad8eb"/>
- <meta name="color:Tooltip bg" content="#141414"/>
- <meta name="color:Tooltip text" content="#fff"/>
- <meta name="color:Post bg" content="#ffffff"/>
- <meta name="color:Borders" content="#eeeeee"/>
- <meta name="color:Link" content="#ffb1cc"/>
- <meta name="color:Link Hover" content="#fe4281"/>
- <meta name="color:Text" content="#999"/>
- <meta name="color:Bold" content="#141414"/>
- <meta name="color:Italic" content="#ffb1cc"/>
- <meta name="color:Search box text" content="#999"/>
- <meta name="color:Search box text typing" content="#666666"/>
- <meta name="color:Header bg" content="#ffffff"/>
- <meta name="color:Header link" content="#999"/>
- <meta name="color:Header link hover" content="#bbe4d0"/>
- <meta name="color:Title" content="#222222"/>
- <meta name="color:Description" content="#999"/>
- <meta name="color:Scrollbar" content="#141414"/>
- <meta name="color:Question" content="#bbe4d0"/>
- <meta name="color:Question link" content="#141414"/>
- <meta name="color:Answer" content="#ffffff"/>
- <meta name="select:Columns" content="345px" title="One"/>
- <meta name="select:Columns" content="700px" title="Two"/>
- <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="if:InfiniteScroll" content="0"/>
- <meta name="if:BottomBar" content="1"/>
- <meta name="if:Caption" content="0"/>
- <meta name="if:Tags" content="0"/>
- <meta name="image:Sidebar" content=""/>
- <meta name="text:Hits" content="1/5" />
- <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 type="text/javascript" src="http://static.tumblr.com/3ikgvxs/0TGl4zgpu/jquery.min.js"></script>
- <link href='https://fonts.googleapis.com/css?family=Montserrat' 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="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet">
- <link href='https://fonts.googleapis.com/css?family=Lovers+Quarrel' rel='stylesheet' type='text/css'>
- <link href='https://fonts.googleapis.com/css?family=Roboto:400,500,500italic,400italic,700italic,700,900,900italic' rel='stylesheet' type='text/css'>
- <style type="text/css">
- b { color: {color:bold}; !important; }
- i { color: {color:italic} ;!important; }
- u { border-bottom: 1px dotted; text-decoration:none;}
- #s-m-t-tooltip{
- max-width:300px;
- padding:10px;
- padding-top:7px;
- padding-bottom:7px;
- border-radius:5px;
- margin:20px 0px 0px 20px;
- background-color: {color:tooltip bg};
- font-family:calibri;
- font-size:8.5px;
- text-transform:uppercase;
- color:{color:tooltip text};
- letter-spacing:1px;
- opacity:1;
- z-index:9999999999999999999;
- }
- #s-m-t-tooltip:before{
- position: absolute;
- left: -10px;
- top: -4px;
- width: 0px;
- content:"";
- transform: scale(1.7, .3);
- -webkit-transform: scale(1.7, .3);
- -moz-transform: scale(1.7, .3);
- -o-transform: scale(1.7, .3);
- -ms-transform: scale(1.7, .3);
- height: 0px;
- border-right: 4px solid {color:tooltip bg};
- border-bottom: 17px solid transparent;
- border-left: 4px solid transparent;
- border-top: 17px solid transparent;
- }
- #top1 { position:fixed; width:auto; height:auto; letter-spacing: 1px; right:10px; bottom:35px; padding:3px; font-size:9px; font-weight:bold; line-height:14px; text-align:right; z-index:99; text-transform:uppercase; font-family:montserrat;
- -webkit-transition:all 0.3s ease-out;
- -moz-transition:all 0.3s ease-out;
- transition:all 0.3s ease-out;
- text-shadow:none;
- }
- #top1:hover {
- -webkit-transition:all 0.3s ease-out;
- -moz-transition:all 0.3s ease-out;
- transition:all 0.3s ease-out;
- -moz-transform: scale(1.5);
- -webkit-transform: scale(1.5);
- -o-transform: scale(1.5);
- -ms-transform: scale(1.5);
- transform: scale(1.5);
- text-shadow:none;
- }
- #top1 a {color:{color:post bg};}
- #top2 {
- height:auto;
- width:auto;
- letter-spacing:1px;
- margin-bottom:50px;
- float:center;
- margin-left:auto;
- margin-right:auto;
- font-size:10px;
- text-transform:uppercase;
- text-align:center;
- float:center;
- -webkit-transition:all 0.3s ease-out;
- -moz-transition:all 0.3s ease-out;
- transition:all 0.3s ease-out;
- }
- #top2 a{margin-left:4px; {color:header link};
- padding:7px; background:#fff; border:1px solid {color:borders}; border-top: 1px solid transparent;
- border-bottom:2px solid {color:borders}; border-radius:100%;
- }
- #top2:hover{
- -webkit-transition:all 0.8s ease-out;
- -moz-transition:all 0.8s ease-out;
- transition:all 0.8s ease-out;
- }
- ol, ul {padding:0px;list-style-type:none; text-align:left !important;}
- ul li {position:relative;padding-left:20px; text-align:left !important;}
- ul li:before {
- text-align:left !important;
- content:'';
- position:absolute;
- display:block;
- top:8px;
- left:0px;
- width:10px;
- height:1px;
- background:{color:link};
- }
- #navigation {
- z-index:4;
- background:transparent;
- float:center;
- margin-left:auto;
- margin-right:auto;
- margin-top:6px;
- width:auto;
- padding:5px;
- }
- #navigation a {
- text-shadow:none;
- margin-left:10px;
- padding:3px;
- font-size:10px;
- display:inline-block;
- text-align:center;
- text-transform:uppercase;
- background-color:transparent;
- color:{color:header link};
- -webkit-transition:all 0.3s ease-out;
- -moz-transition:all 0.3s ease-out;
- transition:all 0.3s ease-out;
- }
- #navigation a:hover {
- color:{color:header link hover};
- -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{ opacity:0.2; position:fixed !important;-webkit-filter: invert(100%)}
- .tmblr-iframe.tmblr-iframe--desktop-loggedin-controls.iframe-controls--desktop {opacity:0.2; }
- .date {
- line-height:0px;
- margin-top:15px;
- padding:5px;
- float:right;
- text-align:right;
- width:auto;
- background-color:transparent;
- text-transform:uppercase;
- font-size:9.5px;
- color:gray;
- {block:PermalinkPage}
- display:none;
- {/block:PermalinkPage}
- }
- .date a {
- color:{color:Text};
- }
- .reblog a{ color:{color:text};}
- .reblog {
- margin-top:6px;
- margin-left:auto;
- margin-right:auto;
- float:center;
- background-color:transparent;
- font-size:10px;
- text-transform:uppercase;
- {block:IFNotTags}
- margin-top:10px;
- margin-bottom:13px;
- {/block:IFNotTags}
- {block:PermalinkPage}
- display:none;
- {/block:PermalinkPage}
- }
- .likie {
- margin-top:3px;
- margin-left:5px;
- float:left;
- background-color:transparent;
- padding:5px;
- padding-bottom:3px;
- font-size:12px;
- color:#999;
- text-transform:uppercase;
- font-family:montserrat;
- {block:PermalinkPage}
- display:none;
- {/block:PermalinkPage}
- }
- .likie a{ color:#999;}
- .popup_block{
- display:none;
- background:transparent;
- padding:30px;
- width:500px;
- float:left;
- color:#141414;
- 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:999999;
- background:#fff;
- opacity:1;
- }
- 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;
- }
- #top3 {
- height:52px;
- width:100%;
- position:fixed;
- z-index:1;
- left:0px;
- top:0px;
- background:{color:header bg};
- }
- h1 {
- font-size:22px;
- text-align:center;
- text-transform:none;
- margin-top:20px;
- margin-bottom:-10px;
- padding-bottom:0px;
- font-weight:normal;
- }
- body{
- cursor:crosshair;
- color:{color:Text};
- font-family:roboto;
- text-align:left !important;
- font-size:11px;
- opacity:1;
- background-attachment:fixed;
- background-image:-o-linear-gradient({select:gradient direction}, {color:gradient bg top} 0%, {color:gradient bg bottom} 100%);
- background-image:-ms-linear-gradient({select:gradient direction}, {color:gradient bg top} 0%, {color:gradient bg bottom} 100%);
- background-image:-moz-linear-gradient({select:gradient direction}, {color:gradient bg top} 0%, {color:gradient bg bottom} 100%);
- background-image:-webkit-linear-gradient({select:gradient direction}, {color:gradient bg top} 0%, {color:gradient bg bottom} 100%);
- }
- #post{
- margin-top:100px;
- width:{select:columns};
- margin-left:auto;
- margin-right:auto;
- float:center;
- background-color:transparent;
- padding:0px;
- }
- .entry{
- background-color: {color:post bg};
- padding-bottom:0px;
- width:250px;
- {block:PermalinkPage}
- width:500px;
- {/block:PermalinkPage}
- float:center;
- opacity:1;
- color:{color:Text};
- margin:50px;
- border-left:1px transparent;
- border-right:1px transparent;
- }
- .entry img{
- max-width:250px;
- {block:PermalinkPage}
- max-width:500px;
- width:500px;
- {/block:PermalinkPage}
- margin-bottom:0px;
- padding-bottom:0px;
- }
- .entry .perm{
- {block:PermalinkPage}
- display:none;
- {/block:PermalinkPage}
- background:{color:post bg};
- padding:5px;
- margin-top:-40px;
- width:240px;
- margin-left:0px;
- border-top-left-radius:5px;
- border-top-right-radius:5px;
- height:35px;
- position:absolute;
- opacity:1;
- -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;
- }
- #notas {
- margin-top:10px;
- width:95%;
- height:200px;
- overflow-y:auto;
- border-radius:5px;
- padding:10px;
- margin-left:auto;
- margin-right:auto;
- float:center;
- }
- .notes img {
- width: 0px;
- height:0px;
- border-radius:100%;
- float:left;
- list-style:none;
- 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 {
- list-style:none;
- height:20px;
- width: 100%;
- margin-top: 5px;
- margin-left:0px;
- padding-left: 0px}
- .notes li:hover img {
- list-style:none;
- -webkit-transition: all 0.5s linear;
- -moz-transition: all 0.5s linear;
- transition: all 0.5s linear;}
- #notas::-webkit-scrollbar-track-piece {
- background-color:{color:post bg};
- }
- ::-moz-selection { background: {color:text}; color: {color:gradient bg top}; }
- ::selection { background: {color:text}; color: {color:gradient bg top}; }
- .pagination {
- display: none;
- }
- ::-webkit-scrollbar-thumb { background-color: {color:scrollbar}; margin-right:5px;}
- ::-webkit-scrollbar { height:5px; width: 3px;}
- ::-webkit-scrollbar-track { background-color:{color:text}; -moz-box-shadow: inset 0 0 0 1px {color:gradient bg bottom}; -webkit-box-shadow: inset 0 0 0 1px {color:gradient bg bottom}; box-shadow: inset 0 0 0px 1px {color:gradient bg bottom}; }
- blockquote {
- margin-left:20px;
- padding-left:10px;
- border-left:2px solid{color:link};
- }
- #question {padding:0px; margin-bottom:5px;}
- #asker_portrait img{
- border-top-left-radius:20px;
- border-top-right-radius:20px;
- border-bottom-right-radius:20px;
- max-width:40px;
- margin-top:-25px;
- position:relative;
- float:center;
- margin-right:20px;
- padding:4px;
- background:{color:question};
- {block:permalinkpage} margin-right:220px; {/block:permalinkpage}
- }
- #asker {font-weight:normal; text-transform:uppercase; font-style:normal; }
- #asker a {color:{color:question link}; text-align:center; font-size:12px;}
- #asked_question {
- background-color:{color:question};
- padding:10px;
- font-style:italic;
- padding-top:20px;
- margin-top:30px;
- min-height:20px;
- text-align:center;
- font-size:12px;
- border-radius:5px;
- {block:permalinkpage}
- max-width:390px;
- width:390px;
- {/block:permalinkpage}
- margin-left:5px;
- padding-left:50px;
- padding-right:50px;
- }
- #answer {
- border-radius:5px;
- background:{color:answer};
- padding:2px 10px;
- margin-left:5px;
- margin-top:10px;
- margin-bottom:5px;
- font-size:12px;
- }
- .asktri {
- width: 0;
- height: 0;
- border-style: solid;
- border-width: 18px 17.5px 0 17.5px;
- border-color: {color:question} transparent transparent transparent;
- float:center;
- margin-top:-5px;
- margin-left:110px;
- }
- .audioicon {}
- .audioplay {width:28px; margin-top:3px; overflow:hidden;}
- .player { width:28px; padding:6px 10px;display:inline-block;}
- .audiodesc {display:inline-block; vertical-align:top; height:46px; line-height:46px; margin-left:14px;}
- .si {
- float:left;
- width:24px;
- border-radius:100px;
- margin-top:5px;
- margin-left:5px;
- z-index:0;
- position:relative;
- }
- .si img{
- z-index:0;
- position:relative;
- float:left;
- width:24px;
- }
- .sit {
- float:left;
- margin-left:10px;
- text-transform:uppercase;
- margin-top:11px;
- font-size:10px;
- }
- .sit a{color:#999;}
- .sp {
- height:1px;
- background:{color:borders};
- width:250px;
- float:center;
- margin-left:-1px;
- margin-top:0px;
- }
- .tags {
- text-align:center;
- font-size:10px;
- width:200px;
- margin-left:auto;
- margin-right:auto;
- height:auto;
- background:transparent;
- text-transform:uppercase;
- float:center;
- padding:10px;
- padding-top:5px;
- margin-top:0px;
- margin-bottom:0px;
- font-size:7.5px;
- }
- .tags a{
- margin-left:4px;
- background:transparent;
- text-transform:uppercase;
- color:#999;
- -webkit-transition: all 3s ease-in-out;
- -moz-transition: all 3s ease-in-out;
- -ms-transition: all 3s ease-in-out;
- -o-transition: all 3s ease-in-out;
- transition: all 3s ease-in-out;
- }
- .tags a:hover {
- font-style:italic;
- -webkit-transition: all 3s ease-in-out;
- -moz-transition: all 3s ease-in-out;
- -ms-transition: all 3s ease-in-out;
- -o-transition: all 3s ease-in-out;
- transition: all 3s ease-in-out;
- }
- #copyr {
- background:{color:header bg};
- padding:10px;
- height:10px;
- width:100%;
- position:fixed;
- bottom:0px;
- left:0px;
- z-index:9;
- text-align:center;
- }
- #meio {
- margin-top:0px;
- width:200px;
- background:transparent;
- float:center;
- margin-left:auto;
- margin-right:auto;
- text-align:center;
- }
- .sform input {
- font-size:10px;
- color:{color:borders};
- text-align:left;
- float:left;
- background:transparent;
- border:0px;
- padding:5px;
- letter-spacing:2px;
- background:transparent;
- }
- ::-webkit-input-placeholder { color: {color:search box text}; }
- :-moz-placeholder { color: {color:search box text}; }
- ::-moz-placeholder { color: {color:search box text}; }
- :-ms-input-placeholder { color: {color:search box text}; }
- .sbox {
- margin-left:5px;
- margin-top:-4px;
- width:150px;
- float:left;
- -webkit-transition:all 0.3s ease-out;
- -moz-transition:all 0.3s ease-out;
- transition:all 0.3s ease-out;
- }
- .sbox:hover {
- background:#eee;
- color:{color:search box text typing};
- -webkit-transition:all 0.3s ease-out;
- -moz-transition:all 0.3s ease-out;
- transition:all 0.3s ease-out;
- }
- .go {
- background:transparent;
- padding-right:5px;
- border-right:1px solid {color:borders};
- color:#999;
- height:15px;
- width:15px;
- float:left;
- text-align:left;
- margin-top:0px;
- margin-left:20px;
- }
- #lado {
- margin-top:-13px;
- height:10px;
- width:150px;
- background:transparent;
- float:right;
- margin-right:30px;
- text-align:right;
- }
- #plantes {
- margin-top:0px;
- margin-bottom:-30px;
- margin-left:0px;
- width:220px;
- {block:PermalinkPage}
- width:470px;
- {/block:PermalinkPage}
- text-align:left;
- padding-top:10px;
- padding-bottom:0px;
- padding:15px;
- background:transparent;
- }
- #timage {
- position:fixed;
- top:390px;
- left:170px;
- padding:10px;
- border-radius:100%;
- width:70px;
- z-index:9;
- background:{color:header bg};
- }
- #about {
- position:fixed;
- top:270px;
- left:100px;
- width:200px;
- z-index:9;
- border-radius:10px;
- background:{color:header bg};
- padding:15px;
- text-align:center;
- height:55px;
- overflow:auto;
- }
- #atri {
- position:fixed;
- z-index:9;
- left:180px;
- top:330px;
- width: 0;
- height: 0;
- border-style: solid;
- border-width: 40px 35px 0 35px;
- border-color: {color:header bg} transparent transparent transparent;
- }
- {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 id="atri"></div>
- <div id="about">
- {description}
- </div>
- <center><img id="timage" src="{image:sidebar}">
- <div id="top3">
- <center><div id="navigation">
- <a href="{text:link1url}" >{text:link1}</a>
- <a href="{text:link2url}" >{text:link2}</a>
- <a href="/" style="color:{color:title}; text-transform:uppercase; font-size:19px;">{Title}</a>
- <a href="{text:link3url}" >{text:link3}</a>
- <a href="{text:link4url}" >{text:link4}</a>
- </div>
- </div></center>
- {block:IFBottomBar}
- <div id="copyr">
- <div class="go"><li class="fa fa-search"></li></div>
- <form action="/search" method="get" class="sform" name="form">
- <input type="text" name="q" value="{SearchQuery}" class="sbox" placeholder="Search here"/></form>
- <div id="meio"> © {CopyrightYears} - All rights reserved. </div>
- <div id="lado">
- <li class="fa fa-bar-chart-o"></li> {text:hits}
- </div>
- </div>
- {/block:IFBottomBar}
- <div id="post">
- {block:Posts}
- <div class="entry">
- <div class="perm">
- {block:RebloggedFrom}
- <a href="{ReblogRootURL}"><img class="si" title="{ReblogRootName}" src="{ReblogRootPortraitURL-24}"> </a>
- {/block:RebloggedFrom}
- <div class="date">
- <a href="{Permalink}">{DayOfMonthWithZero} {Month}</a>
- </div>
- </div>
- {block:Title}<h1>{Title}</h1>{/block:Title}
- {block:Text}
- <div style="padding:15px;">{Body}</div>
- {/block:Text}
- {block:Photo}
- <img src="{PhotoURL-500}" width="250"/>
- {/block:Photo}
- {block:Photoset}
- {block:IndexPage} {Photoset-250} {/block:IndexPage}
- {block:permalinkpage} {Photoset-500} {/block:permalinkpage}
- {/block:Photoset}
- {block:Quote}
- <div style="text-align:center; padding:20px; padding-bottom:0px; font-weight:normal; font-size:15px;">{Quote}</br></div>
- <div align="right" style="text-align:center; font-size:9px; text-transform:uppercase; margin-bottom:10px;">
- </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>
- <div style="padding:15px;">{block:Description}{Description}{/block:Description}</div>
- {/block:Link}
- {block:Chat}
- <div style="padding:15px;">
- {block:Lines}
- {block:Label}
- <br><b>{Label}</b>
- {/block:Label}
- {Line}
- {/block:Lines}
- </div>
- {/block:Chat}
- {block:Audio}
- <div style="padding:15px;"><div class="audioicon"><div class="player"><div class="audioplay">{AudioPlayer}</div></div><div class="audiodesc"><b>{block:TrackName}{TrackName}{/block:TrackName}</b> {block:Artist}, {Artist}{/block:Artist}</div></div></div>{/block:Audio}
- {block:Answer}
- <div style="padding:15px;">
- <div id="question">
- <div id="asked_question"><span id="asker">{Asker}</span>:<br>{Question}</div>
- </div>
- <div class="asktri"></div>
- <div id="answer">
- {Answer}
- </div>
- </div>
- {/block:Answer}
- <div style="width:250px;">
- {block:Caption}
- <div id="plantes">
- {block:IfCaption} {Caption} {/block:IfCaption}
- </div>
- {/block:Caption}
- <center><div class="reblog">
- <a href="{Permalink}"><li class="fa fa-eye"></li> {NoteCOunt}</a>
-
- <a href="{ReblogUrl}"><li class="fa fa-refresh"></li> rblg</a>
- </div>
- </div></center>
- {block:IfTags}<div class="tags">
- {block:HasTags} </br> {block:Tags}<a href="{TagURL}">#{Tag} </a>{/block:Tags}{/block:HasTags}</div>{block:IfTags}
- {block:PermalinkPage}
- <div style="padding:10px;">
- <center> {block:Caption} {Caption} {/block:Caption}</br></br></center>
- <b>NOTES:</b> {NoteCount} </br>
- <b>DATE:</b> {DayOfMonthWithZero} {Month}
- </div>
- {block:PostNotes}<div id="notas">{PostNotes}</div>{/block:PostNotes}</div>
- {/block:PermalinkPage}
- </div>
- {/block:Posts}
- </div>
- {block:IfNotInfiniteScroll}
- <div id="top2">
- {block:Pagination}
- {block:PreviousPage}
- <a href="{PreviousPage}">Back</a>
- {/block:PreviousPage}
- {block:JumpPagination length="5"}
- {block:CurrentPage}
- <a href="#"><span class="current_page"><li style="font-size:10px;" class="fa fa-music"></li></a></span></a>
- {/block:CurrentPage}
- {block:JumpPage}
- <a class="jump_page" href="{URL}">{PageNumber}</a>
- {/block:JumpPage}
- {/block:JumpPagination}
- {block:NextPage}
- <a href="{NextPage}">Next</a>
- {/block:NextPage}
- {/block:Pagination}
- </div>
- {/block:IfNotInfiniteScroll}
- <div id="top1">
- <a href="http://amplamente.tumblr.com/" title="amplamente">Am</a>
- </div>
- {block:IfInfiniteScroll}
- <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>
- {/block:IfInfiniteScroll}
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement