Advertisement
singforabsolution

Theme By Kelsey #15

Apr 7th, 2012
496
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 17.31 KB | None | 0 0
  1. <!-- please don't remove the credit or use as a base code-->
  2.  
  3. <head>
  4.  
  5. <!--Default Variables-->
  6. <!--Colors-->
  7. <meta name="color:Background" content="#000"/>
  8. <meta name="color:Text" content="#000000"/>
  9. <meta name="color:Post Title" content="#E08E79"/>
  10. <meta name="color:Link" content="#774F38"/>
  11. <meta name="color:Link Hover" content="#C5E0DC"/>
  12. <meta name="color:Blog Title" content="#774F38"/>
  13. <meta name="color:Chat 1" content=""/>
  14. <meta name="color:Chat 2" content=""/>
  15. <meta name="color:Ask Background" content="#C1CDC1"/>
  16. <meta name="color:Sidelinks Text Hover" content="#000"/>
  17. <meta name="color:Sidelinks 1" content="#774F38"/>
  18. <meta name="color:Sidelinks 2" content="#E08E79"/>
  19. <meta name="color:Sidelinks 3" content="#F1D4AF"/>
  20. <meta name="color:Sidelinks 4" content="#ECE5CE"/>
  21. <meta name="color:Sidelinks 5" content="#C5E0DC"/>
  22.  
  23. <!--Images-->
  24. <meta name="image:Background" content""/>
  25. <meta name="image:Sidebar" content=""/>
  26.  
  27. <!--Options-->
  28. <meta name="if:Infinite Scrolling" content=""/>
  29. <meta name="if:Pagination" content=""/>
  30. <meta name="if:Tiny Cursor" content=""/>
  31. <meta name="if:Tiny Scrollbar" content=""/>
  32. <meta name="if:Box shadows" content=""/>
  33. <meta name="if:Box borders" content=""/>
  34. <meta name="if:Rainbow Links" content=""/>
  35. <meta name="if:Show Caption" content=""/>
  36.  
  37. <!--Links-->
  38. <meta name="text:Link 1 URL" content="/"/>
  39. <meta name="text:Link 1 name" content="home"/>
  40. <meta name="text:Link 2 URL" content="/"/>
  41. <meta name="text:Link 2 name" content="about"/>
  42. <meta name="text:Link 3 URL" content="/ask"/>
  43. <meta name="text:Link 3 name" content="ask"/>
  44. <meta name="text:Link 4 URL" content="/"/>
  45. <meta name="text:Link 4 name" content="etc"/>
  46. <meta name="text:Link 5 URL" content="/archive"/>
  47. <meta name="text:Link 5 name" content="archive"/>
  48.  
  49. {block:Description}
  50. <meta name="description" content="{MetaDescription}" />{/block:Description}
  51. <title>
  52. {block:PostSummary}
  53. {PostSummary} - {/block:PostSummary}{Title}</title>
  54.  
  55. {block:ifinfinitescrolling}<script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>{/block:ifinfinitescrolling}
  56.  
  57. </style>
  58. <link href='http://fonts.googleapis.com/css?family=Amatic+SC' rel='stylesheet' type='text/css'>
  59.  
  60.  
  61. <script type="text/javascript"
  62.  
  63. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  64.  
  65.  
  66. <style type="text/css">
  67.  
  68. {block:iftinycursor}
  69. body, a, a:hover {cursor: url(http://i.imgur.com/2qleX.jpg), progress;}{/block:iftinycursor}
  70.  
  71.  
  72. {block:iftinyscrollbar}
  73. ::-webkit-scrollbar {width: 8px; height: 9px; background :#fff; }
  74. ::-webkit-scrollbar-thumb { background-color: #000000; -webkit-border-radius: 0ex; border: 0px #D4D8DB;}
  75. {/block:iftinyscrollbar}
  76.  
  77. @font-face { font-family: "silkscreen"; src: url('http://static.tumblr.com/1kdckk4/9yjlolf0w/slkscr.ttf'); }
  78.  
  79. body{
  80. background-color: {color:Background};
  81. background-image:url({image:Background});
  82. background-attachment:fixed;
  83. background-repeat:repeat;
  84. background-position:center;
  85. font-family:helvetica;
  86. font-size:12px;
  87. line-height:12px;
  88. letter -spacing:0px;
  89. color:{color:Text};
  90. text-align:justify;
  91. }
  92.  
  93. a:link, a:active, a:visited{
  94. color: {color:Link};
  95. text-decoration:none;
  96. }
  97. a:hover{
  98. color: {color:Link Hover};
  99. {block:iftinycursor}cursor: url(http://i.imgur.com/IepP2.jpg), progress{/block:iftinycursor};
  100. }
  101.  
  102. #container {
  103. margin:auto;
  104. position:right;
  105. width:1200px;
  106. color: {color:Title};
  107. _margin-left:10%;
  108. }
  109.  
  110. #content {
  111. float:center;
  112. width:508px;
  113. padding:3px;
  114. margin-top:0px;
  115. margin-left:500px;
  116. background:transparent;
  117. }
  118.  
  119. #entry {
  120. margin-top:15px;
  121. padding:3px;
  122. background-color:white;
  123. {block:ifboxshadows};
  124. box-shadow: 0px 5px 20px rgba(0,0,0,0.35);
  125. {/block:ifboxshadows}
  126. {block:ifboxborders}
  127. border: 1px solid black;
  128. {/block:ifboxborders}
  129. }
  130.  
  131. #entry img{
  132. {block:IndexPage}max-width:500px;{/block:IndexPage}
  133. }
  134.  
  135. #entry .permalink a{
  136. color:{color:Link};
  137. }
  138.  
  139. #entry .permalink{
  140. width:500px;
  141. position:absolute;
  142. text-align:center;
  143. padding-right:5px;
  144. font-family:silkscreen;
  145. font-size:8px;
  146. overflow:hidden;
  147. background-color:transparent;
  148. margin-left:0px;
  149. opacity:0.0;
  150. background-color:white;
  151. }
  152.  
  153. #entry:hover .permalink{
  154. margin-left:0px;
  155. overflow:visible;
  156. -webkit-transition: opacity 0.2s linear; opacity: 0.8;
  157. -webkit-transition: all 0.2s linear;
  158. -moz-transition: all 0.2s linear;
  159. transition: all 0.2s linear;
  160. }
  161.  
  162. #side {
  163. position:fixed !important;
  164. width:210px;
  165. height:auto;
  166. font-size:11px;
  167. line-height:13px;
  168. background-color:white;
  169. margin-top:70px;
  170. margin-left:230px ;
  171. padding:4px;
  172. color:{color:Text};
  173. {block:ifboxshadows};
  174. box-shadow: 0px 5px 20px rgba(0,0,0,0.35);
  175. {/block:ifboxshadows}
  176. {block:ifboxborders}
  177. border: 1px solid black;
  178. {/block:ifboxborders}
  179. }
  180.  
  181. #titlebox {
  182. position:fixed !important;
  183. width:450px;
  184. height:40px;
  185. font-size:10px;
  186. line-height:9px;
  187. background-color:clear;
  188. margin-top:233px;
  189. margin-left:-511px ;
  190. padding 2px;
  191. float:left;
  192. z-index:1;
  193. -webkit-transform: rotate(-90deg);
  194. -moz-transform: rotate(-90deg);
  195. -o-transform: rotate(-90deg);
  196. }
  197.  
  198.  
  199. #links {
  200. position:fixed !important;
  201. width:220px;
  202. height:140px;
  203. font-size:10px;
  204. line-height:9px;
  205. background-color:clear;
  206. margin-top:30px;
  207. margin-left:-270px ;
  208. padding 2px;
  209. float:left;
  210. }
  211.  
  212. .navigate1 a{
  213. position: fixed !important;
  214. display: block;
  215. font-family:helvetica;
  216. font-size: 10px;
  217. line-height:0px;
  218. position: fixed;
  219. text-transform: uppercase;
  220. text-align:right;
  221. float:left;
  222. width:31px;
  223. height: 20px;
  224. margin-top: 1px;
  225. margin-left:0px;
  226. padding-left: 0px;
  227. padding-right: 15px;
  228. padding-top: 14px;
  229. padding-bottom: 2px;
  230. background-color:{color:Sidelinks 1};
  231. color:{color:Sidelinks 1};
  232. -webkit-transition: all .8s ease-out;
  233. -moz-transition: all .8s ease-out;
  234. -o-transition: all .8s ease-out;
  235. transition: all .8s ease-out;
  236. line-height:3px;
  237. }
  238.  
  239. .navigate1:hover a{
  240. padding-left: 166px;
  241. background-color:{color:Sidelinks Hover};
  242. color:{color:Sidelinks Text Hover};
  243. -webkit-transition: all .8s ease-out;
  244. -moz-transition: all .8s ease-out;
  245. -o-transition: all .8s ease-out;
  246. transition: all .8s ease-out;
  247. }
  248.  
  249. .navigate2 a{
  250. position: fixed !important;text-align:right;
  251. display: block;
  252. font-family:helvetica;
  253. font-size: 8px;
  254. line-height:11px;
  255. text-transform: uppercase;
  256. float:left;
  257. width: 33px;
  258. height:20px;
  259. margin-top: 1px;
  260. padding-left: 0px;
  261. padding-right: 15px;
  262. padding-top: 14px;
  263. padding-bottom: 2px;
  264. margin-left: 40px;
  265. background-color:{color:Sidelinks 2};
  266. color:{color:Sidelinks 2};
  267. -webkit-transition: all .7s ease-out;
  268. -moz-transition: all .7s ease-out;
  269. -o-transition: all .7s ease-out;
  270. transition: all .7s ease-out;
  271. line-height:3px;
  272. }
  273.  
  274. .navigate2:hover a{
  275. background-color:{color:Sidelinks Hover};
  276. color:{color:Sidelinks Text Hover};
  277. padding-left: 125px;
  278. -webkit-transition: all .7s ease-out;
  279. -moz-transition: all .7s ease-out;
  280. -o-transition: all .7s ease-out;
  281. transition: all .7s ease-out;
  282. }
  283.  
  284. .navigate3 a{
  285. margin-left:81px;text-align:right;
  286. font-family:helvetica;
  287. font-size: 8px;
  288. line-height:11px;
  289. text-transform: uppercase;
  290. position: fixed !important;
  291. display: block;
  292. float:left;
  293. width: 33px;
  294. height:20px;
  295. margin-top: 1px;
  296. padding-left: 0px;
  297. padding-right: 15px;
  298. padding-top: 14px;
  299. padding-bottom: 2px;
  300. margin-left:80px;
  301. background-color:{color:Sidelinks 3};
  302. color:{color:Sidelinks 3};
  303. -webkit-transition: all .6s ease-out;
  304. -moz-transition: all .6s ease-out;
  305. -o-transition: all .6s ease-out;
  306. transition: all .6s ease-out;
  307. line-height:3px;
  308. }
  309.  
  310. .navigate3:hover a{
  311. background-color:{color:Sidelinks Hover};
  312. color:{color:Sidelinks Text Hover};
  313. padding-left: 84px;
  314. -webkit-transition: all .6s ease-out;
  315. -moz-transition: all .6s ease-out;
  316. -o-transition: all .6s ease-out;
  317. transition: all .6s ease-out;
  318. }
  319.  
  320. .navigate4 a{
  321. margin-left:81px;text-align:right;
  322. font-family:helvetica;
  323. font-size: 8px;
  324. line-height:11px;
  325. text-transform: uppercase;
  326. position: fixed !important;
  327. display: block;
  328. float:left;
  329. width: 38px;
  330. height:20px;
  331. margin-top: 1px;
  332. padding-left: 0px;
  333. padding-right: 15px;
  334. padding-top: 14px;
  335. padding-bottom: 2px;
  336. margin-left:115px;
  337. background-color:{color:Sidelinks 4};
  338. color:{color:Sidelinks 4};
  339. -webkit-transition: all .4s ease-out;
  340. -moz-transition: all .4s ease-out;
  341. -o-transition: all .4s ease-out;
  342. transition: all .4s ease-out;
  343. line-height:3px;
  344. }
  345.  
  346. .navigate4:hover a{
  347. background-color:{color:Sidelinks Hover};
  348. color:{color:Sidelinks Text Hover};
  349. -webkit-transition: all .4s ease-out;
  350. -moz-transition: all .4s ease-out;
  351. padding-left:45px;
  352. -o-transition: all .4s ease-out;
  353. transition: all .4s ease-out;
  354. }
  355.  
  356. .navigate5 a{
  357. margin-left:81px;text-align:right;
  358. font-family:helvetica;
  359. font-size: 8px;
  360. line-height:11px;
  361. text-transform: uppercase;
  362. position: fixed !important;
  363. display: block;
  364. float:left;
  365. width: 38px;
  366. height:20px;
  367. margin-top: 1px;
  368. padding-left: 0px;
  369. padding-right: 10px;
  370. padding-top: 14px;
  371. padding-bottom: 2px;
  372. margin-left:164px;
  373. background-color:{color:Sidelinks 5};
  374. color:{color:Sidelinks 5};
  375. -webkit-transition: all .6s ease-out;
  376. -moz-transition: all .6s ease-out;
  377. -o-transition: all .6s ease-out;
  378. transition: all .6s ease-out;
  379. line-height:3px;
  380. }
  381.  
  382. .navigate5:hover a{
  383. background-color:{color:Sidelinks Hover};
  384. color:{color:Sidelinks Text Hover};
  385. -webkit-transition: all .6s ease-out;
  386. -moz-transition: all .6s ease-out;
  387.  
  388. -o-transition: all .6s ease-out;
  389. transition: all .6s ease-out;
  390. }
  391.  
  392. @font-face { font-family: "arsenalewhite"; src: url('http://static.tumblr.com/5fd89aw/H0ilkmgoh/arsenale_white.ttf'); }
  393.  
  394. .blogtitle{
  395. font-size:63px;
  396. font-family:arsenalewhite;
  397. line-height:43px;
  398. color: {color:Blog Title};
  399. text-transform:uppercase;
  400. font-weight:bold;
  401. -webkit-transition: all .6s ease-out;
  402. -moz-transition: all .6s ease-out;
  403. -o-transition: all .6s ease-out;
  404. transition: all .6s ease-out;
  405. }
  406.  
  407. .blogtitle:hover{
  408. font-size:45px;
  409. color: {color:Link Hover};
  410. -webkit-transition: all .6s ease-out;
  411. -moz-transition: all .6s ease-out;
  412. -o-transition: all .6s ease-out;
  413. transition: all .6s ease-out;
  414. -webkit-transform: rotate(-360deg);
  415. -moz-transform: rotate(-360deg);
  416. -o-transform: rotate(-360deg);
  417. }
  418.  
  419. .posttitle{
  420. font-size:24px;
  421. line-height:20px;
  422. text-transform:uppercase;
  423. color: {color:Post Title};
  424. letter-spacing: 1;
  425. font-family:Amatic Sc;
  426. font-weight:none;
  427. }
  428.  
  429.  
  430. blockquote{
  431. padding:0px 0px 2px 5px;
  432. margin:0px 0px 2px 1px;
  433. border-left: 1px solid {color:Text};}
  434. blockquote p, ul{margin:0px; padding:0px;
  435. }
  436.  
  437. .chat .line{
  438. background-color:{color:Chat 1};
  439. margin: 0 0 0px;
  440. padding: 2px;
  441. }
  442. .chat .line.odd{
  443. background-color:{color:Chat 2};
  444. }
  445.  
  446. .label {font-weight:bold; color:{color:text}}
  447.  
  448. .question {
  449. color:{color:Text};
  450. font-size:10px;
  451. font-weight:normal;
  452. line-height:95%;
  453. background: {color:Ask Background};
  454. margin: 0 0 10px 0;
  455. padding: 10px 15px;
  456. position:relative;
  457. -moz-border-radius:5px; -webkit-border-radius:5px;
  458. }
  459.  
  460. .questionarrow {
  461. width:13px;
  462. height:7px;
  463. font-size:30px;
  464. position:absolute;
  465. color:{color:Ask Background};
  466. bottom: -3.5px;
  467. left: 260px;
  468. }
  469.  
  470.  
  471. .asker {
  472. width:500px;
  473. text-align:left;
  474. color:{color:Text};
  475. font-family:silkscreen;
  476. font-size:9px;
  477. }
  478.  
  479. .asker a {
  480. color:{color:Text};
  481. }
  482.  
  483. .asker img {
  484. float:left;
  485. margin-left:220px;
  486. vertical-align:top;
  487. margin-right:3px;
  488. max-height:15px;
  489. }
  490.  
  491. a img{border:0px;}
  492.  
  493. .p { padding-top:5px; }
  494. .ol, ul { margin-left:10px; padding:5px; }
  495. .ul { list-style-type:square; }
  496.  
  497. .albumart { margin-bottom:0px; }
  498. .albumart img, .audio embed { width:55px; padding-right:3px; }
  499.  
  500. .video embed, .post div.video object {width:250px !important; height:187px !important;}
  501.  
  502. .notes img{width:10px; position:left; top:3px;}
  503.  
  504. .tags {
  505. width:auto;
  506. solid {color:Links};
  507. font-family:silkscreen;
  508. font-size:8px;
  509. text-transform:uppercase;
  510. color:{color:link};
  511. padding:2px;
  512. line-height:1;
  513. margin-left:1px;
  514. }
  515.  
  516. .tags a:hover{
  517. color: {color:Link Hover};
  518. }
  519.  
  520. .pages {
  521. width:200px;
  522. height:16px;
  523. padding-top:5px;
  524. padding-bottom:5px;
  525. font-size:12px;
  526. font-family:helvetica;
  527. background-color:clear;
  528. text-align:center;
  529. }
  530.  
  531. {font-size: 100%;}
  532.  
  533. {CustomCSS}
  534. </style>
  535.  
  536. <link rel="shortcut icon" href="{Favicon}">
  537.  
  538. <link rel="alternate" type="application/rss+xml" title="{Title}" href="{RSS}" />
  539.  
  540. {block:ifrainbowlinks}<script type="text/javascript" src="http://static.tumblr.com/jn17x0j/2Zvltn7mc/rainbow_links.txt
  541. "></script>{/block:ifrainbowlinks}
  542.  
  543. {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;
  544. width:30px;height:40px;display:block;overflow:hidden;float:left;opacity: 0;-moz-opacity: 0;filter:alpha(opacity=0);}
  545. #toTop:active, #toTop:focus {outline:none;}#toTop:active, #toTop:focus {outline:none;}</style>
  546.  
  547. <script type="text/javascript" src="http://static.tumblr.com/53unaru/kx3lgzker/jquery-1.3.2.min.js" charset="utf-8"></script>
  548. <script type="text/javascript" src="http://static.tumblr.com/53unaru/4jtlgzkf8/easing.js"></script>
  549. <script type="text/javascript" src="http://static.tumblr.com/53unaru/y8wlgzkbt/jquery.ui.totop.js"></script>
  550. <script type="text/javascript">
  551. $(document).ready(function() {
  552. $().UItoTop({ easingType: 'easeOutQuart' });
  553. });
  554. </script>{/block:ifinfinitescrolling}
  555.  
  556. </head>
  557. <body>
  558.  
  559. <div id="container">
  560. <div id="content">
  561. <div id="titlebox">
  562. <center>
  563. <div class="blogtitle"><a href="/">{Title}</a></div>
  564. </center>
  565. </div>
  566. <div id="links">
  567.  
  568. <div class="navigate5"><a href="http://sociallyawkwardgiraffe.tumblr.com/">theme</a> </div>
  569. <div class="navigate4"> <a href="{text:Link 4 URL}">{text:Link 4 Name}</a> </div>
  570. <div class="navigate3"> <a href="{text:Link 3 URL}">{text:Link 3 Name}</a> </div>
  571. <div class="navigate2"> <a href="{text:Link 2 URL}">{text:Link 2 Name}</a> </div>
  572. <div class="navigate1"> <a href="{text:Link 1 URL}">{text:Link 1 Name}</a> </div>
  573. </div>
  574. </div>
  575.  
  576. <div id="side">
  577.  
  578. <img src="{image:sidebar}" width="210" style=" float:right; border:0px solid {color:borders}; padding:0px; background:transparent;"/>
  579. <br>
  580. {Description}
  581. <center>
  582. <div class="pages">
  583. {block:Pagination}
  584. <div class="pagination">
  585. {block:PreviousPage} <a href="{PreviousPage}"><font size="2">« </font></a>{/block:PreviousPage}
  586. {block:JumpPagination length="5"}
  587. {block:CurrentPage}
  588. <span class="current_page">{PageNumber}&nbsp;</span>
  589. {/block:CurrentPage}
  590. {block:JumpPage}
  591. <a class="jump_page" href="{URL}">{PageNumber}&nbsp;</a>
  592. {/block:JumpPage}
  593. {/block:JumpPagination}
  594. {block:NextPage}<a href="{NextPage}"><font size="2">» </font></a>{/block:NextPage}
  595. </div>
  596. {/block:Pagination}
  597. </center>
  598. </div>
  599. </div>
  600. </div>
  601. </div>
  602.  
  603. <div id="content">
  604. {block:Posts}
  605. <div id="entry">
  606. {block:IndexPage}
  607. <div class="permalink">
  608. <a href="{permalink}">{NoteCountWithLabel}</a> • <a href="{reblogurl}" target="_blank">reblog</a></div>
  609. {/block:IndexPage}
  610.  
  611. {block:Text}{block:Title}<span class="posttitle">{Title}</span>{/block:Title}<span class="entrytext">{Body}</span>{/block:text}
  612.  
  613. {block:Link}<a href="{URL}" class="posttitle">{Name}</a>{block:Description}{Description}{/block:Description}{/block:link}
  614.  
  615. {block:Photo}<center>{LinkOpenTag}<a href="{permalink}"><img src="{PhotoURL-500}" alt="{PhotoAlt}"width=500px/></a>{LinkCloseTag}</center>{block:ifshowcaption}{block:Caption}{Caption}{/block:Caption}{/block:ifshowcaption}{/block:Photo}
  616.  
  617. {block:Photoset}<center>{Photoset-500}</center></span>{block:ifshowcaption}{block:Caption}{Caption}{/block:Caption}{/block:ifshowcaption}{/block:Photoset}
  618.  
  619. {block:Quote}<span class="posttitle">{Quote}</span>{block:Source}<i> - {Source}</i>{/block:Source}<br>{/block:Quote}
  620.  
  621. {block:Chat}{block:title}<div id="title"><center>{Title}<br></center></div>{/block:title}<div class="chat">{block:Lines}<div class="chat"><div class="line {Alt}"><div class="{Alt} user_{UserNumber}">
  622. {block:Label}<span class="label"><b>{Label} </b></span>{/block:Label}{Line}</div></div></div>{/block:Lines}</div>{/block:Chat}
  623.  
  624. {block:Audio}{block:albumart}<div class="albumart"><img src="{albumarturl}" align="left"></div>{/block:albumart}<div style="width: 300px; height: 20px;">{AudioPlayerBlack}</div><BR>{block:TrackName}<span><strong>Title</strong>:
  625. {TrackName}</span>{/block:TrackName}<br>
  626. {block:Artist}<span><strong>Artist:</strong>
  627. {Artist}</span>{/block:Artist}<br>
  628. {block:Caption}{Caption}{/block:Caption}
  629. {/block:Audio}
  630.  
  631. {block:Video}<center>{Video-500}<BR></center>{block:ifshowcaption}{block:Caption}{Caption}{/block:Caption}{/block:ifshowcaption}{/block:Video}
  632.  
  633.  
  634.  
  635. {block:Answer}
  636. <div class="question">
  637. <div class="questionarrow">▼</div>
  638. {Question}
  639. </div>
  640. <div class="asker"><img src="{AskerPortraitURL-24}">{Asker}</div>
  641. <div class="answer">{Answer}</div>
  642. {/block:answer}
  643.  
  644. {block:HasTags}<div class="tags"> tags: {block:Tags}<a href="{TagURL}" target="_blank">#{Tag} </a>{/block:Tags}</div>{/block:HasTags}
  645. </center>
  646.  
  647. {block:PermalinkPage}
  648. <div id="permapage"><Br>{block:Date}{Month} {DayofMonth},{Year}{/block:Date}{block:NoteCount} · {NoteCountWithLabel}{/block:NoteCount}{block:HasTags} · Tags: {block:Tags}<a href="{TagURL}">#{Tag} </a>{/block:Tags}{/block:HasTags}</div>
  649. {/block:PermalinkPage}
  650.  
  651. {block:PostNotes}{PostNotes}
  652. {/block:PostNotes}</div>{/block:Posts}
  653.  
  654. </div></div>
  655. </div>
  656. </body>
  657. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement