alithegreat

SCFTLCVES | 013: XXX.

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