Advertisement
Guest User

iskronet theme

a guest
Dec 8th, 2019
257
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 37.75 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2.  
  3.  
  4.  
  5. <!--
  6.  
  7. WINTER'S LADY THEMES
  8. ♛ this code was made by AGIRLINGREY@TUMBLR.
  9. ♛ do not remove credit or claim as your own.
  10.  
  11. -->
  12.  
  13.  
  14.  
  15.  
  16. <html xmlns="https://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  17. <head>
  18.  
  19.  
  20.  
  21. <!--
  22. POP UP SCRIPT
  23. -->
  24.  
  25.  
  26. <script type="text/javascript"
  27. src="https://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  28. <script>
  29. $(document).ready(function() {
  30. //
  31. $('a.poplight[href^=#]').click(function() {
  32. var popID = $(this).attr('rel'); //Get Popup Name
  33. var popURL = $(this).attr('href'); //Get Popup href to define size
  34. var query= popURL.split('?');
  35. var dim= query[1].split('&');
  36. var popWidth = dim[0].split('=')[1]; //Gets the first query string value
  37. $('#' + popID).fadeIn().css({ 'width': Number( popWidth ) }).prepend('<a href="#" class="close"></a>');
  38. var popMargTop = ($('#' + popID).height() + 80) / 2;
  39. var popMargLeft = ($('#' + popID).width() + 80) / 2;
  40. //Apply Margin to Popup
  41. $('#' + popID).css({
  42. 'margin-top' : -popMargTop,
  43. 'margin-left' : -popMargLeft
  44. });
  45. $('body').append('<div id="fade"></div>');
  46. $('#fade').css({'filter' : 'alpha(opacity=80)'}).fadeIn(); //Fade in the fade layer - .css({'filter' : 'alpha(opacity=80)'})
  47. return false;
  48. });
  49. $('a.close, #fade').live('click', function() {
  50. $('#fade , .popup_block').fadeOut(function() {
  51. $('#fade, a.close').remove(); //fade them both out
  52. });
  53. return false;
  54. });
  55. });
  56. </script>
  57.  
  58.  
  59.  
  60. <!--
  61. VERSE TABS SCRIPT
  62. -->
  63.  
  64.  
  65. <script>
  66.  
  67. $(document).ready(function(){
  68. $("ul#tabs li").click(function(e){
  69. if (!$(this).hasClass("active")) {
  70. var tabNum = $(this).index();
  71. var nthChild = tabNum+1;
  72. $("ul#tabs li.active").removeClass("active");
  73. $(this).addClass("active");
  74. $("ul#tab li.active").removeClass("active");
  75. $("ul#tab li:nth-child("+nthChild+")").addClass("active");
  76. }
  77. });
  78. });
  79. </script>
  80.  
  81.  
  82.  
  83.  
  84. <!--
  85. TOOLTIP STYLING SCRIPT
  86. -->
  87.  
  88.  
  89. <link href="https://static.tumblr.com/5omyijl/bzrn2yg7i/style-my-tooltips.css" rel="stylesheet" type="text/css" />
  90. <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  91. <script src="https://static.tumblr.com/5omyijl/RZtn2yg9v/jquery.style-my-tooltips.js"></script>
  92. <script>
  93. (function($){
  94. $(document).ready(function(){
  95. $("[title]").style_my_tooltips({
  96. tip_follows_cursor:true,
  97. tip_delay_time:200,
  98. tip_fade_speed:500
  99. });
  100. });
  101. })(jQuery);
  102. </script>
  103.  
  104. <title>{Title}</title>
  105. <link rel="shortcut icon" href="{Favicon}">
  106. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  107. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  108.  
  109. <meta name="color:background" content="##99dce3"/>
  110. <meta name="color:text" content="#a1a0a0"/>
  111. <meta name="color:description" content=transparent/>
  112. <meta name="color:link" content="##99dce3"/>
  113. <meta name="color:link hover" content="#989898" />
  114. <meta name="color:bold" content="#cdc2f0" />
  115. <meta name="color:italic" content="#ffffff" />
  116. <meta name="color:border" content="#292828" />
  117. <meta name="color:scrollbar" content="#ffffff" />
  118. <meta name="color:postbg" content=#99dce3 />
  119. <meta name="color:blockquote" content="#121212" />
  120. <meta name="color:tags" content="#e0d3ed"/>
  121.  
  122. <meta name="image:background" content=""/>
  123.  
  124. <meta name="text:link 1" content="link 1"/>
  125. <meta name="text:link 1 url" content="/"/>
  126. <meta name="text:link 2" content="link 2"/>
  127. <meta name="text:link 2 url" content="/"/>
  128. <meta name="text:link 3" content="link 3"/>
  129. <meta name="text:link 3 url" content="/"/>
  130. <meta name="text:link 4" content="link 4"/>
  131. <meta name="text:link 4 url" content="/"/>
  132. <meta name="text:link 5" content="link 5"/>
  133. <meta name="text:link 5 url" content="/"/>
  134. <meta name="text:link 6" content="link 6"/>
  135. <meta name="text:link 6 url" content="/"/>
  136. <meta name="text:link 7" content="link 7"/>
  137. <meta name="text:link 7 url" content="/"/>
  138. <meta name="text:link 8" content="link 8"/>
  139. <meta name="text:link 8 url" content="/"/>
  140.  
  141. <meta name="if:tinycursor" content="1"/>
  142. <meta name="if:greyscale" content="0"/>
  143. <meta name="text:text size" content="12px" />
  144. <meta name="if:showsubmit" content="0"/>
  145.  
  146. <meta name="color:updates bar" content="#070707"/>
  147. <meta name="image:Updates" content=""/>
  148. <meta name="image:thekey" content=""/>
  149.  
  150.  
  151.  
  152. <!--
  153. CUSTOM FONTS
  154. -->
  155.  
  156.  
  157. <link href='https://fonts.googleapis.com/css?family=Playfair+Display' rel='stylesheet' type='text/css'>
  158.  
  159. <link href='https://fonts.googleapis.com/css?family=Montserrat' rel='stylesheet' type='text/css'>
  160.  
  161. <link href='https://fonts.googleapis.com/css?family=Arizonia' rel='stylesheet' type='text/css'>
  162.  
  163. <link href='https://fonts.googleapis.com/css?family=Roboto+Condensed' rel='stylesheet' type='text/css'>
  164.  
  165.  
  166. <style type="text/css">
  167.  
  168.  
  169.  
  170. /* the hover update thing */
  171.  
  172.  
  173.  
  174. #bite
  175. #bite a{
  176. display:block
  177. }
  178. #bite .death {
  179. margin-top:0px;filter: alpha(opacity = 1.0);
  180. opacity:1.0;-webkit-transition: all 0.5s ease-out;
  181. -moz-transition: all 0.5s ease-out;transition: all 0.5s ease-out;
  182. }
  183.  
  184. #bite:hover .death {
  185. margin-top:0px;
  186. -webkit-transition: all 0.8s ease-out;
  187. -moz-transition: all 0.8s ease-out;
  188. transition: all 0.8s ease-out;
  189. filter: alpha(opacity = 100);
  190. filter: alpha(opacity = 100);
  191. opacity:100;
  192. }
  193.  
  194.  
  195. /* selection font and background */
  196.  
  197.  
  198. ::selection {
  199. background: ##99dce3;
  200. color:#99dce3; }
  201.  
  202.  
  203. ::-moz-selection {
  204. background: ##99dce3;
  205. color: #99dce3; }
  206.  
  207.  
  208.  
  209. /* scrollbar details */
  210.  
  211.  
  212.  
  213. ::-webkit-scrollbar {
  214. height: 0px;
  215. width: 2px;
  216. background:transparent;
  217. border-left:0px solid transparent;
  218. border-right:0px solid transparent;}
  219.  
  220.  
  221. ::-webkit-scrollbar-thumb {
  222. background:transparent;}
  223.  
  224.  
  225.  
  226.  
  227.  
  228. /* the cursor */
  229.  
  230.  
  231. {block:iftinycursor}
  232. body, a, a:hover{
  233. cursor: url('https://media.tumblr.com/28e8e2c9c0a422c5fb73ea368b58b529/tumblr_inline_mv7k3cbC5e1qmxe8x.png'), progress;}
  234. {/block:iftinycursor}
  235.  
  236. iframe#tumblr_controls {
  237. right:3px !important;
  238. position: fixed !important;
  239. -webkit-transition: opacity 0.7s
  240. linear;opacity: 0.2;
  241. -webkit-transition: all 0.8s ease-out;
  242. -moz-transition: all 0.8s ease-out;
  243. transition: all 0.8s ease-out;}
  244.  
  245. iframe#tumblr_controls:hover{
  246. -webkit-transition: opacity 0.7s linear;
  247. opacity: 1;
  248. -webkit-transition: all 0.4s ease-out;
  249. -moz-transition: all 0.4s ease-out;
  250. transition: all 0.4s ease-out;}
  251.  
  252.  
  253.  
  254. /* general look & background */
  255.  
  256.  
  257. body {
  258. background:##99dce3;
  259. background-image:url('https://i.imgur.com/bcTaaHH.png');
  260. background-attachment: fixed;
  261. background-repeat: no-repeat;
  262. background-position: left top;
  263. color:##99dce3;
  264. font-family: calibri;
  265. text-align:justify;
  266. font-size: 10px;
  267. letter-spacing:1px;
  268. line-height:135%;
  269.  
  270. }
  271.  
  272.  
  273.  
  274. /* the verses tabs */
  275.  
  276.  
  277. ul#tabs {
  278. list-style-type: none;
  279. padding: 0;
  280. text-align: center;
  281. font-size:8px;
  282. letter-spacing:1px;
  283. }
  284.  
  285. ul#tabs li {
  286. display: inline-block;
  287. background-color: #99dce3;
  288. border: solid 0px #262626;
  289. padding: 4px 12px;
  290. margin-bottom: 4px;
  291. color: ##99dce3;
  292. cursor: pointer;
  293. }
  294.  
  295. ul#tabs li:hover {
  296. background-color: ##99dce3;
  297. }
  298.  
  299. ul#tabs li.active {
  300. background-color: ##99dce3;
  301. background-image:url('https://i.imgur.com/MzhDPLJ.png');
  302. border: 1px solid ##99dce3;
  303. }
  304.  
  305. ul#tab {
  306. list-style-type: none;
  307. margin: 0;
  308. padding: 0;
  309. }
  310.  
  311. ul#tab li {
  312. display: none;
  313. }
  314.  
  315. ul#tab li.active {
  316. display: block;
  317. }
  318.  
  319.  
  320.  
  321.  
  322. /* back to general look & details */
  323.  
  324.  
  325.  
  326. a:link, a:active, a:visited {
  327. text-decoration: none;
  328. color: ###000000;
  329. -moz-transition-duration:.6s;
  330. -webkit-transition-duration:.6s;
  331. -o-transition-duration:.6s;
  332. -webkit-filter: blur(0px);}
  333.  
  334. a:hover {
  335. color: ##000000;
  336. -moz-transition-duration:.6s;
  337. -webkit-transition-duration:.6s;
  338. -o-transition-duration:.6s;
  339. -webkit-filter: blur(1px);}
  340.  
  341.  
  342.  
  343. h1 {
  344. background-color: ##000000;
  345. font-family: 'Montserrat', sans-serif;
  346. font-size: 16px;
  347. line-height: 20px;
  348. letter-spacing: 2px;
  349. text-align: center;
  350. text-transform:uppercase;
  351. color: ###000000;
  352. }
  353.  
  354.  
  355. h2 {
  356. background-color: ##000000;
  357. font-family: 'Montserrat', sans-serif;
  358. font-size: 15px;
  359. line-height: 16px;
  360. letter-spacing: 2px;
  361. text-align: left;
  362. text-transform:uppercase;
  363. color: ###000000;
  364. }
  365.  
  366.  
  367.  
  368. h3 {
  369. background-color: ##000000;
  370. background-image:url("https://i.imgur.com/MzhDPLJ.png");
  371. border:1px dotted #9b9b9b;
  372. font-family: arial;
  373. font-weight:bold;
  374. color: ###000000;
  375. text-shadow:0px 0px 2px #2c2f34;
  376. font-size: 10px;
  377. line-height: 12px;
  378. letter-spacing: 2px;
  379. text-align: center;
  380. text-transform:uppercase;
  381. padding:1px;
  382. line-height:120%;}
  383.  
  384.  
  385.  
  386. quotetext {
  387. background-color: ##000000;
  388. font-family: times;
  389. font-size: 14px;
  390. line-height: 20px;
  391. letter-spacing: 2px;
  392. text-align: center;
  393. text-transform:uppercase;
  394. color: #;
  395. }
  396.  
  397.  
  398.  
  399. blockquote {
  400. word-wrap: break-word;
  401. padding:2px 7px;
  402. margin:3px 0 3px 10px;
  403. border-left:1px solid {color:border};
  404. background-color:##000000;}
  405.  
  406.  
  407. blockquote img{
  408. max-width:100%;
  409. height:auto;
  410. }
  411.  
  412. blockquote blockquote img{
  413. max-width:100%;
  414. height:auto;
  415. }
  416.  
  417.  
  418.  
  419.  
  420.  
  421.  
  422.  
  423. b, bold {
  424. font-size:10px;
  425. text-transform:uppercase;
  426. letter-spacing:1px;
  427. font-family: times;
  428. color: ##000000;
  429. text-shadow:1px 1px 0 #343434;
  430. }
  431.  
  432.  
  433. i, italic {
  434. font-size:12px;
  435. color: ##000000;
  436. font-family: 'Roboto Condensed', sans-serif;
  437. text-shadow: 0px 0px 2px #5a5a5a;
  438. letter-spacing:1px;
  439. text-transform:lowercase;
  440. }
  441.  
  442.  
  443.  
  444. p {
  445. margin-top:5px;
  446. margin-bottom:5px;}
  447.  
  448.  
  449. ol {
  450. list-style:normal;}
  451.  
  452.  
  453. ul {
  454. list-style:square;}
  455.  
  456.  
  457. small {
  458. font-size:10px}
  459.  
  460.  
  461. sup,sub {
  462. font-size:11px}
  463.  
  464.  
  465. pre {
  466. font-size: 10px;
  467. letter-spacing:3px;
  468. background-color:##99dce3;
  469. font-family: "Times New Roman", Times, serif;
  470. font-style: none;
  471. text-align:center;
  472. }
  473.  
  474.  
  475.  
  476. big {
  477. font-size:14px;
  478. text-transform:uppercase;
  479. letter-spacing:2px;
  480. font-family: "Times New Roman", Times, serif;
  481. color: #99dce3;
  482. text-shadow: 0px 0px 2px #383838;
  483. }
  484.  
  485.  
  486.  
  487. {block:IfGreyscale}
  488.  
  489. img {
  490. -webkit-filter:grayscale(100%);
  491. -webkit-transition: all 0.9s ease-in-out;
  492. -moz-transition: all 0.9s ease-in-out;
  493. -o-transition: all 0.9s ease-in-out;
  494. -ms-transition: all 0.9s ease-in-out;
  495. transition: all 0.9s ease-in-out;}
  496.  
  497. img:hover {
  498. -webkit-filter:none;}
  499.  
  500. .html_photoset {
  501. -webkit-filter: grayscale(100%);
  502. -webkit-transition: all 0.9s ease-in-out;
  503. -moz-transition: all 0.9s ease-in-out;
  504. -o-transition: all 0.9s ease-in-out;
  505. -ms-transition: all 0.9s ease-in-out;
  506. transition: all 0.9s ease-in-out;}
  507.  
  508. .html_photoset:hover {
  509. -webkit-filter: none;}
  510.  
  511. {/block:IfGreyscale}
  512.  
  513.  
  514.  
  515. #pcontainer {
  516. background-color:transparent;
  517. width:240px;
  518. height:260px;
  519. padding: 20px;
  520. top:300px;
  521. margin-left: 180px;
  522. position:relative;
  523. overflow-y:scroll;
  524. overflow-x:hidden;
  525. -webkit-mask-image: -webkit-gradient(
  526. linear, center 75%, center bottom,
  527. from(rgba(0,0,0,20)),
  528. to(rgba(20,0,0,0)));
  529. border:1px solid transparent;}
  530.  
  531.  
  532.  
  533. #pcontainer img {
  534. height:auto;
  535. max-width:100%;
  536. }
  537.  
  538.  
  539.  
  540. #content {
  541. margin-left:62px;
  542. width:310px;
  543. margin-top: -100px;
  544. }
  545.  
  546.  
  547. #posts {
  548. width:250px;
  549. padding:10px;
  550. margin-top: 85px;
  551. margin-left:-70px;
  552. padding-bottom:0px;}
  553.  
  554.  
  555.  
  556. #sidebar {
  557. margin-left: 1590px;
  558. line-height:15px;
  559. width: 180px;
  560. position: fixed;
  561. top: 200px;
  562. text-align: center; }
  563.  
  564.  
  565. #sidebar img {
  566. width:150px;
  567. padding-top:10px;
  568. padding-bottom:10px;}
  569.  
  570.  
  571. #description {
  572. margin-left: 0px;
  573. margin-top: -50px;
  574. width:180px;
  575. color: #000000;}
  576.  
  577.  
  578.  
  579. #actualnews {
  580. font-family: calibri;
  581. font-size:10px;
  582. text-align:justify;
  583. background:transparent;
  584. color: #000000;
  585. width:150px;
  586. height:220px;
  587. padding-top:3px;
  588. border:0px solid #131313;
  589. margin-left: 540px;
  590. margin-top: -5px;
  591. position:fixed;
  592. -webkit-filter: blur(0px);
  593. -webkit-transition: 0.8s ease-in;
  594. -moz-transition: 1s ease-in;
  595. transition: 1s ease-in;
  596. opacity:0.5;
  597. -webkit-transition: all 0.6s ease-in-out;
  598. -moz-transition: all 0.6s ease-in-out;
  599. -o-transition: all 0.6s ease-in-out;
  600. -ms-transition: all 0.6s ease-in-out;
  601. transition: all 0.6s ease-in-out;
  602. }
  603.  
  604.  
  605.  
  606. #actualnews:hover {
  607. -webkit-filter:none;
  608. -webkit-transition: all 0.6s ease-in-out;
  609. opacity:1;
  610. -webkit-transition: all 0.6s ease-in-out;
  611. -moz-transition: all 0.6s ease-in-out;
  612. -o-transition: all 0.6s ease-in-out;
  613. -ms-transition: all 0.6s ease-in-out;
  614. transition: all 0.6s ease-in-out;
  615. }
  616.  
  617.  
  618.  
  619. #thekey {
  620. position:fixed;
  621. color:#7c7470;
  622. text-shadow: 0px 0px 2px #fff;
  623. margin-top:175px;
  624. margin-left:55px;
  625. width:710px;
  626. padding:9px;
  627. letter-spacing:2px;
  628. word-spacing:5px; /*this defines the separation of each word of the links*/
  629. font-family: helvetica;
  630. font-size:12px;
  631. text-align:center;
  632. background:transparent;
  633. text-transform:uppercase;
  634. -webkit-transform: rotate(-90deg);
  635. -moz-transform: rotate(-90deg);
  636. -o-transform: rotate(-90deg);
  637. }
  638.  
  639.  
  640.  
  641.  
  642. /* JUMBLED LINKS */
  643.  
  644.  
  645.  
  646. .alinks {
  647. position:fixed;
  648. text-shadow: 0px 0px 0px #000;
  649. left:260px;
  650. top:160px;
  651. transform: rotate(0deg);
  652. font-family: 'Montserrat', sans-serif;
  653. font-size: 20px;}
  654.  
  655.  
  656. .alinks a {
  657. opacity:0.5;
  658. padding:10px;
  659. color:#202020;
  660. margin-right:0px;
  661. -webkit-filter: blur(0px);
  662. -webkit-transition: 0.8s ease-in;
  663. -moz-transition: 1s ease-in;
  664. transition: 1s ease-in;
  665. }
  666.  
  667. .alinks a:hover {
  668. opacity:1;
  669. -webkit-filter: blur(3px);
  670. -webkit-transition: all 0.6s ease-in-out;
  671. -moz-transition: all 0.6s ease-in-out;
  672. -o-transition: all 0.6s ease-in-out;
  673. -ms-transition: all 0.6s ease-in-out;
  674. transition: all 0.6s ease-in-out;
  675. color: #c7c7c7;
  676. text-shadow: 3px 3px 3px #000;
  677. }
  678.  
  679.  
  680.  
  681.  
  682. .blinks {
  683. position:fixed;
  684. text-shadow: 0px 0px 0px #000;
  685. left:70px;
  686. top:110px;
  687. transform: rotate(0deg);
  688. font-family: 'Montserrat', sans-serif;
  689. font-size: 40px;}
  690.  
  691.  
  692. .blinks a {
  693. padding:10px;
  694. color:#2a2a2a;
  695. margin-right:0px;
  696. -webkit-filter: blur(0px);
  697. -webkit-transition: 0.8s ease-in;
  698. -moz-transition: 1s ease-in;
  699. transition: 1s ease-in;
  700. }
  701.  
  702. .blinks a:hover {
  703. -webkit-filter: blur(3px);
  704. -webkit-transition: all 0.6s ease-in-out;
  705. -moz-transition: all 0.6s ease-in-out;
  706. -o-transition: all 0.6s ease-in-out;
  707. -ms-transition: all 0.6s ease-in-out;
  708. transition: all 0.6s ease-in-out;
  709. color: #727272;
  710. text-shadow: 2px 2px 2px #000;
  711. }
  712.  
  713.  
  714.  
  715.  
  716. .clinks {
  717. position:fixed;
  718. text-shadow: 0px 0px 0px #000;
  719. left:310px;
  720. top:80px;
  721. transform: rotate(0deg);
  722. font-family: 'Montserrat', sans-serif;
  723. font-size: 60px;}
  724.  
  725.  
  726. .clinks a {
  727. padding:10px;
  728. color:#2a2a2a;
  729. margin-right:0px;
  730. -webkit-filter: blur(0px);
  731. -webkit-transition: 0.8s ease-in;
  732. -moz-transition: 1s ease-in;
  733. transition: 1s ease-in;
  734. }
  735.  
  736. .clinks a:hover {
  737. -webkit-filter: blur(3px);
  738. -webkit-transition: all 0.6s ease-in-out;
  739. -moz-transition: all 0.6s ease-in-out;
  740. -o-transition: all 0.6s ease-in-out;
  741. -ms-transition: all 0.6s ease-in-out;
  742. transition: all 0.6s ease-in-out;
  743. color: #727272;
  744. text-shadow: 2px 2px 2px #000;
  745. }
  746.  
  747.  
  748.  
  749.  
  750. .dlinks {
  751. position:fixed;
  752. text-shadow: 0px 0px 0px #000;
  753. left:610px;
  754. top:70px;
  755. transform: rotate(0deg);
  756. font-family: 'Montserrat', sans-serif;
  757. font-size: 40px;}
  758.  
  759.  
  760. .dlinks a {
  761. padding:10px;
  762. color:#2a2a2a;
  763. margin-right:0px;
  764. -webkit-filter: blur(0px);
  765. -webkit-transition: 0.8s ease-in;
  766. -moz-transition: 1s ease-in;
  767. transition: 1s ease-in;
  768. }
  769.  
  770. .dlinks a:hover {
  771. -webkit-filter: blur(3px);
  772. -webkit-transition: all 0.6s ease-in-out;
  773. -moz-transition: all 0.6s ease-in-out;
  774. -o-transition: all 0.6s ease-in-out;
  775. -ms-transition: all 0.6s ease-in-out;
  776. transition: all 0.6s ease-in-out;
  777. color: #99dce3;
  778. text-shadow: 2px 2px 2px #000;
  779. }
  780.  
  781.  
  782.  
  783.  
  784. .elinks {
  785. position:fixed;
  786. text-shadow: 0px 0px 0px #000;
  787. left:1010px;
  788. top:100px;
  789. transform: rotate(0deg);
  790. font-family: 'Montserrat', sans-serif;
  791. font-size: 60px;}
  792.  
  793.  
  794. .elinks a {
  795. padding:10px;
  796. color:#99dce3;
  797. margin-right:0px;
  798. -webkit-filter: blur(0px);
  799. -webkit-transition: 0.8s ease-in;
  800. -moz-transition: 1s ease-in;
  801. transition: 1s ease-in;
  802. }
  803.  
  804. .elinks a:hover {
  805. -webkit-filter: blur(3px);
  806. -webkit-transition: all 0.6s ease-in-out;
  807. -moz-transition: all 0.6s ease-in-out;
  808. -o-transition: all 0.6s ease-in-out;
  809. -ms-transition: all 0.6s ease-in-out;
  810. transition: all 0.6s ease-in-out;
  811. color: #99dce3;
  812. text-shadow: 2px 2px 2px #000;
  813. }
  814.  
  815.  
  816.  
  817. .flinks {
  818. position:fixed;
  819. text-shadow: 0px 0px 0px #000;
  820. left:1260px;
  821. top:200px;
  822. transform: rotate(0deg);
  823. font-family: 'Montserrat', sans-serif;
  824. font-size: 60px;}
  825.  
  826.  
  827. .flinks a {
  828. padding:10px;
  829. color:#2a2a2a;
  830. margin-right:0px;
  831. -webkit-filter: blur(0px);
  832. -webkit-transition: 0.8s ease-in;
  833. -moz-transition: 1s ease-in;
  834. transition: 1s ease-in;
  835. }
  836.  
  837. .flinks a:hover {
  838. -webkit-filter: blur(3px);
  839. -webkit-transition: all 0.6s ease-in-out;
  840. -moz-transition: all 0.6s ease-in-out;
  841. -o-transition: all 0.6s ease-in-out;
  842. -ms-transition: all 0.6s ease-in-out;
  843. transition: all 0.6s ease-in-out;
  844. color: #727272;
  845. text-shadow: 2px 2px 2px #000;
  846. }
  847.  
  848.  
  849.  
  850. .credit {
  851. position:fixed;
  852. text-shadow: 0px 0px 11px #7C6868;
  853. right:15px;
  854. bottom:15px;
  855. transform: rotate(0deg);
  856. font-family: helvetica;
  857. font-size: 14px; }
  858.  
  859.  
  860. .credit a {
  861. padding:10px;
  862. color:#191919;
  863. margin-right:0px;
  864. -webkit-filter: blur(1px);
  865. -webkit-transition: 0.8s ease-in;
  866. -moz-transition: 1s ease-in;
  867. transition: 1s ease-in;
  868. }
  869.  
  870. .credit a:hover {
  871. -webkit-transition: all 0.6s ease-in-out;
  872. -moz-transition: all 0.6s ease-in-out;
  873. -o-transition: all 0.6s ease-in-out;
  874. -ms-transition: all 0.6s ease-in-out;
  875. transition: all 0.6s ease-in-out;
  876. color: #99dce3;
  877. text-shadow: 2px 2px 2px #000000;
  878. }
  879.  
  880.  
  881.  
  882.  
  883.  
  884.  
  885.  
  886.  
  887.  
  888.  
  889. /* JUMBLED LINKS ENDS */
  890.  
  891.  
  892.  
  893. #pagination {
  894. position:fixed;
  895. font-family:times;
  896. width:300px;
  897. font-size:8px;
  898. top:520px;
  899. left:260px;
  900. letter-spacing:3px;
  901. text-align:center;
  902. z-index:999999999999;
  903. }
  904.  
  905. #pagination a {
  906. text-transform:uppercase;
  907. color:#000000;
  908. -webkit-filter: blur(1px);
  909. -webkit-transition: 0.8s ease-in;
  910. -moz-transition: 1s ease-in;
  911. transition: 1s ease-in;
  912. z-index:999999999999;
  913. }
  914.  
  915. #pagination a:hover {
  916. color:#000000;
  917. -webkit-filter: blur(0px);
  918. -webkit-transition: 0.2s ease-in;
  919. -moz-transition: 1s ease-in;
  920. transition: 1s ease-in;
  921. }
  922.  
  923.  
  924. .audio {
  925. width:335px;
  926. padding-bottom:10px;
  927. background-color:{color:#000000};}
  928.  
  929. .albumart {
  930. float:left;
  931. padding:0px 10px 10px 0px;}
  932.  
  933. .albumart img {
  934. width:65px;
  935. height:65px;}
  936.  
  937. .playercontainer {
  938. text-align:left;
  939. padding:10px;
  940. background-color:#090909;
  941. width:335px;}
  942.  
  943. .audioinfo {
  944. padding:10px;
  945. color:{color:text};}
  946.  
  947.  
  948.  
  949.  
  950.  
  951. /* QUESTIONS & ANSWERS DETAILS */
  952.  
  953.  
  954. #asker {
  955. font-family: 'Raleway', sans-serif;
  956. text-align:center;
  957. padding-top: 10px;
  958. margin-left:0px;
  959. text-transform:uppercase;
  960. color: #99dce3;
  961. font-size:20px;
  962. padding:5px;
  963. letter-spacing:0px
  964. text-shadow:0 0 2px #aeaeae;
  965. }
  966.  
  967.  
  968. #asker a{
  969. font-family: 'Raleway', sans-serif;
  970. text-transform:uppercase;
  971. font-size:20px;
  972. letter-spacing: 0px;
  973. text-shadow: none;
  974. color: #99dce3;
  975. text-shadow:0 0 2px #1a1a1a;
  976. -webkit-filter: blur(0.5px);
  977. }
  978.  
  979.  
  980. #asker a:hover {
  981. color: #99dce3;
  982. letter-spacing: 2px;
  983. text-shadow:0 0 2px #000;
  984. -webkit-filter: blur(1px);
  985. -webkit-transition:all .5s ease-in-out;
  986. -moz-transition:all .5s ease-in-out;
  987. transition:all .5s ease-in-out;
  988. }
  989.  
  990.  
  991.  
  992. #ask {
  993. border-left: double 3px #000;
  994. border-top: double 3px #000;
  995. border-right: double 3px #000;
  996. border-bottom: double 3px #000;
  997. padding:2px;
  998. color:#99dce3;
  999. text-shadow:1px 1px 0px #000,
  1000. 1px -1px 0px #000,
  1001. -1px -1px 0px #000,
  1002. -1px 1px 0px #000,
  1003. 0px 1px 0px #000,
  1004. 0px -1px 0px #000,
  1005. 1px 0px 0px #000,
  1006. -1px 0px 0px #000;
  1007. font-size:7px;
  1008. text-align:center;
  1009. padding-top: 5px;
  1010. margin-left:0px;
  1011. text-transform:auto;
  1012. letter-spacing:3px
  1013. margin-top:-10px;
  1014. padding:5px;
  1015. background: #000;
  1016. background: url("https://i.imgur.com/MzhDPLJ.png");
  1017. background-repeat:repeat;
  1018. padding:2px;
  1019. color:#99dce3;
  1020. text-transform: uppercase;
  1021. border-bottom-left-radius: 20px;
  1022. border-top-right-radius: 20px;
  1023. padding:10px;
  1024. letter-spacing:2px;
  1025. border-bottom:solid 1px #1e1e1e;
  1026. border-top:solid 1px #1e1e1e;
  1027. }
  1028.  
  1029.  
  1030. .ans {
  1031. text-align:center;
  1032. padding:10px;
  1033. }
  1034.  
  1035.  
  1036.  
  1037. /* POST INFO DETAILS */
  1038.  
  1039.  
  1040.  
  1041. #info {
  1042. background: url("https://i.imgur.com/MzhDPLJ.png");
  1043. border: 1px solid #717171;
  1044. border-bottom-right-radius: 15px;
  1045. border-bottom-left-radius: 15px;
  1046. border-top-right-radius: 15px;
  1047. border-top-left-radius: 15px;
  1048. width:255px;
  1049. height:25px;
  1050. text-align:center;
  1051. letter-spacing:10px;
  1052. margin-top:8px;
  1053. margin-bottom:50px;
  1054. text-transform:uppercase;
  1055. font-size:15px;
  1056. font-style:none;
  1057. }
  1058.  
  1059.  
  1060.  
  1061.  
  1062. #info a {
  1063. color:#dcdcdc;}
  1064.  
  1065. #info a:hover {
  1066. color:#000;}
  1067.  
  1068.  
  1069.  
  1070.  
  1071. #tags {
  1072. font-family: helvetica;
  1073. color:#181818;
  1074. padding-bottom:35px;
  1075. letter-spacing:2px;
  1076. text-transform:uppercase;
  1077. font-size:7px;
  1078. font-style:normal;
  1079. margin-top:10px;
  1080. text-align:right;
  1081. float:right;
  1082. }
  1083.  
  1084.  
  1085. #tags a {
  1086. display:inline-block;
  1087. padding:-3px;
  1088. opacity:0.8;
  1089. text-align:center;
  1090. color:#181818;
  1091.  
  1092. }
  1093.  
  1094.  
  1095. #tags a:hover {
  1096. color:{color:text};
  1097. }
  1098.  
  1099.  
  1100.  
  1101.  
  1102.  
  1103.  
  1104. .note {
  1105. text-transform:uppercase;
  1106. font-style:normal;
  1107. letter-spacing:0px;
  1108. font-size: 10px;
  1109. text-align:left;
  1110. line-height:90%;
  1111. margin-left:-40px;}
  1112.  
  1113. .note li {
  1114. list-style-type:none;
  1115. border-bottom:0px solid {color:border};
  1116. padding:10px 25px 10px 25px;
  1117. text-align:left;
  1118. margin:0px;
  1119. -moz-transition-duration:0.5s;
  1120. -webkit-transition-duration:0.5s;
  1121. -o-transition-duration:0.5s;}
  1122.  
  1123. .note img.avatar {
  1124. margin-right: 10px;
  1125. width: 16px;
  1126. height: 16px;}
  1127.  
  1128.  
  1129.  
  1130.  
  1131. /*--BASIC POP-UP DETAILS--*/
  1132.  
  1133.  
  1134.  
  1135. .popup_block{
  1136. display:none;
  1137. background: url("");
  1138. background:#99dce3;
  1139. padding:20px;
  1140. border:0px solid #eee; /* if you want a solid white pop-up, delete this */
  1141. float:left;
  1142. height: 400px;
  1143. top:50%; left:50%;
  1144. position:fixed;
  1145. z-index: 99999;
  1146. -webkit-box-shadow: 1px 1px 5px #323232;
  1147. -moz-box-shadow: 1px 1px 5px #323232;
  1148. box-shadow: 1px 1px 5px #323232;
  1149. }
  1150.  
  1151.  
  1152. *html #fade {position: absolute;}
  1153. *html .popup_block {position: absolute;}
  1154. #fade {
  1155. display:none;
  1156. position:fixed;
  1157. left:0px;
  1158. top:0px;
  1159. width:100%;
  1160. height:100%;
  1161. z-index:9999;
  1162. background:#000;
  1163. opacity:0.5;
  1164. }
  1165.  
  1166.  
  1167.  
  1168.  
  1169. .popupnavlinks {
  1170. padding-top:5px;
  1171. text-align:center; }
  1172.  
  1173.  
  1174. .popupnavlinks a {
  1175. display:inline-block;
  1176. width:120px; height:8px;
  1177. margin:2px; padding:6px 6px 10px;
  1178. text-align:center;
  1179. font-family:'helvetica';
  1180. font-size:8px;
  1181. text-transform:uppercase;
  1182. letter-spacing:1px;
  1183. color:#4380de; background:transparent;
  1184. background-image:url('https://i.imgur.com/MzhDPLJ.png');
  1185. border:1px dotted;
  1186. border-color: #9b9b9b;
  1187. }
  1188.  
  1189.  
  1190. .popupnavlinks a:hover {
  1191. display:inline-block;
  1192. width:120px; margin:2px;
  1193. padding:6px 6px 10px;
  1194. text-align:center;
  1195. font-family:'helvetica';
  1196. font-size:8px;
  1197. text-transform:uppercase;
  1198. letter-spacing:1px;
  1199. color:#4380de;
  1200. background:transparent }
  1201.  
  1202.  
  1203.  
  1204. .popupclose {
  1205. float:right; top:0px; right:0px;
  1206. margin-top:-10px; margin-right:-10px;
  1207. font-family:'Scada', sans serif;
  1208. font-size:10px;
  1209. font-weight:bold }
  1210.  
  1211. .popupclose a {
  1212. color:#aaa }
  1213.  
  1214.  
  1215.  
  1216. /*--TOOLTIP DETAILS--*/
  1217.  
  1218.  
  1219.  
  1220. #s-m-t-tooltip{
  1221. max-width:400px;
  1222. margin:15px;
  1223. padding:2px 8px;
  1224. background: #dcdcdc;
  1225. background-image:url('https://i.imgur.com/MzhDPLJ.png');
  1226. border:1px dotted;
  1227. border-color: #727272;
  1228. color:#9b9b9b;
  1229. z-index:99999999999999999999;
  1230. font-size:9px;
  1231. letter-spacing:2px;
  1232. font-style:bold;
  1233. letter-spacing:2px;
  1234. font-family:'helvetica';
  1235. text-transform:uppercase;
  1236. box-shadow:1px 1px 3px rgba(0,0,0,.1);}
  1237.  
  1238.  
  1239.  
  1240.  
  1241.  
  1242. </style>
  1243.  
  1244.  
  1245. </head>
  1246.  
  1247. <body>
  1248.  
  1249. <div id="content">
  1250.  
  1251. <div id="sidebar">
  1252.  
  1253. <img src="{image:Sidebar}" />
  1254.  
  1255. <div id="description">{description}</div>
  1256.  
  1257. </div>
  1258.  
  1259. <div id="pagination">
  1260. {block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">previous</a> • {/block:PreviousPage}{block:NextPage} <a href="{NextPage}">next</a>{/block:NextPage}{/block:Pagination}
  1261. </div>
  1262.  
  1263.  
  1264. <div id="links">
  1265.  
  1266.  
  1267. <div id="linkbar">
  1268.  
  1269.  
  1270. <div class="blinks">
  1271. <a href="#?w=255" rel="box1" class="poplight" title="messages.">
  1272. <img src="https://i.imgur.com/OQ9wiMj.png"> </a>
  1273. </div>
  1274.  
  1275.  
  1276. <div class="clinks">
  1277. <a href="#?w=310" rel="box2" class="poplight" title="laws."> <img src="https://i.imgur.com/OQ9wiMj.png"> </a>
  1278. </div>
  1279.  
  1280.  
  1281. <div class="dlinks">
  1282. <a href="#?w=310" rel="box3" class="poplight" title="verses."> <img src="https://i.imgur.com/OQ9wiMj.png"> </a>
  1283. </div>
  1284.  
  1285.  
  1286.  
  1287. <div class="elinks">
  1288. <a href="#?w=310" rel="box4" class="poplight" title="about."> <img src="https://i.imgur.com/OQ9wiMj.png"> </a>
  1289. </div>
  1290.  
  1291.  
  1292.  
  1293. <div class="credit">
  1294. <a href="https://agirlingrey.tumblr.com/" title="agirlingrey.">A.</a>
  1295. </div>
  1296.  
  1297.  
  1298. </div></div>
  1299.  
  1300.  
  1301. <div id="pcontainer">
  1302.  
  1303. <div id="content"><div id="posts">
  1304. {block:Posts}
  1305.  
  1306.  
  1307. {block:Quote}<quotetext>"{Quote}"</quotetext>&nbsp; <br><br> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; — {Source} {/block:Quote}
  1308. {block:Title}<h1>{Title}&nbsp;</h1>{/block:Title}
  1309. {block:Text}{Body}{/block:Text}
  1310.  
  1311. {block:Link}<a href="{URL}" class="link" {Target}><h1>{Name}&nbsp;</h1></a>
  1312.  
  1313. {block:Description}<P>{Description}</p>{/block:Description}{/block:Link}
  1314.  
  1315. {block:Photo}<center>{LinkOpenTag}<img src="{PhotoURL-HighRes}" width="360px">{LinkCloseTag}</center>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  1316. {block:Photoset}<center>{Photoset}</center>{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  1317.  
  1318. {block:Chat}<ul class="chat"><BR>{block:Lines}<li class="user_{UserNumber}">{block:Label}<span class="label">{Label}</span>{/block:Label}&nbsp;{Line}</li><BR>{/block:Lines}</ul>{/block:Chat}
  1319.  
  1320. {block:Video}{Video-250}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  1321.  
  1322.  
  1323. {block:Answer}<div id="asker" style="width:255px; text-shadow:0 0 2px #000; ">{Asker}:<div id="ask"> <p><p><p><p><p>{Question}</div></span></div><font face="calibri"><span style="font-family:calibri;font-size:; marging-left:0px;">{Answer}</span>{/block:Answer}
  1324.  
  1325.  
  1326. {block:Audio}<div class="audio">
  1327.  
  1328. {block:AlbumArt}
  1329. {/block:AlbumArt}
  1330.  
  1331.  
  1332. <div class="audioinfo">{block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}{block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  1333. {/block:ExternalAudio}<b>Played:</b> {PlayCount} times</div>
  1334. <br><div class="playercontainer">{AudioPlayerBlack}</div></div>
  1335. {block:Caption}{Caption}{/block:Caption}<br>{/block:Audio}
  1336.  
  1337.  
  1338. <div id="info">
  1339. <br>
  1340.  
  1341. &nbsp; &nbsp;
  1342.  
  1343.  
  1344. {block:Date}
  1345. <a href="{Permalink}" style="position:absolute; margin-left:-100px; margin-top:-8px;-webkit-transform: rotate(0deg);-ms-transform: rotate(0deg);transform: rotate(0deg); text-shadow: 0px 0px 5px #919191;" title=" {ShortMonth} {DayOfMonthWithZero} - {TimeAgo} "> ● </a>
  1346. {/block:Date}
  1347.  
  1348.  
  1349. {block:RebloggedFrom}
  1350. <a href="{ReblogParentURL}" style="position:absolute; margin-left:-65px; margin-top:-8px;-webkit-transform: rotate(0deg);-ms-transform: rotate(0deg);transform: rotate(0deg); text-shadow: 0px 0px 5px #919191;" title=" via. {ReblogParentName} "> ● </a>
  1351. {/block:RebloggedFrom}
  1352.  
  1353.  
  1354. {block:ContentSource}
  1355. <a href="{SourceURL}" style="position:absolute; margin-left:-30px; margin-top:-8px;-webkit-transform: rotate(0deg);-ms-transform: rotate(0deg);transform: rotate(0deg); text-shadow: 0px 0px 5px #919191;" title=" source. {SourceTitle} "> ● </a>
  1356. {/block:ContentSource}
  1357.  
  1358.  
  1359. <a href="{Permalink}" style="position:absolute; margin-left:5px; margin-top:-8px;-webkit-transform: rotate(0deg);-ms-transform: rotate(0deg);transform: rotate(0deg); text-shadow: 0px 0px 5px #919191;" title=" {NoteCount} notes "> ● </a>
  1360.  
  1361.  
  1362. <a href="{ReblogURL}" style="position:absolute; margin-left:40px; margin-top:-8px;-webkit-transform: rotate(0deg);-ms-transform: rotate(0deg);transform: rotate(0deg); text-shadow: 0px 0px 5px #919191;" title="reblog"> ● </a>
  1363.  
  1364.  
  1365. <br>
  1366.  
  1367. {block:HasTags}<div id="tags">{block:Tags} & <a href="{TagURL}">{Tag}</a> {/block:Tags}</div>{/block:HasTags}</div> &nbsp;
  1368. {/block:Posts}
  1369. <div class="note">
  1370. {block:PostNotes}{PostNotes}{/block:PostNotes}
  1371. </div>
  1372.  
  1373. {/block:Posts}</div></div>
  1374.  
  1375.  
  1376.  
  1377. </div> </div> </div> </div> </div> </div>
  1378.  
  1379.  
  1380.  
  1381. </body>
  1382.  
  1383.  
  1384.  
  1385. <div id="box1" class="popup_block">
  1386.  
  1387. <h3>How May I Help</h3>
  1388.  
  1389. <center>
  1390.  
  1391. <b>send a</b>
  1392. <p> letter
  1393. <p><i>to the queen</i>
  1394.  
  1395. <p><iframe frameborder="0" height="250" id="ask_form" scrolling="yes" src="https://www.tumblr.com/ask_form/iskronettestblog.tumblr.com" width="100%"></iframe></p>
  1396.  
  1397. </div>
  1398.  
  1399. </center>
  1400.  
  1401.  
  1402.  
  1403.  
  1404. <div id="box2" class="popup_block">
  1405.  
  1406. <div style="width:auto;height:405px;overflow:scroll;padding:5px;">
  1407.  
  1408.  
  1409. <h3>The Queen Decrees</h3>
  1410.  
  1411. <center>
  1412. <img src="https://i.imgur.com/rlg5bGz.png">
  1413. </center>
  1414. <br>
  1415.  
  1416. My name is Jane, I am 23 years old and I live in the UK. I ask that you please be patient when it comes to RPing with me; I can be very slow when it comes to responses because I work full time. Please don’t ever rush me for replies. Roleplaying is a hobby! It is something that I do for fun and it doesn’t take priority over my life.
  1417.  
  1418.  
  1419. <br><br>
  1420.  
  1421. Mun and muse are both over 18 but since this is a disney blog I will not be writing any smut though I will however be willing to write other forms of mature content and in the event this will ever happen it will be tagged accordingly.
  1422.  
  1423. <br><br>
  1424.  
  1425. Please do your best to reblog memes from their original sources. it's discouraging when multiple people reblog a meme without sending a thing in. i understand that not all memes work between muses, which is why i do not expect you to send me an ask every time you see a meme you like. just reblog it from the source, and our problems are solved.
  1426.  
  1427.  
  1428. <br><br>
  1429.  
  1430. I do not send in any rule passwords due to my anxiety. I apologize for any inconvenience this might cause. however, please know that i do read the rules of every blog that I follow that means if i follow you, i have read your rules and any other pages you have.
  1431.  
  1432. <br><br>
  1433.  
  1434. Please don’t be offended if I don’t follow back, I am picky and selective about who I follow. I may not follow you because I do not know of your fandom or if I can’t see our muses interacting. It also takes me some time to follow people back! I like to read all pages before following.
  1435.  
  1436. <br><br>
  1437.  
  1438. I make all my own graphics this includes the theme background, icons, the psd i am using, promo banners .etc.
  1439.  
  1440. <br><br>
  1441.  
  1442. I am in no way affiliated with the frozen movies or disney in any way. I do not claim to own the character of queen elsa.
  1443.  
  1444.  
  1445. </div>
  1446. </div>
  1447.  
  1448.  
  1449.  
  1450.  
  1451. <div id="box3" class="popup_block">
  1452.  
  1453. <h3>verses</h3>
  1454.  
  1455. <ul id="tabs">
  1456. <li class="active">VERSE PAGE 1</li>
  1457. <li>VERSE PAGE 2</li>
  1458. <li>VERSE PAGE 3</li>
  1459.  
  1460. </ul>
  1461.  
  1462. <div style="width:auto;height:335px;overflow:scroll;padding:5px;">
  1463.  
  1464.  
  1465.  
  1466. <ul id="tab">
  1467. <li class="active">
  1468.  
  1469.  
  1470. <a href="/tagged/VERSE">want to build a snowman.</a>
  1471. <img src="https://i.imgur.com/zQA2dP2.jpg" align="left" style="height:85px;width:85px;padding-right:5px;padding-bottom:0px;">
  1472.  
  1473.  
  1474. <br>
  1475.  
  1476. Takes place in her childhood and teenage years after she had accidentally struck anna in the head
  1477.  
  1478.  
  1479. <br><br><br>
  1480.  
  1481.  
  1482.  
  1483. <a href="/tagged/VERSE">be the good girl you always have to be</a>
  1484. <img src="https://i.imgur.com/cH3PDWm.jpg" align="left" style="height:85px;width:85px;padding-right:5px;padding-bottom:0px;">
  1485.  
  1486.  
  1487. <br>
  1488.  
  1489. Takes place before her powers are revealed to not only her sister but the entire kingdom of arendelle on the night of coronation
  1490.  
  1491.  
  1492. <br><br><br>
  1493.  
  1494.  
  1495. </li>
  1496. <li>
  1497.  
  1498.  
  1499.  
  1500. <a href="/tagged/VERSE">let the storm rage on</a>
  1501. <img src="https://i.imgur.com/D4AaWIW.png" align="left" style="height:85px;width:85px;padding-right:5px;padding-bottom:0px;">
  1502.  
  1503.  
  1504. <br>
  1505.  
  1506. Takes place during the events of frozen elsa has chosen to live out the rest of her days in isolation on top of the north mountain
  1507.  
  1508. <br><br>
  1509.  
  1510.  
  1511. <a href="/tagged/VERSE">never closing them again</a>
  1512. <img src="https://i.imgur.com/qu23Psp.jpg" align="left" style="height:85px;width:85px;padding-right:5px;padding-bottom:0px;">
  1513.  
  1514.  
  1515. <br>
  1516.  
  1517. Takes place after the events of frozen and before the events of frozen 2.
  1518.  
  1519.  
  1520. <br><br>
  1521.  
  1522. <br><br><br>
  1523.  
  1524. <a href="/tagged/VERSE">i am a queen not a princess (wir)</a>
  1525. <img src="https://i.imgur.com/h7jLeeV.jpg" align="left" style="height:85px;width:85px;padding-right:5px;padding-bottom:0px;">
  1526.  
  1527.  
  1528. <br>
  1529.  
  1530. Takes place in the wreck it ralph universe where elsa is part of the oh my disney site along with her sister and the princesses. Even though she is not a princess she does often leave the queens room to visit the princess room.
  1531.  
  1532.  
  1533.  
  1534.  
  1535. <br><br><br>
  1536.  
  1537.  
  1538. <a href="/tagged/VERSE">into the unknown</a>
  1539. <img src="https://i.imgur.com/Qe8VYNq.png" align="left" style="height:85px;width:85px;padding-right:5px;padding-bottom:0px;">
  1540.  
  1541.  
  1542. <br>
  1543.  
  1544. Takes place during the events of frozen 2
  1545.  
  1546. <br><br>
  1547.  
  1548.  
  1549.  
  1550. </li>
  1551. <li>
  1552.  
  1553.  
  1554.  
  1555.  
  1556. <a href="/tagged/VERSE">born of cold and winter air</a>
  1557. <img src="https://i.imgur.com/iOFCS7T.jpg" align="left" style="height:85px;width:85px;padding-right:5px;padding-bottom:0px;">
  1558.  
  1559. <br>
  1560.  
  1561. Takes place in her childhood years before she accidentally struck anna in the head with her powers.
  1562.  
  1563.  
  1564. <br><br><br>
  1565.  
  1566.  
  1567. <a href="/tagged/VERSE">i am found</a>
  1568. <img src="https://i.imgur.com/nTS2IO9.jpg" align="left" style="height:85px;width:85px;padding-right:5px;padding-bottom:0px;">
  1569.  
  1570.  
  1571. <br>
  1572.  
  1573. Takes place after the events of frozen 2
  1574.  
  1575.  
  1576.  
  1577. <br><br>
  1578.  
  1579.  
  1580. </li>
  1581. </ul>
  1582.  
  1583.  
  1584. </div>
  1585. </div>
  1586.  
  1587.  
  1588.  
  1589. <div id="box4" class="popup_block">
  1590.  
  1591. <div style="width:auto;height:400px;overflow:scroll;padding:5px;">
  1592.  
  1593. <h3>Statisics</h3>
  1594.  
  1595.  
  1596.  
  1597. <center>
  1598. <img src="https://i.imgur.com/rlg5bGz.png">
  1599. </center>
  1600. <br>
  1601.  
  1602.  
  1603. TITLE: princess/queen elsa of arendelle (verse dependent)
  1604.  
  1605. <br><br>
  1606.  
  1607. AGE: 8-19 - (pre frozen) - 21 -(during frozen) - 22 - (during frozen fever and olafs frozen adventure) - 24 - (during frozen 2)
  1608.  
  1609. <br><br>
  1610.  
  1611. BIRTH DATE: december 22nd 1817
  1612.  
  1613. <br><br>
  1614.  
  1615. ZODIAC SIGN: capricorn
  1616.  
  1617. <br><br>
  1618.  
  1619. OTHER NAMES: elsa,your majesty,the queen,monster
  1620.  
  1621. <br><br>
  1622.  
  1623. GENDER: cis female
  1624.  
  1625. <br><br>
  1626.  
  1627. OCCUPATION: princess of arendelle, queen of arendelle, the fifth spirit (verse dependent)
  1628.  
  1629. <br><br>
  1630.  
  1631. SEXUALITY: heterosexual
  1632.  
  1633. <br><br>
  1634.  
  1635. NATIONALITY: arendellian/norwegain
  1636.  
  1637. <br><br>
  1638.  
  1639. ETHNICITY: arendellian/norwegain
  1640.  
  1641. <br><br>
  1642.  
  1643. PLACE OF BIRTH: arendelle, norway
  1644.  
  1645. <br><br>
  1646.  
  1647. CURRENT RESIDENCE: arendelle castle, the north moutain, the enchanted forest (verse dependant)
  1648.  
  1649. <br><br>
  1650.  
  1651.  
  1652. <h3>personality</h3>
  1653.  
  1654. POSITIVE TRAITS: loving, level headed, affectionate, protective
  1655.  
  1656. <br><br>
  1657.  
  1658. NEGATIVE TRAITS: insercure, self doubting, nervous
  1659.  
  1660. <br><br>
  1661.  
  1662. LIKES: chocolate, being with her sister, reading, building a snowman, having control over her powers, the gates being open, a nice cup of tea
  1663.  
  1664. <br><br>
  1665.  
  1666. DISLIKES: lacking control over her powers, enforced isolation, losing loved ones
  1667.  
  1668. <br><br>
  1669.  
  1670. FEARS: being treated as a monster, hurting those she loves, losing control over her powers, thunderstorms
  1671.  
  1672. <br><br>
  1673.  
  1674. HABITS: wringing her hands, biting on her lower lip
  1675.  
  1676. <br><br>
  1677.  
  1678.  
  1679. <h3>family & relationships</h3>
  1680.  
  1681. PARENTS: king agnarr & queen iduna
  1682.  
  1683. <br><br>
  1684.  
  1685. SIBLINGS: princess anna
  1686.  
  1687. <br><br>
  1688.  
  1689. EXTENDED FAMILY: princess rapunzel of corona (cousin), queen arianna of corona (aunt), king fredrick of corona (uncle)
  1690.  
  1691. <br><br>
  1692.  
  1693.  
  1694. <h3>physical traits</h3>
  1695.  
  1696. HEIGHT: 5'7"
  1697.  
  1698. <br><br>
  1699.  
  1700. EYE COLOUR:light blue
  1701.  
  1702. <br><br>
  1703.  
  1704. HAIR COLOUR: platinum blonde
  1705.  
  1706. <br><br>
  1707.  
  1708. BODY BUILD: petite
  1709.  
  1710. <br><br>
  1711.  
  1712. DISTINGUISHING FEATURES light freckles on nose and cheeks, big blue eyes
  1713.  
  1714. <br><br>
  1715.  
  1716. <h3>biography</h3>
  1717.  
  1718.  
  1719.  
  1720. <br><br><br>
  1721.  
  1722. </div>
  1723. </div>
  1724.  
  1725.  
  1726. <div id="bite">
  1727. <div id="thekey"></div>
  1728. <div class="death">
  1729. <div id="actualnews">
  1730.  
  1731. <center>
  1732.  
  1733. <div style="width:auto;height:280px;overflow:scroll;padding:5px;">
  1734.  
  1735. <h3>
  1736. "i'm never going back"
  1737. </h3>
  1738.  
  1739. Independent, highly selective & mutuals only QUEEN ELSA from the frozen franchise. As written by Jane
  1740.  
  1741. <br><br><br>
  1742.  
  1743. The links can be found in the dark blue snowflakes
  1744.  
  1745.  
  1746.  
  1747. <h3>
  1748. "the past is in the past"
  1749. </h3>
  1750.  
  1751. </center>
  1752.  
  1753.  
  1754. </div>
  1755. </div></div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement