Advertisement
Guest User

dipper html

a guest
Oct 6th, 2015
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 30.73 KB | None | 0 0
  1.  
  2.  
  3. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  4. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  5. <head><title>{Title}</title>
  6. <link rel="shortcut icon" href="{Favicon}">
  7. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  8. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  9.  
  10.  
  11. <!-- start of script tooltip -->
  12. <!-- start of script tooltip -->
  13. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  14.  
  15. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  16.  
  17. <script>
  18. (function($){
  19. $(document).ready(function(){
  20. $("a[title]").style_my_tooltips({
  21. tip_follows_cursor:true,
  22. tip_delay_time:90,
  23. tip_fade_speed:600,
  24. attribute:"title"
  25. });
  26. });
  27. })(jQuery);
  28. </script>
  29. <!-- end of script tooltip -->
  30.  
  31. <script language="JavaScript">
  32. <!--
  33.  
  34. //Disable right mouse click Script
  35. //By Maximus (maximus@nsimail.com) w/ mods by DynamicDrive
  36. //For full source code, visit http://www.dynamicdrive.com
  37.  
  38. var message="bruh (◡ ‿ ◡ ✿) "; ///////////////////////////////////
  39. function clickIE4(){
  40. if (event.button==2){
  41. alert(message);
  42. return false;
  43. }
  44. }
  45.  
  46. function clickNS4(e){
  47. if (document.layers||document.getElementById&&!document.all){
  48. if (e.which==2||e.which==3){
  49. alert(message);
  50. return false;
  51. }
  52. }
  53. }
  54.  
  55. if (document.layers){
  56. document.captureEvents(Event.MOUSEDOWN);
  57. document.onmousedown=clickNS4;
  58. }
  59. else if (document.all&&!document.getElementById){
  60. document.onmousedown=clickIE4;
  61. }
  62.  
  63. document.oncontextmenu=new Function("alert(message);return false")
  64.  
  65. // -->
  66. </script>
  67.  
  68. <script type="text/javascript"
  69. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  70. <script>
  71. $(document).ready(function() {
  72. //
  73. $('a.poplight[href^=#]').click(function() {
  74. var popID = $(this).attr('rel'); //Get Popup Name
  75. var popURL = $(this).attr('href'); //Get Popup href to define size
  76. var query= popURL.split('?');
  77. var dim= query[1].split('&');
  78. var popWidth = dim[0].split('=')[1]; //Gets the first query string value
  79. $('#' + popID).fadeIn().css({ 'width': Number( popWidth ) }).prepend('<a href="#" class="close"></a>');
  80. var popMargTop = ($('#' + popID).height() + 80) / 2;
  81. var popMargLeft = ($('#' + popID).width() + 80) / 2;
  82. //Apply Margin to Popup
  83. $('#' + popID).css({
  84. 'margin-top' : -popMargTop,
  85. 'margin-left' : -popMargLeft
  86. });
  87. $('body').append('<div id="fade"></div>');
  88. $('#fade').css({'filter' : 'alpha(opacity=80)'}).fadeIn(); //Fade in the fade layer - .css({'filter' : 'alpha(opacity=80)'})
  89. return false;
  90. });
  91. $('a.close, #fade').live('click', function() {
  92. $('#fade , .popup_block').fadeOut(function() {
  93. $('#fade, a.close').remove(); //fade them both out
  94. });
  95. return false;
  96. });
  97. });
  98. </script>
  99.  
  100.  
  101.  
  102. <meta name="color:Background" content="#d8d8d8"/>
  103. <meta name="color:Text" content="#9B9B9B"/>
  104. <meta name="color:Link" content="#b8b8b8"/>
  105. <meta name="color:scrollbar" content="#999999">
  106. <meta name="color:title" content="#999999">
  107. <meta name="color:Link Hover" content="#eeeeee"/>
  108. <meta name="color:bold" content="#fbfbfb"/>
  109. <meta name="color:italics" content="#fbfbfb"/>
  110. <meta name="color:borders" content="#eeeeee"/>
  111.  
  112. <meta name="image:sidebar" content=""/>
  113. <meta name="text:sidebartitle" content="">
  114.  
  115. <meta name="text:link 1" content="Link 1"/>
  116. <meta name="text:link 1 url" content="/"/>
  117. <meta name="text:link 2" content="Link 2"/>
  118. <meta name="text:link 2 url" content="/"/>
  119. <meta name="text:link 3" content="Link 3"/>
  120. <meta name="text:link 3 url" content="/"/>
  121. <meta name="text:link 4" content="Link 4"/>
  122. <meta name="text:link 4 url" content="/"/>
  123. <meta name="text:link 5" content="Link 5"/>
  124. <meta name="text:link 5 url" content="/"/>
  125.  
  126.  
  127. <link href="http://fonts.googleapis.com/css?family=Petit+Formal+Script" rel="stylesheet" type="text/css">
  128.  
  129. <link href="http://fonts.googleapis.com/css?family=Arizonia" rel='stylesheet' type='text/css'>
  130.  
  131.  
  132. <script language="JavaScript" src="http://dl.dropbox.com/u/3173073/GothicDarkness/qTip.js" type="text/JavaScript"></script>
  133.  
  134.  
  135.  
  136.  
  137.  
  138. <style type="text/css">
  139.  
  140. img{-webkit-filter: Grayscale(100%);}
  141.  
  142.  
  143.  
  144. @import url(http://weloveiconfonts.com/api/?family=fontawesome);
  145.  
  146. /* fontawesome */
  147. [class*="fontawesome-"]:before {
  148. font-family: 'FontAwesome', sans-serif;
  149. }
  150.  
  151. .melody {
  152. background-color: transparent; /* REPLACE THE FOUR "255" WITH "0" TO MAKE IT DARK INSTEAD OF LIGHT */
  153. overflow: hidden;
  154. position:absolute;
  155. height: 50px;
  156. width: 50px;
  157. top: 190px; /* INCREASE VALUE TO MOVE DOWN AND DECREASE VALUE TO MOVE UP */
  158. left: 678px; /* INCREASE VALUE TO MOVE RIGHT AND DECREASE VALUE TO MOVE LEFT */
  159. }
  160.  
  161. .reverberate {
  162. position:absolute;
  163. height: 14px;
  164. width: 14px;
  165. margin-top: 0px;
  166. margin-left: 0px;
  167. padding: 18px;
  168. font-size: 13px;
  169. font-style: normal;
  170. color: #d9d9d9;
  171. -webkit-transition: opacity .7s linear;
  172. -webkit-transition: all .7s ease-in-out;
  173. -moz-transition: all .7s ease-in-out;
  174. -o-transition: all .7s ease-in-out; }
  175.  
  176. .melody:hover .reverberate {
  177. margin-top: -50px; }
  178.  
  179. .harmony {
  180. overflow: hidden;
  181. position:absolute;
  182. height: 50px;
  183. width: 20px;
  184. margin-top: 50px;
  185. margin-left: 15px;
  186. -webkit-transition: opacity .7s linear;
  187. -webkit-transition: all .7s ease-in-out;
  188. -moz-transition: all .7s ease-in-out;
  189. -o-transition: all .7s ease-in-out; }
  190.  
  191. .melody:hover .harmony {
  192. margin-top: 5px; }
  193.  
  194. .rhythm {
  195. position:absolute;
  196. height: 25px;
  197. width: 30px;
  198. margin-top: 12px;
  199. margin-left: -20px; }
  200.  
  201. iframe#tumblr_controls {
  202. top:5px;
  203. right:10px!important;
  204. position:fixed !important;
  205. -webkit-filter: invert(1);
  206. opacity:.6;
  207. filter:alpha(opacity=60);
  208. -moz-opacity:.6;
  209. }
  210.  
  211. @font-face { font-family: "silkscreen"; src: url('http://static.tumblr.com/1kdckk4/9yjlolf0w/slkscr.ttf'); }
  212.  
  213.  
  214. ::-webkit-scrollbar{
  215. width:7px;
  216. border-radius:10px;
  217. height:5px;
  218. background-color:transparent;
  219. }
  220.  
  221. ::-webkit-scrollbar-thumb:vertical{
  222. background-color:#b9b9b9;
  223.  
  224. }
  225.  
  226. ::-webkit-scrollbar-thumb:vertical:hover{
  227. background-color:#b9b9b9;
  228. border-radius:0px;
  229. }
  230.  
  231. ::selection {
  232. background: #transparent;
  233. color:#000;
  234. }
  235.  
  236. ::-moz-selection {
  237. background: transparent;
  238. color:#000;
  239. }
  240.  
  241. #s-m-t-tooltip {
  242. max-width:300px;
  243. margin:15px;
  244. padding:2px 5px;
  245. border-left:2px solid #9d7a7a;
  246. border-right:2px solid #9d7a7a;
  247. border-radius:4px;
  248. background:#e3e3e3;
  249. color:#9d7a7a;
  250. z-index:999999;
  251. font-size:9px;
  252. font-style:bolder;
  253. letter-spacing:1px;
  254. font-family: calibri;
  255. text-transform:uppercase;
  256. }
  257.  
  258. .popup_block{
  259. display:none;
  260. background:#e3e3e3;
  261. padding:20px;
  262. border-radius:2px;
  263.  
  264. float:left;
  265. position:fixed;
  266. top:53%;left:50%;
  267. z-index: 99999;
  268. -webkit-box-shadow: 0px 0px 20px #d7cece; /* delete for solid white */
  269. -moz-box-shadow: 0px 0px 20px #d7cece; /* delete for solid white */
  270. box-shadow: 0px 0px 20px #d7cece; /* delete for solid white */
  271. }
  272.  
  273. *html #fade {position: absolute;}
  274. *html _block {position: absolute;}
  275. #fade {
  276. display:none;
  277. position:fixed;
  278. left:0px;
  279. top:0px;
  280. width:100%;
  281. height:100%;
  282. z-index:9999;
  283. background:#fff; /* change to #fff for solid white */
  284. opacity:0.5; /* change to opacity:1; */
  285. }
  286.  
  287. iframe#tumblr_controls {
  288. white-space:nowrap;
  289. -webkit-filter: invert(100%);
  290. -moz-filter: invert(100%);
  291. -o-filter: invert(100%);
  292. -ms-filter: invert(100%);
  293. filter: invert(100%);
  294. opacity:.2;transition: .8s ease-in-out;
  295. -webkit-transition: .8s ease-in-out;
  296. -moz-transition: .8s ease-in-out;
  297. -o-transition: .8s ease-in-out;
  298. }
  299.  
  300. h1 {
  301. font-weight:normal;
  302. font-size:10px;
  303. text-align:center;
  304. font-style:normal;
  305. line-height:100%;
  306. letter-spacing:1px;
  307. text-transform:normal;
  308. color:#9b9b9b;
  309. }
  310.  
  311. h2 {
  312. font-size:16px;
  313. text-align:center;
  314. line-height:100%;
  315. letter-spacing:-0.5px;
  316. color:#9b9b9b;
  317. font-weight:bold;
  318. text-transform:NONE;
  319. padding:5px;
  320. padding-bottom:2px;
  321. }
  322.  
  323.  
  324. blockquote {
  325.  
  326. margin-right: 5px;
  327. padding-left: 9px;
  328. padding-top: 1px;
  329. padding-bottom: 1px;
  330. border-left:2px solid #7b7b7b;
  331. border-radius: 5px;
  332. background: #transparent;
  333. margin-left:10px;
  334.  
  335. }
  336.  
  337. quote {
  338. font-size: 12px;
  339. font-family: Petit Formal Script;
  340. }
  341.  
  342.  
  343. body {
  344. background:#d9d9d9;
  345. margin:0px;
  346. color:#727171;
  347. font-family:calibri;
  348. font-size:15px;
  349.  
  350. background-attachment:fixed;
  351. background-repeat:no-repeat;
  352. }
  353.  
  354.  
  355. big{
  356. font-size:16px;
  357. color:#786a66;
  358. }
  359.  
  360. strong,em,bold{
  361. color:#be8564;
  362. }
  363.  
  364. em,italic,italics,oblique{
  365. color:#fed9a1;
  366. }
  367.  
  368. a {
  369. text-decoration:none;
  370. outline:none;
  371. -moz-outline-style:none;
  372. color:#786a66;
  373. -moz-transition-duration:0.5s;
  374. -webkit-transition-duration:0.5s;
  375. -o-transition-duration:0.5s;
  376. }
  377.  
  378. a:hover {
  379. text-decoration:none;
  380. outline:none;
  381. -moz-outline-style:none;
  382. color:#d7cece;
  383. }
  384.  
  385. img {
  386. border:none;
  387. }
  388.  
  389. i, em {
  390. color: {color:italics};
  391. letter-spacing: 0px;
  392. }
  393.  
  394. b, strong {
  395. color: {color:bold};}
  396.  
  397.  
  398. }
  399.  
  400. .big {
  401.  
  402. font-size:14px;
  403.  
  404. }
  405. small, sup, sub {
  406. font-size: 10px;
  407. }
  408.  
  409. #post {
  410. width:380px;
  411. padding-bottom:20px;
  412. margin-top:100px;
  413. margin-left:7px;
  414. }
  415.  
  416. #entries {
  417. padding:10px;
  418. width:380px;
  419. margin-left:530px;
  420. margin-top:390px;
  421. margin-bottom:40px;
  422. padding-top:5px;
  423. padding-bottom:15px;
  424. z-index:999;
  425. position:fixed;
  426. height:220px;
  427. overflow-x:hidden;
  428. overflow-y:auto;
  429. }
  430.  
  431.  
  432. #sidebar {
  433. color:#9b9b9b;
  434. position:fixed;
  435. width:100px;
  436. height:auto;
  437. margin-top:39px;
  438. margin-left:250px;
  439. text-align:left;
  440. }
  441.  
  442. #sidebarimage img {
  443. width:200px;
  444. margin-top:-10px;
  445. margin-bottom:0px;
  446. margin-left:-9px;
  447. }
  448.  
  449. .links {
  450. width: 200px;
  451. font-size: 20px;
  452. font-family: serif;
  453. text-align: center;
  454. margin-left: 100px;
  455. color: #898989;
  456. font-weight: bolder;
  457. margin-top: 150px;
  458. text-transform: uppercase;
  459. opacity: 1;
  460. }
  461.  
  462. .links a {
  463. max-width:220px;
  464. letter-spacing:0px;
  465. margin-bottom:-50px;
  466. font-weight:bolder;
  467. font-family:times;
  468. margin-top:50px;
  469. padding:5px 5px 5px 3px;
  470. display: block;
  471. color:#898989;
  472.  
  473. }
  474.  
  475.  
  476. #links a:hover {
  477. color: #c0a39c;
  478. width:60px;
  479. -moz-transition-duration:0.2s;
  480. -webkit-transition-duration:0.2s;
  481. -o-transition-duration:0.2s;
  482. }
  483.  
  484. #description {
  485. position:fixed;
  486. width:200px;
  487. font-family:trebuchet ms;
  488. margin-top:55px;
  489. margin-left:-9px;
  490. text-align:justify;
  491. font-size:8px;
  492. color: #9b9b9b;
  493. letter-spacing:0px;
  494. line-height:130%;
  495. -moz-transition-duration:1s;
  496. -webkit-transition-duration:1s;
  497. -o-transition-duration:1s;
  498. }
  499.  
  500. #description a {
  501. color:#76fffb;
  502. }
  503.  
  504. #description a:hover {
  505. color:#76fffb;
  506. }
  507.  
  508. .chat {
  509. line-height:160%;
  510. list-style:none;
  511. }
  512.  
  513. .line.odd {
  514. background:#fafafa;
  515. margin-bottom:2px;
  516. padding:5px;
  517. list-style:none;
  518. font-size:10px;
  519. }
  520.  
  521. .line.even {
  522. background:#d8d8d8;
  523. margin-bottom:2px;
  524. padding:5px;
  525. list-style:none;
  526. font-size:10px;
  527. }
  528.  
  529. .label {
  530. padding-right:1px;
  531. text-transform:uppercase;
  532. font-weight:bold;
  533. color:#9d7a7a;
  534. }
  535.  
  536. .sidebartitle {
  537. width:210px;
  538. text-align:center;
  539. position:fixed;
  540. font-family:arial;
  541. line-height:120%;
  542. margin-left:-13px;
  543. font-size:13px;
  544. margin-top:10px;
  545. color:;
  546. }
  547.  
  548. #pagination {
  549. font-family:calibri;
  550. width:210px;
  551. font-size:10px;
  552. margin-top:45px;
  553. margin-left:270px;
  554. padding-left:5px;
  555. text-transform: uppercase;
  556. letter-spacing:2px;
  557. text-align:center;
  558. z-index:999;
  559. }
  560.  
  561. #pagination a {
  562. color:#9d7a7a;
  563. }
  564.  
  565. #info {
  566. font-family:calibri;
  567. text-align:center;
  568. width:395px;
  569. margin-top:5px;
  570. text-transform: uppercase;
  571. padding-top:1px;
  572. font-size:8px;
  573. font-style:bolder;
  574. padding:4px;
  575. color:#9d7a7a;
  576. border:1px solid #b4b4b4;
  577. background-color:#d4c0b9;
  578. background-image:url('http://i.imgur.com/RbHHm7M.png')
  579.  
  580. }
  581.  
  582.  
  583. #info a {
  584. color:#9d7a7a;
  585. font-style: bolder;
  586. }
  587.  
  588. #info a:hover {
  589. color:#c6a3a4;
  590. }
  591.  
  592. .tags {
  593. font-size:9px;
  594. margin-top:8px;
  595. color:#676767;
  596. text-align:center;
  597. text-transform:uppercase;
  598. {block:IfHoverTags}
  599. opacity: 0.0;
  600. {/block:IfHoverTags}
  601. {block:IfNotHoverTags}
  602. opacity:1.0;
  603. {/block:IfNotHoverTags}
  604. -moz-transition-duration: 0.6s;
  605. -o-transition-duration: 0.6s;
  606. -webkit-transition-duration: 0.6s;
  607. transition-duration: 0.6s;
  608. }
  609.  
  610. .tags a{
  611. color:#676767;
  612. -moz-transition-duration:0.2s;
  613. -webkit-transition-duration:0.2s;
  614. -o-transition-duration:0.2s;
  615. }
  616. .tags a:hover{
  617. color:#676767;
  618. -moz-transition-duration:0.2s;
  619. -webkit-transition-duration:0.2s;
  620. -o-transition-duration:0.2s;
  621. }
  622.  
  623.  
  624.  
  625. .quote {
  626. font-size:16px;
  627. line-height:150%;
  628. padding:10px;
  629. color: #dcc5bc ;
  630. font-family: Petit Formal Script;
  631. margin-top:-10px;
  632. font-style:italic;
  633. text-align:center;
  634. }
  635.  
  636. .quotesource {
  637. margin-top:7px;
  638. font-size:10px;
  639. color: #be9a9a;
  640. text-transform:lowercase;
  641. font-family: times;
  642. letter-spacing:1px;
  643. text-align:center;
  644. }
  645.  
  646.  
  647.  
  648. .audio{
  649. background-color:#e5e5e5;
  650. height:65px;
  651. overflow:hidden;
  652. }
  653.  
  654.  
  655.  
  656. /* QUESTION */
  657.  
  658. #ask {
  659.  
  660. text-align:center;
  661. text-transform:none;
  662. background-color:#e3e3e3;
  663. padding:5px;
  664. line-height:120%;
  665. border-left:4px solid #9d7a7a;
  666. border-right:4px solid #9d7a7a;
  667. border-radius: 12px;
  668.  
  669. }
  670.  
  671. .as {
  672. min-height: auto;
  673. padding: 5px;
  674. padding-bottom:8px;
  675. background-color: #e3e3e3;
  676. }
  677.  
  678. .aske {
  679. margin-top:5px;
  680. font-family:times;
  681. font-size:14px;
  682. line-height:13px;
  683. text-align:center;
  684. font-style:bold;
  685. text-transform:uppercase;
  686. color: #ceaeae ;
  687. background-color: #e3e3e3;
  688. -moz-transition:all ease-in-out 0.7s;
  689. -webkit-transition:all ease-in-out 0.7s;
  690. -o-transition:all ease-in-out 0.7s;
  691. transition:all ease-in-out 0.7s;
  692. }
  693.  
  694. .aske:hover {
  695. -moz-transition:all ease-in-out 0.7s;
  696. -webkit-transition:all ease-in-out 0.7s;
  697. -o-transition:all ease-in-out 0.7s;
  698. transition:all ease-in-out 0.7s;
  699. }
  700.  
  701. .que {
  702. font-family: times;
  703. font-size: 9px;
  704. text-transform:none;
  705. color: #a37e7e;
  706. }
  707.  
  708. .ans {
  709. font-family:times;
  710. font-size:9px;
  711. color: {color:Text};
  712. }
  713.  
  714.  
  715. #doesitwork {
  716. height:350px;
  717. overflow:auto;
  718. width:400px;
  719. }
  720.  
  721. {CustomCSS}</style></head><body>
  722. <img src="http://i.imgur.com/Eyk4GwF.png" style="position:fixed; left: px here; top: 0px;z-index:-999"/>
  723. <body>
  724.  
  725. <div class="melody">
  726. <div class="reverberate">
  727. <span class="fontawesome-music"></span>
  728. </div><!--reverberate-->
  729. <div class="harmony">
  730. <div class="rhythm">
  731. <embed src="http://www.sheepproductions.com/billy/billy.swf?autoplay=true&f0=http://k003.kiwi6.com/hotlink/hh0qa02zki/Twinkle_Twinkle_Little_Star_DeadSpace_Version_.mp3&t0=&total=1" quality="high" wmode="transparent" width="200" height="10" name="billy" align="middle" type="application/x-shockwave-flash" />
  732. </div><!--rhythm-->
  733. </div><!--harmony-->
  734. </div><!--melody-->
  735.  
  736. <div id="sidebar">
  737.  
  738. <div id="sidebarimage">
  739. <a href="/"><img src="{image:sidebar}"></a></div>
  740.  
  741. <div class="sidebartitle">{text:sidebartitle}</div>
  742.  
  743. <div class="links">
  744.  
  745. <a href="/" title="Return">✖ </a>
  746. <a href="#?w=500" rel="02" class="poplight" title="Inquiry">✖</a>
  747. <a href="#?w=400" rel="03" class="poplight" title="Safety Manual">✖</a>
  748. <a href="#?w=400" rel="04" class="poplight" title="Data">✖</a>
  749. <a href="#?w=400" rel="05" class="poplight" title="Mun">✖</a>
  750. </div>
  751.  
  752. <div id="description">
  753.  
  754. <div id="pagination">
  755. <center>{block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">back</a>{/block:PreviousPage} &nbsp;&nbsp;&nbsp; {block:NextPage}<a href="{NextPage}">next</a><br />{/block:NextPage}{/block:Pagination}</div></center></div>
  756. </div></div></div>
  757.  
  758. <div id="entries">{block:Posts}<div id="post">
  759.  
  760. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  761.  
  762. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-400}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  763.  
  764. {block:Photoset}{Photoset-400}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  765.  
  766. {block:Quote}<div class="quote"><span style="font-size:30px; font-family:times; z-index:-1; position:absolute; margin-top:3px; opacity:0.8; margin-left:-15px;">&ldquo;</span>{Quote}</div>{block:Source}<div class="quotesource"> — {Source}</div>{/block:Source}{/block:Quote}
  767.  
  768. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}{hw}
  769.  
  770. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title} <div class="chat"> {block:Lines} <li class="line {Alt}"> {block:Label} <span class="label"> {Label}</span> {/block:Label}{Line}</li> {/block:Lines}</div>{/block:Chat}
  771.  
  772. {block:Audio}{block:AlbumArt}<img src="{AlbumArtURL}" width="65px" align="left">{/block:AlbumArt}<div class="audio">{AudioPlayerGrey}</div>{block:Caption}{Caption}{/block:Caption}{/block:Audio}
  773.  
  774. {block:Video}{Video-400}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  775.  
  776. <!-- QUESTION POSTS -->
  777. {block:Answer}
  778. <div id="ask">
  779.  
  780. <div class="as">
  781. <div class="aske">{Asker} said:</div>
  782. <div class="que">{Question}</div>
  783. </div>
  784. </div>
  785. <div class="ans">{Answer}</div>
  786. {/block:Answer}
  787.  
  788.  
  789.  
  790. {block:Date}<div id="info"><a href="{Permalink}">{DayOfMonthWithZero} {ShortMonth}</a>
  791. {/block:Date} {block:NoteCount}&nbsp;&nbsp;/&nbsp;&nbsp; <a href="{Permalink}">{NoteCountWithLabel}</a> {/block:NoteCount}
  792.  
  793.  
  794. {block:RebloggedFrom}<a title="{ReblogParentName}" href="{ReblogParentURL}">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;via</a> {block:ContentSource}<a href="{ReblogRootURL}" "{ReblogRootName}" title="{ReblogRoottitle}" style="color:{color:links}">&nbsp;&nbsp;/&nbsp;&nbsp; origin</a>{/block:ContentSource}
  795. {/block:RebloggedFrom} <div style="float:right;"> </div>
  796. </div>
  797.  
  798.  
  799. {block:HasTags}
  800. <div class="tags">
  801. {block:Tags} <a href="{TagURL}">&nbsp; ✖&nbsp;&nbsp;-&nbsp;&nbsp;{Tag}</a> {/block:Tags}</div>
  802. {/block:HasTags}
  803. <div class="postnote">
  804. {block:PostNotes}{PostNotes}{/block:PostNotes}
  805. </div>
  806. </div>
  807. {/block:Posts}
  808.  
  809. </div>
  810.  
  811.  
  812. <!-- Start of StatCounter Code for Tumblr -->
  813. <script type="text/javascript">
  814. var sc_project=10308687;
  815. var sc_invisible=1;
  816. var sc_security="98ad49cd";
  817. var scJsHost = (("https:" == document.location.protocol) ?
  818. "https://secure." : "http://www.");
  819. document.write("<sc"+"ript type='text/javascript' src='" +
  820. scJsHost+
  821. "statcounter.com/counter/counter.js'></"+"script>");
  822. </script>
  823. <noscript><div class="statcounter"><a title="tumblr hit
  824. counter" href="http://statcounter.com/tumblr/"
  825. target="_blank"><img class="statcounter"
  826. src="http://c.statcounter.com/10308687/0/98ad49cd/1/"
  827. alt="tumblr hit counter"></a></div></noscript>
  828. <!-- End of StatCounter Code for Tumblr -->
  829.  
  830.  
  831.  
  832.  
  833.  
  834.  
  835. </body>
  836.  
  837.  
  838. <div id="02" class="popup_block">
  839.  
  840. <Center><center><p><h2 align="center"><a href="" style="font-family: petit formal script; font-size: 40px">INQUIRY</a></h2></p></center><p><iframe frameborder="0" height="200" src="http://www.tumblr.com/ask_form/wedontfuckbears.tumblr.com/" width="500"></iframe></p>
  841. <p><big><big>❝</big></big><small> mystery twin. </small><big><big>❞</big></big></p>
  842. </center></div>
  843.  
  844. </div></div></div></div></div></div></div></div></div></div>
  845.  
  846. <div id="03" class="popup_block">
  847.  
  848. <center><p><h2 align="center"><a href="" style="font-family: petit formal script; font-size: 40px">SAFETY</a></h2></p></center>
  849. <div id="doesitwork">
  850. <center><b><big>INTERPRETATION</big></b></center>
  851. <p style="background-color: #e3e3e3; padding: 15px; border: 1px 1px 1px 1px #ccc; font-size: 11px;">This is my interpretation of Dipper from GRAVITY FALLS; I've watched both seasons and I'm up to date, therefore this blog is NOT spoiler free; Other then that and the fact that I'll be roleplaying Dipper a bit maturely to fit into most roleplay themes comfortably, ( hardly want to traumatize a twelve year old so severely lbr ).&nbsp;</p>
  852. <center><b><big>PRIVATE & SELECTIVE</big></b></center>
  853. <p style="background-color:#e3e3e3; padding:15px; border:1px 1px 1px 1px #ccc; font-size:11px" align="justify">I'm highly selective with whom I decide to roleplay with, all I generally seek is decent grammar skills and basic set of neatness ( like containing a rules page, being active or not having too many ooc posts, etc. ) Other then that, I'm all for roleplaying with others from other fandoms, and with the right amount of information, OCs are welcomed.</p>
  854. <center><b><big>SHIPPING & NSFW THEMES</big></b></center>
  855. <p style="background-color:#e3e3e3; padding:15px; border:1px 1px 1px 1px #ccc; font-size:11px" align="justify">This blog is a multi-ship blog, meaning that various muses are allowed to hook up with my Dipper, but will be completely based off chemistry and how well our muses click throughout interactions! As for NSFW themes such as gore, smut, abuse, etc; all will be placed under 'read more' and tagged accordingly; I'm of age in my state, and will refuse to roleplay any severity of these themes with minors since it makes me a bit uncomfortable.</i></p>
  856. <center><b><big>REPLIES</big></b></center>
  857. <p style="background-color:#e3e3e3; padding:15px; border:1px 1px 1px 1px #ccc; font-size:11px" align="justify">Due to school and studies, I'll most likely will be able to be here daily, yet may not be able to attend to multiple replies quickly ( or have muse for certain other threads. ) but I'll try my best to get to as many as I can manage. Beside that, I'll strive to match my partners reply length! </p>
  858. <center><b><big>PLOTS && AUS.</big></b></center>
  859. <p style="background-color:#e3e3e3; padding:15px; border:1px 1px 1px 1px #ccc; font-size:11px" align="justify">I will forever suck at plotting but I'm always willing to try, I generally just wing it -- come to me if you wish to plot and we can see what twisted, horrible ideas we can come up with! AUS are hella rad and crossovers are also welcome, of course, roleplaying in one fandom can be a little boring so I adore crossovers to see how things would change and the development it can bring.</p>
  860. <center><b><big>TRIGGERS</big></b></center>
  861. <p style="background-color:#e3e3e3; padding:15px; border:1px 1px 1px 1px #ccc; font-size:11px" align="justify">I don't have a single trigger however I don't want to trigger any of my followers, that would be horrible. If you don't have your triggers stated in your rules then please, please, please inform me! Otherwise all triggers that I know of will be tagged with tw; insert trigger. Otherwise on this blog there will NSFW content, whether it be sexual, gore, brutality and so on. .</p>
  862. <center><b><big>CREDITS</big></b></center>
  863. <p style="background-color:#e3e3e3; padding:15px; border:1px 1px 1px 1px #ccc; font-size:11px" align="justify">None of the art belongs to me, however the theme and it's background was created by <a href="http://anxmaly.tumblr.com/">anxmaly</a>, the icons were made by me and none of it is for public use. &nbsp;</p>
  864. </center></div>
  865.  
  866. </div></center></div>
  867.  
  868.  
  869.  
  870. <div id="04" class="popup_block">
  871. <center><p><h2 align="center"><a href="" style="font-family: petit formal script; font-size: 40px">DATA</a></h2></p></center>
  872. <CENTER><img src="http://i.imgur.com/JvLljOz.png"><img src="http://i.imgur.com/cAcLKut.png"><img src="http://i.imgur.com/ImawBM3.png"></CENTER>
  873. <p></p>
  874. <div id="doesitwork">
  875. <h2><strong>LION HEARTED</strong><br /><em><small>intellegence</small></em></h2>
  876. <p align="justify" style="background-color: #e3e3e3; padding: 15px; border: 1px 1px 1px 1px #ccc; font-size: 11px; width: 200px; margin-left: 140px;"><strong>Name:</strong> Dipper ( ? ) Pines<strong>.</strong><br /><strong>Title:</strong> Mystery Twin<strong>.</strong><br /><strong>Type:</strong> Human <strong>(</strong> teen <strong>).<br />Gender:</strong> Male<strong>.</strong><br /><strong>Age:</strong> Nineteen<strong>.</strong><br /><strong>Hair Colour:</strong>&nbsp;Auburn<strong>.</strong><br /><strong>Eye Colour:</strong> Hazel<strong>.<br />Eye Lashes:</strong> Alabaster<strong>.</strong><br /><strong>Physique:</strong> Lithe / lanky ish.<strong>.</strong><br /><strong>Height:</strong> 5&rsquo;6&rdquo; <strong>(</strong> 167.64&nbsp;cm <strong>).</strong><br /><strong>Engravings:</strong> Birthmark of the big dipper on forehead<strong>.</strong></p>
  877. <h2><strong>ENDLESS CURIOSITY</strong><br /><em><small>assembled</small></em></h2>
  878. <p align="justify" style="background-color: #e3e3e3; padding: 15px; border: 1px 1px 1px 1px #ccc; font-size: 11px; width: 350px; margin-left: 16px; margin-top: -20px;">
  879. <h2><strong>THE PERSONALITY</strong><br /><em><small>short summary before triggering</small></em></h2>
  880. <p align="justify" style="background-color: #e3e3e3; padding: 15px; border: 1px 1px 1px 1px #ccc; font-size: 11px; width: 350px; margin-left: 16px; margin-top: -20px;"><strong>CONTROLLED</strong>; enigmatic, curious, socially awkward, loyal, caring, protective, fearful, easily intimidated, innocent &amp; curious.&nbsp;</p>
  881. <p align="justify" style="background-color: #e3e3e3; padding: 15px; border: 1px 1px 1px 1px #ccc; font-size: 11px; width: 350px; margin-left: 16px; margin-top: -20px;">"Dipper" Pines ( born August 5, 5 minutes after Mabel, in Piedmont, California ) is a smart, curious, and adventurous 19-year-old spending the summer with his Great Uncle Stan in Gravity Falls, Oregon, where he and his twin sister constantly encounter the town's paranormal side. Armed with a mysterious journal, he is one of the main characters of Gravity Falls, who dares to investigate the mysteries of his summer home..&nbsp;</span></p>
  882. <p align="justify" style="background-color: #e3e3e3; padding: 15px; border: 1px 1px 1px 1px #ccc; font-size: 11px; width: 350px; margin-left: 16px; margin-top: -20px;"><strong>TRIGGERED</strong>; volatile, violent, blood thirsty, highly destructive, cunning &amp; wishes to kill everyone.</p>
  883. <p align="justify" style="background-color: #e3e3e3; padding: 15px; border: 1px 1px 1px 1px #ccc; font-size: 11px; width: 350px; margin-left: 16px; margin-top: -20px;"><span style="font-size: 11px; line-height: 1.4;">more to be added later on.&nbsp;</span></p>
  884. </div></div></div></div></div>
  885.  
  886. <div id="05" class="popup_block">
  887.  
  888. <p><h2 align="center"><a href="" style="font-family: petit formal script; font-size: 40px">TARGET</a></h2></p>
  889. <table border="0" cellpadding="0" cellspacing="-10" height="400px" style="margin-left: 0px;" width="400px">
  890. <tbody>
  891. <CENTER><img src="http://i.imgur.com/fDqZxom.png"><img src="http://i.imgur.com/jvD35nK.png"><img src="http://i.imgur.com/JOqClTJ.png"></CENTER>
  892. <p></p>
  893. <small>beat boxes softly sup nerdos the names bambi !!! i'll make sure to add more on here later !!!</small>
  894. </td>
  895. </tr>
  896. </tbody>
  897. </table>
  898. </td>
  899. </tr>
  900. </tbody>
  901. </table>
  902.  
  903. </div></center></div>
  904. </div></div></div>
  905.  
  906.  
  907.  
  908.  
  909.  
  910. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement