Advertisement
leocristhian

Untitled

Jan 16th, 2018
331
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 28.83 KB | None | 0 0
  1.  
  2. <!doctype html><!--theme by raven at ikilledtherpc don't be a dick ---><html><head prefix="og: http://ogp.me/ns# fb: http://ogp.me/ns/fb# blog: http://ogp.me/ns/blog#"><title>my condolences</title><style>figure{margin:0}.tmblr-iframe{position:absolute}.tmblr-iframe.hide{display:none}.tmblr-iframe--amp-cta-button{visibility:hidden;position:fixed;bottom:10px;left:50%;transform:translateX(-50%);z-index:100}.tmblr-iframe--amp-cta-button.tmblr-iframe--loaded{visibility:visible;animation:iframe-app-cta-transition .2s ease-out}</style><link rel="shortcut icon" href="http://78.media.tumblr.com/avatar_7a2f38ce91f6_128.pnj"><link rel="alternate" type="application/rss+xml" href="http://ikilledtherpc.tumblr.com/rss"><meta name="description" content="" /><link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/7.0.0/normalize.min.css"><!--fontawesome--><link rel=stylesheet href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css"><!-- filter scripts --><script src="//cdnjs.cloudflare.com/ajax/libs/jquery/2.2.2/jquery.min.js"></script><script src="//unpkg.com/masonry-layout@4/dist/masonry.pkgd.min.js"></script><script src="//unpkg.com/isotope-layout@3/dist/isotope.pkgd.min.js"></script><script src="//unpkg.com/imagesloaded@4/imagesloaded.pkgd.min.js"></script><script type="text/javascript">
  3. $(document).ready(function() {
  4. // init Isotope
  5. var $grid = $('.grid').isotope({
  6. itemSelector: '.grid-item',
  7. masonry: {
  8. columnWidth: 250,
  9. fitWidth: true,
  10. gutter: 3
  11. },
  12. hiddenStyle: {
  13. opacity: 0
  14. },
  15. visibleStyle: {
  16. opacity: 1
  17. },
  18. transitionDuration: '0.5s'
  19. });
  20. // layout Isotope after each image loads
  21. $grid.imagesLoaded().progress(function() {
  22. $grid.isotope('layout');
  23. });
  24. // store filter for each group
  25. var filters = {};
  26. $('.filters').on('click', '.button', function() {
  27. var $this = $(this);
  28. // get group key
  29. var $buttonGroup = $this.parents('.button-group');
  30. var filterGroup = $buttonGroup.attr('data-filter-group');
  31. // set filter for group
  32. filters[filterGroup] = $this.attr('data-filter');
  33. // combine filters
  34. var filterValue = concatValues(filters);
  35. // set filter for Isotope
  36. $grid.isotope({
  37. filter: filterValue
  38. });
  39. });
  40. // change is-checked class on buttons
  41. $('.button-group').each(function(i, buttonGroup) {
  42. var $buttonGroup = $(buttonGroup);
  43. $buttonGroup.on('click', 'button', function() {
  44. $buttonGroup.find('.is-checked').removeClass('is-checked');
  45. $(this).addClass('is-checked');
  46. });
  47. });
  48. });
  49. // flatten object by concatting values
  50. function concatValues(obj) {
  51. var value = '';
  52. for (var prop in obj) {
  53. value += obj[prop];
  54. }
  55. return value;
  56. }
  57. </script><script>
  58. function goBack() {
  59. window.history.back();
  60. }
  61. </script><style type="text/css">
  62.  
  63. ::-webkit-scrollbar{width: 6px;}
  64. ::-webkit-scrollbar-thumb{background-color:#acacac; border-radius: 3px; }
  65. ::-webkit-scrollbar-track{background-color:#f5f5f5}
  66. ::-moz-selection{background-color:#acacac;color:#fff}
  67. ::selection{background-color:#acacac;color:#fff}
  68.  
  69.  
  70.  
  71. *, figure {
  72. box-sizing: border-box;
  73. margin: 0;
  74. padding: 0;
  75. border: none;
  76. background: none;
  77. }
  78.  
  79.  
  80. body {
  81. font-size: 13px;
  82. color: #1d1d1d;
  83. background: #f5f5f5;
  84. font-family: heebo, helvetica neue, helvetica, arial, sans-serif;
  85. overflow-x:hidden;
  86. }
  87.  
  88. header {
  89. font-size: 13px;
  90. position: absolute;
  91. top: 0;
  92. z-index: 99999;
  93. width: 100%;
  94. padding: 50px 75px;
  95. color: #fff;
  96. background: rgb(178, 189, 126);
  97. }
  98.  
  99. h1 {
  100. font-size: 30px;
  101. }
  102.  
  103. .desc {
  104. width: 40vw;
  105. }
  106.  
  107. h1, h2, h3, h4, h5, h6 {
  108. font-family: helvetica neue, helvetica, arial, heebo, sans-serif;
  109. }
  110.  
  111. .back {
  112. text-align: right;
  113. font-weight: bold;
  114. text-transform: uppercase;
  115. color: inherit;
  116. font-family: helvetica neue, helvetica, arial, heebo, sans-serif;
  117. }
  118.  
  119. nav {
  120. position: fixed;
  121. top: 0;
  122. width: 400px;
  123. height: 100%;
  124. margin-bottom: 7px;
  125. padding: 300px 75px 50px;
  126. color: #fff;
  127. background-image: url(http://i.imgur.com/D4eJyZU.jpg);
  128. background-size: auto 100% ;
  129. background-position:fixed
  130. }
  131.  
  132. h3 {
  133. letter-spacing: .5px;
  134. margin: 5px 0
  135. }
  136.  
  137.  
  138.  
  139. .filters .button-group {
  140. margin: 20px 0 0;
  141. }
  142.  
  143. .filters button {
  144. font-family: heebo, helvetica neue, helvetica, arial, sans-serif;
  145. font-size: 13px;
  146. display: block;
  147. outline: none;
  148. color: inherit;
  149. padding: 1px 0
  150. }
  151.  
  152. .filters button:before {
  153. font-family: FontAwesome;
  154. display: inline-block;
  155. width: 15px;
  156. content: '\f096';
  157. vertical-align: middle;
  158. text-align: left;
  159. color: #fff;
  160. color: rgba(255, 255, 255, 0.7)
  161. }
  162.  
  163. .filters .button.is-checked::before {
  164. content: '\f046';
  165. color: #fff;
  166. }
  167.  
  168. .filters button:hover {
  169. cursor: pointer;
  170. }
  171.  
  172. main {
  173. margin-top: 200px;
  174. margin-left: 300px;
  175. }
  176.  
  177. .grid {
  178. line-height: 100%;
  179. position: fixed;
  180. top: 80px;
  181. margin: 0 auto;
  182. margin-bottom: 100px;
  183. }
  184.  
  185. .grid-item {
  186. float: left;
  187. width: 250px;
  188. height: auto;
  189. margin-bottom: 3px;
  190. box-shadow: 1px 1px 2px rgba(0, 0, 0, .1);
  191. }
  192.  
  193. figure {
  194. overflow: hidden;
  195. background: #bababa;
  196. }
  197.  
  198. .content {
  199. font-size: 14px;
  200. min-height: 60px;
  201. padding: 10px 10px 30px;
  202. background: #fff;
  203. }
  204.  
  205. a {
  206. color:inherit;
  207. }
  208.  
  209. .info a {
  210. font-weight: bold;
  211. text-decoration: none;
  212. color: inherit;
  213. background-image: linear-gradient(#fff 50%, #cecece 50%);
  214. background-repeat: repeat-x;
  215. background-position: 0 1.15em;
  216. background-size: 1em 2px;
  217. }
  218.  
  219.  
  220. h2 {
  221. font-size: 18px;
  222. text-transform: uppercase;
  223. }
  224.  
  225. h2:after {
  226. font-size: 60%;
  227. font-weight: normal;
  228. margin-left: 1px;
  229. content: '\00ae';
  230. vertical-align: super;
  231. }
  232.  
  233. .name {
  234. font-family: helvetica neue, helvetica, arial, heebo, sans-serif;
  235. line-height: 15px;
  236. }
  237.  
  238.  
  239.  
  240. .grid-item img {
  241. float: left;
  242. width: 100%;
  243. }
  244.  
  245.  
  246.  
  247. /*scale when hovering, but not on expand*/
  248.  
  249. .grid-item:not(.expand) figure img {
  250. -webkit-transition: .4s;
  251. -o-transition: .4s;
  252. -moz-transition: .4s;
  253. transition: .4s;
  254. -webkit-transform: scale(1);
  255. -ms-transform: scale(1);
  256. -o-transform: scale(1);
  257. -moz-transform: scale(1);
  258. transform: scale(1);
  259. }
  260.  
  261. .grid-item:not(.expand) figure:hover img {
  262. -webkit-transform: scale(1.1);
  263. -ms-transform: scale(1.1);
  264. -o-transform: scale(1.1);
  265. -moz-transform: scale(1.1);
  266. transform: scale(1.1);
  267. }
  268.  
  269.  
  270. /*add grayscale to img*/
  271.  
  272. .grid-item img {
  273. opacity: .7;
  274. -webkit-filter: grayscale(100%);
  275. -o-filter: grayscale(100%);
  276. filter: grayscale(100%);
  277. mix-blend-mode: multiply;
  278. }
  279.  
  280.  
  281. /*remove grayscale on hover, but not expand*/
  282.  
  283. .grid-item:not(.expand) img:hover {
  284. opacity: 1;
  285. -webkit-filter: grayscale(0%);
  286. -o-filter: grayscale(0%);
  287. filter: grayscale(0%);
  288. mix-blend-mode: normal;
  289. }
  290.  
  291. .expand {
  292. z-index: 99999999;
  293. width: 502px;
  294. }
  295.  
  296. .info {
  297. font-size: 13px;
  298. line-height: 150%;
  299. display: none;
  300. margin: 15px 0;
  301. padding: 0 10px;
  302. text-align: justify;
  303. border-left: 1px solid #cecece;
  304. }
  305.  
  306. .expand .info {
  307. display: inline-block;
  308. }
  309.  
  310. .info p {
  311. padding: 5px 0;
  312. }
  313.  
  314. .info p:first-of-type {
  315. padding-top: 0;
  316. }
  317.  
  318. .info p:last-of-type {
  319. padding-bottom: 0;
  320. }
  321.  
  322.  
  323.  
  324. /*---------------------- color change magic ----------------------*/
  325.  
  326. .orange figure {
  327. background: #b57f50;
  328. }
  329.  
  330. .blue figure {
  331. background: #b4d2ba;
  332. }
  333.  
  334. .green figure {
  335. background: #b2bd7e;
  336. }
  337.  
  338.  
  339. #credit{line-height:100%;border-radius:50%;position:fixed;bottom:10px;right:10px;color:#fff;background:rgba(0,0,0,.2);padding:5px;width:20px;height:20px;overflow:hidden;font-size:10px;font-weight:100;white-space:nowrap;-moz-transition:all .6s ease-in-out;-ms-transition:all .6s ease-in-out;-o-transition:all .6s ease-in-out;-webkit-transition:all .6s ease-in-out;transition:all .6s ease-in-out}#credit:hover{background:#000;width:80px;border-radius:15px}#credit:before{font-size:10px;content:'\f292';font-family:FontAwesome;padding-right:5px}
  340.  
  341. </style><script src="http://assets.tumblr.com/assets/scripts/tumblelog_post_message_queue.js?_v=8a635a4514a95df9615127e354b374d0"></script><!-- BEGIN TUMBLR FACEBOOK OPENGRAPH TAGS --><!-- If you'd like to specify your own Open Graph tags, define the og:url and og:title tags in your theme's HTML. --><!-- Read more: http://ogp.me/ --><meta property="fb:app_id" content="48119224995" /><meta property="og:site_name" content="" /><meta property="og:title" content="" /><meta property="og:url" content="http://ikilledtherpc.tumblr.com/PANTONE" /><meta property="og:determiner" content="a" /><meta property="og:description" content="" /><meta property="og:type" content="tumblr-feed:entry" /><meta property="og:image" content="http://78.media.tumblr.com/avatar_7a2f38ce91f6_512.pnj" /><meta property="al:ios:url" content="tumblr://x-callback-url/blog?blogName=ikilledtherpc&amp;postID=" /><meta property="al:ios:app_name" content="Tumblr" /><meta property="al:ios:app_store_id" content="305343404" /><meta property="al:android:url" content="tumblr://x-callback-url/blog?blogName=ikilledtherpc&amp;postID=" /><meta property="al:android:app_name" content="Tumblr" /><meta property="al:android:package" content="com.tumblr" /><!-- END TUMBLR FACEBOOK OPENGRAPH TAGS --><!-- TWITTER TAGS --><meta charset="utf-8"><meta name="twitter:site" content="tumblr" /><meta name="twitter:card" content="app" /><meta name="twitter:description" content="ikilledtherpc" /><meta name="twitter:title" content="ikilledtherpc" /><meta name="twitter:app:name:iphone" content="Tumblr" /><meta name="twitter:app:name:ipad" content="Tumblr" /><meta name="twitter:app:name:googleplay" content="Tumblr" /><meta name="twitter:app:id:iphone" content="305343404" /><meta name="twitter:app:id:ipad" content="305343404" /><meta name="twitter:app:id:googleplay" content="com.tumblr" /><meta name="twitter:app:url:iphone" content="tumblr://x-callback-url/blog?blogName=ikilledtherpc&amp;referrer=twitter-cards" /><meta name="twitter:app:url:ipad" content="tumblr://x-callback-url/blog?blogName=ikilledtherpc&amp;referrer=twitter-cards" /><meta name="twitter:app:url:googleplay" content="tumblr://x-callback-url/blog?blogName=ikilledtherpc&amp;referrer=twitter-cards" /><link rel="canonical" href="http://ikilledtherpc.tumblr.com/PANTONE" /></head><body><!-----------------------------HEADER-----------------------------><header><h1>PANTONE.</h1><div class="desc">
  342. Lorem ipsum dolor sit amet, consectetur adipisicing elit. Magni, eos culpa consequuntur cumque voluptates perspiciatis neque itaque suscipit molestiae deserunt. Sapiente quidem ratione inventore dolor voluptatem praesentium, exercitationem porro sint. <button class="back" onclick="goBack()"><i aria-hidden="true" class="fa fa-chevron-left"></i>&nbsp;Go Back.</button></div></header><!-----------------------------SIDEBAR-----------------------------><nav data-0="padding-top:300px;overflow:hidden;" data-250="padding-top:70px; overflow:auto;"><div class="filters"><!-- category one --><div class="button-group" data-filter-group="division"><h3>DIVISION</h3><button class="button is-checked" data-filter="">all</button><button class="button" data-filter=".une">une</button><button class="button" data-filter=".deux">deux</button><button class="button" data-filter=".trois">trois</button><button class="button" data-filter=".quatre">quatre</button></div><!-- category two --><div class="button-group" data-filter-group="availability"><h3>AVALIABILITY</h3><button class="button is-checked" data-filter="">all</button><button class="button" data-filter=".people">people</button><button class="button" data-filter=".places">places</button></div><!-- category three --><div class="button-group" data-filter-group="color"><h3>COLOR</h3><button class="button is-checked" data-filter="">all</button><button class="button" data-filter=".green">green</button><button class="button" data-filter=".orange">orange</button><button class="button" data-filter=".blue">blue</button></div></div></nav><!---------------------------MAIN CONTENT---------------------------><main>
  343. <div class="grid"><a href="#"><div class="grid-item une people orange"><figure><img src="http://i.imgur.com/Yos4cpv.jpg"></figure><div class="content"><div class="name"><h2>hello there</h2>
  344. 001 ARCHETYPE</div></div></div></a><a href="#"><div class="grid-item deux places orange"><figure><img src="http://i.imgur.com/gw7v36b.jpg"></figure><div class="content"><div class="name"><h2>hello there</h2>
  345. 001 ARCHETYPE</div></div></div></a><a href="#"><div class="grid-item trois people blue"><figure><img src="http://i.imgur.com/cfU2Rm4.jpg"></figure><div class="content"><div class="name"><h2>hello there</h2>
  346. 001 ARCHETYPE</div></div></div></a><a href="#"><div class="grid-item une people green"><figure><img src="http://i.imgur.com/RoHdOU4.jpg"></figure><div class="content"><div class="name"><h2>hello there</h2>
  347. 001 ARCHETYPE</div></div></div></a><a href="#"><div class="grid-item trois people orange"><figure><img src="http://i.imgur.com/F3GwjaI.jpg"></figure><div class="content"><div class="name"><h2>hello there</h2>
  348. 001 ARCHETYPE</div></div></div></a><a href="#"><div class="grid-item deux people blue"><figure><img src="http://i.imgur.com/sZHA8QS.jpg"></figure><div class="content"><div class="name"><h2>hello there</h2>
  349. 001 ARCHETYPE</div></div></div></a><a href="#"><div class="grid-item trois places green"><figure><img src="http://i.imgur.com/Eb8BZF8.jpg"></figure><div class="content"><div class="name"><h2>hello there</h2>
  350. 001 ARCHETYPE</div></div></div></a><a href="#"><div class="grid-item quatre people orange"><figure><img src="http://i.imgur.com/c2CGY7y.jpg"></figure><div class="content"><div class="name"><h2>hello there</h2>
  351. 001 ARCHETYPE</div></div></div></a><a href="#"><div class="grid-item quatre people green"><figure><img src="http://i.imgur.com/kWK4nYv.jpg"></figure><div class="content"><div class="name"><h2>hello there</h2>
  352. 001 ARCHETYPE</div></div></div></a><a href="#"><div class="grid-item trois people blue"><figure><img src="http://i.imgur.com/VCBQyTo.jpg"></figure><div class="content"><div class="name"><h2>hello there</h2>
  353. 001 ARCHETYPE</div></div></div></a><a href="#"><div class="grid-item une places blue"><figure><img src="http://i.imgur.com/BVFa7SA.jpg"></figure><div class="content"><div class="name"><h2>hello there</h2>
  354. 001 ARCHETYPE</div></div></div></a><a href="#"><div class="grid-item deux people green"><figure><img src="http://i.imgur.com/tsYlPRm.jpg"></figure><div class="content"><div class="name"><h2>hello there</h2>
  355. 001 ARCHETYPE</div></div></div></a><a href="#"><div class="grid-item deux people orange"><figure><img src="http://i.imgur.com/KQYWZc0.jpg"></figure><div class="content"><div class="name"><h2>hello there</h2>
  356. 001 ARCHETYPE</div></div></div></a><a href="#"><div class="grid-item quatre people blue"><figure><img src="http://i.imgur.com/02TNSpE.jpg"></figure><div class="content"><div class="name"><h2>hello there</h2>
  357. 001 ARCHETYPE</div></div></div></a><a href="#"><div class="grid-item trois places orange"><figure><img src="http://i.imgur.com/xPbiBVQ.jpg"></figure><div class="content"><div class="name"><h2>hello there</h2>
  358. 001 ARCHETYPE</div></div></div></a><a href="#"><div class="grid-item deux people green"><figure><img src="http://i.imgur.com/fn8EWc9.jpg"></figure><div class="content"><div class="name"><h2>hello there</h2>
  359. 001 ARCHETYPE</div></div></div></a></div></main><!-------------------------- END MAIN CONTENT --------------------------
  360.  
  361. do me a favor and don't delete my credit.
  362. its small and unobtrustive for a reason
  363. ---><a href="http://www.ikilledtherpc.tumblr.com"><div id="credit">ikilledtherpc.</div></a><iframe scrolling="no" width="1" height="1" frameborder="0" style="background-color:transparent; overflow:hidden; position:absolute; top:0; left:0; z-index:9999;" id="ga_target"></iframe><script type="text/javascript">
  364. (function(){
  365. var analytics_frame = document.getElementById('ga_target');
  366. var analytics_iframe_loaded;
  367. var user_logged_in;
  368. var blog_is_nsfw = 'No';
  369. var addthis_enabled = true;
  370.  
  371. var eventMethod = window.addEventListener ? "addEventListener" : "attachEvent";
  372. var eventer = window[eventMethod];
  373. var messageEvent = eventMethod == "attachEvent" ? "onmessage" : "message";
  374. eventer(messageEvent,function(e) {
  375. var message = (e.data && e.data.split) ? e.data.split(';') : '';
  376. switch (message[0]) {
  377. case 'analytics_iframe_loaded':
  378. analytics_iframe_loaded = true;
  379. postCSMessage();
  380. postGAMessage();
  381. postATMessage();
  382. postRapidMessage();
  383. break;
  384. case 'user_logged_in':
  385. user_logged_in = message[1];
  386. postGAMessage();
  387. postATMessage();
  388. break;
  389. }
  390. }, false);
  391.  
  392. analytics_frame.src = "https://assets.tumblr.com/analytics.html?a76144f6ac3f4c5ec0b80b2f2a5b4fd0#" +
  393. "http://ikilledtherpc.tumblr.com";
  394. function postGAMessage() {
  395. if (analytics_iframe_loaded && user_logged_in) {
  396. var is_ajax = false;
  397. analytics_frame.contentWindow.postMessage(['tick_google_analytics', is_ajax, user_logged_in, blog_is_nsfw, '/pantone?route=custom_page'].join(';'), analytics_frame.src.split('/analytics.html')[0]);
  398. }
  399. }
  400. function postCSMessage() {
  401. COMSCORE = true;
  402. analytics_frame.contentWindow.postMessage('enable_comscore;' + window.location, analytics_frame.src.split('/analytics.html')[0]);
  403. }
  404. function postATMessage() {
  405. if (addthis_enabled && analytics_iframe_loaded) {
  406. analytics_frame.contentWindow.postMessage('enable_addthis', analytics_frame.src.split('/analytics.html')[0]);
  407. }
  408. }
  409. function postRapidMessage() {
  410. if (analytics_iframe_loaded) {
  411. var is_ajax = '';
  412. var route = 'custom_page';
  413. var tumblelog_id = '199351125';
  414. var yahoo_space_id = '1197719233';
  415. var rapid_client_only = '1';
  416. var apv = '1';
  417. var rapid_ex = '';
  418.  
  419. analytics_frame.contentWindow.postMessage(
  420. [
  421. 'tick_rapid', is_ajax, route, user_logged_in, tumblelog_id,
  422. yahoo_space_id, rapid_client_only, apv, rapid_ex
  423. ].join(';'),
  424. analytics_frame.src.split('/analytics.html')[0]
  425. );
  426. }
  427. }
  428. })();
  429. </script><script type="text/javascript">!function(s){s.src='https://px.srvcs.tumblr.com/impixu?T=1516123092&J=eyJ0eXBlIjoidXJsIiwidXJsIjoiaHR0cDpcL1wvaWtpbGxlZHRoZXJwYy50dW1ibHIuY29tXC9wYW50b25lIiwicmVxdHlwZSI6MCwicm91dGUiOiJjdXN0b21fcGFnZSJ9&U=DDGPGJHBDB&K=733f128e29590f89119e74e6478c2f3fc2433c973de00346f8119ee06db4bbc0&R=http%3A%2F%2Fikilledtherpc.tumblr.com%2Fpost%2F161488964302%2Fpage-07-pantone-code-link-version-expanded'.replace(/&R=[^&$]*/,'').concat('&R='+escape(document.referrer)).slice(0,2000).replace(/%.?.?$/,'');}(new Image());</script><noscript><img style="position:absolute;z-index:-3334;top:0px;left:0px;visibility:hidden;" src="https://px.srvcs.tumblr.com/impixu?T=1516123092&J=eyJ0eXBlIjoidXJsIiwidXJsIjoiaHR0cDpcL1wvaWtpbGxlZHRoZXJwYy50dW1ibHIuY29tXC9wYW50b25lIiwicmVxdHlwZSI6MCwicm91dGUiOiJjdXN0b21fcGFnZSIsIm5vc2NyaXB0IjoxfQ==&U=DDGPGJHBDB&K=ffe157e1e2cba79112ba35755d283631bfdb608e06636742f919a1b1ac2a9fdb&R=http%3A%2F%2Fikilledtherpc.tumblr.com%2Fpost%2F161488964302%2Fpage-07-pantone-code-link-version-expanded"></noscript><script >
  430. (function (w,d) {
  431. 'use strict';
  432. var l = function(el, type, listener, useCapture) {
  433. el.addEventListener ?
  434. el.addEventListener(type, listener, !!useCapture) :
  435. el.attachEvent && el.attachEvent('on' + type, listener, !!useCapture);
  436. };
  437. var a = function () {
  438. if (d.getElementById('tumblr-cdx')) {
  439. return;
  440. }
  441. var s = d.createElement('script');
  442. var el = d.getElementsByTagName('script')[0];
  443. s.async = true;
  444. s.src = 'http://assets.tumblr.com/assets/scripts/vendor/cedexis/1-13960-radar10.min.js?_v=1c33ba57efaa7c45a6d00094f876fe73';
  445. s.type = 'text/javascript';
  446. s.id = 'tumblr-cdx';
  447. d.body.appendChild(s);
  448. };
  449. l(w,'load',a);
  450. }(window, document));
  451. </script><noscript id="bootloader" data-bootstrap="{&quot;Components&quot;:{&quot;PostActivity&quot;:[],&quot;NotificationPoller&quot;:{&quot;messaging_keys&quot;:[],&quot;token&quot;:&quot;c86f8a500596474a7ef5034081f694bd&quot;,&quot;inbox_unread&quot;:0},&quot;TumblelogIframe&quot;:{&quot;unified&quot;:true,&quot;variant&quot;:null,&quot;isCompact&quot;:true,&quot;tumblelogBundleSrc&quot;:&quot;http:\/\/assets.tumblr.com\/client\/prod\/standalone\/tumblelog\/index.build.js?_v=167b261b517eeac6aa72cc5a3d78f436&quot;,&quot;tumblelogName&quot;:&quot;ikilledtherpc&quot;,&quot;isLoggedIn&quot;:false,&quot;isFriend&quot;:false,&quot;formKey&quot;:&quot;&quot;,&quot;canSubscribe&quot;:false,&quot;isSubscribed&quot;:false,&quot;tumblelogTitle&quot;:&quot;my condolences&quot;,&quot;tumblelogAvatar&quot;:&quot;http:\/\/78.media.tumblr.com\/avatar_7a2f38ce91f6_40.pnj&quot;,&quot;tumblelogHost&quot;:&quot;http:\/\/ikilledtherpc.tumblr.com&quot;,&quot;isOptica&quot;:false,&quot;isCustomTheme&quot;:true,&quot;themeHeaderImage&quot;:&quot;https:\/\/static.tumblr.com\/b27353b8be2a9fe60452200523ed1761\/nezs2gh\/Zmmofu58j\/tumblr_static_tumblr_static_d0y67jv2rg8wkwswgsgwsw4ww_focused_v3.png&quot;,&quot;themeBackgroundColor&quot;:&quot;#e8e8e8&quot;,&quot;themeTitleColor&quot;:&quot;#bb7e7e&quot;,&quot;themeAccentColor&quot;:&quot;#43324e&quot;,&quot;brag&quot;:true,&quot;adsEnabled&quot;:false,&quot;canShowAd&quot;:true,&quot;isPremium&quot;:false,&quot;showLrecAds&quot;:false,&quot;showStickyLrecBackfill&quot;:false,&quot;showGeminiAds&quot;:false,&quot;geminiSectionCodeDesktop&quot;:&quot;a10bca9c-0c5d-4a02-ab13-14ab8513d81d&quot;,&quot;geminiSectionCodeMobile&quot;:&quot;ced63809-b609-4aca-96a0-abc099acba6b&quot;,&quot;currentPageType&quot;:null,&quot;currentPage&quot;:false,&quot;searchQuery&quot;:&quot;&quot;,&quot;tag&quot;:&quot;&quot;,&quot;query&quot;:&quot;&quot;,&quot;chrono&quot;:false,&quot;postId&quot;:&quot;&quot;,&quot;src&quot;:&quot;http:\/\/ikilledtherpc.tumblr.com\/pantone&quot;,&quot;postUrl&quot;:&quot;&quot;,&quot;isBlocked&quot;:null,&quot;isAdmin&quot;:false,&quot;lookupButtonUrl&quot;:&quot;&quot;,&quot;showSpamButton&quot;:false,&quot;showRootPostButton&quot;:false,&quot;rootPostUrl&quot;:&quot;&quot;,&quot;showRadarPostButton&quot;:false,&quot;radarKeys&quot;:&quot;&quot;,&quot;isUniblocked&quot;:false,&quot;isNsfw&quot;:false,&quot;isAdult&quot;:false,&quot;isSpam&quot;:false,&quot;isPrimaryBlog&quot;:false,&quot;canEdit&quot;:false,&quot;canReblogSelf&quot;:false,&quot;showLikeButton&quot;:false,&quot;showReblogButton&quot;:false,&quot;reblogUrl&quot;:&quot;&quot;,&quot;showFanMailButton&quot;:false,&quot;showMessagingButton&quot;:false,&quot;loginCheckIframeSrc&quot;:&quot;http:\/\/assets.tumblr.com\/assets\/html\/iframe\/login_check.html?_v=a7930a424784262b51489b3cbe0e96ab&quot;,&quot;appInstallUrls&quot;:{&quot;android&quot;:&quot;https:\/\/play.google.com\/store\/apps\/details?id=com.tumblr\u0026referrer=utm_source%3Dtumblr%26utm_medium%3Diframe%26utm_campaign%3Dblog_network_floating_cta&quot;,&quot;ios&quot;:&quot;https:\/\/itunes.apple.com\/app\/apple-store\/id305343404?pt=9029\u0026ct=blog_network_floating_cta\u0026mt=8&quot;},&quot;appOpenReferrer&quot;:&quot;tumblr_new_iframe&quot;,&quot;isShowSearch&quot;:true,&quot;supplyLogging&quot;:[],&quot;secondsSinceLastActivity&quot;:1055}},&quot;Flags&quot;:{&quot;doods&quot;:&quot;eyJmaWx0ZXJfbnNmdyI6dHJ1ZSwic2FmZV9tb2RlIjp0cnVlLCJzYWZlX21vZGVfZW5hYmxlZCI6dHJ1ZSwia2V5Y29tbWFuZF9hdXRvX3BhZ2luYXRlIjp0cnVlLCJsb2dnZWRfb3V0X3NlYXJjaCI6dHJ1ZSwia3Jha2VuX3dlYl9sb2dnaW5nX2xpYnJhcnkiOnRydWUsInNlY3VyZV9mb3JtX2tleSI6dHJ1ZSwic2VjdXJlX2Zvcm1fa2V5X2Z1bGx5X29uIjp0cnVlLCJ0dW1ibGVsb2dfcG9wb3ZlciI6dHJ1ZSwiY2Fub25pY2FsX3VybF93cml0ZXMiOnRydWUsImVuYWJsZV9jYXB0dXJlX2pzIjp0cnVlLCJwcmltYV9wb3N0X2Zvcm1zIjp0cnVlLCJsb2NrZWRfcmVibG9nX3VpIjp0cnVlLCJ0YWJsZXRfYmFubmVyX2FjdGl2ZSI6dHJ1ZSwibW9iaWxlX2Jhbm5lcl9hY3RpdmUiOnRydWUsImxvZ19zZWFyY2hfYm94Ijp0cnVlLCJ1c2VyX21lbnRpb25zIjp0cnVlLCJodG1sNV9hdWRpb19wbGF5ZXIiOnRydWUsInBvcG92ZXJfcmVjb21tZW5kYXRpb25zIjp0cnVlLCJpbmRhc2hfcmVjb21tZW5kYXRpb25zIjp0cnVlLCJwb3B0aWNhX3R1bWJsZWxvZ19wb3BvdmVycyI6dHJ1ZSwidHVtYmxyX3R2Ijp0cnVlLCJkZXByZWNhdGVfZmVhdHVyZWRfdGFncyI6dHJ1ZSwicmVibG9nX3VpX3JlZnJlc2giOnRydWUsInRhYl9zd2l0Y2hlciI6dHJ1ZSwiZmFzdF9jb21wb3NlIjp0cnVlLCJkYXNoYm9hcmRfcmVmcmVzaCI6dHJ1ZSwibW9iaWxlX3dlYl9waG90b3NldHMiOnRydWUsIm1vYmlsZV93ZWJfZ2F0ZSI6dHJ1ZSwibW9iaWxlX3dlYl9wYWdlX3RpdGxlcyI6dHJ1ZSwibW9iaWxlX3dlYl9hYnVzZV9mb3JtIjp0cnVlLCJkb250X2Nhc3RfanNfZm9sbG93cyI6dHJ1ZSwiYWRzX25ld192ZW5kb3JfYnV0dG9ucyI6dHJ1ZSwicmVhY3RpdmF0aW9uX2Zsb3ciOnRydWUsImd1bHBqc19hZG1pbiI6dHJ1ZSwiZW5hYmxlX2pzX2VwaGVtZXJhbF9sb2ciOnRydWUsImxvZ19sYWR5Ijp0cnVlLCJjc2xvZ2dlcl9qcyI6dHJ1ZSwiZGlzY292ZXJ5X2h1Yl9hY2Nlc3MiOnRydWUsImhlYWRlcl9hY2NvdW50X21lbnUiOnRydWUsImVuYWJsZV9zaGFyZV9lbWJlZF9jb2RlIjp0cnVlLCJyZWRkaXRfc2hhcmluZyI6dHJ1ZSwicG9zdF9pdF9mb3J3YXJkIjp0cnVlLCJwZWVwcl9zZWFyY2hfYW5kX2ZpbHRlciI6dHJ1ZSwiaW50ZXJuc19wYWdlIjp0cnVlLCJmb2xsb3dlZF9zZWFyY2hlc19iaWdfd2ViIjp0cnVlLCJsaXZlcGhvdG9zX3dlYiI6dHJ1ZSwic2FmZV9tb2RlX293bl9wb3N0Ijp0cnVlLCJoaWRlX2RlZmF1bHRfaGVhZGVyc19ibG9nX2NhcmRzIjp0cnVlLCJrcmFrZW5fd2ViX2JibG9nX2FjdGl2ZSI6dHJ1ZSwiYXJjaGl2ZS1wbHVzIjp0cnVlLCJkYXJsYV9hZF9mZWVkYmFjayI6dHJ1ZSwic3RhdHVzX2luZGljYXRvcnNfdWkiOnRydWUsImRpc2FibGVfeWFob29fYl9jb29raWUiOnRydWUsImxpdmVwaG90b3MiOnRydWV9&quot;},&quot;Context&quot;:{&quot;name&quot;:&quot;default&quot;,&quot;time&quot;:1516123092000,&quot;userinfo&quot;:{&quot;primary&quot;:&quot;&quot;,&quot;name&quot;:&quot;&quot;,&quot;channels&quot;:[]},&quot;hosts&quot;:{&quot;assets_host&quot;:&quot;http:\/\/assets.tumblr.com&quot;,&quot;secure_assets_host&quot;:&quot;https:\/\/assets.tumblr.com&quot;,&quot;www_host&quot;:&quot;http:\/\/www.tumblr.com&quot;,&quot;secure_www_host&quot;:&quot;https:\/\/www.tumblr.com&quot;,&quot;embed_host&quot;:&quot;https:\/\/embed.tumblr.com&quot;,&quot;safe_host&quot;:&quot;http:\/\/safe.txmblr.com&quot;,&quot;platform_host&quot;:&quot;http:\/\/platform.tumblr.com&quot;},&quot;language&quot;:&quot;en_US&quot;,&quot;language_simple&quot;:&quot;en&quot;,&quot;assets&quot;:&quot;http:\/\/assets.tumblr.com\/client\/prod\/&quot;},&quot;Translations&quot;:{&quot;%1$sReport %2$s&#039;s post?%3$sIf it violates our community guidelines, we&#039;ll remove it.%4$s&quot;:&quot;%1$sReport %2$s&#039;s reblog?%3$sIf it violates our community guidelines, we&#039;ll remove it.%4$s&quot;,&quot;%1$sReport %2$s&#039;s reply?%3$sIf it violates our community guidelines, we&#039;ll remove it.%4$s&quot;:&quot;%1$sReport %2$s&#039;s reblog?%3$sIf it violates our community guidelines, we&#039;ll remove it.%4$s&quot;}}"></noscript><script src="http://assets.tumblr.com/client/prod/standalone/tumblelog/index.build.js?_v=167b261b517eeac6aa72cc5a3d78f436"></script></body><!---script! don't touch=--><script src=
  452. "https://cdnjs.cloudflare.com/ajax/libs/skrollr/0.6.30/skrollr.min.js" type=
  453. "text/javascript"></script>
  454. <script type="text/javascript">
  455. var s = skrollr.init();
  456. </script></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement