alithegreat

SCFTLCVES | 015: APOLOGIZE.

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