Advertisement
caturner746

THIS SHOULD WORK

Dec 16th, 2018
137
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 83.58 KB | None | 0 0
  1. <!----------
  2. THEME BY
  3. 𝐃𝐄𝐒𝐂𝐀𝐑𝐑𝐈𝐀𝐃𝐎
  4.  
  5. Please, be kind.
  6.  
  7. -Don't remove the credit.
  8. -Don't claim as yours.
  9. -Don't take bits of my code for others themes.
  10. -If you use the source viewer to see my code, please, think about how would you feel if this is your code and someone steal form you.
  11. -Edit as much as you please.
  12. -This MY FIRST RELEASED THEME. IF YOU WANT TO COMMISSION A THEME FROM ME YOU CAN GO TO MY PAGE, THANK YOU.
  13.  
  14.  
  15. PLEASE DO NOT REMOVE THE CREDIT
  16. --------->
  17. <html> <head>
  18.  
  19. <title>{title}</title>
  20. <link rel="shortcut icon" href="{Favicon}">
  21. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  22. {block:Description}
  23. <meta name="description" content="{MetaDescription}" />
  24. {/block:Description}
  25.  
  26.  
  27. <!-- COLORS -->
  28. <meta name="color:background" content="#151515"/>
  29. <meta name="color:text" content="#d1d1d0"/>
  30. <meta name="color:links" content="#ede6e5"/>
  31. <meta name="color:bold" content="#3cbad5"/>
  32. <meta name="color:bold shadow" content="#000000"/>
  33. <meta name="color:big" content="#afd9da"/>
  34. <meta name="color:big shadow" content="#afd9da"/>
  35. <meta name="color:italic" content="#ffffff"/>
  36. <meta name="color:italic shadow" content="#ffffff"/>
  37. <meta name="color:strike" content="#568f9d"/>
  38. <meta name="color:underline" content="#568f9d"/>
  39. <meta name="color:code" content="#859da3"/>
  40. <meta name="color:h1" content="#006683"/>
  41. <meta name="color:h1x" content="#00ceff"/>
  42. <meta name="color:h1xx" content="#060606"/>
  43. <meta name="color:h2" content="#2a9fc1"/>
  44. <meta name="color:h2 shadow" content="#000000"/>
  45. <meta name="color:h3" content="#2a9fc1"/>
  46. <meta name="color:qb" content="#121212"/>
  47. <meta name="color:text pre" content="#d4d4d4"/>
  48. <meta name="color:tags text" content="#2c2c2c"/>
  49. <meta name="color:tags hover" content="#4aadcd"/>
  50. <meta name="color:info text" content="#e0e0e0"/>
  51. <meta name="color:info shadow" content="#000000"/>
  52. <meta name="color:info hover" content="#46deff"/>
  53. <meta name="color:select background" content="#1c1c1c"/>
  54. <meta name="color:select text" content="#42b4d2"/>
  55. <meta name="color:borders" content="#252525"/>
  56. <meta name="color:shadow2" content="#000000"/>
  57. <meta name="color:hover borders" content="#191919"/>
  58. <meta name="color:chatone" content="#668085"/>
  59. <meta name="color:chattwo" content="#232728"/>
  60. <!-- COLORS -->
  61.  
  62.  
  63. <!-------------------------------------------------------------------->
  64.  
  65. <!-- jquery -->
  66. <script language="javascript" type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.5/jquery.min.js"></script>
  67. <script src="//ajax.googleapis.com/ajax/libs/jquery/1.8.0/jquery.min.js"></script>
  68. <script src="https://secure.static.tumblr.com/wgijwsy/Ebfm2v4gy/jquery.masonry.min.js"></script>
  69. <!-- TOOLTIPS -->
  70. <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  71. <script src="https://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  72. <script>
  73. (function($){
  74. $(document).ready(function(){
  75. $("a[title]").style_my_tooltips({
  76. tip_follows_cursor:true,
  77. tip_delay_time:50,
  78. tip_fade_speed:200,
  79. attribute:"title"
  80. });
  81. });
  82. })(jQuery);
  83. </script>
  84. <!-- TABS -->
  85. <script>
  86. $(document).ready(function() {
  87. $('.tabs .tab-links a').on('click', function(e){var currentAttrValue =
  88. $(this).attr('href');// Show Tabs
  89. $('.tabs ' + currentAttrValue).fadeIn(600).siblings().hide();
  90. $(this).parent('li').addClass('active').siblings().removeClass('active');e.preventDefault();});});</script>
  91.  
  92. <!-------------------------------------------------------------------->
  93.  
  94.  
  95. <!-- THIS IS FOR THE PHOTOS DO NOT TOUCH PLEASE -->
  96.  
  97. <link href='https://static.tumblr.com/7bmjmb1/eHantn10w/photoset.css' rel='stylesheet' type='text/css'>
  98. <script src="https://static.tumblr.com/qudkd6d/Az6nkemqr/pxuphotoset.min.js"></script>
  99. <script>
  100. $(document).ready(function() {
  101. $('.photo-slideshow').pxuPhotoset({
  102. 'ligthbox': true, // uses the default Tumblr lightbox, change to false to use your own
  103. 'rounded' : 'corners', // corners, all or false
  104. 'highRes' : true, // will use high res images
  105. 'gutter' : '3px', // spacing between the images
  106. }, function() {
  107. $(this).animate({opacity:1});
  108. });});
  109. </script>
  110.  
  111. <script>
  112. $(document).ready(function(){
  113. $('.video iframe').each(function(){
  114. var scale = $(this).parents('.video').width() / 400;
  115. $(this).attr({
  116. width: Math.floor($(this).attr('width') * scale),
  117. height: Math.floor($(this).attr('height') * scale)})
  118. ;});});
  119. </script>
  120.  
  121.  
  122.  
  123. <!-- THIS IS FOR THE PHOTOS DO NOT TOUCH PLEASE -->
  124.  
  125.  
  126. <!-- POP UP SCRIPT -->
  127.  
  128. <script type="text/javascript" src=
  129. "https://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js">
  130. </script><script type="text/javascript">
  131. //<![CDATA[
  132. $(document).ready(function() {
  133. //
  134. $('a.poplight[href^=#]').click(function() {
  135. var popID = $(this).attr('rel'); //Get Popup Name
  136. var popURL = $(this).attr('href'); //Get Popup href to define size
  137. var query= popURL.split('?');
  138. var dim= query[1].split('&');
  139. var popWidth = dim[0].split('=')[1]; //Gets the first query string value
  140. $('#' + popID).fadeIn().css({ 'width': Number( popWidth ) }).prepend('<a href="#" class="close"><\/a>');
  141. var popMargTop = ($('#' + popID).height() + 80) / 2;
  142. var popMargLeft = ($('#' + popID).width() + 80) / 2;
  143. //Apply Margin to Popup
  144. $('#' + popID).css({
  145. 'margin-top' : -popMargTop,
  146. 'margin-left' : -popMargLeft
  147. });
  148. $('body').append('<div id="fade"><\/div>');
  149. $('#fade').css({'filter' : 'alpha(opacity=80)'}).fadeIn(); //Fade in the fade layer - .css({'filter' : 'alpha(opacity=80)'})
  150. return false;
  151. });
  152. $('a.close, #fade').live('click', function() {
  153. $('#fade , .popup_block, .ask_block').fadeOut(function() {
  154. $('#fade, a.close').remove(); //fade them both out
  155. });
  156. return false;
  157. });
  158. });
  159. //]]>
  160. </script>
  161.  
  162. <!-- POP UP SCRIPT -->
  163.  
  164.  
  165.  
  166. <!-- DROPDOWN MENU -->
  167.  
  168. <script type="text/javascript" src="https://static.tumblr.com/3ikgvxs/0TGl4zgpu/jquery.min.js"></script>
  169. <script type="text/javascript">
  170. $(document).ready(function(){
  171. $(".links_body").hide();
  172. $(".links_head").click(function(){
  173. $(this).next(".links_body").slideToggle('fast');
  174. }); }); </script>
  175. <style type="text/css">
  176. .links_list { margin:0px; padding:0px; width:100%;}
  177. .links_head { padding-top:5px; padding-bottom:5px; cursor:pointer; position:relative; margin:1px; text-align:center;}
  178. .links_body { padding:10px; text-align:left; display:none;}
  179. </style>
  180.  
  181. <!-- DROPDOWN MENU -->
  182.  
  183. <style type="text/css">
  184.  
  185.  
  186. /* FONTS */
  187. @import url('https://fonts.googleapis.com/css?family=Oswald|Crimson+Text:400,600i|Dancing+Script|Homemade+Apple|Montserrat|Roboto|Special+Elite|Barlow|Satisfy');
  188. @font-face {font-family:"bitxmap"; src: url("https://static.tumblr.com/ofgksh6/md0mkd9yd/bitxmap_font_tfb.ttf")}
  189. @import url('https://fonts.googleapis.com/css?family=Cinzel|Vollkorn');
  190. /* FONTS */
  191.  
  192.  
  193. iframe.tmblr-iframe {
  194. z-index:99999999999999!important;
  195. top:0!important;
  196. right:0!important;
  197. opacity:0;
  198. padding-right:41px;
  199. /* delete from here */
  200. filter:invert(1);
  201. -webkit-filter:invert(1);
  202. -o-filter:invert(1);
  203. -moz-filter:invert(1);
  204. -ms-filter:invert(1);
  205. /* to here if your blog has a dark background */
  206. transform:scale(0.6);
  207. transform-origin:100% 0;
  208. -webkit-transform:scale(0.6);
  209. -webkit-transform-origin:100% 0;
  210. -o-transform:scale(0.6);
  211. -o-transform-origin:100% 0;
  212. -moz-transform:scale(0.6);
  213. -moz-transform-origin:100% 0;
  214. -ms-transform:scale(0.6);
  215. -webkit-transition: .9s ease-in-out;
  216. -moz-transition: .9s ease-in-out;
  217. -o-transition: .9s ease-in-out;
  218.  
  219. }
  220.  
  221. iframe.tmblr-iframe:hover {
  222. opacity:0.6!important;
  223. -moz-transition-duration:.9s;
  224. -webkit-transition-duration:.9s;
  225. -o-transition-duration:.9s;
  226. }
  227.  
  228. .hcontrols {
  229. position:fixed;
  230. top:0;
  231. right:0;
  232. z-index:999999999;}
  233.  
  234. .hcontrols svg {
  235. width:14px;
  236. height:14px;
  237. padding:9px;}
  238.  
  239. .hcontrols svg path {
  240. fill:#888888;/* change this to change the color of the links */}
  241.  
  242. .hcontrols svg path {
  243. fill:#cccccc;/* change this to change the color of the links on hover */}
  244.  
  245. /* POINTER */
  246.  
  247. *,body {cursor: url(https://24.media.tumblr.com/tumblr_mdig6jktic1riysloo1_100.png), progress !important;}
  248. a:hover { cursor:url( https://68.media.tumblr.com/6fb38fc5e97353c67e3fc3a2e2b29bf9/tumblr_inline_okvj5qqS8G1t4i7gb_540.png ), progress !important; }
  249.  
  250. /* POINTER */
  251.  
  252.  
  253.  
  254.  
  255. /* body thingy */
  256.  
  257. body {
  258. background:{color:background} url('https://static.tumblr.com/xqymfb7/LiMpjkxq7/colleen-bg.gif') no-repeat fixed top center;
  259. font-family: 'Roboto', sans-serif;
  260. text-align:justify;
  261. font-size: 10px;
  262. color:{color:text};
  263. }
  264.  
  265. /* body thingy */
  266.  
  267.  
  268. /* links and hovers */
  269.  
  270.  
  271. a {
  272. color:{color:bold};
  273. font-size:10px;
  274. font-family:'roboto', sans-serif;
  275. text-shadow:0px 0px 1px {color:bold};
  276. text-transform:uppercase;
  277. text-decoration:none;
  278. -webkit-transition: all 0.5s ease-in-out;
  279. -moz-transition: all 0.5s ease-in-out;
  280. -o-transition: all 0.5s ease-in-out;
  281. }
  282.  
  283. a:hover {
  284. color:{color:italic};
  285. text-shadow:0px 0px 3px {color:italic shadow};
  286.  
  287. }
  288.  
  289.  
  290.  
  291. /* links and hovers */
  292.  
  293.  
  294. /* SCROLLBAR */
  295.  
  296. ::-webkit-scrollbar-thumb{
  297. background-color: transparent;
  298. border-radius:0px;
  299. height:auto;
  300. }
  301.  
  302. ::-webkit-scrollbar {
  303. height:auto;
  304. width:4px;
  305. border: 1px transparent;
  306. border-radius:0px;
  307. }
  308.  
  309. /* SCROLLBAR */
  310.  
  311.  
  312.  
  313. /* BOLD, ITALIC, SMALL AND OTHERS */
  314.  
  315.  
  316. b, strong, bold {
  317. font-family: 'Cinzel', serif;
  318. letter-spacing: 0px;
  319. color:#707070;
  320. text-transform: uppercase;
  321. font-weight: normal;
  322. text-shadow:0px 0px 3px #707070;
  323. font-size: 11px;
  324. font-weight:600;
  325.  
  326. }
  327.  
  328. i, em, italic {
  329. color:#707070;
  330. text-shadow: 0px 0px 0px #707070;
  331. font-weight:400;
  332. font-family: 'Vollkorn', serif;
  333. text-transform: lowercase;
  334. font-size: 12px;
  335. letter-spacing: 1px;
  336. line-height:110%;
  337.  
  338. }
  339.  
  340.  
  341. small, sub, sup {
  342. font-size:11px;
  343.  
  344. }
  345.  
  346. strike {
  347. font-size:9px;
  348. text-transform: uppercase;
  349. color:{color:strike};
  350. }
  351.  
  352. u {
  353. text-transform: uppercase;
  354. font-size:9px;
  355. color:{color:underline};
  356. }
  357.  
  358.  
  359. pre {
  360. padding-top:6px;
  361. padding:6px;
  362. width:auto;
  363. text-align: center;
  364. color:{color:text pre};
  365. background-color:{color:qb};
  366. border-left:1px solid {color:borders};
  367. border-right: 1px solid {color:borders};
  368. font-family: 'Montserrat', sans-serif;
  369. text-transform:uppercase;
  370. line-height:100%;
  371. letter-spacing:1px;
  372. font-size:7px; }
  373.  
  374. pre a {
  375. text-shadow:0px 0px 4px {color:text};
  376. color:{color:links};
  377. font-family:trebuchet ms;
  378. text-transform:uppercase;
  379. letter-spacing:1px;
  380. font-size:6px; }
  381.  
  382.  
  383.  
  384. code {
  385. font-size: 10px;
  386. font-weight: bold;
  387. color:{color:code};
  388. text-transform:uppercase;
  389. font-family: 'Crimson Text', serif;
  390. }
  391.  
  392. big {
  393. color:{color:big};
  394. font-size: 16px;
  395. text-shadow: 0px 0px 2px {color:big shadow};
  396. font-family:georgia, sans-serif;
  397. }
  398.  
  399.  
  400. h1 {
  401. font-size:20px;
  402. font-family: 'oswald', sans-serif;
  403. background:
  404. -webkit-linear-gradient(left, {color:h1}, {color:h1x}, {color:h1xx});
  405. -webkit-background-clip: text;
  406. -webkit-text-fill-color: transparent;
  407. text-align:center;
  408. text-transform:uppercase;
  409. line-height:100%;
  410. font-weight:900;
  411. letter-spacing:0px;
  412. padding-bottom:-10px;
  413. text-shadow:none;
  414. }
  415.  
  416. h2 {
  417. font-size:18px;
  418. color:{color:h2};
  419. font-weight:bold;
  420. line-height:100%;
  421. text-align: center;
  422. font-family: 'Oswald', sans-serif;
  423. text-shadow: 0px 1px 1px {color:h2 shadow};
  424.  
  425. }
  426.  
  427. h2 small, small h2 {
  428. font-size:11px;
  429. color:{color:big};
  430. font-weight:none;
  431. text-transform:lowercase;
  432. font-family: 'Oswald', sans-serif;
  433. text-shadow: 0px 1px 1px {color:bold shadow};
  434.  
  435. }
  436.  
  437. h3 {
  438. font-size:18px;
  439. font-family: 'georgia', sans-serif;
  440. text-shadow: 0px 1px 1px {color:bold shadow};
  441. text-align:center;
  442. text-transform:lowercase;
  443. font-style:italic;
  444. line-height:100%;
  445. letter-spacing:0px;
  446. padding-bottom:-10px;
  447. color: {color:h3};
  448. }
  449.  
  450. h4 {
  451. padding:5px;
  452. padding-left:auto;
  453. padding-right:auto;
  454. margin-right:3px;
  455. text-align:center;
  456. font-family:trebuchet ms;
  457. text-shadow:1px 1px 1px {color:shadow2},
  458. 0px 0px 5px {color:shadow2};
  459. background:{color:qb};
  460. background:url('https://static.tumblr.com/xqymfb7/iCOpjkxta/the-thing.gif');
  461. background-repeat:repeat;
  462. background-attachment:fixed;
  463. color:{color:text pre};
  464. border:1px dashed {color:borders};
  465. outline:1px solid {color:qb};
  466. outline-offset:3px;
  467. font-size:8px;
  468. text-transform:uppercase;
  469. letter-spacing:1px;
  470.  
  471. }
  472.  
  473.  
  474. hr {
  475. width:100%;
  476. margin-top:3px;
  477. margin-bottom:3px;
  478. height:2px;
  479. border:none;
  480. background:url('https://static.tumblr.com/xqymfb7/iCOpjkxta/the-thing.gif');
  481. background-repeat:repeat;
  482. background-attachment:fixed;
  483.  
  484. }
  485.  
  486.  
  487. /* BOLD, ITALIC, SMALL AND OTHERS */
  488.  
  489.  
  490. /* BLOCKQUOTE */
  491.  
  492. blockquote {
  493. padding:0px 5px 0px 10px;
  494. padding-top:0px;
  495. padding-bottom:0px;
  496. text-align:justify;
  497. margin-bottom:10;
  498. margin-left:0px;
  499. width:95%;
  500. border-left:1px solid {color:borders}
  501.  
  502. }
  503.  
  504. blockquote blockquote {
  505. padding:0 0 0 10px;
  506. padding-top:3px;
  507. padding-bottom:3px;
  508.  
  509. }
  510. blockquote, small {
  511. font-size:11px;
  512.  
  513. }
  514.  
  515. blockquote img {
  516. max-width:300px;
  517. padding-top: 5px;
  518. float:right!important;
  519. }
  520.  
  521.  
  522. blockquote img{
  523. max-width:100%;
  524. height:auto;
  525. margin-right:-30px;
  526. margin-left:10px;
  527. }
  528.  
  529. blockquote blockquote img{
  530. float:left!important;
  531. max-width:100%;
  532. height:auto;
  533. margin-left:-30px;
  534. margin-right:10px;
  535. }
  536.  
  537.  
  538. blockquote blockquote blockquote img{
  539. float:right!important;
  540. max-width:100%;
  541. height:auto;
  542. margin-right:-30px;
  543. margin-left:10px;
  544. }
  545.  
  546.  
  547. blockquote blockquote blockquote blockquote img{
  548. float:left!important;
  549. max-width:100%;
  550. height:auto;
  551. margin-left:-30px;
  552. margin-right:10px;
  553. }
  554.  
  555.  
  556. blockquote blockquote blockquote blockquote blockquote img{
  557. float:right!important;
  558. max-width:100%;
  559. height:auto;
  560. margin-right:-30px;
  561. margin-left:10px;
  562. }
  563.  
  564.  
  565. /* BLOCKQUOTE */
  566.  
  567. /* CONTAINER AND POSTS */
  568.  
  569.  
  570. #container {
  571. background:transparent;
  572. width: 380px;
  573. height:648px;
  574. left:50%;
  575. top:175px;
  576. margin-left:-188px;
  577. font-weight:500;
  578. font-size:11px;
  579. position: fixed;
  580. text-align:justify;
  581. padding-left:2px;
  582. padding-right:5px;
  583. overflow: auto;
  584. }
  585.  
  586.  
  587. #posts{
  588. width:350px;
  589. overflow-x:hidden;
  590. overflow-y:auto;
  591. text-align:justify;
  592. margin-top:30px;
  593. margin-bottom:5px;
  594. margin-left:10px;
  595. margin-right:10px;
  596. font-size:11px;
  597. line-height:110%;
  598. text-shadow:0px 1px 1px {color:shadow2};
  599. letter-spacing:0px;
  600. color:{color:text};
  601. text-transform: auto;
  602. }
  603.  
  604. #posts img {
  605. height:auto;
  606. max-width:100%;
  607. }
  608.  
  609. #photo img {
  610. width:100%;
  611. border-radius:5px;
  612. }
  613.  
  614. #container img {
  615. height:auto;
  616. max-width:100%;
  617. }
  618.  
  619.  
  620. img {
  621. -webkit-filter:grayscale(50%);
  622. -webkit-transition: all 0.9s ease-in-out;
  623. -moz-transition: all 0.9s ease-in-out;
  624. -o-transition: all 0.9s ease-in-out;
  625. -ms-transition: all 0.9s ease-in-out;
  626. transition: all 0.9s ease-in-out;}
  627.  
  628. .html_photoset {
  629. -webkit-filter: grayscale(50%);
  630. -webkit-transition: all 0.9s ease-in-out;
  631. -moz-transition: all 0.9s ease-in-out;
  632. -o-transition: all 0.9s ease-in-out;
  633. -ms-transition: all 0.9s ease-in-out;
  634. transition: all 0.9s ease-in-out;}
  635.  
  636. img:hover {
  637. -webkit-filter:none;}
  638.  
  639. .html_photoset:hover {
  640. -webkit-filter: none;}
  641.  
  642.  
  643. /* CONTAINER AND POSTS */
  644.  
  645.  
  646.  
  647. /* PHOTOSETS: DO NOT TOUCH THIS BECAUSE ITS FOR THEM TO RE-SIZE WHEN YOU CHANGE THE SIZE OF THE POSTS AND CONTAINER */
  648.  
  649. #vignette,#tumblr_lightbox_caption {visibility:hidden;}
  650. #tumblr_lightbox {background:{color:Background}!important;}
  651. #tumblr_lightbox_left_image,
  652. #tumblr_lightbox_right_image {opacity:0.5!important;}
  653. #tumblr_lightbox_center_image,
  654. #tumblr_lightbox_left_image,
  655. #tumblr_lightbox_right_image {
  656. box-shadow:none!important;
  657. border-radius:0px!important;
  658. }
  659.  
  660.  
  661. .caption {
  662. width:{select:Post size}px;
  663. text-align:justify;
  664. line-height:120%;
  665. }
  666.  
  667.  
  668. /* PHOTOSETS: DO NOT TOUCH THIS BECAUSE ITS FOR THEM TO RE-SIZE WHEN YOU CHANGE THE SIZE OF THE POSTS AND CONTAINER */
  669.  
  670.  
  671.  
  672.  
  673. /* PAGINATION: PAGINATION2 IT'S FOR THE NEXT */
  674.  
  675. #pagination {
  676. position:fixed;
  677. top:480px;
  678. left:50%;
  679. margin-left:360px;
  680. }
  681.  
  682.  
  683. #pagination a {
  684. font-family: times;
  685. text-transform:lowercase;
  686. font-size:40px;
  687. font-weight: cursive;
  688. color: {color:text};
  689. text-shadow:
  690. 1px 1px 0px {color:shadow2},
  691. 1px -1px 0px {color:shadow2},
  692. -1px -1px 0px {color:shadow2},
  693. -1px 1px 0px {color:shadow2},
  694. 0px 1px 0px {color:shadow2},
  695. 0px -1px 0px {color:shadow2},
  696. 1px 0px 0px {color:shadow2},
  697. -1px 0px 0px {color:shadow2},
  698. 0px 0px 7px #fff;
  699. transition-duration: 0.9s;
  700. position:fixed;
  701. opacity:0.8;
  702. z-index:999999;
  703. -webkit-transition: .9s ease-in-out;
  704. -moz-transition: .9s ease-in-out;
  705. -o-transition: .9s ease-in-out;
  706.  
  707. }
  708.  
  709. #pagination a:hover {
  710. opacity:1;
  711. color:{color:qb};
  712. text-shadow:0px 0px 6px #000;
  713. -moz-transition-duration:.9s;
  714. -webkit-transition-duration:.9s;
  715. -o-transition-duration:.9s;
  716. }
  717.  
  718.  
  719. #pagination2 {
  720. position:fixed;
  721. top:480px;
  722. left:50%;
  723. margin-left:75px;
  724. }
  725.  
  726.  
  727. #pagination2 a {
  728. font-family: times;
  729. text-transform:lowercase;
  730. font-size:40px;
  731. font-weight: cursive;
  732. color: {color:text};
  733. text-shadow:
  734. 1px 1px 0px {color:shadow2};,
  735. 1px -1px 0px {color:shadow2},
  736. -1px -1px 0px {color:shadow2},
  737. -1px 1px 0px {color:shadow2},
  738. 0px 1px 0px {color:shadow2},
  739. 0px -1px 0px {color:shadow2},
  740. 1px 0px 0px {color:shadow2},
  741. -1px 0px 0px {color:shadow2},
  742. 0px 0px 7px #fff;
  743. transition-duration: 0.9s;
  744. position:fixed;
  745. opacity:0.8;
  746. z-index:999999;
  747. -webkit-transition: .9s ease-in-out;
  748. -moz-transition: .9s ease-in-out;
  749. -o-transition: .9s ease-in-out;
  750. }
  751.  
  752. #pagination2 a:hover {
  753. opacity:1;
  754. color:{color:qb};
  755. text-shadow:0px 0px 6px #000;
  756. -moz-transition-duration:.9s;
  757. -webkit-transition-duration:.9s;
  758. -o-transition-duration:.9s;
  759. }
  760.  
  761.  
  762.  
  763. /* PAGINATION */
  764.  
  765.  
  766.  
  767.  
  768. /* QUESTIONS AND AUDIO */
  769. #asker {
  770. background:transparent;
  771. padding:10px;
  772. font-family: tahoma;
  773. text-align:center;
  774. margin-top:0px;
  775. text-transform:none;
  776. line-height:100%;
  777. z-index:1;
  778. }
  779.  
  780.  
  781.  
  782. .ppl {
  783. width:auto;
  784. height:auto;
  785. color:{color:bold};
  786. text-align:right;
  787. font-family: 'Oswald', sans-serif;
  788. font-weight:bold;
  789. font-size:30px;
  790. margin-top:3px;
  791. text-transform:uppercase;
  792. padding:5px;
  793. line-height:100%;
  794. }
  795.  
  796. .ppl a {
  797. width:auto;
  798. height:auto;
  799. color:{color:bold};
  800. font-family: 'Oswald', sans-serif;
  801. font-weight:bold;
  802. font-size:30px;
  803. margin-top:3px;
  804. text-align:right;
  805. text-transform:uppercase;
  806. padding:5px;
  807. line-height:100%;
  808.  
  809. }
  810.  
  811. .answer {
  812. font-size:11px;
  813. }
  814.  
  815.  
  816. .assker {
  817. font-size:10px;
  818. font-family:'Montserrat', sans-serif;
  819. text-align:center;
  820. margin-top:0px;
  821. color:{color:text};
  822. border-radius: 0 0 10px 10px;
  823. border-left:5px solid {color:bold};
  824. background:{color:qb};
  825. padding:15px;
  826. z-index:999;
  827. }
  828.  
  829.  
  830.  
  831. .audio {
  832. height:60px;
  833. padding:5px;
  834. margin-bottom:0px;
  835. }
  836. .audio-album {
  837. position:absolute;
  838. width:60px;
  839. }
  840. .audio-player {
  841. opacity:0.6;
  842. filter:alpha(opacity=60);
  843. border:5px solid {color:borders};
  844. width:50px;
  845. height:50px;
  846. overflow:hidden;
  847. position:absolute;
  848. z-index:2;
  849. margin-left:0px;
  850. margin-top:0px;
  851. }
  852. .audio-info {
  853. margin-top:-0px;
  854. position:relative;
  855. margin-left:70px;
  856. padding:8px;
  857. background-color:{color:background}
  858. }
  859.  
  860.  
  861.  
  862. .note {
  863. text-transform:uppercase;
  864. font-style:normal;
  865. letter-spacing:0px;
  866. font-size: 9px;
  867. text-align:left;
  868. line-height:90%;
  869. margin-left:-40px;
  870. }
  871.  
  872.  
  873. .note li {
  874. list-style-type:none;
  875. padding:10px 25px 10px 25px;
  876. text-align:left;
  877. margin:0px;
  878. -moz-transition-duration:0.5s;
  879. -webkit-transition-duration:0.5s;
  880. -o-transition-duration:0.5s;
  881. }
  882.  
  883. /* QUESTIONS AND AUDIO */
  884.  
  885.  
  886.  
  887.  
  888. /* permalinks, info and tags */
  889.  
  890.  
  891. /*PERMALINK & TAGS*/
  892.  
  893.  
  894. #info {
  895. margin-left:-10px;
  896. padding-top:5px;
  897. width:auto;
  898. height:30px;
  899. float:center;
  900. background-image: url('https://static.tumblr.com/xqymfb7/iCOpjkxta/the-thing.gif');
  901. background-position:0px 0px;
  902. background-repeat:no-repeat;
  903. }
  904.  
  905.  
  906. #info1 {
  907. margin-left:45px;
  908. margin-top:-35px;
  909. position:absolute;
  910. font-size:16px;
  911. color:#ddd;
  912. text-decoration:none;
  913. transform: rotate(30deg);
  914. -ms-transform: rotate(30deg);
  915. -webkit-transform: rotate(30deg);
  916. -o-transform: rotate(30deg);
  917. -moz-transform: rotate(30deg);
  918. }
  919.  
  920.  
  921. #info2 {
  922. margin-left:100px;
  923. margin-top:-25px;
  924. position:absolute;
  925. font-size:16px;
  926. color:#ddd;
  927. text-decoration:none;
  928. transform: rotate(80deg);
  929. -ms-transform: rotate(80deg);
  930. -webkit-transform: rotate(80deg);
  931. -o-transform: rotate(80deg);
  932. -moz-transform: rotate(80deg);
  933. }
  934.  
  935.  
  936. #info3 {
  937. margin-left:145px;
  938. margin-top:-40px;
  939. position:absolute;
  940. font-size:16px;
  941. color:#ddd;
  942. text-decoration:none;
  943. transform: rotate(70deg);
  944. -ms-transform: rotate(70deg);
  945. -webkit-transform: rotate(70deg);
  946. -o-transform: rotate(70deg);
  947. -moz-transform: rotate(70deg);
  948. }
  949.  
  950.  
  951. #info4 {
  952. margin-left:195px;
  953. margin-top:-25px;
  954. position:absolute;
  955. font-size:16px;
  956. color:#ddd;
  957. text-decoration:none;
  958. transform: rotate(80deg);
  959. -ms-transform: rotate(80deg);
  960. -webkit-transform: rotate(80deg);
  961. -o-transform: rotate(80deg);
  962. -moz-transform: rotate(80deg);
  963. }
  964.  
  965.  
  966. #info1 a, #info2 a, #info3 a, #info4 a {
  967. text-decoration:none;
  968. color:#aaa;
  969. -webkit-transition: all 0.5s ease-out;
  970. -moz-transition: all 0.5s ease-out;
  971. transition: all 0.5s ease-out;
  972. }
  973.  
  974. #info1 a:hover, #info2 a:hover, #info3 a:hover, #info4 a:hover {
  975. color:#ddd;
  976. text-shadow:0px 0px 7px #aaa;
  977. -webkit-transition: all 0.5s ease-out;
  978. -moz-transition: all 0.5s ease-out;
  979. transition: all 0.5s ease-out;
  980. }
  981.  
  982.  
  983.  
  984.  
  985. /*TAGS*/
  986.  
  987. #tags {
  988. width:340px;
  989. height:auto;
  990. background:transparent;
  991. padding: 5px;
  992. text-transform:uppercase;
  993. letter-spacing:1px;
  994. padding:10px;
  995. font-weight:800;
  996. text-align:left;
  997. margin-top:0px;
  998. margin-left:1px;
  999. margin-right:20px;
  1000. z-index:3;
  1001.  
  1002. }
  1003.  
  1004. #tags a {
  1005. font-style:trebuchet ms;
  1006. color:{color:text};
  1007. text-shadow:1px 1px 1px {color:shadow2};
  1008. font-size:7px;
  1009. -webkit-transition: all 0.5s ease-out;
  1010. -moz-transition: all 0.5s ease-out;
  1011. transition: all 0.5s ease-out;
  1012. }
  1013.  
  1014. #tags a:hover {
  1015. color:{color:tags hover};
  1016. text-shadow:0px 0px 3px {color:tags hover};
  1017. font-style:none;
  1018. -webkit-transition: all 0.5s ease-out;
  1019. -moz-transition: all 0.5s ease-out;
  1020. transition: all 0.5s ease-out;
  1021. }
  1022.  
  1023.  
  1024.  
  1025. /*TAGS*/
  1026.  
  1027.  
  1028. .note {
  1029. text-transform:none;
  1030. letter-spacing:0px;
  1031. font-size:9px;
  1032. text-align:left;
  1033. line-height:100%;
  1034. margin-left:5px;
  1035. }
  1036.  
  1037. .note li {
  1038. list-style-type:decimal;
  1039. padding:0px 5px 10px 25px;
  1040. text-align:left;
  1041. -webkit-transition: all 0.5s ease-in-out;
  1042. -moz-transition: all 0.5s ease-in-out;
  1043. -o-transition: all 0.5s ease-in-out;
  1044. }
  1045.  
  1046.  
  1047. /* permalinks, info and tags */
  1048.  
  1049.  
  1050. /* QUOTES AND SOURCE */
  1051.  
  1052. .quotemarkleft {
  1053. font-size: 130px;
  1054. font-family: 'Georgia';
  1055. font-weight: bold;
  1056. line-height: 100px;
  1057. position: relative;
  1058. margin: 0px 0 -90px 30px;
  1059. color:{color:text};
  1060. opacity: 0.9;
  1061. }
  1062.  
  1063.  
  1064. #quote {
  1065. background:transparent;
  1066. font-family: 'Crimson Text', serif;
  1067. color:{color:text};
  1068. font-size:15px;
  1069. text-align:center;
  1070. line-height:120%;
  1071. padding:5px;
  1072. padding-top:12px;
  1073. padding-bottom:8px;
  1074. }
  1075.  
  1076. .qsource{
  1077. padding-top:3px;
  1078. padding-bottom:1px;
  1079. font-family: 'Cedarville Cursive', cursive;
  1080. font-size:15px;
  1081. text-align:right;
  1082. }
  1083.  
  1084.  
  1085. /* QUOTES AND SOURCE */
  1086.  
  1087.  
  1088.  
  1089.  
  1090.  
  1091. /* SELECTION TEXT AND BG */
  1092.  
  1093.  
  1094. ::selection {
  1095. background:{color:select background};
  1096. color:{color:select text};
  1097. }
  1098.  
  1099. /* SELECTION TEXT AND BG */
  1100.  
  1101.  
  1102.  
  1103. /* CHAT */
  1104.  
  1105. .chat ol {
  1106. padding:0;
  1107. font-family: 'Roboto', sans-serif;
  1108. font-size:7px;
  1109. text-transform:uppercase;
  1110. letter-spacing:1px;
  1111. line-height:180%;
  1112. list-style:none;
  1113. }
  1114.  
  1115. .line.odd {
  1116. background:{color:chatone};
  1117. text-align:right;
  1118. padding:5px;
  1119. border-right:3px solid {color:chattwo};
  1120. }
  1121.  
  1122. .line.even {
  1123. background:{color:chattwo};
  1124. text-align:left;
  1125. padding:5px;
  1126. border-left:3px solid {color:chatone};
  1127. }
  1128.  
  1129. .label {
  1130. font-weight:none;
  1131. font-size:8px;
  1132. padding-right:1px;
  1133. letter-spacing:1px;
  1134. text-transform:uppercase;
  1135. color:{color:text};
  1136. }
  1137.  
  1138. /* CHAT */
  1139.  
  1140.  
  1141.  
  1142. /* CREDIT */
  1143.  
  1144. #credit {
  1145. position:fixed;
  1146. bottom:8px;
  1147. right:15px;
  1148. letter-spacing:0px;
  1149. z-index:99999;
  1150.  
  1151. }
  1152.  
  1153. #credit a{
  1154. color:{color:text};
  1155. font-size:20px;
  1156. font-family: 'Dancing Script', cursive;
  1157. text-transform:uppercase;
  1158. text-shadow: 0px 1px 1px #000;
  1159. display:block;
  1160. height:auto;
  1161. width:auto;
  1162. text-align:center;
  1163. -moz-transition-duration:.9s;
  1164. -webkit-transition-duration:.9s;
  1165. -o-transition-duration:.9s;
  1166.  
  1167. }
  1168.  
  1169. #credit a:hover{
  1170. color:{color:text};
  1171. text-shadow: 0px 0px 5px {color:text};
  1172. text-transform:uppercase;
  1173. -webkit-transition: all 0.8s ease-in-out;
  1174. -moz-transition: all 0.8s ease-in-out;
  1175. -o-transition: all 0.8s ease-in-out;
  1176. -ms-transition: all 0.8s ease-in-out;
  1177. transition: all 0.8s ease-in-out;
  1178.  
  1179. }
  1180.  
  1181.  
  1182. /* CREDIT */
  1183.  
  1184.  
  1185.  
  1186.  
  1187. /* SIDEBAR */
  1188.  
  1189.  
  1190. #sidebar {
  1191. background:transparent;
  1192. font-family: 'Roboto', sans-serif;
  1193. font-size:8px;
  1194. color: {color:text};
  1195. width:135px;
  1196. height:285px;
  1197. top:425px;
  1198. left:50%;
  1199. margin-left:212px;
  1200. padding-top:10px;
  1201. line-height:120%;
  1202. text-transform:uppercase;
  1203. text-shadow:0px 1px 1px {color:shadow2};
  1204. text-align:center;
  1205. position:fixed;
  1206. padding-left:14px;
  1207. padding-right:6px;
  1208. overflow-y: scroll;
  1209. overflow-x: hidden;
  1210.  
  1211. }
  1212.  
  1213.  
  1214.  
  1215. /* SIDEBAR */
  1216.  
  1217.  
  1218. /* HOVER LINKS div#qTip */
  1219.  
  1220. .tooltip{
  1221. display: inline;
  1222. position: relative;
  1223. }
  1224.  
  1225.  
  1226. #s-m-t-tooltip {
  1227. padding:6px;
  1228. width:auto;
  1229. max-width:300px;
  1230. background:{color:qb};
  1231. background-image:url('https://static.tumblr.com/xqymfb7/iCOpjkxta/the-thing.gif');
  1232. background-repeat:repeat;
  1233. background-attachment:fixed;
  1234. text-align:center;
  1235. max-height:300px;
  1236. margin:5px 10px 5px 0px;
  1237. color:{color:text};
  1238. text-shadow:
  1239. 1px 1px 0px #000,
  1240. 1px -1px 0px #000,
  1241. -1px -1px 0px #000,
  1242. -1px 1px 0px #000,
  1243. 0px 1px 0px #000,
  1244. 0px -1px 0px #000,
  1245. 1px 0px 0px #000,
  1246. -1px 0px 0px #000,
  1247. 0px 0px 5px #00a68b;
  1248. border-left: double 3px {color:hover borders};
  1249. border-top: double 3px {color:hover borders};
  1250. border-right: double 3px {color:hover borders};
  1251. border-bottom: double 3px {color:hover borders};
  1252. font-weight:bold;
  1253. font-family: 'arial';
  1254. text-transform:uppercase;
  1255. box-shadow: 0px 0px 3px #000;
  1256. border-radius:5px;
  1257. font-size:8px;
  1258. letter-spacing:1px;
  1259. z-index:99999;
  1260. transition:0.7s ease-in-out;
  1261. -o-transition:0.7s ease-in-out;
  1262. -ms-transition:0.7s ease-in-out;
  1263. -moz-transition:0.7s ease-in-out;
  1264. -webkit-transition:0.7s ease-in-out;
  1265. }
  1266.  
  1267. /* HOVER LINKS */
  1268.  
  1269. /* POP UP */
  1270. .popup_block{
  1271. display:none;
  1272. background-image:transparent;
  1273. background-repeat: no-repeat;
  1274. padding:20px;
  1275. float:left;
  1276. font-family: tahoma;
  1277. height: 10px;
  1278. position:fixed;
  1279. top:370px;
  1280. left:50%;
  1281. margin-left:-105px;
  1282. z-index: 99999;
  1283. overflow-y: scroll;
  1284. overflow-x: hidden;
  1285.  
  1286. }
  1287.  
  1288. *html #fade {position: absolute;}
  1289. *html .popup_block {position: absolute;}
  1290. #fade {
  1291. display:none;
  1292. position:fixed;
  1293. left:0px;
  1294. top:0px;
  1295. width:100%;
  1296. height:100%;
  1297. z-index:9999;
  1298. background:{color:background}; /* change to #fff for solid white #010101 */
  1299. opacity:0;
  1300. }
  1301.  
  1302. .contenido {
  1303. background-color:#000;
  1304. left:50%;
  1305. margin-left:-180px;
  1306. top:178px;
  1307. height: 646px;
  1308. width: 340px;
  1309. position: fixed;
  1310. font-size:11px;
  1311. font-family: tahoma;
  1312. text-shadow: 0px 1px 1px #000000;
  1313. overflow: auto;
  1314. padding-right:10px;
  1315. padding-left:10px;
  1316. line-height:120%;
  1317. z-index:2;
  1318.  
  1319. }
  1320.  
  1321.  
  1322.  
  1323.  
  1324. .pic img {
  1325. float: left;
  1326. padding: 0px;
  1327. margin-right: 10px;
  1328. width: 75px;
  1329. height: 75px;
  1330. }
  1331.  
  1332. .pic1 img {
  1333. float: left;
  1334. padding: 0px;
  1335. margin-right: 10px;
  1336. width: 75px;
  1337. height: 75px;
  1338. border-radius:100%;
  1339.  
  1340. }
  1341.  
  1342. .pic2 img {
  1343. float: right;
  1344. padding: 0px;
  1345. margin-left: 10px;
  1346. width: 75px;
  1347. height: 75px;
  1348. border-radius:100%;
  1349. }
  1350.  
  1351.  
  1352. .navega{
  1353. text-align:center;
  1354. text-transform:uppercase;
  1355. font-family:tahoma;
  1356. font-size:9px;
  1357. }
  1358.  
  1359. .navega a {
  1360. width:100px;
  1361. margin-left:4px;
  1362. margin-right:4px;
  1363. margin-top:4px;
  1364. margin-bottom:4px;
  1365. display:inline-block;
  1366. background:{color:qb};
  1367. color:{color:text};
  1368. text-shadow:0px 0px 5px {color:bold};
  1369. padding-right:4px;
  1370. padding-left:4px;
  1371. line-height:20px;
  1372. margin-top:2px;
  1373. margin-bottom:2px;
  1374. letter-spacing:1px;
  1375. transition-duration: 0.6s;
  1376. border-left:1px solid {color:qb};
  1377. border-right:1px solid {color:qb};
  1378. border-top:1px solid {color:qb};
  1379. border-bottom:1px solid {color:qb};
  1380. -webkit-transition: .9s ease-in-out;
  1381. -moz-transition: .9s ease-in-out;
  1382. -o-transition: .9s ease-in-out;
  1383. }
  1384.  
  1385. .navega a:hover {
  1386. background:{color:background};
  1387. text-shadow:0px 0px 5px {color:bold};
  1388. color:{color:bold};
  1389. -moz-transition-duration:.9s;
  1390. -webkit-transition-duration:.9s;
  1391. -o-transition-duration:.9s;
  1392. }
  1393.  
  1394.  
  1395.  
  1396. .links_list {
  1397. margin: 0px;
  1398. padding: 10px;
  1399. width: 330px;
  1400. margin-top: 10px;
  1401. margin-right: 10px;
  1402. }
  1403.  
  1404. .links_head {
  1405. color:#d3d1d1;
  1406. text-shadow:1px 1px 0px #131313,
  1407. 1px -1px 0px #131313,
  1408. -1px -1px 0px #131313,
  1409. -1px 1px 0px #131313,
  1410. 0px 1px 0px #131313;
  1411. padding-top: 10px;
  1412. padding-bottom: 10px;
  1413. cursor: pointer;
  1414. font-family: 'Roboto', sans-serif;
  1415. font-size:7px;
  1416. text-transform:uppercase;
  1417. position: relative;
  1418. margin: 0px;
  1419. text-align: right;
  1420. font-size:10px;
  1421. letter-spacing:1px;
  1422. border: 1px solid {color:borders};
  1423. outline: 1px solid {color:borders};
  1424. background:url('https://static.tumblr.com/xqymfb7/iCOpjkxta/the-thing.gif');
  1425. background-repeat:repeat;
  1426. background-attachment:fixed;
  1427. }
  1428.  
  1429.  
  1430. /* POP UP */
  1431.  
  1432. /* THE LINKS */
  1433.  
  1434. .star1 {
  1435. top:400px;
  1436. left:50%;
  1437. margin-left:200px;
  1438. position:fixed;
  1439. }
  1440.  
  1441. .star2 {
  1442. top:400px;
  1443. left:50%;
  1444. margin-left:230px;
  1445. position:fixed;
  1446. }
  1447.  
  1448. .star3 {
  1449. top:400px;
  1450. left:50%;
  1451. margin-left:255px;
  1452. position:fixed;
  1453. }
  1454.  
  1455.  
  1456. .star4 {
  1457. top:400px;
  1458. left:50%;
  1459. margin-left:280px;
  1460. position:fixed;
  1461. }
  1462.  
  1463.  
  1464. .star5 {
  1465. top:400px;
  1466. left:50%;
  1467. margin-left:305px;
  1468. position:fixed;
  1469. }
  1470.  
  1471.  
  1472.  
  1473. .star6 {
  1474. top:400px;
  1475. left:50%;
  1476. margin-left:330px;
  1477. position:fixed;
  1478. }
  1479.  
  1480.  
  1481.  
  1482. .star7 {
  1483. top:400px;
  1484. left:50%;
  1485. margin-left:355px;
  1486. position:fixed;
  1487. }
  1488.  
  1489. .star1 a, .star2 a, .star3 a, .star4 a, .star5 a, .star6 a, .star7 a {
  1490. color:{color:links};
  1491. font-family: 'Crimson Text', serif;
  1492. font-size:14px;
  1493. font-weight:900;
  1494. display:inline-block;
  1495. text-align:center!important;
  1496. width:50px;
  1497. text-shadow:
  1498. 1px 1px 0px #272827,
  1499. 1px -1px 0px #272827,
  1500. -1px -1px 0px #272827,
  1501. -1px 1px 0px #272827,
  1502. 0px 1px 0px #272827,
  1503. 0px -1px 0px #272827,
  1504. 1px 0px 0px #272827,
  1505. -1px 0px 0px #272827,
  1506. 0px 0px 5px #ddd;
  1507. transition-duration: 0.9s;
  1508. -webkit-transition: .9s ease-in-out;
  1509. -moz-transition: .9s ease-in-out;
  1510. -o-transition: .9s ease-in-out;
  1511. }
  1512.  
  1513. .star1 a:hover, .star2 a:hover, .star3 a:hover, .star4 a:hover, .star5 a:hover, .star6 a:hover, .star7 a:hover {
  1514. color:{color:bold};
  1515. text-shadow:
  1516. 1px 1px 0px #272827,
  1517. 1px -1px 0px #272827,
  1518. -1px -1px 0px #272827,
  1519. -1px 1px 0px #272827,
  1520. 0px 1px 0px #272827,
  1521. 0px -1px 0px #272827,
  1522. 1px 0px 0px #272827,
  1523. -1px 0px 0px #272827,
  1524. 0px 0px 5px #ddd;
  1525. -webkit-transition: .9s ease-in-out;
  1526. -moz-transition: .9s ease-in-out;
  1527. -o-transition: .9s ease-in-out;
  1528. }
  1529.  
  1530.  
  1531.  
  1532.  
  1533. /* THE LINKS */
  1534.  
  1535.  
  1536. </style>
  1537. <body>
  1538.  
  1539.  
  1540.  
  1541. <!-- UPDATES -->
  1542.  
  1543. <!-- LINKS -->
  1544. <div class="star1">
  1545. <a href="/" title="refresh">01.</a>
  1546. </div>
  1547. <div class="star2">
  1548. <a href="#?w=450" rel="askform" class="poplight" title="inquire">02.</a>
  1549. </div>
  1550. <div class="star3">
  1551. <a href="#?w=10" rel="01" class="poplight" title="rules">03.</a>
  1552. </div>
  1553. <div class="star4">
  1554. <a href="#?w=10" rel="02" class="poplight" title="about">04.</a>
  1555. </div>
  1556. <div class="star5">
  1557. <a href="#?w=10" rel="03" class="poplight" title="verses">05.</a>
  1558. </div>
  1559. <div class="star6">
  1560. <a href="#?w=10" rel="04" class="poplight" title="connections">06.</a>
  1561. </div>
  1562. <div class="star7">
  1563. <a href="#?w=10" rel="05" class="poplight" title="navigation">07.</a>
  1564. </div>
  1565.  
  1566.  
  1567. <!-- LINKS -->
  1568.  
  1569.  
  1570. <!-- UPDATES -->
  1571.  
  1572. <div id="sidebar">
  1573. <center>
  1574. <h4>I WILL GO WHERE MY LIFE TAKES ME</h4>
  1575. <hr>
  1576. <p>Independent & fandomless oc, as written by <i>Hannah</i>. Please read all rules & pages before interaction. drama is not welcome here; anyone trying to incite chaos will be <b>immediately blocked.</b></p>
  1577. <hr> <BR>
  1578. <H4>
  1579. NO MATTER WHERE THAT MAY BE.
  1580. </H4>
  1581. <hr>
  1582. <blockquote>All icons & graphics are made by <i> yours truly.</i>. art belongs to Pauline Voss. ( <b><a href="https://www.artstation.com/artwork/nkGWO">here</a> </b>)</blockquote>
  1583. <hr>
  1584. <p></p>
  1585.  
  1586.  
  1587. </center></center>
  1588. </div>
  1589.  
  1590.  
  1591. <!-- UPDATES -->
  1592.  
  1593.  
  1594. <!-- POP UPS -->
  1595.  
  1596.  
  1597. <!---- ASK FORM POP UP ---->
  1598. <div id="askform" class="popup_block">
  1599. <div class="contenido">
  1600. <pre> <i>MESSAGES.</i> </pre>
  1601. <iframe frameborder="0" height="240" id="ask_form" scrolling="yes" src="https://www.tumblr.com/ask_form/thinkscalm.tumblr.com" width="100%"></iframe>
  1602. <pre> <i>SUBMIT.</i> </pre>
  1603. <iframe frameborder="0" height="380" id="submit_form" scrolling="yes" src="https://www.tumblr.com/submit_form/thinkscalm.tumblr.com" width="100%"></iframe>
  1604. </div></div>
  1605.  
  1606.  
  1607. <!---- RULES POP UP TAB ---->
  1608. <div id="01" class="popup_block">
  1609. <div class="contenido">
  1610. <br>
  1611. <p><sub>independent and selective original character. I own Colleen, and all pieces of headcanon and meta about her. I am in no way affiliated with Saoirse Ronan.<br></sub></p><p><sub>If I have followed you first, I have expressed an interest in writing with you and I have read your rules before hitting that follow button, I expect the same courtesy from you, and that’s all. no passwords, no nothing. just. a quick glance at these. I will not be able to write with everyone that follows me, as much as I may want to. that would be too much and I would get snowed under pretty quickly otherwise.<br></sub></p><p><sub>What’s up, the name’s HANNAH and welcome to my rules <i>!! </i>this blog is mutuals-only, meaning memes and starter calls are all open to <i>people who mutually follow me</i>. I have been lax with this on other blogs and found myself <b>QUICKLY</b> overwhelmed to the point where I have had to purge, and that’s not <i>really</i> fair on mutuals who have sent me stuff in, ya know<i>?</i></sub></p><p><sub>I can’t stress enough that I <b>DO NOT WANT MINORS FOLLOWING ME</b>. with the nature of my blog, there will be blood, guts, gore, sex, sex with blood guts and <i>gore</i> and anyone under the age of 18 is not invited. this is non-negotiable for my own comfort and for the <b>SAKE</b> of keeping myself right. as I am over the age of 21 I am not comfortable with follow children. if you take it upon yourself to follow me and you are underage or you lie about your age, you will be <b>BLOCKED</b>.</sub></p><p><sub>I format fancily and I use small font and icons - I do not expect you to do the same. you write however makes you feel happy, I will write however I feel happy and it’ll be a grand old time. I don’t put much stock into how people choose to write their muses, or how they choose to write. <b>IT ALL BOILS DOWN TO PERSONAL PREFERENCE</b>.</sub></p><p><sub>If I have softblocked, blocked or unfriended you, please don’t hound me. I have had horrid experiences with this before where someone tried to <b>WRITE A CALLOUT POST</b> about me for daring to unfriend them after they had repeatedly made me uncomfortable and tried to contact me on multiple blogs. even called me a coward. if i am softblocked or blocked, I will not go out of my way to contact you in order to respect your wishes. it’s common decency.</sub></p><p><sub>Do not make assumptions about my muse. If you have any questions, please ask and you shall receive. I am very chill about this usually and pretty low key. if I heck up, kindly correct me and I will correct as appropriate.</sub></p><p><sub>I will be <i>very</i> selective in who I ship with. I don’t wanna get invested in something only for the other person to lose interest fairly quickly and leave me high and dry. it’s happened many times before and I don’t want that to happen again.</sub></p><p><sub>I do practice exclusivity if there is a chemistry between the muses, and a friendly chemistry between the muns. Mains I will usually accept two of each character if there is no desire to be exclusive there.</sub></p><p><sub>smut may be a thing. gore will definitely be a thing. hith, hith, i’m a snek ya know <i>?</i></sub></p><p><sup>Hi there, I’m Hannah &amp; &nbsp;I’m a 24 year old dweeb from the U.K. I am currently living in England &nbsp; &amp; &nbsp;living that good life of trying to exist in a permanent existential crisis and just chugging merrily along as best I can. I do have a life outside of tumblr and more often than not, you will find me either here or sleeping. &nbsp;I am a sleepy bean and I nap an awful lot. &nbsp;feel free to come and talk to me. <b>DISCORD AVAILABLE ON REQUEST.</b></sup></p>
  1612.  
  1613. </div></div>
  1614.  
  1615.  
  1616. <!---- ABOUT POP UP TAB ---->
  1617.  
  1618. <div id="02" class="popup_block">
  1619. <div class="contenido">
  1620. <br>
  1621. <h4>E M P A T H</h4>
  1622. <p><sub><b>NAME.</b> &nbsp; colleen elise murphy.<br><b>NAME ORIGIN. c</b>olleen was named after an uncle on her mother’s side that died a few weeks before she was born in a car accident. her mother adored her uncle colin, and thought that the name colleen would pay a good homage to him.<br><b>ALIAS. &nbsp; </b>Colly,&nbsp;‘Leen, Collywobble, Cauliflower.<br><b>AGE.&nbsp; &nbsp;</b>33.<br><b>GENDER. &nbsp; </b>female.<br><b>SEXUALITY. &nbsp; </b>bisexual, <b>female preferring</b>.<br><b>SPECIES.&nbsp;</b>&nbsp;Human. Empath.<br><b>HEIGHT</b>.&nbsp; &nbsp;6′1′’’ barefoot, up to 6′5′‘ in heels.<br><b>EYES.</b>&nbsp; &nbsp;Dark blue, toeing a thin line between grey and blue, framed by fair lashes though they are usually covered in a light coating of brown mascara; no eyeliner or eyeshadow is ever worn.&nbsp;<br><b>HAIR.&nbsp; &nbsp;</b>blond, usually a fair bit lighter in the summer and kept at shoulder length. colleen prefers to let her hair do its own thing, and outside of perhaps shoving it up in a ponytail or brushing it rarely has the motivation to sit right. when at work it’s usually kept in a tight bun to keep it out of her face.<br><b>SKIN</b>. &nbsp; pale, but freckly. especially over the bridge of her nose and her shoulders.<br><b>SCARS / TATTOOS</b>.&nbsp; &nbsp;a small, silvery scar across the bridge of her nose from where she had fallen out of a tree and broken it, a small groove across her chin that she gained running with scissors and tripping. colleen has a small tattoo of a hummingbird in between her shoulders. she’s not brave enough to get another one.<br><b>SMELL.</b>&nbsp; &nbsp;coconut body spray, coffee and new books. clean laundry, and occasionally antiseptic.<br><b>HOME.&nbsp; &nbsp;</b>Atlanta, Georgia. Currently shares an apartment with a <i>roommate</i>&nbsp;as it’s better than living alone and while she strives to keep herself to herself, it’s nice having someone she can just kick back and watch TV with.<br><b>BIRTHPLACE.&nbsp; </b>Ballymoney, Northern Ireland.<br><b>PARENTS. &nbsp; </b>Arthur Murphy <i>( father )</i>, Molly Murphy (prev. Kelly, <i>mother</i>).<br><b>SIBLINGS. &nbsp;</b>Kellyann Murphy (36), Louise Murphy (30), Daisy Murphy (28), Eleanor Murphy (25), Liam Murphy (23).<br><br></sub></p><hr>
  1623. <p><sub>You can feel <i>everything</i>. Anger, sadness, love, joy --- all under one roof. You don’t understand it, but it’s <b>there</b>. Raw, powerful, and wholesome. You’re five when your mother first throws out your father, and you can feel <i>hurt</i>, though she’s trying to smile through it. Hurt, longing, anger. There’s nothing positive there. You should be in bed when she uses the word <b>mistress</b>, and her voice cracks. You know she feels sad, and you wish to her that <i>little </i>bit of happiness. That’s when you feel anger fade to something more <b>mellow</b>. A gentle nothingness that doesn’t make your head <i>throb</i>. You fall asleep with your little head resting against the <b>wall</b>, and even after you’re carried to bed and tucked in, and you wake the next morning, you’re still exhausted. Dad comes back a few days later, and while you can feel how strained things are, you’re <i>happy </i>he’s home.&nbsp;</sub></p><p><sub>You grow not knowing how to handle the complexities of <b>human emotion</b>, and they think you’re just susceptible to <i>headaches</i>, or that they’re always happy when you’re around. You don’t understand why, really, when you spend a lot of your time <i>tucked</i>&nbsp;up in bed with the blinds shut and a <b>pillow</b>&nbsp;over your eyes as anger, anger, anger rises with the adolescence of your <i>sisters</i>. They tell you you’re due another one, and you’re sure your heart’s going to explode with the <b>joy</b>&nbsp;of it. Everyone is happy, and you feel like you’re floating on <i>sunshine</i>. Light, airy, and for the first time in a while you sit with your <b>family</b>&nbsp;to eat, and as you glance at them all, tucking into KFC and <b>bickering</b>&nbsp;over who should get the last little bit of gravy, you wish you could have something like this for yourself. Your own little <b>family</b>&nbsp;to surround yourself with.</sub></p><p><sub>Your heart sinks, when you realise that you <i>can’t</i>. It’s a choice on your part. You’re thirteen, and you should be dreaming of a white, fairy tale wedding, but you’re considering how much your <b>head</b>&nbsp;would hurt to share your space with another person. It’s frightening, that <i>thought</i>. To surround yourself with that kind of <b>self-inflicted</b>&nbsp;agony. You pretend to be introverted, though when you’re sat at home when everyone else goes off <i>dancing</i>, and with your nose buried in your homework, you decide that tonight is the <b>first</b>&nbsp;night you’ll feel sorry for yourself.&nbsp;</sub></p><p><sub>Your mum has gone into labour with your brother, and dad’s in England. Louise went with him, and the others are too young. You’re in a panic, but you’re mother is calm and <b>handing</b>&nbsp;you her car keys. You know how to drive, but you don’t yet have your license. You get her to hospital without <b>much</b>&nbsp;of a hitch, and your headache is blinding, but you hold her hand and <i>joke</i>&nbsp;about how you’re sure your fingers are broken. You wish for calm amongst the panic, and it happens. Bit, by bit. It’s not completely <b>erased</b>, but when Liam cries and rests his gooey little face against mum’s collarbone, the entire room shifts from red. red, anger, panic, to something softer, something lighter and warming. Mum hands you the tiny bundle, and that’s when you decide that <i>that</i>&nbsp;is what you want to do.</sub></p><p><sub>You’re graduated, now. Placements in the hospitals were hard, you’re qualified now and like Louise, you leave the nest as soon as you feel comfortable. Your family is sad, but it’s something you decide for yourself. The first truly selfish thing, and you don’t hate yourself for it as you thought you might. You’re excited, and America seems like a good place to be.&nbsp; You’re twenty-six, and it feels as good of a time as <b>any</b>&nbsp;to flee the nest.</sub></p>
  1624. </div></div>
  1625.  
  1626.  
  1627.  
  1628. <!---- VERSES POP UP TAB ---->
  1629.  
  1630.  
  1631. <div id="03" class="popup_block">
  1632. <div class="contenido">
  1633. <br><br>
  1634. <hr>
  1635. <br><br>
  1636.  
  1637. <!---- VERSE BOX 1 ---->
  1638.  
  1639. <div class="links_list">
  1640. <p class="links_head">read more +</p>
  1641. <div class="links_body">
  1642.  
  1643. <pre>Verse name in here</pre>
  1644. <div class="pic"><img src="https://static.tumblr.com/6za7fhh/OPEoxqus1/angheledis.png"><p>
  1645. <b>Name</b>:
  1646. <br><b>faceclaim</b>:
  1647. <br><b>Age</b>:
  1648. <br><b>Place of Birth</b>:
  1649. <u>Physical description:</u>
  1650. <br><b>Height</b>:
  1651. <br><b>Weight</b>:.
  1652. <br><b>Hair color</b>:
  1653. <br><b>Eyes color</b>:
  1654. <br>
  1655. <center><br><a href="/tagged/( . )"><i>Can you hear my heart beat?</i></a></center>
  1656. <p>Morbi ultrices ultricies risus, nec aliquam lorem eleifend id. Quisque sodales ipsum eros, efficitur vestibulum nulla dapibus non. Aliquam cursus, nulla pulvinar placerat vulputate, tortor est tristique mauris, sed cursus purus lorem a libero. Aliquam erat volutpat.</p>
  1657.  
  1658. <blockquote>Mauris fringilla efficitur mauris, vitae blandit diam consectetur et. Donec hendrerit ligula ac vehicula condimentum.</blockquote>
  1659.  
  1660. <p>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. <i>Sed accumsan at erat at sagittis.Suspendisse potenti</i>. Vestibulum orci purus, sagittis id tellus quis, blandit imperdiet ex. Suspendisse auctor, risus ut consectetur dignissim, diam est luctus justo, eu <b>lacinia lectus</b> ipsum sed urna. Integer sem ante, posuere sit amet nulla vitae, posuere fringilla nunc.</p>
  1661. </div></div></div>
  1662.  
  1663.  
  1664. <!---- VERSE BOX 2 ---->
  1665.  
  1666. <div class="links_list">
  1667. <p class="links_head">read more +</p>
  1668. <div class="links_body">
  1669.  
  1670. <pre>Verse name in here</pre>
  1671.  
  1672. <div class="pic"><img src="https://static.tumblr.com/6za7fhh/OPEoxqus1/angheledis.png"><p>
  1673. <b>Name</b>:
  1674. <br><b>faceclaim</b>:
  1675. <br><b>Age</b>:
  1676. <br><b>Place of Birth</b>:
  1677. <u>Physical description:</u>
  1678. <br><b>Height</b>:
  1679. <br><b>Weight</b>:.
  1680. <br><b>Hair color</b>:
  1681. <br><b>Eyes color</b>:
  1682. <br>
  1683. <center><br><a href="/tagged/( . )"><i>Can you hear my heart beat?</i></a></center>
  1684. <p>Morbi ultrices ultricies risus, nec aliquam lorem eleifend id. Quisque sodales ipsum eros, efficitur vestibulum nulla dapibus non. Aliquam cursus, nulla pulvinar placerat vulputate, tortor est tristique mauris, sed cursus purus lorem a libero. Aliquam erat volutpat.</p>
  1685.  
  1686. <blockquote>Mauris fringilla efficitur mauris, vitae blandit diam consectetur et. Donec hendrerit ligula ac vehicula condimentum.</blockquote>
  1687.  
  1688. <p>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. <i>Sed accumsan at erat at sagittis.Suspendisse potenti</i>. Vestibulum orci purus, sagittis id tellus quis, blandit imperdiet ex. Suspendisse auctor, risus ut consectetur dignissim, diam est luctus justo, eu <b>lacinia lectus</b> ipsum sed urna. Integer sem ante, posuere sit amet nulla vitae, posuere fringilla nunc.</p>
  1689. </div></div></div>
  1690.  
  1691.  
  1692. <!---- VERSE BOX 3 ---->
  1693.  
  1694. <div class="links_list">
  1695. <p class="links_head">read more +</p>
  1696. <div class="links_body">
  1697.  
  1698. <pre>Verse name in here</pre>
  1699. <div class="pic"><img src="https://static.tumblr.com/6za7fhh/OPEoxqus1/angheledis.png"><p>
  1700. <b>Name</b>:
  1701. <br><b>faceclaim</b>:
  1702. <br><b>Age</b>:
  1703. <br><b>Place of Birth</b>:
  1704. <u>Physical description:</u>
  1705. <br><b>Height</b>:
  1706. <br><b>Weight</b>:.
  1707. <br><b>Hair color</b>:
  1708. <br><b>Eyes color</b>:
  1709. <br>
  1710. <center><br><a href="/tagged/( . )"><i>Can you hear my heart beat?</i></a></center>
  1711. <p>Morbi ultrices ultricies risus, nec aliquam lorem eleifend id. Quisque sodales ipsum eros, efficitur vestibulum nulla dapibus non. Aliquam cursus, nulla pulvinar placerat vulputate, tortor est tristique mauris, sed cursus purus lorem a libero. Aliquam erat volutpat.</p>
  1712.  
  1713. <blockquote>Mauris fringilla efficitur mauris, vitae blandit diam consectetur et. Donec hendrerit ligula ac vehicula condimentum.</blockquote>
  1714.  
  1715. <p>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. <i>Sed accumsan at erat at sagittis.Suspendisse potenti</i>. Vestibulum orci purus, sagittis id tellus quis, blandit imperdiet ex. Suspendisse auctor, risus ut consectetur dignissim, diam est luctus justo, eu <b>lacinia lectus</b> ipsum sed urna. Integer sem ante, posuere sit amet nulla vitae, posuere fringilla nunc.</p>
  1716. </div></div></div>
  1717.  
  1718.  
  1719. <!---- VERSE BOX 4 ---->
  1720.  
  1721. <div class="links_list">
  1722. <p class="links_head">read more +</p>
  1723. <div class="links_body">
  1724.  
  1725. <pre>Verse name in here</pre>
  1726. <div class="pic"><img src="https://static.tumblr.com/6za7fhh/OPEoxqus1/angheledis.png"><p>
  1727. <b>Name</b>:
  1728. <br><b>faceclaim</b>:
  1729. <br><b>Age</b>:
  1730. <br><b>Place of Birth</b>:
  1731. <u>Physical description:</u>
  1732. <br><b>Height</b>:
  1733. <br><b>Weight</b>:.
  1734. <br><b>Hair color</b>:
  1735. <br><b>Eyes color</b>:
  1736. <br>
  1737. <center><br><a href="/tagged/( . )"><i>Can you hear my heart beat?</i></a></center>
  1738. <p>Morbi ultrices ultricies risus, nec aliquam lorem eleifend id. Quisque sodales ipsum eros, efficitur vestibulum nulla dapibus non. Aliquam cursus, nulla pulvinar placerat vulputate, tortor est tristique mauris, sed cursus purus lorem a libero. Aliquam erat volutpat.</p>
  1739.  
  1740. <blockquote>Mauris fringilla efficitur mauris, vitae blandit diam consectetur et. Donec hendrerit ligula ac vehicula condimentum.</blockquote>
  1741.  
  1742. <p>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. <i>Sed accumsan at erat at sagittis.Suspendisse potenti</i>. Vestibulum orci purus, sagittis id tellus quis, blandit imperdiet ex. Suspendisse auctor, risus ut consectetur dignissim, diam est luctus justo, eu <b>lacinia lectus</b> ipsum sed urna. Integer sem ante, posuere sit amet nulla vitae, posuere fringilla nunc.</p>
  1743. </div></div></div>
  1744.  
  1745.  
  1746. <!---- VERSE BOX 5 ---->
  1747.  
  1748. <div class="links_list">
  1749. <p class="links_head">read more +</p>
  1750. <div class="links_body">
  1751.  
  1752. <pre>Verse name in here</pre>
  1753. <div class="pic"><img src="https://static.tumblr.com/6za7fhh/OPEoxqus1/angheledis.png"><p>
  1754. <b>Name</b>:
  1755. <br><b>faceclaim</b>:
  1756. <br><b>Age</b>:
  1757. <br><b>Place of Birth</b>:
  1758. <u>Physical description:</u>
  1759. <br><b>Height</b>:
  1760. <br><b>Weight</b>:.
  1761. <br><b>Hair color</b>:
  1762. <br><b>Eyes color</b>:
  1763. <br>
  1764. <center><br><a href="/tagged/( . )"><i>Can you hear my heart beat?</i></a></center>
  1765. <p>Morbi ultrices ultricies risus, nec aliquam lorem eleifend id. Quisque sodales ipsum eros, efficitur vestibulum nulla dapibus non. Aliquam cursus, nulla pulvinar placerat vulputate, tortor est tristique mauris, sed cursus purus lorem a libero. Aliquam erat volutpat.</p>
  1766.  
  1767. <blockquote>Mauris fringilla efficitur mauris, vitae blandit diam consectetur et. Donec hendrerit ligula ac vehicula condimentum.</blockquote>
  1768.  
  1769. <p>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. <i>Sed accumsan at erat at sagittis.Suspendisse potenti</i>. Vestibulum orci purus, sagittis id tellus quis, blandit imperdiet ex. Suspendisse auctor, risus ut consectetur dignissim, diam est luctus justo, eu <b>lacinia lectus</b> ipsum sed urna. Integer sem ante, posuere sit amet nulla vitae, posuere fringilla nunc.</p>
  1770. </div></div></div>
  1771.  
  1772.  
  1773. <!---- VERSE BOX 6 ---->
  1774.  
  1775. <div class="links_list">
  1776. <p class="links_head">read more +</p>
  1777. <div class="links_body">
  1778.  
  1779. <pre>Verse name in here</pre>
  1780. <div class="pic"><img src="https://static.tumblr.com/6za7fhh/OPEoxqus1/angheledis.png"><p>
  1781. <b>Name</b>:
  1782. <br><b>faceclaim</b>:
  1783. <br><b>Age</b>:
  1784. <br><b>Place of Birth</b>:
  1785. <u>Physical description:</u>
  1786. <br><b>Height</b>:
  1787. <br><b>Weight</b>:.
  1788. <br><b>Hair color</b>:
  1789. <br><b>Eyes color</b>:
  1790. <br>
  1791. <center><br><a href="/tagged/( . )"><i>Can you hear my heart beat?</i></a></center>
  1792. <p>Morbi ultrices ultricies risus, nec aliquam lorem eleifend id. Quisque sodales ipsum eros, efficitur vestibulum nulla dapibus non. Aliquam cursus, nulla pulvinar placerat vulputate, tortor est tristique mauris, sed cursus purus lorem a libero. Aliquam erat volutpat.</p>
  1793.  
  1794. <blockquote>Mauris fringilla efficitur mauris, vitae blandit diam consectetur et. Donec hendrerit ligula ac vehicula condimentum.</blockquote>
  1795.  
  1796. <p>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. <i>Sed accumsan at erat at sagittis.Suspendisse potenti</i>. Vestibulum orci purus, sagittis id tellus quis, blandit imperdiet ex. Suspendisse auctor, risus ut consectetur dignissim, diam est luctus justo, eu <b>lacinia lectus</b> ipsum sed urna. Integer sem ante, posuere sit amet nulla vitae, posuere fringilla nunc.</p>
  1797. </div></div></div>
  1798.  
  1799.  
  1800. <!---- VERSE BOX 7 ---->
  1801.  
  1802. <div class="links_list">
  1803. <p class="links_head">read more +</p>
  1804. <div class="links_body">
  1805.  
  1806. <pre>Verse name in here</pre>
  1807. <div class="pic"><img src="https://static.tumblr.com/6za7fhh/OPEoxqus1/angheledis.png"><p>
  1808. <b>Name</b>:
  1809. <br><b>faceclaim</b>:
  1810. <br><b>Age</b>:
  1811. <br><b>Place of Birth</b>:
  1812. <u>Physical description:</u>
  1813. <br><b>Height</b>:
  1814. <br><b>Weight</b>:.
  1815. <br><b>Hair color</b>:
  1816. <br><b>Eyes color</b>:
  1817. <br>
  1818. <center><br><a href="/tagged/( . )"><i>Can you hear my heart beat?</i></a></center>
  1819. <p>Morbi ultrices ultricies risus, nec aliquam lorem eleifend id. Quisque sodales ipsum eros, efficitur vestibulum nulla dapibus non. Aliquam cursus, nulla pulvinar placerat vulputate, tortor est tristique mauris, sed cursus purus lorem a libero. Aliquam erat volutpat.</p>
  1820.  
  1821. <blockquote>Mauris fringilla efficitur mauris, vitae blandit diam consectetur et. Donec hendrerit ligula ac vehicula condimentum.</blockquote>
  1822.  
  1823. <p>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. <i>Sed accumsan at erat at sagittis.Suspendisse potenti</i>. Vestibulum orci purus, sagittis id tellus quis, blandit imperdiet ex. Suspendisse auctor, risus ut consectetur dignissim, diam est luctus justo, eu <b>lacinia lectus</b> ipsum sed urna. Integer sem ante, posuere sit amet nulla vitae, posuere fringilla nunc.</p>
  1824. </div></div></div>
  1825.  
  1826.  
  1827. <!---- VERSE BOX 8 ---->
  1828.  
  1829. <div class="links_list">
  1830. <p class="links_head">read more +</p>
  1831. <div class="links_body">
  1832.  
  1833. <pre>Verse name in here</pre>
  1834. <div class="pic"><img src="https://static.tumblr.com/6za7fhh/OPEoxqus1/angheledis.png"><p>
  1835. <b>Name</b>:
  1836. <br><b>faceclaim</b>:
  1837. <br><b>Age</b>:
  1838. <br><b>Place of Birth</b>:
  1839. <u>Physical description:</u>
  1840. <br><b>Height</b>:
  1841. <br><b>Weight</b>:.
  1842. <br><b>Hair color</b>:
  1843. <br><b>Eyes color</b>:
  1844. <br>
  1845. <center><br><a href="/tagged/( . )"><i>Can you hear my heart beat?</i></a></center>
  1846. <p>Morbi ultrices ultricies risus, nec aliquam lorem eleifend id. Quisque sodales ipsum eros, efficitur vestibulum nulla dapibus non. Aliquam cursus, nulla pulvinar placerat vulputate, tortor est tristique mauris, sed cursus purus lorem a libero. Aliquam erat volutpat.</p>
  1847.  
  1848. <blockquote>Mauris fringilla efficitur mauris, vitae blandit diam consectetur et. Donec hendrerit ligula ac vehicula condimentum.</blockquote>
  1849.  
  1850. <p>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. <i>Sed accumsan at erat at sagittis.Suspendisse potenti</i>. Vestibulum orci purus, sagittis id tellus quis, blandit imperdiet ex. Suspendisse auctor, risus ut consectetur dignissim, diam est luctus justo, eu <b>lacinia lectus</b> ipsum sed urna. Integer sem ante, posuere sit amet nulla vitae, posuere fringilla nunc.</p>
  1851. </div></div></div>
  1852.  
  1853.  
  1854.  
  1855. <!---- VERSE BOX 9 ---->
  1856.  
  1857. <div class="links_list">
  1858. <p class="links_head">read more +</p>
  1859. <div class="links_body">
  1860.  
  1861. <pre>Verse name in here</pre>
  1862. <div class="pic"><img src="https://static.tumblr.com/6za7fhh/OPEoxqus1/angheledis.png"><p>
  1863. <b>Name</b>:
  1864. <br><b>faceclaim</b>:
  1865. <br><b>Age</b>:
  1866. <br><b>Place of Birth</b>:
  1867. <u>Physical description:</u>
  1868. <br><b>Height</b>:
  1869. <br><b>Weight</b>:.
  1870. <br><b>Hair color</b>:
  1871. <br><b>Eyes color</b>:
  1872. <br>
  1873. <center><br><a href="/tagged/( . )"><i>Can you hear my heart beat?</i></a></center>
  1874. <p>Morbi ultrices ultricies risus, nec aliquam lorem eleifend id. Quisque sodales ipsum eros, efficitur vestibulum nulla dapibus non. Aliquam cursus, nulla pulvinar placerat vulputate, tortor est tristique mauris, sed cursus purus lorem a libero. Aliquam erat volutpat.</p>
  1875.  
  1876. <blockquote>Mauris fringilla efficitur mauris, vitae blandit diam consectetur et. Donec hendrerit ligula ac vehicula condimentum.</blockquote>
  1877.  
  1878. <p>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. <i>Sed accumsan at erat at sagittis.Suspendisse potenti</i>. Vestibulum orci purus, sagittis id tellus quis, blandit imperdiet ex. Suspendisse auctor, risus ut consectetur dignissim, diam est luctus justo, eu <b>lacinia lectus</b> ipsum sed urna. Integer sem ante, posuere sit amet nulla vitae, posuere fringilla nunc.</p>
  1879. </div></div></div>
  1880.  
  1881.  
  1882.  
  1883. <!---- VERSE BOX 10 ---->
  1884.  
  1885. <div class="links_list">
  1886. <p class="links_head">read more +</p>
  1887. <div class="links_body">
  1888.  
  1889. <pre>Verse name in here</pre>
  1890. <div class="pic"><img src="https://static.tumblr.com/6za7fhh/OPEoxqus1/angheledis.png"><p>
  1891. <b>Name</b>:
  1892. <br><b>faceclaim</b>:
  1893. <br><b>Age</b>:
  1894. <br><b>Place of Birth</b>:
  1895. <u>Physical description:</u>
  1896. <br><b>Height</b>:
  1897. <br><b>Weight</b>:.
  1898. <br><b>Hair color</b>:
  1899. <br><b>Eyes color</b>:
  1900. <br>
  1901. <center><br><a href="/tagged/( . )"><i>Can you hear my heart beat?</i></a></center>
  1902. <p>Morbi ultrices ultricies risus, nec aliquam lorem eleifend id. Quisque sodales ipsum eros, efficitur vestibulum nulla dapibus non. Aliquam cursus, nulla pulvinar placerat vulputate, tortor est tristique mauris, sed cursus purus lorem a libero. Aliquam erat volutpat.</p>
  1903.  
  1904. <blockquote>Mauris fringilla efficitur mauris, vitae blandit diam consectetur et. Donec hendrerit ligula ac vehicula condimentum.</blockquote>
  1905.  
  1906. <p>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. <i>Sed accumsan at erat at sagittis.Suspendisse potenti</i>. Vestibulum orci purus, sagittis id tellus quis, blandit imperdiet ex. Suspendisse auctor, risus ut consectetur dignissim, diam est luctus justo, eu <b>lacinia lectus</b> ipsum sed urna. Integer sem ante, posuere sit amet nulla vitae, posuere fringilla nunc.</p>
  1907. </div></div></div>
  1908. </div></div>
  1909.  
  1910.  
  1911. <!---- VERSES POP UP TAB ---->
  1912.  
  1913.  
  1914. <div id="04" class="popup_block">
  1915. <div class="contenido">
  1916.  
  1917. <!---- CONNECTIONS POP UP TAB ---->
  1918.  
  1919. <li>
  1920. <div class="contenido">
  1921.  
  1922. <br><br>
  1923.  
  1924. <!---- CONNECTIONS 1 ---->
  1925.  
  1926. <div class="pic1"><img src="https://static.tumblr.com/6za7fhh/aoqp3mbbz/sv.png"><p>
  1927. <center><br><a href="BLOG URL"><i>BLOG NAME OR SOMETHING YOU CAN PUT WHAT EVER YOU LIKE </i></a></center>
  1928. <p>Morbi ultrices ultricies risus, nec aliquam lorem eleifend id. Quisque sodales ipsum eros, efficitur vestibulum nulla dapibus non. Aliquam cursus, nulla pulvinar placerat vulputate, tortor est tristique mauris, sed cursus purus lorem a libero. Aliquam erat volutpat.</p>
  1929.  
  1930. <blockquote>Mauris fringilla efficitur mauris, vitae blandit diam consectetur et. Donec hendrerit ligula ac vehicula condimentum.</blockquote>
  1931.  
  1932. <p>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. <i>Sed accumsan at erat at sagittis.Suspendisse potenti</i>. Vestibulum orci purus, sagittis id tellus quis, blandit imperdiet ex. Suspendisse auctor, risus ut consectetur dignissim, diam est luctus justo, eu <b>lacinia lectus</b> ipsum sed urna. Integer sem ante, posuere sit amet nulla vitae, posuere fringilla nunc.</p></div>
  1933.  
  1934. <!---- CONNECTIONS 2 ---->
  1935.  
  1936. <br><br>
  1937.  
  1938. <div class="pic2"><img src="https://static.tumblr.com/6za7fhh/aoqp3mbbz/sv.png"><p>
  1939. <center><br><a href="BLOG URL"><i>BLOG NAME OR SOMETHING YOU CAN PUT WHAT EVER YOU LIKE </i></a></center>
  1940. <p>Morbi ultrices ultricies risus, nec aliquam lorem eleifend id. Quisque sodales ipsum eros, efficitur vestibulum nulla dapibus non. Aliquam cursus, nulla pulvinar placerat vulputate, tortor est tristique mauris, sed cursus purus lorem a libero. Aliquam erat volutpat.</p>
  1941.  
  1942. <blockquote>Mauris fringilla efficitur mauris, vitae blandit diam consectetur et. Donec hendrerit ligula ac vehicula condimentum.</blockquote>
  1943.  
  1944. <p>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. <i>Sed accumsan at erat at sagittis.Suspendisse potenti</i>. Vestibulum orci purus, sagittis id tellus quis, blandit imperdiet ex. Suspendisse auctor, risus ut consectetur dignissim, diam est luctus justo, eu <b>lacinia lectus</b> ipsum sed urna. Integer sem ante, posuere sit amet nulla vitae, posuere fringilla nunc.</p></div>
  1945.  
  1946. <!---- CONNECTIONS 3 ---->
  1947.  
  1948. <br><br>
  1949.  
  1950. <div class="pic1"><img src="https://static.tumblr.com/6za7fhh/aoqp3mbbz/sv.png"><p>
  1951. <center><br><a href="BLOG URL"><i>BLOG NAME OR SOMETHING YOU CAN PUT WHAT EVER YOU LIKE </i></a></center>
  1952. <p>Morbi ultrices ultricies risus, nec aliquam lorem eleifend id. Quisque sodales ipsum eros, efficitur vestibulum nulla dapibus non. Aliquam cursus, nulla pulvinar placerat vulputate, tortor est tristique mauris, sed cursus purus lorem a libero. Aliquam erat volutpat.</p>
  1953.  
  1954. <blockquote>Mauris fringilla efficitur mauris, vitae blandit diam consectetur et. Donec hendrerit ligula ac vehicula condimentum.</blockquote>
  1955.  
  1956. <p>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. <i>Sed accumsan at erat at sagittis.Suspendisse potenti</i>. Vestibulum orci purus, sagittis id tellus quis, blandit imperdiet ex. Suspendisse auctor, risus ut consectetur dignissim, diam est luctus justo, eu <b>lacinia lectus</b> ipsum sed urna. Integer sem ante, posuere sit amet nulla vitae, posuere fringilla nunc.</p></div>
  1957.  
  1958. <!---- CONNECTIONS 4 ---->
  1959.  
  1960. <br><br>
  1961.  
  1962. <div class="pic2"><img src="https://static.tumblr.com/6za7fhh/aoqp3mbbz/sv.png"><p>
  1963. <center><br><a href="BLOG URL"><i>BLOG NAME OR SOMETHING YOU CAN PUT WHAT EVER YOU LIKE </i></a></center>
  1964. <p>Morbi ultrices ultricies risus, nec aliquam lorem eleifend id. Quisque sodales ipsum eros, efficitur vestibulum nulla dapibus non. Aliquam cursus, nulla pulvinar placerat vulputate, tortor est tristique mauris, sed cursus purus lorem a libero. Aliquam erat volutpat.</p>
  1965.  
  1966. <blockquote>Mauris fringilla efficitur mauris, vitae blandit diam consectetur et. Donec hendrerit ligula ac vehicula condimentum.</blockquote>
  1967.  
  1968. <p>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. <i>Sed accumsan at erat at sagittis.Suspendisse potenti</i>. Vestibulum orci purus, sagittis id tellus quis, blandit imperdiet ex. Suspendisse auctor, risus ut consectetur dignissim, diam est luctus justo, eu <b>lacinia lectus</b> ipsum sed urna. Integer sem ante, posuere sit amet nulla vitae, posuere fringilla nunc.</p></div>
  1969.  
  1970. <!---- CONNECTIONS 5 ---->
  1971.  
  1972. <br><br>
  1973.  
  1974. <div class="pic1"><img src="https://static.tumblr.com/6za7fhh/aoqp3mbbz/sv.png"><p>
  1975. <center><br><a href="BLOG URL"><i>BLOG NAME OR SOMETHING YOU CAN PUT WHAT EVER YOU LIKE </i></a></center>
  1976. <p>Morbi ultrices ultricies risus, nec aliquam lorem eleifend id. Quisque sodales ipsum eros, efficitur vestibulum nulla dapibus non. Aliquam cursus, nulla pulvinar placerat vulputate, tortor est tristique mauris, sed cursus purus lorem a libero. Aliquam erat volutpat.</p>
  1977.  
  1978. <blockquote>Mauris fringilla efficitur mauris, vitae blandit diam consectetur et. Donec hendrerit ligula ac vehicula condimentum.</blockquote>
  1979.  
  1980. <p>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. <i>Sed accumsan at erat at sagittis.Suspendisse potenti</i>. Vestibulum orci purus, sagittis id tellus quis, blandit imperdiet ex. Suspendisse auctor, risus ut consectetur dignissim, diam est luctus justo, eu <b>lacinia lectus</b> ipsum sed urna. Integer sem ante, posuere sit amet nulla vitae, posuere fringilla nunc.</p></div>
  1981.  
  1982. <!---- CONNECTIONS 6 ---->
  1983.  
  1984. <br><br>
  1985.  
  1986. <div class="pic2"><img src="https://static.tumblr.com/6za7fhh/aoqp3mbbz/sv.png"><p>
  1987. <center><br><a href="BLOG URL"><i>BLOG NAME OR SOMETHING YOU CAN PUT WHAT EVER YOU LIKE </i></a></center>
  1988. <p>Morbi ultrices ultricies risus, nec aliquam lorem eleifend id. Quisque sodales ipsum eros, efficitur vestibulum nulla dapibus non. Aliquam cursus, nulla pulvinar placerat vulputate, tortor est tristique mauris, sed cursus purus lorem a libero. Aliquam erat volutpat.</p>
  1989.  
  1990. <blockquote>Mauris fringilla efficitur mauris, vitae blandit diam consectetur et. Donec hendrerit ligula ac vehicula condimentum.</blockquote>
  1991.  
  1992. <p>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. <i>Sed accumsan at erat at sagittis.Suspendisse potenti</i>. Vestibulum orci purus, sagittis id tellus quis, blandit imperdiet ex. Suspendisse auctor, risus ut consectetur dignissim, diam est luctus justo, eu <b>lacinia lectus</b> ipsum sed urna. Integer sem ante, posuere sit amet nulla vitae, posuere fringilla nunc.</p></div>
  1993.  
  1994. <!---- CONNECTIONS 7 ---->
  1995.  
  1996. <br><br>
  1997.  
  1998. <div class="pic1"><img src="https://static.tumblr.com/6za7fhh/aoqp3mbbz/sv.png"><p>
  1999. <center><br><a href="BLOG URL"><i>BLOG NAME OR SOMETHING YOU CAN PUT WHAT EVER YOU LIKE </i></a></center>
  2000. <p>Morbi ultrices ultricies risus, nec aliquam lorem eleifend id. Quisque sodales ipsum eros, efficitur vestibulum nulla dapibus non. Aliquam cursus, nulla pulvinar placerat vulputate, tortor est tristique mauris, sed cursus purus lorem a libero. Aliquam erat volutpat.</p>
  2001.  
  2002. <blockquote>Mauris fringilla efficitur mauris, vitae blandit diam consectetur et. Donec hendrerit ligula ac vehicula condimentum.</blockquote>
  2003.  
  2004. <p>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. <i>Sed accumsan at erat at sagittis.Suspendisse potenti</i>. Vestibulum orci purus, sagittis id tellus quis, blandit imperdiet ex. Suspendisse auctor, risus ut consectetur dignissim, diam est luctus justo, eu <b>lacinia lectus</b> ipsum sed urna. Integer sem ante, posuere sit amet nulla vitae, posuere fringilla nunc.</p></div>
  2005.  
  2006. <!---- CONNECTIONS 8 ---->
  2007.  
  2008. <br><br>
  2009.  
  2010. <div class="pic2"><img src="https://static.tumblr.com/6za7fhh/aoqp3mbbz/sv.png"><p>
  2011. <center><br><a href="BLOG URL"><i>BLOG NAME OR SOMETHING YOU CAN PUT WHAT EVER YOU LIKE </i></a></center>
  2012. <p>Morbi ultrices ultricies risus, nec aliquam lorem eleifend id. Quisque sodales ipsum eros, efficitur vestibulum nulla dapibus non. Aliquam cursus, nulla pulvinar placerat vulputate, tortor est tristique mauris, sed cursus purus lorem a libero. Aliquam erat volutpat.</p>
  2013.  
  2014. <blockquote>Mauris fringilla efficitur mauris, vitae blandit diam consectetur et. Donec hendrerit ligula ac vehicula condimentum.</blockquote>
  2015.  
  2016. <p>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. <i>Sed accumsan at erat at sagittis.Suspendisse potenti</i>. Vestibulum orci purus, sagittis id tellus quis, blandit imperdiet ex. Suspendisse auctor, risus ut consectetur dignissim, diam est luctus justo, eu <b>lacinia lectus</b> ipsum sed urna. Integer sem ante, posuere sit amet nulla vitae, posuere fringilla nunc.</p></div>
  2017.  
  2018. <!---- CONNECTIONS 9 ---->
  2019.  
  2020. <br><br>
  2021.  
  2022. <div class="pic1"><img src="https://static.tumblr.com/6za7fhh/aoqp3mbbz/sv.png"><p>
  2023. <center><br><a href="BLOG URL"><i>BLOG NAME OR SOMETHING YOU CAN PUT WHAT EVER YOU LIKE </i></a></center>
  2024. <p>Morbi ultrices ultricies risus, nec aliquam lorem eleifend id. Quisque sodales ipsum eros, efficitur vestibulum nulla dapibus non. Aliquam cursus, nulla pulvinar placerat vulputate, tortor est tristique mauris, sed cursus purus lorem a libero. Aliquam erat volutpat.</p>
  2025.  
  2026. <blockquote>Mauris fringilla efficitur mauris, vitae blandit diam consectetur et. Donec hendrerit ligula ac vehicula condimentum.</blockquote>
  2027.  
  2028. <p>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. <i>Sed accumsan at erat at sagittis.Suspendisse potenti</i>. Vestibulum orci purus, sagittis id tellus quis, blandit imperdiet ex. Suspendisse auctor, risus ut consectetur dignissim, diam est luctus justo, eu <b>lacinia lectus</b> ipsum sed urna. Integer sem ante, posuere sit amet nulla vitae, posuere fringilla nunc.</p></div>
  2029.  
  2030. <!---- CONNECTIONS 10 ---->
  2031.  
  2032. <br><br>
  2033.  
  2034. <div class="pic2"><img src="https://static.tumblr.com/6za7fhh/aoqp3mbbz/sv.png"><p>
  2035. <center><br><a href="BLOG URL"><i>BLOG NAME OR SOMETHING YOU CAN PUT WHAT EVER YOU LIKE </i></a></center>
  2036. <p>Morbi ultrices ultricies risus, nec aliquam lorem eleifend id. Quisque sodales ipsum eros, efficitur vestibulum nulla dapibus non. Aliquam cursus, nulla pulvinar placerat vulputate, tortor est tristique mauris, sed cursus purus lorem a libero. Aliquam erat volutpat.</p>
  2037.  
  2038. <blockquote>Mauris fringilla efficitur mauris, vitae blandit diam consectetur et. Donec hendrerit ligula ac vehicula condimentum.</blockquote>
  2039.  
  2040. <p>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. <i>Sed accumsan at erat at sagittis.Suspendisse potenti</i>. Vestibulum orci purus, sagittis id tellus quis, blandit imperdiet ex. Suspendisse auctor, risus ut consectetur dignissim, diam est luctus justo, eu <b>lacinia lectus</b> ipsum sed urna. Integer sem ante, posuere sit amet nulla vitae, posuere fringilla nunc.</p></div>
  2041. </div></div>
  2042. </div></div>
  2043.  
  2044. <!---- CONNECTIONS POP UP TAB ---->
  2045.  
  2046.  
  2047. <div id="05" class="popup_block">
  2048. <div class="contenido">
  2049. <!---- NAVIGATION POP UP TAB ---->
  2050. <div class="contenido">
  2051. <h4>IN CHARACTER</h4>
  2052. <div class="navega">
  2053. <a href="https://thinkscalm.tumblr.com/tagged/i.%20%C2%A0%20a%20galaxy%20of%20bright%20hues%20&%20vivid%20love;%20beloved%20starlight.%20%C2%A0:%20%C2%A0threads.">threads.</a>
  2054. <a href="https://thinkscalm.tumblr.com/tagged/i.%20%C2%A0%20if%20atlas%20can;%20so%20shall%20we.%20%C2%A0:%20%C2%A0answered.">answered.</a>
  2055. </div>
  2056.  
  2057. <div class="navega">
  2058. <a href="https://thinkscalm.tumblr.com/tagged/i.%20%C2%A0%20our%20world%20is%20too%20much%20&%20in%20that%20we%20will%20create%20our%20own.%20%C2%A0:%20%C2%A0drabbles.">drabbles.</a>
  2059. <a href="https://thinkscalm.tumblr.com/tagged/i.%20%C2%A0%20wild%20overgrowing%20bone;%20tangles%20upon%20tangles%20of%20midnight%20.%20%C2%A0:%20%C2%A0headcanon.">headcanons.</a>
  2060. </div>
  2061.  
  2062. <h4>MISC.</h4>
  2063.  
  2064. <div class="navega">
  2065. <a href="https://thinkscalm.tumblr.com/tagged/i.%20%C2%A0%20like%20a%20moth%20to%20flame;%20gravitate%20towards%20warmth.%20%C2%A0:%20%C2%A0musings.">musings.</a>
  2066. <a href="https://thinkscalm.tumblr.com/tagged/i.%20%C2%A0%20she%20is%20the%20calm;%20gently%20embracing%20their%20currents.%20%C2%A0:%20%C2%A0skills.">skills.</a>
  2067. </div>
  2068.  
  2069. <div class="navega">
  2070. <a href="https://thinkscalm.tumblr.com/tagged/i.%20%C2%A0%20she%20is%20secure;%20cradled%20in%20their%20infinite%20of%20their%20love.%20%C2%A0:%20%C2%A0romance.">romance.</a>
  2071. <a href="https://thinkscalm.tumblr.com/tagged/i.%20%C2%A0%20a%20quiet%20voice%20&%20a%20loud%20mind;%20never%20peaceful.%20%C2%A0:%20%C2%A0aesthetics.">aesthetics.</a>
  2072. </div>
  2073.  
  2074. <div class="navega">
  2075. <a href="https://thinkscalm.tumblr.com/tagged/i.%20%C2%A0%20kiss%20with%20your%20soul;%20where%20lips%20can%20never%20reach.%20%C2%A0:%20%C2%A0desires.">desires.</a>
  2076. <a href="https://thinkscalm.tumblr.com/tagged/i.%20%C2%A0%20darling%20even%20the%20heavens%20will%20rumble%20with%20jealousy.%20%C2%A0:%20%C2%A0attire.">attire.</a>
  2077. </div>
  2078.  
  2079. <div class="navega">
  2080. <a href="https://thinkscalm.tumblr.com/tagged/i.%20%C2%A0%20tangle%20in%20a%20vicious%20mess%20of%20wild.%20%C2%A0:%20%C2%A0bodycanon.">bodycanon.</a>
  2081. <a href="https://thinkscalm.tumblr.com/tagged/i.%20%C2%A0%20taste%20the%20salt%20in%20her%20hair%20&%20love%20the%20warmth%20of%20sunlight%20on%20her%20skin.%20%C2%A0:%20%C2%A0delights.">delights.</a>
  2082. </div>
  2083.  
  2084. <div class="navega">
  2085. <a href="https://thinkscalm.tumblr.com/tagged/i.%20%C2%A0%20a%20shiver%20that%20shakes%20in%20her%20soul;%20vicious%20&%20unrelenting.%20%C2%A0:%20%C2%A0face.">face.</a>
  2086. </div>
  2087.  
  2088. <h4>OOC</h4>
  2089.  
  2090. <div class="navega">
  2091. <a href="https://thinkscalm.tumblr.com/tagged/i.%20%C2%A0%20an%20angry%20little%20vape%20gremlin%20trying%20not%20to%20set%20off%20fire%20alarms.%20%C2%A0:%20%C2%A0ooc.">OOC.</a>
  2092. <a href="http://paddyfuck.tumblr.com">other blog.</a>
  2093. </div>
  2094.  
  2095. <div class="navega">
  2096. <a href="https://thinkscalm.tumblr.com/tagged/i.%20%C2%A0%20*fogs%20up%20the%20glass%20with%20my%20mouthbreathing.*%20%C2%A0:%20%C2%A0promo.">promo.</a>
  2097. <a href="https://thinkscalm.tumblr.com/tagged/i.%20%C2%A0%20*insert%20vague%20alien%20meme%20here*.%20%C2%A0:%20%C2%A0self-promo.">self-promo.</a>
  2098. </div>
  2099.  
  2100.  
  2101. <!---- NAVIGATION POP UP TAB ---->
  2102.  
  2103.  
  2104. </ul>
  2105. </font></font>
  2106. </div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div>
  2107.  
  2108. <!-- CREDIT -->
  2109.  
  2110. <div id="credit">
  2111.  
  2112. <a href="https://descarriado.tumblr.com/commissions" title="theme by María."> ♥</a>
  2113. </div>
  2114. <!-- CREDIT -->
  2115.  
  2116. <div id="pagination">{block:Pagination}
  2117. {block:NextPage}<a href="{NextPage}" title="GO FORWARD!">»</a>
  2118. {/block:NextPage}
  2119. {/block:Pagination}</div>
  2120.  
  2121. <div id="pagination2">{block:Pagination}
  2122. {block:PreviousPage}<a href="{PreviousPage}" title="GO BACK!">«</a>{/block:PreviousPage}
  2123. {/block:Pagination}</div>
  2124. <!-- POST AND CONTAINER -->
  2125. <div id="container">
  2126. {block:Posts}
  2127.  
  2128. <div id="posts">
  2129. {block:Text}<center><h1>{block:Title}{Title}{/block:Title}</h1></center>{Body}{/block:Text}
  2130. {block:Photo}
  2131.  
  2132. <a href="{Permalink}"><img src="{PhotoURL-500}" alt="{PhotoAlt}"/></a>
  2133. {LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  2134.  
  2135. {block:Photoset}
  2136. {Photoset}{block:Caption}{Caption}{/block:Caption}
  2137. {/block:Photoset}
  2138.  
  2139. {block:Video}
  2140. <div class="video">{Video-500}{block:Caption}{Caption}{/block:Caption}</div>
  2141. {/block:Video}
  2142.  
  2143. <!-- POST AND CONTAINER -->
  2144.  
  2145. <!-- QUOTES, CHATS AND AUDIO -->
  2146.  
  2147. {block:Quote}<div class="quotemarkleft"; style=opacity:0.5;>“</div><div ID="quote">{Quote}{block:Source}<br><br> <div style="text-align: right;">— {Source}</div></div>{/block:Source}{/block:Quote}
  2148.  
  2149. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}{hw}
  2150.  
  2151. {block:Chat}
  2152. {block:Title}
  2153. <h2 style="margin-bottom:-4px;">{Title}</h2>
  2154. {/block:Title}
  2155. <div class="chat">
  2156. <ol>{block:Lines}
  2157. <li class="line {Alt}">
  2158. {block:Label}
  2159. <span class="label">
  2160. <b>{Label}</b></span>
  2161. {/block:Label}{Line}</li>
  2162. {/block:Lines}
  2163. </ol></blockquote></div>
  2164. {/block:Chat}
  2165.  
  2166.  
  2167. {block:Audio}
  2168. <div class="audio">{block:AlbumArt}
  2169. <img class="audio-album" src="{AlbumArtURL}">
  2170. {/block:AlbumArt}
  2171. <div class="audio-player">{block:AudioPlayer}{AudioPlayerWhite}
  2172. {/block:AudioPlayer}</div>
  2173. <div class="audio-info">
  2174. {block:TrackName}
  2175. <b>Title:</b> {TrackName}<BR>
  2176. {/block:TrackName}
  2177. {block:Artist}
  2178. <b>Artist:</b> {Artist}<BR>
  2179. {/block:Artist}
  2180. {block:Album}
  2181. <b>Album:</b> {Album}<BR>
  2182. {/block:Album}
  2183. <b>Played</b> <i>{PlayCount}</i> <b>times</b></div></div>
  2184. {block:Caption}<div class="caption">{Caption}</div>
  2185. {/block:Caption}
  2186. {/block:Audio}
  2187.  
  2188. <!-- QUOTES, CHATS AND AUDIO -->
  2189.  
  2190.  
  2191.  
  2192. <!-- QUESTIONS, INFO, TAGS AND POST NOTES -->
  2193.  
  2194. {block:Answer}
  2195. <div id="asker">
  2196. <br><div class="ppl">{Asker}</div>
  2197. <br><div class="assker">{Question}</div><br><p></div><p>
  2198. <div class="caption">{Answer}</div>
  2199. {/block:Answer}
  2200.  
  2201.  
  2202. <div id="info"></div>
  2203. <div id="info1"> <a href="{Permalink}" title="{TimeAgo} - {NoteCountwithlabel}."> ★ </a> </div>
  2204. <div id="info2"> <a href="{ReblogURL}" title="reblog?."> ✱ </a> </div>
  2205. <div id="info3"> {block:RebloggedFrom}<a title="↺ {ReblogParentName}" href="{ReblogParentURL}" >✦</a>{/block:RebloggedFrom} </div>
  2206. <div id="info4"> {block:ContentSource}
  2207. <a title="src. {SourceTitle}" href="{SourceURL}" target="_blank" title="{SourceTitle}"> ★ </a>
  2208. {/block:ContentSource}</div>
  2209.  
  2210.  
  2211. <div id="tags">
  2212. {block:HasTags}{block:Tags} <a href="/tagged/{Tag}" title="{Tag}">#{Tag}</a> {/block:Tags}{block:HasTags}
  2213. </div> </div>
  2214. <div class="postnote">
  2215. {block:PostNotes}{PostNotes}{/block:PostNotes}
  2216.  
  2217. </div>
  2218. {/block:Posts}
  2219. </div>
  2220. </div></div></div></div></div></div></div></div></div></div></div></div></div></div>
  2221.  
  2222. <!-- QUESTIONS, INFO, TAGS AND POST NOTES -->
  2223.  
  2224.  
  2225.  
  2226. <div class="hcontrols"><svg version="1.1" id="Layer_1" xmlns="https://www.w3.org/2000/svg" xmlns:xlink="https://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 216 216" enable-background="new 0 0 216 216" xml:space="preserve"><path d="M106.6,134c14.3,0,26-11.7,26-26s-11.7-26-26-26s-26,11.7-26,26S92.2,134,106.6,134z M106.6,94c7.7,0,14,6.3,14,14s-6.3,14-14,14s-14-6.3-14-14S98.9,94,106.6,94z M40.4,124.6l7.2,3.3c3,1.4,4.4,4.8,3.3,7.9l-2.8,7.4c-2.1,5.7-1.4,11.8,2.1,16.7c3.4,5,9,7.9,15,7.9c2.2,0,4.4-0.4,6.5-1.2l7.4-2.8c0.7-0.3,1.4-0.4,2.2-0.4c2.4,0,4.7,1.4,5.7,3.7l3.3,7.2c3,6.6,9.4,10.7,16.6,10.7s13.6-4.1,16.6-10.7l3.3-7.2c1-2.2,3.2-3.7,5.7-3.7c0.7,0,1.5,0.1,2.2,0.4l7.4,2.8c2.1,0.8,4.3,1.2,6.5,1.2c0,0,0,0,0,0c5.9,0,11.5-3,15-7.9c3.4-5,4.2-11.1,2.1-16.7l-2.8-7.4c-1.1-3.1,0.3-6.5,3.3-7.9l7.2-3.3c6.6-3,10.7-9.4,10.7-16.6s-4.1-13.6-10.7-16.6l-7.2-3.3c-3-1.4-4.4-4.8-3.3-7.9l2.8-7.4c2.1-5.7,1.4-11.8-2.1-16.7c-3.4-5-9-7.9-15-7.9c-2.2,0-4.4,0.4-6.5,1.2l-7.4,2.8c-0.7,0.3-1.4,0.4-2.2,0.4c-2.4,0-4.7-1.4-5.7-3.7l-3.3-7.2c-3-6.6-9.4-10.7-16.6-10.7S93,35.2,90,41.8l-3.3,7.2c-1,2.2-3.2,3.7-5.7,3.7c-0.7,0-1.5-0.1-2.2-0.4l-7.4-2.8c-2.1-0.8-4.3-1.2-6.5-1.2c-5.9,0-11.5,3-15,7.9c-3.4,5-4.2,11.1-2.1,16.7l2.8,7.4c1.1,3.1-0.3,6.5-3.3,7.9l-7.2,3.3c-6.6,3-10.7,9.4-10.7,16.6S33.8,121.6,40.4,124.6z M45.3,102.3l7.2-3.3c8.7-4,12.9-14.1,9.5-23l-2.8-7.4c-1-2.7,0-4.7,0.7-5.7c1.6-2.4,4.6-3.4,7.4-2.3l7.4,2.8c2.1,0.8,4.2,1.2,6.4,1.2c0,0,0,0,0,0c7.1,0,13.6-4.2,16.6-10.7l3.3-7.2c1.5-3.4,4.7-3.7,5.7-3.7s4.1,0.3,5.7,3.7l3.3,7.2c3,6.5,9.5,10.7,16.6,10.7c2.2,0,4.3-0.4,6.4-1.2l7.4-2.8c2.8-1,5.7,0,7.4,2.3c0.7,1,1.7,3,0.7,5.7l-2.8,7.4c-3.3,8.9,0.8,19,9.5,23l7.2,3.3c3.4,1.5,3.7,4.7,3.7,5.7s-0.3,4.1-3.7,5.7l-7.2,3.3c-8.7,4-12.9,14.1-9.5,23l2.8,7.4c1,2.7,0,4.7-0.7,5.7c-1.6,2.4-4.6,3.4-7.4,2.3l-7.4-2.8c-2.1-0.8-4.2-1.2-6.4-1.2c-7.1,0-13.6,4.2-16.6,10.7l-3.3,7.2c-1.5,3.4-4.7,3.7-5.7,3.7s-4.1-0.3-5.7-3.7l-3.3-7.2c-3-6.5-9.5-10.7-16.6-10.7c-2.2,0-4.3,0.4-6.4,1.2l-7.4,2.8c-2.8,1-5.7,0-7.4-2.3c-0.7-1-1.7-3-0.7-5.7l2.8-7.4c3.3-8.9-0.8-19-9.5-23l-7.2-3.3c-3.4-1.5-3.7-4.7-3.7-5.7S41.9,103.9,45.3,102.3z"/></svg></div>
  2227.  
  2228. </body>
  2229. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement