Advertisement
alithegreat

SCFTLCVES | 012: LOYALTY.

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