Advertisement
steelfists

keepfvghting

Jul 23rd, 2016
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 38.77 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2.  
  3.  
  4.  
  5. <!--
  6.  
  7. WINTER'S LADY THEMES
  8. ♛ this code was made by AGIRLINGREY@TUMBLR.
  9. ♛ do not remove credit or claim as your own.
  10.  
  11. -->
  12.  
  13.  
  14.  
  15.  
  16. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  17. <head>
  18.  
  19.  
  20.  
  21. <!--
  22. POP UP SCRIPT
  23. -->
  24.  
  25.  
  26. <script type="text/javascript"
  27. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  28. <script>
  29. $(document).ready(function() {
  30. //
  31. $('a.poplight[href^=#]').click(function() {
  32. var popID = $(this).attr('rel'); //Get Popup Name
  33. var popURL = $(this).attr('href'); //Get Popup href to define size
  34. var query= popURL.split('?');
  35. var dim= query[1].split('&');
  36. var popWidth = dim[0].split('=')[1]; //Gets the first query string value
  37. $('#' + popID).fadeIn().css({ 'width': Number( popWidth ) }).prepend('<a href="#" class="close"></a>');
  38. var popMargTop = ($('#' + popID).height() + 80) / 2;
  39. var popMargLeft = ($('#' + popID).width() + 80) / 2;
  40. //Apply Margin to Popup
  41. $('#' + popID).css({
  42. 'margin-top' : -popMargTop,
  43. 'margin-left' : -popMargLeft
  44. });
  45. $('body').append('<div id="fade"></div>');
  46. $('#fade').css({'filter' : 'alpha(opacity=80)'}).fadeIn(); //Fade in the fade layer - .css({'filter' : 'alpha(opacity=80)'})
  47. return false;
  48. });
  49. $('a.close, #fade').live('click', function() {
  50. $('#fade , .popup_block').fadeOut(function() {
  51. $('#fade, a.close').remove(); //fade them both out
  52. });
  53. return false;
  54. });
  55. });
  56. </script>
  57.  
  58.  
  59.  
  60. <!--
  61. VERSE TABS SCRIPT
  62. -->
  63.  
  64.  
  65. <script>
  66.  
  67. $(document).ready(function(){
  68. $("ul#tabs li").click(function(e){
  69. if (!$(this).hasClass("active")) {
  70. var tabNum = $(this).index();
  71. var nthChild = tabNum+1;
  72. $("ul#tabs li.active").removeClass("active");
  73. $(this).addClass("active");
  74. $("ul#tab li.active").removeClass("active");
  75. $("ul#tab li:nth-child("+nthChild+")").addClass("active");
  76. }
  77. });
  78. });
  79. </script>
  80.  
  81.  
  82.  
  83.  
  84. <!--
  85. TOOLTIP STYLING SCRIPT
  86. -->
  87.  
  88.  
  89. <link href="http://static.tumblr.com/5omyijl/bzrn2yg7i/style-my-tooltips.css" rel="stylesheet" type="text/css" />
  90. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  91. <script src="http://static.tumblr.com/5omyijl/RZtn2yg9v/jquery.style-my-tooltips.js"></script>
  92. <script>
  93. (function($){
  94. $(document).ready(function(){
  95. $("[title]").style_my_tooltips({
  96. tip_follows_cursor:true,
  97. tip_delay_time:200,
  98. tip_fade_speed:500
  99. });
  100. });
  101. })(jQuery);
  102. </script>
  103.  
  104.  
  105.  
  106.  
  107.  
  108.  
  109.  
  110.  
  111. <title>{Title}</title>
  112. <link rel="shortcut icon" href="{Favicon}">
  113. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  114. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  115.  
  116. <meta name="color:background" content="#000000"/>
  117. <meta name="color:text" content="#a1a0a0"/>
  118. <meta name="color:description" content=transparent/>
  119. <meta name="color:link" content="#e0d3ed"/>
  120. <meta name="color:link hover" content="#989898" />
  121. <meta name="color:bold" content="#cdc2f0" />
  122. <meta name="color:italic" content="#ffffff" />
  123. <meta name="color:border" content="#292828" />
  124. <meta name="color:scrollbar" content="#ffffff" />
  125. <meta name="color:postbg" content=transparent />
  126. <meta name="color:blockquote" content="#121212" />
  127. <meta name="color:tags" content="#e0d3ed"/>
  128.  
  129. <meta name="image:background" content=""/>
  130.  
  131. <meta name="text:link 1" content="link 1"/>
  132. <meta name="text:link 1 url" content="/"/>
  133. <meta name="text:link 2" content="link 2"/>
  134. <meta name="text:link 2 url" content="/"/>
  135. <meta name="text:link 3" content="link 3"/>
  136. <meta name="text:link 3 url" content="/"/>
  137. <meta name="text:link 4" content="link 4"/>
  138. <meta name="text:link 4 url" content="/"/>
  139. <meta name="text:link 5" content="link 5"/>
  140. <meta name="text:link 5 url" content="/"/>
  141. <meta name="text:link 6" content="link 6"/>
  142. <meta name="text:link 6 url" content="/"/>
  143. <meta name="text:link 7" content="link 7"/>
  144. <meta name="text:link 7 url" content="/"/>
  145. <meta name="text:link 8" content="link 8"/>
  146. <meta name="text:link 8 url" content="/"/>
  147.  
  148. <meta name="if:tinycursor" content="1"/>
  149. <meta name="if:greyscale" content="0"/>
  150. <meta name="text:text size" content="12px" />
  151. <meta name="if:showsubmit" content="0"/>
  152.  
  153. <meta name="color:updates bar" content="#070707"/>
  154. <meta name="image:Updates" content=""/>
  155. <meta name="image:thekey" content=""/>
  156.  
  157.  
  158.  
  159. <!--
  160. CUSTOM FONTS
  161. -->
  162.  
  163.  
  164. <link href='https://fonts.googleapis.com/css?family=Playfair+Display' rel='stylesheet' type='text/css'>
  165.  
  166. <link href='https://fonts.googleapis.com/css?family=Montserrat' rel='stylesheet' type='text/css'>
  167.  
  168. <link href='https://fonts.googleapis.com/css?family=Arizonia' rel='stylesheet' type='text/css'>
  169.  
  170. <link href='https://fonts.googleapis.com/css?family=Roboto+Condensed' rel='stylesheet' type='text/css'>
  171.  
  172.  
  173. <style type="text/css">
  174.  
  175.  
  176.  
  177. /* the hover update thing */
  178.  
  179.  
  180.  
  181. #bite
  182. #bite a{
  183. display:block
  184. }
  185. #bite .death {
  186. margin-top:0px;filter: alpha(opacity = 1.0);
  187. opacity:1.0;-webkit-transition: all 0.5s ease-out;
  188. -moz-transition: all 0.5s ease-out;transition: all 0.5s ease-out;
  189. }
  190.  
  191. #bite:hover .death {
  192. margin-top:0px;
  193. -webkit-transition: all 0.8s ease-out;
  194. -moz-transition: all 0.8s ease-out;
  195. transition: all 0.8s ease-out;
  196. filter: alpha(opacity = 100);
  197. filter: alpha(opacity = 100);
  198. opacity:100;
  199. }
  200.  
  201.  
  202. /* selection font and background */
  203.  
  204.  
  205. ::selection {
  206. background: #444;
  207. color:#fff; }
  208.  
  209.  
  210. ::-moz-selection {
  211. background: #444;
  212. color:#fff; }
  213.  
  214.  
  215.  
  216. /* scrollbar details */
  217.  
  218.  
  219.  
  220. ::-webkit-scrollbar {
  221. height: 0px;
  222. width: 2px;
  223. background:transparent;
  224. border-left:0px solid transparent;
  225. border-right:0px solid transparent;}
  226.  
  227.  
  228. ::-webkit-scrollbar-thumb {
  229. background:transparent;}
  230.  
  231.  
  232.  
  233.  
  234.  
  235. /* the cursor */
  236.  
  237.  
  238. {block:iftinycursor}
  239. body, a, a:hover{
  240. cursor: url('http://media.tumblr.com/28e8e2c9c0a422c5fb73ea368b58b529/tumblr_inline_mv7k3cbC5e1qmxe8x.png'), progress;}
  241. {/block:iftinycursor}
  242.  
  243. iframe#tumblr_controls {
  244. right:3px !important;
  245. position: fixed !important;
  246. -webkit-transition: opacity 0.7s
  247. linear;opacity: 0.2;
  248. -webkit-transition: all 0.8s ease-out;
  249. -moz-transition: all 0.8s ease-out;
  250. transition: all 0.8s ease-out;}
  251.  
  252. iframe#tumblr_controls:hover{
  253. -webkit-transition: opacity 0.7s linear;
  254. opacity: 1;
  255. -webkit-transition: all 0.4s ease-out;
  256. -moz-transition: all 0.4s ease-out;
  257. transition: all 0.4s ease-out;}
  258.  
  259.  
  260.  
  261. /* general look & background */
  262.  
  263.  
  264. body {
  265. background:#2a2a2a;
  266. background-image:url('http://oi64.tinypic.com/eulls5.jpg');
  267. background-attachment: fixed;
  268. background-repeat: no-repeat;
  269. background-position: left top;
  270. color:#ffffff;
  271. font-family: calibri;
  272. text-align:justify;
  273. font-size: 10px;
  274. letter-spacing:1px;
  275. line-height:135%;
  276.  
  277. }
  278.  
  279.  
  280.  
  281. /* the verses tabs */
  282.  
  283.  
  284. ul#tabs {
  285. list-style-type: none;
  286. padding: 0;
  287. text-align: center;
  288. font-size:8px;
  289. letter-spacing:1px;
  290. }
  291.  
  292. ul#tabs li {
  293. display: inline-block;
  294. background-color: transparent;
  295. border: solid 0px #262626;
  296. padding: 4px 12px;
  297. margin-bottom: 4px;
  298. color: #1b1b1b;
  299. cursor: pointer;
  300. }
  301.  
  302. ul#tabs li:hover {
  303. background-color: #b0b0b0;
  304. }
  305.  
  306. ul#tabs li.active {
  307. background-color: #0f0f0f;
  308. background-image:url('http://oi66.tinypic.com/2ep0vlv.jpg');
  309. border: 1px solid #9b9b9b;
  310. }
  311.  
  312. ul#tab {
  313. list-style-type: none;
  314. margin: 0;
  315. padding: 0;
  316. }
  317.  
  318. ul#tab li {
  319. display: none;
  320. }
  321.  
  322. ul#tab li.active {
  323. display: block;
  324. }
  325.  
  326.  
  327.  
  328.  
  329. /* back to general look & details */
  330.  
  331.  
  332. a:link, a:active, a:visited {
  333. text-decoration: none;
  334. color: #d1d1d1;
  335. -moz-transition-duration:.6s;
  336. -webkit-transition-duration:.6s;
  337. -o-transition-duration:.6s;
  338. -webkit-filter: blur(0px);}
  339.  
  340. a:hover {
  341. color: #8f8f8f;
  342. -moz-transition-duration:.6s;
  343. -webkit-transition-duration:.6s;
  344. -o-transition-duration:.6s;
  345. -webkit-filter: blur(1px);}
  346.  
  347.  
  348.  
  349. h1 {
  350. background-color: transparent;
  351. font-family: 'Montserrat', sans-serif;
  352. font-size: 16px;
  353. line-height: 20px;
  354. letter-spacing: 2px;
  355. text-align: center;
  356. text-transform:uppercase;
  357. color: #d1d1d1;
  358. }
  359.  
  360.  
  361. h2 {
  362. background-color: transparent;
  363. font-family: 'Montserrat', sans-serif;
  364. font-size: 15px;
  365. line-height: 16px;
  366. letter-spacing: 2px;
  367. text-align: left;
  368. text-transform:uppercase;
  369. color: #d1d1d1;
  370. }
  371.  
  372.  
  373.  
  374. h3 {
  375. background-color: transparent;
  376. background-image:url("http://oi66.tinypic.com/2ep0vlv.jpg");
  377. border:1px solid #9b9b9b;
  378. font-family: arial;
  379. font-weight:bold;
  380. color: #d1d1d1;
  381. text-shadow:0px 0px 2px #2c2f34;
  382. font-size: 8px;
  383. line-height: 12px;
  384. letter-spacing: 2px;
  385. text-align: center;
  386. text-transform:uppercase;
  387. padding:7px;
  388. line-height:120%;}
  389.  
  390.  
  391.  
  392. quotetext {
  393. background-color: transparent;
  394. font-family: times;
  395. font-size: 14px;
  396. line-height: 20px;
  397. letter-spacing: 2px;
  398. text-align: center;
  399. text-transform:uppercase;
  400. color: #dadada;
  401. }
  402.  
  403.  
  404.  
  405. blockquote {
  406. word-wrap: break-word;
  407. padding:2px 7px;
  408. margin:3px 0 3px 10px;
  409. border-left:1px solid {color:border};
  410. background-color:transparent;}
  411.  
  412.  
  413. blockquote img{
  414. max-width:100%;
  415. height:auto;
  416. }
  417.  
  418. blockquote blockquote img{
  419. max-width:100%;
  420. height:auto;
  421. }
  422.  
  423.  
  424.  
  425.  
  426.  
  427.  
  428.  
  429. b, bold {
  430. font-size:10px;
  431. text-transform:uppercase;
  432. letter-spacing:1px;
  433. font-family: times;
  434. color: #ffffff;
  435. text-shadow:1px 1px 0 #343434;
  436. }
  437.  
  438.  
  439. i, italic {
  440. font-size:12px;
  441. color: #b8b8b8;
  442. font-family: 'Roboto Condensed', sans-serif;
  443. text-shadow: 0px 0px 2px #5a5a5a;
  444. letter-spacing:1px;
  445. text-transform:lowercase;
  446. }
  447.  
  448.  
  449.  
  450. p {
  451. margin-top:5px;
  452. margin-bottom:5px;}
  453.  
  454.  
  455. ol {
  456. list-style:normal;}
  457.  
  458.  
  459. ul {
  460. list-style:square;}
  461.  
  462.  
  463. small {
  464. font-size:10px}
  465.  
  466.  
  467. sup,sub {
  468. font-size:11px}
  469.  
  470.  
  471. pre {
  472. font-size: 10px;
  473. letter-spacing:3px;
  474. background-color:#ffffff;
  475. font-family: "Times New Roman", Times, serif;
  476. font-style: none;
  477. text-align:center;
  478. }
  479.  
  480.  
  481.  
  482. big {
  483. font-size:14px;
  484. text-transform:uppercase;
  485. letter-spacing:2px;
  486. font-family: "Times New Roman", Times, serif;
  487. color: #b8b8b8;
  488. text-shadow: 0px 0px 2px #383838;
  489. }
  490.  
  491.  
  492.  
  493. {block:IfGreyscale}
  494.  
  495. img {
  496. -webkit-filter:grayscale(100%);
  497. -webkit-transition: all 0.9s ease-in-out;
  498. -moz-transition: all 0.9s ease-in-out;
  499. -o-transition: all 0.9s ease-in-out;
  500. -ms-transition: all 0.9s ease-in-out;
  501. transition: all 0.9s ease-in-out;}
  502.  
  503. img:hover {
  504. -webkit-filter:none;}
  505.  
  506. .html_photoset {
  507. -webkit-filter: grayscale(100%);
  508. -webkit-transition: all 0.9s ease-in-out;
  509. -moz-transition: all 0.9s ease-in-out;
  510. -o-transition: all 0.9s ease-in-out;
  511. -ms-transition: all 0.9s ease-in-out;
  512. transition: all 0.9s ease-in-out;}
  513.  
  514. .html_photoset:hover {
  515. -webkit-filter: none;}
  516.  
  517. {/block:IfGreyscale}
  518.  
  519.  
  520.  
  521. #pcontainer {
  522. background-color:transparent;
  523. width:240px;
  524. height:260px;
  525. padding: 20px;
  526. top:300px;
  527. margin-left: 180px;
  528. position:relative;
  529. overflow-y:scroll;
  530. overflow-x:hidden;
  531. -webkit-mask-image: -webkit-gradient(
  532. linear, center 75%, center top,
  533. from(rgba(0,0,0,20)),
  534. to(rgba(20,0,0,0)));
  535. border:1px solid transparent;}
  536.  
  537.  
  538.  
  539. #pcontainer img {
  540. height:auto;
  541. max-width:100%;
  542. }
  543.  
  544.  
  545.  
  546. #content {
  547. margin-left:62px;
  548. width:310px;
  549. margin-top: -100px;
  550. }
  551.  
  552.  
  553. #posts {
  554. width:250px;
  555. padding:10px;
  556. margin-top: 85px;
  557. margin-left:-70px;
  558. padding-bottom:0px;}
  559.  
  560.  
  561.  
  562. #sidebar {
  563. margin-left: 1590px;
  564. line-height:15px;
  565. width: 180px;
  566. position: fixed;
  567. top: 200px;
  568. text-align: center; }
  569.  
  570.  
  571. #sidebar img {
  572. width:150px;
  573. padding-top:10px;
  574. padding-bottom:10px;}
  575.  
  576.  
  577. #description {
  578. margin-left: 0px;
  579. margin-top: -50px;
  580. width:180px;
  581. color:transparent;}
  582.  
  583.  
  584.  
  585. #actualnews {
  586. font-family: calibri;
  587. font-size:10px;
  588. text-align:justify;
  589. background:transparent;
  590. color: #272727;
  591. width:150px;
  592. height:220px;
  593. padding-top:3px;
  594. border:0px solid #131313;
  595. margin-left: 540px;
  596. margin-top: -5px;
  597. position:fixed;
  598. -webkit-filter: blur(0px);
  599. -webkit-transition: 0.8s ease-in;
  600. -moz-transition: 1s ease-in;
  601. transition: 1s ease-in;
  602. opacity:0.5;
  603. -webkit-transition: all 0.6s ease-in-out;
  604. -moz-transition: all 0.6s ease-in-out;
  605. -o-transition: all 0.6s ease-in-out;
  606. -ms-transition: all 0.6s ease-in-out;
  607. transition: all 0.6s ease-in-out;
  608. }
  609.  
  610.  
  611.  
  612. #actualnews:hover {
  613. -webkit-filter:none;
  614. -webkit-transition: all 0.6s ease-in-out;
  615. opacity:1;
  616. -webkit-transition: all 0.6s ease-in-out;
  617. -moz-transition: all 0.6s ease-in-out;
  618. -o-transition: all 0.6s ease-in-out;
  619. -ms-transition: all 0.6s ease-in-out;
  620. transition: all 0.6s ease-in-out;
  621. }
  622.  
  623.  
  624.  
  625. #thekey {
  626. position:fixed;
  627. color:#7c7470;
  628. text-shadow: 0px 0px 2px #fff;
  629. margin-top:175px;
  630. margin-left:55px;
  631. width:710px;
  632. padding:9px;
  633. letter-spacing:2px;
  634. word-spacing:5px; /*this defines the separation of each word of the links*/
  635. font-family: helvetica;
  636. font-size:12px;
  637. text-align:center;
  638. background:transparent;
  639. text-transform:uppercase;
  640. -webkit-transform: rotate(-90deg);
  641. -moz-transform: rotate(-90deg);
  642. -o-transform: rotate(-90deg);
  643. }
  644.  
  645.  
  646.  
  647.  
  648. /* JUMBLED LINKS */
  649.  
  650.  
  651.  
  652. .alinks {
  653. position:fixed;
  654. text-shadow: 0px 0px 0px #000;
  655. left:256px;
  656. top:520px;
  657. transform: rotate(0deg);
  658. font-family: 'Montserrat', sans-serif;
  659. font-size: 20px;}
  660.  
  661.  
  662. .alinks a {
  663. padding:10px;
  664. color:#2a2a2a;
  665. margin-right:0px;
  666. -webkit-filter: blur(0px);
  667. -webkit-transition: 0.8s ease-in;
  668. -moz-transition: 1s ease-in;
  669. transition: 1s ease-in;
  670. }
  671.  
  672. .alinks a:hover {
  673. -webkit-transition: all 0.6s ease-in-out;
  674. -moz-transition: all 0.6s ease-in-out;
  675. -o-transition: all 0.6s ease-in-out;
  676. -ms-transition: all 0.6s ease-in-out;
  677. transition: all 0.6s ease-in-out;
  678. color: #727272;
  679. text-shadow: 7px 7px 3px #000;
  680. }
  681.  
  682.  
  683.  
  684.  
  685. .blinks {
  686. position:fixed;
  687. text-shadow: 0px 0px 0px #000;
  688. left:295px;
  689. top:520px;
  690. transform: rotate(0deg);
  691. font-family: 'Montserrat', sans-serif;
  692. font-size: 20px;}
  693.  
  694.  
  695. .blinks a {
  696. padding:10px;
  697. color:#2a2a2a;
  698. margin-right:0px;
  699. -webkit-filter: blur(0px);
  700. -webkit-transition: 0.8s ease-in;
  701. -moz-transition: 1s ease-in;
  702. transition: 1s ease-in;
  703. }
  704.  
  705. .blinks a:hover {
  706. -webkit-transition: all 0.6s ease-in-out;
  707. -moz-transition: all 0.6s ease-in-out;
  708. -o-transition: all 0.6s ease-in-out;
  709. -ms-transition: all 0.6s ease-in-out;
  710. transition: all 0.6s ease-in-out;
  711. color: #727272;
  712. text-shadow: 7px 7px 3px #000;
  713. }
  714.  
  715.  
  716.  
  717.  
  718. .clinks {
  719. position:fixed;
  720. text-shadow: 0px 0px 0px #000;
  721. left:339px;
  722. top:520px;
  723. transform: rotate(0deg);
  724. font-family: 'Montserrat', sans-serif;
  725. font-size: 20px;}
  726.  
  727.  
  728. .clinks a {
  729. padding:10px;
  730. color:#2a2a2a;
  731. margin-right:0px;
  732. -webkit-filter: blur(0px);
  733. -webkit-transition: 0.8s ease-in;
  734. -moz-transition: 1s ease-in;
  735. transition: 1s ease-in;
  736. }
  737.  
  738. .clinks a:hover {
  739. -webkit-transition: all 0.6s ease-in-out;
  740. -moz-transition: all 0.6s ease-in-out;
  741. -o-transition: all 0.6s ease-in-out;
  742. -ms-transition: all 0.6s ease-in-out;
  743. transition: all 0.6s ease-in-out;
  744. color: #727272;
  745. text-shadow: 7px 7px 3px #000;
  746. }
  747.  
  748.  
  749.  
  750.  
  751. .dlinks {
  752. position:fixed;
  753. text-shadow: 0px 0px 0px #000;
  754. left:381px;
  755. top:520px;
  756. transform: rotate(0deg);
  757. font-family: 'Montserrat', sans-serif;
  758. font-size: 20px;}
  759.  
  760.  
  761. .dlinks a {
  762. padding:10px;
  763. color:#2a2a2a;
  764. margin-right:0px;
  765. -webkit-filter: blur(0px);
  766. -webkit-transition: 0.8s ease-in;
  767. -moz-transition: 1s ease-in;
  768. transition: 1s ease-in;
  769. }
  770.  
  771. .dlinks a:hover {
  772. -webkit-transition: all 0.6s ease-in-out;
  773. -moz-transition: all 0.6s ease-in-out;
  774. -o-transition: all 0.6s ease-in-out;
  775. -ms-transition: all 0.6s ease-in-out;
  776. transition: all 0.6s ease-in-out;
  777. color: #727272;
  778. text-shadow: 7px 7px 3px #000;
  779. }
  780.  
  781.  
  782.  
  783.  
  784. .elinks {
  785. position:fixed;
  786. text-shadow: 0px 0px 0px #000;
  787. left:424px;
  788. top:520px;
  789. transform: rotate(0deg);
  790. font-family: 'Montserrat', sans-serif;
  791. font-size: 20px;}
  792.  
  793.  
  794. .elinks a {
  795. padding:10px;
  796. color:#2a2a2a;
  797. margin-right:0px;
  798. -webkit-filter: blur(0px);
  799. -webkit-transition: 0.8s ease-in;
  800. -moz-transition: 1s ease-in;
  801. transition: 1s ease-in;
  802. }
  803.  
  804. .elinks a:hover {
  805. -webkit-transition: all 0.6s ease-in-out;
  806. -moz-transition: all 0.6s ease-in-out;
  807. -o-transition: all 0.6s ease-in-out;
  808. -ms-transition: all 0.6s ease-in-out;
  809. transition: all 0.6s ease-in-out;
  810. color: #727272;
  811. text-shadow: 7px 7px 3px #000;
  812. }
  813.  
  814.  
  815.  
  816. .flinks {
  817. position:fixed;
  818. text-shadow: 0px 0px 0px #000;
  819. left:467px;
  820. top:520px;
  821. transform: rotate(0deg);
  822. font-family: 'Montserrat', sans-serif;
  823. font-size: 20px;}
  824.  
  825.  
  826. .flinks a {
  827. padding:10px;
  828. color:#2a2a2a;
  829. margin-right:0px;
  830. -webkit-filter: blur(0px);
  831. -webkit-transition: 0.8s ease-in;
  832. -moz-transition: 1s ease-in;
  833. transition: 1s ease-in;
  834. }
  835.  
  836. .flinks a:hover {
  837. -webkit-transition: all 0.6s ease-in-out;
  838. -moz-transition: all 0.6s ease-in-out;
  839. -o-transition: all 0.6s ease-in-out;
  840. -ms-transition: all 0.6s ease-in-out;
  841. transition: all 0.6s ease-in-out;
  842. color: #727272;
  843. text-shadow: 7px 7px 3px #000;
  844. }
  845.  
  846.  
  847.  
  848. .glinks {
  849. position:fixed;
  850. text-shadow: 0px 0px 11px #7C6868;
  851. right:15px;
  852. bottom:15px;
  853. transform: rotate(0deg);
  854. font-family: helvetica;
  855. font-size: 14px; }
  856.  
  857.  
  858. .glinks a {
  859. padding:10px;
  860. color:#191919;
  861. margin-right:0px;
  862. -webkit-filter: blur(1px);
  863. -webkit-transition: 0.8s ease-in;
  864. -moz-transition: 1s ease-in;
  865. transition: 1s ease-in;
  866. }
  867.  
  868. .glinks a:hover {
  869. -webkit-transition: all 0.6s ease-in-out;
  870. -moz-transition: all 0.6s ease-in-out;
  871. -o-transition: all 0.6s ease-in-out;
  872. -ms-transition: all 0.6s ease-in-out;
  873. transition: all 0.6s ease-in-out;
  874. color: #000000;
  875. text-shadow: 7px 7px 3px #000000;
  876. }
  877.  
  878.  
  879.  
  880.  
  881.  
  882. #links a {
  883. padding:5px;
  884. margin-right:0px;
  885. text-shadow: 1px 0px 1px #7a7a7a;
  886. }
  887.  
  888.  
  889. #links a:hover {
  890. padding:5px;
  891. margin-right:0px;
  892. text-shadow: 2px 0px 10px #7a7a7a;
  893. -moz-transition-duration:0.6s;
  894. -webkit-transition-duration:0.6s;
  895. -o-transition-duration:0.6s;
  896. }
  897.  
  898.  
  899.  
  900.  
  901. /* JUMBLED LINKS ENDS */
  902.  
  903.  
  904.  
  905. #pagination {
  906. position:fixed;
  907. font-family:times;
  908. width:300px;
  909. font-size:8px;
  910. top:520px;
  911. left:420px;
  912. letter-spacing:3px;
  913. text-align:center;
  914. z-index:999999999999;
  915. }
  916.  
  917. #pagination a {
  918. text-transform:uppercase;
  919. color:#181818;
  920. -webkit-filter: blur(1px);
  921. -webkit-transition: 0.8s ease-in;
  922. -moz-transition: 1s ease-in;
  923. transition: 1s ease-in;
  924. z-index:999999999999;
  925. }
  926.  
  927. #pagination a:hover {
  928. color:#000;
  929. -webkit-filter: blur(0px);
  930. -webkit-transition: 0.2s ease-in;
  931. -moz-transition: 1s ease-in;
  932. transition: 1s ease-in;
  933. }
  934.  
  935.  
  936. .audio {
  937. width:335px;
  938. padding-bottom:10px;
  939. background-color:{color:#000000};}
  940.  
  941. .albumart {
  942. float:left;
  943. padding:0px 10px 10px 0px;}
  944.  
  945. .albumart img {
  946. width:65px;
  947. height:65px;}
  948.  
  949. .playercontainer {
  950. text-align:left;
  951. padding:10px;
  952. background-color:#090909;
  953. width:335px;}
  954.  
  955. .audioinfo {
  956. padding:10px;
  957. color:{color:text};}
  958.  
  959.  
  960.  
  961.  
  962.  
  963. /* QUESTIONS & ANSWERS DETAILS */
  964.  
  965.  
  966. #asker {
  967. font-family: 'Arizonia', cursive;
  968. font-style:none;
  969. letter-spacing:2px;
  970. text-align:center;
  971. padding-top: 10px;
  972. margin-left:0px;
  973. text-transform:lowercase;
  974. color: #c9c9c9;
  975. font-size:30px;
  976. padding:5px;
  977. letter-spacing:0px
  978. text-shadow:0 0 2px #aeaeae;
  979. }
  980.  
  981.  
  982. #asker a{
  983. font-family: 'Arizonia', cursive;
  984. font-style:none;
  985. letter-spacing:2px;
  986. text-transform:lowercase;
  987. font-size:30px;
  988. letter-spacing: 0px;
  989. text-shadow: none;
  990. color: #c9c9c9;
  991. text-shadow:0 0 2px #1a1a1a;
  992. -webkit-filter: blur(0.5px);
  993. }
  994.  
  995.  
  996. #asker a:hover {
  997. color: #656565;
  998. letter-spacing: 0px;
  999. text-shadow:0 0 2px #000;
  1000. -webkit-filter: blur(2px);
  1001. -webkit-transition:all .5s ease-in-out;
  1002. -moz-transition:all .5s ease-in-out;
  1003. transition:all .5s ease-in-out;
  1004. }
  1005.  
  1006.  
  1007.  
  1008. #ask {
  1009. font-family: times;
  1010. width:225px;
  1011. font-size:8px;
  1012. text-align:center;
  1013. padding-top: 5px;
  1014. margin-left:0px;
  1015. text-transform:auto;
  1016. letter-spacing:3px
  1017. margin-top:-10px;
  1018. padding:5px;
  1019. background: #000;
  1020. background: url("http://oi66.tinypic.com/2ep0vlv.jpg");
  1021. color:#dcdcdc;
  1022. text-transform: uppercase;
  1023. border-bottom-left-radius: 10px;
  1024. border-bottom-right-radius: 10px;
  1025. border-top-left-radius: 10px;
  1026. border-top-right-radius: 10px;
  1027. padding:10px;
  1028. letter-spacing:2px;
  1029. border-bottom:solid 1px #717171;
  1030. border-top:solid 1px #717171;
  1031. }
  1032.  
  1033.  
  1034. .ans {
  1035. text-align:center;
  1036. padding:10px;
  1037. }
  1038.  
  1039.  
  1040. /* POST INFO DETAILS */
  1041.  
  1042.  
  1043.  
  1044. #info {
  1045. background: url("http://oi66.tinypic.com/2ep0vlv.jpg");
  1046. border: 1px solid #717171;
  1047. border-bottom-right-radius: 15px;
  1048. border-bottom-left-radius: 15px;
  1049. border-top-right-radius: 15px;
  1050. border-top-left-radius: 15px;
  1051. width:255px;
  1052. height:25px;
  1053. text-align:center;
  1054. letter-spacing:10px;
  1055. margin-top:8px;
  1056. margin-bottom:50px;
  1057. text-transform:uppercase;
  1058. font-size:15px;
  1059. font-style:none;
  1060. }
  1061.  
  1062.  
  1063.  
  1064.  
  1065. #info a {
  1066. color:#dcdcdc;}
  1067.  
  1068. #info a:hover {
  1069. color:#000;}
  1070.  
  1071.  
  1072.  
  1073.  
  1074. #tags {
  1075. font-family: helvetica;
  1076. color:#181818;
  1077. padding-bottom:35px;
  1078. letter-spacing:2px;
  1079. text-transform:uppercase;
  1080. font-size:7px;
  1081. font-style:normal;
  1082. margin-top:10px;
  1083. text-align:right;
  1084. float:right;
  1085. }
  1086.  
  1087.  
  1088. #tags a {
  1089. display:inline-block;
  1090. padding:-3px;
  1091. opacity:0.8;
  1092. text-align:center;
  1093. color:#181818;
  1094.  
  1095. }
  1096.  
  1097.  
  1098. #tags a:hover {
  1099. color:{color:text};
  1100. }
  1101.  
  1102.  
  1103.  
  1104.  
  1105.  
  1106.  
  1107. .note {
  1108. text-transform:uppercase;
  1109. font-style:normal;
  1110. letter-spacing:0px;
  1111. font-size: 10px;
  1112. text-align:left;
  1113. line-height:90%;
  1114. margin-left:-40px;}
  1115.  
  1116. .note li {
  1117. list-style-type:none;
  1118. border-bottom:0px solid {color:border};
  1119. padding:10px 25px 10px 25px;
  1120. text-align:left;
  1121. margin:0px;
  1122. -moz-transition-duration:0.5s;
  1123. -webkit-transition-duration:0.5s;
  1124. -o-transition-duration:0.5s;}
  1125.  
  1126. .note img.avatar {
  1127. margin-right: 10px;
  1128. width: 16px;
  1129. height: 16px;}
  1130.  
  1131.  
  1132.  
  1133.  
  1134. /*--BASIC POP-UP DETAILS--*/
  1135.  
  1136.  
  1137.  
  1138. .popup_block{
  1139. display:none;
  1140. background: url("");
  1141. background:#727272;
  1142. padding:20px;
  1143. border:0px solid #eee; /* if you want a solid white pop-up, delete this */
  1144. float:left;
  1145. height: 400px;
  1146. top:50%; left:50%;
  1147. position:fixed;
  1148. z-index: 99999;
  1149. -webkit-box-shadow: 1px 1px 5px #323232;
  1150. -moz-box-shadow: 1px 1px 5px #323232;
  1151. box-shadow: 1px 1px 5px #323232;
  1152. }
  1153.  
  1154.  
  1155. *html #fade {position: absolute;}
  1156. *html .popup_block {position: absolute;}
  1157. #fade {
  1158. display:none;
  1159. position:fixed;
  1160. left:0px;
  1161. top:0px;
  1162. width:100%;
  1163. height:100%;
  1164. z-index:9999;
  1165. background:#000;
  1166. opacity:0.5;
  1167. }
  1168.  
  1169.  
  1170.  
  1171.  
  1172. .popupnavlinks {
  1173. padding-top:5px;
  1174. text-align:center; }
  1175.  
  1176.  
  1177. .popupnavlinks a {
  1178. display:inline-block;
  1179. width:120px; height:8px;
  1180. margin:2px; padding:6px 6px 10px;
  1181. text-align:center;
  1182. font-family:'helvetica';
  1183. font-size:8px;
  1184. text-transform:uppercase;
  1185. letter-spacing:1px;
  1186. color:#dcdcdc; background:transparent;
  1187. background-image:url('http://oi66.tinypic.com/2ep0vlv.jpg');
  1188. border:1px solid;
  1189. border-color: #9b9b9b;
  1190. }
  1191.  
  1192.  
  1193. .popupnavlinks a:hover {
  1194. display:inline-block;
  1195. width:120px; margin:2px;
  1196. padding:6px 6px 10px;
  1197. text-align:center;
  1198. font-family:'helvetica';
  1199. font-size:8px;
  1200. text-transform:uppercase;
  1201. letter-spacing:1px;
  1202. color:#2e2e2e;
  1203. background:transparent }
  1204.  
  1205.  
  1206.  
  1207. .popupclose {
  1208. float:right; top:0px; right:0px;
  1209. margin-top:-10px; margin-right:-10px;
  1210. font-family:'Scada', sans serif;
  1211. font-size:10px;
  1212. font-weight:bold }
  1213.  
  1214. .popupclose a {
  1215. color:#aaa }
  1216.  
  1217.  
  1218.  
  1219. /*--TOOLTIP DETAILS--*/
  1220.  
  1221.  
  1222.  
  1223. #s-m-t-tooltip{
  1224. max-width:400px;
  1225. margin:15px;
  1226. padding:2px 8px;
  1227. background: #dcdcdc;
  1228. background-image:url('http://oi66.tinypic.com/2ep0vlv.jpg');
  1229. border:1px solid;
  1230. border-color: #727272;
  1231. color:#9b9b9b;
  1232. z-index:99999999999999999999;
  1233. font-size:9px;
  1234. letter-spacing:2px;
  1235. font-style:bold;
  1236. letter-spacing:2px;
  1237. font-family:'helvetica';
  1238. text-transform:uppercase;
  1239. box-shadow:1px 1px 3px rgba(0,0,0,.1);}
  1240.  
  1241.  
  1242.  
  1243.  
  1244.  
  1245. </style>
  1246.  
  1247.  
  1248. </head>
  1249.  
  1250. <body>
  1251.  
  1252. <body onkeydown="return false">
  1253.  
  1254. <div id="content">
  1255.  
  1256. <div id="sidebar">
  1257.  
  1258. <img src="{image:Sidebar}" />
  1259.  
  1260. <div id="description">{description}</div>
  1261.  
  1262. </div>
  1263.  
  1264. <div id="pagination">
  1265. {block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">previous</a> • {/block:PreviousPage}{block:NextPage} <a href="{NextPage}">next</a>{/block:NextPage}{/block:Pagination}
  1266. </div>
  1267.  
  1268.  
  1269. <div id="links">
  1270.  
  1271.  
  1272. <div id="linkbar">
  1273.  
  1274.  
  1275. <div class="alinks">
  1276. <a href="/" title="refresh."> 01. </a>
  1277. </div>
  1278.  
  1279.  
  1280. <div class="blinks">
  1281. <a href="#?w=310" rel="box1" class="poplight" title="ask."> 02. </a>
  1282. </div>
  1283.  
  1284.  
  1285. <div class="clinks">
  1286. <a href="#?w=310" rel="box2" class="poplight" title="laws."> 03. </a>
  1287. </div>
  1288.  
  1289.  
  1290. <div class="dlinks">
  1291. <a href="#?w=310" rel="box3" class="poplight" title="verses."> 04. </a>
  1292. </div>
  1293.  
  1294.  
  1295.  
  1296. <div class="elinks">
  1297. <a href="#?w=310" rel="box4" class="poplight" title="about."> 05. </a>
  1298. </div>
  1299.  
  1300.  
  1301.  
  1302. <div class="flinks">
  1303. <a href="#?w=310" rel="box5" class="poplight" title="map."> 06. </a>
  1304. </div>
  1305.  
  1306.  
  1307. <div class="glinks">
  1308. <a href="http://agirlingrey.tumblr.com/" title="agirlingrey.">A.</a>
  1309. </div>
  1310.  
  1311.  
  1312.  
  1313. </div></div>
  1314.  
  1315.  
  1316. <div id="pcontainer">
  1317.  
  1318. <div id="content"><div id="posts">
  1319. {block:Posts}
  1320.  
  1321.  
  1322. {block:Quote}<quotetext>"{Quote}"</quotetext>&nbsp; <br><br> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; — {Source} {/block:Quote}
  1323. {block:Title}<h1>{Title}&nbsp;</h1>{/block:Title}
  1324. {block:Text}{Body}{/block:Text}
  1325.  
  1326. {block:Link}<a href="{URL}" class="link" {Target}><h1>{Name}&nbsp;</h1></a>
  1327.  
  1328. {block:Description}<P>{Description}</p>{/block:Description}{/block:Link}
  1329.  
  1330. {block:Photo}<center>{LinkOpenTag}<img src="{PhotoURL-HighRes}" width="360px">{LinkCloseTag}</center>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  1331. {block:Photoset}<center>{Photoset}</center>{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  1332.  
  1333. {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}
  1334.  
  1335. {block:Video}{Video}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  1336.  
  1337.  
  1338. {block:Answer}<div id="asker" style="width:255px; text-shadow:0 0 2px #000; ">{Asker}:<div id="ask"> <p><p><p><p><p>{Question}</div></span></div><font face="calibri"><span style="font-family:calibri;font-size:; marging-left:0px;">{Answer}</span>{/block:Answer}
  1339.  
  1340.  
  1341. {block:Audio}<div class="audio">
  1342.  
  1343. {block:AlbumArt}
  1344. {/block:AlbumArt}
  1345.  
  1346.  
  1347. <div class="audioinfo">{block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}{block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  1348. {/block:ExternalAudio}<b>Played:</b> {PlayCount} times</div>
  1349. <br><div class="playercontainer">{AudioPlayerBlack}</div></div>
  1350. {block:Caption}{Caption}{/block:Caption}<br>{/block:Audio}
  1351.  
  1352.  
  1353. <div id="info">
  1354. <br>
  1355.  
  1356. &nbsp; &nbsp;
  1357.  
  1358.  
  1359. {block:Date}
  1360. <a href="{Permalink}" style="position:absolute; margin-left:-100px; margin-top:-8px;-webkit-transform: rotate(0deg);-ms-transform: rotate(0deg);transform: rotate(0deg); text-shadow: 0px 0px 5px #919191;" title=" {ShortMonth} {DayOfMonthWithZero} - {TimeAgo} "> ● </a>
  1361. {/block:Date}
  1362.  
  1363.  
  1364. {block:RebloggedFrom}
  1365. <a href="{ReblogParentURL}" style="position:absolute; margin-left:-65px; margin-top:-8px;-webkit-transform: rotate(0deg);-ms-transform: rotate(0deg);transform: rotate(0deg); text-shadow: 0px 0px 5px #919191;" title=" via. {ReblogParentName} "> ● </a>
  1366. {/block:RebloggedFrom}
  1367.  
  1368.  
  1369. {block:ContentSource}
  1370. <a href="{SourceURL}" style="position:absolute; margin-left:-30px; margin-top:-8px;-webkit-transform: rotate(0deg);-ms-transform: rotate(0deg);transform: rotate(0deg); text-shadow: 0px 0px 5px #919191;" title=" source. {SourceTitle} "> ● </a>
  1371. {/block:ContentSource}
  1372.  
  1373.  
  1374. <a href="{Permalink}" style="position:absolute; margin-left:5px; margin-top:-8px;-webkit-transform: rotate(0deg);-ms-transform: rotate(0deg);transform: rotate(0deg); text-shadow: 0px 0px 5px #919191;" title=" {NoteCount} notes "> ● </a>
  1375.  
  1376.  
  1377. <a href="{ReblogURL}" style="position:absolute; margin-left:40px; margin-top:-8px;-webkit-transform: rotate(0deg);-ms-transform: rotate(0deg);transform: rotate(0deg); text-shadow: 0px 0px 5px #919191;" title="reblog"> ● </a>
  1378.  
  1379.  
  1380. <br>
  1381.  
  1382. {block:HasTags}<div id="tags">{block:Tags} & <a href="{TagURL}">{Tag}</a> {/block:Tags}</div>{/block:HasTags}</div> &nbsp;
  1383. {/block:Posts}
  1384. <div class="note">
  1385. {block:PostNotes}{PostNotes}{/block:PostNotes}
  1386. </div>
  1387.  
  1388. {/block:Posts}</div></div>
  1389.  
  1390.  
  1391.  
  1392. </div> </div> </div> </div> </div> </div>
  1393.  
  1394.  
  1395.  
  1396. </body>
  1397.  
  1398.  
  1399.  
  1400. <div id="box1" class="popup_block">
  1401.  
  1402. <h3>
  1403. LEAVE A MESSAGE AFTER THE BEEP.
  1404. </h3>
  1405.  
  1406. <center>
  1407.  
  1408.  
  1409.  
  1410. <p><iframe frameborder="0" height="250" id="ask_form" scrolling="yes" src="http://www.tumblr.com/ask_form/keepfvghting.tumblr.com" width="100%"></iframe></p>
  1411.  
  1412. </div>
  1413.  
  1414. </center>
  1415.  
  1416.  
  1417.  
  1418. <div id="box2" class="popup_block">
  1419.  
  1420. <div style="width:auto;height:405px;overflow:scroll;padding:5px;">
  1421.  
  1422.  
  1423. <h3>LAW OF THE LAND.</h3>
  1424.  
  1425. PUT WHATEVER YOU WANT HERE. PROBABLY RULES AND STUFF..<br>
  1426.  
  1427. </div>
  1428. </div>
  1429.  
  1430.  
  1431.  
  1432.  
  1433. <div id="box3" class="popup_block">
  1434.  
  1435. <h3>verses (you can delete this and put whatever you want if u dont want verses)</h3>
  1436.  
  1437. <ul id="tabs">
  1438. <li class="active">VERSE 1.</li>
  1439. <li>VERSE 2.</li>
  1440. <li>VERSE 3.</li>
  1441. <li>VERSE 4.</li>
  1442. </ul>
  1443.  
  1444. <div style="width:auto;height:335px;overflow:scroll;padding:5px;">
  1445.  
  1446.  
  1447.  
  1448. <ul id="tab">
  1449. <li class="active">
  1450.  
  1451.  
  1452. <a href="/tagged/VERSE">VERSE NAME.</a>
  1453. <img src="https://66.media.tumblr.com/cd395cb23ce7278be8ddf94ae7aee17a/tumblr_o8xzvk4En01ud4mdwo1_100.png" align="left" style="height:85px;width:85px;padding-right:5px;padding-bottom:0px;">
  1454.  
  1455.  
  1456. <br>
  1457.  
  1458. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc eu suscipit orci. Donec eget neque eleifend, porta lacus ut, hendrerit justo. Nulla quis eleifend nunc. Sed accumsan at erat at sagittis. Suspendisse potenti. Vestibulum orci purus, sagittis id tellus quis, blandit imperdiet ex. Suspendisse auctor, risus ut consectetur dignissim, diam est luctus justo, eu lacinia lectus ipsum sed urna. Integer sem ante, posuere sit amet nulla vitae, posuere fringilla nunc.
  1459.  
  1460.  
  1461. <br><br><br>
  1462.  
  1463.  
  1464.  
  1465. <a href="/tagged/VERSE">VERSE NAME.</a>
  1466. <img src="https://66.media.tumblr.com/cd395cb23ce7278be8ddf94ae7aee17a/tumblr_o8xzvk4En01ud4mdwo1_100.png" align="left" style="height:85px;width:85px;padding-right:5px;padding-bottom:0px;">
  1467.  
  1468.  
  1469. <br>
  1470.  
  1471. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc eu suscipit orci. Donec eget neque eleifend, porta lacus ut, hendrerit justo. Nulla quis eleifend nunc. Sed accumsan at erat at sagittis. Suspendisse potenti. Vestibulum orci purus, sagittis id tellus quis, blandit imperdiet ex. Suspendisse auctor, risus ut consectetur dignissim, diam est luctus justo, eu lacinia lectus ipsum sed urna. Integer sem ante, posuere sit amet nulla vitae, posuere fringilla nunc.
  1472.  
  1473.  
  1474. <br><br><br>
  1475.  
  1476.  
  1477. <a href="/tagged/VERSE">VERSE NAME.</a>
  1478. <img src="https://66.media.tumblr.com/cd395cb23ce7278be8ddf94ae7aee17a/tumblr_o8xzvk4En01ud4mdwo1_100.png" align="left" style="height:85px;width:85px;padding-right:5px;padding-bottom:0px;">
  1479.  
  1480.  
  1481. <br>
  1482.  
  1483. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc eu suscipit orci. Donec eget neque eleifend, porta lacus ut, hendrerit justo. Nulla quis eleifend nunc. Sed accumsan at erat at sagittis. Suspendisse potenti. Vestibulum orci purus, sagittis id tellus quis, blandit imperdiet ex. Suspendisse auctor, risus ut consectetur dignissim, diam est luctus justo, eu lacinia lectus ipsum sed urna. Integer sem ante, posuere sit amet nulla vitae, posuere fringilla nunc.
  1484.  
  1485.  
  1486. <br><br>
  1487.  
  1488.  
  1489.  
  1490. </li>
  1491. <li>
  1492.  
  1493.  
  1494.  
  1495. <a href="/tagged/VERSE">VERSE NAME.</a>
  1496. <img src="https://67.media.tumblr.com/9a9f099625e324e424c75d343a786a57/tumblr_o8xzugQ8JK1ud4mdwo1_100.png" align="left" style="height:85px;width:85px;padding-right:5px;padding-bottom:0px;">
  1497.  
  1498.  
  1499. <br>
  1500.  
  1501. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc eu suscipit orci. Donec eget neque eleifend, porta lacus ut, hendrerit justo. Nulla quis eleifend nunc. Sed accumsan at erat at sagittis. Suspendisse potenti. Vestibulum orci purus, sagittis id tellus quis, blandit imperdiet ex. Suspendisse auctor, risus ut consectetur dignissim, diam est luctus justo, eu lacinia lectus ipsum sed urna. Integer sem ante, posuere sit amet nulla vitae, posuere fringilla nunc.
  1502.  
  1503.  
  1504. <br><br><br>
  1505.  
  1506.  
  1507. <a href="/tagged/VERSE">VERSE NAME.</a>
  1508. <img src="https://67.media.tumblr.com/9a9f099625e324e424c75d343a786a57/tumblr_o8xzugQ8JK1ud4mdwo1_100.png" align="left" style="height:85px;width:85px;padding-right:5px;padding-bottom:0px;">
  1509.  
  1510.  
  1511. <br>
  1512.  
  1513. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc eu suscipit orci. Donec eget neque eleifend, porta lacus ut, hendrerit justo. Nulla quis eleifend nunc. Sed accumsan at erat at sagittis. Suspendisse potenti. Vestibulum orci purus, sagittis id tellus quis, blandit imperdiet ex. Suspendisse auctor, risus ut consectetur dignissim, diam est luctus justo, eu lacinia lectus ipsum sed urna. Integer sem ante, posuere sit amet nulla vitae, posuere fringilla nunc.
  1514.  
  1515.  
  1516. <br><br>
  1517.  
  1518.  
  1519. </li>
  1520. <li>
  1521.  
  1522.  
  1523.  
  1524. <a href="/tagged/VERSE">VERSE NAME.</a>
  1525. <img src="https://66.media.tumblr.com/cd395cb23ce7278be8ddf94ae7aee17a/tumblr_o8xzvk4En01ud4mdwo1_100.png" align="left" style="height:85px;width:85px;padding-right:5px;padding-bottom:0px;">
  1526.  
  1527.  
  1528. <br>
  1529.  
  1530. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc eu suscipit orci. Donec eget neque eleifend, porta lacus ut, hendrerit justo. Nulla quis eleifend nunc. Sed accumsan at erat at sagittis. Suspendisse potenti. Vestibulum orci purus, sagittis id tellus quis, blandit imperdiet ex. Suspendisse auctor, risus ut consectetur dignissim, diam est luctus justo, eu lacinia lectus ipsum sed urna. Integer sem ante, posuere sit amet nulla vitae, posuere fringilla nunc.
  1531.  
  1532.  
  1533. <br><br><br>
  1534.  
  1535.  
  1536. <a href="/tagged/VERSE">VERSE NAME.</a>
  1537. <img src="https://66.media.tumblr.com/cd395cb23ce7278be8ddf94ae7aee17a/tumblr_o8xzvk4En01ud4mdwo1_100.png" align="left" style="height:85px;width:85px;padding-right:5px;padding-bottom:0px;">
  1538.  
  1539.  
  1540. <br>
  1541.  
  1542. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc eu suscipit orci. Donec eget neque eleifend, porta lacus ut, hendrerit justo. Nulla quis eleifend nunc. Sed accumsan at erat at sagittis. Suspendisse potenti. Vestibulum orci purus, sagittis id tellus quis, blandit imperdiet ex. Suspendisse auctor, risus ut consectetur dignissim, diam est luctus justo, eu lacinia lectus ipsum sed urna. Integer sem ante, posuere sit amet nulla vitae, posuere fringilla nunc.
  1543.  
  1544.  
  1545. <br><br>
  1546.  
  1547.  
  1548.  
  1549. </li>
  1550. <li>
  1551.  
  1552.  
  1553.  
  1554.  
  1555. <a href="/tagged/VERSE">VERSE NAME.</a>
  1556. <img src="https://67.media.tumblr.com/9a9f099625e324e424c75d343a786a57/tumblr_o8xzugQ8JK1ud4mdwo1_100.png" align="left" style="height:85px;width:85px;padding-right:5px;padding-bottom:0px;">
  1557.  
  1558.  
  1559. <br>
  1560.  
  1561. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc eu suscipit orci. Donec eget neque eleifend, porta lacus ut, hendrerit justo. Nulla quis eleifend nunc. Sed accumsan at erat at sagittis. Suspendisse potenti. Vestibulum orci purus, sagittis id tellus quis, blandit imperdiet ex. Suspendisse auctor, risus ut consectetur dignissim, diam est luctus justo, eu lacinia lectus ipsum sed urna. Integer sem ante, posuere sit amet nulla vitae, posuere fringilla nunc.
  1562.  
  1563.  
  1564. <br><br><br>
  1565.  
  1566.  
  1567. <a href="/tagged/VERSE">VERSE NAME.</a>
  1568. <img src="https://67.media.tumblr.com/9a9f099625e324e424c75d343a786a57/tumblr_o8xzugQ8JK1ud4mdwo1_100.png" align="left" style="height:85px;width:85px;padding-right:5px;padding-bottom:0px;">
  1569.  
  1570.  
  1571. <br>
  1572.  
  1573. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc eu suscipit orci. Donec eget neque eleifend, porta lacus ut, hendrerit justo. Nulla quis eleifend nunc. Sed accumsan at erat at sagittis. Suspendisse potenti. Vestibulum orci purus, sagittis id tellus quis, blandit imperdiet ex. Suspendisse auctor, risus ut consectetur dignissim, diam est luctus justo, eu lacinia lectus ipsum sed urna. Integer sem ante, posuere sit amet nulla vitae, posuere fringilla nunc.
  1574.  
  1575.  
  1576. <br><br>
  1577.  
  1578.  
  1579. </li>
  1580. </ul>
  1581.  
  1582.  
  1583. </div>
  1584. </div>
  1585.  
  1586.  
  1587.  
  1588. <div id="box4" class="popup_block">
  1589.  
  1590. <div style="width:auto;height:400px;overflow:scroll;padding:5px;">
  1591.  
  1592. <h3>basic information</h3>
  1593.  
  1594. PUT UR ABOUT HERE
  1595.  
  1596. <br><br><br>
  1597.  
  1598. </div>
  1599. </div>
  1600.  
  1601.  
  1602.  
  1603. <div id="box5" class="popup_block">
  1604.  
  1605. <div style="width:auto;height:400px;overflow:scroll;padding:5px;">
  1606.  
  1607. <h3>navigation</h3>
  1608.  
  1609. <center>
  1610.  
  1611. <div class="popupnavlinks">
  1612.  
  1613.  
  1614. <a href="/tagged/link">LINK.</a>
  1615. <a href="/tagged/link">LINK.</a>
  1616. <br>
  1617. <a href="/tagged/link">LINK.</a>
  1618. <a href="/tagged/link">LINK.</a>
  1619. <br>
  1620. <a href="/tagged/link">LINK.</a>
  1621. <a href="/tagged/link">LINK.</a>
  1622. <br>
  1623. <a href="/tagged/link">LINK.</a>
  1624. <a href="/tagged/link">LINK.</a>
  1625. <br>
  1626. <a href="/tagged/link">LINK.</a>
  1627. <a href="/tagged/link">LINK.</a>
  1628. <br>
  1629. <a href="/tagged/link">LINK.</a>
  1630. <a href="/tagged/link">LINK.</a>
  1631. <br>
  1632. <a href="/tagged/link">LINK.</a>
  1633. <a href="/tagged/link">LINK.</a>
  1634. <br>
  1635. <a href="/tagged/link">LINK.</a>
  1636. <a href="/tagged/link">LINK.</a>
  1637. <br>
  1638.  
  1639.  
  1640. </div>
  1641. </div>
  1642. </div>
  1643.  
  1644.  
  1645.  
  1646. <div id="bite">
  1647. <div id="thekey"></div>
  1648. <div class="death">
  1649. <div id="actualnews">
  1650.  
  1651. <center>
  1652.  
  1653. <div style="width:auto;height:280px;overflow:scroll;padding:5px;">
  1654.  
  1655. <h3>
  1656. "consequence"
  1657. </h3>
  1658.  
  1659. <b>independent</b> and <b>selective</b> lightning farron .<br>
  1660. <br>
  1661. please read rules before interacting!
  1662.  
  1663. <h3>
  1664. blah blah delete if u want.
  1665. </h3>
  1666.  
  1667. to make another 'header' kinda thing just do the < h3 >< /h3 > thing
  1668.  
  1669.  
  1670.  
  1671.  
  1672.  
  1673.  
  1674. </center>
  1675.  
  1676.  
  1677. </div>
  1678. </div></div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement