Advertisement
alithegreat

SCFTLCVES | 038: EPIPHANY.

Aug 24th, 2018
1,157
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 15.48 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2.  
  3. <html xmlns="https://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  4.  
  5. <link href="//dl.dropbox.com/s/50g6fbds3rh4m0j/saturnicons.css" rel="stylesheet">
  6.  
  7. <link href="https://fonts.googleapis.com/css?family=Asap|Cabin|Karla|Libre+Franklin|Muli|Open+Sans|Oxygen|Roboto+Mono|Ubuntu+Condensed|Oswald" rel="stylesheet">
  8.  
  9.  
  10. <head>
  11.  
  12. <title>{Title}</title>
  13. <link rel="shortcut icon" href="{Favicon}">
  14. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  15. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  16.  
  17. <!----
  18.  
  19. #38 - epiphany (scftlcves)
  20.  
  21. --->
  22.  
  23.  
  24. <meta name="image:Icon" content="https://via.placeholder.com/75x75"/>
  25.  
  26. <meta name="color:Background" content="#f8f8f8"/>
  27. <meta name="color:Blockquote" content="#d4d4d4"/>
  28. <meta name="color:Border" content="#d4d4d4"/>
  29. <meta name="color:Link" content="#767676"/>
  30. <meta name="color:Navigation BG" content="#f7f7f7"/>
  31. <meta name="color:Navigation Text" content="#3c3636"/>
  32. <meta name="color:Permalink" content="#f7f7f7"/>
  33. <meta name="color:Scrollbar" content="#f0f0f0"/>
  34. <meta name="color:Sidebar" content="#f7f7f7"/>
  35. <meta name="color:Tags" content="#3c3636"/>
  36. <meta name="color:Text" content="#3c3636"/>
  37. <meta name="color:Title" content="#000000"/>
  38.  
  39.  
  40. <meta name="select:body font" content="Asap" title="Asap" />
  41. <meta name="select:body font" content="Cabin" title="Cabin" />
  42. <meta name="select:body font" content="Karla" title="Karla" />
  43. <meta name="select:body font" content="Libre Franklin" title="Libre Franklin" />
  44. <meta name="select:body font" content="Muli" title="Muli" />
  45. <meta name="select:body font" content="Open Sans" title="Open Sans" />
  46. <meta name="select:body font" content="Oxygen" title="Oxygen" />
  47. <meta name="select:body font" content="Roboto Mono" title="Roboto Mono" />
  48. <meta name="select:body font" content="Ubuntu Condensed" title="Ubuntu Condensed" />
  49.  
  50. <meta name="text:post title text size" content="16px">
  51. <meta name="text:body text size" content="11px">
  52. <meta name="text:small text size" content="10px">
  53.  
  54. <meta name="if:500 posts" content="0"/>
  55. <meta name="if:400 posts" content="1"/>
  56. <meta name="if:250 posts" content="0"/>
  57.  
  58. <meta name="if:grayscale posts" content="0"/>
  59.  
  60. <meta name="text:link one url" content="link one"/>
  61. <meta name="text:link one label" content="one label"/>
  62. <meta name="text:link two url" content="link two"/>
  63. <meta name="text:link two label" content="two label"/>
  64.  
  65.  
  66. <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  67.  
  68. <script src="https://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  69.  
  70. <script src="https://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  71.  
  72. <script>
  73.  
  74. (function($){
  75.  
  76. $(document).ready(function(){
  77.  
  78. $("a[title]").style_my_tooltips({
  79.  
  80. tip_follows_cursor:true,
  81.  
  82. tip_delay_time:90,
  83.  
  84. tip_fade_speed:600,
  85.  
  86. attribute:"title"
  87.  
  88. });
  89.  
  90. });
  91.  
  92. })(jQuery);
  93.  
  94. </script>
  95.  
  96. <style type="text/css">
  97.  
  98. #s-m-t-tooltip {
  99. background-color:{color:title};
  100. font-size:10px;
  101. font-weight:bold;
  102. border-radius:5px 5px 5px 5px;
  103. color:{color:background};
  104. letter-spacing:1px;
  105. text-transform:lowercase;
  106. padding:10px;
  107. margin:20px 0px 0px 20px;
  108. z-index:9999999999999999999999;
  109.  
  110. }
  111.  
  112. ::-webkit-scrollbar-thumb {
  113. background-color:{color:Scrollbar};
  114. }
  115.  
  116. ::-webkit-scrollbar-track {
  117. background-color:{color:Background};
  118. }
  119.  
  120. ::-webkit-scrollbar {
  121. height:4px;
  122. width:4px;
  123. }
  124.  
  125. ul {
  126. list-style-type: circle;
  127. padding-left:24px;
  128. line-height:13px;
  129. }
  130.  
  131. li {
  132. padding-left: 0px;
  133. margin-bottom: 0px;
  134. list-style: none;
  135. }
  136.  
  137. li:before {
  138. color: {color:title};
  139. content: "\e08f";
  140. font-family: 'SaturnIcons';
  141. font-size:6px;
  142. display: inline-block;
  143. margin-left: -2.5em;
  144. width: 2.5em;
  145. }
  146.  
  147. hr {
  148. display:block;
  149. border-style:dotted;
  150. border-color:{color:border};
  151. }
  152.  
  153. body {
  154. font-family: '{select:body font}', sans-serif;
  155. font-size: {text:body text size};
  156. line-height:15px;
  157. color: {color:Text};
  158. background-color:{color:background};
  159. }
  160.  
  161. blockquote {
  162. text-align:justify;
  163. margin-top: 5px;
  164. margin-bottom: 5px;
  165. margin-left: 5px;
  166. padding-left: 10px;
  167. border-left: 1px solid {color:blockquote};
  168. margin-right:5px;
  169. }
  170.  
  171. a {
  172. text-decoration: none;
  173. color: {color:Link};
  174. }
  175.  
  176. small, sub {
  177. font-size:{text:small text size};
  178. }
  179.  
  180. b, strong {
  181. color:{color:Title};
  182. }
  183.  
  184. pre {
  185. padding:6px;
  186. border-bottom:1px dotted {color:border};
  187. text-align:center;
  188. text-transform:lowercase;
  189. font-family:{select:body font};
  190. font-size:{small text size};
  191. color:{color:title};
  192. }
  193.  
  194. h1 {
  195. font-family:arial;
  196. line-height:32px;
  197. font-size:28px;
  198. color:{color:title};
  199. text-align:right;
  200. font-style:italic;
  201. font-weight:bold;
  202. letter-spacing:-1px;
  203. text-transform:lowercase;
  204. }
  205.  
  206. h2 {
  207. font-family:{select:body font};
  208. font-size:{text:small text size};
  209. color:{color:title};
  210. text-align:center;
  211. text-transform:uppercase;
  212. letter-spacing:3px;
  213. word-spacing:3px;
  214. }
  215.  
  216. #contain {
  217. margin:80px auto;
  218. padding:20px;
  219. {block:If250posts}
  220. width:485px;
  221. {/block:If250posts}
  222. {block:If400posts}
  223. width:635px;
  224. {/block:If400posts}
  225. {block:If500posts}
  226. width:735px;
  227. {/block:If500posts}
  228. overflow:hidden;
  229. }
  230.  
  231.  
  232. #bloggerback {
  233. top:-5px;
  234. left:-5px;
  235. position:fixed;
  236. width:130px;
  237. padding:50px;
  238. height:160%;
  239. background-color:{color:sidebar};
  240.  
  241. }
  242.  
  243. #bloggerdeets {
  244. width:130px;
  245. z-index:999999999;
  246. text-align:justify;
  247. display:inline-block;
  248. margin-top:25px;
  249. margin-bottom:25px;
  250. }
  251.  
  252. #photoback1 {
  253. margin-top:70px;
  254. font-size:10px;
  255. font-family:karla;
  256. line-height:10px;
  257. text-align:center;
  258. }
  259.  
  260. #photoback1 i {
  261. display:inline-block;
  262. width:75px;
  263. height:75px;
  264. padding:2px;
  265. margin-bottom:3px;
  266. border-radius:5px;
  267.  
  268. }
  269.  
  270. #photoback1 i img {
  271. width:75px;
  272. height:75px;
  273. border-radius:5px;}
  274.  
  275.  
  276. #navigation1 {
  277. text-align:center;
  278. margin-left:8px;
  279. margin-top:0px;
  280. font-family:oxygen;
  281. line-height:15px;
  282. }
  283.  
  284. #navigation1 a {
  285. text-align:center;
  286. margin-right:3px;
  287. margin-left:3px;
  288. display:inline-block;
  289. height:15px;
  290. width:15px;
  291. line-height:15px;
  292. padding:3px;
  293. border-radius:5px;
  294. font-size:8px;
  295. font-weight:300;
  296. font-family:muli;
  297. letter-spacing:1px;
  298. color:{color:navigation text};
  299. background-color:{color:navigation BG};
  300. }
  301.  
  302. #entries {
  303. position:absolute;
  304. {block:If250posts}
  305. width:280px;
  306. {/block:If250posts}
  307. {block:If400posts}
  308. width:430px;
  309. {/block:If400posts}
  310. {block:If500posts}
  311. width:530px;
  312. {/block:If500posts}
  313. left:350px;
  314. margin-top:-15px;}
  315.  
  316.  
  317. #entry {
  318. margin-bottom:65px;
  319. padding:15px;}
  320.  
  321. .photoset {
  322. max-width: 100%;
  323. {block:IfGrayscalePosts}
  324. -webkit-filter: grayscale(100%);
  325. -webkit-transition: all 0.6s ease-in-out;
  326. -moz-transition: all 0.6s ease-in-out;
  327. -o-transition: all 0.6s ease-in-out;
  328. -ms-transition: all 0.6s ease-in-out;
  329. transition: all 0.6s ease-in-out;
  330. {/block:IfGrayscalePosts}
  331. }
  332.  
  333. .photoset:hover {
  334. -webkit-filter: grayscale(0%);
  335. -webkit-transition: all 0.6s ease-in-out;
  336. -moz-transition: all 0.6s ease-in-out;
  337. -o-transition: all 0.6s ease-in-out;
  338. -ms-transition: all 0.6s ease-in-out;
  339. transition: all 0.6s ease-in-out;
  340. }
  341.  
  342. img {
  343. max-width: 100%;
  344. {block:IfGrayscalePosts}
  345. -webkit-filter: grayscale(100%);
  346. -webkit-transition: all 0.6s ease-in-out;
  347. -moz-transition: all 0.6s ease-in-out;
  348. -o-transition: all 0.6s ease-in-out;
  349. -ms-transition: all 0.6s ease-in-out;
  350. transition: all 0.6s ease-in-out;
  351. {/block:IfGrayscalePosts}
  352. }
  353.  
  354. img:hover {
  355. -webkit-filter: grayscale(0%);
  356. -webkit-transition: all 0.6s ease-in-out;
  357. -moz-transition: all 0.6s ease-in-out;
  358. -o-transition: all 0.6s ease-in-out;
  359. -ms-transition: all 0.6s ease-in-out;
  360. transition: all 0.6s ease-in-out;
  361. }
  362.  
  363.  
  364. #posttitles {
  365. font-family:{select:body font};
  366. line-height:100%;
  367. font-size:{text:post title text size};
  368. color:{color:title};
  369. font-weight:bold;
  370. padding:5px;
  371. text-align:center;
  372. text-transform:uppercase;
  373. }
  374.  
  375. #boujee {
  376. text-align:center;
  377. color:{color:text};
  378. margin-top:10px;
  379. display:block;
  380. font-size:{text:small text size};
  381. text-transform:lowercase;
  382. }
  383.  
  384. #boujee a {
  385. color:{color:title};
  386. font-style:italic;
  387. }
  388.  
  389. #ask {
  390. text-align:center;
  391. line-height:120%;
  392. color:{color:text};
  393. padding:5px;
  394. }
  395.  
  396. .ask {
  397. float:left;
  398. z-index:10;
  399. font-size:11px;
  400. font-family:{select:body font};
  401. text-align:center;
  402. font-weight:bold;
  403. text-transform:lowercase;
  404. letter-spacing:1px;
  405. line-height:14px;
  406. color:{color:background};
  407. background-color:{color:title};
  408. margin-top:-13px;
  409. margin-right:0px;
  410. margin-left:0px;
  411. border-radius:5px;
  412. padding-left:10px;
  413. padding-right:10px;
  414. padding-top:5px;
  415. padding-bottom:5px;
  416. }
  417.  
  418. .ask a {
  419. color:{color:background};
  420. }
  421.  
  422. .askline {
  423. height:1px;
  424. margin-top:5px;
  425. margin-left:0px;
  426. background-color:{color:Border};
  427. z-index:-1;
  428. word-wrap:break-word;
  429. }
  430.  
  431. .question {
  432. color:{color:text};
  433. font-size:{text:small text size};
  434. border-left:1px solid {color:border};
  435. padding:15px;
  436. display:block;
  437. text-align:right;
  438. margin-left:10px;
  439. word-wrap:break-word;
  440.  
  441. }
  442.  
  443. #questionbox {
  444. word-wrap:break-word;
  445. padding:10px;
  446.  
  447. }
  448.  
  449.  
  450. #ans {
  451. text-align:justify;
  452. padding-top:2px;
  453. display:block;
  454. margin-top:20px;
  455. color:{color:text};
  456. }
  457.  
  458. .audio {
  459. display:block;
  460. padding:25px;
  461. height:40px;
  462. }
  463.  
  464. .playbutton {
  465. width:32px;
  466. height:40px;
  467. overflow:hidden;
  468. position:relative;
  469. z-index:9;
  470. opacity:.7;
  471. float:left;
  472. }
  473.  
  474. .albumart {
  475. margin-top:-5px;
  476. }
  477.  
  478. .albumart img {
  479. height:30px;
  480. width:30px;
  481. position:relative;
  482. float:right;
  483. }
  484.  
  485. .details {
  486. margin-top:-8px;
  487. margin-left:15px;
  488. text-align:left;
  489. float:left;
  490. padding:5px;
  491. text-transform:lowercase;
  492. }
  493.  
  494. #permalink {
  495. text-align: center;
  496. border:none;
  497. position: relative;
  498. font-size:10px;
  499. text-transform:lowercase;
  500. margin-top: 20px;
  501. display:block;
  502. padding: 10px;
  503. border-radius:5px;
  504. background-color:{color:permalink};
  505. }
  506.  
  507. #permalink a {
  508. border-bottom:none;
  509. }
  510.  
  511. .date {
  512. color:{color:text};
  513. font-size:9px;
  514. z-index:10;
  515. text-transform:lowercase;
  516. border:none;
  517. text-align:right;
  518. }
  519.  
  520. .date iconback {
  521. width:10px;
  522. margin-right:5px;
  523. height:10px;
  524. font-size:9px;
  525. background-color:{color:background};
  526. line-height:10px;
  527. padding:10px;
  528. text-align:center;
  529. border-radius:5px;
  530. display:inline-block;
  531. }
  532.  
  533. .tags {
  534. color:{color:tags};
  535. font-size:9px;
  536. margin-top:10px;
  537. text-align:right;
  538. border:none;
  539. text-transform:lowercase;
  540. }
  541.  
  542. .tags a{
  543. color:{color:tags};
  544. padding:5px;
  545. }
  546.  
  547.  
  548. #credit {
  549. font-size:12px;
  550. float:center;
  551. position:fixed;
  552. bottom:25px;
  553. right:25px;
  554. font-family:Roboto Mono;
  555. text-transform:lowercase;
  556. padding:8px;
  557. border-radius:5px;
  558. color:{color:title};
  559. background-color:{color:permalink};
  560. }
  561.  
  562. #credit a {
  563. color:{color:title};
  564. }
  565.  
  566. </style>
  567.  
  568. </head>
  569.  
  570. <body>
  571.  
  572. <div id="contain">
  573.  
  574. <div id="bloggerback">
  575.  
  576. <div id="photoback1">
  577. <i><img src="{image:Icon}"></i>
  578. </div>
  579.  
  580.  
  581. <div id="bloggerdeets">
  582. {description}
  583. <div id="boujee">{block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">back</a> &nbsp;&nbsp;{/block:PreviousPage} {CurrentPage} out of {TotalPages} {block:NextPage}&nbsp;&nbsp;<a href="{NextPage}">next</a>{/block:NextPage} {/block:Pagination}</div>
  584. </div>
  585.  
  586.  
  587. <div id="navigation1">
  588. <a href="/" title="index">01</a>
  589. <a href="/ask" title="mssg">02</a>
  590. <a href="{text:link one url}" title="{text:link one label}">03</a>
  591. <a href="{text:link two url}" title="{text:link two label}">04</a>
  592. </div>
  593.  
  594.  
  595.  
  596.  
  597. </div>
  598.  
  599.  
  600.  
  601. <div id="entries">
  602. {block:Posts}
  603. <div id="entry">
  604.  
  605.  
  606. {block:Text}
  607. <div id="posttitles">{block:Title}{Title}{/block:Title}</div>
  608. {Body}
  609. {/block:Text}
  610.  
  611. {block:Photo}
  612. {LinkOpenTag}{block:If250posts}<img src="{PhotoURL-250}">{/block:If250posts}{block:If400posts}<img src="{PhotoURL-400}">{/block:If400posts}{block:If500posts}<img src="{PhotoURL-500}">{/block:If500posts} {LinkCloseTag}
  613. {block:Caption}{Caption}{/block:Caption}
  614. {/block:Photo}
  615.  
  616. {block:Photoset}
  617. {block:If250posts}
  618. {Photoset-250}
  619. {/block:If250posts}
  620. {block:If400posts}
  621. {Photoset-400}
  622. {/block:If400posts}
  623. {block:If500posts}
  624. {Photoset-500}
  625. {/block:If500posts}
  626. {block:Caption}{Caption}{/block:Caption}
  627. {/block:Photoset}
  628.  
  629. {block:Quote}
  630. <div id="posttitles">{Quote}</div>
  631. {block:Source}<br>—{Source}{/block:Source}
  632. {/block:Quote}
  633.  
  634. {block:Link}
  635. <div id="posttitles"><a href="{URL}" {Target}>{Name}</a></div>
  636. {block:Description}{Description}{/block:Description}
  637. {/block:Link}
  638.  
  639. {block:Chat}
  640. {block:Title}<div id="posttitles">{Title}</div>{/block:Title}
  641. {block:Lines}
  642. {block:Label}<b>{Label}</b>{/block:Label} {Line}<br>
  643. {/block:Lines}
  644. {/block:Chat}
  645.  
  646. {block:Audio}
  647. {block:AudioPlayer}
  648. <div class="audio">
  649. <div class="playbutton">{AudioPlayer}</div>
  650. {block:AlbumArt}<div class="albumart"><img src="{AlbumArtURL}"></div>{/block:AlbumArt}
  651. <div class="details">
  652. {block:TrackName}{TrackName}{/block:TrackName}<br>
  653. {block:Artist}{Artist}{/block:Artist}
  654. </div></div>
  655. <div class="caption">
  656. {block:Caption}{Caption}{/block:Caption}
  657. </div>
  658. {/block:AudioPlayer}
  659. {/block:Audio}
  660.  
  661. {block:Video}
  662. {block:If250posts}
  663. {Video-250}
  664. {/block:If250posts}
  665. {block:If400posts}
  666. {Video-400}
  667. {/block:If400posts}
  668. {block:If500posts}
  669. {Video-500}
  670. {/block:If500posts}
  671. {block:Caption}{Caption}{/block:Caption}
  672. {/block:Video}
  673.  
  674. {block:Answer}
  675. <div id="questionbox"><div class="question">{Question}</div><div class="askline"></div><div class="ask">{Asker}</div></div>
  676. <div id="ans">{Answer}</div>
  677. {/block:Answer}
  678.  
  679.  
  680.  
  681. <div id="permalink">
  682. <div class="date">
  683. <iconback><a href="{Permalink}" title="{block:Date}{TimeAgo}{/block:Date}"><span class="sf sf-push-pin-o"></span></a></iconback>
  684.  
  685. <iconback><a href="{Permalink}" title="{NoteCountWithLabel}"><span class="sf sf-heart-2-o"></span></a></iconback>
  686.  
  687. <iconback><a href="{ReblogURL}" title="reblog this post" target="_blank"><span class="sf sf-reblog-o"></span></a></iconback>
  688.  
  689. {block:RebloggedFrom}
  690.  
  691. <iconback><a href="{ReblogParentURL}" title="{ReblogParentTitle}"><span class="sf sf-paper-plane-o"></span></a></iconback>
  692.  
  693. <iconback><a href="{ReblogRootURL}"title="{ReblogRoottitle}"><span class="sf sf-home-o"></span></a></iconback>
  694.  
  695. {/block:RebloggedFrom}</div>
  696.  
  697.  
  698. </div>
  699.  
  700. <div class="tags">{block:HasTags} {block:Tags} <a href="{TagURL}">{Tag}</a>{/block:Tags}{/block:HasTags}</div>
  701.  
  702.  
  703.  
  704. <!-- /div entry ---> </div>
  705.  
  706. {/block:Posts}{block:PostNotes}{PostNotes}{/block:PostNotes}</div>
  707.  
  708. <div id="credit"><a href="https://scftlcves.tumblr.com/"><span class="sf sf-stars-o"></span></a></div>
  709.  
  710. </body>
  711.  
  712. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement