Advertisement
Guest User

starry eyed theme

a guest
Mar 25th, 2019
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 40.99 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. <html xmlns="https://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  17. <head>
  18.  
  19.  
  20.  
  21. <!--
  22. POP UP SCRIPT
  23. -->
  24.  
  25.  
  26. <script type="text/javascript"
  27. src="https://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  28. <script>
  29. $(document).ready(function() {
  30. //
  31. $('a.poplight[href^=#]').click(function() {
  32. var popID = $(this).attr('rel'); //Get Popup Name
  33. var popURL = $(this).attr('href'); //Get Popup href to define size
  34. var query= popURL.split('?');
  35. var dim= query[1].split('&');
  36. var popWidth = dim[0].split('=')[1]; //Gets the first query string value
  37. $('#' + popID).fadeIn().css({ 'width': Number( popWidth ) }).prepend('<a href="#" class="close"></a>');
  38. var popMargTop = ($('#' + popID).height() + 80) / 2;
  39. var popMargLeft = ($('#' + popID).width() + 80) / 2;
  40. //Apply Margin to Popup
  41. $('#' + popID).css({
  42. 'margin-top' : -popMargTop,
  43. 'margin-left' : -popMargLeft
  44. });
  45. $('body').append('<div id="fade"></div>');
  46. $('#fade').css({'filter' : 'alpha(opacity=80)'}).fadeIn(); //Fade in the fade layer - .css({'filter' : 'alpha(opacity=80)'})
  47. return false;
  48. });
  49. $('a.close, #fade').live('click', function() {
  50. $('#fade , .popup_block').fadeOut(function() {
  51. $('#fade, a.close').remove(); //fade them both out
  52. });
  53. return false;
  54. });
  55. });
  56. </script>
  57.  
  58.  
  59.  
  60. <!--
  61. VERSE TABS SCRIPT
  62. -->
  63.  
  64.  
  65. <script>
  66.  
  67. $(document).ready(function(){
  68. $("ul#tabs li").click(function(e){
  69. if (!$(this).hasClass("active")) {
  70. var tabNum = $(this).index();
  71. var nthChild = tabNum+1;
  72. $("ul#tabs li.active").removeClass("active");
  73. $(this).addClass("active");
  74. $("ul#tab li.active").removeClass("active");
  75. $("ul#tab li:nth-child("+nthChild+")").addClass("active");
  76. }
  77. });
  78. });
  79. </script>
  80.  
  81.  
  82.  
  83.  
  84. <!--
  85. TOOLTIP STYLING SCRIPT
  86. -->
  87.  
  88.  
  89. <link href="https://static.tumblr.com/5omyijl/bzrn2yg7i/style-my-tooltips.css" rel="stylesheet" type="text/css" />
  90. <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  91. <script src="https://static.tumblr.com/5omyijl/RZtn2yg9v/jquery.style-my-tooltips.js"></script>
  92. <script>
  93. (function($){
  94. $(document).ready(function(){
  95. $("[title]").style_my_tooltips({
  96. tip_follows_cursor:true,
  97. tip_delay_time:200,
  98. tip_fade_speed:500
  99. });
  100. });
  101. })(jQuery);
  102. </script>
  103.  
  104.  
  105.  
  106.  
  107.  
  108.  
  109.  
  110.  
  111.  
  112. <title>{Title}</title>
  113. <link rel="shortcut icon" href="{Favicon}">
  114. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  115. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  116.  
  117. <meta name="color:background" content="#000000"/>
  118. <meta name="color:text" content="#a62e2e"/>
  119. <meta name="color:description" content=transparent/>
  120. <meta name="color:link" content="#a46565"/>
  121. <meta name="color:link hover" content="#610c0c" />
  122. <meta name="color:bold" content="#562121" />
  123. <meta name="color:italic" content="#ffffff" />
  124. <meta name="color:border" content="#292828" />
  125. <meta name="color:scrollbar" content="#ffffff" />
  126. <meta name="color:postbg" content=transparent />
  127. <meta name="color:blockquote" content="#121212" />
  128. <meta name="color:tags" content="#e0d3ed"/>
  129.  
  130. <meta name="image:background" content=""/>
  131.  
  132. <meta name="text:link 1" content="link 1"/>
  133. <meta name="text:link 1 url" content="/"/>
  134. <meta name="text:link 2" content="link 2"/>
  135. <meta name="text:link 2 url" content="/"/>
  136. <meta name="text:link 3" content="link 3"/>
  137. <meta name="text:link 3 url" content="/"/>
  138. <meta name="text:link 4" content="link 4"/>
  139. <meta name="text:link 4 url" content="/"/>
  140. <meta name="text:link 5" content="link 5"/>
  141. <meta name="text:link 5 url" content="/"/>
  142. <meta name="text:link 6" content="link 6"/>
  143. <meta name="text:link 6 url" content="/"/>
  144. <meta name="text:link 7" content="link 7"/>
  145. <meta name="text:link 7 url" content="/"/>
  146. <meta name="text:link 8" content="link 8"/>
  147. <meta name="text:link 8 url" content="/"/>
  148.  
  149. <meta name="if:tinycursor" content="1"/>
  150. <meta name="if:greyscale" content="0"/>
  151. <meta name="text:text size" content="12px" />
  152. <meta name="if:showsubmit" content="0"/>
  153.  
  154. <meta name="color:updates bar" content="#070707"/>
  155. <meta name="image:Updates" content=""/>
  156. <meta name="image:thekey" content=""/>
  157.  
  158.  
  159.  
  160. <!--
  161. CUSTOM FONTS
  162. -->
  163.  
  164.  
  165. <link href='https://fonts.googleapis.com/css?family=Playfair+Display' rel='stylesheet' type='text/css'>
  166.  
  167. <link href='https://fonts.googleapis.com/css?family=Montserrat' rel='stylesheet' type='text/css'>
  168.  
  169. <link href='https://fonts.googleapis.com/css?family=Arizonia' rel='stylesheet' type='text/css'>
  170.  
  171. <link href='https://fonts.googleapis.com/css?family=Roboto+Condensed' rel='stylesheet' type='text/css'>
  172.  
  173.  
  174. <style type="text/css">
  175.  
  176.  
  177.  
  178. /* the hover update thing */
  179.  
  180.  
  181.  
  182. #bite
  183. #bite a{
  184. display:block
  185. }
  186. #bite .death {
  187. margin-top:0px;filter: alpha(opacity = 1.0);
  188. opacity:1.0;-webkit-transition: all 0.5s ease-out;
  189. -moz-transition: all 0.5s ease-out;transition: all 0.5s ease-out;
  190. }
  191.  
  192. #bite:hover .death {
  193. margin-top:0px;
  194. -webkit-transition: all 0.8s ease-out;
  195. -moz-transition: all 0.8s ease-out;
  196. transition: all 0.8s ease-out;
  197. filter: alpha(opacity = 100);
  198. filter: alpha(opacity = 100);
  199. opacity:100;
  200. }
  201.  
  202.  
  203. /* selection font and background */
  204.  
  205.  
  206. ::selection {
  207. background: #444;
  208. color:#fff; }
  209.  
  210.  
  211. ::-moz-selection {
  212. background: #444;
  213. color:#fff; }
  214.  
  215.  
  216.  
  217. /* scrollbar details */
  218.  
  219.  
  220.  
  221. ::-webkit-scrollbar {
  222. height: 0px;
  223. width: 2px;
  224. background:transparent;
  225. border-left:0px solid transparent;
  226. border-right:0px solid transparent;}
  227.  
  228.  
  229. ::-webkit-scrollbar-thumb {
  230. background:transparent;}
  231.  
  232.  
  233.  
  234.  
  235.  
  236. /* the cursor */
  237.  
  238.  
  239. {block:iftinycursor}
  240. body, a, a:hover{
  241. cursor: url('https://media.tumblr.com/28e8e2c9c0a422c5fb73ea368b58b529/tumblr_inline_mv7k3cbC5e1qmxe8x.png'), progress;}
  242. {/block:iftinycursor}
  243.  
  244. iframe#tumblr_controls {
  245. right:3px !important;
  246. position: fixed !important;
  247. -webkit-transition: opacity 0.7s
  248. linear;opacity: 0.2;
  249. -webkit-transition: all 0.8s ease-out;
  250. -moz-transition: all 0.8s ease-out;
  251. transition: all 0.8s ease-out;}
  252.  
  253. iframe#tumblr_controls:hover{
  254. -webkit-transition: opacity 0.7s linear;
  255. opacity: 1;
  256. -webkit-transition: all 0.4s ease-out;
  257. -moz-transition: all 0.4s ease-out;
  258. transition: all 0.4s ease-out;}
  259.  
  260.  
  261.  
  262. /* general look & background */
  263.  
  264.  
  265. body {
  266. background:#282828;
  267. background-image:url('https://cdn.discordapp.com/attachments/559555680357318666/559860758918332417/mordidafatal-THEME.gif');
  268. background-attachment: fixed;
  269. background-repeat: no-repeat;
  270. background-position: center left;
  271. color:#e36637;
  272. font-family: calibri;
  273. text-align:justify;
  274. font-size: 10px;
  275. letter-spacing:1px;
  276. line-height:135%;
  277.  
  278. }
  279.  
  280.  
  281.  
  282. /* the verses tabs */
  283.  
  284.  
  285. ul#tabs {
  286. list-style-type: none;
  287. padding: 0;
  288. text-align: center;
  289. font-size:8px;
  290. letter-spacing:1px;
  291. }
  292.  
  293. ul#tabs li {
  294. display: inline-block;
  295. background-color: transparent;
  296. border: solid 0px #e36637;
  297. padding: 4px 12px;
  298. margin-bottom: 4px;
  299. color: #1b1b1b;
  300. cursor: pointer;
  301. }
  302.  
  303. ul#tabs li:hover {
  304. background-color: #b0b0b0;
  305. }
  306.  
  307. ul#tabs li.active {
  308. background-color: #0f0f0f;
  309. background-image:url('https://media.discordapp.net/attachments/446056265890660354/546331714830467072/stupid3.png');
  310. border: 1px solid #9b9b9b;
  311. }
  312.  
  313. ul#tab {
  314. list-style-type: none;
  315. margin: 0;
  316. padding: 0;
  317. }
  318.  
  319. ul#tab li {
  320. display: none;
  321. }
  322.  
  323. ul#tab li.active {
  324. display: block;
  325. }
  326.  
  327.  
  328.  
  329.  
  330. /* back to general look & details */
  331.  
  332.  
  333.  
  334. a:link, a:active, a:visited {
  335. text-decoration: none;
  336. color: #c9c9c9;
  337. -moz-transition-duration:.6s;
  338. -webkit-transition-duration:.6s;
  339. -o-transition-duration:.6s;
  340. -webkit-filter: blur(0px);}
  341.  
  342. a:hover {
  343. color: #732727;
  344. -moz-transition-duration:.6s;
  345. -webkit-transition-duration:.6s;
  346. -o-transition-duration:.6s;
  347. -webkit-filter: blur(1px);}
  348.  
  349.  
  350.  
  351. h1 {
  352. background-color: transparent;
  353. font-family: 'Montserrat', sans-serif;
  354. font-size: 16px;
  355. line-height: 20px;
  356. letter-spacing: 2px;
  357. text-align: center;
  358. text-transform:uppercase;
  359. color: #c9c9c9;
  360. }
  361.  
  362.  
  363. h2 {
  364. background-color: transparent;
  365. font-family: 'Montserrat', sans-serif;
  366. font-size: 15px;
  367. line-height: 16px;
  368. letter-spacing: 2px;
  369. text-align: left;
  370. text-transform:uppercase;
  371. color: #c9c9c9;
  372. }
  373.  
  374.  
  375.  
  376. h3 {
  377. background-color: transparent;
  378. background-image:url("https://media.discordapp.net/attachments/446056265890660354/546331714830467072/stupid3.png");
  379. border:1px dotted #9b9b9b;
  380. font-family: arial;
  381. font-weight:bold;
  382. color: #c9c9c9;
  383. text-shadow:0px 0px 2px #2c2f34;
  384. font-size: 10px;
  385. line-height: 12px;
  386. letter-spacing: 2px;
  387. text-align: center;
  388. text-transform:uppercase;
  389. padding:1px;
  390. line-height:120%;}
  391.  
  392.  
  393.  
  394. quotetext {
  395. background-color: transparent;
  396. font-family: times;
  397. font-size: 14px;
  398. line-height: 20px;
  399. letter-spacing: 2px;
  400. text-align: center;
  401. text-transform:uppercase;
  402. color: #dadada;
  403. }
  404.  
  405.  
  406.  
  407. blockquote {
  408. word-wrap: break-word;
  409. padding:2px 7px;
  410. margin:3px 0 3px 10px;
  411. border-left:1px solid {color:border};
  412. background-color:transparent;}
  413.  
  414.  
  415. blockquote img{
  416. max-width:100%;
  417. height:auto;
  418. }
  419.  
  420. blockquote blockquote img{
  421. max-width:100%;
  422. height:auto;
  423. }
  424.  
  425.  
  426.  
  427.  
  428.  
  429.  
  430.  
  431. b, bold {
  432. font-size:10px;
  433. text-transform:uppercase;
  434. letter-spacing:1px;
  435. font-family: times;
  436. color: #bf5a07;
  437. text-shadow:1px 1px 0 #343434;
  438. }
  439.  
  440.  
  441. i, italic {
  442. font-size:12px;
  443. color: #b8b8b8;
  444. font-family: 'Roboto Condensed', sans-serif;
  445. text-shadow: 0px 0px 2px #5a5a5a;
  446. letter-spacing:1px;
  447. text-transform:lowercase;
  448. }
  449.  
  450.  
  451.  
  452. p {
  453. margin-top:5px;
  454. margin-bottom:5px;}
  455.  
  456.  
  457. ol {
  458. list-style:normal;}
  459.  
  460.  
  461. ul {
  462. list-style:square;}
  463.  
  464.  
  465. small {
  466. font-size:10px}
  467.  
  468.  
  469. sup,sub {
  470. font-size:11px}
  471.  
  472.  
  473. pre {
  474. font-size: 10px;
  475. letter-spacing:3px;
  476. background-color:#7f7f7f;
  477. font-family: "Times New Roman", Times, serif;
  478. font-style: none;
  479. text-align:center;
  480. }
  481.  
  482.  
  483.  
  484. big {
  485. font-size:14px;
  486. text-transform:uppercase;
  487. letter-spacing:2px;
  488. font-family: "Times New Roman", Times, serif;
  489. color: #b8b8b8;
  490. text-shadow: 0px 0px 2px #383838;
  491. }
  492.  
  493.  
  494.  
  495. {block:IfGreyscale}
  496.  
  497. img {
  498. -webkit-filter:grayscale(100%);
  499. -webkit-transition: all 0.9s ease-in-out;
  500. -moz-transition: all 0.9s ease-in-out;
  501. -o-transition: all 0.9s ease-in-out;
  502. -ms-transition: all 0.9s ease-in-out;
  503. transition: all 0.9s ease-in-out;}
  504.  
  505. img:hover {
  506. -webkit-filter:none;}
  507.  
  508. .html_photoset {
  509. -webkit-filter: grayscale(100%);
  510. -webkit-transition: all 0.9s ease-in-out;
  511. -moz-transition: all 0.9s ease-in-out;
  512. -o-transition: all 0.9s ease-in-out;
  513. -ms-transition: all 0.9s ease-in-out;
  514. transition: all 0.9s ease-in-out;}
  515.  
  516. .html_photoset:hover {
  517. -webkit-filter: none;}
  518.  
  519. {/block:IfGreyscale}
  520.  
  521.  
  522.  
  523. #pcontainer {
  524. background-color:transparent;
  525. width:240px;
  526. height:500px;
  527. padding: 20px;
  528. top:100px;
  529. margin-left: 820px;
  530. position:relative;
  531. overflow-y:scroll;
  532. overflow-x:hidden;
  533. -webkit-mask-image: -webkit-gradient(
  534. linear, center 75%, center bottom,
  535. from(rgba(0,0,0,20)),
  536. to(rgba(20,0,0,0)));
  537. border:1px solid transparent;}
  538.  
  539.  
  540.  
  541. #pcontainer img {
  542. height:auto;
  543. max-width:100%;
  544. }
  545.  
  546.  
  547.  
  548. #content {
  549. margin-left:62px;
  550. width:310px;
  551. margin-top: -100px;
  552. }
  553.  
  554.  
  555. #posts {
  556. width:250px;
  557. padding:10px;
  558. margin-top: 85px;
  559. margin-left:-70px;
  560. padding-bottom:0px;}
  561.  
  562.  
  563.  
  564. #sidebar {
  565. margin-left: 1590px;
  566. line-height:15px;
  567. width: 180px;
  568. position: fixed;
  569. top: 200px;
  570. text-align: center; }
  571.  
  572.  
  573. #sidebar img {
  574. width:150px;
  575. padding-top:10px;
  576. padding-bottom:10px;}
  577.  
  578.  
  579. #description {
  580. margin-left: 0px;
  581. margin-top: -50px;
  582. width:180px;
  583. color:transparent;}
  584.  
  585.  
  586.  
  587. #actualnews {
  588. font-family: calibri;
  589. font-size:10px;
  590. text-align:justify;
  591. background:transparent;
  592. color: #e6e6e6;
  593. width:150px;
  594. height:220px;
  595. padding-top:3px;
  596. border:0px solid #131313;
  597. margin-left: 540px;
  598. margin-top: -5px;
  599. position:fixed;
  600. -webkit-filter: blur(0px);
  601. -webkit-transition: 0.8s ease-in;
  602. -moz-transition: 1s ease-in;
  603. transition: 1s ease-in;
  604. opacity:0.5;
  605. -webkit-transition: all 0.6s ease-in-out;
  606. -moz-transition: all 0.6s ease-in-out;
  607. -o-transition: all 0.6s ease-in-out;
  608. -ms-transition: all 0.6s ease-in-out;
  609. transition: all 0.6s ease-in-out;
  610. }
  611.  
  612.  
  613.  
  614. #actualnews:hover {
  615. -webkit-filter:none;
  616. -webkit-transition: all 0.6s ease-in-out;
  617. opacity:1;
  618. -webkit-transition: all 0.6s ease-in-out;
  619. -moz-transition: all 0.6s ease-in-out;
  620. -o-transition: all 0.6s ease-in-out;
  621. -ms-transition: all 0.6s ease-in-out;
  622. transition: all 0.6s ease-in-out;
  623. }
  624.  
  625.  
  626.  
  627. #thekey {
  628. position:fixed;
  629. color:#7c7470;
  630. text-shadow: 0px 0px 2px #fff;
  631. margin-top:175px;
  632. margin-left:55px;
  633. width:710px;
  634. padding:9px;
  635. letter-spacing:2px;
  636. word-spacing:5px; /*this defines the separation of each word of the links*/
  637. font-family: helvetica;
  638. font-size:12px;
  639. text-align:center;
  640. background:transparent;
  641. text-transform:uppercase;
  642. -webkit-transform: rotate(-90deg);
  643. -moz-transform: rotate(-90deg);
  644. -o-transform: rotate(-90deg);
  645. }
  646.  
  647.  
  648.  
  649.  
  650. /* JUMBLED LINKS */
  651.  
  652.  
  653.  
  654. .alinks {
  655. position:fixed;
  656. text-shadow: 0px 0px 0px #000;
  657. left:440px;
  658. top:470px;
  659. transform: rotate(0deg);
  660. font-family: 'Montserrat', sans-serif;
  661. font-size: 20px;}
  662.  
  663.  
  664. .alinks a {
  665. opacity:0.5;
  666. padding:10px;
  667. color: #e74d00;
  668. margin-right:0px;
  669. -webkit-filter: blur(0px);
  670. -webkit-transition: 0.8s ease-in;
  671. -moz-transition: 1s ease-in;
  672. transition: 1s ease-in;
  673. }
  674.  
  675. .alinks a:hover {
  676. opacity:1;
  677. -webkit-filter: blur(3px);
  678. -webkit-transition: all 0.6s ease-in-out;
  679. -moz-transition: all 0.6s ease-in-out;
  680. -o-transition: all 0.6s ease-in-out;
  681. -ms-transition: all 0.6s ease-in-out;
  682. transition: all 0.6s ease-in-out;
  683. color: #dddddd;
  684. text-shadow: 3px 3px 3px #000;
  685. }
  686.  
  687.  
  688.  
  689.  
  690. .blinks {
  691. position:fixed;
  692. text-shadow: 0px 0px 0px #000;
  693. left:350px;
  694. top:590px;
  695. transform: rotate(0deg);
  696. font-family: 'Montserrat', sans-serif;
  697. font-size: 40px;}
  698.  
  699.  
  700. .blinks a {
  701. padding:10px;
  702. color:#e74d00;
  703. margin-right:0px;
  704. -webkit-filter: blur(0px);
  705. -webkit-transition: 0.8s ease-in;
  706. -moz-transition: 1s ease-in;
  707. transition: 1s ease-in;
  708. }
  709.  
  710. .blinks a:hover {
  711. -webkit-transition: all 0.6s ease-in-out;
  712. -moz-transition: all 0.6s ease-in-out;
  713. -o-transition: all 0.6s ease-in-out;
  714. -ms-transition: all 0.6s ease-in-out;
  715. transition: all 0.6s ease-in-out;
  716. color: #dddddd;
  717. text-shadow: 2px 2px 2px #000;
  718. }
  719.  
  720.  
  721.  
  722.  
  723. .clinks {
  724. position:fixed;
  725. text-shadow: 0px 0px 0px #000;
  726. left:450px;
  727. top:590px;
  728. transform: rotate(0deg);
  729. font-family: 'Montserrat', sans-serif;
  730. font-size: 40px;}
  731.  
  732.  
  733. .clinks a {
  734. padding:10px;
  735. color:#e74d00;
  736. margin-right:0px;
  737. -webkit-filter: blur(0px);
  738. -webkit-transition: 0.8s ease-in;
  739. -moz-transition: 1s ease-in;
  740. transition: 1s ease-in;
  741. }
  742.  
  743. .clinks a:hover {
  744. -webkit-transition: all 0.6s ease-in-out;
  745. -moz-transition: all 0.6s ease-in-out;
  746. -o-transition: all 0.6s ease-in-out;
  747. -ms-transition: all 0.6s ease-in-out;
  748. transition: all 0.6s ease-in-out;
  749. color: #dddddd;
  750. text-shadow: 2px 2px 2px #000;
  751. }
  752.  
  753.  
  754.  
  755.  
  756. .dlinks {
  757. position:fixed;
  758. text-shadow: 0px 0px 0px #000;
  759. left:550px;
  760. top:590px;
  761. transform: rotate(0deg);
  762. font-family: 'Montserrat', sans-serif;
  763. font-size: 40px;}
  764.  
  765.  
  766. .dlinks a {
  767. padding:10px;
  768. color:#e74d00;
  769. margin-right:0px;
  770. -webkit-filter: blur(0px);
  771. -webkit-transition: 0.8s ease-in;
  772. -moz-transition: 1s ease-in;
  773. transition: 1s ease-in;
  774. }
  775.  
  776. .dlinks a:hover {
  777. -webkit-transition: all 0.6s ease-in-out;
  778. -moz-transition: all 0.6s ease-in-out;
  779. -o-transition: all 0.6s ease-in-out;
  780. -ms-transition: all 0.6s ease-in-out;
  781. transition: all 0.6s ease-in-out;
  782. color: #dddddd;
  783. text-shadow: 2px 2px 2px #000;
  784. }
  785.  
  786.  
  787.  
  788.  
  789. .elinks {
  790. position:fixed;
  791. text-shadow: 0px 0px 0px #000;
  792. left:650px;
  793. top:590px;
  794. transform: rotate(0deg);
  795. font-family: 'Montserrat', sans-serif;
  796. font-size: 40px;}
  797.  
  798.  
  799. .elinks a {
  800. padding:10px;
  801. color:#e74d00;
  802. margin-right:0px;
  803. -webkit-filter: blur(0px);
  804. -webkit-transition: 0.8s ease-in;
  805. -moz-transition: 1s ease-in;
  806. transition: 1s ease-in;
  807. }
  808.  
  809. .elinks a:hover {
  810. -webkit-transition: all 0.6s ease-in-out;
  811. -moz-transition: all 0.6s ease-in-out;
  812. -o-transition: all 0.6s ease-in-out;
  813. -ms-transition: all 0.6s ease-in-out;
  814. transition: all 0.6s ease-in-out;
  815. color: #dddddd;
  816. text-shadow: 2px 2px 2px #000;
  817. }
  818.  
  819.  
  820.  
  821. .flinks {
  822. position:fixed;
  823. text-shadow: 0px 0px 0px #000;
  824. left:750px;
  825. top:590px;
  826. transform: rotate(0deg);
  827. font-family: 'Montserrat', sans-serif;
  828. font-size: 40px;}
  829.  
  830.  
  831. .flinks a {
  832. padding:10px;
  833. color:#e74d00;
  834. margin-right:0px;
  835. -webkit-filter: blur(0px);
  836. -webkit-transition: 0.8s ease-in;
  837. -moz-transition: 1s ease-in;
  838. transition: 1s ease-in;
  839. }
  840.  
  841. .flinks a:hover {
  842. -webkit-transition: all 0.6s ease-in-out;
  843. -moz-transition: all 0.6s ease-in-out;
  844. -o-transition: all 0.6s ease-in-out;
  845. -ms-transition: all 0.6s ease-in-out;
  846. transition: all 0.6s ease-in-out;
  847. color: #dddddd;
  848. text-shadow: 2px 2px 2px #000;
  849. }
  850.  
  851.  
  852.  
  853. .credit {
  854. position:fixed;
  855. text-shadow: 0px 0px 11px #7C6868;
  856. right:15px;
  857. bottom:15px;
  858. transform: rotate(0deg);
  859. font-family: helvetica;
  860. font-size: 14px; }
  861.  
  862.  
  863. .credit a {
  864. padding:10px;
  865. color:#191919;
  866. margin-right:0px;
  867. -webkit-filter: blur(1px);
  868. -webkit-transition: 0.8s ease-in;
  869. -moz-transition: 1s ease-in;
  870. transition: 1s ease-in;
  871. }
  872.  
  873. .credit a:hover {
  874. -webkit-transition: all 0.6s ease-in-out;
  875. -moz-transition: all 0.6s ease-in-out;
  876. -o-transition: all 0.6s ease-in-out;
  877. -ms-transition: all 0.6s ease-in-out;
  878. transition: all 0.6s ease-in-out;
  879. color: #000000;
  880. text-shadow: 2px 2px 2px #000000;
  881. }
  882.  
  883.  
  884.  
  885.  
  886.  
  887.  
  888.  
  889.  
  890.  
  891.  
  892. /* JUMBLED LINKS ENDS */
  893.  
  894.  
  895.  
  896. #pagination {
  897. position:fixed;
  898. font-family:times;
  899. width:300px;
  900. font-size:8px;
  901. top:520px;
  902. left:260px;
  903. letter-spacing:3px;
  904. text-align:center;
  905. z-index:999999999999;
  906. }
  907.  
  908. #pagination a {
  909. text-transform:uppercase;
  910. color:#a62e2e;
  911. -webkit-filter: blur(1px);
  912. -webkit-transition: 0.8s ease-in;
  913. -moz-transition: 1s ease-in;
  914. transition: 1s ease-in;
  915. z-index:999999999999;
  916. }
  917.  
  918. #pagination a:hover {
  919. color:#e6e6e6;
  920. -webkit-filter: blur(0px);
  921. -webkit-transition: 0.2s ease-in;
  922. -moz-transition: 1s ease-in;
  923. transition: 1s ease-in;
  924. }
  925.  
  926.  
  927. .audio {
  928. width:335px;
  929. padding-bottom:10px;
  930. background-color:{color:#000000};}
  931.  
  932. .albumart {
  933. float:left;
  934. padding:0px 10px 10px 0px;}
  935.  
  936. .albumart img {
  937. width:65px;
  938. height:65px;}
  939.  
  940. .playercontainer {
  941. text-align:left;
  942. padding:10px;
  943. background-color:#090909;
  944. width:335px;}
  945.  
  946. .audioinfo {
  947. padding:10px;
  948. color:{color:text};}
  949.  
  950.  
  951.  
  952.  
  953.  
  954. /* QUESTIONS & ANSWERS DETAILS */
  955.  
  956.  
  957. #asker {
  958. font-family: 'Arizonia', cursive;
  959. font-style:none;
  960. letter-spacing:2px;
  961. text-align:center;
  962. padding-top: 10px;
  963. margin-left:0px;
  964. text-transform:lowercase;
  965. color: #c9c9c9;
  966. font-size:30px;
  967. padding:5px;
  968. letter-spacing:0px
  969. text-shadow:0 0 2px #aeaeae;
  970. }
  971.  
  972.  
  973. #asker a{
  974. font-family: 'Arizonia', cursive;
  975. font-style:none;
  976. letter-spacing:2px;
  977. text-transform:lowercase;
  978. font-size:30px;
  979. letter-spacing: 0px;
  980. text-shadow: none;
  981. color: #a62e2e;
  982. text-shadow:0 0 2px #1a1a1a;
  983. -webkit-filter: blur(0.5px);
  984. }
  985.  
  986.  
  987. #asker a:hover {
  988. color: #656565;
  989. letter-spacing: 0px;
  990. text-shadow:0 0 2px #000;
  991. -webkit-filter: blur(2px);
  992. -webkit-transition:all .5s ease-in-out;
  993. -moz-transition:all .5s ease-in-out;
  994. transition:all .5s ease-in-out;
  995. }
  996.  
  997.  
  998.  
  999. #ask {
  1000. font-family: times;
  1001. width:225px;
  1002. font-size:8px;
  1003. text-align:center;
  1004. padding-top: 5px;
  1005. margin-left:0px;
  1006. text-transform:auto;
  1007. letter-spacing:3px
  1008. margin-top:-10px;
  1009. padding:5px;
  1010. background: #000;
  1011. background: url("https://media.discordapp.net/attachments/446056265890660354/546331714830467072/stupid3.png");
  1012. color:#dcdcdc;
  1013. text-transform: uppercase;
  1014. border-bottom-left-radius: 10px;
  1015. border-bottom-right-radius: 10px;
  1016. border-top-left-radius: 10px;
  1017. border-top-right-radius: 10px;
  1018. padding:10px;
  1019. letter-spacing:2px;
  1020. border-bottom:solid 1px #717171;
  1021. border-top:solid 1px #717171;
  1022. }
  1023.  
  1024.  
  1025. .ans {
  1026. text-align:center;
  1027. padding:10px;
  1028. }
  1029.  
  1030.  
  1031. /* POST INFO DETAILS */
  1032.  
  1033.  
  1034.  
  1035. #info {
  1036. background: url("https://media.discordapp.net/attachments/446056265890660354/546331714830467072/stupid3.png");
  1037. border: 1px solid #717171;
  1038. border-bottom-right-radius: 15px;
  1039. border-bottom-left-radius: 15px;
  1040. border-top-right-radius: 15px;
  1041. border-top-left-radius: 15px;
  1042. width:255px;
  1043. height:25px;
  1044. text-align:center;
  1045. letter-spacing:10px;
  1046. margin-top:8px;
  1047. margin-bottom:50px;
  1048. text-transform:uppercase;
  1049. font-size:15px;
  1050. font-style:none;
  1051. }
  1052.  
  1053.  
  1054.  
  1055.  
  1056. #info a {
  1057. color:#dcdcdc;}
  1058.  
  1059. #info a:hover {
  1060. color:#000;}
  1061.  
  1062.  
  1063.  
  1064.  
  1065. #tags {
  1066. font-family: helvetica;
  1067. color:#a62e2e;
  1068. padding-bottom:35px;
  1069. letter-spacing:2px;
  1070. text-transform:uppercase;
  1071. font-size:7px;
  1072. font-style:normal;
  1073. margin-top:10px;
  1074. text-align:right;
  1075. float:right;
  1076. }
  1077.  
  1078.  
  1079. #tags a {
  1080. display:inline-block;
  1081. padding:-3px;
  1082. opacity:0.8;
  1083. text-align:center;
  1084. color:#e6e6e6;
  1085.  
  1086. }
  1087.  
  1088.  
  1089. #tags a:hover {
  1090. color:{color:text};
  1091. }
  1092.  
  1093.  
  1094.  
  1095.  
  1096.  
  1097.  
  1098. .note {
  1099. text-transform:uppercase;
  1100. font-style:normal;
  1101. letter-spacing:0px;
  1102. font-size: 10px;
  1103. text-align:left;
  1104. line-height:90%;
  1105. margin-left:-40px;}
  1106.  
  1107. .note li {
  1108. list-style-type:none;
  1109. border-bottom:0px solid {color:border};
  1110. padding:10px 25px 10px 25px;
  1111. text-align:left;
  1112. margin:0px;
  1113. -moz-transition-duration:0.5s;
  1114. -webkit-transition-duration:0.5s;
  1115. -o-transition-duration:0.5s;}
  1116.  
  1117. .note img.avatar {
  1118. margin-right: 10px;
  1119. width: 16px;
  1120. height: 16px;}
  1121.  
  1122.  
  1123.  
  1124.  
  1125. /*--BASIC POP-UP DETAILS--*/
  1126.  
  1127.  
  1128.  
  1129. .popup_block{
  1130. display:none;
  1131. background: url("");
  1132. background:#171819;
  1133. padding:20px;
  1134. border:0px solid #eee; /* if you want a solid white pop-up, delete this */
  1135. float:left;
  1136. height: 400px;
  1137. top:50%; left:50%;
  1138. position:fixed;
  1139. z-index: 99999;
  1140. -webkit-box-shadow: 1px 1px 5px #323232;
  1141. -moz-box-shadow: 1px 1px 5px #323232;
  1142. box-shadow: 1px 1px 5px #323232;
  1143. }
  1144.  
  1145.  
  1146. *html #fade {position: absolute;}
  1147. *html .popup_block {position: absolute;}
  1148. #fade {
  1149. display:none;
  1150. position:fixed;
  1151. left:0px;
  1152. top:0px;
  1153. width:100%;
  1154. height:100%;
  1155. z-index:9999;
  1156. background:#000;
  1157. opacity:0.5;
  1158. }
  1159.  
  1160.  
  1161.  
  1162.  
  1163. .popupnavlinks {
  1164. padding-top:5px;
  1165. text-align:center; }
  1166.  
  1167.  
  1168. .popupnavlinks a {
  1169. display:inline-block;
  1170. width:120px; height:8px;
  1171. margin:2px; padding:6px 6px 10px;
  1172. text-align:center;
  1173. font-family:'helvetica';
  1174. font-size:8px;
  1175. text-transform:uppercase;
  1176. letter-spacing:1px;
  1177. color:#dcdcdc; background:transparent;
  1178. background-image:url('https://media.discordapp.net/attachments/446056265890660354/546331714830467072/stupid3.png');
  1179. border:1px dotted;
  1180. border-color: #9b9b9b;
  1181. }
  1182.  
  1183.  
  1184. .popupnavlinks a:hover {
  1185. display:inline-block;
  1186. width:120px; margin:2px;
  1187. padding:6px 6px 10px;
  1188. text-align:center;
  1189. font-family:'helvetica';
  1190. font-size:8px;
  1191. text-transform:uppercase;
  1192. letter-spacing:1px;
  1193. color:#2e2e2e;
  1194. background:transparent }
  1195.  
  1196.  
  1197.  
  1198. .popupclose {
  1199. float:right; top:0px; right:0px;
  1200. margin-top:-10px; margin-right:-10px;
  1201. font-family:'Scada', sans serif;
  1202. font-size:10px;
  1203. font-weight:bold }
  1204.  
  1205. .popupclose a {
  1206. color:#aaa }
  1207.  
  1208.  
  1209.  
  1210. /*--TOOLTIP DETAILS--*/
  1211.  
  1212.  
  1213.  
  1214. #s-m-t-tooltip{
  1215. max-width:400px;
  1216. margin:15px;
  1217. padding:2px 8px;
  1218. background: #dcdcdc;
  1219. background-image:url('https://media.discordapp.net/attachments/446056265890660354/546331714830467072/stupid3.png');
  1220. border:1px dotted;
  1221. border-color: #dddddd;
  1222. color:#9b9b9b;
  1223. z-index:99999999999999999999;
  1224. font-size:9px;
  1225. letter-spacing:2px;
  1226. font-style:bold;
  1227. letter-spacing:2px;
  1228. font-family:'helvetica';
  1229. text-transform:uppercase;
  1230. box-shadow:1px 1px 3px rgba(0,0,0,.1);}
  1231.  
  1232.  
  1233.  
  1234.  
  1235.  
  1236. </style>
  1237.  
  1238.  
  1239. </head>
  1240.  
  1241. <body>
  1242.  
  1243. <div id="content">
  1244.  
  1245. <div id="sidebar">
  1246.  
  1247. <img src="{image:Sidebar}" />
  1248.  
  1249. <div id="description">{description}</div>
  1250.  
  1251. </div>
  1252.  
  1253. <div id="pagination">
  1254. {block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">previous</a> • {/block:PreviousPage}{block:NextPage} <a href="{NextPage}">next</a>{/block:NextPage}{/block:Pagination}
  1255. </div>
  1256.  
  1257.  
  1258. <div id="links">
  1259.  
  1260.  
  1261. <div id="linkbar">
  1262.  
  1263.  
  1264. <div class="alinks">
  1265. <a href="/" title="refresh."> <img src="https://cdn.discordapp.com/attachments/559555680357318666/559861455806005323/death-to-america.png"> </a>
  1266. </div>
  1267.  
  1268.  
  1269. <div class="blinks">
  1270. <a href="#?w=310" rel="box1" class="poplight" title="ask."> 01. </a>
  1271. </div>
  1272.  
  1273.  
  1274. <div class="clinks">
  1275. <a href="#?w=310" rel="box2" class="poplight" title="laws."> 02. </a>
  1276. </div>
  1277.  
  1278.  
  1279. <div class="dlinks">
  1280. <a href="#?w=310" rel="box3" class="poplight" title="verses."> 03. </a>
  1281. </div>
  1282.  
  1283.  
  1284.  
  1285. <div class="elinks">
  1286. <a href="#?w=310" rel="box4" class="poplight" title="about."> 04. </a>
  1287. </div>
  1288.  
  1289.  
  1290.  
  1291. <div class="flinks">
  1292. <a href="#?w=310" rel="box5" class="poplight" title="mains."> 05. </a>
  1293. </div>
  1294.  
  1295.  
  1296. <div class="credit">
  1297. <a href="https://agirlingrey.tumblr.com/" title="agirlingrey.">A.</a>
  1298. </div>
  1299.  
  1300.  
  1301. </div></div>
  1302.  
  1303.  
  1304. <div id="pcontainer">
  1305.  
  1306. <div id="content"><div id="posts">
  1307. {block:Posts}
  1308.  
  1309.  
  1310. {block:Quote}<quotetext>"{Quote}"</quotetext>&nbsp; <br><br> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; — {Source} {/block:Quote}
  1311. {block:Title}<h1>{Title}&nbsp;</h1>{/block:Title}
  1312. {block:Text}{Body}{/block:Text}
  1313.  
  1314. {block:Link}<a href="{URL}" class="link" {Target}><h1>{Name}&nbsp;</h1></a>
  1315.  
  1316. {block:Description}<P>{Description}</p>{/block:Description}{/block:Link}
  1317.  
  1318. {block:Photo}<center>{LinkOpenTag}<img src="{PhotoURL-HighRes}" width="360px">{LinkCloseTag}</center>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  1319. {block:Photoset}<center>{Photoset}</center>{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  1320.  
  1321. {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}
  1322.  
  1323. {block:Video}{Video-250}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  1324.  
  1325.  
  1326. {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}
  1327.  
  1328.  
  1329. {block:Audio}<div class="audio">
  1330.  
  1331. {block:AlbumArt}
  1332. {/block:AlbumArt}
  1333.  
  1334.  
  1335. <div class="audioinfo">{block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}{block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  1336. {/block:ExternalAudio}<b>Played:</b> {PlayCount} times</div>
  1337. <br><div class="playercontainer">{AudioPlayerBlack}</div></div>
  1338. {block:Caption}{Caption}{/block:Caption}<br>{/block:Audio}
  1339.  
  1340.  
  1341. <div id="info">
  1342. <br>
  1343.  
  1344. &nbsp; &nbsp;
  1345.  
  1346.  
  1347. {block:Date}
  1348. <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>
  1349. {/block:Date}
  1350.  
  1351.  
  1352. {block:RebloggedFrom}
  1353. <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>
  1354. {/block:RebloggedFrom}
  1355.  
  1356.  
  1357. {block:ContentSource}
  1358. <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>
  1359. {/block:ContentSource}
  1360.  
  1361.  
  1362. <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>
  1363.  
  1364.  
  1365. <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>
  1366.  
  1367.  
  1368. <br>
  1369.  
  1370. {block:HasTags}<div id="tags">{block:Tags} & <a href="{TagURL}">{Tag}</a> {/block:Tags}</div>{/block:HasTags}</div> &nbsp;
  1371. {/block:Posts}
  1372. <div class="note">
  1373. {block:PostNotes}{PostNotes}{/block:PostNotes}
  1374. </div>
  1375.  
  1376. {/block:Posts}</div></div>
  1377.  
  1378.  
  1379.  
  1380. </div> </div> </div> </div> </div> </div>
  1381.  
  1382.  
  1383.  
  1384. </body>
  1385.  
  1386.  
  1387.  
  1388. <div id="box1" class="popup_block">
  1389.  
  1390. <h3>
  1391. messages
  1392. </h3>
  1393.  
  1394. <center>
  1395.  
  1396.  
  1397. <p><iframe frameborder="0" height="250" id="ask_form" scrolling="yes" src="https://www.tumblr.com/ask_form/fortanach.tumblr.com" width="100%"></iframe></p>
  1398.  
  1399. </div>
  1400.  
  1401. </center>
  1402.  
  1403.  
  1404.  
  1405. <div id="box2" class="popup_block">
  1406.  
  1407. <div style="width:auto;height:405px;overflow:scroll;padding:5px;">
  1408.  
  1409.  
  1410. <h3>LAWS.</h3>
  1411.  
  1412.  
  1413. <br><br>
  1414. <p><strong><center>est. MARCH 2019.</center></strong>
  1415.  
  1416. <p><strong>001. &nbsp;</strong> &nbsp; &nbsp; RAMON SALAZAR (RESIDENT EVIL). WRITTEN BY STARRY.&nbsp;</p>
  1417. <p><strong>002. &nbsp;</strong> &nbsp; &nbsp;Panfandom, selective, AU/OC-friendly. Mutually exclusive..</p>
  1418. <p><strong>003.</strong> &nbsp; &nbsp;NSFW / triggering themes accordingly tagged. Read mores used.&nbsp;</p>
  1419. <p><strong>004.</strong> &nbsp; Somewhat canon-divergent ; headcanon - based.</p>
  1420. <p><strong>005.</strong> &nbsp; the main focus on this blog isn&rsquo;t shipping, however, if it does happen, it happens! however, i am totally fine with writing nsfw subjects, such as sex, gore, etc <em>( i mean you gotta like a bit of gore if you&rsquo;re gonna write a chick from a zombie game )</em> <strong>ANYWAY,</strong> i will not ship with anyone under the age of eighteen&nbsp;!</p>
  1421. <p><strong>006.</strong> &nbsp; &nbsp;Para, multi-para/novella. Your time is valuable; take as long as is necessary to reply. Fun and interest are my top priorities.Heavy and triggering themes may be present such as: death, gore, abuse, body horror, and existentialism. Be aware that I tend to write explicitly. Please browse with caution.</p>
  1422. <p><strong>007. &nbsp;</strong>No godmodding/power-play/what have you. No bigots/fascists/incest/pedos welcome, period. I use the block button at my own discretion.&nbsp;</p>
  1423. <p><strong>008.</strong> &nbsp; &nbsp;Multiship based on chemistry. Smut may be present, but only if we - and our muses - know each other well enough.
  1424.  
  1425. No sexual triggers except in the case of flashbacks/trauma explanation.</p>
  1426.  
  1427. </div>
  1428. </div>
  1429.  
  1430.  
  1431.  
  1432.  
  1433. <div id="box3" class="popup_block">
  1434.  
  1435. <h3>verses</h3>
  1436.  
  1437. <ul id="tabs">
  1438. <li class="active">VERSE 1.</li>
  1439. <li>VERSE 2.</li>
  1440. <li>VERSE 3.</li>
  1441. <li>VERSE 4.</li>
  1442. </ul>
  1443.  
  1444. <div style="width:auto;height:335px;overflow:scroll;padding:5px;">
  1445.  
  1446.  
  1447.  
  1448. <ul id="tab">
  1449. <li class="active">
  1450.  
  1451.  
  1452. <a href="/tagged/VERSE">VERSE NAME.</a>
  1453. <img src="https://66.media.tumblr.com/cd395cb23ce7278be8ddf94ae7aee17a/tumblr_o8xzvk4En01ud4mdwo1_100.png" align="left" style="height:85px;width:85px;padding-right:5px;padding-bottom:0px;">
  1454.  
  1455.  
  1456. <br>
  1457.  
  1458. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc eu suscipit orci. Donec eget neque eleifend, porta lacus ut, hendrerit justo. Nulla quis eleifend nunc. Sed accumsan at erat at sagittis. Suspendisse potenti. Vestibulum orci purus, sagittis id tellus quis, blandit imperdiet ex. Suspendisse auctor, risus ut consectetur dignissim, diam est luctus justo, eu lacinia lectus ipsum sed urna. Integer sem ante, posuere sit amet nulla vitae, posuere fringilla nunc.
  1459.  
  1460.  
  1461. <br><br><br>
  1462.  
  1463.  
  1464.  
  1465. <a href="/tagged/VERSE">VERSE NAME.</a>
  1466. <img src="https://66.media.tumblr.com/cd395cb23ce7278be8ddf94ae7aee17a/tumblr_o8xzvk4En01ud4mdwo1_100.png" align="left" style="height:85px;width:85px;padding-right:5px;padding-bottom:0px;">
  1467.  
  1468.  
  1469. <br>
  1470.  
  1471. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc eu suscipit orci. Donec eget neque eleifend, porta lacus ut, hendrerit justo. Nulla quis eleifend nunc. Sed accumsan at erat at sagittis. Suspendisse potenti. Vestibulum orci purus, sagittis id tellus quis, blandit imperdiet ex. Suspendisse auctor, risus ut consectetur dignissim, diam est luctus justo, eu lacinia lectus ipsum sed urna. Integer sem ante, posuere sit amet nulla vitae, posuere fringilla nunc.
  1472.  
  1473.  
  1474. <br><br><br>
  1475.  
  1476.  
  1477. <a href="/tagged/VERSE">VERSE NAME.</a>
  1478. <img src="https://66.media.tumblr.com/cd395cb23ce7278be8ddf94ae7aee17a/tumblr_o8xzvk4En01ud4mdwo1_100.png" align="left" style="height:85px;width:85px;padding-right:5px;padding-bottom:0px;">
  1479.  
  1480.  
  1481. <br>
  1482.  
  1483. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc eu suscipit orci. Donec eget neque eleifend, porta lacus ut, hendrerit justo. Nulla quis eleifend nunc. Sed accumsan at erat at sagittis. Suspendisse potenti. Vestibulum orci purus, sagittis id tellus quis, blandit imperdiet ex. Suspendisse auctor, risus ut consectetur dignissim, diam est luctus justo, eu lacinia lectus ipsum sed urna. Integer sem ante, posuere sit amet nulla vitae, posuere fringilla nunc.
  1484.  
  1485.  
  1486. <br><br>
  1487.  
  1488.  
  1489.  
  1490. </li>
  1491. <li>
  1492.  
  1493.  
  1494.  
  1495. <a href="/tagged/VERSE">VERSE NAME.</a>
  1496. <img src="https://67.media.tumblr.com/9a9f099625e324e424c75d343a786a57/tumblr_o8xzugQ8JK1ud4mdwo1_100.png" align="left" style="height:85px;width:85px;padding-right:5px;padding-bottom:0px;">
  1497.  
  1498.  
  1499. <br>
  1500.  
  1501. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc eu suscipit orci. Donec eget neque eleifend, porta lacus ut, hendrerit justo. Nulla quis eleifend nunc. Sed accumsan at erat at sagittis. Suspendisse potenti. Vestibulum orci purus, sagittis id tellus quis, blandit imperdiet ex. Suspendisse auctor, risus ut consectetur dignissim, diam est luctus justo, eu lacinia lectus ipsum sed urna. Integer sem ante, posuere sit amet nulla vitae, posuere fringilla nunc.
  1502.  
  1503.  
  1504. <br><br><br>
  1505.  
  1506.  
  1507. <a href="/tagged/VERSE">VERSE NAME.</a>
  1508. <img src="https://67.media.tumblr.com/9a9f099625e324e424c75d343a786a57/tumblr_o8xzugQ8JK1ud4mdwo1_100.png" align="left" style="height:85px;width:85px;padding-right:5px;padding-bottom:0px;">
  1509.  
  1510.  
  1511. <br>
  1512.  
  1513. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc eu suscipit orci. Donec eget neque eleifend, porta lacus ut, hendrerit justo. Nulla quis eleifend nunc. Sed accumsan at erat at sagittis. Suspendisse potenti. Vestibulum orci purus, sagittis id tellus quis, blandit imperdiet ex. Suspendisse auctor, risus ut consectetur dignissim, diam est luctus justo, eu lacinia lectus ipsum sed urna. Integer sem ante, posuere sit amet nulla vitae, posuere fringilla nunc.
  1514.  
  1515.  
  1516. <br><br>
  1517.  
  1518.  
  1519. </li>
  1520. <li>
  1521.  
  1522.  
  1523.  
  1524. <a href="/tagged/VERSE">VERSE NAME.</a>
  1525. <img src="https://66.media.tumblr.com/cd395cb23ce7278be8ddf94ae7aee17a/tumblr_o8xzvk4En01ud4mdwo1_100.png" align="left" style="height:85px;width:85px;padding-right:5px;padding-bottom:0px;">
  1526.  
  1527.  
  1528. <br>
  1529.  
  1530. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc eu suscipit orci. Donec eget neque eleifend, porta lacus ut, hendrerit justo. Nulla quis eleifend nunc. Sed accumsan at erat at sagittis. Suspendisse potenti. Vestibulum orci purus, sagittis id tellus quis, blandit imperdiet ex. Suspendisse auctor, risus ut consectetur dignissim, diam est luctus justo, eu lacinia lectus ipsum sed urna. Integer sem ante, posuere sit amet nulla vitae, posuere fringilla nunc.
  1531.  
  1532.  
  1533. <br><br><br>
  1534.  
  1535.  
  1536. <a href="/tagged/VERSE">VERSE NAME.</a>
  1537. <img src="https://66.media.tumblr.com/cd395cb23ce7278be8ddf94ae7aee17a/tumblr_o8xzvk4En01ud4mdwo1_100.png" align="left" style="height:85px;width:85px;padding-right:5px;padding-bottom:0px;">
  1538.  
  1539.  
  1540. <br>
  1541.  
  1542. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc eu suscipit orci. Donec eget neque eleifend, porta lacus ut, hendrerit justo. Nulla quis eleifend nunc. Sed accumsan at erat at sagittis. Suspendisse potenti. Vestibulum orci purus, sagittis id tellus quis, blandit imperdiet ex. Suspendisse auctor, risus ut consectetur dignissim, diam est luctus justo, eu lacinia lectus ipsum sed urna. Integer sem ante, posuere sit amet nulla vitae, posuere fringilla nunc.
  1543.  
  1544.  
  1545. <br><br>
  1546.  
  1547.  
  1548.  
  1549. </li>
  1550. <li>
  1551.  
  1552.  
  1553.  
  1554.  
  1555. <a href="/tagged/VERSE">VERSE NAME.</a>
  1556. <img src="https://67.media.tumblr.com/9a9f099625e324e424c75d343a786a57/tumblr_o8xzugQ8JK1ud4mdwo1_100.png" align="left" style="height:85px;width:85px;padding-right:5px;padding-bottom:0px;">
  1557.  
  1558.  
  1559. <br>
  1560.  
  1561. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc eu suscipit orci. Donec eget neque eleifend, porta lacus ut, hendrerit justo. Nulla quis eleifend nunc. Sed accumsan at erat at sagittis. Suspendisse potenti. Vestibulum orci purus, sagittis id tellus quis, blandit imperdiet ex. Suspendisse auctor, risus ut consectetur dignissim, diam est luctus justo, eu lacinia lectus ipsum sed urna. Integer sem ante, posuere sit amet nulla vitae, posuere fringilla nunc.
  1562.  
  1563.  
  1564. <br><br><br>
  1565.  
  1566.  
  1567. <a href="/tagged/VERSE">VERSE NAME.</a>
  1568. <img src="https://67.media.tumblr.com/9a9f099625e324e424c75d343a786a57/tumblr_o8xzugQ8JK1ud4mdwo1_100.png" align="left" style="height:85px;width:85px;padding-right:5px;padding-bottom:0px;">
  1569.  
  1570.  
  1571. <br>
  1572.  
  1573. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc eu suscipit orci. Donec eget neque eleifend, porta lacus ut, hendrerit justo. Nulla quis eleifend nunc. Sed accumsan at erat at sagittis. Suspendisse potenti. Vestibulum orci purus, sagittis id tellus quis, blandit imperdiet ex. Suspendisse auctor, risus ut consectetur dignissim, diam est luctus justo, eu lacinia lectus ipsum sed urna. Integer sem ante, posuere sit amet nulla vitae, posuere fringilla nunc.
  1574.  
  1575.  
  1576. <br><br>
  1577.  
  1578.  
  1579. </li>
  1580. </ul>
  1581.  
  1582.  
  1583. </div>
  1584. </div>
  1585.  
  1586.  
  1587.  
  1588. <div id="box4" class="popup_block">
  1589.  
  1590. <div style="width:auto;height:400px;overflow:scroll;padding:5px;">
  1591.  
  1592. <h3>basic information</h3>
  1593.  
  1594.  
  1595. <ul>
  1596. <li><b>FULL NAME:</b> Ramon Salazar</li>
  1597. <li><b>BIRTH DATE:</b> xx/xx/1984</li>
  1598. <li><b>ETHNICITY:</b> Spanish ( White )</i></li>
  1599. <li><b>GENDER:</b> Transmale</li>
  1600. <li><b>ROMANTIC ORIENTATION:</b> Homosexual</li>
  1601. <li><b>SEXUAL ORIENTATION:</b> Homosexual</li>
  1602. <li><b>SPOKEN LANGUAGE:</b> english</li>
  1603. <li><b>CURRENT LIVING CONDITIONS:</b> apartment</li>
  1604. <li><b>OCCUPATION:</b>8th Castellan of Salazar Castle</li>
  1605. <li><b>RELIGION:</b>Los Illuminados</li>
  1606. <li><B>SPOKEN LANGUAGES:</b> Spanish, English.
  1607.  
  1608.  
  1609. <h3>physical traits</h3>
  1610.  
  1611. <ul>
  1612. <li><b>EYE COLOUR:</b> Red-yellow.</li>
  1613. <li><b>HAIR COLOUR:</b> Silver-white.</li>
  1614. <li><b>HEIGHT:</b> 4'2" (1.27 m)</li>
  1615. <li><b>BODY BUILD:</b> Tiny and skinny.</li>
  1616. </li>
  1617. </ul>
  1618. <p><pr>At a glance: For such a diminutive figure, he packs quite a punch. Salazar is unafraid of getting on people’s cases and thoroughly enjoys biting as much as he barks. While not particularly skilled in physical combat and hesitant to do his own dirty work, the Castellan secretly loves the way blood stains his white blouses.</pr>
  1619.  
  1620. </ul>
  1621.  
  1622. <h3>personality</h3>
  1623.  
  1624. <ul>
  1625. <li><b>MBTI:</b> ENTP</li>
  1626. <li><b>ENNEAGRAM:</b>Tyoe 7</li>
  1627. <li><b>Primary Vice:</b> Melancholic </li>
  1628. <li><b>Primary Virture:</b> Diligence </li>
  1629. <li><b>Element:</b>Element: Air</li>
  1630. </li>
  1631. </ul>
  1632. <li><b></b>
  1633.  
  1634. <h3>biography</h3>
  1635.  
  1636.  
  1637.  
  1638. tba
  1639.  
  1640. <br><br>
  1641.  
  1642.  
  1643.  
  1644. <br><br><br>
  1645.  
  1646. </div>
  1647. </div>
  1648.  
  1649.  
  1650.  
  1651. <div id="box5" class="popup_block">
  1652.  
  1653. <div style="width:auto;height:400px;overflow:scroll;padding:5px;">
  1654.  
  1655. <h3>MAINS</h3>
  1656.  
  1657. <center>
  1658.  
  1659. <div class="popupnavlinks">
  1660.  
  1661.  
  1662. <a href="http://DSJFISJIF">LINK</a>
  1663. <a href="http://DSJFISJIF">LINK</a>
  1664. <a href="http://DSJFISJIF">LINK</a>
  1665. <a href="http://DSJFISJIF">LINK</a>
  1666. <br>
  1667.  
  1668.  
  1669. </div>
  1670. </div>
  1671. </div>
  1672.  
  1673.  
  1674.  
  1675. <div id="bite">
  1676. <div id="thekey"></div>
  1677. <div class="death">
  1678. <div id="actualnews">
  1679.  
  1680. <center>
  1681.  
  1682.  
  1683. </div>
  1684. </div></div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement