Advertisement
renxei

Nimo, a mom.

Jun 25th, 2019
104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 37.56 KB | None | 0 0
  1. <html>
  2. <head>
  3. <title>{Title}</title>
  4. <link rel="shortcut icon" href="https://i.imgur.com/W44kMxW.giff">
  5. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  6. {block:Description}
  7. <meta name="description" content="{MetaDescription}" />
  8. {/block:Description}
  9. </head>
  10.  
  11. <!-- ~ code created by AWOKENHOPE.TUMBLR.COM
  12. ~ do not steal this code
  13. ~ do not use as a base code
  14. ~ feel free to ask any questions -->
  15.  
  16.  
  17.  
  18.  
  19. <!--TYPING/MOVING TITLE. IF YOU DON'T WANT A MOVING TITLE JUST DELETE UNTIL "END." -->
  20.  
  21. <script type="text/javascript">
  22. var rev = "fwd";
  23. function titlebar(val)
  24. {
  25. var msg = "{text:bar 1 text}"; // THIS IS WHERE YOU WOULD CHANGE YOUR TITLE //
  26. var res = " ";
  27. var speed = 125; // CHANGE THE SPEED HERE //
  28. var pos = val;
  29. msg = "{text:tab 2 text}"; // CHANGE THIS TO MATCH THE TITLE //
  30. var le = msg.length;
  31. if(rev == "fwd"){
  32. if(pos < le){
  33. pos = pos+1;
  34. scroll = msg.substr(0,pos);
  35. document.title = scroll;
  36. timer = window.setTimeout("titlebar("+pos+")",speed);}
  37. else{
  38. rev = "bwd";
  39. timer = window.setTimeout("titlebar("+pos+")",speed);}}
  40. else{
  41. if(pos > 0){
  42. pos = pos-1;
  43. var ale = le-pos;
  44. scrol = msg.substr(ale,le);
  45. document.title = scrol;
  46. timer = window.setTimeout("titlebar("+pos+")",speed);}
  47. else{
  48. rev = "fwd";
  49. timer = window.setTimeout("titlebar("+pos+")",speed);
  50. }}}
  51. titlebar(0);
  52. </script>
  53. </head>
  54.  
  55. <!-- END. -->
  56.  
  57. <!--POP UPS -->
  58.  
  59. <script type="text/javascript"
  60. src="https://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  61. <script>
  62. $(document).ready(function() {
  63. //
  64. $('a.poplight[href^=#]').click(function() {
  65. var popID = $(this).attr('rel'); //Get Popup Name
  66. var popURL = $(this).attr('href'); //Get Popup href to define size
  67. var query= popURL.split('?');
  68. var dim= query[1].split('&');
  69. var popWidth = dim[0].split('=')[1]; //Gets the first query string value
  70. $('#' + popID).fadeIn().css({ 'width': Number( popWidth ) }).prepend('<a href="#" class="close"></a>');
  71. var popMargTop = ($('#' + popID).height() + 80) / 2;
  72. var popMargLeft = ($('#' + popID).width() + 80) / 2;
  73. //Apply Margin to Popup
  74. $('#' + popID).css({
  75. 'margin-top' : -popMargTop,
  76. 'margin-left' : -popMargLeft
  77. });
  78. $('body').append('<div id="fade"></div>');
  79. $('#fade').css({'filter' : 'alpha(opacity=80)'}).fadeIn(); //Fade in the fade layer - .css({'filter' : 'alpha(opacity=80)'})
  80. return false;
  81. });
  82. $('a.close, #fade').live('click', function() {
  83. $('#fade , .popup_block').fadeOut(function() {
  84. $('#fade, a.close').remove(); //fade them both out
  85. });
  86. return false;
  87. });
  88. });
  89. </script>
  90.  
  91.  
  92.  
  93.  
  94.  
  95. <!-- FONT AWESOME - DON'T TOUCH THIS IF YOU WANT TO USE FONT AWESOME -->
  96. <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css" rel="stylesheet">
  97.  
  98.  
  99. <!-- TOOLTIP -->
  100. <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script><script src="https://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script><script>
  101. (function($){
  102. $(document).ready(function(){
  103. $("a[title]").style_my_tooltips({
  104. tip_follows_cursor:true,
  105. tip_delay_time:90,
  106. tip_fade_speed:600,
  107. attribute:"title"
  108. });
  109. });
  110. })(jQuery);
  111.  
  112. </script>
  113.  
  114. <!-- TABBED POP UP TITLES -->
  115. <script>
  116.  
  117. $(document).ready(function(){
  118. $("ul#tabs li").click(function(e){
  119. if (!$(this).hasClass("active")) {
  120. var tabNum = $(this).index();
  121. var nthChild = tabNum+1;
  122. $("ul#tabs li.active").removeClass("active");
  123. $(this).addClass("active");
  124. $("ul#tab li.active").removeClass("active");
  125. $("ul#tab li:nth-child("+nthChild+")").addClass("active");
  126. }
  127. });
  128. });
  129. </script>
  130.  
  131. <!-- PUT YOUR PLAYLIST BELOW THIS LINE -->
  132.  
  133.  
  134.  
  135.  
  136.  
  137. <!-- DROP DOWN VERSES. IF YOU DON'T WANT DROP DOWN VERSES THEN DELETE UNTIL "END." -->
  138. <script type="text/javascript" src="https://static.tumblr.com/3ikgvxs/0TGl4zgpu/jquery.min.js"></script>
  139. <script type="text/javascript">
  140. $(document).ready(function(){
  141. $(".links_body").hide();
  142. $(".links_head").click(function(){
  143. $(this).next(".links_body").slideToggle('fast');
  144. }); }); </script>
  145.  
  146.  
  147. <!-- END. -->
  148.  
  149. <!-- EDITOR -->
  150.  
  151. <meta name="text:bar 1" content="tab stuff 1"/>
  152. <meta name="text:bar 2" content="tab stuff 2"/>
  153.  
  154.  
  155. <meta name="text:tab 1 title" content="side bar title 1"/>
  156. <meta name="text:tab 1 text" content="add anything you want here 1"/>
  157.  
  158. <meta name="text:tab 2 title" content="side bar title 2"/>
  159. <meta name="text:tab 2 text" content="add anything you want here 2"/>
  160.  
  161. <meta name="text:tab 3 title" content="side bar title 3"/>
  162. <meta name="text:tab 3 text" content="add anything you want here 3"/>
  163.  
  164.  
  165. <meta name="text:link 1 title" content="link one"/>
  166. <meta name="text:link 1 url" content="/"/>
  167. <meta name="text:link 2 title" content="link two"/>
  168. <meta name="text:link 2 url" content="/"/>
  169. <meta name="text:link 3 title" content="link three"/>
  170. <meta name="text:link 3 url" content="/"/>
  171. <meta name="text:link 4 title" content="link four"/>
  172. <meta name="text:link 4 url" content="/"/>
  173. <meta name="text:link 5 title" content="link five"/>
  174. <meta name="text:link 5 url" content="/"/>
  175. <meta name="text:link 6 title" content="link six"/>
  176. <meta name="text:link 6 url" content="/"/>
  177. <meta name="text:link 7 title" content="link seven"/>
  178. <meta name="text:link 7 url" content="/"/>
  179. <meta name="text:link 8 title" content="link eight"/>
  180. <meta name="text:link 8 url" content="/"/>
  181. <meta name="text:link 9 title" content="link nine"/>
  182. <meta name="text:link 9 url" content="/"/>
  183.  
  184. <meta name="text:law title" content="link one"/>
  185. <meta name="text:law url" content="/"/>
  186.  
  187.  
  188. <!-- END EDITOR -->
  189.  
  190.  
  191.  
  192. <!-- GOOGLE STYLE FONTS -->
  193.  
  194.  
  195.  
  196. <link href="https://fonts.googleapis.com/css?family=Inconsolata" rel="stylesheet">
  197.  
  198. <link href="https://fonts.googleapis.com/css?family=Playfair+Display+SC&display=swap" rel="stylesheet">
  199.  
  200. <link href="https://fonts.googleapis.com/css?family=Indie+Flower&display=swap" rel="stylesheet">
  201.  
  202. <link href="https://fonts.googleapis.com/css?family=Permanent+Marker&display=swap" rel="stylesheet">
  203.  
  204. <link href="https://fonts.googleapis.com/css?family=Patrick+Hand&display=swap" rel="stylesheet">
  205.  
  206. <!-- END OF GOOGLE STYLE FONTS -->
  207.  
  208.  
  209. <script>
  210.  
  211. (function($){
  212.  
  213. $(document).ready(function(){
  214.  
  215. $("a[title]").style_my_tooltips({
  216.  
  217. tip_follows_cursor:true,
  218.  
  219. tip_delay_time:30,
  220.  
  221. tip_fade_speed:300,
  222.  
  223. attribute:"title"
  224.  
  225. });
  226.  
  227. });
  228.  
  229. })(jQuery);
  230.  
  231. </script>
  232.  
  233. <style type="text/css">
  234.  
  235.  
  236. /* SCROLLBAR */
  237. ::-webkit-scrollbar-thumb{
  238. background-color: transparent; /* CHANGE THE SCROLLBAR COLOR HERE */
  239. border: 1px solid transparent; /* CHANGE THE SCROLLBAR COLOR HERE */
  240. height: auto; }
  241.  
  242. ::-webkit-scrollbar {
  243. height: auto;
  244. width: 0px;
  245. background-color: transparent; }
  246.  
  247. *, body, a {cursor: url(https://78.media.tumblr.com/232c090ebdd37ae4bc17adb54e1e0344/tumblr_inline_okvj3mp7hR1t4i7gb_540.png), auto;}
  248. a:hover {cursor: url(https://78.media.tumblr.com/6fb38fc5e97353c67e3fc3a2e2b29bf9/tumblr_inline_okvj5qqS8G1t4i7gb_540.png), auto;}
  249.  
  250.  
  251. /* BACKGROUND IMAGE, FONT, FONT SIZE & FONT COLOR */
  252.  
  253.  
  254.  
  255.  
  256. body {
  257. background-color:#272727; /*BACKGROUND COLOR */
  258. background-image:url('https://i.imgur.com/qxlMm5C.png'); /* BACKGROUND IMAGE. DELETE IF YOU DON'T WANT */
  259. background-repeat:no-repeat;
  260. background-position:fixed;
  261. background-attachment:fixed;
  262. font-size:12px;
  263. color:#7e7b6c; /* FONT COLOR */
  264. text-align: justify;
  265. font-family: 'Patrick Hand', cursive;
  266. line-height: 19px;
  267. letter-spacing: 1px;
  268.  
  269. }
  270.  
  271.  
  272. /* DON'T TOUCH FROM HERE - */
  273.  
  274. small, sub, sup {
  275. font-size:100%;
  276. }
  277.  
  278. /* - TO HERE */
  279.  
  280.  
  281. /* CONTAINER POSITIONING */
  282.  
  283.  
  284. #container {
  285. position:absolute;
  286. background:#f4efc1; /* BACKGROUND COLOR OF CONTAINER */
  287. left:630px;
  288. top:0px;
  289. height:700px;
  290. width:400px; /* MAKE SURE YOU EDIT THE WIDTH IN POSTS TOO */
  291. line-height:100%;
  292. margin:auto;
  293. position:fixed;
  294. overflow-y:scroll;
  295. overflow-x:hidden;
  296. border-left: 1px dashed #c48f2a;
  297. border-right: 1px dashed #c48f2a;
  298. }
  299.  
  300. #container:hover {
  301. opacity:1;
  302. background-color:#c1b6b; /* MAKE SURE THIS MATCHES THE BACKGROUND OF CONTAINER */
  303. z-index:9999;
  304. }
  305.  
  306. /* POSTS */
  307.  
  308. .posts {
  309. width:379.5px; /*MAKE SURE THIS IS 20.5 PIXELS BELOW YOUR CONTAINER WIDTH */
  310. background-color:transparent;
  311. padding:10px;
  312. padding-top:20px;
  313. margin-bottom:30px; }
  314.  
  315. img {
  316. max-width:100%;
  317. border:none; }
  318.  
  319. .caption img {
  320. max-width:100%;
  321. height:auto; }
  322.  
  323. .posts img {
  324. max-width:100%;
  325. margin-top:5px;
  326. margin-bottom:5px;}
  327.  
  328.  
  329. /* LINKS IN POSTS */
  330.  
  331. a {
  332. text-decoration:none;
  333. color:#6d4c0f;
  334. text-transform:uppercase;}
  335.  
  336. a:hover {
  337. color:#454545; }
  338.  
  339. /* BOLD & ITALICS */
  340.  
  341. b, strong {
  342. color:#6a5b3e;
  343. font-size:13px;
  344. font-family: 'Permanent Marker', cursive;
  345. text-transform:uppercase;
  346. line-height: 1em;
  347.  
  348. }
  349.  
  350.  
  351. i, em {
  352. color:#cfb332;
  353. text-transform:lowercase;
  354. font-family: 'Indie Flower', cursive;
  355. font-size: 15px;
  356.  
  357.  
  358. }
  359.  
  360. big {
  361. font-size:16px;
  362. text-transform:uppercase;
  363. letter-spacing:2px;
  364. font-family: 'Permanent Marker', cursive;
  365. color:#060606;
  366. text-shadow: 0px 0px 2px #000;
  367. }
  368.  
  369. /* BLOCKQUOTE */
  370.  
  371. blockquote {
  372. padding:5px;
  373. margin:5px 5px 5px 5px;
  374. border-left:1px dashed #060606;
  375. border-radius: 10px;}
  376.  
  377. blockquote img {
  378. max-width:100%;
  379. height:auto; }
  380.  
  381. /* IMAGE - DO NOT TOUCH */
  382.  
  383. img {
  384. max-width: 100%;
  385. border:none; }
  386.  
  387. .caption img {
  388. max-width:315px;
  389. height:auto; }
  390.  
  391. /* HEADERS */
  392.  
  393. h1 {
  394. font-weight:normal;
  395. font-size:20px;
  396. text-align:center;
  397. font-family: 'Permanent Marker', cursive;
  398. color:#606060;
  399. line-height:20px;
  400. text-transform:uppercase;}
  401.  
  402. h2 {
  403. font-weight:normal;
  404. font-size:14px;
  405. text-align:center;
  406. font-family: 'Permanent Marker', cursive;
  407. line-height:15px;
  408. text-transform:uppercase;}
  409.  
  410. h3 {
  411. font-family: 'Permanent Marker', cursive;
  412. font-size: 14px;
  413. padding: 3px 3px;
  414. margin: 5px 0px 0px;
  415. letter-spacing: 1px;
  416. background-image:url('https://i.imgur.com/nEW2TZ5.png'); /* INFO BACKGROUND */
  417. background-repeat:repeat;
  418. background-attachment:fixed;
  419. border-left:solid 3px #d4cd3e; /* INFO BORDER */
  420. border-right:solid 3px #d4cd3e; /* INFO BORDER */
  421. line-height: normal;
  422. text-transform: uppercase;
  423. color: #fff; /* FONT COLOR */
  424. text-align: center;
  425. width:auto;
  426.  
  427.  
  428. text-shadow:1px 1px 0px #000, /* TEXT SHADOW */
  429. 1px -1px 0px #000,
  430. -1px -1px 0px #000,
  431. -1px 1px 0px #000,
  432. 0px 1px 0px #000,
  433. 0px -1px 0px #000,
  434. 1px 0px 0px #000,
  435. -1px 0px 0px #000;
  436.  
  437. }
  438.  
  439. /* NOTES & TAGS */
  440.  
  441. #info {
  442. width:auto;
  443. height:10px;
  444. padding: 5px 5px 8px 5px;
  445. font-family: arial;
  446. background-color:transparent; /* INFO BACKGROUND COLOR */
  447. background-image:url('https://i.imgur.com/nEW2TZ5.png'); /* INFO BACKGROUND */
  448. background-repeat:repeat;
  449. background-attachment:fixed;
  450. border-left:solid 3px #d4cd3e; /* INFO BORDER */
  451. border-right:solid 3px #d4cd3e; /* INFO BORDER */
  452. text-transform:uppercase;
  453. text-align:center;
  454. overflow-y:scroll;
  455. word-spacing:10px;
  456. font-size:12px;
  457. position:relative;
  458. border-radius: 0px 0px;}
  459.  
  460. #info a {
  461. color:#fff;
  462.  
  463. font-style:normal;}
  464.  
  465.  
  466. #info a:hover {
  467. color:#000;
  468. transition-duration:0.9s;
  469. -webkit-transition-duration:0.9s;
  470. -o-transition-duration:0.9s;}
  471.  
  472. .infooutline {
  473. width:auto;
  474. height:auto;
  475. padding:2px 2px;
  476. border:1px dotted #000;
  477.  
  478. background:#fff;
  479. background-attachment:fixed;
  480. background-color:transparent;
  481. background-repeat:repeat;
  482. font-style:normal;
  483. line-height:120%;
  484. font-size:10px;
  485. opacity:1;
  486. text-align:right;
  487.  
  488. -moz-transition-duration:0.5s;
  489. -webkit-transition-duration:0.5s;
  490. -o-transition-duration:0.5s;}
  491.  
  492. .tags {
  493. background:transparent; /* BACKGROUND COLOR FOR TAGS */
  494. text-align:right; /* IF YOU WANT YOU CAN MAKE THIS EITHER CENTER OR LEFT */
  495. font-family: arial;
  496. font-size:8px;
  497. padding-top:5px;
  498. padding-bottom:5px;
  499. height:auto;
  500. width:auto;
  501. }
  502.  
  503. /* NAVIGATION */
  504.  
  505. #link1 {
  506. position:absolute;
  507.  
  508. position:fixed;
  509. width:100px;
  510. font-family: 'Playfair Display SC', serif;
  511. margin-top: 340px; /* TOP/BOTTOM POSITIONING */
  512. margin-left:278px; /* LEFT/RIGHT POSITIONING */
  513. font-size:30px;
  514. line-height:100%;
  515. z-index: 99999;
  516. transform:rotate(0deg); /* IF YOU WANT THEM TO ROTATE CHANGE THE ZERO TO ANY NUMBER WITHIN 360 DEGREES OR -180 TO 180*/
  517. }
  518.  
  519. #link1 a {
  520. width:30px;
  521. line-height:100%;
  522. margin-bottom:10px;
  523. margin-left:2px;
  524. opacity:1;
  525. color:#8e2e10; /* LINK COLOR */
  526. text-shadow: 0 0 15px #8e2e10; /* LINK SHADOW */
  527. letter-spacing:0px;
  528. text-decoration:none; }
  529.  
  530.  
  531. #link1 a:hover {
  532.  
  533. width:60px;
  534. color: #fff;
  535. text-shadow: 0 0 15px #d4cd3e; /* LINK SHADOW */
  536.  
  537. }
  538.  
  539. #link2 {
  540. position:absolute;
  541. position:fixed;
  542. width:100px;
  543. font-family: 'Playfair Display SC', serif;
  544. margin-top: 400px; /* TOP/BOTTOM POSITIONING */
  545. margin-left:100px; /* LEFT/RIGHT POSITIONING */
  546. font-size:40px;
  547. line-height:100%;
  548. z-index: 99999;
  549. transform:rotate(0deg); /* IF YOU WANT THEM TO ROTATE CHANGE THE ZERO TO ANY NUMBER WITHIN 360 DEGREES OR -180 TO 180*/
  550. }
  551.  
  552. #link2 a {
  553. width:30px;
  554. line-height:100%;
  555. margin-bottom:10px;
  556. margin-left:2px;
  557. opacity:1;
  558. color:#fff; /* LINK COLOR */
  559. text-shadow: 0 0 15px #8e2e10; /* LINK SHADOW */
  560. letter-spacing:0px;
  561. text-decoration:none; }
  562.  
  563. #link2 a:hover {
  564.  
  565. width:60px;
  566. color: #8e2e10;
  567. text-shadow: 0 0 15px #8e2e10; /* LINK SHADOW */
  568. }
  569.  
  570. #link3 {
  571. position:absolute;
  572. position:fixed;
  573. font-family: 'Playfair Display SC', serif;
  574. width:100px;
  575. margin-top: 400px; /* TOP/BOTTOM POSITIONING */
  576. margin-left:450px; /* LEFT/RIGHT POSITIONING */
  577. font-size:40px;
  578. line-height:100%;
  579. z-index: 99999;
  580. transform:rotate(0deg); /* IF YOU WANT THEM TO ROTATE CHANGE THE ZERO TO ANY NUMBER WITHIN 360 DEGREES OR -180 TO 180*/
  581. }
  582.  
  583. #link3 a {
  584. width:30px;
  585. line-height:100%;
  586. margin-bottom:10px;
  587. margin-left:2px;
  588. opacity:1;
  589. color:#fff; /* LINK COLOR */
  590. text-shadow: 0 0 15px #8e2e10; /* LINK SHADOW */
  591. letter-spacing:0px;
  592. text-decoration:none; }
  593.  
  594. #link3 a:hover {
  595.  
  596. width:60px;
  597. color: #8e2e10;
  598. text-shadow: 0 0 15px #8e2e10; /* LINK SHADOW */
  599. }
  600. #link4 {
  601. position:absolute;
  602. position:fixed;
  603. font-family: 'Playfair Display SC', serif;
  604. width:120px;
  605. margin-top: 540px; /* TOP/BOTTOM POSITIONING */
  606. margin-left:278px; /* LEFT/RIGHT POSITIONING */
  607. font-size:35px;
  608. line-height:100%;
  609. z-index: 99999;
  610. transform:rotate(0deg); /* IF YOU WANT THEM TO ROTATE CHANGE THE ZERO TO ANY NUMBER WITHIN 360 DEGREES OR -180 TO 180*/
  611. }
  612.  
  613. #link4 a {
  614. width:30px;
  615. line-height:100%;
  616. margin-bottom:10px;
  617. margin-left:2px;
  618. opacity:1;
  619. color:#fff; /* LINK COLOR */
  620. text-shadow: 0 0 15px #8e2e10; /* LINK SHADOW */
  621. letter-spacing:0px;
  622. text-decoration:none; }
  623.  
  624. #link4 a:hover {
  625.  
  626. width:60px;
  627. color: #8e2e10;
  628. text-shadow: 0 0 15px #8e2e10; /* LINK SHADOW */
  629. }
  630.  
  631.  
  632.  
  633.  
  634. /* CREDIT. DO NOT DELETE. YOU MAY MOVE & CHANGE COLOR BUT MAKE SURE IT IS STILL THERE */
  635.  
  636. #credit {
  637. position:absolute;
  638. position:fixed;
  639. font-family: 'Playfair Display SC', serif;
  640. text-transform:bold;
  641. width:auto;
  642. height:auto;
  643. bottom:25px;
  644. right:10px;
  645. padding: 2px 2px 2px;
  646. font-size:30px;
  647. line-height:100%;
  648. z-index:99999999;
  649. letter-spacing: 1px;
  650. }
  651.  
  652. #credit a {
  653. width:30px;
  654. line-height:100%;
  655. margin-bottom:10px;
  656. opacity:1;
  657. color:#000;
  658. letter-spacing:0px;
  659. text-decoration:none;
  660. -webkit-filter: blur(0px) ;
  661. -webkit-transition: 0.7s ease-in; >
  662. -moz-transition: }
  663.  
  664. #credit a:hover {
  665. width:60px;
  666. color: #d14966;
  667. text-shadow: 0 0 15px #66a89e; /* LINK SHADOW */
  668. }
  669.  
  670.  
  671.  
  672.  
  673.  
  674. /* PAGINATION */
  675.  
  676. #pagination {
  677. position:fixed;
  678. font-size:50px;
  679. top:150px; /* TOP/BOTTOM POSITIONING */
  680. left:1250px; /* LEFT/RIGHT POSITIONING */}
  681.  
  682. #pagination a {
  683. width:140px;
  684. line-height:100%;
  685. color:#e69829; /* PAGINATION COLORING */
  686. font-size:35px;
  687. text-decoration:none; }
  688.  
  689. #pagination a:hover {
  690. width:40px;
  691. color: #fff;
  692. text-shadow: 0 0 15px #fff; /* LINK SHADOW */
  693. -moz-transition-duration:.9s;
  694. -webkit-transition-duration:.9s;
  695. -o-transition-duration:.9s; }
  696.  
  697. #paginationb {
  698. position:fixed;
  699. font-size:35px;
  700. top:150px; /* TOP/BOTTOM POSITIONING */
  701. left:1130px; /* LEFT/RIGHT POSITIONING */}
  702.  
  703. #paginationb a {
  704. width:140px;
  705. line-height:100%;
  706. color:#e69829; /* PAGINATION COLORING */
  707. font-size:35px;
  708. text-decoration:none; }
  709.  
  710. #paginationb a:hover {
  711. width:40px;
  712. color: #fff;
  713. text-shadow: 0 0 15px #fff; /* LINK SHADOW */
  714. -moz-transition-duration:.9s;
  715. -webkit-transition-duration:.9s;
  716. -o-transition-duration:.9s; }
  717.  
  718. /* THINGS PERTAINING TO ASKS */
  719.  
  720. .ask {
  721. background-image:url(''); /* ASK BACKGROUND */
  722. background-color:#e0d8da;
  723. background-repeat:repeat;
  724. background-attachment: fixed;
  725. border: double 3px #000;
  726. }
  727.  
  728. .askerurl {
  729. height:10px;
  730. text-align: left;
  731. margin-top:-20px;}
  732.  
  733. .askerurl a {
  734. font-family: 'Permanent Marker', cursive;
  735. font-size:20px;
  736. letter-spacing:2px;
  737. color:#fff; /* ASKER'S URL COLOR */
  738. text-align:center;
  739.  
  740.  
  741. }
  742.  
  743. .askerurl a:hover {
  744. color:#d4cd3e; /* ASKER'S URL COLOR */
  745. letter-spacing: 3px;
  746. }
  747.  
  748. .question {
  749. text-align:center;
  750. background-color:transparent;
  751. padding: 15px 15px;
  752. letter-spacing: 2px;
  753. background: url('https://i.imgur.com/nEW2TZ5.png');
  754. color:#fff; /* COLOR OF TEXT INSIDE ASK */
  755. opacity: 1;
  756. padding-top:15px;
  757. margin-top:10px;
  758. text-transform: uppercase;
  759. font-size:10px;
  760.  
  761. text-shadow:1px 1px 0px #000, /* TEXT SHADOW */
  762. 1px -1px 0px #000,
  763. -1px -1px 0px #000,
  764. -1px 1px 0px #000,
  765. 0px 1px 0px #000,
  766. 0px -1px 0px #000,
  767. 1px 0px 0px #000,
  768. -1px 0px 0px #000;
  769. }
  770.  
  771. /* THE LOOK OF QUOTE POSTS */
  772.  
  773. .quote {
  774. font-size:24px;
  775. letter-spacing:2px;
  776. text-align:center;
  777. font-family: 'Permanent Marker', cursive;
  778. border-bottom:dashed 1px #ffd738; /* BORDER COLOR */
  779. margin-bottom:5px;
  780. padding-bottom:5px;
  781. line-height: 1em;
  782. }
  783.  
  784. .quotesource {
  785. font-size:12px;
  786. letter-spacing:4px;
  787. text-align:right;
  788. color:#816752; /* QUOTE SOURCE COLOR */
  789. margin-top:20px;
  790. margin-bottom:20px;
  791. text-transform:uppercase;
  792. font-style:bold;
  793. font-family: inconsolata }
  794.  
  795.  
  796. /* SIDEBAR FOR YOUR INFORMATION */
  797.  
  798.  
  799. #descriptionbox {
  800. position:fixed;
  801. font-family: arial;
  802. text-transform:uppercase;
  803. font-size:11px;
  804. border: 1px dashed #c48f2a;
  805. background:#f4efc1; /* BACKGROUND COLOR OF CONTAINER */
  806. width:200px;
  807. height:300px;
  808. top:200px; /* TOP/BOTTOM POSITIONING */
  809. margin-left:1090px; /* LEFT/RIGHT POSITIONING */
  810. color:#7c6a57; /* FONT COLOR */
  811. text-align:center;
  812. overflow:scroll;
  813. opacity:.9;
  814. padding: 1px 1px 1px;}
  815.  
  816. #descriptionbox:hover {
  817. opacity: 1;
  818.  
  819. transition-duration:.5s;
  820. -webkit-transition-duration:.5s;
  821. -o-transition-duration:.5s;}
  822.  
  823.  
  824. /* TITLES IN RULES, SIDEBAR, ETC., */
  825.  
  826. #titles {
  827. font-family: inconsolata;
  828. font-size: 12px;
  829. padding: 10px 10px;
  830. margin: 10px 10px 10px;
  831. letter-spacing: 1px;
  832. background-image:url('https://i.imgur.com/nEW2TZ5.png'); /* ASK BACKGROUND */
  833. background-repeat:repeat;
  834. background-attachment: fixed;
  835. border-left: 3px solid #d4cd3e;
  836. border-right: 3px solid #d4cd3e;
  837. line-height: normal;
  838. text-transform: uppercase;
  839. color: #fff; /* FONT COLOR */
  840. text-align: center;
  841. width:auto;
  842. position:relative;
  843.  
  844. text-shadow:1px 1px 0px #000, /* TEXT SHADOW */
  845. 1px -1px 0px #000,
  846. -1px -1px 0px #000,
  847. -1px 1px 0px #000,
  848. 0px 1px 0px #000,
  849. 0px -1px 0px #000,
  850. 1px 0px 0px #000,
  851. -1px 0px 0px #000;
  852.  
  853.  
  854. }
  855.  
  856.  
  857.  
  858. /* THE TITLE ON YOUR POP UP ASK, IF YOU WANT TO MAKE IT DIFFERENT, IF NOT THEN DELETE THIS AND CHANGE THE POP UP ID TO "TITLES" */
  859.  
  860. #asktitle {
  861. font-family: 'Playfair Display SC', serif;
  862. font-size: 16px;
  863. padding: 3px 3px;
  864. margin: 5px 0px 0px;
  865. letter-spacing: 1px;
  866. background: url('https://i.imgur.com/nEW2TZ5.png'); /* BACKGROUND IMAGE */
  867. background-repeat:repeat;
  868. background-attachment:fixed;
  869. border: 3px double #000;
  870. line-height: normal;
  871. text-transform: uppercase;
  872. color:#fff; /* FONT COLOR */
  873. text-align: center;
  874. width:auto;
  875.  
  876. text-shadow:1px 1px 0px #000, /* TEXT SHADOW */
  877. 1px -1px 0px #000,
  878. -1px -1px 0px #000,
  879. -1px 1px 0px #000,
  880. 0px 1px 0px #000,
  881. 0px -1px 0px #000,
  882. 1px 0px 0px #000,
  883. -1px 0px 0px #000;
  884. }
  885.  
  886.  
  887.  
  888. /* PRE WRAP - DO NOT TOUCH */
  889.  
  890. pre {
  891. font-family: 'Yanone Kaffeesatz', sans-serif;
  892. text-transform:uppercase;
  893. font-style:normal;
  894. white-space: pre-wrap;
  895. white-space: -moz-pre-wrap;
  896. white-space: -pre-wrap;
  897. white-space: -o-pre-wrap;
  898. word-wrap: break-word; }
  899.  
  900.  
  901. /* TOOLTIP */
  902.  
  903. #s-m-t-tooltip {
  904. max-width:500px; /* CHANGE THE MAX WIDTH OF THE TOOLTIP */
  905. padding: 5px 8px;
  906. margin: 10px;
  907. font-size: 17px; /* FONT SIZE */
  908. font-family: 'Indie Flower', cursive;
  909. letter-spacing: 1px;
  910. text-transform: lowercase;
  911.  
  912. background-repeat:repeat;
  913. background-attachment:fixed;
  914. color: #fff; /* FONT COLOR */
  915.  
  916. z-index: 99999;
  917. transition: 0.5s ease-in-out;
  918. -webkit-transition: 0.5s ease-in-out;
  919. -moz-transition: 0.5s ease-in-out;
  920. -ms-transition: 0.5s ease-in-out;
  921. -o-transition: 0.5s ease-in-out;
  922. text-shadow:1px 1px 0px #000, /* SHADOW OF TEXT */
  923. 1px -1px 0px #000,
  924. -1px -1px 0px #000,
  925. -1px 1px 0px #000,
  926. 0px 1px 0px #000,
  927. 0px -1px 0px #000,
  928. 1px 0px 0px #000,
  929. -1px 0px 0px #000;
  930. }
  931.  
  932.  
  933. /* POP UP BLOCKS */
  934.  
  935. .popup_block{
  936. display:none;
  937. background:#f4efc1; / /* BACKGROUND COLOR */
  938. padding:20px;
  939. height:240px; /* HEIGHT */
  940. width:220px; /* CHANGE THE WIDTH BY CHANGING IT IN "POPLIGHT" */
  941. position:fixed;
  942. z-index: 99999;
  943. top:240px; /* TOP/BOTTOM POSITIONING */
  944. left: 400px; /* LEFT/RIGHT POSITIONING */
  945. overflow-y:scroll;
  946. overflow-x:hidden;
  947. font-family: inconsolata;
  948. font-size:12px; /* FONT SIZE */
  949. padding:10px;
  950. border: dashed 1px #c48f2a;
  951.  
  952. }
  953.  
  954.  
  955. *html #fade {position: absolute;}
  956. *html .popup_block {position: absolute;}
  957. #fade {
  958. display:none;
  959. position:fixed;
  960. left:0px;
  961. top:0px;
  962. width:100%;
  963. height:100%; }
  964.  
  965.  
  966. /* TABBED TITLES ON POP UP */
  967.  
  968. ul#tabs {
  969. list-style-type: none;
  970. padding: 0;
  971. text-align: center;
  972. font-size:11px;
  973. font-family: 'Playfair Display SC', serif;
  974. letter-spacing:1px;
  975. text-shadow:1px 1px 0px #000, /* TEXT SHADOW */
  976. 1px -1px 0px #000,
  977. -1px -1px 0px #000,
  978. -1px 1px 0px #000,
  979. 0px 1px 0px #000,
  980. 0px -1px 0px #000,
  981. 1px 0px 0px #000,
  982. -1px 0px 0px #000;
  983.  
  984. }
  985.  
  986.  
  987.  
  988. ul#tabs li {
  989. background:#fff;
  990. background-image:url('https://i.imgur.com/nEW2TZ5.png'); /* BACKGROUND IMAGE FOR TABS */
  991. background-repeat:repeat;
  992. background-attachment:fixed;
  993. border: double 3px #000; /* BORDER COLOR */
  994.  
  995. display: inline-block;
  996. cursor: pointer;
  997. padding:5px 5px 5px;
  998. font-size:9px;
  999. font-family: inconsolata;
  1000. color:#fff;
  1001. text-transform:uppercase;
  1002. line-height:150%;
  1003. }
  1004.  
  1005.  
  1006.  
  1007. ul#tabs li:hover {
  1008. color:#fff; /* TEXT COLOR UPON HOVER */
  1009. }
  1010.  
  1011. ul#tabs li.active {
  1012. background:#000; /* BACKGROUND COLOR WHEN ACTIVE */
  1013. background-repeat:repeat;
  1014. background-attachment:fixed;
  1015. border: double 3px #a3a5a9; /* BORDER COLOR */
  1016. color:#fff; /* TEXT COLOR WHEN ACTIVE */
  1017. display: inline-block;
  1018. padding: 5px 5px 5px;
  1019. font-size:9px;
  1020. text-transform:uppercase;
  1021. }
  1022.  
  1023.  
  1024.  
  1025. ul#tab {
  1026. list-style-type: none;
  1027. margin: 0;
  1028. padding: 0; }
  1029.  
  1030. ul#tab li {
  1031. display: none; }
  1032.  
  1033. ul#tab li.active {
  1034. display: block; }
  1035.  
  1036. /* POP UP TAGS / NAVIGATION PAGE */
  1037.  
  1038. .popuptags {
  1039. padding-top:5px;
  1040. text-align:center; }
  1041.  
  1042. .popuptags a {
  1043. display:inline-block;
  1044. width:75px;
  1045. height:15px;
  1046. margin:2px;
  1047. padding:4px 2px 2px;
  1048. text-align:center;
  1049. background:transparent;
  1050. background-position:fixed;
  1051. background-repeat:repeat;
  1052. background-image: url('https://i.imgur.com/nEW2TZ5.png'); /* BACKGROUND IMAGE */
  1053. border-left:4px solid #d4cd3e;
  1054. border-right:4px solid #d4cd3e
  1055. font-size:10px;
  1056. font-family: 'Inconsolata', monospace;
  1057. text-transform:uppercase;
  1058. text-shadow:1px 1px 0px #fff, /* TEXT SHADOW */
  1059. 1px -1px 0px #fff,
  1060. -1px -1px 0px #fff,
  1061. -1px 1px 0px #fff,
  1062. 0px 1px 0px #fff,
  1063. 0px -1px 0px #fff,
  1064. 1px 0px 0px #fff,
  1065. -1px 0px 0px #fff;
  1066. }
  1067.  
  1068. /* DROP DOWN VERSES */
  1069.  
  1070. .links_list {
  1071. margin:0px;
  1072. padding:0px;
  1073. width:100%; }
  1074.  
  1075.  
  1076. .links_head {
  1077. padding-top:5px;
  1078. padding-bottom:5px;
  1079. background-image:url('https://i.imgur.com/nEW2TZ5.png');; /* BACKGROUND IMAGE */
  1080. background-repeat:repeat;
  1081. background-attachment:fixed;
  1082. font-size:20px;
  1083. font-family: 'Playfair Display SC', serif;
  1084. color:#fff; /* TEXT COLOR */
  1085. border: double 3px #000; /* BORDER COLOR */
  1086. text-transform:uppercase;
  1087. cursor:pointer;
  1088. position:relative;
  1089. margin:1px;
  1090. text-align:center; }
  1091.  
  1092.  
  1093. .links_body {
  1094. padding:10px;
  1095. text-align:left;
  1096. display:none; }
  1097.  
  1098.  
  1099. #audio {
  1100. width: 220px;
  1101. height:auto;
  1102. min-height:60px;
  1103. padding-bottom:0px;
  1104.  
  1105. }
  1106.  
  1107.  
  1108. .cover {
  1109. position:absolute;
  1110. z-index:1;
  1111. width:60px;
  1112. height:60px;
  1113.  
  1114. }
  1115.  
  1116. .cover img {
  1117. float:left;
  1118. width:60px;
  1119. height:60px;
  1120.  
  1121. }
  1122. .playbox {
  1123. opacity:0.6;
  1124. width:28px;
  1125. height:31px;
  1126. overflow:hidden;
  1127. position:absolute;
  1128. z-index:1000;
  1129. margin-left:18px;
  1130. margin-top:18px;
  1131. text-align:center;
  1132.  
  1133. }
  1134. .info {
  1135. margin-left:73px;
  1136. margin-top:5px;
  1137. line-height:13px;
  1138.  
  1139.  
  1140. }
  1141.  
  1142. .infooo{
  1143. position:relative;
  1144. background:#000;
  1145. border-left:4px solid #d4cd3e;
  1146. border-right:4px solid #d4cd3e;
  1147. padding:8px;
  1148. font-family:arial;
  1149. font-size:10px;
  1150. overflow-x:auto;
  1151. letter-spacing:2px;
  1152. height:64px;
  1153. margin-top:-20px;
  1154. margin-bottom:20px;
  1155. margin-left:85px;
  1156. padding-left:5px;
  1157. line-height:10px;
  1158. background-image:url('https://i.imgur.com/nEW2TZ5.png');
  1159. background-size: auto;
  1160. background-position:center;
  1161. color:white;
  1162.  
  1163. text-transform: uppercase;
  1164.  
  1165. text-shadow:1px 1px 0px #000, /* TEXT SHADOW */
  1166. 1px -1px 0px #000,
  1167. -1px -1px 0px #000,
  1168. -1px 1px 0px #000,
  1169. 0px 1px 0px #000,
  1170. 0px -1px 0px #000,
  1171. 1px 0px 0px #000,
  1172. -1px 0px 0px #000;
  1173. opacity: 0.8;
  1174. filter: alpha(opacity=50); /* For IE8 and earlier */
  1175.  
  1176. }
  1177.  
  1178. .audioplayerr{
  1179. position:absolute;
  1180. border:1px solid ;
  1181. padding:1px;
  1182. padding-top:1px;
  1183. background: #000;
  1184. text-align:center;
  1185. margin-left:27px;
  1186. margin-top:8px;
  1187. width:29px;
  1188. height:28px;
  1189. opacity:0.9;
  1190. overflow:hidden;
  1191. -webkit-transition: all 0.5s ease-in-out;
  1192. -moz-transition: all 0.5s ease-in-out;
  1193. -o-transition: all 0.5s ease-in-out;
  1194. -ms-transition: all 0.5s ease-in-out;
  1195. transition: all 0.5s ease-in-out;}
  1196.  
  1197.  
  1198. .albumartt{
  1199. margin-left:0px;
  1200. margin-bottom:25px;
  1201. }
  1202.  
  1203. .albumartt img{
  1204. background-color:#000;
  1205. width:60px;
  1206. float:left;
  1207. padding:10px;
  1208. border:1px dotted #f0f0f0;
  1209. }
  1210.  
  1211. audioshit{
  1212. border-bottom:1px solid #000;
  1213. font-style:normal;
  1214. font-size:10px;
  1215. }
  1216.  
  1217. .slider {
  1218. overflow-y: hidden;
  1219. max-height: 500px; /* approximate max height */
  1220.  
  1221. transition-property: all;
  1222. transition-duration: .5s;
  1223. transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
  1224. }
  1225.  
  1226. /* blogroll */
  1227.  
  1228. #brcontent {
  1229. position:fixed;
  1230. width:775px;
  1231. max-height:405px;
  1232. overflow-x:hidden;
  1233. overflow-y:scroll;
  1234. top:50%;
  1235. top:125px;
  1236. left:50%;
  1237. margin-left:-390px; /*---border colour---*/
  1238. }
  1239.  
  1240. #brcontent img{
  1241. margin-left:5px;
  1242. width:42px;
  1243. padding:10px;
  1244. /*-you can change the percentage of these for how much greyscale you want-*/
  1245. -webkit-filter: grayscale(60%);
  1246. -moz-filter: grayscale(60%);
  1247. -o-filter: grayscale(60%);
  1248. -ms-filter: grayscale(60%);
  1249. /*----or delete the above section if you don't want it at all---*/
  1250. -webkit-transition-duration:.6s;
  1251. -moz-transition-duration:.6s;
  1252. -o-transition-duration:.6s;
  1253. -ms-transition-duration:.6s;
  1254. }
  1255.  
  1256. #bgcontent img:hover {
  1257. border-radius:50%;
  1258. /*---same with this section. the default returns the colour to normal---*/
  1259. -webkit-filter: grayscale(0%);
  1260. -moz-filter: grayscale(0%);
  1261. -o-filter: grayscale(0%);
  1262. -ms-filter: grayscale(0%);
  1263. /*---or delete the above section if you don't want any colour changes upon hover---*/
  1264. -webkit-transition-duration:.6s;
  1265. -moz-transition-duration:.6s;
  1266. -o-transition-duration:.6s;
  1267. -ms-transition-duration:.6s;
  1268. }
  1269.  
  1270. /* end blogroll */
  1271.  
  1272.  
  1273. /* --------------------ANIMATION------------------ */
  1274.  
  1275.  
  1276.  
  1277. .floating {
  1278. animation-name: floating;
  1279. animation-duration: 3s;
  1280. animation-iteration-count: infinite;
  1281. animation-timing-function: ease-in-out;
  1282. margin-left: 30px;
  1283. margin-top: 5px;
  1284. }
  1285.  
  1286. @keyframes floating {
  1287. from { transform: translate(0, 0px); }
  1288. 65% { transform: translate(0, 15px); }
  1289. to { transform: translate(0, -0px); }
  1290. }
  1291.  
  1292.  
  1293. /* --------------------END OF ANIMATION------------------ */
  1294.  
  1295.  
  1296.  
  1297. </style>
  1298.  
  1299. <body>
  1300.  
  1301. <!-- THIS IS THE INFORMATION IN THE HOVER TEXT BOX, YOU CAN PUT WHATEVER IN HERE IT WILL SCROLL. -->
  1302.  
  1303. <div id="descriptionbox">
  1304.  
  1305. <div class="outlinetitles"><div id="titles">{text:tab 1 title} </div></div>
  1306. <p>{text:tab 1 text}</p>
  1307.  
  1308. <div class="outlinetitles"><div id="titles">{text:tab 2 title} </div></div>
  1309. <p>{text:tab 2 text}</p>
  1310.  
  1311. <div class="outlinetitles"><div id="titles">{text:tab 3 title} </div></div>
  1312. <p>{text:tab 3 text}</p>
  1313.  
  1314.  
  1315. </div></div></div>
  1316.  
  1317.  
  1318. <!-- YOUR POP UP ASK BOX -->
  1319.  
  1320. <div id="ask" class="popup_block">
  1321.  
  1322. <div id="asktitle"> MAIL </div><p>
  1323. <iframe frameborder="0" height="270" id="ask_form" scrolling="yes" src="https://www.tumblr.com/ask_form/{Name}.tumblr.com" width="100%"></iframe>
  1324.  
  1325. <div id="asktitle"> GIFT BOX </div>
  1326. <p>
  1327. <iframe frameborder="0" scrolling="yes" height="270" id="submit_form" src="https://www.tumblr.com/submit_form/{Name}.tumblr.com" width="100%"></iframe>
  1328. </p>
  1329. </div>
  1330.  
  1331. </div></div></div></div></div></div></div></div></div></div>
  1332.  
  1333. <!-- RULES / OR FIRST POP UP -->
  1334. <div id="rules" class="popup_block"><p>
  1335.  
  1336.  
  1337.  
  1338. <div class="outlinetitles"><div id="titles"> 001 </div></div>
  1339.  
  1340. <p> Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd </p>
  1341.  
  1342.  
  1343.  
  1344. <div class="outlinetitles"><div id="titles"> 002 </div></div>
  1345.  
  1346. <p> Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd </p>
  1347.  
  1348. </li>
  1349.  
  1350. </div>
  1351. </div>
  1352. </div></div></div></div></div></div></div></div></div></div>
  1353.  
  1354. <!-- NAVIGATION / OR SECOND POP UP W/ TABS -->
  1355.  
  1356. <div id="nav" class="popup_block">
  1357. <div id="titles">NAVIGATION</div>
  1358.  
  1359.  
  1360.  
  1361. <!-- AGS TAB STARTS HERE -->
  1362.  
  1363. <li>
  1364.  
  1365. <div class="popuptags">
  1366.  
  1367. <a href="{text:link 1 url}">{text:link 1 title}</a>
  1368. <a href="{text:link 2 url}">{text:link 2 title}</a>
  1369. <a href="{text:link 3 url}">{text:link 3 title}</a>
  1370. <br><br><br>
  1371. <a href="{text:link 4 url}">{text:link 4 title}</a>
  1372. <a href="{text:link 5 url}">{text:link 5 title}</a>
  1373. <a href="{text:link 6 url}">{text:link 6 title}</a>
  1374. <br><br><br>
  1375. <a href="{text:link 7 url}">{text:link 7 title}</a>
  1376. <a href="{text:link 8 url}">{text:link 8 title}</a>
  1377. <a href="{text:link 9 url}">{text:link 9 title}</a>
  1378.  
  1379.  
  1380. <br>
  1381.  
  1382.  
  1383. </li>
  1384. <!-- TAGS TAB ENDS HERE -->
  1385.  
  1386.  
  1387.  
  1388.  
  1389. </div>
  1390. </div>
  1391. </div></div></div></div></div></div></div></div></div></div>
  1392. <!-- contact / OR FIRST POP UP -->
  1393. <div id="contact" class="popup_block">
  1394. <p>
  1395. <div class="outlinetitles"><div id="titles"> HIT LIST </div></div>
  1396. <p>
  1397. <center>
  1398. <div id="blcontent">
  1399. {block:Following}{block:Followed}<a href="{FollowedURL}" title="{FollowedName}"><img src="{FollowedPortraitURL-48}">{/block:Followed}{/block:Following}
  1400. </center>
  1401. </p>
  1402. </div>
  1403.  
  1404. </p>
  1405.  
  1406.  
  1407.  
  1408. </div></div></div></div></div></div></div></div></div></div>
  1409.  
  1410. <!-- END OF POP UPS -->
  1411.  
  1412.  
  1413. <!-- LINKS & LINK TITLES -->
  1414.  
  1415. <div id="link1"><a href="/" title="home"><div class="floating">◆</div></div>
  1416.  
  1417. <div id="link2"><a href="#?w=278" rel="ask" class="poplight" title="inbox"><div class="floating">✦</a></div></div>
  1418.  
  1419. <div id="link3"><a href="{text:law url}" rel="rules" class="poplight" title="{text:law title}"><div class="floating">✦</a></div></div>
  1420.  
  1421. <div id="link4"><a href="#?w=278" rel="nav" class="poplight" title="map"><div class="floating">✦</a></div></div>
  1422.  
  1423.  
  1424.  
  1425. <!--DO NOT TOUCH CREDIT -->
  1426. <div id="credit"><a href="https://awokenhope.tumblr.com/" title="THEME BY AWOKENHOPE.">A</a></div>
  1427.  
  1428.  
  1429.  
  1430.  
  1431.  
  1432.  
  1433.  
  1434. <!-- DO NOT TOUCH BELOW THIS -->
  1435.  
  1436. <div id="pagination">{block:Pagination}
  1437. {block:NextPage}<a class="next page"> <a href="{NextPage}" title="Next Page">⋙</a>{/block:NextPage}{/block:Pagination}
  1438. </div>
  1439.  
  1440. <div id="paginationb">{block:Pagination}
  1441. {block:PreviousPage}<a class="previous page"> <a href="{PreviousPage}" title="Previous Page">⋘</a>{/block:PreviousPage}{/block:Pagination}</a></a>
  1442. </div>
  1443.  
  1444.  
  1445. <div id="container">
  1446.  
  1447. {block:Posts}
  1448.  
  1449. <div class="posts">
  1450.  
  1451. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  1452.  
  1453. {block:Photo}<center>{LinkOpenTag}<img src="{PhotoURL-HighRes}" width="350px">{LinkCloseTag}</center>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  1454. {block:Photoset}<center>{Photoset}</center>{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  1455.  
  1456.  
  1457. {block:Quote}<div class="quote">❝ {Quote} ❞</div>{block:Source}<div class="quotesource">-{Source}</div>{/block:Source}{/block:Quote}
  1458.  
  1459. {block:Link}<a href="{URL}" class="link" {Target}>{Name}</a>{block:Description}{Description}{/block:Description}{/block:Link}
  1460.  
  1461. {block:Chat}{block:Title}{Title}</a>{/block:Title}
  1462. {block:Lines}<li>{block:Label}{Label}{/block:Label}{Line}</li>{/block:Lines}{/block:Chat}
  1463.  
  1464. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  1465.  
  1466. {block:Audio}
  1467.  
  1468. <div class="albumartt">{block:AlbumArt} <img src="{AlbumArtURL}"> {/block:AlbumArt}</div><div class="audioplayerr">{AudioPlayer}</div> <div class="infooo">
  1469. {block:Artist} <audioshit>Artist:</audioshit>{Artist} {/block:Artist}<br>
  1470. {block:TrackName}<audioshit>TrackName:</audioshit>"{TrackName}" {/block:TrackName}</br>
  1471. {block:Album}<audioshit>Album Name:</audioshit>{Album} {/block:Album}</br>
  1472. <audioshit>Play Count:</audioshit> {block:PlayCount}{PlayCount} times{/block:PlayCount}</div>
  1473.  
  1474. {/block:Audio}
  1475.  
  1476.  
  1477. {block:Answer}
  1478.  
  1479. <div class="askpost">
  1480.  
  1481.  
  1482. <div class="ask">
  1483. <div class="askerurl">
  1484. <center><a href="{AskerURL}">{AskerName}</a></center>
  1485. </div>
  1486. <div class="question">
  1487. {Question}
  1488. </div>
  1489. </div>
  1490.  
  1491. {Answer}
  1492.  
  1493. </div>
  1494.  
  1495. {/block:Answer}
  1496.  
  1497. {block:date}
  1498. <div class="infooutline">
  1499. <div id="info">
  1500. <a href="{Permalink}" title="{ShortMonth} {DayOfMonth}"> ✤ </a>
  1501. <a href="{Permalink}" title="{NoteCount} killed"> ✤ </a>
  1502. <a href='{ReblogParentURL}' title="via{ReblogParentURL}"> ✤ </a>
  1503. <a href='{ReblogRootURL}' title="source{ReblogRootURL}"> ✤ </a>
  1504. <a href='{ReblogURL}' title="Reblog">✤ </a>
  1505. </div>
  1506. </div>
  1507. {/block:date}
  1508. <div class="tags">
  1509. {block:HasTags}
  1510. {block:Tags} <a href="{TagURL}" title="{Tag}" data-tooltip=" {Tag}" > ❪ {Tag} ❫ &nbsp; </a> {/block:Tags}
  1511. {/block:HasTags}
  1512. </div></div>
  1513. {block:PostNotes}{PostNotes}{/block:PostNotes}
  1514. <!-- {block:NoRebloggedFrom}
  1515. {block:RebloggedFrom}{ReblogParentName}{/block:RebloggedFrom}
  1516. {/block:NoRebloggedFrom} -->
  1517.  
  1518. {block:ContentSource}
  1519. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  1520. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  1521. {/block:SourceLogo}
  1522. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  1523. {/block:ContentSource}
  1524.  
  1525. {/block:Posts}
  1526. </body>
  1527. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement