Advertisement
lexaofrp

THEME O8: CASSIDY

Sep 15th, 2014
569
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 19.73 KB | None | 0 0
  1. <!DOCTYPE html>
  2.  
  3.  
  4.  
  5.  
  6. <head><title>{Title}</title>
  7.  
  8. <link rel="shortcut icon" href="{Favicon}">
  9. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  10. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  11.  
  12. <!------Theme 8: CASSIDY by lexaofrp------->
  13.  
  14. <meta name="image:Background" content="">
  15. <meta name="image:Sidebar" content="">
  16. <meta name="image:Tab" content="">
  17. <meta name="image:AskBG" content="">
  18.  
  19. <meta name="color:Background" content=""/>
  20. <meta name="color:PostBG" content="#000000"/>
  21. <meta name="color:Text" content=""/>
  22. <meta name="color:SBLinks" content="#c0c0c0" />
  23. <meta name="color:SBLinksBG" content="#000000"/>
  24. <meta name="color:Border" content=""/>
  25. <meta name="color:Post Links" content=""/>
  26. <meta name="color:Hover" content=""/>
  27. <meta name="color:Scrollbar" content=""/>
  28. <meta name="color:ScrollbarBg" content=""/>
  29. <meta name="color:InfoBG" content=""/>
  30. <meta name="color:DescBG" content=""/>
  31.  
  32. <meta name="text:Home URL" content="/">
  33. <meta name="text:Home" content="Home">
  34. <meta name="text:Ask URL" content="/">
  35. <meta name="text:Ask" content="Ask">
  36. <meta name="text:Link 1 URL" content="/">
  37. <meta name="text:Link 1" content="Link 1">
  38. <meta name="text:Link 2 URL" content="/">
  39. <meta name="text:Link 2" content="Link 2">
  40. <meta name="text:Title" content=""/>
  41. <meta name="text:Textbox" content=""/>
  42. <meta name="text:Title2" content=""/>
  43. <meta name="text:Textbox2" content=""/>
  44.  
  45.  
  46. <style type="text/css">
  47.  
  48. blockquote {
  49. font-size:10px;
  50. font-family:'courier new';
  51. max-width:500px;
  52. border:2px solid{color:Background};
  53. padding:10px;
  54. color:{color:Background};
  55. background-color:{color:DescBG};}
  56.  
  57. code {
  58. font-size:9px;
  59. font-family:'Courier New';
  60. color:{color:text};
  61. text-transform:uppercase;}
  62.  
  63. pre {
  64. font-family:'Courier New';
  65. text-align:center;
  66. font-size:10px;
  67. max-width:500px;
  68. padding:10px ;
  69. color:{color:SBLinksBG};
  70. background-color: {color:SBLinks};}
  71. h1{
  72. font-family:'courier new';
  73. font-size:15px;
  74. text-align:center;
  75. text-transform:uppercase;
  76. background-color:{color:infobg};
  77. color:{color:postBG};
  78. border-top:5px solid {color:PostBG};
  79. padding-top:8px;
  80. padding-bottom:5px;}
  81.  
  82. /*GENERAL*/
  83.  
  84. body {
  85. font-family:courier;
  86. font-size:10px;
  87. background-image:url('{image:background}');
  88. background-attachment:fixed;
  89. color:{color:background};
  90. background-color:{color:background}; }
  91.  
  92. a {
  93. color:{color:Background};
  94. text-decoration:none;
  95. -webkit-transition:all 0.5s ease-in-out;
  96. -moz-transition:all 0.5s ease-in-out;
  97. -o-transition:all 0.5s ease-in-out;
  98. transition:all 0.5s ease-in-out;}
  99.  
  100. a:hover {
  101. color:{color:Hover};
  102. text-decoration:underline;
  103. -webkit-transition:all 0.5s ease-in-out;
  104. -moz-transition:all 0.5s ease-in-out;
  105. -o-transition:all 0.5s ease-in-out;
  106. transition:all 0.5s ease-in-out;}
  107.  
  108.  
  109. /*END GENERAL*/
  110.  
  111. /*SIDEBAR*/
  112.  
  113.  
  114. .description {
  115. position:fixed;
  116. overflow:auto;
  117. height:100px;
  118. width:400px;
  119. margin-left:90px;
  120. margin-top:605px;
  121. padding:10px;
  122. opacity:1;
  123. text-align:center;
  124. font-family:'courier new';
  125. font-size:10px;
  126. background-color:{color:DescBG};
  127. color:{color:text};
  128. z-index:9999999;
  129. -webkit-transition:all 0.5s ease-in-out;
  130. -moz-transition:all 0.5s ease-in-out;
  131. -o-transition:all 0.5s ease-in-out;
  132. transition:all 0.5s ease-in-out;
  133.  
  134. }
  135.  
  136. .sidebar {
  137. position:fixed;
  138. width:400px;
  139. height:500px;
  140. margin-left:90px;
  141. margin-top:65px;
  142. text-align:center;
  143. padding:10px;
  144. color:{color:text};
  145. background-color:{color:Border};
  146. z-index:99999999999999999;
  147. opacity:1;
  148. -webkit-transition:all 0.9s ease-in-out;
  149. -moz-transition:all 0.9s ease-in-out;
  150. -o-transition:all 0.9s ease-in-out;
  151. transition:all 0.9s ease-in-out;
  152. }
  153. .sidebarimg {
  154. position:fixed;
  155. margin-top:-10px;
  156. margin-left:-10px;
  157. z-index:99999999999999999;
  158. }
  159.  
  160. .sidebarimg img {
  161. width:400px;
  162. height:500px;
  163. padding:10px;
  164. }
  165.  
  166. .title {
  167. position:fixed;
  168. display:block;
  169. text-align:center;
  170. padding:10px;
  171. width:400px;
  172. margin-top:572px;
  173. margin-left:90px;
  174. font-family:'courier new';
  175. font-style:normal;
  176. font-weight:normal;
  177. text-transform:uppercase;
  178. font-size:12px;
  179. z-index:999999999;
  180. background-color:{color:border};
  181. color:{color:SBLinksBG};}
  182.  
  183. .links {
  184. position:fixed;
  185. width:205px;
  186. height:500px;
  187. margin-left:90px;
  188. margin-top:35px;
  189. text-align:center;
  190. border-top: solid 30px;
  191. -webkit-border-image:url('{image:tab}') 30;
  192. -o-border-image:url('{image:tab}') 30;
  193. -moz-border-image:url('{image:tab}')30 ;
  194. border-image:url('{image:tab}') 30;
  195. border-right:none;
  196. border-bottom:none;
  197. z-index:99999;
  198. -webkit-transition:all .9s ease-in-out ;
  199. -moz-transition:all .9s ease-in-out ;
  200. -o-transition:all .9s ease-in-out ;
  201. transition:all .9s ease-in-out ;
  202. }
  203.  
  204. .links a {
  205. display:inline-block;
  206. position:center;
  207. margin-left:5px;
  208. margin-right:5px;
  209. margin-top:10px;
  210. margin-bottom:0px;
  211. padding:5px;
  212. width:58px;
  213. font-family:'courier new';
  214. font-style:normal;
  215. font-weight:normal;
  216. text-decoration:none;
  217. text-transform:uppercase;
  218. font-size:10px;
  219. color:{color:SBLinks};
  220. background-color:{color:SBLinksBG};
  221. border:2px solid {color:infobg};
  222. -webkit-transition:all 0.5s ease-in-out;
  223. -moz-transition:all 0.5s ease-in-out;
  224. -o-transition:all 0.5s ease-in-out;
  225. transition:all 0.5s ease-in-out;}
  226.  
  227. .links a:hover {
  228. text-decoration:none;
  229. color:{color:Hover};
  230. -webkit-transition:all 0.5s ease-in-out;
  231. -moz-transition:all 0.5s ease-in-out;
  232. -o-transition:all 0.5s ease-in-out;
  233. transition:all 0.5s ease-in-out;}
  234.  
  235. .links:hover{
  236. margin-top:-45px;
  237. }
  238.  
  239. .description h1, .box h1, .box2 h1 {
  240. text-transform:lowercase;
  241. text-align:center;
  242. font-weight:bold;
  243. text-decoration:overline underline;
  244. font-style:italic;
  245. padding-top:5px;
  246. padding-bottom:5px;
  247. color:{color:Border};
  248. border-top: 2px solid {color:Border};
  249. border-bottom:2px solid {color:Border};
  250. letter-spacing:0pt;
  251. word-spacing:4pt;
  252. font-size:12px;
  253. text-align:center;
  254. font-family:georgia, serif;
  255. line-height:1;
  256. background-color:{color:infobg};
  257.  
  258. }
  259.  
  260. .pagination {
  261. display:block;
  262. position:fixed;
  263. margin-top:35px;
  264. margin-left:301px;
  265. width:209px;
  266. height:23px;
  267. background-color:{color:postbg};
  268. padding-top:7px;
  269. z-index:999999999999999999999999999999999999999999999999999999999999999;
  270. text-align:center;}
  271.  
  272. .pagination a {
  273. display:inline-block;
  274. font-family:'courier new';
  275. font-weight:normal;
  276. text-decoration:none;
  277. text-transform:uppercase;
  278. font-size:12px;
  279. color:{color:border};
  280. -webkit-transition:all 0.5s ease-in-out;
  281. -moz-transition:all 0.5s ease-in-out;
  282. -o-transition:all 0.5s ease-in-out;
  283. transition:all 0.5s ease-in-out;
  284. z-index:99999999999999999999999999999999999999999999999999999999999999;
  285. }
  286.  
  287. .pagination a:hover{
  288. text-decoration:none;
  289. color:{color:hover};
  290. -webkit-transition:all 0.5s ease-in-out;
  291. -moz-transition:all 0.5s ease-in-out;
  292. -o-transition:all 0.5s ease-in-out;
  293. transition:all 0.5s ease-in-out;}
  294.  
  295. .box {
  296. position:fixed;
  297. margin-left:525px;
  298. margin-top:160px;
  299. width:150px;
  300. height:7px;
  301. padding:5px;
  302. color:rgba(0,0,0,0);
  303. background-color:rgba(0,0,0,0);
  304. border-top:7px solid {color:Border};
  305. transform-origin:top;
  306. transition-duration: 0.9s;
  307. -webkit-transform-origin:top;
  308. -webkit-transition-duration: 0.9s;
  309. -moz-transform-origin: top;
  310. -moz-transition-duration: 0.9s;
  311. -o-transform-origin: top;
  312. -o-transition-duration: 0.9s;
  313. transform-origin: top;
  314. transition-duration: 0.9s;}
  315.  
  316. .box:hover{
  317. width:150px;
  318. border-top:7px solid {color:Border};
  319. color:{color:text};
  320. height:150px;
  321. padding:5px;
  322. text-align:justify;
  323. background-color:{color:DescBG};}
  324.  
  325. .box2 {
  326. position:fixed;
  327. margin-left:525px;
  328. margin-top:320px;
  329. width:150px;
  330. height:7px;
  331. padding:5px;
  332. color:rgba(0,0,0,0);
  333. background-color:rgba(0,0,0,0);
  334. border-top:7px solid {color:Border};
  335. transform-origin:top;
  336. transition-duration: 0.9s;
  337. -webkit-transform-origin:top;
  338. -webkit-transition-duration: 0.9s;
  339. -moz-transform-origin: top;
  340. -moz-transition-duration: 0.9s;
  341. -o-transform-origin: top;
  342. -o-transition-duration: 0.9s;
  343. transform-origin: top;
  344. transition-duration: 0.9s;}
  345.  
  346. .box2:hover{
  347. width:150px;
  348. border-top:7px solid {color:Border};
  349. color:{color:text};
  350. height:150px;
  351. padding:5px;
  352. text-align:justify;
  353. background-color:{color:DescBG};
  354. }
  355.  
  356. /*END SIDEBAR*/
  357.  
  358. /*POSTS*/
  359.  
  360. .posts {
  361. width:520px;
  362. margin-left:700px;
  363. margin-top:70px;
  364. color:{color:text};}
  365.  
  366. .entries {
  367. width:500px;
  368. padding:10px;
  369. padding-bottom:10px;
  370. color:{color:text};
  371. border:5px solid {color:border};
  372. border-bottom:none;
  373. background-color:{color:postbg};}
  374.  
  375. .info {
  376. display:block;
  377. padding:10px;
  378. font-family:'courier new';
  379. font-style:italic;
  380. color:{color:Post links};
  381. background-color:{color:InfoBG};
  382. margin-top:0px;
  383. margin-bottom:30px;
  384. margin-left:0px;
  385. border:5px solid {color:border};
  386. border-top:none;
  387. width:500px;}
  388.  
  389. .info a {
  390. color:{color:Post Links};
  391. -webkit-transition:all 0.5s ease-in-out;
  392. -moz-transition:all 0.5s ease-in-out;
  393. -o-transition:all 0.5s ease-in-out;
  394. transition:all 0.5s ease-in-out;}
  395.  
  396. .info a:hover {
  397. color:{color:hover};
  398. -webkit-transition:all 0.5s ease-in-out;
  399. -moz-transition:all 0.5s ease-in-out;
  400. -o-transition:all 0.5s ease-in-out;
  401. transition:all 0.5s ease-in-out;}
  402.  
  403. .tags a {
  404. display:inline-block;
  405. margin-right:5px;
  406. background-color:{color:InfoBG};
  407. color:{color:Post Links};}
  408.  
  409. .post_title {
  410. display:block;
  411. padding:5px;
  412. text-align:center;
  413. font-size:15px;
  414. font-family:'courier new';
  415. text-transform:uppercase;
  416. font-style:italic;}
  417.  
  418. .text {
  419. display:block;
  420. padding:5px;
  421. text-align:justify;
  422. color:{color:Text};
  423. }
  424.  
  425. .photo img {
  426. display:block;
  427. margin-bottom:5px; }
  428.  
  429. .quote {
  430. display:block;
  431. padding:10px;
  432. text-align:center;
  433. font-size:20px;
  434. font-family:'cambria';
  435. font-style:italic;
  436. border-top:5px solid {color:scrollbar};
  437. color:{color:postbg};
  438. background-color:{color:InfoBG};}
  439.  
  440. .source {
  441. display:block;
  442. padding:5px;
  443. text-align:right;
  444. font-size:9px;}
  445.  
  446. .chat li {
  447. display:block;
  448. padding:5px;
  449. color:{color:text};}
  450.  
  451. .audioimg img {
  452. width:100px;
  453. height:100px;
  454. color:{color:text};
  455. font-family:'courier new';
  456. text-align:center;
  457. text-transform:uppercase;}
  458.  
  459. .audioinfo {
  460. color:{color:Text};}
  461.  
  462. .question {
  463. display:block;
  464. margin-top:12px;
  465. text-align:center;
  466. text-transform:Uppercase;
  467. font-size:12px;
  468. font-family:'times new roman'';
  469. font-style:normal;
  470. min-height:40px;
  471. width:500px;
  472. color:{color:PostBG};
  473. background-color:{color:infoBG};
  474. line-height:25px;}
  475.  
  476. .question img {
  477. background-color:{color:PostBG};
  478. margin-right:5px;
  479. margin-bottom:-10px;
  480. color:{color:PostBG};}
  481.  
  482. .asker{
  483. color:{color:SBLinksBG};
  484. font-family:'times new roman';
  485. font-size:15px;
  486. display:block;
  487. text-transform:uppercase;
  488. text-align:center;
  489. height:10px;
  490. padding-top:13px;
  491. margin-top:-12px;
  492. margin-bottom:-22px;
  493. background-image:url('{image:AskBG}');
  494. background-color:{color:infoBg};
  495. padding-bottom:30px;
  496. letter-spacing:2px;
  497. z-index:99999;
  498. }
  499. /*END POSTS*/
  500.  
  501. /*SCROLLBAR*/
  502.  
  503. ::-webkit-scrollbar {
  504. height:7px;
  505. width:7px;
  506. background-color:{color:scrollbarBG};}
  507.  
  508. ::-webkit-scrollbar-thumb {
  509. height:auto;
  510. background-color:{color:scrollbar};}
  511.  
  512. :-moz-scrollbar {
  513. height:7px;
  514. width:7px;
  515. background-color:{color:scrollbarBG};}
  516.  
  517. :-moz-scrollbar-thumb {
  518. height:auto;
  519. background-color:{color:scrollbar};}
  520.  
  521. :-o-scrollbar {
  522. height:7px;
  523. width:7px;
  524. background-color:{color:scrollbarBG};}
  525.  
  526. :-o-scrollbar-thumb {
  527. height:auto;
  528. background-color:{color:scrollbar};}
  529.  
  530. :scrollbar {
  531. height:7px;
  532. width:7px;
  533. background-color:{color:scrollbarBG};}
  534.  
  535. :scrollbar-thumb {
  536. height:auto;
  537. background-color:{color:scrollbar};}
  538.  
  539.  
  540. .notes {
  541. font-family:'courier new';
  542. text-align:center;
  543. text-transform:uppercase;
  544. font-size:8px;
  545. width:520px;
  546. margin-left:665px;
  547. margin-top:20px;
  548. background-color:rgba(0,0,0,0);
  549. }
  550.  
  551. .notes li{
  552. list-style-type:none;
  553. background-color:rgba(0,0,0,0);
  554. padding:5px;
  555. }
  556.  
  557. .notes img {
  558. opacity:0;
  559. display:none;
  560. }
  561.  
  562.  
  563. #credit {
  564. position:fixed;
  565. font-family:'courier new';
  566. color:{color:Border};
  567. text-transform:uppercase;
  568. font-size:20px;
  569. background-color:{color:borders};
  570. width:20px;
  571. height:20px;
  572. right:10px;
  573. bottom:10px;
  574. padding-right:10px;
  575. padding-left:10px;
  576. padding-bottom:10px;
  577. border-radius:20px;
  578. opacity:1;
  579. border:2px solid {color:postbg};
  580. }
  581.  
  582. /*END SCROLLBAR*/
  583. </style>
  584.  
  585. </head>
  586.  
  587. <body>
  588. <!--SIDEBAR-->
  589. </ul>
  590. <div class="box"><h1>{text:title}</h1>
  591. {text:textbox}</div><br><br></div>
  592. <div class="box2"><h1>{text:title2}</h1>
  593. {text:textbox2}</div><br><br></div>
  594.  
  595. <div class="sidebar">
  596.  
  597. <div class="sidebarimg">
  598. <img src="{image:sidebar}"/>
  599.  
  600. </div></div>
  601. <div class="links">
  602. {block:ifHome}<a href="{text:Home URL}">{text:Home}</a>{/block:ifHome}
  603. {block:ifAsk}<a href="{text:Ask URL}">{text:Ask}</a>{/block:ifAsk}
  604. {block:ifLink1}<a href="{text:Link 1 URL}">{text:Link 1}</a>{/block:ifLink1}
  605. {block:ifLink2}<a href="{text:Link 2 URL}">{text:Link 2}</a>{/block:ifLink2}
  606.  
  607. </div>
  608.  
  609. {block:Pagination}
  610. <div class="pagination">
  611. {block:PreviousPage}
  612. <a href="{PreviousPage}">← sink</a>
  613. {/block:PreviousPage}
  614.  
  615. {block:NextPage}
  616. <a href="{NextPage}">float →</a>
  617. {/block:NextPage}
  618. </div>
  619. {/block:Pagination}
  620.  
  621. </div>
  622. <div class="title">{Title}</div></div></div>
  623.  
  624. <!--END SIDEBAR-->
  625. <div class="description">
  626. {Description}
  627. </div></div>
  628. <!--POSTS-->
  629.  
  630. <div class="posts">
  631.  
  632. {block:Posts}
  633.  
  634. <div class="entries">
  635.  
  636. <!--TEXT POSTS-->
  637.  
  638. {block:Text}
  639.  
  640. {block:Title}<div class="post_title">{Title}</div>{/block:Title}
  641. <div class="text">{Body}</div>
  642.  
  643. {/block:Text}
  644.  
  645. <!--END TEXT POSTS-->
  646.  
  647. <!--PHOTO POSTS-->
  648.  
  649. {block:Photo}
  650.  
  651. <div class="photo"><center><img src="{PhotoURL-500}"/></center></div>
  652. <div class="text">{Caption}</div>
  653.  
  654. {/block:Photo}
  655.  
  656. <!--END PHOTO POSTS-->
  657.  
  658. <!--PHOTOSET POSTS-->
  659.  
  660. {block:Photoset}
  661.  
  662. <center><div class="photo">{Photoset-500}</div></center>
  663. <div class="text">{Caption}</div>
  664.  
  665. {/block:Photoset}
  666.  
  667. <!--END PHOTOSET POSTS-->
  668.  
  669. <!--QUOTE POSTS-->
  670.  
  671. {block:Quote}
  672.  
  673. <div class="quote">"{Quote}"</div>
  674. <div class="source">{Source}</div>
  675.  
  676. {/block:Quote}
  677.  
  678. <!--END QUOTE POSTS-->
  679.  
  680. <!--LINK POSTS-->
  681.  
  682. {block:Link}
  683.  
  684. <div class="post_title"><a href="{URL}">{Name} &rarr;</a></div>
  685. {block:Description}<div class="text">{Description}</div>{/block:Description}
  686.  
  687. {/block:Link}
  688.  
  689. <!--END LINK POSTS-->
  690.  
  691. <!--CHAT POSTS-->
  692.  
  693. {block:Chat}
  694.  
  695. {block:Title}<div class="post_title">{Title}</div>{/block:Title}
  696. <div class="chat">
  697. <ul>
  698. {block:Lines}<li class="{Alt}">{block:Label}<b>{Label}</b> {/block:Label}{Line}</li>{/block:Lines}
  699. </ul>
  700. </div>
  701.  
  702. {/block:Chat}
  703.  
  704. <!--END CHAT POSTS-->
  705.  
  706. <!--AUDIO POSTS-->
  707.  
  708. {block:Audio}
  709.  
  710. <table>
  711. <tr>
  712. <td>
  713. {block:AlbumArt}<div class="audioimg"><img src="{AlbumArtURL}"/></div>{/block:AlbumArt}
  714. </td>
  715. <td>
  716. <div class="audioplayer">{AudioPlayerBlack}</div>
  717. <div class="audioinfo">{block:Artist}<b>Name</b>: {Artist}{/block:Artist}<br>
  718. {block:Album}<b>Album</b>: {Album}{/block:Album}<br>
  719. {block:TrackName}<b>Track</b>: {TrackName}{/block:TrackName}</div>
  720. </td>
  721. </tr>
  722. </table>
  723. {block:Caption}<div class="text">{Caption}</div>{/block:Caption}
  724.  
  725. {/block:Audio}
  726.  
  727. <!--END AUDIO POSTS-->
  728.  
  729. <!--VIDEO POSTS-->
  730.  
  731. {block:Video}
  732.  
  733. <center><div class="photo">{VideoEmbed-500}</div></center>
  734. <div class="text">{Caption}</div>
  735.  
  736. {/block:Video}
  737.  
  738. <!--END VIDEO POSTS-->
  739.  
  740. <!--ANSWER POSTS-->
  741.  
  742. {block:Answer}<div id="answer">
  743. <div class="question">
  744. <div class="asker">{Asker}</div><br/><div class="q">{Question}</div></div>
  745. {block:Answerer}<br/><br/><div class="question"><div class="asker">{Answerer}</div><br/><div class="q">{Answer}</div></div>{/block:Answerer}{Replies}</div>{/block:Answer}
  746.  
  747. <!--END ANSWER POSTS-->
  748. </div>
  749. <div class="info">
  750. <a>{Month} {DayOfMonth}, {Year} {12Hour}:{Minutes}{CapitalAmPm} | {TimeAgo}</a>
  751. posted on <a href="{Permalink}">{block:Date}{ShortMonth} {DayOfMonthWithZero}{/block:Date}</a> with {NoteCountWithLabel}{block:RebloggedFrom} - <a href="{ReblogParentURL}">via</a> - <a href="{ReblogRootURL}">source</a>{/block:RebloggedFrom}<br>
  752. {block:HasTags}
  753. <div class="tags">tagged as: {block:Tags}<a href="{TagURL}">#{Tag}</a>{/block:Tags}</div>
  754. {/block:HasTags}
  755. </div>
  756.  
  757. {/block:Posts}
  758.  
  759. </div>
  760. {/block:PermalinkPage}
  761. </div>{/block:Posts}
  762. {block:PostNotes}<div id="notes">{PostNotes}</div>{/block:PostNotes}
  763. {/block:Posts}</div></div></div></div>
  764.  
  765. </div>
  766. </div>
  767. <div id="credit">
  768. <a href="http://lexaofrp.tumblr.com" title="lexaofrp">☂</a>
  769. </div>
  770. </div>
  771. </div>
  772. <!--END POSTS-->
  773.  
  774. </body>
  775.  
  776. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement