Advertisement
tiffxny21

scarlet enhanced witch

Jul 3rd, 2019
141
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 40.71 KB | None | 0 0
  1. <html>
  2. <head>
  3. <title>{Title}</title>
  4. <link rel="shortcut icon" href="{Favicon}">
  5. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  6. {block:Description}
  7. <meta name="description" content="{MetaDescription}" />
  8. {/block:Description}
  9.  
  10. <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css">
  11.  
  12. <!-----Divided We Fall by nightviolets----->
  13.  
  14.  
  15. <script type="text/javascript"
  16. src="https://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  17. <script>
  18. $(document).ready(function() {
  19. //
  20. $('a.poplight[href^=#]').click(function() {
  21. var popID = $(this).attr('rel'); //Get Popup Name
  22. var popURL = $(this).attr('href'); //Get Popup href to define size
  23. var query= popURL.split('?');
  24. var dim= query[1].split('&');
  25. var popWidth = dim[0].split('=')[1]; //Gets the first query string value
  26. $('#' + popID).fadeIn().css({ 'width': Number( popWidth ) }).prepend('<a href="#" class="close"></a>');
  27. var popMargTop = ($('#' + popID).height() + 80) / 2;
  28. var popMargLeft = ($('#' + popID).width() + 80) / 2;
  29. //Apply Margin to Popup
  30. $('#' + popID).css({
  31. 'margin-top' : -popMargTop,
  32. 'margin-left' : -popMargLeft
  33. });
  34. $('body').append('<div id="fade"></div>');
  35. $('#fade').css({'filter' : 'alpha(opacity=80)'}).fadeIn(); //Fade in the fade layer - .css({'filter' : 'alpha(opacity=80)'})
  36. return false;
  37. });
  38. $('a.close, #fade').live('click', function() {
  39. $('#fade , .popup_block').fadeOut(function() {
  40. $('#fade, a.close').remove(); //fade them both out
  41. });
  42. return false;
  43. });
  44. });
  45. </script>
  46.  
  47. <!---------------------DROP DOWN VERSES ------------------->
  48.  
  49. <script type="text/javascript" src="https://static.tumblr.com/3ikgvxs/0TGl4zgpu/jquery.min.js"></script>
  50. <script type="text/javascript">
  51. $(document).ready(function(){
  52. $(".links_body").hide();
  53. $(".links_head").click(function(){
  54. $(this).next(".links_body").slideToggle('fast');
  55. }); }); </script>
  56.  
  57. <!– verses script –>
  58. <script src="https://static.tumblr.com/dxh5xq2/v6Gn8ju1e/tabs.js"></script>
  59.  
  60. <!------DEFAULTS-------->
  61. <meta name="color:Background" content="#000000"/>
  62. <meta name="color:Posts" content=""/>
  63. <meta name="color:Post Borders" content="#333333"/>
  64. <meta name="color:Container" content="#000"/>
  65. <meta name="color:Container Shadow" content="#841d3d"/>
  66. <meta name="color:Text" content="#f0f0f0"/>
  67. <meta name="color:Desc Border" content="#bd1547"/>
  68. <meta name="color:Desc Text" content="#f0f0f0"/>
  69. <meta name="color:Description" content="#f0f0f0"/>
  70. <meta name="color:Bold" content="#F0415E"/>
  71. <meta name="color:Italic" content="#AD3E56"/>
  72. <meta name="color:Links" content="#757575"/>
  73. <meta name="color:Links Hover" content="#decccc"/>
  74. <meta name="color:Permalinks" content="#8c8c8c"/>
  75. <meta name="color:Perma Hover" content="#ff3d5d"/>
  76.  
  77. <meta name="color:Blockquote Left Border" content="#4D0000"/>
  78. <meta name="color:Blockquote Background" content="#1c1c1c"/>
  79. <meta name="color:Blockquote Shadow" content="#333333"/>
  80.  
  81. <meta name="color:Navi Links" content="#a13048"/>
  82. <meta name="color:Navi Hover" content="#c9c9c9"/>
  83. <meta name="color:Tags" content="#c9c9c9"/>
  84. <meta name="color:Tags Hover" content="#bd1547"/>
  85.  
  86. <meta name="color:Scrollbar" content="#3b3536"/>
  87. <meta name="color:Scroll Back" content="#000000"/>
  88.  
  89. <meta name="color:Chat Odd" content="#9e3737"/>
  90. <meta name="color:Chat Even" content="#818181"/>
  91.  
  92. <meta name="font:Text" content="‘Verdana’, sans-serif"/>
  93. <meta name="text:Text Size" content="12px"/>
  94.  
  95. <meta name="image:Background" content="https://static.tumblr.com/e8sl4zk/JLoo6ktu2/final_back.png"/>
  96. <meta name="image:popup image 445x450" content="https://68.media.tumblr.com/3cdd627d9c1e42ffe82b946adc716c54/tumblr_oig0oxGBKT1uv80u9o1_500.png"/>
  97. <meta name="image:popup tabs image" content="https://68.media.tumblr.com/22cfa393d693ac9f9079dd1dcf854e2a/tumblr_oig0m7YL1p1uv80u9o1_1280.png"/>
  98. <meta name="image:rulesbg" content="https://68.media.tumblr.com/22cfa393d693ac9f9079dd1dcf854e2a/tumblr_oig0m7YL1p1uv80u9o1_1280.png"/>
  99.  
  100.  
  101. <meta name="text:Link 1" content="Home"/>
  102. <meta name="text:Link 1 url" content="/"/>
  103.  
  104. <meta name="text:Link 2" content="Ask"/>
  105. <meta name="text:Link 3" content="Past"/>
  106. <meta name="text:Link 4" content="Link 4"/>
  107. <meta name="text:Link 5" content="Link 5"/>
  108. <meta name="text:Link 6" content="Link 6"/>
  109. <meta name="text:Link 7" content="Link 7"/>
  110.  
  111. <meta name="text:Link 8" content="Link 8"/>
  112. <meta name="text:Link 8 url" content="/"/>
  113.  
  114. <meta name="if:Styled Blockquotes" content="1"/>
  115. <meta name="if:Hover Description" content="1"/>
  116. <meta name="if:Post Borders" content="1"/>
  117. <meta name="if:Show Tags" content="1"/>
  118. <meta name="if:Scattered Links" content="1"/>
  119.  
  120.  
  121.  
  122. </head>
  123.  
  124. <link href='https://fonts.googleapis.com/css?family=Rock+Salt' rel='stylesheet' type='text/css'>
  125. <link href='https://fonts.googleapis.com/css?family=Kalam:700,300' rel='stylesheet' type='text/css'>
  126. <link href='https://fonts.googleapis.com/css?family=Marck+Script' rel='stylesheet' type='text/css'>
  127.  
  128. <script type="text/javascript" src="https://static.tumblr.com/86jccts/wpsmuemne/hoverqtip.js"></script>
  129.  
  130. <style type="text/css">
  131.  
  132. /* SCROLLBAR */
  133.  
  134. ::-webkit-scrollbar-thumb{
  135. background-color: transparent;
  136. border-radius:0px;
  137. height:auto;
  138. }
  139.  
  140. ::-webkit-scrollbar {
  141. height:auto;
  142. width:4px;
  143. border: 1px transparent;
  144. border-radius:0px;
  145. }
  146.  
  147. /* SCROLLBAR */
  148.  
  149.  
  150. /*cursor code, change image to change cursor*/
  151. /*find more at http://pixel-soup.tumblr.com/tagged/cursors */
  152.  
  153. *, body, a { cursor:url("https://66.media.tumblr.com/tumblr_m2ulwyI99n1qfamg6.gif"), auto }
  154. a:hover { cursor:url("https://66.media.tumblr.com/tumblr_m2umloEoGp1qfamg6.gif"), auto } /*this defines the pointer cursor*/
  155.  
  156.  
  157. body {
  158. background-color:{color:Background};
  159. background:url('{image:Background}');
  160. background-attachment:fixed;
  161. background-size:cover;
  162. font-family:{font:Text};
  163. font-size:{text:Text Size};
  164. color:{color:Text};
  165. line-height:20px;
  166. }
  167.  
  168. small {
  169. font-size:{text:Text Size};
  170. }
  171.  
  172. a {
  173. text-decoration:none;
  174. color:{color:Links};
  175. -webkit-transition: all 0.6s ease;
  176. -moz-transition: all 0.6s ease;
  177. -o-transition: all 0.6s ease;
  178. }
  179.  
  180. a:hover {
  181. color:{color:Links Hover};
  182. }
  183.  
  184. b, strong {
  185. font-family: 'Lucida Sans Typewriter', monospace;
  186. font-weight:700;
  187. color:{color:Bold};
  188. }
  189.  
  190. i, em {
  191. font-family:'Marck Script', cursive;
  192. font-size:15px;
  193. color:{color:Italic};
  194. }
  195.  
  196.  
  197. {block:ifStyledBlockquotes}blockquote {
  198. padding:5px 5px 5px 12px;
  199. margin:3px 0px 8px 8px;
  200. border-left:3px solid {color:Blockquote Left Border};
  201. background:{color:Blockquote Background};
  202. border-top-right-radius:20px;
  203. border-bottom-right-radius:20px;
  204. border-bottom-left-radius:20px;
  205. border-top-left-radius:8px;
  206. box-shadow:4px 4px 4px {color:Blockquote Shadow};
  207. }{/block:ifStyledBlockquotes}
  208.  
  209. {block:ifNotStyledBlockquotes}blockquote {
  210. padding:0px 5px 0px 12px;
  211. margin:3px 0px 3px 8px;
  212. border-left:1px solid {color:Blockquote Left Border};
  213. }{/block:ifNotStyledBlockquotes}
  214.  
  215. blockquote img {
  216. max-width:100%;
  217. height:auto;
  218. }
  219.  
  220.  
  221. img {
  222. max-width:100%;
  223. margin:auto;
  224. }
  225.  
  226. h2 {
  227. font-family:'Georgia', serif;
  228. font-size:24px;
  229. text-align:center;
  230. line-height:25px;
  231. padding:0 6px 0 6px;
  232. }
  233.  
  234. #container {
  235. position:absolute;
  236. top:129px;
  237. left:781px;
  238. height:563px;
  239. width:525px;
  240. padding:0px 10px 10px 10px;
  241. overflow-y:scroll;
  242. overflow-x:hidden;
  243. }
  244.  
  245. #back {
  246. position:fixed;
  247. left:781px;
  248. top:126px;
  249. height:580px;
  250. width:555px;
  251. background:transparent;
  252. box-shadow:0 0 35px {color:Container Shadow};
  253. border-radius:0px;
  254. }
  255.  
  256. .posts {
  257. width:500px;
  258. background-color:{color:Posts};
  259. padding:0px 6px 6px 6px;
  260. margin:20px 0 50px 4px;
  261. border-radius:10px;
  262. {block:ifPostBorders}border:2px solid {color:Post Borders};{/block:ifPostBorders}
  263. }
  264.  
  265. .permalinks {
  266. padding:5px;
  267. background:{color:Posts};
  268. border-top:3px solid #333;
  269. height:25px;
  270. margin-bottom:5px;
  271. }
  272.  
  273. .permalinks a {
  274. font-family:'Rock Salt', cursive;
  275. padding:5px;
  276. text-decoration:none;
  277. font-size:10px;
  278. color:{color:Permalinks};
  279. }
  280.  
  281. .permalinks a:hover {
  282. color:{color:Perma Hover};
  283. }
  284.  
  285. .pl {
  286. float:left;
  287. text-align:left;
  288. }
  289.  
  290. .reblogs {
  291. float:right;
  292. }
  293.  
  294. .tags {
  295. padding:7px 5px 0 5px;
  296. }
  297.  
  298. .tags a {
  299. text-decoration:none;
  300. font-size:10px;
  301. color:{color:Tags};
  302. letter-spacing:1px;
  303. margin-right:3px;
  304. }
  305.  
  306. .tags a:hover {
  307. color:{color:Tags Hover};
  308. }
  309.  
  310. #pagination {
  311. position:fixed;
  312. text-align:center;
  313. top:30px;
  314. left:820px;
  315. }
  316.  
  317. #pagination a {
  318. color:#A13048;
  319. font-size:30px;
  320. -webkit-transition: all 0.7s ease;
  321. -moz-transition: all 0.7s ease;
  322. -o-transition: all 0.7s ease;
  323. }
  324.  
  325. #pagination a:hover {
  326. color:#8c8c8c;
  327. }
  328.  
  329. {block:ifHoverDescription}#descword {
  330. position:fixed;
  331. font-family:'Georgia', serif;
  332. height:45px;
  333. width:200px;
  334. top:640px;
  335. left:175px;
  336. font-size:8px;
  337. letter-spacing:2px;
  338. color:{color:Description};
  339. transform:rotate(-15deg);
  340. }{/block:ifHoverDescription}
  341.  
  342. #desc {
  343. position:fixed;
  344. top:150px;
  345. left:30px;
  346. height:520px;
  347. width:500px;
  348. }
  349.  
  350. #holder {
  351. {block:ifHoverDescription}opacity:0;{/block:ifHoverDescription}
  352. position:fixed;
  353. margin-left:10px;
  354. margin-top:250px;
  355. height:auto;
  356. width:230px;
  357. background:rgba(38, 38, 38, 0.5);
  358. border-top:4px solid {color:Desc Border};
  359. border-bottom:4px solid {color:Desc Border};
  360. border-radius:25px;
  361. -webkit-transition: all .8s ease-in-out;
  362. -moz-transition: all .8s ease-in-out;
  363. -o-transition: all .8s ease-in-out;
  364. }
  365.  
  366. #desc:hover #holder {
  367. opacity:1;
  368. -webkit-transition: all .8s ease-in-out;
  369. -moz-transition: all .8s ease-in-out;
  370. -o-transition: all .8s ease-in-out;
  371. }
  372.  
  373. #bt {
  374. text-align:center;
  375. padding:14px 8px 10px 8px;
  376. }
  377.  
  378. #bt a {
  379. font-family: 'Kalam', cursive;
  380. font-weight:300;
  381. font-size:15px;
  382. color:{color:Desc Text};
  383. }
  384.  
  385. #bt a:hover {
  386. letter-spacing:1px;
  387. }
  388.  
  389. #description {
  390. font-size:10px;
  391. color:{color:Desc Text};
  392. text-align:center;
  393. padding:4px 12px 14px 12px;
  394. line-height:18px;
  395. }
  396.  
  397.  
  398.  
  399. #headerbar{
  400. left:50%;
  401. top:50%;
  402. margin-left:….px; /*– for placing –*/
  403. margin-top:…px; /*– for placing –*/
  404. width:…px; /*– sets width of your text –*/
  405. overflow:scroll;
  406. text-align:justify;
  407. color:#eee;
  408. font-family:calibri;
  409. font-weight:bold;
  410. font-size:12px;
  411. line-height:25px;
  412. }
  413.  
  414. #tabbar{
  415. left:50%;
  416. top:50%;
  417. margin-left:…px; /*– for placing –*/
  418. margin-top:9px; /*– for placing –*/
  419. width:…px; /*– sets width of your text –*/
  420. height:348px; /*– sets height of your text –*/
  421. overflow: scroll;
  422. text-align:justify;
  423. color:{color:text};
  424. font-family:calibri;
  425. font-size:9px;
  426. -webkit-transition: all 0.5s ease-in-out;
  427. -moz-transition: all 0.5s ease-in-out;
  428. -o-transition: all 0.5s ease-in-out;
  429. -ms-transition: all 0.5s ease-in-out;
  430. transition: all 0.5s ease-in-out;
  431. }
  432.  
  433. ul#tabs {text-align: center;}
  434. ul#tabs li { /*– your inactive / not viewed tabs –*/
  435. background-color:;#060638;
  436. display:inline-block;
  437. padding:2px;
  438. cursor:pointer;
  439. text-decoration:none;
  440. opacity:1;
  441. color:{color:text};
  442. border: 1px solid #000;
  443. padding:7px;
  444. background: url({image:popup tabs image});
  445. background-attachment:fixed;
  446. border-bottom-left-radius: 5px;
  447. border-bottom-right-radius: 5px;
  448. border-top-left-radius: 5px;
  449. border-top-right-radius: 5px;
  450. }
  451.  
  452. ul#tabs li.active { /*– your active tab –*/
  453. background-color:#060638;
  454. opacity:0.5;
  455. color:{color:text};
  456. -webkit-transition:
  457. all 0.5s ease-out;
  458. -moz-transition: all 0.5s ease-out;
  459. transition: all 0.5s ease-out;
  460. border: 1px solid #000;
  461. padding:7px;
  462. background: url({image:popup tabs image});
  463. background-attachment:fixed;
  464. border-bottom-left-radius: 5px;
  465. border-bottom-right-radius: 5px;
  466. border-top-left-radius: 5px;
  467. border-top-right-radius: 5px;
  468. }
  469.  
  470. ul#tab, ul#tabs{list-style-type:none;margin:0px;padding:0px;}
  471. ul#tab li.active {display: block;}
  472. ul#tab li {display: none;}
  473.  
  474.  
  475.  
  476.  
  477.  
  478.  
  479. #headerbar2{
  480. left:50%;
  481. top:50%;
  482. margin-left:….px; /*– for placing –*/
  483. margin-top:…px; /*– for placing –*/
  484. width:…px; /*– sets width of your text –*/
  485. overflow:scroll;
  486. text-align:justify;
  487. color:#eee;
  488. font-family:calibri;
  489. font-size:12px;
  490. line-height:25px;
  491. }
  492.  
  493. #tabbar2{
  494. left:50%;
  495. top:50%;
  496. margin-left:…px; /*– for placing –*/
  497. margin-top:9px; /*– for placing –*/
  498. width:…px; /*– sets width of your text –*/
  499. height:350px; /*– sets height of your text –*/
  500. overflow: scroll;
  501. text-align:justify;
  502. color:{color:text};
  503. font-family:calibri;
  504. font-size:9px;
  505. -webkit-transition: all 0.5s ease-in-out;
  506. -moz-transition: all 0.5s ease-in-out;
  507. -o-transition: all 0.5s ease-in-out;
  508. -ms-transition: all 0.5s ease-in-out;
  509. transition: all 0.5s ease-in-out;
  510. }
  511.  
  512. ul#tabs2 {text-align: center;}
  513. ul#tabs2 li { /*– your inactive / not viewed tabs –*/
  514. display:inline-block;
  515. padding:2px;
  516. cursor:pointer;
  517. text-decoration:none;
  518. opacity:1;
  519. color:{color:text};
  520. border: 0px solid #760004;
  521. padding:4px;
  522. background: transparent;
  523. background-attachment:fixed;
  524. border-bottom-left-radius: 5px;
  525. border-bottom-right-radius: 5px;
  526. border-top-left-radius: 5px;
  527. border-top-right-radius: 5px;
  528. }
  529.  
  530. ul#tabs2 li.active { /*– your active tab –*/
  531. background-attachment:fixed;
  532. opacity:1;
  533. color:{color:text};
  534. -webkit-transition:
  535. all 0.5s ease-out;
  536. -moz-transition: all 0.5s ease-out;
  537. transition: all 0.5s ease-out;
  538. border: 0px solid #760004;
  539. padding:4px;
  540. background: transparent;
  541. border-bottom-left-radius: 5px;
  542. border-bottom-right-radius: 5px;
  543. border-top-left-radius: 5px;
  544. border-top-right-radius: 5px;
  545. }
  546.  
  547. ul#tab2, ul#tabs2{list-style-type:none;margin:0px;padding:0px;}
  548. ul#tab2 li.active {display: block;}
  549. ul#tab2 li {display: none;}
  550.  
  551.  
  552.  
  553.  
  554.  
  555.  
  556. .popup_block{
  557. display:none;
  558. background: url({image:popup image 445x450});
  559. float:left;
  560. height:450px;
  561. width:600px;
  562. position:fixed;
  563. top: 55%; left: 16%;
  564. z-index:9999999999999;
  565. opacity:1;
  566. background-repeat:no-repeat;
  567. }
  568.  
  569.  
  570. *html #fade {position: absolute;}
  571. *html .popup_block {position: absolute;}
  572. #fade {
  573. display:none;
  574. position:fixed;
  575. left:0px;
  576. top:0px;
  577. width:100%;
  578. height:100%;
  579. z-index:999999;
  580. background:rgba(0, 0, 0, 0); /* change to #000 for solid white */
  581. }
  582.  
  583.  
  584. #popuptitle {
  585. font-weight:bold;
  586. margin-left:30px;
  587. margin-top:-15px;
  588. position: fixed;
  589. z-index:9999999999999999999999;
  590. -webkit-transform: rotate(0deg);
  591. -moz-transform: rotate(0deg);
  592. -o-transform: rotate(0deg);
  593. }
  594.  
  595.  
  596. #popuptext{
  597. margin-left:40px;
  598. margin-top:15px;
  599. width:370px;
  600. left:50%;
  601. top:50%;
  602. height:416px;
  603. padding:0px;
  604. overflow-y:scroll;
  605. text-align:justify;
  606. background:#242424;
  607. font-family:vdj;
  608. font-size:8px;
  609. color:{color:poptext};
  610. }
  611.  
  612.  
  613. #rulesbg {
  614. background: url({image:rulesbg});
  615. background-attachment:fixed;
  616. background-repeat: repeat;
  617. text-align:center;
  618. font-family: 'Lora', serif;
  619. color:#fff;
  620. font-size:20px;
  621. line-height:110%;
  622. margin-left:5px;
  623. margin-right:5px;
  624. text-shadow: 0px 0px 3px #000;
  625. box-shadow:1px 1px 20px #000;
  626. border-bottom-left-radius: 50px;
  627. border-bottom-right-radius: 50px;
  628. border-top-left-radius: 50px;
  629. border-top-right-radius: 50px;
  630. }
  631.  
  632.  
  633.  
  634.  
  635.  
  636.  
  637. .clinks {
  638. position:fixed;
  639. width:20px;
  640. left:1335px;
  641. margin-top:70px;
  642. text-align:center;
  643. font-size:16px;
  644. z-index:9;
  645. }
  646.  
  647. .clinks a {
  648. width:50px;
  649. height:30px;
  650. color:{color:Navi Links};
  651. padding-top:4px;
  652. padding-bottom:1px;
  653. margin-bottom:1px;
  654. display:block;
  655. -webkit-transition: all 0.8s ease;
  656. -moz-transition: all 0.8s ease;
  657. -o-transition: all 0.8s ease;
  658. }
  659.  
  660. .clinks a:hover {
  661. color:{color:Navi Hover};
  662. opacity:.7;
  663. transform:rotate(360deg);
  664. }
  665.  
  666. {block:ifScatteredLinks}#link1 {
  667. position:fixed;
  668. margin-top:0px;
  669. margin-left:15px;
  670. font-size:20px;
  671. }
  672.  
  673. #link2 {
  674. position:fixed;
  675. margin-top:85px;
  676. margin-left:25px;
  677. font-size:28px;
  678. }
  679.  
  680. #link3 {
  681. position:fixed;
  682. margin-top:40px;
  683. margin-left:70px;
  684. font-size:24px;
  685. }
  686.  
  687. #link4 {
  688. position:fixed;
  689. margin-top:115px;
  690. margin-left:95px;
  691. }
  692.  
  693. #link5 {
  694. position:fixed;
  695. margin-top:170px;
  696. margin-left:50px;
  697. font-size:30px;
  698. }
  699.  
  700. #link6 {
  701. position:fixed;
  702. margin-top:260px;
  703. margin-left:25px;
  704. font-size:22px;
  705. }
  706.  
  707. #link7 {
  708. position:fixed;
  709. margin-top:230px;
  710. margin-left:100px;
  711. font-size:23px;
  712. }
  713.  
  714. #link8 {
  715. position:fixed;
  716. margin-top:320px;
  717. margin-left:70px;
  718. font-size:28px;
  719. }{/block:ifScatteredLinks}
  720.  
  721. /*-----POSTS-----*/
  722.  
  723. .txt {
  724. padding:0 10px 0 10px;
  725. }
  726.  
  727. .pt {
  728. padding:8px 2px 6px 2px;
  729. }
  730.  
  731. .ps {
  732. padding-top:5px;
  733. }
  734.  
  735. .quote {
  736. padding:6px;
  737. font-style:italic;
  738. font-size:20px;
  739. font-weight:100;
  740. letter-spacing:1px;
  741. line-height:30px;
  742. text-align:center;
  743. margin-bottom:5px;
  744. padding:5px 0 3px 0;
  745. }
  746.  
  747. .quotesource {
  748. padding-right:10px;
  749. font-size:13px;
  750. letter-spacing:1px;
  751. text-align:right;
  752. margin-bottom:5px;
  753. }
  754.  
  755. .chat {
  756. font-family:'Courier', monospace;
  757. line-height:15px;
  758. list-style:none;
  759. }
  760.  
  761. .line.odd {
  762. color:{color:Chat Odd};
  763. margin-bottom:2px;
  764. padding:8px;
  765. list-style:none;
  766. }
  767.  
  768. .line.even {
  769. color:{color:Chat Even};
  770. margin-bottom:2px;
  771. padding:8px;
  772. list-style:none;
  773. }
  774.  
  775. .label {
  776. padding-right:1px;
  777. font-weight:bold;
  778. text-transform:uppercase;
  779. color:#fff;
  780. }
  781.  
  782. .asker {
  783. font-size:15px;
  784. font-style: italic;
  785. text-align:left;
  786. padding:10px 0 5px 10px;
  787. }
  788.  
  789. .question {
  790. color:{color:Text};
  791. padding:18px 20px 12px 10px;
  792. margin-left:10px;
  793. margin-bottom:15px;
  794. position:relative;
  795. }
  796.  
  797. .question:before, .question:after {
  798. content:"";
  799. position:absolute;
  800. bottom:-3px;
  801. left:-3px;
  802. }
  803.  
  804. .question:before {
  805. top: -3px;
  806. width: 3px;
  807. background-image: -webkit-gradient(linear, 0 100%, 0 0, from({color:Text};), to(transparent));
  808. background-image: -webkit-linear-gradient(transparent, {color:Text});
  809. background-image: -moz-linear-gradient(transparent, {color:Text});
  810. background-image: -o-linear-gradient(transparent, {color:Text});
  811. }
  812. .question:after {
  813. right: -3px;
  814. height: 3px;
  815. background-image: -webkit-gradient(linear, 0 0, 100% 0, from({color:Text}), to(transparent));
  816. background-image: -webkit-linear-gradient(left, {color:Text}, transparent);
  817. background-image: -moz-linear-gradient(left, {color:Text}, transparent);
  818. background-image: -o-linear-gradient(left, {color:Text}, transparent);
  819. }
  820.  
  821. .answer {
  822. padding:0 8px 0 8px;
  823. }
  824.  
  825. .tumblr_audio_player {
  826. height:100px;
  827. padding-top:8px;
  828. }
  829.  
  830.  
  831. .note {
  832. width:400px;
  833. font-style:normal;
  834. letter-spacing:0px;
  835. font-size: 13px;
  836. text-align:left;
  837. line-height:100%;
  838. margin-left:-20px;
  839. }
  840.  
  841. .note li {
  842. list-style-type:none;
  843. padding:6px 10px 6px 10px;
  844. text-align:left;
  845. -moz-transition-duration:0.5s;
  846. -webkit-transition-duration:0.5s;
  847. -o-transition-duration:0.5s;
  848. }
  849.  
  850. .note img.avatar {
  851. margin-right:10px;
  852. width:20px;
  853. height:20px;
  854. }
  855.  
  856. .c {
  857. position:fixed;
  858. text-align:center;
  859. right:5px;
  860. bottom:5px;
  861. height:16px;
  862. width:34px;
  863. font-family:'Courier', monospace;
  864. border:1px solid #bababa;
  865. background:#1a1a1a;
  866. padding:4px;
  867. line-height:15px;
  868. font-size:9px;
  869. letter-spacing:1px;
  870. z-index:9999999999;
  871. }
  872.  
  873. .c a {
  874. color:#bababa;
  875. }
  876.  
  877. .c2 {
  878. opacity:0;
  879. position:fixed;
  880. right:20px;
  881. bottom:8px;
  882. height:14px;
  883. width:130px;
  884. font-family:'Courier', monospace;
  885. background:#333;
  886. color:#f2f2f2;
  887. padding:2px 2px 4px 6px;
  888. font-size:8px;
  889. text-transform:uppercase;
  890. -webkit-transition: all .7s ease;
  891. -moz-transition: all .7s ease;
  892. -o-transition: all .7s ease;
  893. z-index:9999;
  894. }
  895.  
  896. .c:hover .c2 {
  897. opacity:1;
  898. right:49px;
  899. -webkit-transition: all .7s ease;
  900. -moz-transition: all .7s ease;
  901. -o-transition: all .7s ease;
  902. }
  903.  
  904. div#qTip {
  905. padding:6px;
  906. display:none;
  907. margin-left:12px;
  908. margin-top:-9px;
  909. text-align:center;
  910. position:absolute;
  911. font-size:11px;
  912. line-height:10px;
  913. z-index:99999;
  914. color:#fff;
  915. border:1px solid #fff;
  916. letter-spacing:1px;
  917. }
  918.  
  919.  
  920.  
  921. /* DROP DOWN INFORMATIONS */
  922.  
  923. .links_list {
  924. margin:0px;
  925. padding:0px;
  926. width:100%; }
  927.  
  928. .links_head {
  929. height:auto;
  930. padding:5px;
  931. margin-bottom:15px;
  932. margin: 5px 0px 0px;
  933. letter-spacing: 1px;
  934. color:#eee;
  935. text-shadow: 0 0 4px #bbb;
  936. background: url('https://66.media.tumblr.com/c7632e8b6b1b132c1ff683f756450a70/tumblr_pdpnke7tHU1xdiiueo1_540.png');
  937. background-repeat:repeat;
  938. background-attachment:fixed;
  939. border:1px dashed #fff;
  940. text-transform:uppercase;
  941. font-family:blanka;
  942. letter-spacing:2px;
  943. font-size:12px;
  944. text-align: center;
  945. width:auto; }
  946.  
  947. .links_body {
  948. padding:10px;
  949. text-align:justify;
  950. display:none; }
  951.  
  952.  
  953.  
  954.  
  955. </style>
  956.  
  957. <body>
  958.  
  959. <div id="back"></div>
  960. {block:ifHoverDescription}<div id="descword">DESCRIPTION</div>{/block:ifHoverDescription}
  961.  
  962. <div class="clinks">
  963. <div id="link1">{block:ifLink1}<a href="{text:Link 1 url}" title="{text:Link 1}">✧</a>{/block:ifLink1}</div>
  964. <div id="link2">{block:ifLink2}<a href="#?w=447" rel="ask" class="poplight" title="{text:Link 2}">✧</a>{/block:ifLink2}</div>
  965. <div id="link3">{block:ifLink3}<a href="#?w=447" rel="rulesbox" class="poplight" title="{text:Link 3}">✧</a>{/block:ifLink3}</div>
  966. <div id="link4">{block:ifLink4}<a href="#?w=447" rel="aboutbox" class="poplight" title="{text:Link 4}">✧</a>{/block:ifLink4}</div>
  967. <div id="link5">{block:ifLink5}<a href="#?w=447" rel="versesbox" class="poplight" title="{text:Link 5}">✧</a>{/block:ifLink5}</div>
  968. <div id="link6">{block:ifLink6}<a href="#?w=447" rel="navibox" class="poplight" title="{text:Link 6}">✧</a>{/block:ifLink6}</div>
  969. <div id="link7">{block:ifLink7}<a href="#?w=447" rel="connections" class="poplight" title="{text:Link 7}">✧</a>{/block:ifLink7}</div>
  970.  
  971.  
  972.  
  973.  
  974. <div id="link8">{block:ifLink8}<a href="{text:Link 8 url}" title="{text:Link 8}">✧</a>{/block:ifLink8}</div>
  975. </div>
  976.  
  977. <div id="desc">
  978. <div id="holder">
  979. <div id="description"><div id="bt"><a href="/">{Title}</a></div> {block:Description}{Description}{/block:Description}
  980. </div></div></div>
  981.  
  982. {block:IndexPage}<div id="pagination">{block:Pagination}{block:PreviousPage}
  983. <a href="{PreviousPage}">«&nbsp;</i></a>{/block:PreviousPage}
  984. {block:CurrentPage}<span class="current_page">{PageNumber}</span>{/block:CurrentPage}{block:NextPage}<a href="{NextPage}">&nbsp;»</i></a>{/block:NextPage}{/block:Pagination}{/block:IndexPage}
  985.  
  986. </div>
  987.  
  988.  
  989.  
  990. <div id="container">
  991.  
  992. {block:Posts}
  993.  
  994. <div class="posts">
  995.  
  996. {block:Text}<h2>{block:Title}{Title}{/block:Title}</h2><div class="txt">{Body}</div>{/block:Text}
  997.  
  998.  
  999. {block:Photo}<div class="pt"><img src="{PhotoURL-500}" alt="{PhotoAlt}"/></div>{block:Caption}<div class="txt">{Caption}</div>{/block:Caption}{/block:Photo}
  1000.  
  1001. {block:Panorama}{LinkOpenTag}<img src="{PhotoURL-Panorama}" alt="{PhotoAlt}"/>{LinkCloseTag}{block:Caption}<div class="txt">{Caption}</div>{/block:Caption}{/block:Panorama}
  1002.  
  1003. {block:Photoset}<div class="ps">{Photoset-500}</div>{block:Caption}<div class="txt">{Caption}</div>{/block:Caption}{/block:Photoset}
  1004.  
  1005. {block:Quote}<div class="quote">❝ {Quote} ❞</div>{block:Source}<div class="quotesource">—{Source}</div>{/block:Source}{/block:Quote}
  1006.  
  1007. {block:Link}<a href="{URL}" class="link" {Target}>{Name}</a>{block:Description}{Description}{/block:Description}{/block:Link}
  1008.  
  1009. {block:Chat}
  1010. {block:Title}<h2>{Title}</h2>{/block:Title} <div class="chat"> {block:Lines} <li class="line {Alt}"> {block:Label} <span class="label"> {Label}</span> {/block:Label}{Line}</li> {/block:Lines}</div>
  1011. {/block:Chat}
  1012.  
  1013. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  1014.  
  1015. {block:Audio}{AudioEmbed-500}{block:Caption}{Caption}{/block:Caption}{/block:Audio}
  1016.  
  1017. {block:Answer}
  1018. <div class="asker">{Asker} <i>asked:</i></div>
  1019. <div class="question">{Question}</div>
  1020. <div class="answer">{Answer}</div>
  1021. {/block:Answer}
  1022.  
  1023. <div class="permalinks">
  1024. <div class="pl"><a href="{Permalink}">{TimeAgo}</a> <span style="font-size:11px">//</span> <a href="{Permalink}">{block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}</a></div>
  1025. <div class="reblogs">{block:RebloggedFrom}
  1026. <a href="{ReblogParentURL}">via </a> //
  1027. <a href="{ReblogRootURL}">src </a> //
  1028. {/block:RebloggedFrom} <a href="{ReblogURL}"><i class="fa fa-retweet" style="color:{color:Permalinks};"></i></a></div></div>
  1029.  
  1030. {block:ifShowTags}<div class="tags">{block:HasTags}{block:Tags}<a href="{TagUrl}"> #{Tag}</a>{/block:Tags}{/block:HasTags}</div>{/block:ifShowTags}
  1031.  
  1032. {block:ifNotShowTags}{block:PermalinkPage}<div class="tags">{block:HasTags}{block:Tags}<a href="{TagUrl}"> #{Tag}</a>{/block:Tags}{/block:HasTags}</div>{/block:PermalinkPage}{/block:ifNotShowTags}
  1033. </div>
  1034.  
  1035. {block:PostNotes}
  1036. <div class="note">
  1037. {PostNotes}
  1038. </div>
  1039. {/block:PostNotes}
  1040.  
  1041. {/block:Posts}
  1042. </div>
  1043.  
  1044. <div class="c"><a href="https://nightviolets.tumblr.com">THEME</a><div class="c2">theme by nightviolets</div></div>
  1045.  
  1046. {block:ContentSource}
  1047. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  1048. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  1049. {/block:SourceLogo}
  1050. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  1051. {/block:ContentSource}
  1052. </body>
  1053.  
  1054.  
  1055.  
  1056. <div id="ask" class="popup_block">
  1057. <div id="popuptitle"; style="color:#fff; text-shadow: 0 0 3px #8c8b8b; background-color:transparent; family:trajan"><big>ASK ME.</big></h1></div>
  1058. <br>
  1059. <center>
  1060. <div id="contenido">
  1061. <iframe frameborder="0" height="350" id="ask_form" scrolling="yes" src="https://www.tumblr.com/ask_form/{name}.tumblr.com" width="85%"></iframe>
  1062. </center>
  1063. </div>
  1064. </div>
  1065.  
  1066.  
  1067. <div id="rulesbox" class="popup_block">
  1068.  
  1069. <div id="popuptitle"; style="color:#fff; text-shadow: 0 0 3px #8c8b8b; background-color:transparent; family:trajan"><big>RULES.</big></h1></div>
  1070.  
  1071. <div id="popuptext">
  1072. <center><br>
  1073.  
  1074. <div id="rulesbg">I. BEFORE FOLLOWING ME.</div><br>
  1075.  
  1076. Please, trim your roleplays. I am not 100% follow back. I am picky with whom I follow. If there are too many ooc posts, I will not follow. Original Characters, please make sure that you have a biography on your blog. Otherwise, we won’t be interacting. This doesn’t mean I don’t want to interact with you. Personal blogs will be blocked..<p>
  1077.  
  1078. <div id="rulesbg">II. INTERACTION.</div><br>
  1079.  
  1080. If you have thoughts on what to rp, by all means come into my IM’s to discuss anything. If you don’t have anything in mind just toss me a meme to start something up. If you choose to continue an ask, please transfer to text post. Do not send me shippy starters or memes if we haven’t hinted or discussed it prior..<p>
  1081.  
  1082. <div id="rulesbg">III. FORMAT.</div><br>
  1083.  
  1084. I do use icons in my responses only, but you don’t have to. I’d appreciate it if you used small text, but it’s not a requirement. Huge gifs, normal text, and one-liners are my pet peeves. I will take the liberty to turn text into small when I reblog for the sake of keeping my blog’s format. Paragraphs are REQUIRED! Anything under will be ignored. You do not need to have the same length as my posting, but it would be nice if you did..<p>
  1085.  
  1086. <div id="rulesbg">IV. THREAD TRACKING.</div><br>
  1087.  
  1088. I do have a thread tracker to keep tabs on what’s owed and what I owe. These will be updated as soon as something starts up between us. To keep my thread tracker clean if it’s been more than a month without any activity it will be moved over to my archive..<p>
  1089.  
  1090. <div id="rulesbg">V. REGARDING NSFW.</div><br>
  1091.  
  1092. Anything containing dark themes and triggers will not be placed under a ‘read more’. Sexual encounters will be. All will be tagged appropriately. Yes, I am open to rp smut. Not the main point, so I will be selective. If you are under the age of 18, please do not even attempt anything sexual with my muse. You will automatically be blocked. Also, please no bestiality! I don't have any triggers or topics I'll refuse to write..<p>
  1093.  
  1094. <div id="rulesbg">VI. REGARDING SHIPS.</div><br>
  1095.  
  1096. This blog is multiship. No two threads or relationships will entwine/connect. This blog doesn’t practice exclusivity. What does this mean? I will ship with more than one of the same character. Chemistry is a must..<p>
  1097.  
  1098. <div id="rulesbg">VII. NO GODMODDING.</div><br>
  1099.  
  1100. This is a simple rule and probably something everyone has mentioned. I do accept it a bit to push a thread onward. However, if you do take control of my character and I’ve already given a warning, I’ll have to block you..<p>
  1101.  
  1102. <div id="rulesbg">VIII. REGARDING HATE.</div><br>
  1103.  
  1104. <a href="https://alphaxreyes.tumblr.com/pledge">This RPer took the Roleplay Anti-Hate Pledge</a>. This blog is ANTI-HATE ! NO HATE will be responded to. Vague blogging. It is not tolerated. If I see it, I will unfollow you without question. It will definitely be PERMANENT. This is nothing against anyone. I just don’t appreciate things like this..<p>
  1105.  
  1106. <div id="rulesbg">IX. REMINDER OR PESTERING.</div><br>
  1107.  
  1108. If I don’t reply to you for more than 1 to 3 days without notice on any thread, the chances I might have forgotten. Please point me to the thread I need to reply. If I am STILL not replying after the reminder, it means you are now violating a rule..<p>
  1109.  
  1110. <div id="rulesbg">X. MUN ≠ MUSE.</div><br>
  1111.  
  1112. Mun is not the muse. Don’t get offended by my muses actions or words. In no way is it directed towards you, the mun..<p>
  1113.  
  1114. <div id="rulesbg">XI. ICONS NOT BY ME.</div><br>
  1115.  
  1116. All icons you find were made by <a href="https://createdamurderbot.tumblr.com">createdamurderbot</a>..<p>
  1117.  
  1118.  
  1119.  
  1120. <br></center>
  1121. </li>
  1122.  
  1123. </ul> <!– important. don’t delete –>
  1124. </div></div></div></div></div></div></div></div></div></div></div></div>
  1125.  
  1126.  
  1127.  
  1128.  
  1129. <div id="aboutbox" class="popup_block">
  1130.  
  1131. <div id="popuptitle"; style="color:#fff; text-shadow: 0 0 3px #8c8b8b; background-color:transparent; family:trajan"><big>ABOUT.</big></h1></div>
  1132.  
  1133. <div id="popuptext"><br>
  1134.  
  1135.  
  1136.  
  1137. <div id="headerbar">
  1138. <ul id="tabs">
  1139. <li class="active"><b>bio.</b></li>
  1140. <li><b>powers.</b></li>
  1141. <li><b>headcanons.</b></li>
  1142. </ul></div>
  1143. <div id="tabbar">
  1144. <ul id="tab">
  1145.  
  1146.  
  1147.  
  1148.  
  1149. <li class="active">
  1150.  
  1151.  
  1152. <p>To be added.</p>
  1153.  
  1154.  
  1155.  
  1156.  
  1157. </li>
  1158.  
  1159.  
  1160.  
  1161. <li>
  1162.  
  1163.  
  1164. <p>To be added.</p>
  1165.  
  1166.  
  1167.  
  1168. </li>
  1169.  
  1170.  
  1171.  
  1172. <li>
  1173.  
  1174. <div class="links_list">
  1175. <div class="links_head">HEADCANON </div>
  1176. <div class="links_body">
  1177.  
  1178. <blockquote>
  1179.  
  1180. <p>To be added.</p>
  1181.  
  1182. </blockquote><br>
  1183. <p><p><p></div>
  1184.  
  1185.  
  1186.  
  1187. </div>
  1188.  
  1189.  
  1190.  
  1191. </div></div></div></div></div></div></div></div></div></div>
  1192.  
  1193.  
  1194.  
  1195.  
  1196.  
  1197. <div id="versesbox" class="popup_block">
  1198.  
  1199. <div id="popuptitle"; style="color:#fff; text-shadow: 0 0 3px #8c8b8b; background-color:transparent; family:trajan"><big>VERSES.</big></h1></div>
  1200.  
  1201. <div id="popuptext"><br>
  1202.  
  1203.  
  1204.  
  1205. <div id="headerbar">
  1206. <ul id="tabs">
  1207. <li class="active"><b>films.</b></li>
  1208. <li><b>au.</b></li>
  1209. <li><b>private.</b></li>
  1210. </ul></div>
  1211. <div id="tabbar">
  1212. <ul id="tab">
  1213.  
  1214.  
  1215.  
  1216.  
  1217. <li class="active">
  1218.  
  1219. <img style="border: 0pt none; float:left; padding-right:10px; padding-bottom:0px" src="https://68.media.tumblr.com/d86ccf747d1eeff26c72028270d78f40/tumblr_oiehj0WSvc1uv80u9o1_100.png">
  1220.  
  1221. <b><a href="/tagged/VERSETAGHERE">VERSE NAME.</a></b><br>
  1222. <i>what verse is this?</i><p>
  1223.  
  1224. Sed lobortis porta condimentum. Donec placerat finibus eros quis fringilla. Phasellus et velit sed metus dictum lobortis. Fusce rutrum finibus tortor ut dictum. Mauris orci nisi, laoreet et venenatis at, accumsan nec est. Ut mollis feugiat ex eu auctor. Mauris hendrerit vitae dolor vitae molestie. Praesent gravida justo eget nisi dapibus, id pulvinar dolor mattis. Nam lacinia felis ut eros commodo, sed maximus elit malesuada. Nunc ligula massa, ultricies sit amet augue id, elementum condimentum mauris.
  1225.  
  1226.  
  1227.  
  1228. </li>
  1229.  
  1230.  
  1231.  
  1232. <li>
  1233.  
  1234.  
  1235.  
  1236. <img style="border: 0pt none; float:left; padding-right:10px; padding-bottom:0px" src="https://68.media.tumblr.com/d86ccf747d1eeff26c72028270d78f40/tumblr_oiehj0WSvc1uv80u9o1_100.png">
  1237.  
  1238. <b><a href="/tagged/VERSETAGHERE">VERSE NAME.</a></b><br>
  1239. <i>what verse is this?</i><p>
  1240.  
  1241. Sed lobortis porta condimentum. Donec placerat finibus eros quis fringilla. Phasellus et velit sed metus dictum lobortis. Fusce rutrum finibus tortor ut dictum. Mauris orci nisi, laoreet et venenatis at, accumsan nec est. Ut mollis feugiat ex eu auctor. Mauris hendrerit vitae dolor vitae molestie. Praesent gravida justo eget nisi dapibus, id pulvinar dolor mattis. Nam lacinia felis ut eros commodo, sed maximus elit malesuada. Nunc ligula massa, ultricies sit amet augue id, elementum condimentum mauris.
  1242.  
  1243.  
  1244.  
  1245. </li>
  1246.  
  1247.  
  1248.  
  1249.  
  1250. <li>
  1251.  
  1252.  
  1253. <img style="border: 0pt none; float:left; padding-right:10px; padding-bottom:0px" src="https://68.media.tumblr.com/d86ccf747d1eeff26c72028270d78f40/tumblr_oiehj0WSvc1uv80u9o1_100.png">
  1254.  
  1255. <b><a href="/tagged/VERSETAGHERE">VERSE NAME.</a></b><br>
  1256. <i>what verse is this?</i><p>
  1257.  
  1258. Sed lobortis porta condimentum. Donec placerat finibus eros quis fringilla. Phasellus et velit sed metus dictum lobortis. Fusce rutrum finibus tortor ut dictum. Mauris orci nisi, laoreet et venenatis at, accumsan nec est. Ut mollis feugiat ex eu auctor. Mauris hendrerit vitae dolor vitae molestie. Praesent gravida justo eget nisi dapibus, id pulvinar dolor mattis. Nam lacinia felis ut eros commodo, sed maximus elit malesuada. Nunc ligula massa, ultricies sit amet augue id, elementum condimentum mauris.
  1259.  
  1260.  
  1261.  
  1262. </li>
  1263.  
  1264.  
  1265.  
  1266.  
  1267. <li>
  1268.  
  1269.  
  1270.  
  1271. <img style="border: 0pt none; float:right; padding-left:10px; padding-bottom:0px" src="https://66.media.tumblr.com/1085aa3744527a72455126351d1f4ac0/tumblr_inline_pqynosZYm21sg6dtz_540.png">
  1272.  
  1273. <div align="right"><b><a href="/tagged/VERSETAGHERE">VERSE NAME.</a></b><br>
  1274. <i>RPDROOKIE</i></div><p>
  1275.  
  1276. Sed lobortis porta condimentum. Donec placerat finibus eros quis fringilla. Phasellus et velit sed metus dictum lobortis. Fusce rutrum finibus tortor ut dictum. Mauris orci nisi, laoreet et venenatis at, accumsan nec est. Ut mollis feugiat ex eu auctor. Mauris hendrerit vitae dolor vitae molestie. Praesent gravida justo eget nisi dapibus, id pulvinar dolor mattis. Nam lacinia felis ut eros commodo, sed maximus elit malesuada. Nunc ligula massa, ultricies sit amet augue id, elementum condimentum mauris.
  1277.  
  1278.  
  1279.  
  1280. </li>
  1281. </div></div>
  1282.  
  1283.  
  1284. </div></div></div></div></div></div></div></div></div></div>
  1285.  
  1286.  
  1287.  
  1288.  
  1289. <div id="navibox" class="popup_block">
  1290.  
  1291. <div id="popuptitle"; style="color:#fff; text-shadow: 0 0 3px #8c8b8b; background-color:transparent; family:trajan"><big>NAVIGATION.</big></div>
  1292.  
  1293. <div id="popuptext">
  1294.  
  1295.  
  1296. <div id="headerbar2">
  1297. <ul id="tabs2"><br>
  1298.  
  1299.  
  1300.  
  1301. <b><h2> ¦ * ✧ . ► ROLEPLAY LOG ; </h2>
  1302. <li class="active">
  1303. <a href="/tagged/TAGURL">tracker</a>.</li>
  1304. <li><a href="/tagged/✧-ᴡɪsʜʟɪsᴛ-✧">wishlist</a>.</li>
  1305. <li><a href="/tagged/〚-ʏᴏᴜ-ᴡᴇʀᴇ-ᴘᴜʟʟɪɴɢ-ʏᴏᴜʀ-ᴘᴜɴᴄʜᴇs.-↬-ᴀɴsᴡᴇʀᴇᴅ-〛">answers</a>.</li>
  1306. <li><a href="/tagged/%60·.·✧-ᴛʜᴇ-ʟᴇss-ʏᴏᴜ-ʀᴇᴠᴇᴀʟ-ᴛʜᴇ-ᴍᴏʀᴇ-ᴘᴇᴏᴘʟᴇ-ᴄᴀɴ-ᴡᴏɴᴅᴇʀ-%3A-ɪᴄ-✧·.·´">anon answers</a>.</li>
  1307. <li><a href="/tagged/(-ɪᴛ-ᴡᴀs-ᴛɪᴍᴇ-ᴛᴏ-ɢᴇᴛ-ᴏғғ-ᴍʏ-ᴀss.-✕-ɪᴄ-)">sfw replies</a>.</li>
  1308. <li><a href="/tagged/〚-ɪ-ᴅᴏ-ɴᴏᴛ-ғᴇᴀʀ-ᴅᴇᴀᴛʜ.-ɪ-ғᴇᴀʀ-ᴛʜᴇ-ᴘᴀɪɴ-ʟᴇғᴛ.-⋮-ᴛʀɪɢɢᴇʀ-〛">trigger replies</a>.</li>
  1309. <li><a href="/tagged/╰☆☆-ᴍᴇᴍᴏʀɪᴇs ᴀʀᴇ ᴛɪᴍᴇʟᴇss ᴛʀᴇᴀsᴜʀᴇs-☆☆╮">memories worth saving</a>.</li>
  1310.  
  1311. <h2> ¦ * ✧ . ► MUSING; </h2>
  1312.  
  1313. <li><a href="/tagged/ıllıllı-♛-𝚖𝚞𝚜𝚒𝚗𝚐-♛-ıllıllı">relate</a>.</li>
  1314. <li><a href="/tagged/﹛❛-mᥙsιᥴ-ιs-ᥣιfᥱ.-thᥲt-ιs-ᥕhყ-oᥙr-hᥱᥲrts-hᥲvᥱ-bᥱᥲts.-❜﹜">music</a>.</li>
  1315. <li><a href="/tagged/(-ɪ%27ʟʟ-ғɪɴᴅ-sᴛʀᴇɴɢᴛʜ-ɪɴ-ᴘᴀɪɴ-≛-ǫᴜᴏᴛᴇs-)">quotes</a>.</li>
  1316. <li><a href="/tagged/ɪ%27ᴍ-ᴀ-ɴɪɢʜᴛᴍᴀʀᴇ-ᴅʀᴇssᴇᴅ-ʟɪᴋᴇ-ᴀ-ᴅᴀʏᴅʀᴇᴀᴍ.┋ᴀᴇsᴛʜᴇᴛɪᴄ">aesthetic</a>.</li>
  1317.  
  1318. <h2> ¦ * ✧ . ► MEME SELECTIONS; </h2>
  1319.  
  1320. <li><a href="/tagged/𝕄𝔼𝕄𝔼-⋄-ɪ%27ʟʟ-ᴀɴsᴡᴇʀ-ɪᴛ.-ɪᴛ%27s-ᴍʏ-ᴊᴏʙ.">general</a>.</li>
  1321. <li><a href="/tagged/♕-𝕄𝔼𝕄𝔼-⋄-𝒽𝒶𝓅𝓅𝓎-𝓂𝓊𝓃𝒹𝒶𝓎-♕">munday</a>.</li>
  1322.  
  1323. <h2> ¦ * ✧ . ► ARTISTRY ; </h2>
  1324.  
  1325. <li><a href="/tagged/〚-ᴡᴀɴᴅᴀ-ᴍᴀxɪᴍᴏғғ-⋮-sᴄᴀʀʟᴇᴛ-ᴡɪᴛᴄʜ-〛">Scarlet Witch</a>.</li>
  1326. <li><a href="/tagged/〚-ᴠɪsɪᴏɴ-〛">Vision</a>.</li>
  1327. <li><a href="/tagged/〚-ᴘɪᴇᴛʀᴏ-ᴍᴀxɪᴍᴏғғ-⋮-ǫᴜɪᴄᴋsɪʟᴠᴇʀ-〛">Quicksilver</a>.</li>
  1328. <li><a href="/tagged/〚-ᴅʀ.-sᴛᴇᴘʜᴇɴ-sᴛʀᴀɴɢᴇ-⋮-ᴅᴏᴄᴛᴏʀ-sᴛʀᴀɴɢᴇ-〛">Doctor Strange</a>.</li>
  1329. <li><a href="/tagged/〚-ᴛʜᴏʀ-ᴏᴅɪɴsᴏɴ-⋮-ɢᴏᴅ-ᴏғ-ᴛʜᴜɴᴅᴇʀ-〛">Thor</a>.</li> <li><a href="/tagged/〚-ʟᴏᴋɪ-ʟᴀᴜғᴇʏsᴏɴ-⋮-ɢᴏᴅ-ᴏғ-ᴍɪsᴄʜɪᴇғ-ᴀɴᴅ-ᴇᴠɪʟ-〛">Loki</a>.</li>
  1330. <li><a href="/tagged/〚-ᴛ%27ᴄʜᴀʟʟᴀ-⋮-ʙʟᴀᴄᴋ-ᴘᴀɴᴛʜᴇʀ-·-ᴋɪɴɢ-ᴏғ-ᴡᴀᴋᴀɴᴅᴀ-〛">T'Challa</a>.</li>
  1331. <li><a href="/tagged/〚-ɴ%27ᴊᴀᴅᴀᴋᴀ-⋮-ɴᴀᴛɪᴠᴇ-ᴏғ-ᴡᴀᴋᴀɴᴅᴀ-〛">N'Jadaka</a>.</li>
  1332. <li><a href="/tagged/〚-ᴏᴋᴏʏᴇ-⋮-ʟᴇᴀᴅᴇʀ-ᴏғ-ᴛʜᴇ-ᴅᴏʀᴀ-ᴍɪʟᴀᴊᴇ-〛">Okoye</a>.</li>
  1333. <li><a href="/tagged/〚-ɴᴀᴛᴀsʜᴀ-ʀᴏᴍᴀɴᴏғғ-⋮-ʙʟᴀᴄᴋ-ᴡɪᴅᴏᴡ-〛">Black Widow</a>.</li>
  1334. <li><a href="/tagged/〚-ᴄʟɪɴᴛ-ʙᴀʀᴛᴏɴ-⋮-ʜᴀᴡᴋᴇʏᴇ-〛">Hawkeye</a>.</li>
  1335. <li><a href="/tagged/〚-sᴛᴀɴ-ʟᴇᴇ-〛">Stan Lee</a>.</li>
  1336.  
  1337. <h2> ¦ * ✧ . ► SHIPPING ARTISTRY ; </h2>
  1338.  
  1339. <li><a href="/tagged/〚-ɪ-ᴡᴏᴜʟᴅ-ғɪɴᴅ-ʏᴏᴜ-ɪɴ-ᴀɴʏ-ʟɪғᴇᴛɪᴍᴇ-⋮-sᴄᴀʀʟᴇᴛ-%26-ᴠɪsɪᴏɴ-〛">Scarlet Witch & Vision</a>.</li>
  1340.  
  1341. <h2> ¦ * ✧ . ► GENERAL ; </h2>
  1342.  
  1343. <li><a href="/tagged/ᴄʀᴇᴡ-ғᴏʀ-ʟɪғᴇ-✦-ᴘʀᴏᴍᴏᴛɪᴏɴs">promotions</a>.</li>
  1344. <li><a href="/tagged/〘✮-ᴀɴᴏᴛʜᴇʀ-ᴘsᴀ-ʙʀᴏᴜɢʜᴛ-ᴛᴏ-ʏᴏᴜ%21-✮〙">psa</a>.</li>
  1345. <li><a href="/tagged/▓﴾▌𝘵𝘢𝘨𝘨𝘦𝘥-𝘪𝘯𝘧𝘰𝘳𝘮𝘢𝘵𝘪𝘰𝘯▐﴿▓">tagged info (IC)</a>.</li>
  1346. <li><a href="/archive">archives</a>.</li>
  1347.  
  1348. <h2> ¦ * ✧ . ► MY STUFF ; </h2>
  1349.  
  1350. <li><a href="/tagged/●▬▬๑۩-ᵐᵘᶰ-ʳᵉˢᵖᵒᶰᵈˢ-۩๑▬▬●">answers</a>.</li>
  1351. <li><a href="/tagged/%60·.·✧-ᴛʜᴇ-ʟᴇss-ʏᴏᴜ-ʀᴇᴠᴇᴀʟ-ᴛʜᴇ-ᴍᴏʀᴇ-ᴘᴇᴏᴘʟᴇ-ᴄᴀɴ-ᴡᴏɴᴅᴇʀ-%3A-ᴏᴏᴄ-✧·.·´">anon answers</a>.</li>
  1352. <li><a href="/tagged/⌈♛-❛ᴘᴏᴡᴇʀ-ɪs-ɢᴀɪɴᴇᴅ-ʙʏ-sʜᴀʀɪɴɢ❜-⋮-ᴘᴇʀsᴏɴᴀʟ-♛⌋">personal</a>.</li>
  1353. <li><a href="https://scarlet-enhanced-witch.tumblr.com/private/185402505452/tumblr_pso2vePcJr1ypju3w">tagging system</a>.</li>
  1354.  
  1355. </b>
  1356. </ul></div>
  1357.  
  1358. <!– important. don’t delete –>
  1359. </div></div></div></div></div></div></div></div></div></div></div></div>
  1360.  
  1361.  
  1362.  
  1363. <div id="connections" class="popup_block">
  1364.  
  1365. <div id="popuptitle"; style="color:#fff; text-shadow: 0 0 3px #8c8b8b; background-color:transparent; family:trajan"><big>CONNECTIONS.</big></h1></div>
  1366.  
  1367. <div id="popuptext">
  1368. <center><br>
  1369.  
  1370.  
  1371. Empty.<p>
  1372.  
  1373.  
  1374.  
  1375. <br></center>
  1376. </li>
  1377.  
  1378. </ul> <!– important. don’t delete –>
  1379. </div></div></div></div></div></div></div></div></div></div></div></div>
  1380.  
  1381.  
  1382.  
  1383. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement