Advertisement
Guest User

Untitled

a guest
Jan 22nd, 2018
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 47.47 KB | None | 0 0
  1.  
  2. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  3.  
  4. <!-- octomoosey @ tumblr -->
  5.  
  6. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  7. <head>
  8.  
  9.  
  10.  
  11. <!-- POPUP PAGES -->
  12. <script type="text/javascript"
  13. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  14. <script>
  15. $(document).ready(function() {
  16. //
  17. $('a.poplight[href^=#]').click(function() {
  18. var popID = $(this).attr('rel'); //Get Popup Name
  19. var popURL = $(this).attr('href'); //Get Popup href to define size
  20. var query= popURL.split('?');
  21. var dim= query[1].split('&');
  22. var popWidth = dim[0].split('=')[1]; //Gets the first query string value
  23. $('#' + popID).fadeIn().css({ 'width': Number( popWidth ) }).prepend('<a href="#" class="close"></a>');
  24. var popMargTop = ($('#' + popID).height() + 80) / 2;
  25. var popMargLeft = ($('#' + popID).width() + 80) / 2;
  26. //Apply Margin to Popup
  27. $('#' + popID).css({
  28. 'margin-top' : -popMargTop,
  29. 'margin-left' : -popMargLeft
  30. });
  31. $('body').append('<div id="fade"></div>');
  32. $('#fade').css({'filter' : 'alpha(opacity=80)'}).fadeIn(); //Fade in the fade layer - .css({'filter' : 'alpha(opacity=80)'})
  33. return false;
  34. });
  35. $('a.close, #fade').live('click', function() {
  36. $('#fade , .popup_block').fadeOut(function() {
  37. $('#fade, a.close').remove(); //fade them both out
  38. });
  39. return false;
  40. });
  41. });
  42. </script>
  43.  
  44.  
  45. <script type="text/javascript" src="http://static.tumblr.com/7gk7xdc/6vVnqtxgf/tabs.js"></script>
  46. <script type="text/javascript">
  47. $(document).ready(function(){
  48. $("ul#tabs li").click(function(e){
  49. if (!$(this).hasClass("active")) {
  50. var tabNum = $(this).index();
  51. var nthChild = tabNum+1;
  52. $("ul#tabs li.active").removeClass("active");
  53. $(this).addClass("active");
  54. $("ul#tab li.active").removeClass("active");
  55. $("ul#tab li:nth-child("+nthChild+")").addClass("active");
  56. }
  57. });
  58. });
  59. </script>
  60. <!-- POPUP PAGES -->
  61.  
  62.  
  63.  
  64. <title>{Title}</title>
  65. <link rel="shortcut icon" href="https://cdn.scratch.mit.edu/static/site/users/avatars/603/3790.png">
  66. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  67. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  68.  
  69.  
  70. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  71. <!-- STYLE MY TOOLTIPS SCRIPT -->
  72. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  73. <script>
  74. (function($){
  75. $(document).ready(function(){
  76. $("a[title]").style_my_tooltips({
  77. tip_follows_cursor:true,
  78. tip_delay_time:0,
  79. tip_fade_speed:0,
  80. attribute:"title"
  81. });
  82. });
  83. })(jQuery);
  84. </script>
  85. <!-- END OF STYLE MY TOOLTIPS SCRIPT -->
  86.  
  87.  
  88.  
  89. <meta name="color:background" content="#000000"/>
  90. <meta name="color:text" content="#a1a0a0"/>
  91. <meta name="color:description" content="#a1a0a0"/>
  92. <meta name="color:link" content="#c10a0a"/>
  93. <meta name="color:link hover" content="#989898" />
  94. <meta name="color:bold" content="#ffffff" />
  95. <meta name="color:italic" content="#ffffff" />
  96. <meta name="color:border" content="#ffffff" />
  97. <meta name="color:scrollbar" content="#ffffff" />
  98. <meta name="color:postbg" content="#000000" />
  99. <meta name="color:blockquote" content="#121212" />
  100. <meta name="color:tags" content="#c10a0a"/>
  101. <meta name="color:post info bg" content="#f7f7f7"/>
  102.  
  103. <meta name="image:background" content="https://31.media.tumblr.com/70630e0368449d8b55bb34038943e3ae/tumblr_inline_n375gwIX2B1rp2lgk.jpg"/>
  104.  
  105.  
  106. <meta name="text:link 1" content="link 1"/>
  107. <meta name="text:link 1 url" content="/"/>
  108. <meta name="text:link 2" content="link 2"/>
  109. <meta name="text:link 2 url" content="/"/>
  110. <meta name="text:link 3" content="link 3"/>
  111. <meta name="text:link 3 url" content="/"/>
  112. <meta name="text:link 4" content="link 4"/>
  113. <meta name="text:link 4 url" content="/"/>
  114. <meta name="text:link 5" content="link 5"/>
  115. <meta name="text:link 5 url" content="/"/>
  116. <meta name="text:link 6" content="link 6"/>
  117. <meta name="text:link 6 url" content="/"/>
  118. <meta name="text:link 7" content="link 7"/>
  119. <meta name="text:link 7 url" content="/"/>
  120. <meta name="text:link 8" content="link 8"/>
  121. <meta name="text:link 8 url" content="/"/>
  122.  
  123.  
  124.  
  125.  
  126.  
  127. <meta name="if:tinycursor" content="1"/>
  128. <meta name="if:greyscale" content="1"/>
  129. <meta name="text:text size" content="11px" />
  130. <meta name="if:showsubmit" content="0"/>
  131.  
  132.  
  133.  
  134.  
  135. <link href='http://fonts.googleapis.com/css?family=Fenix' rel='stylesheet' type='text/css'>
  136. <link href='http://fonts.googleapis.com/css?family=Fondamento' rel='stylesheet' type='text/css'>
  137. <link href='https://fonts.googleapis.com/css?family=PT+Sans+Caption' rel='stylesheet' type='text/css'>
  138. <link href='http://fonts.googleapis.com/css?family=Rock+Salt' rel='stylesheet' type='text/css'>
  139. <link href='http://fonts.googleapis.com/css?family=Playball' rel='stylesheet' type='text/css'>
  140. <link href='http://fonts.googleapis.com/css?family=Cookie' rel='stylesheet' type='text/css'>
  141. <link href='http://fonts.googleapis.com/css?family=Satisfy' rel='stylesheet' type='text/css'>
  142.  
  143. <link href='https://fonts.googleapis.com/css?family=Homemade+Apple|Nothing+You+Could+Do|Work+Sans|VT323|Frijole' rel='stylesheet' type='text/css'>
  144.  
  145. <link href='https://fonts.googleapis.com/css?family=Prata' rel='stylesheet' type='text/css'>
  146. <link href="https://fonts.googleapis.com/css?family=Playfair+Display" rel="stylesheet">
  147.  
  148.  
  149.  
  150.  
  151.  
  152.  
  153.  
  154. <style type="text/css">
  155.  
  156.  
  157.  
  158. @font-face {font-family: 'pixel'; src: local('04b24'), url('http://static.tumblr.com/zm7jcjw/dtClscghb/04b_24__.ttf') format('woff'); }
  159.  
  160.  
  161.  
  162.  
  163. .popup_block{
  164. display:none;
  165. background:#040404;
  166. color:#d0d0d0;
  167. left:660px;
  168. top:72px;
  169. width:270px;
  170. height:382px;
  171. padding: 20px;
  172. position:relative;
  173. z-index: 999999;
  174. -webkit-box-shadow: 0px 0px 20px transparent; /* delete for solid white */
  175. -moz-box-shadow: 0px 0px 20px transparent; /* delete for solid white */
  176. box-shadow: 0px 0px 20px transparent; /* delete for solid white */
  177. }
  178.  
  179.  
  180. *html #fade {position: absolute;}
  181. *html .popup_block {position: relative;}
  182. #fade {
  183. display:none;
  184. position:fixed;
  185. left:0px;
  186. top:0px;
  187. width:100%;
  188. height:100%;
  189. z-index:9999;
  190. background:#000; /* change to #fff for solid white */
  191. opacity:0; /* change to opacity:1; */
  192. }
  193.  
  194.  
  195. #inners {
  196. line-height:120%;
  197. padding: 5px;
  198. border-radius:5px;
  199. width: 260px;
  200. margin-left: 0px;
  201. height: 490px;
  202. text-align: justify;
  203. background-color:transparent;
  204. }
  205.  
  206.  
  207.  
  208.  
  209. ::-webkit-scrollbar { height: 3px; width: 1px; padding-left:5px; opacity:.7;}
  210. ::-webkit-scrollbar-thumb { background-color:#181816; width:1px; opacity:.7;}::-webkit-scrollbar-track { background-color:transparent; width:1px;}
  211.  
  212.  
  213. ::selection {
  214. color:#000;
  215. background-color: #fff;}
  216.  
  217. ::-moz-selection {
  218. color:#000;
  219. background-color: #fff;}
  220.  
  221.  
  222. #tabbers {
  223. padding:5px;
  224. text-align:center;
  225. font-size:15px;
  226. font-family: courier;
  227. font-weight: bold;
  228. text-transform:uppercase;
  229. color:#000;
  230. }
  231.  
  232. ul#tabs {
  233. text-align: center;
  234. }
  235.  
  236. ul#tabs li {
  237. display:inline-block;
  238. padding:3px;
  239. text-decoration:none;
  240. opacity:1;
  241. color:#b5b5b5;
  242. background-color:transparent;
  243. -webkit-transition: all 0.2s ease-out;
  244. -moz-transition: all 0.2s ease-out;
  245. transition: all 0.2s ease-out;
  246. }
  247.  
  248. ul#tabs li:hover {
  249. text-shadow: 0px 0px 4px #ececec;
  250. color:#ececec;
  251. -webkit-filter: blur(0px);
  252. -webkit-transition: all 0.2s ease-out;
  253. -moz-transition: all 0.2s ease-out;
  254. transition: all 0.2s ease-out;
  255.  
  256. }
  257.  
  258. ul#tabs li.active {
  259. color:#fff;
  260. font-weight:bold;
  261. -webkit-transition: all 0.2s ease-out;
  262. -moz-transition: all 0.2s ease-out;
  263. transition: all 0.2s ease-out;
  264. text-shadow: 0px 0px 4px #fff;
  265. }
  266.  
  267. ul#tab, ul#tabs {
  268. list-style-type:none;
  269. margin:0px;
  270. padding:0px;
  271.  
  272. }
  273.  
  274. ul#tab li.active {
  275. display: block;
  276.  
  277. }
  278. ul#tab li {
  279. display: none;
  280.  
  281. }
  282.  
  283. #tabinfo {
  284. width:260px;
  285. margin-left:0px;
  286. padding:2px;
  287. font-size:9px;
  288. padding-bottom:0px;
  289. background:#000; /* change to #fff for solid white */
  290. opacity:0.8; /* change to opacity:1; */
  291. border:1px double #000;
  292. border-radius:3px;
  293. color:#262323;
  294. word-spacing:1px;
  295. font-style:normal;
  296. text-align:center;
  297. -moz-transition-duration:0.2s;
  298. -webkit-transition-duration:0.2s;
  299. -o-transition-duration:0.2s;
  300. }
  301.  
  302. #tabinfo a {
  303. color:#8a8b8d;
  304. font-size:8px;
  305. font-style:normal;
  306. font-family: 'PT Sans Caption', sans-serif;
  307. }
  308.  
  309.  
  310.  
  311. #tabtitle {
  312. width:290px;
  313. margin-left:0px;
  314. padding:5px;
  315. font-size:15px;
  316. padding-bottom:3px;
  317. background-color:transparent;
  318. color:#d0d0d0;
  319. text-shadow: 0px 0px 3px #d0d0d0;
  320. word-spacing:5px;
  321. font-style:normal;
  322. text-align:left;
  323. -moz-transition-duration:0.2s;
  324. -webkit-transition-duration:0.2s;
  325. -o-transition-duration:0.2s;
  326. }
  327.  
  328. #tabtitle a {
  329. color:#fff;
  330. font-size:20px;
  331. font-style:normal;
  332. font-family: times;
  333. text-shadow: 0px 0px 3px #fff;
  334. }
  335.  
  336.  
  337.  
  338.  
  339.  
  340.  
  341.  
  342.  
  343.  
  344.  
  345. #s-m-t-tooltip {
  346. opacity:.5;
  347. margin:10px 0 0 20px;
  348. display:none;
  349. padding:2px 20px;
  350. text-align:left;
  351. position:absolute;
  352. letter-spacing:1px;
  353. text-transform:uppercase;
  354. font-size:8px;
  355. z-index:99999999;
  356. line-height:12px;
  357. background-image:url("http://i65.tinypic.com/104etxd.png");
  358. font-family: times;
  359. color: #838378;
  360. text-shadow:0px 0px 3px #838378;
  361. box-shadow: 1px 2px 2px black;
  362. border:1px solid #000;
  363. border-top-left-radius:10px;
  364. border-bottom-right-radius:10px;
  365. -webkit-transition: all 0.5s ease-in-out;
  366. -moz-transition: all 0.5s ease-in-out;
  367. -o-transition: all 0.5s ease-in-out;
  368. -ms-transition: all 0.5s ease-in-out;
  369. transition: all 0.5s ease-in-out}
  370.  
  371.  
  372. #s-m-t-tooltip a {
  373. opacity:0.5;
  374. -webkit-transition: all 0.5s ease-in-out;
  375. -moz-transition: all 0.5s ease-in-out;
  376. -o-transition: all 0.5s ease-in-out;
  377. -ms-transition: all 0.5s ease-in-out; transition: all 0.9s ease-in-out;}
  378.  
  379.  
  380. body, a, a:hover{
  381. cursor: url('http://24.media.tumblr.com/tumblr_mdig6jktic1riysloo1_100.png'), progress;}
  382.  
  383.  
  384.  
  385. iframe#tumblr_controls {
  386. right:3px !important;
  387. position: fixed !important;
  388. -webkit-transition: opacity 0.7s
  389. linear;opacity: 0.2;
  390. -webkit-transition: all 0.8s ease-out;
  391. -moz-transition: all 0.8s ease-out;
  392. transition: all 0.8s ease-out;}
  393.  
  394. iframe#tumblr_controls:hover{
  395. -webkit-transition: opacity 0.7s linear;
  396. opacity: 1;
  397. -webkit-transition: all 0.4s ease-out;
  398. -moz-transition: all 0.4s ease-out;
  399. transition: all 0.4s ease-out;}
  400.  
  401.  
  402.  
  403. body {
  404. background-color:{color:background};
  405. background-image: url('{image:background}');
  406. background-position: left middle;
  407. background-repeat: no-repeat;
  408. background-attachment: fixed;
  409. margin:0px;
  410. color:{color:text};
  411. font-family: arial;
  412. text-align:justify;
  413. font-size: {text:Text Size};
  414. line-height:160%;}
  415.  
  416.  
  417. a:link, a:active, a:visited {
  418. text-decoration: none;
  419. font-family:calibri;
  420. text-transform:uppercase;
  421. color: #fff;
  422. -moz-transition-duration:.6s;
  423. -webkit-transition-duration:.6s;
  424. -o-transition-duration:.6s;}
  425.  
  426. a:hover {
  427. color: #737373;
  428. text-shadow: 1px 1px 0px #FAFAFA;
  429. -moz-transition-duration:.6s;
  430. -webkit-transition-duration:.6s;
  431. -o-transition-duration:.6s;}
  432.  
  433. h1 {
  434. background-color: transparent;
  435. font-family: courier;
  436. color: #EDEDED;
  437. text-shadow:0px 0px 5px #2c2f34;
  438. font-size: 18px;
  439. line-height: 10px;
  440. letter-spacing: 0px;
  441. text-align: center;
  442. text-transform:uppercase;
  443. color: {color:title};
  444. line-height:120%;}
  445.  
  446. h2 {
  447. background-color: transparent;
  448. font-family: courier;
  449. color: #fff;
  450. text-shadow:0px 0px 5px #2c2f34;
  451. font-size: 10px;
  452. line-height: 10px;
  453. letter-spacing: 2px;
  454. text-align: center;
  455. text-transform:uppercase;
  456. color: {color:title};
  457. padding:3px;
  458. line-height:120%;}
  459.  
  460. h3 {
  461. background-color: #cacaca;
  462. background-image:url("http://i65.tinypic.com/104etxd.png");
  463. font-family: 'Playfair Display', serif;
  464. color: #717167;
  465. text-shadow:0px 0px 3px #585850;
  466. font-size: 9px;
  467. line-height: 12px;
  468. letter-spacing: 2px;
  469. text-align: center;
  470. text-transform:uppercase;
  471. padding:3px;
  472. line-height:200%;
  473. border-top-left-radius:10px;
  474. border-bottom-right-radius:10px;
  475.  
  476. -webkit-transition: all 0.2s ease-in-out;
  477. -moz-transition: all 0.2s ease-in-out;
  478. -o-transition: all 0.2s ease-in-out;
  479. -ms-transition: all 0.2s ease-in-out;
  480. transition: all 0.2s ease-in-out;
  481. }
  482.  
  483. h3:hover {
  484. box-shadow:0px 0px 5px #000;
  485. color:#fff;
  486. -webkit-transition: all 0.2s ease-in-out;
  487. -moz-transition: all 0.2s ease-in-out;
  488. -o-transition: all 0.2s ease-in-out;
  489. -ms-transition: all 0.2s ease-in-out;
  490. transition: all 0.2s ease-in-out;
  491. }
  492.  
  493.  
  494. blockquote {
  495. padding:5px 9px;
  496. margin:3px 3px 3px 10px;
  497. border-left:1px solid #222222;
  498. background-color:transparent;
  499. }
  500.  
  501. blockquote img {
  502. max-width:100%;}
  503.  
  504. b, strong {
  505. color:#B5B5B5;
  506. font-size:14px;
  507. font-weight:uppercase;
  508. font-family: times;
  509. text-shadow: 0px 0px 3px #B5B5B5;
  510. letter-spacing:2px;
  511. padding:3px;
  512. }
  513.  
  514. dick {
  515. color:#692828;
  516. font-weight:uppercase;
  517. text-transform:bold;
  518. font-family: 'Playfair Display', serif;
  519. text-shadow: 0px 0px 3px #441a1a;
  520. letter-spacing:2px;
  521. padding:2px;
  522. }
  523.  
  524.  
  525. i, em {
  526. color:#747469;
  527. padding:2px;
  528. font-size:11px;
  529. text-transform:lowercase;
  530. font-family: 'VT323';
  531. }
  532.  
  533. dig {
  534. color:#747469;
  535. font-size:11px;
  536. font-family: 'VT323' ;
  537. text-shadow:0px 0px 2px #747469;
  538. }
  539.  
  540.  
  541.  
  542. p {
  543. margin-top:10px;
  544. margin-bottom:10px;}
  545.  
  546. pa {
  547. margin-top:5px;
  548. margin-bottom:5px;
  549. }
  550.  
  551. ol {
  552. list-style:normal;}
  553.  
  554. ul {
  555. list-style:circle;
  556. }
  557.  
  558.  
  559. small,sup,sub {
  560. font-size:{text:Text Size}}
  561.  
  562. big {
  563. font-size:12px;}
  564.  
  565. {block:IfGreyscale}
  566.  
  567. img {
  568. margin-top:20px;
  569. -webkit-transition: all 0.4s ease-in-out;
  570. -moz-transition: all 0.4s ease-in-out;
  571. -o-transition: all 0.4s ease-in-out;
  572. -ms-transition: all 0.4s ease-in-out;
  573. transition: all 0.4s ease-in-out;
  574. }
  575.  
  576. img:hover {
  577. -webkit-filter:none;
  578. }
  579.  
  580. .html_photoset {
  581. margin-top:20px;
  582. -webkit-filter: grayscale(80%);
  583. -webkit-transition: all 0.4s ease-in-out;
  584. -moz-transition: all 0.4s ease-in-out;
  585. -o-transition: all 0.4s ease-in-out;
  586. -ms-transition: all 0.4s ease-in-out;
  587. transition: all 0.4s ease-in-out;
  588. opacity:.5;
  589. }
  590.  
  591. .html_photoset:hover {
  592. -webkit-filter: grayscale(80%);
  593. opacity:.9;
  594. }
  595.  
  596. {/block:IfGreyscale}
  597.  
  598. #pcontainer {
  599. background-color:transparent;
  600. background-image:url("");
  601. z-index:99;
  602. width:260px;
  603. height:383px;
  604. padding: 20px;
  605. top:265px;
  606. margin-left: 478px;
  607. position:relative;
  608. overflow-y:scroll;
  609. overflow-x:hidden;
  610. -webkit-transition: all 0.5s ease-in-out;
  611. -moz-transition: all 0.5s ease-in-out;
  612. -o-transition: all 0.5s ease-in-out;
  613. -ms-transition: all 0.5s ease-in-out;
  614. transition: all 0.5s ease-in-out;
  615. opacity:1;
  616.  
  617. }
  618.  
  619.  
  620. #content {
  621. margin-left:20px;
  622. width:230px;
  623. margin-top: -19px;}
  624.  
  625.  
  626.  
  627.  
  628.  
  629.  
  630.  
  631.  
  632.  
  633.  
  634. #title {
  635. font-size:12px;
  636. margin-bottom:3px;
  637. padding-top:5px;
  638. font-family: 'Playball', cursive;
  639. letter-spacing:1px; }
  640.  
  641.  
  642.  
  643.  
  644.  
  645. #link1 {
  646. position:fixed;
  647. left:672px;
  648. top:220px;
  649. letter-spacing:0px;
  650. font-size: 10px;
  651. color:#000;
  652. font-family: courier;
  653. -ms-transform: rotate(0deg); /* IE 9 */
  654. -webkit-transform: rotate(0deg); /* Chrome, Safari, Opera */
  655. transform: rotate(0deg);
  656. -webkit-filter: blur(0px);
  657. }
  658.  
  659. #link2 {
  660. position:fixed;
  661. color:#000;
  662. left:712px;
  663. top:220px;
  664. font-size: 10px;
  665. font-family: courier;
  666. -ms-transform: rotate(0deg); /* IE 9 */
  667. -webkit-transform: rotate(0deg); /* Chrome, Safari, Opera */
  668. transform: rotate(0deg);
  669. -webkit-filter: blur(0px);
  670. }
  671.  
  672.  
  673. #link3 {
  674. position:fixed;
  675. color:#000;
  676. left:752px;
  677. top:220px;
  678. font-size: 10px;
  679. font-family: courier;
  680. -ms-transform: rotate(0deg); /* IE 9 */
  681. -webkit-transform: rotate(0deg); /* Chrome, Safari, Opera */
  682. transform: rotate(0deg);
  683. -webkit-filter: blur(0px);
  684. }
  685.  
  686. #link4 {
  687. position:fixed;
  688. left:792px;
  689. top:220px;
  690. -ms-transform: rotate(0deg); /* IE 9 */
  691. -webkit-transform: rotate(0deg); /* Chrome, Safari, Opera */
  692. transform: rotate(0deg);
  693. -webkit-filter: blur(0px);
  694. }
  695.  
  696. #iragun {
  697. position:fixed;
  698. left:302px;
  699. top:430px;
  700. font-size: 10px;
  701. font-family: courier;
  702. -webkit-filter: blur(0px);
  703. }
  704.  
  705. #darylbow {
  706. position:fixed;
  707. left:352px;
  708. top:338px;
  709. -webkit-filter: blur(0px);
  710. }
  711.  
  712.  
  713. #michkatana {
  714. position:fixed;
  715. left:342px;
  716. top:420px;
  717. -webkit-filter: blur(0px);
  718. }
  719.  
  720.  
  721. #maggieknife {
  722. position:fixed;
  723. color:#000;
  724. left:382px;
  725. top:530px;
  726. -webkit-filter: blur(0px);
  727. }
  728.  
  729.  
  730. #links a {
  731.  
  732. text-shadow:0px 0px 0px #888787;
  733. font-family: courier;
  734. cursor:help;
  735. color:#888787;
  736.  
  737. }
  738.  
  739.  
  740. #links a:hover {
  741. text-shadow: 0px 0px 3px #888787;
  742. cursor:help;
  743. -webkit-filter: blur(1px);
  744. -webkit-transition: all 0.2s ease-in-out;
  745. -moz-transition: all 0.2s ease-in-out;
  746. -o-transition: all 0.2s ease-in-out;
  747. -ms-transition: all 0.2s ease-in-out;
  748. transition: all 0.2s ease-in-out;}
  749.  
  750.  
  751.  
  752.  
  753. #pagination {
  754. position:fixed;
  755. top:700px;
  756. left:700px;
  757. width: 400px;
  758. padding: 1px;
  759. line-height: 21px;
  760. text-align: center;
  761. margin-top: 10px;
  762. letter-spacing:0px;
  763. text-transform: uppercase;
  764. -webkit-transition: all 0.9s ease-in-out;
  765. -moz-transition: all 0.9s ease-in-out;
  766. -o-transition: all 0.9s ease-in-out;
  767. -ms-transition: all 0.9s ease-in-out;
  768. transition: all 0.9s ease-in-out;
  769. }
  770.  
  771. #pagination a {
  772. color:#fff;
  773. font-size:10px;
  774. font-family: courier;
  775. font-weight:bold;
  776. text-shadow: 0px 0px 1px #fff;
  777. opacity:.7;
  778. }
  779.  
  780. #pagination a:hover {
  781. -webkit-filter: blur(2px);
  782. -webkit-transition: all 0.2s ease-in-out;
  783. -moz-transition: all 0.2s ease-in-out;
  784. -o-transition: all 0.2s ease-in-out;
  785. -ms-transition: all 0.2s ease-in-out;
  786. transition: all 0.2s ease-in-out;
  787. opacity:.9;
  788. }
  789.  
  790.  
  791. #posts {
  792. width:272px;
  793. padding:10px;
  794. margin-left:-39px;
  795. padding-bottom:10px;
  796. padding-top:10px;
  797. -webkit-transition: all 0.2s ease-in-out;
  798. -moz-transition: all 0.2s ease-in-out;
  799. -o-transition: all 0.2s ease-in-out;
  800. -ms-transition: all 0.2s ease-in-out;
  801. transition: all 0.2s ease-in-out;
  802. }
  803.  
  804.  
  805. #posts:hover {
  806. -webkit-transition: all 0.2s ease-in-out;
  807. -moz-transition: all 0.2s ease-in-out;
  808. -o-transition: all 0.2s ease-in-out;
  809. -ms-transition: all 0.2s ease-in-out;
  810. transition: all 0.2s ease-in-out;
  811. }
  812.  
  813.  
  814.  
  815.  
  816. .audio {
  817. width:287px;
  818. padding:10px;
  819. background-color:transparent;}
  820.  
  821. .albumart {
  822. float:left;
  823. padding:0px 10px 10px 0px;}
  824.  
  825. .albumart img {
  826. width:65px;
  827. height:65px;}
  828.  
  829. .playercontainer {
  830. text-align:left;
  831. padding:10px;
  832. background-color:transparent;
  833. width:380px;}
  834.  
  835. .audioinfo {
  836. padding:10px;
  837. color:{color:text};}
  838.  
  839. #question {
  840. margin-left:2px;
  841. padding:10px;
  842. text-align:center;
  843. font-weight:bold;
  844. background:transparent;
  845. background-image:url("");
  846. border-radius:5px;
  847. font-size:11px;
  848. color:{color:text};
  849. line-height:100%;}
  850.  
  851.  
  852. #answer {
  853. font-style:normal;
  854. margin-top:4px;
  855. }
  856.  
  857. #answer img {
  858. max-width:100%;}
  859.  
  860. #info {
  861. width:265px;
  862. margin-top:7px;
  863. margin-left:0px;
  864. padding:4px;
  865. font-size:9px;
  866. line-height:100%;
  867. background-color:transparent;
  868. border:1px solid transparent;
  869. color:#929292;
  870. word-spacing:1px;
  871. font-style:normal;
  872. text-align:center;
  873. -moz-transition-duration:0.2s;
  874. -webkit-transition-duration:0.2s;
  875. -o-transition-duration:0.2s;
  876. opacity:.9;
  877. }
  878.  
  879. #info a {
  880. color:#8a8b8d;
  881. font-size:8px;
  882. font-style:normal;
  883. font-family: courier;
  884. }
  885.  
  886. #info a:hover {
  887. color:#cee9e1;
  888. -moz-transition-duration:0.2s;
  889. -webkit-transition-duration:0.2s;
  890. -o-transition-duration:0.2s;
  891. }
  892.  
  893. .tags {
  894. width:auto;
  895. font-style:normal;
  896. background:#000;
  897. text-transform:normal;
  898. line-height:180%;
  899. padding-bottom:10px;
  900. padding-top:3px;
  901. font-size:8px;
  902. text-align:center;
  903. border:1px dotted #151515;
  904. -moz-transition-duration:0.5s;
  905. -webkit-transition-duration:0.5s;
  906. -o-transition-duration:0.5s;
  907. opacity:.8;
  908. }
  909.  
  910. .tags a{
  911. margin-right:3px;
  912. text-shadow:0px 0px 2px #787878;
  913. color:#787878;
  914. font-family:calibri;
  915. }
  916.  
  917. .tags a:hover {
  918. color:#fff;
  919. }
  920.  
  921.  
  922. .note {
  923. text-transform:uppercase;
  924. font-style:normal;
  925. letter-spacing:0px;
  926. font-size: 7px;
  927. text-align:left;
  928. line-height:90%;
  929. margin-left:-40px;}
  930.  
  931. .note li {
  932. list-style-type:none;
  933. border-bottom:1px solid {color:border};
  934. padding:10px 25px 10px 25px;
  935. text-align:left;
  936. margin:0px;
  937. -moz-transition-duration:0.5s;
  938. -webkit-transition-duration:0.5s;
  939. -o-transition-duration:0.5s;}
  940.  
  941. .note img.avatar {
  942. margin-right: 10px;
  943. border-radius:100%;
  944. width: 16px;
  945. height: 16px;}
  946.  
  947.  
  948.  
  949.  
  950.  
  951.  
  952.  
  953.  
  954. /* UPDATES TAB BY HARDZIAM.TUMBLR.COM */
  955.  
  956. .hardziam1 {
  957. position:fixed;
  958. width:165px;
  959. height:415px;
  960. z-index:9999;
  961. text-align:justify;
  962. left:798px;
  963. top:246px;
  964. overflow-y:scroll;
  965. overflow-x:hidden;
  966.  
  967. }
  968.  
  969. .hardzaim1:hover {
  970.  
  971. }
  972.  
  973.  
  974. .hzcontent {
  975. padding:6px;
  976. margin-top:10px;
  977. height:283px;
  978. font:10px times;
  979. color:#7b7b70;
  980. background-color:transparent;
  981. border:1px solid transparent;
  982. text-align:justify;
  983. line-height:130%;
  984. opacity:1;
  985. -webkit-filter: blur(0px);
  986. -moz-transition-duration:0.5s;
  987. -webkit-transition-duration:0.5s;
  988. -o-transition-duration:0.5s;
  989. }
  990.  
  991. .hzcontent:hover {
  992. opacity:1;
  993. -webkit-filter: blur(0px);
  994. -moz-transition-duration:0.5s;
  995. -webkit-transition-duration:0.5s;
  996. -o-transition-duration:0.5s;
  997. }
  998.  
  999.  
  1000.  
  1001. /* UPDATES TAB BY HARDZIAM.TUMBLR.COM */
  1002.  
  1003.  
  1004.  
  1005.  
  1006.  
  1007.  
  1008.  
  1009.  
  1010.  
  1011.  
  1012.  
  1013.  
  1014.  
  1015.  
  1016.  
  1017.  
  1018.  
  1019.  
  1020.  
  1021.  
  1022.  
  1023.  
  1024. .sfm input {background-color:#dcdcdc;
  1025. font-size: 8px;
  1026. border: 0px;
  1027. text-transform: uppercase;
  1028. margin-top: 0px;
  1029. color: #999;
  1030. letter-spacing: 1px;
  1031. padding: 4px 8px;
  1032. font-family: calibri, helvetica, arial;}
  1033.  
  1034.  
  1035.  
  1036.  
  1037.  
  1038.  
  1039.  
  1040.  
  1041.  
  1042.  
  1043.  
  1044.  
  1045. {CustomCSS}
  1046.  
  1047. </style></head>
  1048. <body>
  1049.  
  1050.  
  1051.  
  1052.  
  1053. <div class="hardziam1">
  1054. <div class="hzcontent">
  1055.  
  1056.  
  1057. <!------- here you put your updates -------->
  1058.  
  1059.  
  1060. <h3>ARES</h3>
  1061.  
  1062. <dick>' WHEN I WAS A KID,</dick> I asked my grandpa once if he ever killed any Germans in the war. He wouldn't answer. He said that was grown-up stuff. So... so I asked if the Germans ever tried to kill him. But he got <i>real quiet.</i> He said he was dead the minute he stepped in to enemy territory. Every day he woke up and told himself, rest in peace. Now <dick>GET UP</dick> and <b>GO TO WAR.</b> '
  1063.  
  1064. <h3>ii</h3>
  1065.  
  1066.  
  1067. <p>independent roleplay account for amc's and skybound's <dick>RICK GRIMES</dick> of <i>the walking dead.</i>
  1068. </p>
  1069.  
  1070. <center><i>( est. february 7th, 2014. )</i></center>
  1071.  
  1072. <h3>iii</h3>
  1073.  
  1074. <p>written by <dig>MORGAN.</dig> ( she / her ). UTC -5:00.</p>
  1075.  
  1076. <h3>iv</h3>
  1077.  
  1078. <dig>TRIGGERS / NSFW PRESENT.</dig> see rules tab for more information.</p>
  1079.  
  1080. <p><marquee bgcolor=“#cccccc” loop=“-1” scrollamount=“2” width=“100%”>ALL ICONS ARE MADE BY ME & ARE <U>NOT</U> FOR PUBLIC USE !! ALL CREDITS CAN BE FOUND IN THE LINKBAR.</marquee></p>
  1081.  
  1082. <h3>v</h3>
  1083.  
  1084.  
  1085. <p><center> <script language="JavaScript">var fhs = document.createElement('script');var fhs_id = "4637109";
  1086. var ref = (''+document.referrer+'');var pn = window.location;var w_h = window.screen.width + " x " + window.screen.height;
  1087. fhs.src = "http://freehostedscripts.net/ocounter.php?site="+fhs_id+"&e1=&e2=&r="+ref+"&wh="+w_h+"&a=1&pn="+pn+"";
  1088. document.head.appendChild(fhs);document.write("<span id='o_"+fhs_id+"'></span>");
  1089. </script> &nbsp;//&nbsp; <script language="JavaScript">var fhsh = document.createElement('script');var fhs_id_h = "3145381";
  1090. fhsh.src = "//s1.freehostedscripts.net/ocount.php?site="+fhs_id_h+"&name=&a=1";
  1091. document.head.appendChild(fhsh);document.write("<span id='h_"+fhs_id_h+"'></span>");
  1092. </script></p>
  1093.  
  1094.  
  1095.  
  1096. <h3></h3>
  1097.  
  1098. <p><center><a href="http://incarter.tumblr.com" title="xxxxxx">♛</a></center></p>
  1099.  
  1100. <!------ don't edit anything below this -------->
  1101.  
  1102.  
  1103. </div>
  1104. </div>
  1105.  
  1106.  
  1107.  
  1108.  
  1109.  
  1110.  
  1111.  
  1112.  
  1113.  
  1114.  
  1115.  
  1116.  
  1117.  
  1118.  
  1119.  
  1120.  
  1121.  
  1122.  
  1123. <div id="content">
  1124.  
  1125.  
  1126.  
  1127. <div id="pagination">
  1128. {block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">previous</a> <font color="#c1c1c1">//</font> {/block:PreviousPage}{block:NextPage} <a href="{NextPage}">next</a>{/block:NextPage}{/block:Pagination}
  1129. </div>
  1130.  
  1131.  
  1132. <div id="link1"><div id="links"><a href="/" title="index.">01.</a></div></div>
  1133.  
  1134. <div id="link2"><div id="links"><a href="#?w=280" rel="askbox2" class="poplight" title="mssg / submit.">02.</a></div></div>
  1135.  
  1136. <div id="link3"><div id="links"><a href="#?w=280" rel="rules" class="poplight" title="rules.">03.</a></div></div>
  1137.  
  1138. <div id="link4"><div id="links"><a href="#?w=280" rel="biography" class="poplight" title="about.">04.</a></div></div>
  1139.  
  1140. <div id="iragun"><div id="links"><a href="http://incarter.tumblr.com" title="ira."><img src="https://66.media.tumblr.com/ddd6b2cc95ca7bd8cea673a06cadec09/tumblr_ogup7y075W1tkoe95o1_r3_75sq.png"></a></div></div>
  1141.  
  1142. <div id="darylbow"><div id="links"><a href="http://aintashes.tumblr.com" title="daryl."><img src="https://66.media.tumblr.com/9992420a6d55b7819591232f5c15e0b5/tumblr_ogup7y075W1tkoe95o1_r2_250.png"></a></div></div>
  1143.  
  1144. <div id="michkatana"><div id="links"><a href="" title=""><img src="https://65.media.tumblr.com/bc6a7732744d781cb00cd8856f1078b7/tumblr_ogup7y075W1tkoe95o3_r2_250.png"></a></div></div>
  1145.  
  1146. <div id="maggieknife"><div id="links"><a href="" title=""><img src="https://67.media.tumblr.com/dcc6c183484effb3c01595cbf93b9f6b/tumblr_ogup7y075W1tkoe95o2_r2_100.png"></a></div></div>
  1147.  
  1148.  
  1149. <div id="pcontainer">
  1150.  
  1151. <div id="content"><div id="posts">
  1152. {block:Posts}
  1153.  
  1154.  
  1155. {block:Quote}"<i>{Quote}</i>"&nbsp; <br><br> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; — {Source} {/block:Quote}
  1156. {block:Title}<h1>{Title}&nbsp;</h1>{/block:Title}
  1157. {block:Text}{Body}{/block:Text}
  1158.  
  1159. {block:Link}<a href="{URL}" class="link" {Target}><h1>{Name}&nbsp;</h1></a>
  1160.  
  1161. {block:Description}<P>{Description}</p>{/block:Description}{/block:Link}
  1162.  
  1163. {block:Photo}<center>{LinkOpenTag}<img src="{PhotoURL-250}" alt="{PhotoAlt}"/>{LinkCloseTag}</center>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  1164. {block:Photoset}<center>{Photoset-250}</center>{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  1165.  
  1166. {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}
  1167.  
  1168. {block:Video}{Video-250}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  1169.  
  1170. {block:Answer}
  1171. <div id="question"><img src="{AskerPortraitURL-40}" style="padding:2px; border:0px solid transparent; border-radius:100%;"><br><br><a href="{askerURL}"><b>{Asker}</b>: </a>❛ {Question} ❜</div><div id="answer">{Answer}</div>{/block:answer}
  1172.  
  1173. {block:Audio}<div class="audio">{block:AlbumArt}<div class="albumart"><img src="{AlbumArtURL}"/></div>{/block:AlbumArt}
  1174. <div class="audioinfo">{block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}{block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  1175. {/block:ExternalAudio}<b>Played:</b> {PlayCount} times</div>
  1176. <br><div class="playercontainer">{AudioPlayerWhite}</div></div>
  1177. {block:Caption}{Caption}{/block:Caption}<br>{/block:Audio}
  1178.  
  1179.  
  1180.  
  1181. {block:Date}<div id="info"> <a href="{Permalink}" title="{ShortMonth} {DayOfMonth}">●</a>{/block:Date} &nbsp; {block:NoteCount} <a href="{Permalink}" title="{NoteCount} notes">●</a> {/block:NoteCount}
  1182. &nbsp; {block:RebloggedFrom} <a title="{ReblogParentName}" href="{ReblogParentURL}">●</a> {/block:RebloggedFrom} &nbsp; {block:ContentSource} <a title="{SourceTitle}" href="{SourceURL}">●</a>{/block:ContentSource} {/block:RebloggedFrom}
  1183. </div>
  1184. </p>
  1185.  
  1186.  
  1187. {block:HasTags}
  1188. <div class="tags">
  1189. {block:Tags} # <a href="{TagURL}" title="{Tag}"> {Tag} &nbsp; </a> {/block:Tags}</div>
  1190. {/block:HasTags}
  1191. <div class="postnote">
  1192. {block:PostNotes}{PostNotes}{/block:PostNotes}
  1193.  
  1194.  
  1195. {/block:Posts}</div></div>
  1196.  
  1197. <div style="position:fixed;bottom:3px; right:3px; font-size:7px; letter-spacing:1px; font-family:cambria;"><a href="http://octomoosey.tumblr.com/">© OCTOMOOSEY</a></center></div>
  1198.  
  1199. </div> </div> </div> </div>
  1200.  
  1201.  
  1202.  
  1203.  
  1204.  
  1205.  
  1206. </body>
  1207.  
  1208.  
  1209.  
  1210. <div id="askbox" class="popup_block">
  1211.  
  1212. my inbox is open for both ic and ooc matters. ask memes can be sent by anyone, but only those in <b>mutual follow</b> should expect a legitimate reply. that being said, please feel free to send things in anyhow. if your ask is not answered within a month, please resend. discord is currently available for request.</p>
  1213.  
  1214. <iframe frameborder="0" height="250" id="ask_form" scrolling="yes" src="http://www.tumblr.com/ask_form/{Name}.tumblr.com" width="100%"></iframe></p>
  1215.  
  1216. </div>
  1217.  
  1218. </div></div></div></div></div></div></div></div></div></div>
  1219.  
  1220.  
  1221.  
  1222.  
  1223.  
  1224. <div id="askbox2" class="popup_block">
  1225.  
  1226. <div id="inners"><div id="tabinfo"><div id="tabbers"><ul id="tabs">
  1227. <li class="active">01.</li>
  1228. <li>02.</li>
  1229. <!--<li>group</li>-->
  1230. </ul></div></div>
  1231.  
  1232.  
  1233. <div id="text">
  1234. <ul id="tab">
  1235. <li class="active">
  1236.  
  1237. <div style="width: auto; height: 310px; padding: 3px; overflow-y: scroll; overflow-x: hidden;">
  1238.  
  1239. <h3>INBOXES.</h3>
  1240.  
  1241.  
  1242. <iframe frameborder="0" height="260" id="ask_form" scrolling="yes" src="http://www.tumblr.com/ask_form/{Name}.tumblr.com" width="100%"></iframe></p>
  1243.  
  1244. </div>
  1245.  
  1246. </li>
  1247.  
  1248. <!-------------------------------------->
  1249.  
  1250. <li>
  1251.  
  1252. <div style="width: auto; height: 310px; padding: 3px; overflow-y: scroll; overflow-x: hidden;">
  1253.  
  1254. <h3>SUBMISSIONS.</h3>
  1255.  
  1256. <iframe frameborder="0" border="0" scrolling="no" width="250" height="440" allowtransparency="true" src="http://www.tumblr.com/submit_form/EUPHORIRA.tumblr.com" style="background-color:transparent; overflow:hidden;"></iframe>
  1257.  
  1258. </div>
  1259.  
  1260.  
  1261. </div>
  1262.  
  1263. </div></div></div></div></div></div></div></div></div></div>
  1264.  
  1265.  
  1266.  
  1267.  
  1268.  
  1269.  
  1270.  
  1271. <div id="rules" class="popup_block">
  1272.  
  1273. <div id="inners">
  1274.  
  1275. <div id="tabtitle">RULES / EXCLUSIVES.</div></p>
  1276.  
  1277. <div id="tabinfo"><div id="tabbers"><ul id="tabs">
  1278. <li class="active" title="rules.">01.</li>
  1279. <li title="exclusives / mains.">02.</li>
  1280. <!--<li>group</li>-->
  1281. </ul></div></div>
  1282.  
  1283.  
  1284. <div id="text">
  1285. <ul id="tab">
  1286. <li class="active">
  1287.  
  1288.  
  1289. <div style="width: auto; height: 310px; padding: 3px; overflow-y: scroll; overflow-x: hidden;">
  1290.  
  1291. <h3>GUIDELINES.</h3>
  1292.  
  1293. <dig>HEY !</dig>my name is morgan and i am a college sophmore who lives in the eastern time zone. my passions are cooking, music, writing, and theatre. i'm pretty laid back on this blog, but i do have some rules. take a look through them, please!</p>
  1294.  
  1295. <h3>DISCLAIMERS.</h3>
  1296.  
  1297. <p><DIG>0 1 .</DIG> curently, i am working and going to school so this blog could have slow replies. this blog is selective and for mutuals only. this is nothing against anyone's character, and is a personal preference.</p>
  1298.  
  1299. <p><dig>0 2 .</dig> be respectful. roleplaying is for fun, not for drama, and if i see that you are being disrespectful to me or anyone on the dashboard i will not hesitate to drop all ic and ooc interactions with you. i also ask that you respect my personal space, and that you don't spam me with messages, ic or otherwise.</p>
  1300.  
  1301. <p><dig>0 3 .</dig> do not take my icons. they are not for public use. they take time to make, and i would not appreciate theft. if i find out that you have stolen my icons, all ic and ooc interactions will be dropped and it will become a public matter.</p>
  1302.  
  1303. <p><dig>0 4 .</dig> i like to code my replies and use personalized icons this being said i also use descriptive writing, but that doesn't mean you have to! i understand that some people do not know or do not have the means to make icons / code replies, and i will never deny a roleplay just because you don't do these things. all i ask is that you please do not use asterisks when roleplaying with me, and write in full sentences. if you do not understand something in my writing send me a message!</p>
  1304.  
  1305. <p><dig>0 5 .</dig> i have every right to <dig>DECLINE A ROLEPLAY</dig> with someone if my rules are in any way broken. i only thread with mutuals, and you can check to see if we're okay to thread by searching my url in your follower list. if i'm following you, i will most likely thread with you. multimuse blogs are fine but anime characters or drawn characters will not be interacted with. this is not personal. mutuals can send memes, but they must be something i feel i can answer. ship memes should only be sent in if we have an established ship together. if i do not follow back within 48 hours, chances are i will not be following at all. please don't spam me with follows.</p>
  1306.  
  1307. <p><dig>0 6 .</dig> this blog will contain nsfw content that varies from, but not limited to, blood, gore, sexual content, etc. if you need something tagged that has not already been so, then message me and i will tag it. i WILL NOT smut with you if you are under the age of 18. if i find out you have been lying about your age, all ic and ooc interactions will be dropped.</p>
  1308.  
  1309. <p><dig>0 7 .</dig> i love ships, and work off chemistry between characters based on interactions. if i feel a ship is being forced, i won't run with it. i don't force ships and expect you to do the same.</p>
  1310.  
  1311.  
  1312.  
  1313. <h3>CREDITS.</h3>
  1314.  
  1315. <p>theme bg + code edit by <a href="http://euphorira.tumblr.com">EUPHORIRA.</a></p>
  1316.  
  1317. <p>01. <i>)</i> <b>UPDATES TAB.</b> original code found <a href="http://septembre.co.vu/updatestab2">here</a> by septembre / themesbyzsu. coded by me.</br>
  1318. 02. <i>)</i> <b>POP UP BOXES.</b> original code by <a href="http://neonbikethemes.tumblr.com/post/98017287343/str-wrs-tutorial-pop-up-boxes-live-preview">str-wrs</a>. coded by me.</br>
  1319. 03. <i>)</i> <b>THEME.</b> original code found <a href="http://octomoosey.tumblr.com/post/81069187592/worthy-theme-19-static-preview-download-up">here</a> by octomoosey. coded by me. info boxes on my theme are by <a href="http://hollywhood.tumblr.com/">hollywhood</a>.</br>
  1320. 04. <i>)</i> <b>ICON PSD.</b> found at <a href="http://flawless-psds.tumblr.com">flawless-psds</a>.</p>
  1321.  
  1322.  
  1323. </div>
  1324.  
  1325.  
  1326.  
  1327. </li>
  1328.  
  1329. <!-------------------------------------->
  1330.  
  1331. <li>
  1332.  
  1333.  
  1334. <div style="width: auto; height: 310px; padding: 3px; overflow-y: scroll; overflow-x: hidden;">
  1335.  
  1336.  
  1337. <p><dig>the following canonical characters are ones that i am SHIP exclusive with, & i will not be shipping with other blogs of this character.</dig></p>
  1338.  
  1339.  
  1340. <p>
  1341.  
  1342. <blockquote>
  1343.  
  1344. DARYL DIXON. aintashes.</br>
  1345.  
  1346. </blockquote>
  1347. </p>
  1348.  
  1349. </div>
  1350.  
  1351. </div>
  1352.  
  1353. </div></div></div></div></div></div></div></div></div></div>
  1354.  
  1355.  
  1356.  
  1357.  
  1358.  
  1359.  
  1360. <div id="biography" class="popup_block">
  1361.  
  1362. <div id="inners">
  1363.  
  1364. <div id="tabtitle">O'SINNERMAN.</div></p>
  1365.  
  1366. <div id="tabinfo"><div id="tabbers"><ul id="tabs">
  1367. <li class="active" title="character sheet / bio.">01.</li>
  1368. <li title="verses.">02.</li>
  1369. <li title="alternate verses.">03.</li>
  1370. <!--<li>group</li>-->
  1371. </ul></div></div>
  1372.  
  1373. <div id="text">
  1374. <ul id="tab">
  1375. <li class="active">
  1376.  
  1377. <div style="width: auto; height: 310px; padding: 3px; overflow-y: scroll; overflow-x: hidden;">
  1378.  
  1379. <h3>INFORMATION</h3>
  1380.  
  1381. <p>Full Name: richard elliot grimes</br>
  1382. Goes by: rick grimes </br>
  1383. Age: primarily, 42 but varies on verse</br>
  1384. Birthday: sept 14th, 1973</br>
  1385. Eye colour: azure blue</br>
  1386. Hair colour: light & dark brown</br>
  1387. Height: 5'10"</br>
  1388. Weight: 155lbs </br>
  1389. Blood type: a positive </br>
  1390. Nationality: american </br>
  1391. Sex: male</br>
  1392. Gender: male</br>
  1393. Preferred Pronoun(s): he/his</br>
  1394. Romantic Orientation: bi-romantic</br>
  1395. Sexual Orientation: bisexual </br>
  1396. Religion: nonreligious/atheist </br>
  1397. Build: built & athletic</p>
  1398.  
  1399.  
  1400. <h3>TRAITS</h3>
  1401.  
  1402. <p>Moral alignment: <i>Chaotic Neutral.</i></p>
  1403.  
  1404. <p><b>SINS.</b> lust / greed / <dig>wrath</dig> / gluttony / sloth / <dig>pride</dig> / envy.</p>
  1405.  
  1406. <dick>MANNERISMS.</dick> an upper lip twitch when mad or disgusted, a simple cock of his head to the side when speaking or showing aggression, when walking can be very bowlegged, when standing tends to put most of his weight on one side ( varies which leg ), & primarily uses his dominant hand/arm ( the right ) when shooting.</p>
  1407.  
  1408. <dick>WEARS.</dick> white shirts & blackish jeans showing sewn rips, a black leather belt with a holster, button-up shirts, bulky jacket with a furred hood, casual t-shirts of any color, sheriff’s uniform & constable’s uniform, brown cowboy boots.</p>
  1409.  
  1410. <dick>SMELLS.</dick> very earthy —— like fresh rain fallen from gloomy clouds. a faint woodsmoke lingers around his aura with a ghostly metallic aroma of blood ; despite having washed it off numerous times the liquid lives & breathes beneath his skin. the flavor of dirt covers him as well as the masked stench of death.</p>
  1411.  
  1412. <dick>OTHER.</dick> light stubble covers his jawline & chin, a wedding ring shines amid the cardinal pool that covers him, a silver wristwatch is wore around his left wrist, a rusted sheriffs badge, a colt python & red machete, the embodiment of a survivor.</p>
  1413.  
  1414.  
  1415.  
  1416. <h3>ABOUT</h3>
  1417.  
  1418. <center><b>BASICS.</b></center></p>
  1419.  
  1420. rick grimes is the protagonist and a survivor of the outbreak in AMC's The Walking Dead. he is a former police officer of the king county sheriff's department, who was shot in the line of duty and fell into a coma, only to wake up and find himself in the midst of the zombie apocalypse. </p>
  1421.  
  1422.  
  1423. <center><b>PERSONALITY.</b></center></p>
  1424.  
  1425. rick is a typically calm, smart, and a good friend and father; but he will often stubbornly cling to his personal strong moral code, which has resulted in numerous bad calls and extra stress within the group. rick's greatest fault, perhaps, is his uncanny ability to place responsibility on himself and set for himself goals that are impossible to reach. </p>
  1426.  
  1427. despite his faults, his combat skill and general care for all members of the group have led him to be looked up to, and allowed him to take the leadership role within the group. rick is strongly nonreligious, admitting to never having been much of a believer and instead puts his faith in his family and the group-members around him. He also appears to view religion and beliefs in God as an interference and waste of time. </p>
  1428.  
  1429. he is shown to be incredibly protective of his group and their well-being, having engaged numerous threats, even other living people, to keep them safe. his moral compass is challenged in many ways and he, in an attempt to prevent more death and loss, begins to shut everybody else out.</p>
  1430.  
  1431. after the fall of terminus, rick comes to accept his new role as a leader and eventually becomes the leader of alexandria ( as requested by deanna )</p>
  1432.  
  1433. <center><b><a href="http://nobodiesgovernor.tumblr.com/tagged/headcanon.">HEADCANONS.</a></b></center>
  1434.  
  1435. </div>
  1436.  
  1437. </li>
  1438.  
  1439. <!-------------------------------------->
  1440.  
  1441. <li>
  1442.  
  1443. <div style="width: auto; height: 310px; padding: 3px; overflow-y: scroll; overflow-x: hidden;">
  1444.  
  1445.  
  1446. <center><pre>stage 01.</pre></center>
  1447. <blockquote>
  1448. <p>NAME: RICK GRIMES</br>
  1449. AGE: TBA.</br></blockquote>
  1450. <p>TBA</p>
  1451.  
  1452.  
  1453.  
  1454. <center><pre>stage 02.</pre></center>
  1455. <blockquote>
  1456. <p>NAME: RICK GRIMES</br>
  1457. AGE: TBA.</br></blockquote>
  1458. <p>TBA.</p>
  1459.  
  1460.  
  1461.  
  1462. <center><pre>stage 03.</pre></center>
  1463. <blockquote>
  1464. <p>NAME: RICK GRIMES</br>
  1465. AGE: TBA.</br></blockquote>
  1466. <p>TBA.</p>
  1467.  
  1468.  
  1469.  
  1470. <center><pre>stage 04.</pre></center>
  1471. <blockquote>
  1472. <p>NAME: RICK GRIMES</br>
  1473. AGE: TBA.</br></blockquote>
  1474. <p>TBA.</p>
  1475.  
  1476.  
  1477. <center><pre>stage 05.</pre></center>
  1478. <blockquote>
  1479. NAME: RICK GRIMES </br>
  1480. AGE: TBA.</br></blockquote>
  1481.  
  1482. <p>TBA.</p>
  1483.  
  1484. <center><pre>stage 06.</pre></center>
  1485. <blockquote>
  1486. NAME: RICK GRIMES </br>
  1487. AGE: TBA.</br></blockquote>
  1488.  
  1489. <p>TBA.</p>
  1490.  
  1491.  
  1492. </div>
  1493.  
  1494.  
  1495. </li>
  1496.  
  1497.  
  1498.  
  1499. <!-------------------------------------->
  1500.  
  1501.  
  1502. <li>
  1503.  
  1504. <div style="width: auto; height: 310px; padding: 3px; overflow-y: scroll; overflow-x: hidden;">
  1505.  
  1506.  
  1507. <center><pre>modern au.</pre></center>
  1508. <blockquote>
  1509. <p>TBA.</blockquote>
  1510.  
  1511.  
  1512.  
  1513.  
  1514. </div>
  1515.  
  1516. </li>
  1517.  
  1518. </div>
  1519.  
  1520. </div></div></div></div></div></div></div></div></div></div>
  1521.  
  1522.  
  1523.  
  1524.  
  1525. <!-- SCM Music Player http://scmplayer.co -->
  1526. <script type="text/javascript" src="http://scmplayer.co/script.js"
  1527. data-config="{'skin':'http://static.tumblr.com/zeaszfj/6I9n2rp0t/.css','volume':75,'autoplay':true,'shuffle':true,'repeat':1,'placement':'bottom','showplaylist':false,'playlist':[{'title':'hurt','url':'https://www.youtube.com/watch?v=CG-1JDi4240'},{'title':'marked man','url':'https://www.youtube.com/watch?v=qyWNTIwSJIc'},{'title':'you are the wilderness','url':'https://www.youtube.com/watch?v=GZC0eax90eo'},{'title':'david','url':'https://www.youtube.com/watch?v=xyO3cZLN6p0'},{'title':'ain%27t no grave','url':'https://www.youtube.com/watch?v=o0MIFHLIzZY'},{'title':'everybody want%27s to rule the world*','url':'https://www.youtube.com/watch?v=DaVA6sgOpws'},{'title':'more than a feeling','url':'https://www.youtube.com/watch?v=J7qYD--ci78'},{'title':'warm shadow','url':'https://www.youtube.com/watch?v=ib4-lXzfSFk&index=4&list=PLXfdXi_cZYzjvts4o7LCrkYe5QYuRgSmC'},{'title':'the preacher','url':'https://www.youtube.com/watch?v=nXuXOsKwRZQ'},{'title':'running','url':'https://www.youtube.com/watch?v=3xXeB43b4yU'},{'title':'arsonist%27s lullaby','url':'https://www.youtube.com/watch?v=yEtkIRlz7Vw'},{'title':'all along the watchtower','url':'https://www.youtube.com/watch?v=TLV4_xaYynY'},{'title':'black','url':'https://www.youtube.com/watch?v=uQes2Bh9A3w'},{'title':'bloodstream*','url':'https://www.youtube.com/watch?v=V3b1CDLsiGU'},{'title':'o%27darlin what i have done?','url':'https://www.youtube.com/watch?v=Cu8qsC1WLiE'},{'title':'redemption day','url':'https://www.youtube.com/watch?v=P_uI1BUnzws'},{'title':'anyone%27s ghost','url':'https://www.youtube.com/watch?v=xyughzZY9pg'},{'title':'i run to you*','url':'https://www.youtube.com/watch?v=O1RHkPGb31Q'},{'title':'there%27s a ghost','url':'https://www.youtube.com/watch?v=pt9e2y_7dGs'},{'title':'knights of cydonia','url':'https://www.youtube.com/watch?v=GjXWtEqs8I4'},{'title':'the background','url':'https://www.youtube.com/watch?v=4O22adRD470'},{'title':'wanted dead or alive','url':'https://www.youtube.com/watch?v=5BXHMfSR8C0'},{'title':'work song','url':'https://www.youtube.com/watch?v=H3g0d6Cgqyg'},{'title':'knockin%27 on heaven%27s door','url':'https://www.youtube.com/watch?v=9-H8Yxz5fJs'},{'title':'simple man','url':'https://www.youtube.com/watch?v=sMmTkKz60W8'},{'title':'people are strange','url':'https://www.youtube.com/watch?v=GJY8jJkDoMY'},{'title':'jungle','url':'https://www.youtube.com/watch?v=dhoiO5aVTTY'},{'title':'one way or another','url':'https://www.youtube.com/watch?v=xOCDUQ2zuXE'},{'title':'dogs of war','url':'https://www.youtube.com/watch?v=2tN875A3Bj8'},{'title':'beast','url':'https://www.youtube.com/watch?v=E8DwtqkAUKg'},{'title':'beat the devil%27s tattoo','url':'https://www.youtube.com/watch?v=gn9C1vKd7Gc'},{'title':'about today','url':'https://www.youtube.com/watch?v=Ipx8qWt2fVA'},{'title':'whispering','url':'https://www.youtube.com/watch?v=mCGZciEjrWw'},{'title':'oats in the water','url':'https://www.youtube.com/watch?v=DaH4W1rY9us&list=PLXfdXi_cZYzjvts4o7LCrkYe5QYuRgSmC&index=5'},{'title':'blackbird song','url':'https://www.youtube.com/watch?v=Wbgb3lgMluA&index=6&list=PLXfdXi_cZYzjvts4o7LCrkYe5QYuRgSmC'},{'title':'come with me now','url':'https://www.youtube.com/watch?v=Gz2GVlQkn4Q&list=PLXfdXi_cZYzjvts4o7LCrkYe5QYuRgSmC&index=7'},{'title':'last man standing','url':'https://www.youtube.com/watch?v=FcsxihYL7CQ&index=9&list=PLXfdXi_cZYzjvts4o7LCrkYe5QYuRgSmC'},{'title':'civilian','url':'https://www.youtube.com/watch?v=MWNoQ4xRyNU&index=10&list=PLXfdXi_cZYzjvts4o7LCrkYe5QYuRgSmC'},{'title':'serpents','url':'https://www.youtube.com/watch?v=ECxLIdurumk&list=PLXfdXi_cZYzjvts4o7LCrkYe5QYuRgSmC&index=11'},{'title':'we carry on','url':'https://www.youtube.com/watch?v=AQoHAGuzVgI&list=PLXfdXi_cZYzjvts4o7LCrkYe5QYuRgSmC&index=12'},{'title':'be gone dull cage','url':'https://www.youtube.com/watch?v=HX6HsO5Po0o&list=PLXfdXi_cZYzjvts4o7LCrkYe5QYuRgSmC&index=13'},{'title':'i%27m a man','url':'https://www.youtube.com/watch?v=OnOXpqzE8Tk&list=PLXfdXi_cZYzjvts4o7LCrkYe5QYuRgSmC&index=15'},{'title':'bad blood','url':'https://www.youtube.com/watch?v=iSQN5M9XoQw&list=PLXfdXi_cZYzjvts4o7LCrkYe5QYuRgSmC&index=15'},{'title':'take it all','url':'https://www.youtube.com/watch?v=IThwsciqMKc&index=17&list=PLXfdXi_cZYzjvts4o7LCrkYe5QYuRgSmC'},{'title':'holocene','url':'https://www.youtube.com/watch?v=TWcyIpul8OE&index=18&list=PLXfdXi_cZYzjvts4o7LCrkYe5QYuRgSmC'},{'title':'i see a darkness','url':'https://www.youtube.com/watch?v=XsYA0v15Who&index=19&list=PLXfdXi_cZYzjvts4o7LCrkYe5QYuRgSmC'},{'title':'short change hero','url':'https://www.youtube.com/watch?v=GjTTB6yII4o'},{'title':'chapel','url':'https://www.youtube.com/watch?v=yPgUyinaq_c&list=PLXfdXi_cZYzjvts4o7LCrkYe5QYuRgSmC&index=23'},{'title':'waking up','url':'https://www.youtube.com/watch?v=GmEwuZGu74M&index=24&list=PLXfdXi_cZYzjvts4o7LCrkYe5QYuRgSmC'},{'title':'heavy games','url':'https://www.youtube.com/watch?v=tgGkKlDtlfE&list=PLXfdXi_cZYzjvts4o7LCrkYe5QYuRgSmC&index=25'},{'title':'last pale light in the west','url':'https://www.youtube.com/watch?v=IttLSwvzphw&list=PLXfdXi_cZYzjvts4o7LCrkYe5QYuRgSmC&index=26'},{'title':'this old death','url':'https://www.youtube.com/watch?v=9PswiAiQSi0&list=PLXfdXi_cZYzjvts4o7LCrkYe5QYuRgSmC&index=27'},{'title':'the troubles','url':'https://www.youtube.com/watch?v=bSitgi-f34k&list=PLXfdXi_cZYzjvts4o7LCrkYe5QYuRgSmC&index=29'},{'title':'turn into the noise','url':'https://www.youtube.com/watch?v=2SIr0PXZtfA&list=PLXfdXi_cZYzjvts4o7LCrkYe5QYuRgSmC&index=29'},{'title':'somewhat damaged','url':'https://www.youtube.com/watch?v=j2-gz3pSooc&index=30&list=PLXfdXi_cZYzjvts4o7LCrkYe5QYuRgSmC'},{'title':'coda','url':'https://www.youtube.com/watch?v=1nsX5Vnm018&list=PLXfdXi_cZYzjvts4o7LCrkYe5QYuRgSmC&index=32'},{'title':'paradise lost','url':'https://www.youtube.com/watch?v=uq7ZZhM_Y9Y'},{'title':'hand that feeds','url':'https://www.youtube.com/watch?v=qn7HvnMJZd4'},{'title':'don%27t fear the reaper','url':'https://www.youtube.com/watch?v=ClQcUyhoxTg'}]}" ></script>
  1528. <!-- SCM Music Player script end -->
  1529.  
  1530.  
  1531.  
  1532.  
  1533.  
  1534.  
  1535.  
  1536.  
  1537.  
  1538.  
  1539.  
  1540.  
  1541.  
  1542.  
  1543. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement