Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
- <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
- <html>
- <head>
- <!---
- Base theme by amplamente.tumblr.com
- --->
- <meta charset="utf-8">
- <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="#eee" />
- <meta name="color:Post" content="#Fff" />
- <meta name="color:Borders" content="#eee" />
- <meta name="color:Accent" content="#c9a7ea" />
- <meta name="color:Text" content="#999" />
- <meta name="color:Link" content="#888" />
- <meta name="color:Link hover" content="#ccc" />
- <meta name="color:Header bg" content="#Fff" />
- <meta name="color:Header link" content="#888" />
- <meta name="color:Header link hover" content="#ccc" />
- <meta name="image:Background" content="" />
- <meta name="image:Header" content="" />
- <meta name="if:InfiniteScrolling" content="0"/>
- <meta name="text:Link1Title" content="link 1" />
- <meta name="text:Link1Url" content="/" />
- <meta name="text:Link2Title" content="link 2" />
- <meta name="text:Link2Url" content="/" />
- <meta name="text:Link3Title" content="link 3" />
- <meta name="text:Link3Url" content="/" />
- <meta name="text:Link4Title" content="link 4" />
- <meta name="text:Link4Url" content="/" />
- <link href='https://fonts.googleapis.com/css?family=Open+Sans' rel='stylesheet' type='text/css'>
- <style type="text/css">
- /** BODY **/
- *html, body { width:100%; }
- body {
- margin:0;
- background: {color:background} url("{image:background}") fixed;
- color:{color:Text};
- font-size:10px;
- font-family:Open Sans;
- }
- /** BODY **/
- /** LINKS **/
- 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;
- }
- /** LINKS **/
- /** POST **/
- #post {
- padding:10px;
- {block:IndexPage}width:640px;{/block:IndexPage}
- {block:PermalinkPage}width:520px; padding:0px;{/block:PermalinkPage}
- background:transparent;
- margin-left:auto;
- margin-right:auto;
- margin-top:20px;
- }
- /** POST **/
- /** ENTRY **/
- .entry {
- float:left;
- {block:IndexPage}width:250px;{/block:IndexPage}
- {block:PermalinkPage}width:500px;{/block:PermalinkPage}
- padding:15px;
- margin:20px;
- background:{color:post};
- }
- /** ENTRY **/
- /** ENTRY PERMA HOVER - REBLOG AND LIKE BUTTON **/
- .entry .permhover {
- width:23px;
- height:auto;
- position:absolute;
- margin-left:0px;
- margin-top:0px;
- background:transparent;
- opacity:0.0;
- padding:15px;
- text-align:center;
- -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 .permhover {
- 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;
- }
- /** ENTRY PERMA HOVER **/
- /** QUOTE **/
- .quote {
- font-size:15px;
- text-align:center;
- padding-left:30px;
- padding-right:30px;
- margin-bottom:15px;
- }
- /** QUOTE SOURCE **/
- .qsub {
- font-size:13px;
- }
- /** QUOTE **/
- /** CHAT **/
- .chat {
- padding:10px;
- }
- .ch1 {
- padding:10px;
- background:{color:opcional};
- border:1px solid {color:Background};
- margin-bottom:5px;
- }
- .ch1 b{
- color:{color:Accent};
- margin-right:2px;
- }
- /** CHAT **/
- /** POST TITLE **/
- h1 {
- text-align:center;
- }
- /** POST TITLE **/
- blockquote {
- margin-left:15px;
- padding-left:10px;
- border-left:3px solid {color:Background};
- }
- .caption {}
- .caption a{border-bottom:1px solid {color:borders};}
- /** ALBUM **/
- .albumfoto{
- float:left;
- width:80px;
- margin-top:0px;
- margin-left:5px;
- }
- .albumfoto img{
- width:80px;
- border-radius:100%;
- }
- .audiodesc {
- margin-left:90px;
- padding:10px;
- background:transparent;
- margin-top:0px;
- min-height:60px;
- font-weight:bold;
- margin-bottom:10px;
- }
- .audioplay {
- position:absolute;
- overflow:hidden;
- max-width:30px;
- height:28px;
- background:{color:Background};
- margin-left:25px;
- margin-top:-60px;
- }
- /** ALBUM **/
- /** AKS AND ANSWER **/
- .pessoap a{
- text-transform:uppercase;
- }
- .pessoapfoto img{
- float:left;
- border-radius:2px;
- }
- .pergunta {
- background:#eee;
- padding:15px;
- margin-left:50px;
- }
- .sresposta {
- padding:5px;
- margin-top:5px;
- }
- /** ASK AND ANSWER **/
- /** REBLOG LINK **/
- .seureblog {
- margin-top:20px;
- text-align:left;
- border-top:1px solid {color:borders};
- padding:10px;
- padding-bottom:0px;
- font-size:10px;
- }
- .seureblog a {
- margin-right:8px;
- }
- /** REBLOG LINK **/
- .pagination {display:none;}
- .permalink {
- padding:10px;
- }
- /** TAGS **/
- .tags {
- padding:10px;
- }
- .tags a{
- text-transform:lowercase;
- }
- /** TAGS **/
- /** HEADER **/
- #header {
- text-align:center;
- background:{color:header bg};
- padding:10px;
- width:580px;
- height:auto;
- margin-top:50px;
- margin-left:auto;
- margin-right:auto;
- }
- #avpic {
- border-radius:100%;
- padding:0px;
- width:60px;
- height:auto;
- margin-left:auto;
- margin-right:auto;
- }
- .description {
- width:60%;
- margin-left:auto;
- margin-right:auto;
- padding:2px;
- text-align:center;
- }
- .sidetitle {
- margin-top:10px;
- text-transform:lowercase;
- background:transparent;
- font-weight:bold;
- padding:0px;
- text-align:center;
- font-size:13px;
- }
- /** HEADER **/
- /** NAVIGATION **/
- #navigation {
- background:transparent;
- width:auto;
- text-align:center;
- margin-top:5px;
- }
- #navigation a {
- margin-left:5px;
- display:inline-block;
- padding:0px;
- color:{color:header link};
- border-bottom:1px solid {color:borders};
- font-size:10px;
- -webkit-transition:all 0.3s ease-out;
- -moz-transition:all 0.3s ease-out;
- transition:all 0.3s ease-out;
- }
- #navigation a:hover {
- 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;
- }
- /** NAVIGATION **/
- /** PAGINATION **/
- .pages {
- padding:20px;
- margin-top:20px;
- text-align:center;
- }
- .pages a {
- font-weight:bold;
- }
- /** PAGINATION **/
- /** CREDIT **/
- .credit {
- position:fixed;
- right:10px;
- bottom:10px;
- text-transform:uppercase;
- font-size:10px;
- }
- /** CREDIT **/
- #notas {
- margin-top:20px;
- width:90%;
- height:200px;
- overflow-y:auto;
- padding:20px;
- text-transform:lowercase;
- margin-left:auto;
- margin-right:auto;
- }
- .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:borders};
- list-style:none;
- width: 100%;
- padding:5px;
- font-size:11px;
- margin-top:0px;
- 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;}
- {CustomCSS}
- </style>
- </head>
- <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>
- <body>
- <div id="header">
- <img id="avpic" src="{image:header}" />
- <div class="sidetitle"><a href="/">{Title}</a></div>
- <div class="description">{Description}</div>
- <div id="navigation">
- <a href="{text:link1url}">{text:link1title}</a>
- <a href="{text:link2url}">{text:link2title}</a>
- <a href="{text:link3url}">{text:link3title}</a>
- <a href="{text:link4url}">{text:link4title}</a>
- </div>
- </div>
- <div id="post">
- {block:Posts}
- <div class="entry">
- <div class="permhover">
- {ReblogButton Color="Black"}
- {LikeButton Color="Black"}
- </div>
- {block:Title} <h1>{TItle}</h1> {/block:Title}
- {block:Text} {Body} {/block:Text}
- {block:Photo}
- {block:IndexPage}<img src="{PhotoURL-500}" width="250" />{/block:IndexPage}
- {block:PermalinkPage}<img src="{PhotoURL-500}" width="500" />{/block:PermalinkPage}
- {/block:Photo}
- {block:Photoset}
- {block:IndexPage}{Photoset-250}{/block:IndexPage}
- {block:PermalinkPage}{Photoset-500}{/block:PermalinkPage}
- {/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}
- <h1><a href="{URL}" {Target}>{Name}</a></h1>
- {block:Description} {Description} {/block:Description}
- {/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>
- {/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>
- {/block:Audio}
- {block:Video}
- {block:IndexPage}{Video-250}{/block:IndexPage}
- {block:PermalinkPage}{Video-500}{/block:PermalinkPage}
- {PlayCountWithLabel}
- {/block:Video}
- {block:Answer}
- <div class="pessoapfoto"><img src="{AskerPortraitURL-40}" /></div>
- <div class="pergunta"><div class="pessoap">{Asker}</div>{Question}</div>
- <div class="sresposta">{Answer}</div>
- {/block:Answer}
- {block:Caption}<div class="caption">{Caption}</div>{block:Caption}
- <div class="seureblog">
- <a href="{ReblogUrl}">Reblog</a>
- {block:Date}
- <a href="{Permalink}">{DayOfMonthWithZero} {ShortMonth} {Year}</a>
- {/block:Date}
- <a href="{Permalink}">{NoteCountWithLabel}</a>
- {block:HasTags}<div class="tags">{block:Tags}<a href="{TagURL}">#{Tag}</a>{/block:Tags}</div>{/block:HasTags}
- </div>
- {block:PermalinkPage}
- <div class="permalink">
- <b>Date:</b> {block:Date}{DayOfMonthWithZero} {Month} {ShortYear}{/block:Date}</br>
- <b>Notes:</b> {NoteCount} </br>
- {block:RebloggedFrom}<b>Via: </b> <a href="{ReblogParentURL}">{ReblogParentName}</a></br>
- <b>Source: </b> <a href="{ReblogRootURL}">{ReblogRootName}</a>
- {/block:RebloggedFrom}
- {block:PostNotes}<div id="notas">{PostNotes-16}</div>{/block:PostNotes}</div>
- </div>
- {/block:PermalinkPage}
- </div>
- {/block:Posts}
- </div>
- {block:IfNotInfiniteScrolling}
- <div class="pages">
- {block:Pagination}
- {block:PreviousPage}<a href="{PreviousPage}">Back</a>{/block:PreviousPage}
- </br>{CurrentPage} of {TotalPages}</br>
- {block:NextPage}<a href="{NextPage}">Next</a>{/block:NextPage}
- {/block:Pagination}
- </div>
- {/block:IfNotInfiniteScrolling}
- {block:IfInfiniteScrolling}
- <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:IfInfiniteScrolling}
- <div class="credit">
- <a href="http://ttamplamente.tumblr.com/" title="credit" target="_blank">B</a>
- </div>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement