Advertisement
kamamoto

devyn

Feb 11th, 2016
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 17.59 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">
  3.  
  4. <!---------------------------------------------------------------------------
  5.  
  6. (\__/)
  7. (•ㅅ•)
  8.  
  9. Vanilla theme
  10. Support and more themes @ http://beatamine.tumblr.com
  11.  
  12. ---------------------------------------------------------------------------->
  13.  
  14. <head>
  15.  
  16. <title>{Title}</title>
  17. <link rel="shortcut icon" href="{image:Favicon}">
  18. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  19.  
  20.  
  21. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  22. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  23.  
  24. <script>
  25. (function($){
  26. $(document).ready(function(){
  27. $("a[title]").style_my_tooltips({
  28. tip_follows_cursor:true,
  29. tip_delay_time:0,
  30. tip_fade_speed:0,
  31. attribute:"title"
  32. }); }); })(jQuery);
  33. </script>
  34.  
  35. {block:Description}<meta name="description" content="{MetaDescription}" />
  36. {/block:Description}
  37.  
  38. <meta name="image:Favicon" content="/">
  39. <meta name="image:Background" content="/">
  40. <meta name="image:Icon" content="/">
  41. <meta name="color:Text" content="/">
  42. <meta name="color:Links" content="/">
  43. <meta name="color:Links Hover" content="/">
  44. <meta name="color:Italic" content="/">
  45. <meta name="color:Selection" content="/">
  46. <meta name="color:Shadow Posts" content="/">
  47. <meta name="color:Shadow Sidebar" content="/">
  48. <meta name="color:Shadow Blog Name" content="/">
  49. <meta name="color:Link Sidebar" content="/">
  50. <meta name="color:Link Sidebar Background" content="/">
  51. <meta name="color:Tooltip Color" content="/">
  52. <meta name="color:Tooltip Background" content="/">
  53. <meta name="text:Link 1 Url" content="/">
  54. <meta name="text:Link 1 Title" content="">
  55. <meta name="text:Link 2 Url" content="/">
  56. <meta name="text:Link 2 Title" content="">
  57. <meta name="text:Link 3 Url" content="/">
  58. <meta name="text:Link 3 Title" content="">
  59. <meta name="text:Link 4 Url" content="/">
  60. <meta name="text:Link 4 Title" content="">
  61. <meta name="if:Show Captions" content="0">
  62. <meta name="if:Bigger posts" content="0">
  63.  
  64.  
  65. <style type="text/css">
  66.  
  67. /*Other*/
  68.  
  69. iframe#tumblr_controls {
  70. top:0%!important;
  71. right:0%!important;
  72. position:fixed!important;
  73. z-index:999999999!important;
  74. opacity:0.3;
  75. -webkit-filter:invert(100%);
  76. -moz-filter:invert(100%);
  77. -o-filter:invert(100%);
  78. -ms-filter:invert(100%);
  79. filter:invert(100%);
  80. }
  81.  
  82. ::-webkit-scrollbar-thumb {
  83. background:{color:Links};
  84. border:#fff solid 2px;
  85. }
  86.  
  87. ::-webkit-scrollbar {
  88. background:{color:Links};
  89. border:4px solid #fff;
  90. height:0px;
  91. opacity:0;
  92. width:9px;
  93. }
  94.  
  95. ::selection {
  96. background:#fff;
  97. color:{color:Selection};
  98. text-shadow:none;
  99. }
  100.  
  101. ::-moz-selection {
  102. background:#fff;
  103. color:{color:Selection};
  104. text-shadow:none;
  105. }
  106.  
  107. #s-m-t-tooltip {
  108. max-width:300px;
  109. padding:2px 4px;
  110. margin:25px 20px;
  111. background-color:{color:Tooltip Background};
  112. color:{color:Tooltip Color};
  113. z-index:99999;
  114. border-radius:4px;
  115. -webkit-border-radius:4px;
  116. -moz-border-radius:4px;
  117. -webkit-transition: all 0.2s ease-out;
  118. -moz-transition: all 0.2s ease-out;
  119. transition: all 0.2s ease-out;
  120. font:70% Trebuchet Ms;
  121. letter-spacing:1px;
  122. text-transform:uppercase;
  123. }
  124.  
  125. /*General*/
  126.  
  127. html {
  128. padding:0;
  129. margin:0;
  130. height:100%;
  131. width:100%;
  132. }
  133.  
  134.  
  135. body {
  136. line-height:1.4em;
  137. word-wrap:break-word;
  138. background:url('{image:Background}') repeat fixed;
  139. font:70% Trebuchet Ms;
  140. color:{color:Text};
  141. text-align:left;
  142. }
  143.  
  144. * {
  145. -webkit-transition:all 0.4s ease-in-out;
  146. -moz-transition: all 0.4s ease-in-out;
  147. -o-transition: all 0.4s ease-in-out;
  148. -ms-transition: all 0.4s ease-in-out;
  149. transition: all 0.4s ease-in-out;
  150. }
  151.  
  152. a {
  153. color:{color:Links};
  154. text-decoration:none;
  155. }
  156.  
  157. a:hover {
  158. color:{color:Links Hover};
  159. }
  160.  
  161. em {
  162. font-style:oblique;
  163. color:{color:Italic};
  164. }
  165.  
  166. b, strong {
  167. font-weight:bold;
  168. }
  169.  
  170. blockquote {
  171. border-left:4px solid {color:Links Hover};
  172. padding-left:10px;
  173. margin-left:25px;
  174. }
  175.  
  176. /*Posts*/
  177.  
  178. .box {
  179. position:absolute;
  180. padding:2px 10px;
  181. left:28%;
  182. top:1%;
  183. }
  184.  
  185. .post {
  186. {block:IfBiggerPosts}width:400px;{/block:IfBiggerPosts}
  187. {block:IfNotBiggerPosts}
  188. {block:IndexPage}width:250px;{/block:IndexPage}
  189. {block:Permalink}width:400px;{block:Permalink}
  190. {block:IfNotBiggerPosts}
  191. position:relative;
  192. padding:16px;
  193. margin:18px 8px;
  194. background-color:rgba(255,255,255,0.7);
  195. border:1px solid {color:Shadow Posts};
  196. -webkit-box-shadow: 7px 7px 0px 0px {color:Shadow Posts};
  197. -moz-box-shadow:7px 7px 0px 0px {color:Shadow Posts};
  198. box-shadow:7px 7px 0px 0px {color:Shadow Posts};
  199. }
  200.  
  201. .post li {
  202. list-style-type:square;
  203. }
  204.  
  205. .post img {
  206. max-width:100%;
  207. height:auto;
  208. }
  209.  
  210. .crw {
  211. position:absolute;
  212. left:106%;
  213. top:2%;
  214. width:110px;
  215. height:auto;
  216. padding:3px;
  217. overflow:hidden;
  218. background:#fff;
  219. border:1px solid #fed7d0;
  220. opacity:1;
  221. font:80% Trebuchet Ms;
  222. letter-spacing:1px;
  223. color:#000;
  224. text-transform:uppercase;
  225. {block:PermalinkPage}display:none;{/block:PermalinkPage}
  226. }
  227.  
  228. .crw a {
  229. color:{color:Italic};
  230. }
  231.  
  232. .post:hover .crw {
  233. opacity:1;
  234. }
  235.  
  236. .aph {
  237. border:1px solid #f6f6f6;
  238. background:#fff;
  239. padding:5px;
  240. margin:0;
  241. width:50px;
  242. }
  243.  
  244. .ao {
  245. font:oblique 80% Trebuchet Ms;
  246. text-transform:uppercase;
  247. letter-spacing:1px;
  248. text-align:right;
  249. }
  250.  
  251. .tumblr_audio_player {
  252. width:100%;
  253. height:20px;
  254. }
  255.  
  256. .postinfo {
  257. margin:10px 0px;
  258. padding-top:5px;
  259. border-top:1px dotted #f6f6f6;
  260. font:90% Trebuchet Ms;
  261. text-transform:uppercase;
  262. }
  263.  
  264. .postinfo .t {
  265. text-transform:none;
  266. font:120% Trebuchet Ms;
  267. }
  268.  
  269. .notes li {
  270. text-align:left;
  271. font:70% Trebuchet Ms;
  272. text-transform:uppercase;
  273. letter-spacing:1px;
  274. }
  275.  
  276. .notes li img {
  277. display:none;
  278. }
  279.  
  280. /*Sidebar*/
  281.  
  282. .next {
  283. position:fixed;
  284. left:11%;
  285. top:19%;
  286. width:160px;
  287. text-align:center;
  288. padding:10px;
  289. background-color:rgba(255,255,255,0.7);
  290. border:1px solid {color:Shadow Sidebar};
  291. -webkit-box-shadow: 7px 7px 0px 0px {color:Shadow Sidebar};
  292. -moz-box-shadow:7px 7px 0px 0px {color:Shadow Sidebar};
  293. box-shadow:7px 7px 0px 0px {color:Shadow Sidebar};
  294. }
  295.  
  296. .next .icon img {
  297. max-width:100px;
  298. float:left;
  299. margin-bottom:6px;
  300. border-radius:4px;
  301. -moz-border-radius:4px;
  302. -webkit-border-radius:4px;
  303. }
  304.  
  305. .next .linksu {
  306. float:right;
  307. width:60px;
  308. margin:-4px -4px 0px 0px;
  309. }
  310.  
  311. .next .linksu a {
  312. margin:4px;
  313. display:block;
  314. padding:4px 0px;
  315. text-align:center;
  316. font:90% Trebuchet Ms;
  317. text-transform:uppercase;
  318. letter-spacing:1px;
  319. border:2px solid {color:Link Sidebar Background};
  320. color:{color:Link Sidebar};
  321. background-color:{color:Link Sidebar Background};
  322. border-radius:4px;
  323. -moz-border-radius:4px;
  324. -webkit-border-radius:4px;
  325. }
  326.  
  327. .next .linksu a:hover, .prince a:hover {
  328. background-color:{color:Link Sidebar};
  329. border:2px solid {color:Link Sidebar};
  330. color:{color:Link Sidebar Background};
  331. }
  332.  
  333. .hime {
  334. width:160px;
  335. font:90% Trebuchet Ms;
  336. text-align:center;
  337. padding:10px 0px;
  338. }
  339.  
  340. .prince {
  341. position:absolute;
  342. left:50%;
  343. margin-left:-90px;
  344. top:108%;
  345. width:160px;
  346. height:auto;
  347. text-align:center;
  348. padding:10px;
  349. }
  350.  
  351. .prince a {
  352. margin:4px;
  353. display:block;
  354. padding:4px 0px;
  355. text-align:center;
  356. font:70% Trebuchet Ms;
  357. letter-spacing:1px;
  358. text-transform:uppercase;
  359. color:{color:Link Sidebar};
  360. border:2px solid {color:Link Sidebar Background};
  361. background-color:{color:Link Sidebar Background};
  362. border-radius:4px;
  363. -moz-border-radius:4px;
  364. -webkit-border-radius:4px;
  365. }
  366.  
  367. /*Title*/
  368.  
  369. .blog {
  370. font:bold 200% Trebuchet Ms;
  371. letter-spacing:1px;
  372. padding:4px 6px 4px 22px;
  373. text-align:right;
  374. position:fixed;
  375. left:0%;
  376. top:12%;
  377. background-color:#fff;
  378. color:{color:Shadow Blog Name};
  379. border:1px solid {color:Shadow Blog Name};
  380. -webkit-box-shadow: 7px 7px 0px 0px {color:Shadow Blog Name};
  381. -moz-box-shadow:7px 7px 0px 0px {color:Shadow Blog Name};
  382. box-shadow:7px 7px 0px 0px {color:Shadow Blog Name};
  383. }
  384.  
  385. </style></head>
  386. <body>
  387.  
  388. <div class="blog">{Title}</div>
  389.  
  390. <div class="next">
  391. <div class="icon"><img src="{image:Icon}"></div>
  392. <div class="linksu">
  393. <a href="/" title="index">001</a>
  394. <a href="/ask" title="message">002</a>
  395. <a href="{text:Link 1 Url}" title="{text:Link 1 Title}">003</a>
  396. <a href="{text:Link 2 Url}" title="{text:Link 2 Title}">004</a>
  397. <a href="{text:Link 3 Url}" title="{text:Link 3 Title}">005</a>
  398. <a href="{text:Link 4 Url}" title="{text:Link 4 Title}">006</a>
  399. </div>
  400. <div class="hime">{Description}</div>
  401. <div class="prince">
  402. {block:PreviousPage}
  403. <a href="{PreviousPage}">Previous page</a>
  404. {/block:PreviousPage}
  405. {block:NextPage}
  406. <a href="{NextPage}">Next page</a>
  407. {/block:NextPage}
  408. </div></div>
  409.  
  410.  
  411. <div style="position:fixed;right:2%;bottom:1%;font:9px Calibri;text-transform:uppercase;letter-spacing:1px;"><a href="http://beatamine.tumblr.com" target="_blank" title="Beatamine">Theme</a></div>
  412.  
  413. <div class="box">
  414. {block:Posts}
  415. <div class="post">
  416.  
  417. {block:Text}
  418.  
  419. {block:IndexPage}
  420. <div class="crw">
  421. {block:Date}
  422. <a href="{Permalink}" title="permalink">{DayOfWeek} {DayOfMonthWithZero}, {Month} {ShortYear}</a>{/block:Date}<br>
  423. {block:NoteCount}{NoteCountWithLabel}<br>{/block:NoteCount}
  424. <a href="{ReblogURL}" target="_blank">reblog</a>
  425. <br>
  426. {block:HasTags}
  427. Tags: {block:Tags}<a href="{TagURL}">{Tag}</a> {/block:Tags}
  428. {/block:HasTags}</div>
  429. {/block:IndexPage}
  430.  
  431. {block:Title}<div style="font:100% Trebuchet Ms;line-height:14px;letter-spacing:1px;padding-bottom:4px;text-transform:uppercase;">{Title}</div>{/block:Title}
  432. <div style="margin-top:10px;">{Body}</div>
  433.  
  434. {/block:Text}
  435.  
  436.  
  437. {block:Photo}
  438.  
  439. {block:IndexPage}
  440. <div class="crw">
  441. {block:Date}
  442. <a href="{Permalink}" title="permalink">{DayOfWeek} {DayOfMonthWithZero}, {Month} {ShortYear}</a>{/block:Date}<br>
  443. {block:NoteCount}{NoteCountWithLabel}<br>{/block:NoteCount}
  444. <a href="{ReblogURL}" target="_blank">reblog</a>
  445. <br>
  446. {block:HasTags}
  447. Tags: {block:Tags}<a href="{TagURL}">{Tag}</a> {/block:Tags}
  448. {/block:HasTags}</div>
  449. {/block:IndexPage}
  450.  
  451. {block:IfShowCaptions}
  452. <img src="{PhotoURL-500}" border="0" />
  453. {block:Caption}{Caption}{/block:Caption}
  454. {block:IfShowCaptions}
  455.  
  456. {block:IfNotShowCaptions}
  457. <img src="{PhotoURL-500}" border="0" />
  458. {block:Permalink}{block:Caption}{Caption}{/block:Caption}{/block:Permalink}
  459. {/block:IfNotShowCaptions}
  460. {/block:Photo}
  461.  
  462.  
  463. {block:Photoset}
  464.  
  465. {block:IndexPage}
  466. <div class="crw">
  467. {block:Date}
  468. <a href="{Permalink}" title="permalink">{DayOfWeek} {DayOfMonthWithZero}, {Month} {ShortYear}</a>{/block:Date}<br>
  469. {block:NoteCount}{NoteCountWithLabel}<br>{/block:NoteCount}
  470. <a href="{ReblogURL}" target="_blank">reblog</a>
  471. <br>
  472. {block:HasTags}
  473. Tags: {block:Tags}<a href="{TagURL}">{Tag}</a> {/block:Tags}
  474. {/block:HasTags}</div>
  475. {/block:IndexPage}
  476.  
  477. {block:IfShowCaptions}
  478. {Photoset}
  479. {block:Caption}{Caption}{/block:Caption}
  480. {/block:IfShowCaptions}
  481.  
  482. {block:IfNotShowCaptions}
  483. {Photoset}
  484. {block:Permalink}
  485. {block:Caption}{Caption}{/block:Caption}{/block:Permalink}
  486. {/block:IfNotShowCaptions}
  487.  
  488. {/block:Photoset}
  489.  
  490. {block:Quote}
  491.  
  492. {block:IndexPage}
  493. <div class="crw">
  494. {block:Date}
  495. <a href="{Permalink}" title="permalink">{DayOfWeek} {DayOfMonthWithZero}, {Month} {ShortYear}</a>{/block:Date}<br>
  496. {block:NoteCount}{NoteCountWithLabel}<br>{/block:NoteCount}
  497. <a href="{ReblogURL}" target="_blank">reblog</a>
  498. <br>
  499. {block:HasTags}
  500. Tags: {block:Tags}<a href="{TagURL}">{Tag}</a> {/block:Tags}
  501. {/block:HasTags}</div>
  502. {/block:IndexPage}
  503.  
  504. <table>
  505. <tr><td style="width:12%;"><div style="font:300% Trebuchet Ms;color:{color:Shadow Blog Name};padding:10px auto;">“</div></td>
  506. <td><div style="font:14px Trebuchet Ms; line-height:21px; letter-spacing:1px;">{Quote}</div></td>
  507. </tr>
  508. <tr>
  509. <td></td>
  510. <td>{block:Source}<div style="font-size:90%;text-align:right;">{Source}</div>{/block:Source}</td>
  511. </tr>
  512. </table>
  513. {/block:Source}
  514.  
  515.  
  516. {/block:Quote}
  517.  
  518. {block:Link}
  519.  
  520. {block:IndexPage}
  521. <div class="crw">
  522. {block:Date}
  523. <a href="{Permalink}" title="permalink">{DayOfWeek} {DayOfMonthWithZero}, {Month} {ShortYear}</a>{/block:Date}<br>
  524. {block:NoteCount}{NoteCountWithLabel}<br>{/block:NoteCount}
  525. <a href="{ReblogURL}" target="_blank">reblog</a>
  526. <br>
  527. {block:HasTags}
  528. Tags: {block:Tags}<a href="{TagURL}">{Tag}</a> {/block:Tags}
  529. {/block:HasTags}</div>
  530. {/block:IndexPage}
  531.  
  532. <div style="font-size:100%;line-height:104x;letter-spacing:1px;text-align:center;text-transform:uppercase;"><a href="{URL}" {Target}>➥ {Name}</a></div>
  533. {block:Description}{Description}{/block:Description}
  534. {/block:Link}
  535.  
  536. {block:Chat}
  537.  
  538. {block:IndexPage}
  539. <div class="crw">
  540. {block:Date}
  541. <a href="{Permalink}" title="permalink">{DayOfWeek} {DayOfMonthWithZero}, {Month} {ShortYear}</a>{/block:Date}<br>
  542. {block:NoteCount}{NoteCountWithLabel}<br>{/block:NoteCount}
  543. <a href="{ReblogURL}" target="_blank">reblog</a>
  544. <br>
  545. {block:HasTags}
  546. Tags: {block:Tags}<a href="{TagURL}">{Tag}</a> {/block:Tags}
  547. {/block:HasTags}</div>
  548. {/block:IndexPage}
  549.  
  550. {block:Title}<div style="font-size:100%;line-height:14px;text-transform:uppercase;letter-spacing:1px;">{Title}</div>{/block:Title}
  551. {block:Lines}{block:Label}<div style="color:{color:Shadow Sidebar};display:inline;">{Label}</div>{/block:Label} {Line}<br>{/block:Lines}
  552. {/block:Chat}
  553.  
  554. {block:Audio}
  555.  
  556. {block:IndexPage}
  557. <div class="crw">
  558. {block:Date}
  559. <a href="{Permalink}" title="permalink">{DayOfWeek} {DayOfMonthWithZero}, {Month} {ShortYear}</a>{/block:Date}<br>
  560. {block:NoteCount}{NoteCountWithLabel}<br>{/block:NoteCount}
  561. <a href="{ReblogURL}" target="_blank">reblog</a>
  562. <br>
  563. {block:HasTags}
  564. Tags: {block:Tags}<a href="{TagURL}">{Tag}</a> {/block:Tags}
  565. {/block:HasTags}</div>
  566. {/block:IndexPage}
  567.  
  568. <table>
  569. <tr>
  570. <td style="min-width:70px;padding:10px;min-height:50px;">{block:AlbumArt}<img src="{AlbumArtURL}" class="aph">{/block:AlbumArt}</td>
  571. <td style="padding:5px;width:100%;">{AudioPlayerWhite}{block:TrackName}<b>Track:</b> {TrackName}<br>{/block:TrackName}{block:Artist}<b>Artist:</b> {Artist}<br>{/block:Artist}{block:Album}<b>Album:</b> {Album}<br>{/block:Album}<b>Plays:</b> {PlayCount}</td>
  572. </tr>
  573. </table>
  574.  
  575. {block:Permalink}{block:Caption}{Caption}{/block:Caption}{/block:Permalink}
  576. {/block:Audio}
  577.  
  578. {block:Video}
  579.  
  580. {block:IndexPage}
  581. <div class="crw">
  582. {block:Date}
  583. <a href="{Permalink}" title="permalink">{DayOfWeek} {DayOfMonthWithZero}, {Month} {ShortYear}</a>{/block:Date}<br>
  584. {block:NoteCount}{NoteCountWithLabel}<br>{/block:NoteCount}
  585. <a href="{ReblogURL}" target="_blank">reblog</a>
  586. <br>
  587. {block:HasTags}
  588. Tags: {block:Tags}<a href="{TagURL}">{Tag}</a> {/block:Tags}
  589. {/block:HasTags}</div>
  590. {/block:IndexPage}
  591.  
  592. {block:IfBiggerPosts}
  593.  
  594. {block:IfShowCaptions}
  595. {Video-400}
  596. {block:Caption}{Caption}{/block:Caption}
  597. {/block:IfShowCaptions}
  598.  
  599. {block:IfNotShowCaptions}
  600. {block:IndexPage}{Video-400}{/block:IndexPage}
  601. {block:Permalink}
  602. {Video-400}
  603. {block:Caption}{Caption}{/block:Caption}{/block:Permalink}
  604. {/block:IfNotShowCaptions}
  605.  
  606. {/block:IfBiggerPosts}
  607.  
  608.  
  609. {block:IfNotBiggerPosts}
  610.  
  611. {block:IfShowCaptions}
  612. {block:IndexPage}{Video-250}
  613. {block:Caption}{Caption}{/block:Caption}{/block:IndexPage}
  614. {block:Permalink}
  615. {Video-400}
  616. {block:Caption}{Caption}{/block:Caption}{/block:Permalink}
  617. {/block:IfShowCaptions}
  618.  
  619. {block:IfNotShowCaptions}
  620. {block:IndexPage}{Video-250}{/block:IndexPage}
  621. {block:Permalink}
  622. {Video-400}
  623. {block:Caption}{Caption}{/block:Caption}{/block:Permalink}
  624. {/block:IfNotShowCaptions}
  625.  
  626. {/block:IfNotBiggerPosts}
  627.  
  628. {/block:Video}
  629.  
  630. {block:Answer}
  631.  
  632. {block:IndexPage}
  633. <div class="crw">
  634. {block:Date}
  635. <a href="{Permalink}" title="permalink">{DayOfWeek} {DayOfMonthWithZero}, {Month} {ShortYear}</a>{/block:Date}<br>
  636. {block:NoteCount}{NoteCountWithLabel}<br>{/block:NoteCount}
  637. <a href="{ReblogURL}" target="_blank">reblog</a>
  638. <br>
  639. {block:HasTags}
  640. Tags: {block:Tags}<a href="{TagURL}">{Tag}</a> {/block:Tags}
  641. {/block:HasTags}</div>
  642. {/block:IndexPage}
  643.  
  644. <table>
  645. <tr>
  646. <td style="min-width:70px;padding:10px;"><img src="{AskerPortraitURL-64}" class="aph"></td>
  647. <td style="width:100%;">{Question}<div class="ao">By {Asker}</div></td>
  648. </tr>
  649. </table>
  650. <div style="margin-top: 15px;">{Answer}</div>
  651. {/block:Answer}
  652.  
  653.  
  654. {block:ContentSource} <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}" width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" /> {/block:SourceLogo} {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo}--> {/block:ContentSource}
  655.  
  656. {block:PermalinkPage}
  657. <div class="postinfo">
  658. {block:Date}<div class="t">{DayOfMonthWithZero} {Month} {Year} at {12HourWithZero}:{Minutes} {AmPm}</div>{/block:Date}
  659. {block:RebloggedFrom}Via: <a href="{ReblogParentURL}">{ReblogParentName}</a> Original: <a href="{ReblogRootURL}">{ReblogRootName}</a><br>{/block:RebloggedFrom}
  660. {block:NoteCount}{NoteCountWithLabel}<br>{/block:NoteCount}
  661. {block:HasTags}tagged: {block:Tags}<a href="{TagURL}">{Tag}</a> {/block:Tags}<br>{/block:HasTags}
  662. {block:PostNotes}<div class="notes">{PostNotes}</div>{/block:PostNotes}
  663. </div>
  664. {/block:PermalinkPage}
  665.  
  666. </div>
  667. {/block:Posts}
  668. </div>
  669.  
  670. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement