Advertisement
alithegreat

SCFTLCVES | 033: LOVE MAZE.

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