superfrown

Theme #24

Jul 17th, 2015
1,131
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 20.64 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. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  3. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  4.  
  5. <title>{Title}</title>
  6. <link rel="shortcut icon" href="{Favicon}">
  7. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  8. {block:Description}
  9. <meta name="description" content="{MetaDescription}" />
  10. {/block:Description}
  11.  
  12. <head>
  13. <!----
  14.  
  15. Theme #24 In Bloom
  16. Pastel Series #3
  17. by: superfrown.tumblr.com
  18.  
  19. You may:
  20. Edit as much as you like
  21. Move the credit to a secondary page
  22.  
  23. You may not:
  24. Claim as your own
  25. Remove the credit
  26.  
  27. ---->
  28.  
  29.  
  30.  
  31.  
  32. <meta name="image:Background" content=""/>
  33. <meta name="image:Sidebar Image" content="" />
  34. <meta name="image:Sidebar Background Image" content="" />
  35. <meta name="image:Post Background Image" content="" />
  36.  
  37. <meta name="color:Background" content="#f8f8f8" />
  38. <meta name="color:Post Background" content="#ffffff" />
  39. <meta name="color:Info Background" content="#ffffff" />
  40. <meta name="color:Borders" content="#ffb3cd" />
  41. <meta name="color:Text" content="#2e2e2e" />
  42. <meta name="color:Bold" content="#151515" />
  43. <meta name="color:Italic" content="#7b5764" />
  44. <meta name="color:Link" content="#e27ea0" />
  45. <meta name="color:Link hover" content="#ffcbd1" />
  46. <meta name="color:Sidebar Background" content="#fceaec" />
  47. <meta name="color:Blog Name" content="#e27ea0" />
  48. <meta name="color:Blog Name Hover" content="#ffcbd1" />
  49. <meta name="color:Description Text Color" content="#2e2e2e" />
  50. <meta name="color:Sidebar Links Background" content="#ffffff" />
  51. <meta name="color:Sidebar Links" content="#ffa8c8" />
  52. <meta name="color:Sidebar Links Hover" content="#ffa8c8" />
  53.  
  54.  
  55. <meta name="if:500px" content="1">
  56. <meta name="if:Show Tags" content="1">
  57. <meta name="if:Fade Posts" content="1">
  58. <meta name="if:Show Submit" content="1">
  59. <meta name="if:Show Link1" content="1">
  60. <meta name="if:Show Link2" content="1">
  61. <meta name="if:Show Link3" content="1">
  62. <meta name="if:Show Link4" content="1">
  63. <meta name="if:Show Link5" content="1">
  64. <meta name="if:Show Link6" content="1">
  65.  
  66.  
  67. <meta name="text:Text Size" content="11px" />
  68. <meta name="text:Description Text Size" content="11px" />
  69.  
  70. <meta name="text:Link 1 URL" content="http://" />
  71. <meta name="text:Link 1" content="Link 1" />
  72. <meta name="text:Link 2 URL" content="http://" />
  73. <meta name="text:Link 2" content="Link 2" />
  74. <meta name="text:Link 3 URL" content="http://" />
  75. <meta name="text:Link 3" content="Link 3" />
  76. <meta name="text:Link 4 URL" content="http://" />
  77. <meta name="text:Link 4" content="Link 4" />
  78. <meta name="text:Link 5 URL" content="http://" />
  79. <meta name="text:Link 5" content="Link 5" />
  80. <meta name="text:Link 6 URL" content="http://" />
  81. <meta name="text:Link 6" content="Link 6" />
  82.  
  83.  
  84. <script type="text/javascript" src="http://static.tumblr.com/d0qlne1/DiAl6ekb7/jquery-1.4.2.min.js"></script>
  85.  
  86. <script src="http://static.tumblr.com/rzl30kg/eAxm7a751/jquery.style-my-tooltips.js"></script>
  87. <script>
  88. (function($){
  89. $(document).ready(function(){
  90. $("[title]").style_my_tooltips({
  91. tip_follows_cursor:true,
  92. tip_delay_time:200,
  93. tip_fade_speed:300
  94. }
  95. );
  96. });
  97. })(jQuery);
  98. </script>
  99.  
  100.  
  101. <style type="text/css">
  102.  
  103. /* MAIN */
  104.  
  105. body {
  106. background-color:{color:Background};
  107. background-image: url('{image:Background}');
  108. background-attachment: fixed;
  109. background-repeat: repeat;
  110. color:{color:Text};
  111. font-family:calibri;
  112. font-weight:0px;
  113. font-style:0px;
  114. letter-spacing:1px;
  115. font-size: {text:Text Size};}
  116.  
  117. a:link, a:active {
  118. text-decoration:none;
  119. color: {color:Link};
  120. -webkit-transition: all 0.6s ease-in-out;
  121. -moz-transition: all 0.6s ease-in-out;
  122. -o-transition: all 0.6s ease-in-out;
  123. transition: all 0.6s ease-in-out;}
  124.  
  125. a:visited {
  126. text-decoration:none;
  127. color: {color:Link};
  128. -webkit-transition: all 0.6s ease-in-out;
  129. -moz-transition: all 0.6s ease-in-out;
  130. -o-transition: all 0.6s ease-in-out;
  131. transition: all 0.6s ease-in-out;}
  132.  
  133. a:hover {
  134. text-decoration:none;
  135. color: {color:Link hover};
  136. -webkit-transition: all 0.6s ease-in-out;
  137. -moz-transition: all 0.6s ease-in-out;
  138. -o-transition: all 0.6s ease-in-out;
  139. transition: all 0.6s ease-in-out;}
  140.  
  141. b, strong, .strong {color:{color:Bold};}
  142.  
  143. blockquote {
  144. margin-left:18px;
  145. margin-bottom:18px;
  146. border-left:2px solid {color:Text};
  147. padding-left:8px; }
  148.  
  149. #tumblr_controls{ position:fixed!important; right: 0px; top:0px;}
  150.  
  151. i, em, .em {color:{color:Italic};}
  152.  
  153. ::-webkit-scrollbar {
  154. height:8px;
  155. width:8px;
  156. background-color: {color:Background};}
  157.  
  158. ::-webkit-scrollbar-thumb:vertical {
  159. background-color: {color:Borders};}
  160.  
  161. ::-webkit-scrollbar-thumb:horizontal {
  162. background-color: {color:Borders};}
  163.  
  164.  
  165. /* CONTENT */
  166.  
  167. .contentwhole {
  168. {block:if500px}width:545px;{/block:if500px}
  169. {block:ifnot500px}width:445px;{/block:ifnot500px}
  170. margin-top:0px;
  171. margin-bottom:80px;
  172. margin-left:450px;
  173. }
  174.  
  175. .content {
  176. {block:ifFadePosts}opacity:0.7;{/block:ifFadePosts}
  177. {block:if500px}width:500px;{/block:if500px}
  178. {block:ifnot500px}width:400px;{/block:ifnot500px}
  179. margin-top:50px;
  180. margin-left:0px;
  181. padding:20px;
  182. border:1px solid {color:Borders};
  183. background-image: url('{image:Post Background Image}');
  184. background-color: {color:Post Background};
  185. -webkit-transition: all 0.6s ease-in-out;
  186. -moz-transition: all 0.6s ease-in-out;
  187. -o-transition: all 0.6s ease-in-out;
  188. transition: all 0.6s ease-in-out;
  189. }
  190.  
  191. .content:hover {
  192. {block:ifFadePosts}opacity:1;{/block:ifFadePosts}
  193. -webkit-transition: all 0.6s ease-in-out;
  194. -moz-transition: all 0.6s ease-in-out;
  195. -o-transition: all 0.6s ease-in-out;
  196. transition: all 0.6s ease-in-out;
  197. }
  198.  
  199.  
  200.  
  201. .info {
  202. {block:if500px}width:530px;{/block:if500px}
  203. {block:ifnot500px}width:430px;{/block:ifnot500px}
  204. margin-top:0px;
  205. font-size:11px;
  206. text-align:center;
  207. letter-spacing:1px;
  208. text-transform:lowercase;
  209. padding:10px 5px 10px 5px;
  210. border-bottom:1px solid {color:Borders};
  211. border-left:1px solid {color:Borders};
  212. border-right:1px solid {color:Borders};
  213. background-color:{color:Info Background};
  214. }
  215.  
  216.  
  217. .tags {
  218. {block:if500px}width:542px;{/block:if500px}
  219. {block:ifnot500px}width:442px;{/block:ifnot500px}
  220. font-size:10px;
  221. text-align:center;
  222. letter-spacing:1px;
  223. margin-top:2px;
  224. }
  225.  
  226.  
  227. .title {
  228. font-size: 13px;
  229. letter-spacing:2px;
  230. font-weight:bold;
  231. text-align: center;
  232. }
  233.  
  234. #pn {
  235. width:520px;
  236. text-align:left;
  237. margin:0 auto;
  238. }
  239.  
  240.  
  241. /* Asks */
  242. .questions {
  243. text-align:left;
  244. padding:6px;
  245. border-bottom:1px solid {color:Text};}
  246.  
  247. .reply {
  248. padding: 6px;}
  249.  
  250.  
  251. /* Quote */
  252. #quote {
  253. font-size: 13px;}
  254. #source {
  255. font-size: 11px;
  256. letter-spacing:1px;
  257. margin-top: 10px;}
  258.  
  259.  
  260. /* Audio */
  261. .playerbuttonbg {
  262. position: absolute;
  263. left: 14px;
  264. top: 14px;
  265. width: 30px;
  266. height: 30px;
  267. background-color: #ffffff;
  268. padding: 10px;
  269. opacity: .4;
  270. filter: alpha(opacity=40);
  271. -moz-opacity: 0.4;
  272. -khtml-opacity: 0.4;
  273. transition: opacity .7s ease-in-out;
  274. -moz-transition: opacity .7s ease-in-out;
  275. -webkit-transition: opacity .7s ease-in-out;
  276. }
  277.  
  278. .playerbuttonbg:hover {
  279. opacity: 1;
  280. filter: alpha(opacity=100);
  281. -moz-opacity: 1;
  282. -khtml-opacity: 1;
  283. }
  284.  
  285. .newplayerbutton {
  286. position: relative;
  287. width: 30px;
  288. height: 30px;
  289. overflow: hidden;
  290. }
  291.  
  292. .playerbuttonhug {
  293. position: absolute;
  294. top: -29px;
  295. left: -9px;
  296. }
  297.  
  298. .tumblr_audio_player {
  299. height: 90px;
  300. width: 270px;
  301. -moz-transform: scale(0.60, 0.60);
  302. -webkit-transform: scale(0.60, 0.60);
  303. -o-transform: scale(0.60, 0.60);
  304. -ms-transform: scale(0.60, 0.60);
  305. transform: scale(0.60, 0.60);
  306. -moz-transform-origin: top left;
  307. -webkit-transform-origin: top left;
  308. -o-transform-origin: top left;
  309. -ms-transform-origin: top left;
  310. transform-origin: top left;
  311. }
  312.  
  313. .audioimgwrapper {
  314. position: absolute;
  315. left: 0px;
  316. top: 0px;
  317. overflow: hidden;
  318. width: 79px;
  319. height: 79px;
  320. }
  321.  
  322. .audioimgwrapper img {
  323. width: 100%;
  324. height: auto;
  325. }
  326.  
  327. .trackdetails {
  328. width: auto;
  329. display:inline-block;
  330. margin-left: 90px;
  331. min-height: 85px;
  332. }
  333.  
  334. .audiowrapper {
  335. position: relative;
  336. display:inline-block;
  337. }
  338.  
  339.  
  340.  
  341. /* BLOGNAME */
  342.  
  343. #blogname {
  344. width:148px;
  345. margin-top:120px;
  346. margin-left:5px;
  347. padding:2px;
  348. text-align:left;
  349. background:transparent;
  350. }
  351.  
  352. #blogname a {
  353. font-size:13px;
  354. font-family:calibri;
  355. text-transform:lowercase;
  356. letter-spacing:3px;
  357. color: {color:Blog Name};
  358. -webkit-transition: all 0.6s ease-in-out;
  359. -moz-transition: all 0.6s ease-in-out;
  360. -o-transition: all 0.6s ease-in-out;
  361. transition: all 0.6s ease-in-out;}
  362.  
  363. #blogname a:hover {
  364. color: {color:Blog Name Hover};
  365. -webkit-transition: all 0.6s ease-in-out;
  366. -moz-transition: all 0.6s ease-in-out;
  367. -o-transition: all 0.6s ease-in-out;
  368. transition: all 0.6s ease-in-out;}
  369.  
  370.  
  371.  
  372. /* SIDEBAR */
  373.  
  374. .sidebar {
  375. {block:ifFadePosts}opacity:0.7;{/block:ifFadePosts}
  376. width:360px;
  377. height:100%;
  378. top:0px;
  379. left:0px;
  380. position:fixed;
  381. background-color:{color:Sidebar Background};
  382. background-image: url('{image:Sidebar Background Image}');
  383. border-right:1px solid {color:Borders};
  384. -webkit-transition: all 0.6s ease-in-out;
  385. -moz-transition: all 0.6s ease-in-out;
  386. -o-transition: all 0.6s ease-in-out;
  387. transition: all 0.6s ease-in-out;
  388. }
  389.  
  390. .sidebar:hover {
  391. {block:ifFadePosts}opacity:1;{/block:ifFadePosts}
  392. -webkit-transition: all 0.6s ease-in-out;
  393. -moz-transition: all 0.6s ease-in-out;
  394. -o-transition: all 0.6s ease-in-out;
  395. transition: all 0.6s ease-in-out;
  396. }
  397.  
  398.  
  399. .sidebarimage {
  400. position:fixed;
  401. height:auto;
  402. margin-top:0px;
  403. margin-left:5px;}
  404.  
  405. .sidebarimage img {
  406. width:140px;
  407. background-color:{color:Sidebar Links Background};
  408. padding:5px;
  409. border:1px solid {color:Borders};
  410. }
  411.  
  412.  
  413.  
  414.  
  415. /* DESCRIPTION */
  416.  
  417. .description {
  418. margin-top:2px;
  419. margin-left:160px;
  420. text-align:left;
  421. padding:2px;
  422. width: 196px;
  423. font-family:calibri;
  424. font-size:{text:Description Text Size};
  425. font-weight:normal;
  426. font-style:normal;
  427. letter-spacing:1px;
  428. background:transparent;
  429. color: {color:Description Text Color};}
  430.  
  431.  
  432. /* PAGINATION */
  433.  
  434. #pagination {
  435. margin-top:40px;
  436. margin-left:160px;
  437. text-align:center;
  438. background:transparent;
  439. width:198px;
  440. }
  441.  
  442. #pagination a {
  443. display:inline-block;
  444. width:50px;
  445. margin:4px 10px 4px 10px;
  446. padding:5px;
  447. font-family:calibri;
  448. font-size:11px;
  449. letter-spacing:2px;
  450. text-transform:lowercase;
  451. color: {color:Sidebar Links};
  452. background:transparent;
  453. -webkit-transition: all 0.6s ease-in-out;
  454. -moz-transition: all 0.6s ease-in-out;
  455. -o-transition: all 0.6s ease-in-out;
  456. transition: all 0.6s ease-in-out;}
  457.  
  458. #pagination a:hover {
  459. color: {color:Sidebar Links Hover};
  460. -webkit-transition: all 0.6s ease-in-out;
  461. -moz-transition: all 0.6s ease-in-out;
  462. -o-transition: all 0.6s ease-in-out;
  463. transition: all 0.6s ease-in-out;}
  464.  
  465.  
  466. /* NAVIGATION */
  467.  
  468. #navigation {
  469. width:203px;
  470. margin-left:157px;
  471. margin-top:10px;
  472. border-bottom:1px solid {color:Borders};
  473. text-align:left;
  474. }
  475.  
  476. #navigation a {
  477. display:inline-block;
  478. width:3px;
  479. height:3px;
  480. margin:2px 0px 2px 4px;
  481. padding:5px;
  482. font-family:calibri;
  483. font-size:11px;
  484. letter-spacing:2px;
  485. text-transform:lowercase;
  486. background-color:{color:Sidebar Links Background};
  487. border:1px solid {color:Borders};
  488. -webkit-transition: all 0.6s ease-in-out;
  489. -moz-transition: all 0.6s ease-in-out;
  490. -o-transition: all 0.6s ease-in-out;
  491. transition: all 0.6s ease-in-out;}
  492.  
  493. #navigation a:hover {
  494. background-color:{color:Sidebar Links Hover};
  495. -webkit-transition: all 0.6s ease-in-out;
  496. -moz-transition: all 0.6s ease-in-out;
  497. -o-transition: all 0.6s ease-in-out;
  498. transition: all 0.6s ease-in-out;}
  499.  
  500.  
  501.  
  502. /* CREDIT */
  503.  
  504. #credit {
  505. bottom:10px;
  506. right:5px;
  507. text-align:center;
  508. position: fixed;}
  509.  
  510. #credit a {
  511. padding:4px;
  512. font-size:11px;
  513. letter-spacing:2px;
  514. font-weight:bold;
  515. color: {color:Link};
  516. background-color: {color:Post Background};
  517. -webkit-transition: all 0.6s ease-in-out;
  518. -moz-transition: all 0.6s ease-in-out;
  519. -o-transition: all 0.6s ease-in-out;
  520. transition: all 0.6s ease-in-out;}
  521.  
  522. #credit a:hover {
  523. color: {color:Link Hover};
  524. -webkit-transition: all 0.6s ease-in-out;
  525. -moz-transition: all 0.6s ease-in-out;
  526. -o-transition: all 0.6s ease-in-out;
  527. transition: all 0.6s ease-in-out;}
  528.  
  529.  
  530. #s-m-t-tooltip{
  531. max-width:300px;
  532. margin:5px 20px;
  533. padding:2px 8px;
  534. border:1px solid {color:Borders};
  535. background: {color:Sidebar Links Background};
  536. color: {color:Sidebar Links};
  537. z-index:999999;
  538. font-size:10px;
  539. letter-spacing:2px;
  540. text-transform:lowercase;}
  541.  
  542.  
  543. </style>
  544.  
  545.  
  546. </head>
  547.  
  548. <body>
  549.  
  550. <div id="credit">
  551. <a href="http://superfrown.tumblr.com"> theme </a>
  552. </div>
  553.  
  554. <div class="sidebar">
  555.  
  556. <div id="blogname">
  557. <a href="/">{title}.</a>
  558. </div>
  559.  
  560. <div class="sidebarimage"><a href="/"><img src="{image:Sidebar Image}"></a></div>
  561.  
  562. <div id="navigation">
  563. <a href="/" title="Home"> </a>
  564. <a href="/ask" title="Message"> </a>
  565. {block:IfShowSubmit}<a href="/submit" title="Submit"> </a>{/block:IfShowSubmit}
  566. {block:IfShowLink1}<a href="{text:Link 1 url}" title="{text:Link 1}"> </a>{/block:IfShowLink1}
  567. {block:IfShowLink2}<a href="{text:Link 2 url}" title="{text:Link 2}"> </a>{/block:IfShowLink2}
  568. {block:IfShowLink3}<a href="{text:Link 3 url}" title="{text:Link 3}"> </a>{/block:IfShowLink3}
  569. {block:IfShowLink4}<a href="{text:Link 4 url}" title="{text:Link 4}"> </a>{/block:IfShowLink4}
  570. {block:IfShowLink5}<a href="{text:Link 5 url}" title="{text:Link 5}"> </a>{/block:IfShowLink5}
  571. {block:IfShowLink6}<a href="{text:Link 6 url}" title="{text:Link 6}"> </a>{/block:IfShowLink6}
  572. </div>
  573.  
  574. <div class="description">
  575. {description}
  576. </div>
  577.  
  578.  
  579. <div id="pagination">
  580. {block:PreviousPage}<a href="{PreviousPage}"> « back </a>{/block:PreviousPage}
  581. {block:NextPage}<a href="{NextPage}"> next » </a>{/block:NextPage}
  582. </div>
  583.  
  584.  
  585. </div>
  586.  
  587.  
  588.  
  589.  
  590. <div class="contentwhole">
  591.  
  592. {block:Posts}
  593.  
  594.  
  595.  
  596.  
  597. <div class="content">
  598.  
  599. <div class="title">
  600. {block:Title}
  601. {Title}
  602. {/block:Title}
  603. </div>
  604.  
  605. {block:Text}
  606. {Body}
  607. {/block:Text}
  608.  
  609. {block:Photo}
  610. {LinkOpenTag}{block:if500px}<img src="{PhotoURL-500}">{/block:if500px}
  611. {block:ifnot500px}<img src="{PhotoURL-400}">{/block:ifnot500px}{LinkCloseTag}
  612. {block:Caption}{Caption}{/block:Caption}
  613. {/block:Photo}
  614.  
  615. {block:Photoset}
  616. {block:if500px}{Photoset-500}{/block:if500px}
  617. {block:ifnot500px}{Photoset-400}{/block:ifnot500px}
  618. {block:Caption}{Caption}{/block:Caption}
  619. {/block:Photoset}
  620.  
  621. {block:Quote}
  622. <div id="quote">
  623.  
  624. <center>
  625. "{Quote}"
  626. </center>
  627.  
  628. </div>
  629. {block:Source}
  630. <div id="source">
  631. <center>
  632. - {Source}
  633. </center>
  634. </div>{/block:Source}
  635. {/block:Quote}
  636.  
  637. {block:Link}
  638. <a href="{URL}" target="{Target}" class="title"> {Name} → </a>
  639. {block:Description}{Description}{/block:Description}
  640. {/block:Link}
  641.  
  642. {block:Chat}
  643. {block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>
  644.  
  645. {/block:Lines}
  646. {/block:Chat}
  647.  
  648.  
  649. {block:Audio}
  650. {block:AudioPlayer}
  651. <div class="audiowrapper">
  652. {block:AlbumArt}
  653. <div class="audioimgwrapper"><img src="{AlbumArtURL}"></div>
  654. {/block:AlbumArt}
  655.  
  656. <div class="playerbuttonbg">
  657. <div class="newplayerbutton">
  658. <div class="playerbuttonhug">
  659.  
  660. {AudioPlayerWhite}
  661.  
  662. </div>
  663. </div>
  664. </div>
  665.  
  666. <div class="trackdetails">
  667.  
  668. {block:TrackName}{TrackName}{/block:TrackName}<br/>
  669. {block:Artist} <b>Artist:</b> {Artist}{/block:Artist}<br/>
  670. {block:Album} <b>Album:</b> {Album}{/block:Album}<br/>
  671. <b>Played:</b> {PlayCount} times
  672.  
  673. </div>
  674. </div>
  675. {/block:AudioPlayer}
  676.  
  677. {block:Caption}{Caption}{/block:Caption}
  678. {/block:Audio}
  679.  
  680. {block:Video}
  681. {block:if500px}{Video-500}{/block:if500px}
  682. {block:ifnot500px}{Video-400}{/block:ifnot500px}
  683. {block:Caption}{Caption}{/block:Caption}
  684. {/block:Video}
  685.  
  686. {block:Answer}
  687. <div class="questions"><i><b>{Asker}</b> asked:</i> {Question}
  688. </div>
  689. <div class="reply">{Answer}</div>
  690. {/block:Answer}
  691.  
  692.  
  693.  
  694.  
  695. </div>
  696.  
  697.  
  698. <div class="info">
  699. {block:Date}<a href="{Permalink}">{TimeAgo}</a>{/block:Date}
  700. {block:NoteCount}&nbsp;-&nbsp;<a href="{Permalink}"> {NoteCount} notes</a>{/block:NoteCount}
  701. {block:RebloggedFrom}&nbsp;-&nbsp;<a href="{ReblogParentURL}"> via </a>{/block:RebloggedFrom}
  702. {block:ContentSource}&nbsp;-&nbsp;<a href="{SourceURL}"> source </a>{/block:ContentSource}
  703. </div>
  704.  
  705. <div class="tags">
  706. {block:IfShowTags}{block:HasTags}{block:Tags} #<a href="{TagURL}">{Tag} </a>{/block:Tags}{/block:HasTags}{/block:IfShowTags}
  707. </div>
  708.  
  709.  
  710. <div id="pn">
  711. {block:PostNotes}{PostNotes}{/block:PostNotes}
  712. </div>
  713.  
  714. {/block:Posts}
  715.  
  716.  
  717.  
  718. </div>
  719.  
  720. </body>
  721. </html>
Advertisement
Add Comment
Please, Sign In to add comment