Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html>
- <html>
- <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="#f6f6f6"/>
- <meta name="color:Text" content="#999"/>
- <meta name="color:Link" content="#999"/>
- <meta name="color:Link hover" content="#ccc"/>
- <meta name="color:Accent" content="#548"/>
- <meta name="color:Post bg" content="#fff"/>
- <meta name="color:Post borders" content="#eee"/>
- <meta name="color:Perma link" content="#999"/>
- <meta name="color:Sidebar text" content="#fff"/>
- <meta name="color:Sidebar link" content="#fff"/>
- <meta name="color:Sidebar link hover" content="#000"/>
- <meta name="color:Nav bg" content="#548"/>
- <meta name="if:InfiniteScroll" content="0"/>
- <meta name="image:Background" content=""/>
- <meta name="image:Sidebar bg" content=""/>
- <meta name="image:Sidebar" content=""/>
- <meta name="select:Columns" content="500px" title="1" />
- <meta name="select:Columns" content="1100px" title="2" />
- <meta name="select:Sidebar bg position" content="Left" title="Left" />
- <meta name="select:Sidebar bg position" content="Right" title="Right" />
- <meta name="select:Sidebar bg position" content="Center" title="Center" />
- <meta name="select:Body font" content="Open Sans" title="Open Sans" />
- <meta name="select:Body font" content="PT Sans" title="PT Sans" />
- <meta name="select:Body font" content="Roboto" title="Roboto" />
- <meta name="select:Body font" content="Lato" title="Lato" />
- <meta name="select:Body font" content="Raleway" title="Raleway" />
- <meta name="select:Body font" content="Droid Sans" title="Droid Sans" />
- <meta name="select:Body font" content="Calibri" title="Calibri" />
- <meta name="text:Link1Title" content="link"/>
- <meta name="text:Link1Url" content="/"/>
- <meta name="text:Link2Title" content="link"/>
- <meta name="text:Link2Url" content="/"/>
- <meta name="text:Link3Title" content="link"/>
- <meta name="text:Link3Url" content="/"/>
- <meta name="text:Link4Title" content="link"/>
- <meta name="text:Link4Url" content="/"/>
- <link href='https://fonts.googleapis.com/css?family=Roboto|Open+Sans|Lato|Raleway|PT+Sans|Droid+Sans' rel='stylesheet' type='text/css'>
- <link href='https://fonts.googleapis.com/css?family=Montserrat:400,700' rel='stylesheet' type='text/css'>
- <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet">
- <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>
- <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>
- <style type="text/css">
- #s-m-t-tooltip {
- max-width:300px;
- padding:6px;
- padding-left:8px;
- padding-right:8px;
- margin:15px 20px;
- font-size:9px;
- letter-spacing:1px;
- text-transform:uppercase;
- color:{color:post bg};
- background:{color:accent};
- z-index:9999999;
- }
- .my-like {
- cursor:pointer;
- display:inline-block;
- vertical-align:top;
- background:transparent;
- color:{color:perma link};
- }
- .my-liked, .my-like:hover {
- background:transparent;
- color: red;
- cursor:pointer;
- display:inline-block;
- vertical-align:top;
- }
- hr {
- border:1px solid #eee;
- width:180px;
- margin-top:20px;
- margin-bottom:20px;
- }
- body {
- background: {color:background} url("{image:background}") fixed;
- color:{color:text};
- font-size:12px;
- font-family:{select:body font};
- }
- a {
- text-decoration:none;
- color:{color:link};
- -webkit-transition: all 0.5s ease-out;
- -moz-transition: all 0.5s ease-out;
- -ms-transition: all 0.5s ease-out;
- -o-transition: all 0.5s ease-out;
- transition: all 0.5s ease-out;
- }
- a:hover {
- color:{color:link hover};
- -webkit-transition: all 0.5s ease-out;
- -moz-transition: all 0.5s ease-out;
- -ms-transition: all 0.5s ease-out;
- -o-transition: all 0.5s ease-out;
- transition: all 0.5s ease-out;
- }
- #post {
- width:{select:columns};
- background:transparent;
- margin-left:380px;
- }
- .entry {
- float:left;
- width:400px;
- padding:15px;
- border-radius:4px;
- margin:50px;
- -webkit-box-shadow: 2px 2px 0 0 {color:post borders};
- box-shadow: 2px 2px 0 0 {color:post borders};
- background:{color:post bg};
- }
- .entry .permpm {
- -webkit-box-shadow: 2px 2px 0 0 {color:post borders};
- box-shadow: 2px 2px 0 0 {color:post borders};
- width:60px;
- height:auto;
- position:absolute;
- margin-left:415px;
- margin-top:-15px;
- background:{color:post bg};
- font-family:montserrat;
- text-transform:lowercase;
- opacity:0.0;
- padding:15px;
- font-size:10px;
- text-align:left;
- {block:PermalinkPage}
- display:none;
- {/block:PermalinkPage}
- -webkit-transition: all 0.5s ease-out;
- -moz-transition: all 0.5s ease-out;
- -ms-transition: all 0.5s ease-out;
- -o-transition: all 0.5s ease-out;
- transition: all 0.5s ease-out;
- }
- .entry:hover .permpm {
- opacity:1;
- -webkit-transition: all 0.5s ease-out;
- -moz-transition: all 0.5s ease-out;
- -ms-transition: all 0.5s ease-out;
- -o-transition: all 0.5s ease-out;
- transition: all 0.5s ease-out;
- }
- #top2 {
- height:auto;
- width:auto;
- letter-spacing:1px;
- margin-left:auto;
- margin-right:auto;
- margin-top:70px;
- margin-bottom:70px;
- font-size:11px;
- text-transform:uppercase;
- z-index:4;
- 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:8px; background:{color:accent}; border-radius:3px;
- padding:13px; color:{color:post bg};
- }
- #top2 a:hover{
- color:{color:accent};
- background:{color:post bg};
- -webkit-transition:all 0.8s ease-out;
- -moz-transition:all 0.8s ease-out;
- transition:all 0.8s ease-out;
- }
- #top1 { position:fixed; width:auto; height:auto; letter-spacing: 1px; right:10px; bottom:10px; padding:8px; font-size:10px; line-height:12px; text-align:center; 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 a{text-shadow:none;}#top1 a:hover {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;
- }
- #notas {
- margin-top:0px;
- width:95%;
- height:200px;
- overflow-y:auto;
- padding:10px;
- text-transform:uppercase;
- margin-left:auto;
- margin-right:auto;
- float:center;
- }
- .notes img {
- width: 15px;
- border-radius:2px;
- float:right;
- list-style:none;
- -webkit-transition: all 0.5s linear;
- -moz-transition: all 0.5s linear;
- transition: all 0.5s linear;}
- ol.notes, .notes li {
- border-bottom:1px solid #eee;
- list-style:none;
- width: 100%;
- padding:10px;
- font-size:10px;
- 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;}
- /*tumblr controls*/
- #tumblr_controls, .tmblr-iframe{ z-index:9999999 !important;
- -webkit-filter:invert(100%); -moz-filter:invert(100%); -o-filter:invert(100%); -ms-filter:invert(100%); filter:invert(100%); position:fixed!important;
- right:0px!important; opacity:.5; top:0px !important; margin-top:0px !important;
- -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}
- #tumblr_controls, .tmblr-iframe:hover{ z-index:9999999 !important;
- opacity:.9;webkit-transition: all 0.4s ease-out;-moz-transition: all 0.4s ease-out;transition: all 0.4s ease-out;
- -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%);}
- 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};
- }
- ::-webkit-scrollbar {height:5px; width:2px;}
- ::-webkit-scrollbar-track-piece {
- background-color:{color:background};
- }
- ::-webkit-scrollbar-thumb {
- background-color:{color:accent};
- }
- .quote {
- font-size:18px;
- text-align:center;
- padding-left:35px;
- padding-right:35px;
- padding:20px;
- }
- .qsub {
- font-size:13px;
- }
- .chat {
- padding:10px;
- padding-bottom:0px;
- }
- .ch1 {
- padding:10px;
- background:#fbfbfb;
- border:1px solid {color:post borders};
- margin-bottom:5px;
- }
- .ch1 b{
- color:{color:accent};
- margin-right:2px;
- }
- h1 {
- text-align:center;
- }
- blockquote {
- margin-left:15px;
- padding-left:10px;
- border-left:2px solid {color:post borders};
- }
- blockquote img{max-width:300px !important; width:300px !important;}
- .caption {padding:10px; padding-top:0px;}
- .caption a{border-bottom:1px solid {color:accent};}
- .caption a:hover {border-bottom:1px solid;}
- .albumfoto{
- float:left;
- width:80px;
- margin-top:0px;
- margin-left:5px;
- }
- .albumfoto img{
- width:80px;
- padding:7px;
- background:transparent;
- border-radius:100%;
- }
- .audiodesc {
- margin-left:100px;
- padding:10px;
- background:transparent;
- margin-top:10px;
- min-height:64px;
- font-weight:bold;
- margin-bottom:10px;
- font-size:9.5px;
- text-transform:uppercase;
- }
- .audioplay {
- position:absolute;
- overflow:hidden;
- max-width:30px;
- height:28px;
- background:transparent;
- margin-left:33px;
- margin-top:-65px;
- }
- .pessoap a{
- text-transform:uppercase;
- font-family:montserrat;
- font-size:12px;
- color:{color:post bg};
- }
- .pessoapfoto img{
- float:left;
- border-radius:100%;
- margin-top:-25px;
- margin-left:180px;
- padding:3px;
- background:{color:accent};
- }
- .pergunta {
- background:{color:accent};
- color:{color:post bg};
- padding:15px;
- padding-bottom:38px;
- margin-left:0px;
- border-bottom:1px solid {color:accent};
- text-align:center;
- }
- .sresposta {
- text-align:center;
- padding:15px;
- background:transparent;
- border-top:1px solid {color:accent};
- }
- .seureblog {
- padding:15px;
- padding-top:10px;
- padding-bottom:5px;
- margin-left:0px;
- border-top:1px solid {color:post borders};
- text-align:left;
- text-transform:uppercase;
- font-size:10px;
- {block:PermalinkPage}
- display:none;
- {/block:PermalinkPage}
- }
- .seureblog a {
- margin-right:8px;
- color:{color:perma link};
- }
- .pagination {display:none;}
- #navigation{
- position:fixed;
- left:135px;
- top:45%;
- -moz-transform: rotate(-90deg);
- -webkit-transform: rotate(-90deg);
- -o-transform: rotate(-90deg);
- -ms-transform: rotate(-90deg);
- transform: rotate(-90deg);
- background:transparent;
- width:400px;
- text-align:center;
- }
- #navigation a {
- cursor:pointer;
- text-shadow:none;
- margin-bottom:5px;
- font-size:11px;
- padding:13px;
- padding-top:10px;
- padding-bottom:10px;
- display:inline-block;
- text-align:center;
- color:{color:sidebar link};
- background:transparent;
- 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 {
- text-shadow:none;
- color:{color:sidebar link hover};
- -webkit-transition:all 0.3s ease-out;
- -moz-transition:all 0.3s ease-out;
- transition:all 0.3s ease-out;
- }
- .link {
- width:400px;
- padding:15px;
- border-top-left-radius:4px;
- border-top-right-radius:4px;
- margin-left:-15px;
- margin-top:-15px;
- background:{color:accent};
- color:{color:post bg};
- text-align:center !important;
- }
- .linktitle a{
- font-size:25px;
- font-weight:bold;
- text-transform:uppercase;
- text-align:center !important;
- color:{color:post bg};
- }
- #sidebar {
- position:fixed;
- left:0px;
- top:0px;
- padding:0px;
- text-align:center;
- font-family:montserrat;
- background: {color:post bg} url("{image:sidebar bg}") fixed;
- background-position:{select:sidebar bg position};
- width:300px;
- height:100%;
- }
- .sidetitle {
- text-align:center;
- text-transform:uppercase;
- font-size:25px;
- color:{color:sidebar text};
- padding-bottom:0px;
- padding:15px;
- width:270px;
- margin-bottom:-10px;
- }
- .sidetitle a{color:{color:sidebar text};}
- .sidedesc {
- text-align:center;
- text-transform:uppercase;
- color:{color:sidebar text};
- margin-top:0px;
- padding:5px;
- width:70%;
- margin-left:auto;
- margin-right:auto;
- font-size:10px;
- }
- .sidefoto {
- width:90px;
- border-radius:100%;
- padding:10px;
- margin-top:270px;
- top:50%;
- position:relative;
- margin-left:auto;
- margin-right:auto;
- margin-bottom:-10px;
- }
- #dnav {
- position:fixed;
- background:{color:nav bg};
- -webkit-box-shadow: 2px 2px 0 0 {color:post borders};
- box-shadow: 2px 2px 0 0 {color:post borders};
- width:60px;
- height:100%;
- left:300px;
- top:0px;
- }
- {CustomCSS}
- </style>
- <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 : "http://static.tumblr.com/nnc3xz0/eYDo4b927/loading5.gif",
- 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="sidebar">
- <img class="sidefoto" src="{image:sidebar}" />
- <div class="sidetitle"><a href="/">{Title}</a></div>
- <div class="sidedesc">{Description}</div>
- <div id="dnav"></div>
- <div id="navigation">
- <a href="{text:Link1Url}"><li class="fa fa-th-large"></li> {text:Link1Title}</a>
- <a href="{text:Link2Url}"><li class="fa fa-leaf"></li> {text:Link2Title}</a>
- <a href="{text:Link3Url}"><li class="fa fa-paper-plane"></li> {text:Link3Title}</a>
- <a href="{text:Link4Url}"><li class="fa fa-bars"></li> {text:Link4Title}</a>
- </div>
- </div>
- <div id="post">
- {block:Posts}
- <div class="entry">
- <div class="permpm">
- {block:HasTags}{block:Tags}<a href="{TagURL}"><li style="font-size:9px;" class="fa fa-tag"></li> {Tag}</br></a>{/block:Tags}{/block:HasTags}
- </div>
- {block:Title} <h1>{TItle}</h1> {/block:Title}
- {block:Text} {Body}
- <div class="caption">{block:Caption} {Caption} {block:Caption}</div>
- {/block:Text}
- {block:Photo}
- <img src="{PhotoURL-500}" width="400" />
- <div class="caption">{block:Caption} {Caption} {block:Caption}</div>
- {/block:Photo}
- {block:Photoset}
- {Photoset-400}
- <div class="caption">{block:Caption} {Caption} {block:Caption}</div>
- {/block:Photoset}
- {block:Quote}
- <div class="quote">
- "{Quote}"
- <div class="qsub">— {block:Source} {Source} {/block:Source} {block:Caption} {Caption} {block:Caption}</div>
- </div>
- {/block:Quote}
- {block:Link}
- <div class="link">
- <div class="linktitle"><a href="{URL}"{Target}>{Name}</a></div>
- <div class="linkdesc">{block:Description} {Description} {/block:Description}</div></div>
- {/block:Link}
- {block:Chat}
- <div class="chat">
- {block:Lines}
- {block:Label}
- <div class="ch1">
- <b>{Label}</b>
- {/block:Label}
- {Line}</br>
- </div>
- {/block:Lines}
- </div>
- <div class="caption">{block:Caption} {Caption} {block:Caption}</div>
- {/block:Chat}
- {block:Audio}
- <div class="albumfoto">
- {block:AlbumArt}<img src="{AlbumArtURL}" />{/block:AlbumArt}
- <div class="audioplay">{block:AudioPlayer}{AudioPlayerWhite}{/block:AudioPlayer} </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 class="caption">{block:Caption} {Caption} {block:Caption}</div>
- {/block:Audio}
- {block:Video}
- {Video-400}
- {PlayCountWithLabel}
- <div class="caption">{block:Caption} {Caption} {block:Caption}</div>
- {/block:Video}
- {block:Answer}
- <div class="pergunta">
- <div class="pessoap">{Asker}</div>
- {Question}
- </div>
- <div class="pessoapfoto"><img src="{AskerPortraitURL-40}" /></div>
- {block:Answerer}<div class="pessoarfoto"><img src="{AnswererPortraitURL-40}" /></div>{/block:Answerer}
- <div class="sresposta">{Answer}</div>
- <div class="caption">{block:Caption} {Caption} {block:Caption}</div>
- {/block:Answer}
- <div class="seureblog">
- {block:Date}<a style="color:{color:accent};" href="{Permalink}">{DayOfMonthWithZero} {ShortMonth}</a>{/block:Date}
- <a href="{ReblogUrl}">Reblog</a>
- <div class="my-like" data-reblog="{ReblogURL}" data-id="{PostID}">like</div>
- <a style="margin-left:8px;" href="{Permalink}">{NoteCount} N</a>
- </div>
- {block:PermalinkPage}
- <div style="padding:15px;">
- {block:Date}<b><li class="fa fa-clock-o"></li> Posted:</b> {DayOfMonthWithZero} {Month}, {TimeAgo} {/block:Date}</br>
- {block:RebloggedFrom}
- <b><li class="fa fa-retweet"></li> Via:</b> <a href="{ReblogParentURL}">{ReblogParentName}</a></br>
- <b><li class="fa fa-globe"></li> Source:</b> <a href="{ReblogRootURL}">{ReblogRootName}</a></br>
- {/block:RebloggedFrom}
- {block:NoteCount}<b><li class="fa fa-heart"></li> Notes:</b> {NoteCount}{/block:NoteCount}
- </br>
- {block:HasTags}
- <b><li class="fa fa-tags"></li> Tags:</b>
- {block:Tags}
- <a href="{TagURL}">#{Tag}</a>
- {/block:Tags}{/block:HasTags}
- </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="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}
- {block:NextPage}
- <a href="{NextPage}">Next</a>
- {/block:NextPage}
- {/block:Pagination}
- </div>
- {/block:IfNotInfiniteScroll}
- <div id="top1"><a href="http://amplamente.tumblr.com/" title="tema feito por amplamente"><div style="font-size:7px;"> Thm </div><div style="font-weight:bold;">Am</a></div></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>
- </head>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement