Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html>
- <!-- ─────────╔╗────────────╔╗
- ─────────║║───────────╔╝╚╗
- ╔══╦╗╔╦══╣║╔══╦╗╔╦══╦═╬╗╔╬══╗
- ║╔╗║╚╝║╔╗║║║╔╗║╚╝║║═╣╔╗╣║║║═╣
- ║╔╗║║║║╚╝║╚╣╔╗║║║║║═╣║║║╚╣║═╣
- ╚╝╚╩╩╩╣╔═╩═╩╝╚╩╩╩╩══╩╝╚╩═╩══╝
- ──────║║
- ──────╚╝
- ➸ Tema criado por Carolaine Vieira
- ➸ Theme made by Amplamente
- ➸ http://amplamente.tumblr.com
- ➸ Não retire os crédtios
- ➸ Don't remove credit
- -->
- <head>
- <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="#f3f3f3"/>
- <meta name="color:Post bg" content="#eeeeee"/>
- <meta name="color:Borders" content="#eee"/>
- <meta name="color:Accent" content="#b3d7ff"/>
- <meta name="color:Perma link" content="#888"/>
- <meta name="color:Caption bg" content="#fff"/>
- <meta name="color:Text" content="#888888"/>
- <meta name="color:Link" content="#22f2222"/>
- <meta name="color:Link hover" content="#222222"/>
- <meta name="color:Sidebar bg" content="#fff"/>
- <meta name="color:Sidebar link" content="#999"/>
- <meta name="color:Sidebar link bg" content="#fbfbfb"/>
- <meta name="color:Sidebar link border" content="#eee"/>
- <meta name="color:Sidebar link hover" content="#fff"/>
- <meta name="color:Sidebar link hover bg" content="#000"/>
- <meta name="color:Scrollbar" content="#000000"/>
- <meta name="select:Columns" title="One" content="400px"/>
- <meta name="select:Columns" title="Two" content="950px"/>
- <meta name="if:InfiniteScroll" content="0"/>
- <meta name="if:Right Description" content=""/>
- <meta name="image:Background" content=""/>
- <meta name="image:Sidebar" content=""/>
- <meta name="text:font size" 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 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>
- <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script>
- <script type="text/javascript" src="http://static.tumblr.com/ikeq9mi/DfYl6o46t/scrolltotop.min.js"></script>
- <script>
- window.onload = function () {
- document.body.insertAdjacentHTML( 'beforeEnd', '<iframe id="my-like-frame" style="display:none;"></iframe>' );
- document.addEventListener( 'click', function ( event ) {
- var myLike = event.target;
- if( myLike.className.indexOf( 'my-like' ) > -1 ) {
- var frame = document.getElementById( 'my-like-frame' ),
- liked = ( myLike.className == 'my-liked' ),
- command = liked ? 'unlike' : 'like',
- reblog = myLike.getAttribute( 'data-reblog' ),
- id = myLike.getAttribute( 'data-id' ),
- oauth = reblog.slice( -8 );
- frame.src = 'http://www.tumblr.com/' + command + '/' + oauth + '?id=' + id;
- liked ? myLike.className = 'my-like' : myLike.className = 'my-liked';
- };
- }, false );
- };
- </script>
- <link href='https://fonts.googleapis.com/css?family=Montserrat' rel='stylesheet' type='text/css'>
- <link href='https://fonts.googleapis.com/css?family=Quicksand:400,700' rel='stylesheet' type='text/css'>
- <link href='https://fonts.googleapis.com/css?family=Raleway:400,500,600' 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=Cantarell:400,700,400italic,700italic' rel='stylesheet' type='text/css'>
- <link href='https://fonts.googleapis.com/css?family=Lovers+Quarrel' rel='stylesheet' type='text/css'>
- <link href='https://fonts.googleapis.com/css?family=Noto+Sans:400,400italic,700,700italic' rel='stylesheet' type='text/css'>
- <style type="text/css">
- body{
- cursor:crosshair;
- color:{color:Text};
- font-family: 'Noto Sans', sans-serif;
- font-size:{text:font size}px;
- background: {color:background} url("{image:background}") fixed no-repeat left top;
- }
- h2 {text-align:center; text-transform:none; font-family:raleway; font-weight:normal; font-size:25px;}
- #post{
- margin-top:0px;
- width:{select:columns};
- color:{color:Text};
- background:transparent;
- margin-left:350px;
- {block:PermalinkPage}
- width:500px;
- {/block:PermalinkPage}
- padding:0px;
- text-align:left;
- }
- .entry{
- text-align:left;
- padding:0px;
- float:left;
- color:{color:Text};
- background:{color:post bg};
- width:400px;
- margin:30px;
- border:1px solid {color:borders};
- {block:PermalinkPage}
- width:500px;
- {/block:PermalinkPage}
- -webkit-transition: 1s ease-in-out;
- -moz-transition: 1s ease-in-out;
- -o-transition: 1s ease-in-out;
- }
- .entry img{
- {block:IndexPage}
- max-width:400px;
- {/block:IndexPage}
- {block:PermalinkPage}
- max-width:500px;
- {/block:PermalinkPage}
- height:auto;
- }
- .entry .perm{
- text-transform:uppercase;
- background:transparent;
- text-align:left;
- font-size:14px;
- font-weight:normal;
- margin-top:0px;
- margin-left:410px;
- width:200px;
- height:auto;
- position:absolute;
- opacity:0.0;
- {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{
- margin-left:405px;
- height:auto;
- opacity:1;
- -webkit-transition:all 0.5s ease-out;
- -moz-transition:all 0.5s ease-out;
- transition:all 0.5s ease-out;
- }
- .my-like {
- cursor:pointer;
- display:inline-block;
- vertical-align:top;
- font-size:11px;
- margin-top:0px;
- color:{color:perma link};
- padding:8px;
- }
- .my-liked, .my-like:hover {
- background:transparent;
- padding:8px;
- color: {color:link hover};
- cursor:pointer;
- display:inline-block;
- vertical-align:top;
- }
- .my-liked {font-size:13px;}
- blockquote {
- margin-left:0px;
- padding-left:10px;
- border-left:1px solid {color:link};
- background:transparent;
- }
- blockquote img {max-width:300px !important; height:auto !important;}
- #s-m-t-tooltip {
- max-width:300px;
- padding:8px;
- margin:15px 20px;
- background-color:#fbfbfb;
- border-radius:3px;
- font-family: calibri;
- font-size:10px;
- letter-spacing:1px;
- text-transform:uppercase;
- color:#999;
- border:1px solid #eee;
- z-index:9999999;
- }
- ol, ul {padding:0px;list-style-type:none;}
- ul li {position:relative;padding-left:20px;}
- ul li:before {
- content:'';
- position:absolute;
- display:block;
- top:8px;
- left:0px;
- width:10px;
- height:1px;
- background:{color:accent};
- }
- #top3 {
- height:auto;
- width:300px;
- position:fixed;
- left:970px;
- z-index:99;
- bottom:180px;
- background:transparent;
- -webkit-transition:all 0.3s ease-out;
- -moz-transition:all 0.3s ease-out;
- transition:all 0.3s ease-out;
- }
- u { border-bottom: 1px solid {color:link}; text-decoration:none;}
- #navigation{
- z-index:4;
- background:transparent;
- float:left;
- margin-left:0px;
- width:250px;
- margin-top:10px;
- }
- #navigation a {
- cursor:pointer;
- text-shadow:none;
- margin-top:10px;
- font-size:10px;
- font-family:Quicksand;
- font-weight:bold;
- display:inline-block;
- text-align:left;
- color:{color:sidebar link};
- width:240px;
- padding:10px;
- margin-left:20px;
- background:{color:sidebar link bg};
- border:1px solid {color:sidebar link border};
- border-radius:3px;
- text-transform:uppercase;
- -webkit-transition:all 0.3s ease-out;
- -moz-transition:all 0.3s ease-out;
- transition:all 0.3s ease-out;
- }
- #navigation a:hover {
- border-color:{color:sidebar link hover bg};
- color:{color:sidebar link hover};
- box-shadow:inset 310px 0px {color:sidebar link hover bg};
- -webkit-transition:all 0.3s ease-out;
- -moz-transition:all 0.3s ease-out;
- transition:all 0.3s ease-out;
- }
- #tumblr_controls, .tmblr-iframe{ z-index:99999999;margin-top:0px! important;
- -webkit-filter:invert(100%); -moz-filter:invert(100%); -o-filter:invert(100%); -ms-filter:invert(100%); filter:invert(100%); position:fixed!important; top:0px!important; right:0px!important; opacity:.5;
- -webkit-transition:all 0.6s ease-out;-webkit-transition: opacity 0.7s linear;opacity: 0.2;-webkit-transition: all 0.8s ease-out;-moz-transition: all 0.8s ease-out;transition: all 0.8s ease-out; font-size:10.5px !important;}
- #tumblr_controls, .tmblr-iframe:hover{
- opacity:.9;webkit-transition: all 0.4s ease-out;-moz-transition: all 0.4s ease-out;transition: all 0.4s ease-out; font-size:10.5px !important;
- -webkit-transition:all 0.6s ease-out;-webkit-filter:invert(80%); -moz-filter:invert(80%); -o-filter:invert(80%); -ms-filter:invert(80%); filter:invert(80%);
- }
- h1 {
- font-size:25px;
- color:{color:bold};
- text-align:center;
- font-family:raleway;
- padding-bottom:0px;
- margin-bottom:-5px;
- -webkit-transition:all 0.3s ease-out;
- -moz-transition:all 0.3s ease-out;
- transition:all 0.3s ease-out;
- }
- h1:hover {
- letter-spacing:2px;
- -webkit-transition:all 0.3s ease-out;
- -moz-transition:all 0.3s ease-out;
- transition:all 0.3s ease-out;
- }
- 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;
- }
- .perm a{
- padding:8px;
- color:{color:perma link};
- margin-top:10px;
- padding-top:6px;
- padding-bottom:6px;
- }
- .src { display:none; }
- .pagination { display: none; }
- ::-webkit-scrollbar {height:5px; width:4px;}
- ::-webkit-scrollbar-track-piece {
- background-color:{color:sidebar bg};
- }
- ::-webkit-scrollbar-thumb {
- background-color:{color:scrollbar};
- }
- #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 {
- 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;}
- .tags {
- text-align:center;
- font-size:10px;
- margin-top:10px;
- margin-left:0px;
- height:auto;
- background:{color:caption bg};
- font-size:9px;
- padding-bottom:10px;
- {block:PermalinkPage}
- display:none;
- {/block:PermalinkPage}
- }
- .tags a{
- margin-left:6px;
- background:transparent;
- color:#999;
- -webkit-transition:all 0.3s ease-out;
- -moz-transition:all 0.3s ease-out;
- transition:all 0.3s ease-out;}
- .tags a:hover {
- font-style:italic;
- -webkit-transition:all 0.3s ease-out;
- -moz-transition:all 0.3s ease-out;
- transition:all 0.3s ease-out;
- }
- #ccr {
- color:#5a5a5a;
- position:fixed;
- bottom:10px;
- right:10px;
- padding:6px 8px 6px 8px;
- font-size:14px;
- border:1px solid #eeeeee;
- background-color:#ffffff;
- opacity:1;
- width:14px;
- overflow:hidden;
- border-radius:5%;
- -moz-transition-duration: 0.4s;
- -o-transition-duration: 0.4s;
- -webkit-transition-duration: 0.4s;
- transition-duration: 0.4s;
- }
- #cn {
- color:#5a5a5a;
- font-size:11px;
- margin-top:-18px;
- margin-left:22px;
- position:absolute;
- text-transform:uppercase;
- }
- #ccr:hover {
- color:#5a5a5a;
- width:100px;
- -moz-transition-duration: 0.4s;
- -o-transition-duration: 0.4s;
- -webkit-transition-duration: 0.4s;
- transition-duration: 0.4s;
- }
- #ccr a:hover{
- color:#5a5a5a;
- }
- #top2 {
- height:auto;
- width:350px;
- letter-spacing:1px;
- margin-left:380px;
- margin-top:70px;
- margin-bottom:70px;
- font-size:11px;
- text-transform:uppercase;
- z-index:4;
- text-align:center;
- float:left;
- -webkit-transition:all 0.3s ease-out;
- -moz-transition:all 0.3s ease-out;
- transition:all 0.3s ease-out;
- }
- #top2 a{margin-left:8px; background:{color:sidebar link hover bg}; border-radius:3px;
- padding:13px; color:{color:sidebar link hover};
- }
- #top2 a:hover{
- color:{color:sidebar link hover bg};
- background:{color:sidebar link hover};
- -webkit-transition:all 0.8s ease-out;
- -moz-transition:all 0.8s ease-out;
- transition:all 0.8s ease-out;
- }
- #sobre {
- background:{color:caption bg};
- font-family: 'Noto Sans', sans-serif;
- font-size:{text:font size}px;
- text-transform:none;
- padding:10px;
- padding-bottom:5px;
- padding-left:15px;
- padding-right:15px;
- text-align:left;
- margin-top:0px;
- margin-bottom:0px;
- height:auto;
- width:370px;
- margin-left:0px;
- {block:PermalinkPage}
- width:470px;
- {/block:PermalinkPage}
- float:left;
- }
- .descr {
- text-align:justify;
- padding:10px;
- margin-left:-120px;
- margin-top:320px;
- width:300px;
- height:80px;
- background:transparent;
- z-index:9999;
- font-size:10px;
- font-weight:bold;
- letter-spacing:1px;
- -moz-transform: rotate(90deg);
- -webkit-transform: rotate(90deg);
- -o-transform: rotate(90deg);
- -ms-transform: rotate(90deg);
- transform: rotate(90deg);
- }
- #fdd {
- float:left;
- height:52px;
- padding:3px;
- background:{color:sidebar bg};
- }
- hr {
- border-color:#eee;
- width:200px;
- margin-left:auto;
- margin-right:auto;
- margin-top:25px;
- margin-bottom:25px;
- }
- #fz {width:300px;}
- #sidebar {
- background:{color:sidebar bg};
- border-right:1px solid {color:borders};
- height:100%;
- width:300px;
- left:0px;
- top:0px;
- position:fixed;
- text-align:center;
- }
- #right {
- background:{color:sidebar link hover bg};
- color:{color:sidebar link hover};
- text-transform:uppercase;
- position:fixed;
- right:0px;
- top:0px;
- width:100px;
- height:100%;
- }
- .link {
- padding:15px;
- margin-left:0px;
- background:{color:accent};
- color:{color:post bg};
- text-align:left;
- }
- .linktitle a{
- font-size:23px;
- font-weight:bold;
- text-transform:uppercase;
- text-align:left;
- color:#fff;
- }
- .pessoap {
- text-transform:uppercase;
- font-size:13px;
- font-weight:bold;}
- .pessoap a{
- color:{color:post bg};
- text-transform:uppercase;
- font-size:13px;
- font-weight:bold;
- }
- .pessoapfoto img{
- float:left;
- border-radius:100%;
- margin-top:-25px;
- margin-left:178px;
- padding:4px;
- background:{color:background};
- }
- .pergunta {
- background:{color:accent};
- color:{color:post bg};
- padding:15px;
- padding-bottom:38px;
- margin-left:0px;
- border-bottom:2px solid {color:background};
- text-align:center;
- }
- .sresposta {
- padding:15px;
- padding-top:20px;
- padding-bottom:0px;
- background:transparent;
- border-top:2px solid {color:background};
- }
- .quote {
- padding:20px;
- padding-left:30px;
- padding-right:30px;
- font-size:14px;
- text-align:left;
- margin-bottom:5px;
- font-style:italic;
- }
- .qsub {
- margin-top:5px;
- font-weight:bold;
- color:{color:accent};
- font-size:12px;
- font-style:normal;
- }
- .ch { padding:15px; background:transparent;}
- .ch .ch1 { padding:10px; margin-bottom:5px;}
- .ch1{ background:{color:sidebar link bg}; border:1px solid {color:sidebar link border};}
- .ch .ch1 b{ color:{color:accent}; text-transform:uppercase; font-size:11px;}
- blockquote {
- width:90%;
- margin-left:0px;
- padding:10px;
- padding-top:0px;
- padding-bottom:0px;
- border-left:2px solid {color:accent};
- background:transparent;
- }
- blockquote img{max-width:300px !important; width:300px !important; height:auto;}
- .albumfoto{
- float:left;
- width:150px;
- margin-top:0px;
- margin-left:0px;
- }
- .albumfoto img{
- width:150px;
- }
- .audiodesc {
- margin-left:150px;
- padding:25px;
- padding-bottom:10px;
- padding-top:40px;
- padding-left:25px;
- background:{color:accent};
- color:{color:post bg};
- margin-top:0px;
- min-height:100px;
- font-weight:bold;
- margin-bottom:0px;
- text-align:center;
- }
- .audioplay {
- overflow:hidden;
- padding:5px;
- max-width:26px;
- width:26px;
- height:28px;
- margin-left:6px;
- margin-top:4px;
- background:transparent
- -webkit-transition:all 0.3s ease-out;
- }
- .playbg {
- opacity:0.6;
- position:absolute;
- overflow:hidden;
- padding:10px;
- width:50px;
- max-width:50px;
- height:45px;
- background:{color:post bg};
- margin-left:38px;
- margin-top:-110px;
- -webkit-transition:all 0.3s ease-out;
- }
- .entry:hover .playbg {opacity:0.8; -webkit-transition:all 0.3s ease-out;}
- .tcaption {padding:10px; }
- .tcaption img {max-width:380px !important; height:auto !important; }
- .description {
- margin-left:20px;
- margin-top:10px;
- width:230px;
- text-align:justify;
- padding:15px;
- background:{color:sidebar link bg};
- border-radius:3px;
- border:1px solid {color:sidebar link border};
- }
- {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>",
- },
- function( newElements ) {
- var $newElems = $( newElements ).css({ opacity: 0 });
- $newElems.imagesLoaded(function(){
- $newElems.animate({ opacity: 1 });
- $container.masonry( 'appended', $newElems, true );
- });
- }
- );
- });
- </script>
- </head>
- <body>
- {block:IfRightDescription}<div id="right"><div class="descr">{Description}</div></div>{/block:IfRightDescription}
- <div id="sidebar">
- <img id="fz" src="{image:sidebar}" />
- <div id="navigation">
- <a href="/" style="background:{color:sidebar link hover bg}; color:{color:sidebar link hover}; text-align:center; font-size:11.5px; border-color:{color:sidebar link hover bg};">{title}</a>
- {block:IfNotRightDescription}<div class="description">{Description}</div>{/block:IfNotRightDescription}
- <a href="/" ><li class="fa fa-user"></li> Home</a>
- <a href="{text:link1url}"><li class="fa fa-file-image-o"></li> {text:link1}</a>
- <a href="{text:link2url}" ><li class="fa fa-bars"></li> {text:link2}</a>
- <a href="{text:link3url}" ><li class="fa fa-plus"></li> {text:link3}</a>
- <a href="{text:link4url}" ><li class="fa fa-paper-plane"></li> {text:link4}</a>
- </div>
- </div>
- <div id="post">
- {block:Posts}
- <div class="entry">
- <div class="perm">
- <div title="like" class="my-like" data-reblog="{ReblogURL}" data-id="{PostID}"><li class="fa fa-heart-o"></li></div></br>
- <div style="font-size:14px; margin-top:0px;">
- <a title="reblog" href="{ReblogUrl}">↻</a>
- </div>
- <div style="margin-top:6px;">
- <a style="padding-left:10.5px; padding-right:10.5px;" title="{NoteCountWithLabel}" href="{Permalink}">#</a></div>
- <div style="margin-top:6px; font-size:11px">
- <a style="padding-left:10.5px; padding-right:10.5px;" href="{Permalink}">{PostNumberWithZero}</a></div>
- </div>
- {block:Title}<h1>{Title}</h1>{/block:Title}
- {block:Text}<div class="tcaption">{Body}</div>{/block:Text}
- {block:Photo}
- {block:IndexPage}
- <a href="{permalink}" ><img src="{PhotoURL-500}" width="400"/></a>
- {/block:IndexPage}
- {block:PermalinkPage}
- <a href="{permalink}" ><img src="{PhotoURL-500}" width="500"/></a>
- {/block:PermalinkPage}
- {/block:Photo}
- {block:Photoset}
- {block:IndexPage}{Photoset-400}{/block:IndexPage}
- {block:PermalinkPage}{Photoset-500}{/block:PermalinkPage}
- {/block:Photoset}
- {block:Quote}
- <div class="quote">{Quote}
- <div class="qsub">{block:Source}— {Source} {/block:Source}</div></div>
- {/block:Quote}
- {block:Video}
- {block:IndexPage}{Video-400}{/block:IndexPage}
- {block:PermalinkPage}{Video-500}{/block:PermalinkPage}
- <br>{PlayCountWithLabel}
- {/block:Video}
- {block:Link}
- <div class="link">
- <div class="linktitle"><a href="{URL}" {Target}>{Name} <li class="fa fa-angle-double-right" aria-hidden="true"></li>
- </a></div>
- <div class="linkdesc">{block:Description} {Description} {/block:Description}
- {block:Host}<i style="font-size:11px; margin-right:5px;" class="fa fa-link" aria-hidden="true"></i>{Host}{/block:Host}
- </div></div>
- {/block:Link}
- {block:Chat}
- <div class="ch">{block:Lines}<div class="ch1">{block:Label}<b>{Label}</b>
- {/block:Label}{Line}</div>{/block:Lines}</div>
- {/block:Chat}
- {block:Audio}
- <div style="padding:15px;">
- <div class="albumfoto">{block:AlbumArt}<img src="{AlbumArtURL}" />{/block:AlbumArt}<div class="playbg"><div class="audioplay">{block:AudioPlayer}{AudioPlayerWhite}{/block:AudioPlayer} </div></div></div><div class="audiodesc">{block:Artist}{Artist}{/block:Artist}</br>{block:Album}{Album}{/block:Album}</br>{block:TrackName}{TrackName}{/block:TrackName}</br>{block:PlayCount}{PlayCountWithLabel}{/block:PlayCount}</div></div>
- {/block:Audio}
- {block:Answer}
- <div class="pergunta">
- <div class="pessoap">{Asker} asked:</div>{Question}</div>
- <div class="pessoapfoto"><img src="{AskerPortraitURL-40}" /></div>
- <div class="sresposta">{Answer}</div>
- {/block:Answer}
- {block:Caption}<div id="sobre">{Caption}</div>{/block:Caption}
- {block:HasTags}<div class="tags">{block:Tags}<a href="{TagURL}">{Tag} </a>{/block:Tags}</div>{/block:HasTags}
- {block:PermalinkPage}
- <br>
- <center>{block:Date}{ShortMonth} {DayofMonth}{DayofMonthSuffix} {Year}{/block:Date}{block:NoteCount} </br> {NoteCountWithLabel}{/block:NoteCount}</center>
- <Br>
- {block:PostNotes}<div id="notas">{PostNotes}</div>{/block:PostNotes}</div>
- {/block:PermalinkPage}
- </div>
- {/block:Posts}
- </div>
- {block:IfNotInfiniteScroll}
- {block:Pagination}<div id="top2">
- {block:PreviousPage}
- <a href="{PreviousPage}">Back</a>
- {/block:PreviousPage}
- {block:JumpPagination length="3"}
- {block:CurrentPage}
- <a href="#"><span class="current_page"><li style="font-size:10px;" class="fa fa-check"></li></a></span></a>
- {/block:CurrentPage}
- {block:JumpPage}
- <a class="jump_page" href="{URL}">{PageNumber}</a>
- {/block:JumpPage}
- {/block:JumpPagination}
- <a href="#">...{TotalPages}</a>
- {block:NextPage}
- <a href="{NextPage}">Next</a>
- {/block:NextPage}
- </div>
- {/block:Pagination}
- {/block:IfNotInfiniteScroll}
- <div id="ccr"><i class="fa fa-code" aria-hidden="true"></i>
- <a href="http://amplamente.tumblr.com">
- <div id="cn">amplamente</div></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}
- <div class="src">{block:ContentSource}<a href="{SourceURL}">{lang:Source}:{block:SourceLogo} <img src="{BlackLogoURL}" width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />{/block:SourceLogo}{block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo}</a>{/block:ContentSource}{block:RebloggedFrom}<a href="{ReblogParentURL}">Via</a>{/block:RebloggedFrom}</div>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement