Advertisement
Guest User

ya

a guest
Oct 26th, 2016
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 37.36 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2.  
  3.  
  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="http://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="http://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="http://static.tumblr.com/5omyijl/bzrn2yg7i/style-my-tooltips.css" rel="stylesheet" type="text/css" />
  90. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  91. <script src="http://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. </script>
  109.  
  110.  
  111.  
  112.  
  113.  
  114. <title>{Title}</title>
  115. <link rel="shortcut icon" href="{Favicon}">
  116. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  117. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  118.  
  119. <meta name="color:background" content="#000000"/>
  120. <meta name="color:text" content="#a1a0a0"/>
  121. <meta name="color:description" content=transparent/>
  122. <meta name="color:link" content="#e0d3ed"/>
  123. <meta name="color:link hover" content="#989898" />
  124. <meta name="color:bold" content="#cdc2f0" />
  125. <meta name="color:italic" content="#ffffff" />
  126. <meta name="color:border" content="#292828" />
  127. <meta name="color:scrollbar" content="#ffffff" />
  128. <meta name="color:postbg" content=transparent />
  129. <meta name="color:blockquote" content="#121212" />
  130. <meta name="color:tags" content="#e0d3ed"/>
  131.  
  132. <meta name="image:background" content=""/>
  133.  
  134. <meta name="text:link 1" content="link 1"/>
  135. <meta name="text:link 1 url" content="/"/>
  136. <meta name="text:link 2" content="link 2"/>
  137. <meta name="text:link 2 url" content="/"/>
  138. <meta name="text:link 3" content="link 3"/>
  139. <meta name="text:link 3 url" content="/"/>
  140. <meta name="text:link 4" content="link 4"/>
  141. <meta name="text:link 4 url" content="/"/>
  142. <meta name="text:link 5" content="link 5"/>
  143. <meta name="text:link 5 url" content="/"/>
  144. <meta name="text:link 6" content="link 6"/>
  145. <meta name="text:link 6 url" content="/"/>
  146. <meta name="text:link 7" content="link 7"/>
  147. <meta name="text:link 7 url" content="/"/>
  148. <meta name="text:link 8" content="link 8"/>
  149. <meta name="text:link 8 url" content="/"/>
  150.  
  151. <meta name="if:tinycursor" content="1"/>
  152. <meta name="if:greyscale" content="0"/>
  153. <meta name="text:text size" content="12px" />
  154. <meta name="if:showsubmit" content="0"/>
  155.  
  156. <meta name="color:updates bar" content="#070707"/>
  157. <meta name="image:Updates" content=""/>
  158. <meta name="image:thekey" content=""/>
  159.  
  160.  
  161.  
  162. <!--
  163. CUSTOM FONTS
  164. -->
  165.  
  166.  
  167. <link href='https://fonts.googleapis.com/css?family=Playfair+Display' rel='stylesheet' type='text/css'>
  168.  
  169. <link href='https://fonts.googleapis.com/css?family=Montserrat' rel='stylesheet' type='text/css'>
  170.  
  171. <link href='https://fonts.googleapis.com/css?family=Arizonia' rel='stylesheet' type='text/css'>
  172.  
  173. <link href='https://fonts.googleapis.com/css?family=Roboto+Condensed' rel='stylesheet' type='text/css'>
  174.  
  175.  
  176. <style type="text/css">
  177.  
  178.  
  179.  
  180. /* the hover update thing */
  181.  
  182.  
  183.  
  184. #bite
  185. #bite a{
  186. display:block
  187. }
  188. #bite .death {
  189. margin-top:0px;filter: alpha(opacity = 1.0);
  190. opacity:1.0;-webkit-transition: all 0.5s ease-out;
  191. -moz-transition: all 0.5s ease-out;transition: all 0.5s ease-out;
  192. }
  193.  
  194. #bite:hover .death {
  195. margin-top:0px;
  196. -webkit-transition: all 0.8s ease-out;
  197. -moz-transition: all 0.8s ease-out;
  198. transition: all 0.8s ease-out;
  199. filter: alpha(opacity = 100);
  200. filter: alpha(opacity = 100);
  201. opacity:100;
  202. }
  203.  
  204.  
  205. /* selection font and background */
  206.  
  207.  
  208. ::selection {
  209. background: #444;
  210. color:#fff; }
  211.  
  212.  
  213. ::-moz-selection {
  214. background: #444;
  215. color:#fff; }
  216.  
  217.  
  218.  
  219. /* scrollbar details */
  220.  
  221.  
  222.  
  223. ::-webkit-scrollbar {
  224. height: 0px;
  225. width: 2px;
  226. background:transparent;
  227. border-left:0px solid transparent;
  228. border-right:0px solid transparent;}
  229.  
  230.  
  231. ::-webkit-scrollbar-thumb {
  232. background:transparent;}
  233.  
  234.  
  235.  
  236.  
  237.  
  238. /* the cursor */
  239.  
  240.  
  241. {block:iftinycursor}
  242. body, a, a:hover{
  243. cursor: url('http://media.tumblr.com/28e8e2c9c0a422c5fb73ea368b58b529/tumblr_inline_mv7k3cbC5e1qmxe8x.png'), progress;}
  244. {/block:iftinycursor}
  245.  
  246. iframe#tumblr_controls {
  247. right:3px !important;
  248. position: fixed !important;
  249. -webkit-transition: opacity 0.7s
  250. linear;opacity: 0.2;
  251. -webkit-transition: all 0.8s ease-out;
  252. -moz-transition: all 0.8s ease-out;
  253. transition: all 0.8s ease-out;}
  254.  
  255. iframe#tumblr_controls:hover{
  256. -webkit-transition: opacity 0.7s linear;
  257. opacity: 1;
  258. -webkit-transition: all 0.4s ease-out;
  259. -moz-transition: all 0.4s ease-out;
  260. transition: all 0.4s ease-out;}
  261.  
  262.  
  263.  
  264. /* general look & background */
  265.  
  266.  
  267. body {
  268. background:black;
  269. background-image:url('http://static.tumblr.com/ifxoqbx/U1qofoke2/ua.png');
  270. background-attachment: fixed;
  271. background-repeat: no-repeat;
  272. background-position: left top;
  273. color:black;
  274. font-family: calibri;
  275. text-align:justify;
  276. font-size: 10px;
  277. letter-spacing:1px;
  278. line-height:135%;
  279.  
  280. }
  281.  
  282.  
  283.  
  284. /* the verses tabs */
  285.  
  286.  
  287. ul#tabs {
  288. list-style-type: none;
  289. padding: 0;
  290. text-align: center;
  291. font-size:8px;
  292. letter-spacing:1px;
  293. }
  294.  
  295. ul#tabs li {
  296. display: inline-block;
  297. background-color: transparent;
  298. border: solid 0px #262626;
  299. padding: 4px 12px;
  300. margin-bottom: 4px;
  301. color: #1b1b1b;
  302. cursor: pointer;
  303. }
  304.  
  305. ul#tabs li:hover {
  306. background-color: #b0b0b0;
  307. }
  308.  
  309. ul#tabs li.active {
  310. background-color: #0f0f0f;
  311. background-image:url('https://67.media.tumblr.com/300286f213a8d26a130bfac248803dd5/tumblr_o9e71aSClH1ud4mdwo2_400.png');
  312. border: 1px solid #9b9b9b;
  313. }
  314.  
  315. ul#tab {
  316. list-style-type: none;
  317. margin: 0;
  318. padding: 0;
  319. }
  320.  
  321. ul#tab li {
  322. display: none;
  323. }
  324.  
  325. ul#tab li.active {
  326. display: block;
  327. }
  328.  
  329.  
  330.  
  331.  
  332. /* back to general look & details */
  333.  
  334.  
  335. a:link, a:active, a:visited {
  336. text-decoration: none;
  337. color: #d1d1d1;
  338. -moz-transition-duration:.6s;
  339. -webkit-transition-duration:.6s;
  340. -o-transition-duration:.6s;
  341. -webkit-filter: blur(0px);}
  342.  
  343. a:hover {
  344. color: #8f8f8f;
  345. -moz-transition-duration:.6s;
  346. -webkit-transition-duration:.6s;
  347. -o-transition-duration:.6s;
  348. -webkit-filter: blur(1px);}
  349.  
  350.  
  351.  
  352. h1 {
  353. background-color: transparent;
  354. font-family: 'Montserrat', sans-serif;
  355. font-size: 16px;
  356. line-height: 20px;
  357. letter-spacing: 2px;
  358. text-align: center;
  359. text-transform:uppercase;
  360. color: #d1d1d1;
  361. }
  362.  
  363.  
  364. h2 {
  365. background-color: transparent;
  366. font-family: 'Montserrat', sans-serif;
  367. font-size: 15px;
  368. line-height: 16px;
  369. letter-spacing: 2px;
  370. text-align: left;
  371. text-transform:uppercase;
  372. color: #d1d1d1;
  373. }
  374.  
  375.  
  376.  
  377. h3 {
  378. background-color: transparent;
  379. background-image:url("https://67.media.tumblr.com/a2fa09ecadb8f385a6a0dcb6048871f0/tumblr_o9e71aSClH1ud4mdwo1_400.gif");
  380. border:none;
  381. font-family: arial;
  382. font-weight:bold;
  383. color: #d1d1d1;
  384. text-shadow:0px 0px 2px transparent;
  385. font-size: 10px;
  386. line-height: 12px;
  387. letter-spacing: 2px;
  388. text-align: center;
  389. text-transform:uppercase;
  390. padding:1px;
  391. line-height:120%;}
  392.  
  393.  
  394.  
  395. quotetext {
  396. background-color: transparent;
  397. font-family: times;
  398. font-size: 14px;
  399. line-height: 20px;
  400. letter-spacing: 2px;
  401. text-align: center;
  402. text-transform:uppercase;
  403. color: black;
  404. }
  405.  
  406.  
  407.  
  408. blockquote {
  409. word-wrap: break-word;
  410. padding:2px 7px;
  411. margin:3px 0 3px 10px;
  412. border-left:1px solid {color:border};
  413. background-color:transparent;}
  414.  
  415.  
  416. blockquote img{
  417. max-width:100%;
  418. height:auto;
  419. }
  420.  
  421. blockquote blockquote img{
  422. max-width:100%;
  423. height:auto;
  424. }
  425.  
  426.  
  427.  
  428.  
  429.  
  430.  
  431.  
  432. b, bold {
  433. font-size:15px;
  434. text-transform:uppercase;
  435. letter-spacing:1px;
  436. font-family: times;
  437. color: white;
  438. padding:2px;
  439. text-shadow:1px 1px 0 transparent;
  440. }
  441.  
  442.  
  443. i, italic {
  444. font-size:13px;
  445. color: white;
  446. font-family: 'Roboto Condensed', sans-serif;
  447. text-shadow: 0px 0px 2px transparent;
  448. letter-spacing:1px;
  449. text-transform:none;
  450. }
  451.  
  452.  
  453.  
  454. p {
  455. margin-top:5px;
  456. margin-bottom:5px;}
  457.  
  458.  
  459. ol {
  460. list-style:normal;}
  461.  
  462.  
  463. ul {
  464. list-style:square;}
  465.  
  466.  
  467. small {
  468. font-size:10px}
  469.  
  470.  
  471. sup,sub {
  472. font-size:11px}
  473.  
  474.  
  475. pre {
  476. font-size: 10px;
  477. letter-spacing:3px;
  478. background-color:#7f7f7f;
  479. font-family: "Times New Roman", Times, serif;
  480. font-style: none;
  481. text-align:center;
  482. }
  483.  
  484.  
  485.  
  486. big {
  487. font-size:14px;
  488. text-transform:uppercase;
  489. letter-spacing:2px;
  490. font-family: "Times New Roman", Times, serif;
  491. color: #b8b8b8;
  492. text-shadow: 0px 0px 2px transparent;
  493. }
  494.  
  495.  
  496.  
  497. {block:IfGreyscale}
  498.  
  499. img {
  500. -webkit-filter:grayscale(70%);
  501. -webkit-transition: all 0.9s ease-in-out;
  502. -moz-transition: all 0.9s ease-in-out;
  503. -o-transition: all 0.9s ease-in-out;
  504. -ms-transition: all 0.9s ease-in-out;
  505. transition: all 0.9s ease-in-out;}
  506.  
  507. img:hover {
  508. -webkit-filter:none;}
  509.  
  510. .html_photoset {
  511. -webkit-filter: grayscale(70%);
  512. -webkit-transition: all 0.9s ease-in-out;
  513. -moz-transition: all 0.9s ease-in-out;
  514. -o-transition: all 0.9s ease-in-out;
  515. -ms-transition: all 0.9s ease-in-out;
  516. transition: all 0.9s ease-in-out;}
  517.  
  518. .html_photoset:hover {
  519. -webkit-filter: none;}
  520.  
  521. {/block:IfGreyscale}
  522.  
  523.  
  524.  
  525. #pcontainer {
  526. background-color:transparent;
  527. width:240px;
  528. height:335px;
  529. padding: 20px;
  530. top:260px;
  531. margin-left: 432px;
  532. position:relative;
  533. overflow-y:scroll;
  534. overflow-x:hidden;
  535. -webkit-mask-image: -webkit-gradient(
  536. linear, center 75%, center bottom,
  537. from(rgba(0,0,0,20)),
  538. to(rgba(20,0,0,0)));
  539. border:1px solid transparent;}
  540.  
  541.  
  542.  
  543. #pcontainer img {
  544. height:auto;
  545. max-width:100%;
  546. }
  547.  
  548.  
  549.  
  550. #content {
  551. margin-left:62px;
  552. width:310px;
  553. margin-top: -100px;
  554. }
  555.  
  556.  
  557. #posts {
  558. width:250px;
  559. padding:10px;
  560. margin-top: 85px;
  561. margin-left:-70px;
  562. padding-bottom:0px;}
  563.  
  564.  
  565.  
  566. #sidebar {
  567. margin-left: 1590px;
  568. line-height:15px;
  569. width: 180px;
  570. position: fixed;
  571. margin-top: 200px;
  572. text-align: center; }
  573.  
  574.  
  575. #sidebar img {
  576. width:150px;
  577. padding-top:10px;
  578. padding-bottom:10px;}
  579.  
  580.  
  581. #description {
  582. margin-left: 0px;
  583. margin-top: -50px;
  584. width:180px;
  585. color:transparent;}
  586.  
  587.  
  588.  
  589. #actualnews {
  590. font-family: calibri;
  591. font-size:10px;
  592. text-align:justify;
  593. background:transparent;
  594. color: white;
  595. width:230px;
  596. height:80px;
  597. padding-top:3px;
  598. border:0px solid #131313;
  599. margin-left: 270px;
  600. margin-top: 140px;
  601. position:fixed;
  602. -webkit-filter: blur(0px);
  603. -webkit-transition: 0.8s ease-in;
  604. -moz-transition: 1s ease-in;
  605. transition: 1s ease-in;
  606. opacity:0.5;
  607. -webkit-transition: all 0.6s ease-in-out;
  608. -moz-transition: all 0.6s ease-in-out;
  609. -o-transition: all 0.6s ease-in-out;
  610. -ms-transition: all 0.6s ease-in-out;
  611. transition: all 0.6s ease-in-out;
  612. }
  613.  
  614.  
  615.  
  616. #actualnews:hover {
  617. -webkit-filter:none;
  618. -webkit-transition: all 0.6s ease-in-out;
  619. opacity:1;
  620. -webkit-transition: all 0.6s ease-in-out;
  621. -moz-transition: all 0.6s ease-in-out;
  622. -o-transition: all 0.6s ease-in-out;
  623. -ms-transition: all 0.6s ease-in-out;
  624. transition: all 0.6s ease-in-out;
  625. }
  626.  
  627.  
  628.  
  629. #thekey {
  630. position:fixed;
  631. color:#7c7470;
  632. text-shadow: 0px 0px 2px transparent;
  633. margin-top:175px;
  634. margin-left:55px;
  635. width:710px;
  636. padding:9px;
  637. letter-spacing:2px;
  638. word-spacing:5px; /*this defines the separation of each word of the links*/
  639. font-family: helvetica;
  640. font-size:12px;
  641. text-align:center;
  642. background:transparent;
  643. text-transform:uppercase;
  644. -webkit-transform: rotate(-90deg);
  645. -moz-transform: rotate(-90deg);
  646. -o-transform: rotate(-90deg);
  647. }
  648.  
  649.  
  650.  
  651.  
  652. /* JUMBLED LINKS */
  653.  
  654.  
  655.  
  656. .alinks {
  657. position:fixed;
  658. text-shadow: 0px 0px 0px transparent;
  659. left:280px;
  660. top:150px;
  661. transform: rotate(-90deg);
  662. font-family: 'Montserrat', sans-serif;
  663. font-size: 20px;}
  664.  
  665.  
  666. .alinks a {
  667. padding:10px;
  668. color:white;
  669. margin-right:0px;
  670. -webkit-filter: blur(0px);
  671. -webkit-transition: 0.8s ease-in;
  672. -moz-transition: 1s ease-in;
  673. transition: 1s ease-in;
  674. }
  675.  
  676. .alinks a:hover {
  677. -webkit-transition: all 0.6s ease-in-out;
  678. -moz-transition: all 0.6s ease-in-out;
  679. -o-transition: all 0.6s ease-in-out;
  680. -ms-transition: all 0.6s ease-in-out;
  681. transition: all 0.6s ease-in-out;
  682. color: #727272;
  683. text-shadow: 7px 7px 3px transparent;
  684. }
  685.  
  686.  
  687.  
  688.  
  689. .blinks {
  690. position:fixed;
  691. text-shadow: 0px 0px 0px transparent;
  692. left:330px;
  693. top:150px;
  694. transform: rotate(30deg);
  695. font-family: 'Montserrat', sans-serif;
  696. font-size: 20px;}
  697.  
  698.  
  699. .blinks a {
  700. padding:10px;
  701. color:white;
  702. margin-right:0px;
  703. -webkit-filter: blur(0px);
  704. -webkit-transition: 0.8s ease-in;
  705. -moz-transition: 1s ease-in;
  706. transition: 1s ease-in;
  707. }
  708.  
  709. .blinks a:hover {
  710. -webkit-transition: all 0.6s ease-in-out;
  711. -moz-transition: all 0.6s ease-in-out;
  712. -o-transition: all 0.6s ease-in-out;
  713. -ms-transition: all 0.6s ease-in-out;
  714. transition: all 0.6s ease-in-out;
  715. color: #727272;
  716. text-shadow: 7px 7px 3px transparent;
  717. }
  718.  
  719.  
  720.  
  721.  
  722. .clinks {
  723. position:fixed;
  724. text-shadow: 0px 0px 0px transparent;
  725. left:380px;
  726. top:150px;
  727. transform: rotate(0deg);
  728. font-family: 'Montserrat', sans-serif;
  729. font-size: 20px;}
  730.  
  731.  
  732. .clinks a {
  733. padding:10px;
  734. color:white;
  735. margin-right:0px;
  736. -webkit-filter: blur(0px);
  737. -webkit-transition: 0.8s ease-in;
  738. -moz-transition: 1s ease-in;
  739. transition: 1s ease-in;
  740. }
  741.  
  742. .clinks a:hover {
  743. -webkit-transition: all 0.6s ease-in-out;
  744. -moz-transition: all 0.6s ease-in-out;
  745. -o-transition: all 0.6s ease-in-out;
  746. -ms-transition: all 0.6s ease-in-out;
  747. transition: all 0.6s ease-in-out;
  748. color: #727272;
  749. text-shadow: 7px 7px 3px #000;
  750. }
  751.  
  752.  
  753.  
  754.  
  755. .dlinks {
  756. position:fixed;
  757. text-shadow: 0px 0px 0px #000;
  758. left:430px;
  759. top:150px;
  760. transform: rotate(-30deg);
  761. font-family: 'Montserrat', sans-serif;
  762. font-size: 20px;}
  763.  
  764.  
  765. .dlinks a {
  766. padding:10px;
  767. color:white;
  768. margin-right:0px;
  769. -webkit-filter: blur(0px);
  770. -webkit-transition: 0.8s ease-in;
  771. -moz-transition: 1s ease-in;
  772. transition: 1s ease-in;
  773. }
  774.  
  775. .dlinks a:hover {
  776. -webkit-transition: all 0.6s ease-in-out;
  777. -moz-transition: all 0.6s ease-in-out;
  778. -o-transition: all 0.6s ease-in-out;
  779. -ms-transition: all 0.6s ease-in-out;
  780. transition: all 0.6s ease-in-out;
  781. color: #727272;
  782. text-shadow: 7px 7px 3px transparent;
  783. }
  784.  
  785.  
  786.  
  787.  
  788. .elinks {
  789. position:fixed;
  790. text-shadow: 0px 0px 0px transparent;
  791. left:480px;
  792. top:150px;
  793. transform: rotate(90deg);
  794. font-family: 'Montserrat', sans-serif;
  795. font-size: 20px;}
  796.  
  797.  
  798. .elinks a {
  799. padding:10px;
  800. color:white;
  801. margin-right:0px;
  802. -webkit-filter: blur(0px);
  803. -webkit-transition: 0.8s ease-in;
  804. -moz-transition: 1s ease-in;
  805. transition: 1s ease-in;
  806. }
  807.  
  808. .elinks a:hover {
  809. -webkit-transition: all 0.6s ease-in-out;
  810. -moz-transition: all 0.6s ease-in-out;
  811. -o-transition: all 0.6s ease-in-out;
  812. -ms-transition: all 0.6s ease-in-out;
  813. transition: all 0.6s ease-in-out;
  814. color: white;
  815. text-shadow: 7px 7px 3px #000;
  816. }
  817.  
  818.  
  819.  
  820. .flinks {
  821. position:fixed;
  822. text-shadow: 0px 0px 0px #000;
  823. left:286px;
  824. top:470px;
  825. transform: rotate(-90deg);
  826. font-family: 'Montserrat', sans-serif;
  827. font-size: 40px;}
  828.  
  829.  
  830. .flinks a {
  831. padding:10px;
  832. color:white;
  833. margin-right:0px;
  834. -webkit-filter: blur(0px);
  835. -webkit-transition: 0.8s ease-in;
  836. -moz-transition: 1s ease-in;
  837. transition: 1s ease-in;
  838. }
  839.  
  840. .flinks a:hover {
  841. -webkit-transition: all 0.6s ease-in-out;
  842. -moz-transition: all 0.6s ease-in-out;
  843. -o-transition: all 0.6s ease-in-out;
  844. -ms-transition: all 0.6s ease-in-out;
  845. transition: all 0.6s ease-in-out;
  846. color: #727272;
  847. text-shadow: 7px 7px 3px #000;
  848. }
  849.  
  850.  
  851.  
  852. .glinks {
  853. position:fixed;
  854. text-shadow: 0px 0px 11px #7C6868;
  855. right:15px;
  856. bottom:15px;
  857. transform: rotate(0deg);
  858. font-family: helvetica;
  859. font-size: 14px; }
  860.  
  861.  
  862. .glinks a {
  863. padding:10px;
  864. color:#191919;
  865. margin-right:0px;
  866. -webkit-filter: blur(1px);
  867. -webkit-transition: 0.8s ease-in;
  868. -moz-transition: 1s ease-in;
  869. transition: 1s ease-in;
  870. }
  871.  
  872. .glinks a:hover {
  873. -webkit-transition: all 0.6s ease-in-out;
  874. -moz-transition: all 0.6s ease-in-out;
  875. -o-transition: all 0.6s ease-in-out;
  876. -ms-transition: all 0.6s ease-in-out;
  877. transition: all 0.6s ease-in-out;
  878. color: #000000;
  879. text-shadow: 7px 7px 3px #000000;
  880. }
  881.  
  882.  
  883.  
  884.  
  885.  
  886. #links a {
  887. padding:5px;
  888. margin-right:0px;
  889. text-shadow: 1px 0px 1px #7a7a7a;
  890. }
  891.  
  892.  
  893. #links a:hover {
  894. padding:5px;
  895. margin-right:0px;
  896. text-shadow: 2px 0px 10px #7a7a7a;
  897. -moz-transition-duration:0.6s;
  898. -webkit-transition-duration:0.6s;
  899. -o-transition-duration:0.6s;
  900. }
  901.  
  902.  
  903.  
  904.  
  905. /* JUMBLED LINKS ENDS */
  906.  
  907.  
  908.  
  909. #pagination {
  910. position:fixed;
  911. font-family:times;
  912. width:300px;
  913. font-size:8px;
  914. top:520px;
  915. left:260px;
  916. letter-spacing:3px;
  917. text-align:center;
  918. z-index:999999999999;
  919. }
  920.  
  921. #pagination a {
  922. text-transform:uppercase;
  923. color:#181818;
  924. -webkit-filter: blur(1px);
  925. -webkit-transition: 0.8s ease-in;
  926. -moz-transition: 1s ease-in;
  927. transition: 1s ease-in;
  928. z-index:999999999999;
  929. }
  930.  
  931. #pagination a:hover {
  932. color:#000;
  933. -webkit-filter: blur(0px);
  934. -webkit-transition: 0.2s ease-in;
  935. -moz-transition: 1s ease-in;
  936. transition: 1s ease-in;
  937. }
  938.  
  939.  
  940. .audio {
  941. width:335px;
  942. padding-bottom:10px;
  943. background-color:{color:#000000};}
  944.  
  945. .albumart {
  946. float:left;
  947. padding:0px 10px 10px 0px;}
  948.  
  949. .albumart img {
  950. width:65px;
  951. height:65px;}
  952.  
  953. .playercontainer {
  954. text-align:left;
  955. padding:10px;
  956. background-color:#090909;
  957. width:335px;}
  958.  
  959. .audioinfo {
  960. padding:10px;
  961. color:{color:text};}
  962.  
  963.  
  964.  
  965.  
  966.  
  967. /* QUESTIONS & ANSWERS DETAILS */
  968.  
  969.  
  970. #asker {
  971. font-family: 'Arizonia', cursive;
  972. font-style:none;
  973. letter-spacing:2px;
  974. text-align:center;
  975. padding-top: 10px;
  976. margin-left:0px;
  977. text-transform:lowercase;
  978. color: #c9c9c9;
  979. font-size:30px;
  980. padding:5px;
  981. letter-spacing:0px
  982. text-shadow:0 0 2px black;
  983. }
  984.  
  985.  
  986. #asker a{
  987. font-family: 'Arizonia', cursive;
  988. font-style:none;
  989. letter-spacing:2px;
  990. text-transform:lowercase;
  991. font-size:30px;
  992. letter-spacing: 0px;
  993. text-shadow: none;
  994. color: #c9c9c9;
  995. text-shadow:0 0 2px black;
  996. -webkit-filter: blur(0.5px);
  997. }
  998.  
  999.  
  1000. #asker a:hover {
  1001. color: #656565;
  1002. letter-spacing: 0px;
  1003. text-shadow:0 0 2px #000;
  1004. -webkit-filter: blur(2px);
  1005. -webkit-transition:all .5s ease-in-out;
  1006. -moz-transition:all .5s ease-in-out;
  1007. transition:all .5s ease-in-out;
  1008. }
  1009.  
  1010.  
  1011.  
  1012. #ask {
  1013. font-family: times;
  1014. width:225px;
  1015. font-size:8px;
  1016. text-align:center;
  1017. padding-top: 5px;
  1018. margin-left:0px;
  1019. text-transform:auto;
  1020. letter-spacing:3px
  1021. margin-top:-10px;
  1022. padding:5px;
  1023. background: #000;
  1024. background: url("https://67.media.tumblr.com/a2fa09ecadb8f385a6a0dcb6048871f0/tumblr_o9e71aSClH1ud4mdwo1_400.gif");
  1025. color:#dcdcdc;
  1026. text-transform: uppercase;
  1027. border-bottom-left-radius: 10px;
  1028. border-bottom-right-radius: 10px;
  1029. border-top-left-radius: 10px;
  1030. border-top-right-radius: 10px;
  1031. padding:10px;
  1032. letter-spacing:2px;
  1033. border-bottom:solid 1px #717171;
  1034. border-top:solid 1px #717171;
  1035. }
  1036.  
  1037.  
  1038. .ans {
  1039. text-align:center;
  1040. padding:10px;
  1041. }
  1042.  
  1043.  
  1044. /* POST INFO DETAILS */
  1045.  
  1046.  
  1047.  
  1048. #info {
  1049. background: url("http://i.makeagif.com/media/9-23-2015/AVst28.gif");
  1050. border: 1px solid #717171;
  1051. border-bottom-right-radius: 15px;
  1052. border-bottom-left-radius: 15px;
  1053. border-top-right-radius: 15px;
  1054. border-top-left-radius: 15px;
  1055. width:255px;
  1056. height:25px;
  1057. text-align:center;
  1058. letter-spacing:10px;
  1059. margin-top:8px;
  1060. margin-bottom:50px;
  1061. text-transform:uppercase;
  1062. font-size:15px;
  1063. font-style:none;
  1064. }
  1065.  
  1066.  
  1067.  
  1068.  
  1069. #info a {
  1070. color:#dcdcdc;}
  1071.  
  1072. #info a:hover {
  1073. color:#000;}
  1074.  
  1075.  
  1076.  
  1077.  
  1078. #tags {
  1079. font-family: helvetica;
  1080. color:black;
  1081. padding-bottom:35px;
  1082. letter-spacing:2px;
  1083. text-transform:none;
  1084. font-size:9px;
  1085. font-style:normal;
  1086. margin-top:10px;
  1087. text-align:right;
  1088. float:right;
  1089. }
  1090.  
  1091.  
  1092. #tags a {
  1093. display:inline-block;
  1094. padding:-3px;
  1095. opacity:0.8;
  1096. text-align:center;
  1097. color:black;
  1098.  
  1099. }
  1100.  
  1101.  
  1102. #tags a:hover {
  1103. color:{color:text};
  1104. }
  1105.  
  1106.  
  1107.  
  1108.  
  1109.  
  1110.  
  1111. .note {
  1112. text-transform:uppercase;
  1113. font-style:normal;
  1114. letter-spacing:0px;
  1115. font-size: 10px;
  1116. text-align:left;
  1117. line-height:90%;
  1118. margin-left:-40px;}
  1119.  
  1120. .note li {
  1121. list-style-type:none;
  1122. border-bottom:0px solid {color:border};
  1123. padding:10px 25px 10px 25px;
  1124. text-align:left;
  1125. margin:0px;
  1126. -moz-transition-duration:0.5s;
  1127. -webkit-transition-duration:0.5s;
  1128. -o-transition-duration:0.5s;}
  1129.  
  1130. .note img.avatar {
  1131. margin-right: 10px;
  1132. width: 16px;
  1133. height: 16px;}
  1134.  
  1135.  
  1136.  
  1137.  
  1138. /*--BASIC POP-UP DETAILS--*/
  1139.  
  1140.  
  1141.  
  1142. .popup_block{
  1143. display:none;
  1144. background: url("");
  1145. background:#727272;
  1146. padding:20px;
  1147. border:0px solid #eee; /* if you want a solid white pop-up, delete this */
  1148. float:left;
  1149. height: 400px;
  1150. top:50%; left:50%;
  1151. position:fixed;
  1152. z-index: 99999;
  1153. -webkit-box-shadow: 1px 1px 5px #323232;
  1154. -moz-box-shadow: 1px 1px 5px #323232;
  1155. box-shadow: 1px 1px 5px #323232;
  1156. }
  1157.  
  1158.  
  1159. *html #fade {position: absolute;}
  1160. *html .popup_block {position: absolute;}
  1161. #fade {
  1162. display:none;
  1163. position:fixed;
  1164. left:0px;
  1165. top:0px;
  1166. width:100%;
  1167. height:100%;
  1168. z-index:9999;
  1169. background:#000;
  1170. opacity:0.5;
  1171. }
  1172.  
  1173.  
  1174.  
  1175.  
  1176. .popupnavlinks {
  1177. padding-top:5px;
  1178. text-align:center; }
  1179.  
  1180.  
  1181. .popupnavlinks a {
  1182. display:inline-block;
  1183. width:120px; height:8px;
  1184. margin:2px; padding:6px 6px 10px;
  1185. text-align:center;
  1186. font-family:'helvetica';
  1187. font-size:8px;
  1188. text-transform:uppercase;
  1189. letter-spacing:1px;
  1190. color:#dcdcdc; background:transparent;
  1191. background-image:url('https://67.media.tumblr.com/300286f213a8d26a130bfac248803dd5/tumblr_o9e71aSClH1ud4mdwo2_400.png');
  1192. border:1px dotted;
  1193. border-color: #9b9b9b;
  1194. }
  1195.  
  1196.  
  1197. .popupnavlinks a:hover {
  1198. display:inline-block;
  1199. width:120px; margin:2px;
  1200. padding:6px 6px 10px;
  1201. text-align:center;
  1202. font-family:'helvetica';
  1203. font-size:8px;
  1204. text-transform:uppercase;
  1205. letter-spacing:1px;
  1206. color:#2e2e2e;
  1207. background:transparent }
  1208.  
  1209.  
  1210.  
  1211. .popupclose {
  1212. float:right; top:0px; right:0px;
  1213. margin-top:-10px; margin-right:-10px;
  1214. font-family:'Scada', sans serif;
  1215. font-size:10px;
  1216. font-weight:bold }
  1217.  
  1218. .popupclose a {
  1219. color:#aaa }
  1220.  
  1221.  
  1222.  
  1223. /*--TOOLTIP DETAILS--*/
  1224.  
  1225.  
  1226.  
  1227. #s-m-t-tooltip{
  1228. max-width:400px;
  1229. margin:15px;
  1230. padding:2px 8px;
  1231. background: #dcdcdc;
  1232. background-image:url('https://67.media.tumblr.com/a2fa09ecadb8f385a6a0dcb6048871f0/tumblr_o9e71aSClH1ud4mdwo1_400.gif');
  1233. border:1px dotted;
  1234. border-color: #727272;
  1235. color:#9b9b9b;
  1236. z-index:99999999999999999999;
  1237. font-size:9px;
  1238. letter-spacing:2px;
  1239. font-style:bold;
  1240. letter-spacing:2px;
  1241. font-family:'helvetica';
  1242. text-transform:uppercase;
  1243. box-shadow:1px 1px 3px rgba(0,0,0,.1);}
  1244.  
  1245.  
  1246.  
  1247.  
  1248.  
  1249. </style>
  1250.  
  1251.  
  1252. </head>
  1253.  
  1254. <body>
  1255.  
  1256. <div id="content">
  1257.  
  1258. <div id="sidebar">
  1259.  
  1260. <img src="{image:Sidebar}" />
  1261.  
  1262. <div id="description">{description}</div>
  1263.  
  1264. </div>
  1265.  
  1266. <div id="pagination">
  1267. {block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">previous</a> ◈ {/block:PreviousPage}{block:NextPage} <a href="{NextPage}">next</a>{/block:NextPage}{/block:Pagination}
  1268. </div>
  1269.  
  1270.  
  1271. <div id="links">
  1272.  
  1273.  
  1274. <div id="linkbar">
  1275.  
  1276.  
  1277. <div class="alinks">
  1278. <a href="/" title="refresh."> ◈ </a>
  1279. </div>
  1280.  
  1281.  
  1282. <div class="blinks">
  1283. <a href="#?w=310" rel="box1" class="poplight" title="ask."> ◈ </a>
  1284. </div>
  1285.  
  1286.  
  1287. <div class="clinks">
  1288. <a href="#?w=310" rel="box2" class="poplight" title="laws."> ◈ </a>
  1289. </div>
  1290.  
  1291.  
  1292. <div class="dlinks">
  1293. <a href="#?w=310" rel="box3" class="poplight" title="canon."> ◈ </a>
  1294. </div>
  1295.  
  1296.  
  1297.  
  1298. <div class="elinks">
  1299. <a href="#?w=310" rel="box4" class="poplight" title="original."> ◈ </a>
  1300. </div>
  1301.  
  1302.  
  1303.  
  1304.  
  1305. <div class="glinks">
  1306. <a href="http://agirlingrey.tumblr.com/" title="agirlingrey.">A.</a>
  1307. </div>
  1308.  
  1309.  
  1310.  
  1311. </div></div>
  1312.  
  1313.  
  1314. <div id="pcontainer">
  1315.  
  1316. <div id="content"><div id="posts">
  1317. {block:Posts}
  1318.  
  1319.  
  1320. {block:Quote}<quotetext>"{Quote}"</quotetext>&nbsp; <br><br> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; — {Source} {/block:Quote}
  1321. {block:Title}<h1>{Title}&nbsp;</h1>{/block:Title}
  1322. {block:Text}{Body}{/block:Text}
  1323.  
  1324. {block:Link}<a href="{URL}" class="link" {Target}><h1>{Name}&nbsp;</h1></a>
  1325.  
  1326. {block:Description}<P>{Description}</p>{/block:Description}{/block:Link}
  1327.  
  1328. {block:Photo}<center>{LinkOpenTag}<img src="{PhotoURL-HighRes}" width="360px">{LinkCloseTag}</center>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  1329. {block:Photoset}<center>{Photoset}</center>{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  1330.  
  1331. {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}
  1332.  
  1333. {block:Video}{Video}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  1334.  
  1335.  
  1336. {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}
  1337.  
  1338.  
  1339. {block:Audio}<div class="audio">
  1340.  
  1341. {block:AlbumArt}
  1342. {/block:AlbumArt}
  1343.  
  1344.  
  1345. <div class="audioinfo">{block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}{block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  1346. {/block:ExternalAudio}<b>Played:</b> {PlayCount} times</div>
  1347. <br><div class="playercontainer">{AudioPlayerBlack}</div></div>
  1348. {block:Caption}{Caption}{/block:Caption}<br>{/block:Audio}
  1349.  
  1350.  
  1351. <div id="info">
  1352. <br>
  1353.  
  1354. &nbsp; &nbsp;
  1355.  
  1356.  
  1357. {block:Date}
  1358. <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>
  1359. {/block:Date}
  1360.  
  1361.  
  1362. {block:RebloggedFrom}
  1363. <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>
  1364. {/block:RebloggedFrom}
  1365.  
  1366.  
  1367. {block:ContentSource}
  1368. <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>
  1369. {/block:ContentSource}
  1370.  
  1371.  
  1372. <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>
  1373.  
  1374.  
  1375. <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>
  1376.  
  1377.  
  1378. <br>
  1379.  
  1380. {block:HasTags}<div id="tags">{block:Tags} & <a href="{TagURL}">{Tag}</a> {/block:Tags}</div>{/block:HasTags}</div> &nbsp;
  1381. {/block:Posts}
  1382. <div class="note">
  1383. {block:PostNotes}{PostNotes}{/block:PostNotes}
  1384. </div>
  1385.  
  1386. {/block:Posts}</div></div>
  1387.  
  1388.  
  1389.  
  1390. </div> </div> </div> </div> </div> </div>
  1391.  
  1392.  
  1393.  
  1394. </body>
  1395.  
  1396.  
  1397.  
  1398. <div id="box1" class="popup_block">
  1399.  
  1400. <h3>
  1401.  
  1402. </h3>
  1403.  
  1404. <center>
  1405.  
  1406. <i></i>
  1407.  
  1408. <p><iframe frameborder="0" height="250" id="ask_form" scrolling="yes" src="http://www.tumblr.com/ask_form/emptyonce.tumblr.com" width="100%"></iframe></p>
  1409.  
  1410. </div>
  1411.  
  1412. </center>
  1413.  
  1414.  
  1415.  
  1416. <div id="box2" class="popup_block">
  1417.  
  1418. <div style="width:auto;height:405px;overflow:scroll;padding:5px;">
  1419.  
  1420.  
  1421. <h3>GUIDE.</h3>
  1422.  
  1423. <p>
  1424.  
  1425. welcome to my rules! my name is riley, and i use she/her pronouns. i really appreciate you clicking onto here, even more so if you read the entire thing. here we go. </p><p>DISCLAIMER:<br> this blog is not officially affiliated with any of the source materials or fcs.<br><br>SMUT:<br>i am below legal age. smut will not happen under any circumstances. fading to black is fine.<br><br>SELECTIVITY: <br>this is a mutually exclusive blog. i only write with mutual followers, and open starters/starter calls/memes are meant for those people. however, do feel free to IM me or send me a message if you’d like to talk about plotting or even if you just need someone to talk to. don’t be intimidated by the selectivity! <br><br>PASSCODES:<br>if you have a password in your rules, i will most likely not send it. it tends to be awkward for me, but this does not mean i haven’t read your rules! i read everyone’s rules before following. <br><br>MEMES AND STARTER CALLS:<br>if you send in a meme or like a starter call, <i>please</i> specify a muse. p l e a s e. <br><br>RULE FOLLOWING:<br>this part is important: if i ever happen to break your rules, please pop into my ask and kindly tell me. i’ll be guaranteed to feel absolutely awful about it, but i’m sure you can understand that when i’m following so many blogs, it’s hard to remember every single rule. <br><br>SHIPPING: <br>honestly, i love ships. so very much. but when it comes to shipping, CHEMISTRY is what matters to me. i will not force ships, and i really really hope you won’t try to push them on me either. <br><br>IMPORTANT:<br>please be sure to tag posts that include vague blogging, self harm, suicide mentions, body dysphoria, or anxiety. these things tend to make my anxiety worse. and once again, if you have any triggers you would like me to tag, just pop into my inbox, on or off anon. i’ll do my best to immediately tag anything that might make you uncomfortable.</p>
  1426.  
  1427. </div>
  1428. </div>
  1429.  
  1430.  
  1431.  
  1432.  
  1433. <div id="box3" class="popup_block">
  1434.  
  1435. <div style="width:auto;height:335px;overflow:scroll;padding:5px;">
  1436.  
  1437.  
  1438.  
  1439. <center><h3>CANON CHARACTERS</h3>
  1440.  
  1441. <h3>TV SHOWS</h3>
  1442.  
  1443. <b>SHOW NAME HERE:</b><br><br>
  1444. CHARACTER<br>
  1445. CHARACTER<br>
  1446. CHRACTER<br><br>
  1447.  
  1448. <b>SHOW NAME HERE:</b><br><br>
  1449. CHARACTER<br>
  1450. CHARACTER<br>
  1451. CHRACTER<br><br>
  1452.  
  1453. <b>SHOW NAME HERE:</b><br><br>
  1454. CHARACTER<br>
  1455. CHARACTER<br>
  1456. CHRACTER<br><br>
  1457.  
  1458. <h3>MOVIES</h3>
  1459.  
  1460. <b>MOVIE NAME HERE:</b><br><br>
  1461. CHARACTER<br>
  1462. CHARACTER<br>
  1463. CHRACTER<br><br>
  1464.  
  1465. <b>MOVIE NAME HERE:</b><br><br>
  1466. CHARACTER<br>
  1467. CHARACTER<br>
  1468. CHRACTER<br><br>
  1469.  
  1470. <h3>MUSICALS</h3>
  1471.  
  1472. <b>MUSICAL NAME HERE:</b><br><br>
  1473. CHARACTER<br>
  1474. CHARACTER<br>
  1475. CHRACTER<br><br>
  1476.  
  1477. <b>MUSICAL NAME HERE:</b><br><br>
  1478. CHARACTER<br>
  1479. CHARACTER<br>
  1480. CHRACTER<br><br>
  1481.  
  1482. <h3>BOOKS</h3>
  1483.  
  1484. <b>BOOK NAME HERE:</b><br><br>
  1485. CHARACTER<br>
  1486. CHARACTER<br>
  1487. CHRACTER<br><br>
  1488.  
  1489. <b>BOOK NAME HERE:</b><br><br>
  1490. CHARACTER<br>
  1491. CHARACTER<br>
  1492. CHRACTER<br><br>
  1493.  
  1494. <h3>GAMES</h3>
  1495.  
  1496. <b>GAME NAME HERE:</b><br><br>
  1497. CHARACTER<br>
  1498. CHARACTER<br>
  1499. CHRACTER<br><br>
  1500.  
  1501. <b>GAME NAME HERE:</b><br><br>
  1502. CHARACTER<br>
  1503. CHARACTER<br>
  1504. CHRACTER<br><br>
  1505.  
  1506. </center>
  1507.  
  1508.  
  1509. </div>
  1510. </div>
  1511.  
  1512.  
  1513.  
  1514.  
  1515. <div id="box4" class="popup_block">
  1516.  
  1517. <div style="width:auto;height:335px;overflow:scroll;padding:5px;">
  1518.  
  1519.  
  1520.  
  1521. <center><h3>MUSE INFORMATION</h3>
  1522.  
  1523. <H3>FERNANDO SUCRE / 33 / ESCAPED CONVICT.</H3>
  1524.  
  1525. <p><sub>GENDER: male<br>ORIENTATION: heteroromantic heterosexual. <br>SPOKEN LANGUAGES: english, spanish.<br>HEIGHT: 5′8.<br>HOMETOWN: chicago.<br>CURRENT RESIDENCE: panama.<br>ILLNESSES/AILMENTS: multiple gunshot wounds that he has not let heal, dyslexia.<br>CONNECTIONS:<br>michael scofeild and lincoln burrows – best friends.<br>maricruz delgado – wife ( verse dependent ).<br></sub></p>
  1526.  
  1527. <H3>GRETCHEN MORGAN / 29 / COMPANY AGENT.</H3>
  1528.  
  1529. <p>GENDER: female<br>ORIENTATION: biromantic bisexual.<br>SPOKEN LANGUAGES: english, basic german.<br>HEIGHT: 5′7.<br>HOMETOWN: chicago.<br>CURRENT RESIDENCE: new york.<br>ILLNESSES/AILMENTS: sociopathic tendencies, low empathy, ptsd. <br>CONNECTIONS:<br>general krantz – significant other.<br>emily morgan – daughter ( verse dependent ). <br></p>
  1530.  
  1531. <h3>ALEXANDER MAHONE / 40 / FBI AGENT.</h3>
  1532.  
  1533. <p>GENDER: male<br>ORIENTATION: heteroromantic demisexual. <br>SPOKEN LANGUAGES: english.<br>HEIGHT: 5′9.<br>HOMETOWN: chicago.<br>CURRENT RESIDENCE: panama.<br>ILLNESSES/AILMENTS: a reliance on midazolam pills, becomes increasingly tense and anxious should he not have them. ptsd.<br>CONNECTIONS:<br>pam mahone – ex wife.<br>felicia lang – wife ( verse dependent ). <br>cameron mahone – son.</p>
  1534.  
  1535. <h3>ELLINGTON FEINT / 13 / STUDENT IN AN UNUSUAL EDUCATION.</h3>
  1536.  
  1537. <p>GENDER: female<br>ORIENTATION: demiromantic asexual.<br>SPOKEN LANGUAGES: english.<br>HEIGHT: 5′5.<br>HOMETOWN: killdeer feilds.<br>CURRENT RESIDENCE: stain’d-by-the-sea.<br>ILLNESSES/AILMENTS: anxiety, ptsd. low empathy.<br>CONNECTIONS: <br>armstrong feint – father.<br>lemony snicket – associate ( potential love interest ).<br></p>
  1538.  
  1539. <h3>CHELL / [REDACTED] / APERTURE SCIENCE TESTER.</h3>
  1540.  
  1541. <p>GENDER: female<br>ORIENTATION: aromantic asexual.<br>SPOKEN LANGUAGES: english.<br>HEIGHT: 5′7.<br>HOMETOWN: [REDACTED].<br>CURRENT RESIDENCE: aperture science laboratories.<br>ILLNESSES/AILMENTS: selective mutism, blood poisoning <br>CONNECTIONS:<br>wheatley – associate<br>GLaDOS – nemesis.</p>
  1542.  
  1543. <h3>MATT BLUETT / 18 / STUDENT.</h3>
  1544.  
  1545. <p>GENDER: male<br>ORIENTATION: biromantic pansexual.<br>SPOKEN LANGUAGES: english.<br>HEIGHT: 6′1.<br>HOMETOWN: western canada.<br>CURRENT RESIDENCE: michigan.<br>ILLNESSES/AILMENTS: ptsd, anxiety, frequent flashbacks.<br>CONNECTIONS: <br>ashley, sam, jess, mike, chris, beth, hannah – friends.</p>
  1546.  
  1547. <h3>JASON DEAN / 17 / STUDENT.</h3>
  1548.  
  1549. <p>GENDER: male<br>ORIENTATION: heteroromantic grey-ace.<br>SPOKEN LANGUAGES: english.<br>HEIGHT: 6′1.<br>HOMETOWN: new york.<br>CURRENT RESIDENCE: ohio.<br>ILLNESSES/AILMENTS: ptsd, stunted emotional growth, bpd.<br>CONNECTIONS: <br>‘big’ bud dean – father.</p>
  1550.  
  1551. <h3>ELLIE WILLIAMS / 14 / SURVIVOR.</h3>
  1552.  
  1553. <p>GENDER: female<br>ORIENTATION: demiromantic pansexual.<br>SPOKEN LANGUAGES: english.<br>HEIGHT: 5′1.<br>HOMETOWN: boston quarantine zone.<br>CURRENT RESIDENCE: jackson county.<br>ILLNESSES/AILMENTS: ptsd, survivor’s guilt.<br>CONNECTIONS: <br>joel miller – surrogate father.<br>riley able – best friend ( possible love interest ).</p>
  1554.  
  1555. </center>
  1556.  
  1557.  
  1558. </div>
  1559. </div>
  1560.  
  1561.  
  1562.  
  1563.  
  1564.  
  1565.  
  1566. <div id="bite">
  1567. <div id="thekey"></div>
  1568. <div class="death">
  1569. <div id="actualnews">
  1570.  
  1571. <center>
  1572.  
  1573. <div style="width:auto;height:70px;overflow:scroll;padding:5px;">
  1574.  
  1575. <h3></h3>
  1576.  
  1577. PRIVATE <B>MULTI-MUSE.</B>
  1578.  
  1579. <h3></h3>
  1580.  
  1581. CONTAINS SEVERAL CANON CHARACTERS.
  1582.  
  1583. <h3></h3>
  1584.  
  1585. penned by <B>RILEY</B> <br>
  1586. tracking <B>EMPTYONCE</B><br><br>-
  1587.  
  1588. <i>ALL ICONS AND GRAPHICS ON THIS BLOG ARE MADE BY <a href="http://www.riverswept.tumblr.com">ANDROMEDA</a> UNLESS STATED OTHERWISE. DO NOT USE OR REDISTRIBUTE THEM WITHOUT HER PERMISSION.</i>
  1589.  
  1590.  
  1591. </center>
  1592.  
  1593.  
  1594. </div>
  1595. </div></div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement