Advertisement
Guest User

Untitled

a guest
Jan 18th, 2017
113
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 43.39 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2.  
  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. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  16. <head>
  17.  
  18.  
  19.  
  20. <!--
  21. POP UP SCRIPT
  22. -->
  23.  
  24.  
  25. <script type="text/javascript"
  26. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  27. <script>
  28. $(document).ready(function() {
  29. //
  30. $('a.poplight[href^=#]').click(function() {
  31. var popID = $(this).attr('rel'); //Get Popup Name
  32. var popURL = $(this).attr('href'); //Get Popup href to define size
  33. var query= popURL.split('?');
  34. var dim= query[1].split('&');
  35. var popWidth = dim[0].split('=')[1]; //Gets the first query string value
  36. $('#' + popID).fadeIn().css({ 'width': Number( popWidth ) }).prepend('<a href="#" class="close"></a>');
  37. var popMargTop = ($('#' + popID).height() + 80) / 2;
  38. var popMargLeft = ($('#' + popID).width() + 80) / 2;
  39. //Apply Margin to Popup
  40. $('#' + popID).css({
  41. 'margin-top' : -popMargTop,
  42. 'margin-left' : -popMargLeft
  43. });
  44. $('body').append('<div id="fade"></div>');
  45. $('#fade').css({'filter' : 'alpha(opacity=80)'}).fadeIn(); //Fade in the fade layer - .css({'filter' : 'alpha(opacity=80)'})
  46. return false;
  47. });
  48. $('a.close, #fade').live('click', function() {
  49. $('#fade , .popup_block').fadeOut(function() {
  50. $('#fade, a.close').remove(); //fade them both out
  51. });
  52. return false;
  53. });
  54. });
  55. </script>
  56.  
  57.  
  58.  
  59. <!--
  60. VERSE TABS SCRIPT
  61. -->
  62.  
  63.  
  64. <script>
  65.  
  66. $(document).ready(function(){
  67. $("ul#tabs li").click(function(e){
  68. if (!$(this).hasClass("active")) {
  69. var tabNum = $(this).index();
  70. var nthChild = tabNum+1;
  71. $("ul#tabs li.active").removeClass("active");
  72. $(this).addClass("active");
  73. $("ul#tab li.active").removeClass("active");
  74. $("ul#tab li:nth-child("+nthChild+")").addClass("active");
  75. }
  76. });
  77. });
  78. </script>
  79.  
  80.  
  81.  
  82.  
  83. <!--
  84. TOOLTIP STYLING SCRIPT
  85. -->
  86.  
  87.  
  88. <link href="http://static.tumblr.com/5omyijl/bzrn2yg7i/style-my-tooltips.css" rel="stylesheet" type="text/css" />
  89. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  90. <script src="http://static.tumblr.com/5omyijl/RZtn2yg9v/jquery.style-my-tooltips.js"></script>
  91. <script>
  92. (function($){
  93. $(document).ready(function(){
  94. $("[title]").style_my_tooltips({
  95. tip_follows_cursor:true,
  96. tip_delay_time:200,
  97. tip_fade_speed:500
  98. });
  99. });
  100. })(jQuery);
  101. </script>
  102.  
  103.  
  104.  
  105.  
  106. <title>{Title}</title>
  107. <link rel="shortcut icon" href="{Favicon}">
  108. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  109. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  110.  
  111. <meta name="color:background" content="#000000"/>
  112. <meta name="color:text" content="#a1a0a0"/>
  113. <meta name="color:description" content=transparent/>
  114. <meta name="color:link" content="#e0d3ed"/>
  115. <meta name="color:link hover" content="#989898" />
  116. <meta name="color:bold" content="#cdc2f0" />
  117. <meta name="color:italic" content="#ffffff" />
  118. <meta name="color:border" content="#292828" />
  119. <meta name="color:scrollbar" content="#ffffff" />
  120. <meta name="color:postbg" content=transparent />
  121. <meta name="color:blockquote" content="#121212" />
  122. <meta name="color:tags" content="#e0d3ed"/>
  123.  
  124. <meta name="image:background" content=""/>
  125.  
  126. <meta name="text:link 1" content="link 1"/>
  127. <meta name="text:link 1 url" content="/"/>
  128. <meta name="text:link 2" content="link 2"/>
  129. <meta name="text:link 2 url" content="/"/>
  130. <meta name="text:link 3" content="link 3"/>
  131. <meta name="text:link 3 url" content="/"/>
  132. <meta name="text:link 4" content="link 4"/>
  133. <meta name="text:link 4 url" content="/"/>
  134. <meta name="text:link 5" content="link 5"/>
  135. <meta name="text:link 5 url" content="/"/>
  136. <meta name="text:link 6" content="link 6"/>
  137. <meta name="text:link 6 url" content="/"/>
  138. <meta name="text:link 7" content="link 7"/>
  139. <meta name="text:link 7 url" content="/"/>
  140. <meta name="text:link 8" content="link 8"/>
  141. <meta name="text:link 8 url" content="/"/>
  142.  
  143. <meta name="if:tinycursor" content="1"/>
  144. <meta name="if:greyscale" content="0"/>
  145. <meta name="text:text size" content="12px" />
  146. <meta name="if:showsubmit" content="0"/>
  147.  
  148. <meta name="color:updates bar" content="#070707"/>
  149. <meta name="image:Updates" content=""/>
  150. <meta name="image:thekey" content=""/>
  151.  
  152.  
  153.  
  154. <!--
  155. CUSTOM FONTS
  156. -->
  157.  
  158.  
  159. <link href='https://fonts.googleapis.com/css?family=Playfair+Display' rel='stylesheet' type='text/css'>
  160.  
  161. <link href='https://fonts.googleapis.com/css?family=Montserrat' rel='stylesheet' type='text/css'>
  162.  
  163. <link href='https://fonts.googleapis.com/css?family=Arizonia' rel='stylesheet' type='text/css'>
  164.  
  165. <link href='https://fonts.googleapis.com/css?family=Roboto+Condensed' rel='stylesheet' type='text/css'>
  166.  
  167.  
  168. <style type="text/css">
  169.  
  170.  
  171. /* the hover update thing */
  172.  
  173.  
  174.  
  175. #bite
  176. #bite a{
  177. display:block
  178. }
  179. #bite .death {
  180. margin-top:0px;filter: alpha(opacity = 1.0);
  181. opacity:1.0;-webkit-transition: all 0.5s ease-out;
  182. -moz-transition: all 0.5s ease-out;transition: all 0.5s ease-out;
  183. }
  184.  
  185. #bite:hover .death {
  186. margin-top:0px;
  187. -webkit-transition: all 0.8s ease-out;
  188. -moz-transition: all 0.8s ease-out;
  189. transition: all 0.8s ease-out;
  190. filter: alpha(opacity = 100);
  191. filter: alpha(opacity = 100);
  192. opacity:100;
  193. }
  194.  
  195.  
  196. /* selection font and background */
  197.  
  198.  
  199. ::selection {
  200. background: #444;
  201. color:#fff; }
  202.  
  203.  
  204. ::-moz-selection {
  205. background: #444;
  206. color:#fff; }
  207.  
  208.  
  209.  
  210. /* scrollbar details */
  211.  
  212.  
  213.  
  214. ::-webkit-scrollbar {
  215. height: 0px;
  216. width: 2px;
  217. background:transparent;
  218. border-left:0px solid transparent;
  219. border-right:0px solid transparent;}
  220.  
  221.  
  222. ::-webkit-scrollbar-thumb {
  223. background:transparent;}
  224.  
  225.  
  226.  
  227.  
  228.  
  229. /* the cursor */
  230.  
  231.  
  232. {block:iftinycursor}
  233. body, a, a:hover{
  234. cursor: url('http://media.tumblr.com/28e8e2c9c0a422c5fb73ea368b58b529/tumblr_inline_mv7k3cbC5e1qmxe8x.png'), progress;}
  235. {/block:iftinycursor}
  236.  
  237. iframe#tumblr_controls {
  238. right:3px !important;
  239. position: fixed !important;
  240. -webkit-transition: opacity 0.7s
  241. linear;opacity: 0.2;
  242. -webkit-transition: all 0.8s ease-out;
  243. -moz-transition: all 0.8s ease-out;
  244. transition: all 0.8s ease-out;}
  245.  
  246. iframe#tumblr_controls:hover{
  247. -webkit-transition: opacity 0.7s linear;
  248. opacity: 1;
  249. -webkit-transition: all 0.4s ease-out;
  250. -moz-transition: all 0.4s ease-out;
  251. transition: all 0.4s ease-out;}
  252.  
  253.  
  254.  
  255. /* general look & background */
  256.  
  257.  
  258. body {
  259. background:#676767;
  260. background-image:url('http://i.imgur.com/aXXhYm6.png');
  261. background-attachment: fixed;
  262. background-repeat: no-repeat;
  263. background-position: left top;
  264. color:#272727;
  265. font-family: calibri;
  266. text-align:justify;
  267. font-size: 10px;
  268. letter-spacing:1px;
  269. line-height:135%;
  270.  
  271. }
  272.  
  273.  
  274.  
  275. /* the verses tabs */
  276.  
  277.  
  278.  
  279. ul#tabs {
  280. list-style-type: none;
  281. padding: 0;
  282. text-align: center;
  283. font-size:8px;
  284. letter-spacing:1px;
  285. }
  286.  
  287. ul#tabs li {
  288. display: inline-block;
  289. background-color: transparent;
  290. border: solid 0px #262626;
  291. padding: 4px 12px;
  292. margin-bottom: 4px;
  293. color: #1b1b1b;
  294. cursor: pointer;
  295. }
  296.  
  297. ul#tabs li:hover {
  298. background-color: #b0b0b0;
  299. }
  300.  
  301. ul#tabs li.active {
  302. background-color: #0f0f0f;
  303. background-image:url('http://imgur.com/kQ6mQeC.gif');
  304. border: 1px solid #9b9b9b;
  305. }
  306.  
  307. ul#tab {
  308. list-style-type: none;
  309. margin: 0;
  310. padding: 0;
  311. }
  312.  
  313. ul#tab li {
  314. display: none;
  315. }
  316.  
  317. ul#tab li.active {
  318. display: block;
  319. }
  320.  
  321.  
  322.  
  323.  
  324.  
  325. /* back to general look & details */
  326.  
  327.  
  328.  
  329. a:link, a:active, a:visited {
  330. text-decoration: none;
  331. color: #d1d1d1;
  332. -moz-transition-duration:.6s;
  333. -webkit-transition-duration:.6s;
  334. -o-transition-duration:.6s;
  335. -webkit-filter: blur(0px);}
  336.  
  337. a:hover {
  338. color: #8f8f8f;
  339. -moz-transition-duration:.6s;
  340. -webkit-transition-duration:.6s;
  341. -o-transition-duration:.6s;
  342. -webkit-filter: blur(1px);}
  343.  
  344.  
  345.  
  346. h1 {
  347. background-color: transparent;
  348. font-family: 'Montserrat', sans-serif;
  349. font-size: 16px;
  350. line-height: 20px;
  351. letter-spacing: 2px;
  352. text-align: center;
  353. text-transform:uppercase;
  354. color: #d1d1d1;
  355. }
  356.  
  357.  
  358. h2 {
  359. background-color: transparent;
  360. font-family: 'Montserrat', sans-serif;
  361. font-size: 15px;
  362. line-height: 16px;
  363. letter-spacing: 2px;
  364. text-align: left;
  365. text-transform:uppercase;
  366. color: #d1d1d1;
  367. }
  368.  
  369.  
  370.  
  371. h3 {
  372. background-color: transparent;
  373. background-image:url("http://imgur.com/kQ6mQeC.gif");
  374. border:1px solid #9b9b9b;
  375. font-family: arial;
  376. font-weight:bold;
  377. color: #d1d1d1;
  378. text-shadow:0px 0px 2px #2c2f34;
  379. font-size: 10px;
  380. line-height: 12px;
  381. letter-spacing: 2px;
  382. text-align: center;
  383. text-transform:uppercase;
  384. padding:1px;
  385. line-height:120%;}
  386.  
  387.  
  388.  
  389. quotetext {
  390. background-color: transparent;
  391. font-family: times;
  392. font-size: 14px;
  393. line-height: 20px;
  394. letter-spacing: 2px;
  395. text-align: center;
  396. text-transform:uppercase;
  397. color: #dadada;
  398. }
  399.  
  400.  
  401.  
  402. blockquote {
  403. word-wrap: break-word;
  404. padding:2px 7px;
  405. margin:3px 0 3px 10px;
  406. border-left:1px solid {color:border};
  407. background-color:transparent;}
  408.  
  409.  
  410. blockquote img{
  411. max-width:100%;
  412. height:auto;
  413. }
  414.  
  415. blockquote blockquote img{
  416. max-width:100%;
  417. height:auto;
  418. }
  419.  
  420.  
  421.  
  422.  
  423.  
  424.  
  425.  
  426. b, bold {
  427. font-size:10px;
  428. text-transform:uppercase;
  429. letter-spacing:1px;
  430. font-family: times;
  431. color: #3d3d3d;
  432. text-shadow:1px 1px 0 #343434;
  433. }
  434.  
  435.  
  436. i, italic {
  437. font-size:12px;
  438. color: #b8b8b8;
  439. font-family: 'Roboto Condensed', sans-serif;
  440. text-shadow: 0px 0px 2px #5a5a5a;
  441. letter-spacing:1px;
  442. text-transform:lowercase;
  443. }
  444.  
  445.  
  446.  
  447. p {
  448. margin-top:5px;
  449. margin-bottom:5px;}
  450.  
  451.  
  452. ol {
  453. list-style:normal;}
  454.  
  455.  
  456. ul {
  457. list-style:square;}
  458.  
  459.  
  460. small {
  461. font-size:10px}
  462.  
  463.  
  464. sup,sub {
  465. font-size:11px}
  466.  
  467.  
  468. pre {
  469. font-size: 10px;
  470. letter-spacing:3px;
  471. background-color:#7f7f7f;
  472. font-family: "Times New Roman", Times, serif;
  473. font-style: none;
  474. text-align:center;
  475. }
  476.  
  477.  
  478.  
  479. big {
  480. font-size:14px;
  481. text-transform:uppercase;
  482. letter-spacing:2px;
  483. font-family: "Times New Roman", Times, serif;
  484. color: #b8b8b8;
  485. text-shadow: 0px 0px 2px #383838;
  486. }
  487.  
  488.  
  489.  
  490. {block:IfGreyscale}
  491.  
  492. img {
  493. -webkit-filter:grayscale(100%);
  494. -webkit-transition: all 0.9s ease-in-out;
  495. -moz-transition: all 0.9s ease-in-out;
  496. -o-transition: all 0.9s ease-in-out;
  497. -ms-transition: all 0.9s ease-in-out;
  498. transition: all 0.9s ease-in-out;}
  499.  
  500. img:hover {
  501. -webkit-filter:none;}
  502.  
  503. .html_photoset {
  504. -webkit-filter: grayscale(100%);
  505. -webkit-transition: all 0.9s ease-in-out;
  506. -moz-transition: all 0.9s ease-in-out;
  507. -o-transition: all 0.9s ease-in-out;
  508. -ms-transition: all 0.9s ease-in-out;
  509. transition: all 0.9s ease-in-out;}
  510.  
  511. .html_photoset:hover {
  512. -webkit-filter: none;}
  513.  
  514. {/block:IfGreyscale}
  515.  
  516.  
  517. #pcontainer {
  518. background-image:url('http://previews.123rf.com/images/paulrommer/paulrommer1203/paulrommer120300007/12732325-Nahtlose-Muster-chinesischen-und-wei-en-Elementen-in-blauem-Hintergrund-Lizenzfreie-Bilder.jpg');
  519. width:240px;
  520. height:260px;
  521. padding: 20px;
  522. top:300px;
  523. margin-left: 180px;
  524. position:relative;
  525. overflow-y:scroll;
  526. }
  527.  
  528.  
  529. #pcontainer img {
  530. height:auto;
  531. max-width:100%;
  532. }
  533.  
  534.  
  535. #content {
  536. margin-left:62px;
  537. width:310px;
  538. margin-top: -100px;
  539. }
  540.  
  541.  
  542. #posts {
  543. width:200px;
  544. padding: 10px;
  545. margin-top: 100px;
  546. margin-left:-52px;
  547. padding-bottom:0px;}
  548.  
  549.  
  550. #sidebar {
  551. margin-left: 1590px;
  552. line-height:15px;
  553. width: 180px;
  554. position: fixed;
  555. top: 200px;
  556. text-align: center; }
  557.  
  558.  
  559. #sidebar img {
  560. width:150px;
  561. padding-top:10px;
  562. padding-bottom:10px;}
  563.  
  564.  
  565. #description {
  566. margin-left: 0px;
  567. margin-top: -50px;
  568. width:180px;
  569. color:transparent;}
  570.  
  571.  
  572.  
  573. #actualnews {
  574. font-family: calibri;
  575. font-size:10px;
  576. text-align:justify;
  577. background:#676767;
  578. color: #272727;
  579. width:130px;
  580. height:297px;
  581. padding-top:3px;
  582. border-left: double 3px #F02DC3;
  583. border-top: double 3px #F02DC3;
  584. border-right: double 3px #F02DC3;
  585. border-bottom: double 3px #F02DC3;
  586. margin-left: 552px;
  587. margin-top: -5px;
  588. position:fixed;
  589. }
  590.  
  591.  
  592.  
  593. #actualnews:hover {
  594. -webkit-filter:none;
  595. -webkit-transition: all 0.6s ease-in-out;
  596. opacity:1;
  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. #thekey {
  607. position:fixed;
  608. color:#7c7470;
  609. text-shadow: 0px 0px 2px #fff;
  610. margin-top:175px;
  611. margin-left:55px;
  612. width:710px;
  613. padding:9px;
  614. letter-spacing:2px;
  615. word-spacing:5px; /*this defines the separation of each word of the links*/
  616. font-family: helvetica;
  617. font-size:12px;
  618. text-align:center;
  619. background:transparent;
  620. text-transform:uppercase;
  621. -webkit-transform: rotate(-90deg);
  622. -moz-transform: rotate(-90deg);
  623. -o-transform: rotate(-90deg);
  624. }
  625.  
  626.  
  627.  
  628.  
  629. /* JUMBLED LINKS */
  630.  
  631.  
  632.  
  633. .alinks {
  634. position:fixed;
  635. text-shadow: 0px 0px 0px #000;
  636. left:260px;
  637. top:160px;
  638. transform: rotate(0deg);
  639. font-family: 'Montserrat', sans-serif;
  640. font-size: 20px;}
  641.  
  642.  
  643. .alinks a {
  644. opacity:0.5;
  645. padding:10px;
  646. color:#202020;
  647. margin-right:0px;
  648. -webkit-filter: blur(0px);
  649. -webkit-transition: 0.8s ease-in;
  650. -moz-transition: 1s ease-in;
  651. transition: 1s ease-in;
  652. }
  653.  
  654. .alinks a:hover {
  655. opacity:1;
  656. -webkit-filter: blur(3px);
  657. -webkit-transition: all 0.6s ease-in-out;
  658. -moz-transition: all 0.6s ease-in-out;
  659. -o-transition: all 0.6s ease-in-out;
  660. -ms-transition: all 0.6s ease-in-out;
  661. transition: all 0.6s ease-in-out;
  662. color: #c7c7c7;
  663. text-shadow: 3px 3px 3px #000;
  664. }
  665.  
  666.  
  667.  
  668.  
  669. .blinks {
  670. position:fixed;
  671. text-shadow: 0px 0px 0px #000;
  672. left:710px;
  673. top:330px;
  674. transform: rotate(0deg);
  675. font-family: 'Montserrat', sans-serif;
  676. font-size: 15px;}
  677.  
  678.  
  679. .blinks a {
  680. padding:10px;
  681. color:#2a2a2a;
  682. margin-right:0px;
  683. -webkit-filter: blur(0px);
  684. -webkit-transition: 0.8s ease-in;
  685. -moz-transition: 1s ease-in;
  686. transition: 1s ease-in;
  687. }
  688.  
  689. .blinks a:hover {
  690. -webkit-transition: all 0.6s ease-in-out;
  691. -moz-transition: all 0.6s ease-in-out;
  692. -o-transition: all 0.6s ease-in-out;
  693. -ms-transition: all 0.6s ease-in-out;
  694. transition: all 0.6s ease-in-out;
  695. color: #727272;
  696. text-shadow: 2px 2px 2px #000;
  697. }
  698.  
  699.  
  700.  
  701.  
  702. .clinks {
  703. position:fixed;
  704. text-shadow: 0px 0px 0px #000;
  705. left:710px;
  706. top:360px;
  707. transform: rotate(0deg);
  708. font-family: 'Montserrat', sans-serif;
  709. font-size: 15px;}
  710.  
  711.  
  712. .clinks a {
  713. padding:10px;
  714. color:#2a2a2a;
  715. margin-right:0px;
  716. -webkit-filter: blur(0px);
  717. -webkit-transition: 0.8s ease-in;
  718. -moz-transition: 1s ease-in;
  719. transition: 1s ease-in;
  720. }
  721.  
  722. .clinks a:hover {
  723. -webkit-transition: all 0.6s ease-in-out;
  724. -moz-transition: all 0.6s ease-in-out;
  725. -o-transition: all 0.6s ease-in-out;
  726. -ms-transition: all 0.6s ease-in-out;
  727. transition: all 0.6s ease-in-out;
  728. color: #727272;
  729. text-shadow: 2px 2px 2px #000;
  730. }
  731.  
  732.  
  733.  
  734.  
  735. .dlinks {
  736. position:fixed;
  737. text-shadow: 0px 0px 0px #000;
  738. left:710px;
  739. top:390px;
  740. transform: rotate(0deg);
  741. font-family: 'Montserrat', sans-serif;
  742. font-size: 15px;}
  743.  
  744.  
  745. .dlinks a {
  746. padding:10px;
  747. color:#2a2a2a;
  748. margin-right:0px;
  749. -webkit-filter: blur(0px);
  750. -webkit-transition: 0.8s ease-in;
  751. -moz-transition: 1s ease-in;
  752. transition: 1s ease-in;
  753. }
  754.  
  755. .dlinks a:hover {
  756. -webkit-transition: all 0.6s ease-in-out;
  757. -moz-transition: all 0.6s ease-in-out;
  758. -o-transition: all 0.6s ease-in-out;
  759. -ms-transition: all 0.6s ease-in-out;
  760. transition: all 0.6s ease-in-out;
  761. color: #727272;
  762. text-shadow: 2px 2px 2px #000;
  763. }
  764.  
  765.  
  766.  
  767.  
  768. .elinks {
  769. position:fixed;
  770. text-shadow: 0px 0px 0px #000;
  771. left:710px;
  772. top:420px;
  773. transform: rotate(0deg);
  774. font-family: 'Montserrat', sans-serif;
  775. font-size: 15px;}
  776.  
  777.  
  778. .elinks a {
  779. padding:10px;
  780. color:#2a2a2a;
  781. margin-right:0px;
  782. -webkit-filter: blur(0px);
  783. -webkit-transition: 0.8s ease-in;
  784. -moz-transition: 1s ease-in;
  785. transition: 1s ease-in;
  786. }
  787.  
  788. .elinks a:hover {
  789. -webkit-transition: all 0.6s ease-in-out;
  790. -moz-transition: all 0.6s ease-in-out;
  791. -o-transition: all 0.6s ease-in-out;
  792. -ms-transition: all 0.6s ease-in-out;
  793. transition: all 0.6s ease-in-out;
  794. color: #727272;
  795. text-shadow: 2px 2px 2px #000;
  796. }
  797.  
  798.  
  799.  
  800. .flinks {
  801. position:fixed;
  802. text-shadow: 0px 0px 0px #000;
  803. left:710px;
  804. top:450px;
  805. transform: rotate(0deg);
  806. font-family: 'Montserrat', sans-serif;
  807. font-size: 15px;}
  808.  
  809.  
  810. .flinks a {
  811. padding:10px;
  812. color:#2a2a2a;
  813. margin-right:0px;
  814. -webkit-filter: blur(0px);
  815. -webkit-transition: 0.8s ease-in;
  816. -moz-transition: 1s ease-in;
  817. transition: 1s ease-in;
  818. }
  819.  
  820. .flinks a:hover {
  821. -webkit-transition: all 0.6s ease-in-out;
  822. -moz-transition: all 0.6s ease-in-out;
  823. -o-transition: all 0.6s ease-in-out;
  824. -ms-transition: all 0.6s ease-in-out;
  825. transition: all 0.6s ease-in-out;
  826. color: #727272;
  827. text-shadow: 2px 2px 2px #000;
  828. }
  829.  
  830.  
  831. .glinks {
  832. position:fixed;
  833. text-shadow: 0px 0px 0px #000;
  834. left:710px;
  835. top:480px;
  836. transform: rotate(0deg);
  837. font-family: 'Montserrat', sans-serif;
  838. font-size: 15px;}
  839.  
  840.  
  841. .glinks a {
  842. padding:10px;
  843. color:#2a2a2a;
  844. margin-right:0px;
  845. -webkit-filter: blur(0px);
  846. -webkit-transition: 0.8s ease-in;
  847. -moz-transition: 1s ease-in;
  848. transition: 1s ease-in;
  849. }
  850.  
  851. .glinks a:hover {
  852. -webkit-transition: all 0.6s ease-in-out;
  853. -moz-transition: all 0.6s ease-in-out;
  854. -o-transition: all 0.6s ease-in-out;
  855. -ms-transition: all 0.6s ease-in-out;
  856. transition: all 0.6s ease-in-out;
  857. color: #727272;
  858. text-shadow: 2px 2px 2px #000;
  859. }
  860.  
  861.  
  862.  
  863. .credit {
  864. position:fixed;
  865. text-shadow: 0px 0px 11px #7C6868;
  866. right:15px;
  867. bottom:15px;
  868. transform: rotate(0deg);
  869. font-family: helvetica;
  870. font-size: 14px; }
  871.  
  872.  
  873. .credit a {
  874. padding:10px;
  875. color:#191919;
  876. margin-right:0px;
  877. -webkit-filter: blur(1px);
  878. -webkit-transition: 0.8s ease-in;
  879. -moz-transition: 1s ease-in;
  880. transition: 1s ease-in;
  881. }
  882.  
  883. .credit a:hover {
  884. -webkit-transition: all 0.6s ease-in-out;
  885. -moz-transition: all 0.6s ease-in-out;
  886. -o-transition: all 0.6s ease-in-out;
  887. -ms-transition: all 0.6s ease-in-out;
  888. transition: all 0.6s ease-in-out;
  889. color: #000000;
  890. text-shadow: 2px 2px 2px #000000;
  891. }
  892.  
  893.  
  894.  
  895.  
  896.  
  897.  
  898.  
  899.  
  900.  
  901.  
  902. /* JUMBLED LINKS ENDS */
  903.  
  904.  
  905.  
  906. #pagination {
  907. position:fixed;
  908. font-family:times;
  909. width:300px;
  910. font-size:8px;
  911. top:520px;
  912. left:260px;
  913. letter-spacing:3px;
  914. text-align:center;
  915. z-index:999999999999;
  916. }
  917.  
  918. #pagination a {
  919. text-transform:uppercase;
  920. color:#181818;
  921. -webkit-filter: blur(1px);
  922. -webkit-transition: 0.8s ease-in;
  923. -moz-transition: 1s ease-in;
  924. transition: 1s ease-in;
  925. z-index:999999999999;
  926. }
  927.  
  928. #pagination a:hover {
  929. color:#000;
  930. -webkit-filter: blur(0px);
  931. -webkit-transition: 0.2s ease-in;
  932. -moz-transition: 1s ease-in;
  933. transition: 1s ease-in;
  934. }
  935.  
  936.  
  937. .audio {
  938. width:335px;
  939. padding-bottom:10px;
  940. background-color:{color:#000000};}
  941.  
  942. .albumart {
  943. float:left;
  944. padding:0px 10px 10px 0px;}
  945.  
  946. .albumart img {
  947. width:65px;
  948. height:65px;}
  949.  
  950. .playercontainer {
  951. text-align:left;
  952. padding:10px;
  953. background-color:#090909;
  954. width:335px;}
  955.  
  956. .audioinfo {
  957. padding:10px;
  958. color:{color:text};}
  959.  
  960.  
  961.  
  962.  
  963.  
  964. /* QUESTIONS & ANSWERS DETAILS */
  965.  
  966.  
  967. #asker {
  968. font-family: 'Arizonia', cursive;
  969. font-style:none;
  970. letter-spacing:2px;
  971. text-align:center;
  972. padding-top: 10px;
  973. margin-left:0px;
  974. text-transform:lowercase;
  975. color: #c9c9c9;
  976. font-size:30px;
  977. padding:5px;
  978. letter-spacing:0px
  979. text-shadow:0 0 2px #aeaeae;
  980. }
  981.  
  982.  
  983. #asker a{
  984. font-family: 'Arizonia', cursive;
  985. font-style:none;
  986. letter-spacing:2px;
  987. text-transform:lowercase;
  988. font-size:30px;
  989. letter-spacing: 0px;
  990. text-shadow: none;
  991. color: #c9c9c9;
  992. text-shadow:0 0 2px #1a1a1a;
  993. -webkit-filter: blur(0.5px);
  994. }
  995.  
  996.  
  997. #asker a:hover {
  998. color: #656565;
  999. letter-spacing: 0px;
  1000. text-shadow:0 0 2px #000;
  1001. -webkit-filter: blur(2px);
  1002. -webkit-transition:all .5s ease-in-out;
  1003. -moz-transition:all .5s ease-in-out;
  1004. transition:all .5s ease-in-out;
  1005. }
  1006.  
  1007.  
  1008.  
  1009. #ask {
  1010. font-family: times;
  1011. width:225px;
  1012. font-size:8px;
  1013. text-align:center;
  1014. padding-top: 5px;
  1015. margin-left:0px;
  1016. text-transform:auto;
  1017. letter-spacing:3px
  1018. margin-top:-10px;
  1019. padding:5px;
  1020. background: #000;
  1021. background: url("http://imgur.com/kQ6mQeC.gif");
  1022. color:#dcdcdc;
  1023. text-transform: uppercase;
  1024. border-bottom-left-radius: 10px;
  1025. border-bottom-right-radius: 10px;
  1026. border-top-left-radius: 10px;
  1027. border-top-right-radius: 10px;
  1028. padding:10px;
  1029. letter-spacing:2px;
  1030. border-bottom:solid 1px #717171;
  1031. border-top:solid 1px #717171;
  1032. }
  1033.  
  1034.  
  1035. .ans {
  1036. text-align:center;
  1037. padding:10px;
  1038. }
  1039.  
  1040.  
  1041. /* POST INFO DETAILS */
  1042.  
  1043.  
  1044.  
  1045. #info {
  1046. background: url("http://imgur.com/kQ6mQeC.gif");
  1047. border: 1px solid #9b9b9b;
  1048. width:200px;
  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-color:#676767;
  1138. padding: 10px 20px 20px 20px;
  1139. border:0px solid #eee; /* if you want a solid white pop-up, delete this */
  1140. float:left;
  1141. height: 265px;
  1142. top: 385px; left:412px;
  1143. position:fixed;
  1144. z-index: 99999;
  1145. -webkit-box-shadow: 0px 0px 0px #818081; /* delete for solid white */
  1146. -moz-box-shadow: 0px 0px 0px #818081; /* delete for solid white */
  1147. box-shadow: 0px 0px 0px #818081; /* delete for solid white */
  1148. }
  1149.  
  1150.  
  1151.  
  1152.  
  1153. *html #fade {position: absolute;}
  1154. *html .popup_block {position: absolute;}
  1155. #fade {
  1156. display:none;
  1157. position:fixed;
  1158. left:0px;
  1159. top:0px;
  1160. width:100%;
  1161. height:100%;
  1162. z-index:9999;
  1163. background:#000; /* change to #fff for solid white */
  1164. opacity:0; /* change to opacity:1; */
  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:86px; height:4px;
  1177. margin:1.5px; padding:3px 6px 10px;
  1178. text-align:center;
  1179. background-image: url("");
  1180. background:#0d0d0d;
  1181. background-repeat:repeat;
  1182. background-attachment:fixed;
  1183. border-left: double 3px #000;
  1184. border-top: double 3px #000;
  1185. border-right: double 3px #000;
  1186. border-bottom: double 3px #000;
  1187. color:#e6e6e6;
  1188. font-size:9px;
  1189. font-family:calibri;
  1190. text-shadow:1px 1px 0px #000,
  1191. 1px -1px 0px #000,
  1192. -1px -1px 0px #000,
  1193. -1px 1px 0px #000,
  1194. 0px 1px 0px #000,
  1195. 0px -1px 0px #000,
  1196. 1px 0px 0px #000,
  1197. -1px 0px 0px #000;
  1198. display: inline-block;
  1199. cursor: pointer;
  1200. }
  1201.  
  1202.  
  1203.  
  1204. .popupnavlinks a:hover {
  1205. display:inline-block;
  1206. letter-spacing:1px; }
  1207.  
  1208.  
  1209.  
  1210. .popupclose {
  1211. float:right; top:0px; right:0px;
  1212. margin-top:-10px; margin-right:-10px;
  1213. font-family:'Scada', sans serif;
  1214. font-size:10px;
  1215. font-weight:bold }
  1216.  
  1217. .popupclose a {
  1218. color:#aaa }
  1219.  
  1220.  
  1221.  
  1222. /*--TOOLTIP DETAILS--*/
  1223.  
  1224.  
  1225.  
  1226. #s-m-t-tooltip{
  1227. max-width:400px;
  1228. margin:15px;
  1229. padding:2px 8px;
  1230. background: #dcdcdc;
  1231. background-image:url('http://imgur.com/kQ6mQeC.gif');
  1232. border:1px solid;
  1233. border-color: #727272;
  1234. color:#9b9b9b;
  1235. z-index:99999999999999999999;
  1236. font-size:9px;
  1237. letter-spacing:2px;
  1238. font-style:bold;
  1239. letter-spacing:2px;
  1240. font-family:'helvetica';
  1241. text-transform:uppercase;
  1242. box-shadow:1px 1px 3px rgba(0,0,0,.1);}
  1243.  
  1244.  
  1245.  
  1246.  
  1247.  
  1248. </style>
  1249.  
  1250.  
  1251. </head>
  1252.  
  1253. <body>
  1254.  
  1255. <div id="content">
  1256.  
  1257. <div id="sidebar">
  1258.  
  1259. <img src="{image:Sidebar}" />
  1260.  
  1261. <div id="description">{description}</div>
  1262.  
  1263. </div>
  1264.  
  1265. <div id="pagination">
  1266. {block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">previous</a> • {/block:PreviousPage}{block:NextPage} <a href="{NextPage}">next</a>{/block:NextPage}{/block:Pagination}
  1267. </div>
  1268.  
  1269.  
  1270. <div id="links">
  1271.  
  1272.  
  1273. <div id="linkbar">
  1274.  
  1275.  
  1276. <div class="alinks">
  1277. <a href="/" title="refresh."> <img src="http://static.tumblr.com/flqpg9s/UT7oaq6is/basecodehome.png"> </a>
  1278. </div>
  1279.  
  1280. <div class="blinks">
  1281. <a href="/" title="refresh."> 01. </a>
  1282. </div>
  1283.  
  1284.  
  1285. <div class="clinks">
  1286. <a href="#?w=230" rel="box1" class="poplight" title="messages."> 02. </a>
  1287. </div>
  1288.  
  1289.  
  1290. <div class="dlinks">
  1291. <a href="#?w=230" rel="box2" class="poplight" title="rules."> 03. </a>
  1292. </div>
  1293.  
  1294.  
  1295. <div class="elinks">
  1296. <a href="#?w=230" rel="box3" class="poplight" title="about."> 04. </a>
  1297. </div>
  1298.  
  1299.  
  1300. <div class="flinks">
  1301. <a href="#?w=230" rel="box4" class="poplight" title="verses."> 05. </a>
  1302. </div>
  1303.  
  1304.  
  1305. <div class="glinks">
  1306. <a href="#?w=230" rel="box5" class="poplight" title="navigation."> 06. </a>
  1307. </div>
  1308.  
  1309.  
  1310. <div class="credit">
  1311. <a href="http://agirlingrey.tumblr.com/" title="base code by agirlingrey. editing by cruciabilis.">A.</a>
  1312. </div>
  1313.  
  1314.  
  1315. </div></div>
  1316.  
  1317.  
  1318. <div id="pcontainer">
  1319.  
  1320. <div id="content"><div id="posts">
  1321. {block:Posts}
  1322.  
  1323.  
  1324. {block:Quote}<quotetext>"{Quote}"</quotetext>&nbsp; <br><br> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; — {Source} {/block:Quote}
  1325. {block:Title}<h1>{Title}&nbsp;</h1>{/block:Title}
  1326. {block:Text}{Body}{/block:Text}
  1327.  
  1328. {block:Link}<a href="{URL}" class="link" {Target}><h1>{Name}&nbsp;</h1></a>
  1329.  
  1330. {block:Description}<P>{Description}</p>{/block:Description}{/block:Link}
  1331.  
  1332. {block:Photo}<center>{LinkOpenTag}<img src="{PhotoURL-HighRes}" width="360px">{LinkCloseTag}</center>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  1333. {block:Photoset}<center>{Photoset}</center>{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  1334.  
  1335. {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}
  1336.  
  1337. {block:Video}{Video-250}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  1338.  
  1339.  
  1340. {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}
  1341.  
  1342.  
  1343. {block:Audio}<div class="audio">
  1344.  
  1345. {block:AlbumArt}
  1346. {/block:AlbumArt}
  1347.  
  1348.  
  1349. <div class="audioinfo">{block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}{block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  1350. {/block:ExternalAudio}<b>Played:</b> {PlayCount} times</div>
  1351. <br><div class="playercontainer">{AudioPlayerBlack}</div></div>
  1352. {block:Caption}{Caption}{/block:Caption}<br>{/block:Audio}
  1353.  
  1354.  
  1355. <div id="info">
  1356. <br>
  1357.  
  1358. &nbsp; &nbsp;
  1359.  
  1360.  
  1361. {block:Date}
  1362. <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>
  1363. {/block:Date}
  1364.  
  1365.  
  1366. {block:RebloggedFrom}
  1367. <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>
  1368. {/block:RebloggedFrom}
  1369.  
  1370.  
  1371. {block:ContentSource}
  1372. <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>
  1373. {/block:ContentSource}
  1374.  
  1375.  
  1376. <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>
  1377.  
  1378.  
  1379. <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>
  1380.  
  1381.  
  1382. <br>
  1383.  
  1384. {block:HasTags}<div id="tags">{block:Tags} & <a href="{TagURL}">{Tag}</a> {/block:Tags}</div>{/block:HasTags}</div> &nbsp; {/block:Posts}
  1385.  
  1386. <div class="note">{block:PostNotes}{PostNotes}{/block:PostNotes}</div>
  1387.  
  1388. {/block:Posts}</div></div>
  1389.  
  1390.  
  1391.  
  1392. </div> </div> </div> </div> </div> </div>
  1393.  
  1394.  
  1395.  
  1396. </body>
  1397.  
  1398.  
  1399.  
  1400. <div id="box1" class="popup_block">
  1401.  
  1402. <center>
  1403. <br>
  1404.  
  1405. <p><iframe frameborder="0" height="260" id="ask_form" scrolling="yes" src="http://www.tumblr.com/ask_form/cruciabilis.tumblr.com" width="100%"></iframe></p>
  1406.  
  1407. </center>
  1408. </div>
  1409.  
  1410.  
  1411. <div id="box2" class="popup_block">
  1412.  
  1413. <div style="width:auto;height:260px;overflow:scroll;padding:5px;">
  1414.  
  1415. <h3>01. disclaimer.</h3>
  1416. i am not joanne k. rowling and i am in no way affiliated with her harry potter series. i just borrowed the universe she originated so wonderfully for my own, private purposes. while i did not create the unforgivable curse that will be portrayed on this independent roleplay blog, i did create the muse that will personify it and i would really appreciate it if you would not steal my work, including ideas, portrayal, writing, icons and tags.
  1417.  
  1418.  
  1419. <h3>02. interactions.</h3>
  1420. i classify this blog as a semi-private one. this means that most in character interactions will be limited to mutual followers. nonetheless, never be afraid to approach me, even if we are not mutuals. i am probably the most awkward, friendliest and cuddliest human being out there. you have a plot idea you would like to tell me? great, tell me. you already sent five memes? no problem, send more. you want to tag me in things or come to me out of character to chat? amazing, i can almost guarantee that you will make me the happiest person ever. in fact, while it is not necessary to establish a friendship to have a functioning thread, i highly prefer and recommend this. speaking from experience, i can say that threads will be so much more fun and so much better if there is some out of character interaction between the muns. however, i reserve the right to be highly selective. please, do not consider this as an affront as i simply cannot roleplay with everybody at the same time. a little something in the end: please, do not write me starters à la “what do you want?”, because i will simply not reply to that.
  1421.  
  1422.  
  1423. <h3>03. content.</h3>
  1424. you can expect to explore mature content on this blog, including but not limited to violence, abuse and swearing. do not worry, triggers will be tagged accordingly. in my posts, i tend to vary in length, depending on my time, my muse and my partner. can be an one-liner, can be multiple paragraphs. i will never expect you to match my length, but i expect you to put as much effort into your posts as i do. just give me something to work with and i will try my best to do the same for you. furthermore, my posts will always include icons and adequate formatting. plot-wise, i am open for anything. can be your verse, can be my verse, and can be something totally au. important note: since there is no known defense against the unforgivable curses, i will always assume that my muse is perfectly capable of hurting yours, unless we have discussed otherwise!
  1425.  
  1426.  
  1427. <h3>04. relationships.</h3>
  1428. now, let us be real here: i am a sucker for all things interpersonal, but i will not ship my muse just for the sake of it. instead, i am looking for well-constructed, thought-out relationships. those can be of any kind: enemies, rivals, acquaintances, neighbors, flirts, friends, …, everything imaginable. really important for me is the certain something. do not be afraid to throw your idea at me. if you ship it, i might ship it as well and chances i want to exchange headcanons all night long are 102%. with that said, a little warning in advance: while i do love romantic relationships, with my muse they will most likely be as complicated as toxic. my muse is not a human being. he is dangerous. he loves pain. his moral concept might differ from your muse’s. nonetheless, i would just love to explore that kind of multi-layered relationship. last but not least: i am perfectly fine with pre-established relationships as long as they meet the abovementioned requirements.
  1429.  
  1430.  
  1431. <h3>05. activity.</h3>
  1432. life can be stressful, unexpected things can happen, muses can be fickle. do not worry, i understand and i will never declare you guilty for putting your mental health before your roleplay blog. this is your hobby, not your job. however, if you come to me for a <i>plotted</i> thread, i do expect you to have an adequate amount of time and muse on your hand. do not get me wrong, i do not expect you to reply within a couple of hours/days. i will most likely not do that, either, as i want to give you something of high quality, not something half-assed. and yes, quality takes time. but again, i also expect a certain flow when it comes to <i>plotted</i> threads. i experienced too many cleverly thought out threads not getting past three notes because of my partners remembering they have to learn for the next three months after just starting a thread and honestly, this is a little bit annoying and will most likely kill every idea and muse i might have had for the plot. i hope this does not come across as rude, i simply want you to understand.
  1433.  
  1434.  
  1435. <h3>06. cookies for everybody.</h3>
  1436. congratulations, you made it to the end of my rules. if you read all of them, you deserve all the cookies in the world. now, come to me and let me love you! feel free to ask about my rules, my muse or my verses if anything was unclear to you; i will be happy to explain! skype, discord and kik are open to mutuals upon request. last but not least: my name is sabrina, i am of age and i live in central european time zone.
  1437.  
  1438.  
  1439. </div>
  1440. </div>
  1441.  
  1442.  
  1443.  
  1444. <div id="box3" class="popup_block">
  1445.  
  1446. <div style="width:auto;height:260px;overflow:scroll;padding:5px;">
  1447.  
  1448.  
  1449. <h3>01. basic information.</h3>
  1450.  
  1451. <b>■ name:</b> xerxes lestrange.<br>
  1452. <b>■ gender:</b> cis male.<br>
  1453. <b>■ species:</b> magic spell.<br>
  1454. <b>■ age:</b> 1099 years.<br>
  1455. <b>■ zodiac sign:</b> scorpio.<br>
  1456. <b>■ date of birth:</b> october 28, 917.<br>
  1457. <b>■ birthplace:</b> suburban of london.<br>
  1458. <b>■ residence:</b> city center of london.<br>
  1459. <b>■ occupation:</b> &nbsp; temporary employee in his local gym. the customers hate him.<br>
  1460. <b>■ languages:</b> english, spanish, latin, a bit of russian and italian.<br>
  1461. <b>■ orientation:</b> pansexual & -romantic.<br>
  1462.  
  1463.  
  1464.  
  1465. <h3>02. appearance.</h3>
  1466.  
  1467. <b>■ height:</b> 6’3” or 1.90m.<br>
  1468. <b>■ weight:</b> 195lbs or 88kg.<br>
  1469. <b>■ skin:</b> &nbsp;slightly tanned complexion. very warm. no scars or pigmented spots.<br>
  1470. <b>■ physique:</b> slender build. well-defined, visible muscles.<br>
  1471. <b>■ eyes:</b> observant shape. long eyelashes. fern green irises with red brown blotches.<br>
  1472. <b>■ hair:</b> blackish-brown strands. shortish. rather soft. ruffled but not random.<br>
  1473. <b>■ anomalies:</b> ancient, brown red runes covering his entire body. no tattoos or piercings.<br>
  1474. <b>■ clothing style:</b> &nbsp; casual, modern, uncluttered. mostly dark colors with the occasional white shirt. close-fitting yet comfortable jeans. sneakers or boots. no jewelry or accessories.<br>
  1475. <b>■ faceclaim:</b> matthew daddario.<br>
  1476.  
  1477.  
  1478.  
  1479. <h3>03. personality.</h3>
  1480.  
  1481. <b>■ self-conception:</b> &nbsp;invincible force of nature. god-given. solitary.<br>
  1482. <b>■ labels:</b> &nbsp;the first curse. the one-way ticket to azkaban. the bad boy. the anti-hero.<br>
  1483. <b>■ sins &. virtues:</b> &nbsp;wrath, pride, lust. very limited patience, diligence.<br>
  1484. <b>■ disposition:</b> &nbsp;judgmental, impulsive, easily irritated, rude, sarcastic. energetic, charismatic, logical, strong-willed, self-confident.<br>
  1485. <b>■ antipathies:</b> authority. recurring or loud noises. clingy or hysteric people. drama queens. simpletons. cats. chatterboxes. children. confined spaces. quidditch.<br>
  1486. <b>■ sympathies:</b> freedom. the feeling of being physically exhausted. cold days. stargazing. playing the piano. american holidays. treating himself to some fine food or music. all forms of pain.<br>
  1487. <b>■ habits:</b> he prefers taking a nap over a long night's sleep. furthermore, he does a lot of sport in the early and late hours of the day.<br>
  1488. <b>■ motivation:</b> he prefers not to attract public attention as he does not want to interact with the ministry of magic. consequently, only a few people know of his existence.<br>
  1489.  
  1490.  
  1491.  
  1492. <h3>04. aesthetics.</h3>
  1493.  
  1494. untied leather boots. brightly polished pianos. rumpled sheets of music. the resistance of an yet untouched piano key. relapsing into vice. the human mind. the thrill of stimulating someone’s pain receptors. rule violations. old books with ripped out pages. burned matchsticks. stardust. black glitter. black sheeps. the bliss of silent nights. stellar constellations. the scent of rain on the sidewalk. snackbars at midnight. anthracite skies. black clouds. the cool of the early morning and the late night. winter time. messing with the authorities. provocative lingerie on beautiful women. the tingling feeling of a soft touch. scorpions. bandaged hands whilst kick boxing. panorama windows. the flickering heat of a sunset. spontaneous road trips in select company. neon lights. back alleys. immortality. lethality. solitude. the imprint of runes or tattoos on a flawless body. the groaning of wooden planks under bare feet. messy hair.
  1495.  
  1496.  
  1497.  
  1498. <h3>05. historical origin.</h3>
  1499.  
  1500. since the beginning of time, magic answered only one purpose: maintaining the sensitive balance between the exceptional and the ordinary. those blessed with the gift of influencing supernatural forces were supposed to protect both, nature as well as the creatures who were living in it. for thousands of years, generations of witches and wizards had honored this massive duty up to that disastrous day when a bad apple would fall from the rotten tree. it was at the time of the early middle ages, when a talented witch named alvina lestrange grossly violated the task her kind was given to by creating the first of overall three spells that would later go down in history as the unforgivable curses. one of three spells, whose only purpose was to destroy, not to protect. the spell created by alvina would be known as the cruciatus curse, which henceforth would be used as an instrument of torture by a rather selective group of witches and wizards. as its mere existence was messing with the laws of nature, the spell needed an anchor in order to subsist, therefore manifesting itself in the shape of a human body. despite of his human appearance, though, the young man was not human. his demeanor was not human. his moral concept was not human, either. he was a spell; pure, unbridled energy pressed into an ordinary meat suit, held together by a few ancient runes only. it took him decades to adapt to the human mindset and the human way of life, what he is calling an <i>unnecessary insignificance</i>. to this day, his impulsive behavior still indicates his supernatural origin, his abilities his unapologetic superiority.
  1501.  
  1502. </div>
  1503. </div>
  1504.  
  1505.  
  1506.  
  1507. <div id="box4" class="popup_block">
  1508.  
  1509. <div style="width:auto;height:260px;overflow:scroll;padding:5px;">
  1510.  
  1511.  
  1512. tba.
  1513.  
  1514.  
  1515. </div>
  1516. </div>
  1517.  
  1518.  
  1519. <div id="box5" class="popup_block">
  1520.  
  1521. <div style="width:auto;height:260px;overflow:scroll;padding:5px;">
  1522.  
  1523. <div class="popupnavlinks">
  1524.  
  1525. <center>
  1526.  
  1527.  
  1528. <h3>01. muse tags.</h3>
  1529.  
  1530. <a href="/tagged/link">VISAGE.</a>
  1531. <a href="/tagged/link">AESTHETICS.</a>
  1532. <br>
  1533. <a href="/tagged/link">MUSINGS.</a>
  1534. <a href="/tagged/link">ZODIAC SIGN.</a>
  1535. <br>
  1536. <a href="/tagged/link">WARDROBE.</a>
  1537. <a href="/tagged/link">JUKEBOX.</a>
  1538. <br>
  1539. <a href="/tagged/link">DESIRES.</a>
  1540. <a href="/tagged/link">HEADCANONS.</a>
  1541. <br>
  1542. <br>
  1543.  
  1544. <h3>02. fandom tags.</h3>
  1545.  
  1546. <a href="/tagged/link">MAGICAL WORLD.</a>
  1547. <a href="/tagged/link">ACADEMIES.</a>
  1548. <br>
  1549. <a href="/tagged/link">ACCESSORIES.</a>
  1550. <a href="/tagged/link">WIZARDS.</a>
  1551. <br>
  1552. <br>
  1553.  
  1554. <h3>03. roleplay tags.</h3>
  1555.  
  1556. <a href="/tagged/link">WISH LIST.</a>
  1557. <a href="/tagged/link">INBOX REPLIES.</a>
  1558. <br>
  1559. <a href="/tagged/link">MEMES.</a>
  1560. <a href="/tagged/link">MEME REPLIES.</a>
  1561. <br>
  1562. <a href="/tagged/link">OPEN.</a>
  1563. <a href="/tagged/link">CLOSED.</a>
  1564. <br>
  1565. <a href="/tagged/link">PROMOTION.</a>
  1566. <a href="/tagged/link">OOC.</a>
  1567. <br>
  1568. <br>
  1569.  
  1570. <h3>04. verse tags.</h3>
  1571.  
  1572. <a href="/tagged/link">HARRY POTTER.</a>
  1573. <a href="/tagged/link">WESTWORLD.</a>
  1574. <br>
  1575. <a href="/tagged/link">VIKINGS.</a>
  1576. <a href="/tagged/link">MARVEL.</a>
  1577. <br>
  1578. <a href="/tagged/link">THE 100.</a>
  1579. <a href="/tagged/link">G. OF THRONES.</a>
  1580. <br>
  1581. <a href="/tagged/link">HUNGER GAMES.</a>
  1582. <a href="/tagged/link">AUS.</a>
  1583. <br>
  1584.  
  1585.  
  1586. </div>
  1587. </div>
  1588. </div>
  1589.  
  1590.  
  1591.  
  1592. <div id="bite">
  1593. <div id="thekey"></div>
  1594. <div class="death">
  1595. <div id="actualnews">
  1596.  
  1597.  
  1598. <div style="width:auto;height:270px;overflow:scroll;padding:5px;">
  1599.  
  1600. <h3>Crucio!</h3>
  1601.  
  1602. <justify>
  1603.  
  1604. the <u>cruciatus curse</u>, also called the torture curse, inflicts intense, <i>excrutiating pain</i> on the victim. prolonged exposure can lead to permanent <i>insanity</i> — <b>you're welcome</b>.
  1605.  
  1606. </justify>
  1607.  
  1608.  
  1609.  
  1610. <h3>i torture.</h3>
  1611.  
  1612. <justify>
  1613.  
  1614. personified <i>cruciatus<br>curse</i>&nbsp; from&nbsp; joanne&nbsp; k.<br>rowling's&nbsp; harry&nbsp; potter.
  1615.  
  1616. </justify>
  1617.  
  1618. <br><br>
  1619.  
  1620. <center>
  1621.  
  1622. (&nbsp; as told by <i>sabrina</i> &nbsp;)
  1623.  
  1624. </center>
  1625.  
  1626.  
  1627. <h3>&&. i tease.</h3>
  1628.  
  1629. <justify>
  1630.  
  1631. est. january xx, 2017. tracking <i>#cruciabilis</i>.
  1632.  
  1633. </justify>
  1634.  
  1635. </div>
  1636. </div></div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement