Advertisement
singforabsolution

Theme By Kelsey #33

Jun 21st, 2012
177
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 17.44 KB | None | 0 0
  1. <!-- please don't remove the credit or use as a base code \m/-->
  2.  
  3. <script type="text/javascript"
  4. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  5.  
  6. <head>
  7.  
  8. <!--Default Variables-->
  9. <!--Colors-->
  10. <meta name="color:Background" content="#050404"/>
  11. <meta name="color:Sidebar" content="#111213"/>
  12. <meta name="color:Text" content="#ceb9b9"/>
  13. <meta name="color:Blog Title" content="#940303"/>
  14. <meta name="color:Link" content="#f7f3f3"/>
  15. <meta name="color:Link Hover" content="#f14848"/>
  16. <meta name="color:Home Link" content="#af8b97"/>
  17. <meta name="color:Ask Link" content="#af8b97"/>
  18. <meta name="color:Archive Link" content="#af8b97"/>
  19. <meta name="color:Credit Link" content="#af8b97"/>
  20. <meta name="color:Sidelinks Text" content="#000000">
  21. <meta name="color:Sidelinks Hover" content="#af8b97">
  22. <meta name="color:Paginations" content="#f3fcfa"/>
  23. <meta name="color:Scrollbar" content="#940303"/>
  24. <meta name="color:Scroll Background" content="#f7f3f3"/>
  25.  
  26. <!--Images-->
  27. <meta name="image:Sidebar" content=""/>
  28. <meta name="image:Background" content=""/>
  29.  
  30. <!--Options-->
  31. <meta name="if:Infinite Scrolling" content=""/>
  32. <meta name="if:Faded Images" content=""/>
  33. <meta name="if:Inverted Images" content=""/>
  34. <meta name="if:Sidebar Image" content=""/>
  35.  
  36. <!--Links-->
  37. <meta name="text:Link 1 URL" content="/"/>
  38. <meta name="text:Link 1 name" content=""/>
  39. <meta name="text:Link 2 URL" content="/"/>
  40. <meta name="text:Link 2 name" content=""/>
  41. <meta name="text:Link 3 URL" content="/"/>
  42. <meta name="text:Link 3 name" content=""/>
  43. <meta name="text:Link 4 URL" content="/"/>
  44. <meta name="text:Link 4 name" content="">
  45.  
  46. <meta name="font:Font" content=""/>
  47.  
  48. {block:Description}
  49. <meta name="description" content="{MetaDescription}" />{/block:Description}
  50. <title>
  51. {block:PostSummary}
  52. {PostSummary} - {/block:PostSummary}{Title}</title>
  53.  
  54. {block:ifinfinitescrolling}<script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>{/block:ifinfinitescrolling}
  55.  
  56. <style type="text/css">
  57.  
  58. ::-webkit-scrollbar {width: 10px; height:auto; background:{color:Scroll Background};}
  59. ::-webkit-scrollbar-corner {background:{color:Scroll background};}
  60. ::-webkit-scrollbar-button:vertical {height:4px; display: block; background:{color:Scrollbar};}
  61. ::-webkit-scrollbar-button:horizontal { width:5px; height:4px!important; display: block; background:{color:Scrollbar};}
  62. ::-webkit-scrollbar-thumb:vertical {background:{color:Scrollbar}; border-top: 1px solid {color:Scroll Background}; border-bottom: 1px solid {color:Scroll Background};}
  63. ::-webkit-scrollbar-thumb:horizontal {background:{color:Scrollbar};border-left: 1px solid {color:Scroll Background}; border-right: 1px solid {color:Scroll Background}; height:4px;}
  64. ::-webkit-scrollbar-thumb {background:{color:Scrollbar}; border-top: 0pt solid {color:Scroll Background}; border-bottom: 0pt solid {color:Scroll Background};}
  65. ::-webkit-scrollbar-track-piece {background: {color:Scroll Background}; width:4px;}
  66. ::-webkit-scrollbar:horizontal {height:10px!important; display: block; background:{color:Scrollbar};}
  67.  
  68. {block:ifInvertedImages}img{
  69. opacity: 1;
  70. filter:alpha(opacity=10);
  71. -moz-opacity: 0.1;
  72. -moz-transition: all .9s ease;
  73. -o-transition: all .9s ease;
  74. transition: all .9s ease;
  75. -webkit-transition: all .9s ease;}
  76. {/block:ifInvertedImages}
  77.  
  78.  
  79. {block:ifInvertedImages} img:hover{
  80. opacity: .8;
  81. filter:alpha(opacity=100);
  82. -moz-opacity: 1;
  83. -moz-transition: all .9s ease;
  84. -o-transition: all .9s ease;
  85. transition: all .9s ease;
  86. -webkit-transition: all .9s ease;}
  87. {/block:ifInvertedImages}
  88.  
  89. {block:ifFadedImages}img{
  90. opacity: .8;
  91. filter:alpha(opacity=10);
  92. -moz-opacity: 0.1;
  93. -moz-transition: all .9s ease;
  94. -o-transition: all .9s ease;
  95. transition: all .9s ease;
  96. -webkit-transition: all .9s ease;}
  97. {/block:ifFadedImages}
  98.  
  99.  
  100. {block:ifFadedImages} img:hover{
  101. opacity: 1;
  102. filter:alpha(opacity=100);
  103. -moz-opacity: 1;
  104. -moz-transition: all .9s ease;
  105. -o-transition: all .9s ease;
  106. transition: all .9s ease;
  107. -webkit-transition: all .9s ease;}
  108. {/block:ifFadedImages}
  109.  
  110. body{
  111. background-color: {color:Background};background-image:url({image:Background});background-attachment:fixed;background-repeat:repeat;background-position:center;font-family:{font:Font};font-size:12px;line-height:12px;color:{color:Text};
  112. }
  113.  
  114. a:link, a:active, a:visited{
  115. color: {color:Link};text-decoration:none;-webkit-transition: all 0.3s linear; -moz-transition: all 0.3s linear; transition: all 0.3s linear;
  116. }
  117. a:hover{
  118. color: {color:Link Hover};-webkit-transition: all 0.3s linear; -moz-transition: all 0.3s linear; transition: all 0.3s linear;
  119. }
  120.  
  121. #container {
  122. margin:auto;
  123. }
  124.  
  125. #content {z-index:2;float:center;padding:3px;margin-top:35px;}
  126.  
  127. #entry {
  128. z-index:2;
  129. margin-top:10px;
  130. margin-left:475px;
  131. width:400px;
  132. padding-top:5px;
  133. padding-left:5px;
  134. padding-right:5px;
  135. background:white;
  136. border-bottom:2px solid black;
  137. }
  138.  
  139. #entry img{
  140. max-width:400px;
  141. z-index:1;
  142. }
  143.  
  144. #entry .perma a {
  145. color:black;
  146. }
  147.  
  148. #entry .perma a:hover {
  149. color:{color:Link Hover};
  150. }
  151.  
  152. #entry .perma{
  153. padding:4px;
  154. position:absolute;
  155. text-align:center;
  156. margin-top:-2px;
  157. margin-left:417px;
  158. font-size:8px;
  159. line-height:9px;
  160. overflow:hidden;
  161. opacity:0;
  162. background:white;
  163. border-bottom:2px solid black;
  164. -webkit-transition: opacity 04s linear;
  165. -webkit-transition: all 0.4s linear;
  166. -moz-transition: all 0.4s linear;
  167. transition: all 0.4s linear;
  168. }
  169.  
  170. #entry:hover .perma{
  171. opacity: 0.9;
  172. overflow:visible;
  173. z-index:1;
  174. }
  175.  
  176.  
  177. #permalink{
  178. display: block;
  179. padding:1px;
  180. padding-right:3px;
  181. margin-top:2px;
  182. font-size:10px;
  183. line-height:12px;
  184. text-align:center;
  185. }
  186.  
  187. #links {
  188. position:fixed !important;
  189. width:190px;
  190. height:50px;
  191. bottom:0;
  192. margin-left:950px;
  193. z-index:1;
  194. }
  195.  
  196. .navigate1 a{
  197. display:block;
  198. width:12px;
  199. height:30px;
  200. padding:2px;
  201. padding-bottom:190px;
  202. padding-left:2px;
  203. padding-right:2px;
  204. margin-left:0px;
  205. margin-top:-115px;
  206. float:left;
  207. text-align:center;
  208. display: inline-block;
  209. z-index:1;
  210. background:{color:Home Link};
  211. color:{color:Sidelinks Text};
  212. -moz-transition: all .5s ease-out;
  213. -o-transition: all .5s ease-out;
  214. -webkit-transition: all .5s ease-out;
  215. -webkit-border-top-left-radius: 15px;
  216. -webkit-border-top-right-radius: 15px;
  217. -moz-border-radius-topleft: 15px;
  218. -moz-border-radius-topright: 15px;
  219. border-top-left-radius: 15px;
  220. border-top-right-radius: 15px;
  221. }
  222.  
  223. .navigate1:hover a{
  224. margin-top:-155px;
  225. background:{color:Sidelinks Hover};
  226. opacity:.9;
  227. }
  228.  
  229. .navigate2 a{
  230. display:block;
  231. width:12px;
  232. height:80px;
  233. padding:2px;
  234. padding-bottom:170px;
  235. padding-left:2px;
  236. padding-right:2px;
  237. margin-left:5px;
  238. margin-top:-165px;
  239. float:left;
  240. text-align:center;
  241. display: inline-block;
  242. z-index:1;
  243. background:{color:Ask Link};
  244. color:{color:Sidelinks Text};
  245. -moz-transition: all .5s ease-out;
  246. -o-transition: all .5s ease-out;
  247. -webkit-transition: all .5s ease-out;
  248. -webkit-border-top-left-radius: 15px;
  249. -webkit-border-top-right-radius: 15px;
  250. -moz-border-radius-topleft: 15px;
  251. -moz-border-radius-topright: 15px;
  252. border-top-left-radius: 15px;
  253. border-top-right-radius: 15px;
  254. }
  255.  
  256. .navigate2:hover a{
  257. margin-top:-195px;
  258. background:{color:Sidelinks Hover};
  259. opacity:.9;
  260. }
  261.  
  262. .navigate3 a{
  263. display:block;
  264. width:12px;
  265. height:50px;
  266. padding:2px;
  267. padding-bottom:170px;
  268. padding-left:2px;
  269. padding-right:2px;
  270. margin-left:5px;
  271. margin-top:-135px;
  272. float:left;
  273. text-align:center;
  274. display: inline-block;
  275. z-index:1;
  276. background:{color:Archive Link};
  277. color:{color:Sidelinks Text};
  278. -moz-transition: all .5s ease-out;
  279. -o-transition: all .5s ease-out;
  280. -webkit-transition: all .5s ease-out;
  281. -webkit-border-top-left-radius: 15px;
  282. -webkit-border-top-right-radius: 15px;
  283. -moz-border-radius-topleft: 15px;
  284. -moz-border-radius-topright: 15px;
  285. border-top-left-radius: 15px;
  286. border-top-right-radius: 15px;
  287. }
  288.  
  289. .navigate3:hover a{
  290. margin-top:-165px;
  291. background:{color:Sidelinks Hover};
  292. opacity:.9;
  293. }
  294.  
  295. .navigate4 a{
  296. display:block;
  297. width:12px;
  298. height:20px;
  299. padding:2px;
  300. padding-bottom:170px;
  301. padding-left:2px;
  302. padding-right:2px;
  303. margin-left:5px;
  304. margin-top:-90px;
  305. float:left;
  306. text-align:center;
  307. display: inline-block;
  308. z-index:1;
  309. background:{color:Credit Link};
  310. color:{color:Sidelinks Text};
  311. -moz-transition: all .5s ease-out;
  312. -o-transition: all .5s ease-out;
  313. -webkit-transition: all .5s ease-out;
  314. -webkit-border-top-left-radius: 15px;
  315. -webkit-border-top-right-radius: 15px;
  316. -moz-border-radius-topleft: 15px;
  317. -moz-border-radius-topright: 15px;
  318. border-top-left-radius: 15px;
  319. border-top-right-radius: 15px;
  320. }
  321.  
  322. .navigate4:hover a{
  323. margin-top:-120px;
  324. background:{color:Sidelinks Hover};
  325. opacity:.9;
  326. }
  327.  
  328. #side {
  329. position:fixed !important;
  330. width:100%;
  331. height:66px;
  332. font-size:11px;
  333. line-height:11px;
  334. margin-top:-40px;
  335. margin-left:-11px;
  336. padding:4px;
  337. z-index:2;
  338. background-color:{color:Sidebar};
  339. color:{color:Sidebar Text};
  340. -moz-transition: all .9s ease;
  341. -o-transition: all .9s ease;
  342. transition: all .9s ease;
  343. -webkit-transition: all .9s ease;
  344. border-bottom:2px solid black;
  345. }
  346.  
  347. #left {
  348. position:fixed !important;
  349. width:200px;
  350. height:100px;
  351. margin-top:125px;
  352. margin-left:200px;
  353. padding-top:20px;
  354. color:#686b6d;
  355. font-size:12px;
  356. line-height:13px;
  357. }
  358.  
  359. .d{
  360. background:white;
  361. padding:3px;
  362. border-bottom:2px solid black;
  363. }
  364.  
  365. .sidelinks a{
  366. height:12px;
  367. padding:3px;
  368. padding-top:3px;
  369. margin-top:3px;
  370. font-size:11px;
  371. text-align:center;
  372. position:relative;
  373. z-index:1;
  374. display:block;
  375. text-transform:uppercase;
  376. background-color:white;
  377. color:black;
  378. transition: all 0.3s ease-out;
  379. -o-transition-transition: all 0.3s ease-out;
  380. -webkit-transition: all 0.3s ease-out;
  381. -moz-transition: all 0.3s ease-out;
  382. border-bottom:2px solid black;
  383. }
  384.  
  385. .sidelinks a:hover{
  386. background:black;
  387. color:white;
  388. transition: all 0.3s ease-out;
  389. -o-transition-transition: all 0.3s ease-out;
  390. -webkit-transition: all 0.3s ease-out;
  391. -moz-transition: all 0.3s ease-out;
  392. }
  393.  
  394. .blogtitle{
  395. font-size:30px; line-height:21px; text-align:center; padding-bottom:3px;padding-top:23px;
  396. }
  397.  
  398. .blogtitle a {
  399. color: {color:Blog Title};
  400. }
  401.  
  402. .blogtitle a:hover {
  403. color:{color:Link Hover};
  404. }
  405.  
  406. .posttitle{
  407. font-size:20px; line-height:21px; font-style:italic;
  408. }
  409.  
  410. blockquote{
  411. padding:0px 0px 2px 5px;
  412. margin:0px 0px 2px 1px;
  413. border-left: 1px solid {color:Text};}
  414. blockquote p, ul{margin:0px; padding:0px;
  415. }
  416.  
  417. .caption {margin:0px; padding:0px;}
  418.  
  419. .chat .line{
  420. color:{color:Chat 1};
  421. margin: 0 0 0px;
  422. padding: 2px;
  423. }
  424. .chat .line.odd{
  425. color:{color:Chat 2};
  426. }
  427.  
  428. .label {font-weight:bold; text-transfor:uppercase; color:{color:Text};}
  429.  
  430. a img{border:0px;}
  431.  
  432. .p { padding-top:5px; }
  433. .ol, ul { margin-left:10px; padding:5px; }
  434. .ul { list-style-type:square; }
  435.  
  436. .albumart { margin-bottom:0px; }
  437. .albumart img, .audio embed {
  438. width:73px;
  439. padding-right:25px;
  440. }
  441.  
  442. .albumartovr {
  443. background-image:url(http://static.tumblr.com/imovwvl/i1Hl4rcp8/vinyl.png);
  444. }
  445.  
  446. .name{
  447. font-size:14px;
  448. line-height:15px;
  449. margin-top:10px;
  450. }
  451.  
  452. .video embed, .post div.video object {width:250px !important; height:187px !important;}
  453.  
  454. .notes img{width:10px; position:left; top:3px;}
  455.  
  456. #pages {
  457. position:fixed !important;
  458. width:90px;
  459. height:300px;
  460. font-size:11px;
  461. line-height:11px;
  462. bottom:0;
  463. margin-left:920px;
  464. padding:20px;
  465. padding-top:10px;
  466. -moz-transition: all .9s ease;
  467. -o-transition: all .9s ease;
  468. transition: all .9s ease;
  469. -webkit-transition: all .9s ease;
  470. }
  471.  
  472. #pages a {
  473. color:{color:Paginations};-webkit-transition: all 0.3s linear; -moz-transition: all 0.3s linear; transition: all 0.3s linear;
  474. }
  475.  
  476. #pages a:hover {
  477. color:{color:Link Hover}; -webkit-transition: all 0.3s linear; -moz-transition: all 0.3s linear; transition: all 0.3s linear;
  478. }
  479.  
  480. {CustomCSS}
  481. </style>
  482.  
  483. <link rel="shortcut icon" href="{Favicon}">
  484.  
  485. <link rel="alternate" type="application/rss+xml" title="{Title}" href="{RSS}" />
  486.  
  487. {block:ifrainbowlinks}<script type="text/javascript" src="http://static.tumblr.com/jn17x0j/2Zvltn7mc/rainbow_links.txt
  488. "></script>{/block:ifrainbowlinks}
  489.  
  490. {block:ifinfinitescrolling}<style>#toTop {display:none;text-decoration:none;position:fixed;bottom:20px;right:20px;overflow:hidden;width:30px;height:40px;border:none;text-indent:-999px;background:url(http://static.tumblr.com/hi8vwsz/Q0ull6xz3/totop.png) no-repeat left top;z-index:3000;}#toTopHover {background:url(http://static.tumblr.com/hi8vwsz/Q0ull6xz3/totop.png) no-repeat left -40px;
  491. width:30px;height:40px;display:block;overflow:hidden;float:left;opacity: 0;-moz-opacity: 0;filter:alpha(opacity=0);}
  492. #toTop:active, #toTop:focus {outline:none;}#toTop:active, #toTop:focus {outline:none;}</style>
  493.  
  494. <script type="text/javascript" src="http://static.tumblr.com/53unaru/kx3lgzker/jquery-1.3.2.min.js" charset="utf-8"></script>
  495. <script type="text/javascript" src="http://static.tumblr.com/53unaru/4jtlgzkf8/easing.js"></script>
  496. <script type="text/javascript" src="http://static.tumblr.com/53unaru/y8wlgzkbt/jquery.ui.totop.js"></script>
  497. <script type="text/javascript">
  498. $(document).ready(function() {
  499. $().UItoTop({ easingType: 'easeOutQuart' });
  500. });
  501. </script>{/block:ifinfinitescrolling}
  502.  
  503.  
  504. </head>
  505. <body>
  506. <div id="container">
  507. <div id="content">
  508. <div id="side">
  509. <div class="blogtitle"><a href="/">{Title}</a></div>
  510. </div>
  511.  
  512. <div id="left">
  513. <center>
  514. <div class="desc">
  515. <div class="d">
  516. {block:ifSidebarImage}
  517. <img src="{image:Sidebar}" width="194">
  518. {/block:ifSidebarImage}
  519. {Description}
  520. </div>
  521. <div class="sidelinks">
  522. <a href="{text:Link 1 URL}">{text:Link 1 name}</a>
  523. <a href="{text:Link 2 URL}">{text:Link 2 name}</a>
  524. <a href="{text:Link 3 URL}">{text:Link 3 name}</a>
  525. <a href="{text:Link 4 URL}">{text:Link 4 name}</a>
  526. </div>
  527. </div>
  528.  
  529. </center>
  530. </div>
  531. <div id="links">
  532. <div class="navigate1">
  533. <a href="/">H<br>O<br>M<br>E</a>
  534. </div>
  535. <div class="navigate2">
  536. <a href="/ask">M<br>E<br>S<br>S<br>A<br>G<br>E</a>
  537. </div>
  538. <div class="navigate3">
  539. <a href="/archive">A<br>R<br>C<br>H<br>I<br>V<br>E</a>
  540. </div>
  541. <div class="navigate4">
  542. <a href="http://tomkirk.tumblr.com/">C<br>R<br>E<br>D<br>I<BR>T</a>
  543. </div>
  544.  
  545. </center>
  546. </div>
  547.  
  548. <center>
  549. <div id="pages">
  550. {block:Pagination}
  551. {block:PreviousPage} <a href="{PreviousPage}"><font size="10">« </font></a>{/block:PreviousPage}
  552.  
  553. {block:NextPage}<a href="{NextPage}"><font size="10">»</font></a>{/block:NextPage}
  554. </div>
  555. {/block:Pagination}
  556. </center>
  557.  
  558. </div>
  559.  
  560. <div id="content">
  561. {block:Posts}
  562. <div id="entry">
  563.  
  564. {block:IndexPage}
  565. <div class="perma">
  566. <l>
  567. <a href="{Permalink}" title="{NoteCountWithLabel}">{NoteCount}</a><br>
  568. <a href="{ReblogURL}" target="_blank" class="details" title="Reblog">REBLOG</a></l>
  569. </div>
  570.  
  571. {/block:IndexPage}
  572.  
  573. {block:Text}
  574. {block:Title}
  575. <div class="posttitle">
  576. {Title}
  577. </div>
  578. {/block:Title}
  579. {Body}
  580. {/block:text}
  581.  
  582. {block:Link}
  583. <a href="{URL}"> <div class="posttitle">{Name}</a></div>
  584. {block:Description}{Description}{/block:Description}
  585. {/block:link}
  586.  
  587. {block:Photo}
  588. <center>
  589. {LinkOpenTag}
  590. <a href="{permalink}">
  591. <img src="{PhotoURL-400}" alt="{PhotoAlt}"width=400px/></a>
  592. {LinkCloseTag}
  593. </center>
  594. {block:Caption}
  595. <div class="caption">{Caption}</div>
  596. {/block:Caption}
  597. {block:ContentSource}
  598. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  599. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  600. {/block:SourceLogo}
  601. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  602. {/block:ContentSource}
  603. {block:ReblogParentURL}
  604. <!-- {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  605. {/block:ReblogParentURL}
  606. {/block:Photo}
  607.  
  608. {block:Photoset}
  609. <center>
  610. {Photoset-400}
  611. </center>
  612. {block:Caption}
  613. <div class="caption">{Caption}</div>
  614. {/block:Caption}
  615. {/block:Photoset}
  616.  
  617. {block:Quote}
  618. <div class="posttitle">❝{Quote}❞</div>
  619. {block:Source}
  620. <i> - {Source}</i>
  621. {/block:Source}
  622. {/block:Quote}
  623.  
  624. {block:Chat}
  625. {block:title}
  626. <div id="posttitle">
  627. <center>{Title}<br></center>
  628. </div>
  629. {/block:title}
  630. <div class="chat">
  631. {block:Lines}
  632. <div class="chat">
  633. <div class="line {Alt}">
  634. <div class="{Alt} user_{UserNumber}">
  635. {block:Label}
  636. <span class="label"><b>{Label} </b></span>
  637. {/block:Label}{Line}
  638. </div></div></div>
  639. {/block:Lines}</div>
  640. {/block:Chat}
  641.  
  642. {block:Audio}
  643. {block:albumart}
  644. <div class="albumartovr">
  645. <img src="http://static.tumblr.com/imovwvl/i1Hl4rcp8/vinyl.png" style="position:absolute;">
  646. <div class="albumart">
  647. <img src="{albumarturl}" align="left">
  648. </div></div>
  649. {/block:albumart}
  650. {AudioPlayerBlack}
  651. <div class="name">
  652. {block:TrackName}<span><strong>Title</strong>:
  653. {TrackName}</span>{/block:TrackName}<br>
  654. {block:Artist}<span><strong>Artist:</strong>
  655. {Artist}</span>{/block:Artist}
  656. </div>
  657. <br>
  658. {block:Caption}{Caption}{/block:Caption}
  659. {/block:Audio}
  660.  
  661. {block:Video}
  662. <center>
  663. {Video-400}
  664. <BR></center>
  665. {block:Caption}
  666. <div class="caption">{Caption}</div>
  667. {/block:Caption}
  668. {/block:Video}
  669.  
  670. </center>
  671.  
  672. {block:PermalinkPage}
  673. <center>
  674. <Br>
  675. {block:Date}
  676. {TimeAgo} on
  677. {ShortMonth} {DayofMonth},{Year}
  678. {/block:Date}
  679. {block:NoteCount} · {NoteCountWithLabel}
  680. {/block:NoteCount}
  681. {block:HasTags} · Tags:
  682. {block:Tags}<a href="{TagURL}">#{Tag} </a>
  683. {/block:Tags}
  684. {/block:HasTags}
  685. <br>{block:RebloggedFrom}via: <a href="{ReblogParentURL}" target="_blank">{ReblogParentName}</a> · (©: <a href="{ReblogRootURL}" target="_blank">{ReblogRootName}</a>) {/block:RebloggedFrom}
  686. </center>
  687. {/block:PermalinkPage}
  688.  
  689. {block:IndexPage}
  690. <div id="permalink">
  691. {block:HasTags}Tags:
  692. {block:Tags}<a href="{TagURL}">#{Tag} </a>
  693. {/block:Tags}
  694. {/block:HasTags}
  695. </div>
  696. {/block:IndexPage}
  697.  
  698. {block:PostNotes}{PostNotes}
  699. {/block:PostNotes}</div>{/block:Posts}
  700.  
  701. </div>
  702.  
  703. </div></div>
  704. </div>
  705.  
  706. </div>
  707. </body>
  708. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement