Advertisement
Guest User

NEW CODE

a guest
Mar 25th, 2019
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 34.52 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2.  
  3.  
  4.  
  5. <!--
  6.  
  7. WINTER'S LADY THEMES
  8. ♛ this code was made by AGIRLINGREY@TUMBLR.
  9. ♛ do not remove credit or claim as your own.
  10.  
  11. -->
  12.  
  13.  
  14.  
  15.  
  16.  
  17.  
  18.  
  19.  
  20.  
  21. <html xmlns="https://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  22. <head>
  23. <script type="text/javascript">function tb8_makeArray(n){this.length = n;return this.length;}tb8_messages = new tb8_makeArray(3);tb8_messages[0] = "Now you";tb8_messages[1] = "HIDE";tb8_messages[2] = "and I SEEK";tb8_rptType = 'infinite';tb8_rptNbr = 5;tb8_speed = 100;tb8_delay = 2000;var tb8_counter=1;var tb8_currMsg=0;var tb8_tekst ="";var tb8_i=0;var tb8_TID = null;function tb8_pisi(){tb8_tekst = tb8_tekst + tb8_messages[tb8_currMsg].substring(tb8_i, tb8_i+1);document.title = tb8_tekst;tb8_sp=tb8_speed;tb8_i++;if (tb8_i==tb8_messages[tb8_currMsg].length){tb8_currMsg++; tb8_i=0; tb8_tekst="";tb8_sp=tb8_delay;}if (tb8_currMsg == tb8_messages.length){if ((tb8_rptType == 'finite') && (tb8_counter==tb8_rptNbr)){clearTimeout(tb8_TID);return;}tb8_counter++;tb8_currMsg = 0;}tb8_TID = setTimeout("tb8_pisi()", tb8_sp);}tb8_pisi()</script>
  24.  
  25.  
  26. <!--
  27. POP UP SCRIPT
  28. -->
  29.  
  30.  
  31. <script type="text/javascript"
  32. src="https://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  33. <script>
  34. $(document).ready(function() {
  35. //
  36. $('a.poplight[href^=#]').click(function() {
  37. var popID = $(this).attr('rel'); //Get Popup Name
  38. var popURL = $(this).attr('href'); //Get Popup href to define size
  39. var query= popURL.split('?');
  40. var dim= query[1].split('&');
  41. var popWidth = dim[0].split('=')[1]; //Gets the first query string value
  42. $('#' + popID).fadeIn().css({ 'width': Number( popWidth ) }).prepend('<a href="#" class="close"></a>');
  43. var popMargTop = ($('#' + popID).height() + 80) / 2;
  44. var popMargLeft = ($('#' + popID).width() + 80) / 2;
  45. //Apply Margin to Popup
  46. $('#' + popID).css({
  47. 'margin-top' : -popMargTop,
  48. 'margin-left' : -popMargLeft
  49. });
  50. $('body').append('<div id="fade"></div>');
  51. $('#fade').css({'filter' : 'alpha(opacity=80)'}).fadeIn(); //Fade in the fade layer - .css({'filter' : 'alpha(opacity=80)'})
  52. return false;
  53. });
  54. $('a.close, #fade').live('click', function() {
  55. $('#fade , .popup_block').fadeOut(function() {
  56. $('#fade, a.close').remove(); //fade them both out
  57. });
  58. return false;
  59. });
  60. });
  61. </script>
  62.  
  63.  
  64.  
  65. <!--
  66. VERSE TABS SCRIPT
  67. -->
  68.  
  69.  
  70. <script>
  71.  
  72. $(document).ready(function(){
  73. $("ul#tabs li").click(function(e){
  74. if (!$(this).hasClass("active")) {
  75. var tabNum = $(this).index();
  76. var nthChild = tabNum+1;
  77. $("ul#tabs li.active").removeClass("active");
  78. $(this).addClass("active");
  79. $("ul#tab li.active").removeClass("active");
  80. $("ul#tab li:nth-child("+nthChild+")").addClass("active");
  81. }
  82. });
  83. });
  84. </script>
  85.  
  86.  
  87.  
  88.  
  89. <!--
  90. TOOLTIP STYLING SCRIPT
  91. -->
  92.  
  93.  
  94. <link href="https://static.tumblr.com/5omyijl/bzrn2yg7i/style-my-tooltips.css" rel="stylesheet" type="text/css" />
  95. <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  96. <script src="https://static.tumblr.com/5omyijl/RZtn2yg9v/jquery.style-my-tooltips.js"></script>
  97. <script>
  98. (function($){
  99. $(document).ready(function(){
  100. $("[title]").style_my_tooltips({
  101. tip_follows_cursor:true,
  102. tip_delay_time:200,
  103. tip_fade_speed:500
  104. });
  105. });
  106. })(jQuery);
  107. </script>
  108.  
  109.  
  110.  
  111.  
  112. <!--
  113. BLOBS IN A JAR
  114. -->
  115.  
  116.  
  117. <script type="text/javascript">
  118. // <![CDATA[
  119. var colour="#e3d2e4"; // what colour are the blobs
  120. var speed=50; // speed of animation, lower is faster
  121. var blobs=5; // how many blobs are in the jar
  122. var charc=String.fromCharCode(9679); // a blob - can be changed to charc='hello' or charc='*' for a different effect
  123.  
  124. /***************************\
  125. * Blobs in a Jar Effect *
  126. *(c)2012-13 mf2fm web-design*
  127. * https://www.mf2fm.com/rv *
  128. * DON'T EDIT BELOW THIS BOX *
  129. \***************************/
  130.  
  131. var div;
  132. var xpos=new Array();
  133. var ypos=new Array();
  134. var zpos=new Array();
  135. var dx=new Array();
  136. var dy=new Array();
  137. var dz=new Array();
  138. var blob=new Array();
  139. var swide=800;
  140. var shigh=600;
  141. var ie_version=(navigator.appVersion.indexOf("MSIE")!=-1)?parseFloat(navigator.appVersion.split("MSIE")[1]):false;
  142.  
  143. function addLoadEvent(funky) {
  144. var oldonload=window.onload;
  145. if (typeof(oldonload)!='function') window.onload=funky;
  146. else window.onload=function() {
  147. if (oldonload) oldonload();
  148. funky();
  149. }
  150. }
  151.  
  152. addLoadEvent(fill_the_jar);
  153.  
  154. function fill_the_jar() {
  155. var i, dvs;
  156. div=document.createElement('div');
  157. dvs=div.style;
  158. dvs.position='fixed';
  159. dvs.left='0px';
  160. dvs.top='0px';
  161. dvs.width='1px';
  162. dvs.height='1px';
  163. document.body.appendChild(div);
  164. set_width();
  165. for (i=0; i<blobs; i++) {
  166. add_blob(i);
  167. jamjar(i);
  168. }
  169. }
  170.  
  171. function add_blob(ref) {
  172. var dv, sy;
  173. dv=document.createElement('div');
  174. sy=dv.style;
  175. sy.position='absolute';
  176. sy.textAlign='center';
  177. if (ie_version && ie_version<10) {
  178. sy.fontSize="10px";
  179. sy.width="100px";
  180. sy.height="100px";
  181. sy.paddingTop="40px";
  182. sy.color=colour;
  183. dv.appendChild(document.createTextNode(charc));
  184. }
  185. else if (ie_version) {
  186. sy.fontSize="1px";
  187. sy.width="0px";
  188. sy.height="0px";
  189. }
  190. else {
  191. dv.appendChild(document.createTextNode(charc));
  192. sy.color='rgba(0,0,0,0)';
  193. }
  194. ypos[ref]=Math.floor(shigh*Math.random());
  195. dy[ref]=(0.5+Math.random())*(Math.random()>.5?2:-2);
  196. xpos[ref]=Math.floor(swide*Math.random());
  197. dx[ref]=(0.5+Math.random())*(Math.random()>.5?2:-2);
  198. zpos[ref]=Math.random()*20;
  199. dz[ref]=(0.5+Math.random())*(Math.random()>.5?.5:-.5);
  200. blob[ref]=dv;
  201. div.appendChild(blob[ref]);
  202. set_blob(ref);
  203. }
  204.  
  205. function rejig(ref, xy) {
  206. if (xy=='y') {
  207. dx[ref]=(0.5+Math.random())*sign(dx[ref]);
  208. dy[ref]=(0.5+Math.random())*-sign(dy[ref]);
  209. }
  210. else {
  211. dx[ref]=(0.5+Math.random())*-sign(dx[ref]);
  212. dy[ref]=(0.5+Math.random())*sign(dy[ref]);
  213. }
  214. }
  215.  
  216. function sign(a) {
  217. if (a<0) return (-2);
  218. else if (a>0) return (2);
  219. else return (0);
  220. }
  221.  
  222. function set_blob(ref) {
  223. var sy;
  224. sy=blob[ref].style;
  225. sy.top=ypos[ref]+'px';
  226. sy.left=xpos[ref]+'px';
  227. if (ie_version && ie_version<10) {
  228. sy.filter="glow(color="+colour+",strength="+zpos[ref]+")";
  229. sy.fontSize=30-zpos[ref]+"px";
  230. }
  231. else if (ie_version) {
  232. sy.boxShadow="0px 0px 40px "+zpos[ref]+"px "+colour;
  233. }
  234. else {
  235. sy.textShadow=colour+' 0px 0px '+zpos[ref]+'px';
  236. sy.fontSize=40+zpos[ref]+'px';
  237. }
  238. }
  239.  
  240. function jamjar(ref) {
  241. if (ypos[ref]+dy[ref]<-50 || ypos[ref]+dy[ref]>shigh) rejig(ref, 'y');
  242. ypos[ref]+=dy[ref];
  243. if (xpos[ref]+dx[ref]<-50 || xpos[ref]+dx[ref]>swide) rejig(ref, 'x');
  244. xpos[ref]+=dx[ref];
  245. if (zpos[ref]+dz[ref]<0 || zpos[ref]+dz[ref]>20) dz[ref]=-dz[ref];
  246. zpos[ref]+=dz[ref];
  247. set_blob(ref);
  248. setTimeout("jamjar("+ref+")", speed);
  249. }
  250.  
  251. window.onresize=set_width;
  252. function set_width() {
  253. var sw_min=999999;
  254. var sh_min=999999;
  255. if (document.documentElement && document.documentElement.clientWidth) {
  256. if (document.documentElement.clientWidth>0) sw_min=document.documentElement.clientWidth;
  257. if (document.documentElement.clientHeight>0) sh_min=document.documentElement.clientHeight;
  258. }
  259. if (typeof(self.innerWidth)!="undefined" && self.innerWidth) {
  260. if (self.innerWidth>0 && self.innerWidth<sw_min) sw_min=self.innerWidth;
  261. if (self.innerHeight>0 && self.innerHeight<sh_min) sh_min=self.innerHeight;
  262. }
  263. if (document.body.clientWidth) {
  264. if (document.body.clientWidth>0 && document.body.clientWidth<sw_min) sw_min=document.body.clientWidth;
  265. if (document.body.clientHeight>0 && document.body.clientHeight<sh_min) sh_min=document.body.clientHeight;
  266. }
  267. if (sw_min==999999 || sh_min==999999) {
  268. sw_min=800;
  269. sh_min=600;
  270. }
  271. swide=sw_min;
  272. shigh=sh_min;
  273. }
  274. // ]]>
  275. </script>
  276.  
  277.  
  278.  
  279.  
  280.  
  281. <title>{Title}</title>
  282. <link rel="shortcut icon" href="{Favicon}">
  283. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  284. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  285.  
  286. <meta name="color:background" content="#000000"/>
  287. <meta name="color:text" content="#a1a0a0"/>
  288. <meta name="color:description" content=transparent/>
  289. <meta name="color:link" content="#e0d3ed"/>
  290. <meta name="color:link hover" content="#989898" />
  291. <meta name="color:bold" content="#cdc2f0" />
  292. <meta name="color:italic" content="#ffffff" />
  293. <meta name="color:border" content="#292828" />
  294. <meta name="color:scrollbar" content="#ffffff" />
  295. <meta name="color:postbg" content=transparent />
  296. <meta name="color:blockquote" content="#121212" />
  297. <meta name="color:tags" content="#e0d3ed"/>
  298.  
  299. <meta name="image:background" content=""/>
  300.  
  301. <meta name="text:link 1" content="link 1"/>
  302. <meta name="text:link 1 url" content="/"/>
  303. <meta name="text:link 2" content="link 2"/>
  304. <meta name="text:link 2 url" content="/"/>
  305. <meta name="text:link 3" content="link 3"/>
  306. <meta name="text:link 3 url" content="/"/>
  307. <meta name="text:link 4" content="link 4"/>
  308. <meta name="text:link 4 url" content="/"/>
  309. <meta name="text:link 5" content="link 5"/>
  310. <meta name="text:link 5 url" content="/"/>
  311. <meta name="text:link 6" content="link 6"/>
  312. <meta name="text:link 6 url" content="/"/>
  313. <meta name="text:link 7" content="link 7"/>
  314. <meta name="text:link 7 url" content="/"/>
  315. <meta name="text:link 8" content="link 8"/>
  316. <meta name="text:link 8 url" content="/"/>
  317.  
  318. <meta name="if:tinycursor" content="1"/>
  319. <meta name="if:greyscale" content="0"/>
  320. <meta name="text:text size" content="12px" />
  321. <meta name="if:showsubmit" content="0"/>
  322.  
  323. <meta name="color:updates bar" content="#070707"/>
  324. <meta name="image:Updates" content=""/>
  325. <meta name="image:thekey" content=""/>
  326.  
  327.  
  328.  
  329. <!--
  330. CUSTOM FONTS
  331. -->
  332.  
  333.  
  334. <link href='https://fonts.googleapis.com/css?family=Playfair+Display' rel='stylesheet' type='text/css'>
  335.  
  336. <link href='https://fonts.googleapis.com/css?family=Montserrat' rel='stylesheet' type='text/css'>
  337.  
  338. <link href='https://fonts.googleapis.com/css?family=Arizonia' rel='stylesheet' type='text/css'>
  339.  
  340. <link href='https://fonts.googleapis.com/css?family=Roboto+Condensed' rel='stylesheet' type='text/css'>
  341.  
  342.  
  343. <style type="text/css">
  344.  
  345.  
  346.  
  347. /* the hover update thing */
  348.  
  349.  
  350.  
  351. #bite
  352. #bite a{
  353. display:block
  354. }
  355. #bite .death {
  356. margin-top:0px;filter: alpha(opacity = 1.0);
  357. opacity:1.0;-webkit-transition: all 0.5s ease-out;
  358. -moz-transition: all 0.5s ease-out;transition: all 0.5s ease-out;
  359. }
  360.  
  361. #bite:hover .death {
  362. margin-top:0px;
  363. -webkit-transition: all 0.8s ease-out;
  364. -moz-transition: all 0.8s ease-out;
  365. transition: all 0.8s ease-out;
  366. filter: alpha(opacity = 100);
  367. filter: alpha(opacity = 100);
  368. opacity:100;
  369. }
  370.  
  371.  
  372. /* selection font and background */
  373.  
  374.  
  375. ::selection {
  376. background: #444;
  377. color:#fff; }
  378.  
  379.  
  380. ::-moz-selection {
  381. background: #444;
  382. color:#fff; }
  383.  
  384.  
  385.  
  386. /* scrollbar details */
  387.  
  388.  
  389.  
  390. ::-webkit-scrollbar {
  391. height: 0px;
  392. width: 2px;
  393. background:transparent;
  394. border-left:0px solid transparent;
  395. border-right:0px solid transparent;}
  396.  
  397.  
  398. ::-webkit-scrollbar-thumb {
  399. background:transparent;}
  400.  
  401.  
  402.  
  403.  
  404.  
  405. /* the cursor */
  406.  
  407.  
  408. {block:iftinycursor}
  409. body, a, a:hover{
  410. cursor: url('https://media.tumblr.com/28e8e2c9c0a422c5fb73ea368b58b529/tumblr_inline_mv7k3cbC5e1qmxe8x.png'), progress;}
  411. {/block:iftinycursor}
  412.  
  413. iframe#tumblr_controls {
  414. right:3px !important;
  415. position: fixed !important;
  416. -webkit-transition: opacity 0.7s
  417. linear;opacity: 0.2;
  418. -webkit-transition: all 0.8s ease-out;
  419. -moz-transition: all 0.8s ease-out;
  420. transition: all 0.8s ease-out;}
  421.  
  422. iframe#tumblr_controls:hover{
  423. -webkit-transition: opacity 0.7s linear;
  424. opacity: 1;
  425. -webkit-transition: all 0.4s ease-out;
  426. -moz-transition: all 0.4s ease-out;
  427. transition: all 0.4s ease-out;}
  428.  
  429.  
  430.  
  431. /* general look & background */
  432.  
  433.  
  434. body {
  435. background:#000;
  436. background-image:url(https://i.imgur.com/7lNpIb9.png);
  437. background-attachment: fixed;
  438. background-repeat: no-repeat;
  439. background-position: left top;
  440. color:#272727;
  441. font-family: calibri;
  442. text-align:justify;
  443. font-size: 10px;
  444. letter-spacing:1px;
  445. line-height:135%;
  446.  
  447. }
  448.  
  449.  
  450.  
  451. /* the verses tabs */
  452.  
  453.  
  454. ul#tabs {
  455. list-style-type: none;
  456. padding: 0;
  457. text-align: center;
  458. font-size:8px;
  459. letter-spacing:1px;
  460. }
  461.  
  462. ul#tabs li {
  463. display: inline-block;
  464. background-color: transparent;
  465. border: solid 0px #262626;
  466. padding: 4px 12px;
  467. margin-bottom: 4px;
  468. color: #1b1b1b;
  469. cursor: pointer;
  470. }
  471.  
  472. ul#tabs li:hover {
  473. background-color: #b0b0b0;
  474. }
  475.  
  476. ul#tabs li.active {
  477. background-color: #0f0f0f;
  478. background-image:url('tab image url');
  479. border: 1px solid #9b9b9b;
  480. }
  481.  
  482. ul#tab {
  483. list-style-type: none;
  484. margin: 0;
  485. padding: 0;
  486. }
  487.  
  488. ul#tab li {
  489. display: none;
  490. }
  491.  
  492. ul#tab li.active {
  493. display: block;
  494. }
  495.  
  496.  
  497.  
  498.  
  499. /* back to general look & details */
  500.  
  501.  
  502.  
  503. a:link, a:active, a:visited {
  504. text-decoration: none;
  505. color: #ff9797;
  506. -moz-transition-duration:.6s;
  507. -webkit-transition-duration:.6s;
  508. -o-transition-duration:.6s;
  509. -webkit-filter: blur(0px);}
  510.  
  511. a:hover {
  512. color: #8f8f8f;
  513. -moz-transition-duration:.6s;
  514. -webkit-transition-duration:.6s;
  515. -o-transition-duration:.6s;
  516. -webkit-filter: blur(1px);}
  517.  
  518.  
  519.  
  520. h1 {
  521. background-color: transparent;
  522. font-family: 'Montserrat', sans-serif;
  523. font-size: 16px;
  524. line-height: 20px;
  525. letter-spacing: 2px;
  526. text-align: center;
  527. text-transform:uppercase;
  528. color: #ff9797;
  529. }
  530.  
  531.  
  532. h2 {
  533. background-color: transparent;
  534. font-family: 'Montserrat', sans-serif;
  535. font-size: 15px;
  536. line-height: 16px;
  537. letter-spacing: 2px;
  538. text-align: left;
  539. text-transform:uppercase;
  540. color: #ff9797;
  541. }
  542.  
  543.  
  544.  
  545. h3 {
  546. background-color: transparent;
  547. background-image:url("H3 image url");
  548. border:1px dotted #9b9b9b;
  549. font-family: arial;
  550. font-weight:bold;
  551. color: #fff;
  552. text-shadow:0px 0px 2px #2c2f34;
  553. font-size: 10px;
  554. line-height: 12px;
  555. letter-spacing: 2px;
  556. text-align: center;
  557. text-transform:uppercase;
  558. padding:1px;
  559. line-height:120%;}
  560.  
  561.  
  562.  
  563. quotetext {
  564. background-color: transparent;
  565. font-family: times;
  566. font-size: 14px;
  567. line-height: 20px;
  568. letter-spacing: 2px;
  569. text-align: center;
  570. text-transform:uppercase;
  571. color: #dadada;
  572. }
  573.  
  574.  
  575.  
  576. blockquote {
  577. word-wrap: break-word;
  578. padding:2px 7px;
  579. margin:3px 0 3px 10px;
  580. border-left:1px solid {color:border};
  581. background-color:transparent;}
  582.  
  583.  
  584. blockquote img{
  585. max-width:100%;
  586. height:auto;
  587. }
  588.  
  589. blockquote blockquote img{
  590. max-width:100%;
  591. height:auto;
  592. }
  593.  
  594.  
  595.  
  596.  
  597.  
  598.  
  599.  
  600. b, bold {
  601. font-size:10px;
  602. text-transform:uppercase;
  603. letter-spacing:1px;
  604. font-family: times;
  605. color: #a7215d;
  606. }
  607.  
  608.  
  609. i, italic {
  610. font-size:12px;
  611. color: #526f95;
  612. font-family: 'Roboto Condensed', sans-serif;
  613. text-shadow: 0px 0px 2px #fff;
  614. letter-spacing:1px;
  615. text-transform:lowercase;
  616. }
  617.  
  618.  
  619.  
  620. p {
  621. margin-top:5px;
  622. margin-bottom:5px;}
  623.  
  624.  
  625. ol {
  626. list-style:normal;}
  627.  
  628.  
  629. ul {
  630. list-style:square;}
  631.  
  632.  
  633. small {
  634. font-size:10px}
  635.  
  636.  
  637. sup,sub {
  638. font-size:11px}
  639.  
  640.  
  641. pre {
  642. font-size: 10px;
  643. letter-spacing:3px;
  644. background-color:#7f7f7f;
  645. font-family: "Times New Roman", Times, serif;
  646. font-style: none;
  647. text-align:center;
  648. }
  649.  
  650.  
  651.  
  652. big {
  653. font-size:14px;
  654. text-transform:uppercase;
  655. letter-spacing:2px;
  656. font-family: "Times New Roman", Times, serif;
  657. color: #b8b8b8;
  658. text-shadow: 0px 0px 2px #383838;
  659. }
  660.  
  661.  
  662.  
  663. {block:IfGreyscale}
  664.  
  665. img {
  666. -webkit-filter:grayscale(100%);
  667. -webkit-transition: all 0.9s ease-in-out;
  668. -moz-transition: all 0.9s ease-in-out;
  669. -o-transition: all 0.9s ease-in-out;
  670. -ms-transition: all 0.9s ease-in-out;
  671. transition: all 0.9s ease-in-out;}
  672.  
  673. img:hover {
  674. -webkit-filter:none;}
  675.  
  676. .html_photoset {
  677. -webkit-filter: grayscale(100%);
  678. -webkit-transition: all 0.9s ease-in-out;
  679. -moz-transition: all 0.9s ease-in-out;
  680. -o-transition: all 0.9s ease-in-out;
  681. -ms-transition: all 0.9s ease-in-out;
  682. transition: all 0.9s ease-in-out;}
  683.  
  684. .html_photoset:hover {
  685. -webkit-filter: none;}
  686.  
  687. {/block:IfGreyscale}
  688.  
  689.  
  690.  
  691. #pcontainer {
  692. background-color:transparent;
  693. width:329px;
  694. height:430px;
  695. padding: 20px;
  696. top:365px;
  697. margin-left: 415px;
  698. position:relative;
  699. overflow-y:scroll;
  700. overflow-x:hidden;
  701. border:1px solid transparent;}
  702.  
  703.  
  704.  
  705. #pcontainer img {
  706. height:auto;
  707. max-width:100%;
  708. }
  709.  
  710.  
  711.  
  712. #content {
  713. margin-left:62px;
  714. width:310px;
  715. margin-top: -100px;
  716. }
  717.  
  718.  
  719. #posts {
  720. width:310px;
  721. padding:10px;
  722. margin-top: 85px;
  723. margin-left:-70px;
  724. padding-bottom:0px;}
  725.  
  726.  
  727.  
  728. #sidebar {
  729. margin-left: 1590px;
  730. line-height:15px;
  731. width: 180px;
  732. position: fixed;
  733. top: 200px;
  734. text-align: center; }
  735.  
  736.  
  737. #sidebar img {
  738. width:150px;
  739. padding-top:10px;
  740. padding-bottom:10px;}
  741.  
  742.  
  743. #description {
  744. margin-left: 0px;
  745. margin-top: -50px;
  746. width:180px;
  747. color:transparent;}
  748.  
  749.  
  750.  
  751.  
  752.  
  753.  
  754.  
  755. #thekey {
  756. position:fixed;
  757. color:#7c7470;
  758. text-shadow: 0px 0px 2px #fff;
  759. margin-top:175px;
  760. margin-left:55px;
  761. width:710px;
  762. padding:9px;
  763. letter-spacing:2px;
  764. word-spacing:5px; /*this defines the separation of each word of the links*/
  765. font-family: helvetica;
  766. font-size:12px;
  767. text-align:center;
  768. background:transparent;
  769. text-transform:uppercase;
  770. -webkit-transform: rotate(-90deg);
  771. -moz-transform: rotate(-90deg);
  772. -o-transform: rotate(-90deg);
  773. }
  774.  
  775.  
  776.  
  777.  
  778. /* JUMBLED LINKS */
  779.  
  780. .alinks {
  781. position:fixed;
  782. text-shadow: 0px 0px 0px #000;
  783. left:430px;
  784. top:200px;
  785. transform: rotate(30deg);
  786. font-family: 'Montserrat', sans-serif;
  787. font-size: 40px;}
  788.  
  789.  
  790. .alinks a {
  791. padding:10px;
  792. color:#fff;
  793. margin-right:0px;
  794. -webkit-filter: blur(0px);
  795. -webkit-transition: 0.8s ease-in;
  796. -moz-transition: 1s ease-in;
  797. transition: 1s ease-in;
  798. }
  799.  
  800. .alinks a:hover {
  801. -webkit-transition: all 0.6s ease-in-out;
  802. -moz-transition: all 0.6s ease-in-out;
  803. -o-transition: all 0.6s ease-in-out;
  804. -ms-transition: all 0.6s ease-in-out;
  805. transition: all 0.6s ease-in-out;
  806. color: #fff;
  807. }
  808.  
  809.  
  810.  
  811.  
  812.  
  813.  
  814.  
  815.  
  816. .blinks {
  817. position:fixed;
  818. text-shadow: 0px 0px 0px #000;
  819. left:600px;
  820. top:200px;
  821. transform: rotate(30deg);
  822. font-family: 'Montserrat', sans-serif;
  823. font-size: 40px;}
  824.  
  825.  
  826. .blinks a {
  827. padding:10px;
  828. color:#fff;
  829. margin-right:0px;
  830. -webkit-filter: blur(0px);
  831. -webkit-transition: 0.8s ease-in;
  832. -moz-transition: 1s ease-in;
  833. transition: 1s ease-in;
  834. }
  835.  
  836. .blinks a:hover {
  837. -webkit-transition: all 0.6s ease-in-out;
  838. -moz-transition: all 0.6s ease-in-out;
  839. -o-transition: all 0.6s ease-in-out;
  840. -ms-transition: all 0.6s ease-in-out;
  841. transition: all 0.6s ease-in-out;
  842. color: #fff;
  843. }
  844.  
  845.  
  846.  
  847.  
  848.  
  849.  
  850.  
  851. .dlinks {
  852. position:fixed;
  853. text-shadow: 0px 0px 0px #000;
  854. left:790px;
  855. top:200px;
  856. transform: rotate(-40deg);
  857. font-family: 'Montserrat', sans-serif;
  858. font-size: 40px;}
  859.  
  860.  
  861. .dlinks a {
  862. padding:10px;
  863. color:#fff;
  864. margin-right:0px;
  865. -webkit-filter: blur(0px);
  866. -webkit-transition: 0.8s ease-in;
  867. -moz-transition: 1s ease-in;
  868. transition: 1s ease-in;
  869. }
  870.  
  871. .dlinks a:hover {
  872. -webkit-transition: all 0.6s ease-in-out;
  873. -moz-transition: all 0.6s ease-in-out;
  874. -o-transition: all 0.6s ease-in-out;
  875. -ms-transition: all 0.6s ease-in-out;
  876. transition: all 0.6s ease-in-out;
  877. color: #fff;
  878. }
  879.  
  880.  
  881.  
  882. .credit {
  883. position:fixed;
  884. text-shadow: 0px 0px 11px #7C6868;
  885. right:15px;
  886. bottom:15px;
  887. transform: rotate(0deg);
  888. font-family: helvetica;
  889. font-size: 10px; }
  890.  
  891.  
  892. .credit a {
  893. padding:10px;
  894. color:#000
  895. margin-right:0px;
  896. -webkit-filter: blur(1px);
  897. -webkit-transition: 0.8s ease-in;
  898. -moz-transition: 1s ease-in;
  899. transition: 1s ease-in;
  900. }
  901.  
  902. .credit a:hover {
  903. -webkit-transition: all 0.6s ease-in-out;
  904. -moz-transition: all 0.6s ease-in-out;
  905. -o-transition: all 0.6s ease-in-out;
  906. -ms-transition: all 0.6s ease-in-out;
  907. transition: all 0.6s ease-in-out;
  908. color: #000000;
  909. text-shadow: 2px 2px 2px #000000;
  910. }
  911.  
  912.  
  913.  
  914.  
  915.  
  916.  
  917.  
  918.  
  919.  
  920.  
  921. /* JUMBLED LINKS ENDS */
  922.  
  923.  
  924.  
  925. #pagination {
  926. position:fixed;
  927. font-family:times;
  928. width:300px;
  929. font-size:12px;
  930. top:575px;
  931. left:200px;
  932. letter-spacing:3px;
  933. text-align:center;
  934. z-index:999999999999;
  935. }
  936.  
  937. #pagination a {
  938. text-transform:uppercase;
  939. color:#181818;
  940. -webkit-filter: blur(1px);
  941. -webkit-transition: 0.8s ease-in;
  942. -moz-transition: 1s ease-in;
  943. transition: 1s ease-in;
  944. z-index:999999999999;
  945. }
  946.  
  947. #pagination a:hover {
  948. color:#000;
  949. -webkit-filter: blur(0px);
  950. -webkit-transition: 0.2s ease-in;
  951. -moz-transition: 1s ease-in;
  952. transition: 1s ease-in;
  953. }
  954.  
  955.  
  956. .audio {
  957. width:335px;
  958. padding-bottom:10px;
  959. background-color:{color:#000000};}
  960.  
  961. .albumart {
  962. float:left;
  963. padding:0px 10px 10px 0px;}
  964.  
  965. .albumart img {
  966. width:65px;
  967. height:65px;}
  968.  
  969. .playercontainer {
  970. text-align:left;
  971. padding:10px;
  972. background-color:#090909;
  973. width:335px;}
  974.  
  975. .audioinfo {
  976. padding:10px;
  977. color:{color:text};}
  978.  
  979.  
  980.  
  981.  
  982.  
  983. /* QUESTIONS & ANSWERS DETAILS */
  984.  
  985.  
  986. #asker {
  987. font-family: 'Arizonia', cursive;
  988. font-style:none;
  989. letter-spacing:2px;
  990. text-align:center;
  991. padding-top: 10px;
  992. margin-left:0px;
  993. text-transform:lowercase;
  994. color: #c9c9c9;
  995. font-size:30px;
  996. padding:5px;
  997. letter-spacing:0px
  998. text-shadow:0 0 2px #aeaeae;
  999. }
  1000.  
  1001.  
  1002. #asker a{
  1003. font-family: 'Arizonia', cursive;
  1004. font-style:none;
  1005. letter-spacing:2px;
  1006. text-transform:lowercase;
  1007. font-size:30px;
  1008. letter-spacing: 0px;
  1009. text-shadow: none;
  1010. color: #c9c9c9;
  1011. text-shadow:0 0 2px #1a1a1a;
  1012. -webkit-filter: blur(0.5px);
  1013. }
  1014.  
  1015.  
  1016. #asker a:hover {
  1017. color: #656565;
  1018. letter-spacing: 0px;
  1019. text-shadow:0 0 2px #000;
  1020. -webkit-filter: blur(2px);
  1021. -webkit-transition:all .5s ease-in-out;
  1022. -moz-transition:all .5s ease-in-out;
  1023. transition:all .5s ease-in-out;
  1024. }
  1025.  
  1026.  
  1027.  
  1028. #ask {
  1029. font-family: times;
  1030. width:225px;
  1031. font-size:8px;
  1032. text-align:center;
  1033. padding-top: 5px;
  1034. margin-left:0px;
  1035. text-transform:auto;
  1036. letter-spacing:3px
  1037. margin-top:-10px;
  1038. padding:5px;
  1039. background: #000;
  1040. background: url("https://images.freecreatives.com/wp-content/uploads/2016/03/Dark-Pattern-For-Free-Download.jpg");
  1041. color:#dcdcdc;
  1042. text-transform: uppercase;
  1043. border-bottom-left-radius: 10px;
  1044. border-bottom-right-radius: 10px;
  1045. border-top-left-radius: 10px;
  1046. border-top-right-radius: 10px;
  1047. padding:10px;
  1048. letter-spacing:2px;
  1049. border-bottom:solid 1px #717171;
  1050. border-top:solid 1px #717171;
  1051. }
  1052.  
  1053.  
  1054. .ans {
  1055. text-align:center;
  1056. padding:10px;
  1057. }
  1058.  
  1059.  
  1060. /* POST INFO DETAILS */
  1061.  
  1062.  
  1063.  
  1064. #info {
  1065. width:auto;
  1066. height:25px;
  1067. padding: 5px 5px 8px 5px;
  1068. font-family: 'Abel', sans-serif; /* FONT FOR INFO */
  1069. background-color:transparent; /* INFO BACKGROUND COLOR */
  1070. background-image:url('info image url'); /* INFO BACKGROUND */
  1071. background-repeat:repeat;
  1072. background-attachment:fixed;
  1073. border:solid 1px #aeaeae; /* INFO BORDER */
  1074. text-transform:uppercase;
  1075. text-align:center;
  1076. overflow-y:scroll;
  1077. word-spacing:10px;
  1078. font-size:12px;
  1079. position:relative;, }
  1080.  
  1081. #info a {
  1082. color:#000;
  1083. font-style:normal;}
  1084.  
  1085.  
  1086. #info a:hover {
  1087. color:#000;
  1088. transition-duration:0.9s;
  1089. -webkit-transition-duration:0.9s;
  1090. -o-transition-duration:0.9s;}
  1091.  
  1092.  
  1093.  
  1094.  
  1095. #tags {
  1096. background:transparent;
  1097. text-align:right;
  1098. font-family: 'Abel', sans-serif;
  1099. font-size:8px;
  1100. padding-top:5px;
  1101. padding-bottom:5px;
  1102. word-spacing:3px;
  1103. height:auto;
  1104. width:auto; }
  1105.  
  1106.  
  1107. #tags a{
  1108. font-size:10px;
  1109. font-family: 'Abel', sans-serif;
  1110. text-transform:none;
  1111. color:#fff;
  1112. text-shadow: 1px 1px 1px #000;
  1113. -moz-transition-duration:0.2s;
  1114. -webkit-transition-duration:0.2s;
  1115. -o-transition-duration:0.2s; }
  1116.  
  1117. #tags a:hover{
  1118. color:#fff;
  1119. text-decoration:none;
  1120. -moz-transition-duration:0.2s;
  1121. -webkit-transition-duration:0.2s;
  1122. -o-transition-duration:0.2s; }
  1123.  
  1124.  
  1125.  
  1126.  
  1127.  
  1128.  
  1129. .note {
  1130. text-transform:uppercase;
  1131. font-style:normal;
  1132. letter-spacing:0px;
  1133. font-size: 10px;
  1134. text-align:left;
  1135. line-height:90%;
  1136. margin-left:-40px;}
  1137.  
  1138. .note li {
  1139. list-style-type:none;
  1140. border-bottom:0px solid {color:border};
  1141. padding:10px 25px 10px 25px;
  1142. text-align:left;
  1143. margin:0px;
  1144. -moz-transition-duration:0.5s;
  1145. -webkit-transition-duration:0.5s;
  1146. -o-transition-duration:0.5s;}
  1147.  
  1148. .note img.avatar {
  1149. margin-right: 10px;
  1150. width: 16px;
  1151. height: 16px;}
  1152.  
  1153.  
  1154.  
  1155.  
  1156. /*--BASIC POP-UP DETAILS--*/
  1157.  
  1158.  
  1159.  
  1160. .popup_block{
  1161. display:none;
  1162. background: url("");
  1163. background:#e4d4e5;
  1164. padding:20px;
  1165. border:0px solid #eee; /* if you want a solid white pop-up, delete this */
  1166. float:left;
  1167. height: 400px;
  1168. top:50%; left:35%;
  1169. position:fixed;
  1170. z-index: 99999;
  1171. -webkit-box-shadow: 1px 1px 5px #323232;
  1172. -moz-box-shadow: 1px 1px 5px #323232;
  1173. box-shadow: 1px 1px 5px #323232;
  1174. }
  1175.  
  1176.  
  1177. *html #fade {position: absolute;}
  1178. *html .popup_block {position: absolute;}
  1179. #fade {
  1180. display:none;
  1181. position:fixed;
  1182. left:0px;
  1183. top:0px;
  1184. width:100%;
  1185. height:100%;
  1186. z-index:9999;
  1187. background:#000;
  1188. opacity:0.5;
  1189. }
  1190.  
  1191.  
  1192.  
  1193.  
  1194. .popupnavlinks {
  1195. padding-top:5px;
  1196. text-align:center; }
  1197.  
  1198.  
  1199. .popupnavlinks a {
  1200. display:inline-block;
  1201. width:120px; height:8px;
  1202. margin:2px; padding:6px 6px 10px;
  1203. text-align:center;
  1204. font-family:'helvetica';
  1205. font-size:8px;
  1206. text-transform:uppercase;
  1207. letter-spacing:1px;
  1208. color:#dcdcdc; background:transparent;
  1209. background-image:url('nav image url');
  1210. border:1px dotted;
  1211. border-color: #9b9b9b;
  1212. }
  1213.  
  1214.  
  1215. .popupnavlinks a:hover {
  1216. display:inline-block;
  1217. width:120px; margin:2px;
  1218. padding:6px 6px 10px;
  1219. text-align:center;
  1220. font-family:'helvetica';
  1221. font-size:8px;
  1222. text-transform:uppercase;
  1223. letter-spacing:1px;
  1224. color:#2e2e2e;
  1225. background:transparent }
  1226.  
  1227.  
  1228.  
  1229. .popupclose {
  1230. float:right; top:0px; right:0px;
  1231. margin-top:-10px; margin-right:-10px;
  1232. font-family:'Scada', sans serif;
  1233. font-size:10px;
  1234. font-weight:bold }
  1235.  
  1236. .popupclose a {
  1237. color:#aaa }
  1238.  
  1239.  
  1240.  
  1241. /*--TOOLTIP DETAILS--*/
  1242.  
  1243.  
  1244.  
  1245. #s-m-t-tooltip{
  1246. max-width:400px;
  1247. margin:15px;
  1248. padding:2px 8px;
  1249. background: #dcdcdc;
  1250. background-image:url('');
  1251. border:1px dotted;
  1252. border-color: #727272;
  1253. color:#9b9b9b;
  1254. z-index:99999999999999999999;
  1255. font-size:9px;
  1256. letter-spacing:2px;
  1257. font-style:bold;
  1258. letter-spacing:2px;
  1259. font-family:'helvetica';
  1260. text-transform:uppercase;
  1261. box-shadow:1px 1px 3px rgba(0,0,0,.1);}
  1262.  
  1263.  
  1264.  
  1265.  
  1266.  
  1267. </style>
  1268.  
  1269.  
  1270. </head>
  1271.  
  1272. <body>
  1273.  
  1274. <div id="content">
  1275.  
  1276. <div id="sidebar">
  1277.  
  1278. <img src="{image:Sidebar}" />
  1279.  
  1280. <div id="description">{description}</div>
  1281.  
  1282. </div>
  1283.  
  1284. <div id="pagination">
  1285. {block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">previous</a> • {/block:PreviousPage}{block:NextPage} <a href="{NextPage}">next</a>{/block:NextPage}{/block:Pagination}
  1286. </div>
  1287.  
  1288.  
  1289. <div id="links">
  1290.  
  1291.  
  1292. <div id="linkbar">
  1293.  
  1294.  
  1295. <div class="alinks">
  1296. <a href=https://stichd.tumblr.com title="home."> 🐛 </a>
  1297. </div>
  1298.  
  1299.  
  1300. <div class="blinks">
  1301. <a href="#?w=310" rel="box1" class="poplight" title="ask."> 🐞</a>
  1302. </div>
  1303.  
  1304.  
  1305.  
  1306. <div class="dlinks">
  1307. <a href="#?w=310" rel="box3" class="poplight" title="navigation."> 🐛 </a>
  1308. </div>
  1309.  
  1310.  
  1311. <div class="credit">
  1312. <a href="https://agirlingrey.tumblr.com/" title="agirlingrey.">theme!</a>
  1313. </div>
  1314.  
  1315.  
  1316. </div></div>
  1317.  
  1318.  
  1319. <div id="pcontainer">
  1320.  
  1321. <div id="content"><div id="posts">
  1322. {block:Posts}
  1323.  
  1324.  
  1325. {block:Quote}<quotetext>"{Quote}"</quotetext>&nbsp; <br><br> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; — {Source} {/block:Quote}
  1326. {block:Title}<h1>{Title}&nbsp;</h1>{/block:Title}
  1327. {block:Text}{Body}{/block:Text}
  1328.  
  1329. {block:Link}<a href="{URL}" class="link" {Target}><h1>{Name}&nbsp;</h1></a>
  1330.  
  1331. {block:Description}<P>{Description}</p>{/block:Description}{/block:Link}
  1332.  
  1333. {block:Photo}<center>{LinkOpenTag}<img src="{PhotoURL-HighRes}" width="360px">{LinkCloseTag}</center>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  1334. {block:Photoset}<center>{Photoset}</center>{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  1335.  
  1336. {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}
  1337.  
  1338. {block:Video}{Video-250}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  1339.  
  1340.  
  1341. {block:Answer}<div id="asker" style="width:255px; text-shadow:0 0 2px #000; ">{Asker}:<div id="ask"> <p><p><p><p><p>{Question}</div></span></div><font face="calibri"><span style="font-family:calibri;font-size:; marging-left:0px;">{Answer}</span>{/block:Answer}
  1342.  
  1343.  
  1344. {block:Audio}<div class="audio">
  1345.  
  1346. {block:AlbumArt}
  1347. {/block:AlbumArt}
  1348.  
  1349.  
  1350. <div class="audioinfo">{block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}{block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  1351. {/block:ExternalAudio}<b>Played:</b> {PlayCount} times</div>
  1352. <br><div class="playercontainer">{AudioPlayerBlack}</div></div>
  1353. {block:Caption}{Caption}{/block:Caption}<br>{/block:Audio}
  1354.  
  1355.  
  1356. <div id="info">
  1357. <br>
  1358.  
  1359. &nbsp; &nbsp;
  1360.  
  1361.  
  1362. {block:Date}
  1363. <a href="{Permalink}" style="position:absolute; margin-left:-100px; margin-top:-8px;-webkit-transform: rotate(0deg);-ms-transform: rotate(0deg);transform: rotate(0deg); text-shadow: 0px 0px 5px #919191;" title=" {ShortMonth} {DayOfMonthWithZero} - {TimeAgo} "> ☆ </a>
  1364. {/block:Date}
  1365.  
  1366.  
  1367. {block:RebloggedFrom}
  1368. <a href="{ReblogParentURL}" style="position:absolute; margin-left:-65px; margin-top:-8px;-webkit-transform: rotate(0deg);-ms-transform: rotate(0deg);transform: rotate(0deg); text-shadow: 0px 0px 5px #919191;" title=" via. {ReblogParentName} "> ☆ </a>
  1369. {/block:RebloggedFrom}
  1370.  
  1371.  
  1372. {block:ContentSource}
  1373. <a href="{SourceURL}" style="position:absolute; margin-left:-30px; margin-top:-8px;-webkit-transform: rotate(0deg);-ms-transform: rotate(0deg);transform: rotate(0deg); text-shadow: 0px 0px 5px #919191;" title=" source. {SourceTitle} "> ☆ </a>
  1374. {/block:ContentSource}
  1375.  
  1376.  
  1377. <a href="{Permalink}" style="position:absolute; margin-left:5px; margin-top:-8px;-webkit-transform: rotate(0deg);-ms-transform: rotate(0deg);transform: rotate(0deg); text-shadow: 0px 0px 5px #919191;" title=" {NoteCount} notes "> ☆ </a>
  1378.  
  1379.  
  1380. <a href="{ReblogURL}" style="position:absolute; margin-left:40px; margin-top:-8px;-webkit-transform: rotate(0deg);-ms-transform: rotate(0deg);transform: rotate(0deg); text-shadow: 0px 0px 5px #919191;" title="reblog"> ☆ </a>
  1381.  
  1382.  
  1383. <br>
  1384.  
  1385. {block:HasTags}<div id="tags">{block:Tags} & <a href="{TagURL}">{Tag}</a> {/block:Tags}</div>{/block:HasTags}</div> &nbsp;
  1386. {/block:Posts}
  1387. <div class="note">
  1388. {block:PostNotes}{PostNotes}{/block:PostNotes}
  1389. </div>
  1390.  
  1391. {/block:Posts}</div></div>
  1392.  
  1393.  
  1394.  
  1395. </div> </div> </div> </div> </div> </div>
  1396.  
  1397.  
  1398.  
  1399. </body>
  1400.  
  1401.  
  1402.  
  1403. <div id="box1" class="popup_block">
  1404.  
  1405. <h3>
  1406. ASK TEXT HERE
  1407. </h3>
  1408.  
  1409. <center>
  1410.  
  1411.  
  1412. <p><iframe frameborder="0" height="250" id="ask_form" scrolling="yes" src="https://www.tumblr.com/ask_form/ghstrule.tumblr.com" width="100%"></iframe></p>
  1413.  
  1414. </div>
  1415.  
  1416. </center>
  1417.  
  1418.  
  1419.  
  1420.  
  1421. <div id="box3" class="popup_block">
  1422.  
  1423. <h3>TITLE</h3>
  1424.  
  1425. <ul id="tabs">
  1426. <li class="active">INTRO.</li>
  1427. <li>RULES.</li>
  1428. <li>ABOUT.</li>
  1429. <li>VERSES.</li>
  1430. <li>MAINS.</li>
  1431. </ul>
  1432.  
  1433. <div style="width:auto;height:335px;overflow:scroll;padding:5px;">
  1434.  
  1435.  
  1436.  
  1437. <ul id="tab">
  1438. <li class="active">
  1439. <p>PUT ALL YOUR BLOG INFO HERE. IE. MUSE INFO, PREFS, ETC
  1440. <br>
  1441.  
  1442. <br>
  1443. <br>
  1444. <br><br>
  1445. <br>
  1446. <li>
  1447. <b>CREDIT</b>
  1448. <br>
  1449. <p><a href="https://www.pixiv.net/member_illust.php?mode=manga&amp;illust_id=71471797">Icon Art</a></p>
  1450. <p><a href="https://underherodevs.tumblr.com/">Icon Art && Theme art</a></p>
  1451. <p><a href="http://copihe.tumblr.com/">Coding</a></p>
  1452. <p><a href="https://www.deviantart.com/animosity-vda">Theme art</a></p><p><a href="https://www.deviantart.com/pearlthadogegem/art/Lord-Stitches-the-big-and-the-bad-768597606">Icon art pt2</a></p>
  1453. <p><a href="https://www.deviantart.com/spider-lucius/art/hh-child-744183842">Icon art</a></p>
  1454. <p><a href="https://www.deviantart.com/sonicexpertfan10/art/The-Masked-Kid-731648272">Icon art</a></p>
  1455. <p><a href="https://twitter.com/hashtag/underhero">Icon art</a></p>
  1456.  
  1457.  
  1458. </li>
  1459.  
  1460. <li>
  1461.  
  1462. <h3>general stats</h3>
  1463.  
  1464. <p><strong><b>FULL NAME:</strong></b>NAME</br>
  1465. <strong><b>ALIAS:</strong></b>ALIAS <br>
  1466. <strong><b>BIRTH DATE:</strong></b>BIRTH<br>
  1467. <strong><b>ZODIAC:</strong></b>ZODIAC<br>
  1468. <strong><b>AGE:</strong></b>AGE</br>
  1469. <strong><b>SPECIES:</strong></b>SPECIES</br>
  1470. <strong><b>GENDER:</strong></b>GENDER<br>
  1471. <strong><b>SEXUAL ORIENTATION:</strong></b>SEXUAL ORIENTATION </br>
  1472. <strong><b>ROMANTIC ORIENTATION:</strong></b> ROMANCE ORIENTATION</br>
  1473. <strong><b>MENTAL OR PHYSICAL DISABILITY:</strong></b> DISABILITIES <br>
  1474. <strong><b>AFFILIATIONS:&nbsp;</strong></b>Evil</br>
  1475.  
  1476. <h3>appearance</h3>
  1477.  
  1478. <p><strong><b>HEIGHT:&nbsp;</strong></b>HEIGHT<br>
  1479. <strong><b>WEIGHT:</strong></b>WEIGHT<br>
  1480. <strong><b>EYE COLOUR:</strong></b>EYE COLOR<br>
  1481. <strong><b>BODY BUILD:</strong></b>BODY TYPE</br>
  1482.  
  1483. <h3>Stats</h3>
  1484.  
  1485. YOU CAN ADD STATS HERE
  1486.  
  1487. <h3>HEADCANON/BIO LINKS</h3>
  1488. <a href="https://stichd.tumblr.com/post/183498089895/okay-so-ive-decided-since-theres-barely-no"><b>BIO HERE</b></a>
  1489. <br>
  1490. <a href="https://stichd.tumblr.com/post/183553263140/stichd-me-reading-discussions-im-making-a"><b>Masked Kid HC</b></a>
  1491. <br>
  1492. <a href="https://stichd.tumblr.com/post/183499790590/stichd-so-in-the-game-its-mentioned-that"><b>UNCOVERED HC</b></a>
  1493. </li>
  1494.  
  1495. <li>
  1496.  
  1497.  
  1498. <a href="VERSE URL"><p>VERSE NAME </a>
  1499.  
  1500. ADD VERSE HERE
  1501.  
  1502.  
  1503. <br><br><br>
  1504. <a href="VERSE URL"><p>VERSE NAME </a>
  1505.  
  1506. ADD VERSE HERE
  1507.  
  1508.  
  1509. <br><br><br>
  1510. <a href="VERSE URL"><p>VERSE NAME </a>
  1511.  
  1512. ADD VERSE HERE
  1513.  
  1514. <br><br><br>
  1515. <a href="VERSE URL"><p>VERSE NAME </a>
  1516.  
  1517. ADD VERSE HERE
  1518.  
  1519.  
  1520. <br><br><br>
  1521.  
  1522. </li>
  1523.  
  1524. <li>
  1525. <h3>MAINS</h3>
  1526. <br>
  1527. ADD MAINS HERE
  1528. </li>
  1529.  
  1530. </ul>
  1531.  
  1532.  
  1533. </div>
  1534. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement