Advertisement
Guest User

Untitled

a guest
Jul 15th, 2019
121
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 39.52 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://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="https://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  14. <head>
  15.  
  16. <title>TAB TITLE HERE</title>
  17.  
  18. <!--
  19. POP UP SCRIPT
  20. -->
  21.  
  22.  
  23. <script type="text/javascript"
  24. src="https://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="https://static.tumblr.com/5omyijl/bzrn2yg7i/style-my-tooltips.css" rel="stylesheet" type="text/css" />
  86. <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  87. <script src="https://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.  
  115. <link href="https://fonts.googleapis.com/css?family=Raleway" rel="stylesheet">
  116.  
  117. <link href="https://fonts.googleapis.com/css?family=Josefin+Sans" rel="stylesheet">
  118.  
  119.  
  120. <link href="https://fonts.googleapis.com/css?family=Bad+Script" rel="stylesheet">
  121.  
  122. <link href="https://fonts.googleapis.com/css?family=Cinzel&display=swap" rel="stylesheet">
  123.  
  124.  
  125. <link href="https://fonts.googleapis.com/css?family=Raleway&display=swap" rel="stylesheet">
  126.  
  127. <link href="https://fonts.googleapis.com/css?family=Righteous&display=swap" rel="stylesheet">
  128.  
  129. <link href="https://fonts.googleapis.com/css?family=Permanent+Marker&display=swap" rel="stylesheet">
  130.  
  131. <link href="https://fonts.googleapis.com/css?family=Mountains+of+Christmas&display=swap" rel="stylesheet">
  132.  
  133. <style type="text/css">
  134.  
  135.  
  136.  
  137. /* THE CUSTOM SIDEBAR THING */
  138.  
  139.  
  140.  
  141. #bite
  142. #bite a{
  143. display:block
  144. }
  145. #bite .death {
  146. margin-top:0px;filter: alpha(opacity = 1.0);
  147. opacity:1.0;-webkit-transition: all 0.5s ease-out;
  148. -moz-transition: all 0.5s ease-out;transition: all 0.5s ease-out;
  149. }
  150.  
  151. #bite:hover .death {
  152. margin-top:0px;
  153. -webkit-transition: all 0.8s ease-out;
  154. -moz-transition: all 0.8s ease-out;
  155. transition: all 0.8s ease-out;
  156. filter: alpha(opacity = 100);
  157. filter: alpha(opacity = 100);
  158. opacity:100;
  159. }
  160.  
  161.  
  162.  
  163. /* SELECTION FONT AND BACKGROUND */
  164.  
  165.  
  166. ::selection {
  167. background: #c2c2c2;
  168. color:#fff; }
  169.  
  170.  
  171. ::-moz-selection {
  172. background: #c2c2c2;
  173. color:#fff; }
  174.  
  175.  
  176.  
  177. /* SCROLLBAR DETAILS */
  178.  
  179.  
  180.  
  181. ::-webkit-scrollbar {
  182. height: 0px;
  183. width: 2px;
  184. background:transparent;
  185. border-left:0px solid transparent;
  186. border-right:0px solid transparent;}
  187.  
  188.  
  189. ::-webkit-scrollbar-thumb {
  190. background:transparent;}
  191.  
  192.  
  193.  
  194.  
  195. /* THE CURSOR */
  196.  
  197.  
  198. {block:iftinycursor}
  199. body, a, a:hover{
  200. cursor: url('https://24.media.tumblr.com/tumblr_mdig6jktic1riysloo1_100.png'), progress;}
  201. {/block:iftinycursor}
  202.  
  203. iframe#tumblr_controls {
  204. right:3px !important;
  205. position: fixed !important;
  206. -webkit-transition: opacity 0.7s
  207. linear;opacity: 0.2;
  208. -webkit-transition: all 0.8s ease-out;
  209. -moz-transition: all 0.8s ease-out;
  210. transition: all 0.8s ease-out;}
  211.  
  212. iframe#tumblr_controls:hover{
  213. -webkit-transition: opacity 0.7s linear;
  214. opacity: 1;
  215. -webkit-transition: all 0.4s ease-out;
  216. -moz-transition: all 0.4s ease-out;
  217. transition: all 0.4s ease-out;}
  218.  
  219.  
  220.  
  221. /* GENERAL LOOK AND BACKGROUND */
  222.  
  223.  
  224. body {
  225. background:#000;
  226. background-image:url('https://i.imgur.com/nn40FOp.gif');
  227. background-attachment: fixed;
  228. background-repeat: no-repeat;
  229. background-position: left top;
  230. color:#A8A8A8;
  231. font-family: 'Raleway', sans-serif;
  232. text-align:justify;
  233. font-size: 9px;
  234. letter-spacing:1px;
  235. line-height:135%;
  236. }
  237.  
  238.  
  239.  
  240. /* THE VERSES TABS */
  241.  
  242.  
  243. ul#tabs {
  244. list-style-type: none;
  245. padding: 0;
  246. text-align: center;
  247. font-size:8px;
  248. letter-spacing:1px;
  249. text-shadow:1px 1px 0px #4c4c4c,
  250. 1px -1px 0px #4c4c4c,
  251. -1px -1px 0px #4c4c4c,
  252. -1px 1px 0px #4c4c4c,
  253. 0px 1px 0px #4c4c4c,
  254. 0px -1px 0px #4c4c4c,
  255. 1px 0px 0px #4c4c4c,
  256. -1px 0px 0px #4c4c4c;
  257.  
  258. }
  259.  
  260.  
  261.  
  262. ul#tabs li {
  263. background-image: url('https://66.media.tumblr.com/2c197e62689eac4fbb4c730663c0bd14/tumblr_oc4aa3bqcg1ud4mdwo2_r1_400.gif');
  264. background-repeat:repeat;
  265. background-attachment:fixed;
  266. border-left: double 3px #000;
  267. border-top: double 3px #000;
  268. border-right: double 3px #000;
  269. border-bottom: double 3px #000;
  270. color:#e6e6e6;
  271. text-shadow:1px 1px 0px #000,
  272. 1px -1px 0px #000,
  273. -1px -1px 0px #000,
  274. -1px 1px 0px #000,
  275. 0px 1px 0px #000,
  276. 0px -1px 0px #000,
  277. 1px 0px 0px #000,
  278. -1px 0px 0px #000;
  279. display: inline-block;
  280. padding: 4px 10px;
  281. margin-bottom: 4px;
  282. cursor: pointer;
  283. }
  284.  
  285.  
  286.  
  287. ul#tabs li:hover {
  288. background-color: transparent;
  289. color: #eaeaea;
  290. }
  291.  
  292. ul#tabs li.active {
  293. background-image: url('');
  294. background:#151515;
  295. background-repeat:repeat;
  296. background-attachment:fixed;
  297. border-left: double 3px #000;
  298. border-top: double 3px #000;
  299. border-right: double 3px #000;
  300. border-bottom: double 3px #000;
  301. color:#e6e6e6;
  302. text-shadow:1px 1px 0px #000,
  303. 1px -1px 0px #000,
  304. -1px -1px 0px #000,
  305. -1px 1px 0px #000,
  306. 0px 1px 0px #000,
  307. 0px -1px 0px #000,
  308. 1px 0px 0px #000,
  309. -1px 0px 0px #000;
  310. display: inline-block;
  311. padding: 4px 10px;
  312. margin-bottom: 4px;
  313. cursor: pointer;
  314. }
  315.  
  316.  
  317.  
  318. ul#tab {
  319. list-style-type: none;
  320. margin: 0;
  321. padding: 0;
  322. }
  323.  
  324. ul#tab li {
  325. display: none;
  326. }
  327.  
  328. ul#tab li.active {
  329. display: block;
  330. }
  331.  
  332.  
  333.  
  334.  
  335. /* LINKS */
  336.  
  337.  
  338. a:link, a:active, a:visited {
  339. text-decoration: none;
  340. color: #93a7aa;
  341. -moz-transition-duration:.6s;
  342. -webkit-transition-duration:.6s;
  343. -o-transition-duration:.6s;
  344. -webkit-filter: blur(0px);}
  345.  
  346. a:hover {
  347. color: #8f8f8f;
  348. -moz-transition-duration:.6s;
  349. -webkit-transition-duration:.6s;
  350. -o-transition-duration:.6s;
  351. -webkit-filter: blur(1px);}
  352.  
  353.  
  354.  
  355. #links a {
  356. padding:5px;
  357. margin-right:0px;
  358. text-shadow: 1px 0px 1px #7a7a7a;
  359. }
  360.  
  361.  
  362. #links a:hover {
  363. padding:5px;
  364. margin-right:0px;
  365. text-shadow: 2px 0px 10px #7a7a7a;
  366. -moz-transition-duration:0.6s;
  367. -webkit-transition-duration:0.6s;
  368. -o-transition-duration:0.6s;
  369. }
  370.  
  371.  
  372.  
  373.  
  374. /* OTHER TEXT STUFF */
  375.  
  376.  
  377.  
  378. h1 {
  379. background-color: transparent;
  380. font-family: 'Josefin Sans', sans-serif;
  381. font-size: 16px;
  382. line-height: 20px;
  383. letter-spacing: 2px;
  384. text-align: center;
  385. text-transform:uppercase;
  386. color: #91a3ac;
  387. }
  388.  
  389.  
  390. h2 {
  391. background-color: transparent;
  392. font-family: 'Josefin Sans', sans-serif;
  393. font-size: 15px;
  394. line-height: 16px;
  395. letter-spacing: 2px;
  396. text-align: left;
  397. text-transform:uppercase;
  398. color: #91a3ac;
  399. }
  400.  
  401.  
  402.  
  403. h3 {
  404. background-image: url('https://66.media.tumblr.com/2c197e62689eac4fbb4c730663c0bd14/tumblr_oc4aa3bqcg1ud4mdwo2_r1_400.gif');
  405. background-repeat:repeat;
  406. background-attachment:fixed;
  407. border-left: double 3px #000;
  408. border-top: double 3px #000;
  409. border-right: double 3px #000;
  410. border-bottom: double 3px #000;
  411. padding:2px;
  412. color:#e6e6e6;
  413. text-shadow:1px 1px 0px #000,
  414. 1px -1px 0px #000,
  415. -1px -1px 0px #000,
  416. -1px 1px 0px #000,
  417. 0px 1px 0px #000,
  418. 0px -1px 0px #000,
  419. 1px 0px 0px #000,
  420. -1px 0px 0px #000;
  421. font-size:12px;
  422. font-family:calibri;
  423. text-transform:uppercase;
  424. letter-spacing:1px;
  425. text-align:center;}
  426.  
  427.  
  428.  
  429.  
  430. h4 {
  431. background-image: url('https://66.media.tumblr.com/2c197e62689eac4fbb4c730663c0bd14/tumblr_oc4aa3bqcg1ud4mdwo2_r1_400.gif');
  432. background-repeat:repeat;
  433. background-attachment:fixed;
  434. border-left: double 3px #000;
  435. border-top: double 3px #000;
  436. border-right: double 3px #000;
  437. border-bottom: double 3px #000;
  438. padding:2px;
  439. color:#e6e6e6;
  440. text-shadow:1px 1px 0px #000,
  441. 1px -1px 0px #000,
  442. -1px -1px 0px #000,
  443. -1px 1px 0px #000,
  444. 0px 1px 0px #000,
  445. 0px -1px 0px #000,
  446. 1px 0px 0px #000,
  447. -1px 0px 0px #000;
  448. font-size:9px;
  449. font-family:calibri;
  450. text-transform:uppercase;
  451. letter-spacing:1px;
  452. text-align:center;}
  453.  
  454.  
  455.  
  456. hr {
  457. color:#818181;
  458. display: block;
  459. margin-top: 0.5em;
  460. margin-bottom: 0.5em;
  461. margin-left: auto;
  462. margin-right: auto;
  463. border-style: inset;
  464. border-width: 1px;
  465. }
  466.  
  467.  
  468.  
  469.  
  470. quotetext {
  471. background-color: transparent;
  472. font-family: times;
  473. font-size: 16px;
  474. line-height: 20px;
  475. letter-spacing: 2px;
  476. text-align: center;
  477. text-transform:uppercase;
  478. color: #91a3ac;
  479. }
  480.  
  481.  
  482.  
  483. blockquote {
  484. word-wrap: break-word;
  485. padding:2px 7px;
  486. margin:3px 0 3px 10px;
  487. border-left:1px solid {color:border};
  488. background-color:transparent;}
  489.  
  490.  
  491. blockquote img{
  492. max-width:100%;
  493. height:auto;
  494. }
  495.  
  496. blockquote blockquote img{
  497. max-width:100%;
  498. height:auto;
  499. }
  500.  
  501.  
  502.  
  503.  
  504. b, bold {
  505. font-size:10px;
  506. text-transform:uppercase;
  507. letter-spacing:1px;
  508. font-family: 'Righteous', cursive;
  509. color: #E7E7E7;
  510. text-shadow:1px 1px 0 #000;
  511. }
  512.  
  513.  
  514.  
  515. i, italic {
  516. font-size:13px;
  517. color: #c2cbcc;
  518. font-family: 'Bad Script', cursive;
  519. text-shadow: 0px 0px 2px #5a5a5a;
  520. letter-spacing:1px;
  521. text-transform:lowercase;
  522. }
  523.  
  524.  
  525.  
  526. p {
  527. margin-top:5px;
  528. margin-bottom:5px;}
  529.  
  530.  
  531. ol {
  532. list-style:normal;}
  533.  
  534.  
  535. ul {
  536. list-style:square;}
  537.  
  538.  
  539. small {
  540. font-size:10px}
  541.  
  542.  
  543. sup,sub {
  544. font-size:11px}
  545.  
  546.  
  547. pre {
  548. font-size: 10px;
  549. letter-spacing:3px;
  550. background-color:#000;
  551. font-family: "Times New Roman", Times, serif;
  552. font-style: none;
  553. text-align:center;
  554. white-space: pre-wrap; /* css-3 */
  555. white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
  556. white-space: -pre-wrap; /* Opera 4-6 */
  557. white-space: -o-pre-wrap; /* Opera 7 */
  558. word-wrap: break-word; /* Internet Explorer 5.5+ */ }
  559.  
  560.  
  561.  
  562. big {
  563. font-size:14px;
  564. text-transform:uppercase;
  565. letter-spacing:2px;
  566. font-family: "Times New Roman", Times, serif;
  567. color: #91a3ac;
  568. text-shadow: 0px 0px 2px #383838;
  569. }
  570.  
  571.  
  572.  
  573. /* IMAGES, PHOTOSETS AND WHATNOT */
  574.  
  575.  
  576.  
  577. {block:IfGreyscale}
  578.  
  579. img {
  580. -webkit-filter:grayscale(100%);
  581. -webkit-transition: all 0.9s ease-in-out;
  582. -moz-transition: all 0.9s ease-in-out;
  583. -o-transition: all 0.9s ease-in-out;
  584. -ms-transition: all 0.9s ease-in-out;
  585. transition: all 0.9s ease-in-out;}
  586.  
  587. img:hover {
  588. -webkit-filter:none;}
  589.  
  590. .html_photoset {
  591. -webkit-filter: grayscale(100%);
  592. -webkit-transition: all 0.9s ease-in-out;
  593. -moz-transition: all 0.9s ease-in-out;
  594. -o-transition: all 0.9s ease-in-out;
  595. -ms-transition: all 0.9s ease-in-out;
  596. transition: all 0.9s ease-in-out;}
  597.  
  598. .html_photoset:hover {
  599. -webkit-filter: none;}
  600.  
  601. {/block:IfGreyscale}
  602.  
  603.  
  604.  
  605. /* CONTAINER AND POSTS */
  606.  
  607.  
  608.  
  609. #container {
  610. background-color:transparent;
  611. width:255px;
  612. height:285px;
  613. padding: 20px;
  614. top:290px;
  615. margin-left: 395px;
  616. position:relative;
  617. overflow-y:scroll;
  618. overflow-x:hidden;
  619. -webkit-mask-image: -webkit-gradient(
  620. linear, center 75%, center bottom,
  621. from(rgba(0,0,0,20)),
  622. to(rgba(20,0,0,0)));
  623. border:1px solid transparent;}
  624.  
  625. #container img {
  626. height:auto;
  627. max-width:100%;
  628. }
  629.  
  630. #content {
  631. margin-left:62px;
  632. width:310px;
  633. margin-top: -110px;
  634. }
  635.  
  636. #posts {
  637. width:255px;
  638. padding:10px;
  639. margin-top: 130px;
  640. margin-left:-72px;
  641. padding-bottom:0px;
  642. overflow-y:scroll;
  643. overflow-x:hidden;
  644. }
  645.  
  646.  
  647. #description {
  648. margin-left: 0px;
  649. margin-top: -50px;
  650. width:180px;
  651. color:transparent;}
  652.  
  653.  
  654.  
  655.  
  656. /* CUSTOM SIDEBAR SETTINGS */
  657.  
  658.  
  659.  
  660. #actualnews {
  661. font-family: calibri;
  662. font-size:10px;
  663. background:transparent;
  664. color: #8f8f8f;
  665. width:165px;
  666. height:420px;
  667. padding-top:3px;
  668. border:0px solid #131313;
  669. left: 700px;
  670. top: 295px;
  671. text-align:center;
  672. position:fixed;
  673. -webkit-filter: blur(0px);
  674. -webkit-transition: 0.8s ease-in;
  675. -moz-transition: 1s ease-in;
  676. transition: 1s ease-in;
  677. opacity:0.5;
  678. -webkit-transition: all 0.6s ease-in-out;
  679. -moz-transition: all 0.6s ease-in-out;
  680. -o-transition: all 0.6s ease-in-out;
  681. -ms-transition: all 0.6s ease-in-out;
  682. transition: all 0.6s ease-in-out;
  683. }
  684.  
  685.  
  686.  
  687. #actualnews:hover {
  688. -webkit-filter:none;
  689. -webkit-transition: all 0.6s ease-in-out;
  690. opacity:1;
  691. -webkit-transition: all 0.6s ease-in-out;
  692. -moz-transition: all 0.6s ease-in-out;
  693. -o-transition: all 0.6s ease-in-out;
  694. -ms-transition: all 0.6s ease-in-out;
  695. transition: all 0.6s ease-in-out;
  696. }
  697.  
  698.  
  699.  
  700.  
  701. #thekey {
  702. position:fixed;
  703. color:#7c7470;
  704. text-shadow: 0px 0px 2px #fff;
  705. margin-top:175px;
  706. margin-left:55px;
  707. width:710px;
  708. padding:9px;
  709. letter-spacing:2px;
  710. word-spacing:5px; /*this defines the separation of each word of the links*/
  711. font-family: helvetica;
  712. font-size:12px;
  713. text-align:center;
  714. background:transparent;
  715. text-transform:uppercase;
  716. -webkit-transform: rotate(-90deg);
  717. -moz-transform: rotate(-90deg);
  718. -o-transform: rotate(-90deg);
  719. }
  720.  
  721.  
  722.  
  723.  
  724. /* JUMBLED LINKS */
  725.  
  726.  
  727.  
  728. .alinks {
  729. position:fixed;
  730. text-shadow: 0px 0px 0px #000;
  731. left:470px;
  732. top:100px;
  733. transform: rotate(0deg);
  734. text-align: right;
  735. line-height:20px;
  736. font-family: 'Mountains of Christmas', cursive;
  737. font-size: 15px;}
  738.  
  739.  
  740. .alinks a {
  741. padding:10px;
  742. color:#A8A8A8;
  743. margin-right:0px;
  744. -webkit-filter: blur(0px);
  745. -webkit-transition: 0.8s ease-in;
  746. -moz-transition: 1s ease-in;
  747. transition: 1s ease-in;
  748. }
  749.  
  750. .alinks a:hover {
  751. -webkit-filter: blur(1px);
  752. -webkit-transition: all 0.6s ease-in-out;
  753. -moz-transition: all 0.6s ease-in-out;
  754. -o-transition: all 0.6s ease-in-out;
  755. -ms-transition: all 0.6s ease-in-out;
  756. transition: all 0.6s ease-in-out;
  757. color: #7f7f7f;
  758. text-shadow: 7px 7px 3px #000000;
  759. }
  760.  
  761.  
  762.  
  763. .blinks {
  764. position:fixed;
  765. text-shadow: 0px 0px 11px #000;
  766. left:470px;
  767. top:500px;
  768. transform: rotate( 0deg);
  769. text-align: center;
  770. font-family: 'Mountains of Christmas', cursive;
  771. line-height:20px;
  772. font-size: 15px;}
  773.  
  774.  
  775. .blinks a {
  776. padding:10px;
  777. color:#A8A8A8;
  778. margin-right:0px;
  779. -webkit-filter: blur(0px);
  780. -webkit-transition: 0.8s ease-in;
  781. -moz-transition: 1s ease-in;
  782. transition: 1s ease-in;
  783. }
  784.  
  785. .blinks a:hover {
  786. -webkit-transition: all 0.6s ease-in-out;
  787. -moz-transition: all 0.6s ease-in-out;
  788. -o-transition: all 0.6s ease-in-out;
  789. -ms-transition: all 0.6s ease-in-out;
  790. transition: all 0.6s ease-in-out;
  791. color: #7f7f7f;
  792. text-shadow: 7px 7px 3px #000000;
  793. }
  794.  
  795.  
  796.  
  797.  
  798. .clinks {
  799. position:fixed;
  800. font-size:40px;
  801. text-decoration:none;
  802.  
  803. margin-left:200px;
  804. margin-top:800px;
  805.  
  806.  
  807. }
  808.  
  809. .clinks a {
  810. text-shadow:0px 0px 7px #7f7f7f;
  811. text-decoration:none;
  812. color:#7f7f7f;
  813. -webkit-transition: all 0.5s ease-out;
  814. -moz-transition: all 0.5s ease-out;
  815. transition: all 0.5s ease-out;
  816. }
  817.  
  818. .clinks:hover {
  819. -webkit-filter:blur(1px);
  820. -webkit-transition: all 0.5s ease-out;
  821. -moz-transition: all 0.5s ease-out;
  822. transition: all 0.5s ease-out;
  823. transform: rotate(110deg);
  824. -ms-transform: rotate(110deg);
  825. -webkit-transform: rotate(110deg);
  826. -o-transform: rotate(110deg);
  827. -moz-transform: rotate(110deg);
  828. }
  829.  
  830.  
  831.  
  832. .dlinks {
  833. position:fixed;
  834. font-size:40px;
  835. text-decoration:none;
  836. transform: rotate(0deg);
  837. -ms-transform: rotate(0deg);
  838. -webkit-transform: rotate(0deg);
  839. -o-transform: rotate(0deg);
  840. -moz-transform: rotate(0deg);
  841. margin-left:250px;
  842. margin-top:770px;
  843. }
  844.  
  845. .dlinks a {
  846. text-shadow:0px 0px 7px #7f7f7f;
  847. text-decoration:none;
  848. color:#7f7f7f;
  849. -webkit-transition: all 0.5s ease-out;
  850. -moz-transition: all 0.5s ease-out;
  851. transition: all 0.5s ease-out;
  852. }
  853.  
  854. .dlinks:hover {
  855. -webkit-filter:blur(1px);
  856. -webkit-transition: all 0.5s ease-out;
  857. -moz-transition: all 0.5s ease-out;
  858. transition: all 0.5s ease-out;
  859. transform: rotate(-60deg);
  860. -ms-transform: rotate(-60deg);
  861. -webkit-transform: rotate(-60deg);
  862. -o-transform: rotate(-60deg);
  863. -moz-transform: rotate(-60deg);
  864. }
  865.  
  866.  
  867.  
  868. .elinks {
  869. position:fixed;
  870. font-size:40px;
  871. text-decoration:none;
  872. transform: rotate(0deg);
  873. -ms-transform: rotate(0deg);
  874. -webkit-transform: rotate(0deg);
  875. -o-transform: rotate(0deg);
  876. -moz-transform: rotate(0deg);
  877. margin-left:45px;
  878. margin-top:770px;
  879. }
  880.  
  881. .elinks a {
  882. text-shadow:0px 0px 7px #7f7f7f;
  883. text-decoration:none;
  884. color:#7f7f7f;
  885. -webkit-transition: all 0.5s ease-out;
  886. -moz-transition: all 0.5s ease-out;
  887. transition: all 0.5s ease-out;
  888. }
  889.  
  890. .elinks:hover {
  891. -webkit-filter:blur(1px);
  892. -webkit-transition: all 0.5s ease-out;
  893. -moz-transition: all 0.5s ease-out;
  894. transition: all 0.5s ease-out;
  895. transform: rotate(70deg);
  896. -ms-transform: rotate(70deg);
  897. -webkit-transform: rotate(70deg);
  898. -o-transform: rotate(70deg);
  899. -moz-transform: rotate(70deg);
  900. }
  901.  
  902.  
  903.  
  904.  
  905.  
  906. .flinks {
  907. position:fixed;
  908. font-size:40px;
  909. text-decoration:none;
  910. transform: rotate(0deg);
  911. -ms-transform: rotate(0deg);
  912. -webkit-transform: rotate(0deg);
  913. -o-transform: rotate(0deg);
  914. -moz-transform: rotate(0deg);
  915. margin-left:95px;
  916. margin-top:800px;
  917. }
  918.  
  919. .flinks a {
  920. text-shadow:0px 0px 7px #7f7f7f;
  921. text-decoration:none;
  922. color:#7f7f7f;
  923. -webkit-transition: all 0.5s ease-out;
  924. -moz-transition: all 0.5s ease-out;
  925. transition: all 0.5s ease-out;
  926. }
  927.  
  928. .flinks:hover {
  929. -webkit-filter:blur(1px);
  930. -webkit-transition: all 0.5s ease-out;
  931. -moz-transition: all 0.5s ease-out;
  932. transition: all 0.5s ease-out;
  933. transform: rotate(-60deg);
  934. -ms-transform: rotate(-60deg);
  935. -webkit-transform: rotate(-60deg);
  936. -o-transform: rotate(-60deg);
  937. -moz-transform: rotate(-60deg);
  938. }
  939.  
  940.  
  941.  
  942. .credit {
  943. position:fixed;
  944. text-shadow: 0px 0px 11px #7C6868;
  945. right:15px;
  946. bottom:15px;
  947. transform: rotate(0deg);
  948. font-family: 'Josefin Sans', sans-serif;
  949. font-size: 17px; }
  950.  
  951.  
  952. .credit a {
  953. padding:10px;
  954. color:#6e6e6e;
  955. margin-right:0px;
  956. -webkit-filter: blur(1px);
  957. -webkit-transition: 0.8s ease-in;
  958. -moz-transition: 1s ease-in;
  959. transition: 1s ease-in;
  960. }
  961.  
  962. .credit a:hover {
  963. -webkit-transition: all 0.6s ease-in-out;
  964. -moz-transition: all 0.6s ease-in-out;
  965. -o-transition: all 0.6s ease-in-out;
  966. -ms-transition: all 0.6s ease-in-out;
  967. transition: all 0.6s ease-in-out;
  968. color: #000000;
  969. text-shadow: 7px 7px 3px #000000;
  970. }
  971.  
  972.  
  973.  
  974.  
  975. /* PAGINATION */
  976.  
  977.  
  978.  
  979.  
  980. #pagination {
  981. position:fixed;
  982. font-family: 'Josefin Sans', sans-serif;
  983. width:300px;
  984. font-size:35px;
  985. top:610px;
  986. left:670px;
  987. letter-spacing:3px;
  988. text-align:center;
  989. z-index:999999999999;
  990. }
  991.  
  992. #pagination a {
  993. text-transform:uppercase;
  994. color:#b3b3b3;
  995. -webkit-filter: blur(0px);
  996. -webkit-transition: 0.8s ease-in;
  997. -moz-transition: 1s ease-in;
  998. transition: 1s ease-in;
  999. z-index:999999999999;
  1000. }
  1001.  
  1002. #pagination a:hover {
  1003. color:#fff;
  1004. -webkit-filter: blur(1px);
  1005. -webkit-transition: 0.2s ease-in;
  1006. -moz-transition: 1s ease-in;
  1007. transition: 1s ease-in;
  1008. }
  1009.  
  1010.  
  1011.  
  1012.  
  1013. /* MISC */
  1014.  
  1015.  
  1016.  
  1017. .audio {
  1018. width:300px;
  1019. padding-bottom:10px;
  1020. background-color:{color:#0b0b0b};}
  1021.  
  1022. .albumart {
  1023. float:left;
  1024. padding:0px 10px 10px 0px;}
  1025.  
  1026. .albumart img {
  1027. width:65px;
  1028. height:65px;}
  1029.  
  1030. .playercontainer {
  1031. text-align:left;
  1032. padding:10px;
  1033. background-color:#0b0b0b;
  1034. width:300px;}
  1035.  
  1036. .audioinfo {
  1037. padding:10px;
  1038. color:#a1a0a0;}
  1039.  
  1040.  
  1041.  
  1042.  
  1043. /* QUESTIONS & ANSWERS DETAILS */
  1044.  
  1045.  
  1046. #asker {
  1047. font-family: 'Raleway', sans-serif;
  1048. text-align:center;
  1049. padding-top: 10px;
  1050. margin-left:0px;
  1051. text-transform:uppercase;
  1052. color: #91a3ac;
  1053. font-size:20px;
  1054. padding:5px;
  1055. letter-spacing:0px
  1056. text-shadow:0 0 2px #aeaeae;
  1057. }
  1058.  
  1059.  
  1060. #asker a{
  1061. font-family: 'Raleway', sans-serif;
  1062. text-transform:uppercase;
  1063. font-size:20px;
  1064. letter-spacing: 0px;
  1065. text-shadow: none;
  1066. color: #91a3ac;
  1067. text-shadow:0 0 2px #1a1a1a;
  1068. -webkit-filter: blur(0.5px);
  1069. }
  1070.  
  1071.  
  1072. #asker a:hover {
  1073. color: #656565;
  1074. letter-spacing: 2px;
  1075. text-shadow:0 0 2px #000;
  1076. -webkit-filter: blur(1px);
  1077. -webkit-transition:all .5s ease-in-out;
  1078. -moz-transition:all .5s ease-in-out;
  1079. transition:all .5s ease-in-out;
  1080. }
  1081.  
  1082.  
  1083.  
  1084. #ask {
  1085. border-left: double 3px #000;
  1086. border-top: double 3px #000;
  1087. border-right: double 3px #000;
  1088. border-bottom: double 3px #000;
  1089. padding:2px;
  1090. color:#e6e6e6;
  1091. text-shadow:1px 1px 0px #000,
  1092. 1px -1px 0px #000,
  1093. -1px -1px 0px #000,
  1094. -1px 1px 0px #000,
  1095. 0px 1px 0px #000,
  1096. 0px -1px 0px #000,
  1097. 1px 0px 0px #000,
  1098. -1px 0px 0px #000;
  1099. font-size:7px;
  1100. text-align:center;
  1101. padding-top: 5px;
  1102. margin-left:0px;
  1103. text-transform:auto;
  1104. letter-spacing:3px
  1105. margin-top:-10px;
  1106. padding:5px;
  1107. background: #000;
  1108. background: url("https://66.media.tumblr.com/2c197e62689eac4fbb4c730663c0bd14/tumblr_oc4aa3bqcg1ud4mdwo2_r1_400.gif");
  1109. background-repeat:repeat;
  1110. padding:2px;
  1111. color:#cacaca;
  1112. text-transform: uppercase;
  1113. border-bottom-left-radius: 20px;
  1114. border-top-right-radius: 20px;
  1115. padding:10px;
  1116. letter-spacing:2px;
  1117. border-bottom:solid 1px #1e1e1e;
  1118. border-top:solid 1px #1e1e1e;
  1119. }
  1120.  
  1121.  
  1122. .ans {
  1123. text-align:center;
  1124. padding:10px;
  1125. }
  1126.  
  1127.  
  1128.  
  1129. /* POST INFO DETAILS */
  1130.  
  1131.  
  1132. #info {
  1133. width:255px;
  1134. padding-top:4px;
  1135. padding-bottom:1px;
  1136. font-size:12px;
  1137. color:#adadab;
  1138. text-transform:uppercase;
  1139. letter-spacing:1px;
  1140. font-style:normal;
  1141. text-align:center;
  1142. padding:5px;
  1143. border-top:1px solid #1c1c1c;
  1144. -moz-transition-duration:0.2s;
  1145. -webkit-transition-duration:0.2s;
  1146. -o-transition-duration:0.2s;}
  1147.  
  1148.  
  1149. #info a {
  1150. font-family:calibri;
  1151. font-size:8px;
  1152. color:#9cb4c0;
  1153. text-shadow: 0px 0px 3px #7c1f1f;
  1154. padding:5px;
  1155. font-style:normal;}
  1156.  
  1157.  
  1158. #info a:hover {
  1159. color:#eee;
  1160. -webkit-filter: blur(0px);
  1161. -moz-transition-duration:0.2s;
  1162. -webkit-transition-duration:0.2s;
  1163. -o-transition-duration:0.2s;}
  1164.  
  1165.  
  1166. #tags {
  1167. color:#9cb4c0;
  1168. margin-top:5px;
  1169. padding-left:15px;
  1170. text-align:right;
  1171. line-height:9px;
  1172. text-transform:uppercase;
  1173. font-size:9px;
  1174. padding-right:10px;}
  1175.  
  1176. #tags a {
  1177. font-family:calibri;
  1178. color:#9cb4c0;}
  1179.  
  1180. #tags a:hover {
  1181. color:#eee;}
  1182.  
  1183.  
  1184.  
  1185. /* MISC 02. */
  1186.  
  1187.  
  1188.  
  1189. .note {
  1190. text-transform:uppercase;
  1191. font-style:normal;
  1192. letter-spacing:0px;
  1193. font-size: 10px;
  1194. text-align:left;
  1195. line-height:90%;
  1196. margin-left:-40px;}
  1197.  
  1198. .note li {
  1199. list-style-type:none;
  1200. border-bottom:0px solid {color:border};
  1201. padding:10px 25px 10px 25px;
  1202. text-align:left;
  1203. margin:0px;
  1204. -moz-transition-duration:0.5s;
  1205. -webkit-transition-duration:0.5s;
  1206. -o-transition-duration:0.5s;}
  1207.  
  1208. .note img.avatar {
  1209. margin-right: 10px;
  1210. width: 16px;
  1211. height: 16px;}
  1212.  
  1213.  
  1214.  
  1215.  
  1216. /* BASIC POP-UP DETAILS */
  1217.  
  1218.  
  1219.  
  1220. .popup_block{
  1221. display:none;
  1222. background:#;
  1223. padding:20px;
  1224. border:0px solid #eee; /* if you want a solid white pop-up, delete this */
  1225. float:left;
  1226. height: 255px;
  1227. top:305px; left:630px;
  1228. position:fixed;
  1229. z-index: 99999;
  1230. -webkit-box-shadow: 0px 0px 0px #818081; /* delete for solid white */
  1231. -moz-box-shadow: 0px 0px 0px #818081; /* delete for solid white */
  1232. box-shadow: 0px 0px 0px #818081; /* delete for solid white */
  1233. }
  1234.  
  1235.  
  1236. *html #fade {position: absolute;}
  1237. *html .popup_block {position: absolute;}
  1238. #fade {
  1239. display:none;
  1240. position:fixed;
  1241. left:0px;
  1242. top:0px;
  1243. width:100%;
  1244. height:100%;
  1245. z-index:9999;
  1246. background: url("https://i.imgur.com/nn40FOp.gif"); /* change to #fff for solid white */
  1247. opacity:1; /* change to opacity:1; */
  1248. }
  1249.  
  1250.  
  1251.  
  1252. .popupnavlinks {
  1253. padding-top:5px;
  1254. text-align:center; }
  1255.  
  1256.  
  1257. .popupnavlinks a {
  1258. display:inline-block;
  1259. width:90px; height:4px;
  1260. margin:2px; padding:3px 6px 10px;
  1261. text-align:center;
  1262. background-image: url('');
  1263. background:#0d0d0d;
  1264. background-repeat:repeat;
  1265. background-attachment:fixed;
  1266. border-left: double 3px #000;
  1267. border-top: double 3px #000;
  1268. border-right: double 3px #000;
  1269. border-bottom: double 3px #000;
  1270. color:#e6e6e6;
  1271. font-size:9px;
  1272. font-family:calibri;
  1273. text-shadow:1px 1px 0px #000,
  1274. 1px -1px 0px #000,
  1275. -1px -1px 0px #000,
  1276. -1px 1px 0px #000,
  1277. 0px 1px 0px #000,
  1278. 0px -1px 0px #000,
  1279. 1px 0px 0px #000,
  1280. -1px 0px 0px #000;
  1281. display: inline-block;
  1282. cursor: pointer;
  1283. }
  1284.  
  1285.  
  1286.  
  1287. .popupnavlinks a:hover {
  1288. display:inline-block;
  1289. letter-spacing:2px; }
  1290.  
  1291.  
  1292.  
  1293. .popupclose {
  1294. float:right; top:0px; right:0px;
  1295. margin-top:-10px; margin-right:-10px;
  1296. font-family:'Scada', sans serif;
  1297. font-size:10px;
  1298. font-weight:bold }
  1299.  
  1300. .popupclose a {
  1301. color:#aaa }
  1302.  
  1303.  
  1304.  
  1305. /* TOOLTIP DETAILS */
  1306.  
  1307.  
  1308.  
  1309. #s-m-t-tooltip{
  1310. max-width:400px;
  1311. margin:15px;
  1312. padding:2px 8px;
  1313. background: #0b0b0b;
  1314. background-image:url('https://66.media.tumblr.com/2c197e62689eac4fbb4c730663c0bd14/tumblr_oc4aa3bqcg1ud4mdwo2_r1_400.gif');
  1315. background-repeat:repeat;
  1316. background-attachment:fixed;
  1317. border-left: double 3px #000;
  1318. border-top: double 3px #000;
  1319. border-right: double 3px #000;
  1320. border-bottom: double 3px #000;
  1321. color:#e6e6e6;
  1322. text-shadow:1px 1px 0px #000,
  1323. 1px -1px 0px #000,
  1324. -1px -1px 0px #000,
  1325. -1px 1px 0px #000,
  1326. 0px 1px 0px #000,
  1327. 0px -1px 0px #000,
  1328. 1px 0px 0px #000,
  1329. -1px 0px 0px #000;
  1330. z-index:99999999999999999999;
  1331. font-size:9px;
  1332. letter-spacing:2px;
  1333. font-style:bold;
  1334. letter-spacing:2px;
  1335. font-family: calibri;
  1336. text-transform:uppercase;
  1337. box-shadow:1px 1px 3px rgba(0,0,0,.1);}
  1338.  
  1339.  
  1340.  
  1341.  
  1342.  
  1343. </style>
  1344.  
  1345. </head>
  1346.  
  1347. <body>
  1348.  
  1349.  
  1350.  
  1351. <!--
  1352. ♛ 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.
  1353. -->
  1354.  
  1355.  
  1356. <div id="content">
  1357.  
  1358. <div id="sidebar">
  1359.  
  1360. <img src="{image:Sidebar}" />
  1361.  
  1362. <div id="description">{description}</div>
  1363.  
  1364. </div>
  1365.  
  1366. <div id="pagination">
  1367. {block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">«</a> {/block:PreviousPage}{block:NextPage} <a href="{NextPage}">»</a>{/block:NextPage}{/block:Pagination}
  1368. </div>
  1369.  
  1370.  
  1371. <!--
  1372. ♛ CUSTOM LINKS
  1373. -->
  1374.  
  1375.  
  1376.  
  1377. <div id="links">
  1378.  
  1379.  
  1380. <div class="alinks">
  1381. <a href="/" title=" EXIT.">
  1382. WRITE WHATEVER YOU WANT HERE
  1383. </a>
  1384. </div>
  1385.  
  1386.  
  1387. <div class="blinks">
  1388. <a href="#?w=255" rel="box1" class="poplight" title="messages.">
  1389. WRITE WHATEVER YOU WANT HERE
  1390. </a>
  1391. </div>
  1392.  
  1393.  
  1394. <div class="clinks">
  1395. <a href="#?w=255" rel="box2" class="poplight" title="laws."> ❁ </a>
  1396. </div>
  1397.  
  1398.  
  1399. <div class="dlinks">
  1400. <a href="#?w=255" rel="box3" class="poplight" title="verses."> ❁ </a>
  1401. </div>
  1402.  
  1403.  
  1404. <div class="elinks">
  1405. <a href="#?w=255" rel="box4" class="poplight" title="about."> ❁ </a>
  1406. </div>
  1407.  
  1408.  
  1409. <div class="flinks">
  1410. <a href="#?w=255" rel="box5" class="poplight" title="the map."> ❁ </a>
  1411. </div>
  1412.  
  1413.  
  1414. <div class="credit">
  1415. <a href="https://agirlingrey.tumblr.com/" title="theme by agirlingrey.">A.</a>
  1416. </div>
  1417.  
  1418.  
  1419. </div>
  1420.  
  1421.  
  1422. <!--
  1423. ♛ CUSTOM LINKS ENDS
  1424. -->
  1425.  
  1426.  
  1427.  
  1428. <div id="container">
  1429.  
  1430. <div id="content"><div id="posts">
  1431. {block:Posts}
  1432.  
  1433.  
  1434. {block:Quote}<quotetext>"{Quote}"</quotetext>&nbsp; <br><br> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; — {Source} {/block:Quote}
  1435. {block:Title}<h1>{Title}&nbsp;</h1>{/block:Title}
  1436. {block:Text}{Body}{/block:Text}
  1437.  
  1438. {block:Link}<a href="{URL}" class="link" {Target}><h1>{Name}&nbsp;</h1></a>
  1439.  
  1440. {block:Description}<P>{Description}</p>{/block:Description}{/block:Link}
  1441.  
  1442. {block:Photo}<center>{LinkOpenTag}<img src="{PhotoURL-HighRes}" width="360px">{LinkCloseTag}</center>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  1443. {block:Photoset}<center>{Photoset}</center>{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  1444.  
  1445. {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}
  1446.  
  1447. {block:Video}{Video-250}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  1448.  
  1449.  
  1450. {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}
  1451.  
  1452.  
  1453. {block:Audio}<div class="audio">
  1454.  
  1455. {block:AlbumArt}
  1456. {/block:AlbumArt}
  1457.  
  1458.  
  1459. <div class="audioinfo">{block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}{block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  1460. {/block:ExternalAudio}<b>Played:</b> {PlayCount} times</div>
  1461. <br><div class="playercontainer">{AudioPlayerBlack}</div></div>
  1462. {block:Caption}{Caption}{/block:Caption}<br>{/block:Audio}
  1463.  
  1464.  
  1465. <!--
  1466. ♛ INFO AND SYMBOLS
  1467. -->
  1468.  
  1469. <div id="info">
  1470. {block:Date}
  1471. <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}
  1472.  
  1473. {block:RebloggedFrom}
  1474. <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>
  1475. {/block:RebloggedFrom}
  1476.  
  1477. {block:ContentSource}
  1478. <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>
  1479. {/block:ContentSource}
  1480.  
  1481. {block:NoteCount}
  1482. <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>
  1483. {/block:NoteCount}
  1484.  
  1485. <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>
  1486. {/block:RebloggedFrom}
  1487.  
  1488.  
  1489. <br>
  1490.  
  1491.  
  1492. <!--
  1493. ♛ INFO AND SYMBOLS ENDS
  1494. -->
  1495.  
  1496.  
  1497. <div id="tags" style="margin-bottom:50px">{block:HasTags}{block:Tags} • <a href="{TagURL}" title="{Tag}">{Tag}</a>{/block:Tags}{/block:HasTags}</div></div>
  1498.  
  1499. <div class="note">{block:PostNotes}{PostNotes}{/block:PostNotes}</div>
  1500. {/block:Posts}
  1501. </div>
  1502. </div>
  1503. </div>
  1504.  
  1505.  
  1506.  
  1507. </body>
  1508.  
  1509.  
  1510.  
  1511. <!--
  1512. ♛ POP UP PAGES !!!
  1513. -->
  1514.  
  1515.  
  1516.  
  1517.  
  1518.  
  1519. <div id="box1" class="popup_block">
  1520.  
  1521. <h3>
  1522. ASKBOX TITLE
  1523. </h3>
  1524.  
  1525. <center>
  1526.  
  1527. Write a fancy message here, it is shown above your ask box.
  1528. <br>
  1529.  
  1530. <p><iframe frameborder="0" height="250" id="ask_form" scrolling="yes" src="https://www.tumblr.com/ask_form/chronicparagon.tumblr.com" width="100%"></iframe></p>
  1531.  
  1532. </div>
  1533.  
  1534. </center>
  1535.  
  1536.  
  1537.  
  1538. <div id="box2" class="popup_block">
  1539.  
  1540. <div style="width:auto;height:280px;overflow:scroll;padding:5px;">
  1541.  
  1542.  
  1543.  
  1544. <h3> RULES </h3>
  1545.  
  1546. Write your rules here.
  1547.  
  1548.  
  1549.  
  1550. </div>
  1551. </div>
  1552.  
  1553.  
  1554.  
  1555.  
  1556. <div id="box3" class="popup_block">
  1557.  
  1558. <h3>verses</h3>
  1559.  
  1560. <ul id="tabs">
  1561. <li class="active">MAIN.</li>
  1562. &nbsp;
  1563. <li>AU.</li>
  1564. &nbsp;
  1565. <li>GROUP.</li>
  1566. </ul>
  1567.  
  1568. <div style="width:auto;height:210px;overflow:scroll;padding:5px;">
  1569.  
  1570.  
  1571.  
  1572. <ul id="tab">
  1573. <li class="active">
  1574.  
  1575.  
  1576. <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;">
  1577. <big><a href="/tagged/TAGNAME">WRITE VERSE NAME</a></big>
  1578.  
  1579. <br>
  1580. <br>
  1581.  
  1582. Write verse info here
  1583.  
  1584.  
  1585.  
  1586.  
  1587.  
  1588. </li>
  1589. <li>
  1590.  
  1591.  
  1592.  
  1593. <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;">
  1594. <big><a href="/tagged/YOUR-VERSE-TAG-HERE">VERSE NAME.</a></big>
  1595.  
  1596. <br><br>
  1597.  
  1598. 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.
  1599.  
  1600.  
  1601. <br><br><br>
  1602.  
  1603. <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;">
  1604. <big><a href="/tagged/YOUR-VERSE-TAG-HERE">VERSE NAME.</a></big>
  1605.  
  1606. <br><br>
  1607.  
  1608. 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.
  1609.  
  1610.  
  1611.  
  1612. </li>
  1613. <li>
  1614.  
  1615.  
  1616. <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;">
  1617. <big><a href="/tagged/YOUR-VERSE-TAG-HERE">VERSE NAME.</a></big>
  1618.  
  1619. <br><br>
  1620.  
  1621. 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.
  1622.  
  1623.  
  1624. <br><br><br>
  1625.  
  1626. <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;">
  1627. <big><a href="/tagged/YOUR-VERSE-TAG-HERE">VERSE NAME.</a></big>
  1628.  
  1629. <br><br>
  1630.  
  1631. 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.
  1632.  
  1633.  
  1634. </li>
  1635. </ul>
  1636.  
  1637.  
  1638. </div>
  1639. </div>
  1640.  
  1641.  
  1642.  
  1643. <div id="box4" class="popup_block">
  1644.  
  1645. <div style="width:auto;height:280px;overflow:scroll;padding:5px;">
  1646.  
  1647. <center>
  1648.  
  1649. <span style="line-height:5px">
  1650.  
  1651. <br><br>
  1652.  
  1653. </center>
  1654.  
  1655. <h3>BASIC STATS</h3>
  1656.  
  1657.  
  1658.  
  1659. <p>
  1660.  
  1661. <center>
  1662.  
  1663.  
  1664.  
  1665. <br>
  1666.  
  1667. <br>
  1668.  
  1669.  
  1670.  
  1671. <b> NAME: </b>
  1672.  
  1673.  
  1674.  
  1675. <br>
  1676.  
  1677.  
  1678.  
  1679. <b>AGE: </b>
  1680.  
  1681.  
  1682.  
  1683. <br>
  1684.  
  1685.  
  1686.  
  1687. <b>RACE: </b>
  1688.  
  1689.  
  1690.  
  1691. <br>
  1692.  
  1693.  
  1694.  
  1695. <b>S/O: </b>
  1696.  
  1697.  
  1698.  
  1699. <br>
  1700.  
  1701.  
  1702.  
  1703. <b>POSITION: </b>
  1704.  
  1705.  
  1706.  
  1707. <br>
  1708.  
  1709.  
  1710.  
  1711. <b>ETHNICITY: </b>
  1712.  
  1713.  
  1714.  
  1715. <br>
  1716.  
  1717.  
  1718.  
  1719. <b>WEALTH: </b>
  1720.  
  1721.  
  1722.  
  1723. <br>
  1724.  
  1725.  
  1726.  
  1727. <b>RESIDENCE: </b>
  1728.  
  1729.  
  1730.  
  1731. <br>
  1732.  
  1733.  
  1734.  
  1735. <b>JOB: </b>
  1736.  
  1737.  
  1738.  
  1739. <br>
  1740.  
  1741. <br>
  1742.  
  1743.  
  1744.  
  1745.  
  1746.  
  1747.  
  1748.  
  1749. </div>
  1750. </div>
  1751.  
  1752.  
  1753.  
  1754. <div id="box5" class="popup_block">
  1755.  
  1756. <div style="width:auto;height:250px;overflow:scroll;padding:5px;">
  1757.  
  1758. <center>
  1759.  
  1760. <h3>NAVIGATION</h3>
  1761.  
  1762.  
  1763. <div class="popupnavlinks">
  1764.  
  1765. <a href="/tagged/whatever">LINK</a>
  1766. <a href="/tagged/whatever">LINK</a>
  1767. <br>
  1768. <a href="/tagged/whatever">LINK</a>
  1769. <a href="/tagged/whatever">LINK</a>
  1770. <br>
  1771. <a href="/tagged/whatever">LINK</a>
  1772. <a href="/tagged/whatever">LINK</a>
  1773. <br>
  1774. <a href="/tagged/whatever">LINK</a>
  1775. <a href="/tagged/whatever">LINK</a>
  1776. <br>
  1777. <a href="/tagged/whatever">LINK</a>
  1778. <a href="/tagged/whatever">LINK</a>
  1779. <br>
  1780. <a href="/tagged/whatever">LINK</a>
  1781. <a href="/tagged/whatever">LINK</a>
  1782. <br>
  1783. <a href="/tagged/whatever">LINK</a>
  1784. <a href="/tagged/whatever">LINK</a>
  1785.  
  1786.  
  1787. <br><br><br>
  1788.  
  1789.  
  1790. </div>
  1791. </div>
  1792. </div>
  1793.  
  1794.  
  1795. <!--
  1796. ♛ CUSTOM SIDEBAR TEXT
  1797. -->
  1798.  
  1799.  
  1800.  
  1801. <div id="bite">
  1802. <div id="thekey"></div>
  1803. <div class="death">
  1804. <div id="actualnews">
  1805.  
  1806. <center>
  1807.  
  1808. <div style="width:auto;height:280px;overflow:scroll;padding:5px;">
  1809.  
  1810.  
  1811.  
  1812.  
  1813. </center>
  1814.  
  1815.  
  1816. </div>
  1817. </div></div>d
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement