Advertisement
Guest User

Untitled

a guest
Feb 8th, 2016
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 29.76 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2.  
  3. <link href='https://fonts.googleapis.com/css?family=Press+Start+2P' rel='stylesheet' type='text/css'>
  4. <link href='https://fonts.googleapis.com/css?family=Lato' rel='stylesheet' type='text/css'>
  5. <link href='https://fonts.googleapis.com/css?family=Abril+Fatface' rel='stylesheet' type='text/css'>
  6.  
  7. <!-- octomoosey @ tumblr & idleprayer @ tumblr & medicaly @ tumblr -->
  8.  
  9. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  10. <head>
  11.  
  12. <!-- POPUP PAGES -->
  13. <script type="text/javascript"
  14. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  15. <script>
  16. $(document).ready(function() {
  17. //
  18. $('a.poplight[href^=#]').click(function() {
  19. var popID = $(this).attr('rel'); //Get Popup Name
  20. var popURL = $(this).attr('href'); //Get Popup href to define size
  21. var query= popURL.split('?');
  22. var dim= query[1].split('&');
  23. var popWidth = dim[0].split('=')[1]; //Gets the first query string value
  24. $('#' + popID).fadeIn().css({ 'width': Number( popWidth ) }).prepend('<a href="#" class="close"></a>');
  25. var popMargTop = ($('#' + popID).height() + 80) / 2;
  26. var popMargLeft = ($('#' + popID).width() + 80) / 2;
  27. //Apply Margin to Popup
  28. $('#' + popID).css({
  29. 'margin-top' : -popMargTop,
  30. 'margin-left' : -popMargLeft
  31. });
  32. $('body').append('<div id="fade"></div>');
  33. $('#fade').css({'filter' : 'alpha(opacity=80)'}).fadeIn(); //Fade in the fade layer - .css({'filter' : 'alpha(opacity=80)'})
  34. return false;
  35. });
  36. $('a.close, #fade').live('click', function() {
  37. $('#fade , .popup_block').fadeOut(function() {
  38. $('#fade, a.close').remove(); //fade them both out
  39. });
  40. return false;
  41. });
  42. });
  43. </script>
  44.  
  45. <title>{Title}</title>
  46. <link rel="shortcut icon" href="{Favicon}">
  47. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  48. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  49.  
  50. <meta name="color:background" content="#050508"/>
  51. <meta name="color:text" content="#393939"/>
  52. <meta name="color:link" content="#ffffff"/>
  53. <meta name="color:link hover" content="#fff" />
  54. <meta name="color:bold" content="201e2a" />
  55. <meta name="color:italic" content="201e2a" />
  56. <meta name="color:border" content="#ffffff" />
  57. <meta name="color:scrollbar" content="#ffffff" />
  58. <meta name="color:postbg" content="#000000" />
  59. <meta name="color:blockquote" content="201e2a" />
  60. <meta name="color:tags" content="#ffffff"/>
  61.  
  62. <meta name="image:background" content="/"/>
  63.  
  64. <meta name="text:link 1" content="link 1"/>
  65. <meta name="text:link 1 url" content="/"/>
  66. <meta name="text:link 2" content="link 2"/>
  67. <meta name="text:link 2 url" content="/"/>
  68. <meta name="text:link 3" content="link 3"/>
  69. <meta name="text:link 3 url" content="/"/>
  70. <meta name="text:link 4" content="link 4"/>
  71. <meta name="text:link 4 url" content="/"/>
  72. <meta name="text:link 5" content="link 5"/>
  73. <meta name="text:link 5 url" content="/"/>
  74.  
  75. <meta name="if:tinycursor" content="1"/>
  76. <meta name="if:greyscale" content="1"/>
  77. <meta name="text:text size" content="11px" />
  78.  
  79. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  80.  
  81. <link href='https://fonts.googleapis.com/css?family=Cookie' rel='stylesheet' type='text/css'>
  82.  
  83. <link href='https://fonts.googleapis.com/css?family=Cambay:400,400italic,700,700italic' rel='stylesheet' type='text/css'>
  84.  
  85. <link href='https://fonts.googleapis.com/css?family=Knewave' rel='stylesheet' type='text/css'>
  86.  
  87. <link href='https://fonts.googleapis.com/css?family=Prata' rel='stylesheet' type='text/css'>
  88.  
  89.  
  90. <link href='https://fonts.googleapis.com/css?family=Offside' rel='stylesheet' type='text/css'>
  91.  
  92. <link href='https://fonts.googleapis.com/css?family=Rubik:400,700' rel='stylesheet' type='text/css'>
  93.  
  94. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  95.  
  96. <script type="text/javascript" src="http://static.tumblr.com/7gk7xdc/6vVnqtxgf/tabs.js"></script>
  97. <script type="text/javascript">
  98. $(document).ready(function(){
  99. $("ul#tabs li").click(function(e){
  100. if (!$(this).hasClass("active")) {
  101. var tabNum = $(this).index();
  102. var nthChild = tabNum+1;
  103. $("ul#tabs li.active").removeClass("active");
  104. $(this).addClass("active");
  105. $("ul#tab li.active").removeClass("active");
  106. $("ul#tab li:nth-child("+nthChild+")").addClass("active");
  107. }
  108. });
  109. });
  110. </script>
  111.  
  112.  
  113.  
  114. <script>
  115. (function($){
  116. $(document).ready(function(){
  117. $("a[title]").style_my_tooltips({
  118. tip_follows_cursor:true,
  119. tip_delay_time:30,
  120. tip_fade_speed:300,
  121. attribute:"title"
  122. });
  123. });
  124. })(jQuery);
  125. </script>
  126.  
  127. <style type="text/css">
  128.  
  129. /*POPUP PAGES*/
  130.  
  131. .popup_block{
  132. background-image:url('');
  133. background-position:absolute;
  134. background-color:transparent;
  135. text-align:justify;
  136. display:none;
  137. padding:20px;
  138. float:left;
  139. position:fixed;
  140. top:50%;left:50%;
  141. height:512px;
  142. z-index: 99999999999;
  143. opacity:.9;
  144. }
  145.  
  146. *html #fade {position: absolute;}
  147. *html .popup_block {position: absolute;}
  148.  
  149. #fade {
  150. display:none;
  151. position:fixed;
  152. left:0px;
  153. top:0px;
  154. width:100%;
  155. height:100%;
  156. z-index:9999;
  157. background:#000; /* change to #fff for solid white */
  158. opacity:0.4; /* change to opacity:1; */
  159. }
  160.  
  161. #vagina {
  162. line-height:120%;
  163. top: 75%;
  164. left: 50%;
  165. padding: 40px;
  166. width: 250px;
  167. height: 410px;
  168. overflow: scroll;
  169. text-align: justify;
  170. background-color:#000;
  171. border-top-left-radius: 2em;
  172. border-top-right-radius: 2em;
  173. -webkit-box-shadow: 0px 0px 20px #fff;
  174. -moz-box-shadow: 0px 0px 20px #fff;
  175. box-shadow: 0px 0px 20px #000;
  176. }
  177.  
  178. /*scrollbar and selection*/
  179.  
  180. #s-m-t-tooltip{
  181. color: #000000;
  182. width: auto;
  183. font-size: 7px;
  184. font-family: arial;
  185. padding: 5px;
  186. text-transform: uppercase;
  187. background-color: #ffffff;
  188. z-index: 9999999999999999999999;
  189. border: 1px solid {color:border};
  190. position: absolute;
  191. display:inline-block;
  192. margin-top: 5px;
  193. margin-left: 20px;
  194. -webkit-transition: all 0.2s ease-in-out;
  195. -moz-transition: all 0.2s ease-in-out;
  196. -o-transition: all 0.2s ease-in-out;
  197. -ms-transition: all 0.2s ease-in-out;
  198. transition: all 0.2s ease-in-out;
  199. }
  200.  
  201. #s-m-t-tooltip a {
  202. opacity:0.5;
  203. -webkit-transition: all 0.2s ease-in-out;
  204. -moz-transition: all 0.2s ease-in-out;
  205. -o-transition: all 0.2s ease-in-out;
  206. -ms-transition: all 0.2s ease-in-out;
  207. transition: all 0.2s ease-in-out;
  208.  
  209. }
  210.  
  211. ::-webkit-scrollbar {height: 0px; width: 0px;}
  212. ::-webkit-scrollbar-thumb {background-color:{color:scrollbar};}
  213. ::-webkit-scrollbar-track {background-color:{color:postbg};}
  214.  
  215. ::selection {
  216. color:{color:background};
  217. background-color: {color:bold};
  218. }
  219.  
  220. ::-moz-selection {
  221. color:{color:background};
  222. background-color: {color:bold};
  223. }
  224.  
  225. #penis {
  226. padding:6px;
  227. text-align:left;
  228. font-size:26px;
  229. font-family: 'Knewave', cursive;
  230. font-weight: bold;
  231. text-transform:lowercase;
  232. color:#fff;
  233. }
  234.  
  235. ul#tabs {
  236. text-align: center;
  237. }
  238.  
  239. ul#tabs li {
  240. display:inline-block;
  241. padding:2px;
  242. text-decoration:none;
  243. opacity:1;
  244. color:#fff;
  245. }
  246.  
  247. ul#tabs li.active {
  248. background-color:#000;
  249. color:#32312F;
  250. -webkit-transition: all 0.2s ease-out;
  251. -moz-transition: all 0.2s ease-out;
  252. transition: all 0.2s ease-out;
  253. }
  254.  
  255. ul#tab, ul#tabs {
  256. list-style-type:none;
  257. margin:0px;
  258. padding:0px;
  259.  
  260. }
  261.  
  262. ul#tab li.active {
  263. display: block;
  264.  
  265. }
  266. ul#tab li {
  267. display: none;
  268.  
  269. }
  270.  
  271.  
  272. {block:iftinycursor}
  273. body, a, a:hover{
  274. cursor: url('http://24.media.tumblr.com/tumblr_mdig6jktic1riysloo1_100.png'), progress;}
  275. {/block:iftinycursor}
  276.  
  277. iframe#tumblr_controls {
  278. right:3px !important;
  279. position: fixed !important;
  280. -webkit-transition: opacity 0.7s
  281. linear;opacity: 0.2;
  282. -webkit-transition: all 0.8s ease-out;
  283. -moz-transition: all 0.8s ease-out;
  284. transition: all 0.8s ease-out;}
  285.  
  286. iframe#tumblr_controls:hover{
  287. -webkit-transition: opacity 0.7s linear;
  288. opacity: 1;
  289. -webkit-transition: all 0.4s ease-out;
  290. -moz-transition: all 0.4s ease-out;
  291. transition: all 0.4s ease-out;}
  292.  
  293. body {
  294. background-color:#050508;
  295. background-image: url('http://i.imgur.com/R6QX5a0.png');
  296. background-repeat: no-repeat;
  297. background-attachment: fixed;
  298. margin:0px;
  299. color:{color:text};
  300. font-family:arial;
  301. font-size: {text:Text Size};
  302. text-align: justify;
  303. line-height:130%;}
  304.  
  305.  
  306. a:link, a:active, a:visited {
  307. text-decoration: none;
  308. text-transform:uppercase;
  309. font-family: 'Abril Fatface', cursive;
  310. color: #b8b8b8;
  311. text-shadow: -2px 3px 0px #809596;
  312. -moz-transition-duration:.6s;
  313. -webkit-transition-duration:.6s;
  314. -o-transition-duration:.6s;
  315. opacity:1;
  316. }
  317.  
  318. a:hover {
  319. color: #7d2323;
  320. text-shadow: 0px 0px 0px #;
  321. -moz-transition-duration:.6s;
  322. -webkit-transition-duration:.6s;
  323. -o-transition-duration:.6s;
  324. opacity:1;
  325. }
  326.  
  327. pre {
  328. background:url('https://36.media.tumblr.com/92500eeaa221200301977077f435585d/tumblr_inline_nytszb1yXU1thmacq_540.png');
  329. text-align:center;
  330. text-transform:lowercase;
  331. display:block;
  332. max-width:385px;
  333. height:auto;
  334. font-size:24px;
  335. font-family: 'Abril Fatface', cursive;
  336. color: #fff;
  337. padding:10px;
  338. white-space:pre;
  339. padding:10px;
  340. text-shadow:0px 0px 3px #000;
  341. }
  342.  
  343.  
  344. h1 {
  345. background-color: transparent;
  346. font-family: 'Abril Fatface', cursive;
  347. font-size: 15px;
  348. line-height:130%;
  349. font-weight: normal;
  350. text-shadow: 1px 0px 1px #212121;}
  351.  
  352. h2 { font-family: 'Abril Fatface', cursive;
  353. color:#7d2323;
  354. font-size: 19px;
  355. line-height:5px;
  356. font-weight: normal;
  357. text-shadow: 1px 0px 1px #212121;}
  358.  
  359. blockquote {
  360. padding:2px 10px;
  361. margin:5px 0 3px 8px;
  362. border-left:1px solid {color:blockquote};
  363. -webkit-border-radius: 0px;
  364. -moz-border-radius: 0px;
  365. border-radius: 0px;}
  366.  
  367. b, strong {
  368. color:#7d2323;
  369. text-shadow: 0px 2px 4px #1a1a1a;
  370. font-size:12px;
  371. letter-spacing:1px;
  372. font-weight:bold;
  373. font-family: 'Press Start 2P', cursive;
  374.  
  375. }
  376.  
  377. em, i {
  378. color:#3c585d;
  379. text-shadow: 0px 0px 3px #3c585d;
  380. font-size:14px;
  381. letter-spacing:1px;
  382. font-style: normal;
  383. text-transform: none;
  384. font-family: "Comic Sans MS", cursive, sans-serif;
  385. }
  386.  
  387. p {
  388. margin-top:5px;
  389. margin-bottom:5px;}
  390.  
  391. ol {
  392. list-style:normal;}
  393.  
  394. ul {
  395. list-style:square;}
  396.  
  397. small,sup,sub {
  398. font-size:{text:Text Size}}
  399.  
  400. big {
  401. font-size:14px;}
  402.  
  403. {block:IfGreyscale}
  404.  
  405. img {
  406. -webkit-filter:grayscale(90%);
  407. -webkit-transition: all 0.9s ease-in-out;
  408. -moz-transition: all 0.9s ease-in-out;
  409. -o-transition: all 0.9s ease-in-out;
  410. -ms-transition: all 0.9s ease-in-out;
  411. transition: all 0.9s ease-in-out;}
  412.  
  413. img:hover {
  414. -webkit-filter: grayscale(20%)}
  415.  
  416. .html_photoset {
  417. -webkit-filter: grayscale(90%);
  418. -webkit-transition: all 0.9s ease-in-out;
  419. -moz-transition: all 0.9s ease-in-out;
  420. -o-transition: all 0.9s ease-in-out;
  421. -ms-transition: all 0.9s ease-in-out;
  422. transition: all 0.9s ease-in-out;}
  423.  
  424. .html_photoset:hover {
  425. -webkit-filter: grayscale(20%)}
  426.  
  427. {/block:IfGreyscale}
  428.  
  429.  
  430. #pcontainer {
  431. width:345px;
  432. height:400px;
  433. padding: 10px;
  434. top:238px;
  435. margin-left: 460px;
  436. position:relative;
  437. overflow-y:scroll;
  438. overflow-x:hidden;
  439. border:0px solid #ffffff;
  440. -webkit-filter: blur(0px);
  441. opacity:1;
  442. }
  443.  
  444.  
  445. #content {
  446. margin-left:30px;
  447. width:335px;
  448. margin-top: -14px;
  449. }
  450.  
  451. #posts {
  452. width:335px;
  453. padding:5px;
  454. margin-left:-40px;
  455. padding-bottom:0px;
  456. -moz-transition-duration:.7s;
  457. -webkit-transition-duration:.7s;
  458. -o-transition-duration:.7s;
  459. -webkit-filter: blur(1px);
  460. opacity:.4;
  461. }
  462.  
  463. #posts:hover {
  464. opacity:.8;
  465. -webkit-transition: all 0.7s ease-in-out;
  466. -moz-transition: all 0.7s ease-in-out;
  467. -o-transition: all 0.7s ease-in-out;
  468. -ms-transition: all 0.7s ease-in-out;
  469. transition: all 0.7s ease-in-out;
  470. -webkit-filter: blur(0px);
  471. }
  472.  
  473. #link1 {
  474. position:fixed;
  475. left:390px;
  476. top:245px;
  477. font-family: 'Prata', serif;
  478. font-size: 60px;
  479. -webkit-filter: blur(0px);
  480. transform: rotate(0deg);
  481. }
  482.  
  483. #link2 {
  484. position:fixed;
  485. left:390px;
  486. top:275px;
  487. font-family: 'Prata', serif;
  488. font-size: 60px;
  489. -webkit-filter: blur(0px);
  490. transform: rotate(-0deg);
  491. }
  492.  
  493. #link3 {
  494. position:fixed;
  495. left:390px;
  496. top:305px;
  497. font-family: 'Prata', serif;
  498. font-size: 60px;
  499. -webkit-filter: blur(0px);
  500. transform: rotate(0deg);
  501. }
  502.  
  503. #link4 {
  504. position:fixed;
  505. left:390px;
  506. top:335px;
  507. font-family: 'Prata', serif;
  508. font-size: 60px;
  509. -webkit-filter: blur(0px);
  510. transform: rotate(0deg);
  511. }
  512.  
  513. #link5 {
  514. position:fixed;
  515. left:175px;
  516. top:24px;
  517. font-family: 'Prata', serif;
  518. font-size: 42px;
  519. -webkit-filter: blur(0px);
  520. transform: rotate(0deg);
  521. }
  522.  
  523. #link1 a:hover {
  524. -webkit-filter: blur(1px) }
  525.  
  526. #link2 a:hover {
  527. -webkit-filter: blur(1px) }
  528.  
  529. #link3 a:hover {
  530. -webkit-filter: blur(1px) }
  531.  
  532. #link4 a:hover {
  533. -webkit-filter: blur(1px) }
  534.  
  535. #link5 a:hover {
  536. -webkit-filter: blur(1px) }
  537.  
  538. #links {
  539. padding:10px;
  540. letter-spacing:0px;}
  541.  
  542. #links a {
  543. padding:5px;
  544. margin-right:0px;}
  545.  
  546. #pagination {
  547. position:fixed;
  548. top:585px;
  549. left:150px;
  550. width: 300px;
  551. border-top:0px
  552. solid #eee;
  553. padding: 3px;
  554. font-size: 15px;
  555. line-height: 21px;
  556. text-align: center;
  557. margin-top: -5px;
  558. text-transform: lowercase;
  559. font-weight: bold;
  560. font-family: helvetica;}
  561.  
  562. #pagination a:hover {
  563. font-style: italic;
  564. }
  565.  
  566. .audio {
  567. width: 260px;
  568. margin-bottom: 8px;
  569. text-align: center;
  570. font-size: 12px;
  571. text-transform: lowercase;
  572. }
  573.  
  574. #play {
  575. padding-top: 10px;
  576. width: 251px;
  577. background-color: black;
  578. text-align: center;
  579. }
  580.  
  581. .button {
  582. width:30px;
  583. height:40px;
  584. overflow:hidden;
  585. position:relative;
  586. z-index:1000;
  587. }
  588.  
  589. #question {
  590. margin-left:0px;
  591. margin-bottom:10px;
  592. padding:8px;
  593. border-bottom:1px dotted {color:line};
  594. font-style:normal;
  595. text-align:center;
  596. color:{color:text};
  597. line-height:110%;}
  598.  
  599. #question img {
  600. border-radius: 50px; }
  601.  
  602. #answer {
  603. font-style:normal;}
  604.  
  605. #answer img {
  606. max-width:100%;}
  607.  
  608. #info {
  609. text-align:center;
  610. font-family: helvetica;
  611. width: 333px;
  612. margin-top:8px;
  613. margin-left:3px;
  614. margin-bottom:50px;
  615. padding:2px;
  616. padding-bottom:8px;
  617. padding-top:8px;
  618. text-transform:uppercase;
  619. font-size:13px;
  620. color: #212121;
  621. background: url("https://media.giphy.com/media/lSzQjkthGS1gc/giphy.gif");
  622. background-color: #000;
  623. border:1px solid #212121;
  624. -moz-transition-duration:0.5s;
  625. -webkit-transition-duration:0.5s;
  626. -o-transition-duration:0.5s;}
  627.  
  628. #info a {
  629. color:{color:tags};}
  630.  
  631. #info a:hover {
  632. color:{color:text};}
  633.  
  634. #tags {
  635. font-family:"Comic Sans MS", cursive, sans-serif;
  636. width:330px;
  637. letter-spacing:0px;
  638. text-transform:none;
  639. font-size:7px;
  640. margin-right:0px;
  641. margin-top:10px;
  642. padding-bottom:30px;
  643. padding-top:3px;
  644. line-height:120%;
  645. text-align:center;
  646. float:right;
  647. -moz-transition-duration:0.6s;
  648. -webkit-transition-duration:0.6s;
  649. -o-transition-duration:0.6s;
  650. }
  651.  
  652. #tags a {
  653. display:inline-block;
  654. padding:-3px;
  655. text-align:center;
  656. color:{color:tags};
  657. -moz-transition-duration:0.3s;
  658. -webkit-transition-duration:0.3s;
  659. -o-transition-duration:0.3s;
  660. }
  661.  
  662. #tags a:hover {
  663. color:#212121;}
  664.  
  665. .note {
  666. text-transform:uppercase;
  667. font-style:normal;
  668. letter-spacing:0px;
  669. font-size: 10px;
  670. text-align:left;
  671. line-height:90%;
  672. margin-left:-40px;}
  673.  
  674. .note li {
  675. list-style-type:none;
  676. border-bottom:1px solid {color:border};
  677. padding:10px 25px 10px 25px;
  678. text-align:left;
  679. margin:0px;
  680. -moz-transition-duration:0.5s;
  681. -webkit-transition-duration:0.5s;
  682. -o-transition-duration:0.5s;}
  683.  
  684. .note img.avatar {
  685. margin-right: 10px;
  686. width: 0px;
  687. height: 0px;}
  688.  
  689.  
  690. {CustomCSS}
  691.  
  692. /* UPDATES TAB BY HARDZIAM.TUMBLR.COM */
  693.  
  694. .hardziam1 {
  695. position:fixed;
  696. width:175px;
  697. z-index:9999;
  698. text-align:justify;
  699. left:850px;
  700. top:226px;}
  701.  
  702. .hztitle {
  703. position:fixed;
  704. font:10px;
  705. font-family: 'Lato', sans-serif;
  706. color: #b8b8b8;
  707. text-transform:uppercase;
  708. letter-spacing:1px;
  709. background:transparent;
  710. padding:3px;
  711. -moz-transition-duration:.5s;
  712. -webkit-transition-duration:.5s;
  713. -o-transition-duration:.5s;
  714. transform: rotate(-90deg);
  715. top:470px;
  716. left:405px;}
  717.  
  718. /* UPDATES TAB BY HARDZIAM.TUMBLR.COM */
  719.  
  720. .hardziam1:hover .hztitle{
  721. color: transparent;
  722. -moz-transition-duration:.5s;
  723. -webkit-transition-duration:.5s;
  724. -o-transition-duration:.5s;}
  725.  
  726. .hzcontent {
  727. border-radius:5px;
  728. margin-top:5px;
  729. padding-top:8px;
  730. font:8px;
  731. font-family: 'Lato', sans-serif;
  732. color:#b8b8b8;
  733. line-height:14px;
  734. opacity:0;
  735. background: #2b2a2d;
  736. -moz-transition-duration:.5s;
  737. -webkit-transition-duration:.5s;
  738. -o-transition-duration:.5s;}
  739.  
  740. .hardziam1:hover .hzcontent{
  741. opacity:1;
  742. transition-delay:0.3s;
  743. -moz-transition-duration:.5s;
  744. -webkit-transition-duration:.5s;
  745. -o-transition-duration:.5s;}
  746.  
  747. /* UPDATES TAB BY HARDZIAM.TUMBLR.COM */
  748.  
  749. </style></head>
  750. <body>
  751.  
  752.  
  753. <!-- SCM Music Player http://scmplayer.net -->
  754. <script type="text/javascript" src="http://scmplayer.net/script.js"
  755. data-config="{'skin':'http://static.tumblr.com/zeaszfj/6I9n2rp0t/.css','volume':100,'autoplay':false,'shuffle':false,'repeat':1,'placement':'bottom','showplaylist':false,'playlist':[{'title':'seven devils','url':'https://www.youtube.com/watch?v=OJNnZy9yTJ0'},{'title':'search and destroy','url':'https://www.youtube.com/watch?v=ZZchGM-9vjE'},{'title':'sugarbread','url':'https://www.youtube.com/watch?v=_xUFjl8LzmY'},{'title':'new world disorder','url':'https://www.youtube.com/watch?v=o0drp99GGao'},{'title':'sweet dreams','url':'https://www.youtube.com/watch?v=tZp4kMRvfBM'}]}" ></script>
  756. <!-- SCM Music Player script end -->
  757.  
  758.  
  759.  
  760.  
  761.  
  762.  
  763. <div class="hardziam1">
  764. <div class="hztitle">hover</div>
  765. <div class="hzcontent">
  766.  
  767. <!------- here you put your updates -------->
  768.  
  769.  
  770. Blah blah blah, put a nice quote here, maybe a sample of your writing, something poetic and chill just like u bc i love u. Not too long, maybe 5 lines, and then a quote: <p>
  771. <center>❛&nbsp;&nbsp;You're super duper <b>GAY.</b>&nbsp;&nbsp;❜</center><br>
  772. <center><img src="http://i.imgur.com/J32BXvj.png"></center>
  773. <center><h2>I LOVE SANS</h2>
  774. of toby fox's undertale. but who doesn't?</center><p>
  775.  
  776. <center>as told by <i>a celestial being</i></center><br><br>
  777.  
  778. selective, private, fandomless, and unaffiliated.&nbsp; HEAVILY triggering. &nbsp;please thoroughly read warnings before following &nbsp;or&nbsp; interacting.&nbsp;&nbsp; <br>
  779. <center><b>#TROMBCNER.</b></center><br>
  780.  
  781.  
  782.  
  783.  
  784.  
  785.  
  786. </div>
  787. </div></div>
  788.  
  789. <div id="content">
  790.  
  791. </div>
  792.  
  793. <div id="pagination">
  794. {block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">retreat</a>&nbsp; /{/block:PreviousPage}{block:NextPage}/<a href="{NextPage}">&nbsp; press on</a>{/block:NextPage}{/block:Pagination}
  795. </div>
  796.  
  797. <div id="link1"><div id="links">{block:iflink1}<a href="{text:link 1 url}" title="home." >■</a>{/block:iflink1}</div></div>
  798.  
  799. <div id="link2"><div id="links">{block:iflink2}<a href="#?w=500" rel="askbox" class="poplight" title="letters.">■</a>{/block:iflink2}</div></div>
  800.  
  801. <div id="link3"><div id="links">{block:iflink3}<a href="#?w500" rel="rules" class="poplight" title="rules & regulations." >■</a>{/block:iflink3}</div></div>
  802.  
  803. <div id="link4"><div id="links">{block:iflink4}<a href="#?w=500" rel="verses" class="poplight" title="verses." >■</a>{/block:iflink4}</div></div>
  804.  
  805.  
  806. <div id="pcontainer">
  807.  
  808. <div id="content"><div id="posts">
  809. {block:Posts}
  810.  
  811.  
  812. {block:Quote}"<h1>{Quote}</h1>"&nbsp; <br><br> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; — {Source} {/block:Quote}
  813. {block:Title}<h1>{Title}&nbsp;</h1>{/block:Title}
  814. {block:Text}{Body}{/block:Text}
  815.  
  816. {block:Link}<a href="{URL}" class="link" {Target}><h1>{Name}&nbsp;</h1></a>
  817.  
  818. {block:Description}<P>{Description}</p>{/block:Description}{/block:Link}
  819.  
  820. {block:Photo}<center>{LinkOpenTag}<img src="{PhotoURL-250}" alt="{PhotoAlt}"/>{LinkCloseTag}</center>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  821. {block:Photoset}<center>{Photoset-250}</center>{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  822.  
  823. {block:Chat}<ul class="chat"><BR>{block:Lines}<li class="user_{UserNumber}">{block:Label}<span class="label">{Label}</span>{/block:Label}&nbsp;{Line}</li><BR>{/block:Lines}</ul>{/block:Chat}
  824.  
  825. {block:Video}{Video-250}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  826.  
  827. {block:Answer}
  828. <div id="question"><img src="{AskerPortraitURL-24}" style="padding:2px; border:1px solid #6a6a6a;"><br><br><a href="{askerURL}"><b>{Asker}</b></a> whispered:<br><br>"{Question}"</div><div id="answer">{Answer}</div>{/block:answer}
  829.  
  830. {block:Audio}
  831. <div class="audio"><p><div id="play"><center>
  832. <div class="button">{AudioPlayerBlack}</div></center></div><p>
  833. <div style="font-family:'inconsolata';">{block:TrackName}<b>{TrackName}</b>{/block:TrackName}
  834. {block:Artist}by <b>{Artist}</b>{/block:Artist}
  835. {block:Album}from "<b>{Album}</b>" Album{/block:Album}</div></div>
  836. {block:Caption}{Caption}{/block:Caption}{/block:Audio}
  837.  
  838.  
  839.  
  840. <div id="info">
  841. <a href="/day/{MonthNumber}/{DayOfMonth}" title="
  842. {DayOfMonth}/{MonthNumberWithZero}"><img src="http://orig02.deviantart.net/b5c4/f/2015/328/c/a/undertale_heart__soul__by_tepigblaster-d9hx40b.png" style="width:10px;height:10px;"></a>&nbsp; &nbsp; &nbsp; &nbsp; {block:RebloggedFrom} <a href="{ReblogParentURL}" title="{ReblogParentName}"><img src="http://orig02.deviantart.net/b5c4/f/2015/328/c/a/undertale_heart__soul__by_tepigblaster-d9hx40b.png" style="width:10px;height:10px;"></a>&nbsp; &nbsp; &nbsp; &nbsp; {block:ContentSource} <a href="{SourceURL}" title="{SourceTitle}"> <img src="http://orig02.deviantart.net/b5c4/f/2015/328/c/a/undertale_heart__soul__by_tepigblaster-d9hx40b.png" style="width:10px;height:10px;"></a>&nbsp; &nbsp; &nbsp; &nbsp; {/block:ContentSource} {/block:RebloggedFrom} <a href="{Permalink}" title="{NoteCount} notes"><img src="http://orig02.deviantart.net/b5c4/f/2015/328/c/a/undertale_heart__soul__by_tepigblaster-d9hx40b.png" style="width:10px;height:10px;"></a> <br>
  843.  
  844. {block:HasTags}<div id="tags"> {block:Tags} <a href="{TagURL}"># {Tag}</a> {/block:Tags}</div>{/block:HasTags}</div>
  845. {/block:Posts}
  846. <div class="note">
  847. {block:PostNotes}{PostNotes}{/block:PostNotes}
  848. </div>
  849.  
  850. {/block:Posts}</div></div>
  851.  
  852. <div style="position:fixed;bottom:3px; right:3px; font-size:7px; letter-spacing:1px; font-family:cambria;"><a href="http://octomoosey.tumblr.com/">© OCTOMOOSEY</a></center></div>
  853.  
  854. </div> </div> </div> </div>
  855.  
  856.  
  857.  
  858. </body>
  859.  
  860. <div id="askbox" class="popup_block"><p><center>
  861. <iframe frameborder="0" height="300px" width="100%" id="ask_form" class=“pops” src="http://www.tumblr.com/ask_form/trombcner.tumblr.com"></iframe>
  862. </p>
  863. </div>
  864.  
  865. <div id="files" class="popup_block" style="height:320px"><div id="vagina">
  866. <center><h2>COMING SOON.</h2></center>
  867.  
  868. </div></div></div></div>
  869.  
  870. <div id="rules" class="popup_block" style="width:500px"><div id="vagina"><div id="penis"><ul id="tabs">
  871. <li class="active">rules.</li>
  872. <li>about.</li>
  873. <!--<li>group</li>-->
  874. </ul></div>
  875.  
  876.  
  877. <div id="text">
  878. <ul id="tab">
  879. <li class="active">
  880. <pre>basics !</pre>
  881.  
  882. <div style="width: auto; height: 100px; padding:5px; overflow-y: scroll; overflow-x: hidden; background: #050505;"><strong>01.</strong>&nbsp;this is a roleplay blog for an original character, developed from <a href="x.">my own imagination</a>. &nbsp; &nbsp;should you have any doubts about the nature of my&nbsp;portrayal, don't doubt in asking !<br /><br />
  883. <strong>02.</strong>&nbsp;i will be SELECTIVE, which means i won't always <em>follow back</em>. as a strict rule, i'll interact with mutual follows only.&nbsp; due to the nature of my muse, if i'm unfamiliar with your character or your fandom, i will be less likely to follow you back.&nbsp; <strong>let it be known!</strong>&nbsp;if i have followed you back, it means i'm open for interaction, and probably cry over your blog on a daily basis.<br /><br />
  884. <strong>03.</strong>&nbsp;please note that i, the writer, am <strong>NOT</strong>&nbsp;always online! my name is tiger &nbsp;; &nbsp;i'm a nerd from california ( gmt - 8 ), in my senior year of high school&nbsp;<strike>&amp; and pretty much a disaster always</strike>.&nbsp;<br /><br />
  885. <strong>04.</strong>&nbsp;<em>mutuals,</em>&nbsp;my <strong>skype</strong>&nbsp;is available upon request !<br /><br />
  886. <strong>05.</strong>&nbsp;this is not my only blog. when i'm not here you might also find me at my <a href="http://positronify.tumblr.com/">data</a> or <a href="http://archaeologize.tumblr.com/">indiana jones</a>.<br /><br /> </div>
  887.  
  888. <pre>threads & interactions !</pre>
  889. <div style="width: auto; height: 100px; padding:5px; overflow-y: scroll; overflow-x: hidden; background: #050505;"><strong>01.</strong>&nbsp;this blog is multiverse &amp; multiship. unless stated / plotted otherwise, most threads should be considered independent from one another.<br /><br />
  890. <strong>02.</strong>&nbsp;note that this blog may also contain general nsfw &amp; triggering content ( that will be tagged accordingly ) such as: violence, gore, criminal behaviour, sex, many religious &amp; political themes, spiritual control, possession, blood, rape, knives / knifeplay, etc. if you ever need me to tag anything, please shoot me an ask! i won't hesitate to add that to my list of things to tag.&nbsp;<br /><br />
  891. <strong>03.</strong>&nbsp;i do not write greeters, but i do post starter calls every now &amp; then. mutuals are always welcome to like them. thread length varies a lot, although i do prefer <em>paras &amp; multi paras</em>.<br /><br />
  892. <strong>04.</strong>&nbsp;<em><strong>i will</strong></em>: drop threads, have the speed of a snail to reply, not match the length of your reply on occasion, have some inredibly embarrassing typos i will regret till the day i die, be selective with the threads i reply every now and then.<br /><br />
  893. <strong>05.</strong>&nbsp;<em><strong>i will not</strong></em>: save my opinion on things &amp; avoid telling you if you are making my rp experience uncomfortable in any way, which doesn't mean i'll&nbsp;attack you, accept being pressured into writing replies, godmod ( nEITHER SHOULD U TBH ).<br /><br />
  894. </div>
  895.  
  896. <pre>unfollowing policy !</pre>
  897. <div style="width: auto; height: 100px; padding:5px; overflow-y: scroll; overflow-x: hidden; background: #050505;"><strong>01.</strong>&nbsp;i will unfollow you if: <br /><em>&nbsp; &nbsp;a.</em> i find myself heavily triggered by your blog in any way &nbsp;( a rare happenstance, in itself ).<br /><br />
  898. <em>&nbsp; &nbsp;b.</em>&nbsp;you post too much ooc stuff that's just making my dash all e h.<br /><br />
  899. &nbsp; &nbsp;<em>c.</em>&nbsp;steal my graphics and/or any product of my making ( ideas, headcanons, general writing aesthetic idk man ). i'll probably also cut u if u do this. i'll fite u. i'll fite everyone. <strike>I'LL FITE MYSELF</strike>.<br /><br />
  900. &nbsp;&nbsp;<em>d.</em>&nbsp;i find myself heavily triggered by <em>you</em>&nbsp;in any way &nbsp;( say, if you're racist, an homophobe, sexist, etc etc etc ).<br /><br />
  901. &nbsp; &nbsp;<em>e.</em>&nbsp;you break any of my general rules.</div>
  902.  
  903.  
  904. <pre>thank you for reading!</b></center></h2>
  905.  
  906. </li>
  907.  
  908. <!-------------------------------------->
  909.  
  910. <li>
  911. <pre>TERRE.</pre>
  912. <p><center><b>( that boy is trouble. )</b></center></p>
  913. terre is the personification of corruption and mal-intent. he embodies every stray thought, every dark compulsion, every malicious fiber within someone’s being. he enjoys taking on whatever appearance he chooses, sometimes reflecting his prey’s visage, like a mirror. his purpose is either to lure people to their doom, or save them from it; he doesn’t care which. their darkest thoughts he can make reality.
  914.  
  915. more to come.
  916.  
  917. </li>
  918.  
  919. </div></div></div></div>
  920.  
  921.  
  922.  
  923. <div id="verses" class="popup_block"><div id="vagina"><div id="penis"><ul id="tabs">
  924. <li class="active">canon.</li>
  925. <li>au.</li>
  926. <!--<li>group</li>-->
  927. </ul></div>
  928.  
  929. <div id="text">
  930. <ul id="tab">
  931. <li class="active">
  932. <pre>( verse name )</pre>
  933. <blockquote><p>coming soon coming soon coming soon coming soon coming soon coming soon coming soon coming soon coming soon coming soon coming soon coming soon coming soon coming soon coming soon coming soon coming soon coming soon coming soon coming soon coming soon coming soon coming soon coming soon coming soon coming soon coming soon coming soon coming soon coming soon.<br><br>
  934. #tag: <i>tag name</i></p></blockquote>
  935. <br>
  936.  
  937. </li>
  938.  
  939. <!-------------------------------------->
  940.  
  941. <li>
  942. <pre>( verse name )</pre>
  943. <blockquote><p>coming soon coming soon coming soon coming soon coming soon coming soon coming soon coming soon coming soon coming soon coming soon coming soon coming soon coming soon coming soon coming soon coming soon coming soon coming soon coming soon coming soon coming soon coming soon coming soon coming soon coming soon coming soon coming soon coming soon coming soon.<br><br>
  944. #tag: <i>tag name</i></p></blockquote>
  945. <br>
  946.  
  947. </li>
  948.  
  949. </div></div></div></div>
  950.  
  951. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement