Advertisement
singforabsolution

Theme Pack #2:A

Oct 21st, 2012
659
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 17.00 KB | None | 0 0
  1. <!--
  2. Theme by tomkirk.tumblr.com
  3. -->
  4. <html>
  5. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  6. <html xmlns="http://www.w3.org/1999/xhtml">
  7. <head>
  8.  
  9. <!--Default Variables-->
  10. <!--Colors-->
  11. <meta name="color:Background" content="#ffffff"/>
  12. <meta name="color:Text" content="#828282"/>
  13. <meta name="color:Link" content="#9C9C9C"/>
  14. <meta name="color:Link Hover" content="#eedddd"/>
  15. <meta name="color:Scrollbar Background" content="#fdfdfd"/>
  16. <meta name="color:Scrollbar" content="#bbbbaa"/>
  17. <meta name="color:Accent" content="#eedddd"/>
  18. <meta name="color:Sidelink 1" content="#dbb7b7"/>
  19. <meta name="color:Sidelink 2" content="#c2adad"/>
  20. <meta name="color:Sidelink 3" content="#9e9994"/>
  21. <meta name="color:Sidelink 4" content="#bbbbaa"/>
  22. <meta name="color:Sidelink 5" content="#cad3a6"/>
  23.  
  24. <!--Images-->
  25. <meta name="image:Background" content""/>
  26. <meta name="image:Sidebar" content""/>
  27.  
  28. <!--Options-->
  29. <meta name="if:Infinite Scrolling" content=""/>
  30. <meta name="if:Tiny Cursor" content=""/>
  31. <meta name="if:Faded Images" content=""/>
  32. <meta name="if:Inverted Images" content=""/>
  33.  
  34. <!--Links-->
  35. <meta name="text:Link 1 URL" content="/"/>
  36. <meta name="text:Link 1 name" content=""/>
  37. <meta name="text:Link 2 URL" content="/"/>
  38. <meta name="text:Link 2 name" content=""/>
  39. <meta name="text:Link 3 URL" content="/"/>
  40. <meta name="text:Link 3 name" content=""/>
  41. <meta name="text:Link 4 URL" content="/"/>
  42. <meta name="text:Link 4 name" content=""/>
  43. <meta name="text:Link 5 URL" content="/"/>
  44. <meta name="text:Link 5 name" content=""/>
  45.  
  46.  
  47. {block:ifInfiniteScrolling}
  48. <script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>
  49. {/block:ifInfiniteScrolling}
  50.  
  51. {block:Description}
  52. <meta name="description" content="{MetaDescription}" />{/block:Description}
  53. <title>
  54. {block:PostSummary}
  55. {PostSummary} - {/block:PostSummary}{Title}</title>
  56. </style>
  57.  
  58. <style type="text/css">
  59.  
  60. {block:ifInvertedImages}img{
  61. opacity: 1;
  62. filter:alpha(opacity=10);
  63. -moz-opacity: 0.1;
  64. -moz-transition: all .9s ease;
  65. -o-transition: all .9s ease;
  66. transition: all .9s ease;
  67. -webkit-transition: all .9s ease;}
  68. {/block:ifInvertedImages}
  69.  
  70.  
  71. {block:ifInvertedImages} img:hover{
  72. opacity: .8;
  73. filter:alpha(opacity=100);
  74. -moz-opacity: 1;
  75. -moz-transition: all .9s ease;
  76. -o-transition: all .9s ease;
  77. transition: all .9s ease;
  78. -webkit-transition: all .9s ease;}
  79. {/block:ifInvertedImages}
  80.  
  81. {block:ifFadedImages}img{
  82. opacity: .8;
  83. filter:alpha(opacity=10);
  84. -moz-opacity: 0.1;
  85. -moz-transition: all .9s ease;
  86. -o-transition: all .9s ease;
  87. transition: all .9s ease;
  88. -webkit-transition: all .9s ease;}
  89. {/block:ifFadedImages}
  90.  
  91.  
  92. {block:ifFadedImages} img:hover{
  93. opacity: 1;
  94. filter:alpha(opacity=100);
  95. -moz-opacity: 1;
  96. -moz-transition: all .9s ease;
  97. -o-transition: all .9s ease;
  98. transition: all .9s ease;
  99. -webkit-transition: all .9s ease;}
  100. {/block:ifFadedImages}
  101.  
  102. {block:ifInvertedImages}.photo {
  103. opacity: 1;
  104. filter:alpha(opacity=10);
  105. -moz-opacity: 0.1;
  106. -moz-transition: all .9s ease;
  107. -o-transition: all .9s ease;
  108. transition: all .9s ease;
  109. -webkit-transition: all .9s ease;}
  110. {/block:ifInvertedImages}
  111.  
  112.  
  113. {block:ifInvertedImages}.photo:hover{
  114. opacity: .8;
  115. filter:alpha(opacity=100);
  116. -moz-opacity: 1;
  117. -moz-transition: all .9s ease;
  118. -o-transition: all .9s ease;
  119. transition: all .9s ease;
  120. -webkit-transition: all .9s ease;}
  121. {/block:ifInvertedImages}
  122.  
  123. {block:ifFadedImages}.photo {
  124. opacity: .8;
  125. filter:alpha(opacity=10);
  126. -moz-opacity: 0.1;
  127. -moz-transition: all .9s ease;
  128. -o-transition: all .9s ease;
  129. transition: all .9s ease;
  130. -webkit-transition: all .9s ease;}
  131. {/block:ifFadedImages}
  132.  
  133.  
  134. {block:ifFadedImages}.photo:hover{
  135. opacity: 1;
  136. filter:alpha(opacity=100);
  137. -moz-opacity: 1;
  138. -moz-transition: all .9s ease;
  139. -o-transition: all .9s ease;
  140. transition: all .9s ease;
  141. -webkit-transition: all .9s ease;}
  142. {/block:ifFadedImages}
  143.  
  144.  
  145. 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;}
  146.  
  147.  
  148. iframe#tumblr_controls:hover{-webkit-transition: opacity 0.7s linear;opacity: .9;-webkit-transition: all 0.4s ease-out;-moz-transition: all 0.4s ease-out;transition: all 0.4s ease-out;}
  149.  
  150. ::-webkit-scrollbar {width: 5px; height: 5px; background:{color:Scrollbar Background}; }
  151. ::-webkit-scrollbar-thumb { background-color: {color:Scrollbar};}
  152.  
  153. {block:iftinycursor}
  154. body, a, a:hover {cursor: url(http://media.tumblr.com/tumblr_lyovxfnDb71qfoi4t.png), progress;}
  155. {/block:iftinycursor}
  156.  
  157. @font-face {font-family: "print";src: url('http://static.tumblr.com/iuggpng/oQfm4mzne/princ___.ttf');}
  158.  
  159. body{
  160. background-color: {color:Background};
  161. background-image: url({image:Background});
  162. background-attachment: fixed;
  163. background-repeat: repeat;
  164. background-position: center;
  165. font-family:calibri;
  166. font-size:11px;
  167. line-height:12px;
  168. color:{color:Text};
  169. }
  170.  
  171. a:link, a:active, a:visited{
  172. color: {color:Link};
  173. text-decoration:none;
  174. transition: all 0.5s ease-out;
  175. -o-transition-transition: all 0.5s ease-out;
  176. -webkit-transition: all 0.5s ease-out;
  177. -moz-transition: all 0.5s ease-out;
  178. }
  179.  
  180. a:hover{
  181. color: {color:Link Hover};
  182. {block:iftinycursor}
  183. cursor: url(http://i.imgur.com/IepP2.jpg), progress;
  184. {/block:iftinycursor}
  185. }
  186.  
  187. #container {
  188. margin:auto;
  189. width:700px;
  190. }
  191.  
  192. #entry {
  193. width:500px;
  194. margin-left:180px;
  195. margin-top:35px;
  196. padding:13px;
  197. background:white;
  198. border:1px solid {color:Accent};
  199. }
  200.  
  201. #permalink{
  202. text-align:center;
  203. position:relative;
  204. margin-top:5px;
  205. padding-top:3px;
  206. font-size:8px;
  207. letter-spacing:1px;
  208. text-transform:uppercase;
  209. border-top:1px solid {color:Accent};
  210. }
  211.  
  212. .jump_page {
  213. padding: 2px 4px;
  214. text-decoration:none;
  215. background:{color:Accent};
  216. border:1px solid {color:Accent};
  217. }
  218.  
  219. .current_page, .jump_page:hover {
  220. padding: 2px 4px;
  221. text-decoration:none;
  222. background:transparent;
  223. border:1px solid {color:Accent};
  224. }
  225.  
  226. #side {
  227. text-align:center;
  228. position:fixed;
  229. width:220px;
  230. margin-top:100px;
  231. margin-left:-70px;
  232. z-index:1;
  233. padding:4px;
  234. }
  235.  
  236. #box{
  237. position:fixed;
  238. width:120px;
  239. margin-top:160px;
  240. margin-left:-175px;
  241. z-index:2;
  242. }
  243.  
  244. .navigate1 a{
  245. overflow:hidden;
  246. width:40px;
  247. margin-top:3px;
  248. margin-left:3px;
  249. padding:3px;
  250. padding-left:20px;
  251. text-transform:uppercase;
  252. font-size:8px;
  253. letter-spacing:1px;
  254. float:right;
  255. z-index:1;
  256. display:block;
  257. border-bottom:2px solid {color:Sidelink 1};
  258. color:{color:Sidelink 1};
  259. transition: all 0.5s ease-out;
  260. -o-transition-transition: all 0.5s ease-out;
  261. -webkit-transition: all 0.5s ease-out;
  262. -moz-transition: all 0.5s ease-out;
  263. }
  264.  
  265. .navigate1 a:hover{
  266. padding-right:40px;
  267. transition: all 0.5s ease-out;
  268. -o-transition-transition: all 0.5s ease-out;
  269. -webkit-transition: all 0.5s ease-out;
  270. -moz-transition: all 0.5s ease-out;
  271. }
  272.  
  273. .navigate2 a{
  274. overflow:hidden;
  275. width:40px;
  276. margin-top:3px;
  277. margin-left:3px;
  278. padding:3px;
  279. padding-right:30px;
  280. padding-left:20px;
  281. text-transform:uppercase;
  282. font-size:8px;
  283. letter-spacing:1px;
  284. float:right;
  285. z-index:1;
  286. display:block;
  287. border-bottom:2px solid {color:Sidelink 2};
  288. color:{color:Sidelink 2};
  289. transition: all 0.5s ease-out;
  290. -o-transition-transition: all 0.5s ease-out;
  291. -webkit-transition: all 0.5s ease-out;
  292. -moz-transition: all 0.5s ease-out;
  293. }
  294.  
  295. .navigate2 a:hover{
  296. padding-right:60px;
  297. transition: all 0.5s ease-out;
  298. -o-transition-transition: all 0.5s ease-out;
  299. -webkit-transition: all 0.5s ease-out;
  300. -moz-transition: all 0.5s ease-out;
  301. }
  302.  
  303.  
  304. .navigate3 a{
  305. overflow:hidden;
  306. width:40px;
  307. margin-top:3px;
  308. margin-left:3px;
  309. padding:3px;
  310. padding-right:10px;
  311. padding-left:20px;
  312. text-transform:uppercase;
  313. font-size:8px;
  314. letter-spacing:1px;
  315. float:right;
  316. z-index:1;
  317. display:block;
  318. border-bottom:2px solid {color:Sidelink 3};
  319. color:{color:Sidelink 3};
  320. transition: all 0.5s ease-out;
  321. -o-transition-transition: all 0.5s ease-out;
  322. -webkit-transition: all 0.5s ease-out;
  323. -moz-transition: all 0.5s ease-out;
  324. }
  325.  
  326. .navigate3 a:hover{
  327. padding-right:40px;
  328. transition: all 0.5s ease-out;
  329. -o-transition-transition: all 0.5s ease-out;
  330. -webkit-transition: all 0.5s ease-out;
  331. -moz-transition: all 0.5s ease-out;
  332. }
  333.  
  334.  
  335. .navigate4 a{
  336. overflow:hidden;
  337. width:40px;
  338. margin-top:3px;
  339. margin-left:3px;
  340. padding:3px;
  341. padding-left:20px;
  342. text-transform:uppercase;
  343. font-size:8px;
  344. letter-spacing:1px;
  345. float:right;
  346. z-index:1;
  347. display:block;
  348. border-bottom:2px solid {color:Sidelink 4};
  349. color:{color:Sidelink 4};
  350. transition: all 0.5s ease-out;
  351. -o-transition-transition: all 0.5s ease-out;
  352. -webkit-transition: all 0.5s ease-out;
  353. -moz-transition: all 0.5s ease-out;
  354. }
  355.  
  356. .navigate4 a:hover{
  357. padding-right:40px;
  358. transition: all 0.5s ease-out;
  359. -o-transition-transition: all 0.5s ease-out;
  360. -webkit-transition: all 0.5s ease-out;
  361. -moz-transition: all 0.5s ease-out;
  362. }
  363.  
  364.  
  365. .navigate5 a{
  366. overflow:hidden;
  367. width:40px;
  368. margin-top:3px;
  369. margin-left:3px;
  370. padding:3px;
  371. padding-right:20px;
  372. padding-left:20px;
  373. text-transform:uppercase;
  374. font-size:8px;
  375. letter-spacing:1px;
  376. float:right;
  377. z-index:1;
  378. display:block;
  379. border-bottom:2px solid {color:Sidelink 5};
  380. color:{color:Sidelink 5};
  381. transition: all 0.5s ease-out;
  382. -o-transition-transition: all 0.5s ease-out;
  383. -webkit-transition: all 0.5s ease-out;
  384. -moz-transition: all 0.5s ease-out;
  385. }
  386.  
  387. .navigate5 a:hover{
  388. padding-right:50px;
  389. transition: all 0.5s ease-out;
  390. -o-transition-transition: all 0.5s ease-out;
  391. -webkit-transition: all 0.5s ease-out;
  392. -moz-transition: all 0.5s ease-out;
  393. }
  394.  
  395. .blogtitle{
  396. font-family:print;
  397. text-transform:uppercase;
  398. font-size:22px;
  399. line-height:22px;
  400. padding:3px;
  401. text-align:center;
  402. }
  403.  
  404. .posttitle{
  405. font-family:print;
  406. text-transform:uppercase;
  407. font-size: 24px;
  408. line-height: 24px;
  409. }
  410.  
  411. blockquote{
  412. padding:0px 0px 2px 5px;
  413. margin:0px 0px 2px 1px;
  414. border-left: 1px solid {color:Text};}
  415. blockquote p, ul{margin:0px; padding:0px;
  416. }
  417.  
  418. .chat .line{
  419. padding: 2px;
  420. }
  421.  
  422. .label {font-weight:bold; color:{color:text}}
  423.  
  424. a img{border: 0px;}
  425.  
  426. .p { padding-top: 5px; }
  427. .ol, ul { margin-left: 10px; padding: 5px; }
  428. .ul { list-style-type: square; }
  429.  
  430. .cover {position: absolute; z-index: 1; width:65px;}
  431.  
  432. .playbox {background-color: #000; position: absolute; z-index: 1000;}
  433.  
  434. .playbutton {width: 20px; height: 30px; overflow: hidden; position: relative; z-index: 1000; margin: 11px 20px 8px 11px;}
  435.  
  436. .playbox {background-color: white; position: absolute; z-index: 1000; margin-top: 8px; margin-left: 8px; opacity:.5;
  437. -webkit-transition: all 0.2s linear; -moz-transition: all 0.2s linear;}
  438.  
  439. .playbox:hover {opacity:.8;}
  440.  
  441. .title{
  442. width:
  443. position:absolute;
  444. line-height:14px;
  445. margin-left:65px;
  446. padding:4px;
  447. z-index: 1000;
  448. text-transform:uppercase;
  449. }
  450.  
  451. .artist{
  452. width:
  453. position:absolute;
  454. line-height:14px;
  455. margin-left:65px;
  456. padding:5px;
  457. z-index: 1000;
  458. text-transform:uppercase;
  459. }
  460.  
  461. .video embed, .post div.video object {width:250px; height:187px}
  462.  
  463. .notes img{width:10px; position:left; top:3px;}
  464.  
  465. #credit {
  466. position:fixed;
  467. font-size:10px;
  468. width:70px;
  469. height:20px;
  470. font-family:calibri;
  471. letter-spacing:1px;
  472. padding-bottom:4px;
  473. padding-right:4px;
  474. bottom:0;
  475. right:0;
  476. z-index:12;
  477. }
  478.  
  479. #credit .z a{color:{color:Text};}
  480.  
  481. #credit .p{
  482. opacity:1.0;
  483. padding:3px;
  484. margin-top:00px;
  485. margin-left:14px;
  486. text-align:center;
  487. overflow:hidden;
  488. position: absolute;
  489. background:white;
  490. font-size:10px;
  491. text-transform:uppercase;
  492. z-index:100;
  493. -webkit-transition: opacity 0.5s linear;
  494. -webkit-transition: all 0.5s linear;
  495. -moz-transition: all 0.5s linear;
  496. transition: all 0.5s linear;
  497. border:1px solid {color:Accent};
  498. }
  499.  
  500. #credit:hover .p{
  501. opacity:.9;
  502. margin-top:30px;
  503. transition: all 0.5s linear;
  504. -webkit-transition: opacity 0.5s linear;
  505. -webkit-transition: all 0.5s linear;
  506. -moz-transition: all 0.5s linear;
  507. }
  508.  
  509. #credit .z{
  510. margin-top:100px;
  511. margin-top:0px;
  512. padding:3px;
  513. background:white;
  514. font-size:10px;
  515. text-align:left;
  516. text-transform:uppercase;
  517. opacity:0;
  518. overflow:hidden;
  519. position: absolute;
  520. -webkit-transition: opacity 0.5s linear;
  521. -webkit-transition: all 0.5s linear;
  522. -moz-transition: all 0.5s linear;
  523. transition: all 0.5s linear;
  524. z-index:1200;
  525. border:1px solid {color:Accent};
  526. }
  527.  
  528. #credit:hover .z{
  529. opacity:1;
  530. margin-left:14px;
  531. transition: all 0.5s linear;
  532. -webkit-transition: opacity 0.5s linear;
  533. -webkit-transition: all 0.5s linear;
  534. -moz-transition: all 0.5s linear;
  535. }
  536.  
  537.  
  538. {CustomCSS}
  539. </style>
  540.  
  541. <link rel="shortcut icon" href="{Favicon}">
  542. <link rel="alternate" type="application/rss+xml" title="RSS" href="{RSS}" /><meta name="viewport" content="width=820" />
  543.  
  544. </head>
  545. <body>
  546. <div id="container">
  547. <div id="box">
  548. <div class="navigate1">
  549. <a href="{text:Link 1 URL}">{text:Link 1 name}</a>
  550. </div>
  551. <div class="navigate2">
  552. <a href="{text:Link 2 URL}">{text:Link 2 name}</a>
  553. </div>
  554. <div class="navigate3">
  555. <a href="{text:Link 3 URL}">{text:Link 3 name}</a>
  556. </div>
  557. <div class="navigate4">
  558. <a href="{text:Link 4 URL}">{text:Link 4 name}</a>
  559. </div>
  560. <div class="navigate5">
  561. <a href="{text:Link 5 URL}">{text:Link 5 name}</a>
  562. </div>
  563. </div>
  564. <div id="side">
  565. <div class="blogtitle"><a href="/">{Title}</a></div>
  566. <a href="/"><img src="{image:Sidebar}" width="170" style="padding:13px; border:1px solid {color:Accent};background:white;"></a>
  567. <div style="padding:2px;margin-top:5px;">
  568. {Description}
  569.  
  570. {block:ifNotInfiniteScrolling}
  571. <br><br>
  572. {block:Pagination}
  573. {block:PreviousPage}<a href="{PreviousPage}" class="jump_page">&laquo;</a>{/block:PreviousPage}
  574. {block:JumpPagination length="5"}
  575. {block:CurrentPage}<span class="current_page">{PageNumber}</span>{/block:CurrentPage}
  576. {block:JumpPage}<a class="jump_page" href="{URL}">{PageNumber}</a>{/block:JumpPage}{/block:JumpPagination}
  577. {block:NextPage}<a href="{NextPage}" class="jump_page">&raquo;</a>{/block:NextPage}
  578. {/block:Pagination}
  579.  
  580. {/block:ifNotInfiniteScrolling}
  581.  
  582. </div>
  583. </div>
  584. {block:Posts}
  585. <div id="entry">
  586.  
  587. {block:Text}
  588. {block:Title}
  589. <div class="posttitle">{Title}</div>
  590. {/block:Title}
  591. {Body}
  592. {/block:Text}
  593.  
  594. {block:Link}
  595. <div class="posttitle">
  596. <a href="{URL}">{Name}</a>
  597. </div>
  598. {block:Description}{Description}{/block:Description}
  599. {/block:Link}
  600.  
  601. {block:Photo}
  602. <center>
  603. {LinkOpenTag}
  604. <div id="pic">
  605. <a href="{permalink}">
  606. <img src="{PhotoURL-500}" alt="{PhotoAlt}" width="500px"></a>
  607. </div>
  608. {LinkCloseTag}
  609. </center>
  610. {block:Caption}{Caption}{/block:Caption}
  611. {block:ContentSource}
  612. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  613. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  614. {/block:SourceLogo}
  615. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  616. {/block:ContentSource}
  617. {block:ReblogParentURL}
  618. <!-- {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  619. {/block:ReblogParentURL}
  620. {/block:Photo}
  621.  
  622. {block:Photoset}
  623. <center>
  624. <div class="photo">
  625. {Photoset-500}
  626. </div>
  627. </center>
  628. {block:Caption}{Caption}{/block:Caption}
  629. {/block:Photoset}
  630.  
  631. {block:Quote}
  632. <div class="posttitle">"{Quote}"</div>
  633. {block:Source}
  634. <i> - {Source}</i>
  635. {/block:Source}
  636. {/block:Quote}
  637.  
  638. {block:Chat}
  639. {block:Title}
  640. <div class="posttitle">
  641. {Title}
  642. </div>
  643. {/block:Title}
  644. <div class="chat">
  645. {block:Lines}
  646. <div class="chat">
  647. <div class="line {Alt}">
  648. <div class="{Alt} user_{UserNumber}">
  649. {block:Label}
  650. <b>{Label} </b>
  651. {/block:Label}
  652. {Line}
  653. </div>
  654. </div>
  655. </div>
  656. {/block:Lines}
  657. </div>
  658. {/block:Chat}
  659.  
  660. {block:Audio}
  661. <div class="playbox">
  662. <div class="playbutton">
  663. {block:AudioPlayer}{AudioPlayerWhite}{/block:AudioPlayer}
  664. </div></div>
  665. {block:AlbumArt}
  666. <img src="{AlbumArtURL}" class="cover">
  667. {/block:AlbumArt}
  668.  
  669. <div class="title">
  670. {block:TrackName}
  671. <b>Title</b>:{TrackName}
  672. {/block:TrackName}
  673. </div>
  674.  
  675. <div class="artist">
  676. {block:Artist}
  677. <b>Artist:</b>{Artist}
  678. {/block:Artist}
  679. </div>
  680.  
  681. <div class="title">
  682. {PlayCountWithLabel}
  683. </div>
  684.  
  685. <br>
  686. {block:Caption}{Caption}{/block:Caption}
  687. {/block:Audio}
  688.  
  689. {block:Video}
  690. <center>
  691. <div class="photo">
  692. {Video-500}
  693. </div>
  694. </center>
  695. {block:Caption}{Caption}{/block:Caption}
  696. {/block:Video}
  697.  
  698. {block:IndexPage}
  699. <div id="permalink">
  700. posted
  701. <a href="{Permalink}"> {TimeAgo}</a>
  702. with
  703. <a href="{Permalink}">{NoteCountWithLabel}</a>
  704. <br>
  705. {block:HasTags}tags:
  706. {block:Tags}<a href="{TagURL}">#{Tag}</a>
  707. {/block:Tags}
  708. {/block:HasTags}
  709. </div>
  710. {/block:IndexPage}
  711.  
  712. {block:PermalinkPage}
  713. <center>
  714. <div style="text-transform:uppercase;font-size:8px;letter-spacing:1px;">
  715. {block:Date}
  716. {TimeAgo} on
  717. {ShortMonth} {DayofMonth},{Year}
  718. {/block:Date}
  719. {block:NoteCount} · {NoteCountWithLabel}
  720. {/block:NoteCount}
  721. {block:HasTags} · Tags:
  722. {block:Tags}<a href="{TagURL}">#{Tag} </a>
  723. {/block:Tags}
  724. {/block:HasTags}
  725. <br>{block:RebloggedFrom}via: <a href="{ReblogParentURL}" target="_blank">{ReblogParentName}</a> · (©: <a href="{ReblogRootURL}" target="_blank">{ReblogRootName}</a>) {/block:RebloggedFrom}
  726. </div>
  727. </center>
  728. {/block:PermalinkPage}
  729.  
  730. {block:PostNotes}
  731. {PostNotes}
  732. {/block:PostNotes}
  733. </div>
  734. {/block:Posts}
  735.  
  736. <br><br>
  737.  
  738.  
  739. <div id="credit">
  740. <center>
  741. <div id="credit">
  742. <div class="p">
  743. THEME ©
  744. </div>
  745. </div>
  746.  
  747. <div class="z">
  748. <a href="http://tomkirk.tumblr.com/">tomkirk</a>
  749. </div>
  750. </div>
  751.  
  752. </body>
  753. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement