alithegreat

SCFTLCVES | 036: SERENDIPITY.

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