Advertisement
sarahthemes

Theme 002 by heytonks@tumblr

Feb 2nd, 2014
1,304
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 21.63 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
  2. "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  3.  
  4. <html xmlns="http://www.w3.org/1999/xhtml">
  5.  
  6. <!-- theme 002 by heytonks.tumblr.com - do not redistribute, remove credit, or use as a base code. feel free to message me if you have any issues or questions. -->
  7.  
  8. <html>
  9. <head>
  10.  
  11. <title>{Title}</title>
  12. <link rel="shortcut icon" href="{Favicon}" />
  13. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  14. {block:Description} <meta name="description" content="{MetaDescription}" /> {/block:Description}
  15.  
  16. <meta name="image:Sidebar Image" content=""/>
  17. <meta name="image:Background Image" content=""/>
  18.  
  19. <meta name="color:Background" content="#ffffff"/>
  20. <meta name="color:Topbar" content="#000000"/>
  21. <meta name="color:Topbar Border" content="#eeeeee"/>
  22. <meta name="color:Nav Link Text" content="#000000"/>
  23. <meta name="color:Nav Link Box" content="#ffffff"/>
  24. <meta name="color:Nav Box Hover" content="#525252"/>
  25. <meta name="color:Title" content="#ffffff"/>
  26. <meta name="color:Title 2" content="#ffffff"/>
  27. <meta name="color:Title 2 Box" content="#000000"/>
  28. <meta name="color:Sidebar Image Border" content="aeaeae"/>
  29. <meta name="color:Description Text" content="#000000"/>
  30. <meta name="color:Description Box" content="#f9f9f9"/>
  31. <meta name="color:Text" content="#000000"/>
  32. <meta name="color:Post Title" content="#000000"/>
  33. <meta name="color:Link" content="#380404"/>
  34. <meta name="color:Link Hover" content="#dfbfbf"/>
  35. <meta name="color:Post Background" content="#ffffff"/>
  36. <meta name="color:Tags" content="#000000"/>
  37. <meta name="color:Post Info" content="#000000"/>
  38. <meta name="color:Post Info Hover" content="#ced7da"/>
  39. <meta name="color:Post Info Background" content="f7f7f7"/>
  40. <meta name="color:Post Info Border" content="7c7c7c"/>
  41. <meta name="color:Question Background" content="f8f8f8"/>
  42. <meta name="color:Scrollbar" content="#000000"/>
  43.  
  44. <meta name="text:Title 2" content="Title 2"/>
  45. <meta name="text:Custom Cursor" content=""/>
  46. <meta name="text:Link 1" content="home"/>
  47. <meta name="text:Link 1 URL" content="/"/>
  48. <meta name="text:Link 2" content="message"/>
  49. <meta name="text:Link 2 URL" content="/ask"/>
  50. <meta name="text:Link 3" content="archive"/>
  51. <meta name="text:Link 3 URL" content="/archive"/>
  52. <meta name="text:Link 4" content=""/>
  53. <meta name="text:Link 4 URL" content=""/>
  54. <meta name="text:Link 5" content=""/>
  55. <meta name="text:Link 5 URL" content=""/>
  56. <meta name="text:Link 6" content=""/>
  57. <meta name="text:Link 6 URL" content=""/>
  58.  
  59. <meta name="if:Topbar Border" content="1"/>
  60. <meta name="if:Rounded Sidebar Corners" content="1"/>
  61. <meta name="if:Circular Sidebar Image" content="0"/>
  62.  
  63. <meta name="select:Title Font" content="satisfy" title="Satisfy">
  64. <meta name="select:Title Font" content="sacramento" title="Sacramento">
  65.  
  66. <link href='http://fonts.googleapis.com/css?family=Satisfy' rel='stylesheet' type='text/css'>
  67.  
  68. <link href='http://fonts.googleapis.com/css?family=Sacramento' rel='stylesheet' type='text/css'>
  69.  
  70. <link href='http://fonts.googleapis.com/css?family=Open+Sans+Condensed:300' rel='stylesheet' type='text/css'>
  71.  
  72. </head>
  73. <style type="text/css">
  74.  
  75. ::-webkit-scrollbar-thumb:vertical {
  76. background-color:{color:Scrollbar};
  77. height: 50px;
  78. }
  79.  
  80. ::-webkit-scrollbar {
  81. height: 10px;
  82. width: 8px;
  83. background-color: {color:Background};
  84. }
  85.  
  86. *, body, a, a:hover {cursor: url({text:Custom Cursor}), auto;}
  87.  
  88. body {
  89. background-color:{color:Background};
  90. background-image:url('{image:Background Image}');
  91. background-attachment:fixed;
  92. background-position:top left;
  93. background-repeat:repeat;
  94. text-decoration:none;
  95. font-family:'Times New Roman';
  96. color:{color:Text};
  97. margin:0px;
  98. font-size:13px;
  99. }
  100.  
  101. a {
  102. text-decoration:none;
  103. color:{color:Link};
  104. -webkit-transition: all 0.5s ease-in-out;
  105. -moz-transition: all 0.5s ease-in-out;
  106. -o-transition: all 0.5s ease-in-out;
  107. -ms-transition: all 0.5s ease-in-out;
  108. transition: all 0.5s ease-in-out;
  109. }
  110.  
  111.  
  112. a:hover {
  113. color:{color:Link Hover};
  114. -webkit-transition: all 0.5s ease-in-out;
  115. -moz-transition: all 0.5s ease-in-out;
  116. -o-transition: all 0.5s ease-in-out;
  117. -ms-transition: all 0.5s ease-in-out;
  118. transition: all 0.5s ease-in-out;
  119. }
  120.  
  121. h2 {
  122. color:{color:Post Title};
  123. text-transform:uppercase;
  124. font-size:16px;
  125. font-family: 'Open Sans Condensed', sans-serif;
  126. }
  127.  
  128. blockquote {
  129. border-left:1px solid #000000;
  130. padding-left:6px;
  131. margin-top:6px;
  132. margin-left:10px;
  133. }
  134.  
  135.  
  136.  
  137. #nav {
  138. position:fixed;
  139. height:75px;
  140. width:100%;
  141. background-color:{color:Topbar};
  142. margin-top:0px;
  143. margin-left:0px;
  144. z-index:200;
  145. margin-top:-110px;
  146. {block:IfTopbarBorder}border-bottom:6px solid {color:Topbar Border};{/block:IfTopbarBorder}
  147. }
  148.  
  149. #nav a {
  150. display:inline-block;
  151. background-color:{color:Nav Link Box};
  152. width:75px;
  153. font-size:10px;
  154. text-transform:uppercase;
  155. letter-spacing:0.8px;
  156. font-style:bold;
  157. padding:5px 22px 4px 22px;
  158. margin:-10px 5px 0px 5px;
  159. border-bottom:1px solid {color:Nav Link Box};
  160. text-decoration:none;
  161. color:{color:Nav Link Text};
  162. z-index:201;
  163. -webkit-transition: all 0.5s ease-in-out;
  164. -moz-transition: all 0.5s ease-in-out;
  165. -o-transition: all 0.5s ease-in-out;
  166. -ms-transition: all 0.5s ease-in-out;
  167. transition: all 0.5s ease-in-out;
  168. }
  169.  
  170. #nav a:hover {
  171. color:{color:Nav Link Box};
  172. background-color:{color:Nav Box Hover};
  173. border-bottom:1px solid {color:Nav Link Box};
  174. }
  175.  
  176.  
  177. .satisfy {
  178. font-size:38px;
  179. color:{color:Title};
  180. font-family: 'Satisfy', cursive;
  181. z-index:3;
  182. height:48px;
  183. }
  184.  
  185. .sacramento {
  186. font-size:40px;
  187. color:{color:Title};
  188. font-family: 'Sacramento', cursive;
  189. z-index:3;
  190. height:48px;
  191. }
  192.  
  193. #sidebar {
  194. position:fixed;
  195. width:300px;
  196. height:400px;
  197. margin-left:200px;
  198. margin-top:80px;
  199. }
  200.  
  201. #sidebarimage {
  202. }
  203.  
  204. {block:IfNotCircularSidebarImage}#sidebarimage img {
  205. width:220px;
  206. max-height:300px;
  207. {block:IfRoundedSidebarCorners}-moz-border-radius: 5px;
  208. -webkit-border-radius: 5px;
  209. border-radius: 5px;{/block:IfRoundedSidebarCorners}
  210. }
  211.  
  212. #wrap {
  213. width:220px;
  214. padding:7px 7px 3px 7px;
  215. border:1px dashed {color:Sidebar Image Border};
  216. {block:IfRoundedSidebarCorners}-moz-border-radius: 5px;
  217. -webkit-border-radius: 5px;
  218. border-radius: 5px;{/block:IfRoundedSidebarCorners}
  219. }{/block:IfNotCircularSidebarImage}
  220.  
  221. {block:IfCircularSidebarImage}#sidebarimage img {
  222. width:140px;
  223. height:140px;
  224. -moz-border-radius: 140px;
  225. -webkit-border-radius: 140px;
  226. border-radius: 140px;
  227. transform: rotate(0deg);
  228. -webkit-transition-duration: 1s;
  229. -moz-transform: rotate(0deg);
  230. -webkit-transform: rotate(0deg);
  231. -o-transform: rotate(0deg);
  232. }
  233.  
  234. #sidebarimage img:hover {
  235. transform: rotate(360deg);
  236. -webkit-transition-duration: 1s;
  237. -moz-transform: rotate(360deg);
  238. -webkit-transform: rotate(360deg);
  239. -o-transform: rotate(360deg);
  240. }
  241.  
  242. #wrap {
  243. width:140px;
  244. padding:7px 7px 3px 7px;
  245. border:1px dashed {color:Sidebar Image Border};
  246. -moz-border-radius: 140px;
  247. -webkit-border-radius: 140px;
  248. border-radius: 140px;
  249. }{/block:IfCircularSidebarImage}
  250.  
  251. #title2 {
  252. margin-top:8px;
  253. background-color:{color:Title 2 Box};
  254. color:{color:Title 2};
  255. width:250px;
  256. height:auto;
  257. padding:17px;
  258. font-size:16px;
  259. letter-spacing:0.9px;
  260. font-style:italic;
  261. text-align:center;
  262. }
  263.  
  264. #title2 a {
  265. color:{color:Title 2};
  266. }
  267.  
  268. #description {
  269. background-color:{color:Description Box};
  270. color:{color:Description Text};
  271. width:250px;
  272. height:auto;
  273. text-align:justify;
  274. padding:17px;
  275. font-size:12px;
  276. margin-top:8px;
  277. }
  278.  
  279. #content {
  280. width:540px;
  281. background-color:{color:Post Background};
  282. padding:20px;
  283. margin-top:110px;
  284. margin-left:550px;
  285. margin-bottom:40px;
  286. }
  287.  
  288. #posts {
  289. width:500px;
  290. padding:15px;
  291. background-color:#ffffff;
  292. margin:0px auto 35px;
  293. opacity:0.8;
  294. -webkit-transition-duration:1s;
  295. -moz-transition-duration:1s;
  296. -o-transition-duration:1s;
  297. }
  298.  
  299. #posts img {
  300. max-width:100%
  301. }
  302.  
  303. #posts:hover {
  304. opacity:1;
  305. box-shadow: 2px 2px 8px #565656;
  306. -webkit-transition-duration:1s;
  307. -moz-transition-duration:1s;
  308. -o-transition-duration:1s;}
  309. }
  310.  
  311. .tags {
  312. color:{color:Tags};
  313. text-transform:lowercase;
  314. font-size:12px;
  315. word-spacing:3px;
  316. letter-spacing:0.7px;
  317. font-style:italic;
  318. }
  319.  
  320. .tags a {
  321. color:{color:Tags};
  322. padding:2px;
  323. }
  324.  
  325. .tags a:hover {
  326. color:{color:Post Info Hover};
  327. }
  328.  
  329. #stats {
  330. margin-top:3px;
  331. color:{color:Post Info};
  332. text-transform:uppercase;
  333. word-spacing:3px;
  334. font-size:10px;
  335. }
  336.  
  337. #stats a {
  338. color:{color:Post Info};
  339. }
  340.  
  341. #stats a:hover {
  342. color:{color:Post Info Hover};
  343. }
  344.  
  345. #permalink {
  346. margin-top:3px;
  347. color:{color:Post Info};
  348. text-transform:uppercase;
  349. word-spacing:2px;
  350. font-size:10px;
  351. }
  352.  
  353. #permalink a {
  354. color:{color:Post Info};
  355. }
  356.  
  357. #permalink a:hover {
  358. color:{color:Post Info Hover};
  359. }
  360.  
  361. ol.notes {
  362. width:500px;
  363. padding: 0px;
  364. text-transform:uppercase;
  365. margin: 25px 0px;
  366. list-style-type: none;
  367. border-bottom: solid 1px {color:Sidebar Image Border};
  368. font-size: 8px;
  369. letter-spacing: 1px;
  370. }
  371.  
  372. ol.notes li.note blockquote {
  373. border-color: {color:Sidebar Image Border};
  374. padding: 5px 10px;
  375. margin: 20px 0px 0px 20px;
  376. }
  377.  
  378. ol.notes li.note blockquote a {text-decoration: none;}
  379.  
  380. .notes li {
  381. list-style: none;
  382. }
  383.  
  384.  
  385. ol.notes li.note {
  386. border-top: solid 1px #dddddd;
  387. padding: 10px;
  388. }
  389.  
  390.  
  391. ol.notes li.note img.avatar {
  392. margin-right: 10px;
  393. display: inline-block;
  394. width: 16px;
  395. height: 16px;
  396. }
  397.  
  398.  
  399.  
  400.  
  401. .bubble {background: {color:Question Background}; padding:15px;position: relative;-moz-border-radius:15px;-webkit-border-radius:15px;border-radius:15px;
  402. width:385px; margin-left:80px;}
  403.  
  404. .bubble p {margin:1px 0px;}
  405. .bubble span {display:block;position:absolute;width:1px;height:1px;font-size: 0;line-height: 1px;left:-10px;top:17px;border-top:7px solid transparent;border-bottom:7px solid transparent;border-right:10px solid {color:Question Background};}
  406.  
  407. #pagination {
  408. margin-top:15px;
  409. }
  410.  
  411. .current_page {
  412. background-color:{color:Topbar};
  413. color:{color:Title};
  414. font-size:10px;
  415. padding:7px 6px 7px 6px;
  416. }
  417.  
  418. .current_page a {
  419. color:{color:Title};
  420. }
  421.  
  422. .jump_page {
  423. background-color:{color:Title};
  424. color:{color:Topbar};
  425. font-size:10px;
  426. padding:7px 6px 7px 6px;
  427. moz-transition-duration:1s;
  428. -webkit-transition-duration:1s;
  429. -o-transition-duration:1s;
  430. }
  431.  
  432. .jump_page:hover {
  433. background-color:{color:Topbar};
  434. color:{color:Title};
  435. moz-transition-duration:1s;
  436. -webkit-transition-duration:1s;
  437. -o-transition-duration:1s;
  438. }
  439.  
  440. .jump_page a {
  441. color:{color:Topbar};
  442. }
  443.  
  444. .jump_page a:hover {
  445. color:{color:Title};
  446. moz-transition-duration:1s;
  447. -webkit-transition-duration:1s;
  448. -o-transition-duration:1s;
  449. }
  450.  
  451. #quotemark {
  452. color: #eeeeee;
  453. font-family:'Georgia';
  454. font-size:90px;
  455. font-style: italic;
  456. height:26px;
  457. z-index: 0;
  458. }
  459.  
  460. #quote {
  461. font-family: 'Open Sans Condensed', sans-serif;
  462. text-transform:uppercase;
  463. font-size:17px;
  464. margin-left:22px;
  465. }
  466.  
  467. #source {
  468. text-align:right;
  469. margin-top:6px;
  470. font-size:12px;
  471. }
  472.  
  473. #albumart img {
  474. -moz-border-radius: 75px;
  475. -webkit-border-radius: 75px;
  476. border-radius: 75px;
  477. padding:7px;
  478. margin-left:-90px;
  479. background-color:#fbfbfb;
  480. border:1px solid #eeeeee;
  481. float:left;
  482. z-index:99;
  483. }
  484.  
  485. #defaultart img {
  486. -moz-border-radius: 75px;
  487. -webkit-border-radius: 75px;
  488. border-radius: 75px;
  489. padding:7px;
  490. background-color:#fbfbfb;
  491. border:1px solid #eeeeee;
  492. float:left;
  493. z-index:98;
  494. }
  495.  
  496.  
  497. #player {
  498. width:30px;
  499. height:30px;
  500. overflow:hidden;
  501. position:absolute;
  502. margin-left:31px;
  503. margin-top:33px;
  504. z-index:100;
  505. opacity:0.6;
  506. -webkit-transition-duration:0.5s;
  507. -moz-transition-duration:0.5s;
  508. -o-transition-duration:0.5s;
  509. }
  510.  
  511. #player:hover {
  512. opacity:0.9;
  513. -webkit-transition-duration:0.5s;
  514. -moz-transition-duration:0.5s;
  515. -o-transition-duration:0.5s;
  516. }
  517.  
  518. #audioinfo {
  519. text-transform:uppercase;
  520. font-size:10px;
  521. margin-top:20px;
  522. position:absolute;
  523. margin-left:100px;
  524. width:300px;
  525. }
  526.  
  527. #askerportrait img {
  528. -moz-border-radius: 48px;
  529. -webkit-border-radius: 48px;
  530. padding:4px;
  531. border-radius: 48px;
  532. border:1px solid #eeeeee;
  533. float:left;
  534. margin-top:0px;
  535. transform: rotate(0deg);
  536. -webkit-transition-duration: 1s;
  537. -moz-transform: rotate(0deg);
  538. -webkit-transform: rotate(0deg);
  539. -o-transform: rotate(0deg);
  540. }
  541.  
  542. #askerportrait img:hover {
  543. transform: rotate(360deg);
  544. -webkit-transition-duration: 1s;
  545. -moz-transform: rotate(360deg);
  546. -webkit-transform: rotate(360deg);
  547. -o-transform: rotate(360deg);
  548. }
  549.  
  550. #asker {
  551. margin-top:-2px;
  552. }
  553.  
  554. .info {
  555. background-color:{color:Post Info Background};
  556. padding:10px;
  557. -moz-border-radius: 5px;
  558. -webkit-border-radius: 5px;
  559. border-radius: 5px;
  560. }
  561.  
  562. .infoborder {
  563. padding:5px;
  564. border:1px dashed {color:Post Info Border};
  565. margin-top:25px;
  566. -moz-border-radius: 5px;
  567. -webkit-border-radius: 5px;
  568. border-radius: 5px;
  569. }
  570.  
  571.  
  572. </style>
  573. <body>
  574.  
  575. <center><div id="nav">
  576.  
  577. <header class="masthead {select:Title Font}">{Title}</header>
  578.  
  579.  
  580. {block:ifLink1}<a href="{text:Link 1 URL}">{text:Link 1}</a>{/block:ifLink1}
  581. {block:ifLink2}<a href="{text:Link 2 URL}">{text:Link 2}</a>{/block:ifLink2}
  582. {block:ifLink3}<a href="{text:Link 3 URL}">{text:Link 3}</a>{/block:ifLink3}
  583. {block:ifLink4}<a href="{text:Link 4 URL}">{text:Link 4}</a>{/block:ifLink4}
  584. {block:ifLink5}<a href="{text:Link 5 URL}">{text:Link 5}</a>{/block:ifLink5}
  585. {block:ifLink6}<a href="{text:Link 6 URL}">{text:Link 6}</a>{/block:ifLink6}
  586. <a href="http://heytonks.tumblr.com">theme</a>
  587.  
  588. </div></center>
  589.  
  590. <div id="sidebar"><center>
  591.  
  592. <div id="wrap"><div id="sidebarimage"><img src="{image:Sidebar Image}"></div></div>
  593.  
  594. <div id="title2"><a href="/">{text:Title 2}</a></div>
  595.  
  596. <div id="description">{Description}</div>
  597.  
  598. {block:Pagination}<div id="pagination">
  599. {block:PreviousPage}<a href="{PreviousPage}" class="jump_page">≪</a>{/block:PreviousPage}
  600. {block:JumpPagination length="5"}
  601. {block:CurrentPage}<span class="current_page">{PageNumber}</span>{/block:CurrentPage}
  602. {block:JumpPage}<a href="{URL}" class="jump_page">{PageNumber}</a>{/block:JumpPage}
  603. {/block:JumpPagination}
  604. {block:NextPage}<a href="{NextPage}" class="jump_page">≫</a>{/block:NextPage}
  605. </div>{/block:Pagination}
  606.  
  607. </center></div>
  608.  
  609. <!-- Post Types -->
  610.  
  611. <div id="content">
  612. {block:Posts}<div id="posts">
  613.  
  614. {block:Text}
  615. {block:Title}<h2>{Title}</h2>{/block:Title}
  616. {Body}
  617. {/block:Text}
  618.  
  619. {block:Photo}
  620. {LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}">{LinkCloseTag}
  621. {block:Caption}{Caption}{/block:Caption}
  622. {/block:Photo}
  623.  
  624. {block:Photoset}
  625. {Photoset-500}
  626. {block:Caption}{Caption}{/block:Caption}
  627. {/block:Photoset}
  628.  
  629. {block:Panorama}
  630. {LinkOpenTag}<img src="{PhotoURL-Panorama}">{LinkCloseTag}
  631. {block:Caption}{Caption}{/block:Caption}
  632. {/block:Panorama}
  633.  
  634. {block:Quote}
  635. <div id="quotemark">“</div>
  636. <div id="quote">{Quote}</div>
  637. {block:Source}<div id="source">{Source}</div>{/block:Source}
  638. {/block:Quote}
  639.  
  640. {block:Link}
  641. <h2><a href="{URL}">{Name}</a></h2>
  642. {block:Description}{Description}{/block:Description}
  643. {/block:Link}
  644.  
  645. {block:Chat}
  646. {block:Title}<h2>{Title}</h2>{/block:Title}
  647. {block:Lines}
  648. {block:Label}<b>{Label}</b>{/block:Label}
  649. {Line}<br/>{/block:Lines}
  650. {/block:Chat}
  651.  
  652. {block:Audio}
  653. <div id="defaultart"><img src="http://static.tumblr.com/jn9hrij/20Ul2zzsr/albumart.jpg" width="75" alt="default album art"/></div>
  654. {block:AlbumArt}<div id="albumart"><img src="{AlbumArtURL}" width="75"></div>{/block:AlbumArt}
  655. <div id="player">{AudioPlayerWhite}</div>
  656. <div id="audioinfo">{block:Artist}<b>Artist:</b> {Artist}<br/>{/block:Artist}
  657. {block:Album}<b>Album:</b> {Album}<br/>{/block:Album}
  658. {block:TrackName}<b>Song:</b> {TrackName}<br/>{/block:TrackName}
  659. <b>Plays:</b> {FormattedPlayCount}<br/></div>
  660. {block:Caption}<div style="margin-top:105px;">{Caption}</div>{/block:Caption}
  661. {/block:Audio}
  662.  
  663. {block:Video}
  664. {Video-500}
  665. {block:Caption}{Caption}{/block:Caption}
  666. {/block:Video}
  667.  
  668.  
  669. {block:Answer}
  670. <div id="askerportrait"><img src="{AskerPortraitURL-48}" align="left" class="askborder"></div>
  671. <div class="bubble"><span></span><div style="text-transform:uppercase; font-size:11px; float:left;">{Asker}&nbsp;</div><div id="asker"> said: {Question}&nbsp;</div></div><div style="margin-top:30px; margin-left:30px;">{Answer}</div>
  672. {/block:Answer}
  673.  
  674. <!-- POST INFO -->
  675.  
  676. {block:IndexPage}<div class="infoborder"><div class="info"><center>
  677.  
  678. {block:HasTags}<div class="tags">{block:Tags}<a href="{TagURL}">#{Tag}</a> {/block:Tags}</div>{/block:HasTags}
  679.  
  680. {block:Date}<div id="stats"><a href="{Permalink}">{DayOfMonthWithZero} {ShortMonth} {ShortYear}</a>{/block:Date}
  681.  
  682. {block:NoteCount} / <a href="{Permalink}">{NoteCountWithLabel}</a></div>{/block:NoteCount}
  683.  
  684. </center></div></div>{/block:IndexPage}
  685.  
  686. {block:PermalinkPage}<div class="infoborder"><div class="info"><center>
  687.  
  688. {block:HasTags}<div class="tags">{block:Tags}<a href="{TagURL}">#{Tag}</a> {/block:Tags}</div>{/block:HasTags}
  689.  
  690. <div id="permalink">{block:RebloggedFrom}<a href="{ReblogRootURL}">root</a> / <a href="{ReblogParentURL}">via</a><br/>{/block:RebloggedFrom}
  691.  
  692. {block:Date}posted at {12Hour}:{Minutes} {CapitalAmPm} on {DayOfMonthWithZero} {ShortMonth} {ShortYear}{/block:Date}{block:NoteCount} with {NoteCountWithLabel}{/block:NoteCount}</div>
  693. </center></div></div>{/block:PermalinkPage}
  694.  
  695.  
  696.  
  697. </div>
  698. {/block:Posts}
  699.  
  700. {block:PostNotes}<div id="notecontainer">{PostNotes}</div>{/block:PostNotes}
  701.  
  702. </div>
  703.  
  704. </body>
  705.  
  706. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement