Advertisement
octomoosey

underground

Sep 30th, 2016
7,208
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 18.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. <!-- 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="#0e0e0e"/>
  12. <meta name="color:text" content="#959595"/>
  13. <meta name="color:sidebar" content="#ffffff"/>
  14. <meta name="color:posttitle" content="#ebc700"/>
  15. <meta name="color:asktext" content="#959595"/>
  16. <meta name="color:askbackground" content="#000000"/>
  17. <meta name="color:description" content="#959595"/>
  18. <meta name="color:link" content="#ebc700"/>
  19. <meta name="color:linkhover" content="#aaaaaa"/>
  20. <meta name="color:postinfo" content="#ebc700"/>
  21. <meta name="color:postinfohover" content="#aaaaaa"/>
  22. <meta name="color:nav" content="#ebc700"/>
  23. <meta name="color:navhover" content="#aaaaaa"/>
  24. <meta name="color:postinfo" content="#ebc700"/>
  25. <meta name="color:postinfohover" content="#aaaaaa"/>
  26. <meta name="color:scrollbar" content="#ebc700" />
  27. <meta name="color:borders" content="#ffffff"/>
  28. <meta name="color:selectiontext" content="#000000" />
  29. <meta name="color:selectionbg" content="#ebc700" />
  30. <meta name="color:bold" content="#ebc700" />
  31. <meta name="color:italic" content="#ebc700" />
  32. <meta name="color:maintitle" content="#ebc700"/>
  33.  
  34. <meta name="if:hide captions" content="0"/>
  35. <meta name="if:greyscale" content="0"/>
  36. <meta name="if:hoverinfo" content="0"/>
  37.  
  38. <meta name="image:background" content="https://static.tumblr.com/70437611db47cfd0d40ac3eb04b2c54c/uopakca/rSsoebml6/tumblr_static_38fnvtwh62ckww4gkwk00cosg.png"/>
  39. <meta name="image:sidebar" content="https://static.tumblr.com/0d689b0f4c21d4910ed3a72a6c530939/uopakca/wIYoebl0h/tumblr_static_327jsutd99k48cocwswkkw480.jpg"/>
  40.  
  41. <meta name="font:bodyfont" content="1785 GLC Baskerville">
  42. <meta name="text:maintitlefontsize" content="70px" />
  43. <meta name="text:bodyfontsize" content="11px" />
  44. <meta name="text:postinfofontsize" content="11px" />
  45.  
  46. <meta name="text:link 1" content="link 1"/>
  47. <meta name="text:link 1 url" content="/"/>
  48. <meta name="text:link 2" content="link 2"/>
  49. <meta name="text:link 2 url" content="/"/>
  50. <meta name="text:link 3" content="link 3"/>
  51. <meta name="text:link 3 url" content="/"/>
  52. <meta name="text:link 4" content="link 4"/>
  53. <meta name="text:link 4 url" content="/"/>
  54. <meta name="text:link 5" content="link 5"/>
  55. <meta name="text:link 5 url" content="/"/>
  56.  
  57. <script src="//ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  58.  
  59. <script src="https://static.tumblr.com/fiw4iub/4jdnu5ta4/jquery.style-my-tooltips.js"></script>
  60.  
  61. <script>
  62. (function($){
  63. $(document).ready(function(){
  64. $("a[title]").style_my_tooltips({
  65. tip_follows_cursor:true,
  66. tip_delay_time:90,
  67. tip_fade_speed:600,
  68. attribute:"title"
  69. });
  70. });
  71. })(jQuery);
  72. </script>
  73.  
  74. <style type="text/css">
  75. #tumblr_lightbox {
  76. background-color:rgba(255, 255, 255, .9)!important;
  77. z-index:99999!important;}
  78.  
  79. #tumblr_lightbox img {
  80. opacity:0;}
  81.  
  82. #tumblr_lightbox_caption {
  83. font-weight:normal!important;
  84. text-shadow:none!important;}
  85.  
  86. #tumblr_lightbox_center_image, #tumblr_lightbox_left_image, #tumblr_lightbox_right_image {
  87. -moz-box-shadow:none!important;
  88. -webkit-box-shadow:none!important;
  89. box-shadow:none!important;
  90. -moz-border-radius:0px!important;
  91. -webkit-border-radius:0px!important;
  92. border-radius:0px!important;
  93. opacity:1!important;}
  94.  
  95. #tumblr_lightbox_left_image, #tumblr_lightbox_right_image {
  96. opacity:.4!important;}
  97.  
  98. iframe#tumblr_controls {
  99. white-space:nowrap!important;
  100. top:10px!important;
  101. right:10px!important;
  102. position:fixed!important;
  103. opacity:.6!important;}
  104.  
  105. ::-webkit-scrollbar{
  106. height:3px;
  107. width:3px;
  108. background:inherit;}
  109.  
  110. ::-webkit-scrollbar-thumb {
  111. background:{color:scrollbar};}
  112.  
  113. ::-webkit-scrollbar-track {
  114. background:transparent;}
  115.  
  116. ::-moz-selection {
  117. color:{color:selectiontext};
  118. background:{color:selectionbg};}
  119.  
  120. ::selection {
  121. color:{color:selectiontext};
  122. background:{color:selectionbg};}
  123.  
  124. div[id$="Zy4yby-hide"], .static-only {
  125. display: none;}
  126.  
  127. body {
  128. background:{color:background};
  129. color:{color:text};
  130. font-family:{font:bodyfont};
  131. font-size: {text:bodyfontsize};
  132. letter-spacing:0.5px;
  133. font-weight:normal;
  134. position:relative;
  135. text-align:left;
  136. background-attachment:fixed;
  137. background-image:url('{image:background}');
  138. background-repeat:no-repeat;
  139. background-position: center right;
  140. margin:0;
  141. line-height:150%;}
  142.  
  143. blockquote {
  144. padding-left:10px;
  145. border-left:1px solid {color:borders};
  146. margin:15px 30px 10px 10px;
  147. text-align:left;}
  148.  
  149. .caption blockquote {
  150. margin:15px 30px 10px 10px;}
  151.  
  152. blockquote img {
  153. max-width:100%;}
  154.  
  155. img {
  156. max-width:100%;
  157. height:auto;}
  158.  
  159. .caption img {
  160. max-width:100%;
  161. height:auto;}
  162.  
  163. .posts img {
  164. margin-top:5px;
  165. margin-bottom:5px;}
  166.  
  167. pre {
  168. white-space: pre-wrap;
  169. white-space: -moz-pre-wrap;
  170. white-space: -pre-wrap;
  171. white-space: -o-pre-wrap;
  172. word-wrap: break-word;}
  173.  
  174. a {
  175. color:{color:link};
  176. text-decoration:none;
  177. letter-spacing:2px;
  178. cursor:help;
  179. -webkit-transition: all 0.7s ease;
  180. transition: all 0.7s ease;
  181. -moz-transition: all 0.7s ease;
  182. -o-transition: all 0.7s ease;}
  183.  
  184. a:hover {
  185. letter-spacing:1px;
  186. text-decoration:none;
  187. color:{color:linkhover};
  188. text-shadow: 0px 0px #aeaeae, -0px 0px #aeaeae;}
  189.  
  190. p {
  191. margin:10px 10px;}
  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. font-family:{font:bodyfont};
  203. font-size: {text:bodyfontsize};
  204. color:{color:bold};}
  205.  
  206. i, em {
  207. font-size: 16px;
  208. color:{color:italic};
  209. letter-spacing:1.5px;}
  210.  
  211. small, big {
  212. font-size:1em;}
  213.  
  214. h1 {
  215. font-size:24px;
  216. color:{color:posttitle};}
  217.  
  218. h2, h3, h4 {
  219. font-size:1em;
  220. color:{color:posttitle};
  221. margin:0;
  222. padding:0;}
  223.  
  224. h6 {
  225. font-size: {text:maintitlefontsize};}
  226.  
  227. {block:IfGreyscale}
  228.  
  229. img {
  230. -webkit-filter:grayscale(100%);
  231. -webkit-transition: all 0.9s ease-in-out;
  232. -moz-transition: all 0.9s ease-in-out;
  233. -o-transition: all 0.9s ease-in-out;
  234. -ms-transition: all 0.9s ease-in-out;
  235. transition: all 0.9s ease-in-out;}
  236.  
  237. img:hover {
  238. -webkit-filter:none;}
  239.  
  240. .html_photoset {
  241. -webkit-filter: grayscale(100%);
  242. -webkit-transition: all 0.9s ease-in-out;
  243. -moz-transition: all 0.9s ease-in-out;
  244. -o-transition: all 0.9s ease-in-out;
  245. -ms-transition: all 0.9s ease-in-out;
  246. transition: all 0.9s ease-in-out;}
  247.  
  248. .html_photoset:hover {
  249. -webkit-filter: none;}
  250.  
  251. {/block:IfGreyscale}
  252.  
  253. .caption {
  254. margin-top:15px;
  255. {block:ifhidecaptions}
  256. {block:indexpage}
  257. display:none;
  258. {/block:indexpage}
  259. {/block:ifhidecaptions}}
  260.  
  261. #entries {
  262. z-index:1;
  263. position:absolute;
  264. margin-left:-240px;
  265. left:50%;
  266. top:20px;
  267. margin-bottom:30px;
  268. width:470px;
  269. background:transparent;
  270. padding-bottom:10px;}
  271.  
  272. .posts {
  273. margin-top:20px;
  274. padding:20px;
  275. margin-left:20px;
  276. text-align:justify;
  277. color:{color:text};
  278. width:400px;
  279. opacity:0;
  280. -webkit-animation:fadeIn ease-in 1;
  281. -moz-animation:fadeIn ease-in 1;
  282. animation:fadeIn ease-in 1;
  283. -webkit-animation-fill-mode:forwards;
  284. -moz-animation-fill-mode:forwards;
  285. animation-fill-mode:forwards;
  286. -webkit-animation-duration:1s;
  287. -moz-animation-duration:1s;
  288. animation-duration:1s;}
  289.  
  290. @-webkit-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
  291. @-moz-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
  292. @keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
  293.  
  294. #side {
  295. z-index:999;
  296. background:{color:sidebar};
  297. background-attachment:absolute;
  298. background-image:url('{image:sidebar}');
  299. background-repeat:repeat;
  300. left:50%;
  301. margin-left:-410px;
  302. position:fixed;
  303. height:100%;
  304. width:150px;
  305. top:0px;}
  306.  
  307. #title {
  308. letter-spacing:2px;
  309. text-transform:uppercase;
  310. margin-bottom:10px;}
  311.  
  312. #desc {
  313. opacity:0.4;
  314. background:{color:background};
  315. height:190px;
  316. position:fixed;
  317. top:150px;
  318. width:150px;
  319. -webkit-transition: all 0.9s ease-in-out;
  320. -moz-transition: all 0.9s ease-in-out;
  321. -o-transition: all 0.9s ease-in-out;
  322. -ms-transition: all 0.9s ease-in-out;
  323. transition: all 0.9s ease-in-out;}
  324.  
  325. #side:hover #desc{
  326. opacity:1;
  327. -webkit-transition: all 0.9s ease-in-out;
  328. -moz-transition: all 0.9s ease-in-out;
  329. -o-transition: all 0.9s ease-in-out;
  330. -ms-transition: all 0.9s ease-in-out;
  331. transition: all 0.9s ease-in-out;}
  332.  
  333. #description {
  334. z-index:9;
  335. width:140px;
  336. height:150px;
  337. overflow-y:scroll;
  338. margin-left:0px;
  339. margin-top:20px;
  340. padding-right:10px;
  341. text-align:justify;
  342. font-size: {text:bodyfontsize};
  343. line-height:120%;
  344. font-family:{font:bodyfont};
  345. color:{color:description};}
  346.  
  347. #links {
  348. margin-top:25px;
  349. text-align:left;
  350. display:inline-block;
  351. width:160px;}
  352.  
  353. #links a {
  354. background:{color:background};
  355. padding:3px;
  356. margin-bottom:5px;
  357. display:block;
  358. font-size: 9px;
  359. margin-right:5px;
  360. color:{color:nav};
  361. text-align:left;
  362. font-weight:normal;
  363. text-transform:uppercase;
  364. letter-spacing:1px;}
  365.  
  366. #links a:hover {
  367. opacity:0.7;
  368. color:{color:navhover};
  369. letter-spacing:2px;}
  370.  
  371. #titlequote {font-size:20px;}
  372.  
  373. #source {margin-top:10px;}
  374.  
  375. .playerbuttonbg {
  376. position: absolute;
  377. left: 15px;
  378. top: 17px;
  379. width: 30px;
  380. height: 30px;
  381. background-color: #000;
  382. padding: 10px;
  383. opacity: 0.4;
  384. filter: alpha(opacity=40);
  385. -moz-opacity: 0.4;
  386. -khtml-opacity: 0.4;
  387. transition: opacity .7s ease-in-out;
  388. -moz-transition: opacity .7s ease-in-out;
  389. -webkit-transition: opacity .7s ease-in-out;}
  390.  
  391. .playerbuttonbg:hover {
  392. opacity: 1;
  393. filter: alpha(opacity=100);
  394. -moz-opacity: 1;
  395. -khtml-opacity: 1;}
  396.  
  397. .newplayerbutton {
  398. position: relative;
  399. width: 30px;
  400. height: 30px;
  401. overflow: hidden;}
  402.  
  403. .playerbuttonhug {
  404. position: absolute;
  405. top: -30px;
  406. left: -10px;}
  407.  
  408. .tumblr_audio_player {
  409. height: 90px;
  410. width: 270px;}
  411.  
  412. .audioimgwrapper {
  413. position: absolute;
  414. overflow: hidden;
  415. width: 80px;
  416. height: 80px;}
  417.  
  418. .trackdetails {
  419. width: 140px;
  420. padding:10px;
  421. display:inline-block;
  422. margin-left: 90px;
  423. min-height: 75px;}
  424.  
  425. .audiowrapper {
  426. position: relative;
  427. display:inline-block;}
  428.  
  429. .question {
  430. padding:15px;
  431. margin-bottom:15px;
  432. border:1px solid {color:borders};
  433. color:{color:asktext};
  434. background:{color:askbackground};
  435. background-attachment:absolute;
  436. background-image:url('{image:sidebar}');
  437. background-repeat:repeat;}
  438.  
  439. .asker {
  440. font-size:25px;
  441. line-height:30px;
  442. text-align:center;}
  443.  
  444. .answer {
  445. color:{color:text};
  446. border:0;}
  447.  
  448. .chat {
  449. margin:0;
  450. padding:0;
  451. list-style:none;}
  452.  
  453. .l {
  454. padding-bottom:15px;
  455. margin-top:15px;
  456. border-bottom:1px solid {color:borders};}
  457.  
  458. .label {
  459. font-weight:bold;
  460. color:{color:title};
  461. display:inline-block;}
  462.  
  463. .l:first-of-type {
  464. margin-top:0;}
  465.  
  466. .l:last-of-type {
  467. padding-bottom:0;
  468. border:0;}
  469.  
  470. .pagenotes {
  471. margin-top:15px;
  472. padding-top:15px;
  473. padding-left:20px;
  474. text-transform:lowercase;
  475. font-size:8px;
  476. letter-spacing:1px;}
  477.  
  478. .pagenotes a {
  479. border:0;}
  480.  
  481. ol.notes {
  482. list-style-type:none;
  483. text-align:left;
  484. padding:20px;
  485. margin:0px;}
  486.  
  487. ol.notes a {
  488. color:{color:link};}
  489.  
  490. ol.notes a:hover {
  491. color:{color:linkhover};}
  492.  
  493. ol.notes li.note {
  494. display:block;
  495. padding:0;
  496. margin:5px 0;}
  497.  
  498. ol.notes li.note img.avatar {
  499. display:none!important;}
  500.  
  501. a.more_notes_link {
  502. display:block;
  503. text-align:left;
  504. border:0;
  505. color:{color:title};}
  506.  
  507. #s-m-t-tooltip {
  508. max-width:300px;
  509. border-radius: 0px;
  510. padding:4px;
  511. margin:10px 10px 5px 0px;
  512. color:#000;
  513. border:1px solid #000;
  514. font-size:10px;
  515. letter-spacing:1px;
  516. background:#fff;
  517. font-family:{font:bodyfont};
  518. font-size: 12px;
  519. z-index:99999;}
  520.  
  521. #credit {
  522. bottom:5px;
  523. right:5px;
  524. height:30px;
  525. width:30px;
  526. opacity:0.8;
  527. position:fixed;
  528. padding:5px;}
  529.  
  530. #jquerybuddy span {
  531. text-shadow: 0 0 4px {color:maintitle};
  532. color: transparent;}
  533.  
  534. #perma {
  535. font-size: {text:postinfofontsize};
  536. position: absolute;
  537. padding:10px;
  538. width:150px;
  539. left: 475px;
  540. margin-top:-10px;
  541. letter-spacing: .5px;
  542. text-transform: lowercase;
  543. border-left:1px solid {color:text};
  544. {block:ifhoverinfo}
  545. opacity:0;
  546. -webkit-transition: all 0.7s ease;
  547. transition: all 0.7s ease;
  548. -moz-transition: all 0.7s ease;
  549. -o-transition: all 0.7s ease;
  550. {/block:ifhoverinfo}}
  551.  
  552. #perma a {
  553. color:{color:postinfo};}
  554.  
  555. #perma a:hover {
  556. color:{color:postinfohover};}
  557.  
  558. {block:ifhoverinfo}
  559. .posts:hover #perma {
  560. opacity:1;
  561. -webkit-transition: all 0.7s ease;
  562. transition: all 0.7s ease;
  563. -moz-transition: all 0.7s ease;
  564. -o-transition: all 0.7s ease;}
  565. {/block:ifhoverinfo}
  566.  
  567. #maintitle {
  568. position:fixed;
  569. top:50%;
  570. margin-top:-50px;
  571. left:50%;
  572. margin-left:-820px;
  573. -ms-transform: rotate(270deg);
  574. -webkit-transform: rotate(270deg);
  575. transform: rotate(270deg);
  576. width:500px;
  577. height:100px;
  578. text-align:center;}
  579.  
  580. </style></head>
  581. <body>
  582. <div id="maintitle"><h6 id="jquerybuddy">{title}</h6></div>
  583. <div id="side">
  584. <div id="desc">
  585. <div id="description">{description}</div>
  586. <div id="links">
  587. <a href="/">index</a>
  588. <a href="/ask">queries</a>
  589. <a href="/submit">submit</a>
  590. {block:iflink1}<a href="{text:link 1 url}">{text:link 1}</a>{/block:iflink1}
  591. {block:iflink2}<a href="{text:link 2 url}">{text:link 2}</a>{/block:iflink2}
  592. {block:iflink3}<a href="{text:link 3 url}">{text:link 3}</a>{/block:iflink3}
  593. {block:iflink4}<a href="{text:link 4 url}">{text:link 4}</a>{/block:iflink4}
  594. {block:iflink5}<a href="{text:link 5 url}">{text:link 5}</a>{/block:iflink5}
  595. {block:Pagination}
  596. {block:PreviousPage}<a href="{PreviousPage}">Back</a>{/block:PreviousPage} {block:NextPage}<a href="{NextPage}">Next</a>
  597. {/block:NextPage}
  598. {/block:Pagination}
  599. </div>
  600. </div>
  601. </div></div></div>
  602.  
  603. <div id="entries">
  604. <div id="post-container" class="{select:Postwidth}">
  605. {block:Posts}
  606. {block:NoRebloggedFrom}
  607. {block:RebloggedFrom}{ReblogParentName}{/block:RebloggedFrom}
  608. {/block:NoRebloggedFrom}
  609.  
  610. <div class="posts">
  611.  
  612. {block:IndexPage}<div id="perma"><a href="{Permalink}">{DayofWeek}</a><br>
  613.  
  614. <a href="{ReblogURL}">reblog</a>
  615. {block:RebloggedFrom}
  616.  
  617. <a href="{ReblogParentURL}"> via </a>
  618. <a href="{ReblogRootURL}"> src </a>
  619. {/block:RebloggedFrom}
  620. <br>
  621.  
  622. {block:HasTags}{block:Tags}<a href="{TagURL}">#{Tag} </a>{/block:Tags}{/block:HasTags}
  623. </div>{/block:IndexPage}
  624.  
  625. {block:Quote}
  626. <div id="titlequote">{Quote}</div>
  627. {block:Source}<div id="source">{Source}</div>{/block:Source}
  628. {/block:Quote}
  629.  
  630. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  631.  
  632. {block:Link}
  633. <div id="title"><a href="{URL}">{Name}</a></div>
  634. {block:Description}{Description}{/block:Description}
  635. {/block:Link}
  636.  
  637. {block:Chat}
  638. {block:Title}<div id="title">{Title}</div>{/block:Title}
  639. <ol class="chat">
  640. {block:Lines}
  641. <li class="l {Alt}">{block:Label}<span class="label">{Label}</span>{/block:Label} {Line}</li>
  642. {/block:Lines}
  643. </ol>
  644. {/block:Chat}
  645.  
  646. {Block:Photo}{LinkOpenTag}
  647. <img src="{PhotoURL-400}" alt="{PhotoAlt}"/>{LinkCloseTag}{block:HighRes}
  648. <a href="{PhotoURL-HighRes}">View in High-Res</a>{/block:HighRes}{/Block:Photo}
  649.  
  650. {block:Photoset}<div class="media">{photoset}</div>{/block:Photoset}
  651.  
  652. {block:Video}{Video-400}{/block:Video}
  653.  
  654. {block:AudioPlayer}
  655. <div class="audiowrapper">
  656. {block:AlbumArt}<div class="audioimgwrapper"><img src="{AlbumArtURL}"></div>{/block:AlbumArt}
  657. <div class="playerbuttonbg"><div class="newplayerbutton"><div class="playerbuttonhug">{AudioPlayerBlack}
  658. </div></div></div><div class="trackdetails">
  659. {block:TrackName}{TrackName}{/block:TrackName}<br/>{block:Artist}Artist: {Artist}{/block:Artist}<br/>{block:Album}Album: {Album}{/block:Album}
  660. </div></div>{/block:AudioPlayer}
  661.  
  662. {block:Answer}
  663. <div class="question"><div class="asker">from {Asker}</div>{Question}</div><div class="answer">{Answer}</div>
  664. {/block:Answer}
  665.  
  666. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
  667.  
  668. </div>
  669.  
  670. {block:PermalinkPage}
  671. <center>{block:HasTags}{block:Tags}<a href="{TagURL}">#{Tag} </a>{/block:Tags}{/block:HasTags}<p>{NoteCountwithLabel}</center>
  672. {block:PostNotes}{PostNotes}{/block:PostNotes}
  673. {/block:PermalinkPage}
  674. {/block:Posts}
  675. </div>
  676. </div></div>
  677. <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>
  678.  
  679. {block:ContentSource}
  680. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  681. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  682. {/block:SourceLogo}
  683. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  684. {/block:ContentSource}
  685.  
  686. <script src="https://cdnjs.cloudflare.com/ajax/libs/smoothscroll/1.4.1/SmoothScroll.min.js"></script>
  687.  
  688. <script src='https://static.tumblr.com/uopakca/za7oe0srd/jquery.lettering.js'></script>
  689.  
  690. <script src='https://static.tumblr.com/uopakca/xW2oe0ssc/color.js'></script>
  691.  
  692. <script src='https://static.tumblr.com/uopakca/qVEoe0sso/textshadow.js'></script>
  693. <script>$('h6').lettering();
  694. $('h6').click(function () {
  695. var el = $(this), newone = el.clone();
  696. el.before(newone);
  697. el.remove();
  698. });
  699. var text = $('#jquerybuddy'), numLetters = text.find('span').length;
  700. function randomBlurize() {
  701. text.find('span:nth-child(' + (Math.floor(Math.random() * numLetters) + 1) + ')').animate({
  702. 'textShadowBlur': Math.floor(Math.random() * 25) + 4,
  703. 'textShadowColor': '({color:maintitle},' + (Math.floor(Math.random() * 200) + 55) + ')'
  704. });
  705. setTimeout(randomBlurize, 100);
  706. }
  707. randomBlurize();
  708.  
  709. </script>
  710.  
  711. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement