Advertisement
benizora

Theme 04: {悲恋} Hiren

Aug 29th, 2012
3,646
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 16.49 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2.  
  3. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  4.  
  5.  
  6. <!--
  7.  
  8. theme 04: 悲恋 Hiren
  9. by jackie @ benizora.tumblr.com
  10. please keep all of the credits
  11. and don’t steal or distribute.
  12.  
  13. thank you! enjoy!
  14.  
  15. -->
  16.  
  17. <head><title>{Title}</title>
  18. <link rel="shortcut icon" href="{Favicon}">
  19. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  20.  
  21. {block:Description}
  22. <meta name="description" content="{MetaDescription}"/>
  23. {/block:Description}
  24.  
  25. <meta name="color:background" content="#eeeeee"/>
  26.  
  27. <meta name="color:text" content="#2b2b2b"/>
  28. <meta name="color:bold" content="#031870"/>
  29. <meta name="color:italic" content="#0082ff"/>
  30.  
  31. <meta name="color:entry background" content="#fff"/>
  32.  
  33. <meta name="color:title" content="#042dda"/>
  34. <meta name="color:navigation" content="#d8e9ff"/>
  35. <meta name="color:navigation text" content="#000"/>
  36. <meta name="color:navigation hover" content="#c2dcff"/>
  37.  
  38. <meta name="color:right links" content="#69b3fa"/>
  39. <meta name="color:side title box" content="#031870"/>
  40. <meta name="color:side title" content="#fff"/>
  41. <meta name="color:description text" content="#000"/>
  42. <meta name="color:right links hover" content="#031870"/>
  43. <meta name="color:right links hover text" content="#fff"/>
  44. <meta name="color:right links text" content="#fff"/>
  45. <meta name="color:description box" content="#fff"/>
  46. <meta name="color:right links box" content="#ffffff"/>
  47. <meta name="color:ask background" content="#fff"/>
  48.  
  49. <meta name="color:permalink" content="#92c1ff"/>
  50. <meta name="color:permalink text" content="#fff"/>
  51. <meta name="color:scrollbar" content="#69b3fa"/>
  52. <meta name="color:link" content="#01377e"/>
  53. <meta name="color:link hover" content="#000"/>
  54. <meta name="color:quote" content="#11083f"/>
  55.  
  56. <meta name="image:sidebar" content="http://static.tumblr.com/e1ydrvt/FEim9jtl5/t7.jpg" />
  57. <meta name="image:background" content="
  58. <meta name="font:title" content="Euphoria"/>
  59. <meta name="font:body" content="Calibri"/>
  60.  
  61. <meta name="text:link 1" content="" />
  62. <meta name="text:link 1 title" content="" />
  63. <meta name="text:link 2" content="" />
  64. <meta name="text:link 2 title" content="" />
  65. <meta name="text:link 3" content="" />
  66. <meta name="text:link 3 title" content="" />
  67. <meta name="text:link 4" content="" />
  68. <meta name="text:link 4 title" content="" />
  69. <meta name="text:link 5" content="" />
  70. <meta name="text:link 5 title" content="" />
  71.  
  72. <meta name="if:InfiniteScroll" content="0" />
  73. <meta name="if:ShowCaptions" content="0">
  74. <meta name="if:BigPosts" content="0" />
  75.  
  76. <link href='http://fonts.googleapis.com/css?family=Euphoria+Script' rel='stylesheet' type='text/css'>
  77.  
  78.  
  79. <style type="text/css">
  80.  
  81. /*-- entries info --*/
  82.  
  83. body {
  84. background-image: url('{image:background}');
  85. background-color: {color:background};
  86. background-attachment: fixed;
  87. background-repeat: {text:Background Repeat};
  88. {/block:IfNoBackgroundImageNoRepeat};
  89. color: {color:text};
  90. font-family: {font:body};
  91. font-size: 12px;
  92. }
  93.  
  94. @font-face {
  95. font-family: "Euphoria";
  96. src: url('http://static.tumblr.com/e1ydrvt/Rotm9jgnz/euphoriascript-regular.ttf') format("truetype");
  97. }
  98.  
  99. /*-- scrollbar --*/
  100.  
  101. ::-webkit-scrollbar-thumb {
  102. background-color: {color:background};
  103. height: 8px;
  104. width: 8px;
  105. }
  106.  
  107. ::-webkit-scrollbar {
  108. height: 8px;
  109. width: 8px;
  110. background-color: {color:scrollbar};
  111. }
  112.  
  113. /*-- links info --*/
  114.  
  115. a {
  116. color: {color:link};
  117. text-decoration: none;
  118. }
  119.  
  120. a:link, a:active, a:visited {
  121. text-decoration: none;
  122. color: {color:link};
  123. -webkit-transition: all 0.5s linear;
  124. -moz-transition: all 0.5s linear;
  125. -o-transition: all 0.5s linear;
  126. }
  127.  
  128. a:hover {
  129. color:{color:link hover};
  130. text-decoration: none;
  131. -webkit-transition: all 0.5s linear;
  132. -moz-transition: all 0.5s linear;
  133. -o-transition: all 0.5s linear;
  134. }
  135.  
  136. /*-- pagination --*/
  137.  
  138.  
  139. #pagination {
  140. font-family: 'Calibri';
  141. font-size: 10px;
  142. width: 120px;
  143. {block:ifBigPosts}margin-left:840px;{/block:ifBigPosts}
  144. {block:ifNotBigPosts}margin-left: 700px;{/block:ifNotBigPosts}
  145. margin-top:20px;
  146. position: fixed;
  147. text-align: center;
  148. z-index:999;
  149. }
  150.  
  151. .current_page {
  152. background-color: {color:permalink};
  153. color: #eee;
  154. padding: 5px;
  155. }
  156.  
  157. #pagination a {
  158. background-color: {color:ask background};
  159. padding: 5px;
  160. margin: 0px;
  161. color: {color:link};
  162. text-decoration: none;
  163. }
  164.  
  165. /*-- toplinks info --*/
  166.  
  167. #navlinks {
  168. width:220px;
  169. position:fixed;
  170. text-align:center;
  171. font-family:'Calibri', sans-serif;
  172. text-decoration:bold;
  173. height:15px;
  174. background-color:{color:navigation};
  175. }
  176.  
  177. #navlinks a {
  178. text-transform:uppercase;
  179. padding:2px 8px 2px 8px;
  180. font-family: 'Calibri', sans-serif;
  181. font-size:8.5px;
  182. text-align:center;
  183. letter-spacing:1px;
  184. color:{color:navigation text};
  185. text-decoration:bold;
  186. }
  187.  
  188. #navlinks a:hover{
  189. background-color:{color:navigation hover};
  190. color:{color:navigation text};
  191. -webkit-transition: all 0.5s ease-in-out;
  192. -moz-transition: all 0.5s ease-in-out;
  193. -o-transition: all 0.5s ease-in-out;
  194. }
  195.  
  196.  
  197. /*-- sidebar info --*/
  198.  
  199.  
  200. #rbox {
  201. {block:ifBigPosts}margin-left:840px;{/block:ifBigPosts}
  202. {block:ifNotBigPosts}margin-left: 700px;{/block:ifNotBigPosts}
  203. overflow: hidden;
  204. margin-top:50px;
  205. height: auto;
  206. width: 120px;
  207. background-color: {color:right links box};
  208. position: fixed;
  209. text-align:center;
  210. }
  211.  
  212. #rightlinks {
  213. text-align: center;
  214. margin:5px;
  215. width: 100px;
  216. font-family: 'Calibri', sans-serif;
  217. }
  218.  
  219. #rightlinks a {
  220. display: block;
  221. margin-left:3px;
  222. margin-top:-2px;
  223. padding:2px;
  224. font-family: 'Calibri', sans-serif;
  225. font-size: 9px;
  226. text-transform: uppercase;
  227. text-align: center;
  228. letter-spacing: 2px;
  229. line-height: 13px;
  230. background-color:{color:right links};
  231. color:{color:right links text};
  232. }
  233.  
  234. #rightlinks a:hover{
  235. background-color:{color:right links hover};
  236. color:{color:rightlinks hover text};
  237. -webkit-transition: all 0.5s ease-in-out;
  238. -moz-transition: all 0.5s ease-in-out;
  239. -o-transition: all 0.5s ease-in-out;
  240. }
  241.  
  242. .sidebar {
  243. width: 220px;
  244. margin-left: 50px;
  245. position: fixed;
  246. text-align:center;
  247. bottom:0px;
  248. background-color:{color:description box};
  249. }
  250.  
  251. #banner {
  252. display: block;
  253. font-family: "Euphoria", Georgia, serif;
  254. font-size: 23px;
  255. margin-top:-3px;
  256. color: {color:side title};
  257. text-transform: none;
  258. text-align: center;
  259. letter-spacing: 2px;
  260. background-color:{color:side title box}; opacity:.9;
  261. line-height:100%;
  262. padding: 6px;
  263. width: 208px;
  264. }
  265.  
  266. #sidetri1 {
  267. border-bottom:33px solid {color:side title box};
  268. border-left:33px solid transparent;
  269. position:fixed;
  270. margin-top:-30px;
  271. margin-left:-20px;
  272. z-index:-9;
  273. }
  274.  
  275. #sidetri2 {
  276. border-left:33px solid transparent;
  277. border-top:33px solid {color:side title box};
  278. position:fixed;
  279. margin-top:-30px;
  280. margin-left:-20px;
  281. z-index:-9;
  282. }
  283.  
  284. #sidetri3 {
  285. border-top:33px solid {color:side title box};
  286. border-right:33px solid transparent;
  287. position:fixed;
  288. margin-top:-30px;
  289. margin-left:205px;
  290. z-index:-9;
  291. }
  292.  
  293. #sidetri4 {
  294. border-bottom:33px solid {color:side title box};
  295. border-right:33px solid transparent;
  296. position:fixed;
  297. margin-top:-30px;
  298. margin-left:205px;
  299. z-index:-9;
  300. }
  301.  
  302. .sidebar img {
  303. max-width:220px;
  304. height:auto;
  305. }
  306.  
  307. #sidedesc {
  308. width:190px;
  309. margin-left:0px;
  310. padding:25px 15px 20px 15px;
  311. background-color:{color:description box};
  312. font-family:'Calibri', Georgia, sans-serif;
  313. font-size: 10px;
  314. letter-spacing: 1px;
  315. text-align:center;
  316. color: {color:description text};
  317. z-index:999;
  318. }
  319.  
  320.  
  321. /*-- posts & entries --*/
  322.  
  323. #content {
  324. font-family: 'Calibri', sans-serif;
  325. margin-left: 340px;
  326. margin-top:-20px;
  327. {block:ifBigPosts}width: 400px;{/block:ifBigPosts}
  328. {block:ifNotBigPosts}width: 250px;{/block:ifNotBigPosts}
  329. }
  330.  
  331. #entries {
  332. z-index:#999;
  333. {block:ifBigPosts}width: 400px;{/block:ifBigPosts}
  334. {block:ifNotBigPosts}width: 250px;{/block:ifNotBigPosts}
  335. background-color: {color:entry background};
  336. padding: 10px;
  337. margin: 35px 0px 0px 10px;
  338. }
  339.  
  340.  
  341. #entries b, strong {
  342. color: {color:bold};
  343. }
  344.  
  345. #entries i, em {
  346. color: {color:italic};
  347. }
  348.  
  349. #entries img {
  350. {block:ifBigPosts}max-width: 400px;{/block:ifBigPosts}
  351. {block:ifNotBigPosts}max-width: 250px;{/block:ifNotBigPosts}
  352. }
  353.  
  354. /*-- blockquote info --*/
  355.  
  356. blockquote{
  357. border-left: 5px solid {color:permalink};
  358. padding:0px 2px;
  359. overflow:auto;
  360. }
  361.  
  362. blockquote img {
  363. {block:ifBigPosts}max-width: 340px;{/block:ifBigPosts}
  364. {block:ifNotBigPosts}max-width: 190px;{/block:ifNotBigPosts}
  365. }
  366.  
  367.  
  368. /*-- quote info --*/
  369.  
  370. #quotes{
  371. padding: 10px 10px 20px 10px;
  372. font-family: "Euphoria", Georgia, sans-serif;
  373. letter-spacing: 1px;
  374. line-height: 100%;
  375. font-size:20px;
  376. color: {color:quote};
  377. text-align: center;
  378. }
  379.  
  380. #sources {
  381. font-family:{font:body}, sans-serif;
  382. font-size:9pt;
  383. text-align: right;
  384. margin-top: -5px;
  385. padding-top:10px;
  386. border-top: 1px {color:permalink} dotted;
  387. }
  388.  
  389. /*-- permalink info --*/
  390.  
  391.  
  392. #permalink {
  393. font-size:10px;
  394. letter-spacing:1px;
  395. {block:ifBigPosts}width: 414px;{/block:ifBigPosts}
  396. {block:ifNotBigPosts}width: 265px;{/block:ifNotBigPosts}
  397. margin-left:-10px;
  398. margin-top:10px;
  399. text-align:center;
  400. padding:3px 3px 3px 3px;
  401. text-transform: lowercase;
  402. position:absolute;
  403. background-color: {color:permalink};
  404. color: {color:permalink text};
  405. font-family:{font:body};
  406. }
  407.  
  408. #permalink a:link {
  409. color: {color:link};
  410. }
  411.  
  412. #permalink a:hover {
  413. color: {color:link hover};
  414. }
  415.  
  416. /*-- tags info --*/
  417.  
  418.  
  419. #tags {
  420. {block:ifBigPosts}width: 400px;{/block:ifBigPosts}
  421. {block:ifNotBigPosts}width: 250px;{/block:ifNotBigPosts}
  422. background-color: {color:entry background};
  423. padding: 10px;
  424. font-size: 10px;
  425. font-family: {font:body};
  426. margin: 4px;
  427. margin-left: -10px;
  428. text-align: left;
  429. text-transform: lowercase;
  430. font-style: none;
  431. }
  432.  
  433. /*-- entry title info --*/
  434.  
  435. .title{
  436. padding-bottom: 3px;
  437. font-size: 25px;
  438. font-family: "Euphoria", Georgia, sans-serif;
  439. line-height: 100%;
  440. letter-spacing: 2px;
  441. color: {color:title};
  442. text-transform:capitalize;
  443. }
  444.  
  445. /*-- asks info --*/
  446.  
  447.  
  448. #ask {
  449. position: relative;
  450. background-color: {color:ask background};
  451. border-bottom: 1px {color:permalink} dotted;
  452. padding: 20px 20px 35px 10px;
  453. text-align: center;
  454. font-size: 12px;
  455. line-height:130%;
  456. color: {color:bold};
  457. font-family: 'Calibri';
  458. {block:IfBigPosts}width: 370px;{/block:IfBigPosts}
  459. {block:IfNotBigPosts}width: 200px;{/block:IfNotBigPosts}
  460. display: block;
  461. }
  462.  
  463. #ask img {
  464. width: 45px;
  465. height: 45px;
  466. margin: -5px 0px -5px -5px;
  467. border: 5px {color:permalink} solid;
  468. }
  469.  
  470. #ask a {
  471. font-size: 20px;
  472. color: {color:bold};
  473. font-family: 'Euphoria', Georgia, serif;
  474. text-align: center;
  475. text-transform: none;
  476. }
  477.  
  478.  
  479. /*-- chatbox info --*/
  480.  
  481. .user_1 .label {
  482. color:{color:link};
  483. font-weight:regular;
  484. }
  485.  
  486. .user_2 .label {
  487. color:{color:bold};
  488. font-weight:regular;
  489. }
  490.  
  491. ul.chat, .chat ol, .chat li {
  492. list-style:none;
  493. margin:0px;
  494. padding:0px;
  495. }
  496.  
  497. /*-- notes info --*/
  498.  
  499. ol.notes {
  500. padding: 0px;
  501. margin: 15px 0px;
  502. list-style-type: none;
  503. background: transparent;
  504. border: 0px;
  505. letter-spacing: 0px;
  506. text-transform: lowercase;
  507. }
  508.  
  509. ol.notes li.note {
  510. padding: 1px;
  511. text-align: left;
  512. letter-spacing: 0px;
  513. text-transform: lowercase;
  514. }
  515.  
  516. .notes img{
  517. width: 8px;
  518. position: relative;
  519. top: 1px;
  520. opacity: .5;
  521. }
  522.  
  523. .music {
  524. background-color: {color: entry background};
  525. display:block;
  526. }
  527.  
  528. {CustomCSS}
  529.  
  530.  
  531. </style>
  532.  
  533. {block:IfInfiniteScroll}
  534. <script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>
  535. {/block:IfInfiniteScroll}
  536.  
  537. </head>
  538.  
  539.  
  540. <body>
  541.  
  542.  
  543. <div id="rbox"><div id="rightlinks">
  544. {block:IfLink1}<a href="{text:link 1}" id="rightlinks">{text:link 1 title}</a>{/block:IfLink1}
  545. {block:IfLink2}<a href="{text:link 2}" id="rightlinks">{text:link 2 title}</a>{/block:IfLink2}
  546. {block:IfLink3}<a href="{text:link 3}" id="rightlinks">{text:link 3 title}</a>{/block:IfLink3}
  547. {block:IfLink4}<a href="{text:link 4}" id="rightlinks">{text:link 4 title}</a>{/block:IfLink4}
  548. {block:IfLink5}<a href="{text:link 5}" id="rightlinks">{text:link 5 title}</a>{/block:IfLink5}
  549. </div></div>
  550.  
  551. {block:IfNotInfiniteScroll}<div id="pagination">
  552. {block:Pagination}
  553. {block:PreviousPage}<a href="{PreviousPage}">&laquo;</a>&nbsp;&nbsp;{/block:PreviousPage}
  554. {block:JumpPagination length="2"}
  555. {block:CurrentPage}<span class="current_page">{PageNumber}</span>&nbsp;&nbsp;{/block:CurrentPage}
  556. {block:JumpPage}<a class="jump_page" href="{URL}">{PageNumber}</a>&nbsp;&nbsp;{/block:JumpPage}
  557. {/block:JumpPagination}
  558. {block:NextPage}<a href="{NextPage}">&raquo;</a>{/block:NextPage}
  559. {/block:Pagination}
  560. </div>{/block:IfNotInfiniteScroll}</div>
  561.  
  562.  
  563.  
  564. <div class="sidebar">
  565. <img src="{image:sidebar}">
  566. <a href="/" id="banner">{title}</a>
  567. <div id="sidetri1"></div>
  568. <div id="sidetri2"></div>
  569. <div id="sidetri3"></div>
  570. <div id="sidetri4"></div>
  571.  
  572. <div id="navlinks">
  573. <a href="/">home</a>
  574. <a href="/ask">ask me</a>
  575. <a href="/archive">archive</a>
  576. <a href="http://benizora.tumblr.com">theme</a>
  577. </div>
  578.  
  579. <div id="sidedesc">{block:Description}{Description}{/block:Description}
  580. </div>
  581.  
  582. </div>
  583.  
  584. </div>
  585.  
  586.  
  587. <div id="content">
  588.  
  589. <div class="autopagerize_page_element">
  590.  
  591. {block:Posts}
  592.  
  593. <div id="entries">
  594.  
  595. {block:Text}
  596.  
  597. {block:Title}<div class="title">{Title}</div>{/block:Title}
  598. {Body}
  599.  
  600. {/block:Text}
  601.  
  602.  
  603.  
  604. {block:Photo}
  605.  
  606. {block:IfBigPosts}{LinkOpenTag}<img src="{PhotoURL-400}" class="center">{LinkCloseTag}{/block:IfBigPosts}{block:IfNotBigPosts}
  607.  
  608. {LinkOpenTag}<img src="{PhotoURL-250}" class="center">{LinkCloseTag}{/block:IfNotBigPosts}
  609.  
  610. {block:IfShowCaptions}{block:Caption}{Caption}{/block:Caption}{/block:IfShowCaptions}
  611. {block:IfNotShowCaptions}
  612.  
  613. {block:PermalinkPage}{block:Caption}{Caption}{/block:Caption}{/block:PermalinkPage}{/block:IfNotShowCaptions}
  614.  
  615. {/block:Photo}
  616.  
  617. {block:Photoset}
  618.  
  619. {block:IfBigPosts}{Photoset-400}{/block:IfBigPosts}{block:IfNotBigPosts}{Photoset-250}{/block:IfNotBigPosts}
  620.  
  621. {block:ifshowcaptions}{block:Caption}{Caption}{/block:Caption}{/block:ifshowcaptions}{block:ifnotshowcaptions}{block:PermalinkPage}{block:Caption}{Caption}{/block:Caption}{/block:PermalinkPage}{/block:ifnotshowcaptions}
  622.  
  623. {/block:Photoset}
  624.  
  625.  
  626.  
  627. {block:Quote}
  628.  
  629. <div id="quotes">{Quote}</div>{block:Source}<div id="sources"> {Source}</div>{/block:Source}
  630.  
  631. {/block:Quote}
  632.  
  633.  
  634.  
  635. {block:Link}
  636.  
  637. <div class="title">
  638. <a href="{URL}" {Target}>{Name}</a>
  639. </div>
  640. {block:Description}{Description}{/block:Description}
  641.  
  642. {/block:Link}
  643.  
  644.  
  645.  
  646. {block:Chat}
  647.  
  648. <ul class="chat">{block:Lines}<li class="user_{UserNumber}">{block:Label}<span class="label">{Label}</span>{/block:Label}&nbsp;{Line}</li>{/block:Lines}</ul>
  649.  
  650. {/block:Chat}
  651.  
  652.  
  653.  
  654. {block:Audio}
  655.  
  656. <div class="music">{AudioPlayerWhite}</div>{block:TrackName}{TrackName}{/block:TrackName}{block:Artist} | <b>{Artist}</b>{/block:Artist}{block:IfShowCaptions}{block:Caption}<br />{Caption}{/block:Caption}{/block:IfShowCaptions}{block:IfNotShowCaptions}{block:PermalinkPage}{block:Caption}<br />
  657. {Caption}{/block:Caption}{/block:PermalinkPage}{/block:IfNotShowCaptions}
  658.  
  659. {/block:Audio}
  660.  
  661.  
  662.  
  663. {block:Video}
  664.  
  665. {block:IfBigPosts}{Video-400}{/block:IfBigPosts}{block:IfNotBigPosts}{Video-250}{/block:IfNotBigPosts}{block:IfShowCaptions}{block:Caption}{Caption}{/block:Caption}{/block:IfShowCaptions}
  666. {block:IfNotShowCaptions}{block:PermalinkPage}{block:Caption}{Caption}{/block:Caption}{/block:PermalinkPage}{/block:IfNotShowCaptions}
  667.  
  668. {/block:Video}
  669.  
  670.  
  671.  
  672. {block:Answer}
  673.  
  674. <div id="ask"><img src="{AskerPortraitURL-40}" align="left"><i><b>{Asker}</b> whispered:</i><br />
  675. {Question}</div>{Answer}
  676.  
  677. {/block:Answer}
  678.  
  679.  
  680. {block:IndexPage}
  681.  
  682. {block:Date}<div id="permalink">posted <a href="{Permalink}">{TimeAgo}</a> {block:NoteCount}with <a href="{Permalink}"> {NoteCountWithLabel}</a>
  683. {/block:NoteCount}
  684. {block:RebloggedFrom}✿ origin: <a href="{ReblogRootURL}"> {ReblogRootName}</a> via: <a href="{ReblogParentURL}"> {ReblogParentName}</a>{/block:RebloggedFrom}</div>
  685.  
  686. {/block:Date}
  687.  
  688. {/block:IndexPage}
  689.  
  690. {block:PermalinkPage}
  691.  
  692. <div class="permalink">
  693.  
  694. <center><div id="date">{block:Date}posted {12Hour}:{Minutes} {AmPm} on {DayOfWeek}, {Month} {DayOfMonth}, {Year}{/block:Date} {block:NoteCount}with {NoteCountWithLabel}{/block:NoteCount}</div>
  695.  
  696. {block:RebloggedFrom}<b>origin:</b> <a href="{ReblogRootURL}">{ReblogRootName}</a> &nbsp;|&nbsp; <b>via:</b> <a href="{ReblogParentURL}">{ReblogParentName}</a><br />{/block:RebloggedFrom} {block:HasTags}<b>tags &raquo;</b> {block:Tags}<a href="{TagURL}">#{Tag}</a>&nbsp;{/block:Tags}{/block:HasTags}</center>
  697. {block:PostNotes}{PostNotes}{/block:PostNotes}
  698.  
  699. </div>
  700.  
  701. {/block:PermalinkPage}
  702.  
  703. </div>
  704.  
  705. {/block:Posts}
  706.  
  707. </div>
  708.  
  709. </div>
  710.  
  711. </body>
  712.  
  713. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement