Aelyon

#04_2 The Fall (tumblr theme)

Oct 10th, 2012
832
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 16.81 KB | None | 0 0
  1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
  2. "http://www.w3.org/TR/html4/loose.dtd">
  3. <html>
  4. <!--***Theme by Aelyon***-->
  5. <!--Please do not remove the credits and respect my terms of use. Thank you.-->
  6.  
  7. <!--*Credits*
  8. Zoom Icon: Icon Set 4 found in ninpen.tumblr.com
  9. Background: Use your illusion found in Subtle Patterns
  10. Theme Preview is dedicated to Sherlock Holmes BBC TV program.
  11. -->
  12. <head>
  13.  
  14. <title>{Title}</title>
  15. <link rel="shortcut icon" href="{Favicon}">
  16. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  17. {block:Description}
  18. <meta name="description" content="{MetaDescription}" />
  19. {/block:Description}
  20. <meta name="image:Background" content="">
  21. <meta name="image:Sidebar 1" content="">
  22. <meta name="image:Sidebar 2" content="">
  23. <meta name="image:Sidebar 3" content="">
  24. <meta name="color:Background" content="afafaf">
  25. <meta name="color:Post bg" content="#efefef">
  26. <meta name="color:Sidebar" content="#dfdfdf">
  27. <meta name="color:tx" content="#4f4f4f">
  28. <meta name="color:titles" content="#5f5f5f">
  29. <meta name="color:links" content="#7f7f7f">
  30. <meta name="color:links hover" content="#cfcfcf">
  31. <meta name="color:bold" content="#000">
  32. <meta name="color:Navigation bg" content="#afafaf">
  33. <meta name="color:Description bg" content="#cfcfcf">
  34. <meta name="color:Description" content="#9f9f9f">
  35. <meta name="color:dotted box" content="#9f9f9f">
  36. <meta name="color:ask bg" content="#cfcfcf">
  37. <meta name="color:Blockquote bg" content="#cfcfcf">
  38. <meta name="color:Blockquote line" content="#7f7f7f">
  39. <meta name="color:Permabar" content="#cfcfcf">
  40. <meta name="color:Selection text" content="#f4f4f4" />
  41. <meta name="color:Selection bg" content="#cfcfcf" />
  42. <meta name="color:credit" content="#cfcfcf">
  43. <meta name="text:Name 1" content="">
  44. <meta name="text:Url 1" content="http://">
  45. <meta name="text:Name 2" content="">
  46. <meta name="text:url 2" content="http://">
  47. <meta name="text:Url 3" content="">
  48. <meta name="text:Name 3" content="">
  49. <meta name="text:Url 3" content="http://">
  50. <meta name="text:Name 4" content="">
  51. <meta name="text:Url 4" content="http://">
  52. <meta name="text:Name 5" content="">
  53. <meta name="text:Url 5" content="http://">
  54. <meta name="text:Name 6" content="">
  55. <meta name="text:Url 6" content="http://">
  56. <meta name="text:Links placement" content="200px">
  57. <meta name="if:400px" content="">
  58. <meta name="if:500px" content="">
  59. <meta name="if:250px" content="">
  60. <meta name="if:hover permabar" content="">
  61. <meta name="if:permabar still" content="">
  62. <meta name="if:Infinite Scrolling" content="">
  63. <meta name="if:Navigation in Description" content="">
  64. <meta name="if:Additional Links" content="">
  65. </head>
  66.  
  67. <style type="text/css">
  68. body
  69.  
  70. {font-family:calibri;
  71. color:{color:tx};
  72. background-color:{color:Background};
  73. background-image:url('{image:Background}');
  74. background-position: fixed;
  75. background-attachment:fixed;
  76. background-repeat:repeat;}
  77. a
  78. {color:{color:links};
  79. text-decoration:none;
  80. -webkit-transition: all 0.5s ease-out;
  81. -moz-transition: all 0.5s ease-out;
  82. transition: all 0.5s ease-out;}
  83. a:hover
  84. {color:{color:links hover};
  85. -webkit-transition: all 0.5s ease-out;
  86. -moz-transition: all 0.5s ease-out;
  87. transition: all 0.5s ease-out;}
  88. strong
  89. {color:{color:bold};}
  90.  
  91. ::selection
  92. {background:{color:Selection bg};
  93. color:{color:Selection text};}
  94.  
  95. ::-moz-selection
  96. {background:{color:Selection bg};
  97. color:{color:Selection text};}
  98.  
  99. ::-webkit-selection
  100. {background:{color:Selection bg};
  101. color:{color:Selection text};}
  102.  
  103. .wrap
  104. {position:relative;
  105. {block:if500px}margin-left:570px;{/block:if500px}
  106. {block:if400px}margin-left:580px;{/block:if400px}
  107. {block:if250px}margin-left:680px;{/block:if250px}}
  108.  
  109.  
  110. .post
  111. {overflow:auto;
  112. {block:if500px}width:500px;{/block:if500px}
  113. {block:if400px}width:400px;{/block:if400px}
  114. {block:if250px}width:250px;{/block:if250px}
  115. padding:10px;
  116. word-wrap:break-word;
  117. margin:10px;
  118. font-size:12px;
  119. background-color:{color:Post bg};}
  120.  
  121. #sidebar1 img
  122. {position:fixed;
  123. margin:70px 0px 0px 200px;
  124. max-width:260px;
  125. max-height:160px;
  126. transform: rotate(-15deg);
  127. -ms-transform: rotate(-15deg);
  128. -webkit-transform: rotate(-15deg);
  129. -o-transform: rotate(-15deg);
  130. -moz-transform: rotate(-15deg);
  131. border:6px solid{color:Sidebar};
  132. z-index:3;}
  133.  
  134. #sidebar2 img
  135. {position:fixed;
  136. margin:200px 0px 0px 270px;
  137. max-width:260px;
  138. max-height:160px;
  139. transform: rotate(15deg);
  140. -ms-transform: rotate(15deg);
  141. -webkit-transform: rotate(15deg);
  142. -o-transform: rotate(15deg);
  143. -moz-transform: rotate(15deg);
  144. border:6px solid{color:Sidebar};
  145. z-index:2;}
  146.  
  147. #sidebar3 img
  148. {position:fixed;
  149. margin:300px 0px 0px 230px;
  150. max-width:260px;
  151. max-height:160px;
  152. transform: rotate(-3deg);
  153. -ms-transform: rotate(-3deg);
  154. -webkit-transform: rotate(-3deg);
  155. -o-transform: rotate(-3deg);
  156. -moz-transform: rotate(-3deg);
  157. border:6px solid{color:Sidebar};}
  158.  
  159. #desc
  160. {position:fixed;
  161. {block:if250px}width:200px;{/block:if250px}
  162. {block:if400px}width:200px;{/block:if400px}
  163. {block:if500px}width:150px;{/block:if500px}
  164. padding:0px 10px 10px 10px;
  165. {block:if250px}right:40px;{/block:if250px}
  166. {block:if400px}right:30px;{/block:if400px}
  167. {block:if500px}right:18px;{/block:if500px}
  168. top:130px;
  169. overflow:auto;
  170. word-wrap:break-word;
  171. font-size:10px;
  172. background-color:{color:Description bg};
  173. color:{color:Description};
  174. z-index:3;}
  175.  
  176. #melody
  177. {position:absolute;
  178. overflow:hidden;
  179. width:27px;
  180. height:27px;
  181. border:37px solid #e5e5e5;
  182. margin-top:-115px;
  183. margin-left:10px;
  184. opacity:0.7;
  185. -webkit-transition: all 0.5s ease-out;
  186. -moz-transition: all 0.5s ease-out;
  187. transition: all 0.5s ease-out;}
  188. #melody:hover
  189. {-moz-border-radius: 100px 100px 100px;
  190. border-radius: 100px 100px 100px 100px;
  191. opacity:0.9;
  192. border:7px solid #e5e5e5;
  193. margin-top:-85px; margin-left:40px;
  194. -webkit-transition: all 0.5s ease-out;
  195. -moz-transition: all 0.5s ease-out;
  196. transition: all 0.5s ease-out;}
  197. #melodyinform
  198. {float:left;
  199. text-align:center;
  200. margin-top:-100px;
  201. margin-left:150px;
  202. padding-bottom:20px;}
  203.  
  204.  
  205.  
  206. #Qimg img
  207. {border:5px solid{color:dotted box};
  208. -moz-border-radius: 100px 100px 100px;
  209. border-radius: 100px 100px 100px 100px;
  210. opacity:0.6;
  211. -webkit-transition: all 0.5s ease-out;
  212. -moz-transition: all 0.5s ease-out;
  213. transition: all 0.5s ease-out;}
  214. #Qimg img:hover
  215. {opacity:1;
  216. -webkit-transition: all 0.5s ease-out;
  217. -moz-transition: all 0.5s ease-out;
  218. transition: all 0.5s ease-out;}
  219.  
  220. #question
  221. {margin-left:70px;
  222. word-wrap:break-word;
  223. margin-top:-50px;
  224. margin-bottom:20px;
  225. text-align:center;
  226. border:2px dotted {color:dotted box};
  227. padding:5px;}
  228.  
  229. #permabar
  230. {position:absolute;
  231. {block:if250px}right:308px;{/block:if250px}
  232. {block:if400px}right:258px;{/block:if400px}
  233. {block:if500px}right:168px;{/block:if500px}
  234. width:50px;
  235. font-size:10px;
  236. word-wrap:break-word;
  237. padding:5px;
  238. z-index:4;
  239. {block:ifhoverpermabar}opacity:0;{/block:ifhoverpermabar}
  240. {block:ifpermabarstill}opacity:1;{/block:ifpermabarstill}
  241. -webkit-transition: all 0.4s ease-out;
  242. -moz-transition: all 0.4s ease-out;
  243. transition: all 0.4s ease-out;
  244. background-color:{color:Permabar};}
  245. {block:ifnotpermabarstill}
  246. #permabar:hover
  247. {opacity:1;
  248. {block:if250px}right:295px;{/block:if250px}
  249. {block:if400px}right:248px;{/block:if400px}
  250. {block:if500px}right:155px;{/block:if500px}
  251. -webkit-transition: all 0.4s ease-out;
  252. -moz-transition: all 0.4s ease-out;
  253. transition: all 0.4s ease-out;}{/block:ifnotpermabarstill}
  254.  
  255. blockquote
  256. {text-align:auto;
  257. margin:10px;
  258. line-height:15px;
  259. padding-left:5px;
  260. padding-top:2px;
  261. padding-bottom:2px;
  262. border-left:5px dashed {color:Blockquote line};
  263. color:{color:tx};
  264. background-color:{color:Blockquote bg};}
  265.  
  266.  
  267.  
  268. #nav1
  269. {position:fixed;
  270. margin-top:130px;
  271. margin-left:285px;
  272. padding:20px 40px; 40px; 20px;
  273. font-size:10px;
  274. background-color:{color:description bg};
  275. text-transform:uppercase;transform: rotate(-15deg);
  276. -ms-transform: rotate(-15deg);
  277. -webkit-transform: rotate(-15deg);
  278. -o-transform: rotate(-15deg);
  279. -moz-transform: rotate(-15deg);
  280. opacity:0;
  281. -webkit-transition: all 0.5s ease-out;
  282. -moz-transition: all 0.5s ease-out;
  283. transition: all 0.5s ease-out;
  284. z-index:4;}
  285. #nav1:hover
  286. {opacity:0.7;
  287. -webkit-transition: all 0.5s ease-out;
  288. -moz-transition: all 0.5s ease-out;
  289. transition: all 0.5s ease-out;}
  290.  
  291. #nav2
  292. {position:fixed;
  293. margin-top:260px;
  294. margin-left:355px;
  295. padding:20px 40px; 40px; 20px;
  296. font-size:10px;
  297. background-color:{color:description bg};
  298. text-transform:uppercase;transform: rotate(15deg);
  299. -ms-transform: rotate(15deg);
  300. -webkit-transform: rotate(15deg);
  301. -o-transform: rotate(15deg);
  302. -moz-transform: rotate(15deg);
  303. opacity:0;
  304. -webkit-transition: all 0.5s ease-out;
  305. -moz-transition: all 0.5s ease-out;
  306. transition: all 0.5s ease-out;
  307. z-index:3;}
  308. #nav2:hover
  309. {opacity:0.7;
  310. -webkit-transition: all 0.5s ease-out;
  311. -moz-transition: all 0.5s ease-out;
  312. transition: all 0.5s ease-out;}
  313. #nav3
  314. {position:fixed;
  315. margin-top:360px;
  316. margin-left:315px;
  317. padding:20px 40px; 40px; 20px;
  318. font-size:10px;
  319. background-color:{color:description bg};
  320. text-transform:uppercase;transform: rotate(-3deg);
  321. -ms-transform: rotate(-3deg);
  322. -webkit-transform: rotate(-3deg);
  323. -o-transform: rotate(-3deg);
  324. -moz-transform: rotate(-3deg);
  325. opacity:0;
  326. -webkit-transition: all 0.5s ease-out;
  327. -moz-transition: all 0.5s ease-out;
  328. transition: all 0.5s ease-out;
  329. z-index:1;}
  330. #nav3:hover
  331. {opacity:0.7;
  332. -webkit-transition: all 0.5s ease-out;
  333. -moz-transition: all 0.5s ease-out;
  334. transition: all 0.5s ease-out;}
  335.  
  336. .posnav
  337. {float:center;
  338. margin-left:27px;
  339. margin-bottom:10px;}
  340.  
  341.  
  342. #nav1alt
  343. {font-size:10px;
  344. text-transform:lowercase;
  345. text-align:center;
  346. padding:2px;
  347. width:40px;
  348. height:15px;
  349. background-color:{color:Navigation bg}; z-index:9;}
  350.  
  351. #nav2alt
  352. {font-size:10px;
  353. text-transform:lowercase;
  354. text-align:center;
  355. padding:2px;
  356. margin-left:50px;
  357. margin-top:-19px;
  358. width:40px;
  359. height:15px;
  360. background-color:{color:Navigation bg}; z-index:9;}
  361.  
  362. #nav3alt
  363. {font-size:10px;
  364. text-transform:lowercase;
  365. text-align:center;
  366. padding:2px;
  367. margin-left:100px;
  368. margin-top:-19px;
  369. width:40px;
  370. height:15px;
  371. background-color:{color:Navigation bg}; z-index:9;}
  372.  
  373. .navop1
  374. {position:fixed;
  375. width:355px;
  376. {block:IfnotUrl6}width:295px;{/block:IfnotUrl6}
  377. {block:IfnotUrl5}width:235px;{/block:IfnotUrl5}
  378. {block:IfnotUrl4}width:175px;{/block:IfnotUrl4}
  379. {block:IfnotUrl3}width:115px;{/block:IfnotUrl3}
  380. {block:IfnotUrl2}width:55px;{/block:IfnotUrl2}
  381. height:20px;
  382. margin-top:500px;
  383. margin-left:{text:links placement};
  384. padding:5px;
  385. background-color:{color:dotted box}; z-index:1;}
  386. #add1
  387. {position:fixed;
  388. font-family:calibri;
  389. font-size:10px;
  390. text-transform:lowercase;
  391. text-align:center;
  392. padding:2px;
  393. width:50px;
  394. height:15px;
  395. background-color:{color:Post bg};}
  396. #add2
  397. {position:fixed;
  398. font-family:calibri;
  399. font-size:10px;
  400. text-transform:lowercase;
  401. text-align:center;
  402. padding:2px;
  403. width:50px;
  404. height:15px;
  405. margin-left:60px;
  406. background-color:{color:Post bg};}
  407. #add3
  408. {position:fixed;
  409. font-family:calibri;
  410. font-size:10px;
  411. text-transform:lowercase;
  412. text-align:center;
  413. padding:2px;
  414. width:50px;
  415. height:15px;
  416. margin-left:120px;
  417. background-color:{color:Post bg};}
  418. #add4
  419. {position:fixed;
  420. font-family:calibri;
  421. font-size:10px;
  422. text-transform:lowercase;
  423. text-align:center;
  424. padding:2px;
  425. width:50px;
  426. height:15px;
  427. margin-left:180px;
  428. background-color:{color:Post bg};}
  429. #add5
  430. {position:fixed;
  431. font-family:calibri;
  432. font-size:10px;
  433. text-transform:lowercase;
  434. text-align:center;
  435. padding:2px;
  436. width:50px;
  437. height:15px;
  438. margin-left:240px;
  439. background-color:{color:Post bg};}
  440. #add6
  441. {position:fixed;
  442. font-family:calibri;
  443. font-size:10px;
  444. text-transform:lowercase;
  445. text-align:center;
  446. padding:2px;
  447. width:50px;
  448. height:15px;
  449. margin-left:300px;
  450. background-color:{color:Post bg};}
  451.  
  452. iframe#tumblr_controls{position:fixed !important;}
  453.  
  454. #titlecolour
  455. {color:{color:titles};}
  456.  
  457. #notes
  458. {margin-left:25px;
  459. list-style-type:none;
  460. background: transparent;
  461. text-transform: lowercase;}
  462.  
  463. .note
  464. {padding:2px;
  465. text-align:left;
  466. letter-spacing:0.5px;
  467. font-size:10px;
  468. margin-left:10px;}
  469.  
  470. #credit a
  471. {position:fixed;
  472. bottom:10px;
  473. right:15px;
  474. font-family:'Playball', cursive;
  475. font-size:16px;
  476. color:{color:credit};
  477. z-index:6;}
  478. #credit a:hover
  479. {color:{color:links hover};}
  480.  
  481. {CustomCSS}
  482.  
  483. </style>
  484.  
  485. {block:IfInfiniteScrolling}<script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>{/block:IfInfiniteScrolling}
  486.  
  487. </head>
  488.  
  489. <body>
  490.  
  491. <div id="credit"><a href="http://aelyon.tumblr.com">♜</a></div>
  492.  
  493. <div id="desc">
  494. <div id="titlecolour"><center><h1>{Title}</h1></center></div>
  495. {block:ifnavigationindescription}
  496. <div class="posnav">
  497. <div id="nav1alt"><a href="/">Index</a></div>
  498. <div id="nav2alt"><a href="/ask">Ask</a></div>
  499. <div id="nav3alt"><a href="/archive">Archive</a></div>
  500. </div>
  501. {/block:ifnavigationindescription}
  502. {Description}
  503.  
  504. {block:Pagination}
  505. <div style="text-align:center; font-size:10px; padding:5px; background-color:{color:Navigation bg}; color:{color:tx}; z-index:10;">
  506. {block:PreviousPage}
  507. <a href="{PreviousPage}">≪</a>
  508. {/block:PreviousPage}
  509. {CurrentPage} | {TotalPages}
  510. {block:NextPage}
  511. <a href="{NextPage}">≫</a>
  512. {/block:NextPage}</div>
  513. {/block:Pagination}
  514.  
  515. </div>
  516.  
  517. <div id="sidebar3">
  518. <img src="{image:Sidebar 3}"/></div>
  519. <div id="sidebar2">
  520. <img src="{image:Sidebar 2}"/></div>
  521. <div id="sidebar1">
  522. <img src="{image:Sidebar 1}"/></div>
  523. {block:ifnotnavigationindescription}
  524. <div id="nav1"><a href="/">Index</a></div>
  525. <div id="nav2"><a href="/ask">Ask</a></div>
  526. <div id="nav3"><a href="/archive">Archive</a></div>
  527. {/block:ifnotnavigationindescription}
  528.  
  529. {block:ifadditionallinks}
  530. <div class="navop1">
  531. {block:IfUrl1}<div id="add1">
  532. <a href="{text:url 1}">{text:Name 1}</a></div> {/block:IfUrl1}
  533. {block:IfUrl2}<div id="add2">
  534. <a href="{text:url 2}">{text:Name 2}</a></div> {/block:IfUrl2}
  535. {block:IfUrl3}<div id="add3">
  536. <a href="{text:url 3}">{text:Name 3}</a></div> {/block:IfUrl3}
  537. {block:IfUrl4}<div id="add4">
  538. <a href="{text:url 4}">{text:Name 4}</a></div> {/block:IfUrl4}
  539. {block:IfUrl5}<div id="add5">
  540. <a href="{text:url 5}">{text:Name 5}</a></div> {/block:IfUrl5}
  541. {block:IfUrl6}<div id="add6">
  542. <a href="{text:url 6}">{text:Name 6}</a></div> {/block:IfUrl6}</div>
  543. {/block:ifadditionallinks}
  544.  
  545. <div class="wrap">
  546.  
  547.  
  548. {block:Posts}
  549.  
  550. <div id="permabar">
  551.  
  552. {block:Date}
  553. <a href="{Permalink}"> {24Hour}:{Minutes} {DayOfMonth}/{MonthNumber}/{Year}</time> </a>
  554. {/block:Date}
  555.  
  556. {block:NoteCount}
  557. <a href="{Permalink}">No {NoteCountWithLabel} </a>
  558. {/block:NoteCount}
  559.  
  560. {block:ContentSource}
  561. <a href="{SourceURL}"> <strong> {SourceTitle}</strong></a>
  562. {/block:ContentSource}
  563.  
  564. {block:Tags}
  565. # <a href="{TagURL}">{Tag}</a>
  566. {/block:Tags}
  567. </div>
  568.  
  569. <div class="post">
  570.  
  571.  
  572.  
  573. {block:Text}
  574. <h2>{Title}</h2>
  575. {Body}
  576. {/block:Text}
  577.  
  578. {block:Photo}
  579. {LinkOpenTag}
  580. {block:if500px}<img src="{PhotoURL-500}" width="500px" alt="{PhotoAlt}"/>{/block:if500px}
  581. {block:if400px}<img src="{PhotoURL-400}" width="400px" alt="{PhotoAlt}"/>{/block:if400px}
  582. {block:if250px}<img src="{PhotoURL-250}" width="250px" alt="{PhotoAlt}"/>{/block:if250px}
  583. {LinkCloseTag}
  584. {block:HighRes}<a href="{PhotoURL-HighRes}">*</a>{/block:HighRes}
  585. {block:Caption}{Caption}{/block:Caption}
  586. {/block:Photo}
  587.  
  588. {block:Photoset}
  589. {block:if500px}{Photoset-500}{/block:if500px}
  590. {block:if400px}{Photoset-400}{/block:if400px}
  591. {block:if250px}{Photoset-250}{/block:if250px}
  592. {block:Caption}{Caption}{/block:Caption}
  593. {/block:Photoset}
  594.  
  595. {block:Quote}<h2>❝ {Quote} ❞</h2>{block:Source}— {Source}{/block:Source}{/block:Quote}
  596.  
  597. {block:Link}<a href="{URL}"target="{Target}"><center><h2>{Name}</h2></center></a>{block:Description}{Description}{/block:Description}{/block:Link}
  598.  
  599. {block:Chat}{block:Title}<div id="titlecolour"><h2>{Title}</h2></div>{/block:Title}{block:Lines}<div style="border:1px dashed grey; padding:4px;">{block:Label}<strong>{Label}</strong>{/block:Label} {Line}<br></div>{/block:Lines}{/block:Chat}
  600.  
  601. {block:Audio}{block:AudioEmbed}{AudioEmbed}{/block:AudioEmbed}
  602. {block:AlbumArt}<div style="border:2px dotted #e5e5e5; padding:8px;"><img src="{AlbumArtURL}" height="100"/></div>{/block:AlbumArt}{block:AudioPlayer}<div id="melody">{AudioPlayerGrey}</div>{/block:AudioPlayer}
  603. <div id="melodyinform">{block:Artist}
  604. {Artist}
  605. {/block:Artist}{block:Album}
  606. ({Album})
  607. {/block:Album}{block:TrackName}
  608. <p><em>{TrackName}</em></p>
  609. {/block:TrackName}</div>
  610. {block:Caption}{Caption}{/block:Caption}
  611. {/block:Audio}
  612.  
  613. {block:Video}
  614. {block:if500px}{Video-500}{/block:if500px}
  615. {block:if400px}{Video-400}{/block:if400px}
  616. {block:if250px}{Video-250}{/block:if250px}
  617. {block:Caption}{Caption}{/block:Caption}
  618. {/block:Video}
  619.  
  620. {block:Answer}<div style="background-color:{color:ask bg}; padding:10px;"><div id="Qimg"><a href="{Askerurl}"><img src="{AskerPortraitURL-48}"/></a></div><div id="question"><em>❝ {Question} ❞</em></div></div>{Answer}{/block:Answer}</div>
  621.  
  622. <div id="note">
  623. {block:PostNotes}
  624. {PostNotes}
  625. {/block:PostNotes}
  626. </div>
  627.  
  628. {/block:Posts}
  629.  
  630.  
  631. </div>
  632. </body>
  633.  
  634. </html>
Advertisement
Add Comment
Please, Sign In to add comment