Advertisement
littlemisswhoever

Theme: xncertainty

Aug 13th, 2018
149
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 44.79 KB | None | 0 0
  1. <!DOCTYPE html>
  2.  
  3. <!-- (BASE) THEME BY INIZIARE (LUMENRECTIS / KHRUSEOS) -->
  4.  
  5.  
  6.  
  7.  
  8. <html>
  9. <head>
  10. <title>{Title}</title>
  11. <link rel="shortcut icon" href="{Favicon}">
  12. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  13. {block:Description}
  14. <meta name="description" content="{MetaDescription}" />
  15. {/block:Description}
  16. </head>
  17.  
  18.  
  19. <!-- SCRIPT: TOOLTIP -->
  20.  
  21.  
  22. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  23. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  24. <script>
  25. (function($){
  26. $(document).ready(function(){
  27. $("a[title]").style_my_tooltips({
  28. tip_follows_cursor:true,
  29. tip_delay_time:90,
  30. tip_fade_speed:600,
  31. attribute:"title"
  32. });
  33. });
  34. })(jQuery);
  35. </script>
  36.  
  37.  
  38.  
  39.  
  40. <!-- SCRIPT: EXPAND -->
  41.  
  42. <script>
  43. $(document).ready(function(){
  44. $(".tags").hide();
  45. $(".hide").show();$('.hide').toggle(function(){
  46. $(".tags").slideDown(function(){});
  47. },function(){
  48. $(".tags").slideUp(function(){});
  49. });
  50. });
  51. </script>
  52.  
  53.  
  54.  
  55.  
  56. <!-- SCRIPT: POPUPS -->
  57.  
  58. <script type="text/javascript"
  59. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  60. <script>
  61. $(document).ready(function() {
  62. //
  63. $('a.poplight[href^=#]').click(function() {
  64. var popID = $(this).attr('rel'); //Get Popup Name
  65. var popURL = $(this).attr('href'); //Get Popup href to define size
  66. var query= popURL.split('?');
  67. var dim= query[1].split('&');
  68. var popWidth = dim[0].split('=')[1]; //Gets the first query string value
  69. $('#' + popID).fadeIn().css({ 'width': Number( popWidth ) }).prepend('<a href="#" class="close"></a>');
  70. var popMargTop = ($('#' + popID).height() + 80) / 2;
  71. var popMargLeft = ($('#' + popID).width() + 80) / 2;
  72. //Apply Margin to Popup
  73. $('#' + popID).css({
  74. 'margin-top' : -popMargTop,
  75. 'margin-left' : -popMargLeft
  76. });
  77. $('body').append('<div id="fade"></div>');
  78. $('#fade').css({'filter' : 'alpha(opacity=80)'}).fadeIn(); //Fade in the fade layer - .css({'filter' : 'alpha(opacity=80)'})
  79. return false;
  80. });
  81. $('a.close, #fade').live('click', function() {
  82. $('#fade , .popup_block').fadeOut(function() {
  83. $('#fade, a.close').remove(); //fade them both out
  84. });
  85. return false;
  86. });
  87. });
  88. </script>
  89.  
  90.  
  91.  
  92.  
  93. <!-- SCRIPT: jQuery -->
  94.  
  95. <script src="//ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
  96.  
  97.  
  98.  
  99.  
  100. <!-- SCRIPT: AUDIO PLAYER -->
  101.  
  102. <script>
  103. $(document).ready(function() {
  104. $('iframe.tumblr_audio_player').load( function() {
  105. $('iframe.tumblr_audio_player').contents().find("head")
  106. .append($("<style type='text/css'> .audio-player{background:#000000 !important; color:#ffffff !important;} </style>"));
  107. });
  108. });
  109. </script>
  110.  
  111.  
  112.  
  113.  
  114. <!-- SCRIPT: POPUP TABS -->
  115.  
  116. <script>$(document).ready(function(){
  117. $("ul#tabs li").click(function(e){
  118. if (!$(this).hasClass("active")) {
  119. var tabNum = $(this).index();
  120. var nthChild = tabNum+1;
  121. $("ul#tabs li.active").removeClass("active");
  122. $(this).addClass("active");
  123. $("ul#tab li.active").removeClass("active");
  124. $("ul#tab li:nth-child("+nthChild+")").addClass("active");}});});</script>
  125.  
  126.  
  127.  
  128.  
  129. <!-- CUSTOM FONTS -->
  130.  
  131. <link href="https://fonts.googleapis.com/css?family=Frank+Ruhl+Libre" rel="stylesheet">
  132.  
  133.  
  134. <link rel="stylesheet" href="https://static.tumblr.com/8rqi4zd/apLpbo3ur/sebastian.css">
  135.  
  136.  
  137.  
  138.  
  139.  
  140.  
  141. <!-- META LINES -->
  142.  
  143.  
  144. <meta name="if:Text Wrapping" content="0"/>
  145. <meta name="if:Boxed Blockquotes" content="0"/>
  146. <meta name="if:First Letter Styling" content="1"/>
  147.  
  148.  
  149.  
  150. <style type="text/css">
  151.  
  152.  
  153.  
  154.  
  155. /* SCROLLBAR */
  156.  
  157. ::-webkit-scrollbar {
  158. background:transparent;
  159. height: 0px;
  160. display:none;
  161. width: 0px; /* remove scrollbar space */
  162. -ms-overflow-style: none; // IE 10+
  163. overflow: -moz-scrollbars-none; // Firefox
  164. }
  165.  
  166.  
  167. ::-webkit-scrollbar-thumb {
  168. background:transparent;
  169. }
  170.  
  171.  
  172. /* TEXT SELECTION */
  173.  
  174. ::selection {background: #000000; color:#ffffff;}
  175. ::-moz-selection {background: #000000; color:#ffffff;}
  176.  
  177.  
  178.  
  179.  
  180.  
  181. /* TOOLTIP */
  182.  
  183.  
  184. #s-m-t-tooltip {
  185. z-index:999999;
  186. max-width:350px;
  187. margin-left:10px;
  188. margin-top:10px;
  189. font-weight:lighter;
  190. background-color:#000000;
  191. background:rgba(0,0,0,1);
  192. border:1px solid #1a1a1a;
  193. padding-top:6px;
  194. padding-bottom:6px;
  195. padding-left:16px;
  196. padding-right:16px;
  197. font-family:calibri;
  198. font-style:normal;
  199. font-weight:700;
  200. font-size:10px;
  201. text-shadow: 0px 0px 1px #000;
  202. color: #e8e8e8;
  203. text-transform:uppercase;
  204. letter-spacing:0px;
  205. -webkit-box-shadow: 0px 1px 19px 4px rgba(0,0,0,0.75);
  206. -moz-box-shadow: 0px 1px 19px 4px rgba(0,0,0,0.75);
  207. box-shadow: 0px 1px 19px 4px rgba(0,0,0,0.75);
  208. }
  209.  
  210.  
  211.  
  212.  
  213.  
  214.  
  215. /* FOUNDATION */
  216.  
  217.  
  218. body {
  219. background-image:url('https://static.tumblr.com/8rqi4zd/Il4pddhn6/01.png');
  220. background-attachment:fixed;
  221. background-repeat:no-repeat;
  222. background-position:top left;
  223. background-color:#000000;
  224. color:#c6c6c6;
  225. font-size:10px;
  226. word-spacing:-0.5px;
  227. color:#c6c6c6;
  228. font-family:'Frank Ruhl Libre';
  229. word-wrap: break-word;
  230. }
  231.  
  232.  
  233. body a {
  234. font-size:12px;
  235.  
  236. font-weight:bold;
  237. text-decoration:none!important;
  238. -moz-transition-duration:1s;
  239. -webkit-transition-duration:1s;
  240. -o-transition-duration:1s;
  241. }
  242.  
  243. body a:hover {
  244. color:#ffffff;
  245. -moz-transition-duration:1s;
  246. -webkit-transition-duration:1s;
  247. -o-transition-duration:1s;
  248. }
  249.  
  250.  
  251.  
  252.  
  253.  
  254. /* BLOCKQUOTES */
  255.  
  256. {block:IfBoxedBlockquotes}
  257. blockquote {
  258. background-color:#000000!important;
  259. padding-left:24px;
  260. padding-right:24px;
  261. padding-top:12px;
  262. padding-bottom:12px;
  263. margin-top:12px;
  264. margin-bottom:24px;
  265. text-align:justify;
  266. margin-left:0px;
  267. margin-right:0px;
  268. border:1px solid #151515;
  269. word-wrap: break-word!important;
  270. }
  271.  
  272.  
  273.  
  274. blockquote blockquote {
  275. border-left:1px solid #151515!important;
  276. border-top:0px!important;
  277. border-bottom:0px!important;
  278. border-right:0px!important;
  279. outline:0px solid transparent;
  280. padding-left:24px;
  281. padding-right:0px;
  282. padding-top:0px;
  283. padding-bottom:0px;
  284. margin-top:12px!important;
  285. margin-bottom:0px!important;
  286. }
  287. {/block:IfBoxedBlockquotes}
  288.  
  289.  
  290.  
  291. {block:IfNotBoxedBlockquotes}
  292. blockquote {
  293. padding-left:24px;
  294. margin-top:12px;
  295. margin-left:0px;
  296. margin-right:0px;
  297. text-align:justify;
  298. margin-bottom:12px;
  299. border-left:1px solid #141414;
  300. background-color:transparent;
  301. word-wrap: break-word!important;
  302. }
  303.  
  304.  
  305.  
  306. blockquote blockquote {
  307. margin-top:15px;
  308. margin-bottom:15px;
  309. }
  310.  
  311.  
  312. blockquote img {
  313. max-width:386px!important;
  314. height:auto;
  315. }
  316. {/block:IfNotBoxedBlockquotes}
  317.  
  318.  
  319.  
  320.  
  321.  
  322. /* FONT-RELATED */
  323.  
  324.  
  325. small, sub, sup {
  326. font-size:10px;
  327. }
  328.  
  329.  
  330. big {
  331. font-size:120%;
  332. }
  333.  
  334.  
  335. b, bold, strong {
  336. font-size:10px;
  337. text-transform:uppercase;
  338. font-family: calibri;
  339. font-weight:bold;
  340. color:#3f4757;
  341. padding-right:1px;
  342. padding-left:1px;
  343. }
  344.  
  345. em, i, italic {
  346. font-family:calibri;
  347. font-style:normal;
  348. font-weight:700;
  349. font-size:10px;
  350. line-height:10px;
  351. text-shadow: 0px 0px 1px #000;
  352. color: #ffffff;
  353. text-transform:uppercase;
  354. }
  355.  
  356.  
  357. u {
  358. text-decoration:none!important;
  359. }
  360.  
  361.  
  362. {block:ifFirstLetterStyling}
  363. u, u a {
  364. background-color: #000000;
  365. border: 1px solid #151515;
  366. font-family:'Frank Ruhl Libre', serif;
  367. color: #cecece;
  368. text-decoration:none!important;
  369. font-style:normal!important;
  370. font-weight:100!important;
  371. text-transform:uppercase!important;
  372. float: left;
  373. height:57px;
  374. width:57px;
  375. font-size: 40px;
  376. margin-right: 12px;
  377. position: relative;
  378. text-align: center;
  379. vertical-align: middle;
  380. line-height: 58px;
  381. }
  382. {/block:ifFirstLetterStyling}
  383.  
  384.  
  385.  
  386. pre {
  387. font-weight:lighter;
  388. text-transform:uppercase;
  389. color: #d1d1d1;
  390. line-height:155%;
  391. font-weight:lighter!important;
  392. color:#e6e6e6;
  393. font-size:8.6px;
  394. letter-spacing:0.6px;
  395. white-space: pre-wrap;
  396. white-space: -moz-pre-wrap;
  397. white-space: -pre-wrap;
  398. white-space: -o-pre-wrap;
  399. word-wrap: break-word;
  400. }
  401.  
  402.  
  403. pre a {
  404.  
  405. -moz-transition-duration:2s;
  406. -webkit-transition-duration:2s;
  407. -o-transition-duration:2s;
  408. }
  409.  
  410.  
  411.  
  412. h1 {
  413. word-spacing:-0.5px;
  414. font-size:12px;
  415. color: #ffffff;
  416. font-weight:bold;
  417. font-family:calibri;
  418. margin-bottom:24px;
  419. text-align:left!important;
  420. text-transform:uppercase;
  421. }
  422.  
  423.  
  424.  
  425. h1 a {
  426. font-weight:bold;
  427. color: #d1d1d1!important;
  428. }
  429.  
  430.  
  431.  
  432. h2 {
  433. font-family: calibri, sans-serif;
  434. font-size:13.4px;
  435. text-transform:uppercase!important;
  436. color:#707887;
  437. letter-spacing:-0.4px;
  438. }
  439.  
  440.  
  441.  
  442. h2 a {
  443. font-family: calibri, sans-serif;
  444. font-size:13.4px!important;
  445. text-transform:uppercase!important;
  446. letter-spacing:-0.4px;
  447. }
  448.  
  449.  
  450.  
  451. h3 {
  452. text-transform:uppercase;
  453. font-family: 'Josefin Sans', sans-serif;
  454. font-size:10.5px;
  455. text-transform:uppercase;
  456. letter-spacing:0px;
  457. word-spacing:-1px;
  458. color: #dadada;
  459. text-shadow:1px 1px 0 #000;
  460. text-align:center;
  461. margin-bottom:6px;
  462. padding-right:10px;
  463. padding-left:10px;
  464. background-color:#000000;
  465. border:1px solid #171717;
  466. background-image:url('');
  467. font-weight:bold!important;
  468. text-transform:uppercase;
  469. padding-top:12px;
  470. padding-bottom:12px;
  471. }
  472.  
  473.  
  474.  
  475. h4 {
  476. background-image:url('');
  477. background-repeat:repeat;
  478. background-attachment:fixed;
  479. border:1px solid #171717;
  480. margin-bottom:24px;
  481. margin-top:24px;
  482. padding-top:12px;
  483. padding-bottom:12px;
  484. width:479px;
  485. margin-left:-26px;
  486. text-align:center;
  487. font-family:calibri;
  488. font-style:normal;
  489. font-weight:bold;
  490. font-size:10px;
  491. line-height:10px;
  492. color:#3f4757;
  493. text-transform:uppercase;
  494. }
  495.  
  496.  
  497.  
  498. h4 a {
  499. font-family:calibri;
  500. font-style:normal;
  501. font-weight:700;
  502. font-size:10px;
  503. line-height:10px;
  504. text-shadow: 0px 0px 1px #000;
  505. color: #e8e8e8;
  506. }
  507.  
  508.  
  509.  
  510. header {
  511. position:fixed!important;
  512. border: 1px solid #151515;
  513. background-color:#030303;
  514. letter-spacing:0px;
  515. word-spacing:-0.5px;
  516. font-size:11px;
  517. color:#ffffff;
  518. font-family:calibri;
  519. padding-bottom:0px;
  520. padding-top:7px;
  521. margin-top:-55px;
  522. font-weight:bold;
  523. margin-bottom:24px!important;
  524. width:478px;
  525. height:24px;
  526. margin-left:-25px;
  527. text-align:center!important;
  528. text-transform:uppercase;
  529. z-index:9999999;
  530. }
  531.  
  532.  
  533.  
  534.  
  535. /* DESCRIPTION */
  536.  
  537. .bottombox {
  538. position:fixed;
  539. width:478px;
  540. left:142px;
  541. top:489px;
  542. }
  543.  
  544.  
  545.  
  546. .description {
  547. height:50px;
  548. max-height:50px;
  549. padding-left:24px;
  550. padding-right:24px;
  551. border-top:18px solid transparent;
  552. padding-bottom:18px;
  553. line-height:14px;
  554. margin-top:5px;
  555. text-align:justify;
  556. overflow-y:scroll;
  557. }
  558.  
  559.  
  560. .description:first-letter {
  561. background-color: #000000;
  562. border: 1px solid #151515;
  563. font-family:'Frank Ruhl Libre', serif;
  564. color: #cecece;
  565. text-decoration:none!important;
  566. font-style:normal!important;
  567. font-weight:100!important;
  568. text-transform:uppercase!important;
  569. float: left;
  570. font-size: 40px;
  571. margin-right: 11px;
  572. position: relative;
  573. text-align: center;
  574. vertical-align: middle;
  575. line-height: 52px;
  576. padding-left:11px;
  577. padding-right:11px;
  578. }
  579.  
  580.  
  581. .navi {
  582. width:466px;
  583. height:19px;
  584. font-size:12px;
  585. border-top:1px solid #191919;
  586. border-bottom:1px solid #191919;
  587. border-left:1px solid #151515;
  588. border-right:1px solid #151515;
  589. background-color:#030303;
  590. text-align: center;
  591. letter-spacing:0.3px;
  592. left:141px;
  593. top:606px!important;
  594. font-family:calibri!important;
  595. padding:6px;
  596. position:fixed;
  597. }
  598.  
  599.  
  600.  
  601. .navi a {
  602. font-family:calibri;
  603. font-size:11px;
  604. padding-top:9px!important;
  605. letter-spacing:0.2px;
  606. text-decoration:none!important;
  607. color:#cdcdcd;
  608. margin-left:24px;
  609. }
  610.  
  611.  
  612. .navi b {
  613. color:#3f4757;
  614. }
  615.  
  616.  
  617.  
  618.  
  619.  
  620. /* POPUPS: GENERAL */
  621.  
  622.  
  623. .popup_block {
  624. display:none;
  625. background-color:#000000;
  626. height:300px!important;
  627. top:305px;
  628. left:397px!important;
  629. opacity:1;
  630. position:fixed;
  631. z-index:9999999;
  632. padding-left:24px!important;
  633. padding-right:24px!important;
  634. outline:1px solid #151515;
  635. border-top:24px solid #000000;
  636. border-bottom:24px solid #000000;
  637. overflow-y:scroll;
  638. text-align:justify;
  639. overflow-x:hidden;
  640. }
  641.  
  642.  
  643.  
  644.  
  645.  
  646. .popup_block a {
  647. margin-right:0px;
  648. vertical-align:top;
  649. font-family: calibri, sans-serif;
  650. font-size:10px;
  651. color:#707887;
  652. font-weight:lighter!important;
  653. padding-bottom:3px;
  654. position: relative;
  655. text-decoration:none;
  656. text-transform:uppercase;
  657. }
  658.  
  659.  
  660.  
  661. *html #fade {
  662. position: absolute;
  663. }
  664.  
  665.  
  666.  
  667. *html .popup_block {
  668. position: absolute;
  669. }
  670.  
  671.  
  672.  
  673. #fade {
  674. display:none;
  675. position:fixed;
  676. left:0px;
  677. top:0px;
  678. width:100%;
  679. height:100%;
  680. z-index:9;
  681. background:#000;
  682. opacity:0;
  683. }
  684.  
  685.  
  686.  
  687.  
  688.  
  689. /* POPUPS: TABS */
  690.  
  691. #headerbar{
  692. left:50%;
  693. top:50%;
  694. overflow:scroll;
  695. text-align:justify;
  696. color:#eee;
  697. font-family:calibri;
  698. font-size:12px;
  699. }
  700.  
  701. #tabbar{
  702. left:50%;
  703. top:50%;
  704. margin-left:
  705. overflow: scroll;
  706. text-align:justify;
  707. color:#222;
  708. font-family:calibri;
  709. font-size:12px;
  710. }
  711.  
  712. ul#tabs {text-align: center;}
  713. ul#tabs li {
  714. display: inline-block;
  715. background-repeat:repeat;
  716. background-attachment:fixed;
  717. border:1px solid #171717; /* INACTIVE TAB */
  718. width:158px;
  719. font-weight:bold;
  720. text-align:center;
  721. font-family:calibri;
  722. font-style:normal;
  723. font-weight:700;
  724. font-size:10px;
  725. line-height:10px;
  726. text-shadow: 0px 0px 1px #000;
  727. padding: 10px 10px;
  728. margin-bottom: 4px;
  729. cursor:pointer;
  730. }
  731.  
  732. ul#tabs li.active {
  733. display: inline-block;
  734. padding:9px;
  735. text-align:center;
  736. font-family:calibri;
  737. font-style:normal;
  738. font-weight:700;
  739. font-size:10px;
  740. line-height:10px;
  741. text-shadow: 0px 0px 1px #000;
  742. background:#000000;
  743. font-weight:bold;
  744. font-size:10px;
  745. border:1px solid #171717; /* ACTIVE TAB */
  746. color:#e6e6e6;
  747. padding: 10px 10px;
  748. margin-bottom: 4px;
  749. cursor:pointer;
  750. }
  751.  
  752. ul#tab, ul#tabs{
  753. list-style-type:none;
  754. margin:0px;padding:0px;
  755. }
  756.  
  757. ul#tab li.active {
  758. display: block;
  759. }
  760.  
  761. ul#tab li {
  762. display: none;
  763. }
  764.  
  765.  
  766.  
  767.  
  768.  
  769. /* POPUPS: NAVIGATION */
  770.  
  771.  
  772. #nvroom {
  773. width:434px;
  774. }
  775.  
  776.  
  777.  
  778. .nvlinks {
  779. margin-left:-2px;
  780. padding-top:0px;
  781. padding-bottom:0px;
  782. text-align:center;
  783. }
  784.  
  785.  
  786.  
  787. .nvlinks a {
  788. display:inline-block;
  789. font-family: calibri, sans-serif;
  790. font-weight:lighter!important;
  791. width: 211px;
  792. height: 10px;
  793. margin-right:2px;
  794. margin-bottom:4px;
  795. padding-top:9px;
  796. padding-bottom:9px!important;
  797. text-align:center;
  798. background:#000000;
  799. border: 1px solid #151515;
  800. color:#e6e6e6;
  801. font-size:8.6px;
  802. letter-spacing:0.6px;
  803. cursor: pointer;
  804. z-index:2;
  805. }
  806.  
  807.  
  808.  
  809. .nvlinks a:before {
  810. content: '';
  811. display: block;
  812. position: absolute;
  813. left: 0;
  814. top:0px;
  815. bottom: 0;
  816. height: 28px;
  817. width: 0;
  818. transition: width 0s ease;
  819. background 1.5s ease;
  820. z-index:1;
  821. }
  822.  
  823.  
  824.  
  825. .nvlinks a:after {
  826. content: '';
  827. display: block;
  828. position: absolute;
  829. top:0px;
  830. right: 0;
  831. bottom: 0;
  832. height: 28px;
  833. width: 0;
  834. background: rgba(63, 71, 87, 0.2); /* 50% opaque blue */
  835. transition: width 1.5s ease;
  836. z-index:1;
  837. }
  838.  
  839.  
  840.  
  841. .nvlinks a:hover:before {
  842. width: 100%;
  843. background: rgba(63, 71, 87, 0.2); /* 50% opaque blue */
  844. transition: width 1.5s ease;
  845. }
  846.  
  847.  
  848.  
  849. .nvlinks a:hover:after {
  850. width: 100%;
  851. background: transparent;
  852. transition: all 0s ease;
  853. }
  854.  
  855.  
  856.  
  857.  
  858.  
  859.  
  860.  
  861. /* POSTS: GENERAL */
  862.  
  863.  
  864. #container {
  865. position:fixed;
  866. height:553px;
  867. width:430px;
  868. left:670px;
  869. top:84px;
  870. background-color:#000000;
  871. overflow-y:scroll;
  872. padding-left:24px;
  873. padding-right:24px;
  874. z-index:9999;
  875. border:1px solid #151515!important;
  876. }
  877.  
  878.  
  879.  
  880. .containerheadertop {
  881. position:fixed;
  882. width:478px;
  883. height:31px;
  884. background-color:#030303;
  885. border:1px solid #151515;
  886. text-align: center;
  887. margin-left:-25px;
  888. margin-top:-1px;
  889. z-index:99999;
  890. }
  891.  
  892.  
  893.  
  894. #containertopspace {
  895. position:fixed;
  896. width:478px;
  897. height:31px;
  898. background-color:transparent;
  899. margin-left:-24px;
  900. border-bottom:24px solid #000000;
  901. margin-top:-1px;
  902. z-index:999;
  903. }
  904.  
  905.  
  906.  
  907. .containerheaderbottom {
  908. position:fixed;
  909. width:478px;
  910. height:31px;
  911. background-color:#030303;
  912. border:1px solid #151515;
  913. text-align: center;
  914. left:671px;
  915. top:606px;
  916. margin-left:-1px;
  917. z-index:9999999;
  918. }
  919.  
  920.  
  921.  
  922. #containerbottomspace {
  923. position:fixed;
  924. left:695px;
  925. top:574px;
  926. width:478px;
  927. height:25px;
  928. background-color:#000000;
  929. text-align: center;
  930. margin-left:-24px;
  931. margin-top:7px;
  932. z-index:999999;
  933. }
  934.  
  935.  
  936.  
  937.  
  938. .posts {
  939. width:430px;
  940. padding-right:25px;
  941. padding-left:25px;
  942. margin-left:-25px;
  943. word-wrap: break-word;
  944. text-align:justify;
  945. line-height:14px;
  946. margin-bottom:84px;
  947. }
  948.  
  949.  
  950.  
  951.  
  952. .posts a {
  953. font-family: calibri;
  954. text-transform:uppercase;
  955. font-size:9px;
  956. color:#707887;
  957. font-weight:bold!important;
  958. -moz-transition-duration:2s;
  959. -webkit-transition-duration:2s;
  960. -o-transition-duration:2s;
  961. }
  962.  
  963. .posts a:hover {
  964. color:#ffffff;
  965. -moz-transition-duration:2s;
  966. -webkit-transition-duration:2s;
  967. -o-transition-duration:2s;
  968. }
  969.  
  970.  
  971. .posts img {
  972. margin-top:14px;
  973. max-width:410px;
  974. height:auto;
  975. }
  976.  
  977.  
  978.  
  979.  
  980.  
  981.  
  982.  
  983.  
  984. /* TEXT-WRAPPING AROUND ICONS/IMAGES */
  985.  
  986.  
  987. #wrap img {
  988. margin-top:0px!important;
  989. margin-bottom:0px!important;
  990. padding-right:3px;
  991. padding-bottom:3px;
  992. {block:IfTextWrapping}
  993. float:left;
  994. margin-right:14px;
  995. {/block:IfTextWrapping}
  996. padding:9px;
  997. border:1px solid #151515;
  998. -webkit-filter: brightness(1) contrast(1) saturate(1);
  999. }
  1000.  
  1001.  
  1002. {block:IfTextWrapping}
  1003. #wrap blockquote img {
  1004. margin-top:8px!important;
  1005. margin-bottom:0px!important;
  1006. margin-left:14px;
  1007. margin-right:0px!important;
  1008. float:right;
  1009. }
  1010. {/block:IfTextWrapping}
  1011.  
  1012.  
  1013.  
  1014.  
  1015.  
  1016. /* POSTS: TEXT */
  1017.  
  1018. #text {
  1019. border:1px solid #151515;
  1020. padding-left:24px;
  1021. padding-right:24px;
  1022. padding-top:24px;
  1023. padding-bottom:0px;
  1024. margin-left:-25px;
  1025. margin-right:-25px;
  1026. margin-bottom:-25px;
  1027. margin-top:30px;
  1028. }
  1029.  
  1030.  
  1031. #textbody {
  1032. {block:permalinkpage}
  1033. margin-top:-24px;
  1034. padding-top:0px;
  1035. {/block:permalinkpage}
  1036. margin-top:-24px;
  1037. padding-top:14px;
  1038. padding-bottom:14px;
  1039.  
  1040. }
  1041.  
  1042.  
  1043.  
  1044.  
  1045.  
  1046. /* POSTS: PHOTO/PHOTOSETS */
  1047.  
  1048. #psingle {
  1049. position:relative;
  1050. z-index:99999999!important;
  1051. margin-top:-1px;
  1052. margin-bottom:-30px;
  1053. margin-left:-26px;
  1054. margin-right:-25px;
  1055. border-top:1px solid #2e2e2e;
  1056. -webkit-filter: brightness(.75) contrast(1.1) saturate(0.75);
  1057. -webkit-transition: all 0.9s ease-in-out;
  1058. -moz-transition: all 0.9s ease-in-out;
  1059. -o-transition: all 0.9s ease-in-out;
  1060. -ms-transition: all 0.9s ease-in-out;
  1061. transition: all 0.9s ease-in-out;
  1062. }
  1063.  
  1064.  
  1065.  
  1066. #psingle:hover {
  1067. -webkit-filter: brightness(.75) contrast(1.1) saturate(0.75);
  1068. -webkit-transition: all 0.9s ease-in-out;
  1069. -moz-transition: all 0.9s ease-in-out;
  1070. -o-transition: all 0.9s ease-in-out;
  1071. -ms-transition: all 0.9s ease-in-out;
  1072. transition: all 0.9s ease-in-out;
  1073. }
  1074.  
  1075.  
  1076.  
  1077. #pset {
  1078. {block:permalinkpage}
  1079. margin-top:-2px!important;
  1080. {/block:permalinkpage}
  1081. position:relative;
  1082. z-index:99999999!important;
  1083. width: 480px;
  1084. margin-top:0px!important;
  1085. margin-bottom:-28px;
  1086. margin-left:-24px;
  1087. border-top:1px solid #2e2e2e;
  1088. -webkit-filter: brightness(.80) contrast(1.1) saturate(0.75);
  1089. -webkit-transition: all 0.9s ease-in-out;
  1090. -moz-transition: all 0.9s ease-in-out;
  1091. -o-transition: all 0.9s ease-in-out;
  1092. -ms-transition: all 0.9s ease-in-out;
  1093. transition: all 0.9s ease-in-out;
  1094. }
  1095.  
  1096.  
  1097.  
  1098. #pset:hover {
  1099. -webkit-filter: brightness(.80) contrast(1.1) saturate(0.75);
  1100. -webkit-transition: all 0.9s ease-in-out;
  1101. -moz-transition: all 0.9s ease-in-out;
  1102. -o-transition: all 0.9s ease-in-out;
  1103. -ms-transition: all 0.9s ease-in-out;
  1104. transition: all 0.9s ease-in-out;
  1105. }
  1106.  
  1107.  
  1108.  
  1109.  
  1110. #pcaption {
  1111. border-top:1px solid #151515;
  1112. margin-top:24px;
  1113. margin-left:-24px;
  1114. margin-right:-24px;
  1115. padding-left:24px;
  1116. padding-right:24px;
  1117. }
  1118.  
  1119.  
  1120.  
  1121. #pcaption a {
  1122. font-size:10px;
  1123. }
  1124.  
  1125.  
  1126.  
  1127.  
  1128.  
  1129.  
  1130. /* POSTS: QUOTE */
  1131.  
  1132. #quotebox {
  1133. border:1px solid #151515;
  1134. padding-left:24px;
  1135. padding-right:24px;
  1136. padding-top:24px;
  1137. padding-bottom:0px;
  1138. margin-left:-25px;
  1139. margin-right:-25px;
  1140. margin-bottom:-26px;
  1141. margin-top:30px;
  1142. }
  1143.  
  1144.  
  1145.  
  1146. #quote {
  1147. text-align:justify;
  1148. font-size:14px;
  1149. padding-top:0px;
  1150. padding-bottom:24px;
  1151. line-height:165%;
  1152. letter-spacing:-0.6px;
  1153. min-height:52px;
  1154. }
  1155.  
  1156.  
  1157.  
  1158. #quote:first-letter {
  1159. background-color: #000000;
  1160. border: 1px solid #151515;
  1161. font-family:'olde_englishregular', 'Frank Ruhl Libre', serif;
  1162. color: #cecece;
  1163. text-decoration:none!important;
  1164. font-style:normal!important;
  1165. font-weight:100!important;
  1166. text-transform:uppercase!important;
  1167. float: left;
  1168. height:57px;
  1169. width:57px;
  1170. font-size: 48px;
  1171. margin-right: 12px;
  1172. position: relative;
  1173. text-align: center;
  1174. vertical-align: middle;
  1175. line-height: 58px;
  1176. }
  1177.  
  1178.  
  1179.  
  1180. .source {
  1181. font-family:calibri;
  1182. font-weight:bold;
  1183. text-align:left;
  1184. font-size:10px;
  1185. color: #e8e8e8;
  1186. text-transform:uppercase;
  1187. border:1px solid #151515;
  1188. margin-top:-1px;
  1189. padding-top:12px;
  1190. padding-bottom:12px;
  1191. padding-right:24px;
  1192. padding-left:24px;
  1193. margin-left:-25px;
  1194. margin-right:-25px;
  1195. background-color:#030303;
  1196. }
  1197.  
  1198.  
  1199.  
  1200.  
  1201.  
  1202.  
  1203. /* POSTS: LINK */
  1204.  
  1205. #linkpost {
  1206. margin-right:-25px;
  1207. margin-left:-25px!important;
  1208. {block:permalinkpage}
  1209. margin-top:0px;
  1210. {/block:permalinkpage}
  1211. padding-top:0px;
  1212. margin-bottom:-25px;
  1213. }
  1214.  
  1215.  
  1216.  
  1217. #link {
  1218. margin-top:32px;
  1219. border:1px solid #151515;
  1220. padding:24px;
  1221. }
  1222.  
  1223.  
  1224. #link a {
  1225. font-size:12px;
  1226. }
  1227.  
  1228.  
  1229.  
  1230.  
  1231.  
  1232.  
  1233. /* POSTS: CHAT */
  1234.  
  1235. #chatbox {
  1236. margin-right:-25px;
  1237. margin-left:-25px!important;
  1238. padding-bottom:0px!important;
  1239. }
  1240.  
  1241.  
  1242.  
  1243. #chat {
  1244. margin-top:25px;
  1245. border-top:1px solid #151515;
  1246. padding-top:27px;
  1247. padding-left:24px;
  1248. padding-right:24px;
  1249. }
  1250.  
  1251.  
  1252.  
  1253.  
  1254.  
  1255.  
  1256. /* POSTS: AUDIO */
  1257.  
  1258. #audiobox {
  1259. {block:permalinkpage}
  1260. margin-top:0px;
  1261. {/block:permalinkpage}
  1262. padding-left:24px;
  1263. padding-right:24px;
  1264. padding-bottom:0px;
  1265. margin-left:-25px;
  1266. margin-right:-25px;
  1267. margin-bottom:-25px;
  1268. }
  1269.  
  1270.  
  1271.  
  1272. .player {
  1273. opacity: 1;
  1274. position: absolute;
  1275. z-index: 1;
  1276. width: 50px;
  1277. height: 36px;
  1278. margin-top: 20px;
  1279. margin-left: -5px;
  1280. display: block;
  1281. color:#000000;
  1282. background-color:transparent!important;
  1283. }
  1284.  
  1285. .audioplayer {
  1286. width: 24px;
  1287. height: 24px;
  1288. margin-left: 0px;
  1289. overflow: hidden;
  1290. padding: 0px;
  1291. color:#000000!important;
  1292. background-color:transparent!important;
  1293. }
  1294.  
  1295.  
  1296.  
  1297. .audioinfo {
  1298. border:1px solid #151515;
  1299. margin-left: -25px;
  1300. margin-right: -25px;
  1301. margin-top:30px;
  1302. padding:24px;
  1303. display: block;
  1304. font-family:calibri;
  1305. font-weight:bold;
  1306. text-transform: uppercase;
  1307. text-align: center;
  1308. letter-spacing:0px;
  1309. word-spacing:-0.5px;
  1310. font-size:11px;
  1311. color: #ffffff;
  1312. background: transparent;
  1313. }
  1314.  
  1315.  
  1316. #acaption {
  1317. border-top:1px solid #151515;
  1318. margin-left:-24px;
  1319. padding-left:24px;
  1320. padding-bottom:2px;
  1321. }
  1322.  
  1323. #acaption a {
  1324. font-size:10px;
  1325. }
  1326.  
  1327.  
  1328.  
  1329.  
  1330.  
  1331.  
  1332. /* POSTS: VIDEO */
  1333.  
  1334. .video-container {
  1335. position: relative;
  1336. padding-bottom: 56.25%;
  1337. padding-top: 30px;
  1338. height: 0;
  1339. overflow: hidden;
  1340. }
  1341.  
  1342. .video-container iframe,
  1343. .video-container object,
  1344. .video-container embed {
  1345. position: absolute;
  1346. top: 0;
  1347. left: 0;
  1348. width: 100%;
  1349. height: 100%;
  1350. }
  1351.  
  1352.  
  1353.  
  1354.  
  1355.  
  1356.  
  1357.  
  1358. /* POSTS: ASK */
  1359.  
  1360. #answer {
  1361. padding-left:24px;
  1362. padding-right:24px;
  1363. margin-left:-25px;
  1364. margin-right:-25px;
  1365. margin-top:0px;
  1366. }
  1367.  
  1368.  
  1369. #question {
  1370. border-top:0px solid #151515;
  1371. width: 80%;
  1372. margin-top:32px;
  1373. height:70px;
  1374. width:447px;
  1375. margin-left:-25px;
  1376. }
  1377.  
  1378.  
  1379.  
  1380. #ask {
  1381. float:left;
  1382. font-family:calibri, sans-serif;
  1383. text-transform:uppercase;
  1384. position: absolute;
  1385. font-weight:bold;
  1386. background-color:#000000;
  1387. font-size:9px;
  1388. line-height:12px!important;
  1389. width:365px;
  1390. min-height:21px;
  1391. max-height:21px;
  1392. overflow:scroll;
  1393. margin-top:0px;
  1394. margin-left:1px;
  1395. margin-bottom:0px;
  1396. padding-left:24px;
  1397. padding-right:24px;
  1398. outline:solid 1px #151515;
  1399. border-top:22px solid #000000;
  1400. border-bottom:22px solid #000000;
  1401. -moz-transition-duration:1.5s;
  1402. -webkit-transition-duration:1.5s;
  1403. -o-transition-duration:1.5s;
  1404. }
  1405.  
  1406.  
  1407.  
  1408. #ask:hover {
  1409. max-height:49px!important;
  1410. -moz-transition-duration:1.5s;
  1411. -webkit-transition-duration:1.5s;
  1412. -o-transition-duration:1.5s;
  1413. }
  1414.  
  1415.  
  1416. #ask a {
  1417. font-weight:lighter;
  1418. color:#3f4757;
  1419. font-size:9px;
  1420. text-decoration:none;
  1421. }
  1422.  
  1423.  
  1424. #ask b {
  1425. color:#3f4757;
  1426. font-size:9px;
  1427. line-height:11px;
  1428. font-family:calibri!important;
  1429. }
  1430.  
  1431.  
  1432.  
  1433. #ask img {
  1434. -webkit-filter:grayscale(1);
  1435. }
  1436.  
  1437.  
  1438.  
  1439. .letterask {
  1440. position:relative;
  1441. z-index:9999!important;
  1442. position:absolute;
  1443. text-align:center;
  1444. font-size:44px;
  1445. margin-left:415px;
  1446. outline:1px solid #151515;
  1447. padding-top:25px;
  1448. padding-bottom:26px;
  1449. padding-left:17px;
  1450. padding-right:17px;
  1451. color:#151515;
  1452. -webkit-user-select: none; /* Chrome all / Safari all */
  1453. -moz-user-select: none; /* Firefox all */
  1454. -ms-user-select: none; /* IE 10+ */
  1455. user-select: none; /* Likely future */
  1456. }
  1457.  
  1458.  
  1459.  
  1460.  
  1461. #response {
  1462. margin-top:24px;
  1463. padding-top:0px;
  1464. padding-bottom:0px;
  1465. }
  1466.  
  1467.  
  1468. #response blockquote {
  1469. margin-top:15px;
  1470. margin-bottom:24px;
  1471. margin-left:-25px;
  1472. margin-right:-25px;
  1473. padding-top:12px;
  1474. padding-left:25px;
  1475. padding-right:25px;
  1476. padding-bottom:12px;
  1477. border-left:1px solid #151515;
  1478. border-right:1px solid #151515;
  1479. border-bottom:1px solid #151515;
  1480. border-top:1px solid #151515;
  1481. background-color:#030303;
  1482. }
  1483.  
  1484.  
  1485. #response img {
  1486. float:left;
  1487. position:relative;
  1488. margin-left:-1px!important;
  1489. margin-right:13px;
  1490. margin-top:0px;
  1491. margin-bottom:5px;
  1492. padding:8px;
  1493. border:1px solid #151515;
  1494. -webkit-filter: brightness(1) contrast(1) saturate(1);
  1495. }
  1496.  
  1497.  
  1498.  
  1499.  
  1500. /* POST INFORMATION */
  1501.  
  1502.  
  1503. .permalinkbar {
  1504. width:480px;
  1505. margin-top:24px!important;
  1506. margin-left:-25px;
  1507. margin-right:-25px;
  1508. }
  1509.  
  1510.  
  1511. .permalinkbuttons {
  1512. height:14px;
  1513. background-color:#000000;
  1514. color:#151515;
  1515. font-weight:bold;
  1516. padding-left:24px;
  1517. padding-right:24px;
  1518. padding-top:7px;
  1519. padding-bottom:7px;
  1520. margin-left:0px!important;
  1521. margin-bottom:1px!important;
  1522. border-top:1px solid #151515;
  1523. border-bottom:1px solid #151515;
  1524. }
  1525.  
  1526.  
  1527. .permalinkbuttons a {
  1528. font-family:calibri;
  1529. background-color:transparent;
  1530. font-weight:bold!important;
  1531. color:#151515;
  1532. font-size:10px;
  1533. letter-spacing:-0.2px;
  1534. -moz-transition-duration:2s;
  1535. -webkit-transition-duration:2s;
  1536. -o-transition-duration:2s;
  1537. -webkit-user-select: none; /* Chrome all / Safari all */
  1538. -moz-user-select: none; /* Firefox all */
  1539. -ms-user-select: none; /* IE 10+ */
  1540. user-select: none; /* Likely future */
  1541. }
  1542.  
  1543.  
  1544. .permalinkbuttons a:hover {
  1545. background-color:#000000!important;
  1546. font-weight:bold!important;
  1547. color:{color:links};
  1548. -moz-transition-duration:2s;
  1549. -webkit-transition-duration:2s;
  1550. -o-transition-duration:2s;
  1551. }
  1552.  
  1553.  
  1554.  
  1555.  
  1556.  
  1557. .tags {
  1558. font-family: calibri!important;
  1559. font-weight:bold!important;
  1560. background-color:#000000;
  1561. border-bottom:1px solid #151515;
  1562. padding-top:12px;
  1563. padding-bottom:12px;
  1564. padding-left:24px;
  1565. padding-right:24px;
  1566. margin-left:-25px;
  1567. margin-right:-25px;
  1568. margin-bottom:-1px;
  1569. margin-top:0px;
  1570. color:#1e232d!important;
  1571. text-transform:uppercase!important;
  1572. font-style:normal;
  1573. line-height:150%;
  1574. font-size:8.5px;
  1575. text-align:justify;
  1576. -moz-text-align-last: center; /* Code for Firefox */
  1577. text-align-last: center;
  1578. }
  1579.  
  1580.  
  1581.  
  1582. .tags a {
  1583. text-decoration:none!important;
  1584. font-weight:bold!important;
  1585. font-size:8.5px;
  1586. margin-right:1px;
  1587. text-transform:uppercase!important;
  1588. font-family: calibri!important;
  1589. color:#151515!important;
  1590. }
  1591.  
  1592.  
  1593. .tags a:hover {
  1594. color:#ffffff!important;
  1595. -moz-transition-duration:1s;
  1596. -webkit-transition-duration:1s;
  1597. -o-transition-duration:1s;
  1598. font-size:8.5px!important;
  1599. }
  1600.  
  1601.  
  1602.  
  1603. .permatags {
  1604. font-family: calibri!important;
  1605. font-weight:bold!important;
  1606. background-color:#000000;
  1607. border-bottom:1px solid #151515;
  1608. padding-top:12px;
  1609. padding-bottom:12px;
  1610. padding-left:24px;
  1611. padding-right:24px;
  1612. margin-left:-25px;
  1613. margin-right:-25px;
  1614. margin-bottom:-1px;
  1615. margin-top:0px;
  1616. color:#2c2c2c;
  1617. text-transform:uppercase!important;
  1618. font-style:normal;
  1619. line-height:150%;
  1620. font-size:8.5px;
  1621. text-align:justify;
  1622. -moz-text-align-last: center; /* Code for Firefox */
  1623. text-align-last: center;
  1624. }
  1625.  
  1626.  
  1627.  
  1628. .permatags a {
  1629. text-decoration:none!important;
  1630. font-weight:bold!important;
  1631. font-size:8.5px;
  1632. margin-right:1px;
  1633. text-transform:uppercase!important;
  1634. font-family: calibri!important;
  1635. color:#151515!important;
  1636. }
  1637.  
  1638.  
  1639. .permatags a:hover {
  1640. color:#ffffff!important;
  1641. -moz-transition-duration:1s;
  1642. -webkit-transition-duration:1s;
  1643. -o-transition-duration:1s;
  1644. {block:ifBiggerTagsonHover}
  1645. font-size:10px!important;
  1646. {block:ifBiggerTagsonHover}
  1647. }
  1648.  
  1649.  
  1650.  
  1651.  
  1652.  
  1653.  
  1654.  
  1655. /* NOTES */
  1656.  
  1657.  
  1658. #notes {
  1659. margin-bottom:62px;
  1660. margin-top:75px!important;
  1661. }
  1662.  
  1663.  
  1664. .note {
  1665. text-transform:normal;
  1666. font-style:normal;
  1667. font-size: 10px;
  1668. text-align:left;
  1669. margin-left:-32px;
  1670. }
  1671.  
  1672.  
  1673. .note li {
  1674. list-style-type:none;
  1675. padding:12px 23px 12px 23px;
  1676. border-bottom:1px solid #151515;
  1677. border-top:1px solid #151515;
  1678. margin-bottom:-1px;
  1679. text-align:left;
  1680. margin-right:-24px;
  1681. -moz-transition-duration:0.5s;
  1682. -webkit-transition-duration:0.5s;
  1683. -o-transition-duration:0.5s;
  1684. }
  1685.  
  1686. .note blockquote {
  1687. padding-top:12px;
  1688. padding-bottom:12px;
  1689. padding-left:24px;
  1690. padding-right:24px;
  1691. margin-top:12px;
  1692. margin-bottom:12px;
  1693. margin-left:0px;
  1694. margin-right:0px;
  1695. }
  1696.  
  1697.  
  1698. .note img.avatar {
  1699. width: 0px;
  1700. height: 0px;
  1701. }
  1702.  
  1703.  
  1704. .note li a {
  1705. font-family:calibri!important;
  1706. font-size:10px!important;
  1707. padding-right:2px;
  1708. font-weight:bold;
  1709. text-transform:uppercase;
  1710. letter-spacing:0px;
  1711. color: #707887;
  1712. }
  1713.  
  1714.  
  1715.  
  1716.  
  1717.  
  1718. /* CREDITS */
  1719.  
  1720. #credit {
  1721. z-index:999;
  1722. position:absolute;
  1723. bottom:26px;
  1724. right:26px;
  1725. width:10px;
  1726. height:13px;
  1727. word-wrap:break-word;
  1728. overflow:hidden;
  1729. font-size:11px;
  1730. -webkit-transition:all 1s ease;
  1731. -moz-transition:all 1s ease;
  1732. -o-transition:all 1s ease;
  1733. transition:all 1s ease-in-out;
  1734. }
  1735.  
  1736.  
  1737. #credit a {
  1738. font-family:calibri;
  1739. color:#ffffff;
  1740. text-transform:uppercase;
  1741. font-size:11px;
  1742. }
  1743.  
  1744. #credit:hover {width:84px;}
  1745.  
  1746. #credit span {
  1747. color:#3f4757;
  1748. margin-right:5px;
  1749. font-size:11px;
  1750. }
  1751.  
  1752.  
  1753.  
  1754.  
  1755. </style>
  1756.  
  1757. </head>
  1758.  
  1759. <body>
  1760.  
  1761.  
  1762.  
  1763. <!-- DESCRIPTION + NAVIGATION BAR -->
  1764.  
  1765.  
  1766. <div class="bottombox">
  1767. <div class="description">
  1768.  
  1769. <b>He was strong, smart and talented; he was a Lightwood.</b> <i>He should have been among the best. But he couldn’t let himself go and act on instinct."</i> —This is a selective/private portrayal of the character <b>Robert Lightwood</b> from Cassandra Clare's <i>The Mortal Instruments.</i> This portrayal is <b>exclusively book-based.</b> Mun and muse are above 21. Please take a moment and read my rules & about before interacting!
  1770.  
  1771.  
  1772. </div class="bottombox">
  1773. </div class="description">
  1774.  
  1775.  
  1776.  
  1777.  
  1778. <div class="navi">
  1779. <b>NAV:&nbsp;&nbsp;</b>
  1780. <a href="/" title="{text:Description IND Hover}">IND.</a>
  1781. <a href="#?w=430" rel="pageASK" class="poplight" title="Askbox">ASK.</a>
  1782. <a href="#?w=430" rel="pageGDL" class="poplight" title="Guidelines">GDL.</a>
  1783. <a href="#?w=430" rel="pageBIO" class="poplight" title="Biography">BIO.</a>
  1784. <a href="#?w=430" rel="pageNAV" class="poplight" title="Navigation">NAV.</a>
  1785.  
  1786.  
  1787.  
  1788.  
  1789. {block:IndexPage}{block:PreviousPage}
  1790. <a href="{PreviousPage}"><b>Prev.</b></a>
  1791. {/block:PreviousPage}
  1792.  
  1793. {block:NextPage}
  1794. <a href="{NextPage}"><b>Next.</b></a>
  1795. {/block:NextPage}{/block:IndexPage}
  1796.  
  1797.  
  1798. {block:PermalinkPagination}{block:PreviousPost}
  1799. <a href="{PreviousPost}"><b>Prev.</b></a>
  1800. {/block:PreviousPost}
  1801.  
  1802. {block:NextPost}
  1803. <a href="{NextPost}"><b>Next.</b></a>
  1804. {/block:NextPost}{/block:PermalinkPagination}
  1805.  
  1806. </div class="navi">
  1807.  
  1808.  
  1809.  
  1810.  
  1811.  
  1812. <!-- POSTS -->
  1813.  
  1814.  
  1815.  
  1816. <div id="container">
  1817.  
  1818. <div class="containerheadertop"></div>
  1819. <div id="containertopspace"></div>
  1820.  
  1821. {block:Posts}
  1822. <div class="posts">
  1823.  
  1824.  
  1825.  
  1826.  
  1827.  
  1828. <!-- POSTS: TEXT -->
  1829.  
  1830.  
  1831. {block:Text}
  1832. <div id="text">
  1833.  
  1834.  
  1835.  
  1836. <div id="textbody">
  1837. {block:Title}
  1838. <h1>{Title}</a></h1>
  1839. {/block:Title}
  1840. <div id="wrap">
  1841. {Body}
  1842. <div style="clear:both">
  1843. </div style="clear:both">
  1844. </div id="wrap">
  1845. </div>
  1846.  
  1847. </div id="text">
  1848.  
  1849. {/block:Text}
  1850.  
  1851.  
  1852.  
  1853.  
  1854.  
  1855. <!-- POSTS: PHOTO/SET -->
  1856.  
  1857. {block:Photo}
  1858. <div id="psingle">
  1859. {LinkOpenTag}
  1860. <img src="{PhotoURL-HighRes}" style="min-width:480px!important; width:480px!important; margin-top:0px;">
  1861. {LinkCloseTag}
  1862. </div id="psingle">
  1863.  
  1864. {block:Caption}
  1865. <div id="pcaption">
  1866. {Caption}
  1867. </div id="pcaption">
  1868. {/block:Caption}
  1869. {/block:Photo}
  1870.  
  1871.  
  1872. {block:Photoset}
  1873. <div id="pset">
  1874. {Photoset}
  1875. </div id="pset">
  1876.  
  1877. {block:Caption}
  1878. <div id="pcaption">
  1879. {Caption}
  1880. </div id="pcaption">
  1881. {/block:Caption}
  1882. {/block:Photoset}
  1883.  
  1884.  
  1885.  
  1886.  
  1887.  
  1888. <!-- POSTS: QUOTE -->
  1889.  
  1890. {block:Quote}
  1891. <div id="quotebox">
  1892. <div id="quote">
  1893. {Quote}
  1894. </div id="quote">
  1895. <div class="source">
  1896. {Source}
  1897. </div class="source">
  1898. </div>
  1899. {/block:Quote}
  1900.  
  1901.  
  1902.  
  1903.  
  1904.  
  1905. <!-- POSTS: LINK -->
  1906.  
  1907. {block:Link}
  1908. <div id="linkpost">
  1909. <div id="link">
  1910. <a href="{URL}" {Target}>{Name}&nbsp;&nbsp; ►</a>
  1911. </div id="link">
  1912. </div id="linkpost">
  1913. {/block:Link}
  1914.  
  1915.  
  1916.  
  1917.  
  1918.  
  1919. <!-- POSTS: CHAT -->
  1920.  
  1921.  
  1922. {block:Chat}
  1923.  
  1924. <div id="chatbox">
  1925. <div id="chat">
  1926. {block:Lines}
  1927. <div id="{Alt}">
  1928. {block:Label}<i>{Label}</i>{/block:Label} {Line}
  1929. </div id="{Alt}">
  1930. {/block:Lines}
  1931. </div id="chat">
  1932. </div id="chatbox">
  1933.  
  1934. {/block:Chat}
  1935.  
  1936.  
  1937.  
  1938.  
  1939.  
  1940. <!-- POSTS: AUDIO -->
  1941.  
  1942. {block:Audio}
  1943. <div id="audiobox">
  1944.  
  1945. <div style="-webkit-filter:grayscale(1);">
  1946.  
  1947. <div class="player">
  1948. <div class="audioplayer">
  1949.  
  1950. {AudioPlayerWhite}
  1951.  
  1952. </div class="audioplayer">
  1953. </div class="player">
  1954.  
  1955. <div class="audioinfo">
  1956. {block:TrackName}{TrackName}{/block:TrackName} — {block:Artist}{Artist}{/block:Artist}
  1957. </div class="audioinfo">
  1958.  
  1959. </div style>
  1960.  
  1961. {block:Caption}
  1962. <div id="acaption">
  1963. {Caption}
  1964. </div id="acaption">
  1965. {/block:Caption}
  1966.  
  1967. </div id="audiobox">
  1968. {/block:Audio}
  1969.  
  1970.  
  1971.  
  1972.  
  1973.  
  1974. <!-- POSTS: VIDEO -->
  1975.  
  1976. {block:Video}
  1977. <div class="video-container">
  1978. {Video-400}
  1979. {block:Caption}{Caption}{/block:Caption}
  1980. </div class="video-container">
  1981. {/block:Video}
  1982.  
  1983.  
  1984.  
  1985.  
  1986. <!-- POSTS: ASK -->
  1987.  
  1988. {block:Answer}
  1989. <div id="answer">
  1990.  
  1991. <div id="question"><div id="ask"><b>{Asker} is inquiring for information:</b>
  1992. <br>{Question}</div><div class="letterask">Q</div></div>
  1993.  
  1994.  
  1995. <h4 style="margin-top:-5px; height:5px; padding-right:1px; background-color:#030303!important;"></h4>
  1996.  
  1997.  
  1998. <div id="response">{Answer}<div style="clear:both; margin-bottom:-5px;"></div>
  1999. </div id="response">
  2000.  
  2001. </div id="answer">
  2002. {/block:Answer}
  2003.  
  2004.  
  2005.  
  2006.  
  2007.  
  2008. <!-- POST INFORMATION -->
  2009.  
  2010.  
  2011. {block:Date}
  2012. {block:indexpage}
  2013.  
  2014. <div class="permalinkbar">
  2015. <div class="permalinkbuttons">
  2016. <a href="#" class="hide" style="float:left; text-align:left!important; margin-right:0px!important;">CLICK HERE FOR TAGS </a> &nbsp;&nbsp;/
  2017. <a href="{Permalink}" title="{TimeAgo} / {NoteCountWithLabel}">&nbsp;{Month} {DayOfMonth}{DayOfMonthSuffix}</a>
  2018.  
  2019. <a href="{ReblogURL}" target="_blank" class="details" style="float:right; ">CLICK HERE TO REBLOG THIS POST</a>
  2020. </div class="permalinkbuttons">
  2021.  
  2022.  
  2023. </div class="permalinkbar">
  2024.  
  2025. <div class="tags">
  2026. {block:HasTags}
  2027. Tagged with:
  2028. {block:Tags}
  2029. <a href="{TagURL}">{Tag}&nbsp;&nbsp;</a>
  2030. {/block:Tags}
  2031. {/block:HasTags}
  2032.  
  2033. </div class="tags">
  2034. {/block:indexpage}
  2035.  
  2036.  
  2037.  
  2038.  
  2039. {block:permalinkpage}
  2040. <div class="permalinkbar">
  2041. <div class="permalinkbuttons">
  2042. {block:RebloggedFrom}
  2043. <a href="{ReblogParentURL}">REBLOGGED FROM / VIA / SOURCE</a>
  2044. {/block:RebloggedFrom}
  2045.  
  2046. <a href="{ReblogURL}" target="_blank" class="details" style="float:right; ">CLICK HERE TO REBLOG THIS POST</a>
  2047. </div class="permalinkbuttons">
  2048.  
  2049.  
  2050. </div class="permalinkbar">
  2051.  
  2052. <div class="permatags">
  2053. {block:HasTags}
  2054. {block:Tags}
  2055. <a href="{TagURL}">{Tag}&nbsp;&nbsp;</a>
  2056. {/block:Tags}
  2057. {/block:HasTags}
  2058.  
  2059. </div class="permatags">
  2060. {/block:permalinkpage}
  2061.  
  2062.  
  2063. {/block:Date}
  2064.  
  2065.  
  2066.  
  2067.  
  2068.  
  2069. <!-- NOTES -->
  2070.  
  2071. {block:PostNotes}
  2072. <div id="notes">
  2073. <div class="note">
  2074. {PostNotes}
  2075. </div class="note">
  2076. </div id="notes">
  2077. {/block:PostNotes}
  2078.  
  2079.  
  2080.  
  2081.  
  2082.  
  2083. <!-- HIDE VIA/SOURCE IN POSTS -->
  2084.  
  2085.  
  2086. {block:ContentSource}<!-- {SourceURL}
  2087. {block:SourceLogo}<img src="{BlackLogoURL}"width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />{/block:SourceLogo}
  2088. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  2089. {/block:ContentSource}
  2090.  
  2091.  
  2092. <!-- {block:NoRebloggedFrom}
  2093. {block:RebloggedFrom}{ReblogParentName}{/block:RebloggedFrom}
  2094. {/block:NoRebloggedFrom} -->
  2095.  
  2096.  
  2097.  
  2098. </div class="posts">
  2099.  
  2100. {/block:Posts}
  2101.  
  2102.  
  2103. <div class="containerheaderbottom">
  2104. <div id="containerbottomspace"></div>
  2105. </div class="containerheaderbottom">
  2106.  
  2107.  
  2108. </div id="container">
  2109.  
  2110. </div>
  2111.  
  2112.  
  2113.  
  2114.  
  2115. <!-- POPUP PAGES -->
  2116.  
  2117.  
  2118.  
  2119. <!-- POPUP PAGE: ASK. -->
  2120.  
  2121. <div id="pageASK" class="popup_block">
  2122.  
  2123.  
  2124. <header>INQUIRIES</header>
  2125.  
  2126. <p>
  2127.  
  2128. <iframe frameborder="0" allowtransparency="true" scrolling="no" width="416px" height="200px" src="http://www.tumblr.com/ask_form/xncertainty.tumblr.com/" style="background-color:#000000!important; padding:6px; overflow:hidden;border:1px solid #151515;" id="ask_form"></iframe><!--[if IE]><script type="text/javascript">document.getElementById('ask_form').allowTransparency=true;</script><![endif]-->
  2129.  
  2130. <p>
  2131. </div id="pageASK" class="popup_block">
  2132. </div>
  2133.  
  2134.  
  2135.  
  2136.  
  2137.  
  2138. <!-- POPUP PAGE: GDL. -->
  2139.  
  2140.  
  2141. <div id="pageGDL" class="popup_block">
  2142.  
  2143. <header>SED LEX DURA LEX</header>
  2144.  
  2145.  
  2146. <blockquote style="margin-top:0px; margin-bottom:24px;"><p>
  2147.  
  2148. <b><u>I</u> will be Raziel's Sword,</b> extending his arm to strike down evil. I will be Raziel's Cup, offering my blood to our mission. I will be Raziel's Mirror; when my enemies behold me, let them see his face in mine. <i>I hereby promise:</i> I will serve with the angels' courage I will serve the angels' justice. And I will serve with the angels' mercy. Until such time as I die, <b>I will be Nephilim.</b> I pledge myself in Covenant as a Nephilim, and <i>I pledge my life</i> and my family to the Clave of Idris.
  2149.  
  2150. <p></blockquote>
  2151.  
  2152.  
  2153.  
  2154. <h4 style="margin-top:0px;">General PSA</h4>
  2155.  
  2156. This is a roleplay blog for <i>Robert Lightwood</i> from Cassandra Clare's Mortal Instruments series. He is <i>exlusively BOOK based</i> —— simply because I don't like the way he's portrayed in Freeform's show adaptation. Let it be known that triggering content (such as NSFW, gore, violence, etc.) will be tagged accordingly.
  2157.  
  2158. <h4>Following and Unfollowing</h4>
  2159.  
  2160. Usually I don't follow back immediately. First, I will check if you have a decent rules and about page. Because, let's be honest: there's no use in wanting to RP if I can't figure out your character's biography or at least some general facts about him/her. Unfollowing will happe as well, of course. This will mostly when or if I see that you're sending anon hate, hate in general, participate or start discrimination of people, etc. Or if you post everything without tagging it. I'm not a bitch and you can post whatever you want, cause it's your blog, but I don't want my dash to be cluttered up.
  2161.  
  2162. <h4>Interactions</h4>
  2163.  
  2164. <i>Memes are wonderful icebreakers.</i> I highly encourage you to continue the answered meme. The only thing that I ask is that you make a new text post as to keep our dashes clean by not reblogging the original ask. <b>Thank you.</b> This blog is also selective, which means that I'll only write / interact with mutuals. This is for my own sanity because I work two jobs and this isn't my only blog. That being said, please don't feel bad if the reply takes a little longer. You can come and ask about the thread if I haven't replied in a week.
  2165.  
  2166.  
  2167. <h4>About the mun/writer</h4>
  2168.  
  2169. The mun is from Germany. Therefore, English is not my first language so please excuse my mistakes! You're always welcome to point out any grammar or spelling mistakes to me since I would like to improve my English writing skills. Everything not related to Robert or roleplaying will be tagged with out of moon or mun stuff. You'll find all tags on the navigation page.
  2170.  
  2171.  
  2172. <p>
  2173. </div id="pageGDL" class="popup_block">
  2174. </div>
  2175.  
  2176.  
  2177.  
  2178. <!-- POPUP PAGE: BIO. -->
  2179.  
  2180.  
  2181. <div id="pageBIO" class="popup_block">
  2182.  
  2183. <header>Biography</header>
  2184.  
  2185. <blockquote style="margin-top:0px; margin-bottom:24px;"><p>
  2186.  
  2187. <u>"Y</u>ou think that I am ashamed of you, <i>but I am ashamed of myself.</i> I look at you and I see the mirror of my own unkindness to someone who never deserved it. We find in our children our own selves again, who might be made better than we are. Alec, you are so much a better man <b>than I ever was, or will be.</b>
  2188.  
  2189. <p></blockquote>
  2190.  
  2191. <h4 style="margin-top:0px;">GENERAL INFORMATION</h4>
  2192.  
  2193. <i>FULL NAME:</i> Robert Lightwood
  2194. <br><i>NICKNAME:</i> //
  2195. <br><i>AGE:</i> 47
  2196. <br><i>BIRTH DATE:</i> August 1965
  2197. <br><i>RACE:</i> Shadowhunter
  2198. <br><i>GENDER:</i> Male
  2199. <br><i>ROMANTIC ORIENTATION:</i> Unknown
  2200. <br><i>SEXUAL ORIENTATION:</i> Unkown
  2201. <br><i>RELIGION:</i> Raziel
  2202. <br><i>SPOKEN LANGUAGE:</i> English II German II several demon languages
  2203. <br><i>OCCUPATION:</i> Inquisitor
  2204.  
  2205. <h4>RELATIONSHIPS</h4>
  2206.  
  2207. <i>PARENTS:</i> Andrew Lightwood ( father ), Phoebe Gladstone ( mother)
  2208. <br><i>SIBLINGS:</i> none
  2209. <br><i>SIGNIFICANT OTHER:</i> none
  2210. <br><i>CHILDREN:</i> Alexander Gideon Lightwood, Isabelle Sophia Lightwood, Maxwell Joseph Lightwood, Jonathan Lightwood Herondale
  2211. <br><i>PARABATAI:</i> Michael Wayland
  2212.  
  2213.  
  2214. <h4>PHYSICAL TRAITS</h4>
  2215.  
  2216. <i>EYE COLOUR:</i> Dark blue
  2217. <br><i>HAIR COLOUR:</i> Black
  2218. <br><i>HEIGHT:</i> 6'3''
  2219. <br><i>BODY BUILD:</i> Muscular
  2220. <br><i>TATTOOS + PIERCINGS:</i> Runes
  2221.  
  2222.  
  2223. <h4>BIOGRAPHY</h4>
  2224.  
  2225. Coming soon!
  2226.  
  2227.  
  2228.  
  2229. <p>
  2230. </div id="pageGDL" class="popup_block">
  2231. </div>
  2232.  
  2233.  
  2234.  
  2235.  
  2236.  
  2237.  
  2238.  
  2239. <!-- POPUP PAGE 005. -->
  2240.  
  2241.  
  2242. <div id="pageNAV" class="popup_block">
  2243.  
  2244.  
  2245. <header>DIRECTORY</header>
  2246.  
  2247.  
  2248.  
  2249. <div id="nvroom">
  2250. <div class="nvlinks">
  2251.  
  2252.  
  2253. <a href="URL HERE">
  2254. Link here
  2255. </a>
  2256.  
  2257. <a href="URL HERE">
  2258. Link here
  2259. </a>
  2260.  
  2261. <a href="URL HERE">
  2262. Link here
  2263. </a>
  2264.  
  2265. <a href="URL HERE">
  2266. Link here
  2267. </a>
  2268.  
  2269. <a href="URL HERE">
  2270. Link here
  2271. </a>
  2272.  
  2273. <a href="URL HERE">
  2274. Link here
  2275. </a>
  2276.  
  2277. <p><br>
  2278.  
  2279. <a href="URL HERE">
  2280. Link here
  2281. </a>
  2282.  
  2283. <a href="URL HERE">
  2284. Link here
  2285. </a>
  2286.  
  2287. <a href="URL HERE">
  2288. Link here
  2289. </a>
  2290.  
  2291. <a href="URL HERE">
  2292. Link here
  2293. </a>
  2294.  
  2295. <a href="URL HERE">
  2296. Link here
  2297. </a>
  2298.  
  2299. <a href="URL HERE">
  2300. Link here
  2301. </a>
  2302.  
  2303. </div id="nvroom">
  2304. </div class="nvlinks">
  2305.  
  2306.  
  2307. <br>
  2308. </div id="pageNAV" class="popup_block">
  2309. </div>
  2310.  
  2311.  
  2312.  
  2313. <!-- CREDIT -->
  2314.  
  2315. <div id="credit"><div style="width:105px;margin-right:10px;">
  2316. <a href="http://iniziare.tumblr.com/" target="blank">
  2317. <span>S.</span>MADE BY SAE.</a>
  2318. </div></div>
  2319.  
  2320. </body>
  2321. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement