Advertisement
vfdxj22

Had to save my html here bc tumblr is a bitch

Apr 26th, 2019
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 25.28 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. <html xmlns="https://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  3.  
  4. <head>
  5. <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js" type="text/javascript"><!--mce:0--></script>
  6. <script src="toggle.js" type="text/javascript"><!--mce:1--></script>
  7. <script type="text/javascript">
  8. $(document).ready(function(){
  9. $(".description").hide();
  10. $(".about").click(function(){
  11. $('.description').slideToggle("fast");
  12. return true;
  13. });
  14. });
  15. </script>
  16.  
  17. <meta name="color:Background" content="#FFFFFF" />
  18. <meta name="color:Text" content="#FFFFFF" />
  19. <meta name="color:Links" content="#dad8d8"/>
  20. <meta name="color:Hover" content="#666666"/>
  21. <meta name="color:Scrollbar" content="#000000"/>
  22. <meta name="color:Answer" content="#ebebeb"/>
  23. <meta name="color:Answer Border" content="#dad8d8"/>
  24. <meta name="color:Drop Down Menu" content="#000000"/>
  25. <meta name="color:Posts" content="#FFFFFF"/>
  26. <meta name="color:Borders" content="#000000"/>
  27. <meta name="color:Sidebar" content="#eeeeee"/>
  28. <meta name="color:Sidebar Border" content="#000000"/>
  29. <meta name="color:Icon" content="#000000"/>
  30. <meta name="color:Icon Border" content="#FFFFFF"/>
  31. <meta name="color:Drop Down Menu Text" content="#FFFFFF"/>
  32. <meta name="color:Notes Page" content="#000000"/>
  33.  
  34. <meta name="image:Background" content=""/>
  35. <meta name="image:Sidebar Background" content="https://static.tumblr.com/ykziu7r/vDnn9wdl4/tumblr_n5akoi6yso1qin2xoo1_1280.jpg"/>
  36. <meta name="image:Post Background Image" content="https://static.tumblr.com/ykziu7r/TRdn9wdlm/tumblr_n5ako8i7654redfghuoi6yso1qin2xoo1_1280_opt.jpg"/>
  37.  
  38. <meta name="text:First custom link title" content=""/>
  39. <meta name="text:First custom link url" content=""/>
  40. <meta name="text:Second custom link title" content=""/>
  41. <meta name="text:Second custom link url" content=""/>
  42. <meta name="text:Third custom link title" content=""/>
  43. <meta name="text:Third custom link url" content=""/>
  44. <meta name="text:Fourth custom link title" content=""/>
  45. <meta name="text:Fourth custom link url" content=""/>
  46. <meta name="text:Fifth custom link title" content=""/>
  47. <meta name="text:Fifth custom link url" content=""/>
  48. <meta name="text:Sixth custom link title" content=""/>
  49. <meta name="text:Sixth custom link url" content=""/>
  50. <meta name="text:Drop Down Title" content="Links"/>
  51. <meta name="text:Sidebar Margin" content="100"/>
  52.  
  53. <meta name="if:First custom link" content="0"/>
  54. <meta name="if:Second custom link" content="0"/>
  55. <meta name="if:Third custom link" content="0"/>
  56. <meta name="if:Fourth custom link" content="0"/>
  57. <meta name="if:Fifth custom link" content="0"/>
  58. <meta name="if:Sixth custom link" content="0"/>
  59. <meta name="if:Submit link" content="0"/>
  60. <meta name="if:Archive link" content="1"/>
  61. <meta name="if:Home link" content="1"/>
  62. <meta name="if:Message link" content="1"/>
  63. <meta name="if:Show Icon" content="1"/>
  64. <meta name="if:Small Icon" content="0"/>
  65. <meta name="if:Medium Icon" content="1"/>
  66. <meta name="if:Large Icon" content="0"/>
  67. <meta name="if:Inverted Fade" content="1" />
  68. <meta name="if:Faded Images" content="0" />
  69. <meta name="if:Cross cursor" content="1"/>
  70.  
  71. <meta name="font:Body" content="Courier New"/>
  72.  
  73. <title>{Title}</title>
  74. <link rel="shortcut icon" href="{Favicon}">
  75. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  76. <link rel="shortcut icon" href="{Favicon}">
  77. <title>Untitled Document</title>
  78. <link rel="shortcut icon" href="{Favicon}">
  79. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  80.  
  81. {block:Description}
  82. <meta name="description" content="{MetaDescription}" />
  83. {/block:Description}
  84.  
  85. <style type="text/css">
  86. {CustomCSS}
  87.  
  88. p{
  89. margin:0px;
  90. padding:0px;
  91. }
  92.  
  93. #tumblr_controls{
  94. position:absolute;
  95. margin-top:0px;
  96. margin-left:0px;
  97. z-index:99999;
  98. }
  99.  
  100. #tumblr_controls{
  101. position:fixed !important;
  102. }
  103.  
  104. #tumblr_controls{
  105. -webkit-transition: opacity 0.2s linear;
  106. opacity: 0.6;
  107. }
  108. #tumblr_controls:hover{
  109. -webkit-transition: opacity 0.2s linear;
  110. opacity: 1;
  111. }
  112.  
  113. a{
  114. text-decoration: none;
  115. color:{color:links};
  116. -moz-transition: all 0.3s ease-out;
  117. -o-transition: all 0.3s ease-out;
  118. -webkit-transition: all 0.3s ease-out;
  119. transition: all 0.3s ease-out;
  120. {block:ifcrosscursor}
  121. cursor: crosshair;
  122. {/block:ifcrosscursor}
  123. }
  124.  
  125. a:hover{
  126. color:{color:hover};
  127. -moz-transition: all 0.3s ease-out;
  128. -o-transition: all 0.3s ease-out;
  129. -webkit-transition: all 0.3s ease-out;
  130. transition: all 0.3s ease-out;
  131. {block:ifcrosscursor}
  132. cursor: crosshair;
  133. {/block:ifcrosscursor}
  134. }
  135.  
  136. body{
  137. color:{color:Text};
  138. background-color:{color:Background};
  139. background-image:url({image:Background});
  140. background-attachment: fixed; background-repeat: repeat;
  141. font-size:10px;
  142. line-height:10px;
  143. text-align: center;
  144. font-family: {font:Body};
  145. overflow-x:hidden;
  146. {block:ifcrosscursor}
  147. cursor: crosshair;
  148. {/block:ifcrosscursor}
  149. }
  150.  
  151. #content{
  152. margin: auto auto auto auto ;
  153. width:100%;
  154. top:0px;
  155. position:relative;
  156. }
  157.  
  158. #content .posts{
  159. width:620px;
  160. font-family: {font:Body};
  161. margin: 25px 0px 0px 30px;
  162. margin-left: 1%;
  163. {block:PermalinkPage}
  164. width:500px;
  165. {/block:PermalinkPage}
  166. {block:ifcrosscursor}
  167. cursor: crosshair;
  168. {/block:ifcrosscursor}
  169. }
  170.  
  171. #content .entry{
  172. {block:IndexPage}
  173. width:250px;
  174. margin:15px;
  175. background-color:{Color:Posts};
  176. border-width:1px;
  177. border-style:solid;
  178. border-color:{color:Borders};
  179. padding:10px 10px 8px 10px;
  180. {block:ifcrosscursor}
  181. cursor: crosshair;
  182. {/block:ifcrosscursor}
  183. {/block:IndexPage}
  184. {block:PermalinkPage}
  185. width:460px;
  186. margin-bottom:5px;
  187. margin-left:0px;
  188. margin-top:0px;
  189. {/block:PermalinkPage}
  190. }
  191.  
  192. #content .entry img{
  193. {block:IndexPage}
  194. max-width:250px;
  195. {block:ifroundedimages}
  196. -webkit-border-radius: 9px 9px 9px 9px;
  197. border-radius: 9px 9px 9px 9px;
  198. {/block:ifroundedimages}
  199. {/block:IndexPage}
  200. }
  201.  
  202. .entry:hover .tc {
  203. opacity: .5;
  204. filter: alpha(opacity = 50);
  205. margin-left: 0;
  206. }
  207.  
  208. .entry .permaone {
  209. position: absolute;
  210. width: auto;
  211. text-align: left;
  212. bottom:11px;
  213. left:10px;
  214. opacity: 0;
  215. filter:alpha(opacity=0);
  216. z-index: 10000;
  217. background: rgba(255, 255, 255, 0.70);
  218. font-size: 10px;
  219. height: 14px;
  220. line-height: 14px;
  221. font-family: {font:Permalink};
  222. text-transform: Uppercase;
  223. color:#000000;
  224. padding: 3px;
  225. -webkit-transition: all 1.0s ease-in-out;
  226. -moz-transition: all 1.0s ease-in-out;
  227. -o-transition: all 1.0s ease-in-out;
  228. transition: all 1.0s ease-in-out;
  229. }
  230.  
  231. .entry:hover .permaone{
  232. opacity: 1;
  233. filter:alpha(opacity=100);
  234. }
  235.  
  236. .permaone:hover{
  237. background: rgba(255, 255, 255, 100);
  238. }
  239.  
  240. .permaone a{
  241. color:#000;
  242. -webkit-transition: all 1.0s ease-in-out;
  243. -moz-transition: all 1.0s ease-in-out;
  244. -o-transition: all 1.0s ease-in-out;
  245. transition: all 1.0s ease-in-out;
  246. }
  247.  
  248. .permaone a:hover{
  249. color:{color:hover};
  250. -webkit-transition: all 1.0s ease-in-out;
  251. -moz-transition: all 1.0s ease-in-out;
  252. -o-transition: all 1.0s ease-in-out;
  253. transition: all 1.0s ease-in-out;
  254. }
  255.  
  256. .entry:hover .tc {
  257. opacity: .5;
  258. filter: alpha(opacity = 50);
  259. margin-left: 0;
  260. }
  261.  
  262. .entry .permatwo {
  263. position: absolute;
  264. width: 244px;
  265. width: auto;
  266. bottom:33px;
  267. left:10px;
  268. opacity: 0;
  269. filter:alpha(opacity=0);
  270. z-index: 10000;
  271. background: rgba(255, 255, 255, 0.70);
  272. font-size: 10px;
  273. height: 14px;
  274. line-height: 14px;
  275. font-family: {font:Permalink};
  276. text-transform: Uppercase;
  277. color:#000000;
  278. padding: 3px;
  279. -webkit-transition: all 0.8s ease-in-out;
  280. -moz-transition: all 0.8s ease-in-out;
  281. -o-transition: all 0.8s ease-in-out;
  282. transition: all 0.8s ease-in-out;
  283. }
  284.  
  285. .entry:hover .permatwo{
  286. opacity: 1;
  287. filter:alpha(opacity=100);
  288. }
  289.  
  290. .permatwo:hover{
  291. background: rgba(255, 255, 255, 100);
  292. }
  293.  
  294. .permatwo a{
  295. color:#000;
  296. -webkit-transition: all 0.8s ease-in-out;
  297. -moz-transition: all 0.8s ease-in-out;
  298. -o-transition: all 0.8s ease-in-out;
  299. transition: all 0.8s ease-in-out;
  300. }
  301.  
  302. .permatwo a:hover{
  303. color:{color:hover};
  304. -webkit-transition: all 0.8s ease-in-out;
  305. -moz-transition: all 0.8s ease-in-out;
  306. -o-transition: all 0.8s ease-in-out;
  307. transition: all 0.8s ease-in-out;
  308. }
  309.  
  310. .entry:hover .tc {
  311. opacity: .5;
  312. filter: alpha(opacity = 50);
  313. margin-left: 0;
  314. }
  315.  
  316. .entry .permathree {
  317. position: absolute;
  318. width: auto;
  319. text-align: left;
  320. bottom:55px;
  321. left:10px;
  322. opacity: 0;
  323. filter:alpha(opacity=0);
  324. z-index: 10000;
  325. background: rgba(255, 255, 255, 0.70);
  326. font-size: 10px;
  327. height: 14px;
  328. line-height: 14px;
  329. font-family: {font:Permalink};
  330. text-transform: Uppercase;
  331. color:#000000;
  332. padding: 3px;
  333. -webkit-transition: all 0.6s ease-in-out;
  334. -moz-transition: all 0.6s ease-in-out;
  335. -o-transition: all 0.6s ease-in-out;
  336. transition: all 0.6s ease-in-out;
  337. }
  338.  
  339. .entry:hover .permathree{
  340. opacity: 1;
  341. filter:alpha(opacity=100);
  342. }
  343.  
  344. .permathree:hover{
  345. background: rgba(255, 255, 255, 100);
  346. }
  347.  
  348. .permathree a{
  349. color:#000;
  350. -webkit-transition: all 0.6s ease-in-out;
  351. -moz-transition: all 0.6s ease-in-out;
  352. -o-transition: all 0.6s ease-in-out;
  353. transition: all 0.6s ease-in-out;
  354. }
  355.  
  356. .permathree a:hover{
  357. color:{color:hover};
  358. -webkit-transition: all 0.6s ease-in-out;
  359. -moz-transition: all 0.6s ease-in-out;
  360. -o-transition: all 0.6s ease-in-out;
  361. transition: all 0.6s ease-in-out;
  362. }
  363.  
  364. .entry:hover .tc {
  365. opacity: .5;
  366. filter: alpha(opacity = 50);
  367. margin-left: 0;
  368. }
  369.  
  370. .entry .permafour {
  371. position: absolute;
  372. width: auto;
  373. text-align: left;
  374. bottom:77px;
  375. left:10px;
  376. opacity: 0;
  377. filter:alpha(opacity=0);
  378. z-index: 10000;
  379. background: rgba(255, 255, 255, 0.70);
  380. font-size: 10px;
  381. height: 14px;
  382. line-height: 14px;
  383. font-family: {font:Permalink};
  384. text-transform: Uppercase;
  385. color:#000000;
  386. padding: 3px;
  387. -webkit-transition: all 0.4s ease-in-out;
  388. -moz-transition: all 0.4s ease-in-out;
  389. -o-transition: all 0.4s ease-in-out;
  390. transition: all 0.4s ease-in-out;
  391. }
  392.  
  393. .entry:hover .permafour{
  394. opacity: 1;
  395. filter:alpha(opacity=100);
  396. }
  397.  
  398. .permafour:hover{
  399. background: rgba(255, 255, 255, 100);
  400. }
  401.  
  402. .permafour a{
  403. color:#000;
  404. -webkit-transition: all 0.4s ease-in-out;
  405. -moz-transition: all 0.4s ease-in-out;
  406. -o-transition: all 0.4s ease-in-out;
  407. transition: all 0.4s ease-in-out;
  408. }
  409.  
  410. .permafour a:hover{
  411. color:{color:hover};
  412. -webkit-transition: all 0.4s ease-in-out;
  413. -moz-transition: all 0.4s ease-in-out;
  414. -o-transition: all 0.4s ease-in-out;
  415. transition: all 0.4s ease-in-out;
  416. }
  417.  
  418. .top{
  419. width:250px;
  420. text-align:left;
  421. z-index:5000;
  422. position: fixed;
  423. font-size:11px;
  424. padding-right:5px;
  425. padding-left:5px;
  426. padding-top:{text:Sidebar Margin}px;
  427. top:0px;
  428. left:52%;
  429. height:100%;
  430. border-left-style:solid;
  431. border-right-style:solid;
  432. border-width:10px;
  433. border-color:{color:Sidebar Border};
  434. background-color:{color:Sidebar};
  435. background-image:url({image:Sidebar Background});
  436. background-attachment: fixed; no-repeat;
  437. {block:ifcrosscursor}
  438. cursor: crosshair;
  439. {/block:ifcrosscursor}
  440. }
  441.  
  442. {block:IndexPage}
  443. {block:ifinvertedfade}
  444. img{
  445. -webkit-transition: opacity 0.3s linear;
  446. opacity: 1;
  447. }
  448. img:hover{
  449. -webkit-transition: opacity 0.3s linear;
  450. opacity: 0.7;
  451. }
  452. {/block:ifinvertedfade}
  453.  
  454. {block:iffadedimages}
  455. img{
  456. -webkit-transition: opacity 0.3s linear;
  457. opacity: 0.8;
  458. }
  459. img:hover{
  460. -webkit-transition: opacity 0.3s linear;
  461. opacity: 1;
  462. }
  463. {/block:iffadedimages}
  464. {/block:IndexPage}
  465.  
  466. .h1{
  467. display:block;
  468. font-size:27px;
  469. line-height:20px;
  470. text-align: center;
  471. margin-bottom: 10px;
  472. font-family: {font:Body};
  473. }
  474.  
  475. .h2{
  476. font-size:22px;
  477. line-height:22px;
  478. margin-bottom:0px;
  479. font-family: {font:Body};
  480. display:block;
  481. text-align:center;
  482. }
  483.  
  484. #h3{
  485. font-size:26px;
  486. line-height:26px;
  487. margin-bottom:5px;
  488. text-align:center;
  489. width:238px;
  490. padding:4px;
  491. }
  492.  
  493. .h7{
  494. width:512px;
  495. font-size:{text:Body Font Size}px;
  496. line-height:{text:Body Font Size}px;
  497. font-family: {font:Body};
  498. text-transform:lowercase;
  499. }
  500.  
  501. .nav{
  502. text-align:center;
  503. margin-top:0px;
  504. margin-bottom:0px;
  505. font-family: {font:Body};
  506. }
  507.  
  508. .notes{
  509. width:614px;
  510. padding-left:0px;
  511. text-align:left;
  512. background-color:{color:Notes Page};
  513. }
  514.  
  515. {block:IndexPage}
  516. .textperma{
  517. font-family:{font:Body};
  518. font-size:10px;
  519. line-height:10px;
  520. text-align:right;
  521. opacity: 0.0;
  522. margin-top:7px;
  523. margin-bottom:2px;
  524. -webkit-transition-duration:0.7s;
  525. }
  526.  
  527. .entry:hover .textperma{
  528. opacity:1;
  529. padding-top:0px;
  530. }
  531. {/block:IndexPage}
  532.  
  533. .quote{
  534. font-size:17px;
  535. line-height:20px;
  536. text-transform:none;
  537. margin-bottom:5px;
  538. font-family: {font:Body};
  539. }
  540.  
  541. .audio{
  542. {block:IndexPage}
  543. width:240px;
  544. {/block:IndexPage}
  545. {block:PermalinkPage}
  546. width:604px;
  547. {/block:PermalinkPage}
  548. background-color:#000;
  549. padding:5px;
  550. margin-top:-2px;
  551. margin-bottom:1px;
  552. }
  553.  
  554. .audiocap, .videocap{
  555. display:block;
  556. padding:0px;
  557. }
  558.  
  559. .albumart, .albumart img{
  560. {block:IndexPage}
  561. width:250px;
  562. {/block:IndexPage}
  563. {block:PermalinkPage}
  564. width:614px;
  565. {/block:PermalinkPage}
  566. }
  567.  
  568. div.video embed,
  569. div.post div.video object {
  570. {block:IndexPage}
  571. width:250px !important;
  572. height:150px !important;
  573. {/block:IndexPage}
  574. {block:PermalinkPage}
  575. width:500px !important;
  576. height:400px !important;
  577. {/block:PermalinkPage}
  578. }
  579.  
  580. .question{
  581. margin-bottom:5px;
  582. font-size:10px;
  583. line-height:10px;
  584. display:block;
  585. font-family: {font:Body};
  586. background-color:{color:Answer};
  587. padding:5px;
  588. }
  589.  
  590. .asker{
  591. font-family: {font:Body};
  592. font-size:10px;
  593. line-height:10px;
  594. }
  595.  
  596. .answer{
  597. padding:3px;
  598. font-size:10px;
  599. line-height:10px;
  600. font-family: {font:Body};
  601. color: {color:text};
  602. }
  603.  
  604. #link{
  605. width:580px;
  606. height:auto;
  607. margin-bottom:10px;
  608. margin-top:0px;
  609. padding:18px 17px 18px 17px;
  610. background-color:{color:Notes Page};
  611. }
  612.  
  613. #chat{
  614. width:580px;
  615. height:auto;
  616. margin-bottom:10px;
  617. margin-top:0px;
  618. padding:18px 17px 18px 17px;
  619. background-color:{color:Notes Page};
  620. }
  621.  
  622. #quot{
  623. width:564px;
  624. height:auto;
  625. margin-bottom:10px;
  626. margin-top:0px;
  627. padding:22px 25px 22px 25px;
  628. background-color:{color:Notes Page};
  629. }
  630.  
  631. #text{
  632. width:580px;
  633. height:auto;
  634. margin-bottom:10px;
  635. margin-top:0px;
  636. padding:18px 17px 18px 17px;
  637. background-color:{color:Notes Page};
  638. }
  639.  
  640. #vidvid{
  641. width:580px;
  642. height:auto;
  643. margin-bottom:10px;
  644. margin-top:0px;
  645. padding:18px 17px 18px 17px;
  646. background-color:{color:Notes Page};
  647. }
  648.  
  649. #photoset{
  650. width:580px;
  651. height:auto;
  652. margin-bottom:10px;
  653. margin-top:0px;
  654. padding:18px 17px 18px 17px;
  655. background-color:{color:Notes Page};
  656. }
  657.  
  658. #ans{
  659. width:580px;
  660. height:auto;
  661. margin-bottom:10px;
  662. margin-top:0px;
  663. padding:18px 17px 18px 17px;
  664. background-color:{color:Notes Page};
  665. }
  666.  
  667. ::-webkit-scrollbar-thumb:vertical {
  668. background-color:{color:Scrollbar};
  669. height:100px;
  670. }
  671.  
  672. ::-webkit-scrollbar-thumb:horizontal {
  673. background-color:{color:Scrollbar};
  674. height:10px;
  675. }
  676.  
  677. ::-webkit-scrollbar {
  678. height:10px;
  679. width:8px;
  680. background-color:{color:Background};
  681. }
  682.  
  683. </style>
  684. <script type="text/javascript" src="https://static.tumblr.com/imovwvl/dJWl20ley/jqueryformasonry.js"></script>
  685. <script type="text/javascript" src="https://static.tumblr.com/imovwvl/rSGl20lfv/masonry.js">
  686. </script>
  687. <script src="https://static.tumblr.com/df28qmy/SHUlh3i7s/jquery.infinitescroll.js"></script>
  688. <script src="https://static.tumblr.com/thpaaos/lLwkowcqm/jquery.masonry.js"></script>
  689. <script type="text/javascript">
  690.  
  691. $(window).load(function () {
  692. $('.posts').masonry(),
  693. $('.masonryWrap').infinitescroll({
  694. navSelector : "div#navigation",
  695. // selector for the paged navigation (it will be hidden)
  696. nextSelector : "div#navigation a#nextPage",
  697. // selector for the NEXT link (to page 2)
  698. itemSelector : ".entry",
  699. // selector for all items you'll retrieve
  700. bufferPx : 10000,
  701. extraScrollPx: 11000,
  702. loadingImg : "",
  703. loadingText : "<em></em>",
  704. },
  705. // call masonry as a callback.
  706. function() { $('.posts').masonry({ appendedContent: $(this) }); }
  707. );
  708. });
  709. </script>
  710. <script type="text/javascript">$(window).load(function(){$("p").remove(":contains('Source:')");});</script>
  711.  
  712. </head>
  713. <body>
  714.  
  715. <!-- Wikplayer https://www.wikplayer.com -->
  716. <script type="text/javascript" src="https://www.wikplayer.com/code.js"
  717. data-config="{'skin':'skins/wikfull/funkyJade/skin.css','volume':70,'autoplay':true,'shuffle':false,'repeat':1,'showcomment':false,'marqueetexton':true,'placement':'top','showplaylist':false,'playlist':[{'title':'Rauf%20Faik%20-%20%D1%8F%20%D0%BB%D1%8E%D0%B1%D0%BB%D1%8E%20%D1%82%D0%B5%D0%B1%D1%8F','url':'https%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3Dsuf1rvXiSR4'},{'title':'Alec%20Benjamin%20-%20Let%20Me%20Down%20Slowly%20(feat.%20Alessia%20Cara)','url':'https%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3DPKonqhZ5PsA'},{'title':'Shawn%20Mendes%20-%20Stitches','url':'https%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3DM_yYWMOKjvE'},{'title':'Lana%20Del%20Rey%20-%20Cherry','url':'https%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3D-yuBpUrvpLQ'},{'title':'Lana%20Del%20Rey%20-%20Freak','url':'https%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3DIfXfo1oB4D8'},{'title':'Maroon%205%20-%20Lips%20on%20You','url':'https%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3DSxpS1LTNOJ8'},{'title':'Madison%20Beer%20-%20Heartless','url':'https%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3D6rpOD8zWEzc'},{'title':'Madison%20Beer%20-%20Home%20With%20You','url':'https%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3DWO20QwFPxNc'},{'title':'Bebe%20Rexha%20-%20Last%20Hurrah','url':'https%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3DfTNnwzXrVdg'},{'title':'Jason%20Derulo%20-%20Fight%20For%20You','url':'https%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3DpV36OEBWRvU'}]}" ></script>
  718. <!-- Wikplayer code end -->
  719.  
  720.  
  721. <div class="top">
  722. <div align="center">
  723. <span class="h7">
  724.  
  725. <a href="/"><div style="font-size:26px;">{Title}</div></a>
  726.  
  727. {block:ifshowicon}
  728. <br><br><a href="/"><img src="{PortraitURL-128}"
  729. {block:ifsmallicon}width="64px"{/block:ifsmallicon}
  730. {block:ifmediumicon}width="96px"{/block:ifmediumicon}
  731. {block:iflargeicon}width="128px"{/block:iflargeicon}
  732. target="_blank" style="padding:5px; background-color:{color:Icon}; border-width:1px; border-style:solid; border-radius:99px; border-color:{color:Icon Border};"></a>{/block:ifshowicon}
  733. <br><br>
  734. <div align="center"><div id="h4">{Description}<br><br>
  735. <select onchange='location=this.options[this.selectedIndex].value;' style="width: 150px; height: 18px; background-color:{color:Drop Down Menu}; border-width:0px; font-size: 16px; text-transform:uppercase; letter-spacing:1px; color:{color:Drop Down Menu Text}; font-family: {font:Body};">
  736. <option value="/">{text:Drop down title}</a>
  737. {block:ifhomelink}<option value="/">Home</a>{block:ifhomelink}
  738. {block:ifmessagelink}<option value="/ask">Message</option>{block:ifmessagelink}
  739. {block:ifarchivelink}<option value="/archive">Archive</option>{/block:ifarchivelink}
  740. {block:ifsubmitlink}<option value="/submit">Submit</option>{/block:ifsubmitlink}
  741. {block:iffirstcustomlink}<option value="{text:first custom link url}">{text:first custom link title}</option>{/block:iffirstcustomlink}
  742. {block:ifsecondcustomlink}<option value="{text:second custom link url}">{text:second custom link title}</option>{/block:ifsecondcustomlink}
  743. {block:ifthirdcustomlink}<option value="{text:third custom link url}">{text:third custom link title}</option>{/block:ifthirdcustomlink}
  744. {block:iffourthcustomlink}<option value="{text:fourth custom link url}">{text:fourth custom link title}</option>{/block:iffourthcustomlink}
  745. {block:iffifthcustomlink}<option value="{text:fifth custom link url}">{text:fifth custom link title}</a></option>{/block:iffifthcustomlink}<option value="https://isaacholden.com">Theme</option></select>
  746. </div></div></div></div></div></div></div></div></div></div>
  747.  
  748. <div id="content">
  749. <div class="posts">
  750. {block:Posts}
  751. <div class="entry">
  752.  
  753. {block:Text}
  754. {block:IndexPage}
  755. {block:Title}<span class="h1">{Title}</span>{/block:Title}
  756. {Body}{/block:IndexPage}
  757. {block:IndexPage}
  758. <div class="textperma"><a href="{Permalink}">
  759. {NoteCount}</a> / <a href="{ReblogURL}">REBLOG</a></a></div>
  760. {/block:IndexPage}
  761. {block:PermalinkPage}<div style="margin-left:0px;"</div>{/block:PermalinkPage}{block:PermalinkPage}<div id="text">{block:Title}<span class="h1">{Title}</span>{/block:Title}{Body}</div>{/block:PermalinkPage}{/block:Text}
  762.  
  763. {block:Photo}
  764. {block:IndexPage}
  765. <b><div class="permaone"><a href="{Permalink}"><a href="{Permalink}">Permalink</a> ∞ <a href="{ReblogURL}">Reblog</a></div><div class="permatwo"><a href="{Permalink}">{TimeAgo}</a></div><div class="permathree"><a href="{Permalink}">{NoteCountWithLabel}</a></div><div class="permafour"><a href="{Permalink}">{24HourWithZero}:{Minutes}</a></div></b><a href="{Permalink}" target="_blank"><img src="{PhotoURL-400}" alt="{PhotoAlt}" width="250"/>
  766. {/block:IndexPage}
  767. {block:PermalinkPage}
  768. {LinkOpenTag}
  769. <img src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="614"/></a>
  770. {LinkCloseTag}
  771. {/block:permalinkpage}
  772. {/block:Photo}
  773.  
  774. {block:Photoset}
  775. {block:IndexPage}
  776. <b><div class="permaone"><a href="{Permalink}"><a href="{Permalink}">Permalink</a> ∞ <a href="{ReblogURL}">Reblog</a></div><div class="permatwo"><a href="{Permalink}">{TimeAgo}</a></div><div class="permathree"><a href="{Permalink}">{NoteCountWithLabel}</a></div><div class="permafour"><a href="{Permalink}">{24HourWithZero}:{Minutes}</a></div></b>
  777. {Photoset-250}{/block:IndexPage}
  778. {block:PermalinkPage}<div style="margin-left:0px;"</div>{/block:PermalinkPage}{block:PermalinkPage}<div id="photoset">{Photoset-500}</div>{/block:PermalinkPage}
  779. {/block:Photoset}
  780.  
  781. {block:Quote}
  782. {block:IndexPage}<div class="quote">"{Quote}" <small><i>{block:Source}&nbsp;- {Source}{/block:Source}</small></i></div>{/block:IndexPage}{block:IndexPage}
  783. <div class="textperma"><a href="{Permalink}">
  784. {NoteCount}</a> / <a href="{ReblogURL}">REBLOG</a></a></div>
  785. {/block:IndexPage}
  786. {block:PermalinkPage}<div style="margin-left:0px;"</div>{/block:PermalinkPage}{block:PermalinkPage}<div id="quot"><div class="quote">"{Quote}" <small><i>{block:Source}&nbsp;- {Source}{/block:Source}</small></i></div></div>{/block:PermalinkPage}
  787. {/block:Quote}
  788.  
  789. {block:Link}
  790. {block:IndexPage}<a href="{URL}"{Target}><span class="h2">+ {Name}</span></a>{block:Description}{Description}{/block:Description}{/block:IndexPage}{block:IndexPage}
  791. <div class="textperma"><a href="{Permalink}">
  792. {NoteCount}</a> / <a href="{ReblogURL}">REBLOG</a></a></div>
  793. {/block:IndexPage}
  794. {block:PermalinkPage}<div style="margin-left:0px;"</div>{/block:PermalinkPage}{block:PermalinkPage}
  795. <div id="link"><a href="{URL}"{Target}><span class="h2"> +{Name}</span></a>
  796. {block:Description}<small>{Description}</small>{/block:Description}</div>{/block:PermalinkPage}
  797. {/block:Link}
  798.  
  799. {block:Video}
  800. <div class="video">
  801. {block:IndexPage}<span class="h2"><a href="{permalink}">VIDEO POST ►</span></a></div>{/block:IndexPage}</span>
  802. {block:PermalinkPage}
  803. <div id="vidvid">{VideoEmbed-500}</div>
  804. {/block:PermalinkPage}
  805. {/block:Video}
  806.  
  807. {block:Chat}
  808. {block:IndexPage}{block:Title}<div class="ptitle">{Title}</div>
  809. {/block:Title}{block:Lines}{block:Label}<b>{Label}</b> {/block:Label}{Line}<br>{/block:Lines}{/block:IndexPage}{block:IndexPage}
  810. <div class="textperma"><a href="{Permalink}">
  811. {NoteCount}</a> / <a href="{ReblogURL}">REBLOG</a></a></div>
  812. {/block:IndexPage}{block:PermalinkPage}<div style="margin-left:0px;"</div>{/block:PermalinkPage}{block:PermalinkPage}<div id="chat">{block:Title}<div class="ptitle">{Title}</div>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b> {/block:Label}{Line}<br>{/block:Lines}</div>{/block:PermalinkPage}
  813. {/block:Chat}
  814.  
  815. {block:Audio}
  816. <a href="{Permalink}">
  817. {block:AlbumArt}<div class="albumart"><img src="{AlbumArtURL}"></a></div>{/block:AlbumArt}</a><div class="audio">{AudioPlayerBlack}</div>
  818. {block:PermalinkPage}{/block:PermalinkPage}
  819. {/block:Audio}
  820.  
  821. {block:Answer}
  822. {block:IndexPage}
  823. <div class="question">{Asker} said:</a> {Question}</div>
  824. <div class="answer"><i>{Answer}</i></div>{/block:IndexPage}
  825. {block:IndexPage}
  826. <div class="textperma"><a href="{Permalink}">
  827. {NoteCount} NOTES</a></div>
  828. {/block:IndexPage}{/block:IndexPage}{block:PermalinkPage}<div style="margin-left:0px;"</div>{/block:PermalinkPage}{block:PermalinkPage}<div id="ans"><div class="question">{Asker} said:</a> {Question}</div>
  829. <div class="answer"><i>{Answer}</i></div></div></div>{/block:PermalinkPage}
  830. {/block:Answer}
  831.  
  832. {block:PermalinkPage}<div class="notes">
  833. {block:Caption}<br>{Caption}{/block:Caption}
  834. Posted on {Month} {DayofMonth}{DayofMonthSuffix} at {12Hour}:{Minutes} {CapitalAMPM}
  835. <br>Has a total of: {NoteCount} Notes
  836. {block:PostNotes}<br><br><div style="text-align:left; margin-bottom:-1px; max-height: 200px; width:614px; background-color:{color:Notes Page}; overflow: auto; overflow-x: hidden;">{PostNotes}</div>{/block:PostNotes}</div>
  837. {/block:PermalinkPage}
  838. </div>{/block:Posts}</div></div>
  839.  
  840. {block:IndexPage}
  841. <div class="column navigation" id="navigation">
  842. {block:Pagination}
  843. {block:PreviousPage}<a href="{PreviousPage}" class="navigate">{/block:PreviousPage}{block:PreviousPage}</a>{/block:PreviousPage}
  844. {block:NextPage}<a href="{NextPage}" class="navigate" id="nextPage">{/block:NextPage}{block:NextPage}</a>{/block:NextPage}{/block:Pagination}
  845. </div>
  846. {/block:IndexPage}
  847.  
  848. <div style="left: 0px; bottom: 0px; opacity:0.8; position:fixed !important;z-index:-9999999999999999999999; width: 500px; height:100%;"><img src="{image:Post Background Image}"/></a></div>
  849.  
  850. <div style="position:fixed; bottom:3px; color: {color:Text}; right:2px; font-size:10px; opacity:1; background-color:{color:posts}; padding:3px; font-family:{font:Body};"><a href="https://isaacholden.com"><u>theme</u></a></div>
  851. <div style="right: 3px; top: 26px; opacity:0.5; position:fixed !important;z-index:9999999999999999999999;"><a href="https://isaacholden.com"><img src="https://static.tumblr.com/ykziu7r/dGgm6nq81/install_theme.png"/></a></div></div></div></div></div></div>
  852.  
  853. </body></html></body>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement