Advertisement
enchantique

06. ANGELIC

Aug 10th, 2012
14,563
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 18.28 KB | None | 0 0
  1. <!--
  2. THEME: #06 - Angelic
  3. by sakurane - (sakurane.tumblr.com)
  4. ----------------------------------------------------------------------
  5. TERMS OF USAGE
  6. 1. Do not remove the credit. (You may move it to a credits page.)
  7. 2. Do not use as a base code.
  8. 3. Do not take any part of the code.
  9. 4. Do not redistribute.
  10. 5. Do not claim as your own.
  11. 6. You may customize to your liking, but keep the credit intact.
  12. -->
  13.  
  14. <!DOCTYPE html>
  15. <html>
  16. <head>
  17.  
  18. <title>{Title}</title>
  19.  
  20. <link rel="shortcut icon" href="{Favicon}">
  21. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  22. <link rel="stylesheet" href="http://static.tumblr.com/kzorqqu/8EOmgtzik/normalize.css"/>
  23.  
  24. {block:Description}
  25. <meta name="description" content="{MetaDescription}" />
  26. {/block:Description}
  27.  
  28. <meta name="color:Background" content="#f7f7f7"/>
  29. <meta name="color:Post Text" content="#b7b7b7"/>
  30. <meta name="color:Bold" content="#b7b7b7"/>
  31. <meta name="color:Italic" content="#b7b7b7"/>
  32. <meta name="color:Link" content="#b8b8b8"/>
  33. <meta name="color:Link Hover" content="#808080"/>
  34. <meta name="color:Post BG" content="#fbfbfb"/>
  35. <meta name="color:Post Title" content="#a2a2a2"/>
  36. <meta name="color:Title Border" content="#ececec"/>
  37. <meta name="color:Sidebar Border" content="#ececec"/>
  38. <meta name="color:Description" content="#c5c5c5"/>
  39. <meta name="color:Desc Bracket" content="#ececec"/>
  40. <meta name="color:Navigation Link" content="#fff"/>
  41. <meta name="color:Navigation Link Hover" content="#b7b7b7"/>
  42. <meta name="color:Navigation BG" content="#dadada"/>
  43. <meta name="color:Navigation BG Hover" content="#fff"/>
  44. <meta name="color:Pagination" content="#dcdcdc"/>
  45. <meta name="color:Post Date" content="#c4c4c4"/>
  46. <meta name="color:Post Date BG" content="#fff"/>
  47. <meta name="color:Album BG" content="#fff"/>
  48. <meta name="color:Ask BG" content="#ececec"/>
  49. <meta name="color:Ask Link" content="#c6c6c6"/>
  50. <meta name="color:Scrollbar BG" content="#f7f7f7"/>
  51. <meta name="color:Scrollbar" content="#ececec"/>
  52.  
  53. <meta name="image:Background" content=""/>
  54. <meta name="image:Sidebar" content=""/>
  55.  
  56. <meta name="if:500px" content="1"/>
  57. <meta name="if:400px" content="0"/>
  58. <meta name="if:250px" content="0"/>
  59. <meta name="if:Navigation 1" content="1"/>
  60. <meta name="if:Navigation 2 Left" content="0"/>
  61. <meta name="if:Navigation 2 Right" content="0"/>
  62. <meta name="if:No Post BG" content="0"/>
  63. <meta name="if:No Description" content="0"/>
  64. <meta name="if:Faded Image" content="0"/>
  65. <meta name="if:Grayscale" content="0"/>
  66. <meta name="if:Grayscale With Hover" content="0"/>
  67. <meta name="if:Infinite Scroll" content="0"/>
  68. <meta name="if:Show Caption" content="0"/>
  69. <meta name="if:Show Tags" content="1"/>
  70.  
  71. <meta name="font:Body" content="arial"/>
  72. <meta name="text:Font Size" content="10"/>
  73.  
  74. <meta name="text:Link 1" content=""/>
  75. <meta name="text:Link Url 1" content=""/>
  76. <meta name="text:Link 2" content=""/>
  77. <meta name="text:Link Url 2" content=""/>
  78. <meta name="text:Link 3" content=""/>
  79. <meta name="text:Link Url 3" content=""/>
  80. <meta name="text:Link 4" content=""/>
  81. <meta name="text:Link Url 4" content=""/>
  82.  
  83. <style>
  84. iframe#tumblr_controls {
  85. position: fixed!important;
  86. right: 3px!important;
  87. }
  88. ::-webkit-scrollbar-thumb:vertical {
  89. height: 100px;
  90. background: {color:Scrollbar};
  91. }
  92. ::-webkit-scrollbar {
  93. height: 10px;
  94. width: 10px;
  95. background: {color:Scrollbar BG};
  96. }
  97. body {
  98. font: {text:Font Size}px {font:Body};
  99. color: {color:Post Text};
  100. word-wrap: break-word;
  101. background: {color:Background} url({image:Background}) repeat fixed;
  102. margin: 0;
  103. }
  104. a {
  105. color: {color:Link};
  106. text-decoration: none;
  107. }
  108. a:hover {
  109. color: {color:Link Hover};
  110. }
  111. b, strong {
  112. color: {color:Bold};
  113. }
  114. i, em {
  115. color: {color:Italic};
  116. }
  117. small {
  118. font-size: 10px;
  119. }
  120. pre {
  121. width: 100%;
  122. overflow: auto;
  123. }
  124. #entry img, iframe.photoset {
  125. border: 0;
  126. max-width: 100%;
  127. }
  128. .iframe.photoset {
  129. display: block;
  130. }
  131. #container {
  132. {block:If400px} width: 400px; {/block:If400px}
  133. {block:IfNot400px}{/block:PermalinkPage} width: 500px; {/block:PermalinkPage}{/block:IfNot400px}
  134. margin-left: 548px;
  135. {block:IfNoPostBG} margin-left: 548px; {/block:IfNoPostBG}
  136. }
  137. #entry {
  138. {block:IndexPage}{block:If500px} width: 500px; {/block:If500px}
  139. {block:If250px} width: 250px; {/block:If250px}{/block:IndexPage}
  140. {block:If400px} width: 400px; {/block:If400px}
  141. {block:IfNot400px}{block:PermalinkPage} width: 500px; {/block:PermalinkPage}{/block:IfNot400px}
  142. {block:IfNotNoPostBG} background: {color:Post BG}; padding: 15px; margin: 60px 0; {/block:IfNotNoPostBG}
  143. {block:IfNoPostBG} background: none; margin: 80px 0; {/block:IfNoPostBG}
  144. overflow: hidden;
  145. z-index: -1;
  146. }
  147. {block:IndexPage}#entry img, .photoset {
  148. {block:IfFadedImage} opacity: 0.8; {/block:IfFadedImage}
  149. {block:IfNotGrayscale}{block:IfGrayscaleWithHover} filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 3.5+ *
  150. filter: gray; /* IE6-9 */
  151. -webkit-filter: grayscale(100%); /* Google Chrome */ {/block:IfGrayscaleWithHover}{/block:IfNotGrayscale}
  152. {block:IfFadedImage} opacity: 0.8; {/block:IfFadedImage}
  153. {block:IfNotGrayscaleWithHover}{block:IfGrayscale} filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 3.5+ *
  154. filter: gray; /* IE6-9 */
  155. -webkit-filter: grayscale(100%); /* Google Chrome */ {/block:IfGrayscale}{/block:IfNotGrayscaleWithHover}
  156. -webkit-transition: all 0.9s ease-in-out;
  157. -moz-transition: all 0.9s ease-in-out;
  158. -o-transition: all 0.9s ease-in-out;
  159. }
  160. #entry img:hover, .photoset:hover {
  161. {block:IfFadedImage} opacity: 1; {/block:IfFadedImage}
  162. {block:IfNotGrayscale}{block:IfGrayscaleWithHover} filter: none;
  163. -webkit-filter: grayscale(0%); {/block:IfGrayscaleWithHover}{/block:IfNotGrayscale}
  164. }{/block:IndexPage}
  165. h1 {
  166. font: italic 20px times;
  167. color: {color:Post Title};
  168. text-align: center;
  169. border-bottom: 1px solid {color:Title Border};
  170. }
  171. h2 {
  172. font: italic 15px times;
  173. border-bottom: 1px solid {color:Title Border};
  174. margin-bottom: -5px;
  175. }
  176. blockquote {
  177. border-left: 5px solid {color:Sidebar Border};
  178. margin: 0 15px;
  179. padding: 0 5px;
  180. }
  181. blockquote blockquote {
  182. margin: 0px 0px 4px 10px;
  183. }
  184. #entry:hover #info {
  185. opacity: 1;
  186. }
  187. #info {
  188. position: absolute;
  189. {block:IndexPage}{block:If500px} {block:IfNotNoPostBG} margin-left: 530px; {/block:IfNotNoPostBG}{block:IfNoPostBG} margin-left: 510px; {/block:IfNoPostBG}{/block:If500px}
  190. {block:If250px} {block:IfNotNoPostBG} margin-left: 280px; {/block:IfNotNoPostBG}{block:IfNoPostBG} margin-left: 260px; {/block:IfNoPostBG} {/block:If250px}{/block:IndexPage}
  191. {block:If400px} {block:IfNotNoPostBG} margin-left: 430px; {/block:IfNotNoPostBG}{block:IfNoPostBG} margin-left: 410px; {/block:IfNoPostBG} {/block:If400px}
  192. {block:IfNot400px}{block:PermalinkPage} {block:IfNotNoPostBG} margin-left: 530px; {/block:IfNotNoPostBG}{block:IfNoPostBG} margin-left: 510px; {/block:IfNoPostBG} {/block:PermalinkPage}{/block:IfNot400px}
  193. font: 8px garamond;
  194. text-transform: uppercase;
  195. letter-spacing: 1px;
  196. opacity: 0;
  197. -webkit-transition: all 0.5s ease-in-out;
  198. -moz-transition: all 0.5s ease-in-out;
  199. -o-transition: all 0.5s ease-in-out;
  200. }
  201. #tags {
  202. {block:IndexPage}{block:If500px} width: 500px; {/block:If500px}
  203. {block:If250px} width: 250px; {/block:If250px}{/block:IndexPage}
  204. {block:If400px} width: 400px; {/block:If400px}
  205. {block:IfNot400px}{block:PermalinkPage} width: 500px; {/block:PermalinkPage}{/block:IfNot400px}
  206. padding: 0 10px;
  207. font-size: 8px;
  208. text-transform: uppercase;
  209. letter-spacing: 1px;
  210. {block:IfNotNoPostBG} margin-top: -55px; {/block:IfNotNoPostBG}
  211. {block:IfNoPostBG} margin-top: -75px; {/block:IfNoPostBG}
  212. {block:IfNotShowTags}{block:IndexPage} display:none; {/block:IndexPage}{/block:IfNotShowTags}
  213. }
  214. #notes {
  215. text-align: left;
  216. }
  217. ol.notes {
  218. margin-left: -15px;
  219. }
  220. ol.notes li.note {
  221. list-style-type: none;
  222. }
  223. ol.notes li.note img.avatar {
  224. width: 16px;
  225. height: 16px;
  226. border: 5px solid {color:Sidebar Border};
  227. margin: 5px;
  228. vertical-align: -15px;
  229. }
  230. #sidebar {
  231. width: 250px;
  232. position: fixed;
  233. top: 100px;
  234. left: 150px;
  235. }
  236. #sidebar img {
  237. width: 250px;
  238. border: 20px solid {color:Sidebar Border};
  239. }
  240. #desc {
  241. font-size: 10px;
  242. color: {color:Description};
  243. position: relative;
  244. {block:IfNoDescription} display: none; {/block:IfNoDescription}
  245. }
  246. .about {
  247. text-align: justify;
  248. position: absolute;
  249. padding: 10px;
  250. margin: 20px 0 0 35px;
  251. z-index: 999;
  252. }
  253. .bracket {
  254. font: italic bold 72px arial;
  255. color: {color:Desc Bracket};
  256. position: relative;
  257. }
  258. #nav {
  259. {block:IfNavigation1} width: 250px; margin: 30px 0 0 20px; {/block:IfNavigation1}
  260. {block:IfNotNavigation1}{block:IfNavigation2Left} margin: 60px 0 0 -90px; {/block:IfNavigation2Left}
  261. {block:IfNavigation2Right} margin: 60px 0 0 308px; {/block:IfNavigation2Right}{/block:IfNotNavigation1}
  262. position: fixed;
  263. text-align: center;
  264. }
  265. #nav a {
  266. {block:IfNavigation1} width: 110px; display: inline-block; margin: 2px; {/block:IfNavigation1}
  267. {block:IfNotNavigation1} width: 70px; display: block; margin: 10px 0; {/block:IfNotNavigation1}
  268. font: italic bold 12px garamond;
  269. background: {color:Navigation BG};
  270. color: {color:Navigation Link};
  271. text-align: center;
  272. padding: 1px;
  273. -webkit-transition: all 0.5s ease-in-out;
  274. -moz-transition: all 0.5s ease-in-out;
  275. -o-transition: all 0.5s ease-in-out;
  276. }
  277. #nav a:hover {
  278. color: {color:Navigation Link Hover};
  279. background: {color:Navigation BG Hover};
  280. }
  281. #pagi {
  282. text-align: center;
  283. margin-left: 35px;
  284. }
  285. #pagi a {
  286. color: {color:Pagination};
  287. margin: 0 15px;
  288. text-transform: uppercase;
  289. }
  290. #date {
  291. {block:IndexPage}{block:If500px}width: 530px;{/block:If500px}{block:If250px}width: 280px;{/block:If250px}{/block:IndexPage}{block:If400px}width:430px;{/block:If400px}{block:IfNot400px}{block:PermalinkPage}width:530px;{/block:PermalinkPage}{/block:IfNot400px}
  292. position: absolute;
  293. margin: -45px 0 0 -15px;
  294. text-align: center;
  295. }
  296. .permadate {
  297. font: 8px garamond;
  298. color: {color:Post Date};
  299. text-transform: uppercase;
  300. text-align: center;
  301. letter-spacing: 1px;
  302. background: {color:Post Date BG};
  303. {block:IfNotNoPostBG} line-height: 30px; {/block:IfNotNoPostBG}
  304. }
  305. .datebracket {
  306. font: italic bold 12px arial;
  307. }
  308. .quote {
  309. font: italic 24px garamond;
  310. text-align: justify;
  311. text-indent: 25px;
  312. padding: 0 10px 5px 10px;
  313. }
  314. .qtsource {
  315. text-align: right;
  316. }
  317. #musicplayer {
  318. width: 40px;
  319. height: 40px;
  320. position: absolute;
  321. margin: -95px 0 0 55px;
  322. border-radius: 500px;
  323. -moz-border-radius: 500px;
  324. opacity: 0.8;
  325. background: #fff;
  326. z-index: 1;
  327. }
  328. .music {
  329. width: 20px;
  330. height: 20px;
  331. overflow: hidden;
  332. text-align: center;
  333. position: absolute;
  334. margin: 7px;
  335. }
  336. .album {
  337. width: 150px;
  338. height: 150px;
  339. opacity: 0.4;
  340. background: {color:Album BG};
  341. }
  342. .ask {
  343. width: 60px;
  344. height: 60px;
  345. position: relative;
  346. float: left;
  347. background: {color:Ask BG};
  348. margin: 0 10px;
  349. }
  350. .ask img {
  351. padding: 10px;
  352. }
  353. .ask:after {
  354. height: 0;
  355. width: 0;
  356. content: " ";
  357. position: absolute;
  358. left: 100%;
  359. border: solid transparent;
  360. pointer-events: none;
  361. }
  362. .ask:after {
  363. border-left-color: {color:Ask BG};
  364. border-width: 10px;
  365. top: 50%;
  366. margin-top: -10px;
  367. }
  368. .asker {
  369. font: italic bold 14px times;
  370. color: {color:Ask Link};
  371. text-transform: lowercase;
  372. letter-spacing: 5px;
  373. line-height: 0px;
  374. padding-top: 0px;
  375. margin-top: 0px;
  376. }
  377. .answer {
  378. border-top: 1px solid {color:Title Border};
  379. margin-top: 10px;
  380. }
  381. #backtotop{
  382. position: fixed;
  383. right: 10px;
  384. bottom: 0px;
  385. padding: 5px;
  386. text-align: center;
  387. }
  388. #backtotop a{
  389. font-size: 30px;
  390. color: {color:Link};
  391. }
  392. #backtotop a:hover{
  393. color: {color:Link Hover};
  394. }
  395. {CustomCSS}
  396. </style>
  397.  
  398. {block:IfInfiniteScroll}<script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>{/block:IfInfiniteScroll}
  399.  
  400. </head><body>
  401.  
  402. <div id="backtotop"><a href="javascript:scroll(0,0)">▲</a></div>
  403.  
  404. <div id="sidebar">{block:IfNotInfiniteScroll}{block:Pagination} <div id="pagi">{block:PreviousPage} <a href="{PreviousPage}">← back</a> {/block:PreviousPage}{block:NextPage} <a href="{NextPage}">next →</a> {/block:NextPage} </div>{/block:Pagination}{/block:IfNotInfiniteScroll}<div id="nav"><a href="/">index</a><a href="/ask">ask</a><a href="/archive">archive</a>{block:IfLink1}<a href="{text:Link URL 1}">{text:Link 1}</a>{/block:IfLink1}{block:IfLink2}<a href="{text:Link URL 2}">{text:Link 2}</a>{/block:IfLink2}{block:IfLink3}<a href="{text:Link URL 3}">{text:Link 3}</a>{/block:IfLink3}{block:IfLink4}<a href="{text:Link URL 4}">{text:Link 4}</a>{/block:IfLink4}<a href="http://sakurane.tumblr.com">theme</a></div><img src="{image:Sidebar}"><div id="desc"><div class="about">{Description}</div><div class="bracket" style="margin: -5px 0 0 10px;">{</div><div class="bracket" style="margin: -80px 0 0 240px;">}</div></div></div>
  405.  
  406. <div id="container">
  407. {block:IfInfiniteScroll}
  408. <div class="autopagerize_page_element">
  409. {/block:IfInfiniteScroll}
  410. {block:Posts}
  411.  
  412. <div id="entry"><div id="info">{block:NoteCount}<h2>{NoteCountWithLabel}</h2><br>{/block:NoteCount}{block:RebloggedFrom}via: <a href="{ReblogParentURL}">{ReblogParentName}</a><br>source: <a href="{ReblogRootURL}">{ReblogRootName}</a><p>{/block:RebloggedFrom}→ <a href="{ReblogURL}">Reblog</a></div>
  413.  
  414. {block:Date}<div id="date"><font class="datebracket">{</font> <span class="permadate"><a href="{Permalink}">{DayofWeek}, {Month} {DayofMonthWithZero}, {Year}</a></span><font class="datebracket">}</font></div>{/block:Date}
  415.  
  416. {block:Text}{block:Title}<h1>{Title}</h1>{/block:Title}{Body}{/block:Text}
  417.  
  418. {block:Photo}{LinkOpenTag}<img style="display: block;" src="{PhotoURL-500}" alt="{PhotoAlt}" {block:If400px}width="400"{/block:If400px}{block:IndexPage}{block:If250px}width="250"{/block:If250px}{/block:IndexPage}/>{LinkCloseTag}{block:IfNotShowCaption}{block:PermalinkPage}{block:Caption}{Caption}{/block:Caption}{/block:PermalinkPage}{/block:IfNotShowCaption}{block:IfShowCaption}{block:Caption}{Caption}{/block:Caption}{/block:IfShowCaption}{/block:Photo}
  419.  
  420. {block:Photoset}<div class="photoset">{block:IndexPage}{block:If500px}{Photoset-500}{/block:If500px}{block:If250px}{Photoset-250}{/block:If250px}{/block:IndexPage}{block:If400px}{Photoset-400}{/block:If400px}{block:IfNot400px}{block:PermalinkPage}{Photoset-500}{/block:PermalinkPage}{/block:IfNot400px}</div>{block:IfNotShowCaption}{block:PermalinkPage}{block:Caption}{Caption}{/block:Caption}{/block:PermalinkPage}{/block:IfNotShowCaption}{block:IfShowCaption}{block:Caption}{Caption}{/block:Caption}{/block:IfShowCaption}{/block:Photoset}
  421.  
  422. {block:Quote}<div class="quote">" {Quote}</div>{block:Source} <div class="qtsource">—{Source}</div>{/block:Source}{/block:Quote}
  423.  
  424. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  425.  
  426. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<font style="text-transform: uppercase; letter-spacing: 1px;"><b>{Label}</b></font>{/block:Label} {Line}<p>{/block:Lines}{/block:Chat}
  427.  
  428. {block:Audio}<table width="100%" cellpadding="3" cellspacing="0" style="padding-bottom: 12px;"><tr><td style="text-align: center; font-size: 10px; padding: 0 20px;">{block:TrackName}<h1><b>Title:</b> {TrackName}</h1>{/block:TrackName}<p>{block:Artist}<b>Artst:</b> {Artist}<p>{/block:Artist}{block:Album}<b>Album:</b> {Album}<p>{/block:Album}{block:PlayCount}{PlayCountWithLabel}{/block:PlayCount}</td><td width="150"><div style="{block:AlbumArt}display:none;{/block:AlbumArt} border-right: 20px solid #efece4;"><div class="album"></div></div>{block:AlbumArt}<img src="{AlbumArtURL}" width="150" style="border-right: 20px solid #efece4; z-index: -1;">{/block:AlbumArt}<div id="musicplayer"><div class="music">{AudioPlayerWhite}</div></div></td></tr></table>{block:IfNotShowCaption}{block:PermalinkPage}{block:Caption}{Caption}{/block:Caption}{/block:PermalinkPage}{/block:IfNotShowCaption}{block:IfShowCaption}{block:Caption}{Caption}{/block:Caption}{/block:IfShowCaption}{/block:Audio}
  429.  
  430. {block:Video}{block:IndexPage}{block:If500px}{Video-500}{/block:If500px}{block:If250px}{Video-250}{/block:If250px}{/block:IndexPage}{block:If400px}{Video-400}{/block:If400px}{block:IfNot400px}{block:PermalinkPage}{Video-500}{/block:PermalinkPage}{/block:IfNot400px}{block:IfNotShowCaption}{block:PermalinkPage}{block:Caption}{Caption}{/block:Caption}{/block:PermalinkPage}{block:IfNotShowCaption}{block:IfShowCaption}{block:Caption}{Caption}{/block:Caption}{/block:IfShowCaption}{/block:Video}
  431.  
  432. {block:Answer}<table cellpadding="3" cellspacing="0"><tr><td valign="top"><div class="ask"><img src="{AskerPortraitURL-40}"></div></td><td><div class="asker">{Asker} asked:</div> <br><div style="font-style: italic; color: #ccc9c2; text-align: justify; padding-right: 10px; margin-top: -5px;">{Question}</div></td></tr></table><div class="answer">{Answer}</div>{/block:Answer}
  433.  
  434. {block:ContentSource}
  435. <!-- {block:RebloggedFrom} via <a href="{ReblogParentURL}">{ReblogParentName}</a>{block:RebloggedFrom}{SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  436. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  437. {/block:SourceLogo}
  438. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  439. {/block:ContentSource}
  440.  
  441. </div>
  442.  
  443. {block:HasTags}<div id="tags">{block:Tags}#<a href="{TagURL}">{Tag}</a> &nbsp;&nbsp;{/block:Tags}</div>{/block:HasTags}
  444.  
  445. {/block:Posts}
  446.  
  447. {block:PermalinkPage}{block:PostNotes}<div id="notes">{PostNotes}</div>{/block:PostNotes}{/block:PermalinkPage}
  448.  
  449. </div>
  450.  
  451. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement