Advertisement
caturner746

PYTHCN

Dec 19th, 2017
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 43.99 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2.  
  3.  
  4. <!--
  5.  
  6. WINTER'S LADY THEMES
  7. ♛ this code was made by AGIRLINGREY@TUMBLR.
  8. ♛ do not remove credit or claim as your own.
  9.  
  10. -->
  11.  
  12.  
  13. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  14. <head>
  15.  
  16.  
  17.  
  18. <!--
  19. POP UP SCRIPT
  20. -->
  21.  
  22.  
  23. <script type="text/javascript"
  24. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  25. <script>
  26. $(document).ready(function() {
  27. //
  28. $('a.poplight[href^=#]').click(function() {
  29. var popID = $(this).attr('rel'); //Get Popup Name
  30. var popURL = $(this).attr('href'); //Get Popup href to define size
  31. var query= popURL.split('?');
  32. var dim= query[1].split('&');
  33. var popWidth = dim[0].split('=')[1]; //Gets the first query string value
  34. $('#' + popID).fadeIn().css({ 'width': Number( popWidth ) }).prepend('<a href="#" class="close"></a>');
  35. var popMargTop = ($('#' + popID).height() + 80) / 2;
  36. var popMargLeft = ($('#' + popID).width() + 80) / 2;
  37. //Apply Margin to Popup
  38. $('#' + popID).css({
  39. 'margin-top' : -popMargTop,
  40. 'margin-left' : -popMargLeft
  41. });
  42. $('body').append('<div id="fade"></div>');
  43. $('#fade').css({'filter' : 'alpha(opacity=80)'}).fadeIn(); //Fade in the fade layer - .css({'filter' : 'alpha(opacity=80)'})
  44. return false;
  45. });
  46. $('a.close, #fade').live('click', function() {
  47. $('#fade , .popup_block').fadeOut(function() {
  48. $('#fade, a.close').remove(); //fade them both out
  49. });
  50. return false;
  51. });
  52. });
  53. </script>
  54.  
  55.  
  56.  
  57. <!--
  58. VERSE TABS SCRIPT
  59. -->
  60.  
  61.  
  62. <script>
  63.  
  64. $(document).ready(function(){
  65. $("ul#tabs li").click(function(e){
  66. if (!$(this).hasClass("active")) {
  67. var tabNum = $(this).index();
  68. var nthChild = tabNum+1;
  69. $("ul#tabs li.active").removeClass("active");
  70. $(this).addClass("active");
  71. $("ul#tab li.active").removeClass("active");
  72. $("ul#tab li:nth-child("+nthChild+")").addClass("active");
  73. }
  74. });
  75. });
  76. </script>
  77.  
  78.  
  79.  
  80. <!--
  81. TOOLTIP STYLING SCRIPT
  82. -->
  83.  
  84.  
  85. <link href="http://static.tumblr.com/5omyijl/bzrn2yg7i/style-my-tooltips.css" rel="stylesheet" type="text/css" />
  86. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  87. <script src="http://static.tumblr.com/5omyijl/RZtn2yg9v/jquery.style-my-tooltips.js"></script>
  88. <script>
  89. (function($){
  90. $(document).ready(function(){
  91. $("[title]").style_my_tooltips({
  92. tip_follows_cursor:true,
  93. tip_delay_time:200,
  94. tip_fade_speed:500
  95. });
  96. });
  97. })(jQuery);
  98. </script>
  99.  
  100.  
  101.  
  102.  
  103. <title>{Title}</title>
  104. <link rel="shortcut icon" href="{Favicon}">
  105. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  106. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  107.  
  108.  
  109.  
  110. <!--
  111. CUSTOM FONTS
  112. -->
  113.  
  114. <link href="https://fonts.googleapis.com/css?family=Josefin+Sans" rel="stylesheet">
  115.  
  116. <link href="https://fonts.googleapis.com/css?family=Caveat" rel="stylesheet">
  117.  
  118. <link href="https://fonts.googleapis.com/css?family=Rock+Salt" rel="stylesheet">
  119.  
  120.  
  121. <style type="text/css">
  122.  
  123.  
  124.  
  125. /* THE CUSTOM SIDEBAR THING */
  126.  
  127.  
  128.  
  129. #bite
  130. #bite a{
  131. display:block
  132. }
  133. #bite .death {
  134. margin-top:0px;filter: alpha(opacity = 1.0);
  135. opacity:1.0;-webkit-transition: all 0.5s ease-out;
  136. -moz-transition: all 0.5s ease-out;transition: all 0.5s ease-out;
  137. }
  138.  
  139. #bite:hover .death {
  140. margin-top:0px;
  141. -webkit-transition: all 0.8s ease-out;
  142. -moz-transition: all 0.8s ease-out;
  143. transition: all 0.8s ease-out;
  144. filter: alpha(opacity = 100);
  145. filter: alpha(opacity = 100);
  146. opacity:100;
  147. }
  148.  
  149.  
  150.  
  151. /* SELECTION FONT AND BACKGROUND */
  152.  
  153.  
  154. ::selection {
  155. background: #c2c2c2;
  156. color:#fff; }
  157.  
  158.  
  159. ::-moz-selection {
  160. background: #c2c2c2;
  161. color:#fff; }
  162.  
  163.  
  164.  
  165. /* SCROLLBAR DETAILS */
  166.  
  167.  
  168.  
  169. ::-webkit-scrollbar {
  170. height: 0px;
  171. width: 2px;
  172. background:transparent;
  173. border-left:0px solid transparent;
  174. border-right:0px solid transparent;}
  175.  
  176.  
  177. ::-webkit-scrollbar-thumb {
  178. background:transparent;}
  179.  
  180.  
  181.  
  182.  
  183. /* THE CURSOR */
  184.  
  185.  
  186. {block:iftinycursor}
  187. body, a, a:hover{
  188. cursor: url('http://24.media.tumblr.com/tumblr_mdig6jktic1riysloo1_100.png'), progress;}
  189. {/block:iftinycursor}
  190.  
  191. iframe#tumblr_controls {
  192. right:3px !important;
  193. position: fixed !important;
  194. -webkit-transition: opacity 0.7s
  195. linear;opacity: 0.2;
  196. -webkit-transition: all 0.8s ease-out;
  197. -moz-transition: all 0.8s ease-out;
  198. transition: all 0.8s ease-out;}
  199.  
  200. iframe#tumblr_controls:hover{
  201. -webkit-transition: opacity 0.7s linear;
  202. opacity: 1;
  203. -webkit-transition: all 0.4s ease-out;
  204. -moz-transition: all 0.4s ease-out;
  205. transition: all 0.4s ease-out;}
  206.  
  207.  
  208.  
  209. /* GENERAL LOOK AND BACKGROUND */
  210.  
  211.  
  212. body {
  213. background:#7f7e7c;
  214. background-image:url('https://i.imgur.com/YfxKOmJ.png');
  215. background-attachment: fixed;
  216. background-repeat: no-repeat;
  217. background-position: left top;
  218. color:#fff;
  219. font-family: calibri;
  220. text-align:justify;
  221. font-size: 10px;
  222. letter-spacing:1px;
  223. line-height:135%;
  224. }
  225.  
  226.  
  227.  
  228. /* THE VERSES TABS */
  229.  
  230.  
  231. ul#tabs {
  232. list-style-type: none;
  233. padding: 0;
  234. text-align: center;
  235. font-size:8px;
  236. letter-spacing:1px;
  237. text-shadow:1px 1px 0px #4c4c4c,
  238. 1px -1px 0px #4c4c4c,
  239. -1px -1px 0px #4c4c4c,
  240. -1px 1px 0px #4c4c4c,
  241. 0px 1px 0px #4c4c4c,
  242. 0px -1px 0px #4c4c4c,
  243. 1px 0px 0px #4c4c4c,
  244. -1px 0px 0px #4c4c4c;
  245.  
  246. }
  247.  
  248.  
  249.  
  250. ul#tabs li {
  251. background-image: url('https://i.imgur.com/BsnFAIU.gif');
  252. background-repeat:repeat;
  253. background-attachment:fixed;
  254. border-left: double 3px #000;
  255. border-top: double 3px #000;
  256. border-right: double 3px #000;
  257. border-bottom: double 3px #000;
  258. color:#e6e6e6;
  259. text-shadow:1px 1px 0px #000,
  260. 1px -1px 0px #000,
  261. -1px -1px 0px #000,
  262. -1px 1px 0px #000,
  263. 0px 1px 0px #000,
  264. 0px -1px 0px #000,
  265. 1px 0px 0px #000,
  266. -1px 0px 0px #000;
  267. display: inline-block;
  268. padding: 4px 10px;
  269. margin-bottom: 4px;
  270. cursor: pointer;
  271. }
  272.  
  273.  
  274.  
  275. ul#tabs li:hover {
  276. background-color: transparent;
  277. color: #eaeaea;
  278. }
  279.  
  280. ul#tabs li.active {
  281. background-image: url('');
  282. background:#151515;
  283. background-repeat:repeat;
  284. background-attachment:fixed;
  285. border-left: double 3px #000;
  286. border-top: double 3px #000;
  287. border-right: double 3px #000;
  288. border-bottom: double 3px #000;
  289. color:#e6e6e6;
  290. text-shadow:1px 1px 0px #000,
  291. 1px -1px 0px #000,
  292. -1px -1px 0px #000,
  293. -1px 1px 0px #000,
  294. 0px 1px 0px #000,
  295. 0px -1px 0px #000,
  296. 1px 0px 0px #000,
  297. -1px 0px 0px #000;
  298. display: inline-block;
  299. padding: 4px 10px;
  300. margin-bottom: 4px;
  301. cursor: pointer;
  302. }
  303.  
  304.  
  305.  
  306. ul#tab {
  307. list-style-type: none;
  308. margin: 0;
  309. padding: 0;
  310. }
  311.  
  312. ul#tab li {
  313. display: none;
  314. }
  315.  
  316. ul#tab li.active {
  317. display: block;
  318. }
  319.  
  320.  
  321.  
  322.  
  323. /* LINKS */
  324.  
  325.  
  326. a:link, a:active, a:visited {
  327. text-decoration: none;
  328. color: #660000; }
  329.  
  330. a:hover {
  331. color: #8f8f8f;}
  332.  
  333.  
  334.  
  335. #links a {
  336. padding:5px;
  337. margin-right:0px;
  338. text-shadow: 1px 0px 1px #7a7a7a;
  339. }
  340.  
  341.  
  342. #links a:hover {
  343. padding:5px;
  344. margin-right:0px;
  345. text-shadow: 2px 0px 10px #7a7a7a;
  346. }
  347.  
  348.  
  349.  
  350.  
  351. /* OTHER TEXT STUFF */
  352.  
  353.  
  354.  
  355. h1 {
  356. background-color: transparent;
  357. font-family: 'Josefin Sans', sans-serif;
  358. font-size: 16px;
  359. line-height: 20px;
  360. letter-spacing: 2px;
  361. text-align: center;
  362. text-transform:uppercase;
  363. color: #660000;
  364. }
  365.  
  366.  
  367. h2 {
  368. background-color: transparent;
  369. font-family: 'Josefin Sans', sans-serif;
  370. font-size: 15px;
  371. line-height: 16px;
  372. letter-spacing: 2px;
  373. text-align: left;
  374. text-transform:uppercase;
  375. color: #91a3ac;
  376. }
  377.  
  378.  
  379.  
  380. h3 {
  381. background-image: url('https://i.imgur.com/BsnFAIU.gif');
  382. background-repeat:repeat;
  383. background-attachment:fixed;
  384. border-left: double 3px #000;
  385. border-top: double 3px #000;
  386. border-right: double 3px #000;
  387. border-bottom: double 3px #000;
  388. padding:2px;
  389. color:#e6e6e6;
  390. text-shadow:1px 1px 0px #000,
  391. 1px -1px 0px #000,
  392. -1px -1px 0px #000,
  393. -1px 1px 0px #000,
  394. 0px 1px 0px #000,
  395. 0px -1px 0px #000,
  396. 1px 0px 0px #000,
  397. -1px 0px 0px #000;
  398. font-size:12px;
  399. font-family:calibri;
  400. text-transform:uppercase;
  401. letter-spacing:1px;
  402. text-align:center;}
  403.  
  404.  
  405.  
  406.  
  407. h4 {
  408. background-image: url('https://i.imgur.com/BsnFAIU.gif');
  409. background-repeat:repeat;
  410. background-attachment:fixed;
  411. border-left: double 1px #282828;
  412. border-top: double 1px #282828;
  413. border-right: double 1px #282828;
  414. border-bottom: double 1px #282828;
  415. padding:2px;
  416. color:#e6e6e6;
  417. text-shadow:1px 1px 0px #000,
  418. 1px -1px 0px #000,
  419. -1px -1px 0px #000,
  420. -1px 1px 0px #000,
  421. 0px 1px 0px #000,
  422. 0px -1px 0px #000,
  423. 1px 0px 0px #000,
  424. -1px 0px 0px #000;
  425. font-size:9px;
  426. font-family:calibri;
  427. text-transform:uppercase;
  428. letter-spacing:1px;
  429. text-align:center;}
  430.  
  431.  
  432.  
  433. hr {
  434. color:#585757;
  435. display: block;
  436. margin-top: 0.5em;
  437. margin-bottom: 0.5em;
  438. margin-left: auto;
  439. margin-right: auto;
  440. border-style: inset;
  441. border-width: 1px;
  442. }
  443.  
  444.  
  445.  
  446.  
  447. quotetext {
  448. background-color: transparent;
  449. font-family: times;
  450. font-size: 16px;
  451. line-height: 20px;
  452. letter-spacing: 2px;
  453. text-align: center;
  454. text-transform:uppercase;
  455. color: #660000;
  456. }
  457.  
  458.  
  459.  
  460. blockquote {
  461. word-wrap: break-word;
  462. padding:2px 7px;
  463. margin:3px 0 3px 5px;
  464. border-left:1px solid #585757;
  465. background-color:transparent;}
  466.  
  467.  
  468. blockquote img{
  469. max-width:100%;
  470. height:auto;
  471. }
  472.  
  473. blockquote blockquote img{
  474. max-width:100%;
  475. height:auto;
  476. }
  477.  
  478.  
  479.  
  480.  
  481. b, bold {
  482. font-size:10px;
  483. text-transform:uppercase;
  484. letter-spacing:1px;
  485. font-family: 'Josefin Sans', sans-serif;
  486. color: #660000;
  487. text-shadow:1px 1px 0 #000;
  488. }
  489.  
  490.  
  491.  
  492. i, italic {
  493. font-size:15px;
  494. color: #801717;
  495. font-family: 'Caveat', cursive;
  496. text-shadow:1px 1px 0 #000;
  497. letter-spacing:1px;
  498. text-transform:lowercase;
  499. }
  500.  
  501.  
  502.  
  503. p {
  504. margin-top:5px;
  505. margin-bottom:5px;}
  506.  
  507.  
  508. ol {
  509. list-style:normal;}
  510.  
  511.  
  512. ul {
  513. list-style:square;}
  514.  
  515.  
  516. small {
  517. font-size:10px}
  518.  
  519.  
  520. sup,sub {
  521. font-size:8px}
  522.  
  523.  
  524. pre {
  525. font-size: 10px;
  526. letter-spacing:3px;
  527. background-color:#000;
  528. font-family: "Times New Roman", Times, serif;
  529. font-style: none;
  530. text-align:center;
  531. white-space: pre-wrap; /* css-3 */
  532. white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
  533. white-space: -pre-wrap; /* Opera 4-6 */
  534. white-space: -o-pre-wrap; /* Opera 7 */
  535. word-wrap: break-word; /* Internet Explorer 5.5+ */ }
  536.  
  537.  
  538.  
  539. big {
  540. font-size:14px;
  541. text-transform:uppercase;
  542. letter-spacing:2px;
  543. font-family: "Times New Roman", Times, serif;
  544. color: #660000;
  545. text-shadow: 0px 0px 2px #383838;
  546. }
  547.  
  548.  
  549.  
  550. /* IMAGES, PHOTOSETS AND WHATNOT */
  551.  
  552. img {
  553. -webkit-filter:grayscale(90%);
  554. -webkit-transition: all 0.9s ease-in-out;
  555. -moz-transition: all 0.9s ease-in-out;
  556. -o-transition: all 0.9s ease-in-out;
  557. -ms-transition: all 0.9s ease-in-out;
  558. transition: all 0.9s ease-in-out;}
  559.  
  560. img:hover {
  561. -webkit-filter:none;}
  562.  
  563. .html_photoset {
  564. -webkit-filter: grayscale(90%);
  565. -webkit-transition: all 0.9s ease-in-out;
  566. -moz-transition: all 0.9s ease-in-out;
  567. -o-transition: all 0.9s ease-in-out;
  568. -ms-transition: all 0.9s ease-in-out;
  569. transition: all 0.9s ease-in-out;}
  570.  
  571. .html_photoset:hover {
  572. -webkit-filter: none;}
  573.  
  574. {/block:IfGreyscale}
  575.  
  576.  
  577.  
  578. /* CONTAINER AND POSTS */
  579.  
  580.  
  581.  
  582. #container {
  583. background-color:transparent;
  584. width:300px;
  585. height:358px;
  586. padding: 20px;
  587. top:339px;
  588. margin-left:400px;
  589. position:relative;
  590. overflow-y:scroll;
  591. overflow-x:hidden;
  592. -webkit-mask-image: -webkit-gradient(
  593. linear, center 75%, center bottom,
  594. from(rgba(0,0,0,20)),
  595. to(rgba(20,0,0,0)));
  596. border:1px solid transparent;}
  597.  
  598. #container img {
  599. height:auto;
  600. max-width:100%;
  601. }
  602.  
  603. #content {
  604. margin-left:62px;
  605. width:310px;
  606. margin-top: -110px;
  607. }
  608.  
  609. #posts {
  610. width:255px;
  611. padding:10px;
  612. margin-top: 85px;
  613. margin-left:-72px;
  614. padding-bottom:0px;
  615. overflow-y:scroll;
  616. overflow-x:hidden;
  617. }
  618.  
  619.  
  620. #description {
  621. margin-left: 0px;
  622. margin-top: -50px;
  623. width:180px;
  624. color:transparent;}
  625.  
  626.  
  627.  
  628.  
  629. /* CUSTOM SIDEBAR SETTINGS */
  630.  
  631.  
  632.  
  633. #actualnews {
  634. font-family: calibri;
  635. font-size:10px;
  636. background:transparent;
  637. color: #fff;
  638. width:171px;
  639. height:620px;
  640. padding-top:3px;
  641. border:0px solid #131313;
  642. left: 771px;
  643. top: 205px;
  644. text-align:center;
  645. position:fixed;
  646. }
  647.  
  648.  
  649. #thekey {
  650. position:fixed;
  651. color:#660000;
  652. text-shadow: 0px 0px 2px #fff;
  653. margin-top:175px;
  654. margin-left:55px;
  655. width:710px;
  656. padding:9px;
  657. letter-spacing:2px;
  658. word-spacing:5px; /*this defines the separation of each word of the links*/
  659. font-family: helvetica;
  660. font-size:12px;
  661. text-align:center;
  662. background:transparent;
  663. text-transform:uppercase;
  664. -webkit-transform: rotate(-90deg);
  665. -moz-transform: rotate(-90deg);
  666. -o-transform: rotate(-90deg);
  667. }
  668.  
  669.  
  670.  
  671.  
  672. /* JUMBLED LINKS */
  673.  
  674.  
  675.  
  676. .alinks {
  677. position:fixed;
  678. text-shadow: 0px 0px 0px #000;
  679. left:440px;
  680. top:85px;
  681. transform: rotate(0deg);
  682. text-align: right;
  683. line-height:20px;
  684. font-family: 'Josefin Sans', sans-serif;
  685. font-size: 17px;}
  686.  
  687.  
  688. .alinks a {
  689. padding:10px;
  690. color:#77080e;
  691. margin-right:0px;
  692.  
  693. }
  694.  
  695. .alinks a:hover {
  696. color: #77080e;
  697. text-shadow: 7px 7px 3px #000000;
  698. }
  699.  
  700.  
  701.  
  702. .blinks {
  703. position:fixed;
  704. left:425px;
  705. top:210px;
  706. text-align: center;
  707. font-family: 'Josefin Sans', sans-serif;
  708. line-height:20px;
  709. font-size: 19px;}
  710.  
  711.  
  712. .blinks a {
  713. padding:10px;
  714. color:#37302f;
  715. margin-right:0px;
  716. -webkit-filter: blur(0px);
  717. -webkit-transition: 0.8s ease-in;
  718. -moz-transition: 1s ease-in;
  719. transition: 1s ease-in;
  720. }
  721.  
  722. .blinks a:hover {
  723. -webkit-transition: all 0.6s ease-in-out;
  724. -moz-transition: all 0.6s ease-in-out;
  725. -o-transition: all 0.6s ease-in-out;
  726. -ms-transition: all 0.6s ease-in-out;
  727. transition: all 0.6s ease-in-out;
  728. color: #7f7f7f;
  729. text-shadow: 7px 7px 3px #000000;
  730. }
  731.  
  732.  
  733.  
  734.  
  735. .clinks {
  736. position:fixed;
  737. left:425px;
  738. top:235px;
  739. text-align: center;
  740. font-family: 'Josefin Sans', sans-serif;
  741. line-height:20px;
  742. font-size: 19px;}
  743.  
  744.  
  745. .clinks a {
  746. padding:10px;
  747. color:#37302f;
  748. margin-right:0px;
  749. -webkit-filter: blur(0px);
  750. -webkit-transition: 0.8s ease-in;
  751. -moz-transition: 1s ease-in;
  752. transition: 1s ease-in;
  753. }
  754.  
  755. .clinks a:hover {
  756. -webkit-transition: all 0.6s ease-in-out;
  757. -moz-transition: all 0.6s ease-in-out;
  758. -o-transition: all 0.6s ease-in-out;
  759. -ms-transition: all 0.6s ease-in-out;
  760. transition: all 0.6s ease-in-out;
  761. color: #7f7f7f;
  762. text-shadow: 7px 7px 3px #000000;
  763. }
  764.  
  765.  
  766.  
  767. .dlinks {
  768. position:fixed;
  769. left:425px;
  770. top:260px;
  771. text-align: center;
  772. font-family: 'Josefin Sans', sans-serif;
  773. line-height:20px;
  774. font-size: 19px;}
  775.  
  776.  
  777. .dlinks a {
  778. padding:10px;
  779. color:#37302f;
  780. margin-right:0px;
  781. -webkit-filter: blur(0px);
  782. -webkit-transition: 0.8s ease-in;
  783. -moz-transition: 1s ease-in;
  784. transition: 1s ease-in;
  785. }
  786.  
  787. .dlinks a:hover {
  788. -webkit-transition: all 0.6s ease-in-out;
  789. -moz-transition: all 0.6s ease-in-out;
  790. -o-transition: all 0.6s ease-in-out;
  791. -ms-transition: all 0.6s ease-in-out;
  792. transition: all 0.6s ease-in-out;
  793. color: #7f7f7f;
  794. text-shadow: 7px 7px 3px #000000;
  795. }
  796.  
  797.  
  798.  
  799. .elinks {
  800. position:fixed;
  801. left:425px;
  802. top:285px;
  803. text-align: center;
  804. font-family: 'Josefin Sans', sans-serif;
  805. line-height:20px;
  806. font-size: 19px;}
  807.  
  808.  
  809. .elinks a {
  810. padding:10px;
  811. color:#37302f;
  812. margin-right:0px;
  813. -webkit-filter: blur(0px);
  814. -webkit-transition: 0.8s ease-in;
  815. -moz-transition: 1s ease-in;
  816. transition: 1s ease-in;
  817. }
  818.  
  819. .elinks a:hover {
  820. -webkit-transition: all 0.6s ease-in-out;
  821. -moz-transition: all 0.6s ease-in-out;
  822. -o-transition: all 0.6s ease-in-out;
  823. -ms-transition: all 0.6s ease-in-out;
  824. transition: all 0.6s ease-in-out;
  825. color: #7f7f7f;
  826. text-shadow: 7px 7px 3px #000000;
  827. }
  828.  
  829.  
  830.  
  831.  
  832.  
  833. .flinks {
  834. position:fixed;
  835. left:425px;
  836. top:310px;
  837. text-align: center;
  838. font-family: 'Josefin Sans', sans-serif;
  839. line-height:20px;
  840. font-size: 19px;}
  841.  
  842.  
  843. .flinks a {
  844. padding:10px;
  845. color:#37302f;
  846. margin-right:0px;
  847. -webkit-filter: blur(0px);
  848. -webkit-transition: 0.8s ease-in;
  849. -moz-transition: 1s ease-in;
  850. transition: 1s ease-in;
  851. }
  852.  
  853. .flinks a:hover {
  854. -webkit-transition: all 0.6s ease-in-out;
  855. -moz-transition: all 0.6s ease-in-out;
  856. -o-transition: all 0.6s ease-in-out;
  857. -ms-transition: all 0.6s ease-in-out;
  858. transition: all 0.6s ease-in-out;
  859. color: #7f7f7f;
  860. text-shadow: 7px 7px 3px #000000;
  861. }
  862.  
  863.  
  864.  
  865. .credit {
  866. position:fixed;
  867. text-shadow: 0px 0px 11px #7C6868;
  868. right:15px;
  869. bottom:15px;
  870. transform: rotate(0deg);
  871. font-family: 'Josefin Sans', sans-serif;
  872. font-size: 17px; }
  873.  
  874.  
  875. .credit a {
  876. padding:10px;
  877. color:#6e6e6e;
  878. margin-right:0px;
  879. -webkit-filter: blur(1px);
  880. -webkit-transition: 0.8s ease-in;
  881. -moz-transition: 1s ease-in;
  882. transition: 1s ease-in;
  883. }
  884.  
  885. .credit a:hover {
  886. -webkit-transition: all 0.6s ease-in-out;
  887. -moz-transition: all 0.6s ease-in-out;
  888. -o-transition: all 0.6s ease-in-out;
  889. -ms-transition: all 0.6s ease-in-out;
  890. transition: all 0.6s ease-in-out;
  891. color: #000000;
  892. text-shadow: 7px 7px 3px #000000;
  893. }
  894.  
  895.  
  896.  
  897.  
  898. /* PAGINATION */
  899.  
  900.  
  901.  
  902.  
  903. #pagination {
  904. position:fixed;
  905. font-family: 'Josefin Sans', sans-serif;
  906. width:300px;
  907. font-size:35px;
  908. top:185px;
  909. left:600px;
  910. letter-spacing:3px;
  911. text-align:center;
  912. z-index:999999999999;
  913. }
  914.  
  915. #pagination a {
  916. text-transform:uppercase;
  917. color:#37302f;
  918. -webkit-filter: blur(0px);
  919. -webkit-transition: 0.8s ease-in;
  920. -moz-transition: 1s ease-in;
  921. transition: 1s ease-in;
  922. z-index:999999999999;
  923. }
  924.  
  925. #pagination a:hover {
  926. color:#fff;
  927. -webkit-filter: blur(1px);
  928. -webkit-transition: 0.2s ease-in;
  929. -moz-transition: 1s ease-in;
  930. transition: 1s ease-in;
  931. }
  932.  
  933.  
  934.  
  935.  
  936. /* MISC */
  937.  
  938.  
  939.  
  940. .audio {
  941. width:260px;
  942. padding-bottom:10px;
  943. background-color:transparent;
  944. border:1px solid #585757;}
  945.  
  946. .albumart {
  947. float:left;
  948. padding:0px 10px 10px 0px;
  949. border:1px solid #585757;
  950. }
  951.  
  952. .albumart img {
  953. width:65px;
  954. height:65px;
  955. border:1px solid #585757;
  956. }
  957.  
  958. .playercontainer {
  959. text-align:left;
  960. padding:10px;
  961. background-color:#6a6a69;
  962. width:200px;
  963. border-top:1px solid #585757;
  964. border-right:1px solid #585757;
  965. }
  966.  
  967. .audioinfo {
  968. padding:10px;
  969. color:#a1a0a0;
  970.  
  971. }
  972.  
  973.  
  974.  
  975.  
  976. /* QUESTIONS & ANSWERS DETAILS */
  977.  
  978.  
  979. #asker {
  980. font-family: 'Rock Salt', cursive;
  981. text-align:center;
  982. padding-top: 10px;
  983. margin-left:0px;
  984. text-transform:uppercase;
  985. color: #660000;
  986. font-size:20px;
  987. padding:5px;
  988. letter-spacing:0px
  989. text-shadow:0 0 2px #aeaeae;
  990. }
  991.  
  992.  
  993. #asker a{
  994. font-family: 'Rock Salt', cursive;
  995. text-transform:uppercase;
  996. font-size:20px;
  997. letter-spacing: 0px;
  998. text-shadow: none;
  999. color: #660000;
  1000. text-shadow:0 0 2px #1a1a1a;
  1001. -webkit-filter: blur(0.5px);
  1002. }
  1003.  
  1004.  
  1005. #asker a:hover {
  1006. color: #656565;
  1007. letter-spacing: 2px;
  1008. text-shadow:0 0 2px #000;
  1009. -webkit-filter: blur(1px);
  1010. -webkit-transition:all .5s ease-in-out;
  1011. -moz-transition:all .5s ease-in-out;
  1012. transition:all .5s ease-in-out;
  1013. }
  1014.  
  1015.  
  1016.  
  1017. #ask {
  1018. border-left: double 3px #000;
  1019. border-top: double 3px #000;
  1020. border-right: double 3px #000;
  1021. border-bottom: double 3px #000;
  1022. padding:2px;
  1023. color:#e6e6e6;
  1024. text-shadow:1px 1px 0px #000,
  1025. 1px -1px 0px #000,
  1026. -1px -1px 0px #000,
  1027. -1px 1px 0px #000,
  1028. 0px 1px 0px #000,
  1029. 0px -1px 0px #000,
  1030. 1px 0px 0px #000,
  1031. -1px 0px 0px #000;
  1032. font-size:7px;
  1033. text-align:center;
  1034. padding-top: 5px;
  1035. margin-left:0px;
  1036. text-transform:auto;
  1037. letter-spacing:3px
  1038. margin-top:-10px;
  1039. padding:5px;
  1040. background: #000;
  1041. background: url("https://i.imgur.com/BsnFAIU.gif");
  1042. background-repeat:repeat;
  1043. padding:2px;
  1044. color:#cacaca;
  1045. text-transform: uppercase;
  1046. border-bottom-left-radius: 20px;
  1047. border-top-right-radius: 20px;
  1048. padding:10px;
  1049. letter-spacing:2px;
  1050. border-bottom:solid 1px #1e1e1e;
  1051. border-top:solid 1px #1e1e1e;
  1052. }
  1053.  
  1054.  
  1055. .ans {
  1056. text-align:center;
  1057. padding:10px;
  1058. }
  1059.  
  1060.  
  1061.  
  1062. /* POST INFO DETAILS */
  1063.  
  1064.  
  1065. #info {
  1066. width:255px;
  1067. padding-top:4px;
  1068. padding-bottom:1px;
  1069. font-size:12px;
  1070. color:#660000;
  1071. text-transform:uppercase;
  1072. letter-spacing:1px;
  1073. font-style:normal;
  1074. text-align:center;
  1075. padding:5px;
  1076. border-top:1px solid #585757;
  1077. -moz-transition-duration:0.2s;
  1078. -webkit-transition-duration:0.2s;
  1079. -o-transition-duration:0.2s;}
  1080.  
  1081.  
  1082. #info a {
  1083. font-family:calibri;
  1084. font-size:8px;
  1085. color:#660000;
  1086. text-shadow: 0px 0px 3px #7c1f1f;
  1087. padding:5px;
  1088. font-style:normal;}
  1089.  
  1090.  
  1091. #info a:hover {
  1092. color:#eee;
  1093. -webkit-filter: blur(0px);
  1094. -moz-transition-duration:0.2s;
  1095. -webkit-transition-duration:0.2s;
  1096. -o-transition-duration:0.2s;}
  1097.  
  1098.  
  1099. #tags {
  1100. color:#fff;
  1101. margin-top:5px;
  1102. padding-left:15px;
  1103. text-align:right;
  1104. line-height:9px;
  1105. text-transform:uppercase;
  1106. font-size:9px;
  1107. padding-right:10px;}
  1108.  
  1109. #tags a {
  1110. font-family:calibri;
  1111. color:#fff;}
  1112.  
  1113. #tags a:hover {
  1114. color:#eee;}
  1115.  
  1116.  
  1117.  
  1118. /* MISC 02. */
  1119.  
  1120.  
  1121.  
  1122. .note {
  1123. text-transform:uppercase;
  1124. font-style:normal;
  1125. letter-spacing:0px;
  1126. font-size: 10px;
  1127. text-align:left;
  1128. line-height:90%;
  1129. margin-left:-40px;}
  1130.  
  1131. .note li {
  1132. list-style-type:none;
  1133. border-bottom:0px solid {color:border};
  1134. padding:10px 25px 10px 25px;
  1135. text-align:left;
  1136. margin:0px;
  1137. -moz-transition-duration:0.5s;
  1138. -webkit-transition-duration:0.5s;
  1139. -o-transition-duration:0.5s;}
  1140.  
  1141. .note img.avatar {
  1142. margin-right: 10px;
  1143. width: 16px;
  1144. height: 16px;}
  1145.  
  1146.  
  1147.  
  1148.  
  1149. /* BASIC POP-UP DETAILS */
  1150.  
  1151.  
  1152.  
  1153. .popup_block{
  1154. display:none;
  1155. background:#7f7e7c;
  1156. padding:20px;
  1157. border:1px solid #585857; /* if you want a solid white pop-up, delete this */
  1158. float:left;
  1159. height:357px;
  1160. top:424px;
  1161. left:635px;
  1162. position:fixed;
  1163. z-index: 99999;
  1164. -webkit-box-shadow: 0px 0px 0px #818081; /* delete for solid white */
  1165. -moz-box-shadow: 0px 0px 0px #818081; /* delete for solid white */
  1166. box-shadow: 0px 0px 0px #818081; /* delete for solid white */
  1167. }
  1168.  
  1169.  
  1170. *html #fade {position: absolute;}
  1171. *html .popup_block {position: absolute;}
  1172. #fade {
  1173. display:none;
  1174. position:fixed;
  1175. left:0px;
  1176. top:0px;
  1177. width:100%;
  1178. height:100%;
  1179. z-index:9999;
  1180. background:#000; /* change to #fff for solid white */
  1181. opacity:0; /* change to opacity:1; */
  1182. }
  1183.  
  1184.  
  1185.  
  1186. .popupnavlinks {
  1187. padding-top:5px;
  1188. text-align:center; }
  1189.  
  1190.  
  1191. .popupnavlinks a {
  1192. display:inline-block;
  1193. width:90px; height:4px;
  1194. margin:2px; padding:3px 6px 10px;
  1195. text-align:center;
  1196. background-image: url('');
  1197. background:#0d0d0d;
  1198. background-repeat:repeat;
  1199. background-attachment:fixed;
  1200. border-left: double 3px #000;
  1201. border-top: double 3px #000;
  1202. border-right: double 3px #000;
  1203. border-bottom: double 3px #000;
  1204. color:#e6e6e6;
  1205. font-size:9px;
  1206. font-family:calibri;
  1207. text-shadow:1px 1px 0px #000,
  1208. 1px -1px 0px #000,
  1209. -1px -1px 0px #000,
  1210. -1px 1px 0px #000,
  1211. 0px 1px 0px #000,
  1212. 0px -1px 0px #000,
  1213. 1px 0px 0px #000,
  1214. -1px 0px 0px #000;
  1215. display: inline-block;
  1216. cursor: pointer;
  1217. }
  1218.  
  1219.  
  1220.  
  1221. .popupnavlinks a:hover {
  1222. display:inline-block;
  1223. letter-spacing:2px; }
  1224.  
  1225.  
  1226.  
  1227. .popupclose {
  1228. float:right; top:0px; right:0px;
  1229. margin-top:-10px; margin-right:-10px;
  1230. font-family:'Scada', sans serif;
  1231. font-size:10px;
  1232. font-weight:bold }
  1233.  
  1234. .popupclose a {
  1235. color:#aaa }
  1236.  
  1237.  
  1238.  
  1239. /* TOOLTIP DETAILS */
  1240.  
  1241.  
  1242.  
  1243. #s-m-t-tooltip{
  1244. max-width:400px;
  1245. margin:15px;
  1246. padding:2px 8px;
  1247. background: #0b0b0b;
  1248. background-image:url('https://i.imgur.com/BsnFAIU.gif');
  1249. background-repeat:repeat;
  1250. background-attachment:fixed;
  1251. border-left: double 3px #000;
  1252. border-top: double 3px #000;
  1253. border-right: double 3px #000;
  1254. border-bottom: double 3px #000;
  1255. color:#e6e6e6;
  1256. text-shadow:1px 1px 0px #000,
  1257. 1px -1px 0px #000,
  1258. -1px -1px 0px #000,
  1259. -1px 1px 0px #000,
  1260. 0px 1px 0px #000,
  1261. 0px -1px 0px #000,
  1262. 1px 0px 0px #000,
  1263. -1px 0px 0px #000;
  1264. z-index:99999999999999999999;
  1265. font-size:9px;
  1266. letter-spacing:2px;
  1267. font-style:bold;
  1268. letter-spacing:2px;
  1269. font-family: calibri;
  1270. text-transform:uppercase;
  1271. box-shadow:1px 1px 3px rgba(0,0,0,.1);}
  1272.  
  1273.  
  1274.  
  1275.  
  1276.  
  1277. </style>
  1278.  
  1279. </head>
  1280.  
  1281. <body>
  1282.  
  1283.  
  1284.  
  1285. <!--
  1286. ♛ The part below is basically the 'skeleton' of the theme, if that makes sense? I wouldn't recommend editing these parts ( EXCEPT THE CUSTOM LINKS AND POP UPS !!! ) unless you know what you're doing. If you spot a glitch in this part of the code, please let me know.
  1287. -->
  1288.  
  1289.  
  1290. <div id="content">
  1291.  
  1292. <div id="sidebar">
  1293.  
  1294. <img src="{image:Sidebar}" />
  1295.  
  1296. <div id="description">{description}</div>
  1297.  
  1298. </div>
  1299.  
  1300. <div id="pagination">
  1301. {block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">«</a> {/block:PreviousPage}{block:NextPage} <a href="{NextPage}">»</a>{/block:NextPage}{/block:Pagination}
  1302. </div>
  1303.  
  1304.  
  1305. <!--
  1306. ♛ CUSTOM LINKS
  1307. -->
  1308.  
  1309.  
  1310.  
  1311. <div id="links">
  1312.  
  1313.  
  1314. <div class="alinks">
  1315. <a href="/" title="REFRESH">
  1316. <img src= "https://i.imgur.com/Aqh32Og.png" height=200 />
  1317. </a>
  1318. </div>
  1319.  
  1320.  
  1321. <div class="blinks">
  1322. <a href="#?w=255" rel="box1" class="poplight" title="messages.">01.
  1323. </a>
  1324. </div>
  1325.  
  1326.  
  1327. <div class="clinks">
  1328. <a href="#?w=255" rel="box2" class="poplight" title="laws.">02. </a>
  1329. </div>
  1330.  
  1331.  
  1332. <div class="dlinks">
  1333. <a href="#?w=255" rel="box3" class="poplight" title="verses."> 03. </a>
  1334. </div>
  1335.  
  1336.  
  1337. <div class="elinks">
  1338. <a href="#?w=255" rel="box4" class="poplight" title="about."> 04.</a>
  1339. </div>
  1340.  
  1341.  
  1342. <div class="flinks">
  1343. <a href="#?w=255" rel="box5" class="poplight" title="the map."> 05.</a>
  1344. </div>
  1345.  
  1346.  
  1347. <div class="credit">
  1348. <a href="http://agirlingrey.tumblr.com/" title="theme by agirlingrey.">A.</a>
  1349. </div>
  1350.  
  1351.  
  1352. </div>
  1353.  
  1354.  
  1355. <!--
  1356. ♛ CUSTOM LINKS ENDS
  1357. -->
  1358.  
  1359.  
  1360.  
  1361. <div id="container">
  1362.  
  1363. <div id="content"><div id="posts">
  1364. {block:Posts}
  1365.  
  1366.  
  1367. {block:Quote}<quotetext>"{Quote}"</quotetext>&nbsp; <br><br> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; — {Source} {/block:Quote}
  1368. {block:Title}<h1>{Title}&nbsp;</h1>{/block:Title}
  1369. {block:Text}{Body}{/block:Text}
  1370.  
  1371. {block:Link}<a href="{URL}" class="link" {Target}><h1>{Name}&nbsp;</h1></a>
  1372.  
  1373. {block:Description}<P>{Description}</p>{/block:Description}{/block:Link}
  1374.  
  1375. {block:Photo}<center>{LinkOpenTag}<img src="{PhotoURL-HighRes}" width="360px">{LinkCloseTag}</center>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  1376. {block:Photoset}<center>{Photoset}</center>{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  1377.  
  1378. {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}
  1379.  
  1380. {block:Video}{Video-250}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  1381.  
  1382.  
  1383. {block:Answer}<div id="asker" style="margin-left:-5px;width:250px; color:#91a3ac; text-shadow:0 0 2px #000; ">{Asker} <div id="ask"> <p><p><p><p><p>{Question}</div></span></div><font face="calibri"><span style="font-family:calibri;font-size:10px; marging-left:0px;">{Answer}</span>{/block:Answer}
  1384.  
  1385.  
  1386. {block:Audio}<div class="audio">
  1387.  
  1388. {block:AlbumArt}
  1389. {/block:AlbumArt}
  1390.  
  1391.  
  1392. <div class="audioinfo">{block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}{block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  1393. {/block:ExternalAudio}<b>Played:</b> {PlayCount} times</div>
  1394. <br><div class="playercontainer">{AudioPlayerBlack}</div></div>
  1395. {block:Caption}{Caption}{/block:Caption}<br>{/block:Audio}
  1396.  
  1397.  
  1398. <!--
  1399. ♛ INFO AND SYMBOLS
  1400. -->
  1401.  
  1402. <div id="info">
  1403. {block:Date}
  1404. <a href="{Permalink}" title="{ShortMonth} {DayOfMonthWithZero} - {TimeAgo}" style="position:absolute; font-size:12px; margin-left:-90px; margin-top:-5px;-webkit-transform: rotate(0deg);-ms-transform: rotate(0deg);transform: rotate(0deg); text-shadow: 0px 0px 5px #919191;"> ✦ </a> {/block:Date}
  1405.  
  1406. {block:RebloggedFrom}
  1407. <a title="via. {ReblogParentName}" href="{ReblogParentURL}" style="position:absolute; font-size:12px; margin-left:-55px; margin-top:-5px;-webkit-transform: rotate(0deg);-ms-transform: rotate(0deg);transform: rotate(0deg); text-shadow: 0px 0px 5px #919191;"> ✦ </a>
  1408. {/block:RebloggedFrom}
  1409.  
  1410. {block:ContentSource}
  1411. <a title="src. {SourceTitle}" href="{SourceURL}" style="position:absolute; font-size:12px; margin-left:-20px; margin-top:-5px;-webkit-transform: rotate(0deg);-ms-transform: rotate(0deg);transform: rotate(0deg); text-shadow: 0px 0px 5px #919191;"> ✶ </a>
  1412. {/block:ContentSource}
  1413.  
  1414. {block:NoteCount}
  1415. <a href="{Permalink}" title="{NoteCount} notes" style="position:absolute; font-size:12px; margin-left:15px; margin-top:-5px;-webkit-transform: rotate(0deg);-ms-transform: rotate(0deg);transform: rotate(0deg); text-shadow: 0px 0px 5px #919191;"> ✧ </a>
  1416. {/block:NoteCount}
  1417.  
  1418. <a href="{ReblogURL}"target="_blank" title="reblog" style="position:absolute; font-size:12px; margin-left:50px; margin-top:-5px;-webkit-transform: rotate(0deg);-ms-transform: rotate(0deg);transform: rotate(0deg); text-shadow: 0px 0px 5px #919191;"> ✧ </a></br>
  1419. {/block:RebloggedFrom}
  1420.  
  1421.  
  1422. <br>
  1423.  
  1424.  
  1425. <!--
  1426. ♛ INFO AND SYMBOLS ENDS
  1427. -->
  1428.  
  1429.  
  1430. <div id="tags" style="margin-bottom:50px">{block:HasTags}{block:Tags} • <a href="{TagURL}" title="{Tag}">{Tag}</a>{/block:Tags}{/block:HasTags}</div></div>
  1431.  
  1432. <div class="note">{block:PostNotes}{PostNotes}{/block:PostNotes}</div>
  1433. {/block:Posts}
  1434. </div>
  1435. </div>
  1436. </div>
  1437.  
  1438.  
  1439.  
  1440. </body>
  1441.  
  1442.  
  1443.  
  1444. <!--
  1445. ♛ POP UP PAGES !!!
  1446. -->
  1447.  
  1448.  
  1449.  
  1450. <div id="box1" class="popup_block">
  1451.  
  1452. <h3>
  1453. dark wings, dark words
  1454. </h3>
  1455.  
  1456. <center>
  1457.  
  1458. ( When you edit the ask box below, please make sure to add your <b>USERNAME</b> to the indicated section. <u>Not</u> your whole url. )
  1459. <br>
  1460.  
  1461. <p><iframe frameborder="0" height="250" id="ask_form" scrolling="yes" src="http://www.tumblr.com/ask_form/YOUR USERNAME HERE.tumblr.com" width="100%"></iframe></p>
  1462.  
  1463. </div>
  1464.  
  1465. </center>
  1466.  
  1467.  
  1468.  
  1469. <div id="box2" class="popup_block">
  1470.  
  1471. <div style="width:300;height:357px;overflow:scroll;padding:5px;">
  1472.  
  1473.  
  1474. <h3>LAWS.</h3>
  1475.  
  1476. <blockquote><b>DISCLAIMERS:</b></blockquote><br>
  1477.  
  1478. 1. rick grimes belongs to robert kirkman / amc. not me.<br><br>
  1479.  
  1480. 2. this is an <b>independent &&. private</b> roleplay blog. i’m finding it hard to juggle roleplay and school / work together, and will sometimes be slow at replying. do <b>not</b> harass me to reply ; playful harassing is fine if we know each other, but i will get to your reply when i get to it.<br><br>
  1481.  
  1482. 3. any content that is not mine will be specified. reblogged content will most likely not be mine! if you see something you want credit for, please message me & i will be <b>happy</b> to credit it for you! my psd belongs to <b>starhaze</b> and has been altered to fitnmy fandom’s icons.<br><br>
  1483.  
  1484. <blockquote><b>ACTIVITY:</b></blockquote><br>
  1485.  
  1486. 1. my activity on here will be delayed and slow at times. i am a full-time college student that has a <b>full</b> workload, so i do apologize if my replies are delayed and/or sporadic. i ask that you do not harass me to reply unless it is for jokes of course. i will seriously disregard your harassment and possibly even drop the thread if i’m really not feeling it. respect one another!<br><br>
  1487.  
  1488. 2. as said above, do <b>not</b> harass me for a reply.<br><br>
  1489.  
  1490. 3. i do not often use my queue. most replies will be written then posted immediately, but if the queue is used then i will be sure to tag it!<br><br>
  1491.  
  1492. <blockquote><b>INTERACTIONS & REPLIES:</b></blockquote><Br>
  1493.  
  1494. 1. this blog is <i>private</i>, meaning i choose to rp with only people who have a mutual follow. this isn’t to be mean or anything, it just specifies who i would like to write with & makes life a <b>lot</b> easier on here!<br><br>
  1495.  
  1496. 2. <b>memes & starter calls</b> are open to anyone by default. this is a great way to see if our writing styles click or not. i love when people send in memes, as they can provide short, interesting interactions between muses that have already been pre-made.<br><br>
  1497.  
  1498. 3. i choose to format my posts heavily, as it makes me feel as if my writing is more concrete. while i will format my posts,i do <b>not care</b> how you format yours but please use reasonably sized icons & remember to cut posts!!!<br><br>
  1499.  
  1500. 4. i’m not big on crossing verses with other shows so i will tend to stick to writing with <b>just twd muses</b> only.<br><br>
  1501.  
  1502. <blockquote><b>TRIGGER WARNINGS:</b></blockquote><br>
  1503.  
  1504. 1. personally, i have no trigger warnings. that does not mean i won’t tag them. i will tag all my trigger warnings as i see fit, and if you see something that you think should be tagged, <b>please</b> let me know!!<br><br>
  1505.  
  1506. 2. things will be tagged as <i>“ tw: ____ ”</i><br><br>
  1507.  
  1508. <blockquote><b>SHIPPING:</b></blockquote><br>
  1509.  
  1510. 1. i love shipping, and crack!shipping. i ship with chemistry but am an age-gap slut so please just know that <b>RICK & BETH</b> are my main crack!ship. i actually do <b>not</b> ship <b>RICK & MICHONNE</b> due to my favorite character once being andrea and being salty about that <b>still</b> and all that. please do <b>not</b> force any ships on me or anything like that. if it happens in a verse, let it happen. shipping memes are always welcome, however, because i <b>love</b> those!
  1511.  
  1512.  
  1513. </div>
  1514. </div>
  1515.  
  1516.  
  1517.  
  1518.  
  1519. <div id="box3" class="popup_block">
  1520.  
  1521. <h3>verses</h3>
  1522.  
  1523. <ul id="tabs">
  1524. <li class="active">MAIN.</li>
  1525. &nbsp;
  1526. <li>AU.</li>
  1527. &nbsp;
  1528. <li>GROUP.</li>
  1529. </ul>
  1530.  
  1531. <div style="width:auto;height:270px;overflow:scroll;padding:5px;">
  1532.  
  1533.  
  1534.  
  1535. <ul id="tab">
  1536. <li class="active">
  1537.  
  1538.  
  1539. <img src="https://66.media.tumblr.com/699b381a89b724bc66cf9769467ec74c/tumblr_oc493jqna11ud4mdwo1_100.png" align="left" style="height:85px;width:85px;padding-right:5px;padding-bottom:0px;">
  1540. <big><a href="/tagged/YOUR-VERSE-TAG-HERE">VERSE NAME.</a></big>
  1541.  
  1542. <br><br>
  1543.  
  1544. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Fusce scelerisque nec orci ac elementum. Etiam dictum leo in leo fringilla, at ultricies arcu venenatis. Ut dignissim pretium volutpat. Nullam pharetra, nunc volutpat porttitor congue, libero felis tincidunt quam, at hendrerit velit augue vel odio. Praesent tincidunt lorem vitae maximus porta. Suspendisse hendrerit ut velit eget mattis. Proin malesuada efficitur ligula, a posuere sapien mollis et. Etiam volutpat in lectus at malesuada. Nunc et interdum leo.
  1545.  
  1546. <br><br><br>
  1547.  
  1548. <img src="https://66.media.tumblr.com/699b381a89b724bc66cf9769467ec74c/tumblr_oc493jqna11ud4mdwo1_100.png" align="left" style="height:85px;width:85px;padding-right:5px;padding-bottom:0px;">
  1549. <big><a href="/tagged/YOUR-VERSE-TAG-HERE">VERSE NAME.</a></big>
  1550.  
  1551. <br><br>
  1552.  
  1553. Pellentesque a nisl venenatis, ultricies odio et, malesuada est. Mauris eros dolor, rhoncus vestibulum lorem nec, vestibulum ornare magna. Donec posuere ante mattis lectus bibendum, nec fermentum ante ullamcorper. Fusce blandit velit ac metus convallis ultricies. Quisque turpis nulla, scelerisque et orci ac, pellentesque ullamcorper odio. Fusce at auctor elit. Sed eu odio sodales est dapibus dictum in et ex. Nulla a elementum eros.
  1554.  
  1555.  
  1556.  
  1557. </li>
  1558. <li>
  1559.  
  1560.  
  1561.  
  1562. <img src="https://67.media.tumblr.com/e96479e79dfc7c4d439cd8bf87e11a4a/tumblr_oc48lgd1hg1ud4mdwo1_100.png" align="left" style="height:85px;width:85px;padding-right:5px;padding-bottom:0px;">
  1563. <big><a href="/tagged/YOUR-VERSE-TAG-HERE">VERSE NAME.</a></big>
  1564.  
  1565. <br><br>
  1566.  
  1567. Proin blandit sollicitudin aliquet. Donec sed malesuada nibh. Sed quis fermentum velit. Praesent tincidunt, lectus in bibendum ornare, odio odio mattis purus, sit amet molestie orci velit et justo. Nunc cursus porta vestibulum. Curabitur elementum volutpat tortor, ut maximus enim. In hac habitasse platea dictumst. Sed tincidunt non tellus at efficitur. Sed id est tincidunt, euismod metus quis, aliquam mauris. Nulla nunc magna, fermentum semper pulvinar quis, facilisis eu tortor. Duis facilisis nulla et nunc fermentum ultricies. Pellentesque quis vulputate dolor. In non gravida arcu. Nunc nec libero fringilla, hendrerit leo sed, imperdiet purus.
  1568.  
  1569.  
  1570. <br><br><br>
  1571.  
  1572. <img src="https://67.media.tumblr.com/e96479e79dfc7c4d439cd8bf87e11a4a/tumblr_oc48lgd1hg1ud4mdwo1_100.png" align="left" style="height:85px;width:85px;padding-right:5px;padding-bottom:0px;">
  1573. <big><a href="/tagged/YOUR-VERSE-TAG-HERE">VERSE NAME.</a></big>
  1574.  
  1575. <br><br>
  1576.  
  1577. Phasellus consectetur vitae sapien sed maximus. Phasellus vel nulla non purus ultricies euismod. Phasellus non orci tincidunt, commodo ligula id, elementum augue. Quisque at elit at justo mattis tristique eget non turpis. Duis euismod, mi ut sollicitudin sollicitudin, sapien lorem dapibus orci, id scelerisque ipsum dui non augue. Donec tortor mauris, venenatis nec finibus in, eleifend ac justo. Morbi a vulputate turpis. Proin hendrerit, urna sed iaculis euismod, est nisi vehicula nisi, vel convallis nibh tellus ac nibh. Vestibulum volutpat pellentesque sapien, nec pretium nulla aliquam nec. Cras ultrices nisl sit amet nulla consequat efficitur.
  1578.  
  1579.  
  1580.  
  1581. </li>
  1582. <li>
  1583.  
  1584.  
  1585. <img src="https://66.media.tumblr.com/6b6b80e2545ce4977586403217aacdb5/tumblr_oc495wFwrl1ud4mdwo1_100.png" align="left" style="height:85px;width:85px;padding-right:5px;padding-bottom:0px;">
  1586. <big><a href="/tagged/YOUR-VERSE-TAG-HERE">VERSE NAME.</a></big>
  1587.  
  1588. <br><br>
  1589.  
  1590. Nulla tincidunt felis non venenatis euismod. Fusce odio tellus, consectetur vitae erat non, feugiat tincidunt metus. Mauris suscipit ex sit amet arcu fermentum, eu fringilla diam consequat. Nullam imperdiet suscipit turpis, ac semper enim fringilla sit amet. Nullam ac magna pharetra, elementum sapien quis, pharetra elit. Suspendisse faucibus neque ligula, sit amet tempor est venenatis a. Praesent eleifend fringilla enim, vel varius libero laoreet eget. Aliquam erat volutpat. Phasellus tempor mi vitae enim consequat tempor. Cras condimentum quis tellus vel mattis. Cras sit amet est at neque luctus congue.
  1591.  
  1592.  
  1593. <br><br><br>
  1594.  
  1595. <img src="https://66.media.tumblr.com/6b6b80e2545ce4977586403217aacdb5/tumblr_oc495wFwrl1ud4mdwo1_100.png" align="left" style="height:85px;width:85px;padding-right:5px;padding-bottom:0px;">
  1596. <big><a href="/tagged/YOUR-VERSE-TAG-HERE">VERSE NAME.</a></big>
  1597.  
  1598. <br><br>
  1599.  
  1600. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Fusce scelerisque nec orci ac elementum. Etiam dictum leo in leo fringilla, at ultricies arcu venenatis. Ut dignissim pretium volutpat. Nullam pharetra, nunc volutpat porttitor congue, libero felis tincidunt quam, at hendrerit velit augue vel odio. Praesent tincidunt lorem vitae maximus porta. Suspendisse hendrerit ut velit eget mattis. Proin malesuada efficitur ligula, a posuere sapien mollis et. Etiam volutpat in lectus at malesuada. Nunc et interdum leo.
  1601.  
  1602.  
  1603. </li>
  1604. </ul>
  1605.  
  1606.  
  1607. </div>
  1608. </div>
  1609.  
  1610.  
  1611.  
  1612. <div id="box4" class="popup_block">
  1613.  
  1614. <div style="width:300;height:357px;overflow:scroll;padding:5px;">
  1615.  
  1616. <center>
  1617.  
  1618. <span style="line-height:5px">
  1619.  
  1620. "Too often have I heard of duty," she cried. "But am I not of the House of Eorl, a <b>SHIELDMAIDEN</b> and not a dry-nurse. I have waited on faltering feet long enough. Since they falter no longer, it seems, may I not now spend my life <i>as I will?</i>"
  1621.  
  1622. <br><br>
  1623.  
  1624. </center>
  1625.  
  1626. <h3>ABOUT SECTION</h3>
  1627.  
  1628. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Fusce scelerisque nec orci ac elementum. Etiam dictum leo in leo fringilla, at ultricies arcu venenatis. Ut dignissim pretium volutpat. Nullam pharetra, nunc volutpat porttitor congue, libero felis tincidunt quam, at hendrerit velit augue vel odio. Praesent tincidunt lorem vitae maximus porta. Suspendisse hendrerit ut velit eget mattis. Proin malesuada efficitur ligula, a posuere sapien mollis et. Etiam volutpat in lectus at malesuada. Nunc et interdum leo.
  1629.  
  1630. <br><br>
  1631.  
  1632. Pellentesque a nisl venenatis, ultricies odio et, malesuada est. Mauris eros dolor, rhoncus vestibulum lorem nec, vestibulum ornare magna. Donec posuere ante mattis lectus bibendum, nec fermentum ante ullamcorper. Fusce blandit velit ac metus convallis ultricies. Quisque turpis nulla, scelerisque et orci ac, pellentesque ullamcorper odio. Fusce at auctor elit. Sed eu odio sodales est dapibus dictum in et ex. Nulla a elementum eros.
  1633.  
  1634. <h3>OR ANYTHING ELSE YOU WANT, REALLY</h3>
  1635.  
  1636. Proin blandit sollicitudin aliquet. Donec sed malesuada nibh. Sed quis fermentum velit. Praesent tincidunt, lectus in bibendum ornare, odio odio mattis purus, sit amet molestie orci velit et justo. Nunc cursus porta vestibulum. Curabitur elementum volutpat tortor, ut maximus enim. In hac habitasse platea dictumst. Sed tincidunt non tellus at efficitur. Sed id est tincidunt, euismod metus quis, aliquam mauris. Nulla nunc magna, fermentum semper pulvinar quis, facilisis eu tortor. Duis facilisis nulla et nunc fermentum ultricies. Pellentesque quis vulputate dolor. In non gravida arcu. Nunc nec libero fringilla, hendrerit leo sed, imperdiet purus.
  1637.  
  1638. <br><br>
  1639.  
  1640. Phasellus consectetur vitae sapien sed maximus. Phasellus vel nulla non purus ultricies euismod. Phasellus non orci tincidunt, commodo ligula id, elementum augue. Quisque at elit at justo mattis tristique eget non turpis. Duis euismod, mi ut sollicitudin sollicitudin, sapien lorem dapibus orci, id scelerisque ipsum dui non augue. Donec tortor mauris, venenatis nec finibus in, eleifend ac justo. Morbi a vulputate turpis. Proin hendrerit, urna sed iaculis euismod, est nisi vehicula nisi, vel convallis nibh tellus ac nibh. Vestibulum volutpat pellentesque sapien, nec pretium nulla aliquam nec. Cras ultrices nisl sit amet nulla consequat efficitur.
  1641.  
  1642. </div>
  1643. </div>
  1644.  
  1645.  
  1646.  
  1647. <div id="box5" class="popup_block">
  1648.  
  1649. <div style="width:300;height:357px;overflow:scroll;padding:5px;">
  1650.  
  1651. <center>
  1652.  
  1653. <h3>NAVIGATION</h3>
  1654.  
  1655.  
  1656. <div class="popupnavlinks">
  1657.  
  1658. <a href="/tagged/whatever">LINK</a>
  1659. <a href="/tagged/whatever">LINK</a>
  1660. <br>
  1661. <a href="/tagged/whatever">LINK</a>
  1662. <a href="/tagged/whatever">LINK</a>
  1663. <br>
  1664. <a href="/tagged/whatever">LINK</a>
  1665. <a href="/tagged/whatever">LINK</a>
  1666. <br>
  1667. <a href="/tagged/whatever">LINK</a>
  1668. <a href="/tagged/whatever">LINK</a>
  1669. <br>
  1670. <a href="/tagged/whatever">LINK</a>
  1671. <a href="/tagged/whatever">LINK</a>
  1672. <br>
  1673. <a href="/tagged/whatever">LINK</a>
  1674. <a href="/tagged/whatever">LINK</a>
  1675. <br>
  1676. <a href="/tagged/whatever">LINK</a>
  1677. <a href="/tagged/whatever">LINK</a>
  1678.  
  1679.  
  1680. <br><br><br>
  1681.  
  1682.  
  1683. </div>
  1684. </div>
  1685. </div>
  1686.  
  1687.  
  1688. <!--
  1689. ♛ CUSTOM SIDEBAR TEXT
  1690. -->
  1691.  
  1692.  
  1693.  
  1694. <div id="bite">
  1695. <div id="thekey"></div>
  1696. <div class="death">
  1697. <div id="actualnews">
  1698.  
  1699. <center>
  1700.  
  1701. <div style="width:auto;height:383px;overflow:scroll;padding:5px;">
  1702.  
  1703. <h4>
  1704. There is no one who loves pain itself
  1705. </h4>
  1706.  
  1707. &nbsp;Lorem ipsum dolor sit amet, consectetur adipiscing elit. Fusce scelerisque nec orci ac &nbsp;elementum. Etiam dictum leo &nbsp;in leo fringilla, at ultricies arcu venenatis. Ut dignissim pretium volutpat.
  1708.  
  1709. <h4>
  1710. who seeks after it and wants to have it
  1711. </h4>
  1712.  
  1713. <img src= "https://i.imgur.com/V524ICG.png" height=100px width=100px />
  1714.  
  1715. <h4>
  1716. simply because it is pain
  1717. </h4>
  1718.  
  1719. Suspendisse hendrerit ut velit eget mattis. Proin malesuada efficitur ligula, a posuere &nbsp;sapien mollis et. Etiam &nbsp;volutpat in lectus at malesuada. Nunc et interdum leo.
  1720.  
  1721. <br>
  1722.  
  1723.  
  1724.  
  1725. </center>
  1726.  
  1727.  
  1728. </div>
  1729. </div></div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement