radiantvictor

don't forget. (1)

Feb 9th, 2016
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 43.29 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
  2. "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  3.  
  4. <!-- Theme 24; the dark side by ~winchestheart.
  5. // http://winchestheart.tumblr.com © //
  6.  
  7. This work is licensed under a Creative Commons Attribution-NonCommercial 3.0 Unported License.
  8. > http://creativecommons.org/licenses/by-nc/3.0/
  9.  
  10. Read the rules before using any of my themes:
  11. > http://winchestheart.tumblr.com/rules
  12.  
  13. Do not remove the credit or use as your own work.
  14. Thank you.
  15.  
  16. -->
  17.  
  18.  
  19. <html><head>
  20. <script type="text/javascript"
  21. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  22. <script>
  23. $(document).ready(function() {
  24. //
  25. $('a.poplight[href^=#]').click(function() {
  26. var popID = $(this).attr('rel'); //Get Popup Name
  27. var popURL = $(this).attr('href'); //Get Popup href to define size
  28. var query= popURL.split('?');
  29. var dim= query[1].split('&');
  30. var popWidth = dim[0].split('=')[1]; //Gets the first query string value
  31. $('#' + popID).fadeIn().css({ 'width': Number( popWidth ) }).prepend('<a href="#" class="close"><img src="http://upload.wikimedia.org/wikipedia/commons/f/f8/Tooltip-CloseButton.png" class="btn_close" title="escape" alt="escape" /></a>');
  32. var popMargTop = ($('#' + popID).height() + 80) / 2;
  33. var popMargLeft = ($('#' + popID).width() + 80) / 2;
  34. //Apply Margin to Popup
  35. $('#' + popID).css({
  36. 'margin-top' : -popMargTop,
  37. 'margin-left' : -popMargLeft
  38. });
  39. $('body').append('<div id="fade"></div>');
  40. $('#fade').css({'filter' : 'alpha(opacity=80)'}).fadeIn(); //Fade in the fade layer - .css({'filter' : 'alpha(opacity=80)'})
  41. return false;
  42. });
  43. $('a.close, #fade').live('click', function() {
  44. $('#fade , .popup_block').fadeOut(function() {
  45. $('#fade, a.close').remove(); //fade them both out
  46. });
  47. return false;
  48. });
  49. });
  50. </script>
  51. <style>*, body{ cursor:url("http://31.media.tumblr.com/tumblr_lqs4idHqTZ1qfoi4t.png"), auto; }
  52. a, a:hover { cursor:url("http://31.media.tumblr.com/tumblr_m2umdbsfpJ1qfamg6.gif"), auto; }
  53. </style>
  54. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  55.  
  56. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  57.  
  58. <script>
  59.  
  60. (function($){
  61.  
  62. $(document).ready(function(){
  63.  
  64. $("a[title]").style_my_tooltips({
  65.  
  66. tip_follows_cursor:true,
  67.  
  68. tip_delay_time:50,
  69.  
  70. tip_fade_speed:600,
  71.  
  72. attribute:"title"
  73.  
  74. });
  75.  
  76. });
  77.  
  78. })(jQuery);
  79.  
  80. </script>
  81. <!--basic tooltip from tutorial-baby! Enjoy-->
  82. <style>
  83. .tooltip{
  84. display: inline;
  85. position: relative;
  86. }
  87. #s-m-t-tooltip {
  88. max-width:300px; /*how big the tooltip can be at most*/
  89. border-radius: 0px; /*change your border radius*/
  90. padding:3px 4px 3px 3px; /*padding inside tooltip*/
  91. margin:20px 7px -2px 20px; /*distance from word*/
  92. background-color:#c3c3c3; /*background color*/
  93. border-top:2px solid #656c78; /*border info*/
  94. border-bottom:2px solid #656c78; /*border info*/
  95. font-family:"determination"; /*tooltip font*/
  96. font-size:16px; /*tooltip font size*/
  97. letter-spacing:2px; /*tooltip letter spacing*/
  98. text-transform:uppercase; /*makes the tooltip title uppercase*/
  99. color:#5d5f63; /*tooltip font color*/
  100. z-index:999999999999999999999999999999999999;
  101. -moz-transition-duration:.5s;
  102. -webkit-transition-duration:.5s;
  103. -o-transition-duration:.5s;
  104. box-shadow:-1px 1px 3px 0px #6e6e6e;
  105. }
  106. </style>
  107. <title>{Title}</title>
  108. <link rel="shortcut icon" href="http://33.media.tumblr.com/tumblr_lkl6q24eyw1qfamg6.gif">
  109.  
  110. <meta name="image:Background" content="" />
  111. <meta name="image:Sidebar" content="" />
  112.  
  113. <meta name="color:Links" content="#000000" />
  114. <meta name="color:Main Color" content="#6d7070" />
  115. <meta name="color:Text" content="#8a8f8e" />
  116. <meta name="color:Background" content="#ffffff" />
  117. <meta name="color:Border" content="#f1f1f1" />
  118. <meta name="color:Scrollbar" content="#000000" />
  119.  
  120. <meta name="text:Link 01" content="index" />
  121. <meta name="text:Link 02" content="askbox" />
  122. <meta name="text:Link 03" content="one" />
  123. <meta name="text:Link 04" content="two" />
  124. <meta name="text:Link 05" content="three" />
  125. <meta name="text:Link 01 URL" content="/" />
  126. <meta name="text:Link 02 URL" content="/ask" />
  127. <meta name="text:Link 03 URL" content="/" />
  128. <meta name="text:Link 04 URL" content="/" />
  129. <meta name="text:Link 05 URL" content="/" />
  130. <meta name="text:Background Image Position" content="left" />
  131. <meta name="text:Font Family" content="arial" />
  132. <meta name="text:Font Size" content="14.5" />
  133. <meta name="image:thekey" content=""/>
  134.  
  135. <meta name="if:Lazy Load" content="0" />
  136. <meta name="if:Custom Scrollbar" content="1">
  137. <meta name="if:Background Image Repeat" content="0" />
  138. <meta name="if:Infinite Scrolling" content="0" />
  139. <meta name="if:400px posts" content="0" />
  140. <meta name="if:540px posts" content="0" />
  141. <meta name="if:Sidebar Image" content="0" />
  142.  
  143. <!----------------------------------------------------------------------->
  144.  
  145. {block:IfLazyLoad}
  146. <script type="text/javascript" src="http://static.tumblr.com/bmdsqsc/8mXm7q8vn/jquery.js"></script>
  147. <script type="text/javascript" src="http://static.tumblr.com/bmdsqsc/ogWm7q8w1/lazyload.js"></script>
  148. <script type="text/javascript" charset="utf-8">
  149. var $j = jQuery.noConflict();
  150. $j(function() {
  151. if (navigator.platform == "iPad" || navigator.platform == "iPhone") return;
  152. $j("img").lazyload({
  153. placeholder : "http://static.tumblr.com/twte3d7/RSvlio0k5/grey.gif",
  154. effect: "fadeIn",
  155. });
  156. });
  157. </script>
  158. {/block:IfLazyLoad}
  159.  
  160. <!----------------------------------------------------------------------->
  161.  
  162. {block:IfInfiniteScrolling}<script type="text/javascript" src="http://codysherman.tumblr.com/tools/infinite-scrolling/code"></script>{/block:IfInfiniteScrolling}
  163.  
  164. <!----------------------------------------------------------------------->
  165.  
  166. <script type="text/javascript">
  167. function unhide(divID) {
  168. var item = document.getElementById(divID);
  169. if (item) {
  170. item.className=(item.className=='hidden')?'unhidden':'hidden';
  171. }
  172. }
  173. </script>
  174.  
  175. <!----------------------------------------------------------------------->
  176.  
  177. <style type="text/css">
  178.  
  179. @font-face { font-family: "bangalore"; src:url('http://static.tumblr.com/rmj06l2/VP8llx2mg/bangalor.ttf'); }
  180.  
  181. @font-face { font-family: "hacked"; src: url('https://dl.dropboxusercontent.com/s/xyju89lrtr12y7q/HACKED.ttf?dl=0'); format("truetype");}
  182.  
  183. @font-face { font-family: "marmellata_jam"; src: url('https://dl.dropboxusercontent.com/s/hfa0g49tzv8gx39/Marmellata%28Jam%29_demo.ttf?dl=0'); format("truetype");}
  184.  
  185. @font-face { font-family: "olympic_branding"; src: url('https://dl.dropboxusercontent.com/s/b0yp3tjzthguism/Olympic%20Branding.ttf?dl=0'); format("truetype");}
  186.  
  187. @font-face { font-family: "silkscreen"; src: url('https://dl.dropboxusercontent.com/s/4bj79wi75v77m0r/slkscr.ttf?dl=1'); format(“truetype”);}
  188.  
  189. @font-face { font-family: "determination"; src: url('https://dl-web.dropbox.com/s/umfv28jfusg9bgt/DeterminationSansWeb.woff?dl=0'); format("truetype");}
  190.  
  191. @font-face { font-family: "allura"; src: url('http://static.tumblr.com/gdh5wux/7hFmeryj6/allura-regular.ttf'); }
  192.  
  193. @font-face { font-family: "master"; src: url('https://dl-web.dropbox.com/s/k445x5liwyqzbfp/master_of_break.ttf?dl=0'); format(“truetype”);}
  194.  
  195. @font-face { font-family: "prelude"; src: url('https://dl-web.dropbox.com/s/2v8jtmjwk7k5taa/PreludeFLF.ttf?dl=0'); format(“truetype”);}
  196.  
  197.  
  198. @font-face { font-family: "limo"; src: url('https://dl-web.dropbox.com/s/qwtxsak8i2dpu06/Champagne%20%26%20Limousines%20Bold.ttf?dl=0'); format(“truetype”);}
  199.  
  200.  
  201. #musicplayer {
  202. position: fixed;
  203. left: 340px;
  204. top: 422px; }
  205.  
  206. .yo {
  207. position: absolute;
  208. left: 35px;
  209. top: 0px;
  210. font-style: oblique; font: 9px georgia;
  211. width: 80px;
  212. height: auto;
  213. padding: 5px;
  214. background-color: #fff;
  215. opacity: 0;
  216. -webkit-transition: all 0.3s ease-in;
  217. -moz-transition: all 0.3s ease-in;
  218. -o-transition: all 0.3s ease-in;
  219. -ms-transition: all 0.3s eease-in;
  220. transition: all 0.3s ease-in; }
  221.  
  222. #musicplayer:hover .yo {
  223. opacity: 1;
  224. -webkit-box-shadow: 2px 2px 2px rgba(50, 50, 50, 0.03);
  225. -moz-box-shadow: 2px 2px 2px rgba(50, 50, 50, 0.03);
  226. box-shadow: 2px 2px 2px rgba(50, 50, 50, 0.03); }
  227.  
  228. .player {
  229. border: 0px solid #666;
  230. padding-top:2px;
  231. padding-right:1px;
  232. position: fixed;
  233. width: 25px;
  234. margin: 3px 0px 0px 0px;
  235. overflow: hidden;
  236. z-index: 9999;
  237. opacity: 0.6; }
  238.  
  239.  
  240. #fade {
  241. display: none;
  242. background: #d1d1d1;
  243. position: fixed;
  244. left: 0;
  245. top: 0;
  246. width: 100%;
  247. height: 100%;
  248. opacity: 1;
  249. z-index: 9999;
  250. }
  251.  
  252. .popup_block{
  253. display: none;
  254. background: #d1d1d1;
  255. background-image:url('http://i.imgur.com/ZN1u9zn.png');
  256. padding: 20px;
  257. float: left;
  258. position: fixed;
  259. top: 50%;
  260. left: 50%;
  261. z-index: 99999;
  262. height:490px;
  263. background-repeat:no-repeat;
  264. border:0px solid #5d5f63;
  265. text-align:center;
  266. color:#3b5d5e;
  267. opacity:1;
  268. overflow-x:scroll;
  269. scroll:left;
  270. overflow-x:hidden;
  271. }
  272.  
  273. img.btn_close {
  274. float: right;
  275. margin: -55px -55px 0 0;
  276. }
  277.  
  278. *html #fade {
  279. position: absolute;
  280. }
  281.  
  282. *html .popup_block {
  283. position: absolute;
  284. }
  285.  
  286. /*----------------------------------------
  287. Update Tab #1 (CSS Left) by Incedo
  288. http://incedothemes.tumblr.com
  289. Please do not remove the credit.
  290. Instructions @ http://incedothenes.tumblr.com/tab
  291. Updated 8/7/14
  292. ------------------------------------------*/
  293. #bite
  294. #bite a{
  295. display:block
  296. }
  297. #bite .death {
  298. margin-top:0px;filter: alpha(opacity = 0);
  299. opacity:0;-webkit-transition: all 0.5s ease-out;
  300. -moz-transition: all 0.5s ease-out;transition: all 0.5s ease-out;
  301. }
  302.  
  303. #bite:hover .death {
  304. margin-top:0px;
  305. -webkit-transition: all 0.8s ease-out;
  306. -moz-transition: all 0.8s ease-out;
  307. transition: all 0.8s ease-out;
  308. filter: alpha(opacity = 100);
  309. filter: alpha(opacity = 100);
  310. opacity:100;
  311. }
  312.  
  313. #actualnews {
  314. font-family:calibri;
  315. font-size:14px;
  316. letter-spacing:1px;
  317. color: #171717;
  318. width:120px;
  319. line-height:15px;
  320. height:auto;
  321. padding-top:3px;
  322. border:0px solid#c3c3c3;
  323. background-color:c3c3c3;
  324. margin-left: 350px;
  325. top:220px;
  326. text-align:center;
  327. position:fixed;
  328. }
  329.  
  330. #thekey img{
  331. width:62px;
  332. bottom: 20px;
  333. margin-left: 45px;
  334. position:fixed;
  335. }
  336.  
  337.  
  338. {block:IfCustomScrollbar}
  339. ::-webkit-scrollbar {width:2px;height:2px;background:{color:background}}
  340. ::-webkit-scrollbar-thumb:vertical {height:2px;background:{color:scrollbar};}
  341. ::-webkit-scrollbar-thumb:horizontal {height:2px;background:{color:scrollbar};}
  342. {/block:IfCustomScrollbar}
  343.  
  344. iframe#tumblr_controls {white-space:nowrap;-webkit-filter:invert(100%);-moz-filter:invert(100%);-o-filter:invert(100%);-ms-filter: invert(100%);filter:invert(100%);opacity:.2;}
  345. body {margin:0;font-family:{text:font family};font-size:{text:font size}px;line-height:11px;color:{color:text};background-color:{color:background};background-attachment:fixed;background-image:url('{image:Background}');background-position:{text:Background Image Position};{block:IfNotBackgroundImageRepeat}background-repeat:no-repeat;{/block:IfNotBackgroundImageRepeat}{block:IfBackgroundImageRepeat}background-repeat:repeat;{/block:IfBackgroundImageRepeat}}
  346.  
  347. a {text-decoration:none;-webkit-transition: all .3s linear;-moz-transition: all .3s linear;-ms-transition: all .3s linear;-o-transition: all .3s linear;transition: all .3s linear;color:{color:links};text-shadow:0px 0px 2px #3b3b3b;}
  348. a:hover { color:#404040;text-shadow:0px 0px 3px #292929;
  349. -webkit-text-stroke-width: 0px;
  350. -webkit-text-stroke-color: #c3c3c3;-webkit-transition: all .5s linear;-moz-transition: all .5s linear;-ms-transition: all .5s linear;-o-transition: all .5s linear;transition: all .5s linear;}
  351.  
  352. strong, bold, b {font-weight:bold;font-family:"limo";font-size:25px;color:#3b3b3b; -webkit-text-stroke: 0px #262626; text-shadow:0px 1px 2px #3b3b3b;letter-spacing:3px;line-height:25px;z-index:99;}
  353. italic, i, em {font-weight:italic;font-family: 'prelude' ;font-size:30px;color:#3b3b3b; -webkit-text-stroke: 0px #697e80; text-shadow:0px 0px 2px #2b2b2b;}
  354.  
  355. small, sub {font-size:{text:font size}px;}
  356. code {font-size:{text:font size}px;font-family:{text:font family};}
  357. pre {word-wrap:break-word;font-size:{text:font size}px;font-family:{text:font family};}
  358.  
  359. blockquote {padding-left:8px;margin-top:8px;margin-left:8px;border-left:1px solid {color:border};}
  360.  
  361. h1 {font-size:30px;font-weight:bold;letter-spacing:1px;padding:8px 50px;text-transform:lowercase;text-align:center;line-height:25px;color:{color:main color};line-height:30px;font-family:"prelude";}
  362. h2 {font-size:20px;font-weight:bold;letter-spacing:1px;padding:8px 50px;text-transform:uppercase;text-align:center;line-height:25px;color:{color:main color};line-height:20px;text-shadow:0px 1px 2px #5f7287;}
  363. h1 a {color:{color:main color};}
  364.  
  365. .label {font-weight:normal;color:{color:main color};font-size:20px;}
  366. .chat {line-height:25px;margin:8px;font-family:"determination";font-size:20px;color:#424242;text-transform:lowercase;}
  367. n {line-height:25px;margin:8px;font-family:"determination";font-size:30px;}
  368.  
  369. ::selection {color:#fff;background:#8796a1;}
  370. ::-moz-selection {color:#fff;background:#8796a1;}
  371. ::-webkit-selection {color:#fff;background:#8796a1;}
  372.  
  373. #credit {position:fixed;bottom:10px;right:10px;text-transform:uppercase;font-size:10px;font-family:trebuchet ms;letter-spacing:1px;}
  374. #credit a {color:{color:main color};}
  375.  
  376. #pagination {margin:0px 0px 30px 530px;{block:IfNot400pxPosts}{block:IfNot540pxPosts}width:500px;{/block:IfNot540pxPosts}{/block:IfNot400pxPosts}{block:If400pxPosts}width:400px;{/block:If400pxPosts}{block:If540pxPosts}width:540px;{/block:If540pxPosts}text-align:center;letter-spacing:20px;}
  377.  
  378. /************************************************************************/
  379.  
  380. #sidebar {text-align:left;
  381. position:fixed;
  382. margin-left:-225px;
  383. margin-top:400px;
  384. width:300px;}
  385.  
  386.  
  387. .description {margin:13px 0px;line-height:16px;text-align:center;letter-spacing:1px;font-size:10px;}
  388.  
  389.  
  390.  
  391. #links {
  392. margin-top:250px;
  393. margin-left:30px;
  394. line-height:16px;
  395. width:10px;
  396. text-transform:lowercase;
  397. position:fixed;
  398. }
  399.  
  400.  
  401. #links a{
  402. margin-right:20px;
  403. display:inline-block;
  404. margin-bottom:5px;
  405. font-size:85px;
  406. color:#c3c3c3;
  407. text-shadow:0px 0px 6px #3b3b3b;
  408. -webkit-text-stroke-width: 2px;
  409. -webkit-text-stroke-color: #5d5f63;
  410. -webkit-transition-duration:0.4s;
  411. -moz-transition-duration:0.4s;
  412. -o-transition-duration:0.4s;
  413. }
  414.  
  415. #links a:hover {
  416. display:inline-block;
  417. margin-bottom:5px;
  418. color:#545454;
  419. text-shadow:0px 0px 9px #4e5f63;
  420. -webkit-text-stroke-width: 2px;
  421. -webkit-text-stroke-color: #c3c3c3;
  422. -moz-transition-duration:0.4s;
  423. -webkit-transition-duration:0.4s;
  424. -o-transition-duration:0.4s;
  425. transform: rotate(180deg);
  426. -ms-transform: rotate(180deg);
  427. -webkit-transform: rotate(180deg);
  428. -o-transform: rotate(180deg);
  429. -moz-transform: rotate(180deg);
  430. }
  431.  
  432. #blinks {
  433. margin-top:220px;
  434. margin-left:87px;
  435. line-height:16px;
  436. width:10px;
  437. text-transform:lowercase;
  438. position:fixed;
  439. }
  440.  
  441. #blinks a {
  442. margin-right:20px;
  443. display:inline-block;
  444. margin-bottom:5px;
  445. font-size:65px;
  446. color:#c3c3c3;
  447. text-shadow:0px 0px 6px #3b3b3b;
  448. -webkit-text-stroke-width: 2px;
  449. -webkit-text-stroke-color: #5d5f63;
  450. -webkit-transition-duration:0.4s;
  451. -moz-transition-duration:0.4s;
  452. -o-transition-duration:0.4s;
  453. }
  454.  
  455. #blinks a:hover {
  456. display:inline-block;
  457. margin-bottom:5px;
  458. color:#545454;
  459. text-shadow:0px 0px 9px #4e5f63;
  460. -webkit-text-stroke-width: 2px;
  461. -webkit-text-stroke-color: #c3c3c3;
  462. -moz-transition-duration:0.4s;
  463. -webkit-transition-duration:0.4s;
  464. -o-transition-duration:0.4s;
  465. transform: rotate(180deg);
  466. -ms-transform: rotate(180deg);
  467. -webkit-transform: rotate(180deg);
  468. -o-transform: rotate(180deg);
  469. -moz-transform: rotate(180deg);
  470. }
  471.  
  472. #clinks {
  473. margin-top:254px;
  474. margin-left:125px;
  475. line-height:16px;
  476. width:10px;
  477. text-transform:lowercase;
  478. position:fixed;
  479. }
  480.  
  481. #clinks a {
  482. margin-right:20px;
  483. display:inline-block;
  484. margin-bottom:5px;
  485. font-size:50px;
  486. color:#c3c3c3;
  487. text-shadow:0px 0px 6px #3b3b3b;
  488. -webkit-text-stroke-width: 2px;
  489. -webkit-text-stroke-color: #5d5f63;
  490. -webkit-transition-duration:0.4s;
  491. -moz-transition-duration:0.4s;
  492. -o-transition-duration:0.4s;
  493. }
  494.  
  495. #clinks a:hover {
  496. display:inline-block;
  497. margin-bottom:5px;
  498. color:#545454;
  499. text-shadow:0px 0px 9px #4e5f63;
  500. -webkit-text-stroke-width: 2px;
  501. -webkit-text-stroke-color: #c3c3c3;
  502. -moz-transition-duration:0.4s;
  503. -webkit-transition-duration:0.4s;
  504. -o-transition-duration:0.4s;
  505. transform: rotate(180deg);
  506. -ms-transform: rotate(180deg);
  507. -webkit-transform: rotate(180deg);
  508. -o-transform: rotate(180deg);
  509. -moz-transform: rotate(180deg);
  510. }
  511.  
  512. #dlinks {
  513. margin-top:220px;
  514. margin-left:160px;
  515. line-height:16px;
  516. width:10px;
  517. text-transform:lowercase;
  518. position:fixed;
  519. }
  520.  
  521. #dlinks a {
  522. margin-right:20px;
  523. display:inline-block;
  524. margin-bottom:5px;
  525. font-size:40px;
  526. color:#c3c3c3;
  527. text-shadow:0px 0px 4px #3b3b3b;
  528. -webkit-text-stroke-width: 2px;
  529. -webkit-text-stroke-color: #5d5f63;
  530. -webkit-transition-duration:0.4s;
  531. -moz-transition-duration:0.4s;
  532. -o-transition-duration:0.4s;
  533. }
  534.  
  535. #dlinks a:hover {
  536. display:inline-block;
  537. margin-bottom:5px;
  538. color:#545454;
  539. text-shadow:0px 0px 9px #4e5f63;
  540. -webkit-text-stroke-width: 2px;
  541. -webkit-text-stroke-color: #c3c3c3;
  542. -moz-transition-duration:0.4s;
  543. -webkit-transition-duration:0.4s;
  544. -o-transition-duration:0.4s;
  545. transform: rotate(180deg);
  546. -ms-transform: rotate(180deg);
  547. -webkit-transform: rotate(180deg);
  548. -o-transform: rotate(180deg);
  549. -moz-transform: rotate(180deg);
  550. }
  551.  
  552.  
  553. #elinks {
  554. margin-top:440px;
  555. margin-left:181px;
  556. line-height:16px;
  557. width:10px;
  558. text-transform:lowercase;
  559. position:fixed;
  560. }
  561.  
  562. #elinks a {
  563. margin-right:20px;
  564. display:inline-block;
  565. margin-bottom:5px;
  566. font-size:65px;
  567. color:#c3c3c3;
  568. opacity:1;
  569. text-shadow:0px 0px 4px #3b3b3b;
  570. -webkit-text-stroke-width: 2px;
  571. -webkit-text-stroke-color: #5d5f63;
  572. -webkit-transition-duration:0.4s;
  573. -moz-transition-duration:0.4s;
  574. -o-transition-duration:0.4s;
  575. }
  576.  
  577. #elinks a:hover {
  578. display:inline-block;
  579. margin-bottom:5px;
  580. color:#f0f0f0;
  581. opacity:1;
  582. text-shadow:0px 0px 9px #f0f0f0;
  583. -webkit-text-stroke-width: 2px;
  584. -webkit-text-stroke-color: #f0f0f0;
  585. -moz-transition-duration:0.4s;
  586. -webkit-transition-duration:0.4s;
  587. -o-transition-duration:0.4s;
  588. }
  589.  
  590.  
  591. #description {
  592. position:fixed;
  593. width:0px;
  594. font-family:trebuchet ms;
  595. margin-top:55px;
  596. margin-left:-9px;
  597. text-align:justify;
  598. font-size:9px;
  599. color: {color:text};
  600. letter-spacing:0px;
  601. line-height:130%;
  602. -moz-transition-duration:1s;
  603. -webkit-transition-duration:1s;
  604. -o-transition-duration:1s;
  605. }
  606. /************************************************************************/
  607.  
  608. #post {{block:IfNot400pxPosts}{block:IfNot540pxPosts}width:500px;{/block:IfNot540pxPosts}{/block:IfNot400pxPosts}{block:If400pxPosts}width:400px;{/block:If400pxPosts}{block:If540pxPosts}width:540px;{/block:If540pxPosts}margin:40px 0px 80px 520px;text-align:left;line-height:14px;opacity:0.9;
  609. -webkit-transition: all 0.6s ease-in-out;
  610. -moz-transition: all 0.6s ease-in-out;
  611. -o-transition: all 0.6s ease-in-out;
  612. -ms-transition: all 0.6s ease-in-out;
  613. transition: all 0.6s ease-in-out;line-height:20px;
  614. -webkit-filter:grayscale(100%);
  615. -webkit-transition: all 0.6s ease-in-out;}
  616.  
  617. #post:hover {
  618. opacity:1;
  619. -webkit-transition: all 0.6s ease-in-out;
  620. -moz-transition: all 0.6s ease-in-out;
  621. -o-transition: all 0.6s ease-in-out;
  622. -ms-transition: all 0.6s ease-in-out;
  623. transition: all 0.6s ease-in-out;
  624. -webkit-filter:none;
  625. }
  626.  
  627.  
  628.  
  629. #post img {{block:IfNot400pxPosts}{block:IfNot540pxPosts}max-width:500px;{/block:IfNot540pxPosts}{/block:IfNot400pxPosts}{block:If400pxPosts}max-width:400px;{/block:If400pxPosts}{block:If540pxPosts}max-width:540px;{/block:If540pxPosts}}
  630. #post blockquote div {margin-top:8px;}
  631. #post blockquote img {{block:IfNot400pxPosts}{block:IfNot540pxPosts}max-width:450px;{/block:IfNot540pxPosts}{/block:IfNot400pxPosts}{block:If400pxPosts}max-width:350px;{/block:If400pxPosts}{block:If540pxPosts}max-width:490px;{/block:If540pxPosts}}
  632.  
  633. #permalink {-webkit-transition: all .3s linear;-moz-transition: all .3s linear;-ms-transition: all .3s linear;-o-transition: all .3s linear;transition: all .3s linear;border-top:1px solid {color:border};{block:IfNot400pxPosts}{block:IfNot540pxPosts}width:500px;{/block:IfNot540pxPosts}{/block:IfNot400pxPosts}{block:If400pxPosts}width:400px;{/block:If400pxPosts}{block:If540pxPosts}width:540px;{/block:If540pxPosts}color:#454545;margin-top:15px;padding-top:8px;text-transform:lowercase;line-height:14px;text-align:center;font-size:25px;letter-spacing:1px;background-image:url("http://i.imgur.com/SVDGnb9.png");background-repeat:repeat;background-attachment:fixed;height:25px;border-top:2px solid #454545;border-bottom:2px solid #454545;border-left:4px solid #454545;border-right:4px solid #454545; -webkit-text-stroke-width: 1px;
  634. -webkit-text-stroke-color: #c3c3c3;}
  635. #permalink a {color:#696969;font-family:"determination"; -webkit-text-stroke-width: 1px;
  636. -webkit-text-stroke-color: #c3c3c3;}
  637. #permalink a:hover {color:#c3c3c3;font-family:"determination";-webkit-text-stroke-width: 1px;
  638. -webkit-text-stroke-color: #696969;}
  639.  
  640. .tags {text-align:center;opacity:0;margin:10px 0px;-webkit-transition: all .5s linear;-moz-transition: all .5s linear;-ms-transition: all .5s linear;-o-transition: all .5s linear;transition: all .5s linear;font-size:13px;text-transform:none;}
  641. .tags a {color:{color:main color};text-transform:lowercase;padding:0px 5px;text-shadow:0px 0px 1px #617887;}
  642. .tags a:hover {text-decoration:underline;color:#42535e;-webkit-transition: all .3s linear;-moz-transition: all 3s linear;-ms-transition: all .3s linear;-o-transition: all .3s linear;transition: all .3s linear;text-shadow:0px 0px 2px #696969;letter-spacing:0px;}
  643.  
  644. #post:hover .tags {opacity:1;}
  645.  
  646. /************************************************************************/
  647.  
  648. #permalinkpage {margin-top:15px;text-align:center;padding:5px 0px;text-transform:lowercase;background-image:url("http://i.imgur.com/SVDGnb9.png");background-repeat:repeat;background-attachment:fixed;height:35px;border-top:2px solid #454545;border-bottom:2px solid #454545;border-left:4px solid #454545;border-right:4px solid #454545;}
  649.  
  650. #tagspp {line-height:15px;{block:IfNot400pxPosts}{block:IfNot540pxPosts}width:500px;{/block:IfNot540pxPosts}{/block:IfNot400pxPosts}{block:If400pxPosts}width:400px;{/block:If400pxPosts}{block:If540pxPosts}width:540px;{/block:If540pxPosts}text-align:center;color:{color:links};padding:5px 0px;}
  651. #tagspp a {padding:0px 5px;}
  652. #tagspp a:hover {text-decoration:underline;}
  653.  
  654. /************************************************************************/
  655.  
  656. .tumblr_audio_player {border:1px solid {color:border};height:40px;margin-bottom:5px;{block:IfNot400pxPosts}{block:IfNot540pxPosts}width:396px;{/block:IfNot540pxPosts}{/block:IfNot400pxPosts}{block:If400pxPosts}width:296px;{/block:If400pxPosts}{block:If540pxPosts}width:436px;{/block:If540pxPosts}}
  657.  
  658. .audio {position:relative;margin-top:-100px;margin-left:102px;height:100px;{block:IfNot400pxPosts}{block:IfNot540pxPosts}width:390px;{/block:IfNot540pxPosts}{/block:IfNot400pxPosts}{block:If400pxPosts}width:296px;{/block:If400pxPosts}{block:If540pxPosts}width:436px;{/block:If540pxPosts};color:{color:links};font-family:"silkscreen";font-weight:normal;font-size:11px;}
  659.  
  660. .audioart {padding-right:2px;width:100px;height:100px;}
  661. .audioart img {width:100px;}
  662.  
  663. /************************************************************************/
  664.  
  665.  
  666. .quote {font-weight:italic;font-family: 'determination' ;font-size:20px;color:#4a4a4a; -webkit-text-stroke: 0px #697e80; text-shadow:0px 0px 1px #383838;line-height:25px;word-spacing:2px;text-transform:lowercase;}
  667. .source {font-weight:normal;padding-left:8px;display:inline-block;font-family:"silkscreen";}
  668.  
  669. /************************************************************************/
  670. #sans {font-size:20px; font-style:none;margin-top:10px;margin-left:0px;font-family:"determination";text-transform:;color:#454545;text-shadow:0px 0px 2px #55606b;width:500px;text-align:left; -webkit-text-stroke-width: 0px;-webkit-text-stroke-color: #c3c3c3;}
  671. #question {margin:10px 0px;padding:10px 20px;line-height:20px;border-bottom:2px solid #454545;border-top:2px solid #454545;border-left:4px solid #454545;border-right:4px solid #454545;border-radius:0px 0px 0px 0px;text-align:center;background-repeat:repeat;background-attachment:fixed;font-family:"silkscreen";text-transform:lowercase;font-size:14px;-webkit-text-stroke: 0px #697e80;color:#454545;text-shadow:0px 0px 0px #121111;margin-top:-12px;font-size:14px;background:#c9c9c9; box-shadow:0px 0px 2px #7a7a7a;}
  672. #sender {font-size:36px; font-style:none;margin-top:-0px;margin-left:0px;font-family:"master";text-transform:;color:#454545;text-shadow:0px 0px 2px #55606b;width:500px;text-align:right; -webkit-text-stroke-width: 0px;-webkit-text-stroke-color: #c3c3c3;}
  673.  
  674.  
  675. /************************************************************************/
  676.  
  677. .notes {margin-left:-15px;margin-top:30px;{block:IfNot400pxPosts}{block:IfNot540pxPosts}width:480px;{/block:IfNot540pxPosts}{/block:IfNot400pxPosts}{block:If400pxPosts}width:380px;{/block:If400pxPosts}{block:If540pxPosts}width:520px;{/block:If540pxPosts}}
  678. .notes a:hover {background-color:transparent;color:{color:links};}
  679. ol.notes {list-style-type:none;}
  680. ol.notes li.note {padding-bottom:7px;margin-bottom:12px;border-bottom:1px solid {color:border};}
  681. ol.notes li.note img.avatar {vertical-align:-6px;}
  682. ol.notes li.note img {padding:2px 5px 2px 2px;}
  683. ol.notes li.note blockquote {padding-left:5px;margin-left:30px;}
  684.  
  685. /************************************************************************/
  686.  
  687. .hidden {display:none;}
  688. .unhidden {display:block;}
  689.  
  690. /************************************************************************/
  691.  
  692. #nav {
  693. width:300px;
  694. background:transparent;
  695. padding:10px; }
  696.  
  697. #nav a{
  698. text-decoration:none;
  699. font: 15px "determination";
  700. color:#424242;
  701. letter-spacing:2px;
  702. display:inline-block;
  703. text-align:center;
  704. background:#d1d1d1;
  705. border-top:2px solid #4f4f4f;
  706. border-bottom:2px solid #4f4f4f;
  707. border-left:4px solid #4f4f4f;
  708. border-right:4px solid #4f4f4f;
  709. padding: 2px;
  710. width:280px;
  711. margin:5px;
  712. -webkit-transition:all 0.4s ease-in-out;
  713. -moz-transition:all 0.4s ease-in-out;
  714. -o-transition:all 0.4s ease-in-out;
  715. transition:all 0.4s ease-in-out;}
  716.  
  717. #nav a:hover{
  718. color:#e8e8e7;
  719. letter-spacing:5px;
  720. display:inline-block;
  721. text-align:center;
  722. background:#d1d1d1;
  723. padding: 2px;
  724. width:280px;
  725. margin:5px;
  726. -webkit-transition:all 0.5s ease-in-out;
  727. -moz-transition:all 0.5s ease-in-out;
  728. -o-transition:all 0.5s ease-in-out;
  729. transition:all 0.5s ease-in-out;}
  730.  
  731. </style>
  732. </head>
  733.  
  734. <body>
  735. <div id="bite">
  736. <div id="thekey"><img src="{image:thekey}"></div>
  737. <div class="death">
  738. <div id="actualnews">
  739.  
  740. <p><script language="JavaScript">var fhs = document.createElement('script');var fhs_id = "5159760";
  741. var ref = (''+document.referrer+'');var pn = window.location;var w_h = window.screen.width + " x " + window.screen.height;
  742. fhs.src = "http://freehostedscripts.net/ocounter.php?site="+fhs_id+"&e1=&e2=&r="+ref+"&wh="+w_h+"&a=1&pn="+pn+"";
  743. document.head.appendChild(fhs);document.write("<span id='o_"+fhs_id+"'></span>");
  744. </script>
  745. | <script language="JavaScript">var fhsh = document.createElement('script');var fhs_id_h = "3056567";
  746. fhsh.src = "http://freehostedscripts.net/ocount.php?site="+fhs_id_h+"&name=&a=1";
  747. document.head.appendChild(fhsh);document.write("<span id='h_"+fhs_id_h+"'></span>");
  748. </script><br>
  749. private, extremely fanon divergent/defiant, & selective sans.<br>written by <A href="http://realknife.flavors.me/">trisha.</A><br><a href="http://draikinator.tumblr.com/post/137724353345/so-in-the-update-the-second-phone-call-in">art credit.</a><br><a href="http://winchestheart.tumblr.com">base code credit.</a>
  750. </div></div>
  751. </div>
  752. </div></div>
  753.  
  754. <div id="rules" class="popup_block">
  755. <div style="background-color:transparent; width:360px;padding:06px;text-align:center; text-style:normal;border:0px dashed #90909e;border-radius:0px; color:#5d5d5d;opacity:1; letter-spacing:1px;font-size:13px;margin-top:0px;margin-left:380px;line-height:23px;overflow-x:scroll;
  756. scroll:left;
  757. overflow-x:hidden;height:360px;-webkit-mask-image: -webkit-gradient(linear, left 85%, left bottom, from(rgba(0,0,0,1)), to(rgba(0,0,0,0)));
  758. padding:4px;"><div style="background-color:transparent; width:300px;padding:06px;text-align:center; text-style:normal;border-bottom:2px dashed #4a4a4a;outline-bottom:2px dashed #141414;border-radius:0px; color:#5d5d5d;opacity:1; letter-spacing:1px;font-size:13px;height:auto;margin-top:6px;margin-left:23px;line-height:23px;box-shadow:0px 0px 0px #4a4a4a;"><p>private &amp;. selective sans of undertale.<br />written by trisha.<br />est. late nov. 2015.<br />duo-ship; both taken by <a href="http://sparydthem.tumblr.com/">toriel</a> & <a href="http://killettos.tumblr.com/">mettaton.</a><br>primarily focuses on <i>pacifist route,</i> along with the time period before and during the early resets.
  759. </p></div>
  760. <p style="line-height: 19.6px;">it's been a while since i've really tried to back into the indie community, and frankly, i'm still not fully there; one day, hopefully, a really long time from now, i'll be fully back, but for now consider the rules basic courtesy.</p>
  761. <p style="line-height: 19.6px;">this blog's also pretty highly selective, and mutually exclusive, so take that into account&nbsp;<strong>!</strong></p>
  762. <blockquote>
  763. <p style="line-height: 19.6px;">special notes :</p>
  764. </blockquote>
  765. <p style="line-height: 19.6px;"><strong>i do not listen to the fandom regarding almost everything about what you can call fanon!sans.</strong> seriously, i'd really advise reading the stuff i have up now on the biography, and&nbsp;<em>some</em> of my headcanons or threads before following. 'cause, if not, you might find youself&nbsp;<em>thoroughly&nbsp;<strong>japed</strong> and&nbsp;<strong>disappointed.</strong></em></p>
  766. <p style="line-height: 19.6px;">i do have <a href="http://spare.hacked.jp/m">mains and exclusives,</a> so feel free to message me if you'd want to discuss that&nbsp;<strong>!</strong></p>
  767. <p style="line-height: 19.6px;">i'm a sucker for plots, and like the above, if we're mutuals, feel free to talk to me 'bout that.</p>
  768. <p style="line-height: 19.6px;"><em>NO STEALING.</em>&nbsp;common courtesy, but for personal reasons, I&rsquo;m enforcing it. and don&rsquo;t think that just because I&rsquo;m private that I won&rsquo;t see it. Because believe me,&nbsp;<em>I will,</em>&nbsp;and I won&rsquo;t hesitate to confront nor call you out on it if it comes to that.</p>
  769. <p style="line-height: 19.6px;"><em>ABSOLUTELY NO FAKE CALL OUT POSTS ABOUT ME.</em>&nbsp;they make me anxious and uncomfortable, and while I really won&rsquo;t mind seeing them on the dash, I beg you &mdash;&nbsp;<em>please don&rsquo;t make any about me.</em>&nbsp;as someone who&rsquo;s made them to call out thieves in dire circumstances, I can say it&rsquo;s not fun to be on the opposite side either, so I definitely won&rsquo;t be making them about anyone either.</p>
  770. <p style="line-height: 19.6px;"><em>IF YOU SEE ME INTERACTING WITH ANY "PROBLEMATIC PERSON"</em><em>, let it be a thief, abuser, etc. <strong>please tell</strong><strong> me.</strong></em>&nbsp;i don't need a repeat of my past in terms of unknowingly being around such people when people can tell me or correct me, so&nbsp;<em>please</em> tell me for both of our sakes here.</p>
  771. <p style="line-height: 19.6px;">tw:incest mention &mdash; if you ship, well, incest of any kind ( not even fontcest of mettablook, just&nbsp;<em>general</em>&nbsp;incest ), i think you should turn around right now. i'm not accepting that shit here in any way, and take my word for it when i say i will&nbsp;<strong>not</strong>&nbsp;be a happy skell if you approach me about that.</p>
  772. <p style="line-height: 19.6px;">(&deg;◡&deg;♡) 。 make sure to take care of yourself. eat, drink, and take your medicine when necessary &mdash; and have a nice day&nbsp;<strong>!</strong></p></center>
  773. </div>
  774. </div>
  775. </div>
  776.  
  777. <div id="navi" class="popup_block">
  778. <div style="background-color:transparent; width:360px;padding:06px;text-align:center; text-style:normal;border:0px dashed #90909e;border-radius:0px; color:#5d5d5d;opacity:1; letter-spacing:1px;font-size:13px;margin-top:0px;margin-left:380px;line-height:23px;overflow-x:scroll;
  779. scroll:left;
  780. overflow-x:hidden;height:360px;-webkit-mask-image: -webkit-gradient(linear, left 85%, left bottom, from(rgba(0,0,0,1)), to(rgba(0,0,0,0)));
  781. padding:4px;"><div style="background-color:#4f4f4f; width:300px;padding:06px;text-align:center; text-style:normal;color:#fff;opacity:1; letter-spacing:1px;font-size:13px;height:auto;margin-top:6px;line-height:20px; box-shadow: 0px 0px 0px #828282;border-radius:0px 0px 0px 0px;font-size:15px;border:3px solid #d1d1d1; outline:1px dashed #4f4f4f;font-family:silkscreen;">❤ PAGES.</div>
  782. <div id="nav">
  783. <a href="http://spare.hacked.jp/r">* RULES</a><a href="http://spare.hacked.jp/sans">* DOSSIER.</a><a href="http://spare.hacked.jp/submit">* SUBMIT.</a><a href="http://spare.hacked.jp/s">* SOURCES.</a><a href="http://spare.hacked.jp/v">* TIMELINES.</a><a href="http://spare.hacked.jp/m">* CANONS.</a><a href="http://spare.hacked.jp/tagged/%E2%9C%A7-%E2%96%89%E2%96%8A%C2%BB-%21-the-easiest-enemy.-can-only-do-one-damage.-%28-HEADCANON-%29">* HEADCANONS.</a></div><div style="background-color:#4f4f4f; width:300px;padding:06px;text-align:center; text-style:normal;color:#fff;opacity:1; letter-spacing:1px;font-size:13px;height:auto;margin-top:6px;line-height:20px; box-shadow: 0px 0px 0px #828282;border-radius:0px 0px 0px 0px;font-size:15px;border:3px solid #d1d1d1; outline:1px dashed #4f4f4f;font-family:silkscreen;">❤ REBLOG TAGS.</div><div id="nav"><a href="http://spare.hacked.jp/tagged/%E2%9C%A7-%E2%96%89%E2%96%8A%C2%BB-%21-or-is-that-just-a-poor-excuse-for-being-lazy-%3F-hell-if-i-know.-%28-SANS-%29">* SANS.</a><a href="http://spare.hacked.jp/tagged/%E2%9C%A7-%E2%96%89%E2%96%8A%C2%BB-%21-i-still-believe-in-you-%21-%28-PAPYRUS-%29">* PAPYRUS.</a><a href="http://spare.hacked.jp/tagged/%E2%9C%A7-%E2%96%89%E2%96%8A%C2%BB-%21-but-it-refused.-%28-FRISK-%29">* FRISK.</a><a href="http://spare.hacked.jp/tagged/%E2%9C%A7-%E2%96%89%E2%96%8A%C2%BB-%21-this-is-why-i-never-make-promises.-%28-TORIEL-%29">* TORIEL.</a><a href="http://spare.hacked.jp/tagged/%E2%9C%A7-%E2%96%89%E2%96%8A%C2%BB-%21-what-did-you-DO-TO-HIM-%3F-%28-UNDYNE-%29">* UNDYNE.</a><a href="http://spare.hacked.jp/tagged/%E2%9C%A7-%E2%96%89%E2%96%8A%C2%BB-%21-a-lie-where-both-people-are-happy-or-a-truth-where-no-one-is-%3F-%28-ALPHYS-%29">* ALPHYS.</a><a href="http://spare.hacked.jp/tagged/%E2%9C%A7-%E2%96%89%E2%96%8A%C2%BB-%21-so-what-if-a-few-people-have-to-die-%3F-%28-MTT-%29">* METTATON.</a><a href="http://spare.hacked.jp/tagged/%E2%9C%A7-%E2%96%89%E2%96%8A%C2%BB-%21-it-was-nice-to-meet-you.-goodbye.-%28-ASGORE-%29">* ASGORE.</a>
  784. <a href="http://spare.hacked.jp/tagged/%E2%9C%A7-%E2%96%89%E2%96%8A%C2%BB-%21-JUST-LET-ME-WIN.-%28-ASRIEL-%29">* ASRIEL.</a><a href="http://spare.hacked.jp/tagged/%E2%9C%A7-%E2%96%89%E2%96%8A%C2%BB-%21-the-true-name.-%28-CHARA-%29">* CHARA.</a><a href="http://spare.hacked.jp/tagged/%E2%9C%A7-%E2%96%89%E2%96%8A%C2%BB-%21-you-really-are-an-IDIOT.-%28-FLOWEY-%29">* FLOWEY.</a><a href="http://spare.hacked.jp/tagged/%E2%9C%A7-%E2%96%89%E2%96%8A%C2%BB-%21-beware-the-man-that-speaks-in-hands.-%28-GASTER-%29">* W.D. GASTER.</a><a href="http://spare.hacked.jp/tagged/%E2%9C%A7-%E2%96%89%E2%96%8A%C2%BB-%21-why-even-try-%3F-%28-THOUGHTS-%29">* THOUGHTS.</a></div><div style="background-color:#4f4f4f; width:300px;padding:06px;text-align:center; text-style:normal;color:#fff;opacity:1; letter-spacing:1px;font-size:13px;height:auto;margin-top:6px;line-height:20px; box-shadow: 0px 0px 0px #828282;border-radius:0px 0px 0px 0px;font-size:15px;border:3px solid #d1d1d1; outline:1px dashed #4f4f4f;font-family:silkscreen;">❤ TIMELINES TAGS.</div><div id=nav><a href="http://spare.hacked.jp/tagged/%E2%9C%A7-%E2%96%89%E2%96%8A%C2%BB-%21-v.-don%27t-you-know-how-to-greet-a-new-pal-%3F-%28-PACIFIST-%29">* PACIFIST.</a><a href="http://spare.hacked.jp/tagged/%E2%9C%A7-%E2%96%89%E2%96%8A%C2%BB-%21-v.-let-them-live-their-life.-%28-POST-PACIFIST-%29">* POST PACIFIST.</a><a href="http://spare.hacked.jp/tagged/%E2%9C%A7-%E2%96%89%E2%96%8A%C2%BB-%21-v.-he-loves-science-fiction-%21-especially-when-it%27s-real-%21-%28-PRE-RESETS-%29">* PRE RESETS.</a><a href="http://spare.hacked.jp/tagged/%E2%9C%A7-%E2%96%89%E2%96%8A%C2%BB-%21-v.-sans-a-seraph.-%28-RESETS-%29">* MID RESETS.</a><a href="http://spare.hacked.jp/tagged/%E2%9C%A7-%E2%96%89%E2%96%8A%C2%BB-%21-v.-you-felt-your-sins-weighing-on-your-neck.-%28-GENOCIDE-%29">* GENOCIDE.</a><a href="http://spare.hacked.jp/tagged/%E2%9C%A7-%E2%96%89%E2%96%8A%C2%BB-%21-v.-you-pretty-much-suck-at-being-evil.-%28-NEUTRAL-%29">* NEUTRAL.</a><a href="http://spare.hacked.jp/tagged/%E2%9C%A7-%E2%96%89%E2%96%8A%C2%BB-%21-v.-dirty-hacker.-%28-%3F-%3F-%3F-%29">* MISCELLANEOUS.</a>
  785. </div>
  786. </div>
  787. </div>
  788. </div>
  789.  
  790.  
  791.  
  792.  
  793. <div id="musicplayer">
  794.  
  795.  
  796. <div class="player">
  797. <a title="everything's alright."><object type="application/x-shockwave-flash" data="http://flash-mp3-player.net/medias/player_mp3_maxi.swf" width="26" height="20">
  798. <param name="movie" value="http://flash-mp3-player.net/medias/player_mp3_maxi.swf" />
  799. <param name="bgcolor" value="#c7c7c7" />
  800. <param name="FlashVars" value="mp3=https://dl.dropboxusercontent.com/s/cl0rteb7pinbr6c/Everything%27s%20Alright%20%28To%20The%20Moon%29%20-%20Laura%20Shigihara%20%5Bpiano%20cover%5D.mp3?dl=0&amp;width=26&amp;autoplay=1&amp;volume=50&amp;loop=1&amp;showslider=0&amp;bgcolor=c7c7c7&amp;bgcolor1=c7c7c7&amp;bgcolor2=c7c7c7&amp;buttoncolor=1a1a1a&amp;buttonovercolor=3e3e3e" />
  801. </object></a></div></div>
  802.  
  803. </div>
  804. <!----------------------------------------------------------------------->
  805.  
  806.  
  807. <!----------------------------------------------------------------------->
  808.  
  809. <div id="sidebar">
  810.  
  811. <div id="description"></div>
  812.  
  813. </div>
  814. <div id="links">
  815. <a href="{text:link 01 url}" title="{text:link 01}">✦</a></div>
  816. <div id="blinks"><a href="{text:link 02 url}" title="{text:link 02}">✦</a></div>
  817. <div id="clinks"><a href="#?w=760" rel="rules" class="poplight" title="{text:link 03}">✦</a></div>
  818. <div id="dlinks"><a href="{text:link 04 url}" title="{text:link 04}">✦</a>
  819. </div>
  820. <div id="elinks"><a href="#?w=760" rel="navi" class="poplight" title="{text:link 05}" rel="rules" class="poplight">✦</a></div>
  821. <!----------------------------------------------------------------------->
  822.  
  823. {block:IfInfiniteScrolling}<div class="autopagerize_page_element">{/block:IfInfiniteScrolling}
  824.  
  825. {block:Posts}
  826. <div id="post">
  827.  
  828. {block:Text}{block:Title}<h1><a href="{Permalink}">{Title}</a></h1>{/block:Title}{Body}{/block:Text}
  829.  
  830. {block:Photo}{block:IfNot400pxPosts}{block:IfNot540pxPosts}<img src="{PhotoURL-500}" alt="{PhotoAlt}"/>{/block:IfNot540pxPosts}{/block:IfNot400pxPosts}
  831. {block:If400pxPosts}<img src="{PhotoURL-400}" alt="{PhotoAlt}"/>{/block:If400pxPosts}{block:If540pxPosts}<center><img src="{PhotoURL-HighRes}" alt="{PhotoAlt}"></center>{/block:If540pxPosts}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  832.  
  833. {block:Photoset}{block:IfNot400pxPosts}{block:IfNot540pxPosts}{Photoset-500}{/block:IfNot540pxPosts}{/block:IfNot400pxPosts}{block:If400pxPosts}{Photoset-400}{/block:If400pxPosts}{block:If540pxPosts}<center>{Photoset}</center>{/block:If540pxPosts}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  834.  
  835. {block:Quote}<div class="quote">* {Quote} ❞</div>{block:Source}<div class="source">» {Source}</div>{/block:Source}{/block:Quote}
  836.  
  837. {block:Link}<h1><a href="{URL}" class="link" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  838.  
  839. {block:Chat}<div id="chat">{block:Title}<p style="font-size:30px;text-transform:lowercase;line-height:30px;text-align:center;font-family:prelude;"><a href="{Permalink}">{Title}</a>{/block:Title}<div class="chat">{block:Lines}<div class="{Alt} user_{UserNumber}">{block:Label}<span class="label">{Label} </span>{/block:Label}{Line}</div>{/block:Lines}</div></div>{/block:Chat}
  840.  
  841. {block:Video}{block:IfNot400pxPosts}{block:IfNot540pxPosts}{Video-500}{/block:IfNot540pxPosts}{/block:IfNot400pxPosts}{block:If400pxPosts}{Video-400}{/block:If400pxPosts}{block:If540pxPosts}<center>{Video-500}</center>{/block:If540pxPosts}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  842.  
  843. {block:Audio}<div class="audioart">{block:AlbumArt}<img src="{AlbumArtURL}" width="100">{/block:AlbumArt}</div><div class="audio">{block:AudioPlayer}{AudioPlayer}{/block:AudioPlayer}<span class="height:60px;">{block:TrackName}&nbsp;&nbsp;&nbsp;TRACK NAME: {TrackName}{/block:TrackName} <br> {block:Artist}&nbsp;&nbsp;&nbsp;ARTIST: {Artist}{/block:Artist} <br> {block:Album}&nbsp;&nbsp;&nbsp;ALBUM: {Album}{/block:Album}</span></div>{block:caption}{caption}{/block:caption}{/block:Audio}
  844.  
  845. {block:Answer}<div id="sans">* i'll just leave a message.</div><p><div id="question">* {Question} </div><div id="sender">—&nbsp;&nbsp;&nbsp;{Asker}</div>{Answer}{/block:Answer}
  846.  
  847.  
  848. {block:ContentSource}<!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  849. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />{/block:SourceLogo}{block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->{/block:ContentSource}
  850.  
  851. <!-- {block:NoRebloggedFrom}
  852. {block:RebloggedFrom}{ReblogParentName}{/block:RebloggedFrom}
  853. {/block:NoRebloggedFrom} -->
  854.  
  855. {block:IndexPage}
  856. <div id="permalink">
  857. {block:Date}<a href="{Permalink}" title="{TimeAgo}">✦</a>{/block:Date} <a href="{Permalink}" title="{NoteCount} notes">✦</a>{/block:NoteCount}&nbsp;{block:RebloggedFrom}<a title="via: {ReblogParentName}" href="{ReblogParentURL}">✦</a>{/block:RebloggedFrom}{block:ContentSource} <a title="source: {SourceTitle}" href="{SourceURL}">✦</a>{/block:ContentSource}{/block:RebloggedFrom} <a href="{ReblogURL}" title="reblog?" target="_blank" class="details">✦</a></div>
  858. <div class="tags">{block:HasTags} {block:Tags}<a href="{TagURL}">* {Tag} ;</a>{/block:Tags}{/block:HasTags}</div>
  859. {/block:IndexPage}
  860.  
  861. {block:PermalinkPage}{block:Date}<div id="permalinkpage">shared {TimeAgo} on {ShortDayOfWeek}, {DayOfMonthWithZero}{DayOfMonthSuffix}{block:NoteCount} with {NoteCountWithLabel}{/block:NoteCount}{block:RebloggedFrom}<br>Originally made by <a href="{ReblogRootURL}">{ReblogRootName}</a>, reblogged from <a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFrom} </div>{/block:Date}{/block:PermalinkPage}
  862.  
  863. {block:PermalinkPage}{block:HasTags}<div id="tagspp">{block:Tags}<a href="{TagURL}">* {Tag} ;</a>{/block:Tags}</div>{/block:HasTags}{/block:PermalinkPage}
  864.  
  865. {block:PostNotes}
  866. <div style="background-color:{color:border};height:1px;margin-top:20px;"></div>
  867. <div style="margin-top:-6px;text-align:center;color:{color:text};"><span style="background-color:{color:background};padding:0px 5px;"><a href="javascript:unhide('notes');">show notes</a></span></div>
  868. <div id="notes" class="hidden"><div class="notes">{PostNotes}</div></div>
  869. {/block:PostNotes}
  870.  
  871. </div>
  872.  
  873. {/block:Posts}
  874.  
  875. {block:IfInfiniteScrolling}</div>{/block:IfInfiniteScrolling}
  876.  
  877. {block:IfNotInfiniteScrolling}{block:Pagination}<div id="pagination">{block:PreviousPage}<a href="{PreviousPage}">-</a>{/block:PreviousPage}
  878. {block:JumpPagination length="5"}{block:CurrentPage}<span class="current_page">{PageNumber}</span>{/block:CurrentPage}{block:JumpPage}<a class="jump_page" href="{URL}">{PageNumber}</a>{/block:JumpPage}{/block:JumpPagination}{block:NextPage}<a href="{NextPage}">+</a>{/block:NextPage}</div>{/block:Pagination}{/block:IfNotInfiniteScrolling}
  879.  
  880. <!----------------------------------------------------------------------->
  881.  
  882. </body>
  883. </html>
Advertisement
Add Comment
Please, Sign In to add comment