Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html>
- <!-- (BASE) THEME BY SAE (INIZIARE) -->
- <head>
- <title>{Title}</title>
- <link rel="shortcut icon" href="{Favicon}">
- <link rel="alternate" type="application/rss+xml" href="{RSS}">
- {block:Description}
- <meta name="description" content="{MetaDescription}" />
- {/block:Description}
- </head>
- <!-- SCRIPT: TOOLTIP -->
- <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
- <script src="https://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
- <script>
- (function($){
- $(document).ready(function(){
- $("a[title]").style_my_tooltips({
- tip_follows_cursor:true,
- tip_delay_time:90,
- tip_fade_speed:600,
- attribute:"title"
- });
- });
- })(jQuery);
- </script>
- <!-- SCRIPT: jQuery -->
- <script src="https://static.tumblr.com/gjexvml/cszpz4vyd/jquery-3.4.1.min.js"></script>
- <!--
- <script>
- jQuery(document).ready(function($){
- $('.tony').on({
- 'click': function(){
- $('.sidebarimgtop').attr('src','https://i.imgur.com/tJPF58T.png');
- $('.sidebarimgbottom').attr('src','https://i.imgur.com/7pPbjpR.png');
- $("body").css('background-image', 'url(https://i.imgur.com/WOqyufE.png)');
- }
- });
- $('.ezio').on({
- 'click': function(){
- $('.sidebarimgtop').attr('src','https://i.imgur.com/orXH355.png');
- $('.sidebarimgbottom').attr('src','https://i.imgur.com/CWXpT1c.png');
- $("body").css('background-image', 'url(https://i.imgur.com/UEiclnW.png)');
- }
- });
- $('.oberyn').on({
- 'click': function(){
- $('.sidebarimgtop').attr('src','https://i.imgur.com/ragcux5.png');
- $('.sidebarimgbottom').attr('src','https://i.imgur.com/tToH5jK.png');
- $("body").css('background-image', 'url(https://i.imgur.com/l21z868.png)');
- }
- });
- $('.jace').on({
- 'click': function(){
- $('.sidebarimgtop').attr('src','https://static.tumblr.com/1d46e1205c786c565a663f36539dc413/gjexvml/FLwpycgpx/tumblr_static_crpizdc9j5kwsgs0gsk4g808o.png');
- $('.sidebarimgbottom').attr('src','https://static.tumblr.com/a8cc5045174694864aa6f925d4d21f5f/gjexvml/FDrpycgpx/tumblr_static_3bkg4dw3idc0kkscowokckgog.png');
- $("body").css('background-image', 'url(https://i.imgur.com/6NGKMdI.png)');
- }
- });
- $('.rusty').on({
- 'click': function(){
- $('.sidebarimgtop').attr('src','https://i.imgur.com/HFNUQRt.png');
- $('.sidebarimgbottom').attr('src','https://i.imgur.com/6iwXpcF.png');
- $("body").css('background-image', 'url(https://i.imgur.com/8bIkRy3.png)');
- }
- });
- $('.francis').on({
- 'click': function(){
- $('.sidebarimgtop').attr('src','https://i.imgur.com/c7mz3Y5.png');
- $('.sidebarimgbottom').attr('src','https://i.imgur.com/pQR0SsA.png');
- $("body").css('background-image', 'url(https://i.imgur.com/xiC6cTj.png)');
- }
- });
- $('.fergus').on({
- 'click': function(){
- $('.sidebarimgtop').attr('src','https://i.imgur.com/Eo3zuTo.png');
- $('.sidebarimgbottom').attr('src','https://i.imgur.com/Vg0lWRs.png');
- $("body").css('background-image', 'url(https://i.imgur.com/qXGLuIr.png)');
- }
- });
- $('.john').on({
- 'click': function(){
- $('.sidebarimgtop').attr('src','https://i.imgur.com/CBeDMSk.png');
- $('.sidebarimgbottom').attr('src','https://i.imgur.com/1YMZB1O.png');
- $("body").css('background-image', 'url(https://i.imgur.com/f5CcAoB.png)');
- }
- });
- $('.frank').on({
- 'click': function(){
- $('.sidebarimgtop').attr('src','https://i.imgur.com/mRPry4J.png');
- $('.sidebarimgbottom').attr('src','https://i.imgur.com/Pfb5lQs.png');
- $("body").css('background-image', 'url(https://i.imgur.com/GdVwKh0.png)');
- }
- });
- $('.joey').on({
- 'click': function(){
- $('.sidebarimgtop').attr('src','https://i.imgur.com/0R9STg3.pngg');
- $('.sidebarimgbottom').attr('src','https://i.imgur.com/24vrCrc.png');
- $("body").css('background-image', 'url(https://i.imgur.com/TPoWGog.png)');
- }
- });
- $('.ross').on({
- 'click': function(){
- $('.sidebarimgtop').attr('src','https://i.imgur.com/A3zfsgV.png');
- $('.sidebarimgbottom').attr('src','https://i.imgur.com/VApHWKS.png');
- $("body").css('background-image', 'url(https://i.imgur.com/CblkSlR.png)');
- }
- });
- });
- </script>
- -->
- <!-- SCRIPT: AUDIO PLAYER -->
- <script>
- $(document).ready(function() {
- $('iframe.tumblr_audio_player').load( function() {
- $('iframe.tumblr_audio_player').contents().find("head")
- .append($("<style type='text/css'> .audio-player{background:transparent!important; color:{color:bold}!important;} </style>"));
- });
- });
- </script>
- <!-- SCRIPT: CLICK MENU -->
- <script>
- $(document).ready(function(){
- jQuery('.dropbtn').click( function() {
- $(this).next('.dropdown-content').fadeToggle();
- return false;
- });
- });
- </script>
- <!-- SCRIPT: CLICK MENU #2 -->
- <script>
- $(document).ready(function(){
- jQuery('.dropbtn2').click( function() {
- $(this).next('.dropdown-content2').fadeToggle();
- return false;
- });
- });
- </script>
- <!-- SCRIPT: CLICK MENU #3 -->
- <script>
- $(document).ready(function(){
- jQuery('.dropbtn3').click( function() {
- $(this).next('.dropdown-content3').fadeToggle();
- return false;
- });
- });
- </script>
- <!-- SCRIPT: NAVIGATION TABS -->
- <script>
- function openNavi(naviName) {
- var i;
- var x = document.getElementsByClassName("navi");
- for (i = 0; i < x.length; i++) {
- x[i].style.display = "none";
- }
- document.getElementById(naviName).style.display = "block";
- }
- </script>
- <script type="text/javascript" src="https://static.tumblr.com/8pnyeus/10hors8sn/themekid-popup.min.js">
- </script>
- <script type="text/javascript">
- $(document).ready(function(){
- popUp(true);
- });
- </script>
- <!-- SCRIPT: NAVIGATION TABS -->
- <script>
- function openPage(pageName) {
- var i;
- var x = document.getElementsByClassName("page");
- for (i = 0; i < x.length; i++) {
- x[i].style.display = "none";
- }
- document.getElementById(pageName).style.display = "block";
- }
- </script>
- <!-- SCRIPT: POPUP TABS -->
- <script>$(document).ready(function(){
- $("ul#tabs li").click(function(e){
- if (!$(this).hasClass("active")) {
- var tabNum = $(this).index();
- var nthChild = tabNum+1;
- $("ul#tabs li.active").removeClass("active");
- $(this).addClass("active");
- $("ul#tab li.active").removeClass("active");
- $("ul#tab li:nth-child("+nthChild+")").addClass("active");}});});</script>
- <!-- SCRIPT: VIDEO WIDTH (CREDIT: SHYTHEMES) -->
- <script>
- $(document).ready(function(){
- resizeVideos();
- });
- function resizeVideos() {
- $('.video:not(.resized) iframe:not(.tumblr_video_iframe)').each(function(){
- var vw = $(this).width(482);
- var vh = $(this).height(auto);
- var scale = $(this).parents('.video').width() / vw;
- $(this).attr({
- width: Math.floor($(this).attr('width') * scale),
- height: Math.floor($(this).attr('height') * scale)
- });
- $(this).parents('.video').addClass('resized');
- });
- $('.video:not(.resized) .tumblr_video_iframe').each(function(){
- var vw = $(this).width();
- var vh = $(this).height();
- var scale = $(this).parents('.video').width() / vw;
- $(this).css({
- 'transform': 'scale(' + scale + ')',
- 'margin': vh * (scale - 1) / 2 + 'px ' + vw * (scale - 1) / 2 + 'px'
- });
- $(this).parents('.tumblr_video_container').css({
- width: Math.floor(vw * ( scale + 1 ) / 2),
- height: Math.floor(vh * ( scale + 1 ) / 2)
- });
- $(this).parents('.video').addClass('resized');
- });
- }
- </script>
- <!-- CUSTOM FONTS -->
- <link href="https://fonts.googleapis.com/css?family=Frank+Ruhl+Libre" rel="stylesheet">
- <link rel="stylesheet" href="https://static.tumblr.com/gjexvml/Kthpznbaj/stylesheet.css">
- <!-- META LINES -->
- <meta name="image:Background" content="https://static.tumblr.com/gjexvml/tuOpznbx8/bg1.png"/>
- <meta name="image:Sidebar Background" content="https://static.tumblr.com/gjexvml/aY3pznbva/sidebg1.png"/>
- <meta name="image:Sidebar Image Top" content="https://static.tumblr.com/gjexvml/JRqpznbxi/018.png"/>
- <meta name="image:Sidebar Image Bottom" content="https://static.tumblr.com/gjexvml/z4lpznbxr/017.png"/>
- <meta name="text:Custom Capitals Font" content="'customfonthere'">
- <meta name="text:Sidebar Title" content=""/>
- <meta name="text:Title" content="LOIALTE">
- <meta name="text:Title Font Size" content="70px">
- <meta name="color:Background" content="#000000"/>
- <meta name="color:Border" content="#151515"/>
- <meta name="color:Body Text" content="#c6c6c6"/>
- <meta name="color:Button Active" content="#c6c6c6"/>
- <meta name="color:Button Inactive" content="#474747"/>
- <meta name="color:Bold" content="#555555"/>
- <meta name="color:Headers" content ="#555555"/>
- <meta name="color:Italic" content="#ffffff"/>
- <meta name="color:Links" content="#5f5353"/>
- <meta name="color:Navigation List Links" content="#555555"/>
- <meta name="color:links hover" content="#ffffff"/>
- <meta name="color:First Letter" content="#151515"/>
- <meta name="color:Title" content="#000000"/>
- <meta name="color:Title Shadow" content="#151515"/>
- <meta name="color:Permalink" content="#2f2f2f"/>
- <meta name="color:Tags" content="#151515"/>
- <meta name="if:Text Wrapping" content="1"/>
- <meta name="if:Boxed Blockquotes" content="1"/>
- <meta name="if:Icon Borders" content="1"/>
- <meta name="if:Bigger Tags on Hover" content="0"/>
- <meta name="if:First Letter Styling" content="0"/>
- <meta name="if:Muses Page" content="0"/>
- <meta name="if:Calibri Font" content="0"/>
- <meta name="if:BlogTitle" content="1"/>
- <meta name="if:SidebarTitle" cotent="0"/>
- <style type="text/css">
- /* SCROLLBAR */
- /* Set all margins and paddings to 0 on all browsers */
- ::-webkit-scrollbar {
- background-color:transparent;
- height: 0px;
- display:none;
- width: 0px
- -ms-overflow-style: none; // IE 10+
- overflow: -moz-scrollbars-none; // Firefox
- }
- ::-webkit-scrollbar-thumb {
- background-color:transparent;
- }
- /* TEXT SELECTION */
- ::selection {
- background: {color:background};
- color:{color:links};
- }
- ::-moz-selection {
- background: {color:background};
- color:{color:links};
- }
- /* TOOLTIP */
- #s-m-t-tooltip {
- z-index:99;
- height:40px;
- line-height:40px;
- margin-left:12.5px;
- margin-top:12.5px;
- font-weight:bold;
- background-color:{color:background};
- border:1px solid {color:border};
- padding-left:25px;
- padding-right:25px;
- font-family:calibri;
- font-size:10px;
- color: {color:italic};
- text-transform:uppercase;
- text-shadow: 0px 0px 1px {color:italic};
- }
- /* FOUNDATION */
- body {
- background-image:url({image:background});
- background-attachment:fixed;
- background-repeat:no-repeat;
- background-position:center top;
- background-color:{color:background};
- color:{color:Body Text};
- font-size:10px;
- line-height:14px;
- word-spacing:-1px;
- color:{color:Body Text};
- font-family: 'Frank Ruhl Libre', serif;
- {block:ifCalibriFont}
- font-family:calibri;
- {/block:ifCalibriFont}
- word-wrap: break-word;
- }
- body a {
- font-size:10px;
- font-weight:bold;
- color:{color:links};
- text-decoration:none!important;
- -moz-transition-duration:1.5s;
- -webkit-transition-duration:1.5s;
- -o-transition-duration:1.5s;
- text-shadow: 0px 0px 1px {color:links};
- }
- body a:hover {
- color:{color:links hover};
- -moz-transition-duration:1.5s;
- -webkit-transition-duration:1.5s;
- -o-transition-duration:1.5s;
- text-shadow: 0px 0px 1px {color:links hover};
- }
- /* BLOCKQUOTES */
- {block:IfBoxedBlockquotes}
- blockquote {
- overflow: hidden;
- background-color:{color:background};
- padding-left:25px;
- padding-right:25px;
- padding-top:12px;
- padding-bottom:12px;
- margin-top:12px;
- margin-bottom:12px;
- text-align:justify;
- margin-left:1px;
- margin-right:1px;
- outline:1px solid {color:border};
- word-wrap: break-word!important;
- }
- blockquote blockquote {
- overflow: hidden;
- outline:0px solid {color:border};
- border-left:1px solid {color:border}!important;
- border-top:0px!important;
- border-bottom:0px!important;
- border-right:0px!important;
- padding-top:0px;
- padding-bottom:0px;
- padding-left:25px;
- padding-right:0px;
- margin-top:12px!important;
- margin-bottom:0px!important;
- }
- {/block:IfBoxedBlockquotes}
- {block:IfNotBoxedBlockquotes}
- blockquote {
- padding-left:25px;
- margin-top:12px;
- margin-left:0px;
- margin-right:0px;
- text-align:justify;
- margin-bottom:25px;
- border-left:1px solid {color:border};
- background-color:transparent;
- word-wrap: break-word!important;
- }
- blockquote blockquote {
- margin-top:12px;
- margin-bottom:12px;
- }
- blockquote img {
- max-width:386px!important;
- height:auto;
- }
- {/block:IfNotBoxedBlockquotes}
- /* FONT-RELATED */
- small {
- font-size:10px;
- }
- sub, sup {
- font-size:10px;
- vertical-align: baseline!important;
- position: relative!important;
- top: 0em!important;
- line-height:14px;
- }
- big {
- font-size:125%;
- }
- ul, ol {
- padding:0;
- list-style: decimal outside;
- margin-left:8px;
- }
- li {
- padding-left:2px;
- }
- b, bold, strong {
- font-size:9.5px;
- text-transform:uppercase;
- font-family: calibri, sans-serif;
- font-weight:bold!important;
- color:{color:bold};
- text-shadow: 0px 0px 1px {color:bold};
- }
- em, i, italic {
- color: {color:italic};
- margin-right:1px;
- }
- {block:ifFirstLetterStyling}
- u, u a {
- background-color: #000000;
- border: 1px solid #151515;
- font-family:'Frank Ruhl Libre', serif;
- color:#000000!important;
- text-decoration:none!important;
- font-style:normal!important;
- font-weight:bold!important;
- text-transform:uppercase!important;
- float:left;
- margin-top:2px;
- height:60px;
- width:60px;
- font-size: 48px;
- margin-right: 12px;
- position: relative;
- text-align: center;
- vertical-align: middle;
- line-height: 60px;
- text-shadow:
- -1px -1px 0 #151515,
- 1px -1px 0 #151515,
- -1px 1px 0 #151515,
- 1px 1px 0 #151515;
- }
- {/block:ifFirstLetterStyling}
- pre {
- overflow: hidden;
- outline:1px solid {color:border};
- padding-left:25px;
- padding-right:25px;
- padding-top:8px;
- padding-bottom:8px;
- margin-bottom:18px!important;
- margin-top:16px!important;
- text-transform:uppercase;
- line-height:155%;
- font-weight:lighter!important;
- color:{color:body text};
- font-size:8.4px;
- letter-spacing:0.6px;
- white-space: pre-wrap;
- white-space: -moz-pre-wrap;
- white-space: -pre-wrap;
- white-space: -o-pre-wrap;
- word-wrap: break-word;
- }
- pre a {
- font-family:monospace!important;
- font-weight:lighter!important;
- font-size:8.4px!important;
- letter-spacing:0.6px!important;
- line-height:155%;
- color:{color:links};
- -moz-transition-duration:1.5s;
- -webkit-transition-duration:1.5s;
- -o-transition-duration:1.5s;
- }
- h1 {
- outline: 1px solid {color:border};
- background-color:{color:background};
- line-height:24px;
- overflow:hidden;
- margin-top:13px!important;
- margin-bottom:12px;
- padding-left:25px;
- padding-right:25px;
- height:25px;
- line-height:25px;
- text-align:left!important;
- font-family:calibri;
- font-weight:bold;
- font-size:10px!important;
- text-transform:uppercase;
- color: {color:headers};
- text-shadow: 0px 0px 1px {color:headers};
- }
- h1 a {
- color: {color:links};
- font-size:10px!important;
- text-shadow: 0px 0px 1px {color:links};
- }
- h2 {
- font-family: calibri, sans-serif;
- font-size:12.5px!important;
- text-transform:uppercase!important;
- color:{color:headers};
- letter-spacing:-0.4px;
- text-shadow: 0px 0px 1px {color:headers};
- }
- h2 a {
- font-family: calibri, sans-serif;
- font-size:12.5px!important;
- text-transform:uppercase!important;
- color:{color:links};
- letter-spacing:-0.4px;
- text-shadow: 0px 0px 1px {color:links};
- }
- h4 {
- border:1px solid {color:border};
- margin-bottom:12.5px;
- margin-top:12.5px;
- padding-left:25px;
- padding-right:25px;
- height:25px;
- text-align:left;
- font-family:calibri;
- font-style:normal;
- font-weight:bold;
- font-size:10px;
- line-height:25px;
- color: {color:headers};
- text-transform:uppercase;
- text-shadow: 0px 0px 1px {color:headers};
- }
- h4:first-child {
- margin-top:0px;
- }
- h4 a {
- font-family:calibri;
- font-style:normal;
- font-weight:700;
- font-size:10px;
- line-height:10px;
- color: {color:links};
- text-shadow: 0px 0px 1px {color:links};
- }
- /* CONTAINER */
- #container {
- z-index:98;
- left: 50%;
- margin-left:-448px;
- margin-top:88px;
- position:fixed;
- width:896px;
- height:475px;
- overflow:hidden;
- outline:1px solid {color:border};
- background:rgba(0,0,0,.9);
- -webkit-box-shadow: 0px 0px 48px 20px {color:background};
- -moz-box-shadow: 0px 0px 48px 20px {color:background};
- box-shadow: 0px 0px 48px 20px {color:background};
- }
- .sidebar {
- position:absolute;
- width:284px;
- height:423px;
- left:26px;
- top:26px;
- overflow-y:hidden;
- outline:1px solid {color:border};
- }
- {block:ifSidebarTitle}
- .sidebartitle {
- position:absolute;
- font-family: 'janeaustennosecret';
- color:{color:title};
- font-weight:bold!important;
- text-transform:none;
- padding-left:4px;
- padding-right:4px;
- font-size:55px;
- width:222px;
- left:26px;
- top:133px;
- line-height:14px;
- letter-spacing:-2px;
- text-align:right!important;
- z-index:999;
- pointer-events:none;
- background-color:transparent;
- text-shadow:
- -1px -1px 0 {color:title shadow},
- 1px -1px 0 {color:title shadow},
- -1px 1px 0 {color:title shadow},
- 1px 1px 0 {color:title shadow};
- }
- {/block:ifSidebarTitle}
- .sidebarbg {
- background-image:url('{Sidebar Background}');
- background-position:top left;
- position:absolute;
- width:284px;
- height:423px;
- -webkit-filter: brightness(1) contrast(1) saturate(1);
- }
- .inner {
- position:absolute;
- width:231px;
- margin-left:26px;
- margin-top:26px;
- outline:0px solid {color:border};
- background-color:{color:background};
- -webkit-box-shadow: 0px 0px 48px 4px {color:background};
- -moz-box-shadow: 0px 0px 48px 4px {color:background};
- box-shadow: 0px 0px 48px 4px {color:background};
- }
- .sidebarimgtop {
- background-image:url('{Sidebar Image Top}');
- background-position:top left;
- outline:1px solid {color:border};
- overflow:hidden;
- width:231px;
- height:120px!important;
- -webkit-filter: brightness(.9) contrast(1) saturate(1);
- }
- .sidebarimgbottom {
- background-image:url('{Sidebar Image Bottom}');
- background-position:top left;
- margin-top:1px;
- outline:1px solid {color:border};
- overflow:hidden;
- width:231px;
- height:120px;
- -webkit-filter: brightness(.9) contrast(1) saturate(1);
- }
- {block:ifBlogTitle}
- .title {
- position:fixed;
- font-family: 'oldnewspapertypesregular';
- color:{color:title};
- font-weight:lighter!important;
- text-transform:none;
- padding-left:8px;
- padding-right:8px;
- font-size:{text:title font size};
- width:490px;
- margin-left:345px;
- margin-top:391px;
- line-height:14px;
- letter-spacing:-4px;
- word-spacing:-1px;
- text-align:right!important;
- z-index:70!important;
- padding-right:25px;
- pointer-events:none;
- background-color:transparent;
- text-shadow:
- -1px -1px 0 {color:title shadow},
- 1px -1px 0 {color:title shadow},
- -1px 1px 0 {color:title shadow},
- 1px 1px 0 {color:title shadow};
- }
- {/block:ifBlogTitle}
- .description {
- width:181px;
- height:80px;
- padding-left:25px;
- padding-right:25px;
- outline:1px solid {color:border};
- border-top:25px solid {color:background};
- border-bottom:25px solid {color:background};
- background-color:{color:background};
- line-height:13px;
- margin-top:-3px;
- text-align:justify;
- overflow-y:scroll;
- -moz-transition-duration:1.5s;
- -webkit-transition-duration:1.5s;
- -o-transition-duration:1.5s;
- }
- .description a {
- color:{color:links};
- font-family: calibri;
- text-transform:uppercase;
- font-size:10px;
- font-weight:bold!important;
- -moz-transition-duration:1.5s;
- -webkit-transition-duration:1.5s;
- -o-transition-duration:1.5s;
- text-shadow: 0px 0px 1px {color:links};
- }
- {block:ifFirstLetterStyling}
- .description:first-letter {
- background-color: transparent;
- font-family: 'janeaustennosecret';
- color:{color:title};
- font-weight:bold!important;
- text-transform:uppercase!important;
- float:left;
- padding-left:0px;
- padding-right:9px;
- font-size:44px;
- margin-left:0px;
- margin-right: 12.5px;
- margin-top:26px;
- margin-bottom:12px;
- vertical-align: middle;
- text-shadow:
- -1px -1px 0 {color:title shadow},
- 1px -1px 0 {color:title shadow},
- -1px 1px 0 {color:title shadow},
- 1px 1px 0 {color:title shadow};
- }
- {/block:ifFirstLetterStyling}
- /* POSTS: GENERAL */
- #content {
- position:absolute;
- text-align:justify;
- height:320px;
- width:533px;
- left:337px;
- top:76px;
- background-color:transparent;
- overflow-y:scroll;
- overflow-x:hidden;
- z-index:9;
- outline:1px solid {color:border}!important;
- }
- #content2 {
- width:485px;
- height:270px;
- overflow-y:scroll;
- padding-left:25px;
- padding-right:25px;
- margin-left:-1px;
- margin-top:25px!important;
- }
- .posts {
- width:485px;
- word-wrap: break-word;
- text-align:justify;
- line-height:14px;
- margin-bottom:36px;
- }
- .posts:first-child, .posts:first-of-type {
- margin-top:15px;
- }
- .posts:last-child {
- margin-bottom:0px!important;
- }
- .posts a {
- font-family: calibri;
- text-transform:uppercase;
- font-size:9.5px;
- font-weight:bold!important;
- color:{color:links};
- -moz-transition-duration:1.5s;
- -webkit-transition-duration:1.5s;
- -o-transition-duration:1.5s;
- text-shadow: 0px 0px 1px {color:links};
- }
- .posts a:hover {
- color:{color:links hover};
- -moz-transition-duration:1.5s;
- -webkit-transition-duration:1.5s;
- -o-transition-duration:1.5s;
- text-shadow: 0px 0px 1px {color:links hover};
- }
- .posts img {
- max-width: -webkit-calc(100% - 22px);
- max-width: -moz-calc(100% - 22px);
- max-width: calc(100% - 22px);
- height:auto;
- }
- /* TEXT-WRAPPING AROUND ICONS/IMAGES */
- #wrap img {
- background-color:{color:background};
- margin-top:3px!important;
- margin-bottom:12px!important;
- padding-right:3px;
- padding-bottom:3px;
- {block:IfTextWrapping}
- float:left;
- margin-right:16px;
- {/block:IfTextWrapping}
- {block:ificonborders}
- padding:12px;
- outline:1px solid {color:border};
- {/block:ificonborders}
- -webkit-filter: brightness(1) contrast(1) saturate(1);
- }
- {block:IfTextWrapping}
- #wrap blockquote img {
- background-color:{color:background};
- margin-top:12px!important;
- margin-bottom:10px!important;
- margin-left:16px;
- margin-right:0px!important;
- float:right;
- -webkit-filter: brightness(.88) contrast(1) saturate(1);
- }
- {/block:IfTextWrapping}
- /* NAVIGATION BAR */
- .navigation {
- top:25px;
- left:336px;
- width:600px;
- position:absolute;
- border:0px!important;
- height:25px;
- z-index:99!important;
- }
- button {
- display:inline-block;
- box-sizing: border-box;
- font-size:9.5px;
- text-align:center;
- padding-left:25px;
- padding-right:25px;
- font-family: calibri, sans-serif;
- text-transform:uppercase;
- width:180px;
- max-width:180px;
- height:25px;
- background-color:{color:background};
- border:1px solid {color:border};
- line-height:22px;
- margin-left:0px;
- margin-right:-4px;
- color: {color:button inactive};
- cursor:pointer;
- font-weight:bold!important;
- overflow:hidden;
- text-shadow: 0px 0px 1px {color:button inactive};
- -webkit-transition: all 1.5s ease-in-out;
- -moz-transition: all 1.5s ease-in-out;
- -o-transition: all 1.5s ease-in-out;
- -ms-transition: all 1.5s ease-in-out;
- transition: all 1.5s ease-in-out;
- }
- button:focus, button:active {
- border:1px solid {color:border}!important;
- outline:0px!important;
- color:{color:button active}!important;
- text-shadow: 0px 0px 1px {color:button active};
- }
- button:hover {
- color:{color:links hover}!important;
- -webkit-transition: all 1.5s ease-in-out;
- -moz-transition: all 1.5s ease-in-out;
- -o-transition: all 1.5s ease-in-out;
- -ms-transition: all 1.5s ease-in-out;
- transition: all 1.5s ease-in-out;
- text-shadow: 0px 0px 1px {color:links hover};
- }
- #tabcontent {
- z-index:75;
- position:absolute;
- text-align:justify;
- box-sizing: border-box;
- height:296px;
- max-height:300px;
- width:844px;
- left:26px;
- top:26px;
- padding-top:0px!important;
- background-color:{color:background}!important;
- border-top:0px solid {color:background};
- border-bottom:0px solid {color:background};
- padding-left:25px;
- padding-right:25px;
- outline:0px solid {color:border}!important;
- }
- #tabcontent a {
- font-family:calibri;
- font-size:9.5px;
- color:{color:links};
- text-transform:uppercase;
- text-shadow: 0px 0px 1px {color:links};
- }
- /* POSTS: TEXT */
- #textbody {
- margin-top:-12px!important;
- {block:permalinkpage}
- margin-top:-12px!important;
- {/block:permalinkpage}
- }
- /* POSTS: PHOTO/PHOTOSETS */
- #psingle {
- width: 505px;
- margin-top:-12px!important;
- pointer-events:none;
- -webkit-filter: brightness(.75) contrast(1.1) saturate(0.9);
- -webkit-transition: all 1.5s ease-in-out;
- -moz-transition: all 1.5s ease-in-out;
- -o-transition: all 1.5s ease-in-out;
- -ms-transition: all 1.5s ease-in-out;
- transition: all 1.5s ease-in-out;
- }
- #psingle:hover {
- -webkit-filter: brightness(.75) contrast(1.1) saturate(0.9);
- -webkit-transition: all 1.5s ease-in-out;
- -moz-transition: all 1.5s ease-in-out;
- -o-transition: all 1.5s ease-in-out;
- -ms-transition: all 1.5s ease-in-out;
- transition: all 1.5s ease-in-out;
- }
- #pset {
- margin-top:-12px!important;
- {block:permalinkpage}
- margin-top:0px;
- {block:permalinkpage}
- width: 484px;
- pointer-events:none;
- -webkit-filter: brightness(.75) contrast(1.1) saturate(0.85);
- -webkit-transition: all 1.5s ease-in-out;
- -moz-transition: all 1.5s ease-in-out;
- -o-transition: all 1.5s ease-in-out;
- -ms-transition: all 1.5s ease-in-out;
- transition: all 1.5s ease-in-out;
- }
- #pset:hover {
- -webkit-filter: brightness(.75) contrast(1.1) saturate(0.85);
- -webkit-transition: all 1.5s ease-in-out;
- -moz-transition: all 1.5s ease-in-out;
- -o-transition: all 1.5s ease-in-out;
- -ms-transition: all 1.5s ease-in-out;
- transition: all 1.5s ease-in-out;
- }
- /* POSTS: QUOTE */
- #quote {
- font-size:15px;
- text-align:left;
- padding-top:0px;
- padding-bottom:0px;
- letter-spacing:-1px;
- line-height:15px;
- margin-top:-12px!important;
- }
- .source {
- border:1px solid {color:border};
- font-family:calibri;
- font-weight:bold;
- text-align:left;
- font-size:9.5px;
- height:25px;
- line-height:25px;
- color: {color:bold};
- text-transform:uppercase;
- letter-spacing:0.2px;
- margin-top:25px;
- padding-right:25px;
- padding-left:25px;
- margin-top:25px;
- text-shadow: 0px 0px 1px {color:bold};
- }
- .source a {
- color: {color:bold};
- text-shadow: 0px 0px 1px {color:bold};
- }
- .source:first-letter {
- position:relative;
- z-index:50;
- background-color: transparent;
- font-family: 'janeaustennosecret';
- color:{color:title}!important;
- font-weight:bold!important;
- text-transform:uppercase!important;
- float:left;
- padding-left:0px;
- padding-right:9px;
- font-size:44px;
- margin-left:-6px;
- margin-right: 12.5px;
- margin-top:12px;
- margin-bottom:12px;
- vertical-align: middle;
- text-shadow:
- -1px -1px 0 {color:title shadow},
- 1px -1px 0 {color:title shadow},
- -1px 1px 0 {color:title shadow},
- 1px 1px 0 {color:title shadow};
- }
- /* POSTS: LINK */
- #link {
- outline:1px solid {color:border};
- padding:25px;
- margin-top:-12px!important;
- }
- #link a {
- font-size:12px;
- }
- /* POSTS: CHAT */
- #chat {
- margin-top:-16px!important;
- padding-left:0px;
- padding-right:0px;
- }
- /* POSTS: AUDIO */
- .audioplayer {
- margin-left:12.5px;
- margin-top:-12px!important;
- width: 25px;
- height: 25px;
- overflow: hidden;
- }
- .audioinfo {
- outline:1px solid {color:border};
- margin-right: 0px;
- padding-left:60px;
- padding-right:25px;
- margin-top:-24px;
- margin-bottom:12px;
- height:25px;
- line-height:25px;
- display: block;
- font-family:calibri;
- font-weight:bold;
- text-transform: uppercase;
- text-align: left;
- letter-spacing:0.2px;
- word-spacing:-0.5px;
- overflow:hidden;
- font-size:9.5px;
- color:{color:bold};
- text-shadow: 0px 0px 1px {color:bold};
- }
- /* POSTS: VIDEO */
- .video {
- margin-top:-15px!important;
- }
- /* POSTS: ASK */
- #question {
- position:relative;
- width: 80%;
- height:70px;
- margin-left:0px;
- margin-top:-12px!important;
- background-color:{color:background};
- }
- #ask {
- position:relative;
- z-index:999999!important;
- float:left;
- font-family:calibri, sans-serif;
- text-transform:uppercase;
- font-weight:bold;
- background-color:{color:background};
- font-size:9px;
- line-height:12px!important;
- width:369px;
- min-height:21px;
- max-height:21px;
- overflow:scroll;
- margin-top:0px;
- margin-left:0px;
- margin-bottom:0px;
- padding-left:24px;
- padding-right:24px;
- outline:solid 1px {color:border};
- border-top:22px solid {color:background};
- border-bottom:22px solid {color:background};
- -moz-transition-duration:1.5s;
- -webkit-transition-duration:1.5s;
- -o-transition-duration:1.5s;
- }
- #ask:hover {
- max-height:35px!important;
- width:435px;
- z-index:999999!important;
- -moz-transition-duration:1.5s;
- -webkit-transition-duration:1.5s;
- -o-transition-duration:1.5s;
- }
- #ask a {
- font-weight:bold;
- color:{color:bold};
- font-size:9.5px;
- text-decoration:none;
- text-shadow: 0px 0px 1px {color:bold};
- }
- #ask b {
- color:{color:bold};
- font-size:9.5px;
- line-height:11px;
- font-family:calibri!important;
- text-shadow: 0px 0px 1px {color:bold};
- }
- .letterask {
- font-family: 'janeaustennosecret';
- position:absolute;
- font-weight:bold;
- z-index:9999!important;
- font-style:normal!important;
- text-align:center;
- font-size:40px;
- width:59px;
- margin-left:418px;
- outline:1px solid {color:border};
- background-color:{color:background};
- padding-top:35px;
- padding-bottom:16px;
- padding-right:6px;
- color:{color:title};
- -webkit-user-select: none;
- -moz-user-select: none;
- -ms-user-select: none;
- user-select: none;
- text-shadow:
- -1px -1px 0 {color:title shadow},
- 1px -1px 0 {color:title shadow},
- -1px 1px 0 {color:title shadow},
- 1px 1px 0 {color:title shadow};
- }
- #response {
- margin-bottom:0px!important;
- margin-top:20px;
- }
- #response blockquote {
- margin-top:12px;
- margin-bottom:12px!important;
- padding-top:12px;
- padding-bottom:12px;
- }
- /* POST INFORMATION */
- .permalink {
- margin-top:25px!important;
- margin-left:-25px;
- margin-right:-25px;
- margin-bottom:25px!important;
- }
- .permalinkbuttons {
- height:25px;
- background-color:{color:background};
- font-weight:bold!important;
- line-height:25px;
- letter-spacing:-0.2px;
- margin-left:0px!important;
- margin-bottom:1px!important;
- border:1px solid {color:border};
- color:{color:border};
- }
- .permalinkbuttons a {
- display:inline-block;
- box-sizing: border-box;
- font-size:9.5px;
- text-align:center;
- padding-left:25px;
- padding-right:25px;
- font-family: calibri, sans-serif;
- text-transform:uppercase;
- width:177px;
- max-width:177px;
- height:25px;
- background-color:{color:background};
- outline:1px solid {color:border};
- line-height:25px;
- color: {color:permalink};
- font-weight:bold!important;
- overflow:hidden;
- text-shadow: 0px 0px 1px {color:permalink};
- }
- .permalinkbuttons a:hover {
- color:{color:links hover};
- -moz-transition-duration:1.5s;
- -webkit-transition-duration:1.5s;
- -o-transition-duration:1.5s;
- text-shadow: 0px 0px 1px {color:links hover};
- }
- .tags {
- font-family: calibri!important;
- font-weight:bold!important;
- background-color:{color:background};
- border:1px solid {color:border};
- padding-top:12px;
- padding-bottom:12px;
- padding-left:24px;
- padding-right:24px;
- margin-top:-2px;
- color:{color:border};
- text-transform:uppercase!important;
- font-style:normal;
- line-height:150%;
- font-size:8.5px;
- text-align:justify;
- -moz-text-align-last: center; /* Code for Firefox */
- text-align-last: center;
- }
- .tags a {
- text-decoration:none!important;
- font-weight:bold!important;
- font-size:8.5px;
- margin-right:0px;
- text-transform:uppercase!important;
- font-family: calibri!important;
- color:{color:border};
- -moz-transition-duration:1.5s;
- -webkit-transition-duration:1.5s;
- -o-transition-duration:1.5s;
- text-shadow: 0px 0px 1px {color:border};
- }
- .tags a:hover {
- color:{color:italic}!important;
- -moz-transition-duration:1.5s;
- -webkit-transition-duration:1.5s;
- -o-transition-duration:1.5s;
- text-shadow: 0px 0px 1px {color:links hover};
- {block:ifBiggerTagsonHover}
- font-size:9px!important;
- {block:ifBiggerTagsonHover}
- }
- /* PERMAPAGE NOTES */
- #notes {
- outline:1px solid {color:border};
- margin-bottom:1px!important;
- margin-left:1px;
- margin-right:1px;
- margin-top:25px!important;
- padding-top:16px;
- padding-bottom:16px;
- padding-left:16px;
- padding-right:16px;
- color:{color:body text}!important;
- }
- #notes span, .note span {
- color:{color:body text}!important;
- }
- .note li, .note, .note a {
- list-style-type:none;
- padding-top:0px;
- line-height:14px;
- padding-bottom:0px;
- padding-left:0px;
- padding-right:0px;
- text-align:left!important;
- -moz-transition-duration:0.5s;
- -webkit-transition-duration:0.5s;
- -o-transition-duration:0.5s;
- font-family:calibri!important;
- font-size:9.5px!important;
- font-weight:bold;
- text-transform:uppercase;
- color:{color:body text}!important;
- text-shadow: 0px 0px 1px {color:body text};
- }
- .note li a {
- text-align:left!important;
- font-family:calibri!important;
- font-size:9.5px!important;
- padding-right:0px;
- font-weight:bold;
- text-transform:uppercase;
- letter-spacing:0px;
- color: {color:italic}!important;
- text-shadow: 0px 0px 1px {color:italic};
- }
- .more_notes_link, .more_notes_link a {
- text-align:left!important;
- margin-top:25px!important;
- padding-top:25px!important;
- color:{color:italic}!important;
- text-shadow: 0px 0px 1px {color:italic};
- }
- .note blockquote a {
- padding-top:12px;
- padding-bottom:12px;
- padding-left:24px;
- padding-right:24px;
- margin-top:12px;
- margin-bottom:12px;
- margin-left:0px;
- margin-right:0px;
- color:{color:body text}!important;
- text-shadow: 0px 0px 1px {color:body text};
- }
- .note img.avatar {
- display:none;
- width: 0px;
- height: 0px;
- }
- /* PAGINATION */
- .navigationbottom {
- left:337px;
- top:424px;
- position:absolute;
- width: 533px;
- outline:1px solid {color:border};
- height:25px;
- line-height:25px;
- z-index:5;
- }
- .pagination {
- height:25px;
- line-height:25px;
- }
- .pagination b {
- color:{color:button inactive}!important;
- text-shadow: 0px 0px 1px {color:button inactive};
- }
- .pagination a {
- display:inline-block;
- box-sizing: border-box;
- font-size:10px;
- text-align:center;
- padding-left:25px;
- padding-right:25px;
- font-family: calibri, sans-serif;
- text-transform:uppercase;
- width:177px;
- max-width:177px;
- height:25px;
- background-color:{color:background};
- outline:1px solid {color:border};
- line-height:25px;
- margin-right:0px;
- color: {color:button inactive};
- font-weight:bold!important;
- overflow:hidden;
- text-shadow: 0px 0px 1px {color:button inactive};
- }
- .pagination a:first-child {
- margin-left:0px!important;
- }
- .pagination a:last-child {
- margin-right:0px!important;
- }
- .navigationbottom a:hover, .pagination a:hover, .pagination:hover {
- font-weight:bold!important;
- color:{color:links hover}!important;
- -moz-transition-duration:1.5s;
- -webkit-transition-duration:1.5s;
- -o-transition-duration:1.5s;
- text-shadow: 0px 0px 1px {color:links hover};
- }
- /* TRANSFORM */
- .transformmenu {
- position:fixed;
- margin-top:25px!important;
- margin-left:0px!important;
- font-family:calibri;
- text-transform:uppercase;
- font-weight:bold;
- padding-left:25px;
- padding-right:25px;
- height:25px;
- line-height:25px;
- }
- .transformlist {
- position:absolute;
- z-index:99!important;
- margin-left:26px;
- margin-top:75px;
- height:119px;
- max-height:119px;
- width:178px;
- max-width:178px;
- background-color:{color:background};
- overflow-y:scroll;
- padding-left:0px;
- padding-right:0px;
- outline:1px solid {color:border}!important;
- }
- .transformlinks {
- margin-top:-1px;
- margin-left:-1px;
- width:275px;
- background-color:{color:background};
- }
- .transformlinks a, .transformlinks li, .transformlinks button {
- display:inline-block;
- box-sizing: border-box;
- padding-right:24px;
- border-top:1px solid {color:border};
- background-color:{color:background};
- width:275px;
- overflow:hidden;
- height:32.5px;
- padding-left:24px;
- padding-right:24px;
- font-family:calibri;
- text-align:left!important;
- font-style:normal;
- font-weight:bold!important;
- margin-right:0px;
- margin-bottom:-3px;
- font-size:9.5px;
- letter-spacing:0px;
- line-height:32.5px;
- color: {color:Navigation List Links};
- text-transform:uppercase;
- cursor:pointer;
- text-shadow: 0px 0px 1px {color:Navigation List Links};
- -moz-transition-duration:1.5s;
- -webkit-transition-duration:1.5s;
- -o-transition-duration:1.5s;
- }
- .transformlinks li:hover, .transformlinks li:nth-of-type(even):hover {
- color:{color:links}!important;
- text-shadow: 0px 0px 1px {color:links};
- -moz-transition-duration:1.5s;
- -webkit-transition-duration:1.5s;
- -o-transition-duration:1.5s;
- }
- /* POPUPS: GENERAL */
- .popup_block {
- box-sizing: border-box;
- width:400px;
- height:388px;
- max-height:388px;
- margin-top:76px!important;
- margin-left:337px!important;
- display:none;
- background-color:{color:background}!important;
- outline:1px solid {color:border};
- border-bottom:24px solid {color:background};
- padding-left:24px;
- padding-right:24px;
- position:absolute;
- z-index:99999999;
- opacity:1;
- overflow-y:hidden;
- text-align:justify;
- overflow-x:hidden;
- }
- .popup_block a {
- margin-right:0px;
- vertical-align:top;
- font-family: calibri, sans-serif;
- font-size:9.5px;
- color:{color:links};
- font-weight:bold!important;
- position: relative;
- text-decoration:none;
- text-transform:uppercase;
- text-shadow: 0px 0px 1px {color:links};
- }
- *html #fade {
- position: absolute;
- }
- *html .popup_block {
- position: absolute;
- }
- #fade {
- display:none;
- position:fixed;
- left:0px;
- top:0px;
- width:100%;
- height:100%;
- z-index:9;
- background:transparent;
- opacity:0;
- }
- /* NAVIGATION LIST */
- .npage {
- position:fixed;
- height:425px;
- margin-top:-1px;
- margin-left:-280px;
- padding:25px;
- background:rgba(0,0,0,.9);
- border-left:1px solid {color:border}!important;
- border-top:1px solid {color:border}!important;
- border-bottom:1px solid {color:border}!important;
- }
- .nlist {
- z-index:88!important;
- left:52px;
- margin-top:1px;
- height:423px;
- max-height:423px;
- width:252px;
- max-width:252px;
- border-bottom:0px solid {color:background}!important;
- border-top:0px solid {color:background}!important;
- background-color:{color:background};
- overflow-y:scroll;
- padding-left:0px;
- padding-right:0px;
- outline:1px solid {color:border}!important;
- }
- .nlinks {
- margin-top:-1px;
- padding-left:0px!important;
- width:290px;
- background-color:{color:background};
- }
- .nlinks a, .nlinks li {
- display:inline-block;
- box-sizing: border-box;
- padding-right:24px;
- border-top:1px solid {color:border};
- background-color:{color:background};
- width:252px;
- overflow:hidden;
- height:31.5px;
- padding-left:24px;
- padding-right:24px;
- font-family:calibri;
- text-align:left;
- font-style:normal;
- font-weight:bold!important;
- margin-right:0px;
- margin-bottom:-3px;
- font-size:9.5px;
- letter-spacing:0px;
- line-height:31.5px;
- color: {color:Navigation List Links};
- text-transform:uppercase;
- cursor:pointer;
- text-shadow: 0px 0px 1px {color:Navigation List Links};
- -moz-transition-duration:1.5s;
- -webkit-transition-duration:1.5s;
- -o-transition-duration:1.5s;
- }
- .nlinks li:hover, .nlinks li:nth-of-type(even):hover {
- color:{color:links}!important;
- text-shadow: 0px 0px 1px {color:links};
- -moz-transition-duration:1.5s;
- -webkit-transition-duration:1.5s;
- -o-transition-duration:1.5s;
- }
- /*NAVIGATION PAGES: SIDEBAR */
- .npside {
- position:absolute;
- width:284px;
- height:423px;
- left:0px;
- top:0px;
- overflow-y:hidden;
- outline:1px solid {color:border};
- background-color:{color:background}!important;
- }
- .npsidetitle {
- position:absolute;
- font-family: 'janeaustennosecret';
- color:{color:title};
- font-weight:bold!important;
- text-transform:none;
- padding-left:25px;
- padding-right:25px;
- font-size:70px;
- width:488px;
- margin-left:-24px;
- top:123px;
- line-height:14px;
- letter-spacing:-2px;
- text-align:right!important;
- z-index:90;
- pointer-events:none;
- background-color:transparent;
- text-shadow:
- -1px -1px 0 {color:title shadow},
- 1px -1px 0 {color:title shadow},
- -1px 1px 0 {color:title shadow},
- 1px 1px 0 {color:title shadow};
- }
- .npsideinner {
- position:absolute;
- width:231px;
- margin-left:26px;
- margin-top:26px;
- outline:1px solid {color:border};
- background-color:{color:background};
- -webkit-box-shadow: 0px 0px 48px 4px {color:background};
- -moz-box-shadow: 0px 0px 48px 4px {color:background};
- box-shadow: 0px 0px 48px 4px {color:background};
- }
- .npsideimgtop {
- background-image:url('{Sidebar Image Top}');
- background-position:top left;
- outline:1px solid {color:border};
- overflow:hidden;
- width:231px;
- height:120px!important;
- -webkit-filter: brightness(.9) contrast(1) saturate(1);
- }
- .npsideimgbottom {
- background-image:url('{Sidebar Image Bottom}');
- background-position:top left;
- margin-top:1px;
- outline:1px solid {color:border};
- margin-top:0px;
- overflow:hidden;
- width:231px;
- height:120px;
- -webkit-filter: brightness(.9) contrast(1) saturate(1);
- }
- .nlist2 {
- position:relative;
- z-index:20!important;
- margin-left:0px;
- margin-top:1px;
- height:129px;
- max-height:129px;
- width:231px;
- max-width:231px;
- border-bottom:0px solid {color:background}!important;
- border-top:0px solid {color:background}!important;
- background-color:{color:background};
- overflow-y:scroll;
- padding-left:0px;
- padding-right:0px;
- outline:1px solid {color:border}!important;
- }
- .nlinks2 {
- margin-top:0px;
- padding-left:0px!important;
- width:275px;
- background-color:{color:background};
- }
- .nlinks2 a, .nlinks2 li {
- display:inline-block;
- box-sizing: border-box;
- padding-right:24px;
- outline:1px solid {color:border};
- background-color:{color:background};
- width:275px;
- overflow:hidden;
- height:31.5px;
- padding-left:24px;
- padding-right:24px;
- font-family:calibri;
- text-align:left;
- font-style:normal;
- font-weight:bold!important;
- margin-right:0px;
- margin-bottom:-3px;
- font-size:9.5px;
- letter-spacing:0px;
- line-height:31.5px;
- color: {color:Navigation List Links};
- text-transform:uppercase;
- cursor:pointer;
- text-shadow: 0px 0px 1px {color:Navigation List Links};
- }
- .nlinks2 li:hover, .nlinks2 li:nth-of-type(even):hover {
- color:{color:links}!important;
- text-shadow: 0px 0px 1px {color:links};
- -moz-transition-duration:1.5s;
- -webkit-transition-duration:1.5s;
- -o-transition-duration:1.5s;
- }
- /* NAVIGATION PAGES */
- #page {
- width:484px;
- height:373px;
- margin-left:286px;
- margin-top:50px;
- outline:1px solid {color:border};
- padding-left:24px;
- padding-right:25px;
- overflow:hidden;
- background-color:{color:background}!important;
- }
- .npheader {
- margin-top:0px;
- margin-left:-24px;
- margin-bottom:0px!important;
- height:90px;
- width:538px;
- overflow:hidden;
- outline:1px solid {color:border};
- -webkit-filter: brightness(1.1) contrast(1) saturate(1);
- }
- .npnavi {
- margin-top:1px;
- margin-left:-25px!important;
- margin-right:-25px!important;
- margin-bottom:0px;
- outline:0px;
- }
- .npnavi2 {
- margin-top:1px;
- margin-left:-25px!important;
- margin-right:-25px!important;
- margin-bottom:0px;
- outline:0px;
- }
- .npnavi3 {
- display:fixed;
- margin-top:25px;
- margin-left:25px!important;
- margin-right:-0px!important;
- margin-bottom:-25px;
- }
- .dropbtn {
- display:inline-block;
- box-sizing: border-box;
- font-size:9.5px;
- text-align:center;
- min-width:539px!important;
- padding-left:25px;
- padding-right:25px;
- margin-left:0px;
- margin-top:-1px;
- margin-bottom:0px!important;
- font-family: calibri, sans-serif;
- text-transform:uppercase;
- height:26px;
- background-color:transparent;
- outline:0px solid {color:border};
- border:1px solid {color:border};
- line-height:23px;
- margin-right:0px;
- color: {color:bold};
- font-weight:bold!important;
- overflow:hidden; /* older browsers */
- }
- .dropbtn:hover, .dropbtn:focus {
- color:{color:links};
- }
- .dropbtn3 {
- min-width:195px;
- display:fixed;
- font-size:9.5px;
- text-align:center;
- padding-left:25px;
- padding-right:25px;
- margin-left:0px;
- margin-top:0px;
- margin-bottom:0px!important;
- font-family: calibri, sans-serif;
- text-transform:uppercase;
- height:36px;
- background-color:{color:background};
- outline:0px solid {color:border};
- border:1px solid {color:border};
- line-height:33px;
- margin-right:0px;
- color: {color:bold};
- font-weight:bold!important;
- }
- .dropbtn3:hover, .dropbtn3:focus {
- color:{color:links};
- }
- .dropdown {
- position: relative;
- display: inline-block;
- }
- .dropdown-content {
- display: none;
- position: absolute;
- margin-top:-1px!important;
- margin-left:1px;
- outline:1px solid {color:border};
- border:0px solid {color:border};
- background-color: {color:background};
- width:537px;
- z-index: 99;
- -webkit-box-shadow: 0px 25px 0px -1px rgba(0,0,0,1);
- -moz-box-shadow: 0px 25px 0px -1px rgba(0,0,0,1);
- box-shadow: 0px 25px 0px -1px rgba(0,0,0,1);
- }
- .dropdown-content a {
- color: black;
- padding: 12px 16px;
- text-decoration: none;
- display: block;
- }
- .dropdown-content a:hover, .dropdown a:hover {
- color:{color:links hover};!important;
- }
- .dropdown2 {
- position: relative;
- display: inline-block;
- }
- .dropdown-content2 {
- display: none;
- position: absolute;
- margin-top:-1px!important;
- margin-left:1px;
- outline:1px solid {color:border};
- border:0px solid {color:border};
- background-color: {color:background};
- width:200px;
- z-index: 99;
- -webkit-box-shadow: 0px 25px 0px -1px rgba(0,0,0,1);
- -moz-box-shadow: 0px 25px 0px -1px rgba(0,0,0,1);
- box-shadow: 0px 25px 0px -1px rgba(0,0,0,1);
- }
- .dropdown-content2 a {
- color: black;
- padding: 12px 16px;
- text-decoration: none;
- display: block;
- }
- .dropdown-content2 a:hover, .dropdown2 a:hover {
- color:{color:links hover};!important;
- }
- .dropdown-content3 {
- display: none;
- position: absolute;
- margin-top:-1px!important;
- margin-left:0px;
- outline:0px solid {color:border};
- border:0px solid {color:border};
- background-color: {color:background};
- width:195px;
- z-index: 99;
- }
- .dropdown-content3 button {
- margin-bottom:-1px!important;
- width:99px;
- height:25px;
- line-height:25px;
- text-align:left!important;
- }
- .dropdown-content3 a {
- color: black;
- padding: 12px 16px;
- text-decoration: none;
- display: block;
- }
- .dropdown-content3 a:hover, .dropdown3 a:hover {
- color:{color:links hover};!important;
- }
- .show {
- display:block;
- }
- ul#tabs {
- text-align: left;
- Cursor:pointer;
- }
- ul#tabs li {
- display:inline-block;
- box-sizing: border-box;
- font-size:9.5px;
- text-align:center;
- padding-left:24px;
- padding-right:24px;
- margin-bottom:-5px!important;
- font-family: calibri, sans-serif;
- text-transform:uppercase;
- width:269.8px;
- max-width:269.8px;
- height:25px;
- background-color:transparent;
- border-bottom:1px solid {color:border};
- border-left:1px solid {color:border};
- border-right:1px solid {color:border};
- line-height:25px;
- margin-left:-1px;
- margin-right:-1px;
- color: {color:navigation list links};
- font-weight:bold!important;
- overflow:hidden;
- text-shadow: 0px 0px 1px {color:navigation list links};
- }
- ul#tabs li.active {
- color:{color:body text};
- }
- ul#tab, ul#tabs{
- list-style-type:none;
- margin:0px;
- padding:0px;
- }
- ul#tab li.active {
- display: block;
- }
- ul#tab li {
- display: none;
- }
- .npcontent {
- margin-top:2px!important;
- border-top:24px solid {color:background};
- border-bottom:24px solid {color:background};
- padding-left:25px;
- padding-right:25px;
- margin-left:-25px;
- margin-right:-25px;
- overflow-y:scroll!important;
- height:205px;
- background-color:{color:background};
- }
- .npcontent a {
- color:{color:button inactive}!important;
- text-shadow: 0px 0px 1px {color:button inactive}!important;
- }
- .nplinks {
- margin-top:0px!important;
- margin-bottom:0px!important;
- padding-top:0px!important;
- padding-bottom:0px;
- background-color:{color:background};
- width:491px;
- }
- .nplinks h4 {
- color:{color:headers}!important;
- width:433px!important;
- text-shadow: 0px 0px 1px {color:headers};
- }
- .nplinks a {
- font-family:calibri!important;
- font-weight:bold!important;
- display:inline-block;
- box-sizing: border-box;
- width:238.7px;
- height:25px!important;
- padding-left:24px;
- line-height:25px;
- margin-left:-0px;
- margin-right:6px;
- margin-bottom:8.4px;
- text-align:left;
- border: 1px solid {color:border};
- color:{color:body text}!important;
- font-size:9.5px;
- text-shadow: 0px 0px 1px {color:body text};
- }
- .nplinks a:hover, .nplinks:hover {
- color:{color:links hover}!important;
- -moz-transition-duration:1.5s;
- -webkit-transition-duration:1.5s;
- -o-transition-duration:1.5s;
- text-shadow: 0px 0px 1px {color:links hover};
- }
- .nplinks a:last-child, .nplinks a:last-of-type {
- margin-right:-2px!important;
- }
- /* CREDIT */
- #credit {
- background-color:{color:background};
- border:1px solid {color:border};
- padding:6px 10px;
- z-index:999;
- position:absolute;
- bottom:44px;
- right:44px;
- width:6px;
- height:14px;
- word-wrap:break-word;
- font-family:calibri;
- overflow:hidden;
- -webkit-transition:all 1.5s ease;
- -moz-transition:all 1.5s ease;
- -o-transition:all 1.5s ease;
- transition:all 1.5s ease-in-out;
- }
- #credit a {
- color:{color:links};
- text-transform:uppercase;
- font-size:9.5px;
- text-shadow: 0px 0px 1px {color:links};
- }
- #credit:hover {
- width:73px;
- }
- #credit span {
- color:{color:bold};
- font-family:calibri;
- margin-right:10px;
- font-size:10.5px;
- text-shadow: 0px 0px 1px {color:bold};
- }
- </style>
- </head>
- <body>
- <!--
- <div class="npnavi3">
- <div class="dropdown3">
- <button onclick="myFunction()" class="dropbtn3">
- Click to select theme aesthetic
- </button>
- <div id="myDropdown" class="dropdown-content3">
- <button class="tony">Tony</button>
- <button class="ezio" style="text-align:right!important;">Ezio</button>
- <button class="oberyn">Oberyn</button>
- <button class="jace" style="text-align:right!important;">Jace</button>
- <button class="rusty">Rusty</button>
- <button class="francis" style="text-align:right!important;">Francis</button>
- <button class="fergus">Fergus</button>
- <button class="john" style="text-align:right!important;">John</button>
- <button class="frank">Frank</button>
- <button class="joey" style="text-align:right!important;">Joey</button>
- </div id="myDropdown" class="dropdown-content3">
- </div class="dropdown3">
- </div class="npnavi3">
- -->
- <!-- CONTAINER -->
- <div id="container">
- <!-- SIDEBAR -->
- <div class="sidebar">
- {block:ifSidebarTitle}
- <div class="sidebartitle">
- {text:Sidebar Title}
- </div class="sidebartitle">
- {/block:ifSidebarTitle}
- <div class="sidebarbg">
- <img src="{image:Sidebar Background}">
- </div class="sidebarbg">
- <div class="inner">
- <img class="sidebarimgtop" src="{image:Sidebar Image Top}" alt="Black Image" />
- <div class="description">
- <b style="color:{color:links};">LOIALTE:</b> INDEPENDENT AND SELECTIVE <i>MULTI MUSE</i> FEATURING CHARACTERS IN <b> THE MARVEL CINEMATIC UNIVERSE,</b> ASSASSIN'S CREED, <b>REIGN,</b> BBC MUSKETEERS, <b>OUTLANDER,</b> THE SHADOWHUNTER CHRONICLES, <b>AND MANY MORE!</b> LOW ACTIVITY. <i>SALUTED BY EMMA.</i>
- </div class="description">
- <img class="sidebarimgbottom" src="{image:Sidebar Image Bottom}" alt="Black Image" />
- </div class="inner">
- </div class="sidebar">
- <!-- NAVIGATION: TOP -->
- <div class="navigation">
- <button class="w3-bar-item w3-button" onclick="openPage('Index'); openNavi('Index')" autofocus style="text-align:left; color:{color:button active}; text-shadow: 0px 0px 1px {color:button active};">
- Close the pages
- </button>
- <button class="w3-bar-item w3-button" onclick="openPage('Inquiries')">
- Inquiries / Regulations
- </button>
- <button class="w3-bar-item w3-button" onclick="openNavi('Navigation')" style="text-align:right;">
- The Current Muses
- </button>
- </div class="navigation">
- <!-- POSTS -->
- <div id="content">
- <div id="content2">
- {block:Posts}
- <div class="posts">
- <!-- POSTS: TEXT -->
- {block:Text}
- <div id="textbody">
- {block:Title}
- <h1>{Title}</h1>
- {/block:Title}
- <div id="wrap">
- {Body}
- <div style="clear:both;">
- </div style="clear:both">
- </div id="wrap">
- </div id="textbody">
- {/block:Text}
- <!-- POSTS: PHOTO/SET -->
- {block:Photo}
- <div id="psingle">
- {LinkOpenTag}
- <img src="{PhotoURL-HighRes}">
- {LinkCloseTag}
- </div id="psingle">
- {block:Caption}
- <div id="pcaption">
- {Caption}
- </div id="pcaption">
- {/block:Caption}
- {/block:Photo}
- {block:Photoset}
- <div id="pset">
- {Photoset}
- </div id="pset">
- {block:Caption}
- {Caption}
- {/block:Caption}
- {/block:Photoset}
- <!-- POSTS: QUOTE -->
- {block:Quote}
- <div id="quote">
- "{Quote}"
- <div class="source">
- Source: {Source}
- </div class="source">
- </div id="quote">
- {/block:Quote}
- <!-- POSTS: LINK -->
- {block:Link}
- <div id="link">
- <a href="{URL}" {Target}>{Name} ►</a>
- </div id="link">
- {/block:Link}
- <!-- POSTS: CHAT -->
- {block:Chat}
- <div id="chat">
- {block:Lines}
- <div id="{Alt}">
- {block:Label}<b>{Label}</b>{/block:Label} {Line}
- </div id="{Alt}">
- {/block:Lines}
- </div id="chat">
- {/block:Chat}
- <!-- POSTS: AUDIO -->
- {block:Audio}
- <div class="audioplayer">
- {AudioPlayerWhite}
- </div class="audioplayer">
- <div class="audioinfo">
- {block:TrackName}{TrackName}{/block:TrackName} — {block:Artist}{Artist}{/block:Artist}
- </div class="audioinfo">
- {block:Caption}
- {Caption}
- {/block:Caption}
- {/block:Audio}
- <!-- POSTS: VIDEO -->
- {block:Video}
- <div class="video">
- {VideoEmbed-500}
- </div class="video">
- {block:Caption}
- {Caption}
- {/block:Caption}
- {/block:Video}
- <!-- POSTS: ASK -->
- {block:Answer}
- <div id="question">
- <div id="ask">
- <b>{Asker} is inquiring for information:</b>
- {Question}
- </div id="ask">
- <div class="letterask">Q</div class="letterask">
- </div id="question">
- <div id="response">
- <div id="wrap">{Answer}</div id="wrap">
- <div style="clear:both; margin-bottom:-5px;">
- </div style="clear:both">
- </div id="response">
- {/block:Answer}
- <!-- POST INFORMATION -->
- {block:Date}
- {block:indexpage}
- <div class="permalink">
- <div class="permalinkbuttons">
- <a href="{Permalink}" style="text-align:left;">
- {Month} {DayOfMonth}{DayOfMonthSuffix} / {12Hour}:{Minutes}{CapitalAmPm} / {NoteCountWithLabel}
- </a>
- {block:RebloggedFrom}
- <a href="{ReblogParentURL}" title="{ReblogParentName}: {ReblogParentTitle}">
- REBLOGGED FROM / VIA
- </a>
- {/block:RebloggedFrom}
- <a href="{ReblogURL}" target="_blank" class="details" style="float:right; text-align:right;">
- CLICK HERE TO REBLOG THIS POST
- </a>
- </div class="permalinkbuttons">
- {block:HasTags}
- <div class="tags">
- {block:Tags}
- <a href="{TagURL}">{Tag} </a>
- {/block:Tags}
- </div class="tags">
- {/block:HasTags}
- </div class="permalink">
- {/block:indexpage}
- {block:permalinkpage}
- <div class="permalink">
- <div class="permalinkbuttons">
- {block:RebloggedFrom}
- <a href="{ReblogParentName}" title="{ReblogParentName}" style="text-align:left;">
- REBLOGGED FROM / VIA
- </a>
- {/block:RebloggedFrom}
- <a href="{ReblogURL}" target="_blank" class="details" style="float:right; ">
- CLICK HERE TO REBLOG THIS POST
- </a>
- </div class="permalinkbuttons">
- {block:HasTags}
- <div class="tags">
- {block:Tags}
- <a href="{TagURL}">
- {Tag}
- </a>
- {/block:Tags}
- </div class="tags">
- {/block:HasTags}
- </div class="permalink">
- {/block:permalinkpage}
- {/block:Date}
- <!-- NOTES -->
- {block:PostNotes}
- <div id="notes">
- <div class="note">
- {PostNotes}
- </div class="note">
- </div id="notes">
- {/block:PostNotes}
- <!-- HIDE VIA/SOURCE IN POSTS -->
- {block:ContentSource}<!-- {SourceURL}
- {block:SourceLogo}<img src="{BlackLogoURL}"width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />{/block:SourceLogo}
- {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
- {/block:ContentSource}
- <!-- {block:NoRebloggedFrom}
- {block:RebloggedFrom}{ReblogParentName}{/block:RebloggedFrom}
- {/block:NoRebloggedFrom} -->
- </div class="posts">
- {/block:Posts}
- </div id="content2">
- </div id="content">
- {block:ifBlogTitle}
- <div class="title">
- {text:Title}
- </div class="title">
- {/block:ifBlogTitle}
- <!-- NAVIGATION: BOTTOM -->
- <div class="navigationbottom">
- <div class="pagination">
- <a href="/" title="Refresh the page" autofocus style="text-align:left; color:{color:button active}; text-shadow: 0px 0px 1px {color:button active};">RETURN TO MAIN PAGE</a>
- {block:Indexpage}
- {block:PreviousPage}<a href="{PreviousPage}">RETURN TO LAST PAGE</a>{/block:PreviousPage}
- {block:NextPage}<a href="{NextPage}" style="float:right; margin-right:1px; text-align:right;">PROCEED TO NEXT PAGE</a>{/block:NextPage}
- {/block:Indexpage}
- {block:PermalinkPagination}
- {block:PreviousPost}<a href="{PreviousPost}" title="Previous Post">RETURN TO LAST POST</a>{/block:PreviousPost}
- {block:NextPost}<a href="{NextPost}" title="Next Post" style="float:right; margin-right:1px; text-align:right;">PROCEED TO NEXT POST</a>{/block:NextPost}
- {/block:PermalinkPagination}
- </div class="pagination">
- </div class="navigationbottom">
- <div id="Index" class="navi; page" style="display:block">
- </div id="Index" class="navi; page">
- <!-- PAGE: INQUIRIES -->
- <div id="Inquiries" class="page" style="display:none;">
- <div id="tabcontent">
- <div class="npside">
- <div class="sidebarbg">
- <img src="{image:Sidebar Background}">
- </div class="sidebarbg">
- <div class="npsideinner">
- <div class="npsideimgtop">
- <img src="https://static.tumblr.com/f1888b05beb22b64f78d03def21d4060/gjexvml/2Ewpzla3i/tumblr_static_eubmh7zplt4o88gso84oc4okg.png">
- </div class="npsideimgtop">
- <div class="description" style="border-top:29px solid {color:background};">
- <b style="color:{color:links};">LOIALTE:</b> INDEPENDENT AND SELECTIVE <i>MULTI MUSE</i> FEATURING CHARACTERS IN <b> THE MARVEL CINEMATIC UNIVERSE,</b> ASSASSIN'S CREED, <b>REIGN,</b> BBC MUSKETEERS, <b>OUTLANDER,</b> THE SHADOWHUNTER CHRONICLES, <b>AND MANY MORE!</b> LOW ACTIVITY. <i>SALUTED BY EMMA.</i>
- </div class="description">
- <div class="npsideimgbottom" style="margin-top:0px!important;">
- <img src="https://static.tumblr.com/67143871d607eb89343026fad95435e4/gjexvml/eVwpzla47/tumblr_static_3hl6r6tovxs0okw4440cck4so.png">
- </div class="npsideimgbottom">
- </div class="npsideinner">
- </div class="npside">
- <div id="page">
- <div class="npheader">
- <img src="https://i.imgur.com/jYngB7l.png">
- </div class="npheader">
- <div class="npnavi">
- <ul id="tabs">
- <div class="dropdown">
- <button onclick="myFunction()" class="dropbtn">
- INQUIRIES / ASKBOX
- </button>
- </ul id="tabs">
- </div class="npnavi">
- <!-- TAB ONE -->
- <ul id="tab"><li class="active">
- <div class="npcontent">
- <blockquote style="margin-top:1px;">
- <i><b>I know I'm asking a lot, but the price of freedom is high; it always has been. And it's a price I'm willing to pay. And if I'm the only one, then so be it. But I'm willing to bet I'm not.</b></i>
- </blockquote>
- <iframe frameborder="0" scrolling="yes" width="469px" height="200px" src="https://www.tumblr.com/ask_form/loialte.tumblr.com" style="padding:8px;margin-top:px; background-color:transparent; border:1px solid #151515; overflow:hidden;" id="ask_form"></iframe><!--[if IE]><script type="text/javascript">document.getElementById('ask_form').allowTransparency=true;</script><![endif]--></p>
- </div class="npcontent">
- </div id="page">
- </div id="tabcontent">
- </div id="Inquiries" class="page">
- <!-- NAVIGATIONAL LIST LINKS -->
- <div id="Navigation" class="navi" style="display:none;">
- <div class="npage">
- <div class="nlist">
- <div class="nlinks">
- <!-- COPY/PASTE THESE IF YOU WANT MORE LINKS -->
- <li onclick="openPage('Page01')" style="pointer-events:none; color:#e6e6e6; text-align:right!important;">
- (Scroll to see more pages/muses)
- </li>
- <li onclick="openPage('Rules')">
- Guidelines / Regulations
- </li>
- <li onclick="openPage('Nav')">
- General Navigation / Tags
- </li>
- <li onclick="openPage('Page02')" style="pointer-events:none; color:#e6e6e6; text-align:right!important;">
- Characters from the screen
- </li>
- <li onclick="openPage('Steve')">
- MARVEL: Steve Rogers
- </li>
- <li onclick="openPage('Claudia')">
- ASSASSIN'S CREED: Claudia Auditore
- </li>
- <li onclick="openPage('Porthos')">
- BBC Musketeers: Porthos du Vallon
- </li>
- <li onclick="openPage('Mary')">
- Reign: Mary Stuart
- </li>
- <li onclick="openPage('Ethan')">
- Penny Deadful: Ethan Chandler
- </li>
- <li onclick="openPage('Dean')">
- Supernatural: Dean Winchester
- </li>
- <li onclick="openPage('Monica')">
- F.R.I.E.N.D.S: Monica Geller
- </li>
- <li onclick="openPage('Rachel')">
- F.R.I.E.N.D.S: Rachel Greene
- </li>
- <li onclick="openPage('Charles')">
- X-MEN: Charles Xavier
- </li>
- <li onclick="openPage('Page03')" style="pointer-events:none; color:#e6e6e6; text-align:right!important;">
- Characters from the page
- </li>
- <li onclick="openPage('Alec')">
- TSC: Alec Lightwood
- </li>
- <li onclick="openPage('Magnus')">
- TSC: Magnus Bane
- </li>
- <li onclick="openPage('Valentine')">
- TSC: Valentine Morgenstern
- </li>
- <li onclick="openPage('Jamie')">
- Outlander: Jamie Fraser
- </li>
- <li onclick="openPage('Michonne')">
- The Walking Dead: Michonne
- </li>
- <li onclick="openPage('Brian')">
- Marvel: Brian Falsworth
- </li>
- <li onclick="openPage('Diana')">
- All Souls Trilogy: Diana Bishop
- </li>
- <!-- / COPY/PASTE THESE IF YOU WANT MORE LINKS -->
- </div class="nlinks">
- </div class="nlist">
- </div class="npage">
- </div id="Navigation" class="navi">
- <!-- PAGE: RULES -->
- <div id="Rules" class="page" style="display:none;">
- <div id="tabcontent">
- <div class="npside">
- <div class="sidebarbg">
- <img src="{image:Sidebar Background}">
- </div class="sidebarbg">
- <div class="npsideinner">
- <div class="npsideimgtop">
- <img src="https://i.imgur.com/f1e6UH3.png">
- </div class="npsideimgtop">
- <div class="description" style="border-top:29px solid {color:background};">
- <b style="color:{color:links};">LOIALTE:</b> INDEPENDENT AND SELECTIVE <i>MULTI MUSE</i> FEATURING CHARACTERS IN <b> THE MARVEL CINEMATIC UNIVERSE,</b> ASSASSIN'S CREED, <b>REIGN,</b> BBC MUSKETEERS, <b>OUTLANDER,</b> THE SHADOWHUNTER CHRONICLES, <b>AND MANY MORE!</b> LOW ACTIVITY. <i>SALUTED BY EMMA.</i>
- </div class="description">
- <div class="npsideimgbottom">
- <img src="https://i.imgur.com/YPHCR23.png">
- </div class="npsideimgbottom">
- </div class="npsideinner">
- </div class="npside">
- <div id="page">
- <div class="npheader">
- <img src="https://i.imgur.com/XYMKayT.png">
- </div class="npheader">
- <div class="npnavi">
- <ul id="tabs">
- <div class="dropdown">
- <button onclick="myFunction()" class="dropbtn">
- GUIDELINES / REGULATIONS
- </button>
- </ul id="tabs">
- </div class="npnavi">
- <!-- TAB ONE -->
- <ul id="tab"><li class="active">
- <div class="npcontent">
- <blockquote style="margin-top:1px;"><i><b>Oh, say can you see by the dawn's early light what so proudly we hailed at the twilight's last gleaming? Whose broad stripes and bright stars through the perilous fight, O'er the ramparts we watched were so gallantly streaming? And the rocket's red glare, the bombs bursting in air,
- gave proof through the night that our flag was still there.
- Oh, say does that star-spangled banner yet wave O'er the land of the free and the home of the brave?</i></b></blockquote>
- <h4>001. IT'S GO TIME!</h4>
- I tend to keep these really simple because I assume that most people understand the basic rules of tumblr roleplay by now but I will take the time to mention the finer rules somewhere along the line. For now, let me thank you for taking the time to read these and for considering following my blog.
- <h4>002. WARNINGS / TRIGGERS</h4>
- First and foremost, this blog will have dark themes and mature content. No shocker there seeing as we’re going with the fandoms that I have listed, but let me go through this for the heck of it. Please know from the outset that this blog will have swearing, character death mentions, torture mentions, bodily harm, blood, and many others.
- <p>Anything triggering will be tagged and I hope I manage to get it all, though if I happen to miss anything feel free to message me nicely and let me know so I can fix it asap. Aside from that nsfw will be tagged as such as I don’t usually have any on my blog anyway but I would love if you would do the same so I don’t have to track every single nsfw variant tag out there. My own trigger is spiders in picture, video or gif form. Please tag them.
- <h4>003. GENERAL / INTERACTIONS</h4>
- If you want to write with me then please come write with me. I am mutuals only, of course, but I’m happy to have a meme turned into a thread, plotted threads, quick starter threads, etc. I like to plot but it’s an added bonus to writing and getting to know the mun’s behind the muses out there!
- <p>Unless it isn’t clear enough, I’m not associated with any: writers, actors, books, shows, movies, etc, etc.
- <p>Now for the quick draw rules that I assume everyone knows but will throw in here very quickly just in case:<br>
- <b>DON’T:</b> Godmod, hound for replies, force ship, guilt trip, be angry if I’m slow.<br>
- <b>DO:</b> Come into my IM’s and chat/plot, mention me/my muse in posts, ask for my Discord!
- <h4>004. BEHIND THE SCENES</h4>
- Alright lads? The mun’s name is Emma, she/her, 25+, from the U.K. I’m here to have fun, with the hopes that you’ll be having fun while interacting with me too! I work five days a week and have a life outside of tumblr so please understand that I am not fast when it comes to responses. I am however, very invested in my blog so please don’t let my slow reply nature keep you from interacting with me!
- </div class="npcontent">
- </li></ul>
- </div id="page">
- </div id="tabcontent">
- </div id="Rules" class="page">
- <!-- PAGE: NAVIGATION -->
- <div id="Nav" class="page" style="display:none;">
- <div id="tabcontent">
- <div class="npside">
- <div class="sidebarbg">
- <img src="{image:Sidebar Background}">
- </div class="sidebarbg">
- <div class="npsideinner">
- <div class="npsideimgtop">
- <img src="https://i.imgur.com/PvXCzOv.png">
- </div class="npsideimgtop">
- <div class="description" style="border-top:29px solid {color:background};">
- <b style="color:{color:links};">LOIALTE:</b> INDEPENDENT AND SELECTIVE <i>MULTI MUSE</i> FEATURING CHARACTERS IN <b> THE MARVEL CINEMATIC UNIVERSE,</b> ASSASSIN'S CREED, <b>REIGN,</b> BBC MUSKETEERS, <b>OUTLANDER,</b> THE SHADOWHUNTER CHRONICLES, <b>AND MANY MORE!</b> LOW ACTIVITY. <i>SALUTED BY EMMA.</i>
- </div class="description">
- <div class="npsideimgbottom">
- <img src="https://i.imgur.com/QeCYgst.png">
- </div class="npsideimgbottom">
- </div class="npsideinner">
- </div class="npside">
- <div id="page">
- <div class="npheader">
- <img src="https://i.imgur.com/XYMKayT.png">
- </div class="npheader">
- <div class="npnavi">
- <ul id="tabs">
- <div class="dropdown">
- <button onclick="myFunction()" class="dropbtn">
- General Navigation / Tags
- </button>
- </ul id="tabs">
- </div class="npnavi">
- <!-- TAB ONE -->
- <ul id="tab"><li class="active">
- <div class="npcontent">
- <blockquote style="margin-top:1px;"><i><b>Who's strong and brave, here to save the American Way? Who vows to fight like a man for what's right night and day? Who will campaign door-to-door for America? Carry the flag shore to shore for America from Hoboken to Spokane, The Star Spangled Man with a plan!</i></b></blockquote>
- <div class="nplinks">
- <h4>out of character / general tags</h4>
- <a href="/tagged/「-ooc-」-so-every-time-that-they-want-to-count-you-out%3A-use-your-voice-every-single-time-you-open-up-your-mouth.">
- out of character
- </a>
- <a href="/tagged/「-psa-」-thought-you-was-batman-and-hit-the-party-with-a-gas-can.">
- public service announcement
- </a>
- <a href="/tagged/「-answered-%2F-ooc-」-everybody-wants-to-save-the-world-but-no-one-wants-to-die.">
- answered asks / ooc
- </a>
- <a href="/tagged/「-promotions-」-you%27re-the-broken-glass-in-the-morning-light.-be-a-burning-star-if-it-takes-all-night.">
- promotions
- </a>
- <a href="/tagged/「-meme-」-ain%27t-nobody-gonna-take-my-life.-ain%27t-nobody-gonna-get-the-best-of-me.">
- memes
- </a>
- <a href="/tagged/「-wishes-」-if-wishes-were-horses-i%27d-need-a-very-big-stable.">
- wishes
- </a>
- <a href="https://www.rpthreadtracker.com/public/loialte/reply">thread tracker / reply</a>
- <a href="https://www.rpthreadtracker.com/public/loialte/replied">thread tracker / replied</a>
- </div class="nplinks">
- </div class="npcontent">
- </div id="page">
- </div id="tabcontent">
- </div id="Nav" class="page">
- <!-- PAGE: STEVE -->
- <div id="Steve" class="page" style="display:none;">
- <div id="tabcontent">
- <div class="npside">
- <div class="sidebarbg">
- <img src="{image:Sidebar Background}">
- </div class="sidebarbg">
- <div class="npsideinner">
- <div class="npsideimgtop">
- <img src="https://i.imgur.com/ZzEI2yc.png">
- </div class="npsideimgtop">
- <div class="description" style="border-top:29px solid {color:background};">
- <b style="color:{color:links};">LOIALTE:</b> INDEPENDENT AND SELECTIVE <i>MULTI MUSE</i> FEATURING CHARACTERS IN <b> THE MARVEL CINEMATIC UNIVERSE,</b> ASSASSIN'S CREED, <b>REIGN,</b> BBC MUSKETEERS, <b>OUTLANDER,</b> THE SHADOWHUNTER CHRONICLES, <b>AND MANY MORE!</b> LOW ACTIVITY. <i>SALUTED BY EMMA.</i>
- </div class="description">
- <div class="npsideimgbottom">
- <img src="https://i.imgur.com/gmHsLT5.png">
- </div class="npsideimgbottom">
- </div class="npsideinner">
- </div class="npside">
- <div id="page">
- <div class="npheader">
- <img src="https://i.imgur.com/Hz8eT2a.png">
- </div class="npheader">
- <div class="npnavi">
- <div class="dropdown">
- <button onclick="myFunction()" class="dropbtn">
- (re) Click here for Navigational Pages</button>
- <div id="myDropdown" class="dropdown-content">
- <ul id="tabs">
- <li style="text-align:left;" autofocus>General Information</li>
- <li style="text-align:right;">General Navigation</li>
- <li style="min-width:539px; margin-bottom:-5px!important;"></li>
- </ul id="tabs">
- </div id="myDropdown" class="dropdown-content">
- </div class="dropdown">
- </div class="npnavi">
- <!-- TAB ONE -->
- <ul id="tab"><li class="active">
- <div class="npcontent">
- <blockquote style="font-style:italic!important; margin-top:1px!important;"><i><b>This nation was founded on one principle above all else: The requirement that we stand up for what we believe, no matter the odds or the consequences. When the mob and the press and the whole world tell you to move, your job is to plant yourself like a tree beside the river of truth, and tell the whole world — 'No, you move'.</i></b></blockquote>
- <h4>Introduction / Importances</h4>
- Coming soon.
- <h4>Elaboration: Shipping</h4>
- Here is a list of characters that I would be willing to ship Steve with. This doesn't mean that I will ship him with all of these characters that I come across, but if you wanted to know who I would be willing to ship Steve with provided we talk about it in advance: Peggy Carter, Bucky Barnes, Tony Stark, Natasha Romanoff, Wanda Maximoff.
- <h4>ENDGAME DIVERGENCE / POST-ENDGAME ROLE</h4>
- <p>He returns the stones. Each one going back to the moment it was taken, as if they had never left to begin with — they couldn’t risk any more timeline changes and none of them would compromise their new peace. They had taken hits, lost some good people, but that was always the way when there were war’s, Steve knew that more than most. For Steve, he’d lost two good friends, one who had stood by his side since the Avengers were formed, a best friend to him and without her by his side Steve was sure he would be at a loss, and the other the most heroic man that he had the pleasure of knowing. Both of them had surprised him continuously and he would miss them both terribly. Then there was what he had lost inside fighting for so many years — he was so far from the bright eyed young man he had been when he’d been selected for the super soldier programme all those years back.
- <p>Once he returned to the platform, having returned the stones and Thor’s hammer, Steve makes a choice. He had time to think whilst returning the infinity stones and following his return he hands over the mantle of Captain America.
- <p>News of the Snap spreads around the world and slowly the news of what the avengers did for the world is reported — a public memorial service takes place for Iron Man and Black Widow, statues of the fallen heroes erected for the world to see and remember the sacrifices that were made.
- <p>Contacted by President of the United States, Steve is invited to the White house where “Captain America” is pardoned for his actions during Civil War. Steve explains that he didn’t intend to resume wielding the shield, but would if asked. The President agrees and explains that he had another idea for Steve’s services in the future — offering to make him the new head of security of the United States. Upon evaluation, Steve agrees with the condition that he would get to do the job his way. Following this, the Sokovia Accords were repealed and once again a new Avengers base was established with Steve taking up the head of operations, with every intent in keeping out of as many fights as possible, instead taking to his new role seriously — he’d leave the heroics to the rest of the Avengers — unless there was an emergency situation.
- <br>
- <p>** PLEASE NOTE: If you write a Tony or Nat and want to interact post-endgame and don't follow their deaths then feel free to let me know because I will happily ignore their deaths in favour of Steve keeping his pals.
- <p>** ALSO: If you interact with Steve post-Endgame, this is what Steve will be doing. This is his new role, watching over those that he loves while also keeping an eye on the world. He's just trying to do his best following everything that happened. He'll contact any Suit and Enhanced to either recruit you, ally himself with them or inform them of a pending situation. The world still needs heroes and Steve would rather have everyone working together than apart.
- </div class="npcontent">
- </li>
- <!-- TAB TWO -->
- <li>
- <div class="npcontent">
- <div class="nplinks">
- <h4>General Links</h4>
- <a href="/tagged/「-steve-rogers-%2F-study-」-for-all-of-us-who%27ve-seen-the-light-salute-the-dead-and-lead-the-fight.">
- study
- </a>
- <a href="/tagged/「-steve-rogers-%2F-visage-」-we-may-not-be-perfect-but-the-safest-hands-are-still-our-own.">
- visage
- </a>
- <a href="/tagged/「-steve-rogers-%2F-headcanon-」-just-save-yourself-and-i%27ll-hold-them-back-tonight.">
- headcanon
- </a>
- <a href="/tagged/「-steve-rogers-%2F-answered-ic-」-i-don%27t-want-to-kill-anyone-but-i-don%27t-like-bullies.-i-don%27t-care-where-they%27re-from.">
- answered / in character
- </a>
- <h4>Universes</h4>
- <a href="/tagged/「-steve-rogers-%2F-vs%3A-first-avenger-」-keep-your-feet-ready.-heartbeat-steady.">
- The First Avenger
- </a>
- <a href="/tagged/「-steve-rogers-%2F-vs%3A-avengers-assemble-」-i-stand-here-right-beside-you%3B-tonight-we%27re-fighting-for-our-lives.">
- Avengers Assemble
- </a>
- <a href="/tagged/「-steve-rogers-%2F-vs%3A-winter-soldier-」-i%27ve-got-a-voice%3B-a-beating-heart-inside-of-me.-i%27m-an-army-of-one.">
- The Winter Solider
- </a>
- <a href="/tagged/「-steve-rogers-%2F-vs%3A-age-of-ultron-」-make-no-apology.-it%27s-death-or-victory.">
- Age of Ultron
- </a>
- <a href="/tagged/「-steve-rogers-%2F-vs%3A-civil-war-」-we-are-the-ones-who-will-never-be-broken.-with-our-final-breath-we%27ll-fight-to-the-death.">
- Civil War
- </a>
- <a href="/tagged/「-steve-rogers-%2F-vs%3A-infinity-war-」-what-have-you-become-when-they-take-from-you-almost-everything%3F">
- Infinity War
- </a>
- <a href="/tagged/「-steve-rogers-%2F-vs%3A-endgame-」-you-can%27t-erase-us.-you%27ll-just-have-to-face-us%21">
- Endgame
- </a>
- <a>
- </a>
- <h4>Connections</h4>
- <a href="/tagged/「-steve-rogers-%2F-dyn%3A-bucky-」-the-tricky-thing-is-yesterday-we-were-just-children-playing-soldiers-just-pretending.">
- Bucky
- </a>
- <a href="/tagged/「-steve-rogers-%2F-dyn%3A-peggy-」-the-world-has-changed-and-none-of-us-can-go-back.-all-we-can-do-is-our-best.">
- Peggy
- </a>
- <a href="/tagged/「-steve-rogers-%2F-dyn%3A-sam-」-oh-that%27s-how-it-is%3F-%2F-oh-that%27s-how-it-is.">
- Sam
- </a>
- <a href="/tagged/「-steve-rogers-%2F-dyn%3A-tony-」-no-one-else-is-going-to-deal-with-the-fact-that-cap-just-said-language%3F-%2F-i-know.-it-just-slipped-out.">
- Tony
- </a>
- <a href="/tagged/「-steve-rogers-%2F-dyn%3A-natasha-」-hey-fellas.-either-one-of-you-know-where-the-smithsonian-is%3F-i%27m-here-to-pick-up-a-fossil.">
- Natasha
- </a>
- <a href="/tagged/「-steve-rogers-%2F-dyn%3A-howling-commandos-」-gunning-out-of-this-place-in-a-bullet%27s-embrace-then-we%27ll-do-it-again.">
- Howling Commandos
- </a>
- </div class="nplinks">
- </div class="npcontent">
- </li></ul>
- </div id="page">
- </div id="tabcontent">
- </div id="Steve" class="page">
- <!-- PAGE: CLAUDIA -->
- <div id="Claudia" class="page" style="display:none;">
- <div id="tabcontent">
- <div class="npside">
- <div class="sidebarbg">
- <img src="{image:Sidebar Background}">
- </div class="sidebarbg">
- <div class="npsideinner">
- <div class="npsideimgtop">
- <img src="https://i.imgur.com/QBkjtJX.png">
- </div class="npsideimgtop">
- <div class="description" style="border-top:29px solid {color:background};">
- <b style="color:{color:links};">LOIALTE:</b> INDEPENDENT AND SELECTIVE <i>MULTI MUSE</i> FEATURING CHARACTERS IN <b> THE MARVEL CINEMATIC UNIVERSE,</b> ASSASSIN'S CREED, <b>REIGN,</b> BBC MUSKETEERS, <b>OUTLANDER,</b> THE SHADOWHUNTER CHRONICLES, <b>AND MANY MORE!</b> LOW ACTIVITY. <i>SALUTED BY EMMA.</i>
- </div class="description">
- <div class="npsideimgbottom">
- <img src="https://i.imgur.com/idll8cv.png">
- </div class="npsideimgbottom">
- </div class="npsideinner">
- </div class="npside">
- <div id="page">
- <div class="npheader">
- <img src="https://i.imgur.com/7J9z3SV.png">
- </div class="npheader">
- <div class="npnavi">
- <div class="dropdown">
- <button onclick="myFunction()" class="dropbtn">
- (re) Click here for Navigational Pages</button>
- <div id="myDropdown" class="dropdown-content">
- <ul id="tabs">
- <li style="text-align:left;" autofocus>General Information</li>
- <li style="text-align:right;">General Navigation</li>
- <li style="text-align:left;">Encyclopedia</li>
- <li style="text-align:left; pointer-events:none;"> </li>
- <li style="min-width:539px; margin-bottom:-5px!important;"></li>
- </ul id="tabs">
- </div id="myDropdown" class="dropdown-content">
- </div class="dropdown">
- </div class="npnavi">
- <!-- TAB ONE -->
- <ul id="tab"><li class="active">
- <div class="npcontent">
- <blockquote style="font-style:italic!important; margin-top:1px!important;"><i><b>They made their way to the Church of Santa Maria in Cosmedin and climbed its bell tower. Carefully guided by Bartolomeo and La Volpe, Claudia fearlessly threw herself into the void just as the golden orb of the sun broke free of the eastern horizon and caught the folds of her silver dress in its light and turned them golden, too. Ezio watched her land safely and walk with Bartolomeo and La Volpe in the direction of a nearby colonnade.</b></i></blockquote>
- <h4>Introduction / Importances</h4>
- Coming soon.
- <h4>Canon elaboration: Shipping</h4>
- Coming soon.
- </div class="npcontent">
- </li>
- <!-- TAB TWO -->
- <li>
- <div class="npcontent">
- <div class="nplinks">
- <h4>General Links</h4>
- <a href="/tagged/「-claudia-auditore-%2F-study-」-fearlessly-threw-herself-into-the-void-as-the-golden-orb-of-the-sun-broke-free-of-the-eastern-horizon.">
- study
- </a>
- <a href="/tagged/「-claudia-auditore-%2F-visage-」-her-dress-drenched-in-blood-with-a-rondel-dagger-in-one-hand-and-a-stiletto-in-the-other.">
- visage
- </a>
- <a href="/tagged/「-claudia-auditore-%2F-headcanon-」-nothing-is-true.-everything-is-permitted.">
- headcanon
- </a>
- <a href="/tagged/「-claudia-auditore-%2F-answered-ic-」-you-do-this-claudia-and-you%27re-on-your-own-%2F-i%27ve-been-on-my-own-for-twenty-years.">
- answered / in character
- </a>
- <h4>Universes</h4>
- <a href="/tagged/「-claudia-auditore-%2F-vs%3A-ii-」-he%27s-making-me-work%21-if-father-was-here-i%27d-never-be-stuck-behind-a-desk-like-this.">
- AC: II
- </a>
- <a href="/tagged/「-claudia-auditore-%2F-vs%3A-brotherhood-」-welcome-to-our-brotherhood-%2F-sisterhood-too%3F-%2F-if-you-like.">
- AC: Brotherhood
- </a>
- <a href="/tagged/「-claudia-auditore-%2F-vs%3A-revelations-」-i%27ve-only-been-doing-it-for-two-years-but-i-realize-what-you-have-been-carrying-on-your-shoulders.">
- AC: Revelations
- </a>
- <a href="/tagged/">
- AC: Embers
- </a>
- <h4>Connections</h4>
- <a href="/tagged/「-claudia-auditore-%2F-dyn%3A-ezio-」-we-have-come-here.-we-have-taken-a-house-in-rome.-our-place-is-with-you.">
- Ezio
- </a>
- <a> </a>
- </div class="nplinks">
- </div class="npcontent">
- </li>
- <li>
- <div class="npcontent">
- <blockquote style="font-style:italic!important;">
- <strong><i><b>The Assassin's Creed franchise</strong> frequently uses terms that will be confusing to anyone who's unfamiliar with the games as a whole. Similarly, I'll make reference to numerous specific terms and names. So instead of potentially and unwillingly having to send you to the respective wiki that is bombarded with infinite information, I've assembled a list that consists of numerous such terms and their definitions. An encyclopedia to help you out, if you will. This list will be updated as need arises.
- </i></b></blockquote>
- <h4>The Assassin Brotherhood</h4>
- Also known as the <strong>Liberalis Circulum or Hashshashin</strong> in their respective eras, the Assassins are an ancient organization that <b>works to preserve the existence of freedom and liberty among the people,</b> believing that it will allow for the most progression of overall intelligence and individual growth, which lead to overall peace. They are opposed by another ancient organization known as the Templar Order, whom they have fought a covert war with since prehistorian times. Ezio Auditore was formally inducted into the Italian branch of the Assassin Brotherhood at twenty-nine.
- <h4>The Assassin's Creed</h4>
- Often referred to in passing as The Creed, it is a code that serves as a guiding philosophy for the Assassins, that has been passed down generations, dating back earlier than the Middle Ages. The Creed is not a book or written rules, as much as it is a concept that will continue to exist even if all its followers perish. While consisting of numerous tenets, it emphasizes on three in specific, which are as follows: <b>I. Stay your blade from the flesh of an innocent. II. Hide in plain sight. III. Never compromise the Brotherhood.</b> The Creed also bears a maxim as follows: <strong>Nothing is true; everything is permitted.</strong> Which preaches not freedom, but wisdom. Not a doctrine to be adhered, but a reminder of reality.
- <h4>The Templar Order</h4>
- Also known as the Order of the <strong>Knight's Templar,</strong> they are the sworn enemy of the Assassin Brotherhood. While aiming to create a perfect world (with an, at times, distorted vision of peace) much like their adversaries, their beliefs as to how to achieve this directly contradicts that of the Assassins. They believe in order and control and highly prioritize both over the former, with some extreme individuals in the Order looking to strip humanity of free will with aid of the <a href="#apple">Apples of Eden.</a>
- <h4>Origins of the Orders</h4>
- A minimal fraction of important figures within the Assassin Order, including Ezio Auditore, are distant descendants of <a href="#adam">Adam (as known in the book of Genesis).</a> And Templars have their origins traced back to Cain, the first son born to Adam and Eve and they have (and continue to) utilize his 'mark' as their crest and insignia.
- <h4>First Civilization</h4>
- An ancient and advanced species of humanoids <strong>(also known as the Isu or The Ones Who Came Before)</strong> that predated the human race and were among the first to populate the Earth. This First Civilization, while not Gods in any form of the word, were responsible for the creation of the human race that we know today. Building them in their own image to be both durable and capable, the homo sapiens were created as a docile workforce while homo neanderthalensis were designed to function as both an expeditionary force and a military army respectfully. This species of advanced humanoids was met with an inevitable extinction roughly a century after a cataclysmic event, which is often referred to as the <b>Toba catastrophe</b>, after they failed to fully recover their heavily declining population numbers.
- <h4>(Garden of) Eden</h4>
- Or simply known as <b>Eden,</b> this was a location that was under full control of the First Civilization. Differing from many other regions on the Earth at that time, the architecture was unique with flora and fauna growing in abundance, showing that they held this location in high regard and that it proved significant to them. This is why their most cherished and succesful creations were found here, this is where humanity existed and where the Pieces of Eden were stored and kept. <a name="apple"></a>
- <h4>Pieces of Eden</h4>
- Created by the First Civilization, these were technologically advanced devices that served multiple purposes. Some of these had the aim of bending the minds of homo sapiens through a unique neurotransmitter located in their brain. While humans revered the First Civilization as if they were Gods, their level of obidience fell short of what was desired. Through the use of these pieces of Eden (notably and more specifically, <b>Apples of Eden</b>), direct enslavement became an option. Despite the First Civilization's exctinction long ago, roughly fifty of these devices still exist. The Orders believe these Apples to be responsible for numerous historical miracles, such as the parting of the Red Sea, the Trojan War, the miracles enacted by Jesus Christ and the biblical plagues that terrorized Egypt. <a name="adam"></a>
- <h4>Adam / Eve</h4>
- In an attempt to preserve the DNA of the technologically advanced First Civilization, interbreeding eventually came to occur between them and the lesser homo sapiens. Referring to them as Isu-Human hybrids, Adam and Eve were considered the first among their kind. Possessing the genetics of the Isu, these hybrids were biologically immune to the mental effects of the devices that were meant to control them, alongside inheriting a natural possession of the renowned <a href="#vision">Eagle Vision.</a>
- <h4>Human Rebellion</h4>
- Rebelling against their creators, Adam and Eve managed to obtain an Apple of Eden and attempted to flee the Garden of Eden. This theft instigated a war between the First Civilization and the humans. While the Isu had the advantage of technology, knowledge and power, the humans were far greater in numbers. Lasting a whole ten years, both sides suffered extreme losses, and the war blinded them both to the inpending dangers of the Toba catastrophe's incoming threat to their planet. <a name="vision"></a>
- <h4>Eagle Vision</h4>
- The ability to instinctively sense how other human beings, animals and objects relate to them. This is a sixth sense that lays dormant in every human being, however they are generally unaware of its existence and to learn how to utilize it, requires very intense and prolonged training. However, descendants of Adam and/or Eve will naturally exhibit this sense, due to the higher concentration of DNA of the First Civilization found in their genes. <strong>Some</strong> of these individuals are able to evolve it to a much more advanced stage, known as <b>Eagle Sense.</b>
- <h4>Eagle Sense</h4>
- In very rare occasions, the aforementioned Eagle Vision could evolve into its most robust form, where it increases in capablity and influences/heightens all other senses. While known of, this is referred to as a quite rare form of extrasensory perception by the Assassin Order. Comparable to the exceptional and natural instinct of an eagle, the individual's smell, eyesight and hearing are enhanced to above human levels. As Ezio matured, many of his senses seemed to heighten, one of which was his Eagle Vision. His level and use of Eagle Sense thereafter, was found to be renowned within the Order at the time and well-acknowledged among Assassins globally. This robust form is not shared by all protagonists.
- <h4>Hidden Blade</h4>
- The signature weapon of the Assassins throughout history. Its main component is a blade that can be extended or retracted from a mechanism worn on the assassin's wrist, which works through a small flick of a muscle by the carpal tunnel. Ezio initially utilized one like most Assassins, until acquiring a second at the age of nineteen, he dual wields them from that moment forward. <a href="https://assassinscreed.wikia.com/wiki/File:Eerste-info-onthuld-over-assassin-s-creed-2_5_460x0.jpg" target="_blank">Visual reference.</a>
- </div class="npcontent">
- </li>
- </ul>
- </div id="page">
- </div id="tabcontent">
- </div id="Claudia" class="page">
- <!-- PAGE: PORTHOS -->
- <div id="Porthos" class="page" style="display:none;">
- <div id="tabcontent">
- <div class="npside">
- <div class="sidebarbg">
- <img src="{image:Sidebar Background}">
- </div class="sidebarbg">
- <div class="npsideinner">
- <div class="npsideimgtop">
- <img src="https://i.imgur.com/oC06z3m.png">
- </div class="npsideimgtop">
- <div class="description" style="border-top:29px solid {color:background};">
- <b style="color:{color:links};">LOIALTE:</b> INDEPENDENT AND SELECTIVE <i>MULTI MUSE</i> FEATURING CHARACTERS IN <b> THE MARVEL CINEMATIC UNIVERSE,</b> ASSASSIN'S CREED, <b>REIGN,</b> BBC MUSKETEERS, <b>OUTLANDER,</b> THE SHADOWHUNTER CHRONICLES, <b>AND MANY MORE!</b> LOW ACTIVITY. <i>SALUTED BY EMMA.</i>
- </div class="description">
- <div class="npsideimgbottom">
- <img src="https://i.imgur.com/SkrJ5qY.png">
- </div class="npsideimgbottom">
- </div class="npsideinner">
- </div class="npside">
- <div id="page">
- <div class="npheader">
- <img src="https://i.imgur.com/8QePjqt.png">
- </div class="npheader">
- <div class="npnavi">
- <div class="dropdown">
- <button onclick="myFunction()" class="dropbtn">
- (re) Click here for Navigational Pages</button>
- <div id="myDropdown" class="dropdown-content">
- <ul id="tabs">
- <li style="text-align:left;" autofocus>General Information</li>
- <li style="text-align:right;">General Navigation</li>
- <li style="min-width:539px; margin-bottom:-5px!important;"></li>
- </ul id="tabs">
- </div id="myDropdown" class="dropdown-content">
- </div class="dropdown">
- </div class="npnavi">
- <!-- TAB ONE -->
- <ul id="tab"><li class="active">
- <div class="npcontent">
- <blockquote style="font-style:italic!important; margin-top:1px!important;"><i><b>Porthos: Men are born free. No one has the right to make slaves of them.<br>
- Émile Bonnaire: Yes, but the real world isn't driven by romantic notions of freedom, is it? It's driven by commerce... and I'm a trader. That's all. I deal in commodities.<br>
- Porthos: A man is not a commodity.<br>
- Émile Bonnaire: Oh, in Africa he is.</b></i></blockquote>
- <h4>Introduction / Importances</h4>
- Coming soon.
- <h4>Canon elaboration: Shipping</h4>
- Coming soon.
- </div class="npcontent">
- </li>
- <!-- TAB TWO -->
- <li>
- <div class="npcontent">
- <div class="nplinks">
- <h4>General Links</h4>
- <a href="/tagged/「-porthos-%2F-study-」-i%27m-thinking-about-fainting-just-for-something-to-do.">
- study
- </a>
- <a href="/tagged/「-porthos-%2F-visage-」-praise-and-glory-are-two-of-my-favourite-things.">
- visage
- </a>
- <a href="/tagged/「-porthos-%2F-headcanon-」-just-like-a-heart-beat-the-drumbeat-carries-on.">
- headcanon
- </a>
- <a href="/tagged/「-porthos-%2F-answered-ic-」-how-old-would-you-be-if-you-didn%27t-know-how-old-you-were%3F">
- answered / in character
- </a>
- <h4>Universes</h4>
- <a href="/tagged/「-porthos-%2F-vs%3A-s01-」-i-prefer-dangerous-freedom-over-peaceful-slavery.">
- Season 01
- </a>
- <a href="/tagged/「-porthos-%2F-vs%3A-s02-」-if-you-want-to-start-a-fight-you-better-throw-he-first-punch.-make-it-a-good-one.">
- Season 02
- </a>
- <a href="/tagged/「-porthos-%2F-vs%3A-s03-」-there%27s-bullets-flying-through-the-air-and-they-still-carry-on.">
- Season 03
- </a>
- <a> </a>
- <h4>Connections</h4>
- <a href="/tagged/">
- d'Artagnan
- </a>
- <a href="/tagged/">
- Athos
- </a>
- <a href="/tagged/">
- Aramis
- </a>
- <a> </a>
- </div class="nplinks">
- </div class="npcontent">
- </li></ul>
- </div id="page">
- </div id="tabcontent">
- </div id="Porthos" class="page">
- <!-- PAGE: MARY -->
- <div id="Mary" class="page" style="display:none;">
- <div id="tabcontent">
- <div class="npside">
- <div class="sidebarbg">
- <img src="{image:Sidebar Background}">
- </div class="sidebarbg">
- <div class="npsideinner">
- <div class="npsideimgtop">
- <img src="https://i.imgur.com/xeIcsHq.png">
- </div class="npsideimgtop">
- <div class="description" style="border-top:29px solid {color:background};">
- <b style="color:{color:links};">LOIALTE:</b> INDEPENDENT AND SELECTIVE <i>MULTI MUSE</i> FEATURING CHARACTERS IN <b> THE MARVEL CINEMATIC UNIVERSE,</b> ASSASSIN'S CREED, <b>REIGN,</b> BBC MUSKETEERS, <b>OUTLANDER,</b> THE SHADOWHUNTER CHRONICLES, <b>AND MANY MORE!</b> LOW ACTIVITY. <i>SALUTED BY EMMA.</i>
- </div class="description">
- <div class="npsideimgbottom">
- <img src="https://i.imgur.com/j0kNVsN.png">
- </div class="npsideimgbottom">
- </div class="npsideinner">
- </div class="npside">
- <div id="page">
- <div class="npheader">
- <img src="https://i.imgur.com/3Ee4BXK.png">
- </div class="npheader">
- <div class="npnavi">
- <div class="dropdown">
- <button onclick="myFunction()" class="dropbtn">
- (re) Click here for Navigational Pages</button>
- <div id="myDropdown" class="dropdown-content">
- <ul id="tabs">
- <li style="text-align:left;" autofocus>General Information</li>
- <li style="text-align:right;">General Navigation</li>
- <li style="min-width:539px; margin-bottom:-5px!important;"></li>
- </ul id="tabs">
- </div id="myDropdown" class="dropdown-content">
- </div class="dropdown">
- </div class="npnavi">
- <!-- TAB ONE -->
- <ul id="tab"><li class="active">
- <div class="npcontent">
- <blockquote style="font-style:italic!important; margin-top:1px!important;"><i><b>I was born on this soil, crowned after the English murdered my father when I was six days old. I was raised to fight for this nation. I AM SCOTTISH, this country is in my blood as I know it is in yours. I believe in a Scotland that is independent, prosperous and peaceful. A Scotland that cannot be frightened, bullied, or bought by anyone. If you agree, then you will stand with me and tell this English delegation, who would urge you to bow to their queen, what we have told countless invaders before them that this is our land. And that, though they may spill our blood, THEY WILL NEVER TAKE THE SCOTLAND THAT POUNDS IN OUR VEINS!</b></i></blockquote>
- <h4>Introduction / Importances</h4>
- Coming soon.
- <h4>Canon elaboration: Shipping</h4>
- Coming soon.
- </div class="npcontent">
- </li>
- <!-- TAB TWO -->
- <li>
- <div class="npcontent">
- <div class="nplinks">
- <h4>General Links</h4>
- <a href="/tagged/「-mary-stuart-%2F-study-」-my-blood-may-hail-from-scotland-but-my-heart-is-french.">
- study
- </a>
- <a href="/tagged/「-mary-stuart-%2F-visage-」-in-a-hundred-years-as-queen-i-will-be-remembered.">
- visage
- </a>
- <a href="/tagged/「-mary-stuart-%2F-headcanon-」-in-my-end-is-my-beginning.">
- headcanon
- </a>
- <a href="/tagged/「-mary-stuart-%2F-answered-ic-」-i%27d-defy-the-devil-himself-if-he-tried-to-buy-and-sell-my-country.">
- answered / in character
- </a>
- <h4>Universes</h4>
- <a href="/tagged/「-mary-stuart-%2F-vs%3A-season-01-」-i-know-how-to-keep-my-life-and-my-crown.">
- Season 01
- </a>
- <a href="/tagged/「-mary-stuart-%2F-vs%3A-season-02-」-i-will-spill-blood-to-defend-what-is-mine.">
- Season 02
- </a>
- <a href="/tagged/「-mary-stuart-%2F-vs%3A-season-03-」-we-were-supposed-to-dance-under-the-stars.">
- Season 03
- </a>
- <a> </a>
- <h4>Connections</h4>
- <a href="/tagged/「-mary-stuart-%2F-dyn%3A-francis-ii-」-you-are-my-most-precious-possession.">
- francis II
- </a>
- <a href="/tagged/「-mary-stuart-%2F-dyn%3A-catherine-」-trust-that-i-can-get-you-through-this-because-i-swear-to-you-that-i-can.">
- catherine
- </a>
- </div class="nplinks">
- </div class="npcontent">
- </li></ul>
- </div id="page">
- </div id="tabcontent">
- </div id="Mary" class="page">
- <!-- PAGE: ETHAN -->
- <div id="Ethan" class="page" style="display:none;">
- <div id="tabcontent">
- <div class="npside">
- <div class="sidebarbg">
- <img src="{image:Sidebar Background}">
- </div class="sidebarbg">
- <div class="npsideinner">
- <div class="npsideimgtop">
- <img src="https://i.imgur.com/mPK1exW.png">
- </div class="npsideimgtop">
- <div class="description" style="border-top:29px solid {color:background};">
- <b style="color:{color:links};">LOIALTE:</b> INDEPENDENT AND SELECTIVE <i>MULTI MUSE</i> FEATURING CHARACTERS IN <b> THE MARVEL CINEMATIC UNIVERSE,</b> ASSASSIN'S CREED, <b>REIGN,</b> BBC MUSKETEERS, <b>OUTLANDER,</b> THE SHADOWHUNTER CHRONICLES, <b>AND MANY MORE!</b> LOW ACTIVITY. <i>SALUTED BY EMMA.</i>
- </div class="description">
- <div class="npsideimgbottom">
- <img src="https://i.imgur.com/DBUGfTt.png">
- </div class="npsideimgbottom">
- </div class="npsideinner">
- </div class="npside">
- <div id="page">
- <div class="npheader">
- <img src="https://i.imgur.com/czVr6Zv.png">
- </div class="npheader">
- <div class="npnavi">
- <div class="dropdown">
- <button onclick="myFunction()" class="dropbtn">
- (re) Click here for Navigational Pages</button>
- <div id="myDropdown" class="dropdown-content">
- <ul id="tabs">
- <li style="text-align:left;" autofocus>General Information</li>
- <li style="text-align:right;">General Navigation</li>
- <li style="min-width:539px; margin-bottom:-5px!important;"></li>
- </ul id="tabs">
- </div id="myDropdown" class="dropdown-content">
- </div class="dropdown">
- </div class="npnavi">
- <!-- TAB ONE -->
- <ul id="tab"><li class="active">
- <div class="npcontent">
- <blockquote style="font-style:italic!important; margin-top:1px!important;"><i><b>Coming Soon</b></i></blockquote>
- <h4>Introduction / Importances</h4>
- Coming soon.
- <h4>Canon elaboration: Shipping</h4>
- Coming soon.
- </div class="npcontent">
- </li>
- <!-- TAB TWO -->
- <li>
- <div class="npcontent">
- <div class="nplinks">
- <h4>General Links</h4>
- <a href="/tagged/「-mary-stuart-%2F-study-」-my-blood-may-hail-from-scotland-but-my-heart-is-french.">
- study
- </a>
- <a href="/tagged/「-mary-stuart-%2F-visage-」-in-a-hundred-years-as-queen-i-will-be-remembered.">
- visage
- </a>
- <a href="/tagged/「-mary-stuart-%2F-headcanon-」-in-my-end-is-my-beginning.">
- headcanon
- </a>
- <a href="/tagged/「-mary-stuart-%2F-answered-ic-」-i%27d-defy-the-devil-himself-if-he-tried-to-buy-and-sell-my-country.">
- answered / in character
- </a>
- <h4>Universes</h4>
- <a href="/tagged/「-mary-stuart-%2F-vs%3A-season-01-」-i-know-how-to-keep-my-life-and-my-crown.">
- Season 01
- </a>
- <a href="/tagged/「-mary-stuart-%2F-vs%3A-season-02-」-i-will-spill-blood-to-defend-what-is-mine.">
- Season 02
- </a>
- <a href="/tagged/「-mary-stuart-%2F-vs%3A-season-03-」-we-were-supposed-to-dance-under-the-stars.">
- Season 03
- </a>
- <a> </a>
- <h4>Connections</h4>
- <a href="/tagged/「-mary-stuart-%2F-dyn%3A-francis-ii-」-you-are-my-most-precious-possession.">
- francis II
- </a>
- <a href="/tagged/「-mary-stuart-%2F-dyn%3A-catherine-」-trust-that-i-can-get-you-through-this-because-i-swear-to-you-that-i-can.">
- catherine
- </a>
- </div class="nplinks">
- </div class="npcontent">
- </li></ul>
- </div id="page">
- </div id="tabcontent">
- </div id="Ethan" class="page">
- <!-- PAGE: DEAN -->
- <div id="Dean" class="page" style="display:none;">
- <div id="tabcontent">
- <div class="npside">
- <div class="sidebarbg">
- <img src="{image:Sidebar Background}">
- </div class="sidebarbg">
- <div class="npsideinner">
- <div class="npsideimgtop">
- <img src="https://i.imgur.com/z4kYFKZ.png">
- </div class="npsideimgtop">
- <div class="description" style="border-top:29px solid {color:background};">
- <b style="color:{color:links};">LOIALTE:</b> INDEPENDENT AND SELECTIVE <i>MULTI MUSE</i> FEATURING CHARACTERS IN <b> THE MARVEL CINEMATIC UNIVERSE,</b> ASSASSIN'S CREED, <b>REIGN,</b> BBC MUSKETEERS, <b>OUTLANDER,</b> THE SHADOWHUNTER CHRONICLES, <b>AND MANY MORE!</b> LOW ACTIVITY. <i>SALUTED BY EMMA.</i>
- </div class="description">
- <div class="npsideimgbottom">
- <img src="https://i.imgur.com/PtoVWjd.png">
- </div class="npsideimgbottom">
- </div class="npsideinner">
- </div class="npside">
- <div id="page">
- <div class="npheader">
- <img src="https://i.imgur.com/QeiKdDR.png">
- </div class="npheader">
- <div class="npnavi">
- <div class="dropdown">
- <button onclick="myFunction()" class="dropbtn">
- (re) Click here for Navigational Pages</button>
- <div id="myDropdown" class="dropdown-content">
- <ul id="tabs">
- <li style="text-align:left;" autofocus>General Information</li>
- <li style="text-align:right;">General Navigation</li>
- <li style="min-width:539px; margin-bottom:-5px!important;"></li>
- </ul id="tabs">
- </div id="myDropdown" class="dropdown-content">
- </div class="dropdown">
- </div class="npnavi">
- <!-- TAB ONE -->
- <ul id="tab"><li class="active">
- <div class="npcontent">
- <blockquote style="font-style:italic!important; margin-top:1px!important;"><i><b>I was born on this soil, crowned after the English murdered my father when I was six days old. I was raised to fight for this nation. I AM SCOTTISH, this country is in my blood as I know it is in yours. I believe in a Scotland that is independent, prosperous and peaceful. A Scotland that cannot be frightened, bullied, or bought by anyone. If you agree, then you will stand with me and tell this English delegation, who would urge you to bow to their queen, what we have told countless invaders before them that this is our land. And that, though they may spill our blood, THEY WILL NEVER TAKE THE SCOTLAND THAT POUNDS IN OUR VEINS!</b></i></blockquote>
- <h4>Introduction / Importances</h4>
- Coming soon.
- <h4>Canon elaboration: Shipping</h4>
- Coming soon.
- </div class="npcontent">
- </li>
- <!-- TAB TWO -->
- <li>
- <div class="npcontent">
- <div class="nplinks">
- <h4>General Links</h4>
- <a href="/tagged/「-mary-stuart-%2F-study-」-my-blood-may-hail-from-scotland-but-my-heart-is-french.">
- study
- </a>
- <a href="/tagged/「-mary-stuart-%2F-visage-」-in-a-hundred-years-as-queen-i-will-be-remembered.">
- visage
- </a>
- <a href="/tagged/「-mary-stuart-%2F-headcanon-」-in-my-end-is-my-beginning.">
- headcanon
- </a>
- <a href="/tagged/「-mary-stuart-%2F-answered-ic-」-i%27d-defy-the-devil-himself-if-he-tried-to-buy-and-sell-my-country.">
- answered / in character
- </a>
- <h4>Universes</h4>
- <a href="/tagged/「-mary-stuart-%2F-vs%3A-season-01-」-i-know-how-to-keep-my-life-and-my-crown.">
- Season 01
- </a>
- <a href="/tagged/「-mary-stuart-%2F-vs%3A-season-02-」-i-will-spill-blood-to-defend-what-is-mine.">
- Season 02
- </a>
- <a href="/tagged/「-mary-stuart-%2F-vs%3A-season-03-」-we-were-supposed-to-dance-under-the-stars.">
- Season 03
- </a>
- <a> </a>
- <h4>Connections</h4>
- <a href="/tagged/「-mary-stuart-%2F-dyn%3A-francis-ii-」-you-are-my-most-precious-possession.">
- francis II
- </a>
- <a href="/tagged/「-mary-stuart-%2F-dyn%3A-catherine-」-trust-that-i-can-get-you-through-this-because-i-swear-to-you-that-i-can.">
- catherine
- </a>
- </div class="nplinks">
- </div class="npcontent">
- </li></ul>
- </div id="page">
- </div id="tabcontent">
- </div id="Dean" class="page">
- <!-- PAGE: MONICA -->
- <div id="Monica" class="page" style="display:none;">
- <div id="tabcontent">
- <div class="npside">
- <div class="sidebarbg">
- <img src="{image:Sidebar Background}">
- </div class="sidebarbg">
- <div class="npsideinner">
- <div class="npsideimgtop">
- <img src="https://i.imgur.com/8WkNEDh.png">
- </div class="npsideimgtop">
- <div class="description" style="border-top:29px solid {color:background};">
- <b style="color:{color:links};">LOIALTE:</b> INDEPENDENT AND SELECTIVE <i>MULTI MUSE</i> FEATURING CHARACTERS IN <b> THE MARVEL CINEMATIC UNIVERSE,</b> ASSASSIN'S CREED, <b>REIGN,</b> BBC MUSKETEERS, <b>OUTLANDER,</b> THE SHADOWHUNTER CHRONICLES, <b>AND MANY MORE!</b> LOW ACTIVITY. <i>SALUTED BY EMMA.</i>
- </div class="description">
- <div class="npsideimgbottom">
- <img src="https://i.imgur.com/QNo9ke7.png">
- </div class="npsideimgbottom">
- </div class="npsideinner">
- </div class="npside">
- <div id="page">
- <div class="npheader">
- <img src="https://i.imgur.com/xj98zPw.png">
- </div class="npheader">
- <div class="npnavi">
- <div class="dropdown">
- <button onclick="myFunction()" class="dropbtn">
- (re) Click here for Navigational Pages</button>
- <div id="myDropdown" class="dropdown-content">
- <ul id="tabs">
- <li style="text-align:left;" autofocus>General Information</li>
- <li style="text-align:right;">General Navigation</li>
- <li style="min-width:539px; margin-bottom:-5px!important;"></li>
- </ul id="tabs">
- </div id="myDropdown" class="dropdown-content">
- </div class="dropdown">
- </div class="npnavi">
- <!-- TAB ONE -->
- <ul id="tab"><li class="active">
- <div class="npcontent">
- <blockquote style="font-style:italic!important; margin-top:1px!important;"><i><b>Coming soon</b></i></blockquote>
- <h4>Introduction / Importances</h4>
- Coming soon.
- <h4>Canon elaboration: Shipping</h4>
- Coming soon.
- </div class="npcontent">
- </li>
- <!-- TAB TWO -->
- <li>
- <div class="npcontent">
- <div class="nplinks">
- <h4>General Links</h4>
- <a href="/tagged/「-mary-stuart-%2F-study-」-my-blood-may-hail-from-scotland-but-my-heart-is-french.">
- study
- </a>
- <a href="/tagged/「-mary-stuart-%2F-visage-」-in-a-hundred-years-as-queen-i-will-be-remembered.">
- visage
- </a>
- <a href="/tagged/「-mary-stuart-%2F-headcanon-」-in-my-end-is-my-beginning.">
- headcanon
- </a>
- <a href="/tagged/「-mary-stuart-%2F-answered-ic-」-i%27d-defy-the-devil-himself-if-he-tried-to-buy-and-sell-my-country.">
- answered / in character
- </a>
- <h4>Universes</h4>
- <a href="/tagged/「-mary-stuart-%2F-vs%3A-season-01-」-i-know-how-to-keep-my-life-and-my-crown.">
- Season 01
- </a>
- <a href="/tagged/「-mary-stuart-%2F-vs%3A-season-02-」-i-will-spill-blood-to-defend-what-is-mine.">
- Season 02
- </a>
- <a href="/tagged/「-mary-stuart-%2F-vs%3A-season-03-」-we-were-supposed-to-dance-under-the-stars.">
- Season 03
- </a>
- <a> </a>
- <h4>Connections</h4>
- <a href="/tagged/「-mary-stuart-%2F-dyn%3A-francis-ii-」-you-are-my-most-precious-possession.">
- francis II
- </a>
- <a href="/tagged/「-mary-stuart-%2F-dyn%3A-catherine-」-trust-that-i-can-get-you-through-this-because-i-swear-to-you-that-i-can.">
- catherine
- </a>
- </div class="nplinks">
- </div class="npcontent">
- </li></ul>
- </div id="page">
- </div id="tabcontent">
- </div id="Monica" class="page">
- <!-- PAGE: RACHEL -->
- <div id="Rachel" class="page" style="display:none;">
- <div id="tabcontent">
- <div class="npside">
- <div class="sidebarbg">
- <img src="{image:Sidebar Background}">
- </div class="sidebarbg">
- <div class="npsideinner">
- <div class="npsideimgtop">
- <img src="https://i.imgur.com/SQQsDH0.png">
- </div class="npsideimgtop">
- <div class="description" style="border-top:29px solid {color:background};">
- <b style="color:{color:links};">LOIALTE:</b> INDEPENDENT AND SELECTIVE <i>MULTI MUSE</i> FEATURING CHARACTERS IN <b> THE MARVEL CINEMATIC UNIVERSE,</b> ASSASSIN'S CREED, <b>REIGN,</b> BBC MUSKETEERS, <b>OUTLANDER,</b> THE SHADOWHUNTER CHRONICLES, <b>AND MANY MORE!</b> LOW ACTIVITY. <i>SALUTED BY EMMA.</i>
- </div class="description">
- <div class="npsideimgbottom">
- <img src="https://i.imgur.com/N2YdGPg.png">
- </div class="npsideimgbottom">
- </div class="npsideinner">
- </div class="npside">
- <div id="page">
- <div class="npheader">
- <img src="https://i.imgur.com/RMhAy6Z.png">
- </div class="npheader">
- <div class="npnavi">
- <div class="dropdown">
- <button onclick="myFunction()" class="dropbtn">
- (re) Click here for Navigational Pages</button>
- <div id="myDropdown" class="dropdown-content">
- <ul id="tabs">
- <li style="text-align:left;" autofocus>General Information</li>
- <li style="text-align:right;">General Navigation</li>
- <li style="min-width:539px; margin-bottom:-5px!important;"></li>
- </ul id="tabs">
- </div id="myDropdown" class="dropdown-content">
- </div class="dropdown">
- </div class="npnavi">
- <!-- TAB ONE -->
- <ul id="tab"><li class="active">
- <div class="npcontent">
- <blockquote style="font-style:italic!important; margin-top:1px!important;"><i><b>Coming soon</b></i></blockquote>
- <h4>Introduction / Importances</h4>
- Coming soon.
- <h4>Canon elaboration: Shipping</h4>
- Coming soon.
- </div class="npcontent">
- </li>
- <!-- TAB TWO -->
- <li>
- <div class="npcontent">
- <div class="nplinks">
- <h4>General Links</h4>
- <a href="/tagged/「-mary-stuart-%2F-study-」-my-blood-may-hail-from-scotland-but-my-heart-is-french.">
- study
- </a>
- <a href="/tagged/「-mary-stuart-%2F-visage-」-in-a-hundred-years-as-queen-i-will-be-remembered.">
- visage
- </a>
- <a href="/tagged/「-mary-stuart-%2F-headcanon-」-in-my-end-is-my-beginning.">
- headcanon
- </a>
- <a href="/tagged/「-mary-stuart-%2F-answered-ic-」-i%27d-defy-the-devil-himself-if-he-tried-to-buy-and-sell-my-country.">
- answered / in character
- </a>
- <h4>Universes</h4>
- <a href="/tagged/「-mary-stuart-%2F-vs%3A-season-01-」-i-know-how-to-keep-my-life-and-my-crown.">
- Season 01
- </a>
- <a href="/tagged/「-mary-stuart-%2F-vs%3A-season-02-」-i-will-spill-blood-to-defend-what-is-mine.">
- Season 02
- </a>
- <a href="/tagged/「-mary-stuart-%2F-vs%3A-season-03-」-we-were-supposed-to-dance-under-the-stars.">
- Season 03
- </a>
- <a> </a>
- <h4>Connections</h4>
- <a href="/tagged/「-mary-stuart-%2F-dyn%3A-francis-ii-」-you-are-my-most-precious-possession.">
- francis II
- </a>
- <a href="/tagged/「-mary-stuart-%2F-dyn%3A-catherine-」-trust-that-i-can-get-you-through-this-because-i-swear-to-you-that-i-can.">
- catherine
- </a>
- </div class="nplinks">
- </div class="npcontent">
- </li></ul>
- </div id="page">
- </div id="tabcontent">
- </div id="Monica" class="page">
- <!-- PAGE: CHARLES -->
- <div id="Charles" class="page" style="display:none;">
- <div id="tabcontent">
- <div class="npside">
- <div class="sidebarbg">
- <img src="{image:Sidebar Background}">
- </div class="sidebarbg">
- <div class="npsideinner">
- <div class="npsideimgtop">
- <img src="https://i.imgur.com/NBO0gsL.png">
- </div class="npsideimgtop">
- <div class="description" style="border-top:29px solid {color:background};">
- <b style="color:{color:links};">LOIALTE:</b> INDEPENDENT AND SELECTIVE <i>MULTI MUSE</i> FEATURING CHARACTERS IN <b> THE MARVEL CINEMATIC UNIVERSE,</b> ASSASSIN'S CREED, <b>REIGN,</b> BBC MUSKETEERS, <b>OUTLANDER,</b> THE SHADOWHUNTER CHRONICLES, <b>AND MANY MORE!</b> LOW ACTIVITY. <i>SALUTED BY EMMA.</i>
- </div class="description">
- <div class="npsideimgbottom">
- <img src="https://i.imgur.com/pshAIBb.png">
- </div class="npsideimgbottom">
- </div class="npsideinner">
- </div class="npside">
- <div id="page">
- <div class="npheader">
- <img src="https://i.imgur.com/RnHBUEu.png">
- </div class="npheader">
- <div class="npnavi">
- <div class="dropdown">
- <button onclick="myFunction()" class="dropbtn">
- (re) Click here for Navigational Pages</button>
- <div id="myDropdown" class="dropdown-content">
- <ul id="tabs">
- <li style="text-align:left;" autofocus>General Information</li>
- <li style="text-align:right;">General Navigation</li>
- <li style="min-width:539px; margin-bottom:-5px!important;"></li>
- </ul id="tabs">
- </div id="myDropdown" class="dropdown-content">
- </div class="dropdown">
- </div class="npnavi">
- <!-- TAB ONE -->
- <ul id="tab"><li class="active">
- <div class="npcontent">
- <blockquote style="font-style:italic!important; margin-top:1px!important;"><i><b>It's not their pain you're afraid of. It's yours, Charles. And as frightening as it can be, that pain will make you stronger. If you allow yourself to feel it, embrace it, it will make you more powerful than you ever imagined. It's the greatest gift we have: to bear their pain without breaking. And it comes from the most human part of us: hope.</b></i></blockquote>
- <h4>Introduction / Importances</h4>
- Coming soon.
- <h4>Canon elaboration: Shipping</h4>
- Coming soon.
- </div class="npcontent">
- </li>
- <!-- TAB TWO -->
- <li>
- <div class="npcontent">
- <div class="nplinks">
- <h4>General Links</h4>
- <a href="/tagged/「-charles-xavier-%2F-study-」-once-upon-a-time-i-had-a-dream-of-a-world-where-all-earth%27s-children-might-live-together-in-peace.">
- study
- </a>
- <a href="/tagged/「-charles-xavier-%2F-visage-」-one-of-the-most-spectacular-things-is-my-mutation-allows-me-to-read-your-mind.">
- visage
- </a>
- <a href="/tagged/「-charles-xavier-%2F-headcanon-」-countless-choices-define-our-fate.-each-choice-each-moment-a-ripple-in-the-river-of-time.">
- headcanon
- </a>
- <a href="/tagged/「-charles-xavier-%2F-answered-ic-」-i-feel-a-great-swell-of-pity-for-the-poor-soul-that-comes-to-my-school-looking-for-trouble.">
- answered / in character
- </a>
- <h4>Universes</h4>
- <a href="/tagged/「-charles-xavier-%2F-vs%3A-first-class-」-you-have-a-chance-to-become-a-part-of-something-much-bigger-than-yourself.">
- First Class
- </a>
- <a href="/tagged/「-charles-xavier-%2F-vs%3A-days-of-future-past-」-just-because-someone-stumbles-and-loses-their-way-doesn%27t-mean-they%27re-lost-forever.">
- Days of Future Past
- </a>
- <a href="/tagged/「-charles-xavier-%2F-vs%3A-apocalypse-」-a-gift-can-also-be-a-curse.-give-someone-wings-and-they-may-fly-to-close-to-the-sun.">
- Apocalypse
- </a>
- <a href="/tagged/「-charles-xavier-%2F-vs%3A-dark-phoenix-」-the-mind-is-a-fragile-thing.-takes-only-the-slightest-tap-to-tip-it-in-the-wrong-direction.">
- Dark Phoenix
- </a>
- <h4>Connections</h4>
- <a href="/tagged/「-charles-xavier-%2F-dyn%3A-erik-」-there-is-so-much-more-to-you-than-you-know.-not-just-pain-and-anger.-there%27s-good-in-you-too.">
- Erik
- </a>
- <a href="/tagged/「-charles-xavier-%2F-dyn%3A-raven-」-i%27ve-promised-you-a-great-many-things-i%27m-afraid.-i%27m-sorry.">
- Raven
- </a>
- </div class="nplinks">
- </div class="npcontent">
- </li></ul>
- </div id="page">
- </div id="tabcontent">
- </div id="Charles" class="page">
- <!-- PAGE: ALEC -->
- <div id="Alec" class="page" style="display:none;">
- <div id="tabcontent">
- <div class="npside">
- <div class="sidebarbg">
- <img src="{image:Sidebar Background}">
- </div class="sidebarbg">
- <div class="npsideinner">
- <div class="npsideimgtop">
- <img src="https://i.imgur.com/ywbESpO.png">
- </div class="npsideimgtop">
- <div class="description" style="border-top:29px solid {color:background};">
- <b style="color:{color:links};">LOIALTE:</b> INDEPENDENT AND SELECTIVE <i>MULTI MUSE</i> FEATURING CHARACTERS IN <b> THE MARVEL CINEMATIC UNIVERSE,</b> ASSASSIN'S CREED, <b>REIGN,</b> BBC MUSKETEERS, <b>OUTLANDER,</b> THE SHADOWHUNTER CHRONICLES, <b>AND MANY MORE!</b> LOW ACTIVITY. <i>SALUTED BY EMMA.</i>
- </div class="description">
- <div class="npsideimgbottom">
- <img src="https://i.imgur.com/wGItW2B.png">
- </div class="npsideimgbottom">
- </div class="npsideinner">
- </div class="npside">
- <div id="page">
- <div class="npheader">
- <img src="https://i.imgur.com/xhmzbNW.png">
- </div class="npheader">
- <div class="npnavi">
- <div class="dropdown">
- <button onclick="myFunction()" class="dropbtn">
- (re) Click here for Navigational Pages</button>
- <div id="myDropdown" class="dropdown-content">
- <ul id="tabs">
- <li style="text-align:left;" autofocus>General Information</li>
- <li style="text-align:right;">Navigation</li>
- <li style="text-align:left;" >Encyclopedia</li>
- <li style="text-align:right;">Book/Show Differences</li>
- </ul id="tabs">
- </div id="myDropdown" class="dropdown-content">
- </div class="dropdown">
- </div class="npnavi">
- <!-- TAB ONE -->
- <ul id="tab"><li class="active">
- <div class="npcontent">
- <blockquote style="font-style:italic!important; margin-top:1px!important;"><i><b>"Just because you said dragon demons were extinct—"<br/>
- "I said <b>mostly</b> extinct."<br/>
- Alec jabbed a finger toward him. "Mostly extinct," he said, his voice trembling with rage, <i>"is NOT EXTINCT ENOUGH."</i><br/>
- "I see," said Jace. "I'll just have them change the entry in the demonology textbook from 'almost extinct' to '<i>not extinct enough for Alec.</i> He prefers his monsters really, really extinct.' Will that make you happy?”</b></i></blockquote>
- <h4>IMPORTANCES: REGARDING THE SHOW</h4>
- Know from the start, though I did once follow the Freeform show Shadowhunters, I no longer do so and I do not roleplay anything from the show. I am rather critical of it and the direction it has been taken in, therefore please understand that you are likely to see my own opinions and comments on the show if you follow me. Know that, <i>though I support the actors and their work on the show,</i> <b>I do not support the show writers purely based on the material they have provided for the show.</b> This is my own opinion and in no way should influence your own views.
- <h4>IMPORTANCES: REGARDING MOVIE/SHOW BLOGS</h4>
- I would <i>love</i> to rp with any/all show or movie based blogs – in fact I would be <b>thrilled</b>. Here’s my deal though: my blog is <i>book based</i>. Now lets be real here, The Mortal Instruments: City of Bones was <i>pretty damn close</i> to the books – close enough that honestly? It shouldn’t matter too much what we touch on because it’s <b>close enough</b>. With Shadowhunters, it’s a completely different story. <i>Regardless of the facts,</i> if your blog is outside of book canon, we will have to chat about our muses and how to work them together. Mostly so I can hear the things you liked about the show or movie and what you would want to keep! I’m one of those people where, <i>if you can tell me a sound reason for keeping the the thing you want to keep that differs from the book</i>, I can usually find a way to make it work for me.</small></p>
- <b>TLDR:</b> Just because I am <i>book based</i>, does not mean that I have a problem following and/or RPing with movie or show based blogs, provided we can find a <b>common ground</b> for our muses and we can plot about it first – <i>especially</i> when it comes to alternate canons!
- </div class="npcontent">
- </li>
- <!-- TAB TWO -->
- <li>
- <div class="npcontent">
- <div class="nplinks">
- <h4>General Links</h4>
- <a href="/tagged/「-alec-lightwood-%2F-study-」-have-each-other%27s-backs-so-we-don%27t-have-to-fight-alone.">
- study
- </a>
- <a href="/tagged/「-alec-lightwood-%2F-visage-」-he%27s-brave-good-and-loyal%3A-like-all-lightwood%27s-he-has-cheekbones-that-could-slice-salami.">
- visage
- </a>
- <a href="/tagged/「-alec-lightwood-%2F-headcanon-」-we-can-gloss-over-whatever-you-want-just-don’t-kiss-me-again.">
- headcanon
- </a>
- <a href="/tagged/「-alec-lightwood-%2F-answered-ic-」-lightwoods%3B-they-always-have-to-have-the-last-word.">
- answered / in character
- </a>
- <h4>Universes</h4>
- <a href="/tagged/「-alec-lightwood-%2F-vs%3A-mortal-instruments-」-silver-though-few-people-knew-it-was-a-rarer-metal-than-gold.">
- Mortal Instruments
- </a>
- <a href="/tagged/「-alec-lightwood-%2F-vs%3A-eldest-curses-」-alec-keeps-sending-me-annoying-photos.-lots-of-captions-like-wish-you-were-here-except-not-really.">
- Eldest Curses
- </a>
- <a href="/tagged/「-alec-lightwood-%2F-vs%3A-shadowhunter-academy-」-he-approached-the-world-with-a-tender-wonder-that-made-all-things-new.">
- Shadowhunter Academy
- </a>
- <a href="/tagged/「-alec-lightwood-%2F-vs%3A-shadow-market-」-ready-for-another-round-of-heroically-defending-the-world%3F-or-if-it%27s-a-slow-night-pranking-simon%3F">
- Shadow Market
- </a>
- <a href="/tagged/「-alec-lightwood-%2F-vs%3A-dark-artifices-」-outside-the-wards-of-idris-we-will-fight-on-to-protect-the-world.">
- Dark Artifices
- </a>
- <a href="">
-
- </a>
- <h4>Connections</h4>
- <a href="/tagged/「-alec-lightwood-%2F-dyn%3A-magnus-bane-」-alec-was-a-warrior-who-brought-him-peace.">
- Magnus
- </a>
- <a href="/tagged/「-alec-lightwood-%2F-dyn%3A-jace-lightwood-herondale-」-i-don’t-feel-like-i’m-missing-a-part-of-me-anymore.">
- Jace
- </a>
- <a href="/tagged/「-alec-lightwood-%2F-dyn%3A-isabelle-lightwood-」-she-wasn%27t-scared-of-much-but-alec-was-always-fussing.">
- Isabelle
- </a>
- <a href="/tagged/「-alec-lightwood-%2F-dyn%3A-clary-fairchild-」-alec-had-come-to-love-her-after-resenting-her-so-much-at-first.">
- Clary
- </a>
- <a href="/tagged/「-alec-lightwood-%2F-dyn%3A-simon-lewis-」-don%27t-talk.-alec-gestured-at-him-with-an-expression-of-vague-disgust.">
- Simon
- </a>
- <a href="/tagged/「-alec-lightwood-%2F-dyn%3A-lily-chen-」-thank-you-for-coming-with-me.-also-you%27re-the-worst.">
- Lily
- </a>
- </div class="nplinks">
- </div class="npcontent">
- </li>
- <li>
- <div class="npcontent">
- <blockquote style="font-style:italic!important; margin-top:1px!important;"><i><b>The Mortal Instruments franchise introduces us to a world that contains terminology that'll be entirely confusing for anyone unfamiliar with the novels. So while I could easily refer people to the according wiki pages that will each contain more information than you need to grasp the concept of each word, I'm assembling a list consisting of numerous terms that you're likely to come across at one point on this blog. See it as an encyclopedia of sorts. This list will be updated as time passes.</b></i></blockquote>
- <h4>Shadowhunters / Nephilim</h4>
- <i>Descensus facilis Averno est;</i> <b>The descent into Hell is easy.</b> The Nephilim, commonly known as Shadowhunters are a race of mortal beings that're born human and appear as such, but have angelic blood running through their veins. They represent an order, if you will, that fight against demons alongside Downworlders in the Shadow World that is invisible to the mere human eye. In essence, the Shadowhunters' objective is to one day rid the world of Earth of these demons, bringing an end to a war that dates back well over a thousand years.
- <h4>The Angel Raziel</h4>
- Known as the patron and creator of the race of the Shadowhunters. Legend goes that they were created well over a thousand years ago, during an uprising of demons invading the Mundane world. A warlock is said to have summoned an angel by the name of Raziel. This assumed archangel chose to mix his own blood with that of mortal men into a cup, that would later become known as the <i>Mortal Cup,</i> and offered the mixture to these same men to drink. Those who chose to consume it became Shadowhunters, a decision that would mark their family's line, as all descendants would then be born Nephilim as well.
- <h4>Mundanes & Glamour </h4>
- In the world of Cassandra Clare's <b>The Mortal Instruments,</b> the term <i>mundane</i> is utilized for those of human birth. In essence, they are individuals like you and I. They are generally entirely oblivious to the existence of Nephilim, demons and Downworlders as a whole— as this war is combatted behind <i>glamour,</i> which is a form of magic that conceals the Shadow World to the naked eye, visible to only those with ability known as The Sight.
- <h4>The Sight </h4>
- Shadowhunters are generally <i>naturally born with</i> the ability of <b>The Sight</b> to see through glamour; it is a trait that is inherited through their Shadowhunter parents, which is bettered through training and then further improved upon further through usage of a permanent rune known as the rune of Voyance.
- <h4>Runes</h4>
- For Shadowhunters, these runes (known as <b>Marks)</b> are a <i>complex runic language</i> granted to them by the Angel Raziel, consisting of symbols that are burned into a Nephilim's skin with help of a stele (a tool created for the specific purpose of drawing these symbols) and work as empowerments, protection or various other uses. There are thousands of runes in existence.
- <h4>Downworlders</h4>
- This is a commonly used term for the, in essence, counterpart of the Nephilim. Where they are part human and part angel, the Downworlders are part human and part demon. The Downworlders consist of the <i>werewolves, faeries, vampires and warlocks.</i> While they are all demonic in origin and nature, they are regarded as human by the inhabitants of Heaven due to possessing human souls, which is what sets them apart from demons as a whole. Though often considered the logical and biological counterpart of the Shadowhunters, they live in peace and can fight side by side against demons in an allegiance created by the Accords.
- <h4>WARLOCKS</h4>
- Warlocks, also known as Lilith's Children, are an immortal race of Downworlder offsprings of demons and mundanes. Warlocks are born from demons and humans, usually rape or deceit from shape-shifting Eidolon demons, disguised as humans or a human's loved one or an object of sexual desire.
- Warlocks are immortal beings. At one point in their lives, they stop ageing—which point exactly will depend on their warlock parent. At one point, however, after an unspecific but long duration of time, warlocks, like most immortal or long-lived beings such as Silent Brothers, can "fade" and "petrify"—when they grow bored or unsurprised by life and stop looking forward to their years ahead, when the weight of their long lives settle on them, they may begin to lose their minds, and/or stop feeling and living, in all other essences of the word except literally.
- <p>A universal trait among them are their warlock or demon marks, a part of their body that is strange or unique that identifies them as unearthly.
- Additionally, warlocks are unable to have children. Warlock pregnancy always results in stillbirth as they are crossbreeds and are thus sterile.
- <p>An exception from these limitations are the very rare offspring of demons and unmarked Shadowhunters; without Marks to resist the demonic energy in a fetus, the pregnancy results in a living child—particularly, a dominantly Shadowhunter being with traces of warlock abilities. The only known case so far is Tessa Gray, who does not have a warlock mark and has given birth.
- <p>Because of their half-demon, half-human nature, other Downworlders sometimes insultingly refer to them as "half-breeds."
- <h4>The Accords</h4>
- These are a set of amendments that together signify a peace treaty between Shadowhunters and Downworlders. As long as each of these amendments are never broken, the two can live side by side without bother, even finding allegiance when the need so arises. These Accords are revised and signed every fifteen years by <i>the Clave</i> (the political body of the Nephilim) and the representatives of all involved Downworlders.
- <h4>THE MORTAL INSTRUMENTS</h4>
- Three divine items given by the Angel Raziel to Jonathan Shadowhunter, the first of the Nephilim. Raziel gave them to the Nephilim not only for individual use, but also in case of dire emergency, when he would heed their call only once; when used all together, the Instruments would summon the Angel.
- <p>A thousand years ago, the Angel Raziel was summoned during a time when the Incursion was at its peak, when a huge wave of demons crossed dimensions into the human world. Raziel rose from Lake Lyn and mixed some of his own blood with the blood of Jonathan in a Cup, which became known as the Mortal Cup, and gave it to him to drink, entrusting with him the responsibility of creating more of his kind by letting others drink from it. Along with the Cup, Raziel also gave him the Mortal Sword.
- <p>For years, however, the Mortal Mirror was believed to be lost. It was in 2007 when it was revealed, after being deduced by Hodge Starkweather, that it was in fact Lake Lyn in Idris. The same year, the Mortal Instruments were used by Valentine Morgenstern to summon Raziel. Because of this, the Instruments can apparently no longer be used to re-summon him.
- <h4>INSTITUTE</h4>
- An Institute is an asylum for Shadowhunters, and in some cases Downworlders and mundanes under their protection, and a safe house meant to lodge and assist Nephilim from around the world in their quest to kill demons. They are found in every major city across the world and are often located in churches or built on holy ground.
- <h4>PORTALS</h4>
- The invention of the first successful Portal was a product of a collaboration between a Shadowhunter and a Downworlder, namely Henry Branwell from the London Institute, who drafted the plans for the device, and Magnus Bane, the warlock, whose name as the co-creator of the Portal is not recorded or credited in history, who used magic and demonic runes to make it work, in 1878.
- Sometimes referred to as a Five-Dimensional Door, a portal is a magical means of transportation used by Shadowhunters.
- <p>Portals are used as means for rapid travel all over the world which, if not warded properly, may be used by powerful demons to get through.
- When a Portal is active, the surroundings light up brightly.
- <p>The kind of runic manipulation required to create Portals is not available to Shadowhunters, and so they need to be created and set up by warlocks. To get around this, a large number of permanent Portals have been established to transport Nephilim to and from Idris without having to hire warlocks for every trip, which is still the case in other parts of the world. Warlocks are now also able to easily create Portals.
- <p>The only known Shadowhunter to have successfully made a Portal without aid from a warlock is Clary Fray, who first managed it in late 2007 with an ancient rune.
- <p>Additionally, a person needs to be familiar with the destination when going through a Portal. Otherwise, it will take the person to whatever place he/she is thinking of, or the place the last user of the Portal went to.
- <h4>WITCHLIGHT</h4>
- Witchlight is a light, flat, smooth gray stone that emits light, giving off a pure white glow when held by Shadowhunters. All Shadowhunters carry witchlight stones to remind them that light can be found even among the darkest shadows, and also to supply them with actual light when they are literally among dark shadows. Shadowhunters typically carry two witchlights.
- <p>Although witchlight normally does not respond to the touch of mundanes and Downworlders; it glows a deep red, instead of the usual bright white, when held by Magnus Bane. This a result of his ancestry, as his father, Asmodeus, is a fallen angel.
- <h4>THE GRAY BROOK</h4>
- The Gray Book, formally The Book of Gramarye, is a tome that contains an exact replica of the original Book of the Covenant, in which the Angel Raziel inscribed the runes, or Marks, the Nephilim are permitted to use.
- <p>There are only a few copies of the book, as each has to be specially made by Silent Brothers, particularly because it requires special paper to withstand the power of the runes. The High Warlock of Brooklyn, Magnus Bane, and every Institute each have their own copy of the book.
- <p>All young Shadowhunters learn the Marks from this book. Because of the fragility of the human mind, most Shadowhunter children grow up learning one rune from the Book at a time over a period of years. Reading too many runes at once would apparently give the reader a headache.
- <h4>THE CLAVE</h4>
- The Clave is the collective name for the political body made up of all active Shadowhunters. The Clave keeps and interprets the Law, and makes decisions about the guidance of the Nephilim through history as it unfolds and decides on important matters that affect the Nephilim.
- <h4>SILENT BROTHERS</h4>
- The Silent Brothers are a powerful group of male Shadowhunterswho serve as archivists and medics of the Nephilim. To strengthen their minds, they have taken upon themselves the most powerful of runes known to Shadowhunters. They are feared among the Nephilim. They reside in the Silent City, away from the rest of their kind. In the 17th century, as an orphan, Magnus Bane was raised by the Silent Brothers in Madrid, Spain.
- <h4>IRON SISTERS</h4>
- The Iron Sisters are a communal organization of female Shadowhunters that forge weapons for their kind. The Iron Sisters are considered the female counterparts of the Silent Brothers, albeit more secluded. They reside in the Adamant Citadel, where they live in almost total solitude and speak only, and occasionally, to female Shadowhunters.
- <h4>PRAETOR LUPUS</h4>
- Praetor Lupus is an alliance of werewolves founded by Woolsey Scott in the 1800s. It literally means "Wolf Guardians," and is based on the Praetorians, an elite Roman military force. The Praetor is the first and largest self-policing organization among the Downworlders.
- <h4>SCHOLOMANCE</h4>
- The Scholomance is a Shadowhunter school where the most elite of Shadowhunters are trained to deal with demons and Downworlders.
- It had been open for centuries until it was closed in 1872, when the First Accords were signed, as a show of good faith that Downworlders and Shadowhunters were no longer at war.
- <p>A while after the Dark War in 2007, the Scholomance was reopened during the advent of the Cold Peace. It now trains Centurions to investigate cases involving faeries and continue their research.
- <h4>THE WILD HUNT</h4>
- The Wild Hunt are an independent and free-ranging group of faeries who have no allegiance to any of the earthly Courts, which they disdain. They also have no agreement with the Nephilim. They do not fall under and nor do they recognize or the jurisdiction of the Clave; they do not abide by any laws and refuse to involve themselves with the Accords.
- <p>Led by Gwyn ap Nudd, the Wild Hunt rides at night across the skies or along the ground, in mad pursuit of an eternal hunt. They anticipate battles and lie in wait until it's all over, after which they come to gather the dead, though at times they choose their battles. From these dying men, they claim some to either serve them or join them in their hunts. Aside from this, new Hunters are recruited once a year, when a mortal is allowed or given the opportunity to join them; once they join the Hunt, however, they can never leave it. The only time a Hunter may leave is when they are actually given permission.</p>
- </div class="npcontent">
- </li>
- <li>
- <div class="npcontent">
- <blockquote style="font-style:italic!important; margin-top:1px!important;"><i><b>The Mortal Instruments franchise introduces us to a world that contains terminology that'll be entirely confusing for anyone unfamiliar with the novels. So while I could easily refer people to the according wiki pages that will each contain more information than you need to grasp the concept of each word, I'm assembling a list consisting of numerous terms that you're likely to come across at one point on this blog. See it as an encyclopedia of sorts. This list will be updated as time passes.</b></i></blockquote>
- <h4>PORTALS</h4>
- Contrary to the show's wonderful world of <b>a portal can be created by a warlock at any time, anywhere</b>, mentality... Portal's don't actually work that way. The only person who can whip up a portal on a whim is Clary Fairchild, and she has Angelic Blood to help her do that. The fact is, portals are either created temporarily and specifically for a purpose, which takes some time to put together, or the ones that already exist are utilised – which is more usually the case. Want to portal in New York? Then we're travelling to the nearest one and if you want Magnus Bane to do it, then it'll probably cost you more than a plane ticket would.
- <h4>RUNES</h4>
- Aside from three permanent runes (Voyance, Parabatai and Mnemosyne), every rune needs to be re-drawn. There is no process in the books as there is in the show, where the stele is hovered over a 'faded' rune and that it reactivates. That isn't how they work. Permanent and fresh runes are black and when their effect fades, the runes fade through shades of grey until it turns to a faint silvery white scar of sorts— which vanishes entirely over time. THERE IS NO SUCH THING AS FADED RED-LOOKING RUNES THAT ARE REACTIVATED.
- <h4>TECHNOLOGY</h4>
- Shadowhunters don't use technology. In fact, they barely use phones -- and only those that live outside Idris are able to have one. Their Institutes are <i>not</i> kitted out with all the latest technology, in fact, they are structually old buildings that were once holy buildings which are usually drafty and passed down throughout the generations. Technology doesn't work in Idris and is useless to the Nephilim as a whole and they ride horses as vehicles won't work within the capital city, Alicante.
- <h4>THE SHOW WEDDING OF ALEC AND LYDIA BRANWELL</h4>
- I mean, first and foremost, Lydia Branwell doesn't exist as far as we know within the Mortal Instruments books. The whole idea that Alec would ever agree to marry someone he didn't love when he knew that he couldn't ever be happy with them is ridiculous. Furthermore, it isn't in the books and will not be accepted into any part of my portrayal of Alec. It didn't happen.
- <h4>MAX LIGHTWOOD'S DEATH</h4>
- I don't fully understand why Max didn't die in the show? I know the death of a child can be traumatic and alter the characters affected by that death in many ways, but <i>that</i> is the reason why Max Lightwood's death is so important to the Lightwood family and their development. It's part of what spurs Jace on to kill Sebastian. It's what allows Maryse and Robert to separate. It's what play's on Alec's mind and Max is who Alec and Magnus name their Warlock son after when they adopt him. Alec wants to do the best he can by his son so that he gets to do right by his brother in some way. Max's death is <i>important</i> for character development. <b>Max had to die.</b> I never would ask for the death of a child, regardless of the fact that he's a fictional character, but Max Lightwood's death is important in so many ways and the show has brushed it aside as if all the things that Max's death brings about are unimportant.
- <h4>THE BREAK UP™</h4>
- The Angel give me strength... Honestly, I know a lot of show watchers liked the break up but really? The show writers took something so important to Magnus and Alec's development and made it meaningless. Firstly, what was Magnus' reasons for breaking up with Alec? Because Alec has 'hidden' the fact that the Soul Sword, that wasn't even activated by the way, was missing. Okay, sure, if that thing was activated, then it could do some real damage to the Downworld... but it wasn't activated! Also the two people that <i>can</i> activate it are both within reach? Honestly, were the show runner's reaching with this one or what?!
- <p>The book break up goes thus; Alec is secretly meeting up with Camille Belcourt, someone that Magnus warned was manipulative, talking about a way to take away Magnus' immortality. (Doesn't this sound like a really good reason to break up with someone? I know!) Magnus hadn't been opening up to Alec properly and had been talking about people he had previously been with, Alec was jealous and sneaking around. In short, Magnus follows Alec one time when he goes to meet Camille and Magnus out's him, breaks up with him and admits that he loves Alec but that it doesn't change anything. There we go, a <i>legitimate</i> reason to break up with someone.
- <h4>HEADING AN INSTITUTE</h4>
- Alec at <b>no point</b> is head of the New York Institute. In fact, he doesn't <i>want</i> to head any institute at all. The Clave had been trying to make him Head of an Institute since the Cold War -- thus Jace Herondale co-head's the New York Institute with CLary Fairchild. Later Alec is made temportary Head of the London Institute before taking the Blackthorn kids alongside Kit Herondale, Emma Carstairs and Kieran Hunter to Idris. I stress that the position is temporary due to the fact that Alec had agreed to take over his father's role as Inquisitor upon Robert finding a time to step down.
- </div class="npcontent">
- </li>
- </ul>
- </div id="page">
- </div id="tabcontent">
- </div id="Alec" class="page">
- <!-- PAGE: MAGNUS -->
- <div id="Magnus" class="page" style="display:none;">
- <div id="tabcontent">
- <div class="npside">
- <div class="sidebarbg">
- <img src="{image:Sidebar Background}">
- </div class="sidebarbg">
- <div class="npsideinner">
- <div class="npsideimgtop">
- <img src="https://i.imgur.com/nWYT0LO.png">
- </div class="npsideimgtop">
- <div class="description" style="border-top:29px solid {color:background};">
- <b style="color:{color:links};">LOIALTE:</b> INDEPENDENT AND SELECTIVE <i>MULTI MUSE</i> FEATURING CHARACTERS IN <b> THE MARVEL CINEMATIC UNIVERSE,</b> ASSASSIN'S CREED, <b>REIGN,</b> BBC MUSKETEERS, <b>OUTLANDER,</b> THE SHADOWHUNTER CHRONICLES, <b>AND MANY MORE!</b> LOW ACTIVITY. <i>SALUTED BY EMMA.</i>
- </div class="description">
- <div class="npsideimgbottom">
- <img src="https://i.imgur.com/yGl3ULZ.png">
- </div class="npsideimgbottom">
- </div class="npsideinner">
- </div class="npside">
- <div id="page">
- <div class="npheader">
- <img src="https://i.imgur.com/iDuSkol.png">
- </div class="npheader">
- <div class="npnavi">
- <div class="dropdown">
- <button onclick="myFunction()" class="dropbtn">
- (re) Click here for Navigational Pages</button>
- <div id="myDropdown" class="dropdown-content">
- <ul id="tabs">
- <li style="text-align:left;" autofocus>General Information</li>
- <li style="text-align:right;">Navigation</li>
- <li style="text-align:left;" >Encyclopedia</li>
- <li style="text-align:right;">Book/Show Differences</li>
- </ul id="tabs">
- </div id="myDropdown" class="dropdown-content">
- </div class="dropdown">
- </div class="npnavi">
- <!-- TAB ONE -->
- <ul id="tab"><li class="active">
- <div class="npcontent">
- <blockquote style="font-style:italic!important; margin-top:1px!important;"><i><b>Time was like rain, glittering as it fell, changing the world, but something that could also be taken for granted. Until you loved a mortal. Then time became gold in a miser's hands, every bright year counted out carefully, infinitely precious, and each one slipping through your fingers.</b></i></blockquote>
- <h4>IMPORTANCES: REGARDING THE SHOW</h4>
- Know from the start, though I did once follow the Freeform show Shadowhunters, I no longer do so and I do not roleplay anything from the show. I am rather critical of it and the direction it has been taken in, therefore please understand that you are likely to see my own opinions and comments on the show if you follow me. Know that, <i>though I support the actors and their work on the show,</i> <b>I do not support the show writers purely based on the material they have provided for the show.</b> This is my own opinion and in no way should influence your own views.
- <h4>IMPORTANCES: REGARDING MOVIE/SHOW BLOGS</h4>
- I would <i>love</i> to rp with any/all show or movie based blogs – in fact I would be <b>thrilled</b>. Here’s my deal though: my blog is <i>book based</i>. Now lets be real here, The Mortal Instruments: City of Bones was <i>pretty damn close</i> to the books – close enough that honestly? It shouldn’t matter too much what we touch on because it’s <b>close enough</b>. With Shadowhunters, it’s a completely different story. <i>Regardless of the facts,</i> if your blog is outside of book canon, we will have to chat about our muses and how to work them together. Mostly so I can hear the things you liked about the show or movie and what you would want to keep! I’m one of those people where, <i>if you can tell me a sound reason for keeping the the thing you want to keep that differs from the book</i>, I can usually find a way to make it work for me.</small></p>
- <b>TLDR:</b> Just because I am <i>book based</i>, does not mean that I have a problem following and/or RPing with movie or show based blogs, provided we can find a <b>common ground</b> for our muses and we can plot about it first – <i>especially</i> when it comes to alternate canons!
- </div class="npcontent">
- </li>
- <!-- TAB TWO -->
- <li>
- <div class="npcontent">
- <div class="nplinks">
- <h4>General Links</h4>
- <a href="/tagged/「-alec-lightwood-%2F-study-」-have-each-other%27s-backs-so-we-don%27t-have-to-fight-alone.">
- study
- </a>
- <a href="/tagged/「-alec-lightwood-%2F-visage-」-he%27s-brave-good-and-loyal%3A-like-all-lightwood%27s-he-has-cheekbones-that-could-slice-salami.">
- visage
- </a>
- <a href="/tagged/「-alec-lightwood-%2F-headcanon-」-we-can-gloss-over-whatever-you-want-just-don’t-kiss-me-again.">
- headcanon
- </a>
- <a href="/tagged/「-alec-lightwood-%2F-answered-ic-」-lightwoods%3B-they-always-have-to-have-the-last-word.">
- answered / in character
- </a>
- <h4>Universes</h4>
- <a href="/tagged/「-alec-lightwood-%2F-vs%3A-mortal-instruments-」-silver-though-few-people-knew-it-was-a-rarer-metal-than-gold.">
- Mortal Instruments
- </a>
- <a href="/tagged/「-alec-lightwood-%2F-vs%3A-eldest-curses-」-alec-keeps-sending-me-annoying-photos.-lots-of-captions-like-wish-you-were-here-except-not-really.">
- Eldest Curses
- </a>
- <a href="/tagged/「-alec-lightwood-%2F-vs%3A-shadowhunter-academy-」-he-approached-the-world-with-a-tender-wonder-that-made-all-things-new.">
- Shadowhunter Academy
- </a>
- <a href="/tagged/「-alec-lightwood-%2F-vs%3A-shadow-market-」-ready-for-another-round-of-heroically-defending-the-world%3F-or-if-it%27s-a-slow-night-pranking-simon%3F">
- Shadow Market
- </a>
- <a href="/tagged/「-alec-lightwood-%2F-vs%3A-dark-artifices-」-outside-the-wards-of-idris-we-will-fight-on-to-protect-the-world.">
- Dark Artifices
- </a>
- <a href="">
-
- </a>
- <h4>Connections</h4>
- <a href="/tagged/「-alec-lightwood-%2F-dyn%3A-magnus-bane-」-alec-was-a-warrior-who-brought-him-peace.">
- Magnus
- </a>
- <a href="/tagged/「-alec-lightwood-%2F-dyn%3A-jace-lightwood-herondale-」-i-don’t-feel-like-i’m-missing-a-part-of-me-anymore.">
- Jace
- </a>
- <a href="/tagged/「-alec-lightwood-%2F-dyn%3A-isabelle-lightwood-」-she-wasn%27t-scared-of-much-but-alec-was-always-fussing.">
- Isabelle
- </a>
- <a href="/tagged/「-alec-lightwood-%2F-dyn%3A-clary-fairchild-」-alec-had-come-to-love-her-after-resenting-her-so-much-at-first.">
- Clary
- </a>
- <a href="/tagged/「-alec-lightwood-%2F-dyn%3A-simon-lewis-」-don%27t-talk.-alec-gestured-at-him-with-an-expression-of-vague-disgust.">
- Simon
- </a>
- <a href="/tagged/「-alec-lightwood-%2F-dyn%3A-lily-chen-」-thank-you-for-coming-with-me.-also-you%27re-the-worst.">
- Lily
- </a>
- </div class="nplinks">
- </div class="npcontent">
- </li>
- <li>
- <div class="npcontent">
- <blockquote style="font-style:italic!important; margin-top:1px!important;"><i><b>The Mortal Instruments franchise introduces us to a world that contains terminology that'll be entirely confusing for anyone unfamiliar with the novels. So while I could easily refer people to the according wiki pages that will each contain more information than you need to grasp the concept of each word, I'm assembling a list consisting of numerous terms that you're likely to come across at one point on this blog. See it as an encyclopedia of sorts. This list will be updated as time passes.</b></i></blockquote>
- <h4>Shadowhunters / Nephilim</h4>
- <i>Descensus facilis Averno est;</i> <b>The descent into Hell is easy.</b> The Nephilim, commonly known as Shadowhunters are a race of mortal beings that're born human and appear as such, but have angelic blood running through their veins. They represent an order, if you will, that fight against demons alongside Downworlders in the Shadow World that is invisible to the mere human eye. In essence, the Shadowhunters' objective is to one day rid the world of Earth of these demons, bringing an end to a war that dates back well over a thousand years.
- <h4>The Angel Raziel</h4>
- Known as the patron and creator of the race of the Shadowhunters. Legend goes that they were created well over a thousand years ago, during an uprising of demons invading the Mundane world. A warlock is said to have summoned an angel by the name of Raziel. This assumed archangel chose to mix his own blood with that of mortal men into a cup, that would later become known as the <i>Mortal Cup,</i> and offered the mixture to these same men to drink. Those who chose to consume it became Shadowhunters, a decision that would mark their family's line, as all descendants would then be born Nephilim as well.
- <h4>Mundanes & Glamour </h4>
- In the world of Cassandra Clare's <b>The Mortal Instruments,</b> the term <i>mundane</i> is utilized for those of human birth. In essence, they are individuals like you and I. They are generally entirely oblivious to the existence of Nephilim, demons and Downworlders as a whole— as this war is combatted behind <i>glamour,</i> which is a form of magic that conceals the Shadow World to the naked eye, visible to only those with ability known as The Sight.
- <h4>The Sight </h4>
- Shadowhunters are generally <i>naturally born with</i> the ability of <b>The Sight</b> to see through glamour; it is a trait that is inherited through their Shadowhunter parents, which is bettered through training and then further improved upon further through usage of a permanent rune known as the rune of Voyance.
- <h4>Runes</h4>
- For Shadowhunters, these runes (known as <b>Marks)</b> are a <i>complex runic language</i> granted to them by the Angel Raziel, consisting of symbols that are burned into a Nephilim's skin with help of a stele (a tool created for the specific purpose of drawing these symbols) and work as empowerments, protection or various other uses. There are thousands of runes in existence.
- <h4>Downworlders</h4>
- This is a commonly used term for the, in essence, counterpart of the Nephilim. Where they are part human and part angel, the Downworlders are part human and part demon. The Downworlders consist of the <i>werewolves, faeries, vampires and warlocks.</i> While they are all demonic in origin and nature, they are regarded as human by the inhabitants of Heaven due to possessing human souls, which is what sets them apart from demons as a whole. Though often considered the logical and biological counterpart of the Shadowhunters, they live in peace and can fight side by side against demons in an allegiance created by the Accords.
- <h4>WARLOCKS</h4>
- Warlocks, also known as Lilith's Children, are an immortal race of Downworlder offsprings of demons and mundanes. Warlocks are born from demons and humans, usually rape or deceit from shape-shifting Eidolon demons, disguised as humans or a human's loved one or an object of sexual desire.
- Warlocks are immortal beings. At one point in their lives, they stop ageing—which point exactly will depend on their warlock parent. At one point, however, after an unspecific but long duration of time, warlocks, like most immortal or long-lived beings such as Silent Brothers, can "fade" and "petrify"—when they grow bored or unsurprised by life and stop looking forward to their years ahead, when the weight of their long lives settle on them, they may begin to lose their minds, and/or stop feeling and living, in all other essences of the word except literally.
- <p>A universal trait among them are their warlock or demon marks, a part of their body that is strange or unique that identifies them as unearthly.
- Additionally, warlocks are unable to have children. Warlock pregnancy always results in stillbirth as they are crossbreeds and are thus sterile.
- <p>An exception from these limitations are the very rare offspring of demons and unmarked Shadowhunters; without Marks to resist the demonic energy in a fetus, the pregnancy results in a living child—particularly, a dominantly Shadowhunter being with traces of warlock abilities. The only known case so far is Tessa Gray, who does not have a warlock mark and has given birth.
- <p>Because of their half-demon, half-human nature, other Downworlders sometimes insultingly refer to them as "half-breeds."
- <h4>The Accords</h4>
- These are a set of amendments that together signify a peace treaty between Shadowhunters and Downworlders. As long as each of these amendments are never broken, the two can live side by side without bother, even finding allegiance when the need so arises. These Accords are revised and signed every fifteen years by <i>the Clave</i> (the political body of the Nephilim) and the representatives of all involved Downworlders.
- <h4>THE MORTAL INSTRUMENTS</h4>
- Three divine items given by the Angel Raziel to Jonathan Shadowhunter, the first of the Nephilim. Raziel gave them to the Nephilim not only for individual use, but also in case of dire emergency, when he would heed their call only once; when used all together, the Instruments would summon the Angel.
- <p>A thousand years ago, the Angel Raziel was summoned during a time when the Incursion was at its peak, when a huge wave of demons crossed dimensions into the human world. Raziel rose from Lake Lyn and mixed some of his own blood with the blood of Jonathan in a Cup, which became known as the Mortal Cup, and gave it to him to drink, entrusting with him the responsibility of creating more of his kind by letting others drink from it. Along with the Cup, Raziel also gave him the Mortal Sword.
- <p>For years, however, the Mortal Mirror was believed to be lost. It was in 2007 when it was revealed, after being deduced by Hodge Starkweather, that it was in fact Lake Lyn in Idris. The same year, the Mortal Instruments were used by Valentine Morgenstern to summon Raziel. Because of this, the Instruments can apparently no longer be used to re-summon him.
- <h4>INSTITUTE</h4>
- An Institute is an asylum for Shadowhunters, and in some cases Downworlders and mundanes under their protection, and a safe house meant to lodge and assist Nephilim from around the world in their quest to kill demons. They are found in every major city across the world and are often located in churches or built on holy ground.
- <h4>PORTALS</h4>
- The invention of the first successful Portal was a product of a collaboration between a Shadowhunter and a Downworlder, namely Henry Branwell from the London Institute, who drafted the plans for the device, and Magnus Bane, the warlock, whose name as the co-creator of the Portal is not recorded or credited in history, who used magic and demonic runes to make it work, in 1878.
- Sometimes referred to as a Five-Dimensional Door, a portal is a magical means of transportation used by Shadowhunters.
- <p>Portals are used as means for rapid travel all over the world which, if not warded properly, may be used by powerful demons to get through.
- When a Portal is active, the surroundings light up brightly.
- <p>The kind of runic manipulation required to create Portals is not available to Shadowhunters, and so they need to be created and set up by warlocks. To get around this, a large number of permanent Portals have been established to transport Nephilim to and from Idris without having to hire warlocks for every trip, which is still the case in other parts of the world. Warlocks are now also able to easily create Portals.
- <p>The only known Shadowhunter to have successfully made a Portal without aid from a warlock is Clary Fray, who first managed it in late 2007 with an ancient rune.
- <p>Additionally, a person needs to be familiar with the destination when going through a Portal. Otherwise, it will take the person to whatever place he/she is thinking of, or the place the last user of the Portal went to.
- <h4>WITCHLIGHT</h4>
- Witchlight is a light, flat, smooth gray stone that emits light, giving off a pure white glow when held by Shadowhunters. All Shadowhunters carry witchlight stones to remind them that light can be found even among the darkest shadows, and also to supply them with actual light when they are literally among dark shadows. Shadowhunters typically carry two witchlights.
- <p>Although witchlight normally does not respond to the touch of mundanes and Downworlders; it glows a deep red, instead of the usual bright white, when held by Magnus Bane. This a result of his ancestry, as his father, Asmodeus, is a fallen angel.
- <h4>THE GRAY BROOK</h4>
- The Gray Book, formally The Book of Gramarye, is a tome that contains an exact replica of the original Book of the Covenant, in which the Angel Raziel inscribed the runes, or Marks, the Nephilim are permitted to use.
- <p>There are only a few copies of the book, as each has to be specially made by Silent Brothers, particularly because it requires special paper to withstand the power of the runes. The High Warlock of Brooklyn, Magnus Bane, and every Institute each have their own copy of the book.
- <p>All young Shadowhunters learn the Marks from this book. Because of the fragility of the human mind, most Shadowhunter children grow up learning one rune from the Book at a time over a period of years. Reading too many runes at once would apparently give the reader a headache.
- <h4>THE CLAVE</h4>
- The Clave is the collective name for the political body made up of all active Shadowhunters. The Clave keeps and interprets the Law, and makes decisions about the guidance of the Nephilim through history as it unfolds and decides on important matters that affect the Nephilim.
- <h4>SILENT BROTHERS</h4>
- The Silent Brothers are a powerful group of male Shadowhunterswho serve as archivists and medics of the Nephilim. To strengthen their minds, they have taken upon themselves the most powerful of runes known to Shadowhunters. They are feared among the Nephilim. They reside in the Silent City, away from the rest of their kind. In the 17th century, as an orphan, Magnus Bane was raised by the Silent Brothers in Madrid, Spain.
- <h4>IRON SISTERS</h4>
- The Iron Sisters are a communal organization of female Shadowhunters that forge weapons for their kind. The Iron Sisters are considered the female counterparts of the Silent Brothers, albeit more secluded. They reside in the Adamant Citadel, where they live in almost total solitude and speak only, and occasionally, to female Shadowhunters.
- <h4>PRAETOR LUPUS</h4>
- Praetor Lupus is an alliance of werewolves founded by Woolsey Scott in the 1800s. It literally means "Wolf Guardians," and is based on the Praetorians, an elite Roman military force. The Praetor is the first and largest self-policing organization among the Downworlders.
- <h4>SCHOLOMANCE</h4>
- The Scholomance is a Shadowhunter school where the most elite of Shadowhunters are trained to deal with demons and Downworlders.
- It had been open for centuries until it was closed in 1872, when the First Accords were signed, as a show of good faith that Downworlders and Shadowhunters were no longer at war.
- <p>A while after the Dark War in 2007, the Scholomance was reopened during the advent of the Cold Peace. It now trains Centurions to investigate cases involving faeries and continue their research.
- <h4>THE WILD HUNT</h4>
- The Wild Hunt are an independent and free-ranging group of faeries who have no allegiance to any of the earthly Courts, which they disdain. They also have no agreement with the Nephilim. They do not fall under and nor do they recognize or the jurisdiction of the Clave; they do not abide by any laws and refuse to involve themselves with the Accords.
- <p>Led by Gwyn ap Nudd, the Wild Hunt rides at night across the skies or along the ground, in mad pursuit of an eternal hunt. They anticipate battles and lie in wait until it's all over, after which they come to gather the dead, though at times they choose their battles. From these dying men, they claim some to either serve them or join them in their hunts. Aside from this, new Hunters are recruited once a year, when a mortal is allowed or given the opportunity to join them; once they join the Hunt, however, they can never leave it. The only time a Hunter may leave is when they are actually given permission.</p>
- </div class="npcontent">
- </li>
- <li>
- <div class="npcontent">
- <blockquote style="font-style:italic!important; margin-top:1px!important;"><i><b>The Mortal Instruments franchise introduces us to a world that contains terminology that'll be entirely confusing for anyone unfamiliar with the novels. So while I could easily refer people to the according wiki pages that will each contain more information than you need to grasp the concept of each word, I'm assembling a list consisting of numerous terms that you're likely to come across at one point on this blog. See it as an encyclopedia of sorts. This list will be updated as time passes.</b></i></blockquote>
- <h4>SMOKING</h4>
- Though you never see Magnus smoke in the show, the reality is that Magnus <i>does</i>, in fact, smoke. It's the one addictive thing that he does, considering he won't touch drugs (claiming that drugs and magic don't mix), and will drink as much as he likes without any worries about his liver. He's immortal, he needs his vices. Just remember, he's lived through a great many years where smoking was <i>the thing to do</i>. He just hasn't kicked the habit.
- <h4>PORTALS</h4>
- Contrary to the show's wonderful world of <b>a portal can be created by a warlock at any time, anywhere</b>, mentality... Portal's don't actually work that way. The only person who can whip up a portal on a whim is Clary Fairchild, and she has Angelic Blood to help her do that. The fact is, portals are either created temporarily and specifically for a purpose, which takes some time to put together, or the ones that already exist are utilised – which is more usually the case. Want to portal in New York? Then we're travelling to the nearest one and if you want Magnus Bane to do it, then it'll probably cost you more than a plane ticket would.
- <h4>PANDEMONIUM</h4>
- I don't actually know where the show got the idea that Magnus owned and ran a nightclub known as Pandemonium. They were probably combining Magnus' love for partying, the fact that he did run a bar after the war in the 1900's, and the idea of a Pandemonium club... but first and foremost, and the thing to remember is; Magnus doesn't actually enjoy Pandemonium Club's. Secondly, these clubs are primarily run by Mundane's interested in the Shadow World and thus, Magnus never ran one. The truth is, Pandemonium Club's have a lot of shady goings on in them and if you read <b>The Infernal Devices</b>, this would all be common knowledge. Sure, the idea of Magnus running a nightclub <i>sounds</i> good, but being the High Warlock of Brooklyn is more than enough to be getting on with, without also adding the stress of actually owning and running a nightclub on top of it. He'll stick to spontaneously throwing outstanding parties, thank you.
- <h4>AGE</h4>
- If you check out Magnus Bane's Clave file (not that I'm claiming that the Clave know the first thing about Magnus), you will find that Magnus was born in Batavia, the Dutch East Indies in the early 1600's. Just to clarify this a little for those that haven't looked into the history of what we now call Indonesia; Batavia was only known by that name from the year 1619, before that, the City was known as Jayakarta. This means that Magnus was born <i>after</i> that date, though possibly near it, if we go by Cassandra Clare's note of his birth being in the <b>early</b> 1600's. This makes his actual age <i>over</i> 400 years old, but not by much. What's your point, I hear you ask? Well, I mention this because showrunner Todd Slavkin has also stated that Show!Magnus is much older that his book counterpart. Listen, we all know that Magnus likes to exaggerate his age. He does it to fool people into thinking he's more powerful than he is. He's been doing that all of his professional (I use that term loosely) life. Just because he <i>says</i> that he was around when the Dead Sea "was just a lake that was feeling a little bit poorly", doesn't mean that he <b>actually was</b>! Most things that Magnus says about his age, need to be taken with a pinch of salt.
- <h4>RELATIONSHIPS</h4>
- This part continues a little from the 'age' talk above. Here's the thing, Magnus is in his 400's, age wise. I'm literally going to point out the ridiculousness of the show runner's here because, if Magnus Bane is 400, then how could he <i>possibly</i> have been with 17,000 lovers in his time? Please do the math for a moment. If Magnus is 400, that would mean that he would need to be sleeping or in a relationship with 42 people a day, every day, for exactly 400 years. I don't know how that sit's with anyone else, but the idea of that just seems outright <i>ridiculous</i>.
- <p>Now, I'm not saying that Magnus hasn't had his fair share of relationships, because lets face it, he has. We only know of a handful of them but that handful gives us an insight into what Magnus is like when in a relationship. Take into consideration, also, that Magnus hadn't been in a relationship since Etta back in the early 1900's before Alec Lightwood comes along. Much to the show's contradiction, Magnus Bane <b>isn't</b> a slut. He'll sleep with his share of people, but he <b>does</b> have self respect, thank you, Todd Slavakin.
- <h4>INSECURITIES</h4>
- Magnus Bane is <i>proud</i> of his eyes, he doesn't hide them and he would never <b>dream</b> of glamouring them to anyone unnecessarily. The whole idea the show has about Magnus being self conscious of his eyes, which is one of <i>two</i> Warlock marks that he has, is outstandingly wrong. He's lived 400 years with these physical features, why would he still have those insecurities about himself but have the self confidence to supposedly have slept with 17,000 individuals? Honestly, I don't know where the show runners are making this stuff up? He also, in the show, seemingly has deep trust issues (I'm not going to dispute the trust issues, honestly) and anxiety about Alec wanting to hide their relationship or that he, Magnus, has done something wrong. I'm sorry, remind me, which one of the two is the 400 year old Warlock and which one is the 18 year old in their first relationship?? Because honestly, at this point I'm not sure.
- <h4>THE BREAK UP™</h4>
- The Angel give me strength... Honestly, I know a lot of show watchers liked the break up but really? The show writers took something so important to Magnus and Alec's development and made it meaningless. Firstly, what was Magnus' reasons for breaking up with Alec? Because Alec has 'hidden' the fact that the Soul Sword, that wasn't even activated by the way, was missing. Okay, sure, if that thing was activated, then it could do some real damage to the Downworld... but it wasn't activated! Also the two people that <i>can</i> activate it are both within reach? Honestly, were the show runner's reaching with this one or what?!
- <p>The book break up goes thus; Alec is secretly meeting up with Camille Belcourt, someone that Magnus warned was manipulative, talking about a way to take away Magnus' immortality. (Doesn't this sound like a really good reason to break up with someone? I know!) Magnus hadn't been opening up to Alec properly and had been talking about people he had previously been with, Alec was jealous and sneaking around. In short, Magnus follows Alec one time when he goes to meet Camille and Magnus out's him, breaks up with him and admits that he loves Alec but that it doesn't change anything. There we go, a <i>legitimate</i> reason to break up with someone.
- <h4>ACTIONS AND REACTIONS</h4>
- This follows a little from the 'insecurities' talk above. Once again, I mention Magnus' age. He's lived for a very many years and learnt a lot over his time. Patience is one of them, the fact that people aren't perfect and make mistakes is another. Basically, Magnus is usually a very understanding individual, unless you're doing something fundamentally wrong. Some of Magnus' reactions in the show are extremely against his character. An example of this is the way he <i>overreacts</i> when Luke informs him of the Soul Sword being missing and that Alec knew about it. Because, <b>please</b>, that was unnecessary. Another example is the way that Magnus treats Alec after their break up. What was that? Is Magnus the 18 year old? Was this his first relationship? Are his sodium levels okay? That is the most out of character thing I have seen in the entirety of the show's interpretation of Magnus Bane. Just no.
- <h4>THE SEELIE QUEEN</h4>
- Honestly what was this? Do I really need to say anything here? Magnus and the Seelie Queen have an unpleasant history. I'm just going to say <i>the team up that happened in the show would never happen</i> and leave you with a conversation that Magnus and Alec have in City of Lost Souls.
- <p>“How was the Seelie Queen?"<br/>
- "Same as usual."<br/>
- "Raging bitch, then?"<br/>
- "Pretty much.”
- <h4>MAX LIGHTWOOD'S DEATH</h4>
- I don't fully understand why Max didn't die in the show? I know the death of a child can be traumatic and alter the characters affected by that death in many ways, but <i>that</i> is the reason why Max Lightwood's death is so important to the Lightwood family and their development. It's part of what spurs Jace on to kill Sebastian. It's what allows Maryse and Robert to separate. It's what play's on Alec's mind and Max is who Alec and Magnus name their Warlock son after when they adopt him. Alec wants to do the best he can by his son so that he gets to do right by his brother in some way. Max's death is <i>important</i> for character development. <b>Max had to die.</b> I never would ask for the death of a child, regardless of the fact that he's a fictional character, but Max Lightwood's death is important in so many ways and the show has brushed it aside as if all the things that Max's death brings about are unimportant.
- <h4>JOCELYN FAIRCHILD'S DEATH</h4>
- This woman has been cheated in the show. She deserved better than the death she got. She deserves to fight until the end, she deserves to see her daughter happy, she deserves to marry Lucien Graymark, she deserves a second chance at happiness. I understand that sometimes actors have other commitments and have to leave a show, but honestly they could have just recast her. I'm pretty sure the fandom would have gotten over it. Not only has her death affected Clary, it also affected Luke; another person who deserved some happiness. I'm pretty sure I'm always going to be disappointed in this particular part of the show's development, but there we go.
- <h4>DOROTHEA ROLLINS</h4>
- Honestly, this character doesn't exist in the books and won't exist to my Magnus. The show character 'Dot' is a nice mix of Etta, who Magnus dated in the 1900's and Madam Dorothea, the old woman that is possessed by a greater demon in City of Bones. I'm not even entirely sure what her purpose was in the show? To die a pointless and unacknowledged death? If so, good job, show runners! You achieved your goal.
- </div class="npcontent">
- </li>
- </ul>
- </div id="page">
- </div id="tabcontent">
- </div id="Magnus" class="page">
- <!-- PAGE: VALENTINE -->
- <div id="Valentine" class="page" style="display:none;">
- <div id="tabcontent">
- <div class="npside">
- <div class="sidebarbg">
- <img src="{image:Sidebar Background}">
- </div class="sidebarbg">
- <div class="npsideinner">
- <div class="npsideimgtop">
- <img src="https://i.imgur.com/Hur31ba.png">
- </div class="npsideimgtop">
- <div class="description" style="border-top:29px solid {color:background};">
- <b style="color:{color:links};">LOIALTE:</b> INDEPENDENT AND SELECTIVE <i>MULTI MUSE</i> FEATURING CHARACTERS IN <b> THE MARVEL CINEMATIC UNIVERSE,</b> ASSASSIN'S CREED, <b>REIGN,</b> BBC MUSKETEERS, <b>OUTLANDER,</b> THE SHADOWHUNTER CHRONICLES, <b>AND MANY MORE!</b> LOW ACTIVITY. <i>SALUTED BY EMMA.</i>
- </div class="description">
- <div class="npsideimgbottom">
- <img src="https://i.imgur.com/cng7H0R.png">
- </div class="npsideimgbottom">
- </div class="npsideinner">
- </div class="npside">
- <div id="page">
- <div class="npheader">
- <img src="https://i.imgur.com/toR8VDY.png">
- </div class="npheader">
- <div class="npnavi">
- <div class="dropdown">
- <button onclick="myFunction()" class="dropbtn">
- (re) Click here for Navigational Pages</button>
- <div id="myDropdown" class="dropdown-content">
- <ul id="tabs">
- <li style="text-align:left;" autofocus>General Information</li>
- <li style="text-align:right;">Navigation</li>
- <li style="text-align:left;" >Encyclopedia</li>
- <li style="text-align:right;">Book/Show Differences</li>
- </ul id="tabs">
- </div id="myDropdown" class="dropdown-content">
- </div class="dropdown">
- </div class="npnavi">
- <!-- TAB ONE -->
- <ul id="tab"><li class="active">
- <div class="npcontent">
- <blockquote style="font-style:italic!important; margin-top:1px!important;"><i><b>"It's better to reign in hell than serve in heaven, etcetera, and so on." — "N</u>on serviam," said Valentine. <b>"'I will not serve.'</b> <i>It's what Lucifer had inscribed upon his banner when he rode with his host of rebel angels against a corrupt authority."</i> — "What's your point? That you're on the devil's side?" — <b>"Some say Milton was on the devil's side himself.</b> His Satan is certainly a more interesting figure than his God."</b></i></blockquote>
- <h4>IMPORTANCES: REGARDING THE SHOW</h4>
- Please know from the start, though I did once follow the Freeform show Shadowhunters, I no longer do so and I do not roleplay anything from the show. I am rather critical of it and the direction it has been taken in, therefore please understand that you are likely to see my own opinions and comments on the show if you follow me. Know that, though I support the actors and their work on the show, I do not support the show writers purely based on the material they have provided for the show. This is my own opinion and in no way should influence your own views.
- <h4>IMPORTANCES: REGARDING MOVIE/SHOW BLOGS</h4>
- I would <i>love</i> to rp with any/all show or movie based blogs – in fact I would be <b>thrilled</b>. Here’s my deal though: my blog is <i>book based</i>. Now lets be real here, The Mortal Instruments: City of Bones was <i>pretty damn close</i> to the books – close enough that honestly? It shouldn’t matter too much what we touch on because it’s <b>close enough</b>. With Shadowhunters, it’s a completely different story. <i>Regardless of the facts,</i> if your blog is outside of book canon, we will have to chat about our muses and how to work them together. Mostly so I can hear the things you liked about the show or movie and what you would want to keep! I’m one of those people where, <i>if you can tell me a sound reason for keeping the the thing you want to keep that differs from the book</i>, I can usually find a way to make it work for me. An example of this is over on my Magnus blog, I rp with a duel show/book canon Alec – they have a sound reason for keeping the wedding and the fact that he is the head of the New York Institute in their portrayal and I’m a fan of their passion for it.</small></p>
- <b>TLDR:</b> Just because I’m <i>book based</i>, doesn’t mean I have a problem following/rping with movie or show based blogs, provided we can find a <b>common ground</b> for our muses and we can plot about it first – <i>especially</i> when it comes to alternate canons!
- </div class="npcontent">
- </li>
- <!-- TAB TWO -->
- <li>
- <div class="npcontent">
- <div class="nplinks">
- <h4>General Links</h4>
- <a href="/tagged/「-valentine-morgenstern-%2F-study-」-i-can%27t-change-the-blood-in-my-veins-if-i-wished-to-and-i-don%27t.">
- study
- </a>
- <a href="/tagged/「-valentine-morgenstern-%2F-visage-」-he-looked-at-everything-closely-analysing-in-what-way-it-could-be-turned-to-his-advantage.">
- visage
- </a>
- <a href="/tagged/「-valentine-morgenstern-%2F-headcanon-」-i-am-and-i-will-always-be-nephilim.">
- headcanon
- </a>
- <a href="/tagged/「-valentine-morgenstern-%2F-answered-ic-」-we-are-meant-for-a-higher-purpose.">
- answered / in character
- </a>
- <h4>Universes</h4>
- <a href="/tagged/「-valentine-morgenstern-%2F-vs%3A-the-circle-」-preserve-the-purity-of-the-bloodlines-of-idris.">
- the circle
- </a>
- <a href="/tagged/「-valentine-morgenstern-%2F-vs%3A-city-of-bones-」-i-am-my-beloved’s-and-my-beloved-is-mine-as-the-song-of-songs-goes.">
- city of bones
- </a>
- <a href="/tagged/「-valentine-morgenstern-%2F-vs%3A-city-of-ashes-」-a-man-does-not-have-to-agree-with-his-government-to-be-a-patriot.">
- city of ashes
- </a>
- <a href="/tagged/「-valentine-morgenstern-%2F-vs%3A-city-of-glass-」-power-doesn’t-need-to-be-unlimited-to-be-deadly.">
- city of glass
- </a>
- <a href="/tagged/「-valentine-morgenstern-%2F-vs%3A-alternate-」-the-evil-we-love.">
- Alt: the evil we love
- </a>
- <a> </a>
- <h4>Connections</h4>
- <a href="/tagged/「-valentine-morgenstern-%2F-dyn%3A-jocelyn-」-he-had-loved-me-and-i-had-betrayed-him.">
- Jocelyn
- </a>
- <a href="/tagged/「-valentine-morgenstern-%2F-dyn%3A-lucian-」-you-tore-my-heart-out-years-ago-when-you-betrayed-and-deserted-me.">
- Lucian
- </a>
- <a href="/tagged/「-valentine-morgenstern-%2F-dyn%3A-jonathan-」-there-is-no-one-else-in-the-world-like-you.">
- Jonathan
- </a>
- <a href="/tagged/「-valentine-morgenstern-%2F-dyn%3A-jonathan-christopher-」-you-are-valentine’s-arrow.-whether-you-know-it-or-not.">
- Jonathan Christopher
- </a>
- <a href="/tagged/「-valentine-morgenstern-%2F-dyn%3A-clarissa-」-you-have-a-dark-heart-in-you-valentine%27s-daughter.">
- Clarissa
- </a>
- <a> </a>
- </div class="nplinks">
- </div class="npcontent">
- </li>
- <li>
- <div class="npcontent">
- <blockquote style="font-style:italic!important; margin-top:1px!important;"><i><b>The Mortal Instruments franchise introduces us to a world that contains terminology that'll be entirely confusing for anyone unfamiliar with the novels. So while I could easily refer people to the according wiki pages that will each contain more information than you need to grasp the concept of each word, I'm assembling a list consisting of numerous terms that you're likely to come across at one point on this blog. See it as an encyclopedia of sorts. This list will be updated as time passes.</b></i></blockquote>
- <h4>Shadowhunters / Nephilim</h4>
- <i>Descensus facilis Averno est;</i> <b>The descent into Hell is easy.</b> The Nephilim, commonly known as Shadowhunters are a race of mortal beings that're born human and appear as such, but have angelic blood running through their veins. They represent an order, if you will, that fight against demons alongside Downworlders in the Shadow World that is invisible to the mere human eye. In essence, the Shadowhunters' objective is to one day rid the world of Earth of these demons, bringing an end to a war that dates back well over a thousand years.
- <h4>The Angel Raziel</h4>
- Known as the patron and creator of the race of the Shadowhunters. Legend goes that they were created well over a thousand years ago, during an uprising of demons invading the Mundane world. A warlock is said to have summoned an angel by the name of Raziel. This assumed archangel chose to mix his own blood with that of mortal men into a cup, that would later become known as the <i>Mortal Cup,</i> and offered the mixture to these same men to drink. Those who chose to consume it became Shadowhunters, a decision that would mark their family's line, as all descendants would then be born Nephilim as well.
- <h4>Mundanes & Glamour </h4>
- In the world of Cassandra Clare's <b>The Mortal Instruments,</b> the term <i>mundane</i> is utilized for those of human birth. In essence, they are individuals like you and I. They are generally entirely oblivious to the existence of Nephilim, demons and Downworlders as a whole— as this war is combatted behind <i>glamour,</i> which is a form of magic that conceals the Shadow World to the naked eye, visible to only those with ability known as The Sight.
- <h4>The Sight </h4>
- Shadowhunters are generally <i>naturally born with</i> the ability of <b>The Sight</b> to see through glamour; it is a trait that is inherited through their Shadowhunter parents, which is bettered through training and then further improved upon further through usage of a permanent rune known as the rune of Voyance.
- <h4>Runes</h4>
- For Shadowhunters, these runes (known as <b>Marks)</b> are a <i>complex runic language</i> granted to them by the Angel Raziel, consisting of symbols that are burned into a Nephilim's skin with help of a stele (a tool created for the specific purpose of drawing these symbols) and work as empowerments, protection or various other uses. There are thousands of runes in existence.
- <h4>Downworlders</h4>
- This is a commonly used term for the, in essence, counterpart of the Nephilim. Where they are part human and part angel, the Downworlders are part human and part demon. The Downworlders consist of the <i>werewolves, faeries, vampires and warlocks.</i> While they are all demonic in origin and nature, they are regarded as human by the inhabitants of Heaven due to possessing human souls, which is what sets them apart from demons as a whole. Though often considered the logical and biological counterpart of the Shadowhunters, they live in peace and can fight side by side against demons in an allegiance created by the Accords.
- <h4>WARLOCKS</h4>
- Warlocks, also known as Lilith's Children, are an immortal race of Downworlder offsprings of demons and mundanes. Warlocks are born from demons and humans, usually rape or deceit from shape-shifting Eidolon demons, disguised as humans or a human's loved one or an object of sexual desire.
- Warlocks are immortal beings. At one point in their lives, they stop ageing—which point exactly will depend on their warlock parent. At one point, however, after an unspecific but long duration of time, warlocks, like most immortal or long-lived beings such as Silent Brothers, can "fade" and "petrify"—when they grow bored or unsurprised by life and stop looking forward to their years ahead, when the weight of their long lives settle on them, they may begin to lose their minds, and/or stop feeling and living, in all other essences of the word except literally.
- <p>A universal trait among them are their warlock or demon marks, a part of their body that is strange or unique that identifies them as unearthly.
- Additionally, warlocks are unable to have children. Warlock pregnancy always results in stillbirth as they are crossbreeds and are thus sterile.
- <p>An exception from these limitations are the very rare offspring of demons and unmarked Shadowhunters; without Marks to resist the demonic energy in a fetus, the pregnancy results in a living child—particularly, a dominantly Shadowhunter being with traces of warlock abilities. The only known case so far is Tessa Gray, who does not have a warlock mark and has given birth.
- <p>Because of their half-demon, half-human nature, other Downworlders sometimes insultingly refer to them as "half-breeds."
- <h4>The Accords</h4>
- These are a set of amendments that together signify a peace treaty between Shadowhunters and Downworlders. As long as each of these amendments are never broken, the two can live side by side without bother, even finding allegiance when the need so arises. These Accords are revised and signed every fifteen years by <i>the Clave</i> (the political body of the Nephilim) and the representatives of all involved Downworlders.
- <h4>THE MORTAL INSTRUMENTS</h4>
- Three divine items given by the Angel Raziel to Jonathan Shadowhunter, the first of the Nephilim. Raziel gave them to the Nephilim not only for individual use, but also in case of dire emergency, when he would heed their call only once; when used all together, the Instruments would summon the Angel.
- <p>A thousand years ago, the Angel Raziel was summoned during a time when the Incursion was at its peak, when a huge wave of demons crossed dimensions into the human world. Raziel rose from Lake Lyn and mixed some of his own blood with the blood of Jonathan in a Cup, which became known as the Mortal Cup, and gave it to him to drink, entrusting with him the responsibility of creating more of his kind by letting others drink from it. Along with the Cup, Raziel also gave him the Mortal Sword.
- <p>For years, however, the Mortal Mirror was believed to be lost. It was in 2007 when it was revealed, after being deduced by Hodge Starkweather, that it was in fact Lake Lyn in Idris. The same year, the Mortal Instruments were used by Valentine Morgenstern to summon Raziel. Because of this, the Instruments can apparently no longer be used to re-summon him.
- <h4>INSTITUTE</h4>
- An Institute is an asylum for Shadowhunters, and in some cases Downworlders and mundanes under their protection, and a safe house meant to lodge and assist Nephilim from around the world in their quest to kill demons. They are found in every major city across the world and are often located in churches or built on holy ground.
- <h4>PORTALS</h4>
- The invention of the first successful Portal was a product of a collaboration between a Shadowhunter and a Downworlder, namely Henry Branwell from the London Institute, who drafted the plans for the device, and Magnus Bane, the warlock, whose name as the co-creator of the Portal is not recorded or credited in history, who used magic and demonic runes to make it work, in 1878.
- Sometimes referred to as a Five-Dimensional Door, a portal is a magical means of transportation used by Shadowhunters.
- <p>Portals are used as means for rapid travel all over the world which, if not warded properly, may be used by powerful demons to get through.
- When a Portal is active, the surroundings light up brightly.
- <p>The kind of runic manipulation required to create Portals is not available to Shadowhunters, and so they need to be created and set up by warlocks. To get around this, a large number of permanent Portals have been established to transport Nephilim to and from Idris without having to hire warlocks for every trip, which is still the case in other parts of the world. Warlocks are now also able to easily create Portals.
- <p>The only known Shadowhunter to have successfully made a Portal without aid from a warlock is Clary Fray, who first managed it in late 2007 with an ancient rune.
- <p>Additionally, a person needs to be familiar with the destination when going through a Portal. Otherwise, it will take the person to whatever place he/she is thinking of, or the place the last user of the Portal went to.
- <h4>WITCHLIGHT</h4>
- Witchlight is a light, flat, smooth gray stone that emits light, giving off a pure white glow when held by Shadowhunters. All Shadowhunters carry witchlight stones to remind them that light can be found even among the darkest shadows, and also to supply them with actual light when they are literally among dark shadows. Shadowhunters typically carry two witchlights.
- <p>Although witchlight normally does not respond to the touch of mundanes and Downworlders; it glows a deep red, instead of the usual bright white, when held by Magnus Bane. This a result of his ancestry, as his father, Asmodeus, is a fallen angel.
- <h4>THE GRAY BROOK</h4>
- The Gray Book, formally The Book of Gramarye, is a tome that contains an exact replica of the original Book of the Covenant, in which the Angel Raziel inscribed the runes, or Marks, the Nephilim are permitted to use.
- <p>There are only a few copies of the book, as each has to be specially made by Silent Brothers, particularly because it requires special paper to withstand the power of the runes. The High Warlock of Brooklyn, Magnus Bane, and every Institute each have their own copy of the book.
- <p>All young Shadowhunters learn the Marks from this book. Because of the fragility of the human mind, most Shadowhunter children grow up learning one rune from the Book at a time over a period of years. Reading too many runes at once would apparently give the reader a headache.
- <h4>THE CLAVE</h4>
- The Clave is the collective name for the political body made up of all active Shadowhunters. The Clave keeps and interprets the Law, and makes decisions about the guidance of the Nephilim through history as it unfolds and decides on important matters that affect the Nephilim.
- <h4>SILENT BROTHERS</h4>
- The Silent Brothers are a powerful group of male Shadowhunterswho serve as archivists and medics of the Nephilim. To strengthen their minds, they have taken upon themselves the most powerful of runes known to Shadowhunters. They are feared among the Nephilim. They reside in the Silent City, away from the rest of their kind. In the 17th century, as an orphan, Magnus Bane was raised by the Silent Brothers in Madrid, Spain.
- <h4>IRON SISTERS</h4>
- The Iron Sisters are a communal organization of female Shadowhunters that forge weapons for their kind. The Iron Sisters are considered the female counterparts of the Silent Brothers, albeit more secluded. They reside in the Adamant Citadel, where they live in almost total solitude and speak only, and occasionally, to female Shadowhunters.
- <h4>PRAETOR LUPUS</h4>
- Praetor Lupus is an alliance of werewolves founded by Woolsey Scott in the 1800s. It literally means "Wolf Guardians," and is based on the Praetorians, an elite Roman military force. The Praetor is the first and largest self-policing organization among the Downworlders.
- <h4>SCHOLOMANCE</h4>
- The Scholomance is a Shadowhunter school where the most elite of Shadowhunters are trained to deal with demons and Downworlders.
- It had been open for centuries until it was closed in 1872, when the First Accords were signed, as a show of good faith that Downworlders and Shadowhunters were no longer at war.
- <p>A while after the Dark War in 2007, the Scholomance was reopened during the advent of the Cold Peace. It now trains Centurions to investigate cases involving faeries and continue their research.
- <h4>THE WILD HUNT</h4>
- The Wild Hunt are an independent and free-ranging group of faeries who have no allegiance to any of the earthly Courts, which they disdain. They also have no agreement with the Nephilim. They do not fall under and nor do they recognize or the jurisdiction of the Clave; they do not abide by any laws and refuse to involve themselves with the Accords.
- <p>Led by Gwyn ap Nudd, the Wild Hunt rides at night across the skies or along the ground, in mad pursuit of an eternal hunt. They anticipate battles and lie in wait until it's all over, after which they come to gather the dead, though at times they choose their battles. From these dying men, they claim some to either serve them or join them in their hunts. Aside from this, new Hunters are recruited once a year, when a mortal is allowed or given the opportunity to join them; once they join the Hunt, however, they can never leave it. The only time a Hunter may leave is when they are actually given permission.</p>
- </div class="npcontent">
- </li>
- <li>
- <div class="npcontent">
- <blockquote style="font-style:italic!important; margin-top:1px!important;"><i><b>The Mortal Instruments franchise introduces us to a world that contains terminology that'll be entirely confusing for anyone unfamiliar with the novels. So while I could easily refer people to the according wiki pages that will each contain more information than you need to grasp the concept of each word, I'm assembling a list consisting of numerous terms that you're likely to come across at one point on this blog. See it as an encyclopedia of sorts. This list will be updated as time passes.</b></i></blockquote>
- <h4>PORTALS</h4>
- Contrary to the show's wonderful world of <b>a portal can be created by a warlock at any time, anywhere</b>, mentality... Portal's don't actually work that way. The only person who can whip up a portal on a whim is Clary Fairchild, and she has Angelic Blood to help her do that. The fact is, portals are either created temporarily and specifically for a purpose, which takes some time to put together, or the ones that already exist are utilised – which is more usually the case. Want to portal in New York? Then we're travelling to the nearest one and you better expect to pay heavily for it.
- <h4>CIRCLE RUNES</h4>
- I don't honestly know where the show got these runes from seeing as they <i>don't exist</i> in the books. Hodge being cursed by the Clave, we can all get behind, that was in the book; but these big red runes that stand out quite obviously and would have needed to be created? I don't really understand? Seeing as Clary is the only one that can create new runes, I find it strange that the Circle magically managed to create a new rune for their cause and scar themselves visibly with it. Clearly I'm not a fan.
- <h4>MICHAEL WAYLAND</h4>
- What was the idea that Valentine had a glamour on whilst pretending to be Michael Wayland? It didn't happen. Hodge was still working with Valentine when Jace came to the New York Institute, thus he would have been able to keep all images of the Circle, Valentine and Michael Wayland away from him, proclaiming that it would be upsetting to Jace (who had lost his father) to see them. There was never any need for Valentine to glamour himself in front of Jace, it would only make things more complicated later on down the line if he ever needed to bring him back into the fold.
- <h4>ACTIVATING MAELLARTACH (THE MORTAL SWORD)</h4>
- The whole 'Jace or Clary needed to touch the Sword to activate it because of their advanced Angel blood' story like? Absolute crap. To be able to use the Sword as he wanted, Valentine would need to make it demonically-aligned, with which he could then use the Sword to summon and control demons to use for his own ends. None of this, 'destroy all Downworlders' storyline that they fabricated seemingly on the spot. To be able to make the Sword demonically-aligned, the Sword must be dipped in four different types of blood of a child (fair folk, vampire, werewolf and warlock) and burned in a fire in between each different blood change. A little more realistic than advanced Angel blooded (the first of their kind) children having to touch the Sword to activate it.
- <h4>PURE ANGEL BLOOD?</h4>
- Just a quick one here, Clary and Jace <i>aren't</i> pure of Angel blood. They have <i>more</i> Angel blood in them than the average Nephilim, but that doesn't in any way mean that they're made up of pure Angel blood. Yes, that's where their powers come from, but Jace can't go activating Clary's runes through himself or any of that rubbish. It's all really that simple.
- <h4>TREATMENT OF JONATHAN HERONDALE</h4>
- Honestly, people are going to disagree with me here, I'm pretty sure about that considering people's opinions of Valentine as a whole. This isn't necessarily a book/show difference but a quick reminder of how Valentine raised Jace.
- <p>The first thing to remember is that Jace was still a Nephilim child, needing a certain amount of care and love. Because of this, Valentine did love Jace in his own way, despite Jace not being of his own blood. The next thing to consider is that to Valentine, his son's were to be raised as soldiers; he wanted obedience and loyalty. Raising Jace this way was always Valentine's plan, including discipline whenever Jace did something wrong, this meant that Valentine doesn't punish without cause. Everything has a cause and effect. An example of this is when Valentine finds Jace in the Silent City and doesn't free him. Valentine himself would never have allowed for Jace to be put into the Silent City for the night, seeing as he hadn't done anything to deserve such treatment, but he also didn't free him from his restraints because he was teaching Jace a lesson that Valentine was his father and that disobedience and disloyalty come with consequences, usually in the form of distrust (hence, the conversation they had).
- <p>Jace was always rewarded with whatever he wanted on his birthday, as long as it was within Valentine's means to locate. This was explained with Jace's story about having a bath full of spaghetti. Valentine gave Jace books, music to play, a father that loved him and fond memories of a home in Idris.
- <p>Now comes my main point; Valentine didn't abuse Jace. He didn't hit the child without Jace giving him a reason to, he wasn't cruel to him, he wasn't angry and quick to raise his voice. Valentine raised Jace with some influence of how Jocelyn would have raised a child with him and thus, Valentine loved Jace in his own way.
- <h4>TREATMENT OF JONATHAN MORGENSTERN</h4>
- Again, this is less of a book/show difference and more of a reminder of how Valentine raised Jonathan. Once Again, people may not agree with me on these but this is how I see Valentine and how he raised his children.
- <p>Despite the fact that Jonathan was raised by the same man as Jace, they were raised differently. While Jace was able to respond to love and nurture, Jonathan was raised strictly as a soldier; mostly due to the latter's lack of true, human emotions. Valentine got more than he bargained for, however, as Jonathan was not only born with enhanced physical abilities but also with the nature of a demon. He realised this early on and quickly grew tired of Jonathan's unpredictable behaviour, and thus, he often punished Jonathan.
- <p>His harsh and strict treatment of the boy was due to the fact that, aside from Jonathan having a naturally dark nature and an inclination towards terrible acts that needed disciplining, he saw Jonathan as a living reminder of the evil he had committed. Valentine loved him to some extent and often confided in him, but he had hated him, too as Jonathan was in essence, the very thing that Valentine strived to rid the world of.
- <h4>MAGNUS/VALENTINE BODY SWAP</h4>
- Didn't happen. I don't acknowledge it. Who even came up with that idea? No.
- <h4>JOCELYN'S SHOW-DEATH</h4>
- This woman has been cheated in the show. She deserved better than the death she got. She deserves to fight until the end, she deserves to see her daughter happy, she deserves to marry Lucien Graymark, she deserves a second chance at happiness. I understand that sometimes actors have other commitments and have to leave a show, but honestly they could have just recast her. I'm pretty sure the fandom would have gotten over it. Not only has her death affected Clary, it also affected Luke; another person who deserved some happiness. I'm pretty sure I'm always going to be disappointed in this particular part of the show's development, but there we go.
- <p>Pertaining to Valentine, know that he would never allow Jocelyn to be put in the way of that kind of harm. She would never have been in a situation where she could have died as she did, especially since it was Valentine that put the Demon in the institute to begin with. Honestly, none of this would ever happen and as far as my portrayal is concerned, she didn't die. Understand, that Valentine is still very much in love with Jocelyn and hopes that she might one day return to him. He would never allow her to come to harm.
- <h4>JACE & VALENTINE'S DEATHS</h4>
- First of all, <i>CLARY AND JACE DO NOT ARRIVE AT THE SUMMONING SITE OF RAZIEL TO STOP VALENTINE TOGETHER,</i> Clary arrives there first by Portal. Upon awakening, she finds herself laying on damp earth, wrists bound and unable to speak because of a Quietude rune. When Jace arrives, he is not stabbed in surprise by Valentine. On the contrary, in the books, Jace initially has the upper-hand: a knife pointed at Valentine's throat. His death comes, in essence, as a result of him underestimating Valentine's conviction in his own cause and he's taken wholly by surprise. When he is stabbed through the heart, it is not at the hand of something that seems the size of merely a pocket knife, but instead, by <i>MAELLARTACH</i> itself, better known as the Mortal Sword. Furthermore, <i>THERE IS NO GOODBYE BETWEEN JACE AND CLARY,</i> instead, Jace dies while cradled by Valentine. When the latter returns to the ritual at hand, Clary utilizes all force she has to crawl over to Jace, but she is unable to touch him or speak. And lastly, when the Quietude rune is removed by a summoned Raziel— it is he who kills Valentine, <i>IT IS NOT CLARY.</i>
- <p><i>VALENTINE GRIEVES FOR HIS SON:</i> You need to remember that Valentine does <i>love</i> Jace in his way, and regrets that he is forced to kill Jace. Also take into consideration that Jace is standing in the way of the goal that Valentine has worked his whole life for and is threatening to stop what he believes to be his higher cause.
- <h4>MADZIE</h4>
- While in the show, Madzie is a good representation of what the show writers believe to be the way that Valentine treats children in his care, she doesn't actually exist in the books. Thus, this character doesn't exist to Valentine.
- <h4>DOROTHEA ROLLINS</h4>
- Honestly, this character doesn't exist in the books and won't exist to me. The show character 'Dot' is a nice mix of Etta, who Magnus Bane dated in the 1900's and Madam Dorothea, the old woman that is possessed by a greater demon in City of Bones. I'm not even entirely sure what her purpose was in the show? To die a pointless and unacknowledged death? If so, good job, show runners! You achieved your goal.
- </div class="npcontent">
- </li>
- </ul>
- </div id="page">
- </div id="tabcontent">
- </div id="Brian" class="page">
- <!-- PAGE: JAMIE -->
- <div id="Jamie" class="page" style="display:none;">
- <div id="tabcontent">
- <div class="npside">
- <div class="sidebarbg">
- <img src="{image:Sidebar Background}">
- </div class="sidebarbg">
- <div class="npsideinner">
- <div class="npsideimgtop">
- <img src="https://i.imgur.com/7v2ldlZ.png">
- </div class="npsideimgtop">
- <div class="description" style="border-top:29px solid {color:background};">
- <b style="color:{color:links};">LOIALTE:</b> INDEPENDENT AND SELECTIVE <i>MULTI MUSE</i> FEATURING CHARACTERS IN <b> THE MARVEL CINEMATIC UNIVERSE,</b> ASSASSIN'S CREED, <b>REIGN,</b> BBC MUSKETEERS, <b>OUTLANDER,</b> THE SHADOWHUNTER CHRONICLES, <b>AND MANY MORE!</b> LOW ACTIVITY. <i>SALUTED BY EMMA.</i>
- </div class="description">
- <div class="npsideimgbottom">
- <img src="https://i.imgur.com/EzQ8qgS.png">
- </div class="npsideimgbottom">
- </div class="npsideinner">
- </div class="npside">
- <div id="page">
- <div class="npheader">
- <img src="https://i.imgur.com/Sx5wKTx.png">
- </div class="npheader">
- <div class="npnavi">
- <div class="dropdown">
- <button onclick="myFunction()" class="dropbtn">
- (re) Click here for Navigational Pages</button>
- <div id="myDropdown" class="dropdown-content">
- <ul id="tabs">
- <li style="text-align:left;" autofocus>General Information</li>
- <li style="text-align:right;">General Navigation</li>
- <li style="min-width:539px; margin-bottom:-5px!important;"></li>
- </ul id="tabs">
- </div id="myDropdown" class="dropdown-content">
- </div class="dropdown">
- </div class="npnavi">
- <!-- TAB ONE -->
- <ul id="tab"><li class="active">
- <div class="npcontent">
- <blockquote style="font-style:italic!important; margin-top:1px!important;"><i><b>It was a warm day for late October, and his shirt was clinging to his shoulders already. He wiped a sleeve across his face and examined the damp patch critically. If he got wringing, Brianna would insist on washing it again, protest as he might that sweat was clean enough. “Phew,” she would say, with a disapproving nostril-flare, wrinkling her long nose up like a possum. He had laughed out loud when he first saw her do it; as much from surprise as from amusement.
- <p>His mother had died long ago, in his childhood, and while the odd memory of her came now and then in dreams, he had mostly replaced her presence with static pictures, frozen images in his mind. But she had said “Phew!” to him when he came in mucky, and wrinkled up her long nose in just that way—it had come back with a flash when he saw Brianna do it.</b></i></blockquote>
- <h4>Introduction / Importances</h4>
- Coming soon.
- <h4>Canon elaboration: Shipping</h4>
- Coming soon.
- </div class="npcontent">
- </li>
- <!-- TAB TWO -->
- <li>
- <div class="npcontent">
- <div class="nplinks">
- <h4>General Links</h4>
- <a href="/tagged/「-jamie-fraser-%2F-study-」-i%27m-too-hungry-to-be-a-threat-to-anything-but-breakfast.">
- study
- </a>
- <a href="/tagged/「-jamie-fraser-%2F-visage-」-ribbons-of-melted-bronze-across-his-shoulders.">
- visage
- </a>
- <a href="/tagged/「-jamie-fraser-%2F-headcanon-」-it%27s-a-damn-thin-line-between-justice-and-brutality.">
- headcanon
- </a>
- <a href="/tagged/「-jamie-fraser-%2F-answered-ic-」-who-in-god%27s-name-is-john-wayne%3F">
- answered / in character
- </a>
- <h4>Universes</h4>
- <a href="/tagged/「-jamie-fraser-%2F-vs%3A-1740s-」-the-popular-english-conception-of-a-highland-thug.">
- 1740s
- </a>
- <a href="/tagged/「-jamie-fraser-%2F-vs%3A-1750s-」-ropes-about-our-necks-to-show-that-our-lives-were-forfeit.">
- 1750s
- </a>
- <a href="/tagged/「-jamie-fraser-%2F-vs%3A-1760s-」-ye-dinna-need-to-be-so-brave-about-things-if-ye-ken-ye-canna-help-it.">
- 1760s
- </a>
- <a href="/tagged/「-jamie-fraser-%2F-vs%3A-1770s-」-if-i-am-to-live-as-a-man-i-must-have-a-mountain.">
- 1770s
- </a>
- <h4>Connections</h4>
- <a href="/tagged/「-jamie-fraser-%2F-dyn%3A-claire-」-let-me-be-brave-enough-not-to-fall-on-my-knees-and-beg-her-to-stay.">
- Claire
- </a>
- <a href="/tagged/「-jamie-fraser-%2F-dyn%3A-brianna-」-his-arms-were-as-strong-about-her-as-she-had-ever-dared-to-hope.">
- Brianna
- </a>
- <a href="">
- Murtagh
- </a>
- <a href="">
- Fergus
- </a>
- <a href="">
- John
- </a>
- <a href="">
-
- </a>
- </div class="nplinks">
- </div class="npcontent">
- </li></ul>
- </div id="page">
- </div id="tabcontent">
- </div id="Jamie" class="page">
- <!-- PAGE: MICHONNE -->
- <div id="Michonne" class="page" style="display:none;">
- <div id="tabcontent">
- <div class="npside">
- <div class="sidebarbg">
- <img src="{image:Sidebar Background}">
- </div class="sidebarbg">
- <div class="npsideinner">
- <div class="npsideimgtop">
- <img src="https://i.imgur.com/OMo8a65.png">
- </div class="npsideimgtop">
- <div class="description" style="border-top:29px solid {color:background};">
- <b style="color:{color:links};">LOIALTE:</b> INDEPENDENT AND SELECTIVE <i>MULTI MUSE</i> FEATURING CHARACTERS IN <b> THE MARVEL CINEMATIC UNIVERSE,</b> ASSASSIN'S CREED, <b>REIGN,</b> BBC MUSKETEERS, <b>OUTLANDER,</b> THE SHADOWHUNTER CHRONICLES, <b>AND MANY MORE!</b> LOW ACTIVITY. <i>SALUTED BY EMMA.</i>
- </div class="description">
- <div class="npsideimgbottom">
- <img src="https://i.imgur.com/crfJOPI.png">
- </div class="npsideimgbottom">
- </div class="npsideinner">
- </div class="npside">
- <div id="page">
- <div class="npheader">
- <img src="https://i.imgur.com/krQVkCh.png">
- </div class="npheader">
- <div class="npnavi">
- <div class="dropdown">
- <button onclick="myFunction()" class="dropbtn">
- (re) Click here for Navigational Pages</button>
- <div id="myDropdown" class="dropdown-content">
- <ul id="tabs">
- <li style="text-align:left;" autofocus>General Information</li>
- <li style="text-align:right;">General Navigation</li>
- <li style="min-width:539px; margin-bottom:-5px!important;"></li>
- </ul id="tabs">
- </div id="myDropdown" class="dropdown-content">
- </div class="dropdown">
- </div class="npnavi">
- <!-- TAB ONE -->
- <ul id="tab"><li class="active">
- <div class="npcontent">
- <blockquote style="font-style:italic!important; margin-top:1px!important;"><i><b>Coming soon.</b></i></blockquote>
- <h4>Introduction / Importances</h4>
- Coming soon.
- <h4>Canon elaboration: Shipping</h4>
- Coming soon.
- </div class="npcontent">
- </li>
- <!-- TAB TWO -->
- <li>
- <div class="npcontent">
- <div class="nplinks">
- <h4>General Links</h4>
- <a href="/tagged/「-jamie-fraser-%2F-study-」-i%27m-too-hungry-to-be-a-threat-to-anything-but-breakfast.">
- study
- </a>
- <a href="/tagged/「-jamie-fraser-%2F-visage-」-ribbons-of-melted-bronze-across-his-shoulders.">
- visage
- </a>
- <a href="/tagged/「-jamie-fraser-%2F-headcanon-」-it%27s-a-damn-thin-line-between-justice-and-brutality.">
- headcanon
- </a>
- <a href="/tagged/「-jamie-fraser-%2F-answered-ic-」-who-in-god%27s-name-is-john-wayne%3F">
- answered / in character
- </a>
- <h4>Universes</h4>
- <a href="/tagged/「-jamie-fraser-%2F-vs%3A-1740s-」-the-popular-english-conception-of-a-highland-thug.">
- 1740s
- </a>
- <a href="/tagged/「-jamie-fraser-%2F-vs%3A-1750s-」-ropes-about-our-necks-to-show-that-our-lives-were-forfeit.">
- 1750s
- </a>
- <a href="/tagged/「-jamie-fraser-%2F-vs%3A-1760s-」-ye-dinna-need-to-be-so-brave-about-things-if-ye-ken-ye-canna-help-it.">
- 1760s
- </a>
- <a href="/tagged/「-jamie-fraser-%2F-vs%3A-1770s-」-if-i-am-to-live-as-a-man-i-must-have-a-mountain.">
- 1770s
- </a>
- <h4>Connections</h4>
- <a href="/tagged/「-jamie-fraser-%2F-dyn%3A-claire-」-let-me-be-brave-enough-not-to-fall-on-my-knees-and-beg-her-to-stay.">
- Claire
- </a>
- <a href="/tagged/「-jamie-fraser-%2F-dyn%3A-brianna-」-his-arms-were-as-strong-about-her-as-she-had-ever-dared-to-hope.">
- Brianna
- </a>
- <a href="">
- Murtagh
- </a>
- <a href="">
- Fergus
- </a>
- <a href="">
- John
- </a>
- <a href="">
-
- </a>
- </div class="nplinks">
- </div class="npcontent">
- </li></ul>
- </div id="page">
- </div id="tabcontent">
- </div id="Michonne" class="page">
- <!-- PAGE: BRIAN -->
- <div id="Brian" class="page" style="display:none;">
- <div id="tabcontent">
- <div class="npside">
- <div class="sidebarbg">
- <img src="{image:Sidebar Background}">
- </div class="sidebarbg">
- <div class="npsideinner">
- <div class="npsideimgtop">
- <img src="https://i.imgur.com/cxldQDI.png">
- </div class="npsideimgtop">
- <div class="description" style="border-top:29px solid {color:background};">
- <b style="color:{color:links};">LOIALTE:</b> INDEPENDENT AND SELECTIVE <i>MULTI MUSE</i> FEATURING CHARACTERS IN <b> THE MARVEL CINEMATIC UNIVERSE,</b> ASSASSIN'S CREED, <b>REIGN,</b> BBC MUSKETEERS, <b>OUTLANDER,</b> THE SHADOWHUNTER CHRONICLES, <b>AND MANY MORE!</b> LOW ACTIVITY. <i>SALUTED BY EMMA.</i>
- </div class="description">
- <div class="npsideimgbottom">
- <img src="https://i.imgur.com/yqHglQz.png">
- </div class="npsideimgbottom">
- </div class="npsideinner">
- </div class="npside">
- <div id="page">
- <div class="npheader">
- <img src="https://i.imgur.com/XZNMwia.png">
- </div class="npheader">
- <div class="npnavi">
- <div class="dropdown">
- <button onclick="myFunction()" class="dropbtn">
- (re) Click here for Navigational Pages</button>
- <div id="myDropdown" class="dropdown-content">
- <ul id="tabs">
- <li style="text-align:left;" autofocus>General Information</li>
- <li style="text-align:right;">General Navigation</li>
- <li style="text-align:left;">Abilities / Weaponry</li>
- <li style="text-align:right;">Universes</li>
- <li style="min-width:539px; margin-bottom:-5px!important;"></li>
- </ul id="tabs">
- </div id="myDropdown" class="dropdown-content">
- </div class="dropdown">
- </div class="npnavi">
- <!-- TAB ONE -->
- <ul id="tab"><li class="active">
- <div class="npcontent">
- <blockquote style="font-style:italic!important; margin-top:1px!important;"><i><b>While there's a busy street, wherever there's a turning wheel, a million marching feet -- Red, white and blue, what does it mean to you? Surely you're proud, shout it loud -- Britons awake! There'll always be an England and England shall be free, if England means as much to you as England means to me.</b></i></blockquote>
- <h4>Introduction / Importances</h4>
- Coming soon.
- <h4>BIOGRAPHY</h4>
- Born the son of James Montgomery Falsworth, Brian Falsworth was raised into money. He lived and grew in Falsworth Manor, in a village North of London where he spent a great deal of time playing, learning and looking up to his father; his role model. Of course, as he grew older, Brian began to have a mind of his own and diverted from the life which his father might have liked him to have in favour of one that he believed in.</p>
- Roger Aubrey, best friend and lover to the very same Falsworth son, was somewhat of an influence on Brian. They grew together and so held some of the same views and beliefs about the world. The pair were pacifists and wanted peace between Germany and the United Kingdom. It was through these beliefs that the pair opted to travel to Germany during the 1938 to help encourage peace.</p>
- However, early in the war the pair discovered the evil nature of the Nazi regime and attempted to leave Germany. The Nazi Government was unwilling to risk the possibility that Falsworth and Aubrey would reverse their anti-war positions and so tore up their passports to render them unable to leave the country. They were then arrested by the Gestapo for their anti-war propaganda. The two were separated and brought to different prisons.</p>
- While in prison Brian met Professor Schmitt who was imprisoned by the Red Skull for having a Jewish background. Schmitt worked along side Professor Erskine before he defected to the America to create the super-soldier formula and made Captain America. Schmitt had made an imperfect variant of the Super-Soldier Serum of his own while in prison and gave it to Brian to take in an attempt to ensure their escape of the prison.</p>
- Failing in his attempt at escape and with Schmitt dead, Brian was turned over to the Institute of Nazi Science, where he was subjected to brainwashing and experiments that altered his memories and thoughts, resulting in his compliance to fight alongside the Nazi's.</p>
- With his memories gone, the Nazi's turned Brian into a costumed fighter, calling him the Destroyer. They unleashed their new soldier against those that fought against them, bringing with it the turning point in the war in the favour of Nazi forces.</p>
- Some months later and during this time Brian's boyfriend, Roger Aubrey, was being experimented on and became brain-washed, emerging with the powers to shrink in size. The Germans send Roger to England to confront the Invaders, whereupon he was captured by the allied forces. Lord James Montgomery Falsworth –– the Union Jack –– and Spitfire (Lady Jaqueline Falsworth, Brian's sister) heard news from Roger of the Destroyer in Germany and with intentions of finding a means of restoring Brian's memory, the trio parachuted into enemy territory with hopes that once Brian's memory was restored, he would reveal his identity to them. However the pair were captured by Germans and were detained in their efforts, having to fight their captors and escape with some help from a captured scientist whom gave his word to aid in restoring Brian's memories.</p>
- The Destroyer had no intentions of going easily and so fought to continue accomplishing his given mission until he was detained by the Union Jack and Spitfire and his memories once again became his own.</p>
- Upon their return to Britain, his father handed down the responsibilities of the Union Jack to Brian, allowing him a new sense of purpose in his home country as its protector. It was through this that he became a member of the Invaders.</p>
- Following the war, Brian remained active as the Union Jack, fighting for the good of his country. However, Brian had accumulated a large amount of attention during this time as a hero. Some time thereafter, reports of a car crash on a British road in 1953 hit the tabloids, announcing the end of Brian Falsworth's career and his life. It was a tragic end to a respected Heroes life.</p>
- <h4>BASICS</h4>
- • <i>Full Name:</i> Brian Falsworth.
- <br>• <i>Other Names:</i> Bri or Falsworth.
- <br>• <i>Aliases:</i> Destroyer, Union Jack.
- <br>• <i>Date Of Birth:</i> 24th October.
- <br>• <i>Place Of Birth:</i> Falsworth Manor, England.
- <br>• <i>Age:</i> Exceptionally verse dependent.
- <br>• <i>Gender:</i> Male.
- <br>• <i>Pronouns:</i> He/him/his.
- <br>• <i>Orientation:</i> Homosexual.
- <br>• <i>Species:</i> Human, Genetically enhanced via imperfect variant of Super Soldier Serum.
- <br>• <i>Occupation:</i> Adventurer.
- <br>• <i>Abilies:</i> Agility, Healing, Intellect, Stealth, Super Strength, Unarmed Combat, Weapon Master.
- <br>• <i>Languages Spoken:</i> English, French, German.
- <p><h4>APPEARANCE</h4>
- • <i>Face Claim:</i> Joseph Morgan.
- <br>• <i>Hair Colour:</i> Brown.
- <br>• <i>Eye Colour:</i> Brown.
- <br>• <i>Height:</i> 6'0".
- <h4>HEALTH</h4>
- • <i>Allergies:</i> None known.
- <br>• <i>Sleeping Habits:</i> Sleeps when he can, no schedule, insomnia post WWII.
- <br>• <i>Body Temperature:</i> Average.
- <br>• <i>Drug Use:</i> None.
- <br>• <i>Tobacco Use:</i> Casual Smoker.
- <br>• <i>Alcohol Use:</i> Whenever he wants a drink, he has one.
- <br>• <i>Mental Health:</i> PTSD post WWII and nightmares.
- <h4>family</h4>
- • <i>Father:</i> James 'Jack' Montgomery Falsworth, Lord.
- <br>• <i>Mother:</i> Elizabeth Falsworth, Lady.
- <br>• <i>Sister:</i> Jacqueline Falsworth, Lady.
- </div class="npcontent">
- </li>
- <!-- TAB TWO -->
- <li>
- <div class="npcontent">
- <div class="nplinks">
- <h4>General Links</h4>
- <a href="/tagged/「-brian-falsworth-%2F-study-」-england-will-be-free-if-it-means-to-you-as-it-means-to-me.">
- study
- </a>
- <a href="/tagged/「-brian-falsworth-%2F-visage-」-may-this-fair-land-we-love-in-dignity-and-freedom-dwell.">
- visage
- </a>
- <a href="/tagged/「-brian-falsworth-%2F-headcanon-」-shout-it-out-loud.-britons-awake%21">
- headcanon
- </a>
- <a href="/tagged/「-brian-falsworth-%2F-answered-ic-」-red-white-and-blue.-what-does-it-mean-to-you%3F">
- answered / in character
- </a>
- <h4>Universes</h4>
- <a href="/tagged/「-brian-falsworth-%2F-vs%3A-01-」-too-bad-that-we-had-no-time-to-rewind.">
- VRS 01.
- </a>
- <a href="/tagged/「-brian-falsworth-%2F-vs%3A-02-」-tell-my-parents-that-i%27m-dead-and-hope-to-god-i%27m-never-found.">
- VRS 02.
- </a>
- <a href="/tagged/「-brian-falsworth-%2F-vs%3A-03-」-if-we-can-find-the-light-we-can-make-our-way-back-home.">
- VRS 03.
- </a>
- <a href="/tagged/「-brian-falsworth-%2F-vs%3A-04-」-alt%3A-super-spy.-super-soldier.-super-cool.">
- ALT VRS: 04.
- </a>
- <a href="/tagged/「-brian-falsworth-%2F-vs%3A-05-」-alt%3A-to-infinity-and-beyond.">
- ALT VRS: 05.
- </a>
- <a> </a>
- <h4>Connections</h4>
- <a href="/tagged/">
- MONTGOMERY 'JACK' FALSWORTH
- </a>
- <a href="/tagged/">
- JACQUELINE 'SPITFIRE' FALSWORTH
- </a>
- </div class="nplinks">
- </div class="npcontent">
- </li>
- <li>
- <div class="npcontent">
- <h4>ABILITIES</h4>
- <blockquote><i>Note:</i> While Brian was subject to a formula based off of the serum that created Captain America, it was in no way an exact replica; thus some of the abilities and changes in Brian will not be the exact same as those in Steve Rogers.</blockquote>
- <h4>SUPER HUMAN STRENGTH</h4>
- Falsworth possesses the strength to lift approximately 1000 lbs (71 stone).
- <h4>PEAK HUMAN SPEED</h4>
- At peak of human efficiency, he can sprint at speeds of up to 30 miles per hour.
- <h4>SUPERHUMAN STAMINA</h4>
- Falsworth's augmented and superior musculature produced less fatigue toxins during physical activity than the musculature of a normal human. He could exert himself at peak capacity for up to three hours before the build up of fatigue toxins in his blood began to impair him.
- <h4>SUPERHUMAN DURABILITY</h4>
- His bodily tissues were augmented by the Super-Soldier formula to the point that they are tougher and more resistant to some kinds of injury than the bodily tissues of an ordinary human. While far from invulnerable, Falsworth can withstand powerful impact forces. He can withstand impacts with little to no injury to himself, such as being struck by a superhumanly strong opponent or falling from several stories, that would severely injure or kill a normal human.
- <h4>SUPERHUMAN AGILITY</h4>
- His natural agility, balance and bodily coordination was enhanced to levels that are beyond the natural physical limits of the finest human athlete. Falsworth's agility is often likened with that of a tiger.
- <h4>SUPERHUMAN REFLEXES</h4>
- Falsworth's reflexes were similarly enhanced and are superior to those of the finest human athlete.
- <h4>WEAPONS</h4>
- <i>SPECIFIC TO THE UNION JACK.</i></p>
- <blockquote>
- <b>DAGGER:</b> Union Jack carried a steel dagger with a 6-inch blade, which he strapped to his left hip.</p>
- <b>SIDEARM:</b> Union Jack carries a Webley .455 caliber pistol in a tied-down flapped holster on his right hip.
- </blockquote>
- <i>SPECIFIC TO BRIAN.</i></p>
- <blockquote>
- <b>GUNS:</b> After his time working under the influence of the Nazi's, Brian has aquired a variety of firearms knowledge. In this respect, he is able to work most guns ––– however, long range weapons are not his specialty as he is a more accurate shot when within near-firing range.
- </blockquote>
- <h4>MISCELLANEOUS</h4></p>
- This includes any other knowledge or training that may play a part in Brian's role as the Union Jack or come to light when interacting with him.</p>
- <blockquote>
- <i>MAPS AND TACTICS:</i> Brian can read and understand maps easily. During his time under Nazi influence, Brian was used to take out towns and bring in or kill the Allied. He is well trained in tactical advances and manoeuvres.</p>
- <i>ALLIANCES:</i> The Union Jack has alliances within the British Army, where he has helped them on multiple occasions and is respected among the men. He knows and has fought alongside Captain America during World War II and is familiar with the Howling Commandos, due to Brian's father having fought alongside them in the war.
- </blockquote>
- </div class="npcontent">
- </li>
- <li>
- <div class="npcontent">
- <h4>001. TOO BAD THAT WE HAD NO TIME TO REWIND.</h4>
- <i>PRE WORLD WAR II:</i> Born the son of James Montgomery Falsworth, Brian Falsworth was raised into money. He lived and grew in Falsworth Manor, in a village North of London where he spent a great deal of time playing, learning and looking up to his father; his rolemodel. Of course, as he grew older, Brian began to have a mind of his own and diverted from the life which his father might have liked him to have in favour of one that he believed in.</p>
- Roger Aubrey, best friend and lover to the very same Falsworth son, was somewhat of an influence on Brian. They grew together and so held some of the same views and beliefs about the world. The pair were pacifists and wanted peace between Germany and the United Kingdom. It was through these beliefs that the pair opted to travel to Germany during the 1938 to help encourage peace.</p>
- <h4>002. TELL MY PARENTS THAT I'M DEAD AND HOPE TO GOD I'M NEVER FOUND.</h4>
- <i>THE DESTROYER:</i> Early in the war Brian and Rober discovered the evil nature of the Nazi regime and attempted to leave Germany. The Nazi Government was unwilling to risk the possibility that Falsworth and Aubrey would reverse their anti-war positions and so tore up their passports to render them unable to leave the country. They were then arrested by the Gestapo for their anti-war propaganda. The two were separated and brought to different prisons.</p>
- While in prison Brian met Professor Schmitt who was imprisoned by the Red Skull for having a Jewish background. Schmitt worked along side Professor Erskine before he defected to the America to create the super-soldier formula and made Captain America. Schmitt had made a imperfect variant of the Super-Soldier Serum of his own while in prison and gave it to Brian to take in an attempt to ensure their escape of the prison.</p>
- Failing in his attempt at escape and with Schmitt dead, Brian was turned over to the Institute of Nazi Science, where he was subjected to brainwashing and experiments that altered his memories and thoughts, resulting in his compliance to fight alongside the Nazi's.</p>
- With his memories gone, the Nazi's turned Brian into a costumed fighter, calling him the Destroyer. They unleashed their new soldier against those that fought against them, bringing with it the turning point in the war in the favour of Nazi forces.</p>
- <h4>003. IF WE CAN FIND THE LIGHT WE CAN MAKE OUR WAY BACK HOME.</h4>
- <i>UNION JACK:</i> Upon their return to Britain, his father handed down the responsibilties of the Union Jack to Brian, allowing him a new sense of purpose in his home country as its protector. It was through this that he became a member of the Invaders.</p>
- Following the war, Brian remained acive as the Union Jack, fighting for the good of his country. However, Brian had accumulated a large amount of attention during this time as a hero. Some time thereafter, reports of a car crash on a British road in 1953 hit the tabloids, announcing the end of Brian Falsworth's career and his life. It was a tragic end to a respected Hero's life.</p>
- <h4>004. ALT: SUPER SPY. SUPER SOLDIER. SUPER COOL.</h4>
- <i>PSEUDOCIDE (THE SECOND DEATH OF BRIAN FALSWORTH):</i> Following the war, Brian remained acive as the Union Jack, fighting for the good of his country. However, Brian had accumulated a large amount of attention during this time as a hero. Through this he decided that it would be best if the Union Jack and consequentally, Brian Falswoth, disappeared from their radar. Reports of a car crash on a British road in 1953 hit the tabloids, announcing the end of Brian Falsworth's career and his life. The deceased hero kept himself from the public eye and lived for two decades without anyone knowing that he was alive.</p>
- Brian Falsworth's return to Falsworth Manor was a shocking one ––– something that he wished never to experiance again throughout the course of his life. This was the second time that he had been considered dead to his family and his return, following what had happened first in Germany and now again with his car crash, brought his family into an uproar and forced him to promise never to let them believe that he was dead again.</p>
- In following years, Brian once again donned the suit for the Union Jack and took to the streets to continue to protect his country. During this time he also made the decision to follow the future that his father had wanted for him, agreeing to take over his family business in the tea industry.</p>
- The discovery of Captain America hit the news some many years later. The formula that Brian had taken had enhanced his life expectancy to the point of near immortality, pending the notion that he wasn't mortally wounded or blown up at any point in his now long life. Brian looked the same as the day he had been imprisoned in Germany back during the war and with the resurrection of his old friend and brother in arms, Steve Rogers, came the knowledge that though the past was gone, it lived on in the heroes that fought and lived through those years.</p>
- <h4>005. ALT: TO INFINITY AND BEYOND.</h4>
- <i>INFINITY WAR & ENDGAME:</i> A continuation of <i>004. ALT: THE SECOND DEATH OF BRIAN FALSWORTH</i>; Brian is called upon as the Union Jack by his old friend and ally, Captain America in a bid to aid the remainder of the Avengers in stopping Thanos once and for all.
- <p>
- </div class="npcontent">
- </li>
- </ul>
- </div id="page">
- </div id="tabcontent">
- </div id="Brian" class="page">
- <!-- PAGE: DIANA -->
- <div id="Diana" class="page" style="display:none;">
- <div id="tabcontent">
- <div class="npside">
- <div class="sidebarbg">
- <img src="{image:Sidebar Background}">
- </div class="sidebarbg">
- <div class="npsideinner">
- <div class="npsideimgtop">
- <img src="https://i.imgur.com/icbj50X.png">
- </div class="npsideimgtop">
- <div class="description" style="border-top:29px solid {color:background};">
- <b style="color:{color:links};">LOIALTE:</b> INDEPENDENT AND SELECTIVE <i>MULTI MUSE</i> FEATURING CHARACTERS IN <b> THE MARVEL CINEMATIC UNIVERSE,</b> ASSASSIN'S CREED, <b>REIGN,</b> BBC MUSKETEERS, <b>OUTLANDER,</b> THE SHADOWHUNTER CHRONICLES, <b>AND MANY MORE!</b> LOW ACTIVITY. <i>SALUTED BY EMMA.</i>
- </div class="description">
- <div class="npsideimgbottom">
- <img src="https://i.imgur.com/QLCm4fP.png">
- </div class="npsideimgbottom">
- </div class="npsideinner">
- </div class="npside">
- <div id="page">
- <div class="npheader">
- <img src="https://i.imgur.com/fQqfJ8J.png">
- </div class="npheader">
- <div class="npnavi">
- <div class="dropdown">
- <button onclick="myFunction()" class="dropbtn">
- (re) Click here for Navigational Pages</button>
- <div id="myDropdown" class="dropdown-content">
- <ul id="tabs">
- <li style="text-align:left;" autofocus>General Information</li>
- <li style="text-align:right;">General Navigation</li>
- <li style="min-width:539px; margin-bottom:-5px!important;"></li>
- </ul id="tabs">
- </div id="myDropdown" class="dropdown-content">
- </div class="dropdown">
- </div class="npnavi">
- <!-- TAB ONE -->
- <ul id="tab"><li class="active">
- <div class="npcontent">
- <blockquote style="font-style:italic!important; margin-top:1px!important;"><i><b>“Somewhere in the center of my soul, a rusty chain began to unwind. It freed itself, link by link, from where it had rested, unobserved, waiting for him. My hands, which had been balled up and pressed against his chest, unfurled with it. The chain continued to drop, to an unfathomable depth where there was nothing but darkness and Matthew. At last it snapped to its full length, anchoring me to a vampire. Despite the manuscript, despite the fact that my hands contained enough voltage to run a microwave, and despite the photograph, as long as I was connected to him, I was safe.”</b></i></blockquote>
- <h4>Introduction / Importances</h4>
- Coming soon.
- <h4>Canon elaboration: Shipping</h4>
- Coming soon.
- </div class="npcontent">
- </li>
- <!-- TAB TWO -->
- <li>
- <div class="npcontent">
- <div class="nplinks">
- <h4>General Links</h4>
- <a href="/tagged/「-diana-bishop-%2F-study-」-born-under-the-sign-of-leo%3F-i-will-have-to-call-you-my-lioness-now.-but-even-la-lionne-needs-her-protectors.">
- study
- </a>
- <a href="/tagged/「-diana-bishop-%2F-visage-」-you-are-steadfast.-you-hide-many-secrets-within-you.-bright-on-the-surface.-fiery-within.-impossible-to-break.">
- visage
- </a>
- <a href="/tagged/「-diana-bishop-%2F-headcanon-」-all-dressed-up-in-adrenalin-and-no-place-to-go.">
- headcanon
- </a>
- <a href="/tagged/「-diana-bishop-%2F-answered-ic-」-a-bedtime-story-about-evil-witches-and-enchanted-ribbons.-a-shadowed-prince-and-a-fairy-godmother.">
- answered / in character
- </a>
- <h4>Universes</h4>
- <a href="/tagged/「-diana-bishop-%2F-vs%3A-discovery-of-witches-」-it%27s-who-you-are.-it%27s-in-your-blood.-it%27s-in-your-bones.-you-were-born-a-witch.">
- A Discovery of Witches
- </a>
- <a href="/tagged/">
- Shadow of Night
- </a>
- <a href="/tagged/">
- The Book of Life
- </a>
- <a> </a>
- <h4>Connections</h4>
- <a href="/tagged/「-diana-bishop-%2F-dyn%3A-matthew-」-he-was-not-of-an-age-but-for-all-time-%2F-with-thee-conversing-i-forget-all-time.">
- Matthew
- </a>
- <a href="/tagged/「-diana-bishop-%2F-dyn%3A-ysabeau-」-your-fight-is-my-fight.-your-enemies-are-my-enemies.-we-fight-as-a-family.">
- Ysabeau
- </a>
- <a href="/tagged/「-diana-bishop-%2F-dyn%3A-philippe-」-i’ll-find-a-way-to-be-with-you-in-the-darkness-%2F-how-could-it-be-otherwise-when-you-are-in-my-heart%3F">
- Philippe
- </a>
- <a> </a>
- </div class="nplinks">
- </div class="npcontent">
- </li></ul>
- </div id="page">
- </div id="tabcontent">
- </div id="Diana" class="page">
- </div id="container">
- <!-- CREDIT -->
- <div id="credit">
- <div style="width:105px;margin-right:10px;">
- <a href="http://iniziare.tumblr.com/post/183826974792/base-theme-viper-preview-download-code" target="blank">
- <span>S.</span>MADE BY SAE.</a>
- </div style>
- </div id="credit">
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment