Advertisement
Guest User

Untitled

a guest
Apr 5th, 2017
155
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 48.52 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2.  
  3.  
  4.  
  5. <!--
  6.  
  7. WINTER'S LADY THEMES
  8. ♛ this code was made by AGIRLINGREY@TUMBLR.
  9. ♛ do not remove credit or claim as your own.
  10.  
  11. -->
  12.  
  13.  
  14.  
  15.  
  16. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  17. <head>
  18.  
  19.  
  20.  
  21. <!--
  22. POP UP SCRIPT
  23. -->
  24.  
  25.  
  26. <script type="text/javascript"
  27. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  28. <script>
  29. $(document).ready(function() {
  30. //
  31. $('a.poplight[href^=#]').click(function() {
  32. var popID = $(this).attr('rel'); //Get Popup Name
  33. var popURL = $(this).attr('href'); //Get Popup href to define size
  34. var query= popURL.split('?');
  35. var dim= query[1].split('&');
  36. var popWidth = dim[0].split('=')[1]; //Gets the first query string value
  37. $('#' + popID).fadeIn().css({ 'width': Number( popWidth ) }).prepend('<a href="#" class="close"></a>');
  38. var popMargTop = ($('#' + popID).height() + 80) / 2;
  39. var popMargLeft = ($('#' + popID).width() + 80) / 2;
  40. //Apply Margin to Popup
  41. $('#' + popID).css({
  42. 'margin-top' : -popMargTop,
  43. 'margin-left' : -popMargLeft
  44. });
  45. $('body').append('<div id="fade"></div>');
  46. $('#fade').css({'filter' : 'alpha(opacity=80)'}).fadeIn(); //Fade in the fade layer - .css({'filter' : 'alpha(opacity=80)'})
  47. return false;
  48. });
  49. $('a.close, #fade').live('click', function() {
  50. $('#fade , .popup_block').fadeOut(function() {
  51. $('#fade, a.close').remove(); //fade them both out
  52. });
  53. return false;
  54. });
  55. });
  56. </script>
  57.  
  58.  
  59.  
  60. <!--
  61. VERSE TABS SCRIPT
  62. -->
  63.  
  64.  
  65. <script>
  66.  
  67. $(document).ready(function(){
  68. $("ul#tabs li").click(function(e){
  69. if (!$(this).hasClass("active")) {
  70. var tabNum = $(this).index();
  71. var nthChild = tabNum+1;
  72. $("ul#tabs li.active").removeClass("active");
  73. $(this).addClass("active");
  74. $("ul#tab li.active").removeClass("active");
  75. $("ul#tab li:nth-child("+nthChild+")").addClass("active");
  76. }
  77. });
  78. });
  79. </script>
  80.  
  81.  
  82.  
  83.  
  84. <!--
  85. TOOLTIP STYLING SCRIPT
  86. -->
  87.  
  88. <link href="https://fonts.googleapis.com/css?family=Devonshire" rel="stylesheet">
  89. <link href="http://static.tumblr.com/5omyijl/bzrn2yg7i/style-my-tooltips.css" rel="stylesheet" type="text/css" />
  90. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  91. <script src="http://static.tumblr.com/5omyijl/RZtn2yg9v/jquery.style-my-tooltips.js"></script>
  92. <script>
  93. (function($){
  94. $(document).ready(function(){
  95. $("[title]").style_my_tooltips({
  96. tip_follows_cursor:true,
  97. tip_delay_time:200,
  98. tip_fade_speed:500
  99. });
  100. });
  101. })(jQuery);
  102. </script>
  103.  
  104.  
  105. <script>
  106.  
  107. $(document).ready(function(){
  108. $("ul#tabs li").click(function(e){
  109. if (!$(this).hasClass("active")) {
  110. var tabNum = $(this).index();
  111. var nthChild = tabNum+1;
  112. $("ul#tabs li.active").removeClass("active");
  113. $(this).addClass("active");
  114. $("ul#tab li.active").removeClass("active");
  115. $("ul#tab li:nth-child("+nthChild+")").addClass("active");
  116. }
  117. });
  118. });
  119. </script>
  120.  
  121.  
  122.  
  123. <title>{Title}</title>
  124. <link rel="shortcut icon" href="{Favicon}">
  125. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  126. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  127.  
  128. <meta name="color:background" content="#000000"/>
  129. <meta name="color:text" content="#a1a0a0"/>
  130. <meta name="color:description" content=transparent/>
  131. <meta name="color:link" content="#e0d3ed"/>
  132. <meta name="color:link hover" content="#989898" />
  133. <meta name="color:bold" content="#cdc2f0" />
  134. <meta name="color:italic" content="#ffffff" />
  135. <meta name="color:border" content="#292828" />
  136. <meta name="color:scrollbar" content="#ffffff" />
  137. <meta name="color:postbg" content=transparent />
  138. <meta name="color:blockquote" content="#121212" />
  139. <meta name="color:tags" content="#e0d3ed"/>
  140.  
  141. <meta name="image:background" content=""/>
  142.  
  143. <meta name="text:link 1" content="link 1"/>
  144. <meta name="text:link 1 url" content="/"/>
  145. <meta name="text:link 2" content="link 2"/>
  146. <meta name="text:link 2 url" content="/"/>
  147. <meta name="text:link 3" content="link 3"/>
  148. <meta name="text:link 3 url" content="/"/>
  149. <meta name="text:link 4" content="link 4"/>
  150. <meta name="text:link 4 url" content="/"/>
  151. <meta name="text:link 5" content="link 5"/>
  152. <meta name="text:link 5 url" content="/"/>
  153. <meta name="text:link 6" content="link 6"/>
  154. <meta name="text:link 6 url" content="/"/>
  155. <meta name="text:link 7" content="link 7"/>
  156. <meta name="text:link 7 url" content="/"/>
  157. <meta name="text:link 8" content="link 8"/>
  158. <meta name="text:link 8 url" content="/"/>
  159.  
  160. <meta name="if:tinycursor" content="1"/>
  161. <meta name="if:greyscale" content="0"/>
  162. <meta name="text:text size" content="12px" />
  163. <meta name="if:showsubmit" content="0"/>
  164.  
  165. <meta name="color:updates bar" content="#070707"/>
  166. <meta name="image:Updates" content=""/>
  167. <meta name="image:thekey" content=""/>
  168.  
  169.  
  170.  
  171. <!--
  172. CUSTOM FONTS
  173. -->
  174.  
  175.  
  176. <link href='https://fonts.googleapis.com/css?family=Playfair+Display' rel='stylesheet' type='text/css'>
  177.  
  178. <link href='https://fonts.googleapis.com/css?family=Montserrat' rel='stylesheet' type='text/css'>
  179.  
  180. <link href='https://fonts.googleapis.com/css?family=Arizonia' rel='stylesheet' type='text/css'>
  181.  
  182. <link href='https://fonts.googleapis.com/css?family=Roboto+Condensed' rel='stylesheet' type='text/css'>
  183.  
  184.  
  185. <style type="text/css">
  186.  
  187.  
  188.  
  189. /* the hover update thing */
  190.  
  191.  
  192.  
  193. #bite
  194. #bite a{
  195. display:block
  196. }
  197. #bite .death {
  198. margin-top:0px;filter: alpha(opacity = 0.6);
  199. opacity:0.6;-webkit-transition: all 0.5s ease-out;
  200. -moz-transition: all 0.5s ease-out;transition: all 0.5s ease-out;
  201. }
  202.  
  203. #bite:hover .death {
  204. margin-top:0px;
  205. -webkit-transition: all 0.8s ease-out;
  206. -moz-transition: all 0.8s ease-out;
  207. transition: all 0.8s ease-out;
  208. filter: alpha(opacity = 100);
  209. filter: alpha(opacity = 100);
  210. opacity:100;
  211. }
  212.  
  213. /* selection font and background */
  214.  
  215.  
  216. ::selection {
  217. background: #444;
  218. color:#fff; }
  219.  
  220.  
  221. ::-moz-selection {
  222. background: #444;
  223. color:#fff; }
  224.  
  225.  
  226.  
  227. /* scrollbar details */
  228.  
  229.  
  230.  
  231. ::-webkit-scrollbar {
  232. height: 0px;
  233. width: 2px;
  234. background:transparent;
  235. border-left:0px solid transparent;
  236. border-right:0px solid transparent;}
  237.  
  238.  
  239. ::-webkit-scrollbar-thumb {
  240. background:transparent;}
  241.  
  242.  
  243.  
  244.  
  245.  
  246. /* the cursor */
  247.  
  248.  
  249. {block:iftinycursor}
  250. body, a, a:hover{
  251. cursor: url('http://media.tumblr.com/28e8e2c9c0a422c5fb73ea368b58b529/tumblr_inline_mv7k3cbC5e1qmxe8x.png'), progress;}
  252. {/block:iftinycursor}
  253.  
  254. iframe#tumblr_controls {
  255. right:3px !important;
  256. position: fixed !important;
  257. -webkit-transition: opacity 0.7s
  258. linear;opacity: 0.2;
  259. -webkit-transition: all 0.8s ease-out;
  260. -moz-transition: all 0.8s ease-out;
  261. transition: all 0.8s ease-out;}
  262.  
  263. iframe#tumblr_controls:hover{
  264. -webkit-transition: opacity 0.7s linear;
  265. opacity: 1;
  266. -webkit-transition: all 0.4s ease-out;
  267. -moz-transition: all 0.4s ease-out;
  268. transition: all 0.4s ease-out;}
  269.  
  270.  
  271.  
  272. /* general look & background */
  273.  
  274.  
  275. body {
  276. background:#727272;
  277. background-image:url('http://i.imgur.com/UsFxlOQ.png');
  278. background-attachment: fixed;
  279. background-repeat: no-repeat;
  280. background-position: left top;
  281. color:#272727;
  282. font-family: calibri;
  283. text-align:justify;
  284. font-size: 10px;
  285. letter-spacing:1px;
  286. line-height:135%;
  287.  
  288. }
  289.  
  290.  
  291.  
  292. /* the verses tabs */
  293.  
  294.  
  295. ul#tabs {
  296. list-style-type: none;
  297. padding: 0;
  298. text-align: center;
  299. font-size:8px;
  300. letter-spacing:1px;
  301. }
  302.  
  303. ul#tabs li {
  304. display: inline-block;
  305. background-color: transparent;
  306. border: solid 0px #262626;
  307. padding: 4px 12px;
  308. margin-bottom: 4px;
  309. color: #1b1b1b;
  310. cursor: pointer;
  311. }
  312.  
  313. ul#tabs li:hover {
  314. background-color: #b0b0b0;
  315. }
  316.  
  317. ul#tabs li.active {
  318. background-color: #0f0f0f;
  319. background-image:url('http://i.imgur.com/WKP63ve.png');
  320. border: 1px solid #9b9b9b;
  321. }
  322.  
  323. ul#tab {
  324. list-style-type: none;
  325. margin: 0;
  326. padding: 0;
  327. }
  328.  
  329. ul#tab li {
  330. display: none;
  331. }
  332.  
  333. ul#tab li.active {
  334. display: block;
  335. }
  336.  
  337.  
  338.  
  339.  
  340. /* back to general look & details */
  341.  
  342.  
  343.  
  344. a:link, a:active, a:visited {
  345. text-decoration: none;
  346. color: #ffffff;
  347. -moz-transition-duration:.6s;
  348. -webkit-transition-duration:.6s;
  349. -o-transition-duration:.6s;
  350. -webkit-filter: blur(0px);}
  351.  
  352. a:hover {
  353. color: #8f8f8f;
  354. -moz-transition-duration:.6s;
  355. -webkit-transition-duration:.6s;
  356. -o-transition-duration:.6s;
  357. -webkit-filter: blur(1px);}
  358.  
  359.  
  360.  
  361. h1 {
  362. background-color: transparent;
  363. font-family: 'Montserrat', sans-serif;
  364. font-size: 16px;
  365. line-height: 20px;
  366. letter-spacing: 2px;
  367. text-align: center;
  368. text-transform:uppercase;
  369. color: #d1d1d1;
  370. }
  371.  
  372.  
  373. h2 {
  374. background-color: transparent;
  375. font-family: 'Montserrat', sans-serif;
  376. font-size: 15px;
  377. line-height: 16px;
  378. letter-spacing: 2px;
  379. text-align: left;
  380. text-transform:uppercase;
  381. color: #d1d1d1;
  382. }
  383.  
  384.  
  385.  
  386. h3 {
  387. background-color: transparent;
  388. background-image:url("http://i.imgur.com/WKP63ve.png");
  389. border-left: double 3px #191919;
  390. border-top: double 3px #191919;
  391. border-right: double 3px #191919;
  392. border-bottom: double 3px #191919;
  393. font-family: arial;
  394. font-weight:bold;
  395. color: #d1d1d1;
  396. text-shadow:
  397. -1px -1px 0 #000000,
  398. 1px -1px 0 #000000,
  399. -1px 1px 0 #000000,
  400. 1px 1px 0 #000000;
  401. font-size: 10px;
  402. line-height: 12px;
  403. letter-spacing: 2px;
  404. text-align: center;
  405. text-transform:uppercase;
  406. padding:1px;
  407. line-height:120%;}
  408.  
  409.  
  410.  
  411. quotetext {
  412. background-color: transparent;
  413. font-family: times;
  414. font-size: 14px;
  415. line-height: 20px;
  416. letter-spacing: 2px;
  417. text-align: center;
  418. text-transform:uppercase;
  419. color: #dadada;
  420. }
  421.  
  422.  
  423.  
  424. blockquote {
  425. word-wrap: break-word;
  426. padding:2px 7px;
  427. margin:3px 0 3px 10px;
  428. border-left:1px solid {color:border};
  429. background-color:transparent;}
  430.  
  431.  
  432. blockquote img{
  433. max-width:100%;
  434. height:auto;
  435. }
  436.  
  437. blockquote blockquote img{
  438. max-width:100%;
  439. height:auto;
  440. }
  441.  
  442.  
  443.  
  444.  
  445.  
  446.  
  447.  
  448. b, bold {
  449. font-size:10px;
  450. text-transform:uppercase;
  451. letter-spacing:1px;
  452. font-family: times;
  453. color: #3d3d3d;
  454. text-shadow:1px 1px 0 #343434;
  455. }
  456.  
  457.  
  458. i, italic {
  459. font-size:15px;
  460. color: #ffffff;
  461. font-family: 'Devonshire', cursive;
  462. text-shadow: 0px 0px 2px #5a5a5a;
  463. letter-spacing:1px;
  464. text-transform:lowercase;
  465. }
  466.  
  467. b, strong {
  468. font-size:10px;
  469. text-transform:uppercase;
  470. letter-spacing:1px;
  471. font-family: times;
  472. color: #3d3d3d;
  473. text-shadow:1px 1px 0 #343434;
  474. }
  475.  
  476.  
  477. i, em {
  478. font-size:15px;
  479. color: #ffffff;
  480. font-family: 'Devonshire', cursive;
  481. text-shadow: 0px 0px 2px #5a5a5a;
  482. letter-spacing:1px;
  483. text-transform:lowercase;
  484. }
  485.  
  486.  
  487.  
  488. p {
  489. margin-top:5px;
  490. margin-bottom:5px;}
  491.  
  492.  
  493. ol {
  494. list-style:normal;}
  495.  
  496.  
  497. ul {
  498. list-style:square;}
  499.  
  500.  
  501. small {
  502. font-size:10px}
  503.  
  504.  
  505. sup,sub {
  506. font-size:11px}
  507.  
  508.  
  509. pre {
  510. font-size: 10px;
  511. letter-spacing:3px;
  512. background-color:#7f7f7f;
  513. font-family: "Times New Roman", Times, serif;
  514. font-style: none;
  515. text-align:center;
  516. }
  517.  
  518.  
  519.  
  520. big {
  521. font-size:14px;
  522. text-transform:uppercase;
  523. letter-spacing:2px;
  524. font-family: "Times New Roman", Times, serif;
  525. color: #b8b8b8;
  526. text-shadow: 0px 0px 2px #383838;
  527. }
  528.  
  529.  
  530.  
  531. {block:IfGreyscale}
  532.  
  533. img {
  534. -webkit-filter:grayscale(100%);
  535. -webkit-transition: all 0.9s ease-in-out;
  536. -moz-transition: all 0.9s ease-in-out;
  537. -o-transition: all 0.9s ease-in-out;
  538. -ms-transition: all 0.9s ease-in-out;
  539. transition: all 0.9s ease-in-out;}
  540.  
  541. img:hover {
  542. -webkit-filter:none;}
  543.  
  544. .html_photoset {
  545. -webkit-filter: grayscale(100%);
  546. -webkit-transition: all 0.9s ease-in-out;
  547. -moz-transition: all 0.9s ease-in-out;
  548. -o-transition: all 0.9s ease-in-out;
  549. -ms-transition: all 0.9s ease-in-out;
  550. transition: all 0.9s ease-in-out;}
  551.  
  552. .html_photoset:hover {
  553. -webkit-filter: none;}
  554.  
  555. {/block:IfGreyscale}
  556.  
  557.  
  558.  
  559. #pcontainer {
  560. background-color:transparent;
  561. width:240px;
  562. height:430px;
  563. padding: 20px;
  564. top:282px;
  565. margin-left:15px;
  566. position:relative;
  567. overflow-y:scroll;
  568. overflow-x:hidden;
  569. -webkit-mask-image: -webkit-gradient(
  570. linear, center 75%, center bottom,
  571. from(rgba(0,0,0,20)),
  572. to(rgba(20,0,0,0)));
  573. border:1px solid transparent;}
  574.  
  575.  
  576.  
  577. #pcontainer img {
  578. height:auto;
  579. max-width:100%;
  580. }
  581.  
  582.  
  583.  
  584. #content {
  585. margin-left:62px;
  586. width:310px;
  587. margin-top: -100px;
  588. }
  589.  
  590.  
  591. #posts {
  592. width:250px;
  593. padding:10px;
  594. margin-top: 85px;
  595. margin-left:-70px;
  596. padding-bottom:0px;}
  597.  
  598.  
  599.  
  600. #sidebar {
  601. margin-left: 1590px;
  602. line-height:15px;
  603. width: 180px;
  604. position: fixed;
  605. top: 200px;
  606. text-align: center; }
  607.  
  608.  
  609. #sidebar img {
  610. width:150px;
  611. padding-top:10px;
  612. padding-bottom:10px;}
  613.  
  614.  
  615. #description {
  616. margin-left: 0px;
  617. margin-top: -50px;
  618. width:180px;
  619. color:transparent;}
  620.  
  621.  
  622.  
  623. #actualnews {
  624. z-index:100000;
  625. border: 0px solid #000;
  626. margin-top:-55px;
  627. margin-left:710px;
  628. text-align:center;
  629. background-color:transparent;
  630. position:fixed;
  631. width:148px;
  632. line-height:180%;
  633. height:330px;
  634. font-family:calibri;
  635. font-size:10px;
  636. position:fixed;
  637. padding:10px;
  638. overflow-x:hidden;
  639. overflow-y:scroll;
  640. opacity:1;
  641. z-index:999;
  642. color:#191919;
  643. -webkit-mask-image: -webkit-gradient(
  644. linear, center 75%, center bottom,
  645. from(rgba(0,0,0,20)),
  646. to(rgba(20,0,0,0)));
  647. border:1px solid transparent;
  648. }
  649.  
  650.  
  651. #thekey img{
  652. width:60px;
  653. margin-top: -40px;
  654. margin-left: 45px;
  655. position:fixed;
  656. }
  657.  
  658.  
  659. ul#tabs {
  660. list-style-type: none;
  661. padding: 0;
  662. text-align: center;
  663. font-size:8px;
  664. letter-spacing:1px;
  665. }
  666.  
  667. ul#tabs li {
  668. display: inline-block;
  669. background-color:#cfcccc;
  670. border: solid 0px #462d33;
  671. padding: 4px 10px;
  672. margin-bottom: 4px;
  673. color: #191919;
  674. cursor: pointer;
  675. }
  676.  
  677. ul#tabs li:hover {
  678. color: transparent;
  679. text-shadow: #7f7f7f 0 0 5px;
  680. text-decoration:none;
  681. }
  682.  
  683. ul#tabs li.active {
  684. border-left: double 3px #462d33;
  685. border-top: double 3px #462d33;
  686. border-right: double 3px #462d33;
  687. border-bottom: double 3px #462d33;
  688. background-image:url('http://i.imgur.com/WKP63ve.png');
  689. color:#ffffff;
  690. text-shadow:
  691. -1px -1px 0 #836767,
  692. 1px -1px 0 #836767,
  693. -1px 1px 0 #836767,
  694. 1px 1px 0 #836767;
  695.  
  696. }
  697.  
  698. ul#tab {
  699. list-style-type: none;
  700. margin: 0;
  701. padding: 0;
  702. }
  703.  
  704. ul#tab li {
  705. display: none;
  706. }
  707.  
  708. ul#tab li.active {
  709. display: block;
  710. }
  711.  
  712.  
  713.  
  714. /* JUMBLED LINKS */
  715.  
  716.  
  717.  
  718. .alinks {
  719. position:fixed;
  720. text-shadow: 0px 0px 0px #000;
  721. left:75px;
  722. top:100px;
  723. transform: rotate(0deg);
  724. font-family: 'Montserrat', sans-serif;
  725. font-size: 20px;
  726. z-index:999999;
  727. }
  728.  
  729.  
  730. .alinks a {
  731. opacity:1;
  732. padding:10px;
  733. color:#202020;
  734. margin-right:0px;
  735. -webkit-filter: blur(0px);
  736. -webkit-transition: 0.8s ease-in;
  737. -moz-transition: 1s ease-in;
  738. transition: 1s ease-in;
  739. }
  740.  
  741. .alinks a:hover {
  742. -webkit-filter: blur(4px);
  743. -webkit-transition: all 0.6s ease-in-out;
  744. -moz-transition: all 0.6s ease-in-out;
  745. -o-transition: all 0.6s ease-in-out;
  746. -ms-transition: all 0.6s ease-in-out;
  747. transition: all 0.6s ease-in-out;
  748. color: #b9b8b9;
  749. text-shadow: 3px 3px 3px #000;
  750. }
  751.  
  752.  
  753.  
  754.  
  755. .blinks {
  756. opacity:0.7;
  757. position:fixed;
  758. text-shadow: 0px 0px 0px #000;
  759. left:400px;
  760. top:380px;
  761. transform: rotate(0deg);
  762. font-family: 'Montserrat', sans-serif;
  763. font-size: 35px;}
  764.  
  765.  
  766. .blinks a {
  767. -webkit-filter: blur(1px);
  768. padding:10px;
  769. color:#ffffff;
  770. margin-right:0px;
  771. -webkit-transition: 0.8s ease-in;
  772. -moz-transition: 1s ease-in;
  773. transition: 1s ease-in;
  774. }
  775.  
  776. .blinks a:hover {
  777. -webkit-filter: blur(0px);
  778. color: #ffffff;
  779. }
  780.  
  781.  
  782.  
  783.  
  784. .clinks {
  785. opacity:0.7;
  786. position:fixed;
  787. text-shadow: 0px 0px 0px #000;
  788. left:430px;
  789. top:410px;
  790. transform: rotate(0deg);
  791. font-family: 'Montserrat', sans-serif;
  792. font-size: 35px;}
  793.  
  794.  
  795. .clinks a {
  796. -webkit-filter: blur(1px);
  797. padding:10px;
  798. color:#ffffff;
  799. margin-right:0px;
  800. -webkit-transition: 0.8s ease-in;
  801. -moz-transition: 1s ease-in;
  802. transition: 1s ease-in;
  803. }
  804.  
  805. .clinks a:hover {
  806. -webkit-filter: blur(0px);
  807. color: #ffffff;
  808. }
  809.  
  810.  
  811.  
  812.  
  813. .credit {
  814. position:fixed;
  815. text-shadow: 0px 0px 11px #7C6868;
  816. right:15px;
  817. bottom:15px;
  818. transform: rotate(0deg);
  819. font-family: helvetica;
  820. font-size: 14px; }
  821.  
  822.  
  823. .credit a {
  824. padding:10px;
  825. color:#191919;
  826. margin-right:0px;
  827. -webkit-filter: blur(1px);
  828. -webkit-transition: 0.8s ease-in;
  829. -moz-transition: 1s ease-in;
  830. transition: 1s ease-in;
  831. }
  832.  
  833. .credit a:hover {
  834. -webkit-transition: all 0.6s ease-in-out;
  835. -moz-transition: all 0.6s ease-in-out;
  836. -o-transition: all 0.6s ease-in-out;
  837. -ms-transition: all 0.6s ease-in-out;
  838. transition: all 0.6s ease-in-out;
  839. color: #000000;
  840. text-shadow: 2px 2px 2px #000000;
  841. }
  842.  
  843.  
  844.  
  845.  
  846.  
  847.  
  848.  
  849.  
  850.  
  851.  
  852. /* JUMBLED LINKS ENDS */
  853.  
  854.  
  855.  
  856. #pagination {
  857. color:#ffffff;
  858. opacity:0.7;
  859. position:fixed;
  860. font-family:times;
  861. width:300px;
  862. font-size:30px;
  863. top:220px;
  864. left:-70px;
  865. letter-spacing:3px;
  866. text-align:center;
  867. z-index:999999999999;
  868. }
  869.  
  870. #pagination a {
  871. text-transform:uppercase;
  872. color:#181818;
  873. -webkit-filter: blur(1px);
  874. -webkit-transition: 0.8s ease-in;
  875. -moz-transition: 1s ease-in;
  876. transition: 1s ease-in;
  877. z-index:999999999999;
  878. }
  879.  
  880. #pagination a:hover {
  881. opacity:1;
  882. color:#ffffff;
  883. -webkit-filter: blur(0px);
  884. -webkit-transition: 0.2s ease-in;
  885. -moz-transition: 1s ease-in;
  886. transition: 1s ease-in;
  887. }
  888.  
  889.  
  890. .audio {
  891. width:335px;
  892. padding-bottom:10px;
  893. background-color:{color:#000000};}
  894.  
  895. .albumart {
  896. float:left;
  897. padding:0px 10px 10px 0px;}
  898.  
  899. .albumart img {
  900. width:65px;
  901. height:65px;}
  902.  
  903. .playercontainer {
  904. text-align:left;
  905. padding:10px;
  906. background-color:#090909;
  907. width:335px;}
  908.  
  909. .audioinfo {
  910. padding:10px;
  911. color:{color:text};}
  912.  
  913.  
  914.  
  915.  
  916.  
  917. /* QUESTIONS & ANSWERS DETAILS */
  918.  
  919.  
  920. #asker {
  921. font-family: 'Arizonia', cursive;
  922. font-style:none;
  923. letter-spacing:2px;
  924. text-align:center;
  925. padding-top: 10px;
  926. margin-left:0px;
  927. text-transform:lowercase;
  928. color: #c9c9c9;
  929. font-size:30px;
  930. padding:5px;
  931. letter-spacing:0px
  932. text-shadow:0 0 2px #aeaeae;
  933. }
  934.  
  935.  
  936. #asker a{
  937. font-family: 'Arizonia', cursive;
  938. font-style:none;
  939. letter-spacing:2px;
  940. text-transform:lowercase;
  941. font-size:30px;
  942. letter-spacing: 0px;
  943. text-shadow: none;
  944. color: #c9c9c9;
  945. text-shadow:0 0 2px #1a1a1a;
  946. -webkit-filter: blur(0.5px);
  947. }
  948.  
  949.  
  950. #asker a:hover {
  951. color: #656565;
  952. letter-spacing: 0px;
  953. text-shadow:0 0 2px #000;
  954. -webkit-filter: blur(2px);
  955. -webkit-transition:all .5s ease-in-out;
  956. -moz-transition:all .5s ease-in-out;
  957. transition:all .5s ease-in-out;
  958. }
  959.  
  960.  
  961.  
  962. #ask {
  963. font-family: times;
  964. width:225px;
  965. font-size:8px;
  966. text-align:center;
  967. padding-top: 5px;
  968. margin-left:0px;
  969. text-transform:auto;
  970. letter-spacing:3px
  971. margin-top:-10px;
  972. padding:5px;
  973. background: #000;
  974. background: url("http://i.imgur.com/WKP63ve.png");
  975. color:#dcdcdc;
  976. text-transform: uppercase;
  977. border-bottom-left-radius: 10px;
  978. border-bottom-right-radius: 10px;
  979. border-top-left-radius: 10px;
  980. border-top-right-radius: 10px;
  981. padding:10px;
  982. letter-spacing:2px;
  983. border-bottom:solid 1px #717171;
  984. border-top:solid 1px #717171;
  985. }
  986.  
  987.  
  988. .ans {
  989. text-align:center;
  990. padding:10px;
  991. }
  992.  
  993.  
  994. /* POST INFO DETAILS */
  995.  
  996.  
  997.  
  998. #info {
  999. background: url("http://i.imgur.com/WKP63ve.png");
  1000. border: 0px solid #717171;
  1001. border-bottom-right-radius: 15px;
  1002. border-bottom-left-radius: 15px;
  1003. border-top-right-radius: 15px;
  1004. border-top-left-radius: 15px;
  1005. width:255px;
  1006. height:25px;
  1007. text-align:center;
  1008. letter-spacing:10px;
  1009. margin-top:8px;
  1010. margin-bottom:50px;
  1011. text-transform:uppercase;
  1012. font-size:15px;
  1013. font-style:none;
  1014. }
  1015.  
  1016.  
  1017.  
  1018.  
  1019. #info a {
  1020. color:#dcdcdc;}
  1021.  
  1022. #info a:hover {
  1023. color:#000;}
  1024.  
  1025.  
  1026.  
  1027.  
  1028. #tags {
  1029. font-family: helvetica;
  1030. color:#181818;
  1031. padding-bottom:35px;
  1032. letter-spacing:2px;
  1033. text-transform:uppercase;
  1034. font-size:7px;
  1035. font-style:normal;
  1036. margin-top:10px;
  1037. text-align:right;
  1038. float:right;
  1039. }
  1040.  
  1041.  
  1042. #tags a {
  1043. display:inline-block;
  1044. padding:-3px;
  1045. opacity:0.8;
  1046. text-align:center;
  1047. color:#181818;
  1048.  
  1049. }
  1050.  
  1051.  
  1052. #tags a:hover {
  1053. color:{color:text};
  1054. }
  1055.  
  1056.  
  1057.  
  1058.  
  1059.  
  1060.  
  1061. .note {
  1062. text-transform:uppercase;
  1063. font-style:normal;
  1064. letter-spacing:0px;
  1065. font-size: 10px;
  1066. text-align:left;
  1067. line-height:90%;
  1068. margin-left:-40px;}
  1069.  
  1070. .note li {
  1071. list-style-type:none;
  1072. border-bottom:0px solid {color:border};
  1073. padding:10px 25px 10px 25px;
  1074. text-align:left;
  1075. margin:0px;
  1076. -moz-transition-duration:0.5s;
  1077. -webkit-transition-duration:0.5s;
  1078. -o-transition-duration:0.5s;}
  1079.  
  1080. .note img.avatar {
  1081. margin-right: 10px;
  1082. width: 16px;
  1083. height: 16px;}
  1084.  
  1085.  
  1086.  
  1087.  
  1088. /*--BASIC POP-UP DETAILS--*/
  1089.  
  1090.  
  1091.  
  1092. .popup_block{
  1093. display:none;
  1094. background: url("");
  1095. background:#bbbbbb;
  1096. padding:20px;
  1097. border:0px solid #eee; /* if you want a solid white pop-up, delete this */
  1098. float:left;
  1099. height: 400px;
  1100. top:50%; left:85%;
  1101. position:fixed;
  1102. z-index: 99999;
  1103. -webkit-box-shadow: 1px 1px 5px #323232;
  1104. -moz-box-shadow: 1px 1px 5px #323232;
  1105. box-shadow: 1px 1px 5px #323232;
  1106. }
  1107.  
  1108.  
  1109. *html #fade {position: absolute;}
  1110. *html .popup_block {position: absolute;}
  1111. #fade {
  1112. display:none;
  1113. position:fixed;
  1114. left:0px;
  1115. top:0px;
  1116. width:100%;
  1117. height:100%;
  1118. z-index:9999;
  1119. background:#000;
  1120. opacity:0;
  1121. }
  1122.  
  1123.  
  1124.  
  1125.  
  1126. .popupnavlinks {
  1127. padding-top:5px;
  1128. text-align:center; }
  1129.  
  1130.  
  1131. .popupnavlinks a {
  1132. display:inline-block;
  1133. width:120px; height:8px;
  1134. margin:2px; padding:6px 6px 10px;
  1135. text-align:center;
  1136. font-family:'helvetica';
  1137. font-size:8px;
  1138. text-transform:uppercase;
  1139. letter-spacing:1px;
  1140. background-image:url("http://i.imgur.com/WKP63ve.png");
  1141. border-left: double 3px #191919;
  1142. border-top: double 3px #191919;
  1143. border-right: double 3px #191919;
  1144. border-bottom: double 3px #191919;
  1145. font-family: arial;
  1146. font-weight:bold;
  1147. color: #d1d1d1;
  1148. text-shadow:
  1149. -1px -1px 0 #000000,
  1150. 1px -1px 0 #000000,
  1151. -1px 1px 0 #000000,
  1152. 1px 1px 0 #000000;
  1153. border-color: #ffffff;
  1154. }
  1155.  
  1156.  
  1157. .popupnavlinks a:hover {
  1158. display:inline-block;
  1159. width:120px; margin:2px;
  1160. padding:6px 6px 10px;
  1161. text-align:center;
  1162. font-family:'helvetica';
  1163. font-size:8px;
  1164. text-transform:uppercase;
  1165. letter-spacing:1px;
  1166. color:#2e2e2e;
  1167. background-image:url('http://i.imgur.com/WKP63ve.png'); }
  1168.  
  1169.  
  1170.  
  1171. .popupclose {
  1172. float:right; top:0px; right:0px;
  1173. margin-top:-10px; margin-right:-10px;
  1174. font-family:'Scada', sans serif;
  1175. font-size:10px;
  1176. font-weight:bold }
  1177.  
  1178. .popupclose a {
  1179. color:#aaa }
  1180.  
  1181.  
  1182.  
  1183. /*--TOOLTIP DETAILS--*/
  1184.  
  1185.  
  1186.  
  1187. #s-m-t-tooltip{
  1188. max-width:350px;
  1189. padding:5px;
  1190. margin:10px 7px 7px 10px;
  1191. background-attachment:fixed;
  1192. background-repeat:repeat;
  1193. border-left: double 3px #191919;
  1194. border-top: double 3px #191919;
  1195. border-right: double 3px #191919;
  1196. border-bottom: double 3px #191919;
  1197. background-image:url('http://i.imgur.com/WKP63ve.png');
  1198. color:#ffffff;
  1199. text-shadow:
  1200. -1px -1px 0 #000000,
  1201. 1px -1px 0 #000000,
  1202. -1px 1px 0 #000000,
  1203. 1px 1px 0 #000000;
  1204. font-family: 'Francois One', sans-serif;
  1205. font-size:8px;
  1206. letter-spacing:1px;
  1207. text-transform:uppercase;
  1208. font-style:normal;
  1209. z-index:999999999999999999999999999999999999;
  1210. box-shadow:1px 1px 3px rgba(0,0,0,.1);}
  1211.  
  1212.  
  1213.  
  1214.  
  1215.  
  1216. </style>
  1217.  
  1218.  
  1219. </head>
  1220.  
  1221. <body>
  1222.  
  1223. <div id="content">
  1224.  
  1225. <div id="sidebar">
  1226.  
  1227. <img src="{image:Sidebar}" />
  1228.  
  1229. <div id="description">{description}</div>
  1230.  
  1231. </div>
  1232.  
  1233. <div id="pagination">
  1234. {block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">«</a> {/block:PreviousPage}{block:NextPage} <a href="{NextPage}">»</a>{/block:NextPage}{/block:Pagination}
  1235. </div>
  1236.  
  1237.  
  1238. <div id="links">
  1239.  
  1240.  
  1241. <div id="linkbar">
  1242.  
  1243.  
  1244. <div class="alinks">
  1245. <a href="/" title="refresh."> <img src="http://i.imgur.com/S9DVF4d.png"> </a>
  1246. </div>
  1247.  
  1248.  
  1249. <div class="blinks">
  1250. <a href="#?w=310" rel="box1" class="poplight" title="letters."> ♦ </a>
  1251. </div>
  1252.  
  1253.  
  1254. <div class="clinks">
  1255. <a href="#?w=310" rel="box2" class="poplight" title="map."> ♦ </a>
  1256. </div>
  1257.  
  1258.  
  1259.  
  1260.  
  1261. <div class="credit">
  1262. <a href="http://agirlingrey.tumblr.com/" title="agirlingrey.">A.</a>
  1263. </div>
  1264.  
  1265.  
  1266. </div></div>
  1267.  
  1268.  
  1269. <div id="pcontainer">
  1270.  
  1271. <div id="content"><div id="posts">
  1272. {block:Posts}
  1273.  
  1274.  
  1275. {block:Quote}<quotetext>"{Quote}"</quotetext>&nbsp; <br><br> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; — {Source} {/block:Quote}
  1276. {block:Title}<h1>{Title}&nbsp;</h1>{/block:Title}
  1277. {block:Text}{Body}{/block:Text}
  1278.  
  1279. {block:Link}<a href="{URL}" class="link" {Target}><h1>{Name}&nbsp;</h1></a>
  1280.  
  1281. {block:Description}<P>{Description}</p>{/block:Description}{/block:Link}
  1282.  
  1283. {block:Photo}<center>{LinkOpenTag}<img src="{PhotoURL-HighRes}" width="360px">{LinkCloseTag}</center>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  1284. {block:Photoset}<center>{Photoset}</center>{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  1285.  
  1286. {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}
  1287.  
  1288. {block:Video}{Video-250}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  1289.  
  1290.  
  1291. {block:Answer}<div id="asker" style="width:255px; text-shadow:0 0 2px #000; ">{Asker}:<div id="ask"> <p><p><p><p><p>{Question}</div></span></div><font face="calibri"><span style="font-family:calibri;font-size:; marging-left:0px;">{Answer}</span>{/block:Answer}
  1292.  
  1293.  
  1294. {block:Audio}<div class="audio">
  1295.  
  1296. {block:AlbumArt}
  1297. {/block:AlbumArt}
  1298.  
  1299.  
  1300. <div class="audioinfo">{block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}{block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  1301. {/block:ExternalAudio}<b>Played:</b> {PlayCount} times</div>
  1302. <br><div class="playercontainer">{AudioPlayerBlack}</div></div>
  1303. {block:Caption}{Caption}{/block:Caption}<br>{/block:Audio}
  1304.  
  1305.  
  1306. <div id="info">
  1307. <br>
  1308.  
  1309. &nbsp; &nbsp;
  1310.  
  1311.  
  1312. {block:Date}
  1313. <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>
  1314. {/block:Date}
  1315.  
  1316.  
  1317. {block:RebloggedFrom}
  1318. <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>
  1319. {/block:RebloggedFrom}
  1320.  
  1321.  
  1322. {block:ContentSource}
  1323. <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>
  1324. {/block:ContentSource}
  1325.  
  1326.  
  1327. <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>
  1328.  
  1329.  
  1330. <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>
  1331.  
  1332.  
  1333. <br>
  1334.  
  1335. {block:HasTags}<div id="tags">{block:Tags} & <a href="{TagURL}">{Tag}</a> {/block:Tags}</div>{/block:HasTags}</div> &nbsp;
  1336. {/block:Posts}
  1337. <div class="note">
  1338. {block:PostNotes}{PostNotes}{/block:PostNotes}
  1339. </div>
  1340.  
  1341. {/block:Posts}</div></div>
  1342.  
  1343.  
  1344.  
  1345. </div> </div> </div> </div> </div> </div>
  1346.  
  1347.  
  1348.  
  1349. </body>
  1350.  
  1351.  
  1352.  
  1353. <div id="box1" class="popup_block">
  1354.  
  1355. <h3>
  1356. INQUIRE
  1357. </h3>
  1358.  
  1359. <center>
  1360.  
  1361. make it <i>quick</i>
  1362.  
  1363. <p><iframe frameborder="0" height="250" id="ask_form" scrolling="yes" src="http://www.tumblr.com/ask_form/divinebred.tumblr.com" width="100%"></iframe></p>
  1364.  
  1365. </div>
  1366.  
  1367. </center>
  1368.  
  1369.  
  1370.  
  1371. <div id="box2" class="popup_block">
  1372.  
  1373. <div style="width:auto;height:405px;overflow:scroll;padding:5px;">
  1374.  
  1375. <ul id="tabs">
  1376. <li class="active">LAW</li>
  1377. <li>DOSSIER</li>
  1378. <li>VERSES</li>
  1379. <li>NAVIGATION</li>
  1380. </ul>
  1381.  
  1382. <ul id="tab">
  1383. <li class="active">
  1384. <h3>introduction <em>!!</em></h3>
  1385. <p>hello&nbsp;<strong>!!&nbsp;</strong>my name is akira&nbsp;<strong>&amp;&nbsp;</strong>i&rsquo;m the nerdy-ass mun of this blog. i&rsquo;m twenty years of age&nbsp;<strong>&amp;&nbsp;</strong>i major in art. my preferred pronouns is she / her, but you can use whichever, for all i care. i won't&nbsp;<em>ever&nbsp;</em>get mad over this, nah. i&rsquo;m pretty impulsive&nbsp;<strong>&amp;&nbsp;</strong>tend to get&nbsp;<strong>(&nbsp;</strong>or lose&nbsp;<strong>)&nbsp;</strong>muse fairly easily, but i&rsquo;m trying hard to settle for something. i absolutely adore video games, but sadly cannot afford a playstation 4 for the time being, so i settle for my ps3. skype / kik / discord / bnet are available to&nbsp;<strong>mutuals&nbsp;</strong>that i&rsquo;ve been talking to for a while&nbsp;<strong>&amp;&nbsp;</strong>i feel comfortable sharing with, but my askbox is always open so feel free to drop by&nbsp;<strong>&amp;&nbsp;</strong>chat <strong>!!&nbsp;</strong>i&rsquo;m, really, just a potato.</p>
  1386. <h3>credit&nbsp;<em>!!</em></h3>
  1387. <p>base code by: <a href="http://agirlingrey.tumblr.com">agirlingrey</a></p>
  1388. <p>background graphic art by: tba.</p>
  1389. <p>icon packs used: n/a.</p>
  1390. <h3>disclaimer&nbsp;<em>!!</em></h3>
  1391. <p>i do not own bleach or hirako shinji. all credit goes to tite kubo <strong>&amp;&nbsp;</strong>studio pierrot. i only claim my own headcanons&nbsp;<strong>&amp;&nbsp;</strong>writing, as well as the character development that may have taken place on this blog.</p>
  1392. <p>all arts reblogged / used for graphics belong to their&nbsp;<em>respectful&nbsp;</em>artists&nbsp;<strong>&amp;&nbsp;</strong>i will always try to provide appropriate credit upon using them. that being said, if you see your art used&nbsp;<strong>&amp;&nbsp;</strong>you wish it removed, simply drop me an ask&nbsp;<strong>&amp;&nbsp;</strong>i&rsquo;ll be happy to comply.</p>
  1393. <h3>basics&nbsp;<em>!!</em></h3>
  1394. <p>this blog is independent, selective&nbsp;<strong>&amp;&nbsp;</strong>private. for my own comfort, i will only interact with mutuals&nbsp;<strong>(&nbsp;</strong>blogs that follow me&nbsp;<strong>&amp;&nbsp;</strong>i follow back&nbsp;<strong>)</strong>. unless we&rsquo;re mutuals, please refrain from sending ic asks. you are free to send asks or meme&rsquo;s for the mun or about the muse, but don&rsquo;t try to&nbsp;<em>interact&nbsp;</em>with me. if you insist, regardless, i will block you.&nbsp;</p>
  1395. <p>i do <strong>not</strong> send in passwords or other key phrases, because they make me very uncomfortable <strong>&amp;</strong> are often not a good way to start a conversation with another mun. however, i <strong>always</strong> read another&rsquo;s rules, before following. additionaly, i won&rsquo;t ever add passwords to my blogs. there&rsquo;s no hidden passphrase in here, i promise.</p>
  1396. <p>any open starters&nbsp;<strong>&amp;&nbsp;</strong>starter calls are strictly for&nbsp;<strong>mutuals</strong>. do not like / reply to them if we aren&rsquo;t mutuals. the first time, i will simply ignore it but if you keep repeating it anyway, i will block you. keep it clean, please&nbsp;<strong>!!</strong></p>
  1397. <p>i don&rsquo;t mind personals following me, but please please&nbsp;<strong>please</strong>, do not reblog my threads / asks / ooc / posts. you&rsquo;ll be blocked, because i&rsquo;m tired of this bullshit happening over&nbsp;<strong>&amp;&nbsp;</strong>over. if you enjoy something, simply&nbsp;<em>like&nbsp;</em>it. this goes for rp blogs too. do not reblog threads you&rsquo;re not part in, unless it&rsquo;s discussed&nbsp;<strong>&amp;&nbsp;</strong>agreed that you can jump in. however, i almost never write 3-way threads because they&rsquo;re very messy.</p>
  1398. <p>i&rsquo;m generally comfortable with other shinji's. what i am&nbsp;<strong>not&nbsp;</strong>comfortable with, is being told that my portrayal is&nbsp;<em>wrong</em>. we&rsquo;re all entitled to our own portrayal &nbsp;<strong>&amp;&nbsp;</strong>there&rsquo;s bound to be differences from writer to writer. that&rsquo;s why every version is absolutely&nbsp;<em>unique</em>.</p>
  1399. <h3>writing&nbsp;<em>!!</em></h3>
  1400. <p>my mainverse&nbsp;<strong>&amp;&nbsp;</strong>like 99% of the writing on this blog will be taking place during the&nbsp;<em>turn back the pendulum&nbsp;</em>arc, simply because it's my favourite&nbsp;<strong>&amp;&nbsp;</strong>i like captain!shinji. other verses will be available, though.</p>
  1401. <p>i have many blogs, therefore i may not always be on this one&nbsp;<strong>&amp;&nbsp;</strong>activity may be slow at times, depending on my mood. please be patient with me. feel free to&nbsp;<em>nudge&nbsp;</em>me, or leave a reminder if you feel like i have forgotten about our thread&nbsp;<strong>(&nbsp;</strong>which i might have&nbsp;<strong>)</strong>, but do not&nbsp;<strong>pester&nbsp;</strong>me. it&rsquo;s not going to make me reply faster. most likely, i will just drop the thread.</p>
  1402. <p>script / para / novella. i write everything. don&rsquo;t feel obliged to match my length, however don&rsquo;t give me one-word replies when i write paragraphs. it&rsquo;s going to make me drop the thread eventually.&nbsp;</p>
  1403. <p>i use 65x65 icons&nbsp;<strong>&amp;&nbsp;</strong>small font, as well as rather heavy formatting but you don&rsquo;t have to in order to write with me. all that i ask is that you don&rsquo;t use the gif engine or icons that are 100x100. if you have a hard time finding icons, come to me&nbsp;<strong>!!&nbsp;</strong>i&rsquo;m a fucking ninja at finding icons of almost every character&nbsp;<strong>!!&nbsp;</strong>iconless threads are also a-okay, just lemme know.</p>
  1404. <p>i avoid battle / fighting threads like the&nbsp;<strong>plague</strong>, because i&rsquo;m really bad at writing them. however, bleach contains a lot of fighting&nbsp;<strong>&amp;&nbsp;</strong>it's part of most, if not all, the characters' background. if our thread gets to that, we have to discuss beforehand.</p>
  1405. <p>etiquette applies. do not godmode / powerplay, etc.</p>
  1406. <p>i don&rsquo;t participate in reblog karma, but more often than not i will send a meme in before reblogging or i&rsquo;ll reblog it from the source. i ask that you don&rsquo;t treat my blog as a meme source because it messes with my notifications.</p>
  1407. <p>i&rsquo;m open to discuss exclusivity with muns i have been writing for a while&nbsp;<strong>&amp;&nbsp;</strong>feel comfortable being limited to. however, i usually prefer&nbsp;<em>mains</em>.&nbsp;</p>
  1408. <p>as far as genres go, i&rsquo;m comfortable with most subjects. angst, gore, blood, death, dark content. things i most likely won&rsquo;t write are rape <strong>&amp;</strong> non-con.&nbsp;</p>
  1409. <p>mun = / = muse. always keep in mind that i&rsquo;m not my muse&nbsp;<strong>&amp;&nbsp;</strong>her views do not reflect my own. shinji not liking your muse doesn&rsquo;t mean i don&rsquo;t like&nbsp;<em>you</em>.</p>
  1410. <h3>following / unfollowing&nbsp;<em>!!</em></h3>
  1411. <p>i&rsquo;m selective as to who i follow, because i don&rsquo;t like an overly cluttered dash. i will not follow blogs that don&rsquo;t have rules / about pages. if your blog is a wip, i will get back to you after a few days&nbsp;<strong>&amp;&nbsp;</strong>if nothing has been updated, i most likely won&rsquo;t follow at all.</p>
  1412. <p>if i follow a blog <strong>&amp;</strong> they don&rsquo;t follow back within a reasonable amount of time<strong> (</strong> usually, a few days to a week unless they&rsquo;re specificaly on hiatus <strong>)</strong>, i will unfollow assuming they&rsquo;re not interested in interacting. this is<strong>&nbsp;not</strong>&nbsp;to gain their attention, but to keep the dash neat &amp; ensure i don&rsquo;t accidentaly send in an ask / meme to someone that doesn&rsquo;t follow back. if said person eventually follows, i&rsquo;ll be happy to follow again.</p>
  1413. <p>i cannot&nbsp;<strong>stress&nbsp;</strong>this enough, honestly. you don't&nbsp;<em>need&nbsp;</em>a fancy theme, hq graphic&nbsp;<strong>&amp;&nbsp;</strong>popups for me to follow you. i don&rsquo;t see the reason some make a huge fuss when someone can&rsquo;t get their hands on a fancy theme. so long as i&rsquo;m interested in your writing, your theme&nbsp;<strong>&amp;&nbsp;</strong>graphics don&rsquo;t matter. i make graphics for friends from time to time, but i don&rsquo;t take requests on commissions.</p>
  1414. <p>i will not follow / interact with dragonball or undertale blogs. i usually softblock them. nothing personal, i just have no interest in them&nbsp;<strong>&amp;&nbsp;</strong>it makes me more comfortable avoiding them entirely. if you're a multimuse&nbsp;<strong>&amp;&nbsp;</strong>your blog contains some muses from said fandoms, i'll just blacklist the appropriate tags, so i might follow.</p>
  1415. <p>oc&nbsp;<strong>&amp;&nbsp;</strong>crossover friendly&nbsp;<strong>!!&nbsp;</strong>if you write an oc, please have a rules&nbsp;<strong>&amp;&nbsp;</strong>about page provided, that&rsquo;s more than half a line, otherwise i won&rsquo;t follow at all. needless to say, that i won&rsquo;t write with marysues / garystues, or ridiculously overpowered oc&rsquo;s. if your muse is&nbsp;<em>related&nbsp;</em>in any way or form to shinji&nbsp;<strong>(&nbsp;</strong>whether it&rsquo;s family, acquaintances, friends, co-workers, etc.&nbsp;<strong>)</strong>, please check in with me beforehand. more often than not, i prefer pre-established relationships because the whole first meeting facade gets dull easily. will crossover with fandoms i&rsquo;m familiar or semi-familiar with.</p>
  1416. <p>i will be extra selective with multimuses, due to past experiences.&nbsp;i&rsquo;ll read through your muses&rsquo; list <strong>&amp;</strong> if there isn&rsquo;t, at least, one muse that im familiar or semi-familiar with, chances are i won&rsquo;t follow.</p>
  1417. <p>reasons to unfollow are pretty straight forward. drama. don&rsquo;t drag me or my friends in it. if you&rsquo;re known to send hate, it&rsquo;s a <strong>block</strong> too. for the most part i prefer to meet people, before trusting someone&rsquo;s personal opinion about whether they&rsquo;re problematic / abusive / bad, etc. unless there&rsquo;s excessive evidence.</p>
  1418. <p>more reasons as to why i didn&rsquo;t follow you: uncut posts, untagged posts / triggers, excessive nsfw that&rsquo;s not under read more.</p>
  1419. <h3>shipping&nbsp;<em>!!</em></h3>
  1420. <p>lemme tell you, i&nbsp;<strong>love&nbsp;</strong>shipping. however, it&rsquo;s not my blog&rsquo;s priority&nbsp;<strong>&amp;&nbsp;</strong>i will never try to force my ships upon another mun. i headcanon shinji being&nbsp;<em>grey-asexual</em>. what this means is that he's not generally interested in sexual intercourse, but he's not entirely&nbsp;<strong>repulsed&nbsp;</strong>by it either. it just takes a lot of development&nbsp;<strong>&amp;&nbsp;</strong>the right approach. <strike>if your muse is shinji, chances are he's head over heels because he's a fucking narcissist. smh.</strike></p>
  1421. <p>if you ship our muses, never hesitate to tell me&nbsp;<strong>!!&nbsp;</strong>chances are it do too tbh. i still reserve the right to decline, if i don't feel comfortable etc.</p>
  1422. <p>ship hate won&rsquo;t be tolerated. we live in a free world, i&rsquo;ll ship what i want.</p>
  1423. <h3>tags<em> !!</em></h3>
  1424. <p>i tag everything that must be tagged. triggers / ships / nsfw. if you have a specific trigger, please let me know. for me, please tag horror / centipedes <strong>&amp;</strong> clowns. not doing so will make me unfollow.</p>
  1425. <h3>miscellaneous&nbsp;<em>!!</em></h3>
  1426. <p>i do not participate in <strong>drama</strong>. i don&rsquo;t mind untagged negativity / call outs, but do not try to drag me into your drama or make me unfollow a certain blog just because you don&rsquo;t get along with said mun.</p>
  1427. <p>anon hate will be <strong>deleted</strong>. don&rsquo;t waste your time.</p>
  1428. <p>the majority of my icons were cropped / resized / framed by me, from the manga or screencaps of the anime. if i use any icon packs, they will be listed on my credits section.</p>
  1429. <p>all my graphics are made by me, unless otherwise stated. don&rsquo;t steal <strong>!!</strong> honestly, if you want a graphic, pop in my askbox <strong>&amp;</strong> i&rsquo;ll be happy to help unless i&rsquo;m extremely busy. i&rsquo;m not an expert in coding, but if you need help, all you need to do is <strong>ask</strong>.</p>
  1430. </li>
  1431. <li>
  1432. <h3>basic information.</h3>
  1433. <p><em>full name:&nbsp;</em>hirako shinji (&nbsp;平子 真子 )<br /><em>meaning:&nbsp;</em>" true ruler "<br /><em>alias:&nbsp;</em>n/a<br /><em>race:&nbsp;</em>soul<br /><em>birthday:&nbsp;</em>may 10th<br /><em>gender:&nbsp;</em>male<br /><em>nationality:&nbsp;</em>japanese<br /><em>ethnicity:&nbsp;</em>asian</p>
  1434. <h3>personal information.</h3>
  1435. <p><em>skin&nbsp;</em><em>tone:&nbsp;</em>fair<br /><em>hair color:&nbsp;</em>blonde<br /><em>eye color:&nbsp;</em>brown<br /><em>height:&nbsp;</em>5'9" / 176cm.<br /><em>weight:&nbsp;</em>132 lbs. / 60kg.<br /><em>build:&nbsp;</em>underweight<br /><em>family:&nbsp;</em>deceased</p>
  1436. <h3>professional information.</h3>
  1437. <p><em>affliation:&nbsp;</em>gotei 13, soul society<br /><em>profession:&nbsp;</em>shinigami<br /><em>position:&nbsp;</em>captain of the 5th division<br /><em>division:&nbsp;</em>5th<br /><em>partner:&nbsp;</em>aizen sosuke<br /><em>base of operations:&nbsp;</em>seireitei, soul society</p>
  1438. <h3>personality.</h3>
  1439. <p>shinji is somewhat <em>comical</em>, adding a bit of levity to situations that are otherwise serious. he has a flippant attitude under normal circumstances <strong>&amp;</strong> seems to like annoying his associate, hiyori sarugaki, which usually earns him a slap from one of her sandals. she, in turn, shows him absolutely <strong>no</strong> respect <strong>&amp;</strong> frequently insults and attacks him; his behavior towards her is no better, frequently making faces or quick insults at her expense. He also has a history of referring to cute girls he meets as his<strong> 'first love'</strong>, complete with a deadpan look on his face, despite the obvious lie <strong>(&nbsp;</strong>though he never did this with Hiyori, further annoying her <strong>)</strong>. he also enjoys listening to jazz music, as he has a phonograph that plays his vinyl records.</p>
  1440. <p>underneath this, though, he is quite<em> perceptive</em> in terms of regarding other people, <strong>&amp;</strong>&nbsp;was one of the few people who appeared <em>suspicious</em> of his lieutenant Sōsuke aizen, <strong>&amp;</strong> could sense or see through some of his illusions. he also quickly notes parts of urahara's personality. aizen even <em>admitted</em> to being somewhat intimidated by him. whenever angered or in combat, shinji is fairly calm, serious, and level-headed.</p>
  1441. <h3>appearance.</h3>
  1442. <p>shinji has brown eyes&nbsp;<strong>&amp;&nbsp;</strong>long blonde hair, that reach all the way to his lower back. many of his facial expressions show his upper teeth. he wears standard shinigami robes&nbsp;<strong>&amp;&nbsp;</strong>a long-sleeved haori.</p>
  1443. </li>
  1444. <li>
  1445. <h3>verse .001</h3>
  1446. <p align="center"><img src="https://68.media.tumblr.com/6b35eb606fd92afb2f5c0a1cd05edacb/tumblr_inline_on2f1qIZCi1ui5ixg_500.png" />&nbsp;<img src="https://68.media.tumblr.com/6de496356eba8d47305c9dccdaa06fac/tumblr_inline_on2f2mFtzj1ui5ixg_500.png" /></p>
  1447. <p align="center"><strong>LEADERSHIP IS NOT A TITLE; IT&rsquo;S A BEHAVIOUR. LIVE IT.</strong></p>
  1448. <p align="center"><strong>(&nbsp;</strong>mainverse / turn back the pendulum arc&nbsp;<strong>)</strong></p>
  1449. <p align="center">desc tba.</p>
  1450. <h3>verse .002</h3>
  1451. <p align="center"><img src="https://68.media.tumblr.com/cb4cd9abebf1bf0bf7e5018194386e19/tumblr_inline_on2f7wpDvv1ui5ixg_500.png" />&nbsp;<img src="https://68.media.tumblr.com/cdc2b8ce10c6481d34047ee6ea866347/tumblr_inline_on2f840tzE1ui5ixg_500.png" /></p>
  1452. <p align="center"><strong>A CROWN OF THORNS FOR THE KING OF FOOLS.</strong></p>
  1453. <p align="center"><strong>(&nbsp;</strong>future verse / post-hollowification&nbsp;<strong>)</strong></p>
  1454. <p align="center">desc tba.</p>
  1455. <h3>verse .003</h3>
  1456. <p align="center"><img src="https://68.media.tumblr.com/94fd604b0288c5ffa64989a7e00ec1eb/tumblr_inline_on2fc87Pj51ui5ixg_500.png" />&nbsp;<img src="https://68.media.tumblr.com/e8a63a4ce42d912c44c5f17bc7edc323/tumblr_inline_on2fcgwV3Q1ui5ixg_500.png" /></p>
  1457. <p align="center"><strong>TRUE REDEMPTION IS SEIZED WHEN YOU ACCEPT THE FUTURE CONCEQUENCES FOR YOUR PAST MISTAKES.</strong></p>
  1458. <p align="center"><strong>(&nbsp;</strong>future verse ii / post-aizen arc&nbsp;<strong>)</strong></p>
  1459. <p align="center">desc tba.</p>
  1460. </li>
  1461. <li>
  1462. <center>
  1463.  
  1464. <div class="popupnavlinks">
  1465. <h3>mun <i>!!</i></h3>
  1466.  
  1467.  
  1468. <a href="http://hirako.god.jp/tagged/%C2%AB-ooc.-%C2%BB-%2F-%E4%BA%94-%E2%9D%9B-shut-up-akira.">OOC.</a>
  1469. <a href="http://hirako.god.jp/tagged/%C2%AB-psa.-%C2%BB-%2F-%E4%BA%94-%E2%9D%9B-rules-are-created-to-be-broken.">PSA.</a>
  1470. <br>
  1471. <a href="http://hirako.god.jp/tagged/%C2%AB-answered-asks.-%C2%BB-%2F-%E4%BA%94-%E2%9D%9B-captain%27s-paperwork.">ANSWERED ASKS.</a>
  1472. <a href="http://hirako.god.jp/tagged/%C2%AB-meme.-%C2%BB-%2F-%E4%BA%94-%E2%9D%9B-playin%27-games.">PROMPTS.</a>
  1473. <h3>muse <i>!!</i></h3>
  1474.  
  1475. <a href="http://hirako.god.jp/tagged/%C2%AB-visage.-%C2%BB-%2F-%E4%BA%94-%E2%9D%9B-born-to-rule.">VISAGE.</a>
  1476. <a href="http://hirako.god.jp/tagged/%C2%AB-musings.-%C2%BB-%2F-%E4%BA%94-%E2%9D%9B-leadership-is-not-a-title%3B-it%27s-a-behaviour.-live-it.">MUSINGS.</a>
  1477. <br>
  1478. <a href="http://divinebred.tumblr.com/tagged/headcanon.">HEADCANONS.</a>
  1479. <a href="http://hirako.god.jp/tagged/%C2%AB-aesthetic.-%C2%BB-%2F-%E4%BA%94-%E2%9D%9B-everybody-wants-to-rule-the-world.">AESTHETICS.</a>
  1480. <br>
  1481. <br>
  1482. </li>
  1483. </ul>
  1484.  
  1485. </div>
  1486. </div>
  1487.  
  1488.  
  1489.  
  1490.  
  1491.  
  1492. <div id="bite">
  1493. <div id="thekey"></div>
  1494. <div class="death">
  1495. <div id="actualnews">
  1496.  
  1497. <center>
  1498. <h3>fallen</h3>
  1499. when you <i>hear</i> the sound of <b>fighting</b> so close<br><br>you can't just <b>IGNORE</b> it
  1500. <h3>from</h3>
  1501. independent<br><br>
  1502. <b>hirako shinji</b><br><br>
  1503. from Tite Kubo's<br>
  1504. <i>Bleach</i><br><br>
  1505. HIGHLY SELECTIVE / HIGHLY PRIVATE<br>
  1506. Please, read the <b>RULES</b>, prior to any interaction<b>!!</b><br><br>
  1507. manga <b>&</b> headcanon based. might be canon-divergent<br>
  1508. mainverse turn back the pendulum arc<br><br>
  1509. <b>not spoiler-free!!</b><br> ( spoilers not tagged )<br><br>
  1510. <b>warning</b> for matured themes. blood/gore/death, occasional nsfw. follow at your own risk. triggers tagged.<br><br>
  1511. <marquee>Icons <b>not</b> free to use<b>!!</b></marquee><br><br>
  1512. <h3>grace</h3>
  1513. Est. 19th Mar 2017<br>
  1514. <b>(</b> penned by <i>Akira</i> <b>)</b><br>
  1515. <script language="JavaScript">var fhs = document.createElement('script');var fhs_id = "5455693";
  1516. var ref = (''+document.referrer+'');var pn = window.location;var w_h = window.screen.width + " x " + window.screen.height;
  1517. fhs.src = "//s1.freehostedscripts.net/ocounter.php?site="+fhs_id+"&e1=&e2=&r="+ref+"&wh="+w_h+"&a=1&pn="+pn+"";
  1518. document.head.appendChild(fhs);document.write("<span id='o_"+fhs_id+"'></span>");
  1519. </script>
  1520. |
  1521. <script language="JavaScript">var fhsh = document.createElement('script');var fhs_id_h = "3233716";
  1522. fhsh.src = "//s1.freehostedscripts.net/ocount.php?site="+fhs_id_h+"&name=&a=1";
  1523. document.head.appendChild(fhsh);document.write("<span id='h_"+fhs_id_h+"'></span>");
  1524. </script>
  1525. <br><br>
  1526. <embed src="https://www.sheepproductions.com/billy/billy.swf?autoplay=true&f0=https://dl.dropboxusercontent.com/s/j3kldd9fy8ad02r/Melanie%20Martinez%20-%20Tag%2C%20you%27re%20it%20%28lyrics%20-%20tradu%C3%A7%C3%A3o%20PT-BR%29.mp3?dl=0&t0=&total=1" quality="high" wmode="transparent" width="200" height="10" name="billy" align="middle" type="application/x-shockwave-flash" />
  1527.  
  1528.  
  1529. </center>
  1530.  
  1531.  
  1532. </div>
  1533. </div></div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement