alithegreat

SCFTLCVES | 014: LOVE.

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