Html site 3 5/3/2017


SUBMITTED BY: canonical

DATE: May 3, 2017, 5:55 p.m.

FORMAT: HTML

SIZE: 50.0 kB

HITS: 327

  1. If you want more of my pastes visit: https://randompaste.000webhostapp.com/index.html
  2. --------------------------------------------------------------------------------------
  3. view my last post at: https://bitbin.it/n68Dxge5/
  4. --------------------------------------------------------------------------------------
  5. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  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. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  12. <head>
  13. <!--
  14. POP UP SCRIPT
  15. -->
  16. <script type="text/javascript"
  17. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  18. <script>
  19. $(document).ready(function() {
  20. //
  21. $('a.poplight[href^=#]').click(function() {
  22. var popID = $(this).attr('rel'); //Get Popup Name
  23. var popURL = $(this).attr('href'); //Get Popup href to define size
  24. var query= popURL.split('?');
  25. var dim= query[1].split('&');
  26. var popWidth = dim[0].split('=')[1]; //Gets the first query string value
  27. $('#' + popID).fadeIn().css({ 'width': Number( popWidth ) }).prepend('<a href="#" class="close"></a>');
  28. var popMargTop = ($('#' + popID).height() + 80) / 2;
  29. var popMargLeft = ($('#' + popID).width() + 80) / 2;
  30. //Apply Margin to Popup
  31. $('#' + popID).css({
  32. 'margin-top' : -popMargTop,
  33. 'margin-left' : -popMargLeft
  34. });
  35. $('body').append('<div id="fade"></div>');
  36. $('#fade').css({'filter' : 'alpha(opacity=80)'}).fadeIn(); //Fade in the fade layer - .css({'filter' : 'alpha(opacity=80)'})
  37. return false;
  38. });
  39. $('a.close, #fade').live('click', function() {
  40. $('#fade , .popup_block').fadeOut(function() {
  41. $('#fade, a.close').remove(); //fade them both out
  42. });
  43. return false;
  44. });
  45. });
  46. </script>
  47. <!--
  48. VERSE TABS SCRIPT
  49. -->
  50. <script>
  51. $(document).ready(function(){
  52. $("ul#tabs li").click(function(e){
  53. if (!$(this).hasClass("active")) {
  54. var tabNum = $(this).index();
  55. var nthChild = tabNum+1;
  56. $("ul#tabs li.active").removeClass("active");
  57. $(this).addClass("active");
  58. $("ul#tab li.active").removeClass("active");
  59. $("ul#tab li:nth-child("+nthChild+")").addClass("active");
  60. }
  61. });
  62. });
  63. </script>
  64. <!--
  65. TOOLTIP STYLING SCRIPT
  66. -->
  67. <link href="https://fonts.googleapis.com/css?family=Devonshire" rel="stylesheet">
  68. <link href="http://static.tumblr.com/5omyijl/bzrn2yg7i/style-my-tooltips.css" rel="stylesheet" type="text/css" />
  69. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  70. <script src="http://static.tumblr.com/5omyijl/RZtn2yg9v/jquery.style-my-tooltips.js"></script>
  71. <script>
  72. (function($){
  73. $(document).ready(function(){
  74. $("[title]").style_my_tooltips({
  75. tip_follows_cursor:true,
  76. tip_delay_time:200,
  77. tip_fade_speed:500
  78. });
  79. });
  80. })(jQuery);
  81. </script>
  82. <script>
  83. $(document).ready(function(){
  84. $("ul#tabs li").click(function(e){
  85. if (!$(this).hasClass("active")) {
  86. var tabNum = $(this).index();
  87. var nthChild = tabNum+1;
  88. $("ul#tabs li.active").removeClass("active");
  89. $(this).addClass("active");
  90. $("ul#tab li.active").removeClass("active");
  91. $("ul#tab li:nth-child("+nthChild+")").addClass("active");
  92. }
  93. });
  94. });
  95. </script>
  96. <title>{Title}</title>
  97. <link rel="shortcut icon" href="{Favicon}">
  98. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  99. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  100. <meta name="color:background" content="#000000"/>
  101. <meta name="color:text" content="#a1a0a0"/>
  102. <meta name="color:description" content=transparent/>
  103. <meta name="color:link" content="#e0d3ed"/>
  104. <meta name="color:link hover" content="#989898" />
  105. <meta name="color:bold" content="#cdc2f0" />
  106. <meta name="color:italic" content="#ffffff" />
  107. <meta name="color:border" content="#292828" />
  108. <meta name="color:scrollbar" content="#ffffff" />
  109. <meta name="color:postbg" content=transparent />
  110. <meta name="color:blockquote" content="#121212" />
  111. <meta name="color:tags" content="#e0d3ed"/>
  112. <meta name="image:background" content=""/>
  113. <meta name="text:link 1" content="link 1"/>
  114. <meta name="text:link 1 url" content="/"/>
  115. <meta name="text:link 2" content="link 2"/>
  116. <meta name="text:link 2 url" content="/"/>
  117. <meta name="text:link 3" content="link 3"/>
  118. <meta name="text:link 3 url" content="/"/>
  119. <meta name="text:link 4" content="link 4"/>
  120. <meta name="text:link 4 url" content="/"/>
  121. <meta name="text:link 5" content="link 5"/>
  122. <meta name="text:link 5 url" content="/"/>
  123. <meta name="text:link 6" content="link 6"/>
  124. <meta name="text:link 6 url" content="/"/>
  125. <meta name="text:link 7" content="link 7"/>
  126. <meta name="text:link 7 url" content="/"/>
  127. <meta name="text:link 8" content="link 8"/>
  128. <meta name="text:link 8 url" content="/"/>
  129. <meta name="if:tinycursor" content="1"/>
  130. <meta name="if:greyscale" content="0"/>
  131. <meta name="text:text size" content="12px" />
  132. <meta name="if:showsubmit" content="0"/>
  133. <meta name="color:updates bar" content="#070707"/>
  134. <meta name="image:Updates" content=""/>
  135. <meta name="image:thekey" content=""/>
  136. <!--
  137. CUSTOM FONTS
  138. -->
  139. <link href='https://fonts.googleapis.com/css?family=Playfair+Display' rel='stylesheet' type='text/css'>
  140. <link href='https://fonts.googleapis.com/css?family=Montserrat' rel='stylesheet' type='text/css'>
  141. <link href='https://fonts.googleapis.com/css?family=Arizonia' rel='stylesheet' type='text/css'>
  142. <link href='https://fonts.googleapis.com/css?family=Roboto+Condensed' rel='stylesheet' type='text/css'>
  143. <style type="text/css">
  144. /* the hover update thing */
  145. #bite
  146. #bite a{
  147. display:block
  148. }
  149. #bite .death {
  150. margin-top:0px;filter: alpha(opacity = 0.6);
  151. opacity:0.6;-webkit-transition: all 0.5s ease-out;
  152. -moz-transition: all 0.5s ease-out;transition: all 0.5s ease-out;
  153. }
  154. #bite:hover .death {
  155. margin-top:0px;
  156. -webkit-transition: all 0.8s ease-out;
  157. -moz-transition: all 0.8s ease-out;
  158. transition: all 0.8s ease-out;
  159. filter: alpha(opacity = 100);
  160. filter: alpha(opacity = 100);
  161. opacity:100;
  162. }
  163. /* selection font and background */
  164. ::selection {
  165. background: #444;
  166. color:#fff; }
  167. ::-moz-selection {
  168. background: #444;
  169. color:#fff; }
  170. /* scrollbar details */
  171. ::-webkit-scrollbar {
  172. height: 0px;
  173. width: 2px;
  174. background:transparent;
  175. border-left:0px solid transparent;
  176. border-right:0px solid transparent;}
  177. ::-webkit-scrollbar-thumb {
  178. background:transparent;}
  179. /* the cursor */
  180. {block:iftinycursor}
  181. body, a, a:hover{
  182. cursor: url('http://media.tumblr.com/28e8e2c9c0a422c5fb73ea368b58b529/tumblr_inline_mv7k3cbC5e1qmxe8x.png'), progress;}
  183. {/block:iftinycursor}
  184. iframe#tumblr_controls {
  185. right:3px !important;
  186. position: fixed !important;
  187. -webkit-transition: opacity 0.7s
  188. linear;opacity: 0.2;
  189. -webkit-transition: all 0.8s ease-out;
  190. -moz-transition: all 0.8s ease-out;
  191. transition: all 0.8s ease-out;}
  192. iframe#tumblr_controls:hover{
  193. -webkit-transition: opacity 0.7s linear;
  194. opacity: 1;
  195. -webkit-transition: all 0.4s ease-out;
  196. -moz-transition: all 0.4s ease-out;
  197. transition: all 0.4s ease-out;}
  198. /* general look & background */
  199. body {
  200. background:#727272;
  201. background-image:url('http://i.imgur.com/UsFxlOQ.png');
  202. background-attachment: fixed;
  203. background-repeat: no-repeat;
  204. background-position: left top;
  205. color:#272727;
  206. font-family: calibri;
  207. text-align:justify;
  208. font-size: 10px;
  209. letter-spacing:1px;
  210. line-height:135%;
  211. }
  212. /* the verses tabs */
  213. ul#tabs {
  214. list-style-type: none;
  215. padding: 0;
  216. text-align: center;
  217. font-size:8px;
  218. letter-spacing:1px;
  219. }
  220. ul#tabs li {
  221. display: inline-block;
  222. background-color: transparent;
  223. border: solid 0px #262626;
  224. padding: 4px 12px;
  225. margin-bottom: 4px;
  226. color: #1b1b1b;
  227. cursor: pointer;
  228. }
  229. ul#tabs li:hover {
  230. background-color: #b0b0b0;
  231. }
  232. ul#tabs li.active {
  233. background-color: #0f0f0f;
  234. background-image:url('http://i.imgur.com/WKP63ve.png');
  235. border: 1px solid #9b9b9b;
  236. }
  237. ul#tab {
  238. list-style-type: none;
  239. margin: 0;
  240. padding: 0;
  241. }
  242. ul#tab li {
  243. display: none;
  244. }
  245. ul#tab li.active {
  246. display: block;
  247. }
  248. /* back to general look & details */
  249. a:link, a:active, a:visited {
  250. text-decoration: none;
  251. color: #ffffff;
  252. -moz-transition-duration:.6s;
  253. -webkit-transition-duration:.6s;
  254. -o-transition-duration:.6s;
  255. -webkit-filter: blur(0px);}
  256. a:hover {
  257. color: #8f8f8f;
  258. -moz-transition-duration:.6s;
  259. -webkit-transition-duration:.6s;
  260. -o-transition-duration:.6s;
  261. -webkit-filter: blur(1px);}
  262. h1 {
  263. background-color: transparent;
  264. font-family: 'Montserrat', sans-serif;
  265. font-size: 16px;
  266. line-height: 20px;
  267. letter-spacing: 2px;
  268. text-align: center;
  269. text-transform:uppercase;
  270. color: #d1d1d1;
  271. }
  272. h2 {
  273. background-color: transparent;
  274. font-family: 'Montserrat', sans-serif;
  275. font-size: 15px;
  276. line-height: 16px;
  277. letter-spacing: 2px;
  278. text-align: left;
  279. text-transform:uppercase;
  280. color: #d1d1d1;
  281. }
  282. h3 {
  283. background-color: transparent;
  284. background-image:url("http://i.imgur.com/WKP63ve.png");
  285. border-left: double 3px #191919;
  286. border-top: double 3px #191919;
  287. border-right: double 3px #191919;
  288. border-bottom: double 3px #191919;
  289. font-family: arial;
  290. font-weight:bold;
  291. color: #d1d1d1;
  292. text-shadow:
  293. -1px -1px 0 #000000,
  294. 1px -1px 0 #000000,
  295. -1px 1px 0 #000000,
  296. 1px 1px 0 #000000;
  297. font-size: 10px;
  298. line-height: 12px;
  299. letter-spacing: 2px;
  300. text-align: center;
  301. text-transform:uppercase;
  302. padding:1px;
  303. line-height:120%;}
  304. quotetext {
  305. background-color: transparent;
  306. font-family: times;
  307. font-size: 14px;
  308. line-height: 20px;
  309. letter-spacing: 2px;
  310. text-align: center;
  311. text-transform:uppercase;
  312. color: #dadada;
  313. }
  314. blockquote {
  315. word-wrap: break-word;
  316. padding:2px 7px;
  317. margin:3px 0 3px 10px;
  318. border-left:1px solid {color:border};
  319. background-color:transparent;}
  320. blockquote img{
  321. max-width:100%;
  322. height:auto;
  323. }
  324. blockquote blockquote img{
  325. max-width:100%;
  326. height:auto;
  327. }
  328. b, bold {
  329. font-size:10px;
  330. text-transform:uppercase;
  331. letter-spacing:1px;
  332. font-family: times;
  333. color: #3d3d3d;
  334. text-shadow:1px 1px 0 #343434;
  335. }
  336. i, italic {
  337. font-size:15px;
  338. color: #ffffff;
  339. font-family: 'Devonshire', cursive;
  340. text-shadow: 0px 0px 2px #5a5a5a;
  341. letter-spacing:1px;
  342. text-transform:lowercase;
  343. }
  344. b, strong {
  345. font-size:10px;
  346. text-transform:uppercase;
  347. letter-spacing:1px;
  348. font-family: times;
  349. color: #3d3d3d;
  350. text-shadow:1px 1px 0 #343434;
  351. }
  352. i, em {
  353. font-size:15px;
  354. color: #ffffff;
  355. font-family: 'Devonshire', cursive;
  356. text-shadow: 0px 0px 2px #5a5a5a;
  357. letter-spacing:1px;
  358. text-transform:lowercase;
  359. }
  360. p {
  361. margin-top:5px;
  362. margin-bottom:5px;}
  363. ol {
  364. list-style:normal;}
  365. ul {
  366. list-style:square;}
  367. small {
  368. font-size:10px}
  369. sup,sub {
  370. font-size:11px}
  371. pre {
  372. font-size: 10px;
  373. letter-spacing:3px;
  374. background-color:#7f7f7f;
  375. font-family: "Times New Roman", Times, serif;
  376. font-style: none;
  377. text-align:center;
  378. }
  379. big {
  380. font-size:14px;
  381. text-transform:uppercase;
  382. letter-spacing:2px;
  383. font-family: "Times New Roman", Times, serif;
  384. color: #b8b8b8;
  385. text-shadow: 0px 0px 2px #383838;
  386. }
  387. {block:IfGreyscale}
  388. img {
  389. -webkit-filter:grayscale(100%);
  390. -webkit-transition: all 0.9s ease-in-out;
  391. -moz-transition: all 0.9s ease-in-out;
  392. -o-transition: all 0.9s ease-in-out;
  393. -ms-transition: all 0.9s ease-in-out;
  394. transition: all 0.9s ease-in-out;}
  395. img:hover {
  396. -webkit-filter:none;}
  397. .html_photoset {
  398. -webkit-filter: grayscale(100%);
  399. -webkit-transition: all 0.9s ease-in-out;
  400. -moz-transition: all 0.9s ease-in-out;
  401. -o-transition: all 0.9s ease-in-out;
  402. -ms-transition: all 0.9s ease-in-out;
  403. transition: all 0.9s ease-in-out;}
  404. .html_photoset:hover {
  405. -webkit-filter: none;}
  406. {/block:IfGreyscale}
  407. #pcontainer {
  408. background-color:transparent;
  409. width:240px;
  410. height:430px;
  411. padding: 20px;
  412. top:282px;
  413. margin-left:15px;
  414. position:relative;
  415. overflow-y:scroll;
  416. overflow-x:hidden;
  417. -webkit-mask-image: -webkit-gradient(
  418. linear, center 75%, center bottom,
  419. from(rgba(0,0,0,20)),
  420. to(rgba(20,0,0,0)));
  421. border:1px solid transparent;}
  422. #pcontainer img {
  423. height:auto;
  424. max-width:100%;
  425. }
  426. #content {
  427. margin-left:62px;
  428. width:310px;
  429. margin-top: -100px;
  430. }
  431. #posts {
  432. width:250px;
  433. padding:10px;
  434. margin-top: 85px;
  435. margin-left:-70px;
  436. padding-bottom:0px;}
  437. #sidebar {
  438. margin-left: 1590px;
  439. line-height:15px;
  440. width: 180px;
  441. position: fixed;
  442. top: 200px;
  443. text-align: center; }
  444. #sidebar img {
  445. width:150px;
  446. padding-top:10px;
  447. padding-bottom:10px;}
  448. #description {
  449. margin-left: 0px;
  450. margin-top: -50px;
  451. width:180px;
  452. color:transparent;}
  453. #actualnews {
  454. z-index:100000;
  455. border: 0px solid #000;
  456. margin-top:-55px;
  457. margin-left:710px;
  458. text-align:center;
  459. background-color:transparent;
  460. position:fixed;
  461. width:148px;
  462. line-height:180%;
  463. height:330px;
  464. font-family:calibri;
  465. font-size:10px;
  466. position:fixed;
  467. padding:10px;
  468. overflow-x:hidden;
  469. overflow-y:scroll;
  470. opacity:1;
  471. z-index:999;
  472. color:#191919;
  473. -webkit-mask-image: -webkit-gradient(
  474. linear, center 75%, center bottom,
  475. from(rgba(0,0,0,20)),
  476. to(rgba(20,0,0,0)));
  477. border:1px solid transparent;
  478. }
  479. #thekey img{
  480. width:60px;
  481. margin-top: -40px;
  482. margin-left: 45px;
  483. position:fixed;
  484. }
  485. ul#tabs {
  486. list-style-type: none;
  487. padding: 0;
  488. text-align: center;
  489. font-size:8px;
  490. letter-spacing:1px;
  491. }
  492. ul#tabs li {
  493. display: inline-block;
  494. background-color:#cfcccc;
  495. border: solid 0px #462d33;
  496. padding: 4px 10px;
  497. margin-bottom: 4px;
  498. color: #191919;
  499. cursor: pointer;
  500. }
  501. ul#tabs li:hover {
  502. color: transparent;
  503. text-shadow: #7f7f7f 0 0 5px;
  504. text-decoration:none;
  505. }
  506. ul#tabs li.active {
  507. border-left: double 3px #462d33;
  508. border-top: double 3px #462d33;
  509. border-right: double 3px #462d33;
  510. border-bottom: double 3px #462d33;
  511. background-image:url('http://i.imgur.com/WKP63ve.png');
  512. color:#ffffff;
  513. text-shadow:
  514. -1px -1px 0 #836767,
  515. 1px -1px 0 #836767,
  516. -1px 1px 0 #836767,
  517. 1px 1px 0 #836767;
  518. }
  519. ul#tab {
  520. list-style-type: none;
  521. margin: 0;
  522. padding: 0;
  523. }
  524. ul#tab li {
  525. display: none;
  526. }
  527. ul#tab li.active {
  528. display: block;
  529. }
  530. /* JUMBLED LINKS */
  531. .alinks {
  532. position:fixed;
  533. text-shadow: 0px 0px 0px #000;
  534. left:75px;
  535. top:100px;
  536. transform: rotate(0deg);
  537. font-family: 'Montserrat', sans-serif;
  538. font-size: 20px;
  539. z-index:999999;
  540. }
  541. .alinks a {
  542. opacity:1;
  543. padding:10px;
  544. color:#202020;
  545. margin-right:0px;
  546. -webkit-filter: blur(0px);
  547. -webkit-transition: 0.8s ease-in;
  548. -moz-transition: 1s ease-in;
  549. transition: 1s ease-in;
  550. }
  551. .alinks a:hover {
  552. -webkit-filter: blur(4px);
  553. -webkit-transition: all 0.6s ease-in-out;
  554. -moz-transition: all 0.6s ease-in-out;
  555. -o-transition: all 0.6s ease-in-out;
  556. -ms-transition: all 0.6s ease-in-out;
  557. transition: all 0.6s ease-in-out;
  558. color: #b9b8b9;
  559. text-shadow: 3px 3px 3px #000;
  560. }
  561. .blinks {
  562. opacity:0.7;
  563. position:fixed;
  564. text-shadow: 0px 0px 0px #000;
  565. left:400px;
  566. top:380px;
  567. transform: rotate(0deg);
  568. font-family: 'Montserrat', sans-serif;
  569. font-size: 35px;}
  570. .blinks a {
  571. -webkit-filter: blur(1px);
  572. padding:10px;
  573. color:#ffffff;
  574. margin-right:0px;
  575. -webkit-transition: 0.8s ease-in;
  576. -moz-transition: 1s ease-in;
  577. transition: 1s ease-in;
  578. }
  579. .blinks a:hover {
  580. -webkit-filter: blur(0px);
  581. color: #ffffff;
  582. }
  583. .clinks {
  584. opacity:0.7;
  585. position:fixed;
  586. text-shadow: 0px 0px 0px #000;
  587. left:430px;
  588. top:410px;
  589. transform: rotate(0deg);
  590. font-family: 'Montserrat', sans-serif;
  591. font-size: 35px;}
  592. .clinks a {
  593. -webkit-filter: blur(1px);
  594. padding:10px;
  595. color:#ffffff;
  596. margin-right:0px;
  597. -webkit-transition: 0.8s ease-in;
  598. -moz-transition: 1s ease-in;
  599. transition: 1s ease-in;
  600. }
  601. .clinks a:hover {
  602. -webkit-filter: blur(0px);
  603. color: #ffffff;
  604. }
  605. .credit {
  606. position:fixed;
  607. text-shadow: 0px 0px 11px #7C6868;
  608. right:15px;
  609. bottom:15px;
  610. transform: rotate(0deg);
  611. font-family: helvetica;
  612. font-size: 14px; }
  613. .credit a {
  614. padding:10px;
  615. color:#191919;
  616. margin-right:0px;
  617. -webkit-filter: blur(1px);
  618. -webkit-transition: 0.8s ease-in;
  619. -moz-transition: 1s ease-in;
  620. transition: 1s ease-in;
  621. }
  622. .credit a:hover {
  623. -webkit-transition: all 0.6s ease-in-out;
  624. -moz-transition: all 0.6s ease-in-out;
  625. -o-transition: all 0.6s ease-in-out;
  626. -ms-transition: all 0.6s ease-in-out;
  627. transition: all 0.6s ease-in-out;
  628. color: #000000;
  629. text-shadow: 2px 2px 2px #000000;
  630. }
  631. /* JUMBLED LINKS ENDS */
  632. #pagination {
  633. color:#ffffff;
  634. opacity:0.7;
  635. position:fixed;
  636. font-family:times;
  637. width:300px;
  638. font-size:30px;
  639. top:220px;
  640. left:-70px;
  641. letter-spacing:3px;
  642. text-align:center;
  643. z-index:999999999999;
  644. }
  645. #pagination a {
  646. text-transform:uppercase;
  647. color:#181818;
  648. -webkit-filter: blur(1px);
  649. -webkit-transition: 0.8s ease-in;
  650. -moz-transition: 1s ease-in;
  651. transition: 1s ease-in;
  652. z-index:999999999999;
  653. }
  654. #pagination a:hover {
  655. opacity:1;
  656. color:#ffffff;
  657. -webkit-filter: blur(0px);
  658. -webkit-transition: 0.2s ease-in;
  659. -moz-transition: 1s ease-in;
  660. transition: 1s ease-in;
  661. }
  662. .audio {
  663. width:335px;
  664. padding-bottom:10px;
  665. background-color:{color:#000000};}
  666. .albumart {
  667. float:left;
  668. padding:0px 10px 10px 0px;}
  669. .albumart img {
  670. width:65px;
  671. height:65px;}
  672. .playercontainer {
  673. text-align:left;
  674. padding:10px;
  675. background-color:#090909;
  676. width:335px;}
  677. .audioinfo {
  678. padding:10px;
  679. color:{color:text};}
  680. /* QUESTIONS & ANSWERS DETAILS */
  681. #asker {
  682. font-family: 'Arizonia', cursive;
  683. font-style:none;
  684. letter-spacing:2px;
  685. text-align:center;
  686. padding-top: 10px;
  687. margin-left:0px;
  688. text-transform:lowercase;
  689. color: #c9c9c9;
  690. font-size:30px;
  691. padding:5px;
  692. letter-spacing:0px
  693. text-shadow:0 0 2px #aeaeae;
  694. }
  695. #asker a{
  696. font-family: 'Arizonia', cursive;
  697. font-style:none;
  698. letter-spacing:2px;
  699. text-transform:lowercase;
  700. font-size:30px;
  701. letter-spacing: 0px;
  702. text-shadow: none;
  703. color: #c9c9c9;
  704. text-shadow:0 0 2px #1a1a1a;
  705. -webkit-filter: blur(0.5px);
  706. }
  707. #asker a:hover {
  708. color: #656565;
  709. letter-spacing: 0px;
  710. text-shadow:0 0 2px #000;
  711. -webkit-filter: blur(2px);
  712. -webkit-transition:all .5s ease-in-out;
  713. -moz-transition:all .5s ease-in-out;
  714. transition:all .5s ease-in-out;
  715. }
  716. #ask {
  717. font-family: times;
  718. width:225px;
  719. font-size:8px;
  720. text-align:center;
  721. padding-top: 5px;
  722. margin-left:0px;
  723. text-transform:auto;
  724. letter-spacing:3px
  725. margin-top:-10px;
  726. padding:5px;
  727. background: #000;
  728. background: url("http://i.imgur.com/WKP63ve.png");
  729. color:#dcdcdc;
  730. text-transform: uppercase;
  731. border-bottom-left-radius: 10px;
  732. border-bottom-right-radius: 10px;
  733. border-top-left-radius: 10px;
  734. border-top-right-radius: 10px;
  735. padding:10px;
  736. letter-spacing:2px;
  737. border-bottom:solid 1px #717171;
  738. border-top:solid 1px #717171;
  739. }
  740. .ans {
  741. text-align:center;
  742. padding:10px;
  743. }
  744. /* POST INFO DETAILS */
  745. #info {
  746. background: url("http://i.imgur.com/WKP63ve.png");
  747. border: 0px solid #717171;
  748. border-bottom-right-radius: 15px;
  749. border-bottom-left-radius: 15px;
  750. border-top-right-radius: 15px;
  751. border-top-left-radius: 15px;
  752. width:255px;
  753. height:25px;
  754. text-align:center;
  755. letter-spacing:10px;
  756. margin-top:8px;
  757. margin-bottom:50px;
  758. text-transform:uppercase;
  759. font-size:15px;
  760. font-style:none;
  761. }
  762. #info a {
  763. color:#dcdcdc;}
  764. #info a:hover {
  765. color:#000;}
  766. #tags {
  767. font-family: helvetica;
  768. color:#181818;
  769. padding-bottom:35px;
  770. letter-spacing:2px;
  771. text-transform:uppercase;
  772. font-size:7px;
  773. font-style:normal;
  774. margin-top:10px;
  775. text-align:right;
  776. float:right;
  777. }
  778. #tags a {
  779. display:inline-block;
  780. padding:-3px;
  781. opacity:0.8;
  782. text-align:center;
  783. color:#181818;
  784. }
  785. #tags a:hover {
  786. color:{color:text};
  787. }
  788. .note {
  789. text-transform:uppercase;
  790. font-style:normal;
  791. letter-spacing:0px;
  792. font-size: 10px;
  793. text-align:left;
  794. line-height:90%;
  795. margin-left:-40px;}
  796. .note li {
  797. list-style-type:none;
  798. border-bottom:0px solid {color:border};
  799. padding:10px 25px 10px 25px;
  800. text-align:left;
  801. margin:0px;
  802. -moz-transition-duration:0.5s;
  803. -webkit-transition-duration:0.5s;
  804. -o-transition-duration:0.5s;}
  805. .note img.avatar {
  806. margin-right: 10px;
  807. width: 16px;
  808. height: 16px;}
  809. /*--BASIC POP-UP DETAILS--*/
  810. .popup_block{
  811. display:none;
  812. background: url("");
  813. background:#bbbbbb;
  814. padding:20px;
  815. border:0px solid #eee; /* if you want a solid white pop-up, delete this */
  816. float:left;
  817. height: 400px;
  818. top:50%; left:85%;
  819. position:fixed;
  820. z-index: 99999;
  821. -webkit-box-shadow: 1px 1px 5px #323232;
  822. -moz-box-shadow: 1px 1px 5px #323232;
  823. box-shadow: 1px 1px 5px #323232;
  824. }
  825. *html #fade {position: absolute;}
  826. *html .popup_block {position: absolute;}
  827. #fade {
  828. display:none;
  829. position:fixed;
  830. left:0px;
  831. top:0px;
  832. width:100%;
  833. height:100%;
  834. z-index:9999;
  835. background:#000;
  836. opacity:0;
  837. }
  838. .popupnavlinks {
  839. padding-top:5px;
  840. text-align:center; }
  841. .popupnavlinks a {
  842. display:inline-block;
  843. width:120px; height:8px;
  844. margin:2px; padding:6px 6px 10px;
  845. text-align:center;
  846. font-family:'helvetica';
  847. font-size:8px;
  848. text-transform:uppercase;
  849. letter-spacing:1px;
  850. background-image:url("http://i.imgur.com/WKP63ve.png");
  851. border-left: double 3px #191919;
  852. border-top: double 3px #191919;
  853. border-right: double 3px #191919;
  854. border-bottom: double 3px #191919;
  855. font-family: arial;
  856. font-weight:bold;
  857. color: #d1d1d1;
  858. text-shadow:
  859. -1px -1px 0 #000000,
  860. 1px -1px 0 #000000,
  861. -1px 1px 0 #000000,
  862. 1px 1px 0 #000000;
  863. border-color: #ffffff;
  864. }
  865. .popupnavlinks a:hover {
  866. display:inline-block;
  867. width:120px; margin:2px;
  868. padding:6px 6px 10px;
  869. text-align:center;
  870. font-family:'helvetica';
  871. font-size:8px;
  872. text-transform:uppercase;
  873. letter-spacing:1px;
  874. color:#2e2e2e;
  875. background-image:url('http://i.imgur.com/WKP63ve.png'); }
  876. .popupclose {
  877. float:right; top:0px; right:0px;
  878. margin-top:-10px; margin-right:-10px;
  879. font-family:'Scada', sans serif;
  880. font-size:10px;
  881. font-weight:bold }
  882. .popupclose a {
  883. color:#aaa }
  884. /*--TOOLTIP DETAILS--*/
  885. #s-m-t-tooltip{
  886. max-width:350px;
  887. padding:5px;
  888. margin:10px 7px 7px 10px;
  889. background-attachment:fixed;
  890. background-repeat:repeat;
  891. border-left: double 3px #191919;
  892. border-top: double 3px #191919;
  893. border-right: double 3px #191919;
  894. border-bottom: double 3px #191919;
  895. background-image:url('http://i.imgur.com/WKP63ve.png');
  896. color:#ffffff;
  897. text-shadow:
  898. -1px -1px 0 #000000,
  899. 1px -1px 0 #000000,
  900. -1px 1px 0 #000000,
  901. 1px 1px 0 #000000;
  902. font-family: 'Francois One', sans-serif;
  903. font-size:8px;
  904. letter-spacing:1px;
  905. text-transform:uppercase;
  906. font-style:normal;
  907. z-index:999999999999999999999999999999999999;
  908. box-shadow:1px 1px 3px rgba(0,0,0,.1);}
  909. </style>
  910. </head>
  911. <body>
  912. <div id="content">
  913. <div id="sidebar">
  914. <img src="{image:Sidebar}" />
  915. <div id="description">{description}</div>
  916. </div>
  917. <div id="pagination">
  918. {block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">«</a> {/block:PreviousPage}{block:NextPage} <a href="{NextPage}">»</a>{/block:NextPage}{/block:Pagination}
  919. </div>
  920. <div id="links">
  921. <div id="linkbar">
  922. <div class="alinks">
  923. <a href="/" title="refresh."> <img src="http://i.imgur.com/S9DVF4d.png"> </a>
  924. </div>
  925. <div class="blinks">
  926. <a href="#?w=310" rel="box1" class="poplight" title="letters."></a>
  927. </div>
  928. <div class="clinks">
  929. <a href="#?w=310" rel="box2" class="poplight" title="map."></a>
  930. </div>
  931. <div class="credit">
  932. <a href="http://agirlingrey.tumblr.com/" title="agirlingrey.">A.</a>
  933. </div>
  934. </div></div>
  935. <div id="pcontainer">
  936. <div id="content"><div id="posts">
  937. {block:Posts}
  938. {block:Quote}<quotetext>"{Quote}"</quotetext>&nbsp; <br><br> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; — {Source} {/block:Quote}
  939. {block:Title}<h1>{Title}&nbsp;</h1>{/block:Title}
  940. {block:Text}{Body}{/block:Text}
  941. {block:Link}<a href="{URL}" class="link" {Target}><h1>{Name}&nbsp;</h1></a>
  942. {block:Description}<P>{Description}</p>{/block:Description}{/block:Link}
  943. {block:Photo}<center>{LinkOpenTag}<img src="{PhotoURL-HighRes}" width="360px">{LinkCloseTag}</center>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  944. {block:Photoset}<center>{Photoset}</center>{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  945. {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}
  946. {block:Video}{Video-250}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  947. {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}
  948. {block:Audio}<div class="audio">
  949. {block:AlbumArt}
  950. {/block:AlbumArt}
  951. <div class="audioinfo">{block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}{block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  952. {/block:ExternalAudio}<b>Played:</b> {PlayCount} times</div>
  953. <br><div class="playercontainer">{AudioPlayerBlack}</div></div>
  954. {block:Caption}{Caption}{/block:Caption}<br>{/block:Audio}
  955. <div id="info">
  956. <br>
  957. &nbsp; &nbsp;
  958. {block:Date}
  959. <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>
  960. {/block:Date}
  961. {block:RebloggedFrom}
  962. <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>
  963. {/block:RebloggedFrom}
  964. {block:ContentSource}
  965. <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>
  966. {/block:ContentSource}
  967. <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>
  968. <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>
  969. <br>
  970. {block:HasTags}<div id="tags">{block:Tags} & <a href="{TagURL}">{Tag}</a> {/block:Tags}</div>{/block:HasTags}</div> &nbsp;
  971. {/block:Posts}
  972. <div class="note">
  973. {block:PostNotes}{PostNotes}{/block:PostNotes}
  974. </div>
  975. {/block:Posts}</div></div>
  976. </div> </div> </div> </div> </div> </div>
  977. </body>
  978. <div id="box1" class="popup_block">
  979. <h3>
  980. INQUIRE
  981. </h3>
  982. <center>
  983. make it <i>quick</i>
  984. <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>
  985. </div>
  986. </center>
  987. <div id="box2" class="popup_block">
  988. <div style="width:auto;height:405px;overflow:scroll;padding:5px;">
  989. <ul id="tabs">
  990. <li class="active">LAW</li>
  991. <li>DOSSIER</li>
  992. <li>VERSES</li>
  993. <li>NAVIGATION</li>
  994. </ul>
  995. <ul id="tab">
  996. <li class="active">
  997. <h3>introduction <em>!!</em></h3>
  998. <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>
  999. <h3>credit&nbsp;<em>!!</em></h3>
  1000. <p>base code by: <a href="http://agirlingrey.tumblr.com">agirlingrey</a></p>
  1001. <p>background graphic art by: tba.</p>
  1002. <p>icon packs used: n/a.</p>
  1003. <h3>disclaimer&nbsp;<em>!!</em></h3>
  1004. <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>
  1005. <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>
  1006. <h3>basics&nbsp;<em>!!</em></h3>
  1007. <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>
  1008. <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>
  1009. <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>
  1010. <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>
  1011. <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>
  1012. <h3>writing&nbsp;<em>!!</em></h3>
  1013. <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>
  1014. <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>
  1015. <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>
  1016. <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>
  1017. <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>
  1018. <p>etiquette applies. do not godmode / powerplay, etc.</p>
  1019. <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>
  1020. <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>
  1021. <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>
  1022. <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>
  1023. <h3>following / unfollowing&nbsp;<em>!!</em></h3>
  1024. <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>
  1025. <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>
  1026. <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>
  1027. <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>
  1028. <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>
  1029. <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>
  1030. <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>
  1031. <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>
  1032. <h3>shipping&nbsp;<em>!!</em></h3>
  1033. <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>
  1034. <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>
  1035. <p>ship hate won&rsquo;t be tolerated. we live in a free world, i&rsquo;ll ship what i want.</p>
  1036. <h3>tags<em> !!</em></h3>
  1037. <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>
  1038. <h3>miscellaneous&nbsp;<em>!!</em></h3>
  1039. <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>
  1040. <p>anon hate will be <strong>deleted</strong>. don&rsquo;t waste your time.</p>
  1041. <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>
  1042. <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>
  1043. </li>
  1044. <li>
  1045. <h3>basic information.</h3>
  1046. <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>
  1047. <h3>personal information.</h3>
  1048. <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>
  1049. <h3>professional information.</h3>
  1050. <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>
  1051. <h3>personality.</h3>
  1052. <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>
  1053. <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>
  1054. <h3>appearance.</h3>
  1055. <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>
  1056. </li>
  1057. <li>
  1058. <h3>verse .001</h3>
  1059. <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>
  1060. <p align="center"><strong>LEADERSHIP IS NOT A TITLE; IT&rsquo;S A BEHAVIOUR. LIVE IT.</strong></p>
  1061. <p align="center"><strong>(&nbsp;</strong>mainverse / turn back the pendulum arc&nbsp;<strong>)</strong></p>
  1062. <p align="center">desc tba.</p>
  1063. <h3>verse .002</h3>
  1064. <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>
  1065. <p align="center"><strong>A CROWN OF THORNS FOR THE KING OF FOOLS.</strong></p>
  1066. <p align="center"><strong>(&nbsp;</strong>future verse / post-hollowification&nbsp;<strong>)</strong></p>
  1067. <p align="center">desc tba.</p>
  1068. <h3>verse .003</h3>
  1069. <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>
  1070. <p align="center"><strong>TRUE REDEMPTION IS SEIZED WHEN YOU ACCEPT THE FUTURE CONCEQUENCES FOR YOUR PAST MISTAKES.</strong></p>
  1071. <p align="center"><strong>(&nbsp;</strong>future verse ii / post-aizen arc&nbsp;<strong>)</strong></p>
  1072. <p align="center">desc tba.</p>
  1073. </li>
  1074. <li>
  1075. <center>
  1076. <div class="popupnavlinks">
  1077. <h3>mun <i>!!</i></h3>
  1078. <a href="http://hirako.god.jp/tagged/%C2%AB-ooc.-%C2%BB-%2F-%E4%BA%94-%E2%9D%9B-shut-up-akira.">OOC.</a>
  1079. <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>
  1080. <br>
  1081. <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>
  1082. <a href="http://hirako.god.jp/tagged/%C2%AB-meme.-%C2%BB-%2F-%E4%BA%94-%E2%9D%9B-playin%27-games.">PROMPTS.</a>
  1083. <h3>muse <i>!!</i></h3>
  1084. <a href="http://hirako.god.jp/tagged/%C2%AB-visage.-%C2%BB-%2F-%E4%BA%94-%E2%9D%9B-born-to-rule.">VISAGE.</a>
  1085. <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>
  1086. <br>
  1087. <a href="http://divinebred.tumblr.com/tagged/headcanon.">HEADCANONS.</a>
  1088. <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>
  1089. <br>
  1090. <br>
  1091. </li>
  1092. </ul>
  1093. </div>
  1094. </div>
  1095. <div id="bite">
  1096. <div id="thekey"></div>
  1097. <div class="death">
  1098. <div id="actualnews">
  1099. <center>
  1100. <h3>fallen</h3>
  1101. when you <i>hear</i> the sound of <b>fighting</b> so close<br><br>you can't just <b>IGNORE</b> it
  1102. <h3>from</h3>
  1103. independent<br><br>
  1104. <b>hirako shinji</b><br><br>
  1105. from Tite Kubo's<br>
  1106. <i>Bleach</i><br><br>
  1107. HIGHLY SELECTIVE / HIGHLY PRIVATE<br>
  1108. Please, read the <b>RULES</b>, prior to any interaction<b>!!</b><br><br>
  1109. manga <b>&</b> headcanon based. might be canon-divergent<br>
  1110. mainverse turn back the pendulum arc<br><br>
  1111. <b>not spoiler-free!!</b><br> ( spoilers not tagged )<br><br>
  1112. <b>warning</b> for matured themes. blood/gore/death, occasional nsfw. follow at your own risk. triggers tagged.<br><br>
  1113. <marquee>Icons <b>not</b> free to use<b>!!</b></marquee><br><br>
  1114. <h3>grace</h3>
  1115. Est. 19th Mar 2017<br>
  1116. <b>(</b> penned by <i>Akira</i> <b>)</b><br>
  1117. <script language="JavaScript">var fhs = document.createElement('script');var fhs_id = "5455693";
  1118. var ref = (''+document.referrer+'');var pn = window.location;var w_h = window.screen.width + " x " + window.screen.height;
  1119. fhs.src = "//s1.freehostedscripts.net/ocounter.php?site="+fhs_id+"&e1=&e2=&r="+ref+"&wh="+w_h+"&a=1&pn="+pn+"";
  1120. document.head.appendChild(fhs);document.write("<span id='o_"+fhs_id+"'></span>");
  1121. </script>
  1122. |
  1123. <script language="JavaScript">var fhsh = document.createElement('script');var fhs_id_h = "3233716";
  1124. fhsh.src = "//s1.freehostedscripts.net/ocount.php?site="+fhs_id_h+"&name=&a=1";
  1125. document.head.appendChild(fhsh);document.write("<span id='h_"+fhs_id_h+"'></span>");
  1126. </script>
  1127. <br><br>
  1128. <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" />
  1129. </center>
  1130. </div>
  1131. </div></div>

comments powered by Disqus