Advertisement
Guest User

lannasster

a guest
Feb 22nd, 2019
156
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 69.33 KB | None | 0 0
  1. <!-- ℳℒ ⊰ 𝓁𝒾𝑔𝒽𝓉 𝑜𝒻 𝓉𝒽𝑒 𝓌𝑒𝓈𝓉 ⊱
  2. do not remove credit or claim as your own.
  3. do not edit without permission.
  4. do not use / use as a base without permission.
  5. THEME BY LIONSWRATH.TUMBLR.COM
  6. -->
  7.  
  8. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  9.  
  10. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  11. <head>
  12.  
  13. <link href='http://fonts.googleapis.com/css?family=Montserrat' rel='stylesheet' type='text/css'>
  14.  
  15. <link href='https://fonts.googleapis.com/css?family=Petit+Formal+Script' rel='stylesheet' type='text/css'>
  16.  
  17. <link href='https://fonts.googleapis.com/css?family=Raleway' rel='stylesheet' type='text/css'>
  18.  
  19. <link href='https://fonts.googleapis.com/css?family=Yanone+Kaffeesatz' rel='stylesheet' type='text/css'>
  20.  
  21. <link href='https://fonts.googleapis.com/css?family=Titillium+Web' rel='stylesheet' type='text/css'>
  22.  
  23. <link href='https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300' rel='stylesheet' type='text/css'>
  24.  
  25. <link href='https://fonts.googleapis.com/css?family=Lobster' rel='stylesheet' type='text/css'>
  26.  
  27. <link href="https://fonts.googleapis.com/css?family=Roboto+Condensed" rel="stylesheet">
  28.  
  29.  
  30.  
  31.  
  32. <script type="text/javascript"
  33. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  34. <script>
  35. $(document).ready(function() {
  36. //
  37. $('a.poplight[href^=#]').click(function() {
  38. var popID = $(this).attr('rel'); //Get Popup Name
  39. var popURL = $(this).attr('href'); //Get Popup href to define size
  40. var query= popURL.split('?');
  41. var dim= query[1].split('&');
  42. var popWidth = dim[0].split('=')[1]; //Gets the first query string value
  43. $('#' + popID).fadeIn().css({ 'width': Number( popWidth ) }).prepend('<a href="#" class="close"></a>');
  44. var popMargTop = ($('#' + popID).height() + 80) / 2;
  45. var popMargLeft = ($('#' + popID).width() + 80) / 2;
  46. //Apply Margin to Popup
  47. $('#' + popID).css({
  48. 'margin-top' : -popMargTop,
  49. 'margin-left' : -popMargLeft
  50. });
  51. $('body').append('<div id="fade"></div>');
  52. $('#fade').css({'filter' : 'alpha(opacity=80)'}).fadeIn(); //Fade in the fade layer - .css({'filter' : 'alpha(opacity=80)'})
  53. return false;
  54. });
  55. $('a.close, #fade').live('click', function() {
  56. $('#fade , .popup_block , .popup_block2').fadeOut(function() {
  57. $('#fade, a.close').remove(); //fade them both out
  58. });
  59. return false;
  60. });
  61. });
  62. </script>
  63.  
  64.  
  65. <script type="text/javascript" src="http://static.tumblr.com/86jccts/wpsmuemne/hoverqtip.js"></script>
  66.  
  67. <script src="//use.edgefonts.net/couture.js"></script>
  68. <script type="text/javascript" src="http://static.tumblr.com/d0qlne1/DiAl6ekb7/jquery-1.4.2.min.js"></script>
  69. <script src="http://static.tumblr.com/twte3d7/H8Glm663z/masonry.js"></script>
  70. <script type=”text/javascript” language=”javascript” src=”http://assets.tumblr.com/javascript/tumblelog.js?7”></script>
  71. <script type=”text/javascript”>
  72. $(window).load(function () {
  73. $(‘.content’).masonry({
  74. itemSelector : “.container”,
  75. },
  76. function() { $(‘.content’).masonry({ appendedContent: $(this) }); }
  77. );
  78. });
  79. </script>
  80.  
  81. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  82. <script type="text/javascript">
  83. $(document).ready(function () {
  84. $("#clk").toggle(function() {
  85. $("#upd").show();
  86. }, function() {
  87. $("#upd").hide();
  88. });
  89. });
  90. </script>
  91.  
  92. <!– verses script –>
  93. <script src="http://static.tumblr.com/dxh5xq2/v6Gn8ju1e/tabs.js"></script>
  94.  
  95. <style type="text/css">
  96.  
  97. @-webkit-keyframes Floatingx{
  98. from {-webkit-transform:translate(0, 0px);}
  99. 65% {-webkit-transform:translate(0, 15px);}
  100. to {-webkit-transform: translate(0, -0px); }
  101. }
  102.  
  103. @-moz-keyframes Floating{
  104. from {-moz-transform:translate(0, 0px);}
  105. 65% {-moz-transform:translate(0, 30px);}
  106. to {-moz-transform: translate(0, -0px);}
  107. }
  108.  
  109. .pulse{
  110. animation-name: pulse;
  111. -webkit-animation-name: pulse;
  112.  
  113. animation-duration: 3s;
  114. -webkit-animation-duration: 3s;
  115.  
  116. animation-iteration-count: infinite;
  117. -webkit-animation-iteration-count: infinite;
  118. }
  119.  
  120. @keyframes pulse {
  121. 0% {
  122. transform: scale(0.9);
  123. opacity: 0.4;
  124. }
  125. 50% {
  126. transform: scale(1);
  127. opacity: 1;
  128. }
  129. 100% {
  130. transform: scale(0.9);
  131. opacity: 0.4;
  132. }
  133. }
  134.  
  135. @-webkit-keyframes pulse {
  136. 0% {
  137. -webkit-transform: scale(0.95);
  138. opacity: 0.4;
  139. }
  140. 50% {
  141. -webkit-transform: scale(1);
  142. opacity: 1;
  143. }
  144. 100% {
  145. -webkit-transform: scale(0.95);
  146. opacity: 0.4;
  147. }
  148.  
  149. }
  150.  
  151. #headerbar{
  152. left:50%;
  153. top:50%;
  154. margin-left:….px; /*– for placing –*/
  155. margin-top:…px; /*– for placing –*/
  156. width:…px; /*– sets width of your text –*/
  157. overflow:scroll;
  158. text-align:justify;
  159. color:#fff;
  160. font-family:'Roboto Condensed', sans-serif;
  161. font-size:12px;
  162. }
  163.  
  164. #tabbar{
  165. left:50%;
  166. top:50%;
  167. margin-left:…px; /*– for placing –*/
  168. margin-left:…px; /*– for placing –*/
  169. width:…px; /*– sets width of your text –*/
  170. height:…px; /*– sets height of your text –*/
  171. overflow: scroll;
  172. text-align:justify;
  173. color:#fff;
  174. font-family:'Roboto Condensed', sans-serif;
  175. font-size:12px;
  176. }
  177.  
  178. l#tabs {text-align: center;}
  179. ul#tabs li { /*– your inactive / not viewed tabs –*/
  180. display:inline-block;
  181. padding:2px;
  182. cursor:pointer;
  183. text-decoration:none;
  184. opacity:1;
  185. color:#fff;
  186. }
  187.  
  188. ul#tabs li.active { /*– your active tab –*/
  189. background-color:#222;
  190. color:#a69c73;
  191. -webkit-transition:
  192. all 0.5s ease-out;
  193. -moz-transition: all 0.5s ease-out;
  194. transition: all 0.5s ease-out;
  195. }
  196.  
  197. ul#tab, ul#tabs{list-style-type:none;margin:0px;padding:0px;}
  198. ul#tab li.active {display: block;}
  199. ul#tab li {display: none;}
  200.  
  201.  
  202.  
  203. #fade {
  204. display:none;
  205. position:fixed;
  206. left:0px;
  207. top:0px;
  208. width:100%;
  209. height:100%;
  210. z-index:999999;
  211. }
  212.  
  213. .popup_block{
  214. display:none;
  215. padding:20px;
  216. float:left;
  217. position:fixed;
  218. top:305px;
  219. left:492px;
  220. z-index: 999999999;
  221. height: 400px;
  222. }
  223.  
  224.  
  225.  
  226. *html #fade {position: absolute;}
  227. *html .popup_block {position: absolute;}
  228.  
  229.  
  230.  
  231. #text{
  232. background-color:#010102;
  233. margin-left:503px;
  234. margin-top:-46px;
  235. width:280px;
  236. height:560px;
  237. overflow:scroll;
  238. left:50%;
  239. top:50%;
  240. padding:10px;
  241. text-align:justify;
  242. font-family:calibri;
  243. font-size:10px;
  244. }
  245.  
  246.  
  247.  
  248. #s-m-t-tooltip {
  249. max-width:300px;
  250. margin-left:30px;
  251. margin-top: 10px;
  252. letter-spacing:1px;
  253. background:#222;
  254. font-family:calibri;
  255. text-transform:uppercase;
  256. font-size:9px;
  257. color:#dcdcdc;
  258. padding: 2px;
  259. z-index:99999999999999999999999;
  260. -webkit-transition:all 1.5s;
  261. -moz-transition:all 1.5s;
  262. -ms-transition:all 1.5s;
  263. -o-transition:all 1.5s;
  264. transition:all 1.5s;
  265. }
  266.  
  267.  
  268. ::selection {
  269. background: #777;
  270. color:#eee;
  271. }
  272.  
  273. ::-moz-selection {
  274. background: #777;
  275. color:#eee;
  276. }
  277.  
  278. ::-webkit-selection {
  279. background: #777;
  280. color:#eee;
  281. }
  282.  
  283.  
  284. ::-webkit-scrollbar {
  285. height: 0px;
  286. width: 2px;
  287. background: transparent;
  288. border-left:0px solid transparent;
  289. border-right:0px solid transparent;
  290. }
  291.  
  292. ::-webkit-scrollbar-thumb {
  293. background: transparent;
  294. width:1px;
  295. }
  296.  
  297.  
  298. a {
  299. text-decoration:none;
  300. text-transform:none;
  301. color:#ffffff;
  302. text-shadow:0px 2px 2px #aba0cf;
  303. -webkit-transition: all 0.5s ease-in-out;
  304. -moz-transition: all 0.5s ease-in-out;
  305. -o-transition: all 0.5s ease-in-out;
  306. }
  307.  
  308. a:hover {
  309. color:#fff;
  310. -webkit-transition: all 0.5s ease-in-out;
  311. -moz-transition: all 0.5s ease-in-out;
  312. -o-transition: all 0.5s ease-in-out;
  313. }
  314.  
  315. body {
  316. background-color:#010102;
  317. background-image: url('http://i.imgur.com/6ZQVa0L.png');
  318. background-size: initial;
  319. margin-top:0px;
  320. word-wrap: break-word;
  321. background-position: 90px 0px;
  322. background-attachment: fixed;
  323. background-repeat: no-repeat;
  324. line-height:120%;
  325. color: #fff;
  326. font-family: arial;
  327. font-size: 10px;}
  328.  
  329.  
  330.  
  331. blockquote {
  332. border-left: solid;
  333. border-radius: 4px;
  334. border-left-width: 1.7px;
  335. border-color: #ddd;
  336. padding-left: 7px;
  337. margin-left: 10px;
  338. }
  339.  
  340. blockquote img {
  341. max-width:200px;}
  342.  
  343. b, strong {
  344. color:#fff;
  345. text-shadow: 1px 1px 2px #ffffff;
  346. text-transform:uppercase;
  347. font-family: 'Yanone Kaffeesatz', sans-serif;
  348. font-size:12px;
  349. letter-spacing:3px;
  350. }
  351.  
  352. i, em {
  353. color:#a69c73;
  354. text-transform:lowercase;
  355. font-family: 'Petit Formal Script', cursive;
  356. font-size:12px;
  357. text-shadow:0px 0px 3px #a69c73;
  358. letter-spacing:2px;
  359.  
  360. }
  361.  
  362. small,sup,sub {
  363. font-size:10px}
  364.  
  365. big {
  366. text-transform:uppercase;
  367. letter-spacing:2px;
  368. font-weight:none;
  369. font-size:11px;
  370. color:#fff;
  371. font-family: arial;
  372. }
  373.  
  374. pre {
  375. color:#000;
  376. width:95%;
  377. margin-left:auto;
  378. margin-right:auto;
  379. padding:4px;
  380. padding:10px;
  381. text-align:left;
  382. background:#e9e5e1;
  383. white-space:pre-wrap;
  384. word-wrap:break-word;
  385. font-size:9px;
  386. }
  387.  
  388. img {
  389. max-width:200px;}
  390.  
  391. h1 {
  392. font-size:14px;
  393. letter-spacing: 1.5px;
  394. line-height: 120%;
  395. color:#fff;
  396. font-family: arial;
  397. font-style: none;
  398. }
  399.  
  400. h3 {
  401. background: transparent;
  402. background-image:url('http://i.imgur.com/iRCV6w2.png');
  403. border: solid 1px #898989;
  404. outline:0px dashed #898989;
  405. outline-offset:3px;
  406. border-top-left-radius:15px;
  407. border-top-right-radius:15px;
  408. border-bottom-left-radius:15px;
  409. border-bottom-right-radius:15px;
  410. font-family:'garamond';
  411. color: #fff;
  412. text-shadow:0px 0px 3px #a69c73;
  413. font-size: 14px;
  414. line-height: 15px;
  415. letter-spacing: 4px;
  416. text-align: center;
  417. text-transform:uppercase;
  418. padding:1px;
  419. line-height:120%;
  420. }
  421.  
  422.  
  423.  
  424.  
  425. h2 {
  426. font-size:11px;
  427. letter-spacing:1px;
  428. color:#fff;
  429. text-align:center;
  430. text-transform:uppercase;
  431. background-image: url('http://i.imgur.com/iRCV6w2.png');
  432. border-top-left-radius:10px;
  433. border-top-right-radius:10px;
  434. border-bottom-left-radius:10px;
  435. border-bottom-right-radius:10px;
  436. border: 1px dotted #494949;
  437. padding: 4px;
  438. font-family:'Montserrat';
  439. text-shadow: 1px 1px 1px #1f1f1f;
  440.  
  441. }
  442.  
  443. phoenix {
  444. font-size:14px;
  445. color:#a69c73;
  446. text-shadow:0px 0px 3px #a69c73;
  447. text-transform:uppercase;
  448. font-family: 'Open Sans Condensed', sans-serif;
  449. letter-spacing:1px;
  450. }
  451.  
  452. red {
  453. font-size:14px;
  454. line-height:130%;
  455. letter-spacing:3px;
  456. color:#fff;
  457. text-transform:lowercase;
  458. font-family: 'Lobster', cursive;
  459. text-shadow:1px 1px 0px #a69c73;
  460. }
  461.  
  462.  
  463.  
  464.  
  465. #navlinks{
  466. position:fixed;
  467. left:480px;
  468. top:348px;
  469. z-index:999;
  470. margin-left:0px;
  471. font-size: 15px;
  472. letter-spacing:2px;
  473. font-style: none;
  474. text-align: left;
  475. line-height: 40pt;
  476. font-weight: bold;
  477. text-transform: lowercase;
  478. font-family: 'Montserrat', sans-serif;
  479. text-shadow: 0px 4px 4px #ffffff;
  480. -webkit-filter: blur(0px);
  481. -webkit-transition: all 0.9s ease-in-out;
  482. -moz-transition: all 0.9s ease-in-out;
  483. -o-transition: all 0.9s ease-in-out;
  484. -ms-transition: all 0.9s ease-in-out;
  485. transition: all 0.9s ease-in-out;
  486. opacity:1;
  487.  
  488. }
  489.  
  490. #navlinks a{
  491. color: #a69c73;}
  492.  
  493. #navlinks a:hover{
  494. color: #774b4b;
  495. transition-duration: 0.5s;
  496. -moz-transition-duration: 0.5s;
  497. -webkit-transition-duration: 0.5s;
  498. -o-transition-duration: 0.5s;
  499. }
  500.  
  501.  
  502. #navlinks2{
  503. position:fixed;
  504. left:510px;
  505. top:348px;
  506. z-index:999;
  507. margin-left:0px;
  508. font-size: 15px;
  509. letter-spacing:2px;
  510. font-style: none;
  511. text-align: left;
  512. line-height: 40pt;
  513. font-weight: bold;
  514. text-transform: lowercase;
  515. font-family: 'Montserrat', sans-serif;
  516. text-shadow: 1px 1px 4px #ffffff;
  517. -webkit-filter: blur(0px);
  518. -webkit-transition: all 0.9s ease-in-out;
  519. -moz-transition: all 0.9s ease-in-out;
  520. -o-transition: all 0.9s ease-in-out;
  521. -ms-transition: all 0.9s ease-in-out;
  522. transition: all 0.9s ease-in-out;
  523. opacity:1;
  524. }
  525.  
  526. #navlinks2 a{
  527. color: #a69c73;}
  528.  
  529. #navlinks2 a:hover{
  530. color: #a69c73;
  531. transition-duration: 0.5s;
  532. -moz-transition-duration: 0.5s;
  533. -webkit-transition-duration: 0.5s;
  534. -o-transition-duration: 0.5s;
  535. opacity:0.8
  536. }
  537.  
  538. #navlinks3{
  539. opacity:1;
  540. position:fixed;
  541. left:540px;
  542. top:348px;
  543. z-index:999;
  544. margin-left:0px;
  545. font-size: 15px;
  546. letter-spacing:2px;
  547. font-style: none;
  548. text-align: left;
  549. line-height: 40pt;
  550. font-weight: bold;
  551. text-transform: lowercase;
  552. font-family: 'Montserrat', sans-serif;
  553. text-shadow: 0px 0px 4px #ffffff;
  554. -webkit-filter: blur(0px);
  555. -webkit-transition: all 0.9s ease-in-out;
  556. -moz-transition: all 0.9s ease-in-out;
  557. -o-transition: all 0.9s ease-in-out;
  558. -ms-transition: all 0.9s ease-in-out;
  559. transition: all 0.9s ease-in-out;
  560. opacity:1;
  561. }
  562.  
  563. #navlinks3 a{
  564. color: #a69c73;
  565. }
  566.  
  567. #navlinks3 a:hover{
  568. color: #a69c73;
  569. transition-duration: 0.5s;
  570. -moz-transition-duration: 0.5s;
  571. -webkit-transition-duration: 0.5s;
  572. -o-transition-duration: 0.5s;
  573. opacity:.8
  574. }
  575.  
  576. #navlinks4{
  577. position:fixed;
  578. left:580px;
  579. top:348px;
  580. z-index:999;
  581. margin-left:0px;
  582. font-size: 15px;
  583. letter-spacing:2px;
  584. font-style: none;
  585. text-align: left;
  586. line-height: 40pt;
  587. font-weight: bold;
  588. text-transform: lowercase;
  589. font-family: 'Montserrat', sans-serif;
  590. text-shadow: 0px 0px 4px #ffffff;
  591. -webkit-filter: blur(0px);
  592. -webkit-transition: all 0.9s ease-in-out;
  593. -moz-transition: all 0.9s ease-in-out;
  594. -o-transition: all 0.9s ease-in-out;
  595. -ms-transition: all 0.9s ease-in-out;
  596. transition: all 0.9s ease-in-out;
  597. opacity:1;
  598. }
  599.  
  600. #navlinks4 a{
  601. color: #a69c73;}
  602.  
  603. #navlinks4 a:hover{
  604. color: #a69c73;
  605. transition-duration: 0.5s;
  606. -moz-transition-duration: 0.5s;
  607. -webkit-transition-duration: 0.5s;
  608. -o-transition-duration: 0.5s;
  609. opacity:.7
  610. }
  611.  
  612. #navlinks5{
  613. position:fixed;
  614. left:615px;
  615. top:348px;
  616. z-index:999;
  617. margin-left:0px;
  618. font-size: 15px;
  619. letter-spacing:2px;
  620. font-style: none;
  621. text-align: left;
  622. line-height: 40pt;
  623. font-weight: bold;
  624. text-transform: lowercase;
  625. font-family: 'Montserrat', sans-serif;
  626. text-shadow: 0px 0px 4px #ffffff;
  627. -webkit-filter: blur(0px);
  628. -webkit-transition: all 0.9s ease-in-out;
  629. -moz-transition: all 0.9s ease-in-out;
  630. -o-transition: all 0.9s ease-in-out;
  631. -ms-transition: all 0.9s ease-in-out;
  632. transition: all 0.9s ease-in-out;
  633. opacity:1;
  634. }
  635.  
  636. #navlinks5 a{
  637. color: #a69c73;}
  638.  
  639. #navlinks5 a:hover{
  640. color: #a69c73;
  641. transition-duration: 0.5s;
  642. -moz-transition-duration: 0.5s;
  643. -webkit-transition-duration: 0.5s;
  644. -o-transition-duration: 0.5s;
  645. transform: rotate(30deg);
  646. -ms-transform: rotate(30deg);
  647. -webkit-transform: rotate(30deg);
  648. -o-transform: rotate(30deg);
  649. -moz-transform: rotate(30deg);
  650. }
  651.  
  652.  
  653. #navlinks6{
  654. position:fixed;
  655. color:#ffffff;
  656. left:645px;
  657. top:348px;
  658. z-index:999;
  659. margin-left:0px;
  660. font-size: 15px;
  661. letter-spacing:2px;
  662. font-style: none;
  663. text-align: left;
  664. line-height: 40pt;
  665. font-weight: bold;
  666. text-transform: lowercase;
  667. font-family: 'Montserrat', sans-serif;
  668. text-shadow: 0px 4px 4px #000000;
  669. -webkit-filter: blur(0px);
  670. -webkit-transition: all 0.9s ease-in-out;
  671. -moz-transition: all 0.9s ease-in-out;
  672. -o-transition: all 0.9s ease-in-out;
  673. -ms-transition: all 0.9s ease-in-out;
  674. transition: all 0.9s ease-in-out;
  675. opacity:0.9;
  676. }
  677.  
  678. #navlinks6 a{
  679. color: #a69c73;}
  680.  
  681. #navlinks6 a:hover{
  682. color: #a69c73;
  683. transition-duration: 0.5s;
  684. -moz-transition-duration: 0.5s;
  685. -webkit-transition-duration: 0.5s;
  686. -o-transition-duration: 0.5s;
  687. }
  688.  
  689. #post {
  690. line-height:120%;
  691. padding: 10px 10px 10px;
  692. width:240px;
  693. padding-bottom:10px;
  694. margin-top:40px;
  695. margin-bottom:0px;
  696. text-align: justify;
  697. margin-left: 0px;
  698. font-size:10px;
  699. background:transparent;
  700. -webkit-filter: blur(1px) grayscale(100%);
  701. -webkit-transition: all 0.9s ease-in-out;
  702. -moz-transition: all 0.9s ease-in-out;
  703. -o-transition: all 0.9s ease-in-out;
  704. -ms-transition: all 0.9s ease-in-out;
  705. transition: all 0.9s ease-in-out;
  706. opacity:0.5;
  707. }
  708.  
  709. #post:hover {
  710. opacity:1;
  711. -webkit-filter: grayscale(0%);
  712. -webkit-transition: all 0.6s ease-in-out;
  713. -moz-transition: all 0.6s ease-in-out;
  714. -o-transition: all 0.6s ease-in-out;
  715. -ms-transition: all 0.6s ease-in-out;
  716. transition: all 0.6s ease-in-out;
  717. }
  718.  
  719. #qsource {
  720. margin:0px;
  721. margin-top:-32px;
  722. text-align:center;
  723. letter-spacing:1px;
  724. text-transform:uppercase;
  725. font-size:8px; }
  726.  
  727. #post img {
  728. max-width: 200px;}
  729.  
  730. #container {
  731. background: #010102;
  732. width: 300px;
  733. height:585px;
  734. margin-top:45px;
  735. margin-left:726px;
  736. z-index:999;
  737. opacity:1;
  738. position:absolute;
  739. overflow-y:scroll;
  740. overflow-x:hidden;
  741. padding-top:-20px;
  742. -webkit-mask-image: -webkit-gradient(linear, left bottom, left 80%, from(rgba(4, 4, 4, 0)), to(rgba(4, 4, 4, 1)));
  743. opacity:0;
  744.  
  745. }
  746.  
  747.  
  748. #container:hover {
  749. opacity: 0.9;
  750. transition: opacity 0.3s ease-in-out;
  751. }
  752.  
  753.  
  754. #side {
  755. position:fixed;
  756. left:{text:sidebar margin left}px;
  757. top:{text:sidebar margin top}px;
  758. width:400px;
  759. height: 40px;
  760. background:transparent;}
  761.  
  762.  
  763. #pagi {
  764. font-family: 'Raleway', sans-serif;
  765. line-height:100%;
  766. margin-top:586px;
  767. margin-left:1010px;
  768. padding:20px;
  769. width: 250px;
  770. color: #ffffff;
  771. text-align: center;
  772. font-size: 11px;
  773. letter-spacing: 1px;
  774. z-index:9999;
  775. }
  776.  
  777. #pagi a{
  778. color: #fff;}
  779.  
  780. #pagi a:hover{
  781. color: #a69c73;
  782. transition-duration: 0.5s;
  783. -moz-transition-duration: 0.5s;
  784. -webkit-transition-duration: 0.5s;
  785. -o-transition-duration: 0.5s; }
  786.  
  787. .info {
  788.  
  789. width:245px;
  790. background: #000000;
  791. background-image: url('http://i.imgur.com/iRCV6w2.png');
  792. border:1px solid #494949;
  793. border-top-left-radius:5px;
  794. border-top-right-radius:10px;
  795. border-bottom-left-radius:10px;
  796. border-bottom-right-radius:5px;
  797. text-transform:uppercase;
  798. padding-top:5px;
  799. font-size:8px;
  800. letter-spacing:2px;
  801. text-align:center;
  802. margin-top:10px;
  803. margin-left:-4px;
  804. line-height:15px;
  805. color:#fff;
  806. -webkit-transition: all 0.5s ease-in-out;
  807. -moz-transition: all 0.5s ease-in-out;
  808. -o-transition: all 0.5s ease-in-out;
  809. }
  810.  
  811. .tag {
  812. color:#a69c73;
  813. font-size:8px;
  814. font-style:normal;
  815. line-height:25px;
  816. text-align:center;
  817. transition-duration: 0.4s;
  818. -moz-transition-duration: 0.4s;
  819. -webkit-transition-duration: 0.4s;
  820. -o-transition-duration: 0.4s;
  821. }
  822.  
  823. .tag a {
  824. color:#ffffff;
  825. padding:5px;
  826. }
  827.  
  828.  
  829. #asker {
  830. float: left;
  831. margin-right: 10px;}
  832.  
  833. #askurl {
  834. font-family: 'Petit Formal Script', cursive;
  835. font-size:18px;
  836. letter-spacing:2px;
  837. margin-left:10px;
  838. margin-top:-36px;}
  839.  
  840. #question {
  841. font-style: italic;
  842. font-size: 10px;
  843. margin-left:0px;
  844. margin-right:0px;
  845. margin-top:12px;
  846. padding:10px;
  847. text-align:justify;
  848. background:#575757;
  849. }
  850.  
  851. #quote {
  852. font-size:28px;
  853. letter-spacing:0px;
  854. font-weight:normal;
  855. padding:0px;
  856. font-family: 'Titillium Web', sans-serif;
  857. line-height:25px;
  858. border-bottom:1px solid #fff;
  859. padding-bottom:15px;}
  860.  
  861. .buttons {
  862. display: inline-block;
  863. background-image: url('');
  864. border: 1px solid #111;
  865. text-align: center;
  866. width: 70px;
  867. padding: 4px;
  868. margin: 4px;
  869. }
  870.  
  871.  
  872. #button {
  873. width:20px;
  874. height:30px;
  875. overflow: hidden;
  876. position: relative;
  877. z-index: 99;
  878. margin: 15px 24px 13px 16px;}
  879.  
  880. # {
  881. background-color: #fff;
  882. position: absolute;
  883. z-index: 99;
  884. margin-top: 15px;
  885. margin-left: 15px;
  886. opacity: 0;
  887. -webkit-transition: opacity 0.5s linear;
  888. -webkit-transition: all 0.5s linear;
  889. -moz-transition: all 0.5s linear;
  890. -o-transition: all 0.5s linear;}
  891.  
  892. #post:hover #buttons {
  893. opacity:1;}
  894.  
  895. .audio {
  896. width: 400px;
  897. margin-bottom: 5px;
  898. text-align: center;
  899. font-size: 12px;
  900. }
  901.  
  902. .audio img {
  903. position: absolute;
  904. filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+, Firefox on Android */
  905. filter: gray; /* IE6-9 */
  906. -webkit-filter: grayscale(100%); /* Chrome 19+, Safari 6+, Safari 6+ iOS */
  907. }
  908.  
  909. #play {
  910. position: absolute;
  911. width: 400px;
  912. background-color: white;
  913. opacity: 0.6;
  914. margin-top: -27px;
  915. text-align: center;
  916. }
  917.  
  918. .button {
  919. width:30px;
  920. height:40px;
  921. overflow:hidden;
  922. position:relative;
  923. z-index:1000;
  924. }
  925.  
  926. .note {
  927. text-transform:uppercase;
  928. width:400px;
  929. font-style:normal;
  930. letter-spacing:0px;
  931. font-size: 8px;
  932. text-align:left;
  933. line-height:100%;
  934. margin-left:15px;}
  935.  
  936. .note li {
  937. list-style-type:none;
  938. border-bottom:1px double #6f1d1d;
  939. padding:10px 25px 10px 25px;
  940. text-align:left;
  941. -moz-transition-duration:0.5s;
  942. -webkit-transition-duration:0.5s;
  943. -o-transition-duration:0.5s;}
  944.  
  945. .note img.avatar {
  946. margin-right: 10px;
  947. width: 16px;
  948. height: 16px;}
  949.  
  950. #links {
  951. text-align:center;}
  952.  
  953. .links {
  954. display:inline-block;
  955. font-size:12px;
  956. color:{color:nav};
  957. line-height:21px;
  958. text-align:center;
  959. width:22px;
  960. font-weight:normal;
  961. text-transform:uppercase;
  962. letter-spacing:1px;}
  963.  
  964. .link:hover {
  965. opacity:0.7;
  966. color:#ddd;}
  967.  
  968.  
  969.  
  970. div#qTip {
  971. background-color:transparent;
  972. padding: 8px;
  973. display: none;
  974. font-family:'garamond';
  975. text-align: center;
  976. position: absolute;
  977. font-size:9px;
  978. line-height:10px;
  979. z-index: 9999999;
  980. text-transform:uppercase;
  981. border: solid 1px #898989;
  982. outline:1px dashed #898989;
  983. outline-offset:3px;
  984. background-image:url('http://i.imgur.com/iRCV6w2.png');
  985. background-repeat:repeat; }
  986.  
  987.  
  988.  
  989.  
  990. #box {
  991. top: 490px;
  992. left: 1075px;
  993. overflow: hidden;
  994. position: fixed;
  995. width: 35px;
  996. height: 35px;
  997. border-radius: 90px;
  998. border: 0px solid #ccc; }
  999. #box img {
  1000. margin-top: 10px;
  1001. margin-left: -10px;
  1002. position: fixed;
  1003. -webkit-transition: all 0.7s ease-in-out;
  1004. -moz-transition: all 0.7s ease-in-out;
  1005. -o-transition: all 0.7s ease-in-out;
  1006. -ms-transition: all 0.7s ease-in-out;
  1007. transition: all 0.7s ease-in-out; }
  1008. #box:hover img {
  1009. opacity: 0;
  1010. margin-top: 30px;
  1011. -webkit-transition: all 0.7s ease-in-out;
  1012. -moz-transition: all 0.7s ease-in-out;
  1013. -o-transition: all 0.7s ease-in-out;
  1014. -ms-transition: all 0.7s ease-in-out;
  1015. transition: all 0.7s ease-in-out; }
  1016.  
  1017.  
  1018.  
  1019.  
  1020. #credit {
  1021. font-size:20px;
  1022. font-family: 'Raleway', sans-serif;
  1023. font-style: none;
  1024. text-shadow: 1px 1px 4px #ffffff
  1025. -moz-transition-duration:0.5s;
  1026. -webkit-transition-duration:0.5s;
  1027. -o-transition-duration:0.5s;
  1028. }
  1029.  
  1030. #credit a {
  1031. padding:5px;
  1032. position:fixed;
  1033. right:20px;
  1034. bottom:20px
  1035. }
  1036.  
  1037. #credit a:hover {
  1038. color:#fff;
  1039. }
  1040.  
  1041. /* PUT THIS BETWEEN < style type="text/css"> AND < /style> */
  1042.  
  1043. #tab1 {
  1044. opacity:1;
  1045. width: 210px;
  1046. height: 175px;
  1047. border: solid 1px transparent; /*Here change the border color*/
  1048. background-color: transparent; /*Here change the background color*/
  1049. margin-left: 471px;
  1050. margin-top: 386px;
  1051. position: fixed;
  1052. overflow:scroll;
  1053. -webkit-filter: blur(0px) grayscale(0%);
  1054. -webkit-transition: all 0.9s ease-in-out;
  1055. -moz-transition: all 0.9s ease-in-out;
  1056. -o-transition: all 0.9s ease-in-out;
  1057. -ms-transition: all 0.9s ease-in-out;
  1058. transition: all 0.9s ease-in-out;
  1059. opacity:0;
  1060. -webkit-mask-image: -webkit-gradient(linear, left bottom, left 80%, from(rgba(4, 4, 4, 0)), to(rgba(4, 4, 4, 1)));
  1061. }
  1062.  
  1063. #tab1:hover {
  1064. opacity:1;
  1065. width: 210px;
  1066. height: 175px;
  1067. background-color: #010102;
  1068. z-index: 99999;
  1069. overflow:scroll;
  1070. -webkit-filter: blur(0px) grayscale(0%);
  1071. -webkit-transition: all 0.9s ease-in-out;
  1072. -moz-transition: all 0.9s ease-in-out;
  1073. -o-transition: all 0.9s ease-in-out;
  1074. -ms-transition: all 0.9s ease-in-out;
  1075. transition: all 0.9s ease-in-out;
  1076. opacity:1;
  1077. -webkit-mask-image: -webkit-gradient(linear, left bottom, left 80%, from(rgba(4, 4, 4, 0)), to(rgba(4, 4, 4, 1)));
  1078.  
  1079. }
  1080.  
  1081.  
  1082.  
  1083. .inside {
  1084. opacity:1;
  1085. width: 190px;
  1086. height:170px;
  1087. padding: 10px;
  1088. padding-top: 8px;
  1089. font-family: arial;
  1090. font-size: 9px;
  1091. line-height: 150%;
  1092. color: #acacac; /*Change here the text color*/
  1093. background-color: transparent /*Change here the inside background color*/
  1094. letter-spacing: .8px;
  1095. text-align: center;
  1096. padding-bottom:1000px;
  1097. opacity: 1;
  1098. overflow:hidden;
  1099. -webkit-transition: opacity 0.3s linear;
  1100. -webkit-transition: all 0.3s linear;
  1101. -moz-transition: all 0.3s linear;
  1102. -o-transition: all 0.3s linear;
  1103. }
  1104.  
  1105. .inside:hover {
  1106. opacity: 1;
  1107. overflow:hidden;
  1108. -webkit-transition: opacity 0.3s linear;
  1109. -webkit-transition: all 0.3s linear;
  1110. -moz-transition: all 0.3s linear;
  1111. -o-transition: all 0.3s linear;
  1112. }
  1113.  
  1114.  
  1115.  
  1116.  
  1117.  
  1118. @font-face {font-family:COUTURE; src: url(http://static.tumblr.com/tn3choy/tI5nj04rm/couture-bld.otf) format(“truetype”); }
  1119.  
  1120. @font-face {font-family:FLORENCE; src: url(http://static.tumblr.com/tn3choy/cZ9nj3krz/florence-regular.ttf) format(“truetype”); }
  1121.  
  1122.  
  1123.  
  1124. .grayscale {
  1125. -webkit-filter: grayscale(100%);
  1126. -moz-filter: grayscale(100%);
  1127. -ms-filter: grayscale(100%);
  1128. -o-filter: grayscale(100%);
  1129. filter: grayscale(100%);
  1130. filter: url(grayscale.svg); /* Firefox 4+ */
  1131. filter: gray; /* IE 6-9 */
  1132. }
  1133.  
  1134. </style>
  1135.  
  1136.  
  1137.  
  1138. </head>
  1139.  
  1140.  
  1141.  
  1142.  
  1143. </div></div>
  1144. <div id="side">
  1145. <div id="credit"><a href="http://lionswrath.tumblr.com/" title="THEME">L.</a></div>
  1146. <div id="pagi">{Description}<p>{block:Pagination}
  1147. {block:PreviousPage}<a href="{PreviousPage}">ғᴀʟʟ</a>{/block:PreviousPage} &nbsp;&nbsp; {block:NextPage}<a href="{NextPage}">/ ғᴏʀᴛʜ</a>
  1148. {/block:NextPage}
  1149. {/block:Pagination}</div>
  1150.  
  1151.  
  1152. <div id="navlinks">
  1153. <a href="/" title="home">I.</a></div></div>
  1154.  
  1155. <div id="navlinks2"><a href="#?w=500" rel="box1" class="poplight" title="question">II.</a></div></div>
  1156.  
  1157. <div id="navlinks3"><a href="#?w=500" rel="box3" class="poplight" title="verses">III.</a></a></div></div>
  1158.  
  1159. <div id="navlinks4"><a href="#?w=500" rel="box4" class="poplight" title="rules">IV.</a></div>
  1160.  
  1161. <div id="navlinks5"><a href="#?w=500" rel="box2" class="poplight" title="navigation">V.</a></div>
  1162.  
  1163. <div id="navlinks6"><a href="#?w=500" rel="box5" class="poplight" title="dossier">VI.</a></div>
  1164. </div>
  1165.  
  1166. </div>
  1167. </div>
  1168.  
  1169. </div>
  1170.  
  1171. </div></div>
  1172.  
  1173. <SCRIPT TYPE="text/javascript">
  1174. <!--
  1175. function clickIE() {if (document.all) {(message);return false;}}
  1176. function clickNS(e) {if
  1177. (document.layers||(document.getElementById&&!document.all)) {
  1178. if (e.which==2||e.which==3) {(message);return false;}}}
  1179. if (document.layers)
  1180. {document.captureEvents(Event.MOUSEDOWN);document.onmousedown=clickNS;}
  1181. else{document.onmouseup=clickNS;document.oncontextmenu=clickIE;}
  1182. document.oncontextmenu=new Function("return false")
  1183. // -->
  1184. </script>
  1185.  
  1186. <!-- Song Player http://playlist.me --><script type="text/javascript" src="http://playlist.me/w/script.js" data-config="{'skin':'http://static.tumblr.com/wx6pget/s6unc7l3l/.css','volume':50,'autoplay':true,'shuffle':false,'repeat':1,'placement':'bottom','showplaylist':false,'playlist':[{'title':'1','url':'https://www.youtube.com/watch?v=khQ5hvim-Ng'}]}" ></script><noscript><a href="http://playlist.me/skins/">SCM player skins</a></noscript><!-- playlist.me script end -->
  1187.  
  1188. <div id="container">
  1189. {block:Posts}
  1190.  
  1191. <div id="post">
  1192. {block:Title}<h1>{Title}</h1>{/block:Title}
  1193. {block:Text}{Body}{/block:Text}
  1194.  
  1195. {block:Photo}<center><img src="{PhotoURL-400}"class="grayscale"></center>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  1196.  
  1197. {block:Photoset}<center>{Photoset-250}</center>{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  1198.  
  1199. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  1200.  
  1201. {block:Quote}<div id="quote"><span style="font-family: 'Montserrat', sans-serif;;font-size:25px;">&#10077; </span> {Quote}</div><br>{block:Source}<div class="qsource"><center>{Source}</center></div>{/block:Source}{/block:Quote}
  1202.  
  1203. {block:Audio}<div class="audio">
  1204. <div style="background-image:url('http://i.imgur.com/P9LwcCD.png'); width: 400px; height:100px; background-position:center;">&nbsp;</div>
  1205. <div id="play"><center><div class="button">{AudioPlayerWhite}</div></center></div><p><br>
  1206. {block:TrackName}<span style="font-size:10px;"><b>{TrackName}</b></span>{/block:TrackName}
  1207. {block:Artist}<span style="font-size:10px;">by <b>{Artist}</b></span>{/block:Artist}
  1208. {block:Album}<span style="font-size:10px;">from "<b>{Album}</b>" Album</span>{/block:Album}</div>
  1209. {block:Caption}{Caption}{/block:Caption}{/block:Audio}<br>
  1210.  
  1211. {block:Video}
  1212. {Video-400}
  1213. {block:Caption}{Caption}{/block:Caption}
  1214. {/block:Video}
  1215.  
  1216. {block:Chat}<font size="1">{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br><br>{/block:Lines}</font>{/block:Chat}
  1217.  
  1218. {block:Answer}
  1219. <div id="ask"><div id="asker"></div><div id="askurl">{Asker}:</div>
  1220. <div id="question">{Question}</div></div>{Answer}{/block:Answer}
  1221.  
  1222. <div class="info">
  1223. {block:date}<a href="{Permalink}">
  1224. {block:Date}{TimeAgo}</a>{/block:Date}
  1225. {block:NoteCount}
  1226. with <a href="{Permalink}">{NoteCountWithLabel}</a>{/block:NoteCount} {block:RebloggedFrom}
  1227. via: <a href="{ReblogParentURL}">{ReblogParentName}</a>
  1228. source: <a href="{ReblogRootURL}">{ReblogRootName}</a>
  1229. {/block:RebloggedFrom} - <a href="{ReblogURL}">reblog</a><br>
  1230. </div>
  1231.  
  1232. <div class="tag">{block:HasTags}{block:Tags}<a href="{TagURL}"># {Tag}</a> {/block:Tags}{/block:HasTags}</div>
  1233. </div>
  1234.  
  1235. {block:PostNotes}
  1236. <div class="note">
  1237. {PostNotes}
  1238. </div>
  1239. {/block:PostNotes}
  1240.  
  1241. {/block:Posts}
  1242.  
  1243. </div>
  1244.  
  1245. {block:ContentSource}
  1246. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  1247. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  1248. {/block:SourceLogo}
  1249. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  1250. {/block:ContentSource}
  1251. </div>
  1252.  
  1253. </div>
  1254. </div>
  1255. </div>
  1256. </div>
  1257. </div>
  1258.  
  1259.  
  1260. <div id="tab1">
  1261. <div class="inside" style"border-radius: 13px;""scrolling:yes;">
  1262. <p><h3>WARRIOR</h3>
  1263.  
  1264. <p>his <b>maiming</b> had been <big>MONSTROUSLY</big> <i>cruel</i>. it was <u>one</u> thing to <b>SLAY</b> a lion, another to <i>hack</i> off his paw and leave him <b>broken</b> and <i>bewildered</i>.
  1265.  
  1266. <h3>MAID</h3>
  1267.  
  1268. <p><b>JAIME LANNISTER</b> BASED OFF <u>GEORGE R.R. MARTIN'S</u> <b>ASOIAF</b>.
  1269.  
  1270. <p><b>STRCITLY BOOK CANON. PRIVATE. EXCLUSIVE.</b>
  1271.  
  1272. <p><a href="http://lightofthewest.co.vu/" title="sweet sister">◆</a>
  1273.  
  1274. <p><u>est. 2013</u>.
  1275. <br>written by <i><b>kern</b></i>.
  1276. <br>they/he. xx. est.
  1277.  
  1278. <center><script language="JavaScript">var fhs = document.createElement('script');var fhs_id = "5387522";
  1279. var ref = (''+document.referrer+'');var pn = window.location;var w_h = window.screen.width + " x " + window.screen.height;
  1280. fhs.src = "//s1.freehostedscripts.net/ocounter.php?site="+fhs_id+"&e1=<b>BANNERMEN</b>&e2=<b>BANNERMEN</b>&r="+ref+"&wh="+w_h+"&a=1&pn="+pn+"";
  1281. document.head.appendChild(fhs);document.write("<span id='o_"+fhs_id+"'></span>");
  1282. </script></center><center><script language="JavaScript">var fhsh = document.createElement('script');var fhs_id_h = "3191953";
  1283. fhsh.src = "//s1.freehostedscripts.net/ocount.php?site="+fhs_id_h+"&name=<b>TURNCLOAKS</b>&a=1";
  1284. document.head.appendChild(fhsh);document.write("<span id='h_"+fhs_id_h+"'></span>");
  1285. </script>
  1286. </center>
  1287.  
  1288. <p><marquee><code>please read the rules before interacting!</code></marquee>
  1289.  
  1290. <p><b>#BATTLERUIN</b>
  1291. </div>
  1292. </div>
  1293.  
  1294. </div>
  1295. </div>
  1296.  
  1297. </div>
  1298. </div>
  1299.  
  1300.  
  1301.  
  1302.  
  1303.  
  1304.  
  1305. <div id="box1" class="popup_block"><div id="text">
  1306. <iframe frameborder="0" height="470px" id="ask_form" scrolling="no" src="http://www.tumblr.com/ask_form/{Name}.tumblr.com" width="100%"></iframe></div></div>
  1307. </div>
  1308.  
  1309. <div id="box3" class="popup_block" style="font-size:10px" >
  1310. <div id="text"<p><center><h3>VERSES</h3></center></p>
  1311. <div id="headerbar">
  1312. <ul id="tabs">
  1313. <li class="active">MAIN</li>
  1314. <li>ALT</li>
  1315. <li>MODERN</li>
  1316. <li>MARVEL</li>
  1317. <li>STAR WARS</li>
  1318. <li>THG</li>
  1319. <li>HARRY POTTER</li>
  1320. <li>APOCALYPTIC</li>
  1321. <li>HORROR</li>
  1322. <li>HISTORICAL</li>
  1323. </ul></div>
  1324. <div id="tabbar">
  1325. <ul id="tab">
  1326.  
  1327. <li class="active">
  1328.  
  1329. <p><p><blockquote><p><strong>IT WAS THE WHITE CLOAK THAT SOILED ME : <em>AGOT-ADWD</em></strong>. after the death of jon arryn &amp; rumors that the usurper&rsquo;s heirs are illegitimate &amp; instead the seed of an affair between jaime &amp; his twin sister, ned&rsquo;s stark further investigation leads to his death &amp; a war among five kings for the iron throne. once meeting robb stark on the battlefield &amp; being bested, jaime is held captive until catelyn stark commands brienne of tarth to return jaime home to kings landing in exchange for her two daughters. the pair end up captured by vargo hoat, who spitefully takes jaime&rsquo;s sword hand &amp; with it, his identity. struggling within himself, jaime arrives back in kings landing after the death of his son and king, joffrey, where tyrion is the accused perpetrator. doubtful, jaime devises a plan to free his brother, but after confessing an old sin, learns cersei has slept with other men for her own survival. offered the hand of the king by his sister and then refusing, jaime is sent away to lift the long held siege at riverrun from robb stark&rsquo;s remaining loyalists. after quarrels with edmure tully &amp; the disappearance of brynden blackfish, he receives a hopeless plea from cersei who has been imprisoned on several accounts of incest &amp; infidelity, but has her letter burned. brienne of tarth arrives to tell jaime she has found sansa stark who is held prisoner by the hound. unbeknownst to him, jaime rides with her to the risen catelyn stark, lady stoneheart, who seeks revenge for her fallen family.</p>
  1330. <p><p><p><strong>HE WAS A WARRIOR &amp; THAT&rsquo;S ALL HE WOULD EVER BE : <em>TWOW-ADOS</em></strong>. after assumingly escaping the grasp of lady stoneheart, whether by the sacrifice of brienne of tarth or by the mercy of the risen, jaime will relinquish his ties to the kingsguard, but be no less determined to honor his duty as a knight. once daenerys comes to westeros, jaime will complete cersei&rsquo;s valonqar prophecy &amp; ally with the dragon queen in the fight against the others beyond the wall. after the loss of his sister, he recklessly &amp; impulsively enters battle intending to die, &amp; eventually does.</p>
  1331. <p><p><p><strong>THE YOUNG LION : <em>PRE-AGOT</em></strong>.&nbsp; &nbsp;raised to be the heir of casterly rock, jaime leaves to squire at crakehall at the age of twelve &amp; later fights in the battle against the kingswood brotherhood, where he&rsquo;s knighted on the battlefield by ser arthur dayne. while visiting his sister in eel&rsquo;s alleyway on a victory tour, jaime learns his father has plans to marry him to lysa tully &amp; after being convinced to take the white cloak, the twin&rsquo;s consummate their relationship for the first time. once aerys allows jaime into his kingsguard to spite tywin for leaving court, jaime suffers most of aerys&rsquo; wrath &amp; madness mingled while kept under his watchful eye. as robert&rsquo;s rebellion reaches the gates of kings landing, aerys commands his pyromancers to ignite the caches of wildfire that have been hidden beneath the city streets, threatening the lives of thousands of innocents. jaime slays the king to ensure otherwise &amp; is thereafter named kingslayer for the rest of his days. he surpasses charges of treason &amp; evades the suggestion of ned stark to have him uncloaked and sent to the night&rsquo;s watch, &amp; enters robert's kingsguard, whilst cersei is made his queen. the twins continued affair, producing three blonde-haired baratheons, is the catalyst for the events that transpire in a game of thrones.</p>
  1332. </blockquote>
  1333.  
  1334. </li>
  1335.  
  1336. <li>
  1337.  
  1338. <blockquote><p><p><p><strong>KINGDOM BY THE SEA : <em>ALTERNATE ADWD-TWOW</em></strong>.&nbsp; &nbsp;through much forgiveness &amp; understanding, rather than blind spite, jaime answers cersei&rsquo;s plea &amp; saves her from captivity prior to her walk of shame, but not before spilling holy blood within the sept of baelor as they flee. the twin&rsquo;s return to their impenetrable home of casterly rock, where they would be safe from the wrath of the growing faith militant &amp; jaime steals myrcella back from dorne to bring his family under his watchful eye. once daenerys targaryen arrives in westeros, jaime convinces cersei to bend the knee as long as she is allowed to remain lady of casterly rock, whilst tommen is kept within the red keep to ensure their loyalty.</p>
  1339.  
  1340. </li>
  1341.  
  1342. <li>
  1343.  
  1344. <blockquote><p><p><p><strong>THE TASTE OF REFINEMENT : <em>MODERN</em></strong>.&nbsp; &nbsp;the lannister family is a modern dynasty, &amp; tywin&rsquo;s global winery that has earned them such infamy is a shroud for his heavy involvement in underground crime. jaime&rsquo;s name was scattered among the headlines of newspapers all around the world after escaping a murder charge &amp; prison time (instead spending a year in a youth correctional facility, which would be relatively stifled throughout the media by mass amounts of lannister money) for killing aerys targaryen at the age of seventeen, who despite the refutes of those closest to him, had planned an intricate &amp; grand scale scheme for civilian devastation via nuclear weapons. jaime later receives bad publicity yet again after the stark family accuses him of shooting and paralyzing their second youngest son, yet, without condemning proof, jaime goes free. after coming across cersei brutalized by robert, he bludgeons him to death in a fit of panic-induced rage, but due to tywin's criminal connections, jaime again escapes prison. shortly after robert's "untimely" demise, ned stark is assassinated publicly &amp; is assumed by the stark family to be the work of the lannisters. consequently, jaime is kidnapped by stark loyalists who maim him out of spite, &amp; he's returned home after months of being presumed dead, handless &amp; hopeless.</p>
  1345.  
  1346. </li>
  1347.  
  1348. <li>
  1349.  
  1350. <blockquote><p><p><p><strong>THERE ARE NO BARGAINS BETWEEN LIONS &amp; MEN : <em>MARVEL</em></strong>.&nbsp; &nbsp;the death of his mother in his childhood causes an upheaval in abilities previously unbeknownst to him &amp; to his outspoken anti-mutant father. frequent abuse perpetuates his own animalistic instincts &amp; the violent aggression that comes with it. after being thrust from his own household at 17, jaime takes advantage of his hyper-visibility in society to counter his father's views, &amp; advocates for mutant rights.</p>
  1351. <p><strong>MUTATION</strong>: cryptic/lion physiology.<br /><strong>IDENTITY</strong>: private. known publicly as <em>cheshire cat</em>.<br /><strong>ABILITIES</strong>: intangibility, camaflouge, predatory instinct, enhanced human strength, speed, &amp; agility.<br /><strong>FEATURES</strong>: two sets of canine teeth: top &amp; bottom, thick amounts of hair localized to his chest &amp; limbs, bestial physique.</p></blockquote>
  1352.  
  1353. </li>
  1354.  
  1355. <li>
  1356.  
  1357. <blockquote><p><p><p><strong>THE DIALOGUE OF DARKNESS &amp; LIGHT : <em>STAR WARS</em></strong>.&nbsp; &nbsp;born prior to the birth of the galactic empire, the twins show a great promise in their future with the force, but to their father&rsquo;s dismay, are denied proper training to hone their abilities due to their intense internal conflict. the westerosi system suffers a war for its crown as a rebellion arises through the galaxy in the face of corruption, &amp; after the fall of the jedi order, tywin pledges casterly &amp; it&rsquo;s bountiful assets to the empire. jaime turns to the rebellion as a double agent, &amp; works under the guise of assuring his father&rsquo;s alliance to withdraw information from within the ranks of the empire, &amp; dies in action just before the reorganization into the new republic.</p>
  1358. <p><strong>FORCE ALLIANCE</strong>: neutral. believes both the sith &amp; jedi orders to be inherently corrupt, though leans (slightly) further towards the light.<br /><strong>STAR SYSTEM/HOME PLANET</strong>: westeros, casterly.<br /><strong>HOUSE CREST</strong>: tusk cat, found native on his home planet for centuries.<br /><strong>WEAPON OF CHOICE</strong>: the casterly lannisters crafted a lightsaber that was passed down through the generations. the saber itself was crafted with a crimson crystal &amp; an unstable core of gold. it found its way to jaime during the era of the resistance, despite his disallowance from proper training with the force, &amp; is his favored weapon.</p></blockquote>
  1359.  
  1360. </li>
  1361.  
  1362. <li>
  1363.  
  1364. <blockquote><p><p><b>DETAILS TO BE ADDED :</b> district 1 victor, participant in the quarter quell, aligned with the rebellion.</blockquote>
  1365.  
  1366. </li>
  1367.  
  1368.  
  1369. <li>
  1370.  
  1371. <blockquote><p><p><p><strong>THE SOUL IN AGONY : <em>HARRY POTTER</em></strong>.&nbsp; &nbsp;pureblooded &amp; ancient, the lannister lineage has long since been defiled by black magic, derived from the tales of their ancestor, lann the clever, a vampire who was famed for his wicked wits &amp; deceivery. while this infamy is half-true &amp; the lannisters have always mingled among circles of other old pureblooded families, it wasn't until joanna lannister died in childbirth that tywin truly forsook his family to dark magic &amp; all that comes with such an allegiance. though expected to uphold his father's legacy (in all it's pureblood supremacist glory), jaime defies these wishes by electing to decide on gryffindor during his sorting ceremony (an anomaly after centuries of slytherins), despite the tensions that this rears in his relationship with his twin sister. subsequently, the twins later perform an unbreakable vow that consecrates neither would betray the other, lest they end up dead at the mere thought of losing one another throughout each tribulation they face at their father's behest. as the dark lord seizes power, their relationship strains &amp; after they graduate from hogwarts, they've cut ties entirely. jaime, believing cersei to have relinquished herself to the death eater order &amp; all of their father's similar proclivities, joins the original order of the phoenix, but consequently loses his right hand to vargo hoat, a rogue werewolf seeking vengeance for old slights. after voldemort seemingly disappears &amp; jaime grows with his trauma, he takes up the position of ancient studies professor at hogwarts, &amp; returns only in the years of 97'-98' as a means to protect his niece myrcella &amp; mentee, brienne tarth from the carrow siblings, who had a certain gravitation towards the two purely on the grounds of them being important to jaime, who in their eyes (&amp; all closest to tywin), had become nothing more than a common blood traitor. preceding the battle of hogwarts, cersei seeks jaime out, &amp; after discovering that she denied the dark mark, the two make amends after decades of separation. finally, during the battle, cersei shields jaime from a rogue curse, &amp; he dies as a consequence of their childhood vow.</p>
  1372. <p><strong>HOUSE/ALLIANCE</strong>: gryffindor; the original order of the phoenix.<br /><strong>WAND</strong>: holly &amp; phoenix core; notoriously difficult, as the wood&rsquo;s volatility conflicts strangely with the core's detachment. in the unusual event of such a pairing finding its ideal match, however, nothing &amp; nobody should stand in their way.<br /><strong>PATRNOUS</strong>: lion.<br /><strong>BOGGART</strong>: cersei's dead corpse, vargo hoat.<br /><strong>FORTES</strong>: charms, hexes, occlumency.</p></blockquote>
  1373.  
  1374. </li>
  1375.  
  1376.  
  1377.  
  1378. <li>
  1379.  
  1380. <blockquote><p><p><b>VERSES TO BE ADDED :</b> the 100, fallout, zombie apocalypse.</blockquote>
  1381.  
  1382. </li>
  1383.  
  1384.  
  1385.  
  1386. <li>
  1387.  
  1388. <blockquote><p><p><p><b>VERSES TO BE ADDED :</b> silent hill, outlast 2, war of the worlds.</blockquote>
  1389.  
  1390. </li>
  1391.  
  1392.  
  1393.  
  1394. <li>
  1395.  
  1396. <blockquote><p><p><p><b>VERSES TO BE ADDED :</b> golden age of piracy, ancient greece, holy roman empire.</blockquote>
  1397.  
  1398. </li>
  1399.  
  1400.  
  1401. </ul>
  1402. </div></div></div></div></div></div></div></div></div></div></div></div>
  1403. </div></div>
  1404. </div>
  1405.  
  1406. <div id="box4" class="popup_block" style="font-size:9px; text-align:justify; ">
  1407.  
  1408. <div id="text"><h3>LAWS OF THE REALM</h3>
  1409. <h2><strong>INTROUDCTION</strong></h2>
  1410. <p>this is an independent, private, &ldquo;single ship&rdquo; &amp; mutuals only blog for JAIME LANNISTER from george r.r. martin&rsquo;s: <em>a song of ice &amp; fire</em>. est. july 2013 as forsakenvows &amp; rebooted in oct. 2016 as battleruin.</p>
  1411. <p>this blog is Not spoiler free &amp; will frequently be shitting on the racist, women-hating, rape kink fanfic hbo show alongside the equally obnoxious fandom that&rsquo;s sprung from it here on tumblr, so Please don&rsquo;t follow me if you&rsquo;re just gonna whine about me being a Big MeanieTM for trashing your poorly-written excuse for a television series.</p>
  1412. <h2><strong>ACTIVITY</strong></h2>
  1413. <p>this blog has been my main blog for 5 years &amp; jaime tends to eat whatever muse i can manage for other characters. however, i generally keep my presence on the dash pretty minimum for my own mental health &amp; also struggle with severe adhd that can also cut down on my ability to be here. if you follow me, i hope you understand that &amp; don&rsquo;t take my sporadic activity as a reflection of my intentions or interest in writing with you. <strong>tldr</strong>: i&rsquo;m on the dash once in a blue moon &amp; i&rsquo;m dumb as shit, but neither of those things mean i don&rsquo;t want to interact with you. if i&rsquo;ve followed you period, i have every intention of writing with you, i&rsquo;m just both slow &amp; dumb!</p>
  1414. <h2><strong>HAND JOKES</strong></h2>
  1415. <p>jokes about jaime&rsquo;s maiming are not only unacceptable, but disgusting on a moral level. i&rsquo;m not gonna tolerate the inherent abelism that accompanies these sort of jokes &amp; will hardblock you in record-breaking time if you even Think of applying that sort of thing anywhere outside of in character interactions&mdash; &amp; even then i advise you to be Real Careful, because i&rsquo;m not here to entertain it.</p>
  1416. <h2><strong>INCEST</strong></h2>
  1417. <p>because this has come up on multiple occasions since i called out twiggy, i wanted to make it abundantly clear that i Do Not &amp; Will Not be writing incest on this blog. i wrote explicit content on jaime years ago, but it was an internalization of life long childhood sexual abuse, &amp; after being officially diagnosed with ptsd, i completely eliminated incest from my blog &amp; apologized publicly for my past profusely. the threads you see written between lionswrath &amp; i are purely familial, &amp; though their relationship be mentioned vaguely in canon-specific threads from jaime&rsquo;s pov, there&rsquo;ll be nothing beyond that found anywhere on this blog.</p>
  1418. <h2><strong>PORTRAYAL</strong></h2>
  1419. <p><strong>i&rsquo;m very strictly book based with heavy headcanon influence</strong>. this means any &amp; all plots on this blog will be developed based off the plots &amp; characterization in the novels. my one (1) &amp; <em>only </em>tie to the hbo show is my faceclaim, but i disregard Literally every single choice d&amp;d have made for jaime &amp; won&rsquo;t be sacrificing my personal integrity to draw inspiration from any of their content.</p>
  1420. <h2><strong>TRIGGERS</strong></h2>
  1421. <p>this blog will contain heavy themes such as gore, war, death. all common triggers will be tagged as <strong>example //</strong>, but if i miss something, please lemme know and i&rsquo;ll be happy to tag it!</p>
  1422. <p>due to the nature of jaime&rsquo;s character, incest (though only mentioned vaguely &amp; not explicitly written) will not be tagged on this blog unless it&rsquo;s heavily mentioned.</p>
  1423. <p><strong>PLEASE TAG THE FOLLOWING TRIGGERS</strong>:</p>
  1424. <ul>
  1425. <li>pedophilia &amp; csa mentions.</li>
  1426. <li>trypophobia, i.e: series of holes, skin horror, insects.</li>
  1427. <li>thalassophobia, i.e: open water, underwater scenes, sharks.</li>
  1428. <li>wrists/veins &amp; mentions of self harm.</li>
  1429. </ul>
  1430. <h2><strong>ASKBOX/IMS</strong></h2>
  1431. <p>i don&rsquo;t take part in reblog karma because it&rsquo;s not 2012, but i will be increasingly irritated if you always reblog memes from me without sending any in. I&rsquo;m Not A Meme Archive. don&rsquo;t use me as one or i&rsquo;ll hardblock you.</p>
  1432. <p>as for ims, i suffer from extremely debilitating social anxiety, so direct contact can be difficult to engage in, especially in any sort of timely manner. i do make a habit of replying within at least 3 days, so if i&rsquo;ve not given you a response by then, feel free to send me another!</p>
  1433. <h2><strong>FOLLOWING/UNFOLLOWING</strong></h2>
  1434. <p>this blog is private to conserve my energy &amp; motivation, so my following list is gonna be pretty minimal. i don&rsquo;t check my followers on a daily basis, so gimme a few days to check out your blog &amp; thoroughly read your pages before you determine whether or not i&rsquo;m gonna follow you. Please Don&rsquo;t Obnoxiously Unfollow &amp; Refollow&hellip; i&rsquo;m Begging you. it gives me some serious anxiety &amp; i&rsquo;ll be more inclined to hardblock you than give you the attention you want.</p>
  1435. <p><strong>i don&rsquo;t follow anyone from the asoiaf/got community unless we&rsquo;re mutuals on one of your other blogs</strong> <em>&amp; will softblock anyone who tries to follow me that i&rsquo;m not previously acquainted with</em>. this fandom is literally Brimming with people who are real life rapists &amp; pedophiles, on top of being flat out racist or otherwise bigoted &amp; i&rsquo;m not under Any Circumstance wasting my time on that bullshit anymore. i 100% of the time hardblock on sight if your muse is a canonical rapist or pedophile (robert baratheon, petyr baelish, tyrion lannister) &amp; especially if you write or otherwise support ships that include jaime (or frankly, any of the canonical adults) &amp; one of the underage girls of the series (sansa &amp; arya stark, daenerys targaryen, margaery tyrell &amp; that INCLUDES brienne tarth who&rsquo;s a whole 16 years younger than jaime).</p>
  1436. <p>i unfollow very, very rarely, i.e for racism, antisemitism, homophobia, transphobia, complaints about &ldquo;callout culture&rdquo; (which i 100% support in the circumstances mentioned), OR if you follow/interact with someone who&rsquo;s a bigot. otherwise you&rsquo;ve been inactive for a period of time &amp;/or haven&rsquo;t tried to initiate any form of interaction with me. for the latter circumstances, i make an effort to softblock &amp; ask that you Please extend me the same courtesy since it&rsquo;s a Big Fat Trigger for anxiety.</p>
  1437. <p><strong>DO NOT FOLLOW ME IF YOU FOLLOW/INTERACT WITH THE FOLLOWING</strong>:</p>
  1438. <ul>
  1439. <li>motherofwolvcs/catelyyn/oflannister: bridged communication between an actual rapist &amp; the women in the community he was attempting to prey on, trump supporter, serial emotional abuser.</li>
  1440. <li>needlcd: created a whole&nbsp;&ldquo;in this house we love &amp; support-&rdquo; campaign for cat after she was called out, calls necessary callouts in the community for people like cat &amp; nazi sympathizers&nbsp;&ldquo;bullying by mob mentality&rdquo;</li>
  1441. <li>agirlingrey: generally a big fat bigot, reblogged a post after eightholyterrors was called for writing explicit pedophilic/incestual rape that essentially said this community is full of Big Bad Bullies, with tags that said&nbsp;&ldquo;fuck political correctness&rdquo; lmfao.</li>
  1442. <li>99% of the got/asoiaf fandoms, some examples including: wineinthewidow, kingslaying, akingslayerx, royalsadist/cleverminded, goldenngore, theusurper, liondaughter, or anyone associated with these people. i&rsquo;m not gonna waste my time listing separate receipts, but generally these people are disgusting lmao. racist, incest fetishists, have problems with those of us who call out racists, pedophiles, ect., always refer to the larger community as fear mongering elitist bullies in one way or another during things like calling out racists &amp; nazi sympathizers; the list goes on but i think you Get The Point.</li>
  1443. <li>captlances/leksas: blatantly racist &amp; transphobic, sexualized &amp; frequently spoke on the sex life of her daenerys muse who&rsquo;s canonically only 14 years old, &nbsp;frequently stalks people who have her blocked under the use of a proxy, just generally warps &amp; otherwise lies about things to either glorify her own shitty fucking behavior, or attempt to manipulate other people&rsquo;s reputations to Yet Again glorify herself cause apparently she doesn&rsquo;t have better shit to do lmao.</li>
  1444. </ul>
  1445. <h2><strong>DUPLICATES</strong></h2>
  1446. <p><strong>i&rsquo;m not comfortable with duplicates in any capacity</strong>. i&rsquo;ve been profusely imitated in this community, so their presence on your blog alone is enough to stop me from following you. likewise with cerseis&mdash; <strong>lionswrath is the only cersei i will Ever acknowledge &amp; i hardblock any that follow me</strong>.</p>
  1447. <h2><strong>SHIPPING</strong></h2>
  1448. <p>this blog is&nbsp;&ldquo;singleship&rdquo; with lionswrath in the sense that the only relationship that will ever be mentioned on this blog will be jaime &amp; cersei. due to his codependency, jaime is completely &amp; utterly incapable of being in ANY healthy/stable relationship given the state of his canon one, but we don&rsquo;t condone the incestual nature of their relation in Any Shape Or Form, &amp; while it will be acknowledged vaguely in our narrative, we strictly portray their relationship as platonic &amp; have otherwise stripped incest from our interactions entirely.</p>
  1449. <h2><strong>EXCLUSIVITY</strong></h2>
  1450. <p>i<strong> don&rsquo;t do mains on this blog because of my discomfort with other jaimes, but i Am mutally exclusive to people on request</strong>. with that said, i make an effort to only follow one of each muse, not only to respect someone&rsquo;s individual portrayal, but also to develop long-lasting &amp; interesting relationships between muses. the current list of exclusives can be found <strong><a href="http://lionoflannister.co.vu/exc">HERE</a></strong>, &amp; if you&rsquo;re interested in being Officially ExclusiveTM, you&rsquo;re free to im me about it whenever!</p>
  1451. <h2><strong>CREDIT/THEFT</strong></h2>
  1452. <p><strong>aesthetics like psds &amp; contained themes are always the work of lionswrath unless stated otherwise</strong>. i can take credit for the icon bases &amp; most of my own promos unless i explicitly give credit elsewhere. chelle has commissions, so if you want some god tier graphics, you should check out her pages!</p>
  1453. <p>the established gold aesthetic, the writing &amp; the characterization on this blog are all very distinctly my own. i&rsquo;m 100% going to recognize similarities or outright theft on other people&rsquo;s blogs, but i&rsquo;m not gonna waste my time calling you out, so Please just don&rsquo;t lift things or take&nbsp;&ldquo;inspiration&rdquo; from anything you see here.</p>
  1454. <h2><strong>WRITER</strong></h2>
  1455. <p>hey hi hello its ur boy&hellip; kelso. i&rsquo;m a 20 year old agender (they/he) soft butch lesbian Deeply &amp; Obnoxiously in love with my soulmate lionswrath. i&rsquo;m stuck in the est timezone &amp; struggle with lots of anxiety, but feel free to always ask for my discord privately if we&rsquo;re mutuals or shoot me an im!</p>
  1456.  
  1457.  
  1458.  
  1459.  
  1460. </div></div></div></div>
  1461.  
  1462. </div></div></div></div></div></div></div></div></div></div></div></div>
  1463.  
  1464. <div id="box2" class="popup_block" style="font-size:8px;">
  1465. <div id="text">
  1466. <h2>TITLE</h2>
  1467. <center><a href="/tagged/tag" class="buttons">LINK</a>
  1468. <a href="/tagged/tag" class="buttons">LINK</a>
  1469. <a href="/tagged/tag" class="buttons">LINK</a><br>
  1470. <a href="/tagged/tag" class="buttons">LINK</a>
  1471. <a href="/tagged/tag" class="buttons">LINK</a>
  1472. <a href="/tagged/tag" class="buttons">LINK</a></center>
  1473.  
  1474. <h2>TITLE</h2>
  1475. <center><a href="/tagged/tag" class="buttons">LINK</a>
  1476. <a href="/tagged/tag" class="buttons">LINK</a>
  1477. <a href="/tagged/tag" class="buttons">LINK</a>
  1478. <a href="/tagged/tag" class="buttons">LINK</a>
  1479. <a href="/tagged/tag" class="buttons">LINK</a></center>
  1480.  
  1481. <h2>TITLE</h2>
  1482. <center><a href="/tagged/tag" class="buttons">LINK</a>
  1483. <a href="/tagged/tag" class="buttons">LINK</a>
  1484. <a href="/tagged/tag" class="buttons">LINK</a><br>
  1485. <a href="/tagged/tag" class="buttons">LINK</a>
  1486. <a href="/tagged/tag" class="buttons">LINK</a></center>
  1487.  
  1488. <h2>TITLE</h2>
  1489. <center><a href="/tagged/tag" class="buttons">LINK</a>
  1490. <a href="/tagged/tag" class="buttons">LINK</a>
  1491.  
  1492. <h2>TITLE</h2>
  1493. <center><a href="/tagged/tag" class="buttons">LINK</a>
  1494. <a href="/tagged/tag" class="buttons">LINK</a>
  1495. <a href="/tagged/tag" class="buttons">LINK</a> </center>
  1496.  
  1497. <h2>TITLE</h2>
  1498. <center><a href="/submit" class="buttons">SUBMIT</a>
  1499. <a href="/link" class="buttons">LINK</a>
  1500. <a href="/link" class="buttons">LINK</a><br>
  1501. <a href="http://link.co.vu/" class="buttons">LINK</a>
  1502. <a href="http://link.tumblr.com/" class="buttons">LINK</a>
  1503. <a href="http://link.tumblr.com/" class="buttons">LINK</a>
  1504. </center>
  1505. </div>
  1506. </div>
  1507. </div>
  1508.  
  1509. <div id="box5" class="popup_block" style="font-size:9px; text-align:justify; ">
  1510.  
  1511. <div id="text">
  1512. <h3>KINGSLAYER / OATHBREAKER / MAN WITHOUT HONOR</h3>
  1513. <h2><strong>GENERAL</strong></h2>
  1514. <p><strong>NAME</strong>: jaime lannister.<br /><strong>TITLES</strong>: ser, lord commander.<br /><strong>ALIAS/NICKNAMES</strong>: the young lion, lion of lannister, kingslayer, goldenhand.<br /><strong>AGE</strong>: 34 years old.<br /><strong>DATE OF BIRTH</strong>: 266 AC.<br /><strong>PLACE OF BIRTH</strong>: casterly rock.<br /><strong>PRIMARY LOCATION</strong>: the red keep, kings landing.<br /><strong>CURRENT LOCATION</strong>: the riverlands.<br /><strong>SPECIES</strong>: human.<br /><strong>NATIONALITY</strong>: westerosi, welsh in modern.<br /><strong>GENDER</strong>: cis male.<br /><strong>SEXUALITY</strong>: demi - bisexual.<br /><strong>PROFESSION</strong>: commander of the kingsguard.<br /><strong>LANGUAGES</strong>: westerosi, welsh both as a lost language of the westerlands in canon &amp; as a secondary language in modern.<br /><strong>RELIGION</strong>: raised by the seven but self proclaimed atheist.<br /><strong>EDUCATION</strong>: taught circulars by a septa throughout his childhood &amp; then squired at crakehall at the age of twelve to learn the ways of knighthood.<br /><strong>COMMITTED CRIMES</strong>: treason by slaying king aerys.</p>
  1515. <h2><strong>APPEARANCE</strong></h2>
  1516. <p><strong>HAIR</strong>: pale golden blonde with thick loose curls. originally just below his collarbones but since being shorn in captivity, the curls have just grown long enough to bunch atop his head.<br /><strong>FACIAL STRUCTURE</strong>: particularly defined in the jaw, with high cheekbones &amp; a defined brow bone.<br /><strong>EYES</strong>: emerald green, feline - like in their shape.<br /><strong>COMPLEXION</strong>: once fair skinned with yellow undertones. since beaten by the sun&rsquo;s rays, a faint honey with freckles speckled across his shoulders &amp; multiple scars across his face &amp; body from wartime and practice.<br /><strong>SCARS</strong>: several scattered across his body from battle, training &amp; captivity. most notably lies the scar where his maimed wrist was salvaged by maester qyburn.<br /><strong>WEIGHT</strong>: 245lbs.<br /><strong>HEIGHT</strong>: 6'2".<br /><strong>BODY TYPE</strong>: muscular/fit. tall, lean looking with thick/heavy defined musculature specifically in his upper arms &amp; thighs, with wide shoulders spanning 21in.<br /><strong>VOICE</strong>: deep, quiet/airy, musical dialect, though comes out harsh.<br /><strong>NOTABLE FEATURES</strong>: pale golden hair &amp; emerald eyes. these are indicative of his lannister heritage &amp; are often recalled by others upon first meeting him.</p>
  1517. <h2><strong>MAIMING</strong></h2>
  1518. <p>because jaime&rsquo;s wound was left unattended &amp; had begun festering by the time he made it to qyburn, he suffers severe motor &amp; sensory nerve damage in the remainder of his right arm.</p>
  1519. <p>some <strong>physical side effects</strong> of this include:</p>
  1520. <ul>
  1521. <li><strong>EXTREME NUMBNESS</strong>. this is the most prevalent of his symptoms. a perpetual numbness roots at his wrist &amp; crawls all the way up to his shoulder. he alleviates this feeling temporarily by rolling his arm &amp; bending his elbow, but only regains partial sensation. this makes stillness wildly uncomfortable, hence his almost obsessive need to keep active &amp; the near complete absence of sleep.</li>
  1522. <li><strong>BURNING</strong>. abrupt &amp; sharp, this is localized to the wrist itself &amp; was most recurrent in the earlier stages of his maiming, but hasn&rsquo;t ceased (though has lessened) even beyond it&rsquo;s healing.</li>
  1523. <li><strong>TWITCHING</strong>. particularly contracting along the forearm (though occasional in the bicep under extreme physical &amp; mental stress) are involuntary fasciculations just beneath the skin that are visible to the naked eye, though not painful due to his numbness.</li>
  1524. <li><strong>PHANTOM PAINS</strong>. &ldquo;the mornings were the hardest. in his dreams jaime was a whole man, &amp; each dawn he would lie half-awake &amp; feel his fingers move. it was a nightmare, some part of him would whisper, refusing to believe even now, only a nightmare. but then he would open his eyes.&rdquo; &ndash; jaime, c. 44, asos. / &ldquo;when he looked down for his sword hand, his wrist ended in leather &amp; linen, wrapped snug around an ugly stump. he felt sudden tears well up in his eyes. i felt it, i felt the strength in my fingers, &amp; the rough leather of the sword&rsquo;s grip. my hand &hellip;&rdquo; &ndash; jaime, c. 44, asos.</li>
  1525. </ul>
  1526. <p>some <strong>mental side effects</strong> include:</p>
  1527. <ul>
  1528. <li><strong>NIGHT TERRORS</strong>. often recounting the event itself, these are vivid, hyper - realistic replays of his maiming that often portray vargo hoat as something other than a man i.e, a shadow, a demon from the seventh hell, aerys in disguise, ect. cold sweats &amp; panic attacks are common upon waking.</li>
  1529. <li><strong>INSOMNIA</strong>. related to the above, jaime finds it difficult to fall &amp; stay asleep. most nights are spent thrashing around in the sheets until the sun slowly creeps inside his window.</li>
  1530. </ul>
  1531. <p>due to this &amp; his fear of being grotesque looking to cersei, he decides to craft himself a golden hand. however, given the lack of research for amputees in a technologically incapable society such as westeros, there would be some serious side effects of this prosthetic:</p>
  1532. <ul>
  1533. <li><strong>MILD BRUISING</strong>. because the prosthetic is essentially solid gold, there&rsquo;s very little comfort to be had, which results in bruising particularly at the very heel of his wrist &amp; around the very edges where it hugs his arm.</li>
  1534. <li><strong>SEMI - SEVERE BLISTERING</strong>. again related to comfort &amp; lack of padding, the skin blisters from sweat induced chafing. warm water &amp; mild soap is used to sanitize the area and various oils are utilized for soothing.</li>
  1535. <li><strong>BONE DAMAGE</strong>. the snug fit of the prosthetic has caused permanent bone damage to the forearm. swelling is common after prolonged wear, as is the tenderness of the flesh.</li>
  1536. </ul>
  1537. <h2><strong>RELATIONS</strong></h2>
  1538. <p><strong>PARENTS</strong>: lord tywin &amp; lady joanna lannister. both deceased.<br /><strong>SIBLINGS</strong>: cersei (twin) &amp; tyrion lannister.<br /><strong>CHILDREN</strong>: joffrey (deceased), myrcella &amp; tommen baratheon.<br /><strong>PARTNER</strong>: cersei lannister.<br /><strong>MARITAL STATUS</strong>: swore off a proposed marriage to lysa tully in order to remain in relations with cersei &amp; instead took a vow of celibacy as a white cloaked kingsguard, which he later broke to seed three children inside his sister.<br /><strong>ALLIES</strong>: brienne of tarth.<br /><strong>ENEMIES</strong>: house stark &amp; house tully.<br /><strong>ALLEGIANCE</strong>: the kingsguard.</p>
  1539. <h2><strong>PSYCHE</strong></h2>
  1540. <p><strong>MEYERS BRIGGS</strong>: <em>estp</em>. extroverted - sensing - thinking - perceiving.<br /><strong>MORAL ALIGNMENT</strong>: <em>chaotic neutral</em>. represents true freedom from both society&rsquo;s restrictions &amp; a do-gooder&rsquo;s zeal, but can be a dangerous alignment when it seeks to eliminate all authority, harmony, &amp; order in society.<br /><strong>OUTLOOK</strong>: <em>realist</em>. can look at things as they are &amp; deal with it in a practical manner.<br /><strong>TEMPERAMENT</strong>: <em>choleric</em>. seek to be in control of situations. firm &amp; forceful in their approach to problems. try to help others by challenging them to prove themselves, as they themselves would.<br /><strong>ENNEAGRAM</strong>: <em>type 8</em>, the challenger. self-confident, strong, &amp; assertive. protective, resourceful, straight-talking, &amp; decisive, but can also be ego-centric &amp; domineering<br /><strong>ZODIAC</strong>: <em>leo</em>. they possess a kingdom which they protest and cherish. they are high esteemed, honorable &amp; very devoted to themselves in particular. they will do whatever it takes to protect their own reputation.</p>
  1541. <p><strong>TROPES</strong>:</p>
  1542. <ul>
  1543. <li><strong>CRIPPLING OVERSPECIALIZATION</strong>. they often have only one weapon, effective against just one particular kind of enemy, &amp; usually cannot defend themselves at all if their particular weapon is ineffective. &mdash; this is relative to jaime&rsquo;s hand loss &amp; his incapability with a sword after being maimed.</li>
  1544. <li><strong>THE SCAPEGOAT</strong>. one who, willingly or otherwise, takes the blame &amp;/or punishment for something for which he or she wasn&rsquo;t responsible. &mdash; though a rebellion was already raging against aerys&rsquo; throne, &amp; those within his court knew him to be mad, it was jaime who took upon him the responsibility of ending aerys&rsquo; life after he threatened a mass murder. despite saving a population of people &amp; swiftly ending the rebellion, jaime was tried for treason against his own throne, but was pardoned &amp; allowed to further serve under robert&rsquo;s reign.</li>
  1545. <li><strong>KNIGHT IN SHINING ARMOR</strong>. the medieval knight who fights baddies, whether villains, knights or dragons, &amp; in the tourney, charms ladies without deliberately seducing them, behaves honorably, &amp; saves the day with his sword; but also, any hero who behaves similarly. &mdash; though jaime&rsquo;s morality is skewed by his own egotistical savior complex, he inevitably fights for the greater good to fulfill his own idealized dream.</li>
  1546. </ul>
  1547. <p><strong>FEARS</strong>:</p>
  1548. <ul>
  1549. <li><strong>PYROPHOBIA</strong>. bearing witness to aerys&rsquo; fascination with fire planted an intense predisposition. reactions to open flame vary from the minimal abhorrence to outright stagnancy in it&rsquo;s presence.</li>
  1550. </ul>
  1551. <p><strong>MENTAL</strong>:</p>
  1552. <ul>
  1553. <li><strong>POST TRAUMATIC STRESS DISORDER</strong>. though first showing signs under the immense abuse of aerys by way of incessant nightmares &amp; flashbacks, it came to it&rsquo;s ultimate fruition after the loss of his sword hand. violent nightmares of aerys warping into a vapid creature consumed by flames &amp; of vargo hoat mutating into aerys himself are common as well are the flashbacks of his time under aerys&rsquo; reign &amp; those recalling his maiming.</li>
  1554. </ul>
  1555. <h2><strong>AESTHETICS</strong></h2>
  1556. <p><strong>TASTES</strong>: sea salt, tart blackberries, fresh rye, willow bark, wild mushrooms, stinging nettles, mead &amp; mulberry wine.<br /><strong>SCENTS</strong>: sandalwood, vanilla, sea salt, fire smoke.<br /><strong>SOUNDS</strong>: steel gnashing steel, mountainous waves crashing upon stone crags, crackling fire, the jarring depth to war drums, a lion&rsquo;s roar parroted among it&rsquo;s pride, stone quaking amidst a violent thunderstorm, the lullabies of war.<br /><strong>MATERIALS</strong>: leather, cotton, blood &amp; gore, fur, dust, mud, ash, rust, steel, rubies, emeralds.<br /><strong>NATURE</strong>: wafting fields of lush grain, flush honeycomb, weeping willow trees, sweeping waves of briny seawater, thick brumes of early morning fog, rivers of juice from split blood oranges &amp; burly pomegranates, crushed rose petals, heat lightning splinting across a dull horizon, sea-carved caverns, colossal limestone cliffs.</p>
  1557.  
  1558. </div></div></div></div></div></div></div>
  1559.  
  1560. </div>
  1561. </div>
  1562. </div></div></div>
  1563.  
  1564.  
  1565. </div></div></div></div></div></div></div></div></div></div>
  1566.  
  1567.  
  1568. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement