Advertisement
tiffxny21

red ★

Apr 1st, 2019
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 35.01 KB | None | 0 0
  1. <html>
  2. <head>
  3. <title>{Title}</title>
  4. <link rel="shortcut icon" href="{Favicon}">
  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. <!--TYPING/MOVING TITLE. IF YOU DON'T WANT A MOVING TITLE JUST DELETE UNTIL "END." -->
  19.  
  20. <script type="text/javascript">
  21. var rev = "fwd";
  22. function titlebar(val)
  23. {
  24. var msg = "у меня красный в моей книге"; // THIS IS WHERE YOU WOULD CHANGE YOUR TITLE //
  25. var res = " ";
  26. var speed = 125; // CHANGE THE SPEED HERE //
  27. var pos = val;
  28. msg = "у меня красный в моей книге"; // CHANGE THIS TO MATCH THE TITLE //
  29. var le = msg.length;
  30. if(rev == "fwd"){
  31. if(pos < le){
  32. pos = pos+1;
  33. scroll = msg.substr(0,pos);
  34. document.title = scroll;
  35. timer = window.setTimeout("titlebar("+pos+")",speed);}
  36. else{
  37. rev = "bwd";
  38. timer = window.setTimeout("titlebar("+pos+")",speed);}}
  39. else{
  40. if(pos > 0){
  41. pos = pos-1;
  42. var ale = le-pos;
  43. scrol = msg.substr(ale,le);
  44. document.title = scrol;
  45. timer = window.setTimeout("titlebar("+pos+")",speed);}
  46. else{
  47. rev = "fwd";
  48. timer = window.setTimeout("titlebar("+pos+")",speed);
  49. }}}
  50. titlebar(0);
  51. </script>
  52. </head>
  53.  
  54. <!-- END. -->
  55.  
  56. <!--POP UPS -->
  57.  
  58. <script type="text/javascript"
  59. src="https://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  60. <script>
  61. $(document).ready(function() {
  62. //
  63. $('a.poplight[href^=#]').click(function() {
  64. var popID = $(this).attr('rel'); //Get Popup Name
  65. var popURL = $(this).attr('href'); //Get Popup href to define size
  66. var query= popURL.split('?');
  67. var dim= query[1].split('&');
  68. var popWidth = dim[0].split('=')[1]; //Gets the first query string value
  69. $('#' + popID).fadeIn().css({ 'width': Number( popWidth ) }).prepend('<a href="#" class="close"></a>');
  70. var popMargTop = ($('#' + popID).height() + 80) / 2;
  71. var popMargLeft = ($('#' + popID).width() + 80) / 2;
  72. //Apply Margin to Popup
  73. $('#' + popID).css({
  74. 'margin-top' : -popMargTop,
  75. 'margin-left' : -popMargLeft
  76. });
  77. $('body').append('<div id="fade"></div>');
  78. $('#fade').css({'filter' : 'alpha(opacity=80)'}).fadeIn(); //Fade in the fade layer - .css({'filter' : 'alpha(opacity=80)'})
  79. return false;
  80. });
  81. $('a.close, #fade').live('click', function() {
  82. $('#fade , .popup_block').fadeOut(function() {
  83. $('#fade, a.close').remove(); //fade them both out
  84. });
  85. return false;
  86. });
  87. });
  88. </script>
  89.  
  90.  
  91. <!-- FONT AWESOME - DON'T TOUCH THIS IF YOU WANT TO USE FONT AWESOME -->
  92. <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css" rel="stylesheet">
  93.  
  94.  
  95. <!-- TOOLTIP -->
  96. <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>
  97. (function($){
  98. $(document).ready(function(){
  99. $("a[title]").style_my_tooltips({
  100. tip_follows_cursor:true,
  101. tip_delay_time:90,
  102. tip_fade_speed:600,
  103. attribute:"title"
  104. });
  105. });
  106. })(jQuery);
  107.  
  108. </script>
  109.  
  110. <!-- TABBED POP UP TITLES -->
  111. <script>
  112.  
  113. $(document).ready(function(){
  114. $("ul#tabs li").click(function(e){
  115. if (!$(this).hasClass("active")) {
  116. var tabNum = $(this).index();
  117. var nthChild = tabNum+1;
  118. $("ul#tabs li.active").removeClass("active");
  119. $(this).addClass("active");
  120. $("ul#tab li.active").removeClass("active");
  121. $("ul#tab li:nth-child("+nthChild+")").addClass("active");
  122. }
  123. });
  124. });
  125. </script>
  126.  
  127. <!-- PUT YOUR PLAYLIST BELOW THIS LINE -->
  128.  
  129.  
  130.  
  131.  
  132.  
  133. <!-- DROP DOWN VERSES. IF YOU DON'T WANT DROP DOWN VERSES THEN DELETE UNTIL "END." -->
  134. <script type="text/javascript" src="https://static.tumblr.com/3ikgvxs/0TGl4zgpu/jquery.min.js"></script>
  135. <script type="text/javascript">
  136. $(document).ready(function(){
  137. $(".links_body").hide();
  138. $(".links_head").click(function(){
  139. $(this).next(".links_body").slideToggle('fast');
  140. }); }); </script>
  141.  
  142. <!-- END. -->
  143.  
  144.  
  145. <!-- GOOGLE STYLE FONTS -->
  146.  
  147. <!-- css code: font-family: 'PT Sans Narrow', sans-serif; -->
  148. <link href='https://fonts.googleapis.com/css?family=PT+Sans+Narrow:700' rel='stylesheet' type='text/css'>
  149.  
  150. <!-- css code: font-family: 'Yanone Kaffeesatz', sans-serif; -->
  151. <link href='https://fonts.googleapis.com/css?family=Yanone+Kaffeesatz' rel='stylesheet' type='text/css'>
  152.  
  153. <!-- css code: font-family: 'Raleway', sans-serif; -->
  154. <link href="https://fonts.googleapis.com/css?family=Raleway" rel="stylesheet">
  155.  
  156. <!-- css code: font-family: 'Saira Extra Condensed', sans-serif; -->
  157. <link href="https://fonts.googleapis.com/css?family=Saira+Extra+Condensed" rel="stylesheet">
  158.  
  159. <!--css code: font-family: 'Source Code Pro', monospace; -->
  160. <link href="https://fonts.googleapis.com/css?family=Source+Code+Pro" rel="stylesheet">
  161.  
  162. <!--font-family: 'Ubuntu Mono', monospace; -->
  163. <link href="https://fonts.googleapis.com/css?family=Ubuntu+Mono" rel="stylesheet">
  164.  
  165. <!--font-family: 'Cookie', cursive; -->
  166. <link href="https://fonts.googleapis.com/css?family=Cookie" rel="stylesheet">
  167.  
  168. <!--font-family: 'Great Vibes', cursive; -->
  169. <link href="https://fonts.googleapis.com/css?family=Great+Vibes" rel="stylesheet">
  170.  
  171. <!--font-family: 'Dancing Script', cursive; -->
  172. <link href="https://fonts.googleapis.com/css?family=Dancing+Script" rel="stylesheet">
  173.  
  174. <!--font-family: 'Pacifico', cursive; -->
  175. <link href="https://fonts.googleapis.com/css?family=Pacifico" rel="stylesheet">
  176.  
  177. <!--font-family: 'Satisfy', cursive; -->
  178. <link href="https://fonts.googleapis.com/css?family=Satisfy" rel="stylesheet">
  179.  
  180. <!--font-family: 'Oswald', sans-serif; -->
  181. <link href="https://fonts.googleapis.com/css?family=Oswald" rel="stylesheet">
  182.  
  183. <!--font-family: 'Abel', sans-serif; -->
  184. <link href="https://fonts.googleapis.com/css?family=Abel" rel="stylesheet">
  185.  
  186. <!--font-family: 'Cuprum', sans-serif; -->
  187. <link href="https://fonts.googleapis.com/css?family=Cuprum" rel="stylesheet">
  188.  
  189.  
  190.  
  191. <style type="text/css">
  192.  
  193.  
  194. /* SCROLLBAR */
  195. ::-webkit-scrollbar-thumb{
  196. background-color: transparent; /* CHANGE THE SCROLLBAR COLOR HERE */
  197. border: 1px solid transparent; /* CHANGE THE SCROLLBAR COLOR HERE */
  198. height: auto; }
  199.  
  200. ::-webkit-scrollbar {
  201. height: auto;
  202. width: 0px;
  203. background-color: transparent; }
  204.  
  205. /* BACKGROUND IMAGE, FONT, FONT SIZE & FONT COLOR */
  206.  
  207. body {
  208. background-color:#272727; /*BACKGROUND COLOR */
  209. background-image:url('https://static.tumblr.com/m1l2rxm/Mfvoy3d36/redledger.png'); /* BACKGROUND IMAGE. DELETE IF YOU DON'T WANT */
  210. background-repeat:no-repeat;
  211. background-position:fixed;
  212. background-attachment:fixed;
  213. font-family: 'Abel', sans-serif;
  214. font-size:14px;
  215. color:#a3a5a9; /* FONT COLOR */
  216. font-weight:500%; }
  217.  
  218.  
  219. /* DON'T TOUCH FROM HERE - */
  220.  
  221. small, sub, sup {
  222. font-size:100%;
  223. }
  224.  
  225. /* - TO HERE */
  226.  
  227.  
  228. /* CONTAINER POSITIONING */
  229.  
  230. #container {
  231. position:absolute;
  232. background:#272727; /* BACKGROUND COLOR OF CONTAINER */
  233. left:430px;
  234. top:110px;
  235. height:400px;
  236. width:298px; /* MAKE SURE YOU EDIT THE WIDTH IN POSTS TOO */
  237. line-height:100%;
  238. margin:auto;
  239. position:fixed;
  240. overflow-y:scroll;
  241. overflow-x:hidden;
  242. -webkit-mask-image: -webkit-gradient( /* GRADIENT ON THE BOTTOM */
  243. linear, center 75%, center bottom,
  244. from(rgba(0,0,0,20)),
  245. to(rgba(20,0,0,0)));
  246. opacity:1; /* IF YOU WANT THE HOVER FEATURE CHANGE THIS TO ANYTHING BELOW 1 */
  247. }
  248.  
  249. #container:hover {
  250. opacity:1;
  251. background-color:#272727; /* MAKE SURE THIS MATCHES THE BACKGROUND OF CONTAINER */
  252. z-index:9999;
  253. }
  254.  
  255. /* POSTS */
  256.  
  257. .posts {
  258. width:277.5px; /*MAKE SURE THIS IS 20.5 PIXELS BELOW YOUR CONTAINER WIDTH */
  259. background-color:transparent;
  260. padding:10px;
  261. padding-top:20px;
  262. margin-bottom:30px; }
  263.  
  264. img {
  265. max-width:100%;
  266. border:none; }
  267.  
  268. .caption img {
  269. max-width:100%;
  270. height:auto; }
  271.  
  272. .posts img {
  273. max-width:100%;
  274. margin-top:5px;
  275. margin-bottom:5px;}
  276.  
  277.  
  278. /* LINKS IN POSTS */
  279.  
  280. a {
  281. text-decoration:none;
  282. color:#a3a5a9; }
  283.  
  284. a:hover {
  285. color:#5a2727; }
  286.  
  287. /* BOLD & ITALICS */
  288.  
  289. b, strong, u {
  290. color:#5a2727;
  291. text-shadow:#000 0.1em 0.1em 0.1em;
  292. font-size:16px;
  293. font-family: 'Yanone Kaffeesatz', sans-serif;
  294. text-transform:uppercase;
  295. }
  296.  
  297. i, em {
  298. color:#9f9d9e;
  299. text-shadow:#000 0.2em 0.1em 0.1em;
  300. text-transform:lowercase;
  301. font-family: 'Dancing Script', cursive;
  302. font-size:20px; }
  303.  
  304. big {
  305. font-size:16px;
  306. text-transform:uppercase;
  307. letter-spacing:2px;
  308. font-family: 'Saira Condensed', sans-serif;
  309. color:#5a2727;
  310. text-shadow: 0px 0px 2px #000;
  311. }
  312.  
  313. /* BLOCKQUOTE */
  314.  
  315. blockquote {
  316. padding:5px;
  317. margin:5px 5px 5px 5px;
  318. border-left:1px solid #a3a5a9; }
  319.  
  320. blockquote img {
  321. max-width:100%;
  322. height:auto; }
  323.  
  324. /* IMAGE - DO NOT TOUCH */
  325.  
  326. img {
  327. max-width: 100%;
  328. border:none; }
  329.  
  330. .caption img {
  331. max-width:315px;
  332. height:auto; }
  333.  
  334. /* HEADERS */
  335.  
  336. h1 {
  337. font-weight:normal;
  338. font-size:20px;
  339. text-align:center;
  340. font-family:'Yanone Kaffeesatz', sans-serif;
  341. color:#5a2727;
  342. line-height:20px;
  343. text-transform:uppercase;}
  344.  
  345. h2 {
  346. font-weight:normal;
  347. font-size:14px;
  348. text-align:center;
  349. font-family:'Yanone Kaffeesatz', sans-serif;
  350. line-height:15px;
  351. text-transform:uppercase;}
  352.  
  353. h3 {
  354. font-family:'Yanone Kaffeesatz', sans-serif;
  355. font-size:16px;
  356. padding: 2px
  357. margin: 5px 0px 0px;
  358. letter-spacing: 1px;
  359. background:url('https://static.tumblr.com/m1l2rxm/8M4oy3dx2/redinledgerplain.png'); /* I SUGGEST MAKING THIS THE SAME AS YOUR INFO BG BUT IT'S UP TO YOU */
  360. background-repeat:no-repeat;
  361. background-attachment:fixed;
  362. border:double 3px #a3a5a9;
  363. line-height: normal;
  364. text-transform: uppercase;
  365. color:#fff;
  366. text-align: center;
  367. width:auto;
  368. text-shadow:1px 1px 0px #000,
  369. 1px -1px 0px #000,
  370. -1px -1px 0px #000,
  371. -1px 1px 0px #000,
  372. 0px 1px 0px #000,
  373. 0px -1px 0px #000,
  374. 1px 0px 0px #000,
  375. -1px 0px 0px #000;}
  376.  
  377. /* NOTES & TAGS */
  378.  
  379. #info {
  380. width:auto;
  381. height:10px;
  382. margin-top:5px;
  383. padding:5px;
  384. font-family: 'Abel', sans-serif; /* FONT FOR INFO */
  385. background-color:transparent; /* INFO BACKGROUND COLOR */
  386. background-image:url('https://static.tumblr.com/m1l2rxm/8M4oy3dx2/redinledgerplain.png'); /* INFO BACKGROUND */
  387. background-repeat:repeat;
  388. background-attachment:fixed;
  389. border:double 3px #5a2727; /* INFO BORDER */
  390. text-transform:uppercase;
  391. text-align:center;
  392. word-spacing:10px;
  393. font-size:12px;
  394. position:relative;,
  395. }
  396.  
  397. #info a {
  398. color:#eee;
  399. font-style:normal;}
  400.  
  401.  
  402. #info a:hover {
  403. color:#000;
  404. transition-duration:0.9s;
  405. -webkit-transition-duration:0.9s;
  406. -o-transition-duration:0.9s;}
  407.  
  408. .tags {
  409. background:transparent; /* BACKGROUND COLOR FOR TAGS */
  410. text-align:right; /* IF YOU WANT YOU CAN MAKE THIS EITHER CENTER OR LEFT */
  411. font-family: 'Abel', sans-serif; /* TAG FONT */
  412. font-size:8px;
  413. padding-top:5px;
  414. padding-bottom:5px;
  415. height:auto;
  416. width:auto;
  417. }
  418.  
  419. /* NAVIGATION */
  420.  
  421. #link1 {
  422. position:absolute;
  423. position:fixed;
  424. font-family: 'Raleway', sans-serif;
  425. text-transform:bold;
  426. width:10px;
  427. margin-top:85px; /* TOP/BOTTOM POSITIONING */
  428. margin-left:780px; /* LEFT/RIGHT POSITIONING */
  429. font-size:15px;
  430. line-height:100%;
  431. z-index: 99999;
  432. transform:rotate(0deg); /* IF YOU WANT THEM TO ROTATE CHANGE THE ZERO TO ANY NUMBER WITHIN 360 DEGREES OR -180 TO 180*/
  433. }
  434.  
  435. #link1 a {
  436. width:30px;
  437. line-height:100%;
  438. margin-bottom:10px;
  439. margin-left:2px;
  440. opacity:1;
  441. color:#fff; /* LINK COLOR */
  442. text-shadow: 0 0 15px #eee; /* LINK SHADOW */
  443. letter-spacing:0px;
  444. text-decoration:none; }
  445.  
  446. #link1 a:hover {
  447. color: #000000; /* LINK COLOR UPON HOVERING */
  448. width:60px;
  449. text-shadow: 0 0 15px #eee;
  450. -webkit-filter: blur(1px) ;
  451. -webkit-transition: 0.7s ease-in; >
  452. -moz-transition: }
  453.  
  454. #link2 {
  455. position:absolute;
  456. position:fixed;
  457. font-family: 'Raleway', sans-serif;
  458. text-transform:bold;
  459. width:10px;
  460. margin-top:85px; /* TOP/BOTTOM POSITIONING */
  461. margin-left:810px; /* LEFT/RIGHT POSITIONING */
  462. font-size:15px;
  463. line-height:100%;
  464. z-index: 99999;
  465. transform:rotate(0deg); /* IF YOU WANT THEM TO ROTATE CHANGE THE ZERO TO ANY NUMBER WITHIN 360 DEGREES OR -180 TO 180*/
  466. }
  467.  
  468. #link2 a {
  469. width:30px;
  470. line-height:100%;
  471. margin-bottom:10px;
  472. margin-left:2px;
  473. opacity:1;
  474. color:#fff; /* LINK COLOR */
  475. text-shadow: 0 0 15px #eee; /* LINK SHADOW */
  476. letter-spacing:0px;
  477. text-decoration:none; }
  478.  
  479. #link2 a:hover {
  480. color: #000000; /* LINK COLOR UPON HOVERING */
  481. width:60px;
  482. text-shadow: 0 0 15px #eee;
  483. -webkit-filter: blur(1px) ;
  484. -webkit-transition: 0.7s ease-in; >
  485. -moz-transition: }
  486.  
  487. #link3 {
  488. position:absolute;
  489. position:fixed;
  490. font-family: 'Raleway', sans-serif;
  491. text-transform:bold;
  492. width:10px;
  493. margin-top:85px; /* TOP/BOTTOM POSITIONING */
  494. margin-left:840px; /* LEFT/RIGHT POSITIONING */
  495. font-size:15px;
  496. line-height:100%;
  497. z-index:99999;
  498. transform:rotate(0deg); /* IF YOU WANT THEM TO ROTATE CHANGE THE ZERO TO ANY NUMBER WITHIN 360 DEGREES OR -180 TO 180*/}
  499.  
  500. #link3 a {
  501. width:30px;
  502. line-height:100%;
  503. margin-bottom:10px;
  504. margin-left:2px;
  505. opacity:1;
  506. color:#fff; /* LINK COLOR */
  507. text-shadow: 0 0 15px #eee; /* LINK SHADOW */
  508. letter-spacing:0px;
  509. text-decoration:none; }
  510.  
  511. #link3 a:hover {
  512. color: #000000; /* LINK COLOR UPON HOVERING */
  513. width:60px;
  514. text-shadow: 0 0 15px #eee;
  515. -webkit-filter: blur(1px) ;
  516. -webkit-transition: 0.7s ease-in; >
  517. -moz-transition: }
  518.  
  519. #link4 {
  520. position:absolute;
  521. position:fixed;
  522. font-family: 'Raleway', sans-serif;
  523. text-transform:bold;
  524. width:10px;
  525. margin-top:85px; /* TOP/BOTTOM POSITIONING */
  526. margin-left:870px; /* LEFT/RIGHT POSITIONING */
  527. font-size:15px;
  528. line-height:100%;
  529. z-index:99999;
  530. transform:rotate(0deg); /* IF YOU WANT THEM TO ROTATE CHANGE THE ZERO TO ANY NUMBER WITHIN 360 DEGREES OR -180 TO 180*/}
  531.  
  532. #link4 a {
  533. width:30px;
  534. line-height:100%;
  535. margin-bottom:10px;
  536. margin-left:2px;
  537. opacity:1;
  538. color:#fff; /* LINK COLOR */
  539. text-shadow: 0 0 15px #eee; /* LINK SHADOW */
  540. letter-spacing:0px;
  541. text-decoration:none; }
  542.  
  543. #link4 a:hover {
  544. color: #000000; /* LINK COLOR UPON HOVERING */
  545. width:60px;
  546. text-shadow: 0 0 15px #eee;
  547. -webkit-filter: blur(1px) ;
  548. -webkit-transition: 0.7s ease-in; >
  549. -moz-transition: }
  550.  
  551. /* CREDIT. DO NOT DELETE. YOU MAY MOVE & CHANGE COLOR BUT MAKE SURE IT IS STILL THERE */
  552.  
  553. #credit {
  554. position:absolute;
  555. position:fixed;
  556. font-family: 'Abel', sans-serif;
  557. text-transform:bold;
  558. width:auto;
  559. height:auto;
  560. bottom:25px;
  561. right:10px;
  562. padding: 2px 2px 2px;
  563. font-size:20px;
  564. line-height:100%;
  565. z-index:99999999;
  566. letter-spacing: 1px;
  567. }
  568.  
  569. #credit a {
  570. width:30px;
  571. line-height:100%;
  572. margin-bottom:10px;
  573. opacity:1;
  574. color:#7e7d79;
  575. letter-spacing:0px;
  576. text-decoration:none; }
  577.  
  578. #credit a:hover {
  579. color: #000000;
  580. width:60px;
  581. text-shadow: 0 0 15px #eee;
  582. -webkit-filter: blur(1px) ;
  583. -webkit-transition: 0.7s ease-in; >
  584. -moz-transition: }
  585.  
  586.  
  587. /* PAGINATION */
  588.  
  589. #pagination {
  590. position:fixed;
  591. font-size:30px;
  592. top:475px; /* TOP/BOTTOM POSITIONING */
  593. left:865px; /* LEFT/RIGHT POSITIONING */}
  594.  
  595. #pagination a {
  596. width:140px;
  597. line-height:100%;
  598. color:#5a2727; /* PAGINATION COLORING */
  599. font-size:20px;
  600. text-decoration:none; }
  601.  
  602. #pagination a:hover {
  603. text-align:center;
  604. color:#fff; /* PAGINATION COLORING UPON HOVER */
  605. width:40px;
  606. -moz-transition-duration:.9s;
  607. -webkit-transition-duration:.9s;
  608. -o-transition-duration:.9s; }
  609.  
  610. #paginationb {
  611. position:fixed;
  612. font-size:30px;
  613. top:475px; /* TOP/BOTTOM POSITIONING */
  614. left:795px; /* LEFT/RIGHT POSITIONING */ }
  615.  
  616. #paginationb a {
  617. width:140px;
  618. line-height:100%;
  619. color:#5a2727; /* PAGINATION COLORING */
  620. font-size:20px;
  621. text-decoration:none; }
  622.  
  623. #paginationb a:hover {
  624. text-align:center;
  625. color: #7d7d7d; /* PAGINATION COLORING UPON HOVER */
  626. width:40px;
  627. -moz-transition-duration:.9s;
  628. -webkit-transition-duration:.9s;
  629. -o-transition-duration:.9s; }
  630.  
  631. /* THINGS PERTAINING TO ASKS */
  632.  
  633. .ask {
  634. background-image:url('https://static.tumblr.com/m1l2rxm/8M4oy3dx2/redinledgerplain.png'); /* ASK BACKGROUND */
  635. background-repeat:repeat;
  636. background-attachment: fixed;
  637. border:double 3px #a3a5a9; /* BORDER COLOR */
  638. }
  639.  
  640. .askerurl {
  641. height:15px;
  642. text-align:center;
  643. margin-top:-20px;}
  644.  
  645. .askerurl a {
  646. font-family: 'Dancing Script', cursive;
  647. font-size:20px;
  648. text-transform:bold;
  649. letter-spacing:1px;
  650. color:#5a2727; /* ASKER'S URL COLOR */
  651. text-align:center;
  652. text-shadow:1px 1px 3px #000, /* SHADOW */}
  653.  
  654. .askerurl a:hover {
  655. color: #a3a5a9; /* COLOR UPON HOVER */
  656. text-shadow: #000 2px 0px 2px;
  657. letter-spacing: 1px;
  658. -moz-transition-duration:.9s;
  659. -webkit-transition-duration:.9s;
  660. -o-transition-duration:.9s; }
  661.  
  662. .question {
  663. text-align:center;
  664. background-color:transparent;
  665. padding:5px 5px;
  666. letter-spacing: 2px;
  667. color:#a3a5a9; /* COLOR OF TEXT INSIDE ASK */
  668. opacity: 1;
  669. padding-top:5px;
  670. margin-top:10px; }
  671.  
  672. /* THE LOOK OF QUOTE POSTS */
  673.  
  674. .quote {
  675. font-size:14px;
  676. letter-spacing:2px;
  677. text-align:center;
  678. border-bottom:solid 1px #a3a5a9; /* BORDER COLOR */
  679. border-radius:25px; /* DELETE THIS IF YOU DON'T WANT THE BORDER ROUNDED */
  680. margin-bottom:5px;
  681. padding-bottom:5px; }
  682.  
  683. .quotesource {
  684. font-size:12px;
  685. letter-spacing:4px;
  686. text-align:right;
  687. color:#5a2727; /* QUOTE SOURCE COLOR */
  688. text-shadow: #000 2px 0px 2px; /* QUOTE SOURCE SHADOW */
  689. margin-top:5px;
  690. margin-bottom:5px;
  691. text-transform:uppercase;
  692. font-style:bold;
  693. font-family:'Yanone Kaffeesatz', sans-serif; }
  694.  
  695.  
  696. /* SIDEBAR FOR YOUR INFORMATION */
  697.  
  698.  
  699. #descriptionbox {
  700. position:fixed;
  701. font-family:'Abel', sans-serif;
  702. font-size:11px;
  703. background-color:#272727; /* DESCRIPTION BOX COLOR */
  704. width:145px;
  705. height:398px;
  706. top:110px; /* TOP/BOTTOM POSITIONING */
  707. margin-left:760px; /* LEFT/RIGHT POSITIONING */
  708. color:#535859; /* FONT COLOR */
  709. text-align:center;
  710. overflow:scroll;
  711. opacity:1;
  712. padding: 0px 0px 0px;}
  713.  
  714. /* TITLES IN RULES, SIDEBAR, ETC., */
  715.  
  716. #titles {
  717. font-family:'Yanone Kaffeesatz', sans-serif;
  718. font-size: 16px;
  719. padding: 3px 3px;
  720. margin: 5px 0px 0px;
  721. letter-spacing: 1px;
  722. text-shadow: #000 0.5em 0.1em 0.5em; /* SHADOW OF TEXT */
  723. background: url('https://static.tumblr.com/m1l2rxm/8M4oy3dx2/redinledgerplain.png'); /* BACKGROUND IMAGE */
  724. background-repeat:repeat;
  725. background-attachment:fixed;
  726. border:double 3px #a3a5a9; /* BORDER */
  727. line-height: normal;
  728. text-transform: uppercase;
  729. color: #fff; /* FONT COLOR */
  730. text-align: center;
  731. width:auto;
  732. }
  733.  
  734. /* 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" */
  735.  
  736. #asktitle {
  737. font-family:'Yanone Kaffeesatz', sans-serif;
  738. font-size: 16px;
  739. padding: 3px 3px;
  740. margin: 5px 0px 0px;
  741. letter-spacing: 1px;
  742. text-shadow: #000 0.5em 0.1em 0.5em; /* SHADOW */
  743. background: url('https://static.tumblr.com/m1l2rxm/8M4oy3dx2/redinledgerplain.png'); /* BACKGROUND IMAGE */
  744. background-repeat:repeat;
  745. background-attachment:fixed;
  746. border:double 3px #a3a5a9; /* BORDER */
  747. line-height: normal;
  748. text-transform: uppercase;
  749. color:#fff; /* FONT COLOR */
  750. text-align: center;
  751. width:auto;
  752. }
  753.  
  754.  
  755.  
  756. /* PRE WRAP - DO NOT TOUCH */
  757.  
  758. pre {
  759. font-family: 'Yanone Kaffeesatz', sans-serif;
  760. text-transform:uppercase;
  761. font-style:normal;
  762. white-space: pre-wrap;
  763. white-space: -moz-pre-wrap;
  764. white-space: -pre-wrap;
  765. white-space: -o-pre-wrap;
  766. word-wrap: break-word; }
  767.  
  768.  
  769. /* TOOLTIP */
  770.  
  771. #s-m-t-tooltip {
  772. max-width:500px; /* CHANGE THE MAX WIDTH OF THE TOOLTIP */
  773. padding: 5px 8px;
  774. margin: 10px;
  775. font-size: 10px; /* FONT SIZE */
  776. letter-spacing: 1px;
  777. text-transform: uppercase;
  778. background: url('https://static.tumblr.com/m1l2rxm/gmwoy52nr/redinledger_tooltip.png'); /* BACKGROUND IMAGE OF TOOLTIP */
  779. background-repeat:repeat;
  780. background-attachment:fixed;
  781. color: #fff; /* FONT COLOR */
  782. border: double 3px #a3a5a9; /* BORDER COLOR */
  783. z-index: 99999;
  784. transition: 0.5s ease-in-out;
  785. -webkit-transition: 0.5s ease-in-out;
  786. -moz-transition: 0.5s ease-in-out;
  787. -ms-transition: 0.5s ease-in-out;
  788. -o-transition: 0.5s ease-in-out;
  789. text-shadow:1px 1px 0px #000, /* SHADOW OF TEXT */
  790. 1px -1px 0px #000,
  791. -1px -1px 0px #000,
  792. -1px 1px 0px #000,
  793. 0px 1px 0px #000,
  794. 0px -1px 0px #000,
  795. 1px 0px 0px #000,
  796. -1px 0px 0px #000;
  797. }
  798.  
  799.  
  800. /* POP UP BLOCKS */
  801.  
  802. .popup_block{
  803. display:none;
  804. background:#272727; /* BACKGROUND COLOR */
  805. padding:20px;
  806. height:378px; /* HEIGHT */
  807. width:278px; /* CHANGE THE WIDTH BY CHANGING IT IN "POPLIGHT" */
  808. position:fixed;
  809. z-index: 99999;
  810. top:339px; /* TOP/BOTTOM POSITIONING */
  811. left:609px; /* LEFT/RIGHT POSITIONING */
  812. overflow-y:scroll;
  813. overflow-x:hidden;
  814. font-family:'Yanone Kaffeesatz', sans-serif;
  815. font-size:14px; /* FONT SIZE */
  816. text-transform:lowercase;
  817. padding:10px;
  818. overflow-x:hidden;
  819. overflow-x:hidden;
  820. }
  821.  
  822.  
  823. *html #fade {position: absolute;}
  824. *html .popup_block {position: absolute;}
  825. #fade {
  826. display:none;
  827. position:fixed;
  828. left:0px;
  829. top:0px;
  830. width:100%;
  831. height:100%; }
  832.  
  833.  
  834. /* TABBED TITLES ON POP UP */
  835.  
  836. ul#tabs {
  837. list-style-type: none;
  838. padding: 0;
  839. text-align: center;
  840. font-size:9px;
  841. font-family:'Raleway', sans-serif;
  842. letter-spacing:1px;
  843. text-shadow:1px 1px 0px #000, /* TEXT SHADOW */
  844. 1px -1px 0px #000,
  845. -1px -1px 0px #000,
  846. -1px 1px 0px #000,
  847. 0px 1px 0px #000,
  848. 0px -1px 0px #000,
  849. 1px 0px 0px #000,
  850. -1px 0px 0px #000;
  851.  
  852. }
  853.  
  854.  
  855.  
  856. ul#tabs li {
  857. background:#000;
  858. background-image:url('https://static.tumblr.com/m1l2rxm/8M4oy3dx2/redinledgerplain.png'); /* BACKGROUND IMAGE FOR TABS */
  859. background-repeat:repeat;
  860. background-attachment:fixed;
  861. border: double 3px #a3a5a9; /* BORDER COLOR */
  862. text-shadow:1px 1px 0px #000, /* TEXT SHADOW */
  863. 1px -1px 0px #000,
  864. -1px -1px 0px #000,
  865. -1px 1px 0px #000,
  866. 0px 1px 0px #000,
  867. 0px -1px 0px #000,
  868. 1px 0px 0px #000,
  869. -1px 0px 0px #000;
  870. display: inline-block;
  871. cursor: pointer;
  872. padding:5px 5px 5px;
  873. font-size:9px;
  874. font-family:'Raleway', sans-serif;
  875. text-transform:uppercase;
  876. line-height:150%;
  877. }
  878.  
  879.  
  880.  
  881. ul#tabs li:hover {
  882. color:#fff; /* TEXT COLOR UPON HOVER */
  883. }
  884.  
  885. ul#tabs li.active {
  886. background:#000; /* BACKGROUND COLOR WHEN ACTIVE */
  887. background-repeat:repeat;
  888. background-attachment:fixed;
  889. border: double 3px #a3a5a9; /* BORDER COLOR */
  890. color:#fff; /* TEXT COLOR WHEN ACTIVE */
  891. display: inline-block;
  892. padding: 5px 5px 5px;
  893. font-size:9px;
  894. text-transform:uppercase;
  895. }
  896.  
  897.  
  898.  
  899. ul#tab {
  900. list-style-type: none;
  901. margin: 0;
  902. padding: 0; }
  903.  
  904. ul#tab li {
  905. display: none; }
  906.  
  907. ul#tab li.active {
  908. display: block; }
  909.  
  910. /* POP UP TAGS / NAVIGATION PAGE */
  911.  
  912. .popuptags {
  913. padding-top:5px;
  914. text-align:center; }
  915.  
  916. .popuptags a {
  917. display:inline-block;
  918. width:75px;
  919. height:20px;
  920. margin:2px;
  921. padding:4px 2px 2px;
  922. text-align:center;
  923. background:transparent;
  924. background-position:fixed;
  925. background-repeat:repeat;
  926. background-image: url('https://static.tumblr.com/m1l2rxm/8M4oy3dx2/redinledgerplain.png'); /* BACKGROUND IMAGE */
  927. border:double 3px #a3a5a9; /* BORDER COLOR */
  928. font-size:12px;
  929. font-family:'Helvetica';
  930. text-transform:uppercase;
  931. text-shadow:1px 1px 0px #000, /* TEXT SHADOW */
  932. 1px -1px 0px #000,
  933. -1px -1px 0px #000,
  934. -1px 1px 0px #000,
  935. 0px 1px 0px #000,
  936. 0px -1px 0px #000,
  937. 1px 0px 0px #000,
  938. -1px 0px 0px #000;
  939. }
  940.  
  941. /* DROP DOWN VERSES */
  942.  
  943. .links_list {
  944. margin:0px;
  945. padding:0px;
  946. width:100%; }
  947.  
  948.  
  949. .links_head {
  950. padding-top:5px;
  951. padding-bottom:5px;
  952. background-image:url('https://static.tumblr.com/m1l2rxm/8M4oy3dx2/redinledgerplain.png'); /* BACKGROUND IMAGE */
  953. background-repeat:repeat;
  954. background-attachment:fixed;
  955. font-size:20px;
  956. font-family:'Raleway', sans-serif;
  957. color:#fff; /* TEXT COLOR */
  958. text-shadow:#000 0.1em 0.1em 0.1em; /* TEXT SHADOW */
  959. border: double 3px #a3a5a9; /* BORDER COLOR */
  960. text-transform:uppercase;
  961. cursor:pointer;
  962. position:relative;
  963. margin:1px;
  964. text-align:center; }
  965.  
  966.  
  967. .links_body {
  968. padding:10px;
  969. text-align:left;
  970. display:none; }
  971.  
  972.  
  973.  
  974. </style>
  975.  
  976. <body>
  977.  
  978. <!-- THIS IS THE INFORMATION IN THE HOVER TEXT BOX, YOU CAN PUT WHATEVER IN HERE IT WILL SCROLL. -->
  979.  
  980. <div id="descriptionbox">
  981. <div id="titles">TITLE</div><p>
  982. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Mauris malesuada consequat ante, nec feugiat libero pretium eget. Pellentesque porta sem ut diam consequat maximus. Phasellus rhoncus eget dolor ut gravida.
  983.  
  984. <div id="titles">ANOTHER</div><p>
  985.  
  986. <b>PELLENTESQUE IMPERDIET HENDRERIT TURPIS A LUCTUS.</b> Pellentesque tristique suscipit quam nec facilisis. Vivamus pharetra volutpat molestie. Maecenas in erat eleifend, feugiat dui at, semper nunc. proin lobortis posuere lorem, at accumsan libero sagittis quis. cras id suscipit arcu, a dapibus elit.
  987.  
  988.  
  989. <div id="titles">AGAIN</div><p>
  990.  
  991. Aliquam tempus dolor in ex blandit, id hendrerit augue lacinia. Aliquam sodales felis ac nisi tristique, vitae porta massa facilisis. Nulla facilisi. Morbi a neque rhoncus, tristique urna tincidunt, sagittis quam. <i>Donec vehicula tincidunt orci, non varius magna aliquet mollis.</i>
  992.  
  993. <p>
  994. </div></div></div>
  995.  
  996.  
  997. <!-- YOUR POP UP ASK BOX -->
  998.  
  999. <div id="ask" class="popup_block">
  1000. <div id="asktitle">TITLE HERE</div><p>
  1001. <iframe frameborder="0" height="270" id="ask_form" scrolling="yes" src="https://www.tumblr.com/ask_form/{Name}.tumblr.com" width="100%"></iframe>
  1002. </div>
  1003.  
  1004. </div></div></div></div></div></div></div></div></div></div>
  1005.  
  1006. <!-- RULES / OR FIRST POP UP -->
  1007. <div id="rules" class="popup_block"><p>
  1008. <div id="titles">TITLE</div>
  1009. <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Mauris malesuada consequat ante, nec feugiat libero pretium eget. Pellentesque porta sem ut diam consequat maximus. Phasellus rhoncus eget dolor ut gravida. PELLENTESQUE IMPERDIET HENDRERIT TURPIS A LUCTUS. Pellentesque tristique suscipit quam nec facilisis. Vivamus pharetra volutpat molestie. Maecenas in erat eleifend, feugiat dui at, semper nunc. proin lobortis posuere lorem, at accumsan libero sagittis quis. cras id suscipit arcu, a dapibus elit. Aliquam tempus dolor in ex blandit, id hendrerit augue lacinia. Aliquam sodales felis ac nisi tristique, vitae porta massa facilisis. Nulla facilisi. Morbi a neque rhoncus, tristique urna tincidunt, sagittis quam. Donec vehicula tincidunt orci, non varius magna aliquet mollis.</p>
  1010.  
  1011. </p>
  1012. </li>
  1013.  
  1014. </div>
  1015. </div>
  1016. </div></div></div></div></div></div></div></div></div></div>
  1017.  
  1018. <!-- NAVIGATION / OR SECOND POP UP W/ TABS -->
  1019.  
  1020. <div id="nav" class="popup_block">
  1021. <div id="titles">NAVIGATION</div>
  1022.  
  1023. <ul id="tabs">
  1024. <li class="active">BIOGRAPHY.</li>&nbsp;
  1025.  
  1026. <li>VERSES.</li>&nbsp;
  1027.  
  1028. <li>TAGS.</li>&nbsp;
  1029.  
  1030. <li>MAINS.</li>&nbsp;
  1031. </ul>
  1032. <div style="width:auto;overflow:scroll;padding:5px;">
  1033.  
  1034. <ul id="tab">
  1035. <li class="active">
  1036.  
  1037. <!-- FIRST/ABOUT TAB BEGINS HERE -- -->
  1038.  
  1039. <div id="titles">TITLE</div><p><p><p>
  1040. <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Mauris malesuada consequat ante, nec feugiat libero pretium eget. Pellentesque porta sem ut diam consequat maximus. Phasellus rhoncus eget dolor ut gravida. PELLENTESQUE IMPERDIET HENDRERIT TURPIS A LUCTUS. Pellentesque tristique suscipit quam nec facilisis. Vivamus pharetra volutpat molestie. Maecenas in erat eleifend, feugiat dui at, semper nunc. proin lobortis posuere lorem, at accumsan libero sagittis quis. cras id suscipit arcu, a dapibus elit. Aliquam tempus dolor in ex blandit, id hendrerit augue lacinia. Aliquam sodales felis ac nisi tristique, vitae porta massa facilisis. Nulla facilisi. Morbi a neque rhoncus, tristique urna tincidunt, sagittis quam. Donec vehicula tincidunt orci, non varius magna aliquet mollis.</p>
  1041.  
  1042. </li>
  1043. <!-- FIRST/ABOUT TAB ENDS HERE -->
  1044.  
  1045. <!-- SECOND/VERSES TAB STARTS HERE. TO CREATE MORE VERSE MERELY COPY & PASTE FROM <DIV CLASS="LINKS_LIST"> TO THE <p> AFER </DIV> THEN INSERT THE CORRECT INFORMATION. MAKE AS MANY AS YOU WANT, THE PAGE WILL SCROLL. -->
  1046. <li>
  1047. <div class="links_list">
  1048. <div class="links_head">MAIN</div>
  1049. <div class="links_body">
  1050. <center>
  1051. <a href="LINK."><big>MAIN VERSE.</big></a></center>
  1052. <p><blockquote>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Mauris malesuada consequat ante, nec feugiat libero pretium eget. Pellentesque porta sem ut diam consequat maximus. Phasellus rhoncus eget dolor ut gravida.</blockquote><br>
  1053. <p><p><p></div>
  1054.  
  1055. <p>
  1056.  
  1057.  
  1058. <!-- SECOND/VERSES TAB ENDS HERE -->
  1059.  
  1060.  
  1061. <p><p><p><br><br><br></li>
  1062.  
  1063. <!-- THIRD/ TAGS TAB STARTS HERE -->
  1064.  
  1065. <li>
  1066.  
  1067. <div class="popuptags">
  1068. <div id="titles">TITLE</div><p><p><p>
  1069.  
  1070. <a href="LINK">LINK.</a>
  1071. <a href="LINK">LINK.</a>
  1072. <a href="LINK">LINK.</a>
  1073. <br>
  1074. <a href="LINK">LINK.</a>
  1075. <a href="LINK">LINK.</a>
  1076. <a href="LINK">LINK.</a>
  1077. <br>
  1078. <a href="LINK">LINK.</a>
  1079. <a href="LINK">LINK.</a>
  1080. <a href="LINK">LINK.</a>
  1081. <br>
  1082. <a href="LINK">LINK.</a>
  1083. <a href="LINK">LINK.</a>
  1084. <a href="LINK">LINK.</a>
  1085. <br>
  1086. <a href="LINK">LINK.</a>
  1087. <a href="LINK">LINK.</a>
  1088. <a href="LINK">LINK.</a>
  1089. <br>
  1090. <a href="LINK">LINK.</a>
  1091. <a href="LINK">LINK.</a>
  1092. <a href="LINK">LINK.</a>
  1093. <br>
  1094.  
  1095. </li>
  1096. <!-- THIRD/ TAGS TAB ENDS HERE -->
  1097.  
  1098. <!-- FOURTH/ MAINS TAB STARTS HERE -->
  1099.  
  1100. <li><div id="titles">MAINS.</div><p><p><p>
  1101.  
  1102. <center> <big>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Mauris malesuada consequat ante, nec feugiat libero pretium eget. Pellentesque porta sem ut diam consequat maximus. Phasellus rhoncus eget dolor ut gravida.</big></center>
  1103.  
  1104. </li>
  1105.  
  1106. <!-- FOURTH/MAINS TAB ENDS HERE -->
  1107.  
  1108. </div></div></div></div></div></div></div></div></div></div>
  1109.  
  1110. <!-- END OF POP UPS -->
  1111.  
  1112.  
  1113. <!-- LINKS & LINK TITLES -->
  1114. <div id="link1"><a href="/" title="REFRESH">I.</a></div>
  1115. <div id="link2"><a href="#?w=278" rel="ask" class="poplight" title="ASK">II.</a></div>
  1116. <div id="link3"><a href="#?w=278" rel="rules" class="poplight" title="LAW.">III.</a></div>
  1117. <div id="link4"><a href="#?w=278" rel="nav" class="poplight" title="NAV.">IV.</a></div>
  1118.  
  1119. <!--DO NOT TOUCH CREDIT -->
  1120. <div id="credit"><a href="https://awokenhope.tumblr.com/" title="THEME BY AWOKENHOPE.">𝒶</a></div>
  1121.  
  1122. <!-- DO NOT TOUCH BELOW THIS -->
  1123.  
  1124. <div id="pagination">{block:Pagination}
  1125. {block:NextPage}<a class="next page"> <a href="{NextPage}" title="Next Page">→</a>{/block:NextPage}{/block:Pagination}
  1126. </div>
  1127.  
  1128. <div id="paginationb">{block:Pagination}
  1129. {block:PreviousPage}<a class="previous page"> <a href="{PreviousPage}" title"Previous Page">←</a>{/block:PreviousPage}{/block:Pagination}</a></a>
  1130. </div>
  1131.  
  1132.  
  1133. <div id="container">
  1134.  
  1135. {block:Posts}
  1136.  
  1137. <div class="posts">
  1138.  
  1139. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  1140.  
  1141. {block:Photo}<center>{LinkOpenTag}<img src="{PhotoURL-HighRes}" width="270px">{LinkCloseTag}</center>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  1142. {block:Photoset}<center>{Photoset}</center>{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  1143.  
  1144.  
  1145. {block:Quote}<div class="quote">❛ {Quote} ❜</div>{block:Source}<div class="quotesource">-{Source}</div>{/block:Source}{/block:Quote}
  1146.  
  1147. {block:Link}<a href="{URL}" class="link" {Target}>{Name}</a>{block:Description}{Description}{/block:Description}{/block:Link}
  1148.  
  1149. {block:Chat}{block:Title}{Title}</a>{/block:Title}
  1150. {block:Lines}<li>{block:Label}{Label}{/block:Label}{Line}</li>{/block:Lines}{/block:Chat}
  1151.  
  1152. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  1153.  
  1154. {block:Audio}{AudioEmbed}{block:Caption}{Caption}{/block:Caption}{/block:Audio}
  1155.  
  1156.  
  1157. {block:Answer}
  1158.  
  1159. <div class="askpost">
  1160.  
  1161.  
  1162. <div class="ask">
  1163. <div class="askerurl">
  1164. <center><a href="{AskerURL}">{AskerName}</a></center>
  1165. </div>
  1166. <div class="question">
  1167. {Question}
  1168. </div>
  1169. </div>
  1170.  
  1171. {Answer}
  1172.  
  1173. </div>
  1174.  
  1175. {/block:Answer}
  1176.  
  1177. {block:date}
  1178. <div id="info">
  1179. <a href="{Permalink}" title="{ShortMonth} {DayOfMonth}"> ◆ </a>
  1180. <a href="{Permalink}" title="{NoteCount} notes"> ◆ </a>
  1181. <a href='{ReblogParentURL}' title="via{ReblogParentURL}"> ◆ </a>
  1182. <a href='{ReblogRootURL}' title="source{ReblogRootURL}"> ◆ </a>
  1183. <a href='{ReblogURL}' title="Reblog"> ◆ </a>
  1184. </div>
  1185. {/block:date}
  1186. <div class="tags">
  1187. {block:HasTags}
  1188. {block:Tags} <a href="{TagURL}" title="{Tag}" data-tooltip="{Tag}" >╳ {Tag} &nbsp; </a> {/block:Tags}
  1189. {/block:HasTags}
  1190. </div></div>
  1191. {block:PostNotes}{PostNotes}{/block:PostNotes}
  1192. <!-- {block:NoRebloggedFrom}
  1193. {block:RebloggedFrom}{ReblogParentName}{/block:RebloggedFrom}
  1194. {/block:NoRebloggedFrom} -->
  1195.  
  1196. {block:ContentSource}
  1197. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  1198. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  1199. {/block:SourceLogo}
  1200. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  1201. {/block:ContentSource}
  1202.  
  1203. {/block:Posts}
  1204. </body>
  1205. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement