niehauscosima

legend

Feb 26th, 2018
2,247
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 16.82 KB | None | 0 0
  1. <!--
  2. legend - captainmarvels
  3. base code @ sorrism
  4. visit /credits for full credits
  5. -->
  6.  
  7. <!DOCTYPE html>
  8. <head>
  9.  
  10. <title>{block:PostSummary}{PostSummary} : {/block:PostSummary}{Title}</title>
  11.  
  12. <link rel="shortcut icon" href="{favicon}">
  13.  
  14. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  15. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  16.  
  17. <!--Default Variables-->
  18.  
  19. <meta name="color:Background" content="#ffffff"/>
  20. <meta name="color:Text" content="#000000"/>
  21. <meta name="color:Link" content="#000000"/>
  22. <meta name="color:Link Hover" content="#444444"/>
  23. <meta name="color:Title"content="#000000"/>
  24. <meta name="color:Nav" content="#000000"/>
  25. <meta name="color:Scrollbar" content="#000000" />
  26. <meta name="color:Borders" content="#c7c7c7"/>
  27. <meta name="color:Tooltip" content="#c7c7c7"/>
  28.  
  29. <meta name="text:Link 1 URL" content="" />
  30. <meta name="text:Link 1" content="" />
  31. <meta name="text:Link 2 URL" content="" />
  32. <meta name="text:Link 2" content="" />
  33. <meta name="text:Link 3 URL" content="" />
  34. <meta name="text:Link 3" content="" />
  35.  
  36. <meta name="text:Home Title" content="index"/>
  37. <meta name="text:Ask Title" content="message"/>
  38. <meta name="text:Archive Title" content="history"/>
  39.  
  40. <meta name="image:Sidebar" content=""/>
  41.  
  42. <link href="https://fonts.googleapis.com/css?family=Heebo:400,800,900|Titillium+Web:400,700" rel="stylesheet">
  43. <link href="https://use.fontawesome.com/releases/v5.0.6/css/all.css" rel="stylesheet">
  44. <!-- this is vital for my theme credit don't delete this-->
  45. <link href="//dl.dropbox.com/s/50g6fbds3rh4m0j/saturnicons.css" rel="stylesheet"> <!-- don't delete-->
  46.  
  47. <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>
  48. <script src ="//static.tumblr.com/fwgzvyf/Oj1o08f6h/shythemes.vr.js"></script>
  49. <script src="http://static.tumblr.com/wgg6svp/I8Yobwo15/unnest.min.js"></script>
  50. <script src="https://cdnjs.cloudflare.com/ajax/libs/smoothscroll/1.4.1/SmoothScroll.min.js"></script>
  51. <link href="https://static.tumblr.com/qudkd6d/OcDnl99gb/style.css" rel="stylesheet" type="text/css"/>
  52. <script src="http://static.tumblr.com/yxfeliq/hHwojmt8m/bctphotoset.min.js"></script>
  53.  
  54. <!--CSS customization here. -->
  55.  
  56. <style type="text/css">
  57.  
  58. /*tumblr controls and lightbox*/
  59.  
  60. .tmblr-full img {
  61. max-width: 100%;
  62. }
  63.  
  64. .vignette, #vignette {
  65. opacity:0;
  66. }
  67.  
  68. .lightbox-image, #tumblr_lightbox img {
  69. box-shadow:none !important;
  70. border-radius:0 !important;
  71. max-width:none;
  72. }
  73.  
  74. .tmblr-lightbox, #tumblr_lightbox {
  75. background-color:rgba(255,255,255,.8) !important;
  76. }
  77.  
  78. #tumblr_lightbox img {
  79. padding:5px;
  80. -moz-box-sizing:border-box;
  81. box-sizing:border-box;
  82. }
  83.  
  84. .lightbox-image {
  85. padding:0px;
  86. background-color:rgba(255,255,255,1) !important;
  87. }
  88.  
  89. iframe.tmblr-iframe {
  90. z-index:99999999999999!important;
  91. top:0!important;
  92. right:0!important;
  93. opacity:1;
  94. /* delete invert(1) from here */
  95. filter:invert(1) contrast(150%);
  96. -webkit-filter:invert(1) contrast(150%);
  97. -o-filter:invert(1) contrast(150%);
  98. -moz-filter:invert(1) contrast(150%);
  99. -ms-filter:invert(1) contrast(150%);
  100. /* to here if your blog has a dark background */
  101. transform:scale(0.65);
  102. transform-origin:100% 0;
  103. -webkit-transform:scale(0.65);
  104. -webkit-transform-origin:100% 0;
  105. -o-transform:scale(0.65);
  106. -o-transform-origin:100% 0;
  107. -moz-transform:scale(0.65);
  108. -moz-transform-origin:100% 0;
  109. -ms-transform:scale(0.65);
  110. -ms-transform-origin:100% 0;}
  111.  
  112. /*tooltip*/
  113.  
  114. .ui-tooltip {
  115. position:absolute;
  116. z-index:9999;
  117. padding-top:10px;
  118. border-radius:10%;
  119. }
  120.  
  121. .ui-tooltip-content {
  122. background:{color:tooltip};
  123. padding:4px 8px;
  124. letter-spacing: 1px;
  125. font-size:10px;
  126. font-weight:bold;
  127. color:{color:background};
  128. text-transform:lowercase;
  129. }
  130.  
  131. /*scrollbar*/
  132.  
  133. ::-webkit-scrollbar{
  134. height:11px;
  135. width:11px;
  136. background:inherit;
  137. }
  138.  
  139. ::-webkit-scrollbar-thumb {background:{color:scrollbar};}
  140.  
  141. ::-webkit-scrollbar-track {background:{color:borders};}
  142.  
  143. ::-webkit-scrollbar-thumb, ::-webkit-scrollbar-track {border:5px solid {color:background};}
  144.  
  145. /*main structure*/
  146.  
  147. body {
  148. background:{color:background};
  149. color:{color:text};
  150. font:11px 'Titillium Web', sans-serif;
  151. word-wrap:break-word;
  152. text-align:justify;
  153. margin:0;
  154. }
  155.  
  156. a {
  157. color:{color:link};
  158. text-decoration:none;
  159. transition:all .3s linear;
  160. -webkit-transition:all .3s linear;
  161. -o-transition:all .3s linear;
  162. -moz-transition:all .3s linear;
  163. }
  164.  
  165. a, a img {cursor:pointer;}
  166.  
  167. a:hover {
  168. color:{color:link hover}!important;
  169. text-decoration:none;
  170. }
  171.  
  172. img {
  173. opacity:1;
  174. border:0;
  175. text-decoration:none;
  176. max-width:100%;
  177. height:auto;
  178. display:block;
  179. }
  180.  
  181. blockquote {
  182. padding:0;
  183. margin:.5em 0;
  184. border-left:0px solid {color:borders};
  185. }
  186.  
  187. pre {
  188. padding:0;
  189. margin:0;
  190. line-height:inherit!important;
  191. background:transparent;
  192. font-family:inherit!Important;
  193. font-size:inherit!important;
  194. white-space:pre-wrap;
  195. white-space:-moz-pre-wrap;
  196. white-space:-pre-wrap;
  197. white-space:-o-pre-wrap;
  198. word-wrap:break-word;
  199. }
  200.  
  201. p {margin:1em 0;}
  202.  
  203. p:first-of-type {margin-top:0;}
  204.  
  205. p:last-of-type {margin-bottom:0;}
  206.  
  207. b, strong, b a, strong a {
  208. font-weight:bold!important;
  209. color:{color:title};
  210. }
  211.  
  212. small, big, sub, pre {
  213. font-size:1em!important;
  214. line-height:1.4em!important;
  215. vertical-align:baseline!important;
  216. }
  217.  
  218. i {
  219. font-style:italic;
  220. }
  221.  
  222. h1, h2, h3, h4 {
  223. margin:1.5em 0;
  224. font-size:1.5em;
  225. padding:0;
  226. color:{color:title};
  227. font-weight:bold;
  228. }
  229.  
  230. .posts h1:first-child, .posts h2:first-child, .posts h3:first-child, .posts h4:first-child {margin-top:0;}
  231.  
  232. hr {
  233. border:none;
  234. box-shadow:0;
  235. margin:2em auto;
  236. width:75px;
  237. border-top:1px solid {color:borders};
  238. }
  239.  
  240. /*sidebar*/
  241.  
  242. sidebar {
  243. position:fixed;
  244. width:240px;
  245. margin-left:200px;
  246. }
  247.  
  248. sidebar img {
  249. display:block;
  250. width:240px;
  251. }
  252.  
  253. #description {
  254. margin-top:15px;
  255. text-align:center;
  256. }
  257.  
  258. nav {
  259. display:block;
  260. margin-top:10px;
  261. text-align:center;
  262. }
  263.  
  264. nav a {
  265. display:inline-block;
  266. margin:0 10px;
  267. border:0;
  268. font-size:18px;
  269. font-weight:bold;
  270. color:{color:nav};
  271. }
  272.  
  273. /*pagination*/
  274.  
  275. footer {
  276. text-align:left;
  277. color:{color:link};
  278. margin-bottom:80px;
  279. }
  280.  
  281. footer span {
  282. text-align:right;
  283. float:right;
  284. display:inline-block;
  285. font-weight:bold;
  286. }
  287.  
  288. .current_page {
  289. color:{color:title};
  290. }
  291.  
  292. footer a {
  293. display:inline-block;
  294. border:0;
  295. margin:0 5px;
  296. }
  297.  
  298. /*posts*/
  299.  
  300. section {
  301. width:540px;
  302. margin-top:120px;
  303. margin-left:550px;
  304. }
  305.  
  306. .posts {
  307. width:540px;
  308. margin-bottom:100px;
  309. {block:permalinkpage}
  310. margin-bottom:30px;
  311. {/block:permalinkpage}
  312. }
  313.  
  314. /*titles*/
  315.  
  316. .title {
  317. color:{color:title};
  318. font-size:1.25em;
  319. line-height:1.75em;
  320. }
  321.  
  322. .title a {color:{color:title};}
  323.  
  324. .title a:hover {color:{color:link};}
  325.  
  326. .ted {margin-top:10px;}
  327.  
  328. /*captions*/
  329.  
  330. .caption {
  331. padding-top:0.5em;
  332. }
  333.  
  334. .caption img:not(.icon) {
  335. padding:10px;
  336. }
  337.  
  338. .tumblr_blog {
  339. display:inline-block;
  340. vertical-align:middle;
  341. line-height:18px;
  342. margin-bottom:5px;
  343. font-size:11px;
  344. font-weight:bold;
  345. color:#000000!important;
  346. }
  347.  
  348. .icon {
  349. width:18px;
  350. height:18px;
  351. margin-right:5px;
  352. float:left;
  353. border-radius:50px;
  354. }
  355.  
  356. /*quote*/
  357.  
  358. .source {margin-top:5px;}
  359.  
  360. /*audio*/
  361.  
  362. .player {
  363. width:25px;
  364. height:24px;
  365. position:absolute;
  366. left:10px;
  367. top:calc(50% - 15px);
  368. display:block;
  369. overflow:hidden;
  370. }
  371.  
  372. .hold {
  373. text-align:left;
  374. background:{color:background};
  375. border:1px solid {color:borders};
  376. position:relative;
  377. display:block;
  378. min-height:24px;
  379. padding:15px;
  380. }
  381.  
  382. .audio_info {
  383. vertical-align:middle;
  384. line-height:12px;
  385. margin-left:35px;
  386. max-width:calc(100% - 35px);
  387. }
  388.  
  389. .audio_info span {
  390. white-space:nowrap;
  391. overflow:hidden;
  392. text-overflow:ellipsis;
  393. display:block;
  394. }
  395.  
  396. .hold .track {color:{color:title};}
  397.  
  398. /*asks*/
  399.  
  400. .q {
  401. text-align:left;
  402. padding:15px;
  403. border:1px solid {color:borders};
  404. }
  405.  
  406. .as {text-transform:lowercase;}
  407.  
  408. .as a {color:{color:text};}
  409.  
  410. .as a:hover {color:{color:link hover};}
  411.  
  412. .a {
  413. margin-bottom:0px;
  414. }
  415.  
  416. /*chat*/
  417.  
  418. .chat {
  419. text-align:left;
  420. margin:0;
  421. padding:0;
  422. list-style:none;
  423. }
  424.  
  425. .l {
  426. padding:15px 0;
  427. border-bottom:1px solid {color:borders};
  428. }
  429.  
  430. .label {
  431. font-weight:bold;
  432. color:{color:title};
  433. display:inline-block;
  434. }
  435.  
  436. .l:first-of-type {padding-top:0;}
  437.  
  438. .l:last-of-type {
  439. padding-bottom:0;
  440. border:0;
  441. }
  442.  
  443. /*permalink and notes*/
  444.  
  445. .permalink {
  446. margin-top:15px;
  447. text-align:left;
  448. }
  449.  
  450. .permalink a {
  451. color:#000000;
  452. font-family:'Heebo';
  453. font-size:12px;
  454. letter-spacing: 1px;
  455. font-weight:bold;
  456. text-transform:uppercase;
  457. text-decoration:none;
  458. margin-right:2em;
  459. }
  460.  
  461. .tags {
  462. margin-top:.5em;
  463. text-align:left;
  464. }
  465.  
  466. .tags a {
  467. color:#000000;
  468. font-size:11px;
  469. font-weight:none;
  470. line-height:20px;
  471. display:inline;
  472. margin-right:1em;
  473. text-transform:lowercase;
  474. text-decoration:none;
  475. }
  476.  
  477. .from {
  478. margin-top:.7em;
  479. text-align:left;
  480. }
  481.  
  482. .pagenotes {
  483. padding-top:2em;
  484. }
  485.  
  486. ol.notes {
  487. list-style-type:none;
  488. padding:0px;
  489. margin:0px;
  490. }
  491.  
  492. ol.notes li.note {
  493. display:block;
  494. padding:0;
  495. margin:5px 0;
  496. }
  497.  
  498. ol.notes li.note img.avatar {display:none!important;}
  499.  
  500. a.more_notes_link {
  501. display:block;
  502. text-align:center;
  503. color:{color:title};
  504. }
  505.  
  506. .credit {
  507. position:fixed;
  508. right:10px;
  509. bottom:15px;
  510. font-weight:bold;
  511. }
  512.  
  513. {CustomCSS}
  514.  
  515. /*smooth loading*/
  516.  
  517. @-webkit-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
  518. @-moz-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
  519. @keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
  520. .fade-in {
  521. opacity:0;
  522. -webkit-animation:fadeIn ease-in 1;
  523. -moz-animation:fadeIn ease-in 1;
  524. animation:fadeIn ease-in 1;
  525. -webkit-animation-fill-mode:forwards;
  526. -moz-animation-fill-mode:forwards;
  527. animation-fill-mode:forwards;
  528. -webkit-animation-duration:1s;
  529. -moz-animation-duration:1s;
  530. animation-duration:1s;}
  531. .fade-in.one {
  532. -webkit-animation-delay:0s;
  533. -moz-animation-delay:0s;
  534. animation-delay:0s;}
  535. .fade-in.two {
  536. -webkit-animation-delay:0.8s;
  537. -moz-animation-delay:0.8s;
  538. animation-delay:0.8s;}
  539.  
  540. </style>
  541.  
  542. </head>
  543.  
  544. <body>
  545.  
  546. <sidebar>
  547. {block:ifSidebarImage}<a href="/"><img src="{image:Sidebar}"/></a>{/block:ifSidebarImage}
  548. <div id="description">{Description}</div>
  549. <nav>
  550. <!-- go to https://fontawesome.com for more icon options -->
  551. {block:ifAskTitle}<a href="/ask" title="{text:ask title}"><i class="far fa-comments"></i></a>{/block:ifAskTitle}{block:ifArchiveTitle}<a href="/archive" title="{text:archive title}"><i class="fas fa-history"></i></a>{/block:ifArchiveTitle}{block:ifLink1}<a href="{text:Link 1 URL}" title="{text:Link 1}"><i class="far fa-map"></i></a>{/block:ifLink1}{block:ifLink2}<a href="{text:Link 2 URL}" title="{text:Link 2}"><i class="far fa-edit"></i></a>{/block:ifLink2}{block:ifLink3}<a href="{text:Link 3 URL}" title="{text:Link 3}"><i class="fas fa-star"></i></a>{/block:ifLink3}
  552. </nav>
  553. </sidebar>
  554.  
  555. <section id="entries" class="fade-in one">{block:posts}
  556. <article class="posts">
  557.  
  558. {block:Quote}
  559. <div class="title quote">{quote}</div>
  560. {block:Source}<div class="source">{source}</div>{/block:Source}
  561. {/block:Quote}
  562.  
  563. {block:Text}
  564. {block:Title}<div class="title">{title}</div>{/block:Title}
  565. <div class="caption">{Body}</div>
  566. {/block:Text}
  567.  
  568. {block:Link}<div class="title"><a href="{URL}" {Target}>{Name}</a></div>{block:Description}<div class="caption">{Description}</div>{/block:Description}{/block:Link}
  569.  
  570. {block:Chat}
  571. {block:Title}<div id="title">{title}</div>{/block:Title}
  572. <ol class="chat {block:Title}ted{/block:Title}">
  573. {block:lines}
  574. <li class="l {Alt}">
  575. {block:label}<span class="label">{label}</span>{/block:label} {line}
  576. </li>
  577. {/block:lines}
  578. </ol>
  579. {/block:Chat}
  580.  
  581. {block:Photo}{linkopentag}<img src="{photoURL-HighRes}" alt="{PhotoAlt}"/>{linkclosetag}{/block:Photo}
  582.  
  583. {block:Photoset}
  584. <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>
  585. {/block:Photoset}
  586.  
  587. {block:Video}<div class="video">{Video-500}</div>{/block:Video}
  588.  
  589. {block:Audio}
  590. {block:audioplayer}
  591. <div class="hold">
  592. <div class="player">{audioplayerwhite}</div>
  593. <div class="audio_info">
  594. {block:trackname}<span class="track">{trackname}</span>{/block:trackname}
  595. {block:artist}<span class="artist">{artist}</span>{/block:artist}
  596. </div>
  597. </div>
  598. {/block:audioplayer}
  599. {/block:Audio}
  600.  
  601. {block:caption}<div class="caption">{Caption}</div>{/block:caption}
  602.  
  603. {block:Answer}
  604. <div class="q">
  605. <div class="as"> {asker} sent &mdash; {Question}</div></div>
  606. <div class="a"><div class="caption">{Answer}</div></div>
  607. {/block:Answer}
  608.  
  609.  
  610. {block:Date}
  611. <div class="permalink"><a href="{permalink}" title="{TimeAgo}">{ShortMonth} {DayofMonthWithSuffix}</a> {block:NoteCount}<a href="{permalink}" class="notecount">{NoteCount}</a>{/block:NoteCount} <a href="{ReblogURL}" target="_blank" title="reblog"><i class="fas fa-redo"></i></a></div>
  612. {block:permalinkpage}{block:RebloggedFrom}
  613. <div class="from">
  614. via: <a href="{ReblogParentURL}">{ReblogParentName}</a>
  615. {block:ContentSource} &mdash; source: <a href="{ReblogRootURL}">{ReblogRootName}</a>{/block:ContentSource}
  616. </div>
  617. {/block:RebloggedFrom}{/block:permalinkpage}
  618. {block:hastags}
  619. <div class="tags">{block:Tags}<a href="{TagUrl}">#{Tag}</a>{/block:Tags}</div>
  620. {/block:hasTags}
  621. {/block:Date}
  622.  
  623. </article>
  624.  
  625. {block:PostNotes}
  626. <article class="posts pagenotes">
  627. {PostNotes}
  628. </article>
  629. {/block:PostNotes}
  630.  
  631. {/block:Posts}
  632.  
  633. {block:Pagination}
  634. <footer id="pagination">
  635. <span>
  636. {block:PreviousPage}<a href="{PreviousPage}" title="previous page"><i class="fas fa-arrow-left"></i></a>{block:nextpage} {/block:nextpage}{/block:PreviousPage}
  637. {block:NextPage}<a href="{NextPage}" title="next page"><i class="fas fa-arrow-right"></i></a>{/block:NextPage}
  638. </span>
  639. {block:JumpPagination length="5"}
  640. {block:CurrentPage}<a class="current_page">{PageNumber}</span>{/block:CurrentPage}
  641. {block:JumpPage}<a class="jump_page" href="{URL}">{PageNumber}</a>{/block:JumpPage}
  642. {/block:JumpPagination}
  643. </footer>
  644. {/block:Pagination}
  645.  
  646. </section>
  647.  
  648. <script>
  649. var $container = $('.posts');
  650. $container.find('.notecount').each(function(){
  651. var n = $(this).html().split(' ')[0].replace(/,/g, '');
  652. if (n > 999) {
  653. n = Math.floor(n / 100) / 10;
  654. $(this).text(n + 'k');
  655. }
  656. });
  657. $(document).ready(function(){
  658. $('body').tooltip({track:false});
  659. $('iframe.tumblr_audio_player').load( function() {
  660. $('iframe.tumblr_audio_player').contents().find("head").append($("<style type='text/css'> .audio-player{background:{color:background} !important} </style>"));
  661. });
  662. });
  663. $('.posts').unnest({
  664. yourCaption: ".caption",
  665. newCaptionUsername: true,
  666. originalPostCaptionUsername: false,
  667. tumblrAvatars: true,
  668. tumblrAvatarClass: ".icon",
  669. usernameColon: false
  670. });
  671. $(document).ready(function(){
  672. $('.photo-slideshow').pxuPhotoset({
  673. lightbox: true,
  674. rounded: false,
  675. gutter: '4px',
  676. borderRadius: '0px',
  677. photoset: '.photo-slideshow',
  678. photoWrap: '.photo-data',
  679. photo: '.pxu-photo'
  680. });
  681. });
  682. </script>
  683.  
  684. {block:ContentSource}
  685. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  686. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  687. {/block:SourceLogo}
  688. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  689. {/block:ContentSource}
  690.  
  691. <div class="credit"><a href="http://captainmarvels.tumblr.com/" title="ananda themes"><span class="sf sf-alien-o"></span></a></div>
  692.  
  693. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment