watercolorwitch

shctter blog coding May 23 2019

May 23rd, 2019
147
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 39.13 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. </head>
  8. <meta name="description" content="{MetaDescription}" />
  9. <meta name="color:Title" content="#000000"/>
  10. <meta name="color:Background" content="#eeeeee"/>
  11. <meta name="color:Font" content="#000000"/>
  12. <meta name="color:Container" content="#696969"/>
  13. <meta name="color:Posts" content="#ffffff"/>
  14. <meta name="color:Sidebar" content="#696969"/>
  15. <meta name="color:SidebarFont" content="#000000"/>
  16. <meta name="color:DescriptionFont" content="#000000"/>
  17. <meta name="color:Border" content="#000000"/>
  18. <meta name="color:Pagination" content="#000000"/>
  19. <meta name="color:PaginationHover" content="aeaeae"/>
  20.  
  21. <meta name="color:Links" content="#000000"/>
  22. <meta name="color:LinksHover" content="#696969"/>
  23. <meta name="color:Bold" content="#356237"/>
  24. <meta name="color:Italics" content="#ffffff"/>
  25. <meta name="color:TextShadow" content="#000000"/>
  26. <meta name="color:Header" content="#000000"/>
  27. <meta name="color:Question" content="#ffffff"/>
  28. <meta name="color:Tooltip" content="#000000"/>
  29.  
  30. <meta name="image:sidebarimg" content=""/>
  31. <meta name="image:link1img" content=""/>
  32. <meta name="image:link2img" content=""/>
  33. <meta name="image:link3img" content=""/>
  34. <meta name="image:link4img" content=""/>
  35. {/block:Description}
  36. </head>
  37.  
  38.  
  39. <!-- ~ M I R K W O O D T H E M E
  40. ~ code created by AWOKENHOPE.TUMBLR.COM
  41. ~ do not steal this code
  42. ~ do not use as a base code for new codes
  43. ~ feel free to ask any questions -->
  44.  
  45.  
  46.  
  47. <!---------------------POPUP------------------->
  48.  
  49. <script type="text/javascript"
  50. src="https://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  51. <script>
  52. $(document).ready(function() {
  53. //
  54. $('a.poplight[href^=#]').click(function() {
  55. var popID = $(this).attr('rel'); //Get Popup Name
  56. var popURL = $(this).attr('href'); //Get Popup href to define size
  57. var query= popURL.split('?');
  58. var dim= query[1].split('&');
  59. var popWidth = dim[0].split('=')[1]; //Gets the first query string value
  60. $('#' + popID).fadeIn().css({ 'width': Number( popWidth ) }).prepend('<a href="#" class="close"></a>');
  61. var popMargTop = ($('#' + popID).height() + 80) / 2;
  62. var popMargLeft = ($('#' + popID).width() + 80) / 2;
  63. //Apply Margin to Popup
  64. $('#' + popID).css({
  65. 'margin-top' : -popMargTop,
  66. 'margin-left' : -popMargLeft
  67. });
  68. $('body').append('<div id="fade"></div>');
  69. $('#fade').css({'filter' : 'alpha(opacity=80)'}).fadeIn(); //Fade in the fade layer - .css({'filter' : 'alpha(opacity=80)'})
  70. return false;
  71. });
  72. $('a.close, #fade').live('click', function() {
  73. $('#fade , .popup_block').fadeOut(function() {
  74. $('#fade, a.close').remove(); //fade them both out
  75. });
  76. return false;
  77. });
  78. });
  79. </script>
  80.  
  81. <!---------------------TOOLTIP------------------->
  82.  
  83. </script><!--START TOOLTIP BY MALIHU--><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>
  84. (function($){
  85. $(document).ready(function(){
  86. $("a[title]").style_my_tooltips({
  87. tip_follows_cursor:true,
  88. tip_delay_time:90,
  89. tip_fade_speed:600,
  90. attribute:"title"
  91. });
  92. });
  93. })(jQuery);
  94.  
  95. </script>
  96.  
  97. <!---------------------TABBED POP UP------------------->
  98.  
  99. <script>
  100.  
  101. $(document).ready(function(){
  102. $("ul#tabs li").click(function(e){
  103. if (!$(this).hasClass("active")) {
  104. var tabNum = $(this).index();
  105. var nthChild = tabNum+1;
  106. $("ul#tabs li.active").removeClass("active");
  107. $(this).addClass("active");
  108. $("ul#tab li.active").removeClass("active");
  109. $("ul#tab li:nth-child("+nthChild+")").addClass("active");
  110. }
  111. });
  112. });
  113. </script>
  114.  
  115. <!---------------------DROP DOWN VERSES ------------------->
  116.  
  117. <script type="text/javascript" src="https://static.tumblr.com/3ikgvxs/0TGl4zgpu/jquery.min.js"></script>
  118. <script type="text/javascript">
  119. $(document).ready(function(){
  120. $(".links_body").hide();
  121. $(".links_head").click(function(){
  122. $(this).next(".links_body").slideToggle('fast');
  123. }); }); </script>
  124.  
  125.  
  126. <!--------------------- FONT AWESOME ------------------->
  127.  
  128. <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css" rel="stylesheet">
  129.  
  130. <!---------------------GOOGLE FONTS ------------------->
  131.  
  132. <!--font-family: 'Arapey', serif; -->
  133. <link href="https://fonts.googleapis.com/css?family=Arapey" rel="stylesheet">
  134. <!--font-family: 'Oranienbaum', sans-serif; -->
  135. <link href="https://fonts.googleapis.com/css?family=Oranienbaum" rel="stylesheet">
  136. <!--font-family: 'Montez', cursive; -->
  137. <link href="https://fonts.googleapis.com/css?family=Montez" rel="stylesheet">
  138.  
  139. <style type="text/css">
  140.  
  141. /* --------------------FONTFACE------------------ */
  142.  
  143. @font-face {
  144. font-family: 'Nightingale';
  145. src: url('https://static.tumblr.com/b2tj7wo/77Dp47rtw/nightingale_sample.ttf');
  146. }
  147.  
  148. @font-face {
  149. font-family: 'fontface';
  150. src: url(data:font/ttf;base64,[https://static.tumblr.com/b2tj7wo/VPWp47rsw/nightingale.css]) format('truetype');
  151. font-weight: normal;
  152. font-style: normal;
  153. }
  154.  
  155. /* --------------------SCROLLBAR------------------ */
  156. ::-webkit-scrollbar-thumb{
  157. background-color: transparent;
  158. border: 1px solid transparent;
  159. height:0px; }
  160.  
  161. ::-webkit-scrollbar {
  162. height:0px;
  163. width: 0px;
  164. background-color: transparent; }
  165.  
  166.  
  167. /* --------------------BODY------------------ */
  168.  
  169. body {
  170. background:
  171. url('https://66.media.tumblr.com/922e7c257aa443d443e2546a814a8f94/tumblr_poe4ah91oT1xfrtsco1_1280.jpg')
  172. top left
  173. no-repeat
  174.  
  175. ;
  176. background-size:cover;
  177.  
  178. font-family:'Arapey', serif;
  179. font-size:12px;
  180. color:{color:font};
  181. font-weight:100%;}
  182.  
  183. /* --------------------SMALL/SUB/SUP------------------ */
  184.  
  185. small, sub, sup {
  186. font-size:100%;}
  187.  
  188. /* --------------------PRE-WRAP------------------ */
  189. pre {
  190. font-family: 'Oranienbaum', serif;
  191. text-transform:uppercase;
  192. font-style:normal;
  193. white-space: pre-wrap;
  194. white-space: -moz-pre-wrap;
  195. white-space: -pre-wrap;
  196. white-space: -o-pre-wrap;
  197. word-wrap: break-word; }
  198.  
  199.  
  200. /* --------------------SMALL/SUB/SUP------------------ */
  201. a {
  202. text-decoration:none;
  203. font-size:12px;
  204. text-transform:uppercase;
  205. outline:none;
  206. color:{color:links};
  207. -moz-transition-duration:0.2s;
  208. -webkit-transition-duration:0.2s;
  209. -o-transition-duration:0.2s; }
  210.  
  211. a:hover {
  212. text-decoration:none;
  213. outline:none;
  214. color:{color:linkshover};
  215. text-decoration:none;
  216. -moz-transition-duration:0.2s;
  217. -webkit-transition-duration:0.2s;
  218. -o-transition-duration:0.2s; }
  219.  
  220. /* --------------------BOLD/ITALICS------------------ */
  221. b, strong, u {
  222. font-size:12px;
  223. font-family: 'Oranienbaum', serif;
  224. text-transform:uppercase;
  225. color:{color:Bold};
  226. text-shadow:{color:TextShadow} 0.1em 0.1em 0.1em;
  227. }
  228.  
  229. i, em {
  230. color:{color:Italics};
  231. text-transform:lowercase;
  232. font-family: 'Montez', cursive;
  233. font-size:20px;
  234. line-height:120%;
  235. text-shadow:{color:TextShadow} 0.1em 0.1em 0.1em;}
  236.  
  237. /* --------------------BLOCKQUOTE------------------ */
  238. blockquote {
  239. padding:5px;
  240. margin:1px 1px 1px 1px;
  241. border-left:solid 1px {color:border}; }
  242.  
  243. blockquote img {
  244. max-width:100%;
  245. height:auto; }
  246.  
  247. /* --------------------HEADERS------------------ */
  248.  
  249. h1 {
  250. font-weight:normal;
  251. font-size:22px;
  252. text-align:center;
  253. font-family: 'Arapey', serif;
  254. color:{color:header};
  255. line-height:18px;
  256. text-transform:uppercase;
  257. line-height:110%;
  258. text-shadow: 1px 1px 1px #000;
  259. }
  260.  
  261. h2 {
  262. font-weight:normal;
  263. font-size:15px;
  264. text-align:center;
  265. font-family: 'Arapey', sans-serif;
  266. line-height:18px;
  267. text-transform:uppercase;}
  268.  
  269. /* --------------------TITLE------------------ */
  270.  
  271. #maintitle {
  272. position:fixed;
  273. font-size:20px;
  274. color:{color:Title};
  275. font-family: 'Nightingale';
  276. margin-top:48px;
  277. margin-left:300px;
  278. line-height:30px;
  279. text-align:justify;
  280. padding:10px;
  281. z-index:9999;
  282. }
  283.  
  284. /* --------------------CONTAINER------------------ */
  285. #container {
  286. position:absolute;
  287. padding:10px 10px 10px 10px;
  288. border:double 3px {color:border};
  289. left:300px;
  290. top:90px;
  291. background-color:{color:container};
  292. height:400px;
  293. width:550px;
  294. overflow-y:scroll;}
  295.  
  296. /* --------------------POSTS------------------ */
  297. .posts {
  298. width:340px;
  299. padding:10px 10px 10px 10px;
  300. margin-bottom:10px;
  301. background:{color:posts};}
  302.  
  303. img {
  304. max-width: 100%;
  305. height:auto;
  306. }
  307.  
  308.  
  309.  
  310. /* --------------------SIDEBAR------------------ */
  311. #sidebar {
  312. position:fixed;
  313. left:683px;
  314. top:93px;
  315. height:420px;
  316. width:189px;
  317. border-left:1px solid {color:border};
  318. background:{color:sidebar};
  319. color:{color:sidebarfont};
  320. }
  321.  
  322. /* --------------------SIDEBAR------------------ */
  323.  
  324. #description {
  325. position:fixed;
  326. background:{color:sidebar};
  327. font-family:'Arapey', serif;
  328. color:{color:descriptionfont};
  329. border:1px solid {color:Border};
  330. height:115px;
  331. width:160px;
  332. top:205px;
  333. left:690px;
  334. overflow-y:scroll;
  335. text-align:justify;
  336. padding:5px 5px 5px 5px;
  337. padding-left:10px;
  338. z-index:999;
  339. }
  340.  
  341. /* --------------------SIDEBAR IMAGES------------------ */
  342.  
  343. #sidebarimg {
  344. position:fixed;
  345. padding-top:5px;
  346. padding-left:7.5px;
  347. width:175px;
  348. height:100px;
  349. overflow-x:scroll;}
  350.  
  351.  
  352.  
  353. #link1img {
  354. position:fixed;
  355. background:{color:sidebar};
  356. top:340px;
  357. left:695px;
  358. width:75px;
  359. height:75px; }
  360.  
  361. #link2img {
  362. position:fixed;
  363. background:{color:sidebar};
  364. top:340px;
  365. left:790px;
  366. width:75px;
  367. height:75px; }
  368.  
  369. #link3img {
  370. position:fixed;
  371. background:{color:sidebar};
  372. top:210px;
  373. left:695px;
  374. top:430px;
  375. width:75px;
  376. height:75px; }
  377.  
  378. #link4img {
  379. position:fixed;
  380. background:{color:sidebar};
  381. top:430px;
  382. left:790px;
  383. width:75px;
  384. height:75px; }
  385.  
  386. /* --------------------INFO/TAGS------------------ */
  387.  
  388. #info {
  389. background:url('https://memegene.net/sites/default/files/styles/225x120/public/wallpaper/drawn-stars/331783/drawn-stars-tumblr-background-331783-8157819.png?itok=tqo3O_N-');
  390. background-repeat:repeat;
  391. background-attachment:fixed;
  392. width:auto;
  393. height:20px;
  394. padding: 5px 5px 8px 5px;
  395. font-family: 'Arapey', serif; /* FONT FOR INFO */
  396. border:solid 1px {color:border}; /* INFO BORDER */
  397. border-radius:10px;
  398. text-transform:uppercase;
  399. text-align:center;
  400. overflow-y:scroll;
  401. word-spacing:10px;
  402. font-size:12px;}
  403.  
  404. #info a {
  405. color:{color:links};
  406. font-style:normal;}
  407.  
  408.  
  409. #info a:hover {
  410. color:{color:linkshover};
  411. transition-duration:0.9s;
  412. -webkit-transition-duration:0.9s;
  413. -o-transition-duration:0.9s;}
  414.  
  415. .tags {
  416. background:transparent;
  417. text-align:right;
  418. font-family: 'Arapey', serif;
  419. font-size:8px;
  420. padding-top:5px;
  421. padding-bottom:5px;
  422. height:auto;
  423. width:auto;
  424. overflow-y:scroll;}
  425.  
  426. .tags a{
  427. font-size:10px;
  428. font-family: 'Arapey', serif;
  429. text-transform:none;
  430. color:{color:links};
  431. text-shadow: 1px 1px 1px {color:TextShadow}; }
  432.  
  433. .tags a:hover{
  434. color:{color:linkshover};
  435. text-decoration:none; }
  436.  
  437. /* --------------------ASK------------------ */
  438.  
  439. .ask {
  440. background-image:transparent
  441. border-radius:10px;
  442. border-top:solid 1px {color:border};
  443. }
  444.  
  445. .askerurl {
  446. height:15px;
  447. text-align:right;
  448. margin-top:-32px;}
  449.  
  450. .askerurl a {
  451. font-family: 'Montez', cursive;
  452. font-size:35px;
  453. text-transform:lowercase;
  454. letter-spacing:0px;
  455. color:{color:bold};
  456. text-align:right; }
  457.  
  458. .askerurl a:hover {
  459. color:{color:linkshover};
  460. letter-spacing:0px;
  461. -moz-transition-duration:.9s;
  462. -webkit-transition-duration:.9s;
  463. -o-transition-duration:.9s; }
  464.  
  465. .question {
  466. text-align:center;
  467. background-color:transparent;
  468. padding:5px 5px;
  469. letter-spacing: 2px;
  470. color:{color:Question}; /* COLOR OF TEXT INSIDE ASK */
  471. text-shadow:1px 1px 1px #000;
  472. opacity:1;
  473. padding-top:10px;
  474. margin-top:10px; }
  475.  
  476. /* --------------------QUOTES------------------ */
  477.  
  478. .quote {
  479. font-size:14px;
  480. letter-spacing:2px;
  481. text-align:center;
  482. border-radius:10px;
  483. margin-bottom:5px;
  484. padding-bottom:5px; }
  485.  
  486. .quotesource {
  487. font-size:12px;
  488. letter-spacing:4px;
  489. text-align:right;
  490. color:{color:Bold};
  491. margin-top:5px;
  492. margin-bottom:5px;
  493. text-transform:uppercase;
  494. font-style:bold;
  495. font-family:'Oranienbaum', serif; }
  496.  
  497. /* --------------------TITLES------------------ */
  498.  
  499. #titles {
  500. font-family:'Oranienbaum', serif;
  501. font-size:16px;
  502. padding: 3px 3px;
  503. margin: 5px 5px 5px 5px;
  504. letter-spacing: 1px;
  505. text-shadow: {color:TextShadow} 0.5em 0.1em 0.5em; /* SHADOW OF TEXT */
  506. background:url('https://memegene.net/sites/default/files/styles/225x120/public/wallpaper/drawn-stars/331783/drawn-stars-tumblr-background-331783-8157819.png?itok=tqo3O_N-'); /* BACKGROUND IMAGE */
  507. background-repeat:repeat;
  508. background-attachment:absolute;
  509. border:solid 1px {color:border};
  510. border-radius:10px;
  511. line-height: normal;
  512. text-transform: uppercase;
  513. color:#fff;
  514. text-align: center;
  515. width:auto;
  516. z-index:999;
  517. }
  518.  
  519.  
  520. #s-m-t-tooltip {
  521. max-width: 500px;
  522. padding: 5px 8px;
  523. margin: 10px;
  524. font-size: 10px;
  525. letter-spacing: 1px;
  526. font-family: 'Nightingale';
  527. text-transform:lowercase;
  528. background-repeat:repeat;
  529. background-attachment:fixed;
  530. color:{color:ToolTip};
  531. z-index:9999999;
  532. transition: 0.5s ease-in-out;
  533. -webkit-transition: 0.5s ease-in-out;
  534. -moz-transition: 0.5s ease-in-out;
  535. -ms-transition: 0.5s ease-in-out;
  536. -o-transition: 0.5s ease-in-out;
  537. }
  538.  
  539.  
  540. /* --------------------POPUP BLOCK------------------ */
  541.  
  542. .popup_block{
  543. display:none;
  544. background:{color:posts};
  545. color:{color:font};
  546. padding:20px;
  547. height:400px;
  548. position:fixed;
  549. z-index:999;
  550. top:333px;
  551. left:523px;
  552. overflow-y:scroll;
  553. overflow-x:hidden;
  554. font-family:'Arapey', serif;
  555. font-size:12px;
  556. text-transform:lowercase;
  557. padding:10px;
  558. overflow-x:hidden;
  559. overflow-x:hidden;
  560. }
  561.  
  562.  
  563. *html #fade {position: absolute;}
  564. *html .popup_block {position: absolute;}
  565. #fade {
  566. display:none;
  567. position:fixed;
  568. left:0px;
  569. top:0px;
  570. width:100%;
  571. height:100%; }
  572.  
  573. /* --------------------TABBED POPUP------------------ */
  574.  
  575. #tabbedpop {
  576. background:{color:sidebar};
  577. position:fixed;
  578. font-family: 'Arapey', serif;
  579. font-size:9px;
  580. margin-top:91px;
  581. margin-left:377px;
  582. width:164px;
  583. height:114px;
  584. text-align:center;
  585. opacity:1;
  586. padding: 5px 5px 5px;
  587. opacity:1;}
  588.  
  589.  
  590. /* --------------------TABBED TITLES------------------ */
  591.  
  592. ul#tabs {
  593. list-style-type: none;
  594. text-align:center;
  595. font-size:11px;
  596. font-family: 'Arapey', serif;
  597. letter-spacing:1px;
  598. padding: 2px 2px 2px 2px;}
  599.  
  600. ul#tabs li {
  601. background:{color:sidebar};
  602. border:1px solid {color:border};
  603. border-radius:10px;
  604. width:50px;
  605. height:15px;
  606. display:inline-block;
  607. cursor: pointer;
  608. padding:3px 5px 5px;
  609. font-size:9px;
  610. font-family: 'Arapey', serif;
  611. text-transform:uppercase;
  612. text-align:center;
  613. line-height:200%;
  614. margin-bottom:5px;
  615. color:{color:font}; }
  616.  
  617.  
  618. ul#tabs li:hover {
  619. background-color:{color:bold};
  620. border:1px solid {color:border};
  621. color:{color:italics}; }
  622.  
  623. ul#tabs li.active {
  624. background:{color:italics};
  625. border:1px solid {color:border};
  626. color:{color:font};
  627. display: inline-block;
  628. padding: 3px 5px 5px;
  629. font-size:9px;
  630. text-transform:uppercase; }
  631.  
  632. ul#tab {
  633. list-style-type: none;
  634. margin: 0;
  635. padding: 0; }
  636.  
  637. ul#tab li {
  638. display: none; }
  639.  
  640. ul#tab li.active {
  641. display: block; }
  642.  
  643. /* --------------------POP UP TAGS------------------ */
  644.  
  645. .popuptags {
  646. padding-top:5px;
  647. text-align:center; }
  648.  
  649. .popuptags a {
  650. display:inline-block;
  651. width:75px;
  652. height:15px;
  653. margin:2px;
  654. padding:4px 2px 2px;
  655. text-align:center;
  656. background:transparent;
  657. border:1px solid {color:border};
  658. border-radius:10px;
  659. font-size:9px;
  660. color:{color:font};
  661. font-family: 'Arapey', serif;
  662. text-transform:uppercase;
  663. }
  664.  
  665.  
  666. .popuptags a:hover {
  667. background-color:transparent;
  668. color:#fff; }
  669.  
  670. /* --------------------DROP DOWN VERSES------------------ */
  671.  
  672. .links_list {
  673. margin:0px;
  674. padding:0px;
  675. width:100%; }
  676.  
  677.  
  678. .links_head {
  679. font-family: 'Arapey', serif;
  680. height:auto;
  681. font-size:14px;
  682. padding: 3px 3px;
  683. margin: 5px 0px 0px;
  684. letter-spacing: 1px;
  685. text-shadow: 1px 1px 1px {color:TextShadow};
  686. background: url('https://memegene.net/sites/default/files/styles/225x120/public/wallpaper/drawn-stars/331783/drawn-stars-tumblr-background-331783-8157819.png?itok=tqo3O_N-');
  687. background-repeat:repeat;
  688. background-attachment:fixed;
  689. border:1px solid {color:border};
  690. border-radius:10px;
  691. line-height: normal;
  692. text-transform: uppercase;
  693. color:#fff;
  694. text-align: center;
  695. width:auto; }
  696.  
  697.  
  698. .links_body {
  699. padding:10px;
  700. text-align:left;
  701. display:none; }
  702.  
  703. /* --------------------PAGINATION------------------ */
  704.  
  705. #pagination {
  706. position:fixed;
  707. text-align:justify;
  708. width:340px;
  709. top:520px;
  710. left:800px; }
  711.  
  712. #pagination a {
  713. color:{color:pagination};
  714. font-size:12px;
  715. -webkit-transition: all 0.7s ease;
  716. -moz-transition: all 0.7s ease;
  717. -o-transition: all 0.7s ease;
  718. }
  719.  
  720. #pagination a:hover {
  721. color:{color:paginationhover};
  722. }
  723.  
  724. /* --------------------CREDIT------------------ */
  725.  
  726. #credit {
  727. position:absolute;
  728. position:fixed;
  729. font-family: 'Abel', sans-serif;
  730. text-transform:bold;
  731. width:auto;
  732. height:auto;
  733. bottom:0px;
  734. right:10px;
  735. padding: 2px 2px 2px;
  736. font-size:20px;
  737. line-height:100%;
  738. z-index:99999999;
  739. letter-spacing: 1px;}
  740.  
  741. #credit a {
  742. width:30px;
  743. line-height:100%;
  744. margin-bottom:0px;
  745. opacity:1;
  746. color:#696969;
  747. letter-spacing:0px;
  748. text-decoration:none; }
  749.  
  750. #credit a:hover {
  751. color:#00000;
  752. width:60px;
  753. text-shadow: 0 0 5px #eee;
  754. -webkit-filter: blur(1px) ;
  755. -webkit-transition: 0.7s ease-in;
  756. -moz-transition: }
  757.  
  758.  
  759. </style>
  760.  
  761. <body>
  762.  
  763. <!----------------------ASK/SUBMIT BOX----------------------->
  764.  
  765. <div id="askbox" class="popup_block">
  766. <div id="titles">ASK</div><p>
  767. <iframe frameborder="0" height="100" id="ask_form" scrolling="yes" src="https://www.tumblr.com/ask_form/{Name}.tumblr.com" width="100%"></iframe>
  768. <p>
  769.  
  770. <div id="titles">SUBMIT</div><p>
  771. <iframe frameborder="0" border="0" scrolling="yes" height="200" width="100%" src="https://www.tumblr.com/submit_form/{Name}.tumblr.com"></iframe>
  772. </div>
  773.  
  774. <!----------------HERE IS WHERE YOU PUT YOUR RULES------------------->
  775.  
  776. <div id="rules" class="popup_block">
  777. <div id="titles">RULES</div><p>
  778.  
  779. <h1>GREETINGS.</h1>
  780. <p>hello , hello ! My name is Stormi , &amp;&amp; I am the mun of this blog . I have roleplayed on Tumblr for around FIVE TO SEVEN YEARS now , so I know my way around . my timezone is EDT/EST for those who are curious ; I am American , I&rsquo;m currently a freshman in college following a Graphic Design/Computer Science major , I&rsquo;m turning 21 on June 19th , and my real name is Samantha .&nbsp;</p>
  781. <h1>GENERAL.</h1>
  782. <p><strong>i .</strong> do not godmod , powerplay, ect .</p>
  783. <p><strong>ii .</strong> do not steal icons , graphics , ect . I own many of the icons , some are from friends , &amp;&amp; the others are from public sites .</p>
  784. <p><strong>iii .</strong> there will be nfsw on this blog , &amp;&amp; as such , some will not be tagged like alcohol mention or abuse . if you would like something tagged , please contact me ( kindly ! ) through IMs . I don&rsquo;t want to make anyone uncomfortable here .</p>
  785. <p><strong>iv .</strong> my discomforts include , but are not limited to : GORE/VORE , BODY HORROR , HOLES IN FLESH , CANNIBALISM , AND THE GLORIFICATION OF SUICIDE / SELF HARM , CONSTANT NEGATIVITY , CONSTANT NSFW , &amp;&amp; GREEK PANTHEON ROLEPLAYING .</p>
  786. <p>I am WICCAN &amp;&amp; observe the Greek pantheon as my deities ( mostly Artemis , Persephone , &amp;&amp; Hades ) so any characterization or roleplaying of them is NOT welcome on my dashboard . if possible , I ask that these things are tagged , or I will not follow .</p>
  787. <p><strong>v .</strong> I will not write smut if the other mun &amp;&amp; character are younger than 18 . no exceptions .</p>
  788. <h1>SPECIFIC.</h1>
  789. <p><strong>vi .</strong> I am a mutuals-only roleplay blog.</p>
  790. <p><strong>vii .</strong> I am an extremely private, selective, and independent roleplay blog.</p>
  791. <p><strong>viii .</strong> I do not tolerate call-out posts.</p>
  792. <p><strong>ix .</strong> I do not tolerate vague posts , either .</p>
  793. <p>side note : I will still interact with people who you may or may not be friends with . unless they are incredibly predatory or toxic , I do not care about their pasts .</p>
  794. <h1>FORMATTING.</h1>
  795. <p><strong>x .</strong> I format my replies , edit my icons, and use specialized tags for each muse .</p>
  796. <p><strong>xi .</strong> if possible , I would like if my length is matched . if not , that&rsquo;s fine as long as I have enough to work with .</p>
  797. <h1>REPLIES.</h1>
  798. <p><strong>xii .</strong> I am open to longer threads &amp;&amp; plotted storylines - just understand that I will be very slow at times .&nbsp;</p>
  799. <h1>ICONS.</h1>
  800. <p><strong>xiii .</strong> half of my icons are mine , half are not : they are edited by me .&nbsp;</p>
  801. <h1>CHARACTERS.</h1>
  802. <p><strong>xiv .</strong> most of the characters listed here are MY characters , characters that I have had for years . they will eventually become part of a webtoon or novella .&nbsp;</p>
  803. <h1>EXCLUSIVES.</h1>
  804. <p><strong>xv .</strong> I will practice exclusivity . I will pick close friends over strangers .</p>
  805. <h1>SHIPPING.</h1>
  806. <p><strong>xvi .</strong> I am multi-ship &amp;&amp; forever looking for ways to foster character development through relationship building .</p>
  807. <h1>UNFOLLOWING.</h1>
  808. <p><strong>xvii .</strong> I try to maintain follower counts as mutuals . after not seeing someone on my dashboard for months , I may unfollow just to declutter my numbers . I will also unfollow if a lot of ooc content ( as if the roleplay blog is also a personal ) , sexual content , or if we have been mutuals for months and have not spoken or interacted .</p>
  809. <h1>OOC</h1>
  810. <p><strong>xviii .</strong> if you have an issue with me , my blog , my posts , my characters , or MYSELF - tell me . talk to me . do NOT just block me &amp;&amp; vague about how &rsquo; horrible &rsquo; I am for not talking to you . if I feel there is an issue , I will contact you directly .</p>
  811. <p><strong>xix .</strong> this blog is on PERMANENT low-activity / semi-hiatus .&nbsp;</p>
  812.  
  813.  
  814. </div></div>
  815.  
  816. <!-------------HERE IS WHERE YOU WOULD PUT YOUR BIOGRAPHY--------------->
  817. <div id="biography" class="popup_block">
  818. <div id="titles">Dossiers</div>
  819.  
  820. <p><a href="/Edalina"><img src="https://66.media.tumblr.com/f3c0b3eada6761244d1bc92b4e68434f/tumblr_inline_plepbblwaw1w8fygk_500.png" /></a> <a href="/Eliott"><img src="https://66.media.tumblr.com/23225f2f5adcbb5ea025b413182c88f7/tumblr_inline_plepbvJQeX1w8fygk_500.png" /></a> <a href="/Frankie"><img src="https://66.media.tumblr.com/a51fe1ed9a953f06a9bab22215baa3c4/tumblr_inline_plepclyuBP1w8fygk_500.png" /></a></p>
  821. <p><a href="/Hunter"><img src="https://66.media.tumblr.com/a3659cc702a7224cedc9b96841ffd313/tumblr_inline_plepdavUTJ1w8fygk_500.png" /></a> <a href="/Josie"><img src="https://66.media.tumblr.com/ecb6a4e786d37ff4ef11444f150f474f/tumblr_inline_plepdzTKKd1w8fygk_500.png" /></a> <a href="/Max"><img src="https://66.media.tumblr.com/b957e35766ebb4ddacaff6e5ca1ecc3d/tumblr_inline_plepetYFg21w8fygk_500.png" /></a></p>
  822. <p><a href="/Winter"><img src="https://66.media.tumblr.com/ce7fccb011b39b0a5305226ada211957/tumblr_inline_plepfkGA8e1w8fygk_500.png" /></a><a href="https://shctter.tumblr.com/tagged/side;"><img src="https://66.media.tumblr.com/516eac61259ab1002ee69fb6fa94ae73/tumblr_inline_pnihstP0oJ1w8fygk_500.png" /></a>
  823.  
  824. <a href="https://shctter.tumblr.com/template"><img src="https://66.media.tumblr.com/516eac61259ab1002ee69fb6fa94ae73/tumblr_inline_pnihstP0oJ1w8fygk_500.png" /></a>
  825. </p>
  826.  
  827.  
  828. </div>
  829. <!--
  830. <div id="biography" class="popup_block">
  831. <div id="titles">GENERAL STATS</div><p>
  832.  
  833. <strong>FULL NAME:&nbsp;</strong> NAME </br>
  834. <strong>NICKNAME[S]:</strong></b> NICKNAMES<br>
  835. <strong>AGE:</strong>&nbsp; AGE <br>
  836. <strong>SPECIES:&nbsp;</strong> SPECIES </br>
  837. <strong>GENDER:</strong>&nbsp; GENDER</br>
  838. <strong>SEXUAL ORIENTATION:</strong>&nbsp; SEXUAL ORIENTATION</br>
  839. <strong>ROMANTIC ORIENTATION:</strong>&nbsp; ROMANTIC ORIENTATION</br>
  840. <strong>SPOKEN LANGUAGE:</strong>&nbsp; LANGUAGES</br>
  841. <strong>OCCUPATION:</strong>&nbsp; OCCUPATIONS</br>
  842.  
  843. <p>
  844. <div id="titles">RELATIONSHIPS</div><p>
  845.  
  846. <p><strong>PARENTS:&nbsp;</strong> MOTHER & FATHER </br>
  847. <strong>SIBLINGS:&nbsp;</strong> NON </br>
  848. <strong>SIGNIFICANT OTHER:</strong>&nbsp;verse dependent</br>
  849.  
  850. <p><div id="titles">PHYSICAL TRAITS</div><p>
  851. <strong>EYE COLOUR:&nbsp;</strong> COLOR </br>
  852. <strong>HAIR COLOUR:</strong>&nbsp; COLOR </br>
  853. <strong>HEIGHT:</strong>&nbsp; HEIGHT </br>
  854. <strong>WEIGHT:</strong>&nbsp; WEIGHT </br>
  855.  
  856. <p><div id="titles">BIOGRAPHY</div><p>
  857.  
  858. <h1>PART ONE</h1><p>
  859. <p> You can put anything here </p>
  860.  
  861. <h1>PART TWO</h1><p>
  862. <p> You can also put more here </p>
  863.  
  864.  
  865. <div id="titles">SKILLS &amp;&amp; ABILITIES</div><p>
  866. <center>
  867. you can put skills<br>
  868. and abilities here<br>
  869. </center>
  870. <p>
  871.  
  872.  
  873. <div id="titles">PERSONALITY</div><p>
  874. Here you can write about your characters personality so that others can better understand them.
  875.  
  876. </div></div>
  877. -->
  878.  
  879. <!-------------HERE IS WHERE YOUR NAVIGATION IS--------------->
  880.  
  881.  
  882. <div id="navigation" class="popup_block"><p>
  883. <div id="tabbedpop">
  884. <ul id="tabs">
  885.  
  886. <li class="active">VERSES.</li>
  887.  
  888. <li>LINKS.</li>
  889.  
  890. <li>MAINS.</li>
  891.  
  892. <li>MUN.</li>
  893.  
  894. </ul>
  895. </div>
  896.  
  897. <ul id="tab">
  898. <li class="active">
  899.  
  900. <!--------------- FIRST/VERSE STARTS HERE ------------->
  901. <p><p><p>
  902.  
  903.  
  904.  
  905. <div class="links_list">
  906. <div class="links_head">MAIN</div>
  907. <div class="links_body">
  908. <center>
  909. <a href="MAIN VERSE TAG"><big>TITLE OF VERSE ONE</big></big></a></center><p><blockquote>A description of your verse, it can be as long as you want it to be!</blockquote><br>
  910. <p><p><p></div>
  911.  
  912. <p>
  913.  
  914. <div class="links_list">
  915. <div class="links_head">VERSE</div>
  916. <div class="links_body">
  917. <center>
  918. <a href="VERSE TWO TAG"><big>TITLE OF VERSE TWO.</big></a></center><p><blockquote>A description of your verse, it can be as long as you want it to be!
  919. </blockquote><br>
  920. <p><p><p></div>
  921.  
  922. <p>
  923.  
  924. </li>
  925. <!----------------- FIRST/VERSE TAB ENDS HERE ------------->
  926.  
  927.  
  928. <!----------------- SECOND/LINKS TAB STARTS HERE ------------->
  929. <li>
  930. <div class="popuptags">
  931. <div class="popuptags">
  932. <div id="titles">ORGANIZATION</div><p><p><p>
  933.  
  934. <a href="https://shctter.tumblr.com/tagged/【 𝙨𝙩𝙤𝙧𝙢𝙞 . 】">
  935.  
  936. OOC . </a>
  937. <a href="https://shctter.tumblr.com/tagged/【 𝙠𝙚𝙥𝙩 . 】">
  938.  
  939. Kept . </a>
  940. <a href="https://shctter.tumblr.com/tagged/【 𝙥𝙧𝙤𝙢𝙤 . 】">
  941.  
  942. Promo . </a>
  943. </br>
  944. <a href="https://shctter.tumblr.com/tagged/【 𝙜𝙖𝙢𝙚𝙨 . 】">
  945.  
  946. Games . </a>
  947. <a href="https://shctter.tumblr.com/tagged/【 𝙖𝙣𝙨𝙬𝙚𝙧𝙚𝙙 . 】">
  948.  
  949. Answered . </a>
  950. <a href="https://shctter.tumblr.com/tagged/【 𝙬𝙞𝙨𝙝𝙡𝙞𝙨𝙩. 】">
  951.  
  952. Wishlist . </a>
  953.  
  954. </br>
  955. <a href="https://shctter.tumblr.com/tagged/【 𝙨𝙩𝙖𝙧𝙩𝙚𝙧 . 】">
  956.  
  957. Starter . </a>
  958. <a href="https://shctter.tumblr.com/tagged/【 𝙤𝙥𝙚𝙣 . 】">
  959.  
  960. Open . </a>
  961. <a href="https://shctter.tumblr.com/tagged/【 𝙧𝙚𝙥𝙡𝙞𝙚𝙙 . 】">
  962.  
  963. Replied . </a>
  964.  
  965. </br>
  966. <div id="titles">MAIN CAST . </div><p><p><p>
  967.  
  968.  
  969. <a href="https://shctter.tumblr.com/tagged/❝ 𝗘𝗱𝗮𝗹𝗶𝗻𝗮 . ❞">
  970.  
  971. Edalina . </a>
  972. <a href="https://shctter.tumblr.com/tagged/❝ 𝗘𝗹𝗶𝗼𝘁𝘁 . ❞">
  973.  
  974. Eliott . </a>
  975. <a href="https://shctter.tumblr.com/tagged/❝ 𝗙𝗿𝗮𝗻𝗸𝗶𝗲 . ❞">
  976.  
  977. Frankie . </a>
  978. </br>
  979. <a href="https://shctter.tumblr.com/tagged/❝ 𝗛𝘂𝗻𝘁𝗲𝗿 . ❞">
  980.  
  981. Hunter . </a>
  982. <a href="https://shctter.tumblr.com/tagged/❝ 𝗝𝗼𝘀𝗶𝗲 . ❞">
  983.  
  984. Josie . </a>
  985. <a href="https://shctter.tumblr.com/tagged/❝ 𝗠𝗮𝘅 . ❞">
  986.  
  987. Max . </a>
  988. </br>
  989. <a href="https://shctter.tumblr.com/tagged/❝ 𝗧𝗵𝗲𝗼 . ❞">
  990.  
  991. Theo . </a>
  992. <a href="https://shctter.tumblr.com/tagged/❝ 𝗪𝗶𝗻𝘁𝗲𝗿 . ❞">
  993.  
  994. Winter . </a>
  995.  
  996. <div id="titles">SIDE ROLES .</div><p><p><p>
  997. </br>
  998. <a href="https://shctter.tumblr.com/tagged/❛ 𝗔𝗿𝗶𝗮 . ❜">
  999.  
  1000. Aria . </a>
  1001. <a href="https://shctter.tumblr.com/tagged/❛ 𝗕𝗶𝗿𝗱𝗶 . ❜">
  1002.  
  1003. Birdi . </a>
  1004. <a href="https://shctter.tumblr.com/tagged/❛ 𝗖𝗼𝗹𝗯𝗶𝗲 . ❜">
  1005.  
  1006. Colbie . </a>
  1007. </br>
  1008. <a href="https://shctter.tumblr.com/tagged/❛ 𝗙𝗶𝗼𝗻𝗮 . ❜">
  1009.  
  1010. Fiona . </a>
  1011. <a href="https://shctter.tumblr.com/tagged/❛ 𝗜𝗿𝗶𝘀𝘀𝗮 . ❜">
  1012.  
  1013. Irissa . </a>
  1014. <a href="https://shctter.tumblr.com/tagged/❛ 𝗢𝗿𝗶 . ❜">
  1015.  
  1016. Orienna . </a>
  1017. </br>
  1018. <a href="https://shctter.tumblr.com/tagged/❛ 𝗦𝗵𝗶𝗿𝗼 . ❜">
  1019.  
  1020. Shiro </a>
  1021. </br>
  1022.  
  1023. <div id="titles">CHARACTERS AESTHETIC</div><p><p><p>
  1024.  
  1025. <a href="https://shctter.tumblr.com/tagged/【 𝙩𝙧𝙞𝙫𝙞𝙪𝙢 . 】">
  1026.  
  1027. Trivium . </a>
  1028. <a href="https://shctter.tumblr.com/tagged/【 𝙢𝙪𝙨𝙞𝙣𝙜𝙨 . 】">
  1029.  
  1030. Musings . </a>
  1031.  
  1032. <a href="https://shctter.tumblr.com/tagged/【 𝙫𝙞𝙨𝙖𝙜𝙚 . 】">
  1033.  
  1034. Visage . </a>
  1035. </br>
  1036. <a href="https://shctter.tumblr.com/tagged/【 𝙡𝙞𝙠𝙚𝙨 . 】">
  1037.  
  1038. Likes . </a>
  1039. <a href="https://shctter.tumblr.com/tagged/【 𝙖𝙩𝙩𝙞𝙧𝙚 . 】">
  1040.  
  1041. Attire . </a>
  1042. <a href="https://shctter.tumblr.com/tagged/【 𝙜𝙧𝙖𝙥𝙝𝙞𝙘𝙨 . 】">
  1043.  
  1044. Graphics . </a>
  1045. </br>
  1046. <a href="https://shctter.tumblr.com/tagged/【 𝙧𝙚𝙡𝙖𝙩𝙞𝙤𝙣𝙨𝙝𝙞𝙥𝙨 . 】">
  1047.  
  1048. Relationships . </a>
  1049. <a href="https://shctter.tumblr.com/tagged/【 𝙫𝙚𝙧𝙨𝙚𝙨 . 】">
  1050.  
  1051. Verses . </a>
  1052.  
  1053. </li>
  1054.  
  1055. <!----------------- SECOND/LINKS TAB ENDS HERE ------------->
  1056.  
  1057.  
  1058. <!----------------- THIRD/LINKS TAB STARTS HERE ------------->
  1059.  
  1060. <li>
  1061. <p><p><p>
  1062. <div class="links_list">
  1063. <div class="links_head">Mains</div>
  1064. <div class="links_body">
  1065. <center>
  1066. <p><p>
  1067. <img src="https://66.media.tumblr.com/6feb8a22481573efa810256e09077ab7/tumblr_inline_podygmHqVe1w8fygk_1280.png" align="left" style="height:70px;width:70px;padding-right:5px;padding-bottom:0px;">
  1068. <big><a href="http://griefful.tumblr.com/">Griefful .</a></big>
  1069.  
  1070. <br><br>
  1071.  
  1072. <b>RELATIONSHIP:</b> Helbram x Josie <br>
  1073. <b>VERSE:</b> Seven Deadly Sins
  1074.  
  1075. <br><br><br><p>
  1076. <img src="https://66.media.tumblr.com/363e29d092cc505e9eb7a86ef5ea70ac/tumblr_inline_poe03eD5hq1w8fygk_1280.png" align="left" style="height:70px;width:70px;padding-right:5px;padding-bottom:0px;">
  1077. <big><a href="https://maestrobe.tumblr.com/">Maestrobe .</a></big>
  1078.  
  1079. <br><br>
  1080.  
  1081. <b>RELATIONSHIP:</b> TBA <br>
  1082. <b>VERSE:</b> TBA
  1083.  
  1084. <br><br><br><p>
  1085. <img src="https://66.media.tumblr.com/9254ea1f6ab4e057993c27588b66fd12/tumblr_inline_poe03ezgHu1w8fygk_1280.png" align="left" style="height:70px;width:70px;padding-right:5px;padding-bottom:0px;">
  1086. <big><a href="http://ivoryfated.tumblr.com/">IvoryFated .</a></big>
  1087.  
  1088. <br><br>
  1089.  
  1090. <b>RELATIONSHIP:</b> Eugeo x Josie <br>
  1091. <b>VERSE:</b> Modern AU
  1092.  
  1093. <br><br><br><p>
  1094. <img src="https://66.media.tumblr.com/38d0020419cea4dcbd6216b6cdd1d755/tumblr_inline_poe03eVw2q1w8fygk_1280.png" align="left" style="height:70px;width:70px;padding-right:5px;padding-bottom:0px;">
  1095. <big><a href="https://sleeploved.tumblr.com/">SleepLoved .</a></big>
  1096.  
  1097. <br><br>
  1098.  
  1099. <b>RELATIONSHIP:</b> Cami x Fiona <br>
  1100. <b>VERSE:</b> Modern AU
  1101.  
  1102. <br><br><br><p>
  1103. <img src="" align="left" style="height:70px;width:70px;padding-right:5px;padding-bottom:0px;">
  1104. <big><a href="http://.tumblr.com/">TBA.</a></big>
  1105.  
  1106. <br><br>
  1107.  
  1108. <b>RELATIONSHIP:</b> <br>
  1109. <b>VERSE:</b>
  1110. </div>
  1111.  
  1112. <p>
  1113.  
  1114. <div class="links_list">
  1115. <div class="links_head">Exclusives</div>
  1116. <div class="links_body">
  1117. <center>
  1118. <img src="https://static.tumblr.com/fdh5wxp/EQVp5ve77/placeholder.png" align="left" style="height:70px;width:70px;padding-right:5px;padding-bottom:0px;">
  1119. <big><a href="/tagged/YOUR-VERSE-TAG-HERE">TBA.</a></big>
  1120.  
  1121. <br><br>
  1122.  
  1123. <b>RELATIONSHIP:</b> TBA <br>
  1124. <b>VERSE:</b> TBA
  1125.  
  1126. <br><br><p>
  1127.  
  1128.  
  1129. </div>
  1130.  
  1131. <p>
  1132.  
  1133. <div class="links_list">
  1134. <div class="links_head">Ship Exclusive</div>
  1135. <div class="links_body">
  1136. <center>
  1137. <img src="https://static.tumblr.com/fdh5wxp/EQVp5ve77/placeholder.png" align="left" style="height:70px;width:70px;padding-right:5px;padding-bottom:0px;">
  1138. <big><a href="/tagged/YOUR-VERSE-TAG-HERE">TBA.</a></big>
  1139.  
  1140. <br><br>
  1141.  
  1142. <b>RELATIONSHIP:</b> TBA <br>
  1143. <b>VERSE:</b> TBA
  1144.  
  1145. <br><br><p>
  1146.  
  1147.  
  1148. </div>
  1149.  
  1150. <p>
  1151.  
  1152.  
  1153. </li>
  1154.  
  1155. <!----------------- THIRD/LINKS TAB ENDS HERE ------------->
  1156.  
  1157.  
  1158. <!----------------- FOURTH/MUN TAB STARTS HERE ------------->
  1159. <li>
  1160. <div id="titles">MUN</div><p><p>
  1161. Hello ! My name is Stormi , the mun of this blog ! I have roleplayed for around five or six years now , all of it was on tumblr . I'm almost 21 , I live in the USA , and I'm an animal mom ( I have 2 cats and 1 leopard gecko ) . I'm a Witch . I work part-time and am a full-time student .
  1162.  
  1163. My Discord and my Snapchat are available upon request . My Facebook is also available if we become good enough friends .
  1164.  
  1165. <p>
  1166.  
  1167. </li>
  1168.  
  1169. <!----------------- FOURTH/MUN TAB ENDS HERE ------------->
  1170.  
  1171.  
  1172. </div></div></div></div></div></div></div></div></div></div>
  1173.  
  1174.  
  1175. <div id="maintitle">{Title}</div>
  1176.  
  1177. <div id="container">
  1178. <div id="sidebar">
  1179. <div id="sidebarimg"><a href="/" title="home"><img src="{image:sidebarimg}"></a></div>
  1180. <div id="description">
  1181. {block:Description}{Description}{/block:Description}</div>
  1182.  
  1183. <div id="link1img"><a href="#?w=358" rel="askbox" class="poplight" title="messages."><img src="{image:link1img}"></a></div>
  1184.  
  1185. <div id="link2img"><a href="#?w=358" rel="rules" class="poplight" title="laws."><img src="{image:link2img}"></a></div>
  1186. <div id="link3img"><a href="#?w=358" rel="biography" class="poplight" title="biography."><img src="{image:link3img}"></a></div>
  1187. <div id="link4img"><a href="#?w=358" rel="navigation" class="poplight" title="maps."><img src="{image:link4img}"></a></div>
  1188. </div>
  1189. <div id="credit"><a href="https://awokenhope.tumblr.com/" title="THEME BY AWOKENHOPE.">𝒶</a></div>
  1190. {block:Posts}
  1191. <div class="posts">
  1192.  
  1193. {block:Text}{block:Title}{Title}{/block:Title}{Body}{/block:Text}
  1194.  
  1195. {block:Photo}<center>{LinkOpenTag}<img src="{PhotoURL-HighRes}" width="100%">{LinkCloseTag}</center>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  1196. {block:Photoset}<center>{Photoset}</center>{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  1197.  
  1198. {block:Quote}<div class="quote">❛ {Quote} ❜</div>{block:Source}<div class="quotesource">-{Source}</div>{/block:Source}{/block:Quote}
  1199.  
  1200. {block:Link}<a href="{URL}" class="link" {Target}>{Name}</a>{block:Description}{Description}{/block:Description}{/block:Link}
  1201.  
  1202. {block:Chat}{block:Title}{Title}</a>{/block:Title}
  1203. {block:Lines}<li>{block:Label}{Label}{/block:Label}{Line}</li>{/block:Lines}{/block:Chat}
  1204.  
  1205. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  1206.  
  1207. {block:Audio}{AudioEmbed}{block:Caption}{Caption}{/block:Caption}{/block:Audio}
  1208.  
  1209. {block:Answer}
  1210.  
  1211. <div class="askpost">
  1212.  
  1213.  
  1214. <div class="ask">
  1215. <div class="askerurl">
  1216. <a href="{AskerURL}">{AskerName}</a>
  1217. </div>
  1218. <div class="question">
  1219. {Question}
  1220. </div>
  1221. </div>
  1222.  
  1223. {Answer}
  1224.  
  1225. </div>
  1226.  
  1227. {/block:Answer}
  1228.  
  1229. {block:date}
  1230. <p>
  1231. <div id="info">
  1232. <a href="{Permalink}" title="{ShortMonth} {DayOfMonth}"> ★ </a>
  1233. <a href="{Permalink}" title="{NoteCount} notes"> ★ </a>
  1234. <a href='{ReblogParentURL}' title="via{ReblogParentURL}"> ★ </a>
  1235. <a href='{ReblogRootURL}' title="source{ReblogRootURL}"> ★ </a>
  1236. <a href='{ReblogURL}' title="Reblog"> ★ </a>
  1237. </div>
  1238. {/block:date}
  1239.  
  1240. {block:HasTags}
  1241. <div class="tags">
  1242. {block:Tags} <a href="{TagURL}" title="{Tag}" data-tooltip="{Tag}" > {Tag} &nbsp; </a> {/block:Tags}
  1243. </div>
  1244. {/block:HasTags}
  1245.  
  1246. <!-- {block:NoRebloggedFrom}
  1247. {block:RebloggedFrom}{ReblogParentName}{/block:RebloggedFrom}
  1248. {/block:NoRebloggedFrom} -->
  1249.  
  1250. {block:ContentSource}<!-- {SourceURL}
  1251. {block:SourceLogo}<img src="{BlackLogoURL}"width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />{/block:SourceLogo}
  1252. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  1253. {/block:ContentSource}
  1254.  
  1255. </div>
  1256. {block:PostNotes}{PostNotes}{/block:PostNotes}
  1257. {/block:Posts}
  1258. <div id="pagination">{block:Pagination}
  1259. {block:PreviousPage}<a href="{PreviousPage}">prev</a>{/block:PreviousPage} {block:NextPage}<a href="{NextPage}">next</a>
  1260. {/block:NextPage}
  1261. {/block:Pagination}</div>
  1262.  
  1263.  
  1264. </div>
  1265. </body>
  1266. </html>
Add Comment
Please, Sign In to add comment