Advertisement
xariaaaa

[THEME] Blue Crows

Jun 29th, 2017
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 20.54 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  3. <head><title>{Title}</title>
  4. <link rel="shortcut icon" href="{Favicon}">
  5. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  6. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  7.  
  8. <meta name="color:PostBackground" content="#eae8e8" />
  9. <meta name="color:Background" content="#ffffff" />
  10. <meta name="color:Accent" content="#252e6a" />
  11. <meta name="color:Text" content="#3a3a3a" />
  12.  
  13. <style type="text/css">
  14. /* UNIFIED */
  15. @font-face { font-family: "unified"; src: url('https://dl.dropboxusercontent.com/s/hf6uw6x4xcddaba/Unified-Regular.ttf'); }
  16.  
  17. *, body, a {
  18. cursor: url(http://31.media.tumblr.com/tumblr_lqs4idHqTZ1qfoi4t.png), auto;
  19. }
  20.  
  21. a:hover {
  22. cursor: url(http://i.imgur.com/IepP2.jpg), auto;
  23. }
  24.  
  25. ::-webkit-scrollbar-thumb {
  26. height: auto;
  27. background-color: {color:PostBackground};
  28. }
  29.  
  30. ::-webkit-scrollbar {
  31. height:9px;
  32. width:4px;
  33. background-color: {color:Background};
  34. }
  35.  
  36. body {
  37. background-color: {color:Background};
  38. }
  39.  
  40. a {
  41. text-decoration:none;
  42. outline:none;
  43. -moz-outline-style:none;
  44. color: {color:Accent};
  45. }
  46.  
  47. blockquote, blockquote blockquote {
  48. width: 240px;
  49. border-left: 1px solid {color:Background};
  50. padding-left:5px;
  51. margin-left: 5px;
  52. }
  53.  
  54. blockquote img, blockquote blockquote img, #post img, .photopost, .photosetpost, .video {
  55. opacity: 0.3;
  56. -webkit-filter: grayscale(100%);
  57. -webkit-transition: opacity 0.7s linear;
  58. -webkit-transition: all 0.7s ease-out;
  59. -moz-transition: all 0.7s ease-out;
  60. transition: all 0.7s ease-out;
  61. }
  62.  
  63. blockquote img:hover, blockquote blockquote img:hover, #post img:hover, .photopost:hover, .photosetpost:hover, .video {
  64. opacity: 0.8;
  65. -webkit-filter: grayscale(30%);
  66. -webkit-transition: opacity 0.7s linear;
  67. -webkit-transition: all 0.7s ease-out;
  68. -moz-transition: all 0.7s ease-out;
  69. transition: all 0.7s ease-out;
  70. }
  71.  
  72. blockquote img {
  73. max-width: 240px;
  74. height: auto;
  75. }
  76.  
  77. blockquote blockquote img {
  78. max-width: 180px;
  79. height: auto;
  80. }
  81.  
  82. h1, h2, h3 {
  83. color: {color:Accent};
  84. font-family: "unified";
  85. font-size: 12px;
  86. letter-spacing: 1px;
  87. }
  88.  
  89. pre, code {
  90. font-family: "Calibri";
  91. font-size: 10px;
  92. text-align: justify;
  93. text-transform: uppercase;
  94. padding: 20px;
  95. background-color: {color:Background};
  96. white-space:pre-wrap;
  97. word-wrap:break-word;
  98. }
  99.  
  100. small, sub, sup {
  101. font-size: 10px;
  102. }
  103.  
  104. #entries {
  105. width: 260px;
  106. height: 100%;
  107. float: right;
  108. margin-top: 20px;
  109. margin-right: 200px;
  110. }
  111.  
  112. #post {
  113. background-color: {color:PostBackground};
  114. color: {color:Text};
  115. margin-bottom: 80px;
  116. padding: 20px;
  117. width: 250px;
  118. font-family: "Calibri";
  119. font-size: 12px;
  120. text-align: justify;
  121. }
  122.  
  123. .posttitle {
  124. font-family: "unified";
  125. text-transform: uppercase;
  126. text-align: justify;
  127. font-size: 30px;
  128. padding-bottom: 5px;
  129. margin-bottom: 10px;
  130. -webkit-transition: opacity 0.7s linear;
  131. -webkit-transition: all 0.7s ease-out;
  132. -moz-transition: all 0.7s ease-out;
  133. transition: all 0.7s ease-out;
  134. }
  135.  
  136. .quote {
  137. font-family: "unified";
  138. font-size: 20px;
  139. text-align: justify;
  140. }
  141.  
  142. .source {
  143. font-family: "Calibri";
  144. font-size: 10px;
  145. text-transform: uppercase;
  146. text-align: right;
  147. }
  148.  
  149. .player {
  150. width: 27px;
  151. height: 27px;
  152. left: 16px;
  153. top: 16px;
  154. opacity: 0.4;
  155. line-height: 0;
  156. overflow: hidden;
  157. }
  158.  
  159. .details {
  160. margin-top: -20px;
  161. margin-left: 28px;
  162. font-family: "Calibri";
  163. font-size: 10px;
  164. text-transform: uppercase;
  165. }
  166.  
  167. .caption a {
  168. font-size: 10px;
  169. text-transform: uppercase;
  170. }
  171.  
  172. .caption b, .caption strong, .chat b, .chat strong {
  173. font-family: "unified";
  174. font-size: 11px;
  175. letter-spacing: 1px;
  176. text-transform: uppercase;
  177. }
  178.  
  179. .caption i, .caption em {
  180. font-family: "calibri";
  181. font-size: 9px;
  182. letter-spacing: -1px;
  183. }
  184.  
  185. .asker {
  186. font-family: "unified";
  187. font-size: 20px;
  188. letter-spacing: 1px;
  189. text-transform: uppercase;
  190. text-align: center;
  191. }
  192.  
  193. .question {
  194. font-size: 10px;
  195. text-transform: uppercase;
  196. padding: 10px;
  197. background-color: {color:Background};
  198. text-align: justify;
  199. }
  200.  
  201. /* POST PERMA */
  202.  
  203. .perma {
  204. margin-top: 15px;
  205. padding-top: 15px;
  206. line-height: 10px;
  207. border-top: 1px solid {color:Background};
  208. font-size: 9px;
  209. position: relative;
  210. text-transform :uppercase;
  211. }
  212.  
  213. .perma a {
  214. display:inline-block;
  215. }
  216.  
  217. .perma .pperma {
  218. float:right;
  219. display:inline-block;
  220. text-align:right;
  221. }
  222.  
  223. .pinfo {
  224. margin-top: 20px;
  225. padding-top: 10px;
  226. border-top: 1px solid white;
  227. font-family: "calibri";
  228. font-size: 9px;
  229. text-align: justify;
  230. text-transform: uppercase;
  231. }
  232.  
  233. .notes img {
  234. display: none;
  235. }
  236.  
  237. .notes {
  238. font-family: "Calibri";
  239. font-size: 10px;
  240. text-align: justify;
  241. text-transform: uppercase;
  242. }
  243.  
  244. #s-m-t-tooltip{
  245. padding: 5px;
  246. max-width: 200px;
  247. margin-top: 15px;
  248. margin-left: 15px;
  249. z-index:9999999999999999999999;
  250. box-shadow: 0px 0px 10px {color:Background};
  251. border-left: 1px solid {color:Background};
  252. background-color:{color:PostBackground};
  253. color: {color:Text};
  254. font-family: "Calibri";
  255. text-align: justify;
  256. font-size: 8px;
  257. line-height: 13px;
  258. letter-spacing: 1px;
  259. text-transform: uppercase;
  260. -webkit-transition: opacity 0.5s linear;
  261. -webkit-transition: all 0.5s ease-out;
  262. -moz-transition: all 0.5s ease-out;
  263. transition: all 0.5s ease-out;
  264. }
  265.  
  266. #credit {
  267. position: fixed;
  268. float: right;
  269. bottom: 1px;
  270. right: 3px;
  271. font-size: 8px;
  272. font-family: "Calibri";
  273. }
  274.  
  275. #mcwrap {
  276. height: 400px;
  277. width: 650px;
  278. position: fixed;
  279. bottom: 50px;
  280. left: 100px;
  281. }
  282.  
  283. .bigraven {
  284. margin-top: 100px;
  285. height: 300px;
  286. width: 271px;
  287. background-color: {color:PostBackground};
  288. font-family: "Calibri";
  289. font-size: 8px;
  290. text-align: justify;
  291. letter-spacing: 1px;
  292. text-transform: uppercase;
  293. line-height: 12px;
  294. color: {color:Text};
  295. }
  296.  
  297. .bigraven img {
  298. margin-top: -144px;
  299. }
  300.  
  301. .topbar {
  302. height: 75px;
  303. width: 650px;
  304. background-color: {color:Accent};
  305. margin-top: -380px;
  306. opacity: 0.4;
  307. }
  308.  
  309. .topperbar {
  310. height: 10px;
  311. width: 650px;
  312. background-color: {color:Accent};
  313. margin-top: -88px;
  314. opacity: 0.6;
  315. }
  316.  
  317. .toppestbar {
  318. height: 5px;
  319. width: 650px;
  320. background-color: {color:Accent};
  321. margin-top: -17px;
  322. opacity: 0.8;
  323. }
  324.  
  325. .smallraven {
  326. height: 200px;
  327. width: 65px;
  328. margin-left: 585px;
  329. margin-top: 190px;
  330. }
  331.  
  332. .parting {
  333. height: 5px;
  334. width: 375px;
  335. background-color: {color:Accent};
  336. margin-left: 276px;
  337. }
  338.  
  339. .healtu {
  340. height: 10px;
  341. width: 10px;
  342. margin-left: 623px;
  343. margin-top: -160px;
  344. }
  345.  
  346. .lwrap {
  347. height: 45px;
  348. width: 170px;
  349. background-color: {color:PostBackground};
  350. margin-left: 473px;
  351. margin-top: -153px;
  352. border: double 5px {color:Background};
  353. }
  354.  
  355. .link1, .link2, .link3, .link4, .hvr1, .hvr2, .hvr3, .hvr4 {
  356. position: absolute;
  357. height: 30px;
  358. width: 30px;
  359. background-color: {color:Accent};
  360. border-radius: 50%;
  361. -webkit-transition: opacity 0.5s linear;
  362. -webkit-transition: all 0.5s ease-out;
  363. -moz-transition: all 0.5s ease-out;
  364. transition: all 0.5s ease-out;
  365. }
  366.  
  367. .link1 {
  368. opacity: 0.4;
  369. margin-top: 7px;
  370. margin-left: 10px;
  371. }
  372.  
  373. .link2 {
  374. opacity: 0.6;
  375. margin-left: 50px;
  376. margin-top: 7px;
  377. }
  378.  
  379. .link3 {
  380. opacity: 0.8;
  381. margin-left: 90px;
  382. margin-top: 7px;
  383. }
  384.  
  385. .link4 {
  386. opacity: 1;
  387. margin-left: 130px;
  388. margin-top: 7px;
  389. }
  390.  
  391. .link1:hover, .link2:hover, .link3:hover, .link4:hover, .hvr1:hover, .hvr2:hover, .hvr3:hover, .hvr4:hover {
  392. opacity: 1;
  393. -webkit-transition: opacity 0.5s linear;
  394. -webkit-transition: all 0.5s ease-out;
  395. -moz-transition: all 0.5s ease-out;
  396. transition: all 0.5s ease-out;
  397. }
  398.  
  399. .descmic {
  400. height: 50px;
  401. width: 170px;
  402. font-family: "Calibri";
  403. font-size: 8px;
  404. text-align: justify;
  405. margin-left: 477px;
  406. margin-top: 5px;
  407. text-transform: uppercase;
  408. }
  409.  
  410. .desctall {
  411. height: 175px;
  412. width: 90px;
  413. margin-left: 400px;
  414. margin-top: -8px;
  415. padding: 5px;
  416. font-family: "Calibri";
  417. font-size: 8px;
  418. text-align: justify;
  419. margin-left: 475px;
  420. text-transform: uppercase;
  421. line-height: 12px;
  422. color: {color:Text};
  423. background-color: {color:PostBackground};
  424. border: double 5px {color:Background};
  425. }
  426.  
  427. .how {
  428. height: 108px;
  429. width: 180px;
  430. padding: 5px;
  431. background-color: {color:PostBackground};
  432. margin-left: 273px;
  433. margin-top: -297px;
  434. font-family: "Calibri";
  435. font-size: 8px;
  436. text-align: justify;
  437. text-transform: uppercase;
  438. color: {color:Text};
  439. line-height: 12px;
  440. border: double 5px {color:Background};
  441. }
  442.  
  443. .gf {
  444. width: 189px;
  445. height: 30px;
  446. background-color: {color:PostBackground};
  447. margin-left: 273px;
  448. margin-top: 0px;
  449. border: double 5px {color:Background};
  450. }
  451.  
  452. .desclast {
  453. height: 50px;
  454. width: 178px;
  455. padding: 5px;
  456. background-color: {color:PostBackground};
  457. margin-left: 273px;
  458. font-family: "Calibri";
  459. font-size: 8px;
  460. text-align: justify;
  461. text-transform: uppercase;
  462. color: {color:Text};
  463. line-height: 12px;
  464. border: double 5px {color:Background};
  465. }
  466.  
  467. .hwrap {
  468. height: 45px;
  469. width: 188px;
  470. background-color: {color:PostBackground};
  471. margin-left: 273px;
  472. border: double 5px {color:Background};
  473. }
  474.  
  475. .hvr4 {
  476. opacity: 1;
  477. margin-top: 7px;
  478. margin-left: 10px;
  479. }
  480.  
  481. .hvr3 {
  482. opacity: 0.8;
  483. margin-left: 56px;
  484. margin-top: 7px;
  485. }
  486.  
  487. .hvr2 {
  488. opacity: 0.6;
  489. margin-left: 100px;
  490. margin-top: 7px;
  491. }
  492.  
  493. .hvr1 {
  494. opacity: 0.4;
  495. margin-left: 145px;
  496. margin-top: 7px;
  497. }
  498.  
  499. /* INFINITE SCROLL */
  500.  
  501. #infscr-loading {
  502. display:none!important;
  503. }
  504.  
  505. #iscon{
  506. width:100%;
  507. height:45px;
  508. }
  509.  
  510. </style>
  511.  
  512. <!-- S-M-T-TOOLTIP JAVA -->
  513. <script src="http://static.tumblr.com/wgijwsy/u2vm2hxv6/jquery.infinitescroll.min.js"></script>
  514.  
  515. <script>
  516. $(document).ready(function(){
  517. $('.photo-slideshow').pxuPhotoset({
  518. lightbox: true,
  519. rounded: false,
  520. gutter: '1px',
  521. photoset: '.photo-slideshow',
  522. photoWrap: '.photo-data',
  523. photo: '.pxu-photo'
  524. });
  525. {block:IndexPage}
  526. var $container = $('#posts');
  527. $container.masonry({ itemSelector: '.entry' });
  528. $container.imagesLoaded(function(){
  529. $container.masonry();
  530. $container.find('.entry').animate({ opacity: 1, zIndex: 1 });
  531. });
  532.  
  533. $container.infinitescroll({
  534. itemSelector: '.entry',
  535. navSelector: '.pagination',
  536. nextSelector: '.next',
  537. loadingImg: '',
  538. loadingText: '<em></em>',
  539. bufferPx: 2000
  540. },
  541. function( newElements ) {
  542. var $newElems = $( newElements );
  543. $newElems.find('.photo-slideshow').pxuPhotoset({
  544. lightbox: true,
  545. rounded: false,
  546. gutter: '1px',
  547. photoset: '.photo-slideshow',
  548. photoWrap: '.photo-data',
  549. photo: '.pxu-photo'
  550. },
  551. function(){
  552. $container.masonry();
  553. });
  554. $newElems.imagesLoaded(function(){
  555. $container.masonry( 'appended', $newElems );
  556. $newElems.animate({ opacity: 1, zIndex: 1 });
  557. });
  558. });
  559.  
  560. $container.infinitescroll({
  561. itemSelector: ".entry",
  562. navSelector: "#pagination",
  563. nextSelector: ".next",
  564. loadingImg: "",
  565. loadingText: "<em></em>",
  566. bufferPx: 10000,
  567. extraScrollPx: 12000,
  568. errorCallback: function() {
  569. $('.load-more').fadeOut();
  570. }
  571. }, function(newElements) {
  572. var $newElems = $(newElements).css({
  573. opacity: 0
  574. });
  575. $newElems.imagesLoaded(function() {
  576. $newElems.animate({
  577. opacity: 1
  578. });
  579. $container.masonry('appended', $newElems,
  580. true);
  581. });
  582. });
  583. {/block:IndexPage}
  584. });
  585. </script>
  586.  
  587. <script type='text/javascript' src='https://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js'></script>
  588. <script type="text/javascript" src="http://static.tumblr.com/7qjmkr5/IUmmdsy41/jquery.style-my-tooltips.js"></script>
  589. <script>
  590. (function($){
  591. $(document).ready(function(){
  592. $("[title]").style_my_tooltips();
  593. });
  594. })(jQuery);
  595. </script>
  596.  
  597.  
  598. </head>
  599. <body>
  600.  
  601. <div id="mcwrap">
  602. <div class="bigraven">
  603. what was is that made the world happy? what was it that stood in her way to achieve happiness? was it her greed? was it her ambition? was it her sinning? she could not say anymore. everything, after so many years of ruthless adventures and crude jokes about life... has raven ever cared? has any of her aliases ever cared? no, never. she's been around for so long, sometimes her name would be forgotten even by her. it's just the memories of her past, some photographs, an old birth ceritificate and nothing else. of course, you'd say, who could forget their own past. she can. she's been so many people, she can't remember who she is anymore.
  604. <img src="http://i.imgur.com/nTWZgSI.png" />
  605. </div>
  606. <div class="topbar"></div><div class="topperbar"></div><div class="toppestbar"></div>
  607.  
  608. <div class="smallraven"><img src="http://i.imgur.com/AeIU96A.png" /></div>
  609. <div class="parting"></div>
  610. <div class="healtu"><a title="Love's Gross. - confucius"><img src="http://66.media.tumblr.com/716b32c6bb3d7ec2a34d0ee7f4133f31/tumblr_inline_nduv7mLQ7u1rujz3w.png" /></a></div>
  611. <div class="lwrap">
  612. <a href="/" title="Home"><div class="link1"></div></a>
  613. <a href="/inbox" title="Inbox"><div class="link2"></div></a>
  614. <a href="/i" title="Profile"><div class="link3"></div></a>
  615. <a href="/ii" title="Navigation"><div class="link4"></div></a>
  616. </div>
  617. <div class="descmic">
  618. i am not affiliated with jiyeon, t-ara or mbk. literate, nsfw and selective. life is busy with college so i'm slow with replies.<a href="#"> my DISCLAIMER can be found here. please read it!</a>
  619. </div>
  620. <div class="desctall">
  621. &nbsp; &nbsp; &nbsp;long are the summer days when, in the heat of the sun, and with sweat on your forehead, there's more to you than just a taste of ever-lasting youth. she met him in a most peculiar moment and a fondness started growing. but with attachment came pain, as he was nothing more than a traitor to the crown. (plot <a href="">HERE</a>) &nbsp;
  622. </div>
  623.  
  624. <div class="how">
  625. &nbsp; &mdash; Her name is <b>Raven Xue</b>, born and raised in Las Vegas, Nevada. She is a strong believer in women's rights and marches for independence. Famous for her good looks between the staff members of the <i>Seven Luck</i> casino in seoul, and her sassy attitude, the woman is 23 years old, fluent in Korean, English and Mandarin. Would you dare to play a deck against her? not many would. &mdash;
  626. </div>
  627. <div class="gf"><img src="http://i.imgur.com/m7JeXWo.gif" /></div>
  628. <div class="desclast">
  629. she is not a person of attachment and care, you'd more likely find her drinking alcohol than looking for a romance. she is one to go over a night's wild adventure
  630. </div>
  631.  
  632. <div class="hwrap">
  633. <a title="I encourage plotting, despite being slow with writing back (plotting or replies). Free free to contact me on aim (@SUSP.N) or on twitter (@tvveetie)"><div class="hvr1"></div></a>
  634. <a title="Raven's secret identity will remain a secret unless we've plotted before hand. Anyone who knows her real identity will be ignored."><div class="hvr2"></div></a>
  635. <a title="The typist is older than 18 and, also, busy with OOC life and school. Replies may be slow at most times."><div class="hvr3"></div></a>
  636. <a title="This account is not safe for work. Triggering themes such as violence, blood, and death will appear. Follow at your own risk."><div class="hvr4"></div></a>
  637. </div>
  638. <div class="bottom1"></div><div class="stand1"></div>
  639. </div>
  640.  
  641. <div id="entries">
  642. {block:Posts}
  643.  
  644. {block:ContentSource}
  645. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  646. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  647. {/block:SourceLogo}
  648. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  649.  
  650. <!-- {ReblogParentURL}{block:ReblogParentLogo}<img src="{BlackLogoURL}"
  651. width="{LogoWidth}" height="{LogoHeight}" alt="{ReblogParentTitle}" />
  652. {/block:ReblogParentLogo}
  653. {block:NoReblogParentLogo}{ReblogParentLink}{/block:NoReblogParentLogo} -->
  654. {/block:ContentSource}
  655.  
  656. <div id="post">
  657.  
  658. <!-- TEXT POSTS -->
  659. {block:Text}
  660. <div class="posttitle">{block:Title}<a href="{Permalink}">{Title}</a>{/block:Title}</div>
  661. <div class="caption">{Body}</div>
  662. {/block:Text}
  663.  
  664. <!-- PHOTO POSTS -->
  665. {block:Photo}
  666. <center>{LinkOpenTag}<img src="{PhotoURL-250}">{LinkCloseTag}</center>
  667. <div class="caption">{block:Caption}{Caption}{/block:Caption}</div>
  668.  
  669. {/block:Photo}
  670.  
  671. <!-- PHOTOSET POSTS -->
  672. {block:Photoset}
  673. <div class="photosetpost">{Photoset-250}</div>
  674. <div class="caption">{block:Caption}{Caption}{/block:Caption}</div>
  675. {/block:Photoset}
  676.  
  677. <!-- QUOTE POSTS -->
  678. {block:Quote}
  679. <div class="quote">{Quote}</div>
  680. <div class="source">{block:Source} —{Source}{/block:Source}</div>
  681. {/block:Quote}
  682.  
  683. <!-- LINK POSTS -->
  684. {block:Link}
  685. <div class="posttitle"><a href="{URL}" {Target}>{Name}</a></div>
  686. {block:Description}{Description}{/block:Description}
  687. {/block:Link}
  688.  
  689. <!-- CHAT POSTS -->
  690. {block:Chat}
  691. <div class="posttitle">{block:Title}{Title}{/block:Title}</div>
  692. <div class="chat">
  693. {block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}</div>
  694. {/block:Chat}
  695.  
  696.  
  697. <!-- ASK POST -->
  698. {block:Answer}
  699. <div class="asker">{Asker}</div>
  700. <div class="question">{Question}</div>
  701. {Answer}
  702. {/block:Answer}
  703.  
  704. <!-- AUDIO POST -->
  705. {block:Audio}
  706. <div class="player">{AudioPlayerGrey}</div>
  707. <div class="details">
  708. {block:TrackName}{TrackName}{/block:TrackName} by {block:Artist}{Artist}{/block:Artist}</div>
  709. <div class="caption">{block:Caption}{Caption}{/block:Caption}</div>
  710. {/block:Audio}
  711.  
  712. <!-- VIDEO POST -->
  713. {block:Video}
  714. <div class="video">{Video-250}</div>
  715. <div class="caption">{block:Caption}{Caption}{/block:Caption}</div>
  716. {/block:Video}
  717.  
  718. {block:IndexPage}
  719. <div class="perma">
  720. <span class="pperma">
  721. <a href="{Permalink}" target="_blank" class="r">{NoteCountWithLabel}</a><br>
  722. <a href="{ReblogURL}" target="_blank" class="r">REBLOG?</a>
  723. </span>
  724. <a href="{Permalink}" target="_blank">{DayOfMonth} {Month}</a><br>
  725. <a href="{Permalink}" target="_blank" title="{block:HasTags}{block:Tags}#{Tag}{/block:Tags}{/block:HasTags}">TAGGED</a>
  726. </div>
  727. {/block:IndexPage}
  728.  
  729. {block:PermalinkPage}
  730. <div class="pinfo">
  731. <center>Posted on {DayOfMonth} {Month} {Year} with {NoteCountWithLabel}.</center><br />
  732. Tagged as: {block:HasTags}{block:Tags} <a href="{TagURL}">#{Tag}</a>{/block:Tags}{/block:HasTags}.
  733. </div>
  734.  
  735. <div class="notes">{block:PostNotes}{PostNotes}{/block:PostNotes}</div>
  736. {/block:PermalinkPage}
  737.  
  738. </div>
  739. {/block:Posts}
  740. </div>
  741.  
  742. <div id="credit"><a href="http://92rvn.tumblr.com/" title="This theme was coded by the typist.">CREDIT</a>
  743. </div>
  744. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement