Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html>
- <html>
- <head>
- <!--
- 12:00AM THEME BY SEEYINGS (NICOLE)
- -->
- <meta name="color:Background" content="#ffffff" />
- <meta name="color:Body links" content="#000000" />
- <meta name="color:Body text" content="#000000" />
- <meta name="font:Body" content="Baskerville"/>
- <meta name="color:Title" content="#000000" />
- <meta name="color:Links and description" content="#000000" />
- <meta name="color:Title box" content="#eeeeee" />
- <meta name="if:One Column" content="0"/>
- <meta name="if:Two Columns" content="1"/>
- <meta name="if:Three Columns" content="0"/>
- <meta name="if:Fixed links and descriptions" content="1"/>
- <meta name="if:Submit link" content="1"/>
- <meta name="if:Ask link" content="1"/>
- <meta name="if:Infinite scroll" content="1"/>
- <meta name="if:Back to top button" content="1"/>
- <meta name="color:Back to top button" content="#cccccc"/>
- <meta name="color:Scrollbar" content="#cccccc" />
- <meta name="image:Background" content="" />
- {block:Description}
- <meta name="description" content="{MetaDescription}" />
- {/block:Description}
- <meta charset="utf-8">
- <meta name="viewport" content="initial-scale=1.0, width=device-width" />
- <title>{block:TagPage}{Tag} posts - {/block:TagPage} {block:PostSummary}{PostSummary} - {/block:PostSummary}{Title}</title>
- <link rel="shortcut icon" href="{Favicon}">
- <link rel="alternate" type="application/rss+xml" href="{RSS}">
- <link rel="stylesheet" href="css/normalize.min.css">
- <script type="text/javascript" src="http://static.tumblr.com/j1tjexd/WYwm8ed44/like_script.js"></script>
- <style type="text/css">
- #tumblr_controls{top: 1px !important; margin: 0 0 0 0; right: 6px !important; position: fixed !important;-webkit-filter: invert(100%) ;important;}
- #content {
- {Block:IfThreeColumns}
- width:1000px;
- {/Block:IfThreeColumns}
- {Block:IfTwoColumns}
- width:600px;
- {/Block:IfTwoColumns}
- {Block:IfOneColumn}
- width:800px;
- {/Block:IfOneColumn}
- position: absolute;
- }
- body {
- background: {color:Background};
- color: {color:Body text};
- font-family:{font:body};
- font-size: 11px;
- margin: 0;
- padding: 0;
- }
- a {
- color: {color:Body links};
- text-decoration:none;
- }
- ::-webkit-scrollbar{width:8px; height:10px;}
- ::-webkit-scrollbar-button:start:decrement
- ::-webkit-scrollbar-button:end:increment{display:block; height:0; background-color:#ff6666;}
- ::-webkit-scrollbar-thumb:vertical{
- height:50px;background-color:{color:scrollbar};}
- iframe, img, embed, object, video {
- max-width: 100%;
- }
- img {
- height: auto;
- width: auto;
- }
- nav li {
- display: inline;
- }
- /*Article*/
- article {
- {Block:IfThreeColumns}
- width:24%;
- margin: 40px;
- {/Block:IfThreeColumns}
- {Block:IfTwoColumns}
- width:35%;
- margin: 20px;
- {/Block:IfTwoColumns}
- {Block:IfOneColumn}
- width:51%;
- margin: 40px;
- {/Block:IfOneColumn}
- float:center;
- {block:permalinkpage}width:540px;{/block:permalinkpage}
- }
- .chat span {
- float: left;
- margin-right: 1%;
- }
- /*Metadata*/
- .metadata {
- display: inline-block;
- width: 100%;
- }
- .reblogged {
- float: center;
- }
- /*Tags and notes*/
- #tags, nav ul, .chat ul {
- list-style: none;
- list-style-image: none;
- margin: 0;
- padding: 0;
- }
- #tags li {
- float: left;
- margin-right: 1%;
- }
- .notes {
- clear: both;
- padding: 0;
- }
- .text, .quote, .chat, .link{
- padding-bottom:10px;
- -webkit-transition: all 0.3s linear;
- -moz-transition: all 0.3s linear;
- transition: all 0.3s linear;
- }
- .text:hover, .quote:hover, .chat:hover, .link:hover{
- padding-bottom:20px;
- -webkit-transition: all 0.3s linear;
- -moz-transition: all 0.3s linear;
- transition: all 0.3s linear;
- }
- .entry{
- border:1px solid #ccc;
- padding:10px;
- -webkit-transition: all 0.3s linear;
- -moz-transition: all 0.3s linear;
- transition: all 0.3s linear;
- }
- .entry:hover{
- border:1px solid #686868;
- padding:10px;
- -webkit-transition: all 0.3s linear;
- -moz-transition: all 0.3s linear;
- transition: all 0.3s linear;
- }
- .entry #permalink {
- position:absolute;
- width:auto;
- height:15px;
- overflow:hidden;
- right: 20px;
- top: 25px;
- background-color:#fff;
- text-transform: uppercase;
- font-size:10px;
- line-height:14px;
- text-align:center;
- padding:6px;
- opacity:0.0;
- -webkit-transition: all 0.3s linear;
- -moz-transition: all 0.3s linear;
- transition: all 0.3s linear;
- }
- .entry:hover #permalink {
- overflow:visible;
- -webkit-transition: opacity 0.5s linear; opacity: 0.6;
- transition: all 0.4s linear;
- font-size:10px;
- right: 20px;
- top: 30px;
- width: auto;
- height: 15px;
- padding:6px;
- background-color:#fff;
- -webkit-transition: all 0.3s linear;
- -moz-transition: all 0.3s linear;
- transition: all 0.3s linear;
- opacity:1;
- }
- .entry #permatext {
- position:absolute;
- overflow:hidden;
- margin-right: 2px;
- margin-top: -10px;
- font-size:10px;
- line-height:14px;
- text-align:right;
- opacity:0.0;
- -webkit-transition: all 0.4s linear;
- -moz-transition: all 0.4s linear;
- transition: all 0.4s linear;
- }
- .entry:hover #permatext {
- overflow:visible;
- -webkit-transition: opacity 0.5s linear; opacity: 0.6;
- transition: all 0.4s linear;
- font-size:10px;
- margin-right: 2px;
- margin-top: 5px;
- -webkit-transition: all 0.4s linear;
- -moz-transition: all 0.4s linear;
- transition: all 0.4s linear;
- opacity:1;
- }
- #header {
- {Block:IfFixedLinksAndDescriptions}
- Position:fixed;
- top:30px;
- right:10px;
- z-index:1;
- padding:10px;
- width:150px;
- height:auto;
- text-align:right;
- background-color:{color:Background};
- color:{color:Links and description};
- border-top:1px solid #000;
- {/Block:IfFixedLinksAndDescriptions}
- {Block:IfNotFixedLinksAndDescriptions}
- border-top:1px solid #000;
- position:absolute;
- z-index:1;
- top:30px;
- right:10px;
- padding:10px;
- width:150px;
- height:auto;
- text-align:right;
- background-color:{color:Background};
- color:{color:Links and description};
- border-top:1px solid #000;
- {/Block:IfNotFixedLinksAndDescriptions}
- }
- #pages{
- font-size:20px;
- }
- #pages a{
- text-transform:uppercase;
- font-size:12px;
- -webkit-transition: all 0.1s linear;
- -moz-transition: all 0.1s linear;
- transition: all 0.1s linear;
- color:{color:Links and description};
- }
- #pages a:hover{
- text-transform:uppercase;
- font-size:12px;
- padding-right:10px;
- color:{color:Links and description};
- -webkit-transition: all 0.1s linear;
- -moz-transition: all 0.1s linear;
- transition: all 0.1s linear;
- }
- #title{
- position:fixed;
- z-index:1;
- top:20px;
- left:20px;
- background-color:{color:Title box};
- padding:5px;
- }
- #title a{
- font-size:23px;
- color:{Color:title};
- text-transform:uppercase;
- }
- </style>
- {Block:IfBackToTopButton}
- <!------ BACK TO TOP ------>
- <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.3/jquery.min.js">
- </script>
- <script type="text/javascript" language="javascript">
- $(function () {
- $('#scrlTop').click(function () {
- $('html, body').animate({
- scrollTop: '0px'
- },
- 1500);
- return false;
- });
- });
- </script>
- <!------ SCROLL BAR ------>
- {/Block:IfBackToTopButton}
- </head>
- <body>
- <div id="title">
- <a href="/" title="{lang:Home}">{Title}</a>
- </div>
- <div id="header">
- <div id="pages">
- {block:Pages}
- <a href="{URL}">{Label}</a> <br>
- {/block:Pages}
- {/block:HasPages}
- {block:SubmissionsEnabled}
- <a href="/submit">SUBMIT</a> <br>
- {/block:SubmissionsEnabled}
- <a href="/ask">ASK</a> <br>
- <a href="http://seeyings.tumblr.com/">THEME</a>
- </div>
- <br><br>
- {block:Description}
- {Description}
- {block:Description}
- </div>
- <div align="center">
- <!--Content holder-->
- <div id="content">
- {block:Posts}
- <article>
- <!--Metadata: date, note count, content source-->
- <header class="metadata">
- <div class="reblogged">
- </div>
- </header>
- <!--Unique code for each post type-->
- <div class="entry">
- {block:Text}
- <p style="font-style:normal;">
- <div class="text">
- {block:Title}<h1 class="title"><a href="{Permalink}">{Title}</a></h1>{/block:Title}
- {Body}
- <div id="permatext">
- <a href="{Permalink}">{NoteCountWithLabel}</a></span>
- </div>
- </p>
- {/block:Text}
- {block:Photo}{block:IndexPage}
- <div id="permalink">
- <a href="{ReblogURL}" target="_blank">Reblog</a> <a href="{Permalink}" target="_blank">{Notecount}</a></span>
- </div>
- {/block:IndexPage}
- {block:IndexPage}{LinkOpenTag}<a href="{permalink}"><a><a href="{Permalink}" target="_blank"><img class="photo"
- src="{PhotoURL-HighRes}" alt="{PhotoAlt}"
- width="280"/></a>{LinkCloseTag}{/block:IndexPage}
- {block:PermalinkPage}{LinkOpenTag}<a href="{permalink}"><img
- class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}"
- width="520"/></a>{LinkCloseTag}
- {/block:PermalinkPage}
- {/block:Photo}
- {block:Photoset}
- <div class="photoset">
- {block:IndexPage}{Photoset-250}{/block:IndexPage}
- {block:PermalinkPage}{Photoset-700}{/block:PermalinkPage}
- {block:IndexPage}
- <div id="permatext">
- <a href="{Permalink}">{NoteCountWithLabel}</a></span>
- </div>
- {/block:IndexPage}
- {/block:Photoset}
- {block:Quote}
- <div class="quote">
- {Quote}
- {block:Source}<cite> {Source} </cite>{/block:Source}
- <div id="permatext">
- <a href="{Permalink}">{NoteCountWithLabel}</a></span>
- </div> </div>
- {/block:Quote}
- {block:Link}
- <div class="link">
- <div class="title"><a href="{URL}">{Name}</a></div>
- {block:Description}{Description}{/block:Description}
- <div id="permatext">
- <a href="{Permalink}">{NoteCountWithLabel}</a></span>
- </div>
- {/block:Link}
- {block:Chat}
- <div class="chat">
- <ul>
- {block:Lines}<li class="{Alt}">{block:Label}<span class="label">{Label}</span>{/block:Label}<p> {Line} </p></li>{/block:Lines}
- </ul>
- <div id="permatext">
- <a href="{Permalink}">{NoteCountWithLabel}</a></span>
- </div> </div>
- {/block:Chat}
- {block:Audio}
- <div class="audio">
- {block:TrackName}<h1 class="title"><a href="{Permalink}">{TrackName}</a></h1>{/block:TrackName}
- <div class="albumart">{block:AlbumArt}<img src="{AlbumArtURL}" width="500" height="500"/>{/block:AlbumArt}</div>
- <div class="player">{AudioPlayerBlack}</div>
- {block:AudioEmbed}{AudioEmbed}{/block:AudioEmbed}
- {/block:Audio}
- {block:Video}
- <div class="video">
- <div class="video-player">{Video-500}</div>
- {/block:Video}
- {block:Answer}
- <div class="answer">
- {asker} inquired: <div class="title">{Question}</div>
- <div class="user"</div>
- {Answer}
- <div id="permatext">
- <a href="{Permalink}">{NoteCountWithLabel}</a></span>
- </div></div>
- {/block:Answer}
- </div>
- <!--Post footer (tags and notes) on displayed on permalink pages-->
- {block:Permalink}
- <footer class="details">
- {block:HasTags}
- <ul id="tags">
- {block:Tags}<li> <a href="{TagURL}">{Tag}</a> </li>{/block:Tags}
- </ul>
- {/block:HasTags}
- {block:PostNotes}
- <div id="notes">
- {PostNotes}
- </div>
- {/block:PostNotes}
- </footer>
- {/block:Permalink}
- </article>
- {/block:Posts}
- <!--Close of article-->
- </div>
- </div>
- </div>
- <!--Pagination: previous/next page links-->
- {block:Pagination}
- <div class="pagination">
- {block:PreviousPage}<a href="{PreviousPage}">Previous page</a>{/block:PreviousPage}
- {block:NextPage}<a href="{NextPage}">Next page</a>{/block:NextPage}
- </div>
- {/block:Pagination}
- <!--Links to jQuery library, Masonry, infinite scroll and imagesLoaded-->
- <script src="//ajax.googleapis.com/ajax/libs/jquery/1.8.0/jquery.min.js"></script>
- <script src="http://static.tumblr.com/wgijwsy/Ebfm2v4gy/jquery.masonry.min.js"></script>
- {block:IfInfiniteScroll}
- <script src="http://static.tumblr.com/wgijwsy/u2vm2hxv6/jquery.infinitescroll.min.js"></script>
- <script src="http://static.tumblr.com/iwtk77u/Yhym2yygt/jquery.imagesloaded.min.js"></script>
- {/block:IfInfiniteScroll}
- <!--Code for infinite scroll and grid layout-->
- <script>
- (function() {
- var $tumblelog = $('#content');
- {block:IfInfiniteScroll}
- $tumblelog.infinitescroll({
- navSelector : ".pagination",
- nextSelector : ".pagination a:first",
- itemSelector : "article",
- bufferPx : 50,
- done : "",
- loading: {
- finishedMsg: "<p> </p>",
- img : " ",
- msg: null,
- msgText: "<p> </p>"
- },
- },
- function( newElements ) {
- var $newElems = $( newElements ).css({ opacity: 0 });
- $newElems.imagesLoaded(function(){
- $newElems.animate({ opacity: 1 });
- $tumblelog.masonry( 'appended', $newElems);
- });
- }
- );
- {/block:IfInfiniteScroll}
- $tumblelog.imagesLoaded( function(){
- $tumblelog.masonry({
- columnWidth: function( containerWidth ) {
- return containerWidth / 100;
- }
- });
- });
- })();
- </script>
- {Block:IfBackToTopButton}
- <a id="scrlTop" title="Top" href="#" style="position: fixed; bottom: 5px;left: 50px;"><font size="5"><FONT COLOR="{color:Back to top button}">^</font></font></a>
- {/Block:IfBackToTopButton}
- <div style="position:fixed; bottom:5px; right:5px; opacity:1;"><a href="http://seeyings.tumblr.com" title="©"><font size=3px>©</font></a></div
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment