Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!--
- cosmic - captainmarvels
- base code @ sorrism
- visit /credits for full credits
- -->
- <!DOCTYPE html>
- <head>
- <title>{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="color:Background" content="#ffffff"/>
- <meta name="color:Text" content="#222222"/>
- <meta name="color:Link" content="#444444"/>
- <meta name="color:Link Hover" content="#666666"/>
- <meta name="color:Bold" content="#000000"/>
- <meta name="color:Title"content="#000000"/>
- <meta name="color:BlogTitle"content="#000000"/>
- <meta name="color:Scrollbar" content="#d5d5d5" />
- <meta name="color:Accent" content="#d5d5d5" />
- <meta name="color:Borders" content="#eeeeee"/>
- <meta name="text:Link 1 URL" content="" />
- <meta name="text:Link 1" content="" />
- <meta name="text:Link 2 URL" content="" />
- <meta name="text:Link 2" content="" />
- <meta name="text:Link 3 URL" content="" />
- <meta name="text:Link 3" content="" />
- <meta name="text:Home Title" content="index"/>
- <meta name="text:Ask Title" content="message"/>
- <meta name="text:Archive Title" content="history"/>
- <link href="https://fonts.googleapis.com/css?family=Changa:400,500,600,700|Roboto:400,700" rel="stylesheet">
- <link href="https://use.fontawesome.com/releases/v5.0.6/css/all.css" rel="stylesheet">
- <!-- this is vital for my theme credit don't delete this-->
- <link href="//dl.dropbox.com/s/50g6fbds3rh4m0j/saturnicons.css" rel="stylesheet"> <!-- don't delete-->
- <script src="//ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script><script src="//code.jquery.com/ui/1.10.4/jquery-ui.js"></script>
- <script src ="//static.tumblr.com/fwgzvyf/Oj1o08f6h/shythemes.vr.js"></script>
- <script src="http://static.tumblr.com/wgg6svp/I8Yobwo15/unnest.min.js"></script>
- <script src="https://cdnjs.cloudflare.com/ajax/libs/smoothscroll/1.4.1/SmoothScroll.min.js"></script>
- <link href="https://static.tumblr.com/qudkd6d/OcDnl99gb/style.css" rel="stylesheet" type="text/css"/>
- <script src="http://static.tumblr.com/yxfeliq/hHwojmt8m/bctphotoset.min.js"></script>
- <!--CSS customization here. -->
- <style type="text/css">
- /*tumblr controls and lightbox*/
- .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;
- }
- iframe.tmblr-iframe { z-index:99999999999999!important;
- top:0!important;
- right:0!important;
- opacity:0.4;
- /* delete from here */
- filter:invert(1);
- -webkit-filter:invert(1);
- -o-filter:invert(1);
- -moz-filter:invert(1);
- -ms-filter:invert(1);
- /* to here if your blog has a dark background */
- transform:scale(0.6);
- transform-origin:100% 0;
- -webkit-transform:scale(0.6);
- -webkit-transform-origin:100% 0;
- -o-transform:scale(0.6);
- -o-transform-origin:100% 0;
- -moz-transform:scale(0.6);
- -moz-transform-origin:100% 0;
- -ms-transform:scale(0.6);
- -ms-transform-origin:100% 0;
- transition: opacity 0.6s ease-in-out;
- -moz-transition: opacity 0.6s ease-in-out;
- -webkit-transition: opacity 0.6s ease-in-out;
- }
- iframe.tmblr-iframe:hover {opacity:0.6!important;}
- /*tooltip*/
- .ui-tooltip {
- position:absolute;
- z-index:9999;
- padding-top:10px;
- border-radius:10%;
- }
- .ui-tooltip-content {
- background:#f8f8f8;
- padding:4px 8px;
- letter-spacing: 0px;
- font-size:10px;
- border:1px solid {color:borders};
- text-transform:lowercase;
- }
- /*scrollbar*/
- /* width */
- ::-webkit-scrollbar {
- width: 10px;
- }
- /* Track */
- ::-webkit-scrollbar-track {
- border:1px solid #f0f0f0;
- }
- /* Handle */
- ::-webkit-scrollbar-thumb {
- background: {color:accent};
- }
- /* Handle on hover */
- ::-webkit-scrollbar-thumb:hover {
- background: {color:accent};
- }
- /*selection*/
- ::selection {
- background: #f8f8f8;
- color: {color:text};
- }
- ::-moz-selection {
- background: #f8f8f8;
- color: #f8f8f8;
- }
- ::-webkit-selection {
- background: #f8f8f8;
- color: #f8f8f8;
- }
- /*main structure*/
- body {
- background:{color:background};
- color:{color:text};
- font:12px 'Roboto', sans-serif;
- word-wrap:break-word;
- text-align:justify;
- line-height:1.6em;
- }
- 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, a img {cursor:pointer;}
- a:hover {
- color:{color:link hover}!important;
- text-decoration:none;
- }
- img {
- opacity:1;
- border:0;
- text-decoration:none;
- max-width:100%;
- height:auto;
- display:block;
- }
- blockquote {
- padding:0;
- margin:.5em 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;
- }
- p {margin:1em 0;}
- p:first-of-type {margin-top:0;}
- p:last-of-type {margin-bottom:0;}
- b, strong, b a, strong a {
- font-weight:bold!important;
- color:{color:bold};
- }
- small, big, sub, pre {
- font-size:1em!important;
- line-height:1.4em!important;
- vertical-align:baseline!important;
- }
- i {
- font-style:italic;
- }
- h1, h2, h3, h4 {
- margin:0;
- font-size:17px;
- padding:0;
- color:{color:title};
- font-weight:bold;
- }
- .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;
- border-top:1px solid {color:borders};
- }
- /*sidebar*/
- sidebar {
- position: fixed;
- width: 200px;
- top: 120px;
- left: 200px;
- padding:20px;
- border-radius:4px;
- }
- #blogtitle {
- max-width:230px;
- font-family: 'Changa', sans-serif;
- font-size:14px;
- font-weight:300;
- line-height:25px;
- margin-bottom:10px;
- }
- #blogtitle a {
- background:{color:accent};
- padding:0px 5px;
- border-radius:2px;
- color:{color:blogtitle};
- }
- #description {
- position:relative;
- text-align:justify;
- line-height:20px;
- }
- nav {
- width:230px;
- margin-top:10px;
- text-align:justify;
- }
- nav a {
- color:#444444;
- font-family: 'Changa', sans-serif;
- letter-spacing: 0.5px;
- font-weight: 600;
- text-transform:uppercase;
- display:block;
- margin-right:10px;
- }
- /*pagination*/
- .pagination {
- text-align: left;
- margin-top:10px;
- }
- .pagination a {
- color: {color:text};
- text-decoration: none;
- font-weight:bold;
- font-size:10px;
- margin-right:10px;
- }
- /*posts*/
- section {
- width:540px;
- margin-left:520px;
- margin-top:120px;
- }
- .posts {
- width:540px;
- {block:indexpage}
- margin-bottom:100px;
- {/block:indexpage}
- {block:permalinkpage}
- margin-bottom:30px;
- {/block:permalinkpage}
- text-align:justify;
- {block:Posts}
- {/block:Posts}
- border-radius:5px;
- padding:0px 0px 10px 0px;
- background-color:#fff;
- }
- .posts ul li {
- list-style:none;
- margin-left:0px;
- }
- .posts ul li:before {
- content:"›";
- color:{color:scrollbar};
- padding-right:5px;
- }
- /*titles*/
- .title {
- font-family:'Changa';
- margin:20px 20px 12px 0px;
- font-size:13px;
- padding:0;
- letter-spacing:0.5px;
- text-transform:uppercase;
- color:{color:title};
- font-weight:500;
- }
- .title a {color:{color:title};}
- .title a:hover {color:{color:link};}
- /*captions*/
- .caption {
- margin:10px 20px 12px 0px;
- }
- .caption img:not(.icon) {
- padding:10px 0px;
- }
- .tumblr_blog {
- display:block;
- vertical-align:middle;
- line-height:25px;
- margin-bottom:5px;
- font-size:11px;
- font-weight:bold;
- color:#000000!important;
- }
- .icon {
- width:18px;
- height:18px;
- margin-right:5px;
- display:inline-block;
- float:left;
- border-radius:50px;
- border:1px solid #f0f0f0;
- padding:3px;
- -webkit-border-radius: 50%;
- -moz-border-radius: 50%;
- -ms-border-radius: 50%;
- -o-border-radius: 50%;
- }
- /*quote*/
- .source {margin-top:5px;}
- /*audio*/
- .player {
- width:25px;
- height:24px;
- position:absolute;
- left:10px;
- top:calc(50% - 15px);
- display:block;
- overflow:hidden;
- }
- .hold {
- text-align:left;
- background:{color:background};
- position:relative;
- display:block;
- min-height:24px;
- padding:15px;
- border:1px solid {color:borders};
- }
- .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:title};}
- /*asks*/
- .q {
- text-align:left;
- padding:15px;
- background:#f8f8f8;
- text-transform:lowercase;
- }
- .as {text-transform:normal;}
- .as a {color:{color:text};}
- .as a:hover {color:{color:link hover};}
- .a {
- margin-bottom:0px;
- }
- /*chat*/
- .chat {
- text-align:left;
- padding:0.5em 0;
- list-style:none;
- }
- .l {
- padding:15px 20px;
- border-bottom:1px solid {color:borders};
- }
- .label {
- font-weight:bold;
- color:{color:title};
- display:inline-block;
- }
- .l:first-of-type {padding-top:0;}
- .l:last-of-type {
- padding-bottom:0;
- border:0;
- }
- /*permalink and notes*/
- .permalink {
- margin:10px 20px 0px 0px;
- text-align:left;
- }
- .permalink a {
- color:#444444;
- font-family: 'Changa', sans-serif;
- letter-spacing: 0.5px;
- font-weight:500;
- text-transform:uppercase;
- text-decoration:none;
- margin-right:2em;
- }
- .tags {
- width:540px;
- margin:0px 20px 0px 0px;
- }
- .tags a {
- color:#888888;
- font-family: 'Changa', sans-serif;
- font-size:11px;
- font-weight:none;
- line-height:20px;
- display:inline;
- margin-right:1em;
- text-transform:normal;
- text-decoration:none;
- }
- .tags a:before {
- content:'#';
- }
- .pagenotes {
- font-size:11px;
- border:0;
- }
- ol li:before {
- content:'';
- }
- ol.notes {
- list-style-type:none;
- padding:0px;
- margin:0px;
- }
- ol.notes li.note {
- display:block;
- padding:0;
- margin:5px 0;
- }
- ol.notes li.note img.avatar {border-radius:50px; margin-right:5px; display:inline-block;}
- a.more_notes_link {
- display:block;
- text-align:center;
- color:{color:title};
- }
- /*credit*/
- .credit {
- position:fixed;
- right:10px;
- bottom:15px;
- font-weight:bold;
- }
- .credit a {
- color:#000000;
- }
- {CustomCSS}
- /*smooth loading*/
- @-webkit-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
- @-moz-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
- @keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
- .fade-in {
- opacity:0;
- -webkit-animation:fadeIn ease-in 1;
- -moz-animation:fadeIn ease-in 1;
- animation:fadeIn ease-in 1;
- -webkit-animation-fill-mode:forwards;
- -moz-animation-fill-mode:forwards;
- animation-fill-mode:forwards;
- -webkit-animation-duration:1s;
- -moz-animation-duration:1s;
- animation-duration:1s;}
- .fade-in.one {
- -webkit-animation-delay:0s;
- -moz-animation-delay:0s;
- animation-delay:0s;}
- .fade-in.two {
- -webkit-animation-delay:0.8s;
- -moz-animation-delay:0.8s;
- animation-delay:0.8s;}
- /*like button*/
- .like-b {
- position:relative;
- display:inline-block;
- height:1em;
- line-height:1em;
- overflow:hidden;
- margin-bottom:-1px;
- }
- .like-b .like_button iframe {
- position:absolute;
- top:0;
- left:0;
- bottom:0;
- right:0;
- z-index:2;
- opacity:0.000001;
- }
- .like-b .liked + .b {
- color:inherit;
- }
- .like-b .liked + .b:after {
- content:'d';
- }
- </style>
- </head>
- <body>
- <sidebar>
- <div id="blogtitle"><a href="/">{Title}</a></div>
- <div id="description">{Description}</div>
- <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:ifLink1}<a href="{text:Link 1 URL}">{text:Link 1}</a>{/block:ifLink1}{block:ifLink2}<a href="{text:Link 2 URL}">{text:Link 2}</a>{/block:ifLink2}{block:ifLink3}<a href="{text:Link 3 URL}">{text:Link 3}</a>{/block:ifLink3}</nav>
- <div class="pagination">
- {block:PreviousPage}<a href="{PreviousPage}">←</a>{/block:PreviousPage}
- {block:NextPage}<a href="{NextPage}">→</a>{/block:NextPage}
- </div>
- </sidebar>
- <section id="entries" class="fade-in one">{block:posts}
- <article class="posts" id="{PostID}">
- {block:Quote}
- <div class="title quote">{quote}</div>
- {block:Source}<div class="source">{source}</div>{/block:Source}
- {/block:Quote}
- {block:Text}
- {block:Title}<div class="title">{title}</div>{/block:Title}
- <div class="caption">{Body}</div>
- {/block:Text}
- {block:Link}<div class="title"><a href="{URL}" {Target}>{Name}</a></div>{block:Description}<div class="caption">{Description}</div>{/block:Description}{/block:Link}
- {block:Chat}
- {block:Title}<div id="title">{title}</div>{/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}
- {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}
- {block:Video}<div class="video">{Video-500}</div>{/block:Video}
- {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}<div class="caption">{Caption}</div>{/block:caption}
- {block:Answer}
- <div class="q">
- <div class="as"><b>{Asker}</b> sent — {Question}</div></div>
- <div class="a"><div class="caption">{Answer}</div>
- </div>
- {/block:Answer}
- {block:Date}
- <div class="permalink"><a href="{permalink}" title="{TimeAgo}">{ShortMonth} {DayofMonthWithSuffix}</a> {block:NoteCount}<a href="{permalink}" title="{notecountwithlabel}">{NoteCount}</a>{/block:NoteCount} <a href="{ReblogURL}" target="_blank" title="reblog"><i class="fas fa-sync-alt"></i></a> <a class="like-b" href="#">{LikeButton}<span class="b">like</span></a>
- {block:permalinkpage}{block:RebloggedFrom}<a href="{ReblogParentURL}" title="{ReblogParentName}">via</a> {block:ContentSource}<a href="{ReblogRootURL}" title="{ReblogRootName}">source</a>{/block:ContentSource}{/block:RebloggedFrom}{/block:permalinkpage}
- </div>
- {block:hastags}
- <div class="tags">{block:Tags}<a href="{TagUrl}">{Tag}</a>{/block:Tags}</div>
- {/block:hasTags}
- {/block:Date}
- </article>
- {/block:Posts}
- {block:PostNotes}
- <article class="posts pagenotes">
- {PostNotes}
- </article>
- {/block:PostNotes}
- </section>
- <script>
- $(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:background} !important} </style>"));
- });
- });
- $('.posts').unnest({
- yourCaption: ".caption",
- newCaptionUsername: true,
- originalPostCaptionUsername: false,
- tumblrAvatars: true,
- tumblrAvatarClass: ".icon",
- usernameColon: false
- });
- $(document).ready(function(){
- $('.photo-slideshow').pxuPhotoset({
- lightbox: true,
- rounded: false,
- gutter: '4px',
- borderRadius: '0px',
- photoset: '.photo-slideshow',
- photoWrap: '.photo-data',
- photo: '.pxu-photo'
- });
- });
- </script>
- {block:ContentSource}
- <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
- width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
- {/block:SourceLogo}
- {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
- {/block:ContentSource}
- <div class="credit"><a href="http://captainmarvels.tumblr.com/" title="ananda themes"><span class="sf sf-alien-o"></span></a></div>
- </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement