Advertisement
octomoosey

nuka cola

May 31st, 2017
6,427
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 18.54 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. <!-- octomoosey @ tumblr -->
  4.  
  5. <html xmlns="https://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  6. <head><title>{Title}</title>
  7. <link rel="shortcut icon" href="{Favicon}">
  8. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  9. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  10.  
  11. <meta name="color:background" content="#ddd" />
  12. <meta name="color:containerbg" content="#000000" />
  13. <meta name="color:maintitle" content="#909090" />
  14. <meta name="color:text" content="#909090" />
  15. <meta name="color:postinfo" content="#909090" />
  16. <meta name="color:postinfohvr" content="#ffffff" />
  17. <meta name="color:posttitle" content="#909090" />
  18. <meta name="color:headerbar" content="#000000" />
  19. <meta name="color:headerbartext" content="#ffffff" />
  20. <meta name="color:link" content="#bababa" />
  21. <meta name="color:linkhover" content="#777777" />
  22. <meta name="color:bold" content="#9e9e9e" />
  23. <meta name="color:italic" content="#9e9e9e" />
  24. <meta name="color:borders" content="#eeeeee" />
  25. <meta name="color:scrollbar" content="#b3b3b3" />
  26. <meta name="color:selectionbg" content="#ffffff" />
  27. <meta name="color:selectiontext" content="#000000" />
  28.  
  29. <meta name="text:link 1" content="link 1">
  30. <meta name="text:link 1 url" content="/">
  31. <meta name="text:link 2" content="link 2">
  32. <meta name="text:link 2 url" content="/">
  33. <meta name="text:link 3" content="link 3">
  34. <meta name="text:link 3 url" content="/">
  35. <meta name="text:link 4" content="link 4">
  36. <meta name="text:link 4 url" content="/">
  37. <meta name="text:link 5" content="link 5">
  38. <meta name="text:link 5 url" content="/">
  39. <meta name="text:link 6" content="link 6">
  40. <meta name="text:link 6 url" content="/">
  41. <meta name="text:link 7" content="link 7">
  42. <meta name="text:link 7 url" content="/">
  43. <meta name="text:link 8" content="link 8">
  44. <meta name="text:link 8 url" content="/">
  45.  
  46. <meta name="if:hide captions" content="0"/>
  47.  
  48. <meta name="image:background" content="" />
  49. <meta name="image:header" content="" />
  50.  
  51. <meta name="text:bodyfontsize" content="10px" />
  52. <meta name="text:descriptionfontsize" content="9px" />
  53.  
  54. <meta name="text:maintitle" content="Octomoosey" />
  55. <meta name="text:subtitle" content="THE MOST POWERFUL WEAPON ON EARTH IS THE HUMAN SOUL ON FIRE." />
  56.  
  57. <!---••• Fonts and Icons •••--->
  58.  
  59. <link href="https://fonts.googleapis.com/css?family=Roboto" rel="stylesheet">
  60.  
  61. <link href="https://fonts.googleapis.com/css?family=Fjalla+One" rel="stylesheet">
  62.  
  63. <link rel="stylesheet" href="https://cdn.linearicons.com/free/1.0.0/icon-font.min.css">
  64.  
  65. <style type="text/css">
  66.  
  67. /* ---••• General Styling •••--- */
  68.  
  69. iframe.tmblr-iframe.tmblr-iframe--desktop-loggedin-controls.iframe-controls--desktop, .tmblr-iframe {
  70. position:fixed;
  71. top:8px!important;
  72. right:10px!important;
  73. white-space:nowrap;
  74. transform: scale(0.8,0.8);
  75. opacity:0.7;
  76. transition: 0.7s ease-in-out;
  77. -webkit-transition: 0.7s ease-in-out;
  78. -moz-transition: 0.7s ease-in-out;
  79. -o-transition: 0.7s ease-in-out;}
  80.  
  81. #tumblr_lightbox {
  82. background-color:rgba(255, 255, 255, .9)!important;
  83. z-index:99999!important;}
  84.  
  85. #tumblr_lightbox img {opacity:0;}
  86.  
  87. #tumblr_lightbox_caption {
  88. font-weight:normal!important;
  89. text-shadow:none!important;}
  90.  
  91. #tumblr_lightbox_center_image, #tumblr_lightbox_left_image, #tumblr_lightbox_right_image {
  92. -moz-box-shadow:none!important;
  93. -webkit-box-shadow:none!important;
  94. box-shadow:none!important;
  95. -moz-border-radius:0px!important;
  96. -webkit-border-radius:0px!important;
  97. border-radius:0px!important;
  98. opacity:1!important;}
  99.  
  100. #tumblr_lightbox_left_image, #tumblr_lightbox_right_image {opacity:.4!important;}
  101.  
  102. ::-webkit-scrollbar {
  103. width:10px;
  104. height:10px;
  105. background-color:{color:containerbg};}
  106.  
  107. ::-webkit-scrollbar-track {
  108. border:4px solid {color:containerbg};
  109. background-color:rgb(230,230,230);}
  110.  
  111. ::-webkit-scrollbar-thumb {
  112. border:4px solid {color:containerbg};
  113. background-color:{color:scrollbar};}
  114.  
  115. ::-moz-selection {
  116. color:{color:selectiontext};
  117. background:{color:selectionbg};}
  118.  
  119. ::selection {
  120. color:{color:selectiontext};
  121. background:{color:selectionbg};}
  122.  
  123. body {
  124. background:{color:background};
  125. color:{color:text};
  126. font-family: 'Roboto', sans-serif;
  127. font-size: {text:bodyfontsize};
  128. font-weight:normal;
  129. overflow:hidden;
  130. margin:0;
  131. line-height:130%;
  132. background-image: url('{image:background}');
  133. background-position:top right;
  134. background-repeat: repeat;
  135. background-attachment: fixed;}
  136.  
  137. blockquote {
  138. font-family: 'Roboto', sans-serif;
  139. text-align:justify;
  140. padding-left:10px;
  141. border-left:1px solid {color:borders};
  142. margin:0px 10px 0px 10px;}
  143.  
  144. .caption blockquote {
  145. margin:0px 10px 0px 10px;
  146. text-align:justify;}
  147.  
  148. blockquote img {
  149. max-width:100%;
  150. height:auto;}
  151.  
  152. blockquote iframe {
  153. max-width:100%;
  154. height:auto;}
  155.  
  156. img {
  157. max-width:100%;
  158. height:auto;}
  159.  
  160. .caption img {
  161. max-width:100%;
  162. height:auto;}
  163.  
  164. .posts img {
  165. margin:5px auto;
  166. max-width:100%;}
  167.  
  168. pre {
  169. font-size:8px;
  170. letter-spacing:1px;
  171. text-transform:uppercase;
  172. color:{color:posttitle};
  173. overflow: hidden;
  174. display: block;
  175. text-align: center;}
  176.  
  177. a {
  178. color:{color:link};
  179. text-decoration:none;
  180. cursor:help;
  181. -webkit-transition: all 0.7s ease;
  182. transition: all 0.7s ease;
  183. -moz-transition: all 0.7s ease;
  184. -o-transition: all 0.7s ease;}
  185.  
  186. a:hover {
  187. text-decoration:none;
  188. color:{color:linkhover};}
  189.  
  190. p {
  191. margin:10px 0 10px 0;}
  192.  
  193. p:first-of-type {
  194. margin-top:0;
  195. padding-top:0;}
  196.  
  197. p:last-of-type {
  198. margin-bottom:10px;
  199. padding-bottom:0;}
  200.  
  201. b, strong {
  202. color:{color:bold};}
  203.  
  204. i {
  205. font-family: 'Fjalla One', sans-serif;
  206. font-style:italic;
  207. font-size: 11px;
  208. color:{color:italic};
  209. letter-spacing:1px;
  210. text-align:justify;}
  211.  
  212. small, big {
  213. font-size: {text:bodyfontsize};}
  214.  
  215. sub, sup {
  216. font-size: 63%;
  217. letter-spacing:1.7px;}
  218.  
  219. h1, h2, h3, h4 {
  220. font-family: 'Fjalla One', sans-serif;
  221. letter-spacing:2px;
  222. text-align:center;
  223. font-size:14px;
  224. color:{color:text};}
  225.  
  226. {block:IfGreyscale}
  227.  
  228. img {
  229. -webkit-filter:grayscale(100%);
  230. -webkit-transition: all 0.9s ease-in-out;
  231. -moz-transition: all 0.9s ease-in-out;
  232. -o-transition: all 0.9s ease-in-out;
  233. -ms-transition: all 0.9s ease-in-out;
  234. transition: all 0.9s ease-in-out;}
  235.  
  236. img:hover {
  237. -webkit-filter:none;}
  238.  
  239. .html_photoset {
  240. -webkit-filter: grayscale(100%);
  241. -webkit-transition: all 0.9s ease-in-out;
  242. -moz-transition: all 0.9s ease-in-out;
  243. -o-transition: all 0.9s ease-in-out;
  244. -ms-transition: all 0.9s ease-in-out;
  245. transition: all 0.9s ease-in-out;}
  246.  
  247. .html_photoset:hover {
  248. -webkit-filter: none;}
  249.  
  250. {/block:IfGreyscale}
  251.  
  252. .media {
  253. position:relative;
  254. display:inline-block;
  255. height:auto;
  256. width:100%;}
  257.  
  258. .caption {
  259. font-family:{font:bodyfont};
  260. margin-top:15px;
  261. {block:ifhidecaptions}
  262. {block:indexpage}
  263. display:none;
  264. {/block:indexpage}
  265. {/block:ifhidecaptions}}
  266.  
  267. /* ---••• Entries Styling •••--- */
  268.  
  269. #container {
  270. position:fixed;
  271. width:610px;
  272. left:50%;
  273. margin-left:-305px;
  274. background:{color:containerbg};
  275. top:5%;
  276. height:90%;
  277. overflow-y:scroll;
  278. -webkit-box-shadow: 10px 10px 30px -5px rgba(23,23,23,1);
  279. -moz-box-shadow: 10px 10px 30px -5px rgba(23,23,23,1);
  280. box-shadow: 10px 10px 30px -5px rgba(23,23,23,1);}
  281.  
  282. #entries {
  283. margin-left:50px;
  284. margin-top:50px;
  285. margin-bottom:20px;
  286. position:absolute;
  287. opacity:0;
  288. -webkit-animation:fadeIn ease-in 1;
  289. -moz-animation:fadeIn ease-in 1;
  290. animation:fadeIn ease-in 1;
  291. -webkit-animation-fill-mode:forwards;
  292. -moz-animation-fill-mode:forwards;
  293. animation-fill-mode:forwards;
  294. -webkit-animation-duration:1s;
  295. -moz-animation-duration:1s;
  296. animation-duration:1s;}
  297.  
  298. @-webkit-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
  299. @-moz-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
  300. @keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
  301.  
  302. #post {
  303. font-family: 'Roboto', sans-serif;
  304. width: 500px;}
  305.  
  306. .postinfo {
  307. padding-top:6px;
  308. border-top:1px solid {color:borders};
  309. margin-top:10px;
  310. {block:IndexPage}
  311. margin-bottom:40px;
  312. {/block:IndexPage}
  313. {block:PermalinkPage}
  314. margin-bottom:20px;
  315. {/block:PermalinkPage}
  316. width:calc({select:postsize} + 60px);
  317. color:{color:postinfo};
  318. text-align:center;
  319. text-transform:uppercase;
  320. font-size:9px;}
  321.  
  322. .postinfo a {
  323. color:{color:postinfo};
  324. display:inline;
  325. margin: 0px 5px 0px 5px;}
  326.  
  327. .postinfo a:hover {
  328. color:{color:postinfohvr};}
  329.  
  330. ol.notes {
  331. padding:0px;
  332. margin:25px 0px 0px -10px;
  333. list-style-type:none;}
  334.  
  335. ol.notes li.note {
  336. padding:10px;}
  337.  
  338. ol.notes li.note img.avatar {
  339. vertical-align:-4px;
  340. margin-right:10px;
  341. width:16px;
  342. height:16px;}
  343.  
  344. ol.notes li.note span.action {
  345. font-weight:none;}
  346.  
  347. ol.notes li.note .answer_content {
  348. font-weight:normal;}
  349.  
  350. ol.notes li.note blockquote {
  351. padding:4px 10px;
  352. margin:10px 0px 0px 25px;}
  353.  
  354. ol.notes li.note blockquote a {
  355. text-decoration:none;}
  356.  
  357. .posttitle {
  358. padding:4px;
  359. font-family: 'Fjalla One', sans-serif;
  360. letter-spacing:3px;
  361. text-align:center;
  362. font-size:14px;
  363. color:{color:posttitle};}
  364.  
  365. /* ---••• Header Styling •••--- */
  366.  
  367. #navbar {
  368. padding:20px;
  369. border-bottom:1px solid {color:borders};}
  370.  
  371. #navbar a {
  372. margin-right:8px;}
  373.  
  374. #header {
  375. z-index:8;
  376. margin-left:0px;
  377. margin-top:0px;
  378. width:600px;
  379. position:absolute;
  380. height:150px;
  381. background-image: url('{image:header}');
  382. background-position:top right;
  383. background-repeat: no-repeat;
  384. background-attachment: absolute;}
  385.  
  386. #headerbar {
  387. width:560px;
  388. z-index:8;
  389. padding:20px;
  390. position:relative;
  391. background:{color:headerbar};
  392. color:{color:headerbartext};
  393. margin-top:150px;
  394. border-bottom:1px solid {color:borders};
  395. border-top:1px solid {color:borders};}
  396.  
  397. #maintitle {
  398. color:{color:maintitle};
  399. margin-top:3px;
  400. padding:0px 10px 10px 0px;
  401. float:left;
  402. font-family: 'Fjalla One', sans-serif;
  403. font-size:28px;}
  404.  
  405. /* ---••• Footer Styling •••--- */
  406.  
  407. #footer {
  408. {block:IndexPage}
  409. visibility:visible;
  410. {/block:IndexPage}
  411. {block:PermalinkPage}
  412. visibility:hidden;
  413. {/block:PermalinkPage}
  414. background:{color:headerbar};
  415. border-top:1px solid {color:borders};
  416. position:fixed;
  417. width:560px;
  418. text-align:left;
  419. margin-left:0px;
  420. bottom:5%;
  421. color:{color:pagination};
  422. z-index:9;
  423. font-size:10px;
  424. padding:10px 20px 10px 20px;}
  425.  
  426. #subtitle {
  427. float:right;
  428. font-size:8px;
  429. text-transform:uppercase;
  430. letter-spacing:1px;
  431. color:{color:headerbartext};}
  432.  
  433. /* ---••• Post Types Styling •••--- */
  434.  
  435. /* ---••• Quotes •••--- */
  436.  
  437. .quote {
  438. text-transform:uppercase;
  439. font-size:12px;
  440. font-weight:bold;
  441. text-align:center;}
  442.  
  443. .quotesource {
  444. text-align:center;
  445. margin-top:10px;}
  446.  
  447. /* ---••• Chat •••--- */
  448.  
  449. .chat {
  450. line-height:20px;
  451. list-style:none;}
  452.  
  453. .line.odd {
  454. background:{color:headerbg};
  455. color:{color:description};
  456. margin-bottom:2px;
  457. padding:5px;
  458. list-style:none;
  459. font-size:10px;}
  460.  
  461. .line.even {
  462. margin-bottom:2px;
  463. padding:5px;
  464. list-style:none;
  465. font-size:10px;}
  466.  
  467. .label {
  468. padding-right:1px;
  469. text-transform:uppercase;
  470. font-weight:bold;
  471. color:{color:links};}
  472.  
  473. /* ---••• Asks •••--- */
  474.  
  475. #asker {
  476. font-size:11px;
  477. margin-bottom:3px;}
  478.  
  479. #asker a {
  480. color: {color:link};}
  481.  
  482. #asker a:hover {
  483. color: {color:linkhover};}
  484.  
  485. #asker span {
  486. text-transform:lowercase;}
  487.  
  488. #question {
  489. border:1px solid {color:borders};
  490. padding:15px;
  491. font-size:8px;
  492. font-weight: 600;
  493. text-align:center;
  494. color: {color:text};
  495. letter-spacing:0.5px;
  496. text-transform:uppercase;
  497. margin-bottom:10px;}
  498.  
  499. /* ---••• Music •••--- */
  500.  
  501. .playerbutton {
  502. position:relative;
  503. width:30px;
  504. height:35px;
  505. overflow:hidden;}
  506.  
  507. .playerbuttonhug {
  508. position: absolute;
  509. top:-7px;
  510. left:2px;}
  511.  
  512. .tumblr_audio_player {
  513. height:50px;
  514. width:500px;}
  515.  
  516. .playerbuttonbg {
  517. -webkit-border-radius: 3px;
  518. -moz-border-radius: 3px;
  519. border-radius: 3px;
  520. position:absolute;
  521. width:35px;
  522. height:35px;
  523. background-color:#e4e4e4;
  524. padding:10px;}
  525.  
  526. .trackdetails {
  527. margin-top:10px;
  528. display:inline-block;
  529. margin-left:70px;
  530. font-size:10px;
  531. letter-spacing:1px;
  532. padding:5px;
  533. line-height:15px;}
  534.  
  535. .trackdetails span {
  536. text-transform:uppercase;}
  537.  
  538. .audiowrapper {
  539. position:relative;
  540. display:inline-block;}
  541.  
  542. /* ---••• Other •••--- */
  543.  
  544. #s-m-t-tooltip {
  545. max-width:300px;
  546. margin:15px;
  547. padding:5px;
  548. border:1px solid #eeeeee;
  549. border-radius:0px;
  550. background:#ffffff;
  551. color:{color:text};
  552. z-index:999999;
  553. font-size:7px;
  554. font-style:none;
  555. font-weight:lighter;
  556. letter-spacing:2px;
  557. font-family:helvetica;
  558. text-transform:uppercase;
  559. box-shadow:1px 1px 3px rgba(0,0,0,.0);}
  560.  
  561. #credit {
  562. z-index:999;
  563. bottom:0px;
  564. right:0px;
  565. height:30px;
  566. width:30px;
  567. opacity:0.8;
  568. position:fixed;
  569. padding:5px;}
  570.  
  571. </style>
  572. </head>
  573.  
  574. <div id="container">
  575. <div id="navbar">
  576. <a href="/">index</a>
  577. <a href="/ask">queries</a>
  578. {block:iflink1}<a href="{text:link 1 url}">{text:link 1}</a>{/block:iflink1}
  579. {block:iflink2}<a href="{text:link 2 url}">{text:link 2}</a>{/block:iflink2}
  580. {block:iflink3}<a href="{text:link 3 url}">{text:link 3}</a>{/block:iflink3}
  581. {block:iflink4}<a href="{text:link 4 url}">{text:link 4}</a>{/block:iflink4}
  582. {block:iflink5}<a href="{text:link 5 url}">{text:link 5}</a>{/block:iflink5}
  583. {block:iflink6}<a href="{text:link 6 url}">{text:link 6}</a>{/block:iflink6}
  584. {block:iflink7}<a href="{text:link 7 url}">{text:link 7}</a>{/block:iflink7}
  585. {block:iflink8}<a href="{text:link 8 url}">{text:link 8}</a>{/block:iflink8}
  586. </div>
  587. <div id="header"></div>
  588. <div id="headerbar">
  589. <div id="maintitle">{text:maintitle}</div>
  590. {description}
  591. </div>
  592.  
  593. <div id="footer">
  594. <div id="subtitle">{text:subtitle}</div>
  595. {block:Pagination}<div id="pagination">
  596. {block:PreviousPage}<a href="{PreviousPage}">&larr;</a>&nbsp;&nbsp;{/block:PreviousPage}
  597. {block:JumpPagination length="3"}
  598. {block:CurrentPage}<span class="current_page">{PageNumber}</span>&nbsp;&nbsp;{/block:CurrentPage}
  599. {block:JumpPage}<a class="jump_page" href="{URL}">{PageNumber}</a>&nbsp;&nbsp;{/block:JumpPage}
  600. {/block:JumpPagination}
  601. {block:NextPage}<a href="{NextPage}">&rarr;</a>{/block:NextPage}
  602. </div>{/block:Pagination}
  603. </div>
  604.  
  605. <div id="entries">{block:Posts}
  606.  
  607. <div id="post">
  608.  
  609. {block:Photo}<img src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="100%"/>{/block:HighRes}{/block:Photo}
  610.  
  611. {block:Photoset}{Photoset-500}{/block:Photoset}
  612.  
  613. {block:Panorama}
  614. {LinkOpenTag}<img src="{PhotoURL-Panorama}" alt="{PhotoAlt}" />{LinkCloseTag}
  615. {/block:Panorama}
  616.  
  617. {block:Video}
  618. <div class="media video">{Video-500}</div>
  619. {/block:Video}
  620.  
  621. {block:Text}<div class="posttitle">{block:Title}{Title}{/block:Title}</div>{Body}{/block:Text}
  622.  
  623. {block:Link}
  624. <h3><a href="{URL}" {Target}>{Name}</a></h3>
  625. {block:Description}{Description}{/block:Description}
  626. {/block:Link}
  627.  
  628. {block:Chat}
  629. {block:Title}<h1>{Title}</h1>{/block:Title} <div class="chat"> {block:Lines} <li class="line {Alt}"> {block:Label} <span class="label"> {Label}</span> {/block:Label}{Line}</li> {/block:Lines}</div>
  630. {/block:Chat}
  631.  
  632. {block:Audio}
  633. {block:AudioPlayer}
  634. <div class="audiowrapper">
  635. <div class="playerbuttonbg">
  636. <div class="playerbutton">
  637. <div class="playerbuttonhug">
  638. {AudioPlayerGrey}
  639. </div></div></div>
  640.  
  641. <div class="trackdetails">
  642. {block:TrackName}<span>TRACK:</span> {TrackName}{/block:TrackName}<br>
  643. {block:Artist}<span>ARTIST:</span> {Artist}{/block:Artist}
  644. </div></div>
  645. {/block:AudioPlayer}
  646. {/block:Audio}
  647.  
  648. {block:Quote}<div class="quote">"{Quote}"</div>
  649. {block:Source}<div class="quotesource"> — {Source}</div>
  650. {/block:Source}{/block:Quote}
  651.  
  652. {block:Answer}<div id="question">
  653. <div id="asker"><span>from</span> <b>{Asker}</b></div>
  654. {Question}</div>
  655. {Answer}{/block:Answer}
  656.  
  657. {block:Caption}
  658. <div class="caption">{Caption}</div>
  659. {/block:Caption}
  660.  
  661. </div>
  662.  
  663. <div id="{ShortURL}-hide">
  664. {block:Date}
  665. <div class="postinfo">
  666. <a href="{Permalink}">{block:Date}{DayOfMonth}{DayOfMonthSuffix} {ShortMonth}{/block:Date}</a> &middot; <a href="{Permalink}">{NoteCountWithLabel}</a> &middot;
  667. <a href="{ReblogURL}" target="_blank">reblog</a>
  668. {block:RebloggedFrom}
  669. &middot;
  670. <a href="{ReblogParentURL}"> via </a> &middot;
  671. <a href="{ReblogRootURL}">src </a>
  672. {/block:RebloggedFrom} {/block:Date}
  673. <br>
  674.  
  675. {block:HasTags}
  676. {block:Tags}
  677. <a href="{TagURL}"><span class="lnr lnr-tag"></span> {Tag}</a>
  678. {/block:Tags}
  679. {/block:HasTags}
  680.  
  681. </div></div>
  682. {block:PostNotes}
  683. {PostNotes}
  684. {/block:PostNotes}
  685.  
  686. {block:ContentSource}
  687. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  688. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  689. {/block:SourceLogo}
  690. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  691. {/block:ContentSource}
  692.  
  693. {/block:Posts}
  694.  
  695. </div>
  696. </div>
  697. </div>
  698. <div id="credit"><a href="https://octomoosey.tumblr.com/" title="theme by octomoosey"><img src="https://static.tumblr.com/uopakca/cwDo0y64u/octopus-24.png"></a></div>
  699.  
  700. <!---••• Scripts •••--->
  701.  
  702. <script src="//ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script>
  703.  
  704. <script src="https://static.tumblr.com/fiw4iub/4jdnu5ta4/jquery.style-my-tooltips.js"></script>
  705.  
  706. <script>
  707. (function($){
  708. $(document).ready(function(){
  709. $("a[title]").style_my_tooltips({
  710. tip_follows_cursor:true,
  711. tip_delay_time:90,
  712. tip_fade_speed:600,
  713. attribute:"title"
  714. });
  715. });
  716. })(jQuery);
  717. </script>
  718.  
  719. <script src="https://static.tumblr.com/yzs4yqx/lOsokx99u/smoothscroll.min.js"></script>
  720.  
  721. </body>
  722. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement