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="#fff"/>
- <meta name="color:Post Bg" content="#fff"/>
- <meta name="color:Perma bg" content="green"/>
- <meta name="color:Perma link" content="#888888"/>
- <meta name="color:Tooltip bg" content="#000000"/>
- <meta name="color:Tooltip text" content="#ffffff"/>
- <meta name="color:Text" content="#999"/>
- <meta name="color:Link" content="#222222"/>
- <meta name="color:Bold" content="#191919"/>
- <meta name="color:Italic" content="#f54349"/>
- <meta name="color:Sidebar link" content="#191919"/>
- <meta name="color:Sidebar link hover" content="#ffffff"/>
- <meta name="color:Sidebar bg" content="#000"/>
- <meta name="color:Sidebar Border" content="#999"/>
- <meta name="color:Title" content="#888888"/>
- <meta name="color:Scrollbar" content="#000000"/>
- <meta name="if:InfiniteScroll" content="0"/>
- <meta name="if:Tags" content="0"/>
- <meta name="if:Caption" 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="/" />
- <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'>
- <script type="text/javascript">
- /* Photoset Resize Code by Kevin - EXCOLO.TUMBLR.COM */
- $(document).ready(function() {
- function photosetResize() {
- $('iframe.photoset').each(function(){
- var newSize = 200;
- var newSrc = $(this).attr('src').replace('2250',newSize);
- $(this).attr('src', newSrc).width(newSize);
- var high = $(this).css('height');
- var calculate = parseInt(high, 10)* newSize/250;
- $(this).css('height', calculate);
- });
- }
- photosetResize();
- });
- </script>
- <style type="text/css">
- h3 {
- font-family:Montserrat;
- text-transform:uppercase;
- font-weight:normal;
- padding:10px;
- background:transparent;
- margin-top:15px;
- margin-bottom:0;
- text-align:center;
- font-size:20px;
- }
- blockquote {
- margin-left:20px;
- padding-left:10px;
- border-left:2px solid{color:text};
- background:transparent;
- }
- #sidepam {
- width:700px;
- height:auto;
- margin-left:auto;
- margin-right:auto;
- margin-top:20px;
- text-align:center;
- background:{color:sidebar bg};
- }
- #sidepam img {
- width:700px;
- float:center;
- margin-top:0px;
- background:{color:sidebar bg};
- -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:text};
- padding-top:20px;
- padding-bottom:20px;
- margin-top:10px;
- min-height:20px;
- max-width:100px;
- {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');
- }
- b { color: {color:bold}; !important; }
- i { color: {color:italic} ;!important; }
- u { border-bottom: 1px solid {color:link}; text-decoration:none;}
- #calado{
- background:transparent;
- margin-left:auto;
- margin-right:auto;
- margin-top:0px;
- margin-bottom:20px;
- padding-bottom:20px;
- width:100%;
- text-align:center;
- }
- #calado a {
- text-shadow:none;
- padding:5px;
- padding-left:6px;
- padding-right:6px;
- font-size:9px;
- font-weight:normal;
- margin-left:5px;
- text-transform:uppercase;
- font-family: montserrat;
- display:inline-block;
- text-align:center;
- color:{color:Sidebar 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;
- text-decoration:line-through;
- -webkit-transition:all 0.3s ease-out;
- -moz-transition:all 0.3s ease-out;
- transition:all 0.3s ease-out;
- }
- .tmblr-iframe.tmblr-iframe--desktop-loggedin-controls.iframe-controls--desktop { opacity:0.2; }
- 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:2px;
- float:center;
- margin-left:auto;
- margin-right:auto;
- width:60%;
- background:transparent;
- font-size:10px;
- font-family: Cantarell ;
- text-align:center;
- color:{color:sidebar description};
- }
- .date {
- font-family:montserrat;
- line-height:20px;
- margin-top:0px;
- margin-right:0px;
- padding:5px;
- float:center;
- color:black;
- text-align:center;
- background-color:transparent;
- font-size:9.5px;
- {block:PermalinkPage}
- display:none;
- {/block:PermalinkPage}
- }
- .date a{color:{color:perma link}; text-shadow:none;}
- .date a:hover {border-bottom:none; cursor:help; text-shadow:none; color:{color:link hover}; text-decoration:underline;}
- .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:0px;
- top:0px;
- 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{
- overflow-x:hidden;
- 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:810px;
- margin-left:auto;
- margin-right:auto;
- float:center;
- background-color:transparent;
- }
- .entry{
- padding:2px;
- background:{color:post bg};
- width:205px;
- height:auto;
- float:right;
- margin:30px;
- {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:4px;
- max-width:200px;
- {block:permalinkpage}
- width:500px;
- max-width:500px;
- {/block:permalinkpage}
- }
- .entry .perm{
- text-transform:uppercase;
- background:{color:perma bg};
- padding:5px;
- text-align:left;
- margin-top:1px;
- margin-left:3px;
- width:190px;
- height:30px;
- 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:Sidebar link};
- }
- #poxa {
- margin-top:15px;
- margin-left:0px;
- text-align:center;
- margin-bottom:0px;
- }
- #poxa a {
- padding:10px;
- padding-bottom:35px;
- font-size:10px;
- text-align:left;
- color:{color:sidebar link hover};
- border-bottom:2.5px solid transparent;
- margin-left:3px;
- width:auto;
- 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 {
- text-shadow:none;
- color:{color:sidebar link};
- border-bottom:2.5px solid;
- padding-bottom:10px;
- -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:Sidebar link};background: transparent;}
- #top1 a{color:{color:link};}
- #top1 a:hover {color:{color:Sidebar link hover}; }
- #top3 {position:fixed; bottom:30px; font-weight:bold; width:auto; height:auto; letter-spacing: 1px; float:left; font-family:montserrat; padding:0px; font-size:10px; text-transform:uppercase; text-align:center; color:{color:Sidebar link};background: transparent; left:30px;}
- #top3 a{color:{color:link};}
- #top3 a:hover {color:{color:Sidebar link hover}; }
- .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);
- }
- .set {
- width: 0;
- height: 0;
- border-style: solid;
- border-width: 20px 25px 0 25px;
- border-color: {color:perma bg} transparent transparent transparent;
- margin-top:0px;
- margin-left:70px;
- }
- .sot {
- width: 0;
- height: 0;
- border-style: solid;
- border-width: 0 25px 30px 25px;
- border-color: transparent transparent {color:sidebar bg}; transparent;
- margin-top:-30px;
- margin-left:auto;
- margin-right:auto;
- float:center;
- position:relative;
- }
- .photoset img{
- max-width:200px;
- height:auto;
- }
- .veremos {
- height:auto;
- }
- .veremos img{
- max-width:200px;
- height:auto;
- }
- {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">
- <img src="{image:sidebar image}">
- <div class="sot"></div>
- <h3><a href="/">{Title}</a></h3>
- <div class="optional">{description}</div>
- <div id="calado">
- <a href="{text:link1url}" >{text:link1}</a>
- <a href="{text:link2url}" >{text:link2}</a>
- <a href="{text:link3url}" >{text:link3}</a>
- <a href="#?w=300" rel="box1" class="poplight">blogroll</a>
- <a href="#?w=300" rel="box2" class="poplight">ask</a>
- </div>
- <div id="top3">
- {block:IfNotInfiniteScroll}
- {block:Pagination}
- {block:PreviousPage}
- <a href="{PreviousPage}"><li style="font-size:8px" class="fa fa-chevron-left"></li> previous</a></br>
- {/block:PreviousPage}
- {block:NextPage}
- <a href="{NextPage}" id="next">next <li style="font-size:8px" class="fa fa-chevron-right"></li>
- </a>
- {/block:NextPage}
- {/block:Pagination}
- {/block:IfNotInfiniteScroll}
- </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="date">
- <a href="{ReblogURl}">reblog</a>
- <a href="{permalink}" >{block:date}{DayOfMonthWithZero}.{MonthNumberWithZero}.{ShortYear}{/block:date}</a> <a href="{permalink}">{NoteCount}</a>
- </div>
- <div class="set"></div>
- </div>
- {/block:Text}
- {block:Photo}
- <a href="{permalink}" ><img src="{PhotoURL-500}" width="200"/></a>
- <div class="perm">
- <div class="date">
- <a href="{ReblogURl}">reblog</a>
- <a href="{permalink}" >{block:date}{DayOfMonthWithZero}.{MonthNumberWithZero}.{ShortYear}{/block:date}</a> <a href="{permalink}">{NoteCount}</a>
- </div>
- <div class="set"></div>
- </div>
- {/block:Photo}
- {block:Photoset}
- <div class="veremos">{Photoset-250}</div>
- <center>
- <a href="{ReblogURl}">REBLOG</a>
- <a href="{permalink}" >{block:date}{DayOfMonthWithZero}.{MonthNumberWithZero}.{ShortYear}{/block:date}</a> <a href="{permalink}">{NoteCount}</a></center>
- {/block:Photoset}
- {block:Quote}
- <div style="padding:10px;">
- {Quote}
- <div align="right">
- {block:Source}-{Source}{/block:Source}
- </div></div>
- <center>
- <a href="{ReblogURl}">REBLOG</a>
- <a href="{permalink}" >{block:date}{DayOfMonthWithZero}.{MonthNumberWithZero}.{ShortYear}{/block:date}</a> <a href="{permalink}">{NoteCount}</a></center>
- {/block:Quote}
- {block:Video}
- {Video-200}
- <br>
- {PlayCountWithLabel}
- <div class="perm">
- <div class="date">
- <a href="{ReblogURl}">reblog</a>
- <a href="{permalink}" >{block:date}{DayOfMonthWithZero}.{MonthNumberWithZero}.{ShortYear}{/block:date}</a> <a href="{permalink}">{NoteCount}</a>
- </div>
- <div class="set"></div>
- </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="date">
- <a href="{ReblogURl}">reblog</a>
- <a href="{permalink}" >{block:date}{DayOfMonthWithZero}.{MonthNumberWithZero}.{ShortYear}{/block:date}</a> <a href="{permalink}">{NoteCount}</a>
- </div>
- <div class="set"></div>
- </div>
- {/block:Link}
- {block:Chat}
- {block:Lines}
- {block:Label}
- <br><b>{Label}</b>
- {/block:Label}
- {Line}
- {/block:Lines}
- {/block:Chat}
- {block:Audio}
- {AudioPlayerGrey}
- <br><div align="right">{block:Artist}
- Artist: {Artist}</div>
- {/block:Artist}<br>
- <div class="perm">
- <div class="date">
- <a href="{ReblogURl}">reblog</a>
- <a href="{permalink}" >{block:date}{DayOfMonthWithZero}.{MonthNumberWithZero}.{ShortYear}{/block:date}</a> <a href="{permalink}">{NoteCount}</a>
- </div>
- <div class="set"></div>
- </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>
- <center>
- <a href="{ReblogURl}">REBLOG</a>
- <a href="{permalink}" >{block:date}{DayOfMonthWithZero}.{MonthNumberWithZero}.{ShortYear}{/block:date}</a> <a href="{permalink}">{NoteCount}</a></center>
- {/block:Answer}
- {block:IFCaption}
- <div style="padding:10px;">{block:Caption}{Caption}{/block:Caption}</div>
- {/block:IFCaption}
- {block:IfTags}<div class="tags">
- {block:HasTags} </br> {block:Tags}<a href="{TagURL}">#{Tag} </a>{/block:Tags}{/block:HasTags}</div>{/block:IfTags}
- {block:PermalinkPage}
- <br>
- <center>{block:Date}{ShortMonth} {DayofMonth}{DayofMonthSuffix} {Year}{/block:Date}{block:NoteCount} </br> {NoteCount}{/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="box2" class="popup_block">
- <h3>Ask</h3>
- <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">
- <h3>following</h3>
- <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