Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!--
- PHEARL THEMES!
- -->
- <!DOCTYPE html>
- <html>
- <head>
- <!-- meta tags -->
- <meta name="image:background" content=""/>
- <meta name="select:font" content="'Avalon', sans-serif;" title="Avalon"/>
- <meta name="select:font" content="'Calibri';" title="Calibri"/>
- <meta name="select:font" content="'Consolas';" title="Consolas"/>
- <meta name="select:font" content="'Courier';" title="Courier"/>
- <meta name="select:font" content="'Imprima', sans-serif;" title="Imprima"/>
- <meta name="select:font" content="'Kurale', serif;" title="Kurale"/>
- <meta name="select:font" content="'Muli', sans-serif;" title="Muli"/>
- <meta name="select:font" content="'Open Sans', sans-serif;" title="Open Sans"/>
- <meta name="select:font" content="'Raleway', sans-serif;" title="Raleway"/>
- <meta name="color:Background" content="#fff"/>
- <meta name="color:Accent Colour" content="#f7dfd9"/>
- <meta name="color:Text" content="#eeeeee"/>
- <meta name="color:Links" content="#000000"/>
- <meta name="if:Title Background" content="1"/>
- <meta name="if:Post Border" content="1"/>
- <meta name="if:Sidebar Border" content="1"/>
- <meta name="if:Link 1" content="1"/>
- <meta name="if:Link 2" content="1"/>
- <meta name="if:Link 3" content="1"/>
- <meta name="text:Font Size" content="11px"/>
- <meta name="text:Ask Title" content="ask"/>
- <meta name="text:Link 1 URL" content="https://"/>
- <meta name="text:Link 1 Name" content="link 1"/>
- <meta name="text:Link 1 Tooltip" content="link 1 title"/>
- <meta name="text:Link 2 URL" content="https://"/>
- <meta name="text:Link 2 Name" content="link 2"/>
- <meta name="text:Link 2 Tooltip" content="link 2 title"/>
- <meta name="text:Link 3 URL" content="https://"/>
- <meta name="text:Link 3 Name" content="link 3"/>
- <meta name="text:Link 3 Tooltip" content="link 3 title"/>
- <!-- meta tags -->
- <!-- scripts -->
- <link href='https://fonts.googleapis.com/css?family=Raleway|Muli|Kurale|Imprima|Open+Sans' rel='stylesheet' type='text/css'>
- <link rel="stylesheet" type="text/css" href="http://assets.tumblr.com/fonts/avalon/stylesheet.css?v=1">
- <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css" rel="stylesheet">
- <script src="http://static.tumblr.com/me5sfsd/1YFl414t0/jquery142.js"></script>
- <script src="https://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
- <script>
- (function($){
- $(document).ready(function(){
- $("[title],a[title],img[title]").style_my_tooltips({
- tip_follows_cursor:true,
- tip_delay_time:90,
- tip_fade_speed:600,
- attribute:"title"
- });
- });
- })(jQuery);
- </script>
- <!-- scripts -->
- <style type="text/css">
- /* tumblr controls / follow & dash buttons */
- .tmblr-iframe{
- top:5px!important;
- right:5px!important;
- position:fixed!important;
- z-index:9999999999999!important;
- }
- /* tumblr controls / follow & dash buttons */
- /* scroll bar */
- ::-webkit-scrollbar-thumb{
- background-color:{color:accent colour};
- border:7px solid {color:background};
- height:7px;
- }
- ::-webkit-scrollbar{
- height:16px;
- width:16px;
- background-color:{color:background};
- }
- /* scroll bar */
- /* highlight */
- ::-moz-selection { /* Code for Firefox */
- background:{color:accent colour};
- color:#fff;
- }
- ::selection {
- background:{color:accent colour};
- color:#fff;
- }
- /* highlight */
- /* tooltips */
- .tooltip{
- display:inline;
- position:relative;
- }
- #s-m-t-tooltip{
- max-width:300px;
- padding:4px 5px 6px 4px;
- margin:20px 7px -2px 20px;
- background:{color:background};
- border:1px solid {color:accent colour};
- font-size:10px;
- letter-spacing:1px;
- color:{color:text};
- z-index:9999999999999999999999;
- }
- /* tooltips */
- /* image & wrap fixer */
- iframe,img,embed,object,video{
- max-width:100%;
- vertical-align:text-bottom;
- }
- img{
- height:auto;
- width:auto;
- vertical-align:text-bottom;
- }
- pre{
- white-space:pre-wrap;
- white-space:-moz-pre-wrap;
- white-space:-pre-wrap;
- white-space:-o-pre-wrap;
- word-wrap:break-word;
- }
- /* image & wrap fixer */
- /* styles your body */
- body{
- background-color:{color:background};
- background-image:url({image:Background});
- background-attachment:fixed;
- color:{color:text};
- font-family:{select:font};
- font-size:{text:font size};
- }
- /* styles your body */
- /* link stuff */
- a{
- color:{color:links};
- -webkit-transition: all .7s ease;
- -moz-transition: all .7s ease;
- -o-transition: all .7s ease;
- transition: all .7s ease;
- }
- a:hover{
- color:{color:accent colour};
- text-decoration:none;
- -webkit-transition: all .7s ease;
- -moz-transition: all .7s ease;
- -o-transition: all .7s ease;
- transition: all .7s ease;
- }
- a:link, a:visited{
- text-decoration:none;
- -webkit-transition: all .7s ease;
- -moz-transition: all .7s ease;
- -o-transition: all .7s ease;
- transition: all .7s ease;
- }
- a:active,a:focus{
- outline:0;
- }
- /* link stuff */
- /* blogtitle */
- #blogtitle{
- font-size:14px;
- text-align:center;
- letter-spacing:2px;
- text-transform:uppercase;
- margin-bottom:15px;
- }
- #blogtitle a{
- color:#fff;
- background:{color:accent colour};
- padding:5px;
- -webkit-transition: all .7s ease;
- -moz-transition: all .7s ease;
- -o-transition: all .7s ease;
- transition: all .7s ease;
- }
- #blogtitle a:hover{
- color:#000;
- -webkit-transition: all .7s ease;
- -moz-transition: all .7s ease;
- -o-transition: all .7s ease;
- transition: all .7s ease;
- }
- /* blogtitle */
- /* style for titles of text posts */
- h2 a{
- color:{color:text};
- -webkit-transition: all .7s ease;
- -moz-transition: all .7s ease;
- -o-transition: all .7s ease;
- transition: all .7s ease;
- }
- h2 a:hover{
- color:{color:accent colour};
- -webkit-transition: all .7s ease;
- -moz-transition: all .7s ease;
- -o-transition: all .7s ease;
- transition: all .7s ease;
- }
- p{
- text-align:left;
- color:{color:text};
- font-size:{text:font size};
- }
- /* style for titles of text posts */
- /* sidebar */
- #sidebar{
- top:150px;
- background:{color:background};
- z-index:99;
- color:{color:text};
- font-size:{text:font size};
- left:8%;
- width:150px;
- height:auto;
- text-align:center;
- position:fixed;
- {block:ifsidebarborder}
- border:1px solid {color:accent colour};
- {/block:ifsidebarborder}
- padding:15px;
- }
- /* sidebar */
- /* sidebar links */
- .links{
- padding-top:7px;
- color:{color:accent colour};
- font-size:{text:font size};
- }
- .links a{
- color:{color:links};
- -webkit-transition: all .7s ease;
- -moz-transition: all .7s ease;
- -o-transition: all .7s ease;
- transition: all .7s ease;
- }
- .links a:hover{
- color:{color:accent colour};
- text-decoration:none;
- -webkit-transition: all .7s ease;
- -moz-transition: all .7s ease;
- -o-transition: all .7s ease;
- transition: all .7s ease;
- }
- /* sidebar links */
- /* pagination */
- .pagination{
- display:none;
- }
- /* pagination */
- /* element that holds your posts together */
- #container{
- position:relative;
- margin:0px auto;
- width:640px;
- top:20px;
- {block:PermalinkPage}
- width:500px;
- {/block:PermalinkPage}
- }
- /* element that holds yout posts together */
- /* the actual post */
- .entry{
- background:{color:background};
- float:left;
- {block:IndexPage}
- width:250px;
- {/block:IndexPage}
- {block:PermalinkPage}
- width:500px;
- {/block:PermalinkPage}
- margin:22px;
- padding:12px;
- {block:ifpostborder}
- border:1px solid {color:accent colour}
- {/block:ifpostborder}
- }
- /* the actual post*/
- .photo{
- outline:0px solid rgba({RGBcolor:background}, .3);
- outline-offset:0px;
- -webkit-transition: all .5s ease-in-out;
- -moz-transition: all .5s ease-in-out;
- -ms-transition: all .5s ease-in-out;
- -o-transition: all .5s ease-in-out;
- transition: all .5s ease-in-out;
- }
- .photo:hover{
- outline:150px solid rgba({RGBcolor:background}, .3);
- outline-offset:-150px;
- -webkit-transition: all .5s ease-in-out;
- -moz-transition: all .5s ease-in-out;
- -ms-transition: all .5s ease-in-out;
- -o-transition: all .5s ease-in-out;
- transition: all .5s ease-in-out;
- }
- /* the permalinks */
- #perma{
- {block:IndexPage}
- position:absolute;
- top:50%;
- left:50%;
- outline:3px double #fff;
- outline-offset:3px;
- margin-top:-28px;
- width:100px;
- background:rgba({RGBcolor:background}, .7);
- border:1px solid #fff;
- -moz-transition-duration:0.8s;
- -webkit-transition-duration:0.8s;
- -o-transition-duration:0.8s;
- opacity:0;
- padding:6px;
- font-size:10px;
- margin-left:-55px;
- text-align:center;
- color:{color:accent colour};
- {/block:IndexPage}
- {block:PermalinkPage}
- display:none;
- {/block:PermalinkPage}
- }
- #perma a{
- padding:3px;
- margin:3px;
- line-height:25px;
- border-bottom:1px solid {color:accent colour};
- }
- .entry:hover #perma{
- opacity:1;
- -webkit-transition: all .7s ease;
- -moz-transition: all .7s ease;
- -o-transition: all .7s ease;
- transition: all .7s ease;
- }
- /* the permalinks */
- .chat{
- width:100%;
- }
- .chat ul{
- list-style:none;
- margin:0;
- padding:0;
- }
- .odd,.even{
- padding:7px;
- }
- .odd{
- background:{color:accent colour};
- }
- .tumblr_audio_player {
- {block:IndexPage}
- width: 250px;
- {/block:IndexPage}
- {block:PermalinkPage}
- width:500px;
- {block:PermalinkPage}
- height: 100px;
- overflow: hidden;
- position: relative;
- z-index: 1000;
- }
- .question{
- text-align:justify;
- font-style:italic;
- padding:7px;
- overflow-y:auto;
- max-height:150px;
- background:{color:accent colour};
- }
- #asker{
- font-weight:bold;
- padding-bottom:5px;
- margin-top:5px;
- }
- #asker a{
- color:{color:link};
- }
- #asker a:hover{
- color:{color:accent colour};
- }
- .answer{
- text-align:left;
- max-height:250px;
- overflow-y:auto;
- }
- .quote{
- font-style:italic;
- font-size:11px;
- letter-spacing:1px;
- }
- .source{
- text-align:right;
- font-weight:bold;
- font-size:10px;
- }
- blockquote{
- padding:0px 0px 2px 5px;
- margin:0px 0px 2px 10px;
- border-left: 0px solid {color:text};
- }
- /*styling of how the notes will look on the permalink page*/
- #permpage{
- {block:PermalinkPage}
- width: 500px;
- height: 200px;
- overflow-y:auto;
- position: relative;
- margin:5px;
- padding:2px;
- color:{color:text};
- float:center;
- {/block:PermalinkPage}
- }
- .permalinktext {
- display: block;
- font-size:10px;
- line-height:3px;
- letter-spacing:0px;
- text-transform:none;
- text-align: right;
- background-color:transparent;
- margin: 2px;
- margin-top:5px;
- color:{color:accent color};
- font-style:none;
- padding-top:6px;
- {/block:IndexPage}
- {block:PermalinkPage}
- display:none;
- color:{color:text};
- {/block:PermalinkPage}
- }
- .permalinktext a{
- margin:5px;
- }
- #top, #right, #left, #bottom{
- background:{color:accent colour};
- position:fixed;
- z-index:99999;
- }
- #top, #bottom{
- width:100%;
- height:10px;
- left:0px;
- }
- #right, #left{
- width:10px;
- height:100%;
- top:0px;
- }
- #top{
- top:0px;
- }
- #bottom{
- bottom:0px;
- }
- #right{
- right:0px;
- }
- #left{
- left:0px;
- }
- .top, .right, .left, .bottom{
- background:{color:accent colour};
- position:fixed;
- z-index:99999;
- }
- .top, .bottom{
- width:100%;
- height:5px;
- left:0px;
- }
- .right, .left{
- width:5px;
- height:100%;
- top:0px;
- }
- .top{
- top:15px;
- }
- .bottom{
- bottom:15px;
- }
- .right{
- right:15px;
- }
- .left{
- left:15px;
- }
- .credy{
- width:10px;
- height:7px;
- padding:5px;
- font-size:10px;
- border-left:1px solid {color:accent color};
- border-bottom:1px solid {color:accent color};
- background:{color:background};
- z-index:999999999999999999999999999999999999999999999999999999;
- bottom:25px;
- left:25px;
- position:fixed;
- -webkit-transition: all .7s ease-in-out;
- -moz-transition: all .7s ease-in-out;
- -ms-transition: all .7s ease-in-out;
- -o-transition: all .7s ease-in-out;
- transition: all .7s ease-in-out;
- }
- .credy:hover{
- width:65px;
- border-bottom:1px solid {color:accent color};
- }
- .credy .fa-moon-o {
- position:absolute;
- left:7px;
- bottom:3px;
- z-index:999;
- }
- .credy:hover #ch{
- -webkit-transform: scale(1);
- }
- #ch{
- position:absolute;
- z-index:9999999;
- background:{color:background};
- bottom:0px;
- padding:5px;
- width:60px;
- text-align:left;
- opacity:1;
- -webkit-transform: scale(0);
- -webkit-transition: all .7s ease-in-out;
- -moz-transition: all .7s ease-in-out;
- -ms-transition: all .7s ease-in-out;
- -o-transition: all .7s ease-in-out;
- transition: all .7s ease-in-out;
- }
- </style>
- <title>{Title}</title>
- <link rel="shortcut icon" href="{Favicon}">
- <link rel="alternate" type="application/rss+xml" href="{RSS}">
- <div class="credy"> <i class="fa fa-moon-o" aria-hidden="true"></i>
- <span id="ch">
- <a href="http://phearlthemes.tumblr.com/" target="_blank" title="phearlthemes">PT.</a> &
- <a href="http://bravethemes.tumblr.com/" target="_blank" title="bravethemes">BT.</a>
- </span>
- </div>
- <!---masonry--->
- {block:indexpage}
- {block:NextPage}<div id="page-nav"><a href="{NextPage}"></a></div>{/block:NextPage}
- <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.4/jquery.min.js"></script>
- <script type="text/javascript" src="http://static.tumblr.com/bswe8t6/UFVlryaq2/jquerymsnryv2.js"></script>
- <script type="text/javascript">
- $(window).load(function(){
- var $wall = $('#container');
- $wall.imagesLoaded(function(){
- $wall.masonry({
- itemSelector: '.entry, .entry_photo',
- isAnimated : false
- });
- });
- $wall.infinitescroll({
- navSelector : '#page-nav',
- nextSelector : '#page-nav a',
- itemSelector : '.entry, .entry_photo',
- bufferPx : 2000,
- debug : false,
- errorCallback: function() {
- $('#infscr-loading').fadeOut('normal');
- }},
- function( newElements ) {
- var $newElems = $( newElements );
- $newElems.hide();
- $newElems.imagesLoaded(function(){
- $wall.masonry( 'appended', $newElems,{isAnimated: false}, function(){$newElems.fadeIn('slow');} );
- });
- }); $('#content').show(500);
- });
- </script>
- {/block:indexpage}
- <!-- masonry -->
- </head>
- <body>
- <div id="top"></div><div id="left"></div><div id="right"></div><div id="bottom"></div><div class="top"></div><div class="left"></div><div class="right"></div><div class="bottom"></div>
- <div id="sidebar">
- <div id="blogtitle"><a href="/" title="refresh">{Title}</a></div>
- {block:Description}<div id="description">{Description}</div>{/block:Description}
- <div class="links">
- <a href = "/ask">{text:Ask Title}</a> ⋅
- {block:iflink1}
- <a href="{text:Link 1 URL}" title="{text:Link 1 Tooltip}">{text:Link 1 Name}</a> ⋅
- {/block:iflink1}
- {block:iflink2}
- <a href="{text:Link 2 URL}" title="{text:Link 2 Tooltip}">{text:Link 2 Name}</a> ⋅
- {/block:iflink2}
- {block:iflink3}
- <a href="{text:Link 3 URL}" title="{text:Link 3 Tooltip}">{text:Link 3 Name}</a> ⋅
- {/block:iflink3}
- <a href="/archive">archive</a> ⋅
- <a href="http://phearlthemes.tumblr.com/">theme</a>
- </div>
- </div>
- </div>
- <div id="container">
- {block:Posts}
- <div class="entry">
- {block:Text}
- <div class="post text">
- {block:Title}<h2><a href="{Permalink}">{Title}</a></h2>{/block:Title}
- {Body}
- </div>
- {block:IndexPage}
- <div class="permalinktext">
- <a href="{Permalink}" title="{NoteCountWithLabel}"><i class="fa fa-comments fa-x"></i></a>
- <a href="{ReblogURL}"title ="reblog"><i class="fa fa-refresh fa-1x"></i></a> </div>
- {/block:IndexPage}
- {/block:Text}
- {block:Photo}
- <div class="post photo">
- {block:IndexPage}
- <a href="{Permalink}"><img src="{PhotoURL-250}" alt="{PhotoAlt}"/></a>
- <div id="perma">
- <a href="{Permalink}">{NoteCountWithLabel} <i class="fa fa-comments fa-x"></i></a><br>
- <a href="{ReblogURL}">reblog <i class="fa fa-refresh fa-1x"></i></a></div>
- {/block:IndexPage}
- {block:PermalinkPage}
- <img src="{PhotoURL-500}" alt="{PhotoAlt}"/>
- {/block:PermalinkPage}
- </div>
- {/block:Photo}
- {block:Panorama}
- <div class="post panorama">
- {LinkOpenTag}
- <img src="{PhotoURL-Panorama}" alt="{PhotoAlt}"/>
- {LinkCloseTag}
- </div>
- {/block:Panorama}
- {block:Photoset}
- <div class="post photoset">
- {block:IndexPage}
- {Photoset-250}
- {/block:IndexPage}
- <div class="permalinktext">
- <a href="{Permalink}" title="{NoteCountWithLabel}"><i class="fa fa-comments fa-x"></i></a>
- <a href="{ReblogURL}" title ="reblog"><i class="fa fa-refresh fa-1x"></i></a>
- </div>
- </a>{/block:Indexpage}
- {block:PermalinkPage}
- <img src="{PhotoURL-500}" width="500px"/>
- {/block:PermalinkPage}
- </div>
- {/block:Photoset}
- {block:Quote}
- <div class="post quote">
- "{Quote}"<br>
- <div class="source">- {block:source}{source}{/block:source}</div>
- </div> {block:IndexPage}
- <div class="permalinktext">
- <a href="{Permalink}" title="{NoteCountWithLabel}"><i class="fa fa-comments fa-x"></i></a>
- <a href="{ReblogURL}" title ="reblog"><i class="fa fa-refresh fa-1x"></i></a>
- </div>
- {/block:IndexPage}
- {/block:Quote}
- {block:Link}
- <div class="post link">
- <a href="{URL}" class="link" {Target}><strong>{Name}</font></strong></a>
- {block:Description}
- <div class="description">{Description}</div>
- {/block:Description}
- </div>
- {block:IndexPage}
- <div class="permalinktext">
- <a href="{Permalink}" title="{NoteCountWithLabel}"><i class="fa fa-comments fa-x"></i></a>
- <a href="{ReblogURL}" title ="reblog"><i class="fa fa-refresh fa-1x"></i></a>
- </div>
- {/block:IndexPage}
- {/block:Link}
- {block:Chat}
- <div class="post chat">
- {block:Title}
- <h3><a href="{Permalink}">{Title}</a></h3>
- {/block:Title}
- <ul class="chat">
- {block:Lines}
- <div class="{Alt} user_{UserNumber}">
- {block:Label}
- <span class="label">{Label}</span>
- {/block:Label}{Line}
- </div>
- {/block:Lines}
- </ul>
- </div> {block:IndexPage}
- <div class="permalinktext">
- <a href="{Permalink}" title="{NoteCountWithLabel}"><i class="fa fa-comments fa-x"></i></a>
- <a href="{ReblogURL}" title ="reblog"><i class="fa fa-refresh fa-1x"></i></a>
- </div>
- {/block:IndexPage}
- {/block:Chat}
- {block:Video}
- <div class="post video">
- {block:IndexPage}
- {Video-250}
- <div class="permalinktext">
- <a href="{Permalink}" title="{NoteCountWithLabel}"><i class="fa fa-comments fa-x"></i></a>
- <a href="{ReblogURL}" title="reblog"><i class="fa fa-refresh fa-1x"></i></a>
- </div>
- {/block:IndexPage}
- {block:PermalinkPage}{Video-500}{/block:PermalinkPage}
- </div>
- {/block:Video}
- {block:Audio}
- <div class="post-audio">
- {block:IndexPage}
- {AudioEmbed-250}
- <div class="permalinktext">
- <a href="{Permalink}" title="{NoteCountWithLabel}"><i class="fa fa-comments fa-x"></i></a>
- <a href="{ReblogURL}" title="reblog"><i class="fa fa-refresh fa-1x"></i></a>
- </div>
- {block:IndexPage}
- {block:PermalinkPage}
- {AudioEmbed-500}
- {/block:PermalinkPage}
- </div>
- {/block:Audio}
- {block:Answer}
- <div class="question">
- <img src="{AskerPortraitURL-30}" align="left" style="margin-top:-3px;margin-right:4px;border-radius:20px;background:#fff;padding:2px;">
- <span id="asker">{Asker} asked:</span>
- {Question}</div>
- <div class="answer">{Answer}</div>
- {block:IndexPage}
- <div class="permalinktext">
- <a href="{Permalink}" title="{NoteCountWithLabel}"><i class="fa fa-comments fa-x"></i></a>
- <a href="{ReblogURL}" title="reblog"><i class="fa fa-refresh fa-1x"></i></a>
- </div>
- {/block:IndexPage}
- {/block:Answer}{block:PermalinkPagination}
- {block:PermalinkPage}
- {block:Caption}
- <div class="caption">{Caption}</div>
- {/block:Caption}
- <div id="permpage">
- {NoteCount}
- <br><br>
- <div class="tags">
- {block:HasTags}
- {block:Tags}
- <a href={TagURL}>
- <i class="fa fa-tags"></i> {Tag}</a>
- {/block:Tags}
- {/block:HasTags}
- </div>
- {block:PostNotes}
- {PostNotes-16}
- </div></div>
- {/block:PostNotes}
- {/block:PermalinkPage}
- {/block:PermalinkPagination}
- </div>
- {/block:Posts}
- </div>
- <!--infinite scroll-->
- <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>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement