Advertisement
Guest User

Untitled

a guest
Nov 19th, 2017
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 41.69 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  3.  
  4.  
  5. <!--
  6.  
  7. © APOSTATE.CO.VU ™
  8. ᴛʜᴇᴍᴇ ᴄᴏᴍᴍɪssɪᴏɴs ʙʏ ᴀɴɢɪ
  9.  
  10. 001. Do not use without permission.
  11. 002. Do not take parts from it without permission.
  12. 003. Do not use for other Blogs without permission.
  13. 004. Do not claim as your own.
  14. 005. For help, reach me at @arcanemistrust.
  15.  
  16. --->
  17.  
  18.  
  19.  
  20. <html> <head>
  21.  
  22. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  23. {block:Description}
  24. <meta name="description" content="{MetaDescription}" />
  25. {/block:Description}
  26.  
  27. <title>{Title}</title>
  28. <link rel="shortcut icon" href="{FavIcon}">
  29.  
  30.  
  31. <!--- SCRIPTS DO NOT TOUCH --->
  32.  
  33. <script type="text/javascript"
  34. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  35.  
  36. <!-- popup script -->
  37. <script>$(document).ready(function() {$('a.poplight[href^=#]').click(function() {var popID = $(this).attr('rel');var popURL = $(this).attr('href');var query= popURL.split('?');var dim= query[1].split('&');var popWidth = dim[0].split('=')[1];$('#' + popID).fadeIn().css({ 'width': Number( popWidth ) }).prepend('<a href="#" class="close"></a>');var popMargTop = ($('#' + popID).height() + 80) / 2;var popMargLeft = ($('#' + popID).width() + 80) / 2;$('#' + popID).css({'margin-top' : -popMargTop,'margin-left' : -popMargLeft});$('body').append('<div id="fade"></div>');$('#fade').css({'filter' : 'alpha(opacity=80)'}).fadeIn();return false;});$('a.close, #fade').live('click', function() {$('#fade , .popup_block, .question_block').fadeOut(function() {$('#fade, a.close').remove();});return false;});});</script>
  38.  
  39. <!-- tooltips -->
  40. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  41. <script src="http://static.tumblr.com/cu5jb6i/Sk8o6o28m/tooltip.js"></script>
  42.  
  43. <!-- verses script -->
  44. <script src="http://static.tumblr.com/wbtm89x/wcjo9ggtw/verses.js"></script>
  45.  
  46. <script type="text/javascript" src="http://static.tumblr.com/3ikgvxs/0TGl4zgpu/jquery.min.js"></script>
  47.  
  48.  
  49. <!--- FONTS --->
  50.  
  51. <link href="http://fonts.googleapis.com/css?family=Josefin+Sans|Vollkorn" rel="stylesheet">
  52. <link href="http://fonts.googleapis.com/css?family=Homemade+Apple|Montserrat" rel="stylesheet">
  53.  
  54.  
  55. <!--- CSS STYLING --->
  56.  
  57. </head> <style type="text/css">
  58.  
  59. /************** FLAGS UPDATES TAB **************/
  60. /* tutorial by deanlirium|tumblr (clarence.tk) */
  61.  
  62. #flags {
  63. position:fixed;
  64. top:-10px;
  65. right:270px; /* distance from the left of the page - adjust as you wish! */
  66. text-align:center;
  67. text-transform:uppercase; /* the text is in all caps - delete this line and it won't be */
  68. color:#8C8C8C; /* change text color: use sites like http://www.colorpicker.com/ or the tumblr thing, copy the code it gives you and paste it! remember the #! */
  69. font-size:8px; /* adjust font size */
  70. letter-spacing:1px;
  71. z-index:2147483607;
  72. font-family:calibri;}
  73.  
  74. /* okay real talk - this updates tab is currently to the top top of your page - if you want to move it to the bottom of the page, switch every 'top' with 'bottom' and vice versa. That's really it! c: */
  75.  
  76. #flag1 {
  77. border:solid 6px #292929; /* flag color */
  78. border-bottom:solid 6px transparent; /* IMPORTANT! -- to make the flag thicker increase the border and border-right value; it looks better if they both have the same number! */
  79. padding-top:20px;
  80. right:40px;
  81. width:0px;
  82. height:20px; /* increase or decrease to change the lenght of the CLOSED flag */
  83. position:absolute;
  84. -moz-transition:all 0.7s ease-out;
  85. -webkit-transition:all 0.7s ease-out;
  86. -o-transition:all 0.7s ease-out;}
  87.  
  88. #flag1:hover {
  89. height:100px;} /* lenght of the OPEN flag */
  90.  
  91. #upd1 {
  92. position:absolute;
  93. width:110px;
  94. height:200px; /* adjust to fit the text if you write a lot! */
  95. padding:10px;
  96. padding-top:60px; /* adjust this if you've changed the length of the closed flag */
  97. top:-270px; /* IMPORTANT! keep this number equal to the sum of the padding-top, padding and height values!!!! */
  98. margin-left:-136px; /* keep this number equal to the 'border' value for the flag */
  99. opacity:0;
  100. overflow:hidden;
  101. -moz-transition:all 0.7s ease-out;
  102. -webkit-transition:all 0.7s ease-out;
  103. -o-transition:all 0.7s ease-out;}
  104.  
  105. #flag1:hover #upd1{
  106. top:0px;
  107. opacity:1;}
  108.  
  109. /* following is the coding for the other flags - same as above! */
  110.  
  111. #flag2 {
  112. border:solid 6px #656665;
  113. right:20px;
  114. position:absolute;
  115. border-bottom:solid 6px transparent;
  116. padding-top:20px;
  117. width:0px;
  118. height:20px;
  119. -moz-transition:all 0.7s ease-out;
  120. -webkit-transition:all 0.7s ease-out;
  121. -o-transition:all 0.7s ease-out;}
  122.  
  123. #flag2:hover {
  124. height:100px;}
  125.  
  126. #upd2 {
  127. position:absolute;
  128. width:110px;
  129. padding:10px;
  130. padding-top:60px;
  131. height:200px; /* adjust to fit the text if you write a lot! */
  132. top:-270px; /* IMPORTANT! keep this number equal to the sum of the padding-top, padding and height values!!!! */
  133. overflow:hidden;
  134. margin-left:-136px;
  135. opacity:0;
  136. -moz-transition:all 0.7s ease-out;
  137. -webkit-transition:all 0.7s ease-out;
  138. -o-transition:all 0.7s ease-out;}
  139.  
  140. #flag2:hover #upd2{
  141. top:0px;
  142. opacity:1;}
  143.  
  144. /*if you want more flags, just copy the part of the code below and change the numbers - then increase the margin-left value for the #flag(number) adding 20px each new flag! copy from here: */
  145.  
  146. #flag3 {
  147. border:solid 6px #ffffff;
  148. position:absolute;
  149. right:0px;
  150. border-bottom:solid 6px transparent;
  151. padding-top:20px;
  152. height:20px;
  153. width:0px;
  154. -moz-transition:all 0.7s ease-out;
  155. -webkit-transition:all 0.7s ease-out;
  156. -o-transition:all 0.7s ease-out;}
  157.  
  158. #flag3:hover {
  159. height:100px;}
  160.  
  161. #upd3 {
  162. position:absolute;
  163. width:110px;
  164. padding:10px;
  165. padding-top:60px;
  166. height:200px; /* adjust to fit the text if you write a lot! */
  167. top:-270px; /* IMPORTANT! keep this number equal to the sum of the padding-top, padding and height values!!!! */
  168. overflow:hidden;
  169. margin-left:-136px;
  170. opacity:0;
  171. -moz-transition:all 0.7s ease-out;
  172. -webkit-transition:all 0.7s ease-out;
  173. -o-transition:all 0.7s ease-out;}
  174.  
  175. #flag3:hover #upd3{
  176. top:0px;
  177. opacity:1;}
  178.  
  179. /* to here */
  180.  
  181. #s-m-t-tooltip {
  182. max-width:300px;
  183. margin:10px 0px 0px 45px;
  184. background-color:#292929;
  185. font-family:arial;
  186. font-size:9px;
  187. text-transform:uppercase;
  188. font-weight:bold;
  189. color:#aaa;
  190. padding:5px;
  191. z-index:999999999999999999;
  192. -webkit-transition: all 0.5s ease-in-out;
  193. -moz-transition: all 0.5s ease-in-out;
  194. -o-transition: all 0.5s ease-in-out;
  195. text-shadow:1px 1px 0px #262626,
  196. 1px -1px 0px #262626,
  197. -1px -1px 0px #262626,
  198. -1px 1px 0px #262626,
  199. 0px 1px 0px #262626,
  200. 0px -1px 0px #262626,
  201. 1px 0px 0px #262626,
  202. -1px 0px 0px #262626;
  203. }
  204.  
  205.  
  206. ::-webkit-scrollbar-thumb {
  207. background-color: transparent;
  208. height: 5px;
  209. width: 0px; }
  210.  
  211. ::-webkit-scrollbar {
  212. height: 5px;
  213. width: 0px;
  214. background-color: transparent; }
  215.  
  216.  
  217. body {
  218. background:#c9cbca url('https://s1.postimg.org/7x7jl0c9l9/image.png')
  219. repeat fixed top left;
  220. color:#919291;
  221. font-family:'calibri', sans-serif;
  222. font-size:12px;
  223. line-height:100%;
  224. letter-spacing:0px;
  225. overflow-x:hidden; }
  226.  
  227.  
  228. /* TEXT LAYOUTS */
  229.  
  230. bold, strong, b {
  231. font-family:helvetica;
  232. font-weight:600;
  233. font-size:8px;
  234. line-height:10px;
  235. text-shadow: 0px 0px 7px #ffffff;
  236. color: #ffffff;
  237. text-transform:uppercase; }
  238.  
  239.  
  240. i, italic, em {
  241. font-size:9px;
  242. color: #424342;
  243. font-weight:900;
  244. font-family: 'Homemade Apple', cursive;
  245. letter-spacing:1px;
  246. text-shadow:0px 0px 4px #424342;
  247. line-height:90%;
  248. text-transform:lowercase; }
  249.  
  250. a {
  251. text-decoration:none;
  252. text-transform:lowercase;
  253. font-style:italic;
  254. font-weight:600;
  255. color:#656665;
  256. text-shadow: 1px 1px 1px #000;
  257. font-family:trebuchet ms; }
  258.  
  259. big {
  260. text-transform: none;
  261. text-shadow: none;
  262. font-size: 11px; }
  263.  
  264. small, sub {
  265. font-size:10px; }
  266.  
  267. blockquote {
  268. text-align:justify;
  269. width:95%;
  270. margin-bottom:10px;
  271. padding:0px 5px 0px 10px;
  272. margin-left:0px;
  273. border-left:1px solid #999; }
  274.  
  275. blockquote blockquote { padding:0 0 0 10px; }
  276. blockquote, small { font-size:11px; }
  277.  
  278. blockquote img {
  279. max-width:300px;
  280. height:auto; }
  281.  
  282. pre {
  283. padding-top:5px;
  284. padding:3px;
  285. width:auto;
  286. text-align: center;
  287. word-wrap: break-word;
  288. color:#bebebe;
  289. background-color:#292929;
  290. border-left: solid 3px #262626;
  291. border-right: solid 3px #262626;
  292. font-family: 'Montserrat', sans-serif;
  293. text-transform:uppercase;
  294. letter-spacing:1px;
  295. font-size:8px; }
  296.  
  297. pre a {
  298. text-shadow:0px 0px 4px #b2b2b2;
  299. color:#ddd;
  300. font-family:trebuchet ms;
  301. text-transform:uppercase;
  302. letter-spacing:1px;
  303. font-size:7px; }
  304.  
  305.  
  306.  
  307. /* POST & CONTAINER LAYOUT */
  308.  
  309. #entries {
  310. background: url('https://s1.postimg.org/9s3nrefe3j/mmm.png');
  311. border:2px;
  312. overflow-x:hidden;
  313. overflow:auto;
  314. width: 450px;
  315. height:470px;
  316. position: fixed;
  317. text-align:justify;
  318. margin-left:500px;
  319. top:110px;
  320. opacity:1;
  321. -webkit-transition: all 0.9s ease-out;
  322. -moz-transition: all 0.9s ease-out;
  323. overflow-x:hidden; }
  324.  
  325.  
  326. #posts {
  327. width:300px;
  328. margin-left:auto;
  329. margin-right:auto;
  330. padding:15px;
  331. margin-bottom:0px;
  332. line-height:1;
  333. margin-top:-10px; }
  334.  
  335. #posts img {
  336. max-width:100%; }
  337.  
  338.  
  339. /* POST INFOS */
  340.  
  341. #fullinfo {
  342. width:auto;
  343. height:auto; }
  344.  
  345. #postinfo {
  346. background-color:#b9b7b7;
  347. border: solid 1px #b9b7b7;
  348. width:280px;
  349. margin-left:50px;
  350. padding:3px;
  351. padding-left:8px;
  352. padding-right:8px;
  353. padding-top:5px;
  354. padding-bottom:5px;
  355. font-family:calibri;
  356. letter-spacing:1px;
  357. word-spacing:5px;
  358. font-weight:bold;
  359. font-size:8px;
  360. text-align:left;
  361. margin-top:-8px;
  362. margin-bottom:20px;
  363. text-transform:uppercase; }
  364.  
  365. #postinfo a {
  366. font-style:normal;
  367. text-transform:uppercase;
  368. color:#b9b9b9;
  369. text-shadow:1px 1px 1px #000; }
  370.  
  371. #postinfo2 {
  372. text-align:right;
  373. margin-top:-12px;
  374. }
  375.  
  376. #postinfo2 a {
  377. text-shadow: 1px 1px 1px #262626;
  378. font-size:11px
  379. }
  380.  
  381. #tags {
  382. background-color:transparent;
  383. height:auto;
  384. overflow:auto;
  385. width:320px;
  386. height:auto;
  387. overflow:auto;
  388. color:#000000;
  389. margin-left:auto;
  390. text-align:center;
  391. font-size:8px;
  392. opacity:0.3;
  393. margin-bottom:20px;
  394. margin-top:-18px;
  395. margin-left:45px;
  396. -webkit-transition: all 0.9s ease-out;
  397. -moz-transition: all 0.9s ease-out;
  398. transition: all 0.9s ease-out; }
  399.  
  400. #tags a {
  401. text-transform:uppercase;
  402. letter-spacing:1px;
  403. font-family:calibri;
  404. word-wrap: break-word;
  405. font-size:8px;
  406. fline-height:100%;
  407. font-weight:800;
  408. text-decoration:none;
  409. font-style:normal;
  410. color:#888; }
  411.  
  412. #fullinfo:hover #tags {
  413. opacity:1;
  414. -webkit-transition: all 0.9s ease-out;
  415. -moz-transition: all 0.9s ease-out;
  416. transition: all 0.9s ease-out; }
  417.  
  418.  
  419. /* QUOTE DESIGN */
  420.  
  421. #quotemark {
  422. width:42px;
  423. height:33px;
  424. font-size:35px;
  425. margin-top:10px;
  426. color:#aaa;
  427. text-shadow:1px 1px 0px #262626;
  428. z-index:2;
  429. text-align:center;
  430. padding-top:9px;
  431. margin-left:5px; }
  432.  
  433. #quote {
  434. padding:10px;
  435. width:180;
  436. margin-left:0px;
  437. margin-top:-37px;
  438. max-height:22px;
  439. overflow:auto;
  440. font-family: 'Josefin Sans', sans-serif;
  441. font-weight:800;
  442. font-size:13px;
  443. text-align:justify; }
  444.  
  445. #quotesource {
  446. text-align:center;
  447. margin-top:10px;
  448. padding:5px;
  449. text-transform:uppercase;
  450. letter-spacing:1px;
  451. font-family:trebuchet ms;
  452. font-size:7px;
  453. margin-top:2px; }
  454.  
  455.  
  456. /* LINK DESIGN */
  457.  
  458. #posttitle {
  459. background-color:#202020;
  460. border-left: solid 2px #262626;
  461. border-right: solid 2px #262626;
  462. font-family: 'Montserrat', sans-serif;
  463. text-transform:uppercase;
  464. text-align:center;
  465. padding:5px;
  466. }
  467.  
  468. #posttitle a {
  469. background-color:#202020;
  470. border-left: solid 2px #262626;
  471. border-right: solid 2px #262626;
  472. font-family: 'Montserrat', sans-serif;
  473. text-transform:uppercase;
  474. text-align:center;
  475. padding:5px;
  476. }
  477.  
  478.  
  479. /* CHAT DESIGN */
  480.  
  481. #chat, #chat ol, #chat ul {
  482. list-style: none;
  483. margin-top: 10px;
  484. padding: 0px;
  485. }
  486.  
  487. #person1, #person3, #person5, #person7, person9, person11 {
  488. font-family:trebuchet ms;
  489. font-size:7px;
  490. text-transform:uppercase;
  491. letter-spacing:1px;
  492. padding-top: 1px;
  493. padding-bottom:1px;
  494. padding-right:5px;
  495. padding-left:4px;
  496. line-height:10px;
  497. text-align:left;
  498. border-left: solid 2px #292929;
  499. padding:5px;
  500. background-color:#202020; }
  501.  
  502.  
  503. #person2, #person4, #person6, #person8, #person10, #person12 {
  504. font-family:trebuchet ms;
  505. font-size:7px;
  506. text-transform:uppercase;
  507. letter-spacing:1px;
  508. padding: 1px 5px 1px 0;
  509. line-height: 14px;
  510. text-align:right;
  511. border-right: solid 2px #292929;
  512. background-color:#262626;
  513. padding:5px;
  514. background: transparent; }
  515.  
  516.  
  517. /* ASK DESIGN */
  518.  
  519. #asker {
  520. font-family: 'Montserrat', sans-serif;
  521. text-transform:uppercase;
  522. font-style:normal;
  523. text-shadow: 1px 1px 1px #262626;
  524. margin-left:80px;
  525. margin-top:-40px;
  526. font-size:13px;
  527. }
  528.  
  529. #asker a {
  530. font-family: 'Montserrat', sans-serif;
  531. text-transform:uppercase;
  532. font-style:normal;
  533. text-shadow: 1px 1px 1px #262626;
  534. font-size:13px;
  535. }
  536.  
  537. #askerline {
  538. font-family: 'Montserrat', sans-serif;
  539. color:#bebebe;
  540. font-size:9px;
  541. text-transform:uppercase;
  542. margin-left:80px;
  543. text-shadow: 1px 1px 0px #262626;
  544. }
  545.  
  546. #questions {
  547. margin-top:12px;
  548. width:276px;
  549. background-color:#202020;
  550. border-left: solid 2px #262626;
  551. border-right: solid 2px #262626;
  552. padding:7px;
  553. text-transform:uppercase;
  554. text-align:center;
  555. letter-spacing:1px;
  556. font-size:7px;
  557. font-weight:900;
  558. line-height:110%;
  559. font-family:trebuchet ms;
  560. }
  561.  
  562. #answer {
  563. margin-top:20px;
  564. }
  565.  
  566. /* POST NOTES */
  567.  
  568. .notes img {
  569. width:10px;
  570. position:relative;
  571. top:1px
  572. }
  573.  
  574. ol.notes, .notes li {
  575. width:490px;
  576. list-style:none;
  577. margin:0px 0 -1px 5px;
  578. padding:0px
  579. }
  580.  
  581.  
  582.  
  583. /* POPUPS CODINGS */
  584.  
  585. .popup_block {
  586. display:none;
  587. float:left;
  588. height:520px;
  589. position:fixed;
  590. left:425px;
  591. top:30px;
  592. margin-top:150px;
  593. z-index:9999999999999;
  594. opacity:1;
  595. font-size: 10px;
  596. font-family: calibri;
  597. color:#c9cbca;
  598. text-align:justify;
  599. }
  600.  
  601.  
  602. *html #fade {position: absolute;}
  603. *html .popup_block {position: absolute;}
  604. #fade {
  605. display:none;
  606. position:fixed;
  607. left:0px;
  608. top:0px;
  609. width:100%;
  610. height:100%;
  611. z-index:999999;
  612. background-color:#000;
  613. opacity:0;
  614. }
  615.  
  616. .question_block{
  617. height:300px;
  618. display: none;
  619. float: left;
  620. position: fixed;
  621. top: 350px; left: 680px;
  622. z-index: 999999999999;
  623. }
  624.  
  625. img.btn_close {float: right;}
  626. #ask_form {height:250px;}
  627.  
  628.  
  629.  
  630. /* TAB DESIGNS */
  631.  
  632. #headerbar {
  633. background-color:#c8c8c9;
  634. margin-left:405px;
  635. margin-top:442px;
  636. width:350px;
  637. height:auto;
  638. overflow:scroll;
  639. padding:5px;
  640. padding-top:15px;
  641. padding-bottom:10px;
  642. padding-left:15px;
  643. text-align:justify;
  644. color:#eee;
  645. font-family:calibri;
  646. font-size:10px;
  647. overflow-x:hidden;
  648. overflow-y:hidden;
  649. }
  650.  
  651. #tabbar{
  652. background-color:#c8c8c9;
  653. margin-left:410px;
  654. margin-top:0px;
  655. width:350px;
  656. height:300px;
  657. position:fixed;
  658. padding:10px;
  659. text-align:justify;
  660. overflow-x:hidden;
  661. font-family:calibri;
  662. font-size:11px;
  663. overflow: auto;
  664. color:#999;
  665. padding-top:10px;
  666. margin-bottom:80px;
  667. border-top:dashed 1px #262626; }
  668.  
  669.  
  670. #tabbar hr {
  671. border: 0;
  672. border-bottom: 2px dashed #262626;
  673. background: #b9b7b7;
  674. max-width:280px; }
  675.  
  676.  
  677.  
  678.  
  679.  
  680. /* POPUP NAVI DESIGN */
  681.  
  682. ul#tabs {
  683. text-align:center;
  684. color:#c8c8c9;
  685. letter-spacing:1px;
  686. font-weight:600;
  687. text-align:center;
  688. font-size:10px;
  689. display:inline-block;
  690. }
  691.  
  692. ul#tabs li {
  693. background-color:#c8c8c9;
  694. border:1px solid #262626;
  695. border-radius:5px;
  696. letter-spacing:1px;
  697. text-align:center;
  698. font-family:calibri;
  699. font-weight:600;
  700. color:#bab8b8;
  701. text-shadow:1px 1px 0px #262626,
  702. 1px -1px 0px #262626,
  703. -1px -1px 0px #262626,
  704. -1px 1px 0px #262626,
  705. 0px 1px 0px #262626,
  706. 0px -1px 0px #262626,
  707. 1px 0px 0px #262626,
  708. -1px 0px 0px #262626;
  709. text-transform:uppercase;
  710. font-size:8px;
  711. display:inline-block;
  712. padding:2px;
  713. margin-left:2px;
  714. margin-right:2px;
  715. width:110px;
  716. margin:2px;
  717. cursor:pointer;
  718. text-shadow:1px 1px 1px #262626;
  719. -webkit-transition: all .8s ease-in-out;
  720. -moz-transition: all .8s ease-in-out;
  721. -o-transition: all .8s ease-in-out;
  722. }
  723.  
  724.  
  725. ul#tabs li:hover {
  726. background-image:none;
  727. background-color:#e2e3e2;
  728. border: solid 1px #510f0f;
  729. color:#bab8b8;
  730. font-weight:600;
  731. -webkit-transition: all .8s ease-in-out;
  732. -moz-transition: all .8s ease-in-out;
  733. -o-transition: all .8s ease-in-out;
  734. text-shadow:none;
  735. }
  736.  
  737. ul#tabs li.active {
  738. color:#e2e3e2;
  739. text-shadow:1px 1px 1px #262626;
  740. -webkit-transition: all 0.5s ease-out;
  741. -moz-transition: all 0.5s ease-out;
  742. transition: all 0.5s ease-out;
  743. }
  744.  
  745.  
  746. ul#tab, ul#tabs{list-style-type:none;margin:0px;padding:0px;}
  747. ul#tab li.active {display: block;}
  748. ul#tab li {display: none;}
  749.  
  750.  
  751.  
  752. /* ADDITIONAL */
  753.  
  754. .versepic img {
  755. float: left;
  756. padding: 0px;
  757. margin-right: 10px;
  758. width: 75px;
  759. height: 75px;
  760. }
  761.  
  762. #credits {
  763. right:13px;
  764. bottom:10px;
  765. position:fixed;
  766. font-size:12px;}
  767.  
  768. #credits a {
  769. font-size:13px;
  770. font-weight:400;
  771. text-transform:uppercase;
  772. text-shadow: 0px 0px 7px #ccc;
  773. color: #999999;
  774. font-style:normal;
  775. font-family: 'Vollkorn', serif; }
  776.  
  777.  
  778. #navilinks {
  779. background-color:#bab8b8;
  780. border:1px solid #262626;
  781. color:#aaa;
  782. letter-spacing:1px;
  783. text-align:center;
  784. font-weight:bold;
  785. text-transform:uppercase;
  786. font-size:8px;
  787. display:inline-block;
  788. padding:4px;
  789. width:120px;
  790. margin:2px;
  791. -webkit-transition: all .8s ease-in-out;
  792. -moz-transition: all .8s ease-in-out;
  793. -o-transition: all .8s ease-in-out;
  794. }
  795.  
  796. #navilinks a {
  797. color:#999;
  798. }
  799.  
  800. #navilinks:hover {
  801. background-color:#bab8b8;
  802. border: solid 1px #292929;
  803. color:#aaa;
  804. -webkit-transition: all .8s ease-in-out;
  805. -moz-transition: all .8s ease-in-out;
  806. -o-transition: all .8s ease-in-out;
  807. }
  808.  
  809.  
  810. /* ADDITIONAL */
  811.  
  812. #infobox {
  813. background-color:;
  814. position:fixed;
  815. width:450px;
  816. height:300px;
  817. padding-left:5px;
  818. padding-right:10px;
  819. padding-bottom:5px;
  820. margin-left:490px;
  821. margin-top:570px;
  822. font-family:trebuchet ms;
  823. letter-spacing:1px;
  824. text-transform:uppercase;
  825. font-size:7px;
  826. overflow:auto;
  827. font-weight:600;
  828. text-align:center;
  829. opacity:1;
  830. }
  831.  
  832.  
  833.  
  834. #infobox h2 {
  835. font-family: 'Josefin Sans', sans-serif;
  836. text-transform:uppercase;
  837. padding-top:5px;
  838. font-size:12px;
  839. font-weight:bold;
  840. color:#ffffff ; text-shadow: 1px 1px 1px #ffffff; }
  841.  
  842. #infobox b {
  843. text-decoration:none;
  844. text-transform:uppercase;
  845. font-style:italic;
  846. font-weight:600;
  847. color:#ffffff ;
  848. text-shadow: 1px 1px 1px #ffffff;
  849. font-family:trebuchet ms; }
  850.  
  851.  
  852. /* LINKS LAYOUT */
  853.  
  854. #link1 a {
  855. position:fixed;
  856. margin-top:160px;
  857. margin-left:950px;
  858. font-size:20px;
  859. font-style:normal;
  860. color:#e2e3e2;
  861. -webkit-transition: all .8s ease-in-out;
  862. -moz-transition: all .8s ease-in-out;
  863. -o-transition: all .8s ease-in-out;
  864. text-shadow:2px 2px 2px #000;
  865. transform: rotate(0deg);
  866. -ms-transform: rotate(0deg);
  867. -webkit-transform: rotate(0deg);
  868. -o-transform: rotate(0deg);
  869. -moz-transform: rotate(0deg); }
  870.  
  871.  
  872. #link2 a {
  873. position:fixed;
  874. margin-top:300px;
  875. margin-left:950px;
  876. font-size:15px;
  877. font-style:normal;
  878. color:#e2e3e2;
  879. -webkit-transition: all .8s ease-in-out;
  880. -moz-transition: all .8s ease-in-out;
  881. -o-transition: all .8s ease-in-out;
  882. text-shadow:2px 2px 2px #000;
  883. transform: rotate(0deg);
  884. -ms-transform: rotate(0deg);
  885. -webkit-transform: rotate(0deg);
  886. -o-transform: rotate(0deg);
  887. -moz-transform: rotate(0deg); }
  888.  
  889.  
  890. #link3 a {
  891. position:fixed;
  892. margin-top:230px;
  893. margin-left:950px;
  894. font-size:30px;
  895. font-style:normal;
  896. color:#e2e3e2;
  897. -webkit-transition: all .8s ease-in-out;
  898. -moz-transition: all .8s ease-in-out;
  899. -o-transition: all .8s ease-in-out;
  900. text-shadow:2px 2px 2px #000;
  901. -ms-transform: rotate(0deg);
  902. -webkit-transform: rotate(0deg);
  903. -o-transform: rotate(0deg);
  904. -moz-transform: rotate(0deg); }
  905.  
  906.  
  907. #link4 a {
  908. position:fixed;
  909. margin-top:130px;
  910. margin-left:780px;
  911. font-size:30px;
  912. font-style:normal;
  913. color:#ffffff;
  914. -webkit-transition: all .8s ease-in-out;
  915. -moz-transition: all .8s ease-in-out;
  916. -o-transition: all .8s ease-in-out;
  917. text-shadow:2px 2px 2px #ffffff;
  918. transform: rotate(90deg);
  919. -ms-transform: rotate(90deg);
  920. -webkit-transform: rotate(90deg);
  921. -o-transform: rotate(90deg);
  922. -moz-transform: rotate(90deg); }
  923.  
  924. #link5 a {
  925. position:fixed;
  926. margin-top:300px;
  927. margin-left:950px;
  928. font-size:25px;
  929. font-style:normal;
  930. color:#e2e3e2;
  931. -webkit-transition: all .8s ease-in-out;
  932. -moz-transition: all .8s ease-in-out;
  933. -o-transition: all .8s ease-in-out;
  934. text-shadow:2px 2px 2px #000;
  935. transform: rotate(0deg);
  936. -ms-transform: rotate(0deg);
  937. -webkit-transform: rotate(0deg);
  938. -o-transform: rotate(0deg);
  939. -moz-transform: rotate(0deg); }
  940.  
  941.  
  942. #link1 a:hover, #link2 a:hover, #link3 a:hover, #link4 a:hover, #link5 a:hover {
  943. color:#bebebe;
  944. text-shadow: 0 0 7px #ccc;
  945. -webkit-transition: all .8s ease-in-out;
  946. -moz-transition: all .8s ease-in-out;
  947. -o-transition: all .8s ease-in-out;
  948. }
  949.  
  950.  
  951.  
  952. /* PAGINATION */
  953.  
  954. #player {color: #c9cbca;}
  955.  
  956. .back, .next {
  957. font-size:25px;
  958.  
  959. font-family:helvetica;
  960. color: #656665;
  961. position:fixed;
  962. -webkit-transition-duration: 0.8s; -moz-transition-duration: 0.8s;
  963. transition-duration: 0.8s; -o-transition-duration: 0.8s;}
  964.  
  965. .next {float:right; bottom: 75px; right: 335px;}
  966. .back {float:right; bottom: 75px; right: 375px;}
  967.  
  968. .next:hover, .back:hover {
  969. text-shadow: 0 0 6px #000;
  970. font-size:25px;
  971. color: #bab8b8;
  972. position:fixed;
  973. -webkit-transition: all 0.5s ease-out;
  974. -moz-transition: all 0.5s ease-out;
  975. transition: all 0.5s ease-out;}
  976.  
  977.  
  978. </style> <body>
  979.  
  980. <div id="flags">
  981. <div id="flag1"><div id="upd1">
  982.  
  983. <b>Drafts:</b> 0<p><b>Asks:</b> 0<p><b>Queue:</b> 0
  984.  
  985. </div></div>
  986.  
  987. <div id="flag2"><div id="upd2">
  988.  
  989. <b>Currently Reading:</b><p><b>Currently Watching:</b><p><b>Currently Playing:</b>
  990.  
  991. </div></div>
  992.  
  993. <!---- if you want more flags, copy from here ---->
  994.  
  995. <div id="flag3"><div id="upd3"> muse playlist can be found <a href='https://open.spotify.com/user/efrebekah96/playlist/5BtgaTNMVZohXsUIBKEke5'>here.</a>
  996.  
  997.  
  998. </div></div>
  999.  
  1000. <!---- to here and change the numbers according to your css! ---->
  1001.  
  1002. <!---- thanks for passing by and using this tutorial you're raaaaaaaaad c: ---->
  1003.  
  1004. </div>
  1005.  
  1006.  
  1007.  
  1008.  
  1009.  
  1010.  
  1011.  
  1012.  
  1013.  
  1014. <!--- INFOBOX TEXT --->
  1015. <div id="infobox">
  1016. <p><h2>you have buried childish qualities</h2> <big>FRIEND MAKE SENSE OF ME, FRIEND MAKE SENSE OF ME</big><h2>i have many destructive qualities</h2><big>FRIEND MAKE SENSE OF ME, FRIEND MAKE SENSE OF ME</big><p><b>independent, private, and highly selective iconless multimuse.</b> <br><i>penned by emily.</i></div>
  1017.  
  1018.  
  1019.  
  1020. <!--- LINKS --->
  1021. <div id="link2"> <a href="/submit" rel="verses" class="poplight" title="Submit."> <img src="https://s1.postimg.org/5kyeazftun/e93003353af5ef18131af2329b77c538.png" width="60" height="60"> </a> </div>
  1022. <div id="link1"> <a href="#?w=500" rel="question" class="poplight" title="Message."> <img src="https://s8.postimg.org/da1p7mw6t/6848421b08fe184ac2812a4704d74fcb.png" width="60" height="60"></a> </div>
  1023. <div id="link3"> <a href="#?w=500" rel="navi" class="poplight" title="Navi."> <img src="https://s1.postimg.org/15woyqb327/e367e96a3f91bbfb2d7bb1cae7ae35ab.png" width="60" height="60"></a> </div>
  1024. <div id="link4"> <a href="/" title="Refresh.">✦</a> </div>
  1025. <div id="link5"> <a href="https://tyricnlannistcr.tumblr.com/post/160750924880/commissions-hello-everyone-this-is-an" rel="commissions" class="poplight" title="Commissions."> <img src="https://s1.postimg.org/4kzafxsaxr/c7e721eafd593c3d3651196cb7b01a8a.png" width="60" height="60"></a> </div>
  1026.  
  1027.  
  1028.  
  1029. <!--- QUESTION POP UPS NO TOUCHY --->
  1030. <div id="question" class="question_block" style="height:250px; padding:35px 189px; background:url(); background-repeat:no repeat; overflow-x:hidden;">
  1031. <iframe frameborder="0" height="200" width="300" id="ask_form" scrolling="yes" src="http://www.tumblr.com/ask_form/{Name}.tumblr.com" width="100%"></iframe>
  1032. </div></div></div>
  1033.  
  1034.  
  1035.  
  1036.  
  1037. <!--- POST CONTAINER HTML --->
  1038.  
  1039. <div id="entries">
  1040.  
  1041. {block:posts}
  1042. <div id="posts">
  1043.  
  1044. {block:Text}
  1045. {block:Title}
  1046. <div id="posttitle">{Title}</div>
  1047. {/block:Title}
  1048. {Body}
  1049. {/block:Text}
  1050.  
  1051. {block:Quote}
  1052. <div id="quotemark"> ❝ </div>
  1053. <div id="quote"> &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;{Quote} </div>
  1054. <div id="quotesource"> » {Source} « </div>
  1055. <p> {/block:Quote}
  1056.  
  1057. {block:Photo}
  1058. <div id="pset">
  1059. <img src="{PhotoURL-HighRes}" width="500px"/></div>
  1060. <p>{block:Caption}
  1061. {Caption}
  1062. {/block:Caption}
  1063. {/block:Photo}
  1064.  
  1065. {block:Photoset}
  1066. <div id="pset">
  1067. {Photoset}
  1068. </div>
  1069. <p>{block:Caption}
  1070. {Caption}
  1071. {/block:Caption}
  1072. {/block:Photoset}
  1073.  
  1074.  
  1075. {block:Answer}
  1076. <img src="http://i.imgur.com/6zhhtnK.png" style="margin-top:10px; margin-left:10px; max-width:40px; opacity:0.7;">
  1077. <div id="asker"> {asker} </div>
  1078. <div id="askerline">sent. </div>
  1079. <div id="questions">{question}</div>
  1080. <div id="answer"> <p>{answer} </div>
  1081. {/block:Answer}
  1082.  
  1083.  
  1084. {block:Link}
  1085. <div id="posttitle">
  1086. <a href="{URL}">{Name}</a>
  1087. </div>
  1088. {block:Description}
  1089. <p>{Description}</p>
  1090. {/block:Description}
  1091. {/block:Link}
  1092.  
  1093. {block:Chat}
  1094. {block:Title}
  1095. <a href="{Permalink}">
  1096. <h1>{Title}</h1></a>{/block:Title}
  1097. <div id="chat"><ul>{block:Lines}
  1098. <li id="person{UserNumber}">{block:Label}
  1099. <span id="label"><b>{Label}</b></span>
  1100. {/block:Label} {Line} </li> {/block:Lines}
  1101. </ul></div>
  1102. {/block:Chat}
  1103.  
  1104. {block:Video}
  1105. {Video-250}
  1106. {block:Caption}
  1107. {Caption}
  1108. {/block:Caption}
  1109. {/block:Video}
  1110.  
  1111.  
  1112. {block:Audio}
  1113. {AudioPlayerWhite}
  1114. <br>{block:Caption}
  1115. {Caption}
  1116. {/block:Caption}
  1117. {/block:Audio}
  1118. </div>
  1119.  
  1120.  
  1121. <!--- PERMALINKS --->
  1122.  
  1123. <div id="fullinfo">
  1124. {block:date}
  1125. <div id="postinfo">
  1126. <a href="{Permalink}" title="{TimeAgo}">
  1127. INFORMATION </a>
  1128. <div id="postinfo2">
  1129. <a href="{ReblogURL}" title="Share."> ↻ </a>
  1130. <a title="{NoteCountwith}"> ♥ </a>
  1131. </div>
  1132. {/block:date}</div>
  1133.  
  1134.  
  1135. <div id="tags">{block:HasTags}
  1136. {block:Tags} <a href="{TagURL}">
  1137. <font style="font-size:8px;"> #{Tag} </font> </a>
  1138. &nbsp; &nbsp;
  1139. {/block:Tags}
  1140. {/block:HasTags}
  1141. </div></div>
  1142. {/block:Posts}
  1143.  
  1144.  
  1145. {block:PostNotes}
  1146. {PostNotes}
  1147. {/block:PostNotes}
  1148.  
  1149. <br></div></div></div>
  1150.  
  1151. {block:ContentSource}
  1152. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  1153. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  1154. {/block:SourceLogo}
  1155. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  1156. {/block:ContentSource}
  1157.  
  1158. <div id="credits"> <a href="http://arcanemistrust.tumblr.com/" title="THEME COMMISSION BY APOSTATE.CO.VU"> M </a> </div>
  1159.  
  1160. <!-- {block:NoRebloggedFrom}
  1161. {block:RebloggedFrom}{ReblogParentName}{/block:RebloggedFrom}
  1162. {/block:NoRebloggedFrom} -->
  1163. {block:Pagination}
  1164.  
  1165. {block:NextPage}<a class="next" href="{NextPage}">»</a>{/block:NextPage}
  1166. {block:PreviousPage}<a class="back" href="{PreviousPage}">«</a>{/block:PreviousPage}
  1167.  
  1168. {block:PermalinkPagination}
  1169. {block:NextPost}<a class="next" href="{NextPost}">»</a>{/block:NextPost}
  1170. {block:PreviousPost}<a class="back" href="{PreviousPost}">«</a>{/block:PreviousPost}
  1171. {/block:PermalinkPagination}
  1172.  
  1173. {/block:Pagination}
  1174.  
  1175.  
  1176. </body>
  1177.  
  1178.  
  1179.  
  1180.  
  1181.  
  1182. <!--- EDIT POP UP TEXT HERE --->
  1183.  
  1184. <!-- PORTFOLIA -->
  1185.  
  1186. <div id="navi" class="popup_block">
  1187.  
  1188. <div id="headerbar">
  1189. <ul id="tabs">
  1190. <li class="active">policies.</li>
  1191. <li> about. </li>
  1192. <li> muses. </li>
  1193. <li> navigation. </li>
  1194. </ul></div>
  1195.  
  1196.  
  1197. <!-- YOUR RULES -->
  1198. <div id="tabbar"><ul id="tab">
  1199. <li class="active">
  1200. <p><blockquote>-This blog is <b>highly selective</b> due to time constraints. I sincerely apologize if your request to thread was not accepted–it has absolutely nothing to do with your character or writing! I love all of my followers! <br>
  1201. -In accordance with the statement above, I do plan to have <b>mains and exclusives</b> for specific characters for plotting and thread purposes. <i>HOWEVER</i>, any and all asks will be answered, <i>REGARDLESS</i> of exclusivity!</b> It is my goal to share my muses with anyone who wishes to interact, whether or not I have the ability to write a thread with you!<br>
  1202. -<b>I have made the decision to not thread meme replies, or to do so selectively, as they stockpile quickly in my drafts.</b> If you would like to continue a meme and we are mutuals, please feel free to message me about it!<br>
  1203. -This blog is <b>MULTI-VERSE</b> and <b>MULTI-SHIP</b>.<br>
  1204. -This blog <b>will be NSFW</b> at times and will be tagged. If anything you see/read bothers you, <b>please</b> let me know!<br>
  1205. -I do not have a problem threading with anyone underage so long as it is not sexual.<br>
  1206. -I like to develop stories! If your character has not met mine in canon, I would love to plot a meeting! If your OC is a relative or old friend, send me our background in IM so we can make things work! <b>PLEASE DO NOT OPEN A THREAD ASSUMING OUR CHARACTERS KNOW ONE ANOTHER UNLESS THESE THINGS ARE DISCUSSED.</b><br>
  1207. -<b>Godmodding will not be tolerated.</b><br>
  1208. -Anon hate/hate in general will not be tolerated, and user will be <b>blocked</b>.
  1209. We are here to have a good time. If you are spending your time making others feel guilty or hurt, or just being downright manipulative, you will be blocked.</blockquote>
  1210. I believe those are all of my main rules--thank you for reading! I can’t wait to meet you!
  1211.  
  1212. </li>
  1213.  
  1214.  
  1215.  
  1216. <!-- YOUR DOSSIER -->
  1217. <li> <center>
  1218.  
  1219. <pre> The Mun </pre>
  1220.  
  1221. <p><b>Name:</b> Emily<br><b>Age:</b> 21<br><b>female</b><br><b>INFO:</b> Lovely to meet you! If you've actually made your way to this tab, I am deeply grateful! This is my very first multimuse, thanks to a lovely friend's encouragement. I hope you enjoy each of the characters as much as I do!<p>I currently work sporadic hours at a restaurant, so my schedule is mostly unpredictable. I enjoy playing video games (current obsession being Overwatch) and reading a ton, though I haven't been able to much since school ended. I also am a lover of all things chocolate, my boyfriend, and my little cat Milo. c: It's nice to meet you!
  1222.  
  1223. </li>
  1224.  
  1225.  
  1226.  
  1227.  
  1228.  
  1229.  
  1230.  
  1231. <!-- YOUR VERSES -->
  1232. <li>
  1233. <pre>Broadchurch</pre><h2>Alec Hardy</h2>
  1234.  
  1235. <pre>Doctor Who</pre><h2>Tenth Doctor</h2><a class="extra" href="/tagged/" id="navilinks"> <img src="https://s8.postimg.org/e8bmqow3p/0c501dd635b40346848eb2fe6031febc.png"> </a> The tenth incarnation of a man known only as "The Doctor" -- an alien who travels time and space on various adventures which usually end in him saving the day with companions. The tenth doctor is happy-go-lucky, ambitious, and fierce. He values mercy but shows none to any who threaten his friends. This incarnation of the Doctor tends to have guilt weigh heavily upon his shoulders. He is known as the most "human" of the Doctor's incarnations.
  1236.  
  1237. <h2>Eleventh Doctor</h2><a class="extra" href="/tagged/" id="navilinks"> <img src="https://s8.postimg.org/a0lfvc4it/13dff2ce258389844e236eb917c4429d.png"> </a> The eleventh incarnation of the Doctor. He is constantly curious and playful as well as a bit dorky. However, this version of the Doctor is well known for the severity of his actions. Eleven loves greatly, but fights savagely, and has a dark side revealed by others in several episodes.
  1238.  
  1239. <h2>Twelfth Doctor</h2><a class="extra" href="/tagged/" id="navilinks"> <img src="https://s8.postimg.org/b1h372jdh/1ae4da6957c61a44c6d9c0526d9b6752.png"> </a> The twelfth incarnation of the Doctor. Twelve is sharp and blunt and tends to speak over and contradict others in a way that shows he knows he is always correct (even when wrong). After traveling more with Clara Oswald, the twelfth Doctor learned how to be more "human" through traits such as compassion and boundaries. Gaining such attachments has driven this version of the Doctor to take obscene risks.
  1240.  
  1241. <h2>AU Master!Doctor</h2><a class="extra" href="/tagged/" id="navilinks"> <img src="https://s8.postimg.org/dmmnun679/dd38d5ca0cce7c06dcbd5a9bd016b0de.png"> </a> This version of the Doctor came about when, during Lord Rassilon's attempt to bring Gallifrey through time to save it during the Time War and the Master sacrificed himself to cast them back, he (the Master) and Lord Rassilon subsequently hatched a plan: Lord Rassilon would instead travel <i>back</i> in time to expose <b>The Doctor</b> to the beat of four when viewing the time vortex, instead of the Master, intending to drive the other insane in the present. The Master agrees, only in the minor hope he would be loved the way the Doctor was by so many. Instead of a simple change in personality, however, this change of a fixed point cast the Master, Lord Rassilon, and The Doctor into an alternate universe--one where the Doctor's name is a monstrous shadow, and the Master is one of help and safety and kindness. The Doctor's memories are false, and his true ones lie beneath the beat of four and severe headaches which he disregards. <b>This muse is heavily nsfw and dark. Please be aware.</b> <i>This AU Doctor is my own creation. Do not claim as your own.</i>
  1242.  
  1243. <pre>Fright Night</pre><h2>Peter Vincent</h2>
  1244. <a class="extra" href="/tagged/" id="navilinks"> <img src="https://s8.postimg.org/dyajqacth/6e474b7184420bb5d8f479c2448641d3.png"> </a> Peter Vincent is a well-known Vegas Strip illusionist and expert on the supernatural--which he will profusely deny. His interests are based on a memory he likes to believe he made up: the death of his parents at the hands of a vampire when he was merely 8. Ever since,Peter has invested his life in the creatures and preparing for the next fight, should it ever come. He's surprisingly knowledgeable, if a high-functioning alcoholic. He's lewd and sarcastic but well-meaning.
  1245.  
  1246. <pre> Game of Thrones </pre><h2>Raelyn Bolton (oc)</h2><a class="extra" href="/tagged/" id="navilinks"> <img src="https://s8.postimg.org/s4jv2jxhh/3336b37a6d7ac4e74d9b059eee803d18.png"> </a>Raelyn Bolton is the natural-born daughter of Roose and Bethany Bolton, pulled from her mother soon after she passed from fever. Raelyn is approximately 10 years younger than her older brother Domeric and 7 years younger than her half-brother Ramsay. Due to the nature of her birth, Roose Bolton kept a close eye on his daughter and had her taught by many septas as she grew in order to become a proper lady of the North. Raelyn's feelings towards Ramsay are incredibly complex--she spent the majority of her life loving him as a brother and longing to be closer, and now he is all she has left. She does not hate him, but she longs to, and is often disgusted and confused by these thoughts, as she is fully aware that Ramsay is the reason she is alone. He has caused her extreme mental and physical trauma, and she faces severe punishments at the smallest of slips.
  1247.  
  1248. <h2>Eoin Smyth (oc)</h2>
  1249. <a class="extra" href="/tagged/" id="navilinks"> </a><br>
  1250.  
  1251. <pre>Harry Potter</pre><h2>Daemon Fell (oc)</h2>
  1252. <a class="extra" href="/tagged/" id="navilinks"> <img src="https://s8.postimg.org/rcnmmg1it/17749441de04d6df7e0aad64091b6e39.png"> </a>Born as the youngest son in a family of pureblood supremacists (more his father, as his mother passed away before he could remember), Daemon was raised upon the belief that his heritage meant power. That because of it, others owed him respect, if nothing else. Gold and words bought promises for his family, and perhaps even his place on the quidditch team many years later, though Daemon will always speak against such, as he would rather claim his successes on his own merit. From a young age, Daemon questioned the thoughts instilled by his father, but could never receive answers that satisfied him or did not put him at risk of punishment. Attending Hogwarts, Daemon was the first to be placed in Ravenclaw since his mother, and before that her father. The rest had been placed in Slytherin as long as he could recall, and Daemen's father had sent a Howler of sorts--and then showed up in person--demanding to have his son resorted. Daemon is also a fairly closeted metamorphmagus--a trait also passed down from his mother's side which his family attempted to suffocate from him as a child by calling it "dirty" magic. Daemon is in no way perfect. He was raised the magical equivalent of a family of high-class, well-to-do racists. His views, no matter how caring he tries to be, are still a part of him. He can be judgmental and even rude at times, or just simply ignorant of one's situation, as he has never wanted for anything. Usually he has to be called out on a comment which is hurtful to others, and even have it explained to him. He is incredibly rash in anger, and experiences his emotions strongly due to the suppression of his abilities. He is, however, incredibly caring and pretective of his friends.<br>
  1253.  
  1254. <h2>Gellert Grindelwald</h2>
  1255.  
  1256. <pre>Kingsmen</pre><h2>Eggsy Unwin</h2> <a class="extra" href="/tagged/" id="navilinks"> <img src="https://s8.postimg.org/pn2leql5x/e70fb3bd6b381255e6483c0a176dc57c.png"> </a> Gary "Eggsy" (please don't call him Gary) Unwin is a young agent in the Kingsmen--a secret service agency based in London. Eggsy is unlike most other agents in that, after his father died on a mission with other Kingsmen, Eggsy grew up to be a street-tough kid with a smart mouth and a bit of a rough streak. He is incredibly intelligent and skilled, as well as loyal with a big heart. After saving the world twice, Eggsy has recently married Princess Tilde, becoming a Prince.
  1257.  
  1258. <h2>Harry Hart</h2><a class="extra" href="/tagged/" id="navilinks"> <img src="https://s8.postimg.org/a1qsbbtx1/702cfb656b7cf20d93e4f86cad990758.png"> </a> Harry Hart is now the oldest surviving Kingsmen member, now that all locations have been bombed, and Merlin sacrificed himself. Harry was good friends with Eggsy's father when they were members together, and has felt remorse for the death of Eggsy's father for years. This is what drove him to take Eggsy on as a protege and urge him into a successful agent and person. After the events with Valentine, Harry suffered an extreme injury which caused him to lose sight in one eye, as well as some memory loss. Harry has states of illusion in which he reverts to his days before Kingsmen or sees butterflies that aren't there. He is tactful, quick, and intelligent.
  1259.  
  1260. <pre>Life Is Strange</pre><h2>Chloe Price</h2><a class="extra" href="/tagged/" id="navilinks"> <img src="https://s8.postimg.org/m9zv8oew5/b5ab3d9079821f66610af2e4f0e95910.png"> </a> Chloe Price is a young teenager going through her rebellious stage. Her best friend was Max Caulfield--until Max moved away shortly after Chloe's father passed away in a car accident. During the time she was gone, Chloe skipped a lot of school, her grades fell, and she formed a close relationship with Rachel Amber--a popular girl at Blackwell Academy who was in theatre and whose parents were well off. The two bonded over their similarities even in separate worlds. When Max returns, Chloe is alone again, as Rachel Amber has recently gone missing. The two reconnect as friends over Max's strange powers. Chloe is loud, emotional, and reckless. She is fiercely loyal.
  1261.  
  1262. <h2>Nathan Prescott</h2><a class="extra" href="/tagged/" id="navilinks"> <img src="https://s8.postimg.org/476shgyh1/e8204a4cc63d1e389894af489bd32b5e.png"> </a> Nathan Prescott is a young teen in the "popular" circle at Blackwell Academy. He holds an important position in the Vortex Club in his lateryears and is known for his wild parties. Nathan struggles with being accepted by his father and so earns the acceptance of others through drastic means--the parties, alcohol, and later in his demise, drugs. Nathan actually has a pretty keen eye for photography which he doesn't really flaunt. He is known to be harsh and a bully to strangers and puts up a front to his "friends".
  1263.  
  1264. <pre>Marvel</pre><h2>Kilgrave</h2> <a class="extra" href="/tagged/" id="navilinks"> <img src="https://s8.postimg.org/wd5r20vb9/c402b8070fbfc49ba80c0b627ec6c1d9.png"> </a> Kilgrave (also known as the Purple Man) is a villain with the power of mind control. He gained it while being experimented on/treated by his parents at a young age. Kilgrave can commmand others to his will with simple phrases and sentences, and even has admitted to being unaware of when people are following his commands in the past, or whether they really want to do as he says and be around him. Kilgrave is vicious and holds little conscious when it comes to his motives and victims--seen clearly over his obsession with Jessica Jones and misguided sense of "love" for her. <b>This muse is heavily nsfw and dark. Please be aware.</b>
  1265.  
  1266. <pre>Star Wars</pre><h2>Kylo Ren</h2> Ben "Kylo" Ren is the son of Princess Leia Organa and Han Solo, specially gifted with powers of the Force thanks to his mother and uncle. In the past, he trained under his uncle, Luke Skywalker. However, when left constantly unattended by his parents, Kylo began to feel abandoned. This left him weak and open to seduction to the Dark Side by Snoke. Kyloe Ren is now infmaous as the "Jedi Killer" after murdering each student he trained with under his uncle, then leaving for the Dark Side. He now hopes to "finish" what his grandfather, Darth Vader, started by eliminating the Jedis altogether. He is also responsible for the death of his father, Han Solo. Kylo is heavily emotional, demonstrated by his Force abilities strengthening in anger and sadness. He is guarded, and known to be weak to the "light" inside of him.
  1267.  
  1268. </li>
  1269.  
  1270.  
  1271.  
  1272.  
  1273. <!--- YOUR NAVIGATION --->
  1274. <li><center><p>
  1275. <img src="">
  1276.  
  1277. <p><i>misc.</i><br>
  1278. <a class="extra" href="/tagged/" id="navilinks">Queue</a>
  1279. <a class="extra" href="/tagged/meme" id="navilinks">Memes</a>
  1280. <a class="extra" href="/tagged/" id="navilinks">Headcanons</a>
  1281.  
  1282.  
  1283. <p><i>characters.</i><br>
  1284.  
  1285.  
  1286.  
  1287. <p><i>relationships</i><br>
  1288.  
  1289.  
  1290. <p><i>houses</i><br>
  1291.  
  1292. </center>
  1293.  
  1294. </li></ul>
  1295. </div></div></div></div></div></div>
  1296. </div></div></div></div></div></div>
  1297.  
  1298.  
  1299. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement