niehauscosima

hope

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