Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!--
- nova by ananda (captainmarvels)
- ////////////////////////////////////////////////
- base code
- © sorrism
- pxu photosets
- the MIT license (MIT) copyright (c) 2013
- © pixel union, modified by bychloethemes
- -->
- <!DOCTYPE html>
- <head>
- <title>{block:TagPage}#{Tag} : {/block:TagPage} {block:PostSummary}{PostSummary} : {/block:PostSummary}{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}
- <!--default variables-->
- <meta name="if:blogtitle" content="1"/>
- <meta name="select:body font" content="helvetica" title="helvetica"/>
- <meta name="select:body font" content="Source Sans Pro" title="Source Sans Pro"/>
- <meta name="select:body font" content="Roboto" title="Roboto"/>
- <meta name="select:body font" content="PT Sans" title="PT Sans"/>
- <meta name="select:body font" content="helvetica" title="helvetica"/>
- <meta name="select:title font" content="Source Sans Pro" title="Source Sans Pro"/>
- <meta name="select:title font" content="Changa" title="Changa"/>
- <meta name="select:title font" content="PT Sans" title="PT Sans"/>
- <meta name="select:text size" content="11" title="11"/>
- <meta name="select:text size" content="12" title="12"/>
- <meta name="select:bold weight" content="700" title="700"/>
- <meta name="select:bold weight" content="600" title="600"/>
- <meta name="select:bold weight" content="500" title="500"/>
- <meta name="select:post size" content="540" title="540"/>
- <meta name="select:post size" content="450" title="450"/>
- <meta name="select:post size" content="350" title="350"/>
- <meta name="color:background" content="#f9f9f9"/>
- <meta name="color:text" content="#444444"/>
- <meta name="color:link" content="#888888"/>
- <meta name="color:link hover" content="#666666"/>
- <meta name="color:accent" content="#666666"/>
- <meta name="text:home title" content="index"/>
- <meta name="text:ask title" content="message"/>
- <meta name="text:archive title" content="history"/>
- <meta name="text:link 1 url" content="" />
- <meta name="text:link 1 name" content="" />
- <meta name="text:link 2 url" content="" />
- <meta name="text:link 2 name" content="" />
- <meta name="text:link 3 url" content="" />
- <meta name="text:link 3 name" content="" />
- <meta name="text:link 4 url" content="" />
- <meta name="text:link 4 name" content="" />
- <meta name="image:icon" content=""/>
- <!--fonts-->
- <link href="https://fonts.googleapis.com/css?family=Changa:400,500,600,700|Heebo:400,500,700,800|Roboto:400,400i,500,500i,700,700i|Source+Sans+Pro:300,400,400i,600,600i,700,700i|PT+Sans:400,400i,700,700i" rel="stylesheet">
- <!--scripts-->
- <script src="//ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
- <!--video resizing by shythemes-->
- <script src="//code.jquery.com/ui/1.10.4/jquery-ui.js"></script><script src ="//static.tumblr.com/fwgzvyf/Oj1o08f6h/shythemes.vr.js"></script>
- <!--pxu photosets by pixel union and bychloethemes-->
- <script src="http://static.tumblr.com/yxfeliq/hHwojmt8m/bctphotoset.min.js"></script> <link href="https://static.tumblr.com/qudkd6d/OcDnl99gb/style.css" rel="stylesheet" type="text/css"/>
- <!--css customization-->
- <style type="text/css">
- .tmblr-full img {
- max-width:100%;
- }
- .vignette, #vignette {
- opacity:0;
- }
- .lightbox-image, #tumblr_lightbox img {
- box-shadow:none !important;
- border-radius:0 !important;
- max-width:none;
- }
- .tmblr-lightbox, #tumblr_lightbox {
- background-color:rgba(255,255,255,.8) !important;
- }
- #tumblr_lightbox img {
- padding:5px;
- -moz-box-sizing:border-box;
- box-sizing:border-box;
- }
- .lightbox-image {
- padding:0px;
- background-color:rgba(255,255,255,1) !important;
- }
- /*alternative tumblr controls by cyantists*/
- iframe.tmblr-iframe {
- z-index:99999999999999!important;
- top:1em!important;
- right:1em!important;
- opacity:0.5;
- /* delete invert(1) from here */
- filter:invert(1) contrast(150%);
- -webkit-filter:invert(1) contrast(150%);
- -o-filter:invert(1) contrast(150%);
- -moz-filter:invert(1) contrast(150%);
- -ms-filter:invert(1) contrast(150%);
- /* to here if your blog has a dark background */
- transform:scale(0.75);
- transform-origin:100% 0;
- -webkit-transform:scale(0.75);
- -webkit-transform-origin:100% 0;
- -o-transform:scale(0.75);
- -o-transform-origin:100% 0;
- -moz-transform:scale(0.75);
- -moz-transform-origin:100% 0;
- -ms-transform:scale(0.75);
- -ms-transform-origin:100% 0;
- }
- ::-webkit-scrollbar {
- width:17px;
- height:17px;
- }
- ::-webkit-scrollbar-track {
- border:8px solid {color:background};
- background-color:#ccc;
- }
- ::-webkit-scrollbar-thumb {
- min-height:24px;
- min-width:24px;
- background-clip:padding-box;
- background-color:#444;
- border:8px solid {color:background};
- }
- .ui-tooltip {
- position:absolute;
- z-index:9999;
- padding-top:10px;
- border-radius:10%;
- }
- .ui-tooltip-content {
- padding:0.50em 0.70em;
- border:1px solid #eee;
- font-size:11px;
- text-transform:lowercase;
- }
- ::selection {
- background:#f8f8f8;
- color:{color:text};
- padding:3px;
- }
- ::-moz-selection {
- background:#f8f8f8;
- color:#f8f8f8;
- }
- ::-webkit-selection {
- background:#f8f8f8;
- color:#f8f8f8;
- }
- body {
- font-family:{select:body font}, sans-serif;
- font-size:{select:text size}px;
- background:{color:background};
- color:{color:text};
- letter-spacing:.20px;
- line-height:1.8em;
- font-style:normal;
- word-wrap:break-word;
- text-align:left;
- opacity:1;
- transition:1s opacity;
- }
- body.fade-out {
- opacity:0;
- transition:none;
- }
- a {
- color:{color:link};
- text-decoration:none;
- transition:all .3s linear;
- -webkit-transition:all .3s linear;
- -o-transition:all .3s linear;
- -moz-transition:all .3s linear;
- }
- a:hover {
- color:{color:link hover};
- }
- a, a img {cursor:pointer;}
- img {
- opacity:1;
- border:0;
- text-decoration:none;
- max-width:100%;
- height:auto;
- display:block;
- }
- b, strong, b a, strong a {
- font-weight:{select:bold weight};
- color:{color:text};
- }
- small, big, sub, pre {
- margin:0;
- font-size:1em!important;
- vertical-align:baseline!important;
- }
- i {
- font-style:italic;
- color:{color:text};
- }
- h1, h2, h3, h4 {
- font-family:{select:title font}, sans-serif;
- margin:1em 0;
- text-transform:normal;
- font-weight:{select:bold weight};;
- color:{color:text};
- font-size:14px;
- }
- p {margin:1em 0;}
- ul:first-of-type,
- ol:first-of-type,
- p:first-of-type {margin-top:0;}
- ul:last-of-type,
- ol:last-of-type,
- p:last-of-type {margin-bottom:0;}
- blockquote, ol, ul, pre, figure {margin:1em 0;}
- .posts h1:first-child,
- .posts h2:first-child,
- .posts h3:first-child,
- .posts h4:first-child {margin-top:0;}
- hr {
- border:none;
- box-shadow:0;
- margin:2em auto;
- width:75px;
- }
- ul, ol {
- list-style-type:circle;
- }
- blockquote {
- padding:0;
- margin:0;
- border:0;
- }
- pre {
- padding:0;
- margin:0;
- line-height:inherit!important;
- background:transparent;
- font-family:inherit!Important;
- font-size:inherit!important;
- white-space:pre-wrap;
- white-space:-moz-pre-wrap;
- white-space:-pre-wrap;
- white-space:-o-pre-wrap;
- word-wrap:break-word;
- }
- header {
- width:{select:post size}px;
- padding:1.5em;
- margin:50px auto;
- border-bottom:1px solid #eee;
- }
- header img {
- display:inline;
- width:40px;
- height:40px;
- border-radius:100%;
- float:right;
- }
- table, td, th {
- padding:1em 0;
- text-align:left;
- }
- td {
- width:50%;
- }
- table {
- border-collapse:collapse;
- width:100%;
- }
- #blogtitle {
- display:block;
- }
- #blogtitle a {
- font-family:{select:title font}, sans-serif;
- font-weight:{select:bold weight};;
- color:{color:text};
- font-size:14px;
- text-transform:lowercase;
- }
- #blogtitle a:hover {
- color:{color:link hover};
- }
- #description {
- text-align:left;
- }
- nav {
- display:block;
- text-align:right;
- }
- nav a {
- display:inline-block;
- text-transform:lowercase;
- }
- nav a:not(:last-child) {
- margin-right:1em;
- }
- nav a:hover {
- color:{color:link hover};
- }
- section {
- width:{select:post size}px;
- margin:60px auto 100px auto;
- }
- .posts {
- width:{select:post size}px;
- margin-bottom:100px;
- display:block;
- }
- .posts:last-child {
- margin-bottom:0px;
- }
- {block:Permalinkpage}
- .posts {
- margin-bottom:30px;
- }
- {/block:Permalinkpage}
- .ph {
- position:relative;
- overflow:hidden;
- margin:0;
- }
- .ph img {
- width:auto;
- display:block;
- }
- .player {
- width:25px;
- height:25px;
- position:absolute;
- left:20px;
- top:calc(50% - 15px);
- display:block;
- overflow:hidden;
- }
- .hold {
- text-align:left;
- background:{color:background};
- border:1px solid #eee;
- position:relative;
- display:block;
- min-height:24px;
- padding:2em;
- }
- .audio_info {
- vertical-align:middle;
- line-height:12px;
- margin-left:35px;
- max-width:calc(100% - 35px);
- }
- .audio_info span {
- white-space:nowrap;
- overflow:hidden;
- text-overflow:ellipsis;
- display:block;
- }
- .hold .track {color:{color:text};}
- .comment {
- padding:0 0 1.5em 0;
- list-style:none;
- }
- .user {
- vertical-align:middle;
- font-weight:{select:bold weight};;
- display:inline-block;
- line-height:16px;
- color:{color:text};
- margin-bottom:.75em;
- }
- .icon {
- border-radius:100%;
- vertical-align:middle;
- margin-right:7px;
- display:inline-block;
- float:left;
- }
- .icon img {
- width:16px;
- height:16px;
- -moz-border-radius:100px;
- -webkit-border-radius:100px;
- border-radius:100%;
- }
- .captioned .comment:first-of-type {margin-top:1.5em;}
- .comment:last-of-type {padding-bottom:0!important;}
- .tex li, .tex blockquote {text-align:left;}
- .a {
- display:inline-block;
- width:540px;
- }
- .q {
- margin-bottom:0.9em;
- width:{select:post size}px;
- float:left;
- border:1px solid #eee;
- padding:1.5em;
- position:relative;
- }
- .as span {
- font-weight:{select:bold weight};;
- font-family:{select:title font}, sans-serif;
- font-size:12px;
- text-transform:lowercase;
- }
- .chat {
- margin:0;
- padding:0;
- text-align:left;
- list-style:none;
- }
- .label {
- position:relative;
- width:auto;
- margin-right:5px;
- font-weight:{select:bold weight};
- color:{color:text};
- display:inline-block;
- }
- .l.odd,
- .l.even {
- padding:1em 0;
- }
- .permalink {
- border-top:1px solid #eee;
- margin:1.5em 0 0 0;
- width:{select:post size}px;
- display:table;
- }
- .perm {
- width:10%;
- padding:1.5em 0;
- display:table-cell;
- text-align:left;
- vertical-align:top;
- line-height:1em;
- font-size:13px;
- }
- .perm:not(:last-child) {
- margin-right:1em;
- }
- .perm a {
- padding:0.5em 0 0 0;
- }
- .linebreak a {
- margin-right:1em;
- display:inline-block;
- }
- .quote:before {
- content:'“';
- padding-right:0.5px;
- }
- .quote:after {
- content:'”';
- padding-left:0.5px;
- }
- .quote {
- font-size:12px;
- font-style:italic;
- }
- .source:before {
- content:'—';
- margin-right:5px;
- color:#ccc;
- }
- .source {
- padding-top:0.5em;
- }
- .pagenotes {
- padding:1.5em 0;
- width:{select:post size}px;
- }
- .pagenotes ol, .pagenotes ul {
- padding:0;
- margin:0;
- }
- li.note {
- display:block;
- padding:0;
- }
- li.note:not(:first-child):not(:last-child) {
- margin:8px 0;
- }
- ol.notes li.note img.avatar {display:none;}
- a.more_notes_link {
- display:block;
- text-align:center;
- }
- .pagenotes blockquote {
- margin-left:2em;
- }
- #pagination {
- width:{select:post size}px;
- text-align:center;
- text-transform:lowercase;
- margin:50px auto;
- font-size:13px;
- }
- #pagination a {
- padding-left:05px;
- padding-right:05px;
- }
- .c {
- opacity:0.8;
- font-weight:{select:bold weight};;
- display:block;
- font-size:13px;
- z-index:1;
- position:fixed;
- right:15px;
- bottom:20px;
- color:{color:text};
- }
- {CustomCSS}
- </style>
- </head>
- <body>
- <script>document.body.className += ' fade-out';</script>
- <header>
- <table>
- <tr>
- <td>{block:ifblogtitle}<div id="blogtitle"><a href="/">{Title}</a></div>{/block:ifblogtitle}</td>
- <td>{block:ificonimage}<img src="{image:icon}">{/block:ificonimage}{block:ifnoticonimage}<img src="{PortraitURL-40}">{/block:ifnoticonimage}</td>
- </tr>
- <tr>
- <td><div id="description">{Description}</td>
- <td style=" vertical-align:bottom;"><nav>{block:ifhometitle}<a href="/">{text:home title}</a>{/block:ifhometitle}{block:ifasktitle}<a href="/ask">{text:ask title}</a>{/block:ifasktitle}{block:ifarchivetitle}<a href="/archive">{text:archive title}</a>{/block:ifarchivetitle}{block:iflink1url}<a href="{text:link 1 url}">{text:link 1 name}</a>{/block:iflink1url}{block:iflink2url}<a href="{text:link 2 url}">{text:link 2 name}</a>{/block:iflink2url}{block:iflink3url}<a href="{text:link 3 url}">{text:link 3 name}</a>{/block:iflink3url}{block:iflink4url}<a href="{text:link 4 url}">{text:link 4 name}</a>{/block:iflink4url}</nav></td>
- </tr>
- </table>
- </header>
- <section id="entries">
- {block:Posts}
- <article class="posts {block:caption}captioned{/block:caption}" id="{PostID}">
- {block:Quote}
- <div class="quote">{quote}</div>
- {block:Source}
- <div class="source">{source}</div>
- {/block:Source}
- {/block:Quote}
- {block:Text}
- {block:Title}<h1>{title}</h1>{/block:Title}
- {block:RebloggedFrom}
- {block:Reblogs}
- <li class="comment {block:Title}ted{/block:Title}">
- <a href="{Permalink}" class="icon"><img src="{PortraitURL-64}"></a> <a {block:haspermalink}href="{permalink}"{/block:haspermalink} class="user" target="_blank">{username}</a><div class="tex">{body}</div></li>
- {/block:Reblogs}
- {/block:RebloggedFrom}
- {block:NotReblog}
- <li class="comment {block:Title}ted{/block:Title}"><div class="tex">{body}</div></li>
- {/block:NotReblog}
- {/block:Text}
- {block:Link}<h1><a href="{URL}">{name}</a></h1>
- {block:Description}
- {block:NotReblog}
- <li class="comment ted"><div class="tex">{description}</div></li>
- {/block:NotReblog}
- {/block:Description}
- {block:RebloggedFrom}
- {block:Reblogs}
- <li class="comment"><a href="{Permalink}" class="icon"><img src="{PortraitURL-64}"></a> <a {block:haspermalink}href="{permalink}"{/block:haspermalink} class="user" target="_blank">{username}</a><div class="tex">{body}</div></li>
- {/block:Reblogs}
- {/block:RebloggedFrom}
- {/block:Link}
- {block:Chat}
- {block:Title}<h1>{title}</h1>{/block:Title}
- <ol class="chat {block:Title}ted{/block:Title}">
- {block:lines}<li class="l {Alt}">{block:label}<span class="label">{label}</span>{/block:label}{line}</li>{/block:lines}
- </ol>
- {/block:Chat}
- <div class="ph">
- {block:Photo}{linkopentag}<img src="{photoURL-HighRes}" alt="{PhotoAlt}"/>{linkclosetag}{/block:Photo}
- {block:Photoset}
- <div class="photo-slideshow" id="photoset_{PostID}" data-layout="{PhotosetLayout}">{block:Photos}<div class="photo-data"><div class="pxu-photo"><img src="{PhotoURL-500}" width="{PhotoWidth-500}" height="{PhotoHeight-500}" data-highres="{PhotoURL-HighRes}" data-width="{PhotoWidth-HighRes}" data-height="{PhotoHeight-HighRes}"></div><a class="tumblr-box" rel="post-{PostID}" href="{PhotoURL-HighRes}"></a></div>{/block:Photos}</div>
- {/block:Photoset}
- <div class="video">{Video-500}</div>
- {block:Audio}
- {block:audioplayer}
- <div class="hold">
- <div class="player">{audioplayerwhite}</div>
- <div class="audio_info">{block:trackname}<span class="track">{trackname}</span>{/block:trackname} {block:artist}<span class="artist">{artist}</span>{/block:artist}</div>
- </div>
- {/block:audioplayer}
- {/block:Audio}
- {block:caption}
- {block:Reblogs}
- <li class="comment"><a href="{Permalink}" class="icon"><img src="{PortraitURL-64}"></a> <a {block:haspermalink}href="{permalink}"{/block:haspermalink} class="user" target="_blank">{username}</a><div class="tex">{body}</div></li>
- {/block:Reblogs}
- {block:NotReblog}
- <li class="comment"><div class="tex">{caption}</div></li>
- {/block:NotReblog}
- {/block:caption}
- </div><!--ph-->
- {block:Answer}
- <div class="a">
- <div class="q"><div class="as"><span>{asker}</span></div> {question}</div>
- </div>
- {block:Answerer}
- <div class="a">
- <div class="q"><div class="as"><span>{answerer}</span></div> {answer}</div>
- </div>
- {/block:Answerer}
- {block:NotReblog}
- <li class="comment"><div class="tex">{replies}</div></li>
- {/block:NotReblog}
- {block:RebloggedFrom}
- {block:Reblogs}
- <li class="comment"><div class="tex">{body}</div></li>
- {/block:Reblogs}
- {/block:RebloggedFrom}
- {/block:Answer}
- {block:Date}
- <div class="permalink">
- {block:indexpage}
- <span class="perm">Date
- <div class="linebreak">
- <a href="{permalink}">{Month}, {DayofMonthwithSuffix}</a>
- </div>
- </span>
- {/block:indexpage}
- {block:NotReblog}
- {block:permalinkpage}
- <span class="perm">Date
- <div class="linebreak">
- <a href="{permalink}">{Month}, {DayofMonthwithSuffix}</a>
- </div>
- </span>
- {/block:permalinkpage}
- {block:NotReblog}
- {block:RebloggedFrom}
- {block:permalinkpage}
- <span class="perm">Source
- <div class="linebreak">
- <a href="{ReblogRootURL}">{ReblogRootName}</a>
- </div>
- </span>
- {/block:permalinkpage}
- {/block:RebloggedFrom}
- {block:NoteCount}
- <span class="perm">Notes
- <div class="linebreak">
- <a href="{permalink}" class="notecount">{NoteCount}</a>
- </div>
- </span>
- {/block:NoteCount}
- {block:hasTags}
- <span class="perm">Tags
- <div class="linebreak">
- {block:Tags}<a href="{TagUrl}">#{Tag}</a>{/block:Tags}
- </div>
- </span>
- {/block:hasTags}
- </div>
- {/block:Date}
- </article><!--posts-->
- {block:PostNotes}
- <div class="pagenotes">
- {PostNotes}
- </div>
- {/block:PostNotes}
- {/block:Posts}
- {block:Pagination}<div id="pagination">
- {block:PreviousPage}<a href="{PreviousPage}">newer</a>{/block:PreviousPage}
- {block:NextPage}<a href="{NextPage}" class="next">older</a>{/block:NextPage}</div>
- {/block:Pagination}
- </section>
- <script>
- var $container = $('.posts');
- $container.find('.notecount').each(function(){
- var n = $(this).html().split(' ')[0].replace(/,/g, '');
- if (n > 999) {
- n = Math.floor(n / 100) / 10;
- $(this).text(n + 'k');
- }
- });
- $(document).ready(function() {
- $('body').tooltip({track:false});
- $('iframe.tumblr_audio_player').load( function() {
- $('iframe.tumblr_audio_player').contents().find("head")
- .append($("<style type='text/css'> .audio-player{background:{color:accent} !important} </style>"));
- });
- });
- $(function() {
- $('body').removeClass('fade-out');
- });
- $(document).ready(function(){
- $('.photo-slideshow').pxuPhotoset({
- lightbox:true,
- rounded:false,
- gutter:'4px',
- borderRadius:'2px',
- photoset:'.photo-slideshow',
- photoWrap:'.photo-data',
- photo:'.pxu-photo'
- });
- });
- </script>
- <a class="c" href="http://captainmarvels.tumblr.com">✵</a>
- {block:ContentSource}
- <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
- width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
- {/block:SourceLogo}
- {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
- {/block:ContentSource}
- </body></html>
Advertisement
Add Comment
Please, Sign In to add comment