Advertisement
Guest User

Untitled

a guest
Oct 24th, 2017
372
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 17.19 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2.  
  3. <!-- octomoosey @ tumblr -->
  4.  
  5. <html xmlns="http://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="text:link 1" content="link 1">
  12. <meta name="text:link 1 url" content="/">
  13. <meta name="text:link 2" content="link 2">
  14. <meta name="text:link 2 url" content="/">
  15. <meta name="text:link 3" content="link 3">
  16. <meta name="text:link 3 url" content="/">
  17. <meta name="text:link 4" content="link 4">
  18. <meta name="text:link 4 url" content="/">
  19. <meta name="text:link 5" content="link 5">
  20. <meta name="text:link 5 url" content="/">
  21.  
  22. <link href="https://fonts.googleapis.com/css?family=Fira+Sans:400,500" rel="stylesheet">
  23.  
  24. <link href="https://fonts.googleapis.com/css?family=IM+Fell+Great+Primer" rel="stylesheet">
  25.  
  26. <link href="https://fonts.googleapis.com/css?family=Kalam:700" rel="stylesheet">
  27.  
  28. <link href="https://fonts.googleapis.com/css?family=Gochi+Hand" rel="stylesheet">
  29.  
  30. <meta name="image:background" content=""/>
  31.  
  32. <link href="https://fonts.googleapis.com/css?family=Fjalla+One|Roboto" rel="stylesheet">
  33.  
  34. <link rel="stylesheet" href="https://cdn.linearicons.com/free/1.0.0/icon-font.min.css">
  35.  
  36. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script>
  37.  
  38. <script src="http://static.tumblr.com/fiw4iub/4jdnu5ta4/jquery.style-my-tooltips.js"></script>
  39.  
  40. <script>
  41. (function($){
  42. $(document).ready(function(){
  43. $("a[title]").style_my_tooltips({
  44. tip_follows_cursor:true,
  45. tip_delay_time:90,
  46. tip_fade_speed:600,
  47. attribute:"title"
  48. });
  49. });
  50. })(jQuery);
  51. </script>
  52.  
  53. <style type="text/css">
  54.  
  55. a {color:;text-decoration:none;-webkit-tra… all 0.7s ease-out;-moz-transition: all 0.7s ease-out;transition: all 0.7s ease-out;}
  56.  
  57. .fufu {width:227px;-webkit-transition: all 0.7s ease-out;-moz-transition: all 0.7s ease-out;transition: all 0.7s ease-out;}
  58.  
  59. .fufu:hover {-webkit-transform: translate(1em,0);-moz-transform: translate(1em,0);-o-transform: translate(1em,0);}
  60.  
  61. #biter
  62.  
  63. #bite a {display:block}
  64.  
  65. #bite .death {margin-top:-45px;filter: alpha(opacity = 0);opacity:0;-webkit-transition: all 0.3s ease-out;-moz-transition: all 0.3s ease-out;transition: all 0.3s ease-out;}
  66.  
  67. #bite:hover .death {margin-top:90px;-webkit-transition: all 0.2s ease-out;-moz-transition: all 0.2s ease-out;transition: all 0.2s ease-out; filter: alpha(opacity = 100);filter: alpha(opacity = 100);opacity:100;}
  68.  
  69. iframe.tmblr-iframe.tmblr-iframe--desktop-loggedin-controls.iframe-controls--desktop, .tmblr-iframe {
  70. position:fixed;
  71. top:8px!important;
  72. right:-5px!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. height:4px;
  104. width:3px;
  105. background:inherit;}
  106.  
  107. ::-webkit-scrollbar-thumb {
  108. background:#05080e;}
  109.  
  110. ::-webkit-scrollbar-track {
  111. background:#transparent;}
  112.  
  113.  
  114. /* ---General Styling--- */
  115.  
  116. body {
  117. background:#e7effe;
  118. color:#e7effe;
  119. font-family: 'Roboto', sans-serif;
  120. font-size: 12px;
  121. font-weight:normal;
  122. position:relative;
  123. text-align:left;
  124. margin:0;
  125. line-height:150%;
  126. height:100%;
  127. width:100%;
  128. background-image: url(http://static.tumblr.com/zezqelm/WQGowdt0s/ihaveaproblem.gif);
  129. background-repeat:no-repeat;
  130. background-position:left;
  131. background-attachment:fixed;}
  132.  
  133. blockquote {
  134. text-align:justify;
  135. padding:10px;
  136. border-left:1px solid #7f7f7f;
  137. margin:10px 0px 10px 10px;}
  138.  
  139. .caption blockquote {
  140. margin:10px 0px 10px 10px;
  141. text-align:justify;}
  142.  
  143. blockquote img {
  144. max-width:100%;
  145. height:auto;}
  146.  
  147. blockquote iframe {
  148. max-width:100%;
  149. height:auto;}
  150.  
  151. img {
  152. max-width:100%;
  153. height:auto;}
  154.  
  155. .caption img {
  156. max-width:100%;
  157. height:auto;}
  158.  
  159. .posts img {
  160. max-width:100%;
  161. margin-top:5px;
  162. margin-bottom:5px;}
  163.  
  164. pre {
  165. font-family: 'Roboto', sans-serif;
  166. white-space: pre-wrap;
  167. white-space: -moz-pre-wrap;
  168. white-space: -pre-wrap;
  169. white-space: -o-pre-wrap;
  170. word-wrap: break-word;}
  171.  
  172. a {
  173. color:#080a0e;
  174. text-decoration:none;
  175. letter-spacing:1px;
  176. cursor:help;
  177. -webkit-transition: all 0.7s ease;
  178. transition: all 0.7s ease;
  179. -moz-transition: all 0.7s ease;
  180. -o-transition: all 0.7s ease;
  181. text-shadow: ;
  182. }
  183.  
  184. a:hover {
  185. letter-spacing:1px;
  186. text-decoration:none;
  187. color:#fff;}
  188.  
  189. p {
  190. margin:10px 0 10px 0;}
  191.  
  192. p:first-of-type {
  193. margin-top:0;
  194. padding-top:0;}
  195.  
  196. p:last-of-type {
  197. margin-bottom:10px;
  198. padding-bottom:0;}
  199.  
  200. b, strong {
  201. text-shadow: 2px 2px #e7f3ff;
  202. color:#0c7284;}
  203.  
  204. i, em {
  205. text-shadow: 2px 2px #e7f3ff;
  206. font-family: 'Fjalla One', sans-serif;
  207. font-size: 12px;
  208. color:#0c7284;
  209. letter-spacing:1.5px;}
  210.  
  211. small, big {
  212. font-size:1em;}
  213.  
  214. h1, h2, h3, h4 {
  215. text-shadow: 2px 2px #ffffff;
  216. font-family: 'Fjalla One', sans-serif;
  217. font-size:26px;
  218. line-height:30px;
  219. text-align:center;
  220. color:#0c7284;}
  221.  
  222. .media {
  223. position:relative;
  224. display:inline-block;
  225. height:auto;
  226. width:100%;}
  227.  
  228. /* ---Post Styles--- */
  229.  
  230. #entries {
  231. background-color: rgba(231, 239, 254, 0.9);
  232. background: rgba(231, 239, 254, 0.95);
  233. position: fixed;
  234. height: 600px;
  235. overflow-y: scroll;
  236. top:41%;
  237. margin-top:-235px;
  238. left:53%;
  239. margin-left:-90px;
  240. width: 480px;
  241. text-align: justify;
  242. color:#3c3d3d;
  243. -webkit-mask-image: -webkit-gradient(linear, center bottom, center 80%, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 1)));}
  244.  
  245.  
  246. #posts {
  247. padding:30px;
  248. text-align:justify;
  249. color:#080a0e;
  250. margin-bottom:0px;}
  251.  
  252. #tags {
  253. text-transform:lowercase;
  254. -webkit-border-radius: 5px;
  255. -moz-border-radius: 5px;
  256. border-radius: 5px;
  257. text-align:right;
  258. padding:5px 10px 5px 10px;
  259. color:#3c3d3d;
  260. margin-top:5px;
  261. font-size:12px;
  262. background:##e7f3ff;
  263. text-shadow: 2px 2px #e7f3ff;
  264. box-shadow: 3px 3px #3c3d3d;
  265. }
  266.  
  267. #tags a {
  268. color:080a0e;}
  269. text-decoration: none;
  270. color:#444;}
  271.  
  272. .caption {
  273. margin-top:10px;}
  274.  
  275. .notes {
  276. margin-left:-40px;
  277. width:400px;
  278. list-style-type: none;}
  279.  
  280. .notes img{
  281. border-radius: 3px;
  282. margin: 0px 10px -4px 0px;}
  283.  
  284. .notes li {
  285. padding-bottom: 10px;}
  286.  
  287. /* ---Link Styling--- */
  288.  
  289. .nav {
  290. -ms-transform: rotate(-6deg); /* IE 9 */
  291. -webkit-transform: rotate(-6deg); /* Chrome, Safari, Opera */
  292. transform: rotate(-8deg);
  293. font-family:
  294. font-size:5px;
  295. width: 20px;
  296. top: 36%;
  297. margin-top:237px;
  298. position:fixed;
  299. left:53%;
  300. margin-left: -373px;}
  301.  
  302.  
  303.  
  304. .nav a {
  305. margin-left:8px;
  306. display:inline-block;
  307. color:#564230;
  308. text-shadow:}
  309.  
  310. .nav a:hover {
  311. display:inline-block;
  312. color:#564230;
  313. text-shadow: }
  314.  
  315. /* ---Pagination--- */
  316.  
  317. #pagination {
  318. top:50%;
  319. margin-top:300px;
  320. left:85%;
  321. margin-left:-100px;
  322. position:fixed;
  323. font-size:50px;}
  324.  
  325. #pagination a {
  326. text-shadow: 2px 2px 4px #080a0e;
  327. color:#7584af;
  328. padding:0px 10px 0px 10px;}
  329. /* ---Post Types--- */
  330.  
  331. /* ---Question Styling--- */
  332.  
  333. #asker {
  334. text-transform:uppercase;
  335. -webkit-border-radius: 5px;
  336. -moz-border-radius: 5px;
  337. border-radius: 5px;
  338. padding: 20px;
  339. background:#eef5fc;
  340. text-align: center;
  341. margin-bottom: 10px;
  342. color:#080a0ec;}
  343.  
  344. #asker a {
  345. font-size:20px;
  346. color:#080a0e;}
  347.  
  348. #asker img {
  349. margin-right:10px;
  350. margin-bottom:-14px;
  351. -webkit-border-radius: 5px;
  352. -moz-border-radius: 5px;
  353. border-radius: 5px;}
  354.  
  355. #question {
  356. text-transform:none;
  357. margin-top:20px;
  358. text-align:justify;}
  359.  
  360. /* ---Quote Styling--- */
  361.  
  362. .quote {
  363. font-family: 'Fjalla One', sans-serif;
  364. font-size:16px;
  365. line-height:30px;
  366. text-align:center;
  367. color:#3c3d3d;
  368. -webkit-border-radius: 5px;
  369. -moz-border-radius: 5px;
  370. border-radius: 5px;
  371. background:#d1ddfc;
  372. padding:20px;}
  373.  
  374. .source {
  375. margin-top:5px;
  376. text-align:right;}
  377.  
  378. /* ---Post Titles--- */
  379.  
  380. .posttitle {
  381. line-height:22px;
  382. color:#3c3d3d;
  383. font-family: 'Gochi Hand', cursive;
  384. margin-bottom:10px;
  385. -webkit-border-radius: 5px;
  386. -moz-border-radius: 5px;
  387. border-radius: 5px;
  388. font-size:24px;
  389. padding: 10px 20px 10px 20px;
  390. background:#eef5fc;
  391. text-align: center;
  392. text-shadow: 2px 2px #e7f3ff;
  393. box-shadow: 3px 3px #3c3d3d;
  394. }
  395.  
  396. /* ---Music Player Styling--- */
  397.  
  398. .playerbuttonbg {
  399. -webkit-border-radius: 5px;
  400. -moz-border-radius: 5px;
  401. border-radius: 5px;
  402. position: absolute;
  403. left: 15px;
  404. top: 17px;
  405. width: 30px;
  406. height: 30px;
  407. background-color: #transparent;
  408. padding: 10px;
  409. opacity: 0.4;
  410. filter: alpha(opacity=40);
  411. -moz-opacity: 0.4;
  412. -khtml-opacity: 0.4;
  413. transition: opacity .7s ease-in-out;
  414. -moz-transition: opacity .7s ease-in-out;
  415. -webkit-transition: opacity .7s ease-in-out;}
  416.  
  417. .playerbuttonbg:hover {
  418. opacity: 1;
  419. filter: alpha(opacity=100);
  420. -moz-opacity: 1;
  421. -khtml-opacity: 1;}
  422.  
  423. .newplayerbutton {
  424. position: relative;
  425. width: 30px;
  426. height: 30px;
  427. overflow: hidden;}
  428.  
  429. .playerbuttonhug {
  430. position: absolute;
  431. top: -30px;
  432. left: -10px;}
  433.  
  434. .tumblr_audio_player {
  435. height: 90px;
  436. width: 270px;}
  437.  
  438. .audioimgwrapper {
  439. -webkit-border-radius: 5px;
  440. -moz-border-radius: 5px;
  441. border-radius: 5px;
  442. position: absolute;
  443. overflow: hidden;
  444. width: 80px;
  445. height: 80px;}
  446.  
  447. .trackdetails {
  448. padding:10px;
  449. display:inline-block;
  450. margin-left: 90px;
  451. min-height: 75px;}
  452.  
  453. .audiowrapper {
  454. position: relative;
  455. display:inline-block;}
  456.  
  457. /* ---Photoset & Video Styling--- */
  458.  
  459. .sphoto img {
  460. -webkit-border-radius: 5px;
  461. -moz-border-radius: 5px;
  462. border-radius: 5px;}
  463.  
  464. .sphoto iframe {
  465. -webkit-border-radius: 5px;
  466. -moz-border-radius: 5px;
  467. border-radius: 5px;}
  468.  
  469. #s-m-t-tooltip {
  470. margin:10px 10px 5px 0px;
  471. padding:4px;
  472. color:#303030;
  473. border:1px solid #303030;
  474. font-size:10px;
  475. letter-spacing:1px;
  476. background:#fff;
  477. z-index:99999;}
  478.  
  479. #credit {
  480. z-index:999;
  481. bottom:0px;
  482. right:10px;
  483. height:25px;
  484. width:25px;
  485. opacity:0.8;
  486. position:fixed;
  487. padding-bottom:10px;}
  488.  
  489. .description {
  490. -ms-transform: rotate(-5deg); /* IE 9 */
  491. -webkit-transform: rotate(-5deg); /* Chrome, Safari, Opera */
  492. transform: rotate(-9deg);
  493. font-family: 'Gochi Hand', cursive;
  494. font-size:14px;
  495. text-align:;
  496. position:fixed;
  497. left:48%;
  498. margin-left:-470px;
  499. width:100px;
  500. top:100%;
  501. margin-top:-80;
  502. color:#b4bed1;}
  503. P { line-height: 90% }
  504.  
  505. #music
  506. {position:fixed; bottom:8px; right:33px;
  507. padding-top:12px; padding-bottom:12px; text-align:center; height:10px; width:34px; overflow:hidden;
  508. border:3px solid #ddd;
  509. color:#888;
  510. -moz-border-radius: 17px 17px 17px 17px;
  511. border-radius:17px 17px 17px 17px;
  512. -webkit-transition: opacity 0.7s linear;
  513. -webkit-transition: all 0.7s ease-in-out;
  514. -moz-transition: all 0.7s ease-in-out;
  515. -o-transition: all 0.7s ease-in-out;
  516. background-color:#transparent;
  517. z-index:999;}
  518.  
  519.  
  520. #musicplayer
  521. {padding-top:15px;}
  522.  
  523.  
  524. #music:hover
  525. {border:3px solid #bbb; padding:5px; height:45px; width:140px;}
  526.  
  527.  
  528. </style>
  529.  
  530. </head>
  531.  
  532. <body>
  533.  
  534. {block:IndexPage}
  535. <div id="music"><center><img src="http://media.tumblr.com/tumblr_lm6prnRzP61qfoi4t.gif"/></center>
  536. <div id="musicplayer"><center><embed src="https://www.sheepproductions.com/billy/billy.swf?autoplay=true&f0=http://k003.kiwi6.com/hotlink/vz9btpvg2p/Undertale_by_Toby_Fox_-_Snowdin_Town_acoustic_instrumental_cover_by_Acoustic_Tap_.mp3&t0=Snowdin Town (Acoustic Tap)&f1=http://k003.kiwi6.com/hotlink/s78lhhzwd7/Hotel_California_Solo_-_The_Eagles_-_Acoustic_Guitar_Cover.mp3&t1=Hotel California (Acoustician)&f2=http://k003.kiwi6.com/hotlink/pskgl68duv/Comfortably_Numb_Solo_-_Pink_Floyd_-_Acoustic_Guitar_Cover.mp3&t2=Comfortably Numb (Acoutician)&f3=http://k003.kiwi6.com/hotlink/lc2yej5yka/Bruno_Mar_The_Lazy_Songs_-_Sungha_Jung.mp3&t3=The Lazy Song (Sungha Jung)&f4=http://k003.kiwi6.com/hotlink/ig2fvl00um/Coldplay_-_The_Scientist_-_Fingerstyle_Guitar_Cover_By_James_Bartholomew.mp3&t4=The Scientist (James Bartholomew)&total=5" quality="high" wmode="transparent" width="200" height="10" name="billy" align="middle" type="application/x-shockwave-flash" /></center></div>
  537. </div>
  538. {/block:IndexPage}
  539.  
  540. <div class="description">
  541. {description}</div>
  542. </div>
  543. </div>
  544.  
  545. <div class="nav">
  546. <a href="/"></a>
  547. <a href="/ask">............</a>
  548. <p>{block:iflink1}<a href="{text:link 1 url}">{text:link 1}</a>{/block:iflink1}</p><p>{block:iflink2}<a href="{text:link 2 url}">{text:link 2}</a>{/block:iflink2}</p><p>{block:iflink3}<a href="{text:link 3 url}">{text:link 3}</a>{/block:iflink3}</p>
  549. {block:iflink4}<a href="{text:link 4 url}">{text:link 4}</a>{/block:iflink4}
  550. {block:iflink5}<a href="{text:link 5 url}">{text:link 5}</a>{/block:iflink5}
  551.  
  552.  
  553. </div>
  554.  
  555. <div id="pagination">
  556. {block:Pagination}
  557. {block:PreviousPage}<a href="{PreviousPage}" title="back">«</a>{/block:PreviousPage}
  558. {block:NextPage}<a href="{NextPage}" title="next">»</a>
  559. {/block:NextPage}
  560. {/block:Pagination}</div>
  561.  
  562. <div id="entries">
  563. {block:Posts}
  564. {block:NoRebloggedFrom}
  565. {block:RebloggedFrom}{ReblogParentName}{/block:RebloggedFrom}
  566. {/block:NoRebloggedFrom}
  567. <div id="posts">
  568.  
  569. {block:Text}{block:Title}<div class="posttitle">{Title}</div>{/block:Title}{Body}{/block:Text}
  570.  
  571. {block:Quote}<div class="quote">❝ {Quote} ❞</div>
  572. <div class="source">&mdash;{Source}</div>{/block:Quote}
  573.  
  574. {block:Link}<a href="{URL}"><h1>{Name}</h1></a>
  575. {block:Description}<p>{Description}</p>{/block:Description}{/block:Link}
  576.  
  577. {block:Photo}<div class="sphoto"><img src="{PhotoURL-400}"></div>{/block:Photo}
  578.  
  579. {block:Photoset}<div class="sphoto">{Photoset-400}</div>
  580. {/block:Photoset}
  581.  
  582. {block:Video}<div class="sphoto">{Video-400}</div>{/block:Video}
  583.  
  584. {block:AudioPlayer}
  585. <div class="audiowrapper">
  586. {block:AlbumArt}<div class="audioimgwrapper"><img src="{AlbumArtURL}"></div>{/block:AlbumArt}
  587. <div class="playerbuttonbg"><div class="newplayerbutton"><div class="playerbuttonhug">{AudioPlayerBlack}
  588. </div></div></div><div class="trackdetails">
  589. {block:TrackName}{TrackName}{/block:TrackName}<br/>{block:Artist}Artist: {Artist}{/block:Artist}<br/>{block:Album}Album: {Album}{/block:Album}
  590. </div></div>{/block:AudioPlayer}
  591.  
  592. {block:Chat}<ul class="chat">{block:Title}<h2>{Title}</h2>{/block:Title}{block:Lines}<li>{block:Label}<span class="label">{Label}</span>{/block:Label}&nbsp;{Line}</li>{/block:Lines}</ul>{/block:Chat}
  593.  
  594. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
  595.  
  596. {block:Answer}
  597. <div id="asker"><img src="{AskerPortraitURL-40}">{Asker}:
  598. <div id="question">{Question}</div></div>
  599. <div id="answer">{Answer}</div>
  600. {/block:Answer}
  601.  
  602.  
  603. <div id="{ShortURL}-hide">
  604. <div id="tags">
  605. {block:Date}<a href="{Permalink}">{DayOfMonth}{DayOfMonthSuffix} {ShortMonth}</a> &middot;&nbsp
  606. <a href="{ReblogURL}" target="_blank" title="reblog"><span class="lnr lnr-redo"></span></a> &middot;&nbsp{/block:Date}
  607. {block:NoteCount}<a href="{Permalink}">{NoteCount}n</a> &middot;&nbsp{/block:NoteCount}
  608.  
  609. {block:RebloggedFrom}
  610. <a href="{ReblogParentURL}"> via </a> &middot;&nbsp
  611. <a href="{ReblogRootURL}"> src </a>
  612. {/block:RebloggedFrom} <br>
  613.  
  614. {block:HasTags}
  615. {block:Tags}<span class="lnr lnr-star"></span> <a href="{TagURL}">{Tag}</a> {/block:Tags}</div>
  616. {/block:HasTags}</div>
  617.  
  618. {block:PostNotes}{PostNotes}{/block:PostNotes}
  619.  
  620. </div>
  621. {/block:Posts}
  622. </div>
  623.  
  624. <div id="credit"><a href="http://octomoosey.tumblr.com/" title="custom theme by octomoosey"><img src="http://static.tumblr.com/uopakca/cwDo0y64u/octopus-24.png"></a></div>
  625.  
  626. <script src="https://cdnjs.cloudflare.com/ajax/libs/smoothscroll/1.4.1/SmoothScroll.min.js"></script>
  627.  
  628. </body>
  629. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement