Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html>
- <html>
- <head>
- <!---
- Base theme by amplamente.tumblr.com
- --->
- <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:Sidebar bg" content="#Fff" />
- <meta name="color:Sidebar link" content="#888" />
- <meta name="color:Sidebar link hover" content="#ccc" />
- <meta name="image:Background" content="" />
- <meta name="image:Sidebar" 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 **/
- body {
- 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 {
- width:400px;
- background:transparent;
- margin-left:450px;
- margin-top:20px;
- }
- /** POST **/
- /** ENTRY **/
- .entry {
- float:left;
- width:400px;
- padding:15px;
- margin-bottom:70px;
- 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 **/
- /** SIDEBAR **/
- #sidebar {
- background:{color:sidebar bg};
- padding:10px;
- position:fixed;
- width:150px;
- left:200px;
- top:150px;
- }
- .sideimg {
- width:150px;
- }
- .description {
- padding:10px;
- text-align:center;
- }
- .sidetitle {
- background:{color:borders};
- text-transform:uppercase;
- padding:10px;
- text-align:center;
- }
- /** SIDEBAR **/
- /** NAVIGATION **/
- #navigation {
- background:transparent;
- width:auto;
- text-align:center;
- }
- #navigation a {
- margin-left:10px;
- display:inline-block;
- padding:5px;
- color:{color:sidebar link};
- 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:sidebar 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 {
- margin-top:20px;
- text-align:center;
- }
- /** PAGINATION **/
- /** CREDIT **/
- .credit {
- position:fixed;
- right:10px;
- bottom:10px;
- text-transform:uppercase;
- font-size:10px;
- }
- /** CREDIT **/
- {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 class="sidetitle">{Title}</div>
- <img class="sideimg" src="{image:sidebar}" />
- <div class="description">{Description}</div>
- <div id="navigation">
- <a href="{text:link1url}">{text:link1title}</a></br>
- <a href="{text:link2url}">{text:link2title}</a></br>
- <a href="{text:link3url}">{text:link3title}</a></br>
- <a href="{text:link4url}">{text:link4title}</a>
- </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}
- </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}
- <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}
- <h1><a href="{URL}" {Target}>{Name}</a></h1>
- {block:Description} {Description} {/block:Description}
- <div class="caption">{block:Caption} {Caption} {block:Caption}</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="pessoapfoto"><img src="{AskerPortraitURL-40}" /></div>
- <div class="pergunta">
- <div class="pessoap">{Asker}</div>
- {Question}
- </div>
- <div class="sresposta">{Answer}</div>
- <div class="caption">{block:Caption} {Caption} {block:Caption}</div>
- {/block:Answer}
- <div class="seureblog">
- <a href="{ReblogUrl}">Reblog</a>
- {block:Date}
- <a href="{Permalink}">{DayOfMonthWithZero} {ShortMonth} {Year}</a>
- {/block:Date}
- <a href="{Permalink}">{NoteCountWithLabel}</a>
- <div class="tags">
- {block:HasTags}{block:Tags}<a href="{TagURL}">#{Tag}</a>{/block:Tags}{/block:HasTags}</div>
- </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}{PostNotes-16}{/block:PostNotes}
- </div>
- {/block:PermalinkPage}
- </div>
- {/block:Posts}
- </div>
- {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="this is a base theme" target="_blank">Credit</a>
- </div>
- </body>
- </head>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement