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="image:Sidebar" content=""/>
- <meta name="text:Link1Url" content="/"/>
- <meta name="text:Link1Title" content="link"/>
- <meta name="text:Link2Url" content="/"/>
- <meta name="text:Link2Title" content="link"/>
- <meta name="text:Link3Url" content="/"/>
- <meta name="text:Link3Title" content="link"/>
- <meta name="text:Link4Url" content="/"/>
- <meta name="text:Link4Title" content="link"/>
- <link href='https://fonts.googleapis.com/css?family=PT+Sans:400,400italic,700,700italic' rel='stylesheet' type='text/css'>
- <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet">
- <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>
- <style type="text/css">
- .my-like {
- cursor:pointer;
- display:inline-block;
- vertical-align:top;
- background:transparent;
- color:{color: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};
- color:{color:text};
- font-size:12px;
- font-family:PT Sans;
- }
- 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:400px;
- background:transparent;
- margin-left:610px;
- }
- .entry {
- float:left;
- width:400px;
- padding:10px;
- margin:15px;
- background:{color:post bg};
- border:1px solid {color:post borders};
- }
- .entry img{
- max-width:400px;
- }
- .entry .permpm {
- width:200px;
- height:auto;
- position:absolute;
- margin-left:400px;
- margin-top:-10px;
- background:transparent;
- opacity:0.0;
- padding:15px;
- text-align:center;
- {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;
- }
- #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 {color:post borders};
- 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:20px;
- 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;}
- .caption a{border-bottom:1px solid {color:post borders};}
- .albumfoto{
- float:left;
- width:80px;
- margin-top:0px;
- margin-left:5px;
- }
- .albumfoto img{
- width:80px;
- padding:7px;
- background:#fbfbfb;
- border:1px solid {color:post borders};
- }
- .audiodesc {
- margin-left:110px;
- padding:10px;
- background:#fbfbfb;
- border:1px solid {color:post borders};
- margin-top:0px;
- min-height:74px;
- font-weight:bold;
- margin-bottom:10px;
- }
- .audioplay {
- position:absolute;
- overflow:hidden;
- max-width:30px;
- height:28px;
- background:transparent;
- margin-left:33px;
- margin-top:-65px;
- }
- .pessoap a{
- text-transform:uppercase;
- }
- .pessoapfoto img{
- float:left;
- border-radius:100%;
- margin-top:-25px;
- margin-left:180px;
- }
- .pessoarfoto img{
- float:right;
- border-radius:100%;
- margin-top:-25px;
- margin-right:140px;
- }
- .pergunta {
- background:transparent;
- padding:15px;
- padding-bottom:40px;
- margin-left:0px;
- border-bottom:1px solid {color:post borders};
- text-align:center;
- }
- .sresposta {
- padding:15px;
- margin-top:-1px;
- background:transparent;
- border-top:1px solid {color:post borders};
- }
- .seureblog {
- padding:15px;
- padding-bottom:10px;
- border-top:1px solid {color:post borders};
- text-align:left;
- text-transform:uppercase;
- font-size:11px;
- {block:PermalinkPage}
- display:none;
- {/block:PermalinkPage}
- }
- .seureblog a {
- margin-right:8px;
- }
- .pagination {display:none;}
- #sidebar {
- background:{color:post bg};
- position:fixed;
- width:200px;
- left:300px;
- top:150px;
- padding:20px;
- border:1px solid {color:post borders};
- text-align:center;
- }
- #sidefoto {
- width:60px;
- margin-top:0px;
- padding:5px;
- position:fixed;
- left:210px;
- top:160px;
- background:{color:post bg};
- border:1px solid {color:post borders};
- border-radius:100%;
- }
- .description {
- margin-top:10px;
- max-height:80px;
- height:80px;
- }
- .descborda {
- width:20px;
- height:20px;
- background:{color:post bg};
- border:1px solid {color:post borders};
- border-right:1px solid {color:post bg};
- border-top:1px solid {color:post bg};
- -moz-transform: rotate(45deg);
- -webkit-transform: rotate(45deg);
- -o-transform: rotate(45deg);
- -ms-transform: rotate(45deg);
- transform: rotate(45deg);
- position:fixed;
- left:290px;
- top:185px;
- }
- #title {
- background:#fbfbfb;
- border:1px solid {color:post borders};
- padding:10px;
- font-size:12px;
- text-transform:uppercase;
- z-index:9;
- left:100px;
- top:80px;
- font-weight:bold;
- width:180px;
- margin-top:-40px;
- -webkit-transition:all 0.3s ease-out;
- -moz-transition:all 0.3s ease-out;
- transition:all 0.3s ease-out;
- }
- #title a{color:{color:accent};}
- #title:hover {
- letter-spacing:2px;
- -webkit-transition:all 0.3s ease-out;
- -moz-transition:all 0.3s ease-out;
- transition:all 0.3s ease-out;
- }
- #navigation{
- position:fixed;
- left:300px;
- top:290px;
- background:transparent;
- width:200px;
- text-align:left;
- }
- #navigation a {
- cursor:pointer;
- text-shadow:none;
- margin-bottom:5px;
- font-size:10px;
- padding:13px;
- padding-top:10px;
- padding-bottom:10px;
- display:inline-block;
- text-align:left;
- color:{color:text};
- width:215px;
- background:{color:post bg};
- border:1px solid {color:post borders};
- 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;
- padding-left:25px;
- width:203px;
- 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;
- }
- .link {
- width:390px;
- padding:15px;
- margin-left:-10px;
- margin-top:-10px;
- 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};
- }
- .tags {
- text-align:center;
- font-size:10px;
- height:auto;
- background:transparent;
- float:center;
- padding:10px;
- }
- .tags a{
- margin-left:6px;
- background:transparent;
- color:{color:Tags link};
- -webkit-transition:all 0.3s ease-out;
- -moz-transition:all 0.3s ease-out;
- transition:all 0.3s ease-out;}
- .tags a:hover {
- -webkit-transition:all 0.3s ease-out;
- -moz-transition:all 0.3s ease-out;
- transition:all 0.3s ease-out;
- }
- .links_list {
- margin:0px;
- padding:0px;
- width:100px;
- padding:5px;
- margin-left:0px;
- margin-top:0px;
- float:left;
- background:transparent;}
- .links_head {
- padding:15px;
- padding-top:10px;
- padding-bottom:10px;
- cursor:pointer;
- position:relative;
- margin:1px;
- text-align:left;
- background:{color:accent};
- color:{color:post bg};
- text-transform:uppercase;
- width:100px;
- font-size:10px;
- }
- .links_body {
- width:100px;
- padding:10px;
- text-align:left;
- display:none;
- }
- .reblog {
- margin-top:0px;
- margin-left:30px;
- float:left;
- background-color:transparent;
- padding:5px;
- padding-right:0px;
- {block:PermalinkPage}
- display:none;
- {/block:PermalinkPage}
- }
- .likie {
- margin-top:0px;
- margin-left:0px;
- float:left;
- background-color:transparent;
- padding:5px;
- padding-bottom:3px;
- padding-left:0px;
- {block:PermalinkPage}
- display:none;
- {/block:PermalinkPage}
- }
- {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">
- <div id="title"><a href="/">{Title}</a></div>
- <div class="description">{Description}<div class="descborda"></div></div>
- <img id="sidefoto" src="{image:sidebar}" />
- <div id="navigation">
- <a href="{text:link1Url}"><li style="color:{color:accent};" class="fa fa-leaf"></li> {text:link1title}</a>
- <a href="{text:link2Url}"><li style="color:{color:accent};" class="fa fa-bars"></li> {text:link2title}</a>
- <a href="{text:link3Url}"><li style="color:{color:accent};" class="fa fa-paper-plane"></li> {text:link3title}</a>
- <a href="{text:link4Url}"><li style="color:{color:accent};" class="fa fa-pencil"></li> {text:link4title}</a>
- </div>
- </div>
- <div id="post">
- {block:Posts}
- <div class="entry">
- {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-400}" 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} {Month}</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>
- <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>
- </body>
- </head>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement