Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html>
- <html>
- <head>
- <!--------------------------------->
- <!-----------[CUSTOM THEME]-------->
- <!-----THEME BY FOLKLORE THEMES---->
- <!--------------MAY 2016----------->
- <!--DO NOT STEAL OR REMOVE CREDIT-->
- <!--------------------------------->
- <!--------------------------------->
- <meta name="color:Background" content=""/>
- <meta name="color:Text" content=""/>
- <meta name="color:Links" content=""/>
- <meta name="color:Link Hover" content=""/>
- <meta name="color:Border" content=""/>
- <meta name="color:Scrollbar" content=""/>
- <meta name="text:Link 1 URL" content=""/>
- <meta name="text:Link 1 Title" content=""/>
- <meta name="text:Link 2 URL" content=""/>
- <meta name="text:Link 2 Title" content=""/>
- <meta name="text:Link 3 URL" content=""/>
- <meta name="text:Link 3 Title" content=""/>
- <meta name="select:Font" content="poiret-one" title="Poiret One"/>
- <meta name="select:Font" content="raleway" title="Raleway"/>
- <meta name="select:Font" content="overlock" title="Overlock"/> <meta name="select:Font" content="josefin-sans" title="Josefin Sans"/>
- <meta name="select:Font" content="bubbler-one" title="Bubbler One"/>
- <meta name="select:Font" content="quicksand" title="Quicksand"/>
- <script src="//use.edgefonts.net/poiret-one;raleway;overlock;josefin-sans;bubbler-one;quicksand.js"></script>
- <style type="text/css">
- ::-webkit-scrollbar-thumb:vertical {
- background-color:{color:Scrollbar};
- /*scrollbar's slider color*/
- height:100px;
- padding:2px;
- -moz-border-radius: 0px; /*these make bar rounded*/
- border-radius: 0px;
- }
- ::-webkit-scrollbar-thumb:horizontal {
- background-color:#fff; /*scrollbar's slider color*/
- height:100px !important;
- }
- ::-webkit-scrollbar {
- height:10px;
- padding:2px;
- width:4px; /*width of slider*/
- background-color:#fff;
- /*scrollbar's main color*/
- }
- body{
- background-color:{color:Background};
- font-family:{select:Font};
- color:{color:Text};
- }
- a {
- text-decoration:none;
- color:{color:Links};
- -moz-transition-duration: 0.5s;
- -o-transition-duration: 0.5s;
- -webkit-transition-duration: 0.5s;
- transition-duration: 0.5s;
- }
- a:hover{
- -moz-transition-duration: 0.5s;
- -o-transition-duration: 0.5s;
- -webkit-transition-duration: 0.5s;
- transition-duration: 0.5s;
- color:{color:Link Hover};
- }
- #header{
- width:100%;
- height:100px;
- }
- #title{
- text-align:center;
- font-size:50px;
- margin-top:25px;
- color:{color:Links};
- }
- #desc{
- text-align:center;
- margin:30px 0 15px 0;
- font-size:14px;
- }
- .raleway{
- font-family:'Raleway',arial,sans-serif;
- font-weight:200;
- }
- #wrapper{
- width:1150px;
- margin:60px auto;
- position:relative;
- }
- .posts {
- width:250px;
- float:left;
- padding:7px;
- margin:10px;
- background-color:{color:Posts bg};
- border:1px solid {color:Border};
- }
- .posts img {
- margin:0 auto;
- width:350px;
- }
- .posts .title {
- color:{color:Links};
- font-size:18px;
- font-family:'PT Sans Narrow', sans-serif;
- padding:3px 2px 2px 2px;
- text-transform:uppercase;
- }
- .posts .text {
- font-size:11px;
- font-family:arial;
- }
- .posts h2 {
- font-size:14px;
- font-weight:normal;
- margin:0px;
- }
- .posts h2 a {
- font-size:12px;
- }
- blockquote {
- border-left: solid 1px {color:Text};
- margin: 0;
- padding-left: 10px;
- }
- .posts .photocap {
- font-size:11px;
- padding-bottom:2px;
- }
- .posts .qut {
- font-size:14px;
- font-style:italic;
- text-align:center;
- }
- .posts .src {
- text-align:right;
- margin-top:-7px;
- font-size:11px;
- }
- .posts .qtmrk1 {
- font-size:30px;
- text-align:center;
- font-family:serif;
- margin-bottom:4px;
- }
- .posts .qtmrk2 {
- font-size:30px;
- text-align:center;
- font-family:serif;
- margin-top:8px;
- }
- .posts .photoset {
- width:350px;
- padding-right:10px;
- margin:0 auto;
- }
- .posts .label{
- font-family:arial;
- display:inline;
- font-size:11px;
- padding-right:2px;
- }
- .posts .lines{
- font-family:arial;
- display:inline;
- font-size:11px;
- }
- .question {
- font-size:12px;
- color:{color:Text};
- font-family:arial;
- text-align:left;
- }
- .asker {
- font-size:11px;
- color:{color:Links};
- font-family:arial;
- text-align:left;
- padding-top:4px;
- padding-bottom:10px;
- display:inline;
- }
- .answer {
- font-size:12px;
- color:{color:Text};
- font-family:arial;
- text-align:center;
- }
- td img{
- max-height:40px;
- max-width:40px;
- }
- img {
- max-width:100%;
- }
- .playerbuttonbg {
- position: absolute;
- left: 20px;
- top: 20px;
- width: 19px;
- height: 19px;
- background-color: #ffffff;
- padding: 10px;
- -webkit-border-radius: 40px;
- -moz-border-radius: 40px;
- border-radius: 40px;
- opacity: .4;
- filter: alpha(opacity=40);
- -moz-opacity: 0.4;
- -khtml-opacity: 0.4;
- transition: opacity .7s ease-in-out;
- -moz-transition: opacity .7s ease-in-out;
- -webkit-transition: opacity .7s ease-in-out;
- }
- .playerbuttonbg:hover {
- opacity: 1;
- filter: alpha(opacity=100);
- -moz-opacity: 1;
- -khtml-opacity: 1;
- }
- .newplayerbutton {
- position: relative;
- width: 19px;
- height: 19px;
- overflow: hidden;
- }
- .playerbuttonhug {
- position: absolute;
- top: -18px;
- left: -7px;
- }
- .tumblr_audio_player {
- height: 90px;
- width: 270px;
- -moz-transform: scale(0.60, 0.60);
- -webkit-transform: scale(0.60, 0.60);
- -o-transform: scale(0.60, 0.60);
- -ms-transform: scale(0.60, 0.60);
- transform: scale(0.60, 0.60);
- -moz-transform-origin: top left;
- -webkit-transform-origin: top left;
- -o-transform-origin: top left;
- -ms-transform-origin: top left;
- transform-origin: top left;
- }
- .audioimgwrapper {
- position: absolute;
- left: 0px;
- top: 0px;
- -webkit-border-radius: 40px;
- -moz-border-radius: 40px;
- border-radius: 40px;
- overflow: hidden;
- width: 79px;
- height: 79px;
- }
- .audioimgwrapper img {
- width: 100%;
- height: auto;
- -webkit-border-radius: 40px;
- -moz-border-radius: 40px;
- border-radius: 40px;
- }
- .trackdetails {
- width: auto;
- display:inline-block;
- margin-left: 90px;
- min-height: 85px;
- font-size:12px;
- font-family:sans-serif;
- color:{color:Text};
- }
- .audiowrapper {
- position: relative;
- display:inline-block;
- }
- .info{
- font-size:12px;
- text-align:center;
- text-transform:uppercase;
- }
- .tags{
- display:none;
- }
- #notecontainer {
- margin: 20px auto;
- width: 350px;
- font-size: 11px;
- }
- #notecontainer ol.notes {
- list-style-type: none;
- margin: 0;
- padding: 0;
- }
- #notecontainer img.avatar {
- margin-right: 10px;
- width: 16px;
- height: 16px;
- }
- .pagination{
- display:none;
- }
- #cred{
- position:fixed;
- font-size:12px;
- bottom:6px;
- right:4px;
- font-weight:bold;
- }
- .tumblrAutoPager_page_info, .tumblrAutoPager_page_separator {display:none;}
- #infscr-loading {display:none;}
- .navigation {display:none!important;}
- </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 = $('#wrapper');
- $container.imagesLoaded(function(){
- $container.masonry({
- itemSelector: '.posts',
- });
- });
- $container.infinitescroll({
- itemSelector : ".posts",
- navSelector : "div.pagination",
- nextSelector : ".pagination a#next",
- loadingImg : "",
- 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>
- </head>
- <body>
- <div id="header">
- <div id="title">{Title}</div>
- <div id="desc">{Description}</div>
- <div class="navlinks" style="text-align:center;margin-top:10px;font-size:15px">
- <a href="/">home</a>
- <a href="/archive">archive</a>
- <a href="https://www.instagram.com/beyoubehappylove/">instagram</a>
- <a href="https://twitter.com/BeYouBeHappyLuv">twitter</a>
- {block:AskEnabled}
- <a href="/ask">ask</a>
- {/block:AskEnabled}
- </div>
- </div>
- <div id="wrapper">
- {block:Posts}
- <div class="posts">
- {block:Photo}
- {LinkOpenTag}<img src="{PhotoURL-500}" />{LinkCloseTag}
- {block:Caption}<div class="photocap">{Caption}</div>{/block:Caption}
- {/block:Photo}
- {block:Photoset}<div class="photoset">
- {Photoset}<!-- edited~ -->
- {block:Caption}<div class="photocap">{Caption}</div>{/block:Caption}</div>
- {/block:Photoset}
- {block:Video}
- <div class="video">{Video-500}</div>
- {block:Caption}<div class="text">{Caption}</div>{/block:Caption}
- {/block:Video}
- {block:Audio}
- {block:AudioPlayer}
- <div class="audiowrapper">
- {block:AlbumArt}
- <div class="audioimgwrapper"><img src="{AlbumArtURL}"></div>
- {/block:AlbumArt}
- <div class="playerbuttonbg">
- <div class="newplayerbutton">
- <div class="playerbuttonhug">
- {AudioPlayerWhite}
- </div>
- </div>
- </div>
- <div class="trackdetails">
- {block:TrackName}{TrackName}{/block:TrackName}<br/>
- {block:Artist}Artist: {Artist}{/block:Artist}<br/>
- {block:Album}Album: {Album}{/block:Album}<br/>
- {PlayCountWithLabel}
- </div>
- </div>
- {/block:AudioPlayer}
- {block:Caption}{Caption}{/block:Caption}
- {/block:Audio}
- {block:Quote}
- <div class="qut"><div class="qtmrk1">“</div>{Quote}<div class="qtmrk2">”</div></div>
- {block:Source}<div class="src"><br>— {Source}</div>{/block:Source}
- {/block:Quote}
- {block:Text}
- {block:Title}<div class="title">{Title}</div>{/block:Title}
- <div class="text">{Body}</div>
- {/block:Text}
- {block:Answer}
- <table style="border-bottom:1px solid {color:Border};padding-bottom:5px;margin-bottom:5px;">
- <tr>
- <td style="vertical-align:top;padding-right:10px;"><img src="{AskerPortraitURL-40}"></td>
- <td style="vertical-align:top;"><div class="asker">{Asker} </div><span style="font-size:11px;">asked: </span> <div class="question"><em>{Question}</em></div></td>
- </tr>
- </table>
- <div class="answer">{Answer}</div>
- {/block:Answer}
- {block:Chat}
- {block:Title}<h1>{Title}</h1>{/block:Title}
- {block:Lines}{block:Label}<div class="label"><b>{Label}</b></div>{/block:Label}<div class="lines">{Line}</div><br>{/block:Lines}
- {/block:Chat}
- {block:Link}
- <div class="title"><a href="{URL}">{Name}</a></div>
- {block:Description}
- <div class="text">{Description}</div>
- {/block:Description}
- {/block:Link}
- <div class="info">
- <a href="{Permalink}">{block:Date}{TimeAgo} {/block:Date}</a><span style="color:{color:Links}">with </span><a href="{Permalink}" >{block:NoteCount}{NoteCount} notes{/block:NoteCount}</a>
- </div>
- {block:HasTags}<div class="tags">
- {block:Tags}
- <a href="{TagURL}"> #{Tag} </a>
- {/block:Tags}
- </div>
- {/block:HasTags}
- {block:PostNotes}
- <div id="notecontainer">{PostNotes}</div>
- {/block:PostNotes}
- </div>
- {/block:Posts}
- {block:PermalinkPage}
- {block:RebloggedFrom} <a href="{ReblogParentURL}">via</a>{/block:RebloggedFrom}
- {block:ContentSource} <a href="{SourceURL}"><a href="{SourceURL}">source</a>{/block:ContentSource}
- {block:RebloggedFrom} <a href="{ReblogParentURL}" ></a>{/block:RebloggedFrom}{/block:PermalinkPage}
- </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>
- <div id="cred"><a href="http://folklorethemes.tumblr.com">flt.</a>
- </div>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment