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">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:Background" content="#f6f6f6"/>
- <meta name="color:Post Bg" content="#fff"/>
- <meta name="color:Description" content="#ffffff"/>
- <meta name="color:Sidebar description" content="#888888"/>
- <meta name="color:Tooltip bg" content="#000000"/>
- <meta name="color:Tooltip text" content="#ffffff"/>
- <meta name="color:Search box text" content="#ffffff"/>
- <meta name="color:Search box text typing" content="#000"/>
- <meta name="color:Border" content="#888888"/>
- <meta name="color:Text" content="#888888"/>
- <meta name="color:Link" content="#222222"/>
- <meta name="color:Bold" content="#191919"/>
- <meta name="color:Italic" content="#f54349"/>
- <meta name="color:Header Bg" content="#fff"/>
- <meta name="color:Header Border" content="#eee"/>
- <meta name="color:Header link" content="#ffffff"/>
- <meta name="color:Header link hover" content="#ffffff"/>
- <meta name="color:Sidebar bg" content="#fff"/>
- <meta name="color:Sidebar Border" content="#eee"/>
- <meta name="color:Scrollbar" content="#000000"/>
- <meta name="if:InfiniteScroll" content="0"/>
- <meta name="if:Tags" content="0"/>
- <meta name="image:Background" content=""/>
- <meta name="image:Sidebar image" content="http://i.imgur.com/TAFaAB3.png"/>
- <meta name="text:Your Url" content="amplamente" />
- <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="/" />
- <meta name="text:link5" content="link 5" />
- <meta name="text:link5url" content="/" />
- <meta name="text:link6" content="link 6" />
- <meta name="text:link6url" content="/" />
- <meta name="text:Facebook Url" content="https://www.facebook.com/Exemplo" />
- <meta name="text:Instagram Url" content="/" />
- <meta name="text:Twitter Url" content="/" />
- <meta name="text:Pinterest Url" content="/" />
- <meta name="text:Tumblr Url" content="/" />
- <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>
- <link href='https://fonts.googleapis.com/css?family=Montserrat' 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=Allura' 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=Cantarell:400,700,400italic,700italic' rel='stylesheet' type='text/css'>
- <style type="text/css">
- h5 {
- font-family:Montserrat;
- text-transform:uppercase;
- font-weight:normal;
- padding:10px;
- background:transparent;
- margin-top:0;
- margin-bottom:10px;
- text-align:left;
- font-size:20px;
- }
- h6 {
- font-family:cantarell;
- font-size:15px;
- text-transform:none;
- padding-bottom:20px;
- padding-top:0px;
- padding:5px;
- margin-top:-3px;
- margin-bottom:5px;
- border-bottom:1px solid {color:sidebar border};
- width:190px;
- background:transparent;
- font-weight:normal;
- }
- blockquote {
- margin-left:20px;
- padding-left:10px;
- border-left:2px solid{color:text};
- background:transparent;
- }
- .sform input {
- font-family:cantarell;
- text-transform:uppercase;
- font-size:8px;
- letter-spacing:2px;
- color:{color:search box text};
- text-align:center;
- background:{color:sidebar bg};
- border:0px;
- padding:7px;
- border:1px solid 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 {
- border-radius:2px;
- margin-left:0px;
- margin-top:10px;
- margin-bottom:10px;
- width:150px;
- float:center;
- -webkit-transition:all 0.3s ease-out;
- -moz-transition:all 0.3s ease-out;
- transition:all 0.3s ease-out;
- }
- .sbox:hover {
- border:1px solid {color:sidebar border};
- 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;
- }
- #sidepam {
- position:fixed;
- width:200px;
- height:auto;
- left:150px;
- top:200px;
- text-align:center;
- background:{color:sidebar bg};
- padding:5px;
- border:1px solid {color:sidebar border};
- }
- #sidepam img {
- border-radius:3px;
- width:200px;
- float:center;
- -webkit-transition: all 0.5s ease;
- -moz-transition: all 0.5s ease;
- -o-transition: all 0.5s ease;
- -ms-transition: all 0.5s ease;
- transition: all 0.5s ease;
- -webkit-filter: grayscale(0);
- }
- #sidepam img:hover {
- -webkit-filter: grayscale(0.7);
- transition:All .5s ease;
- -o-transition:All .5s ease;
- -webkit-transition: all 0.5s ease;
- -moz-transition: all 0.5s ease;
- -o-transition: all 0.5s ease;
- -ms-transition: all 0.5s ease;
- transition: all 0.5s ease;
- }
- #question {padding:0px; margin-bottom:5px;}
- #asker {font-weight:normal; font-family:montserrat; text-transform:uppercase; font-style:normal; }
- #asker a { text-align:center; font-size:12px; padding-bottom:5px;}
- #asked_question {
- background-color:transparent;
- padding:10px;
- width:100%;
- font-style:italic;
- text-align:center;
- border:1px solid {color:border};
- padding-top:20px;
- padding-bottom:20px;
- margin-top:10px;
- min-height:20px;
- max-width:100px;
- border-radius:10px;
- border-bottom-left-radius:0px;
- {block:permalinkpage}
- max-width:490px;
- {/block:permalinkpage}
- margin-left:auto;
- margin-right:auto;
- padding-left:50px;
- padding-right:50px;
- }
- #answer {
- padding:2px 10px;
- background:transparent;
- margin-left:5px;
- }
- #s-m-t-tooltip {
- max-width:300px;
- padding:8px;
- margin:15px 20px;
- background-color: {color:tooltip bg};
- font-family: cantarell;
- font-size:9px;
- letter-spacing:2px;
- text-transform:uppercase;
- color:{color:tooltip text};
- z-index:9999999;
- }
- ul {
- list-style-image: url('https://36.media.tumblr.com/42d55f9956e3e8c0dfb590b504f4939d/tumblr_inline_nvag3cwzpq1rj4inb_540.png');
- }
- #top2 {
- font-weight:bold;
- height:40px;
- width:100%;
- letter-spacing: 1px;
- right:0px;
- top:0px;
- font-size:12px;
- position:fixed;
- background:{color:header bg};
- border-bottom:1px solid {color:header border};
- z-index:2;
- -webkit-transition:all 0.3s ease-out;
- -moz-transition:all 0.3s ease-out;
- transition:all 0.3s ease-out;
- }
- #top2:hover{
- -webkit-transition:all 0.8s ease-out;
- -moz-transition:all 0.8s ease-out;
- transition:all 0.8s ease-out;
- }
- b { color: {color:bold}; !important; }
- i { color: {color:italic} ;!important; }
- u { border-bottom: 1px solid {color:link}; text-decoration:none;}
- #social{
- background:transparent;
- margin-left:0px;
- margin-top:0px;
- width:100%;
- text-align:center;
- }
- #social a {
- text-shadow:none;
- padding:5px;
- padding-left:8px;
- padding-right:8px;
- font-size:10px;
- border-radius:2px;
- margin-left:5px;
- display:inline-block;
- background:{color:sidebar bg};
- color:{color:Header link};
- -webkit-transition:all 0.3s ease-out;
- -moz-transition:all 0.3s ease-out;
- transition:all 0.3s ease-out;
- }
- #social a:hover {
- border-radius:0px;
- text-shadow:none;
- -webkit-transition:all 0.3s ease-out;
- -moz-transition:all 0.3s ease-out;
- transition:all 0.3s ease-out;
- }
- #calado{
- position:fixed;
- z-index:4;
- background:transparent;
- margin-left:auto;
- margin-right:auto;
- margin-top:9px;
- width:100%;
- text-align:center;
- }
- #calado a {
- text-shadow:none;
- padding:5px;
- font-size:10px;
- font-weight:normal;
- margin-left:5px;
- text-transform:uppercase;
- font-family: cantarell;
- display:inline-block;
- text-align:center;
- border-bottom:3px solid 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;
- }
- #calado a:hover {
- text-shadow:none;
- 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 {
- white-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%)
- }
- h1 {
- font-size:35px;
- color:{color:bold};
- font-family:allura;
- text-align:center;
- -webkit-transition:all 0.3s ease-out;
- -moz-transition:all 0.3s ease-out;
- transition:all 0.3s ease-out;
- }
- h1:hover {
- -webkit-transition:all 0.3s ease-out;
- -moz-transition:all 0.3s ease-out;
- transition:all 0.3s ease-out;
- }
- .optional {
- padding:10px;
- margin-top:10px;
- float:center;
- margin-bottom:10px;
- margin-left:auto;
- margin-right:auto;
- width:70%;
- background:transparent;
- font-size:10px;
- font-family: Cantarell ;
- text-align:justify;
- color:{color:sidebar description};
- border-top:1px solid {color:sidebar border};
- border-bottom:1px solid {color:sidebar border};
- }
- .date {
- font-family:cantarell;
- line-height:20px;
- margin-top:0px;
- margin-left:10px;
- padding:5px;
- float:right;
- text-align:right;
- background-color:transparent;
- font-size:10px;
- {block:PermalinkPage}
- display:none;
- {/block:PermalinkPage}
- }
- .date a{color:#999; text-shadow:none;}
- .date a:hover {border-bottom:none; cursor:help; text-shadow:none; color:{color:link hover}; }
- .reblog {
- margin-top:2px;
- margin-left:10px;
- float:left;
- background-color:transparent;
- padding:5px;
- font-size:12px;
- color:gray;
- font-weight:bold;
- {block:PermalinkPage}
- display:none;
- {/block:PermalinkPage}
- }
- .likie {
- margin-top:2px;
- margin-left:10px;
- float:left;
- background-color:transparent;
- padding:5px;
- padding-bottom:3px;
- font-size:15px;
- color:#000;
- font-weight:bold;
- {block:PermalinkPage}
- display:none;
- {/block:PermalinkPage}
- }
- .reblog a{color:{color:post bg};}
- .popup_block{
- width:300px;
- display:none;
- background:transparent;
- padding:20px;
- float:left;
- position:fixed;
- top:50%;left:50%;
- z-index: 99999;
- }
- *html #fade {position: absolute;}
- *html .popup_block {position: absolute;}
- #fade {
- display:none;
- position:fixed;
- left:400px;
- top:41px;
- width:100%;
- height:100%;
- z-index:9999;
- background:{color:background};
- 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;
- text-shadow:10px 0px transparent, -10px 0px transparent;
- }
- a:hover{
- text-shadow:0px 0px {color:link}, 0px 0px {color:link};
- -webkit-transition:all 0.3s ease-out;
- -moz-transition:all 0.3s ease-out;
- transition:all 0.3s ease-out;
- }
- body{
- cursor:crosshair;
- color:{color:Text};
- font-family: 'Cantarell', sans-serif;
- font-size:10px;
- background: {color:background} url("{image:background}") fixed;
- }
- h2 {text-align:center; text-transform:none;}
- #post{
- margin-top:20px;
- padding-top:0px;
- width:750px;
- margin-left:450px;
- background-color:transparent;
- padding:5px;
- }
- .entry{
- border:1px solid {color:border};
- padding:5px;
- background:{color:post bg};
- width:255px;
- height:auto;
- float:right;
- margin:50px;
- {block:PermalinkPage}
- width:505px;
- height:auto;
- {/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{
- float:right;
- margin:2px;
- margin-bottom:10px;
- {block:permalinkpage}
- width:500px;
- {/block:permalinkpage}
- }
- .entry .perm{
- text-transform:uppercase;
- background:{color:post bg};
- border:1px solid {color:border};
- padding:5px;
- text-align:left;
- margin-top:15px;
- margin-left:-6px;
- width:256px;
- height:auto;
- position:absolute;
- opacity:0.0;
- font-family: inconsolata;
- {block:PermalinkPage}
- display:none;
- {/block:PermalinkPage}
- -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;
- }
- ::-moz-selection { background: {color:text}; color: {color:background}; }
- ::selection { background: {color:text}; color: {color:background}; }
- .pagination {
- display: none;
- }
- ::-webkit-scrollbar-thumb:vertical {
- background-color: {color:scrollbar};
- width:1px;
- height:2px;
- border-left: 5px solid {color:background};
- border-right: 5px solid {color:background};
- }
- ::-webkit-scrollbar-thumb:horizontal {
- background-color:{color:background};
- }
- ::-webkit-scrollbar {
- width: 11px;
- background-color:{color:background};
- }
- ::-webkit-scrollbar-track {
- background-color: #ddd;
- border-left: 5px solid {color:background};
- border-right: 5px solid {color:background};
- border-top: 15px solid {color:background};
- border-bottom: 15px solid {color:background};
- }
- #notas {
- margin-top:10px;
- width:100%;
- height:200px;
- overflow-y:auto;
- background:transparent;
- }
- .notes img {
- width: 0px;
- height:0px;
- 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%;
- margin-top: 5px;
- margin-left: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;}
- #uou {
- padding:20px;
- top:60px;
- left:950px;
- position:fixed;
- margin-bottom:10px;
- padding:2px:
- width:300px!important;
- height:auto;
- background:#fff;
- font-size:10px;
- font-family: 'calibri', ;
- text-transform:uppercase;
- text-align:center;
- color:{color:text};
- }
- h4 {
- font-weight:bold;
- font-size:20px;
- text-transform:none;
- text-align:center;
- Font-family:allura;
- color:{color:Header link};
- }
- #poxa {
- margin-top:15px;
- margin-left:0px;
- text-align:center;
- margin-bottom:0px;
- }
- #poxa a {
- padding:10px;
- font-size:10px;
- text-align:center;
- background:{color:sidebar bg};
- color:{color:text};
- border:1px solid {color:sidebar border};
- margin-left:3px;
- width:auto;
- margin:7px;
- font-family:montserrat;
- text-transform:uppercase;
- display:inline-block;
- -webkit-transition:all 0.3s ease-out;
- -moz-transition:all 0.3s ease-out;
- transition:all 0.3s ease-out;
- text-decoration:none;
- text-shadow:none;
- }
- #poxa a:hover {
- font-style:italic;
- text-shadow:none;
- background:{color:header link};
- 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;}
- .tags {
- text-align:center;
- padding:2px;
- font-family:cantarell;
- font-size:9px;
- width:200px;
- background:transparent;
- float:center;
- margin-top:20px;
- margin-bottom:10px;
- margin-left:15px;
- text-transform:none;
- }
- .tags a{
- padding:2px;
- margin-left:4px;
- color:#999;
- }
- .tags a:hover {
- font-style:italic;
- background:transparent;
- color:#999;
- }
- #top1 { position:fixed; font-weight:bold; width:auto; height:auto; letter-spacing: 1px; right:30px; bottom:20px; padding:8px; font-size:10px; text-transform:uppercase; font-family:montserrat; line-height:14px; text-align:right; z-index:99; color:{color:header link};background: transparent;}
- #top1 a{color:{color:link};}
- #top1 a:hover {color:{color:header link}; }
- .ff {
- width:300px;
- height:300px;
- padding:10px;
- background:transparent;
- overflow-y:auto;
- overflow-x:hidden;
- }
- .ff img{
- max-width:30px;
- padding:3px;
- background:{color:sidebar bg};
- border:1px solid {color:sidebar border};
- margin:5px;
- -webkit-transition: all 0.5s ease;
- -moz-transition: all 0.5s ease;
- -o-transition: all 0.5s ease;
- -ms-transition: all 0.5s ease;
- transition: all 0.5s ease;
- -webkit-filter: grayscale(0);
- }
- .ff img:hover {
- -webkit-transition: all 0.5s ease;
- -moz-transition: all 0.5s ease;
- -o-transition: all 0.5s ease;
- -ms-transition: all 0.5s ease;
- transition: all 0.5s ease;
- -webkit-filter: grayscale(1);
- }
- {CustomCSS}
- </style>
- <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.6.1/jquery.min.js"></script>
- </head>
- <body>
- <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>
- <div id="sidepam">
- <h6>{title}</h6>
- <img src="{image:Sidebar image}">
- <div class="optional">{description}</div>
- <div id="social">
- <a href="{text:Facebook Url}" target="_blank" title="facebook"><li class="fa fa-facebook"></li>
- </a>
- <a href="{text:Instagram Url}" target="_blank" title="instagram"><li class="fa fa-instagram"></li>
- </a>
- <a href="{text:Twitter Url}" target="_blank" title="twitter"><li class="fa fa-twitter"></li></a>
- <a href="{text:Pinterest Url}" target="_blank" title="pinterest">
- <li class="fa fa-pinterest"></li>
- </a>
- <a href="{text:Tumblr Url}" target="_blank" title="tumblr"><li class="fa fa-tumblr"></li></a>
- </div>
- <form action="/search" method="get" class="sform" name="form">
- <input type="text" name="q" value="{SearchQuery}" class="sbox" placeholder="search here"/></form>
- </div>
- <div id="top2">
- <div id="calado">
- {block:IfNotInfiniteScroll}{block:Pagination}
- {block:PreviousPage}<a href="{PreviousPage}" style='color:{color:Header link hover};'><li class="fa fa-angle-double-left"></li> previous</a>{/block:PreviousPage}{/block:Pagination}{/block:IfNotInfiniteScroll}
- <a href="/">Home</a>
- <a href="/archive">archive</a>
- <a href="/submit">submit</a>
- <a href="#?w=300" rel="box1" class="poplight">blogroll</a>
- <a href="#?w=300" rel="box2" class="poplight">ask</a>
- <a href="#?w=300" rel="box3" class="poplight">navigation</a>
- {block:IfNotInfiniteScroll}{block:Pagination}{block:NextPage}
- <a href="{NextPage}" id="next" style='color:{color:Header link hover};'>next
- <li class="fa fa-angle-double-right"></li>
- </a>{/block:NextPage}{/block:Pagination}{/block:IfNotInfiniteScroll}
- {/block:Pagination}
- </div></div>
- <div id="post">
- {block:Posts}
- <div class="entry">
- {block:Title}<h1>{Title}</h1>{/block:Title}
- {block:Text}
- {Body}
- <div class="perm">
- <div class="reblog">{ReblogButton color="gray" size="13"}</div>
- <div class="likie" >{LikeButton color="gray" size="13"}</div>
- <div class="date"><a href="{permalink}" title="permalink page">{block:Date} {DayOfMonthWithZero} {ShortMonth} {Year} {/block:Date}</a> <li class="fa fa-star"></li>
- <a href="{permalink}">{NoteCountWithLabel}</a>
- </div>
- {block:IfTags}<div class="tags">
- {block:HasTags} </br> {block:Tags}<a href="{TagURL}">#{Tag} </a>{/block:Tags}{/block:HasTags}</div>{/block:IfTags}
- </div>
- {/block:Text}
- {block:Photo}
- <a href="{permalink}" ><img src="{PhotoURL-500}" width="250"/></a>
- <div style="padding:10px;">{block:Caption}{Caption}{/block:Caption}</div>
- <div class="perm">
- <div class="reblog">{ReblogButton color="gray" size="13"}</div>
- <div class="likie" >{LikeButton color="gray" size="13"}</div>
- <div class="date"><a href="{permalink}" title="permalink page">{block:Date} {DayOfMonthWithZero} {ShortMonth} {Year} {/block:Date}</a> <li class="fa fa-star"></li>
- <a href="{permalink}">{NoteCountWithLabel}</a>
- </div>
- {block:IfTags}<div class="tags">
- {block:HasTags} </br> {block:Tags}<a href="{TagURL}">#{Tag} </a>{/block:Tags}{/block:HasTags}</div>{/block:IfTags}
- </div>
- {/block:Photo}
- {block:Photoset}
- {Photoset-250}
- <div style="padding:10px;">{block:Caption}{Caption}{/block:Caption}</div>
- <div class="perm">
- <div class="reblog">{ReblogButton color="gray" size="13"}</div>
- <div class="likie" >{LikeButton color="gray" size="13"}</div>
- <div class="date"><a href="{permalink}" title="permalink page">{block:Date} {DayOfMonthWithZero} {ShortMonth} {Year} {/block:Date}</a> <li class="fa fa-star"></li>
- <a href="{permalink}">{NoteCountWithLabel}</a>
- </div>
- {block:IfTags}<div class="tags">
- {block:HasTags} </br> {block:Tags}<a href="{TagURL}">#{Tag} </a>{/block:Tags}{/block:HasTags}</div>{/block:IfTags}
- </div>
- {/block:Photoset}
- {block:Quote}
- <div style="padding:10px;">
- {Quote}
- <div align="right">
- {block:Source}-{Source}{/block:Source}
- </div>
- {block:Caption}{Caption}{/block:Caption}</br><center>
- <a href="{permalink}">{notecountwithlabel}</a> <a href="{reblogurl}">Reblog</a></center>
- </div>
- {/block:Quote}
- {block:Video}
- {Video-250}
- <br>
- {PlayCountWithLabel}
- <div style="padding:10px;">{block:Caption}{Caption}{/block:Caption}</div>
- <div class="perm">
- <div class="reblog">{ReblogButton color="gray" size="13"}</div>
- <div class="likie" >{LikeButton color="gray" size="13"}</div>
- <div class="date"><a href="{permalink}" title="permalink page">{block:Date} {DayOfMonthWithZero} {ShortMonth} {Year} {/block:Date}</a> <li class="fa fa-star"></li>
- <a href="{permalink}">{NoteCountWithLabel}</a>
- </div>
- {block:IfTags}<div class="tags">
- {block:HasTags} </br> {block:Tags}<a href="{TagURL}">#{Tag} </a>{/block:Tags}{/block:HasTags}</div>{/block:IfTags}
- </div>
- {/block:Video}
- {block:Link}
- <h1><a href="{URL}" class="link" {Target}>{Name}</a></h1>
- {block:Description}{Description}{/block:Description}
- <div class="perm">
- <div class="reblog">{ReblogButton color="gray" size="13"}</div>
- <div class="likie" >{LikeButton color="gray" size="13"}</div>
- <div class="date"><a href="{permalink}" title="permalink page">{block:Date} {DayOfMonthWithZero} {ShortMonth} {Year} {/block:Date}</a> <li class="fa fa-star"></li>
- <a href="{permalink}">{NoteCountWithLabel}</a>
- </div>
- {block:IfTags}<div class="tags">
- {block:HasTags} </br> {block:Tags}<a href="{TagURL}">#{Tag} </a>{/block:Tags}{/block:HasTags}</div>{/block:IfTags}
- </div>
- {/block:Link}
- {block:Chat}
- {block:Lines}
- {block:Label}
- <br><b>{Label}</b>
- {/block:Label}
- {Line}
- {/block:Lines}
- <div class="perm">
- <div class="reblog">{ReblogButton color="gray" size="13"}</div>
- <div class="likie" >{LikeButton color="gray" size="13"}</div>
- <div class="date"><a href="{permalink}" title="permalink page">{block:Date} {DayOfMonthWithZero} {ShortMonth} {Year} {/block:Date}</a> <li class="fa fa-star"></li>
- <a href="{permalink}">{NoteCountWithLabel}</a>
- </div>
- {block:IfTags}<div class="tags">
- {block:HasTags} </br> {block:Tags}<a href="{TagURL}">#{Tag} </a>{/block:Tags}{/block:HasTags}</div>{/block:IfTags}
- </div>
- <div style="padding:10px;">{block:Caption}{Caption}{/block:Caption}</div>
- {/block:Chat}
- {block:Audio}
- {AudioPlayerGrey}
- <br><div align="right">{block:Artist}
- Artist: {Artist}</div>
- {/block:Artist}<br>
- <div style="padding:10px;">{block:Caption}{Caption}{/block:Caption}</div>
- <div class="perm">
- <div class="reblog">{ReblogButton color="gray" size="13"}</div>
- <div class="likie" >{LikeButton color="gray" size="13"}</div>
- <div class="date"><a href="{permalink}" title="permalink page">{block:Date} {DayOfMonthWithZero} {ShortMonth} {Year} {/block:Date}</a> <li class="fa fa-star"></li>
- <a href="{permalink}">{NoteCountWithLabel}</a>
- </div>
- {block:IfTags}<div class="tags">
- {block:HasTags} </br> {block:Tags}<a href="{TagURL}">#{Tag} </a>{/block:Tags}{/block:HasTags}</div>{/block:IfTags}
- </div>
- {/block:Audio}
- {block:Answer}
- <div id="question">
- <div id="asked_question"><span id="asker">{Asker}</span>:<br>{Question}</div>
- </div>
- <div id="answer">
- {Answer}
- </div>
- <div class="perm">
- <div class="reblog">{ReblogButton color="gray" size="13"}</div>
- <div class="likie" >{LikeButton color="gray" size="13"}</div>
- <div class="date"><a href="{permalink}" title="permalink page">{block:Date} {DayOfMonthWithZero} {ShortMonth} {Year} {/block:Date}</a> <li class="fa fa-star"></li>
- <a href="{permalink}">{NoteCountWithLabel}</a>
- </div>
- {block:IfTags}<div class="tags">
- {block:HasTags} </br> {block:Tags}<a href="{TagURL}">#{Tag} </a>{/block:Tags}{/block:HasTags}</div>{/block:IfTags}
- </div>
- {/block:Answer}
- {block:PermalinkPage}
- <br>
- <center>{block:Date}{ShortMonth} {DayofMonth}{DayofMonthSuffix} {Year}{/block:Date}{block:NoteCount} </br> {NoteCountWithLabel}{/block:NoteCount}{block:HasTags} </br> {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>
- {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}
- <div id="box3" class="popup_block">
- <h5>extra links</h5>
- <div id="poxa">
- <a href="{text:link1url}" >{text:link1}</a>
- <a href="{text:link2url}" >{text:link2}</a>
- <a href="{text:link3url}" >{text:link3}</a>
- <a href="{text:link4url}" >{text:link4}</a>
- <a href="{text:link5url}" >{text:link5}</a>
- <a href="{text:link6url}" >{text:link6}</a>
- </div>
- </div>
- <div id="box2" class="popup_block">
- <h5>Ask</h5>
- <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>
- </div>
- <div id="box1" class="popup_block">
- <h5>following</h5>
- <div class="ff">
- {block:Following}{block:Followed}<a href="{FollowedURL}" title="{FollowedName}"><img src="{FollowedPortraitURL-48}">{/block:Followed}{/block:Following}
- </div>
- </div>
- <div id="top1">
- <a href="http://amplamente.tumblr.com/" title="tema feito por amplamente">am</a>
- </div>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement