Advertisement
Guest User

for ash

a guest
Oct 20th, 2019
520
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 56.29 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2.  
  3.  
  4. <!--
  5.  
  6. WINTER'S LADY THEMES
  7. ♛ this code was made by AGIRLINGREY@TUMBLR.
  8. ♛ do not remove credit or claim as your own.
  9.  
  10. -->
  11.  
  12.  
  13. <html xmlns="https://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  14. <head>
  15.  
  16.  
  17.  
  18. <!--
  19. POP UP SCRIPT
  20. -->
  21.  
  22.  
  23. <script type="text/javascript"
  24. src="https://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  25. <script>
  26. $(document).ready(function() {
  27. //
  28. $('a.poplight[href^=#]').click(function() {
  29. var popID = $(this).attr('rel'); //Get Popup Name
  30. var popURL = $(this).attr('href'); //Get Popup href to define size
  31. var query= popURL.split('?');
  32. var dim= query[1].split('&');
  33. var popWidth = dim[0].split('=')[1]; //Gets the first query string value
  34. $('#' + popID).fadeIn().css({ 'width': Number( popWidth ) }).prepend('<a href="#" class="close"></a>');
  35. var popMargTop = ($('#' + popID).height() + 80) / 2;
  36. var popMargLeft = ($('#' + popID).width() + 80) / 2;
  37. //Apply Margin to Popup
  38. $('#' + popID).css({
  39. 'margin-top' : -popMargTop,
  40. 'margin-left' : -popMargLeft
  41. });
  42. $('body').append('<div id="fade"></div>');
  43. $('#fade').css({'filter' : 'alpha(opacity=80)'}).fadeIn(); //Fade in the fade layer - .css({'filter' : 'alpha(opacity=80)'})
  44. return false;
  45. });
  46. $('a.close, #fade').live('click', function() {
  47. $('#fade , .popup_block').fadeOut(function() {
  48. $('#fade, a.close').remove(); //fade them both out
  49. });
  50. return false;
  51. });
  52. });
  53. </script>
  54.  
  55.  
  56.  
  57. <!--
  58. VERSE TABS SCRIPT
  59. -->
  60.  
  61.  
  62. <script>
  63.  
  64. $(document).ready(function(){
  65. $("ul#tabs li").click(function(e){
  66. if (!$(this).hasClass("active")) {
  67. var tabNum = $(this).index();
  68. var nthChild = tabNum+1;
  69. $("ul#tabs li.active").removeClass("active");
  70. $(this).addClass("active");
  71. $("ul#tab li.active").removeClass("active");
  72. $("ul#tab li:nth-child("+nthChild+")").addClass("active");
  73. }
  74. });
  75. });
  76. </script>
  77.  
  78.  
  79.  
  80.  
  81. <!--
  82. TOOLTIP STYLING SCRIPT
  83. -->
  84.  
  85.  
  86. <style>figure{margin:0}.tmblr-iframe{position:absolute}.tmblr-iframe.hide{display:none}</style><style>figure{margin:0}.tmblr-iframe{position:absolute}.tmblr-iframe.hide{display:none}</style><link href="https://static.tumblr.com/5omyijl/bzrn2yg7i/style-my-tooltips.css" rel="stylesheet" type="text/css" />
  87. <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  88. <script src="https://static.tumblr.com/5omyijl/RZtn2yg9v/jquery.style-my-tooltips.js"></script>
  89. <script>
  90. (function($){
  91. $(document).ready(function(){
  92. $("[title]").style_my_tooltips({
  93. tip_follows_cursor:true,
  94. tip_delay_time:200,
  95. tip_fade_speed:500
  96. });
  97. });
  98. })(jQuery);
  99. </script>
  100.  
  101.  
  102.  
  103.  
  104.  
  105. <title>{Title}</title>
  106. <link rel="shortcut icon" href="{Favicon}">
  107. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  108. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  109.  
  110.  
  111.  
  112.  
  113. <!--
  114. CUSTOM FONTS
  115. -->
  116.  
  117.  
  118. <link href="https://fonts.googleapis.com/css?family=Raleway" rel="stylesheet">
  119.  
  120. <link href="https://fonts.googleapis.com/css?family=Josefin+Sans" rel="stylesheet">
  121.  
  122.  
  123. <link href="https://fonts.googleapis.com/css?family=Bad+Script" rel="stylesheet">
  124.  
  125.  
  126.  
  127.  
  128.  
  129.  
  130. <style type="text/css">
  131.  
  132.  
  133.  
  134. /* THE CUSTOM SIDEBAR THING */
  135.  
  136.  
  137.  
  138. #bite
  139. #bite a{
  140. display:block
  141. }
  142. #bite .death {
  143. margin-top:0px;filter: alpha(opacity = 1.0);
  144. opacity:1.0;-webkit-transition: all 0.5s ease-out;
  145. -moz-transition: all 0.5s ease-out;transition: all 0.5s ease-out;
  146. }
  147.  
  148. #bite:hover .death {
  149. margin-top:0px;
  150. -webkit-transition: all 0.8s ease-out;
  151. -moz-transition: all 0.8s ease-out;
  152. transition: all 0.8s ease-out;
  153. filter: alpha(opacity = 100);
  154. filter: alpha(opacity = 100);
  155. opacity:100;
  156. }
  157.  
  158.  
  159.  
  160. /* SELECTION FONT AND BACKGROUND */
  161.  
  162.  
  163. ::selection {
  164. background: #c2c2c2;
  165. color:#fff; }
  166.  
  167.  
  168. ::-moz-selection {
  169. background: #c2c2c2;
  170. color:#fff; }
  171.  
  172.  
  173.  
  174. /* SCROLLBAR DETAILS */
  175.  
  176.  
  177.  
  178. ::-webkit-scrollbar {
  179. height: 0px;
  180. width: 2px;
  181. background:transparent;
  182. border-left:0px solid transparent;
  183. border-right:0px solid transparent;}
  184.  
  185.  
  186. ::-webkit-scrollbar-thumb {
  187. background:transparent;}
  188.  
  189.  
  190.  
  191.  
  192. /* THE CURSOR */
  193.  
  194.  
  195. {block:iftinycursor}
  196. body, a, a:hover{
  197. cursor: url('https://24.media.tumblr.com/tumblr_mdig6jktic1riysloo1_100.png'), progress;}
  198. {/block:iftinycursor}
  199.  
  200. iframe#tumblr_controls {
  201. right:3px !important;
  202. position: fixed !important;
  203. -webkit-transition: opacity 0.7s
  204. linear;opacity: 0.2;
  205. -webkit-transition: all 0.8s ease-out;
  206. -moz-transition: all 0.8s ease-out;
  207. transition: all 0.8s ease-out;}
  208.  
  209. iframe#tumblr_controls:hover{
  210. -webkit-transition: opacity 0.7s linear;
  211. opacity: 1;
  212. -webkit-transition: all 0.4s ease-out;
  213. -moz-transition: all 0.4s ease-out;
  214. transition: all 0.4s ease-out;}
  215.  
  216.  
  217.  
  218. /* GENERAL LOOK AND BACKGROUND */
  219.  
  220.  
  221. body {
  222. background:#181717;
  223. background-image:url('https://i.imgur.com/9aZlPlb.png');
  224. background-attachment: fixed;
  225. background-repeat: no-repeat;
  226. background-position: left top;
  227. color:#8f8f8f;
  228. font-family: calibri;
  229. text-align:justify;
  230. font-size: 10px;
  231. letter-spacing:1px;
  232. line-height:135%;
  233. }
  234.  
  235.  
  236.  
  237. /* THE VERSES TABS */
  238.  
  239.  
  240. ul#tabs {
  241. list-style-type: none;
  242. padding: 0;
  243. text-align: center;
  244. font-size:8px;
  245. letter-spacing:1px;
  246. text-shadow:1px 1px 0px #4c4c4c,
  247. 1px -1px 0px #4c4c4c,
  248. -1px -1px 0px #4c4c4c,
  249. -1px 1px 0px #4c4c4c,
  250. 0px 1px 0px #4c4c4c,
  251. 0px -1px 0px #4c4c4c,
  252. 1px 0px 0px #4c4c4c,
  253. -1px 0px 0px #4c4c4c;
  254.  
  255. }
  256.  
  257.  
  258.  
  259. ul#tabs li {
  260. background-image: url('https://i.imgur.com/zdnxwRh.png');
  261. background-repeat:repeat;
  262. background-attachment:fixed;
  263. border-left: double 3px #000;
  264. border-top: double 3px #000;
  265. border-right: double 3px #000;
  266. border-bottom: double 3px #000;
  267. color:#e6e6e6;
  268. text-shadow:1px 1px 0px #000,
  269. 1px -1px 0px #000,
  270. -1px -1px 0px #000,
  271. -1px 1px 0px #000,
  272. 0px 1px 0px #000,
  273. 0px -1px 0px #000,
  274. 1px 0px 0px #000,
  275. -1px 0px 0px #000;
  276. display: inline-block;
  277. padding: 4px 10px;
  278. margin-bottom: 4px;
  279. cursor: pointer;
  280. }
  281.  
  282.  
  283.  
  284. ul#tabs li:hover {
  285. background-color: transparent;
  286. color: #eaeaea;
  287. }
  288.  
  289. ul#tabs li.active {
  290. background-image: url('');
  291. background:#151515;
  292. background-repeat:repeat;
  293. background-attachment:fixed;
  294. border-left: double 3px #000;
  295. border-top: double 3px #000;
  296. border-right: double 3px #000;
  297. border-bottom: double 3px #000;
  298. color:#e6e6e6;
  299. text-shadow:1px 1px 0px #000,
  300. 1px -1px 0px #000,
  301. -1px -1px 0px #000,
  302. -1px 1px 0px #000,
  303. 0px 1px 0px #000,
  304. 0px -1px 0px #000,
  305. 1px 0px 0px #000,
  306. -1px 0px 0px #000;
  307. display: inline-block;
  308. padding: 4px 10px;
  309. margin-bottom: 4px;
  310. cursor: pointer;
  311. }
  312.  
  313.  
  314.  
  315. ul#tab {
  316. list-style-type: none;
  317. margin: 0;
  318. padding: 0;
  319. }
  320.  
  321. ul#tab li {
  322. display: none;
  323. }
  324.  
  325. ul#tab li.active {
  326. display: block;
  327. }
  328.  
  329.  
  330.  
  331.  
  332. /* LINKS */
  333.  
  334.  
  335. a:link, a:active, a:visited {
  336. text-decoration: none;
  337. color: #aaa993;
  338. -moz-transition-duration:.6s;
  339. -webkit-transition-duration:.6s;
  340. -o-transition-duration:.6s;
  341. -webkit-filter: blur(0px);}
  342.  
  343. a:hover {
  344. color: #8f8f8f;
  345. -moz-transition-duration:.6s;
  346. -webkit-transition-duration:.6s;
  347. -o-transition-duration:.6s;
  348. -webkit-filter: blur(1px);}
  349.  
  350.  
  351.  
  352. #links a {
  353. padding:5px;
  354. margin-right:0px;
  355. text-shadow: 1px 0px 1px #7a7a7a;
  356. }
  357.  
  358.  
  359. #links a:hover {
  360. padding:5px;
  361. margin-right:0px;
  362. text-shadow: 2px 0px 10px #7a7a7a;
  363. -moz-transition-duration:0.6s;
  364. -webkit-transition-duration:0.6s;
  365. -o-transition-duration:0.6s;
  366. }
  367.  
  368.  
  369.  
  370.  
  371. /* OTHER TEXT STUFF */
  372.  
  373.  
  374.  
  375. h1 {
  376. background-color: transparent;
  377. font-family: 'Josefin Sans', sans-serif;
  378. font-size: 16px;
  379. line-height: 20px;
  380. letter-spacing: 2px;
  381. text-align: center;
  382. text-transform:uppercase;
  383. color: #fff;
  384. }
  385.  
  386.  
  387. h2 {
  388. background-color: transparent;
  389. font-family: 'Josefin Sans', sans-serif;
  390. font-size: 15px;
  391. line-height: 16px;
  392. letter-spacing: 2px;
  393. text-align: left;
  394. text-transform:uppercase;
  395. color: #fff;
  396. text-align:center;}
  397.  
  398.  
  399.  
  400. h3 {
  401. background-image: url('https://i.imgur.com/zdnxwRh.png');
  402. background-repeat:repeat;
  403. background-attachment:fixed;
  404. border-left: double 3px #000;
  405. border-top: double 3px #000;
  406. border-right: double 3px #000;
  407. border-bottom: double 3px #000;
  408. padding:2px;
  409. color:#e6e6e6;
  410. text-shadow:1px 1px 0px #000,
  411. 1px -1px 0px #000,
  412. -1px -1px 0px #000,
  413. -1px 1px 0px #000,
  414. 0px 1px 0px #000,
  415. 0px -1px 0px #000,
  416. 1px 0px 0px #000,
  417. -1px 0px 0px #000;
  418. font-size:12px;
  419. font-family:calibri;
  420. text-transform:uppercase;
  421. letter-spacing:1px;
  422. text-align:center;}
  423.  
  424.  
  425.  
  426.  
  427. h4 {
  428. background-image: url('https://i.imgur.com/zdnxwRh.png');
  429. background-repeat:repeat;
  430. background-attachment:fixed;
  431. border-left: double 3px #000;
  432. border-top: double 3px #000;
  433. border-right: double 3px #000;
  434. border-bottom: double 3px #000;
  435. padding:2px;
  436. color:#e6e6e6;
  437. text-shadow:1px 1px 0px #000,
  438. 1px -1px 0px #000,
  439. -1px -1px 0px #000,
  440. -1px 1px 0px #000,
  441. 0px 1px 0px #000,
  442. 0px -1px 0px #000,
  443. 1px 0px 0px #000,
  444. -1px 0px 0px #000;
  445. font-size:9px;
  446. font-family:calibri;
  447. text-transform:uppercase;
  448. letter-spacing:1px;
  449. text-align:center;}
  450.  
  451.  
  452.  
  453. hr {
  454. color:#818181;
  455. display: block;
  456. margin-top: 0.5em;
  457. margin-bottom: 0.5em;
  458. margin-left: auto;
  459. margin-right: auto;
  460. border-style: inset;
  461. border-width: 1px;
  462. }
  463.  
  464.  
  465.  
  466.  
  467. quotetext {
  468. background-color: transparent;
  469. font-family: times;
  470. font-size: 16px;
  471. line-height: 20px;
  472. letter-spacing: 2px;
  473. text-align: center;
  474. text-transform:uppercase;
  475. color: #acac91;
  476. }
  477.  
  478.  
  479.  
  480. blockquote {
  481. word-wrap: break-word;
  482. padding:2px 7px;
  483. margin:3px 0 3px 10px;
  484. border-left:1px solid {color:border};
  485. background-color:transparent;}
  486.  
  487.  
  488. blockquote img{
  489. max-width:100%;
  490. height:auto;
  491. }
  492.  
  493. blockquote blockquote img{
  494. max-width:100%;
  495. height:auto;
  496. }
  497.  
  498.  
  499.  
  500.  
  501. b, strong {
  502. font-size:12px;
  503. text-transform:uppercase;
  504. letter-spacing:1px;
  505. font-family: 'Josefin Sans', sans-serif;
  506. color: #382821;
  507. text-shadow:1px 1px 0 #000;
  508. }
  509.  
  510.  
  511.  
  512. i, italic {
  513. font-size:12px;
  514. color: #8f796b;
  515. font-family: 'Roboto Condensed', sans-serif;
  516. text-shadow: 0px 0px 2px #5a5a5a;
  517. letter-spacing:1px;
  518. text-transform:lowercase;
  519. }
  520.  
  521.  
  522.  
  523. p {
  524. margin-top:5px;
  525. margin-bottom:5px;}
  526.  
  527.  
  528. ol {
  529. list-style:normal;}
  530.  
  531.  
  532. ul {
  533. list-style:square;}
  534.  
  535.  
  536. small {
  537. font-size:10px}
  538.  
  539.  
  540. sup,sub {
  541. font-size:11px}
  542.  
  543.  
  544. pre {
  545. font-size: 10px;
  546. letter-spacing:3px;
  547. background-color:#000;
  548. font-family: "Times New Roman", Times, serif;
  549. font-style: none;
  550. text-align:center;
  551. white-space: pre-wrap; /* css-3 */
  552. white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
  553. white-space: -pre-wrap; /* Opera 4-6 */
  554. white-space: -o-pre-wrap; /* Opera 7 */
  555. word-wrap: break-word; /* Internet Explorer 5.5+ */ }
  556.  
  557.  
  558.  
  559. big {
  560. font-size:14px;
  561. text-transform:uppercase;
  562. letter-spacing:2px;
  563. font-family: "Times New Roman", Times, serif;
  564. color: #acac91;
  565. text-shadow: 0px 0px 2px #383838;
  566. }
  567.  
  568.  
  569.  
  570. /* IMAGES, PHOTOSETS AND WHATNOT */
  571.  
  572.  
  573.  
  574. {block:IfGreyscale}
  575.  
  576. img {
  577. -webkit-filter:grayscale(100%);
  578. -webkit-transition: all 0.9s ease-in-out;
  579. -moz-transition: all 0.9s ease-in-out;
  580. -o-transition: all 0.9s ease-in-out;
  581. -ms-transition: all 0.9s ease-in-out;
  582. transition: all 0.9s ease-in-out;}
  583.  
  584. img:hover {
  585. -webkit-filter:none;}
  586.  
  587. .html_photoset {
  588. -webkit-filter: grayscale(100%);
  589. -webkit-transition: all 0.9s ease-in-out;
  590. -moz-transition: all 0.9s ease-in-out;
  591. -o-transition: all 0.9s ease-in-out;
  592. -ms-transition: all 0.9s ease-in-out;
  593. transition: all 0.9s ease-in-out;}
  594.  
  595. .html_photoset:hover {
  596. -webkit-filter: none;}
  597.  
  598. {/block:IfGreyscale}
  599.  
  600.  
  601.  
  602. /* CONTAINER AND POSTS */
  603.  
  604.  
  605.  
  606. #container {
  607. background-color:transparent;
  608. width:490px;
  609. height:435px;
  610. padding: 20px;
  611. top:345px;
  612. margin-left: 432px;
  613. position:relative;
  614. overflow-y:scroll;
  615. overflow-x:hidden;
  616. -webkit-mask-image: -webkit-gradient(
  617. linear, center 75%, center bottom,
  618. from(rgba(0,0,0,20)),
  619. to(rgba(20,0,0,0)));
  620. border:1px solid transparent;}
  621.  
  622. #container img {
  623. height:auto;
  624. max-width:100%;
  625. }
  626.  
  627. #content {
  628. margin-left:62px;
  629. width:265px;
  630. margin-top: -110px;
  631. }
  632.  
  633. #posts {
  634. width: 490px;
  635. padding: 10px;
  636. margin-top: 90px;
  637. margin-left:-72px;
  638. padding-bottom:20px;
  639. overflow-y:scroll;
  640. overflow-x:hidden;
  641. }
  642.  
  643.  
  644. #description {
  645. margin-left: 0px;
  646. margin-top: -50px;
  647. width:180px;
  648. color:transparent;}
  649.  
  650.  
  651.  
  652.  
  653. /* CUSTOM SIDEBAR SETTINGS */
  654.  
  655.  
  656.  
  657. #actualnews {
  658. font-family: calibri;
  659. font-size:9px;
  660. background:transparent;
  661. line-height: 10px;
  662. color: #8f8f8f;
  663. width:150px;
  664. height:390px;
  665. padding-top:3px;
  666. border:0px solid #131313;
  667. left: 1052px;
  668. top: 273px;
  669. text-align:center;
  670. position:fixed;
  671. -webkit-filter: blur(0px);
  672. -webkit-transition: 0.8s ease-in;
  673. -moz-transition: 1s ease-in;
  674. transition: 1s ease-in;
  675. opacity:0.5;
  676. -webkit-transition: all 0.6s ease-in-out;
  677. -moz-transition: all 0.6s ease-in-out;
  678. -o-transition: all 0.6s ease-in-out;
  679. -ms-transition: all 0.6s ease-in-out;
  680. transition: all 0.6s ease-in-out;
  681. }
  682.  
  683.  
  684.  
  685. #actualnews:hover {
  686. -webkit-filter:none;
  687. -webkit-transition: all 0.6s ease-in-out;
  688. opacity:1;
  689. -webkit-transition: all 0.6s ease-in-out;
  690. -moz-transition: all 0.6s ease-in-out;
  691. -o-transition: all 0.6s ease-in-out;
  692. -ms-transition: all 0.6s ease-in-out;
  693. transition: all 0.6s ease-in-out;
  694. }
  695.  
  696.  
  697.  
  698.  
  699. #thekey {
  700. position:fixed;
  701. color:#7c7470;
  702. text-shadow: 0px 0px 2px #fff;
  703. margin-top:175px;
  704. margin-left:55px;
  705. width:710px;
  706. padding:9px;
  707. letter-spacing:2px;
  708. word-spacing:5px; /*this defines the separation of each word of the links*/
  709. font-family: helvetica;
  710. font-size:12px;
  711. text-align:center;
  712. background:transparent;
  713. text-transform:uppercase;
  714. -webkit-transform: rotate(-90deg);
  715. -moz-transform: rotate(-90deg);
  716. -o-transform: rotate(-90deg);
  717. }
  718.  
  719.  
  720.  
  721.  
  722. /* JUMBLED LINKS */
  723.  
  724.  
  725.  
  726. .alinks {
  727. position:fixed;
  728. text-shadow: 0px 0px 0px #000;
  729. left:1010px;
  730. top:150px;
  731. transform: rotate(-15deg);
  732. text-align: right;
  733. line-height:20px;
  734. font-family: 'Josefin Sans', sans-serif;
  735. font-size: 17px;}
  736.  
  737.  
  738. .alinks a {
  739.  
  740.  
  741. }
  742.  
  743. .alinks a:hover {
  744. -webkit-filter: blur(1px);
  745. -webkit-transition: all 0.6s ease-in-out;
  746. -moz-transition: all 0.6s ease-in-out;
  747. -o-transition: all 0.6s ease-in-out;
  748. -ms-transition: all 0.6s ease-in-out;
  749. transition: all 0.6s ease-in-out;
  750. color: #7f7f7f;
  751. text-shadow: 7px 7px 3px #000000;
  752. }
  753.  
  754.  
  755.  
  756. .blinks {
  757. position:fixed;
  758. text-shadow: 0px 0px 11px #dddddd;
  759. color:#786460;
  760. left:85px;
  761. top:260px;
  762. transform: rotate(90deg);
  763. text-align: center;
  764. font-family: 'Josefin Sans', sans-serif;
  765. line-height:20px;
  766. font-size: 35px;}
  767.  
  768.  
  769. .blinks a {
  770. display:inline-block;
  771. font-size:21px;
  772. color:#786460;
  773. font-family:times;
  774. text-shadow: 0px 0px 5px #dddddd;
  775. line-height:22px;
  776. text-align:center;
  777. width:52px;
  778. font-weight:normal;
  779. letter-spacing:1px;
  780. -webkit-filter: grayscale(0.0) blur(5px)
  781.  
  782. }
  783.  
  784. .blinks a:hover {
  785. -webkit-filter:blur(1px);
  786. -webkit-transition: all 0.5s ease-out;
  787. -moz-transition: all 0.5s ease-out;
  788. transition: all 0.5s ease-out;
  789. transform: rotate(110deg);
  790. -ms-transform: rotate(110deg);
  791. -webkit-transform: rotate(110deg);
  792. -o-transform: rotate(110deg);
  793. -moz-transform: rotate(110deg);
  794. }
  795.  
  796.  
  797.  
  798.  
  799. .clinks {
  800. position:fixed;
  801. color:#786460;
  802. font-size:35px;
  803. text-decoration:none;
  804. transform: rotate(-30deg);
  805. -ms-transform: rotate(-30deg);
  806. -webkit-transform: rotate(-30deg);
  807. -o-transform: rotate(-30deg);
  808. -moz-transform: rotate(-30deg);
  809. margin-left:439px;
  810. margin-top:290px;
  811. }
  812.  
  813. .clinks a {
  814. display:inline-block;
  815. font-size:23px;
  816. color:#786460;
  817. font-family:times;
  818. text-shadow: 0px 0px 5px #dddddd;
  819. line-height:22px;
  820. text-align:center;
  821. width:52px;
  822. font-weight:normal;
  823. letter-spacing:1px;
  824. -webkit-filter: grayscale(0.0) blur(5px)
  825.  
  826. }
  827.  
  828. .clinks:hover {
  829. -webkit-filter:blur(1px);
  830. -webkit-transition: all 0.5s ease-out;
  831. -moz-transition: all 0.5s ease-out;
  832. transition: all 0.5s ease-out;
  833. transform: rotate(110deg);
  834. -ms-transform: rotate(110deg);
  835. -webkit-transform: rotate(110deg);
  836. -o-transform: rotate(110deg);
  837. -moz-transform: rotate(110deg);
  838. }
  839.  
  840.  
  841.  
  842. .dlinks {
  843. position:fixed;
  844. font-size:20px;
  845. text-decoration:none;
  846. transform: rotate(30deg);
  847. -ms-transform: rotate(30deg);
  848. -webkit-transform: rotate(30deg);
  849. -o-transform: rotate(30deg);
  850. -moz-transform: rotate(30deg);
  851. margin-left:-65px;
  852. margin-top:286px;
  853. }
  854.  
  855. .dlinks a {
  856. display:inline-block;
  857. font-size:20px;
  858. color:#786460;
  859. font-family:times;
  860. text-shadow: 0px 0px 5px #dddddd;
  861. line-height:22px;
  862. text-align:center;
  863. width:52px;
  864. font-weight:normal;
  865. letter-spacing:1px;
  866. -webkit-filter: grayscale(0.0) blur(5px)
  867.  
  868. }
  869.  
  870. .dlinks:hover {
  871. -webkit-filter:blur(1px);
  872. -webkit-transition: all 0.5s ease-out;
  873. -moz-transition: all 0.5s ease-out;
  874. transition: all 0.5s ease-out;
  875. transform: rotate(-60deg);
  876. -ms-transform: rotate(-60deg);
  877. -webkit-transform: rotate(-60deg);
  878. -o-transform: rotate(-60deg);
  879. -moz-transform: rotate(-60deg);
  880. }
  881.  
  882.  
  883.  
  884. .elinks {
  885. position:fixed;
  886. font-size:20px;
  887. text-decoration:none;
  888. transform: rotate(-90deg);
  889. -ms-transform: rotate(-90deg);
  890. -webkit-transform: rotate(-90deg);
  891. -o-transform: rotate(-90deg);
  892. -moz-transform: rotate(-90deg);
  893. margin-left:7px;
  894. margin-top:165px;
  895. }
  896.  
  897. .elinks a {
  898. display:inline-block;
  899. font-size:30px;
  900. color:#786460;
  901. font-family:times;
  902. text-shadow: 0px 0px 5px #dddddd;
  903. line-height:22px;
  904. text-align:center;
  905. width:52px;
  906. font-weight:normal;
  907. letter-spacing:1px;
  908. -webkit-filter: grayscale(0.0) blur(5px)
  909.  
  910. }
  911.  
  912. .elinks:hover {
  913. -webkit-filter:blur(1px);
  914. -webkit-transition: all 0.5s ease-out;
  915. -moz-transition: all 0.5s ease-out;
  916. transition: all 0.5s ease-out;
  917. transform: rotate(70deg);
  918. -ms-transform: rotate(70deg);
  919. -webkit-transform: rotate(70deg);
  920. -o-transform: rotate(70deg);
  921. -moz-transform: rotate(70deg);
  922. }
  923.  
  924.  
  925.  
  926.  
  927.  
  928. .flinks {
  929. position:fixed;
  930. font-size:30px;
  931. text-decoration:none;
  932. transform: rotate(10deg);
  933. -ms-transform: rotate(10deg);
  934. -webkit-transform: rotate(10deg);
  935. -o-transform: rotate(10deg);
  936. -moz-transform: rotate(10deg);
  937. margin-left:235px;
  938. margin-top:100px;
  939. }
  940.  
  941. .flinks a {
  942. display:inline-block;
  943. font-size:31px;
  944. color:#786460;
  945. font-family:times;
  946. text-shadow: 0px 0px 5px #dddddd;
  947. line-height:22px;
  948. text-align:center;
  949. width:52px;
  950. font-weight:normal;
  951. letter-spacing:1px;
  952. -webkit-filter: grayscale(0.0) blur(5px)
  953.  
  954. }
  955.  
  956. .flinks:hover {
  957. -webkit-filter:blur(1px);
  958. -webkit-transition: all 0.5s ease-out;
  959. -moz-transition: all 0.5s ease-out;
  960. transition: all 0.5s ease-out;
  961. transform: rotate(-60deg);
  962. -ms-transform: rotate(-60deg);
  963. -webkit-transform: rotate(-60deg);
  964. -o-transform: rotate(-60deg);
  965. -moz-transform: rotate(-60deg);
  966. }
  967.  
  968.  
  969.  
  970.  
  971.  
  972. .glinks {
  973. position:fixed;
  974. font-size:20px;
  975. text-decoration:none;
  976. transform: rotate(-90deg);
  977. -ms-transform: rotate(-90deg);
  978. -webkit-transform: rotate(-90deg);
  979. -o-transform: rotate(-90deg);
  980. -moz-transform: rotate(-90deg);
  981. margin-left:380px;
  982. margin-top:165px;
  983. }
  984.  
  985. .glinks a {
  986. display:inline-block;
  987. font-size:20px;
  988. color:#786460;
  989. font-family:times;
  990. text-shadow: 0px 0px 5px #dddddd;
  991. line-height:22px;
  992. text-align:center;
  993. width:52px;
  994. font-weight:normal;
  995. letter-spacing:1px;
  996. -webkit-filter: grayscale(0.0) blur(5px)
  997.  
  998. }
  999.  
  1000. .glinks:hover {
  1001. -webkit-filter:blur(1px);
  1002. -webkit-transition: all 0.5s ease-out;
  1003. -moz-transition: all 0.5s ease-out;
  1004. transition: all 0.5s ease-out;
  1005. transform: rotate(70deg);
  1006. -ms-transform: rotate(70deg);
  1007. -webkit-transform: rotate(70deg);
  1008. -o-transform: rotate(70deg);
  1009. -moz-transform: rotate(70deg);
  1010. }
  1011.  
  1012.  
  1013. .credit {
  1014. position:fixed;
  1015. text-shadow: 0px 0px 11px #7C6868;
  1016. right:15px;
  1017. bottom:15px;
  1018. transform: rotate(0deg);
  1019. font-family: 'Josefin Sans', sans-serif;
  1020. font-size: 17px; }
  1021.  
  1022.  
  1023. .credit a {
  1024. padding:10px;
  1025. color:#6e6e6e;
  1026. margin-right:0px;
  1027. -webkit-filter: blur(1px);
  1028. -webkit-transition: 0.8s ease-in;
  1029. -moz-transition: 1s ease-in;
  1030. transition: 1s ease-in;
  1031. }
  1032.  
  1033. .credit a:hover {
  1034. -webkit-transition: all 0.6s ease-in-out;
  1035. -moz-transition: all 0.6s ease-in-out;
  1036. -o-transition: all 0.6s ease-in-out;
  1037. -ms-transition: all 0.6s ease-in-out;
  1038. transition: all 0.6s ease-in-out;
  1039. color: #000000;
  1040. text-shadow: 7px 7px 3px #000000;
  1041. }
  1042.  
  1043.  
  1044.  
  1045.  
  1046. /* PAGINATION */
  1047.  
  1048.  
  1049.  
  1050.  
  1051. #pagination {
  1052. position:fixed;
  1053. font-family: 'Josefin Sans', sans-serif;
  1054. width:500px;
  1055. font-size:35px;
  1056. top:580px;
  1057. left:845px;
  1058. letter-spacing:30px;
  1059. text-align:right;
  1060. z-index:999999999999;
  1061. }
  1062.  
  1063. #pagination a {
  1064. text-transform:uppercase;
  1065. color:#b3b3b3;
  1066. -webkit-filter: blur(0px);
  1067. -webkit-transition: 0.8s ease-in;
  1068. -moz-transition: 1s ease-in;
  1069. transition: 1s ease-in;
  1070. z-index:999999999999;
  1071. }
  1072.  
  1073. #pagination a:hover {
  1074. color:#fff;
  1075. -webkit-filter: blur(1px);
  1076. -webkit-transition: 0.2s ease-in;
  1077. -moz-transition: 1s ease-in;
  1078. transition: 1s ease-in;
  1079. }
  1080.  
  1081.  
  1082.  
  1083.  
  1084. /* MISC */
  1085.  
  1086.  
  1087.  
  1088. .audio {
  1089. width:265x;
  1090. padding-bottom:10px;
  1091. background-color:{color:#0b0b0b};}
  1092.  
  1093. .albumart {
  1094. float:left;
  1095. padding:0px 10px 10px 0px;}
  1096.  
  1097. .albumart img {
  1098. width:65px;
  1099. height:65px;}
  1100.  
  1101. .playercontainer {
  1102. text-align:left;
  1103. padding:10px;
  1104. background-color:#0b0b0b;
  1105. width:265;}
  1106.  
  1107. .audioinfo {
  1108. padding:10px;
  1109. color:#a1a0a0;}
  1110.  
  1111.  
  1112.  
  1113.  
  1114. /* QUESTIONS & ANSWERS DETAILS */
  1115.  
  1116.  
  1117. #asker {
  1118. font-family: 'Raleway', sans-serif;
  1119. text-align:center;
  1120. padding-top: 10px;
  1121. margin-left:0px;
  1122. text-transform:uppercase;
  1123. color: #acac91;
  1124. font-size:20px;
  1125. padding:5px;
  1126. letter-spacing:0px
  1127. text-shadow:0 0 2px #aeaeae;
  1128. }
  1129.  
  1130.  
  1131. #asker a{
  1132. font-family: 'Raleway', sans-serif;
  1133. text-transform:uppercase;
  1134. font-size:20px;
  1135. letter-spacing: 0px;
  1136. text-shadow: none;
  1137. color: #acac91;
  1138. text-shadow:0 0 2px #1a1a1a;
  1139. -webkit-filter: blur(0.5px);
  1140. }
  1141.  
  1142.  
  1143. #asker a:hover {
  1144. color: #656565;
  1145. letter-spacing: 2px;
  1146. text-shadow:0 0 2px #000;
  1147. -webkit-filter: blur(1px);
  1148. -webkit-transition:all .5s ease-in-out;
  1149. -moz-transition:all .5s ease-in-out;
  1150. transition:all .5s ease-in-out;
  1151. }
  1152.  
  1153.  
  1154.  
  1155. #ask {
  1156. border-left: double 3px #000;
  1157. border-top: double 3px #000;
  1158. border-right: double 3px #000;
  1159. border-bottom: double 3px #000;
  1160. padding:2px;
  1161. color:#e6e6e6;
  1162. text-shadow:1px 1px 0px #000,
  1163. 1px -1px 0px #000,
  1164. -1px -1px 0px #000,
  1165. -1px 1px 0px #000,
  1166. 0px 1px 0px #000,
  1167. 0px -1px 0px #000,
  1168. 1px 0px 0px #000,
  1169. -1px 0px 0px #000;
  1170. font-size:7px;
  1171. text-align:center;
  1172. padding-top: 5px;
  1173. margin-left:0px;
  1174. text-transform:auto;
  1175. letter-spacing:3px
  1176. margin-top:-10px;
  1177. padding:5px;
  1178. background: #000;
  1179. background: url("https://i.imgur.com/zdnxwRh.png");
  1180. background-repeat:repeat;
  1181. padding:2px;
  1182. color:#cacaca;
  1183. text-transform: uppercase;
  1184. border-bottom-left-radius: 20px;
  1185. border-top-right-radius: 20px;
  1186. padding:10px;
  1187. letter-spacing:2px;
  1188. border-bottom:solid 1px #1e1e1e;
  1189. border-top:solid 1px #1e1e1e;
  1190. }
  1191.  
  1192.  
  1193. .ans {
  1194. text-align:center;
  1195. padding:10px;
  1196. }
  1197.  
  1198.  
  1199.  
  1200. #info1 {
  1201. margin-left:15px;
  1202. margin-top:10px;
  1203. position:absolute;
  1204. font-size:18px;
  1205. color:#ddd;
  1206. text-decoration:none;
  1207. transform: rotate(30deg);
  1208. -ms-transform: rotate(30deg);
  1209. -webkit-transform: rotate(30deg);
  1210. -o-transform: rotate(30deg);
  1211. -moz-transform: rotate(30deg);
  1212. }
  1213.  
  1214. #info1 a {
  1215. text-decoration:none;
  1216. color:#aaa;
  1217. -webkit-transition: all 0.5s ease-out;
  1218. -moz-transition: all 0.5s ease-out;
  1219. transition: all 0.5s ease-out;
  1220. }
  1221.  
  1222. #info1 a:hover {
  1223. color:#ddd;
  1224. text-shadow:0px 0px 7px #aaa;
  1225. -webkit-transition: all 0.5s ease-out;
  1226. -moz-transition: all 0.5s ease-out;
  1227. transition: all 0.5s ease-out;
  1228. }
  1229.  
  1230.  
  1231. #info2 {
  1232. margin-left:15px;
  1233. margin-top:69px;
  1234. position:absolute;
  1235. font-size:12px;
  1236. color:#ddd;
  1237. text-decoration:none;
  1238. transform: rotate(80deg);
  1239. -ms-transform: rotate(80deg);
  1240. -webkit-transform: rotate(80deg);
  1241. -o-transform: rotate(80deg);
  1242. -moz-transform: rotate(80deg);
  1243. }
  1244.  
  1245. #info2 a {
  1246. text-decoration:none;
  1247. color:#aaa;
  1248. -webkit-transition: all 0.5s ease-out;
  1249. -moz-transition: all 0.5s ease-out;
  1250. transition: all 0.5s ease-out;
  1251. }
  1252.  
  1253. #info2 a:hover {
  1254. color:#ddd;
  1255. text-shadow:0px 0px 7px #aaa;
  1256. -webkit-transition: all 0.5s ease-out;
  1257. -moz-transition: all 0.5s ease-out;
  1258. transition: all 0.5s ease-out;
  1259. }
  1260.  
  1261.  
  1262. #info3 {
  1263. margin-left:25px;
  1264. margin-top:32px;
  1265. position:absolute;
  1266. font-size:8px;
  1267. color:#ddd;
  1268. text-decoration:none;
  1269. transform: rotate(80deg);
  1270. -ms-transform: rotate(80deg);
  1271. -webkit-transform: rotate(80deg);
  1272. -o-transform: rotate(80deg);
  1273. -moz-transform: rotate(80deg);
  1274. }
  1275.  
  1276. #info3 a {
  1277. text-decoration:none;
  1278. color:#aaa;
  1279. -webkit-transition: all 0.5s ease-out;
  1280. -moz-transition: all 0.5s ease-out;
  1281. transition: all 0.5s ease-out;
  1282. }
  1283.  
  1284. #info3 a:hover {
  1285. color:#ddd;
  1286. text-shadow:0px 0px 9px #aaa;
  1287. -webkit-transition: all 0.5s ease-out;
  1288. -moz-transition: all 0.5s ease-out;
  1289. transition: all 0.5s ease-out;
  1290. }
  1291.  
  1292. #info4 {
  1293. margin-left:5px;
  1294. margin-top:23px;
  1295. position:absolute;
  1296. font-size:20px;
  1297. color:#ddd;
  1298. text-decoration:none;
  1299. transform: rotate(10deg);
  1300. -ms-transform: rotate(10deg);
  1301. -webkit-transform: rotate(10deg);
  1302. -o-transform: rotate(10deg);
  1303. -moz-transform: rotate(10deg);
  1304. }
  1305.  
  1306. #info4 a {
  1307. text-decoration:none;
  1308. color:#aaa;
  1309. -webkit-transition: all 0.5s ease-out;
  1310. -moz-transition: all 0.5s ease-out;
  1311. transition: all 0.5s ease-out;
  1312. }
  1313.  
  1314. #info4 a:hover {
  1315. color:#ddd;
  1316. text-shadow:0px 0px 9px #aaa;
  1317. -webkit-transition: all 0.5s ease-out;
  1318. -moz-transition: all 0.5s ease-out;
  1319. transition: all 0.5s ease-out;
  1320. }
  1321.  
  1322. #info5 {
  1323. margin-left:-6px;
  1324. margin-top:-3px;
  1325. position:absolute;
  1326. font-size:18px;
  1327. color:#ddd;
  1328. text-decoration:none;
  1329. transform: rotate(80deg);
  1330. -ms-transform: rotate(80deg);
  1331. -webkit-transform: rotate(80deg);
  1332. -o-transform: rotate(80deg);
  1333. -moz-transform: rotate(80deg);
  1334. }
  1335.  
  1336. #info5 a {
  1337. text-decoration:none;
  1338. color:#aaa;
  1339. -webkit-transition: all 0.5s ease-out;
  1340. -moz-transition: all 0.5s ease-out;
  1341. transition: all 0.5s ease-out;
  1342. }
  1343.  
  1344. #info5 a:hover {
  1345. color:#ddd;
  1346. text-shadow:0px 0px 9px #aaa;
  1347. -webkit-transition: all 0.5s ease-out;
  1348. -moz-transition: all 0.5s ease-out;
  1349. transition: all 0.5s ease-out;
  1350. }
  1351.  
  1352.  
  1353.  
  1354.  
  1355. #tags {
  1356. width:500px;
  1357. margin:0px 0px 0px 35px;
  1358. padding:10px;
  1359. text-align:left;
  1360. font-family: 'Crimson Text', sans-serif; /* TAG FONT */
  1361. font-size:8px;
  1362. padding-top:5px;
  1363. padding-bottom:5px;
  1364. height:auto;
  1365. width:auto;
  1366.  
  1367.  
  1368. }
  1369.  
  1370.  
  1371. #tags a {
  1372. color:#838383;
  1373. letter-spacing:1px;
  1374. text-shadow:0px 0px 1px #999; }
  1375.  
  1376.  
  1377. #tags a:hover {
  1378. color:#555;
  1379. text-shadow:0px 0px 1px #777;
  1380. -webkit-filter:none;
  1381. -webkit-transition: all 0.6s ease-in-out;
  1382. opacity:1;
  1383. -webkit-transition: all 0.6s ease-in-out;
  1384. -moz-transition: all 0.6s ease-in-out;
  1385. -o-transition: all 0.6s ease-in-out;
  1386. -ms-transition: all 0.6s ease-in-out;
  1387. transition: all 0.6s ease-in-out;
  1388. }
  1389.  
  1390.  
  1391.  
  1392. /* MISC 02. */
  1393.  
  1394.  
  1395.  
  1396. .note {
  1397. text-transform:uppercase;
  1398. font-style:normal;
  1399. letter-spacing:0px;
  1400. font-size: 10px;
  1401. text-align:left;
  1402. line-height:90%;
  1403. margin-left:-40px;}
  1404.  
  1405. .note li {
  1406. list-style-type:none;
  1407. border-bottom:0px solid {color:border};
  1408. padding:10px 25px 10px 25px;
  1409. text-align:left;
  1410. margin:0px;
  1411. -moz-transition-duration:0.5s;
  1412. -webkit-transition-duration:0.5s;
  1413. -o-transition-duration:0.5s;}
  1414.  
  1415. .note img.avatar {
  1416. margin-right: 10px;
  1417. width: 16px;
  1418. height: 16px;}
  1419.  
  1420.  
  1421.  
  1422.  
  1423. /* BASIC POP-UP DETAILS */
  1424.  
  1425.  
  1426.  
  1427. .popup_block{
  1428. display:none;
  1429. background:#000;
  1430. padding:20px;
  1431. border:0px solid #eee; /* if you want a solid white pop-up, delete this */
  1432. float:left;
  1433. height: 393px;
  1434. top:385px;
  1435. left:800px;
  1436. position:fixed;
  1437. z-index: 99999;
  1438. -webkit-box-shadow: 0px 0px 0px #818081; /* delete for solid white */
  1439. -moz-box-shadow: 0px 0px 0px #818081; /* delete for solid white */
  1440. box-shadow: 0px 0px 0px #818081; /* delete for solid white */
  1441. }
  1442.  
  1443.  
  1444. *html #fade {position: absolute;}
  1445. *html .popup_block {position: absolute;}
  1446. #fade {
  1447. display:none;
  1448. position:fixed;
  1449. left:0px;
  1450. top:0px;
  1451. width:100%;
  1452. height:100%;
  1453. z-index:9999;
  1454. background:#000; /* change to #fff for solid white */
  1455. opacity:0; /* change to opacity:1; */
  1456. }
  1457.  
  1458.  
  1459.  
  1460. .popupnavlinks {
  1461. padding-top:5px;
  1462. text-align:center; }
  1463.  
  1464.  
  1465. .popupnavlinks a {
  1466. display:inline-block;
  1467. width:90px; height:4px;
  1468. margin:2px; padding:3px 6px 10px;
  1469. text-align:center;
  1470. background-image: url('');
  1471. background:#0d0d0d;
  1472. background-repeat:repeat;
  1473. background-attachment:fixed;
  1474. border-left: double 3px #000;
  1475. border-top: double 3px #000;
  1476. border-right: double 3px #000;
  1477. border-bottom: double 3px #000;
  1478. color:#e6e6e6;
  1479. font-size:9px;
  1480. font-family:calibri;
  1481. text-shadow:1px 1px 0px #000,
  1482. 1px -1px 0px #000,
  1483. -1px -1px 0px #000,
  1484. -1px 1px 0px #000,
  1485. 0px 1px 0px #000,
  1486. 0px -1px 0px #000,
  1487. 1px 0px 0px #000,
  1488. -1px 0px 0px #000;
  1489. display: inline-block;
  1490. cursor: pointer;
  1491. }
  1492.  
  1493.  
  1494.  
  1495. .popupnavlinks a:hover {
  1496. display:inline-block;
  1497. letter-spacing:2px; }
  1498.  
  1499.  
  1500.  
  1501. .popupclose {
  1502. float:right; top:0px; right:0px;
  1503. margin-top:-10px; margin-right:-10px;
  1504. font-family:'Scada', sans serif;
  1505. font-size:10px;
  1506. font-weight:bold }
  1507.  
  1508. .popupclose a {
  1509. color:#aaa }
  1510.  
  1511.  
  1512.  
  1513.  
  1514. /* TOOLTIP DETAILS */
  1515.  
  1516.  
  1517.  
  1518. #s-m-t-tooltip{
  1519. max-width:400px;
  1520. margin:15px;
  1521. padding:2px 8px;
  1522. background: #0b0b0b;
  1523. background-image:url('https://i.imgur.com/zdnxwRh.png');
  1524. background-repeat:repeat;
  1525. background-attachment:fixed;
  1526. border-left: double 3px #000;
  1527. border-top: double 3px #000;
  1528. border-right: double 3px #000;
  1529. border-bottom: double 3px #000;
  1530. color:#e6e6e6;
  1531. text-shadow:1px 1px 0px #000,
  1532. 1px -1px 0px #000,
  1533. -1px -1px 0px #000,
  1534. -1px 1px 0px #000,
  1535. 0px 1px 0px #000,
  1536. 0px -1px 0px #000,
  1537. 1px 0px 0px #000,
  1538. -1px 0px 0px #000;
  1539. z-index:99999999999999999999;
  1540. font-size:9px;
  1541. letter-spacing:2px;
  1542. font-style:bold;
  1543. letter-spacing:2px;
  1544. font-family: calibri;
  1545. text-transform:uppercase;
  1546. box-shadow:1px 1px 3px rgba(0,0,0,.1);}
  1547.  
  1548.  
  1549.  
  1550.  
  1551. </style>
  1552.  
  1553. </head>
  1554.  
  1555. <body>
  1556.  
  1557.  
  1558.  
  1559.  
  1560. <!--
  1561. ♛ The part below is basically the 'skeleton' of the theme, if that makes sense? I wouldn't recommend editing these parts ( EXCEPT THE CUSTOM LINKS AND POP UPS !!! ) unless you know what you're doing. If you spot a glitch in this part of the code, please let me know.
  1562. -->
  1563.  
  1564.  
  1565. <div id="content">
  1566.  
  1567. <div id="sidebar">
  1568.  
  1569. <img src="{image:Sidebar}" />
  1570.  
  1571. <div id="description">{description}</div>
  1572.  
  1573. </div>
  1574.  
  1575. <div id="pagination">
  1576. {block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">«</a> {/block:PreviousPage}{block:NextPage} <a href="{NextPage}">»</a>{/block:NextPage}{/block:Pagination}
  1577. </div>
  1578.  
  1579.  
  1580. <!--
  1581. ♛ CUSTOM LINKS
  1582. -->
  1583.  
  1584.  
  1585.  
  1586. <div id="links">
  1587.  
  1588.  
  1589. <div class="alinks">
  1590. <a href="/" title="berlin">
  1591. <img src="https://i.imgur.com/gbqcvBG.png">
  1592. </a>
  1593. </div>
  1594.  
  1595.  
  1596. <div class="glinks">
  1597. <a href="#?w=265" rel="box1" class="poplight" title="messages">
  1598. </a>
  1599. </div>
  1600.  
  1601.  
  1602. <div class="clinks">
  1603. <a href="#?w=265" rel="box2" class="poplight" title="protocol"> ● </a>
  1604. </div>
  1605.  
  1606.  
  1607. <div class="dlinks">
  1608. <a href="#?w=265" rel="box3" class="poplight" title="universes"> ● </a>
  1609. </div>
  1610.  
  1611.  
  1612. <div class="elinks">
  1613. <a href="#?w=265" rel="box4" class="poplight" title="dossier"> ● </a>
  1614. </div>
  1615.  
  1616.  
  1617. <div class="flinks">
  1618. <a href="#?w=265" rel="box5" class="poplight" title="navigation"> ● </a>
  1619. </div>
  1620.  
  1621.  
  1622. <div class="credit">
  1623. <a href="https://agirlingrey.tumblr.com/" title="theme by agirlingrey.">A.</a>
  1624. </div>
  1625.  
  1626.  
  1627. </div>
  1628.  
  1629.  
  1630. <!--
  1631. ♛ CUSTOM LINKS ENDS
  1632. -->
  1633.  
  1634.  
  1635.  
  1636. <div id="container">
  1637.  
  1638. <div id="content"><div id="posts">
  1639. {block:Posts}
  1640.  
  1641.  
  1642. {block:Quote}<quotetext>"{Quote}"</quotetext>&nbsp; <br><br> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; — {Source} {/block:Quote}
  1643. {block:Title}<h1>{Title}&nbsp;</h1>{/block:Title}
  1644. {block:Text}{Body}{/block:Text}
  1645.  
  1646. {block:Link}<a href="{URL}" class="link" {Target}><h1>{Name}&nbsp;</h1></a>
  1647.  
  1648. {block:Description}<P>{Description}</p>{/block:Description}{/block:Link}
  1649.  
  1650. {block:Photo}<center>{LinkOpenTag}<img src="{PhotoURL-HighRes}" width="360px">{LinkCloseTag}</center>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  1651. {block:Photoset}<center>{Photoset}</center>{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  1652.  
  1653. {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}
  1654.  
  1655. {block:Video}{Video-250}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  1656.  
  1657.  
  1658. {block:Answer}<div id="asker" style="margin-left:-5px;width:300px; color:#acac91; 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:10px; marging-left:0px;">{Answer}</span>{/block:Answer}
  1659.  
  1660.  
  1661. {block:Audio}<div class="audio">
  1662.  
  1663. {block:AlbumArt}
  1664. {/block:AlbumArt}
  1665.  
  1666.  
  1667. <div class="audioinfo">{block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}{block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  1668. {/block:ExternalAudio}<b>Played:</b> {PlayCount} times</div>
  1669. <br><div class="playercontainer">{AudioPlayerBlack}</div></div>
  1670. {block:Caption}{Caption}{/block:Caption}<br>{/block:Audio}
  1671.  
  1672.  
  1673. <!--
  1674. ♛ INFO AND SYMBOLS
  1675. -->
  1676.  
  1677. <div id="info">
  1678. {block:Date}
  1679. <div id="info1"> <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></div>
  1680. {/block:Date}
  1681.  
  1682.  
  1683. {block:RebloggedFrom}
  1684. <div id="info2"> <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></div>
  1685. {/block:RebloggedFrom}
  1686.  
  1687.  
  1688. {block:ContentSource}
  1689. <div id="info3"> <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></div>
  1690. {/block:ContentSource}
  1691.  
  1692.  
  1693. <div id="info4"> <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></div>
  1694.  
  1695.  
  1696. <div id="info5"> <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></div>
  1697.  
  1698.  
  1699. <br>
  1700.  
  1701. {block:HasTags}<div id="tags">{block:Tags} <a href="{TagURL}" title="{Tag}" data-tooltip="{Tag}" >{Tag}</a> {/block:Tags}</div>{/block:HasTags}</div> &nbsp;
  1702. {/block:Posts}
  1703. <div class="note">
  1704. {block:PostNotes}{PostNotes}{/block:PostNotes}
  1705. </div>
  1706.  
  1707.  
  1708. <br>
  1709.  
  1710.  
  1711. <!--
  1712. ♛ INFO AND SYMBOLS ENDS
  1713. -->
  1714.  
  1715.  
  1716. <div id="tags" style="margin-bottom:50px">{block:HasTags}{block:Tags} • <a href="{TagURL}" title="{Tag}">{Tag}</a>{/block:Tags}{/block:HasTags}</div></div>
  1717.  
  1718. <div class="note">{block:PostNotes}{PostNotes}{/block:PostNotes}</div>
  1719. {/block:Posts}
  1720. </div>
  1721. </div>
  1722. </div>
  1723.  
  1724.  
  1725.  
  1726. </body>
  1727.  
  1728.  
  1729.  
  1730. <!--
  1731. ♛ POP UP PAGES !!!
  1732. -->
  1733.  
  1734.  
  1735.  
  1736. <div id="box1" class="popup_block">
  1737.  
  1738. <h3>DON’T BE AN IDIOT</h3>
  1739.  
  1740. <center>
  1741.  
  1742.  
  1743. <br>
  1744.  
  1745. <p><iframe frameborder="0" height="250" id="ask_form" scrolling="yes" src="https://www.tumblr.com/ask_form/derabhangige.tumblr.com" width="100%"></iframe></p>
  1746.  
  1747. </div>
  1748.  
  1749. </center>
  1750.  
  1751.  
  1752.  
  1753. <div id="box2" class="popup_block">
  1754.  
  1755. <div style="width:auto;height:350px;overflow:scroll;padding:5px;">
  1756.  
  1757.  
  1758. <h3>PROTOCOL</h3>
  1759. <p><em>updated october 6, 2019</em></p>
  1760. <h2>DISCLAIMER.</h2>
  1761. <p><strong>i am not affiliated</strong> with ubisoft, tom clancy, the game&rsquo;s developers or character creators. i am not affiliated with any of the faceclaims used here or their affiliates. this is writing blog, and it is purely for fun.</p>
  1762. <p>in my book, <strong>writing something does not equal condoning something</strong>. my muse will do things i would never do in real life; he will do things i don&rsquo;t agree with. the point of my writing these things anyway is to explore characterization and use writing to better understand people from other walks of life, even if i don&rsquo;t agree with them.</p>
  1763. <h2>CREDIT.</h2>
  1764. <p>i&rsquo;ve created all graphics you see on this blog with the help of psds from various sources. i don&rsquo;t know why you&rsquo;d want them, but i don&rsquo;t legally own them, so i can&rsquo;t really stop you from stealing them.</p>
  1765. <p>though dominic is not a character of my creation, canon information on him is <strong>very limited</strong>, which means this interpretation of him is highly-derived from my own headcanons. <strong>please do not steal these from me</strong>.</p>
  1766. <h2>TRIGGERS.</h2>
  1767. <p>i don&rsquo;t have any triggers of my own, but i would really appreciate it if you would make sure to <strong>tag any and all nsfw content and political discourse</strong>. by the nature of the muse and his occupation alone, this blog will feature intense scenes, the use of firearms, blood, death, and other traumatic events, but i will still tag potentially triggering content with <strong>[TRIGGER HERE] //</strong> or <strong>ASK TO TAG //</strong></p>
  1768. <h2>INTERACTIONS.</h2>
  1769. <p>this blog is <em>oc-, crossover-, and multimuse-friendly</em>. i am familiar with quite a few fandoms, but i&rsquo;m not familiar with all of them. i&rsquo;m 100% okay with writing with muses from fandoms i&rsquo;m not familiar with as long as you&rsquo;re okay with giving me important information about them!</p>
  1770. <p>i will not be using icons in my threads on this blog, but i do use the &lt;sub&gt;&lt;sup&gt; text. <em><strong>this does not mean you have to match my formatting</strong></em>, but i do ask that your cut your threads.</p>
  1771. <p>though i am of age ( 21+ ), <strong>i will not be writing smut</strong> on this blog or any.</p>
  1772. <p>please don&rsquo;t turn ask replies into threads without asking me first. chances are i&rsquo;ll say yes, but i don&rsquo;t want to be overwhelmed by the amount of threads i have. thank you!</p>
  1773. <p><em>memes are the best way to break the ice with me</em>. i do throw out starter calls, and i do get all the starters written eventually, but who doesn&rsquo;t love a good ask meme?</p>
  1774. <h2>SHIPPING.</h2>
  1775. <p>though i will not be writing smut, ships of every nature are very welcome! i will prioritize chemistry between muses above everything else. i will not bend dominic&rsquo;s characterization to fit in a ship, and i won&rsquo;t ask you to do it either.</p>
  1776. <h2>WHY I UN/FOLLOWED.</h2>
  1777. <p>if i followed you, i want to interact with you and may even have a good idea of <em>how</em> i want our muses to interact.</p>
  1778. <p>if i unfollowed you or never followed you back in the first place, it could have been for <em>a host of different reasons</em> listed below, though i try not to make unfollowing a habit:</p>
  1779. <ul>
  1780. <li>i followed you a few days ago and you never followed back</li>
  1781. our writing styles are too different
  1782. <li>you post too many ooc / negative posts without tagging them</li>
  1783. <li>you&rsquo;ve posted nsfw content without tagging it too often</li>
  1784. <li>you engage in drama / callouts / untagged political discourse / would rather see and/or judge people based on their political views instead of getting to know them as a person ( which i see as unfair and the opposite of tolerant )</li>
  1785. <li>you don&rsquo;t cut or tag your threads / posts</li>
  1786. <li>you don&rsquo;t have an about and / or rules page</li>
  1787. </ul>
  1788. <h2>THE WRITER.</h2>
  1789. <p>hi, my name is <strong>ASH</strong>, i am a <strong>24-YEAR-OLD WOMAN</strong> and i am ( primarily ) in the <strong>EST TIMEZONE</strong>. i have been writing for as long as i can remember, a member of the tumblr rpc for over seven years, and i like my privacy.</p>
  1790. <p><em><strong>I HAVE ADHD</strong></em>, and as such, i am more than likely to forget something we&rsquo;ve plotted or written. this is no slight against you, i just have an absolutely terrible memory. i apologize in advance for getting to reply to a message and thank you for being patient with me!</p>
  1791. <p>writing on this website is a hobby that comes second to quite a few things in real life such as religion, family, friends, and other hobbies. this means sometimes my activity ( especially on this blog, which is not my primary blog ) will be sporadic. <em>please do not pester me for replies</em>, as i do use a threadtracker, unless it&rsquo;s been a solid month.</p>
  1792. <h2>WHERE TO FIND ME.</h2>
  1793. <p>seeing as this is not my primary blog, i feel it fair to let you all know where you can reach me.</p>
  1794. <blockquote>
  1795. <p><strong>other blogs:</strong></p>
  1796. </blockquote>
  1797. <ul>
  1798. <li>dean winchester / <em>supernatural</em> / <a href="http://macabreatlas.tumblr.com">macabreatlas</a></li>
  1799. <li>miles upshur / <em>outlast</em> / <a href="http://deathwitness.tumblr.com">deathwitness</a></li>
  1800. <li>bucky barnes / <em>marvel</em> / <a href="http://walkinggraveyard.tumblr.com">walkinggraveyard</a></li>
  1801. <li>marius streicher / <em>tom clancy&rsquo;s rainbow six: siege</em> / <a href="http://luftzauberer.tumblr.com">luftzauberer</a></li>
  1802. <li>emma van kamp / <em>fandomless oc</em> / <a href="http://chldstr.tumblr.com">chldstr</a></li>
  1803. <li>stephanie ward / <em>1980s oc</em> / <a href="http://vaporvamp.tumblr.com">vaporvamp</a></li>
  1804. <li>z velazquez / <em>gta v oc</em> / <a href="http://heistmenace.tumblr.com">heistmenace</a></li>
  1805. <li>multimuse / <em>multiple fandoms</em> / <a href="http://wardebted.tumblr.com">wardebted</a></li>
  1806. </ul>
  1807. <blockquote>
  1808. <p><strong>discord(s):</strong></p>
  1809. </blockquote>
  1810. <ul>
  1811. <li>out of character / main account: <strong>𝐏𝐔𝐌𝐏𝐊𝐈𝐍 𝐐𝐔𝐄𝐄𝐍 🎃#8512</strong></li>
  1812. <li>in-character / writing account: <strong>ASH ♡#6427</strong></li>
  1813. </ul>
  1814. <p></p>
  1815. <blockquote>
  1816. <p><strong>in-character wire(s):</strong></p>
  1817. </blockquote>
  1818. <ul>
  1819. <li>dean winchester / <strong>@deanalexander</strong></li>
  1820. <li>miles upshur / <strong>@milesupshur</strong></li>
  1821. <li>bucky barnes / <strong>@buckybarnes</strong></li>
  1822. </ul>
  1823.  
  1824. </div>
  1825. </div>
  1826.  
  1827. <div id="box3" class="popup_block">
  1828.  
  1829. <h2>UNIVERSES</h2>
  1830.  
  1831. <ul id="tabs">
  1832. <li class="active">MAIN.</li>
  1833. &nbsp;
  1834. <li>AU.</li>
  1835. &nbsp;
  1836. <li>GROUP.</li>
  1837. </ul>
  1838.  
  1839. <div style="width:auto;height:270px;overflow:scroll;padding:5px;">
  1840.  
  1841.  
  1842.  
  1843. <ul id="tab">
  1844. <li class="active">
  1845.  
  1846.  
  1847. <img src="https://i.imgur.com/nzYQdQE.png" align="left" style="height:85px;width:85px;padding-right:5px;padding-bottom:0px;">
  1848. <big><a href="/tagged/GOD’S-GONNA-CUT-YOU-DOWN-%C2%A0-%2F-%C2%A0-𝐌𝐀𝐈𝐍">GOD’S GONNA CUT YOU DOWN</a></big>
  1849.  
  1850. <br><br>
  1851.  
  1852. <b>MAINVERSE.</b> this is the verse where most interactions will take place. dominic splits his time between hereford, herefordshire, england in the uk and sankt augustin, north rhine-westphalia in germany. he is an operative for nato’s <em>very secretive</em> team rainbow and spends a lot of time traveling abroad, so his location varies. he is forty-five and a cocaine addict.
  1853.  
  1854. <br><br><br>
  1855.  
  1856. <img src="https://i.imgur.com/M3HKvG0.png" align="left" style="height:85px;width:85px;padding-right:5px;padding-bottom:0px;">
  1857. <big><a href="/tagged/HANGMAN-COMIN’-DOWN-FROM-THE-GALLOWS-%C2%A0-%2F-%C2%A0-𝐔𝐍𝐃𝐄𝐑𝐂𝐎𝐕𝐄𝐑-𝐀𝐑𝐂">HANGMAN COMIN’ DOWN FROM THE GALLOWS</a></big>
  1858.  
  1859. <br><br>
  1860.  
  1861. <b>UNDERCOVER ARC.</b> any interactions that occur while dom is still undercover with the hannover chapter of the hell’s angels will occur in this verse. to your muse, dominic will look, act, and <em>be</em> the hardened biker he’s supposed to be <em>unless</em> your muse is aware of who he really is and why he’s undercover.
  1862.  
  1863.  
  1864.  
  1865. </li>
  1866. <li>
  1867.  
  1868.  
  1869.  
  1870. <img src="https://i.imgur.com/ydg4xaK.png" align="left" style="height:85px;width:85px;padding-right:5px;padding-bottom:0px;">
  1871. <big><a href="/tagged/NEOPRENE-HYSTERIA-%C2%A0-%2F-%C2%A0-𝐎𝐏𝐄𝐍-𝐀𝐔">NEOPRENE HYSTERIA</a></big>
  1872.  
  1873. <br><br>
  1874.  
  1875. <strong>1980s AU.</strong> in this verse, dom and his twin brother cedrick are new kids from berlin who has moved to a small town in germany while his father opens makes business deals with local stores to sell his beer. interactions with stranger things, it, back to the future and other 1980s rp communities will go here.
  1876.  
  1877.  
  1878. </li>
  1879. <li>
  1880.  
  1881.  
  1882. <img src="https://i.imgur.com/8pHAIAG.png" align="left" style="height:85px;width:85px;padding-right:5px;padding-bottom:0px;">
  1883. <big><a href="/tagged/I-USED-TO-HAVE-HEART‚-BUT-THE-HIGHWAY-TOOK-IT-%C2%A0-%2F-%C2%A0-𝐂𝐋𝐎𝐒𝐄𝐃-𝐀𝐔">I USED TO HAVE HEART, BUT THE HIGHWAY TOOK IT</a></big>
  1884.  
  1885. <br><br>
  1886.  
  1887. <b>ROCKSTAR GROUP VERSE.</b> dominic and his band, drachengold are such a hot item in germany that they’re making waves in america, too. dom is still a drug addict, but he’s much more open about it and likes to indulge with his friends and <a href="http://strxnzo.tumblr.com">girlfriend</a>.
  1888.  
  1889.  
  1890. </li>
  1891. </ul>
  1892.  
  1893.  
  1894. </div>
  1895. </div>
  1896.  
  1897.  
  1898.  
  1899. <div id="box4" class="popup_block">
  1900.  
  1901. <div style="width:auto;height:350px;overflow:scroll;padding:5px;">
  1902.  
  1903. <center>
  1904.  
  1905. <span style="line-height:5px">
  1906.  
  1907.  
  1908.  
  1909. ❝ i used to be undercover. i did time. i had to deal drugs. i even had to kill. and i was so good at it that . . .<br />——— <b><i>it got me a promotion.</i></b> ❞
  1910.  
  1911. <br><br>
  1912.  
  1913. </center>
  1914.  
  1915. <h3>BASICS</h3>
  1916.  
  1917. <ul><li>FULL NAME ( VOLLSTÄNDIGER NAME ):</u> brunsmeier, johann dominikus</li>
  1918. <li>PROFESSIONAL NAME ( PROFESSIONEL NAME ): bandit</li>
  1919. <li>NICKNAME ( SPITZNAME ): dominic / dom / bandito</li>
  1920. <li>BIRTHDATE ( GEBURTSTAG ): august 13, 1974</li>
  1921. <li>AGE ( ALTER ): 45</li>
  1922. <li>GENDER ( GESCHLECHT ): male</li>
  1923. <li>ORIENTATION ( ORIENTIERUNG ): he doesn’t even know</li>
  1924. <li>SPECIES ( SPEZIES ): human</li>
  1925. <li>OCCUPATION ( BERUF ): operative for nato’s top secret team rainbow</li>
  1926. <li>RELATIONSHIP STATUS ( BEZIEHUNGSSTATUS ): single</li></ul>
  1927.  
  1928. <h3>PHYSICAL TRAITS</h3>
  1929.  
  1930. <ul><li>HEIGHT ( HÖHE ): 1.78 m. ( 6'2" )</li>
  1931. <li>WEIGHT ( GEWICHT ): 67.59 kg. ( 149 lbs )</li>
  1932. <li>EYE COLOUR ( AUGENFARBE ): dark brown</li>
  1933. <li>HAIR COLOUR ( HAARFARBE ): dark brown</li>
  1934. <li>BUILD ( KÖRPERBAU ): slender</li>
  1935. <li>SCARS ( KRATZER ): many</li>
  1936. <li>TATTOOS ( TÄTOWIERUNG ): many ( see <a href="https://wardebted.tumblr.com/post/182441067155/dominic-brunsmeier-tattoos-in-retrospect-this">h e r e</a> )</li>
  1937. <li>PIERCINGS: none</li>
  1938. <li>LIKENESS ( ÄHNLICHKEIT ): nathaniel buzolic</li></ul>
  1939.  
  1940. <h3>PERSONALITY</h3>
  1941. <ul><li>ZODIAC SIGN ( STERNZEICHEN ): leo</li>
  1942. <li>ALIGNMENT ( AUSRICHTUNG ): chaotic neutral</li>
  1943. <li>MBTI: infp</li>
  1944. <li>POSITIVE TRAITS ( POSITIVE EIGENSCHAFTEN ): hard - working / humorous / adaptable</li>
  1945. <li>NEGATIVE TRAITS ( NEGATIVE EIGENSCHAFTEN ): apathetic / possessive / extremely emotionally unavailable</li></ul>
  1946.  
  1947.  
  1948. <h3>MEDICAL RECORD</h3>
  1949. <ul><li>MENTAL ( GEISTIG ): cocaine addict / ptsd</li>
  1950. <li>PHYSICAL ( KÖRPERLICH ): underweight</li>
  1951. <li>PHOBIAS ( PHOBIEN ): none</li>
  1952. <li>EYESIGHT ( SEHVERMÖGEN ): 20/40</li>
  1953. <li>DRUG USE ( DROGENGEBRAUCH ): heavy cocaine use</li>
  1954. <li>ALCOHOL USE ( ALKOHOLGEBRAUCH ): regular</li>
  1955. <li>DIET ( DIÄT ): healthy, though he does eat a lot to satisfy cravings he has from using cocaine</li></ul>
  1956.  
  1957. <h3>BACKGROUND</h3>
  1958. <ul><li>BIRTH PLACE ( GEBURTSORT ): neuköln, west berlin, brandenburg, federal republic of germany</li>
  1959. <li>CURRENT RESIDENCE ( AKTUELLER WOHNORT ): hereford, herefordshire, england, united kingdom</li>
  1960. <li>NATIONALITY ( STAATSANGEHÖRIGKEIT ): german</li>
  1961. <li>EDUCATION ( BILDUNG ): high school graduate</li>
  1962. <li>NOTABLE SKILLS ( KOMPETENZEN ): ice hockey / darts / driving / tbd</li>
  1963. <li>LANGUAGES ( SPRACHEN ): german / english / russian / french</li>
  1964. <li>FAMILY’S CURRENT RESIDENCE ( DER AKTUELLE WOHNSITZ DER FAMILIE ): berlin, brandenburg, germany</li></ul>
  1965.  
  1966. <h3>BIOGRAPHY</h3>
  1967.  
  1968. <p><strong>TRIGGER WARNINGS: DEATH MENTION, DRUG MENTION</strong></p>
  1969.  
  1970. <p><strong>I. JOHANN DOMINIKUS BRUNSMEIER</strong> is born as cedrick’s twin, and their endless pranks make their parents’ lives a living hell. hell runs in the blood; you inherit the scars your ancestors passed down. brunsmeiers aren’t just resilient; they’re stronger than steel, impassable as granite. some of them lived through wars, through life in the wehrmacht & the luftwaffe, and you, dominic, had it so easy before. your step-grandfather created the third most popular brewery in berlin, the brewery that gave your father his livelihood. if you and your brother had wanted to go to college, you could have afforded it! but instead, they both decide to enter the <strong>BUNDESGRENZSCHUTZ</strong>, and it sets their lives on a path from which they do not recover.</p>
  1971.  
  1972. <p><strong>II.</strong> he spends one year with border control and gets far too accustomed to following orders and filing paperwork for his comfort zone. his father tells him it’s all part of the process ( growing pains! ) dominic and cedrick still blow off steam by pulling harmless pranks on coworkers. they spend ten years with the bgs; they are two of the best cops the bgs has ever seen. their futures are bright, or so say their higher-ups. little do they know ———</p>
  1973.  
  1974. <strong>III.</strong> cedrick dies at 28 in a freak car accident caused by a faulty car battery. it happens days before the new year; dominic joins the <strong>GSG-9</strong> a month later to get away from their side-by-side lockers. ( you carry your ancestor’s scars with you; rudi brunsmeier died on the beaches of normandy in 1944, and his twin brother, werner, came home ALONE! )</p>
  1975.  
  1976. <p><strong>IV.</strong> after four years with the gsg-9, they entrust him to a six-month undercover operation with hannover’s chapter of <strong>HELLS ANGELS</strong>. six months turns into nine. nine months turns into eighteen. eighteen months turns into <strong>FOUR YEARS</strong>. not once does he lose sight of his objective; he deals drugs, he goes to jail, he murders people. he does his job flawlessly, & when he does make a mistake, he carries it with him.</p>
  1977.  
  1978. <p><strong>V.</strong> less than two weeks before he comes out from being undercover, dominic finds himself in a situation that could blow the entire operation. when it comes down to the wire, he can expose himself and the gsg-9’s four-year operation — or he can huff a line of cocaine to prove himself in front of a notorious drug lord within the mc. guess which one he chooses?</p>
  1979.  
  1980. <p><strong>VI.</strong> when <strong>TEAM RAINBOW</strong> hires him in 2015, he has been an addict for five years. he designs a crude electrical device ( named <strong>CED</strong> for CEDRICK! ) with two mobile phones, a metal brace, electrical tape, and a car battery. he honors and humiliates cedrick’s memory every time he deploys it at work, but despite the nightmares he’s been through and despite the demons that haunt him, he can still laugh when he finds the appropriate time and place.</p>
  1981.  
  1982. <p><strong>VII.</strong> today, he has been an addict for nine years, and at 45, he finds it harder each day not to let it consume and define him.</p>
  1983.  
  1984. <h3>NOTES</h3>
  1985.  
  1986. <ul><li>team rainbow is one of the least-known intelligence operations in the world. less than 100 people in washington d.c. even know it exists. your muse will likely not know it exists, even if they themselves work for s.h.i.e.l.d. or another top-secret organization.</li>
  1987. <li>muses are likely to interact with dominic while he’s on the job. he wears the typical gsg-9 police uniform while he’s working so civilians don’t know rainbow exists. <em>there is no official rainbow uniform, and all operators wear their respective police force uniforms</em>.</li>
  1988. <li>dom isn’t very nice, and as a prankster, sometimes his pranks go too far. this doesn't mean i don’t like you or your muse!</li>
  1989. </ul>
  1990.  
  1991. </div>
  1992. </div>
  1993.  
  1994.  
  1995.  
  1996. <div id="box5" class="popup_block">
  1997.  
  1998. <div style="width:auto;height:350px;overflow:scroll;padding:5px;">
  1999.  
  2000. <center>
  2001.  
  2002. <h2>NAVIGATION</h2>
  2003.  
  2004. <h3>CHARACTER REFERENCES</h3>
  2005.  
  2006.  
  2007. <div class="popupnavlinks">
  2008.  
  2009. <a href="/tagged/I-HAD-TOO-MANY-FLASH-FIRES-%C2%A0-%2F-%C2%A0-𝐁𝐀𝐍𝐃𝐈𝐓">GALLERY</a>
  2010. <a href="/tagged/LOOK-LIKE-YOU’VE-BEEN-TO-THE-HEARTBREAK-HOTEL-%C2%A0-%2F-%C2%A0-𝐀𝐔𝐒𝐒𝐄𝐇𝐄𝐍">FACECLAIM</a>
  2011. <br>
  2012. <a href="/tagged/HURRICANE-TRAPPED-INSIDE-A-BOTTLE-%C2%A0-%2F-%C2%A0-𝐀𝐒𝐓𝐇𝐄𝐓𝐈𝐒𝐂𝐇">AESTHETIC</a>
  2013. <a href="/tagged/MY-BONES-SAY-FIND-A-HOME-%C2%A0-%2F-%C2%A0-𝐋𝐄𝐈𝐁">BODYCANONS</a>
  2014. <br>
  2015. <a href="/tagged/NOW-I’M-BLEEDING-IN-AN-UNFAMILIAR-PLACE-%C2%A0-%2F-%C2%A0-𝐆𝐑𝐔𝐍𝐃𝐒𝐀𝐓𝐙">HEADCANONS</a>
  2016. <a href="/tagged/TRAINED-MYSELF-TO-GIVE-UP-ON-THE-PAST-%C2%A0-%2F-%C2%A0-𝐆𝐄𝐃𝐀𝐍𝐊𝐄𝐍">MUSINGS</a>
  2017. <br>
  2018. <a href="/tagged/HE-NEEDS-NO-ARMY-WHERE-HE’S-GOING-%C2%A0-%2F-%C2%A0-𝐊𝐎𝐌𝐏𝐄𝐓𝐄𝐍𝐙𝐄𝐍">SKILLS</a>
  2019. <a href="/tagged/CONSTANTLY-CHANGING-FROM-CALM-TO-HELL-%C2%A0-%2F-%C2%A0-𝐒𝐓𝐔𝐃𝐈𝐄">STUDY</a>
  2020. <br><br><br>
  2021.  
  2022. <h3>OUT OF CHARACTER</h3>
  2023. <a href="/tagged/WUNSCHZETTEL-%C2%A0-%2F-%C2%A0-𝐖𝐈𝐒𝐇𝐋𝐈𝐒𝐓">WISHLIST</a>
  2024. <a href="https://rpthreadtracker.com/public/deenvanhalen/derabhangige">TRACKER</a>
  2025. <br>
  2026. <a href="https://www.pinterest.com/honorarymikaelson/ch-bandit/">PINTEREST</a>
  2027. <a href="https://macabreatlas.tumblr.com/post/187787367562/where-in-the-world-is-ash-dean-winchester-of">OTHER BLOGS</a>
  2028. <br><br><br>
  2029.  
  2030. </div>
  2031. </div>
  2032. </div>
  2033.  
  2034.  
  2035.  
  2036. <!--
  2037. ♛ CUSTOM SIDEBAR TEXT
  2038. -->
  2039.  
  2040.  
  2041.  
  2042. <div id="bite">
  2043. <div id="thekey"></div>
  2044. <div class="death">
  2045. <div id="actualnews">
  2046.  
  2047. <center>
  2048.  
  2049. <div style="width:auto;height:345px;overflow:scroll;padding:5px;">
  2050.  
  2051. <h4>TELL</h4>
  2052.  
  2053. <p>my past has tasted <em>bitter</em> for years now. so i wield an <b>iron fist</b><br />grace is just <em>weakness</em>, or so i've been told<br />i've been cold; i've been <b>MERCILESS</b><br />( but the blood on my hands scares me to death . . . )</p>
  2054.  
  2055. <h4>ME</h4>
  2056.  
  2057. <p>iconless, independent, mutual - exclusive portrayal of<br /><strong>dean winchester</strong><br />of the cw's supernatural<br />penned and adored by <em>ash</em><br />est. <u>may 2013</u><br />revamp. <u>jan 2019</u></p>
  2058.  
  2059. <h4>ATLAS</h4>
  2060. <p>thread count: 25<br /><iframe src="https://free.timeanddate.com/clock/i6xxcf3h/n25/fn9/fs11/fcfff/tct/pct/ftb/th2" frameborder="0" width="65" height="14" allowTransparency="true"></iframe></p>
  2061.  
  2062.  
  2063.  
  2064. </center>
  2065.  
  2066.  
  2067. </div>
  2068. </div></div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement