Advertisement
Jessicakim

Akajuro - theme #007

Jul 4th, 2012
7,788
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 18.58 KB | None | 0 0
  1. <!---- akajuro theme made by madarathemes
  2. don't take off the credits
  3. don't copy
  4. don't use this theme as a base ---->
  5.  
  6. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  7. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  8. <head>
  9.  
  10. <!-- DEFAULTS -->
  11. <meta name="if:Caption" content="0"/>
  12. <meta name="if:Tags" content="0"/>
  13. <meta name="if:EndlessScrolling" content="0"/>
  14.  
  15. <!-- DEFAULTS LINKS -->
  16. <meta name="text:Link1" content="/"/>
  17. <meta name="text:Link1 Title" content="Link 1"/>
  18. <meta name="text:Link2" content="/"/>
  19. <meta name="text:Link2 Title" content="Link 2"/>
  20. <meta name="text:Link3" content="/"/>
  21. <meta name="text:Link3 Title" content="Link 3"/>
  22. <meta name="text:Link4" content="/"/>
  23. <meta name="text:Link4 Title" content="Link 4"/>
  24. <meta name="text:Link5" content="/"/>
  25. <meta name="text:Link5 Title" content="Link 5"/>
  26. <meta name="text:Link6" content="/"/>
  27. <meta name="text:Link6 Title" content="Link 6"/>
  28. <meta name="text:Link7" content="/"/>
  29. <meta name="text:Link7 Title" content="Link 7"/>
  30. <meta name="text:Link8" content="/"/>
  31. <meta name="text:Link8 Title" content="Link 8"/>
  32.  
  33. <!-- DEFAULTS COLORS -->
  34. <meta name="color:Background" content="#dddddd"/>
  35. <meta name="color:Scrollbar" content="#bb2211"/>
  36. <meta name="color:Text" content="#000000"/>
  37. <meta name="color:Link" content="#bb9966"/>
  38. <meta name="color:Link Hover" content="#bb2211"/>
  39. <meta name="color:Blockquote Border" content="#bb2211"/>
  40. <meta name="color:Blockquote Text" content="#888888"/>
  41. <meta name="color:Postbox" content="#ffffff"/>
  42. <meta name="color:Title" content="#bb2211"/>
  43. <meta name="color:Title Hover" content="#000000"/>
  44. <meta name="color:Notes Text" content="#1c1c1c"/>
  45. <meta name="color:Description" content="#ffffff"/>
  46. <meta name="color:Asker" content="#dddddd"/>
  47. <meta name="color:Ask" content="#eeeeee"/>
  48. <meta name="color:Permalink Text" content="#000000"/>
  49. <meta name="color:Permalink Border" content="#bb9966"/>
  50. <meta name="color:Tags Border" content="#bb2211"/>
  51. <meta name="color:Description Text" content="#000000"/>
  52. <meta name="color:Description" content="#ffffff"/>
  53. <meta name="color:Menu and DescriTitle" content="#000000"/>
  54. <meta name="color:Menu Hover" content="#eeeeee"/>
  55. <meta name="color:Menu Text" content="#ffffff"/>
  56. <meta name="color:Menu Text Hover" content="#000000"/>
  57. <meta name="color:Sidebar Line" content="#dddddd"/>
  58. <meta name="color:Sidebar Line Border" content="#000000"/>
  59. <meta name="color:Navigation" content="#000000"/>
  60. <meta name="color:Navigation Text" content="#ffffff"/>
  61. <meta name="color:Navigation Hover" content="#eeeeee"/>
  62. <meta name="color:Navigation Text Hover" content="#000000"/>
  63. <meta name="color:Pagination" content="#000000"/>
  64.  
  65. <!-- DEFAULT IMAGE -->
  66. <meta name="image:Background" content="http://24.media.tumblr.com/tumblr_ls0w5txuft1r3vazto4_500.png"/>
  67. <meta name="image:Sidebar" content="http://static.tumblr.com/uobboj6/jSNm6nky5/tumblr_m5q311kynb1r1p8xgo3_1280.jpg"/>
  68.  
  69. <title>{Title}</title>
  70. <link rel="shortcut icon" href="{Favicon}">
  71. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  72.  
  73. {block:IfEndlessScrolling}<script type="text/javascript" src="http://static.tumblr.com/q0etgkr/EIBmz7s0p/infinitescrolling.js"></script>{/block:IfEndlessScrolling}
  74.  
  75. <style type="text/css">
  76.  
  77. @font-face {
  78. font-family: "tiny tots";
  79. src: url('https://dl.dropboxusercontent.com/u/109376002/tinytots.ttf');
  80. }
  81.  
  82. @font-face {
  83. font-family: "pixel";
  84. src: url('https://dl.dropboxusercontent.com/u/109376002/Pixel_Berry_08_84_Ltd.Edition.TTF');
  85. }
  86.  
  87. @font-face {
  88. font-family: "futura";
  89. src: url('https://dl.dropboxusercontent.com/u/109376002/futura__light_.ttf');
  90. }
  91.  
  92. iframe#tumblr_controls {right:3px !important; position: fixed !important;-webkit-transition: opacity 0.7s linear;opacity: 0.2;-webkit-transition: all 0.8s ease-out;-moz-transition: all 0.8s ease-out;transition: all 0.8s ease-out;}
  93.  
  94. iframe#tumblr_controls:hover{-webkit-transition: opacity 0.7s linear;opacity: 1;-webkit-transition: all 0.5s ease-out;-moz-transition: all 0.5s ease-out;transition: all 0.5s ease-out;}
  95.  
  96. ::-webkit-scrollbar-thumb:vertical {
  97. background-color: {color:Scrollbar};
  98. height:100px;
  99. }
  100.  
  101. ::-webkit-scrollbar {
  102. height:25px;
  103. width:7px;
  104. background-color: #fff;
  105. }
  106.  
  107. body {
  108. background-color:{color:Background};
  109. background-image:url('{image:Background}');
  110. background-position: fixed;
  111. background-attachment:fixed;
  112. background-repeat:repeat;
  113. font: 10px 'verdana';
  114. color: {color:Text};
  115. }
  116.  
  117. a:link,a:active,a:visited {
  118. text-decoration: none;
  119. color: {color:Link};
  120. -webkit-transition: all 0.5s ease-out;
  121. -moz-transition: all 0.5s ease-out;
  122. -o-transition: all 0.5s ease-out;
  123. }
  124.  
  125. a:hover {
  126. color: {color:Link Hover};
  127. -webkit-transition: all 0.5s ease-out;
  128. -moz-transition: all 0.5s ease-out;
  129. -o-transition: all 0.5s ease-out;
  130. }
  131.  
  132. blockquote {
  133. padding: 0px;
  134. padding-left: 5px;
  135. font: 11px arial;
  136. letter-spacing: 1px;
  137. margin-right: 2px;
  138. margin-left: 3px;
  139. border-left: 2px solid {color:Blockquote Border};
  140. background-color: transparent;
  141. color:{color:Blockquote Text};
  142. }
  143.  
  144. blockquote img{
  145. max-width: 390px;
  146. }
  147.  
  148. #entry {
  149. width:525px;
  150. overflow:hidden;
  151. z-index:1;
  152. }
  153.  
  154. #entry:hover .permalink {opacity: 1;}
  155.  
  156. #entry img {
  157. max-width:500px;
  158. }
  159.  
  160. #sidebar {
  161. position: fixed;
  162. float: left;
  163. top: 0px;
  164. margin-left: -10px
  165. }
  166.  
  167. #navigation {
  168. position: fixed;
  169. float: left;
  170. bottom: 30px;
  171. margin-left: 860px
  172. }
  173.  
  174. #postar{
  175. width:545px;
  176. padding: 2px;
  177. margin-top: -10px;
  178. margin-left: 420px;
  179. }
  180.  
  181. #posts{
  182. width: 500px;
  183. padding: 5px;
  184. margin-left:10px;
  185. margin-top:10px;
  186. margin-bottom:-5px;
  187. color: {color:Text};
  188. background: {color:Postbox};
  189. }
  190.  
  191. .titulo{
  192. font: 28px 'gabriola';
  193. text-align:left;
  194. margin-top:-10px;
  195. margin-left:5px;
  196. margin-bottom:-15px;
  197. }
  198.  
  199. .titulo a{
  200. color:{color:Title};
  201. text-decoration:none;
  202. -webkit-transition: all 0.5s ease-in;
  203. -moz-transition: all 0.5s ease-in;
  204. -o-transition: all 0.5s ease-in;
  205. }
  206.  
  207. .titulo a:hover{
  208. color:{color:Title Hover};
  209. -webkit-transition: all 0.5s ease-in;
  210. -moz-transition: all 0.5s ease-in;
  211. -o-transition: all 0.5s ease-in;
  212. }
  213.  
  214. .quote{
  215. font:18px 'Times New Roman';
  216. text-align: center;
  217. display:block;
  218. }
  219.  
  220. #audio{
  221. z-index:3;
  222. background: #000;
  223. display:block;
  224. margin-bottom:0px;
  225. }
  226.  
  227. .audiopic{
  228. opacity: 1;
  229. filter:alpha(opacity=100);
  230. -moz-opacity: 1;}
  231.  
  232. #audioborder{
  233. padding: 2px;
  234. border: 2px solid #000;
  235. background-color: #000;
  236. }
  237.  
  238. #ask {
  239. text-align: left;
  240. background: {color:Ask};
  241. padding: 10px;
  242. position: relative;
  243. font: 12px 'trebuchet ms';
  244. color: #000;
  245. margin-bottom:3px;
  246. }
  247.  
  248. #ask p {margin:1px 1px;}
  249.  
  250. .asker{
  251. padding: 3px;
  252. background:{color:Asker};
  253. position:relative;
  254. font:8px 'tiny tots';
  255. color:#333333;
  256. text-transform:uppercase;
  257. }
  258.  
  259. .notes {width:500px; padding: 0px; color: {color:Notes Text}; margin-top: 0px; margin-left: 15px; line-height: 15px; float:none; letter-spacing: 0px; text-transform:lowercase; font-family: trebuchet ms; font-size: 10px;}
  260.  
  261. li.notes {list-style:decimal; padding: 2px; margin: 2px; letter-spacing: 0px; text-transform:lowercase;}
  262.  
  263. #notes a{color: {color:Link}; letter-spacing: 0px; text-transform:lowercase; font-family: trebuchet ms; font-size: 10px;}
  264.  
  265. .perma {
  266. width:140px;
  267. height:auto;
  268. padding:2px;
  269. padding-left:10px;
  270. border-left:5px solid {color:Permalink Border};
  271. color:{color:Permalink Text};
  272. margin-left:520px;
  273. margin-top:20px;
  274. z-index:300;
  275. filter:alpha(opacity=80);
  276. opacity:0;
  277. font-size:8px;
  278. font-family:'pixel';
  279. text-align:left;
  280. -webkit-transition-duration: .90s;
  281. position: absolute;
  282. }
  283.  
  284. .link:hover .perma {
  285. filter:alpha(opacity=30);
  286. opacity:99;
  287. width:140px;
  288. height:auto;
  289. padding:2px;
  290. padding-left:10px;
  291. color:#000;
  292. margin-left:530px;
  293. margin-top:20px;
  294. z-index:300;
  295. font-size:8px;
  296. font-family:'pixel';
  297. text-align:left;
  298. -webkit-transition-duration: .90s;
  299. position: absolute;
  300. }
  301.  
  302. .tag {
  303. width:140px;
  304. height:auto;
  305. padding:2px;
  306. padding-left:10px;
  307. border-left:5px solid {color:Tags Border};
  308. color:#000;
  309. margin-left:520px;
  310. margin-top:50px;
  311. z-index:300;
  312. filter:alpha(opacity=80);
  313. opacity:0;
  314. font-size:8px;
  315. font-family:'pixel';
  316. text-align:left;
  317. -webkit-transition-duration: .90s;
  318. position: absolute;
  319. }
  320.  
  321. .tags:hover .tag {
  322. filter:alpha(opacity=30);
  323. opacity:99;
  324. width:140px;
  325. height:auto;
  326. padding:2px;
  327. padding-left:10px;
  328. color:#000;
  329. margin-left:530px;
  330. margin-top:50px;
  331. z-index:300;
  332. font-size:8px;
  333. font-family:'pixel';
  334. text-align:left;
  335. -webkit-transition-duration: .90s;
  336. position: absolute;
  337. }
  338.  
  339. .descr {
  340. float: right;
  341. width: 250px;
  342. font-size: 12px;
  343. color: {color:Description Text};
  344. padding: 5px;
  345. font-family: 'tahoma';
  346. text-transform: normal;
  347. background-color: {color:Description};
  348. margin-left: 50px;
  349. margin-top:50px;
  350. position: absolute;
  351. letter-spacing: 1px;
  352. text-align: center;
  353. -webkit-transition: all 0.5s ease-out;
  354. -moz-transition: all 0.5s ease-out;
  355. -o-transition: all 0.5s ease-out; opacity:0; filter: alpha(opacity = 0); zoom: 1;}
  356.  
  357. .descri:hover .descr {opacity: 1.0; filter: alpha(opacity = 100); zoom: 1;
  358. margin-top:200px;}
  359.  
  360. .descri:hover {margin-top: 0px; -webkit-transition: all 0.5s ease-out;
  361. -moz-transition: all 0.5s ease-out;
  362. -o-transition: all 0.5s ease-out;}
  363.  
  364. .descri {
  365. height: auto;
  366. background: {color:Description};
  367. text-align:justify;
  368. margin-bottom:0px;
  369. padding: 0px;
  370. }
  371.  
  372. .menu a{
  373. float:left;
  374. width: 45px;
  375. height:10px;
  376. margin-left:5px;
  377. padding:5px;
  378. padding-top:8px;
  379. background: {color:Menu and DescriTitle};
  380. font: 8px 'tiny tots';
  381. text-align:center;
  382. display:block;
  383. margin-top:10px;
  384. margin-bottom:3px;
  385. color: {color:Menu Text};
  386. text-decoration: none;
  387. -webkit-transition: all 0.5s ease-in;
  388. -moz-transition: all 0.5s ease-in;
  389. -o-transition: all 0.5s ease-in;
  390. }
  391.  
  392. .menu a:hover{
  393. float:left;
  394. width: 45px;
  395. height:10px;
  396. margin-left:5px;
  397. padding:5px;
  398. padding-top:8px;
  399. background: {color:Menu Hover};
  400. font: 8px 'tiny tots';
  401. text-align:center;
  402. display:block;
  403. margin-bottom:3px;
  404. color: {color:Menu Text Hover};
  405. text-decoration: none;
  406. -webkit-transition: all 0.5s ease-in;
  407. -moz-transition: all 0.5s ease-in;
  408. -o-transition: all 0.5s ease-in;
  409. }
  410.  
  411. .title{
  412. width:250px;
  413. height:14px;
  414. background:{color:Menu and DescriTitle};
  415. font-family:'consolas';
  416. font-size:12px;
  417. color:{color:Menu Text};
  418. padding:5px;
  419. text-align:right;
  420. margin-top:-10px;
  421. margin-bottom:-10px;
  422. margin-left:-5px;
  423. }
  424.  
  425. .title a{
  426. width:250px;
  427. height:14px;
  428. background:{color:Menu and DescriTitle};
  429. font-family:'consolas';
  430. font-size:12px;
  431. color:{color:Menu Text};
  432. padding:5px;
  433. margin-top:-10px;
  434. margin-bottom:-10px;
  435. margin-left:-5px;
  436. }
  437.  
  438. .line{
  439. width:40px;
  440. height:1500px;
  441. background:{color:Sidebar Line};
  442. border-left:{color:Sidebar Line Border} solid 15px;
  443. margin-top:-10px;
  444. margin-left:340px;
  445. padding-top:40px;
  446. position:fixed;
  447. }
  448.  
  449. .nav a{
  450. float:left;
  451. width: 45px;
  452. height:10px;
  453. padding:5px;
  454. padding-top:8px;
  455. background: {color:Navigation};
  456. font: 8px 'tiny tots';
  457. text-align:center;
  458. display:block;
  459. margin-top:10px;
  460. margin-bottom:3px;
  461. color: {color:Navigation Text};
  462. text-decoration: none;
  463. -webkit-transition: all 0.5s ease-in;
  464. -moz-transition: all 0.5s ease-in;
  465. -o-transition: all 0.5s ease-in;
  466. }
  467.  
  468. .nav a:hover{
  469. float:left;
  470. width: 45px;
  471. height:10px;
  472. margin-left:5px;
  473. padding:5px;
  474. padding-top:8px;
  475. background: {color:Navigation Hover};
  476. font: 8px 'tiny tots';
  477. text-align:center;
  478. display:block;
  479. margin-bottom:3px;
  480. color: {color:Navigation Text Hover};
  481. text-decoration: none;
  482. -webkit-transition: all 0.5s ease-in;
  483. -moz-transition: all 0.5s ease-in;
  484. -o-transition: all 0.5s ease-in;
  485. }
  486.  
  487. .pic{
  488. float:center;
  489. margin-bottom:-10px;
  490. margin-top:-5px;
  491. }
  492.  
  493. {CustomCSS}
  494.  
  495. </style>
  496. <script type="text/javascript"
  497. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.3/jquery.min.js">
  498. </script>
  499. <script type="text/javascript" language="javascript">
  500. $(function () {
  501. $('#scrlBotm').click(function () {
  502. $('html, body').animate({
  503. scrollTop: $(document).height()
  504. },
  505. 1500);
  506. return false;
  507. });
  508.  
  509. $('#scrlTop').click(function () {
  510. $('html, body').animate({
  511. scrollTop: '0px'
  512. },
  513. 1500);
  514. return false;
  515. });
  516. });
  517. </script>
  518.  
  519. </head>
  520.  
  521. <body>
  522.  
  523. <div id="sidebar">
  524. <div class="descri"><span class="descr">
  525. <div class="title"><a href="/">{title}</a></div><br>
  526. {description}
  527. <div class="menu"><a href="/">home</a></div>
  528. <div class="menu"><a href="/ask">ask</a></div>
  529. <div class="menu"><a href="/archive">archive</a></div>
  530. <div class="menu"><a href="http://madarathemes.tumblr.com/">theme</a></div></span>
  531. <div class="pic"><img src="{image:Sidebar}" width="350"></div>
  532. <div class="pic"><img src="{image:Sidebar}" width="350"></div>
  533. <div class="pic"><img src="{image:Sidebar}" width="350"></div>
  534. <div class="pic"><img src="{image:Sidebar}" width="350"></div>
  535. <img src="{image:Sidebar}" width="350">
  536. </div></div>
  537. <div class="line">
  538. <div class="nav"><a href="{text:Link1}">{text:Link1 Title}</a></div>
  539. <div class="nav"><a href="{text:Link2}">{text:Link2 Title}</a></div>
  540. <div class="nav"><a href="{text:Link3}">{text:Link3 Title}</a></div>
  541. <div class="nav"><a href="{text:Link4}">{text:Link4 Title}</a></div>
  542. {block:IfLink5}<div class="nav"><a href="{text:Link5}">{text:Link5 Title}</a></div>{/block:IfLink5}
  543. {block:IfLink6}<div class="nav"><a href="{text:Link6}">{text:Link6 Title}</a></div>{/block:IfLink6}
  544. {block:IfLink7}<div class="nav"><a href="{text:Link7}">{text:Link7 Title}</a></div>{/block:IfLink7}
  545. {block:IfLink8}<div class="nav"><a href="{text:Link8}">{text:Link8 Title}</a></div>{/block:IfLink8}
  546. {block:IfNotEndlessScrolling}<div class="nav">{block:PreviousPage}<a href="{PreviousPage}"><--</a>{/block:PreviousPage}</div>
  547. <div class="nav">{block:NextPage}<a href="{NextPage}">--></a>{/block:NextPage}</div>{/block:IfNotEndlessScrolling}
  548. </div>
  549.  
  550. <div id="postar">
  551. <table width="40%" border="0">
  552. <tr>
  553. <td align="center">
  554. {block:IfEndlessScrolling}<div class = "autopagerize_page_element" >{/block:IfEndlessScrolling}
  555. {block:Posts}
  556. <div id="entry">
  557. {block:IndexPage}<div class="link"><div class="perma">
  558. {TimeAgo}· <a style="color:{color:Permalink Border};" href="{Permalink}">{NoteCount}</a>
  559. </div>
  560. {block:IfTags}{block:HasTags}<div class="tags"><div class="tag">
  561. {block:Tags}#<a href="{TagURL}">{Tag}</a><br> {/block:Tags}
  562. </div>{/block:HasTags}{/block:IfTags}{/block:IndexPage}
  563. <table width="500" border="0">
  564. <tr>
  565. <td>
  566. <div id="posts">
  567.  
  568. {block:Text}
  569. {block:Title}<div class="titulo"><a href="{Permalink}">▶ {Title}</a></div>{/block:Title}
  570. {Body}
  571. {/block:Text}
  572.  
  573. {block:Photo}
  574. {block:IndexPage}<a href="{Permalink}"><img src="{PhotoURL-500}" border="0" width="500px"/></a>{/block:IndexPage}
  575. {block:PermalinkPage}{LinkOpenTag}<img src="{PhotoURL-500}" border="0" width="500px"/>{LinkCloseTag}{/block:PermalinkPage}
  576. {block:IfCaption} {block:Caption}
  577. {Caption}
  578. {/block:Caption}{/block:IfCaption}
  579.  
  580. {block:IfNotCaption}{block:PermalinkPage}{block:Caption}
  581. {Caption}
  582. {/block:Caption}{/block:PermalinkPage}{/block:IfNotCaption}
  583. {/block:Photo}
  584.  
  585. {block:Photoset}
  586. {Photoset-500}
  587. {block:IfCaption} {block:Caption}
  588. {Caption}
  589. {/block:Caption}{/block:IfCaption}
  590.  
  591. {block:IfNotCaption}{block:PermalinkPage}{block:Caption}
  592. {Caption}
  593. {/block:Caption}{/block:PermalinkPage}{/block:IfNotCaption}
  594. {/block:Photoset}
  595.  
  596. {block:Quote}
  597. <div class="quote">"{Quote}"</div>
  598. {block:Source}
  599. <div align="right">- {Source}</div>
  600. {/block:Source}
  601. {/block:Quote}
  602.  
  603. {block:Link}
  604. <div class="titulo"><a href="{URL}" class="link" {Target}>{Name} →</a></div>
  605. {block:Description}
  606. {Description}
  607. {/block:Description}
  608. {/block:Link}
  609.  
  610. {block:Chat}
  611. {block:Title}<div class="titulo"><a href="{Permalink}">{Title}</a></div>{/block:Title}
  612. <div style="margin-left:16px;">{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}</div>
  613. {/block:Chat}
  614.  
  615. {block:Audio}
  616.  
  617. {block:IfCaption} <div style="float:right;display: block; margin-top:0px;z-index:4;">{block:AlbumArt}<img src="{AlbumArtURL}" width="60px" height="60px" id="audioborder" class="audiopic"/>{/block:AlbumArt}</div><div id="audio">{AudioPlayerBlack}</div>
  618. {block:Caption}
  619. {Caption}
  620. {/block:Caption}{/block:IfCaption}
  621.  
  622. {block:IfNotCaption}<div id="audio">{AudioPlayerBlack}</div>
  623. {block:PermalinkPage}{block:Caption}
  624. {Caption}
  625. {/block:Caption}{/block:PermalinkPage}{/block:IfNotCaption}
  626. {/block:Audio}
  627.  
  628. {block:Video}
  629. {Video-500}
  630. {block:IfCaption} {block:Caption}
  631. {Caption}
  632. {/block:Caption}{/block:IfCaption}
  633.  
  634. {block:IfNotCaption}{block:PermalinkPage}{block:Caption}
  635. {Caption}
  636. {/block:Caption}{/block:PermalinkPage}{/block:IfNotCaption}
  637. {/block:Video}
  638.  
  639. {block:Answer}
  640. <div class="asker">{Asker} whispered : </div>
  641. <div id="ask" align="right">{Question}</div>
  642. <div style="margin-left:10px;"> {Answer}</div>
  643. {/block:Answer}
  644.  
  645. </div>
  646.  
  647. {block:PermalinkPage}{block:Date}<div class="notes"><br><span style="font-family: 'times new roman'; text-transform:uppercase;"><b> {Month} {DayOfMonthWithZero}, {Year} </b><br>▶ {NoteCountWithLabel}<br> →{block:RebloggedFrom}via <a href="{ReblogParentURL}" title="{ReblogParentTitle}">{ReblogParentName}</a> ↔ source <a href="{ReblogRootURL}" title="{ReblogRootTitle}">{ReblogRootName}</a>←{/block:RebloggedFrom}
  648. <br>
  649. {block:HasTags}<b>Tagged</b> {block:Tags}#<a href="{TagURL}">{Tag}</a> {/block:Tags}{/block:HasTags}<br>
  650. {block:PostNotes}{PostNotes}{/block:PostNotes}</div></span>{/block:Date}{/block:PermalinkPage}
  651.  
  652. </td>
  653. </tr>
  654. </table>
  655. {block:IndexPage}</div>{block:IfTags}</div>{/block:IfTags}{/block:IndexPage}
  656. {block:Posts}{block:IfEndlessScrolling}</div>{/block:IfEndlessScrolling}
  657. </td>
  658. </tr>
  659. </table>
  660. </div>
  661.  
  662. {block:IfEndlessScrolling}<a id="scrlTop" title="Top" href="#" style="color:{color:Scrollbar}; font-size:16px; font-family: 'futura'; position: fixed; bottom: 10px; right: 10px;">TOP ▲</a>{/block:IfEndlessScrolling}
  663.  
  664. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement