Advertisement
umibae

3: Sekai

Jul 20th, 2014
255
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 18.24 KB | None | 0 0
  1. <!--
  2.  
  3.  
  4. theme by sadcon
  5. don't steal my codes or redistribute thank u and enjoy
  6.  
  7.  
  8. -->
  9.  
  10.  
  11.  
  12.  
  13.  
  14.  
  15.  
  16.  
  17.  
  18.  
  19.  
  20. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  21.  
  22. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  23.  
  24.  
  25. <head>
  26. <title>{Title}</title>
  27. <link rel="shortcut icon" href="{Favicon}">
  28. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  29. {block:Description}
  30. <meta name="description" content="{MetaDescription}" />
  31. {/block:Description}
  32.  
  33. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.6.2/jquery.min.js"></script>
  34.  
  35. <!-- IS script -->
  36.  
  37. <script type="text/javascript" src="http://codysherman.tumblr.com/tools/infinite-scrolling/code"></script>
  38.  
  39. <!-- tooltips script -->
  40.  
  41. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  42. <script type="text/javascript" src="http://static.tumblr.com/7qjmkr5/IUmmdsy41/jquery.style-my-tooltips.js"></script>
  43. <script>
  44. (function($){
  45. $(document).ready(function(){
  46. $("[title]").style_my_tooltips();
  47. });
  48. })(jQuery);
  49. </script>
  50.  
  51. <!-- meta meta meta -->
  52.  
  53. <meta name="image:sidebar" content="http://static.tumblr.com/ga2j6ax/2Ztn90ujb/ia.png"/>
  54.  
  55. <meta name="color:background" content="#fff"/>
  56. <meta name="color:text" content="#bfbfbf"/>
  57. <meta name="color:tooltip bg" content="#ffdef9"/>
  58. <meta name="color:tooltip text" content="#fff"/>
  59. <meta name="color:bold" content="#bee1f7"/>
  60. <meta name="color:italic" content="#bfbfbf"/>
  61. <meta name="color:scrollbar" content="#ffdef9"/>
  62. <meta name="color:blockquote" content="#cdcdcd"/>
  63. <meta name="color:link" content="#bfbfbf"/>
  64. <meta name="color:link hover" content="#ffdef9"/>
  65. <meta name="color:sidebar bg" content="#fff"/>
  66. <meta name="color:sidebar links" content="#bfbfbf"/>
  67. <meta name="color:sidebar links hover" content="#ffdef9"/>
  68. <meta name="color:description" content="#bfbfbf"/>
  69. <meta name="color:sidebar border" content="#eee"/>
  70. <meta name="color:question bg" content="#ade1f0"/>
  71. <meta name="color:question text" content="#fff"/>
  72. <meta name="color:post bg" content="#fff"/>
  73.  
  74. <meta name="text:Link1Title" content="one"/>
  75. <meta name="text:Link1Url" content="/"/>
  76. <meta name="text:Link2Title" content="two"/>
  77. <meta name="text:Link2Url" content="/"/>
  78.  
  79. <meta name="if:250px" content="1"/>
  80. <meta name="if:400px" content="0"/>
  81.  
  82. <meta name="if:ShowFish" content="1"/>
  83. <meta name="if:PaleFish" content="1"/>
  84. <meta name="if:BlackandWhiteFish" content="0"/>
  85. <meta name="if:BrightFish" content="0"/>
  86.  
  87. <style type="text/css">
  88.  
  89. iframe#tumblr_controls {
  90. right:0px !important;
  91. position:fixed !important;
  92. -webkit-filter:invert(100%);
  93. opacity:0.75;
  94. z-index:999999;}
  95.  
  96. #s-m-t-tooltip {
  97. z-index: 9999;
  98. background: {color:tooltip bg};
  99. font-size: 7px;
  100. line-height: 10px;
  101. font-family: trebuchet ms;
  102. font-style: none;
  103. letter-spacing: 2px;
  104. text-transform: uppercase;
  105. color: {color:tooltip text};
  106. max-width: 150px;
  107. word-wrap: break-word;
  108. padding: 4px 8px 4px 8px;
  109. display: block;
  110. margin: 24px 14px 7px 12px;
  111. -webkit-box-shadow: 2px 2px 2px rgba(50, 50, 50, 0.03);
  112. -moz-box-shadow: 2px 2px 2px rgba(50, 50, 50, 0.03);
  113. box-shadow: 2px 2px 2px rgba(50, 50, 50, 0.03);
  114. }
  115.  
  116. ::-webkit-scrollbar {
  117. width: 5px;
  118. height: 5px;
  119. }
  120. ::-webkit-scrollbar-button {
  121. width: 0px;
  122. height: 0px;
  123. }
  124. ::-webkit-scrollbar-thumb {
  125. background: {color:scrollbar};
  126. border: 0px none transparent;
  127. border-radius: 0px;
  128. }
  129. ::-webkit-scrollbar-thumb:hover {
  130. background: {color:scrollbar};
  131. }
  132. ::-webkit-scrollbar-thumb:active {
  133. background: {color:scrollbar};
  134. }
  135. ::-webkit-scrollbar-track {
  136. background: transparent;
  137. border: 0px none transparent;
  138. border-radius: 0px;
  139. }
  140. ::-webkit-scrollbar-track:hover {
  141. background: transparent;
  142. }
  143. ::-webkit-scrollbar-track:active {
  144. background: transparent;
  145. }
  146. ::-webkit-scrollbar-corner {
  147. background: transparent;
  148. }
  149.  
  150.  
  151. body {
  152. font-family: arial;
  153. font-size: 10px;
  154. text-transform: none;
  155. letter-spacing: 1px;
  156. color: {color:text};
  157. background: {color:background};
  158. }
  159.  
  160. b, strong {
  161. color: {color:bold};
  162. font-weight:bold;
  163. }
  164.  
  165. i, em {
  166. color: {color:italic};
  167. font-style:italic;
  168. }
  169.  
  170.  
  171. blockquote {
  172. margin-top: 10px;
  173. margin-bottom: 10px;
  174. margin-left: 10px;
  175. padding-left: 10px;
  176. border-left: 1px solid {color:blockquote};
  177. }
  178.  
  179. hr {
  180. border: 1px dashed #cdcdcd;
  181. border-style: none none solid;
  182. color: #fff; /* leave this be */
  183. background-color: #fff; /* aaand this */
  184. }
  185.  
  186. a:link, a:visited {
  187. font-weight: none;
  188. color: {color:link};
  189. font-family: arial;
  190. text-align:left;
  191. text-decoration:none;
  192. -moz-transition-duration: 0.5s;
  193. -o-transition-duration: 0.5s;
  194. -webkit-transition-duration: 0.5s;
  195. transition-duration: 0.5s;
  196. }
  197.  
  198. a:hover, a:active {
  199. color: {color:link hover};
  200. -moz-transition-duration: 0.5s;
  201. -o-transition-duration: 0.5s;
  202. -webkit-transition-duration: 0.5s;
  203. transition-duration: 0.5s;
  204. }
  205.  
  206. img {
  207. max-width: 100%;
  208. height: auto;
  209. }
  210.  
  211. #pic {
  212. position: fixed;
  213. top: 200px;
  214. left: 200px;
  215. width: 100px;
  216. height: 100px;
  217. background: {color:sidebar bg};
  218. border: 1px solid {color:sidebar border};
  219. padding: 10px 10px 10px 10px;
  220. }
  221.  
  222. #hoho {
  223. position: fixed;
  224. top: 200px;
  225. left: 330px;
  226. width: 150px;
  227. height: 55px;
  228. background: {color:sidebar bg};
  229. border: 1px solid {color:sidebar border};
  230. padding: 10px 10px 10px 10px;
  231. color: {color:description};
  232. font-family: arial;
  233. font-size: 10px;
  234. line-height: 16px;
  235. letter-spacing: 1px;
  236. overflow: auto;
  237. }
  238.  
  239. #mehu {
  240. position: fixed;
  241. background: {color:sidebar bg};
  242. top: 285px;
  243. left: 330px;
  244. width: 150px;
  245. height: 12px;
  246. border: 1px solid {color:sidebar border};
  247. padding: 13px 10px 10px 10px;
  248. color: {color:sidebar links};
  249. font-family: arial;
  250. font-size: 10px;
  251. letter-spacing: 1px;
  252. word-spacing: 18px;
  253. }
  254.  
  255. #mehu a {
  256. color: {color:sidebar links};
  257. font-family: arial;
  258. font-size: 10px;
  259. letter-spacing: 1px;
  260. word-spacing: 2px;
  261. -moz-transition-duration: 0.5s;
  262. -o-transition-duration: 0.5s;
  263. -webkit-transition-duration: 0.5s;
  264. transition-duration: 0.5s;
  265. }
  266.  
  267. #mehu a:hover {
  268. color: {color:sidebar links hover};
  269. text-decoration: underline;
  270. -moz-transition-duration: 0.5s;
  271. -o-transition-duration: 0.5s;
  272. -webkit-transition-duration: 0.5s;
  273. transition-duration: 0.5s;
  274. }
  275.  
  276. #asker {
  277. font-family: arial;
  278. font-size: 15px;
  279. text-align: center;
  280. text-transform: lowercase;
  281. font-style: italic;
  282. font-weight: bold;
  283. background: #f2f2f2;
  284. letter-spacing: 0px;
  285. padding: 5px;
  286. }
  287.  
  288. #asker a {
  289. font-family: arial;
  290. font-size: 15px;
  291. text-align: center;
  292. text-transform: lowercase;
  293. font-style: italic;
  294. font-weight: bold;
  295. }
  296.  
  297. #shitsumon {
  298. padding: 10px;
  299. background: {color:question bg};
  300. font-family: arial;
  301. font-style: italic;
  302. font-size: 10px;
  303. text-align: left;
  304. letter-spacing: 1px;
  305. color: {color:question text};
  306. }
  307.  
  308. #kotae {
  309. padding: 10px;
  310. background: #f2f2f2;
  311. text-align: left;
  312. }
  313.  
  314. #quo {
  315. background: #f2f2f2;
  316. font-size: 10px;
  317. padding: 15px;
  318. }
  319.  
  320. #quosrc {
  321. text-align: right;
  322. }
  323.  
  324. #content {
  325. margin: auto;
  326. {block:If250px}
  327. width: 250px;
  328. {/block:If250px}
  329. {block:If400px}
  330. width: 400px;
  331. {/block:If400px}
  332. padding: 1px 20px 20px 20px;
  333. }
  334.  
  335. #posts {
  336. padding: 10px 10px 10px 10px;
  337. margin-top: 80px;
  338. margin-left: 200px;
  339. margin-bottom: 10px;
  340. background: {color: post bg};
  341. float: left;
  342. {block:If250px}
  343. width: 250px;
  344. {/block:If250px}
  345. {block:If400px}
  346. width: 400px;
  347. {/block:If400px}
  348. }
  349.  
  350. #perma {
  351. position:absolute;
  352. margin-top: 4px;
  353. padding: 10px;
  354. width: 110px;
  355. height: 20px;
  356. background-color: {color:post bg};
  357. font-family: small fonts;
  358. font-size: 7px;
  359. word-spacing: 5px;
  360. color: #c4c4c4;
  361. text-transform: uppercase;
  362. padding: 10px;
  363. line-height: 10px;
  364. letter-spacing: 2px;
  365. text-align: left;
  366. }
  367.  
  368. #perma a {
  369. color: #c4c4c4;
  370. }
  371.  
  372. #perma a:hover {
  373. color: #dfb1f5;
  374. }
  375.  
  376. #c {
  377. position: fixed;
  378. right: 5px;
  379. bottom: 5px;
  380. padding: 5px;
  381. }
  382.  
  383. .playerbuttonbg {
  384. position: absolute;
  385. left: 20px;
  386. top: 20px;
  387. width: 19px;
  388. height: 19px;
  389. background-color: #ffffff;
  390. padding: 10px;
  391. opacity: .4;
  392. filter: alpha(opacity=40);
  393. -moz-opacity: 0.4;
  394. -khtml-opacity: 0.4;
  395. transition: opacity .7s ease-in-out;
  396. -moz-transition: opacity .7s ease-in-out;
  397. -webkit-transition: opacity .7s ease-in-out;
  398. }
  399.  
  400. .playerbuttonbg:hover {
  401. opacity: 1;
  402. filter: alpha(opacity=100);
  403. -moz-opacity: 1;
  404. -khtml-opacity: 1;
  405. }
  406.  
  407. .newplayerbutton {
  408. position: relative;
  409. width: 21px;
  410. height: 21px;
  411. overflow: hidden;
  412. }
  413.  
  414. .playerbuttonhug {
  415. position: absolute;
  416. top: -35px;
  417. left: -16px;
  418. }
  419.  
  420. .tumblr_audio_player {
  421. height: 90px;
  422. width: 270px;
  423. -moz-transform: scale(0.60, 0.60);
  424. -webkit-transform: scale(0.60, 0.60);
  425. -o-transform: scale(0.60, 0.60);
  426. -ms-transform: scale(0.60, 0.60);
  427. transform: scale(0.60, 0.60);
  428. -moz-transform-origin: top left;
  429. -webkit-transform-origin: top left;
  430. -o-transform-origin: top left;
  431. -ms-transform-origin: top left;
  432. transform-origin: top left;
  433. }
  434.  
  435. .audioimgwrapper {
  436. position: absolute;
  437. left: 0px;
  438. top: 0px;
  439. overflow: hidden;
  440. width: 79px;
  441. height: 79px;
  442. }
  443.  
  444. .audioimgwrapper img {
  445. width: 100%;
  446. height: auto;
  447. }
  448.  
  449. .trackdetails {
  450. width: auto;
  451. display:inline-block;
  452. margin-left: 90px;
  453. min-height: 85px;
  454. }
  455.  
  456. .audiowrapper {
  457. position: relative;
  458. display:inline-block;
  459. }
  460.  
  461. ol.notes {
  462. padding: 0px;
  463. margin: 25px 0px;
  464. list-style-type: none;
  465. }
  466.  
  467. ol.notes li.note {
  468. padding: 10px;
  469. }
  470.  
  471. ol.notes li.note img.avatar {
  472. vertical-align: -4px;
  473. margin-right: 10px;
  474. width: 15px;
  475. height: 15px;
  476. }
  477.  
  478. ol.notes li.note span.action {
  479. font-weight: bold;
  480. }
  481.  
  482. ol.notes li.note .answer_content {
  483. font-weight: normal;
  484. }
  485.  
  486. ol.notes li.note blockquote {
  487. border-color: #eee;
  488. padding: 4px 10px;
  489. margin: 10px 0px 0px 25px;
  490. }
  491.  
  492. ol.notes li.note blockquote a {
  493. text-decoration: none;
  494. }
  495.  
  496.  
  497. {CustomCSS}
  498. </style>
  499.  
  500.  
  501. </head>
  502.  
  503. <body>
  504.  
  505. <div id="pic">
  506. <img src="{image:sidebar}"></a>
  507. </div>
  508. <div id="hoho">
  509. {description}
  510. </div>
  511. <div id="mehu">
  512. <a href="/" title="home">.01</a>
  513. <a href="/ask" title="message">.02</a>
  514. <a href="{text:Link1Url}" title="{text:Link1Title}">.03</a>
  515. <a href="{text:Link2Url}" title="{text:Link2Title}">.04</a>
  516. </div>
  517.  
  518. {block:IfShowFish}
  519. <div style="position: fixed; z-index: 99999; top: 0px; left: 0px; border-right: 1px solid {color:sidebar border};">
  520. {block:IfPaleFish}
  521. <object type="application/x-shockwave-flash" style="outline:none;" data="http://cdn.abowman.com/widgets/fish/fish.swf?up_fishColor2=DEEFFF&up_fishColor1=FFDEFC&up_fishColor9=F45540&up_backgroundColor=FFFFFF&up_numFish=4&up_fishColor8=F45540&up_backgroundImage=http://&up_fishColor7=F45540&up_fishColor3=F1DBFF&up_fishColor10=F45540&up_fishColor6=F45540&up_fishColor5=F45540&up_fishName=bbu&up_fishColor4=D4FFCC&up_foodColor=CCCCCC&" width="50" height="1000"><param name="movie" value="http://cdn.abowman.com/widgets/fish/fish.swf?up_fishColor2=DEEFFF&up_fishColor1=FFDEFC&up_fishColor9=F45540&up_backgroundColor=FFFFFF&up_numFish=4&up_fishColor8=F45540&up_backgroundImage=http://&up_fishColor7=F45540&up_fishColor3=F1DBFF&up_fishColor10=F45540&up_fishColor6=F45540&up_fishColor5=F45540&up_fishName=bbu&up_fishColor4=D4FFCC&up_foodColor=CCCCCC&"></param><param name="AllowScriptAccess" value="always"></param><param name="wmode" value="opaque"></param><param name="scale" value="noscale"/><param name="salign" value="tl"/></object>
  522. {/block:IfPaleFish}
  523. {block:IfBlackandWhiteFish}
  524. <object type="application/x-shockwave-flash" style="outline:none;" data="http://cdn.abowman.com/widgets/fish/fish.swf?up_fishColor4=EDEDED&up_backgroundColor=FFFFFF&up_numFish=4&up_fishName=Fish2&up_fishColor10=F45540&up_backgroundImage=http://&up_foodColor=CCCCCC&up_fishColor9=F45540&up_fishColor2=6E6D6D&up_fishColor8=F45540&up_fishColor3=999999&up_fishColor6=F45540&up_fishColor5=F45540&up_fishColor1=000000&up_fishColor7=F45540&" width="50" height="1000"><param name="movie" value="http://cdn.abowman.com/widgets/fish/fish.swf?up_fishColor4=EDEDED&up_backgroundColor=FFFFFF&up_numFish=4&up_fishName=Fish2&up_fishColor10=F45540&up_backgroundImage=http://&up_foodColor=CCCCCC&up_fishColor9=F45540&up_fishColor2=6E6D6D&up_fishColor8=F45540&up_fishColor3=999999&up_fishColor6=F45540&up_fishColor5=F45540&up_fishColor1=000000&up_fishColor7=F45540&"></param><param name="AllowScriptAccess" value="always"></param><param name="wmode" value="opaque"></param><param name="scale" value="noscale"/><param name="salign" value="tl"/></object>
  525. {/block:IfBlackandWhiteFish}
  526. {block:IfBrightFish}
  527. <object type="application/x-shockwave-flash" style="outline:none;" data="http://cdn.abowman.com/widgets/fish/fish.swf?up_fishColor4=11FF00&up_backgroundColor=FFFFFF&up_numFish=4&up_fishName=Fish3&up_fishColor10=F45540&up_backgroundImage=http://&up_foodColor=CCCCCC&up_fishColor9=F45540&up_fishColor2=00AEFF&up_fishColor8=F45540&up_fishColor3=CC00FF&up_fishColor6=F45540&up_fishColor5=F45540&up_fishColor1=FF0000&up_fishColor7=F45540&" width="50" height="1000"><param name="movie" value="http://cdn.abowman.com/widgets/fish/fish.swf?up_fishColor4=11FF00&up_backgroundColor=FFFFFF&up_numFish=4&up_fishName=Fish3&up_fishColor10=F45540&up_backgroundImage=http://&up_foodColor=CCCCCC&up_fishColor9=F45540&up_fishColor2=00AEFF&up_fishColor8=F45540&up_fishColor3=CC00FF&up_fishColor6=F45540&up_fishColor5=F45540&up_fishColor1=FF0000&up_fishColor7=F45540&"></param><param name="AllowScriptAccess" value="always"></param><param name="wmode" value="opaque"></param><param name="scale" value="noscale"/><param name="salign" value="tl"/></object>
  528. {/block:IfBrightFish}
  529. </div>
  530. {/block:IfShowFish}
  531.  
  532.  
  533.  
  534. <div id="content">
  535. <div class="autopagerize_page_element">
  536. {block:Posts}
  537. <div id="posts">
  538.  
  539. {block:ContentSource}
  540. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  541. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  542. {/block:SourceLogo}
  543. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  544. {/block:ContentSource}
  545.  
  546. <!--{block:NoRebloggedFrom}{block:RebloggedFrom}{ReblogParentName}{/block:RebloggedFrom}{/block:NoRebloggedFrom} -->
  547.  
  548. {block:Text}
  549. {block:Title}<h3>{Title}</h3>{/block:Title}
  550. {Body}
  551. {/block:Text}
  552.  
  553. {block:Answer}
  554. <div id="asker">
  555. {Asker}:
  556. </div>
  557. <div id="shitsumon">
  558. {Question}
  559. </div>
  560. <br>
  561. <div id="kotae">
  562. {Answer}
  563. </div>
  564. {/block:Answer}
  565.  
  566. {block:Quote}
  567. <div id="quo">
  568. <i>“{Quote}</i></div><br>
  569. <div id="quosrc">
  570. {block:Source}-{Source}{/block:Source}
  571. </div>
  572. {/block:Quote}
  573.  
  574. {block:Link}
  575. <center>
  576. <a href="{URL}">{Name}</a>
  577. </center>
  578. {block:Description}{Description}{/block:Description}
  579. {/block:Link}
  580.  
  581. {block:Chat}
  582. {block:Title}{Title}{/block:Title}
  583. <ul>{block:Lines}
  584. <li>{block:Label}{Label}{/block:Label}
  585. {Line}</li>{/block:Lines}</ul>
  586. {/block:Chat}
  587.  
  588. {block:Photo}
  589. {block:If250px}
  590. {LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}" width="250px">{LinkCloseTag}
  591. {/block:If250px}
  592. {block:If400px}
  593. {LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}" width="400px">{LinkCloseTag}
  594. {/block:If400px}
  595. {/block:Photo}
  596.  
  597. {block:Photoset}
  598. {block:If250px}
  599. {Photoset-250}
  600. {/block:If250px}
  601. {block:If400px}
  602. {Photoset-400}
  603. {/block:If400px}
  604. {/block:Photoset}
  605.  
  606.  
  607. {block:AudioPlayer}
  608. <div class="audiowrapper">
  609. {block:AlbumArt}
  610. <div class="audioimgwrapper"><img src="{AlbumArtURL}"></div>
  611. {/block:AlbumArt}
  612.  
  613. <div class="playerbuttonbg">
  614. <div class="newplayerbutton">
  615. <div class="playerbuttonhug">
  616.  
  617. {AudioPlayerWhite}
  618.  
  619. </div>
  620. </div>
  621. </div>
  622.  
  623. <div class="trackdetails">
  624.  
  625. {block:TrackName}{TrackName}{/block:TrackName}<br/>
  626. {block:Artist}Artist: {Artist}{/block:Artist}<br/>
  627. {block:Album}Album: {Album}{/block:Album}<br/>
  628. {PlayCountWithLabel}
  629.  
  630. </div>
  631. </div>
  632. {/block:AudioPlayer}
  633.  
  634. {block:Video}
  635. {block:If250px}
  636. {Video-250}
  637. {/block:If250px}
  638. {block:If400px}
  639. {Video-400}
  640. {/block:If400px}
  641. {/block:Video}
  642.  
  643.  
  644. {block:IndexPage}
  645. <div id="perma">
  646. <a href="{Permalink}" title="permalink"><img src="http://static.tumblr.com/vt3rvo1/nhzn8ola2/per.png"></a>
  647. <a href="{ReblogURL}" title="reblog"><img src="http://static.tumblr.com/vt3rvo1/opRn8olb1/re.png"></a>
  648. {block:HasTags}
  649. <a href="{TagURL}" title="{block:Tags}#{Tag} {/block:Tags}"><img src="http://static.tumblr.com/vt3rvo1/XW3n8olbo/tag.png"></a>
  650. {/block:HasTags}
  651. </div>{/block:IndexPage}
  652.  
  653. {block:PermalinkPage}
  654. {block:Caption}{Caption}{/block:Caption}
  655. {block:Date}
  656. <br>
  657. Notes: {NoteCount}<br>
  658. Posted: {TimeAgo}<br>
  659. Filed under: {block:HasTags}{block:Tags}#<a href="{TagURL}">{Tag}</a> {/block:Tags} {/block:HasTags}<br>
  660. {/block:Date}
  661. {block:ContentSource} {lang:Source}: <a
  662. href="{SourceURL}">{SourceTitle}</a>{/block:ContentSource}
  663. {block:PostNotes}{PostNotes}{/block:PostNotes}
  664. {/block:PermalinkPage}
  665.  
  666.  
  667. </div>
  668.  
  669. {/block:Posts}
  670. </div>
  671. </div>
  672.  
  673. <div id="c"><a href="http://sadcon.tumblr.com/" title="codes by sadcon">thm.</a></div>
  674.  
  675.  
  676.  
  677. </body>
  678. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement