clerihew

17. hot dogs

Apr 29th, 2019
2,415
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 17.88 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <head>
  3. <!--
  4. © Clerihew Themes 2019
  5.  
  6. Do not use without reading terms of use.
  7.  
  8. Contact me at clerihew.tumblr.com if you have problems with any
  9. un-heavily edited code or if you have questions on how to use this theme.
  10. -->
  11.  
  12. <meta name="color:Background" content="#f6f6f6"/>
  13. <meta name="color:Text" content="#909090"/>
  14. <meta name="color:Link" content="#a90c07"/>
  15. <meta name="color:Link Hover" content="#0b3081"/>
  16. <meta name="color:Post BG" content="#ffffff"/>
  17. <meta name="color:Border" content="#e9e9e9"/>
  18. <meta name="color:Accent" content="#B49594">
  19. <meta name="color:Highlight" content="#B49594">
  20.  
  21.  
  22. <meta name="image:Header" content=""/>
  23.  
  24.  
  25. <meta name="if:Show Links" content="1"/>
  26. <meta name="if:Infinite Scroll" content="1"/>
  27. <meta name="if:Custom Link 1" content="1"/>
  28. <meta name="if:Custom Link 2" content="1"/>
  29. <meta name="if:Custom Link 3" content="1"/>
  30. <meta name="if:Custom Link 4" content="1"/>
  31.  
  32.  
  33. <meta name="text:Title Font Size" content="14px"/>
  34. <meta name="text:Font Size" content="10px"/>
  35. <meta name="text:Link 1 Icon" content=""/>
  36. <meta name="text:Link 1 Title" content="one"/>
  37. <meta name="text:Link 1 url" content="/"/>
  38. <meta name="text:Link 2 Icon" content=""/>
  39. <meta name="text:Link 2 Title" content="two"/>
  40. <meta name="text:Link 2 url" content="/"/>
  41. <meta name="text:Link 3 Icon" content=""/>
  42. <meta name="text:Link 3 Title" content="three"/>
  43. <meta name="text:Link 3 url" content="/"/>
  44. <meta name="text:Link 4 Icon" content=""/>
  45. <meta name="text:Link 4 Title" content="four"/>
  46. <meta name="text:Link 4 url" content="/"/>
  47.  
  48. <title>{Title}</title>
  49. <link rel="shortcut icon" href="{Favicon}">
  50. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  51. <link href="https://static.tumblr.com/wgijwsy/k1Hm9ei8b/normalize.css" rel="stylesheet" type="text/css" />
  52. <link href="https://fonts.googleapis.com/css?family=Raleway" rel="stylesheet">
  53. <link href="//dl.dropbox.com/s/vpi3f9s7nhpe7v7/honeybee.css" rel="stylesheet">
  54.  
  55.  
  56. <style type="text/css">
  57.  
  58. /* TUMBLR CONTROLS */
  59.  
  60. iframe.tmblr-iframe {
  61. z-index:99999999999999!important;
  62. top:0!important;
  63. right:0!important;
  64. opacity:0.6;
  65. /* delete invert(1) from here */
  66. filter:invert(1) contrast(150%);
  67. -webkit-filter:invert(1) contrast(150%);
  68. -o-filter:invert(1) contrast(150%);
  69. -moz-filter:invert(1) contrast(150%);
  70. -ms-filter:invert(1) contrast(150%);
  71. /* to here if your blog has a dark background */
  72. transform:scale(0.65);
  73. transform-origin:100% 0;
  74. -webkit-transform:scale(0.65);
  75. -webkit-transform-origin:100% 0;
  76. -o-transform:scale(0.65);
  77. -o-transform-origin:100% 0;
  78. -moz-transform:scale(0.65);
  79. -moz-transform-origin:100% 0;
  80. -ms-transform:scale(0.65);
  81. -ms-transform-origin:100% 0;}
  82.  
  83. iframe.tmblr-iframe:hover {
  84. opacity:1!important;}
  85.  
  86. /* TOOLTIPS */
  87.  
  88. #s-m-t-tooltip{
  89. font-size:8px;
  90. color:#000;
  91. background-color:#fff;
  92. letter-spacing:2px;
  93. min-width:25px;
  94. max-width:200px;
  95. overflow:auto;
  96. text-transform:uppercase;
  97. font-style:italic;
  98. display: none;
  99. position: absolute;
  100. z-index: 999999999999;
  101. padding:5px;
  102. margin:30px 0 15px 10px;
  103. -webkit-transition: all 0.2s ease-in-out;
  104. -moz-transition: all 0.2s ease-in-out;
  105. transition: all 0.2s ease-in-out;}
  106.  
  107. /* SCROLLBAR */
  108.  
  109. /* thanks @shythemes */
  110. ::-webkit-scrollbar {
  111. width:17px;
  112. height:17px;
  113. }
  114.  
  115. ::-webkit-scrollbar {
  116. background-color: {color:Background}; /* background color */
  117. }
  118.  
  119. ::-webkit-scrollbar-track {
  120. border:8px solid {color:Background}; /* background color */
  121. background-color: {color:Text}; /* light border color */
  122. }
  123.  
  124. ::-webkit-scrollbar-thumb {
  125. border:8px solid {color:Background}; /* background color */
  126. background-color: {color:Link}; /* dark border color */
  127. min-height:24px;
  128. min-width:24px;
  129. }
  130.  
  131. /* SELECTION */
  132.  
  133. ::selection {
  134. color: {color:Accent};
  135. background: {color:Background};
  136. }
  137. ::-moz-selection {
  138. color: {color:Accent};
  139. background: {color:Background};
  140. }
  141.  
  142. /* NAV */
  143.  
  144. #sidebar {
  145. width: 350px;
  146. height: 100%;
  147. position: fixed;
  148. top: 0;
  149. left: -70px;
  150. }
  151.  
  152. .info {
  153. margin-left: 170px;
  154. margin-top: 100px;
  155. font-size: 10px;
  156. width: 100px;
  157. height: 100px;
  158. padding: 8px;
  159. background-color: {color:Post BG};
  160. box-shadow: 3px 3px 10px #e2e2e2;
  161. }
  162.  
  163. .info img {
  164. border: 1px solid {color:Text};
  165. border-radius: 100px;
  166.  
  167. }
  168.  
  169. .info p {
  170. font-style: italic;
  171. text-align: center;
  172. }
  173.  
  174. #sidebar a {
  175. color: {color:Link};
  176. }
  177.  
  178. {block:ifshowlinks}
  179.  
  180. .box-1 {
  181. width: 30px;
  182. height: 23px;
  183. font-size: 15px;
  184. text-align: center;
  185. padding-top: 6px;
  186. margin-left: 295px;
  187. margin-top: -115px;
  188. background-color: {color:Post BG};
  189. box-shadow: 5px 5px 10px #e2e2e2;
  190. -webkit-transition: all 0.7s;
  191. -moz-transition: all 0.7s;
  192. -o-transition: all 0.7s;
  193. transition: all 0.7s;
  194. }
  195.  
  196. .box-1:hover {
  197. border-radius: 100px;
  198. }
  199.  
  200. .box-2 {
  201. width: 30px;
  202. height: 23px;
  203. font-size: 15px;
  204. text-align: center;
  205. padding-top: 6px;
  206. margin-left: 295px;
  207. margin-top: 14px;
  208. background-color: {color:Post BG};
  209. box-shadow: 5px 5px 10px #e2e2e2;
  210. -webkit-transition: all 0.7s;
  211. -moz-transition: all 0.7s;
  212. -o-transition: all 0.7s;
  213. transition: all 0.7s;
  214. }
  215.  
  216. .box-2:hover {
  217. border-radius: 100px;
  218. }
  219.  
  220. .box-3 {
  221. width: 30px;
  222. height: 23px;
  223. font-size: 15px;
  224. text-align: center;
  225. padding-top: 6px;
  226. margin-left: 295px;
  227. margin-top: 14px;
  228. background-color: {color:Post BG};
  229. box-shadow: 5px 5px 10px #e2e2e2;
  230. -webkit-transition: all 0.7s;
  231. -moz-transition: all 0.7s;
  232. -o-transition: all 0.7s;
  233. transition: all 0.7s;
  234. }
  235.  
  236. .box-3:hover {
  237. border-radius: 100px;
  238. }
  239.  
  240. .box-4 {
  241. width: 30px;
  242. height: 23px;
  243. font-size: 15px;
  244. text-align: center;
  245. padding-top: 6px;
  246. margin-left: 295px;
  247. margin-top: 10px;
  248. background-color: {color:Post BG};
  249. box-shadow: 5px 5px 10px #e2e2e2;
  250. -webkit-transition: all 0.7s;
  251. -moz-transition: all 0.7s;
  252. -o-transition: all 0.7s;
  253. transition: all 0.7s;
  254. }
  255.  
  256. .box-4:hover {
  257. border-radius: 100px;
  258. }
  259.  
  260. .box-5 {
  261. width: 30px;
  262. height: 23px;
  263. font-size: 15px;
  264. text-align: center;
  265. padding-top: 6px;
  266. margin-left: 255px;
  267. margin-top: -29px;
  268. background-color: {color:Post BG};
  269. box-shadow: 5px 5px 10px #e2e2e2;
  270. -webkit-transition: all 0.7s;
  271. -moz-transition: all 0.7s;
  272. -o-transition: all 0.7s;
  273. transition: all 0.7s;
  274. }
  275.  
  276. .box-5:hover {
  277. border-radius: 100px;
  278. }
  279.  
  280. .box-6 {
  281. width: 30px;
  282. height: 23px;
  283. font-size: 15px;
  284. text-align: center;
  285. padding-top: 6px;
  286. margin-left: 213px;
  287. margin-top: -29px;
  288. background-color: {color:Post BG};
  289. box-shadow: 5px 5px 10px #e2e2e2;
  290. -webkit-transition: all 0.7s;
  291. -moz-transition: all 0.7s;
  292. -o-transition: all 0.7s;
  293. transition: all 0.7s;
  294. }
  295.  
  296. .box-6:hover {
  297. border-radius: 100px;
  298. }
  299.  
  300. .box-7 {
  301. width: 30px;
  302. height: 23px;
  303. font-size: 15px;
  304. text-align: center;
  305. padding-top: 6px;
  306. margin-left: 170px;
  307. margin-top: -29px;
  308. background-color: {color:Post BG};
  309. box-shadow: 5px 5px 10px #e2e2e2;
  310. -webkit-transition: all 0.7s;
  311. -moz-transition: all 0.7s;
  312. -o-transition: all 0.7s;
  313. transition: all 0.7s;
  314. }
  315.  
  316. .box-7:hover {
  317. border-radius: 100px;
  318. }
  319.  
  320.  
  321.  
  322. {/block:ifshowlinks}
  323.  
  324. /* POSTS */
  325.  
  326. #content {
  327. margin-left: 390px;
  328. margin-right: 0px;
  329. margin-top: 30px;
  330. width: 800px; /*changes # of columns*/
  331. column-count: 2;
  332. column-gap: -50px!important;
  333. }
  334.  
  335. body {
  336. background-color: {color:background};
  337. background-image: url({image:background});
  338. background-attachment:fixed;
  339. background-repeat:repeat;
  340. background-position:center;
  341. font-family: "Raleway", sans-serif;
  342. font-size: {text:Font Size};
  343. color: {color:text};
  344. }
  345.  
  346. a {
  347. color: {color:link};
  348. text-decoration:none;
  349. -webkit-transition: color 1s;
  350. -moz-transition: color 1s;
  351. -o-transition: color 1s;
  352. transition: color 1s;
  353. }
  354.  
  355. a:hover {
  356. color: {color:link hover};
  357. }
  358.  
  359. blockquote {
  360. padding-left:5px;
  361. border-left:1px dotted;
  362. color: {color:text};
  363. margin-left:3px;
  364. margin-bottom:5px;
  365. }
  366.  
  367. iframe, img, embed, object, video {
  368. max-width: 100%;
  369. }
  370.  
  371. img {
  372. height: auto;
  373. width: auto;
  374. }
  375.  
  376. article {
  377. background: {color:post bg};
  378. margin: 0px 0px 50px 0px;
  379. margin-top: 0px!important;
  380. padding: 8px;
  381. border: 1px solid {color:border};
  382. width: 300px!important;
  383. float: left;
  384. break-inside: avoid;
  385. }
  386.  
  387. article img {
  388. width:100%;
  389. }
  390.  
  391. .title {
  392. text-align:center;
  393. text-transform:uppercase;
  394. font-size: {text:Title Font Size};
  395. }
  396.  
  397. .text {
  398. font-size: {text:Font Size};
  399. color: {color:text};
  400. width:100%;
  401. }
  402.  
  403. .photo {
  404. }
  405.  
  406. .photoset {
  407. }
  408.  
  409. .quote {
  410. text-align:center;
  411. }
  412.  
  413. .link {
  414. }
  415.  
  416. .audio {
  417. width:100%;
  418. }
  419.  
  420. .video{
  421. }
  422.  
  423. .video-player {
  424.  
  425. }
  426.  
  427. .answer {
  428. }
  429.  
  430. .ques {
  431. font-weight:bolder;
  432. }
  433.  
  434. .ans {
  435. font-style:italic;
  436. }
  437.  
  438. .chat{
  439. margin-left:-30px;
  440. }
  441.  
  442. .chat span {
  443. float: left;
  444. margin-right: 10px;
  445. }
  446.  
  447. .chat:nth-child(even) {
  448. background:#f9f9f9;
  449. }
  450.  
  451. .odd{
  452. background:#f6f6f6;
  453. }
  454.  
  455. {block:PermalinkPage}
  456.  
  457. article {
  458. margin-top: 30px!important;
  459. margin-left: 150px;
  460. }
  461.  
  462. #content #notecontainer {
  463. margin: 10px auto;
  464. width: 250px;
  465. }
  466.  
  467. #content #notecontainer a {
  468. text-decoration: none;
  469. color: {color:link};
  470. padding: 3px;
  471. -webkit-transition: color 0.5s;
  472. -moz-transition: color 0.5s;
  473. -o-transition: color 0.5s;
  474. transition: color 0.5s;
  475. }
  476.  
  477. /* post pages links color hover */
  478. #content #notecontainer a:hover {
  479. color: {color:link hover};
  480. }
  481.  
  482. #content #notecontainer ol.notes {
  483. list-style-type: none;
  484. margin: 0;
  485. padding: 3px;
  486. }
  487.  
  488. #content #notecontainer img.avatar {
  489. width: 16px;
  490. height: 16px;
  491. }
  492.  
  493. {/block:PermalinkPage}
  494.  
  495. #perma {
  496. text-align: center;
  497. position: relative;
  498. text-transform:uppercase;
  499. margin-top:2px;
  500. padding:4px;
  501. font-size: 8px;
  502. {block:PermalinkPage}
  503. display:none;
  504. {/block:PermalinkPage}
  505. }
  506.  
  507. .tumblr_audio_player {
  508. width: 100%;
  509. height: 100px;
  510. overflow: hidden;
  511. position: relative;
  512. z-index: 1000;
  513. }
  514.  
  515. .pagination {
  516.  
  517. }
  518.  
  519. {block:ifnotinfinitescroll}
  520. .pagi {
  521.  
  522. font-size:15px;
  523. color: {color:link};
  524. text-align:center;
  525. padding:5px;
  526. padding-top:5px;
  527. }
  528. {/block:ifnotinfinitescroll}
  529.  
  530. {block:ifinfinitescroll}
  531. .pagi {
  532. display:none;
  533. }
  534. {/block:ifinfinitescroll}
  535.  
  536. hr {
  537. width:75%;
  538. border-top:1px solid {color:Borders};
  539. }
  540.  
  541. caption {
  542. margin:12px;
  543. }
  544.  
  545. /* DO NOT TOUCH THIS */
  546. .credit a {
  547. position: fixed;
  548. bottom: 15px;
  549. right: 15px;
  550. font-size: 8px;
  551. padding: 3px;
  552. text-decoration: none;
  553. background-color: {color:background};
  554. color: black;
  555. -webkit-transition: color 1s;
  556. -moz-transition: color 1s;
  557. -o-transition: color 1s;
  558. transition: color 1s;
  559. }
  560.  
  561. .credit a:hover {
  562. color: #548773;
  563. }
  564.  
  565.  
  566. </style>
  567. </head>
  568. <body>
  569.  
  570.  
  571. <div id="sidebar">
  572. <div class="info">
  573. <div align="center">
  574. <img src="{PortraitURL-48}"/>
  575. </div>
  576. <p>{Description}</p>
  577. </div>
  578. {block:ifshowlinks}
  579. <div class="box-1"><a title="home" href="/"><span class="th th-home-o"></span></a></div>
  580. <div class="box-2"><a title="ask" href="/ask"><span class="th th-paper-plane-o"></span></a></div>
  581. <div class="box-3"><a title="submit" href="/submit"><span class="th th-pencil-o"></span></a></div>
  582. {block:ifcustomlink1}<div class="box-4"><a title="{text:link 1 title}" href="{text:link 1 url}"><span class="th {text:link 1 icon}"></span></a></div>{/block:ifcustomlink1}
  583. {block:ifcustomlink2}<div class="box-5"><a title="{text:link 2 title}" href="{text:link 2 url}"><span class="th {text:link 2 icon}"></span></a></div>{/block:ifcustomlink2}
  584. {block:ifcustomlink3}<div class="box-6"><a title="{text:link 3 title}" href="{text:link 3 url}"><span class="th {text:link 3 icon}"></span></a></div>{/block:ifcustomlink3}
  585. {block:ifcustomlink4}<div class="box-7"><a title="{text:link 4 title}" href="{text:link 4 url}"><span class="th {text:link 4 icon}"></span></a></div>{/block:ifcustomlink4}
  586. {/block:ifshowlinks}
  587. </div>
  588.  
  589. <div id="content">
  590. {block:Posts}
  591. <article>
  592. {block:Text}
  593. <div class="text">
  594. {block:Title}<h1 class="title">
  595. <a href="{Permalink}">{Title}</a>
  596. </h1><hr>{/block:Title}
  597. {Body}
  598. {/block:Text}
  599.  
  600. {block:Photo}
  601. <div class="photo">
  602. {LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}" />{LinkCloseTag}
  603. {block:Caption}{Caption}{/block:Caption}
  604. {/block:Photo}
  605.  
  606. {block:Photoset}
  607. <div class="photoset">
  608. {block:IndexPage}
  609. {Photoset-500}
  610. {/block:IndexPage}
  611. {block:PermalinkPage}
  612. {Photoset-500}
  613. {/block:PermalinkPage}
  614. {block:Caption}{Caption}{/block:Caption}
  615. {/block:Photoset}
  616.  
  617. {block:Quote}
  618. <div class="quote">
  619. ❝ {Quote} ❞
  620. <br><br>{block:Source}<cite>&mdash; {Source}</cite>{/block:Source}
  621. {/block:Quote}
  622.  
  623. {block:Link}
  624. <div class="link">
  625. <h1 class="title"><a href="{URL}">{Name}</a><hr></h1>
  626. {block:Description}{Description}{/block:Description}
  627. {/block:Link}
  628.  
  629. {block:Chat}
  630. <div class="chat">
  631. <ul>
  632. {block:Lines}
  633. <div class="{Alt} user_{UserNumber}">
  634. {block:Label}
  635. <b>{Label}</b>{/block:Label}
  636. {Line}
  637. </div>
  638. {/block:Lines}
  639. </ul>
  640. {/block:Chat}
  641.  
  642. {block:Audio}
  643. <div class="audio">
  644. {block:AlbumArt}
  645. <img src="{AlbumArtURL}" width="100px" height="100px"/>
  646. {/block:AlbumArt}
  647.  
  648. {block:AudioEmbed}
  649. {AudioEmbed}
  650. {/block:AudioEmbed}<br>
  651.  
  652. {block:TrackName}
  653. <b>track:</b> {TrackName}
  654. {/block:TrackName}</span><br>
  655. {block:Artist}
  656. <b>artist:</b> {Artist}
  657. {/block:Artist}
  658. {block:Caption}
  659. {Caption}
  660. {/block:Caption}
  661. {/block:Audio}
  662.  
  663. {block:Video}
  664. <div class="video">
  665. <div class="video-player">{Video-500}</div>
  666. {block:Caption}{Caption}{/block:Caption}
  667. {/block:Video}
  668.  
  669. {block:Answer}
  670. <div class="answer">
  671. {Asker} asked: <b><div class="ques">{Question}</div></b>
  672. <div class="ans">{Answer}</div>
  673. {/block:Answer}
  674. </div>
  675.  
  676. {block:PostNotes}
  677. <div id="notecontainer">{PostNotes}</div>
  678. {/block:PostNotes}
  679.  
  680. <div id="perma">
  681.  
  682. <hr><a href="{Permalink}" title="this post has {NoteCount} notes">{NoteCount} <i class="fas fa-heart"></i></a> &nbsp; <a href="{reblogURL}" title="reblog this post">reblog</a> &nbsp; <a href="{Permalink}" title="posted &mdash; {ShortMonth} {DayOfMonth} {Year} {12Hour}:{Minutes}{AmPm}">{TimeAgo}</a> &nbsp; {block:ifShowTags}{block:HasTags} <a style="font-size:9px;" title="{block:Tags}#{Tag} {/block:Tags}"><i class="fas fa-hashtag"></i></a>{block:HasTags} {block:ifShowTags}
  683.  
  684. </div>
  685.  
  686. </footer>
  687. </article>
  688. {/block:Posts}
  689. </div>
  690.  
  691. {block:Pagination}
  692. <div class="pagination">
  693. <div class="pagi">
  694. {block:PreviousPage}<a href="{PreviousPage}"><i class="fas fa-chevron-left"></i></a>{/block:PreviousPage}
  695. {block:NextPage}<a href="{NextPage}"><i class="fas fa-chevron-right"></i></a>{/block:NextPage}
  696. </div></div>
  697. {/block:Pagination}
  698. </div>
  699.  
  700. <!-- SCRIPTS -->
  701.  
  702. <link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.5.0/css/all.css" integrity="sha384-B4dIYHKNBt8Bc12p+WXckhzcICo0wtJAoU8YZTY5qE0Id1GSseTk6S+L3BlXeVIU" crossorigin="anonymous">
  703. <script src="//ajax.googleapis.com/ajax/libs/jquery/1.8.0/jquery.min.js"></script>
  704. <script src="https://static.tumblr.com/wgijwsy/Ebfm2v4gy/jquery.masonry.min.js"></script>
  705. {block:IfInfiniteScroll}
  706. <script src="https://static.tumblr.com/wgijwsy/u2vm2hxv6/jquery.infinitescroll.min.js"></script>
  707. <script src="https://static.tumblr.com/iwtk77u/Yhym2yygt/jquery.imagesloaded.min.js"></script>
  708. {/block:IfInfiniteScroll}
  709.  
  710. <script src="https://static.tumblr.com/rzl30kg/eAxm7a751/jquery.style-my-tooltips.js"></script>
  711. <script>
  712. (function($){
  713. $(document).ready(function(){
  714. $("[title]").style_my_tooltips({
  715. tip_follows_cursor:true,
  716. tip_delay_time:0,
  717. tip_fade_speed:0
  718. }
  719. );
  720. });
  721. })(jQuery);
  722. </script>
  723.  
  724. <script>
  725. (function() {
  726. var $tumblelog = $('#content');
  727. {block:IfInfiniteScroll}
  728. $tumblelog.infinitescroll({
  729. navSelector : ".pagination",
  730. nextSelector : ".pagination a:first",
  731. itemSelector : "article",
  732. bufferPx : 50,
  733. done : "",
  734. loading: {
  735. img : "",
  736. msgText: ""
  737. },
  738. },
  739. );
  740. {/block:IfInfiniteScroll}
  741. })();
  742. </script>
  743.  
  744. <script src="https://cdnjs.cloudflare.com/ajax/libs/smoothscroll/1.4.6/SmoothScroll.js"></script>
  745. <script>
  746. SmoothScroll({
  747. // Scrolling Core
  748. animationTime : 700, // [ms]
  749. stepSize : 100, // [px]
  750. // Acceleration
  751. accelerationDelta : 50, // 50
  752. accelerationMax : 3, // 3
  753. // Keyboard Settings
  754. keyboardSupport : true, // option
  755. arrowScroll : 100, // [px]
  756. // Pulse (less tweakable)
  757. // ratio of "tail" to "acceleration"
  758. pulseAlgorithm : true,
  759. pulseScale : 4,
  760. pulseNormalize : 1,
  761. // Other
  762. touchpadSupport : false, // ignore touchpad by default
  763. fixedBackground : true,
  764. excluded : ''
  765. });
  766. </script>
  767.  
  768. <!-- DO NOT TOUCH THIS -->
  769. <div class="credit">
  770. <a href="https://clerihew.tumblr.com/" title="theme by clerihew"><span class="th th-aloe-vera"></span></a>
  771. </div>
  772.  
  773. </body>
Advertisement
Add Comment
Please, Sign In to add comment