alithegreat

SCFTLCVES | 035: EUPHORIA.

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