Advertisement
bramrps

THEME 18: GET LUCKY FRIDAY NIGHT

Aug 14th, 2014
641
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 18.42 KB | None | 0 0
  1. <!-- THEME #18 by bramrps -->
  2.  
  3. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  4.  
  5. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  6.  
  7.  
  8. <link href='http://fonts.googleapis.com/css?family=Rochester' rel='stylesheet' type='text/css'>
  9.  
  10. <link href='http://fonts.googleapis.com/css?family=HeadVersusHeart' rel='stylesheet' type='text/css'>
  11.  
  12. <link href='http://fonts.googleapis.com/css?family=Lobster' rel='stylesheet' type='text/css'>
  13.  
  14.  
  15. <head>
  16.  
  17. <title>{Title}</title>
  18. <link rel="shortcut icon" href="{Favicon}">
  19. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  20.  
  21.  
  22. <meta name="font:Body" content="Georgia" />
  23. <meta name="color:Background" content="#fff" />
  24. <meta name="color:Body" content="#000" />
  25. <meta name="color:Entries" content="#fff" />
  26. <meta name="color:Borders" content="#000" />
  27. <meta name="color:Bold" content="#fff" />
  28. <meta name="color:Link" content="#8d8c8d" />
  29. <meta name="color:Link Bg" content="#ffffff" />
  30. <meta name="color:Link Hover" content="#fff" />
  31. <meta name="color:Sidebars" content="#fff" />
  32. <meta name="color:Info Bg" content="#000" />
  33. <meta name="color:Entry titles" content="#000" />
  34. <meta name="color:Entries Border" content="#000" />
  35. <meta name="color:Title Color" content="#000" />
  36. <meta name="color:Subtitle Color" content="#000" />
  37. <meta name="image:Image" content="" />
  38. <meta name="image:Entries Border" content="" />
  39. <meta name="image:Borderbar" content="" />
  40. <meta name="image:Background" content="" />
  41. <meta name="text:Link1" content="link" />
  42. <meta name="text:Link1 URL" content="/" />
  43. <meta name="text:Link2" content="link" />
  44. <meta name="text:Link2 URL" content="/" />
  45. <meta name="text:Link3" content="link" />
  46. <meta name="text:Link3 URL" content="/" />
  47. <meta name="text:Link4" content="link" />
  48. <meta name="text:Link4 URL" content="/" />
  49.  
  50. <meta name="text:title" content="description title" />
  51. <meta name="text:sub" content="this is your subtitle" />
  52. <meta name="text:main" content="your main title" />
  53.  
  54.  
  55. <style type="text/css">
  56.  
  57. body {
  58. background: {color:Background};
  59. background-image: url('{image:Background}');
  60. background-attachment:fixed;
  61. position:absolute;
  62. font-size:12px;
  63. font-family: {font:Body};
  64. color:{color:Body};
  65. }
  66.  
  67. blockquote {
  68. margin-left: 15px;
  69. margin-right:15px;
  70. border-left: 1px solid {color:Borders};
  71. padding-left:5px;
  72. text-align: justify;
  73. }
  74.  
  75.  
  76. b, strong {
  77. color:{color:Bold};
  78. }
  79.  
  80. i, em {
  81. color:{color:Body}
  82. text-shadow: 0px 0px 2px #000;
  83. }
  84.  
  85. a {
  86. text-decoration:none;
  87. outline:normal;
  88. color:{color:Link};
  89. -webkit-transition: all 0.5s ease-in-out;
  90. -moz-transition: all 0.5s ease-in-out;
  91. -o-transition: all 0.5s ease-in-out;
  92. }
  93.  
  94. a:hover {
  95. color:{color:Link Hover};
  96. font-style:italic;
  97. text-transform:lowercase;
  98. -webkit-transition: all 0.5s ease-in-out;
  99. -moz-transition: all 0.5s ease-in-out;
  100. -o-transition: all 0.5s ease-in-out;
  101. }
  102.  
  103. pre {
  104. font-family:georgia;
  105. font-size:8px;
  106. text-transform:Uppercase;
  107. background-color:{color:Background};
  108. padding:2px;
  109. text-align:center;
  110. border-left:1px solid #000;
  111. border-right:1px solid #000;
  112. color:{color:Body};
  113. }
  114.  
  115. h1 {
  116. margin-top:-5px;
  117. margin-bottom:5px;
  118. color:{color:Entry titles};
  119. font-family:'lobster';
  120. font-style:normal;
  121. text-align:center;
  122. text-transform:lowercase;
  123. font-size: 25px;
  124. color: {color:Entry titles};
  125. padding-bottom:0px;
  126. text-shadow: 2px 3px 1px #000;
  127. }
  128.  
  129. h2 {
  130. margin-top:0px;
  131. margin-bottom:5px;
  132. font-family:'lobster';
  133. text-transform:uppercase;
  134. text-align:center;
  135. font-size: 20px;
  136. color:{color:Entry titles};
  137. text-shadow: 1px 2px 1px #000;
  138. }
  139.  
  140. h3 {
  141. margin-top:-5px;
  142. margin-bottom:-5px;
  143. color:{color:Entry titles};
  144. font-family:'lobster';
  145. font-style:normal;
  146. text-align:center;
  147. text-transform:lowercase;
  148. font-size: 25px;
  149. text-shadow: 2px 3px 1px #000;
  150. color: {color:Entry titles};
  151. }
  152.  
  153. h4 {
  154. margin-top:10px;
  155. margin-bottom:-5px;
  156. font-family:'head versus heart';
  157. text-transform:uppercase;
  158. text-align:center;
  159. font-size: 17px;
  160. color:{color:Link};
  161. text-shadow: 1px 2px 1px #000;
  162. }
  163.  
  164. img {
  165. border: 0;
  166. max-width: 100%;}
  167.  
  168. img:hover {
  169. opacity:0.7;
  170. -webkit-transition:all 0.4s ease-in-out;
  171. -moz-transition:all 0.4s ease-in-out;
  172. -o-transition:all 0.4s ease-in-out;
  173. -ms-transition: all 0.4s ease-in-out;
  174. transition:all 0.5s ease-in-out
  175. }
  176.  
  177.  
  178. #toptitle {
  179. text:{text:one};
  180. font-family:'lobster';
  181. font-size:20px;
  182. color:{color:Title Color};
  183. font-style:normal;
  184. text-align:left;
  185. margin-left:10px;
  186. margin-top:5px;
  187. margin-bottom:-15px;
  188. text-shadow: 1px 2px 1px #000;
  189. }
  190.  
  191. #topsub {
  192. text:{text:two};
  193. font-family:'georgia';
  194. font-size:9px;
  195. color:{color:Subtitle Color};
  196. text-align:left;
  197. text-transform:uppercase;
  198. margin-top:5px;
  199. margin-left:15px;
  200. }
  201.  
  202. #topsub2 {
  203. text:{text:two};
  204. font-family:'georgia';
  205. font-size:9px;
  206. color:{color:Subtitle Color};
  207. text-align:center;
  208. text-transform:uppercase;
  209. }
  210.  
  211. #topsub3 {
  212. text:{text:three};
  213. font-family:'georgia';
  214. font-size:9px;
  215. color:{color:Subtitle Color};
  216. text-align:right;
  217. text-transform:uppercase;
  218. margin-right:15px;
  219. }
  220.  
  221. #borderbar1 {
  222. position:fixed;
  223. top:40px;
  224. left:43px;
  225. width:526px;
  226. height:486px;
  227. padding:5px;
  228. background-image:url('{image:Borderbar}');
  229. background-attachment:fixed;
  230. background-color:#fff;
  231. border-color:{color:Borders};
  232. border-style:solid;
  233. border-width:1px
  234. }
  235.  
  236. #titlebar {
  237. position:fixed;
  238. top:283px;
  239. left:354px;
  240. width:220px;
  241. height:60px;
  242. background-color:{color:Sidebars};
  243. border-color:{color:Borders};
  244. border-style:solid;
  245. border-width:1px;
  246. }
  247.  
  248.  
  249. #sidebar {
  250. position:fixed;
  251. top:45px;
  252. left:354px;
  253. width:220px;
  254. height:232px;
  255. background-color:{color:Sidebars};
  256. border-color:{color:Borders};
  257. border-style:solid;
  258. border-width:1px;
  259. }
  260.  
  261.  
  262. #sidebar2 {
  263. position:fixed;
  264. top:349px;
  265. left:354px;
  266. width:220px;
  267. height:180px;
  268. padding-top:2px;
  269. background-color:{color:Sidebars};
  270. border-color:{color:Borders};
  271. border-style:solid;
  272. border-width:1px;
  273. }
  274.  
  275.  
  276.  
  277.  
  278. #image {
  279. z-index:3;
  280. position:fixed;
  281. top:45px;
  282. left:48px;
  283. width:300px;
  284. height:486px;
  285. background-image:url('{image:Image}');
  286. background-attachment:none;
  287. background-size:auto;
  288. background-position:top left;
  289. background-repeat:no-repeat;
  290. float:center;
  291. overflow:hidden;
  292. background-color:#fff;
  293. border-color:{color:Borders};
  294. border-style:solid;
  295. border-width:1px
  296. }
  297.  
  298.  
  299.  
  300. #description {
  301. padding:10px;
  302. color:{color:Description};
  303. font-size:10px;
  304. text-align:justify;
  305. font-family:'georgia';
  306. }
  307.  
  308. #pagination {
  309. font-family:'georgia';
  310. font-size:14px;
  311. display:inline-block;
  312. color:{color:Body};
  313. -webkit-transition: all 0.2s ease-in-out;
  314. -moz-transition: all 0.2s ease-in-out;
  315. -o-transition: all 0.2s ease-in-out;
  316. }
  317.  
  318. #links {
  319. text-align:center;
  320. }
  321.  
  322.  
  323. #links a{
  324. font-family:'georgia';
  325. background-color:{color:Link Bg};
  326. color:#fff;
  327. border-color:{color:Link Bg};
  328. border-style:solid;
  329. border-width:1px;
  330. width:210px;
  331. height:40px;
  332. line-height:40px;
  333. font-size:10px;
  334. text-transform:uppercase;
  335. display:inline-block;
  336. margin-top:2px;
  337. margin-bottom:0px;
  338. padding:0px;
  339. color:{color:Link};
  340. -webkit-transition: all 0.2s ease-in-out;
  341. -moz-transition: all 0.2s ease-in-out;
  342. -o-transition: all 0.2s ease-in-out;
  343. }
  344.  
  345. #links a:hover{
  346. color:{color:Link};
  347. background:{color:Link Hover};
  348. text-shadow: 0px 1px 1px #000;
  349. text-transform:uppercase;
  350. font-size:12px;
  351. letter-spacing:3px;
  352. box-shadow:0px 0px 2px #000;
  353. -webkit-transition: opacity 0.7s linear;opacity: 1;
  354. -webkit-transition: all 0.3s ease-out;
  355. -moz-transition: all 0.3s ease-out;
  356. transition: all 0.3s ease-out;
  357. }
  358.  
  359. .user_1 .label {
  360. color:{color:Link};
  361. font-family:'georgia';
  362. font-size: 10px;
  363. padding: 5px;
  364. text-transform:uppercase;
  365. font-weight:bold
  366. }
  367.  
  368. .user_2 .label {
  369. color:{color:Entry titles};
  370. font-family:'georgia';
  371. font-size: 10px;
  372. padding: 5px;
  373. text-transform:uppercase;
  374. font-weight:bold
  375. }
  376.  
  377. .user_3 .label {
  378. color:{color:Link};
  379. font-family:'georgia';
  380. font-size: 10px;
  381. padding: 5px;
  382. text-transform:uppercase;
  383. font-weight:bold
  384. }
  385.  
  386. .user_4 .label {
  387. color:{color:Entry titles};
  388. font-family:'georgia';
  389. font-size: 10px;
  390. padding: 5px;
  391. text-transform:uppercase;
  392. font-weight:bold
  393. }
  394.  
  395. .user_5 .label {
  396. color:{color:Link};
  397. font-family:'georgia';
  398. font-size: 10px;
  399. padding: 5px;
  400. text-transform:uppercase;
  401. font-weight:bold
  402. }
  403.  
  404. .user_6 .label {
  405. color:{color:Entry titles};
  406. font-family:'georgia';
  407. font-size: 10px;
  408. padding: 5px;
  409. text-transform:uppercase;
  410. font-weight:bold
  411. }
  412.  
  413. .user_7 .label {
  414. color:{color:Link};
  415. font-family:'georgia';
  416. font-size: 10px;
  417. padding: 5px;
  418. text-transform:uppercase;
  419. font-weight:bold
  420. }
  421.  
  422. .user_8 .label {
  423. color:{color:Entry titles};
  424. font-family:'georgia';
  425. font-size: 10px;
  426. padding: 5px;
  427. text-transform:uppercase;
  428. font-weight:bold
  429. }
  430.  
  431. .user_9 .label {
  432. color:{color:Link};
  433. font-family:'georgia';
  434. font-size: 10px;
  435. padding: 5px;
  436. text-transform:uppercase;
  437. font-weight:bold
  438. }
  439.  
  440. .user_10 .label {
  441. color:{color:Entry titles};
  442. font-family:'georgia';
  443. font-size: 10px;
  444. padding: 5px;
  445. text-transform:uppercase;
  446. font-weight:bold
  447. }
  448.  
  449.  
  450. ul.chat, .chat ol, .chat li {
  451. list-style:none;
  452. margin-top:-8px;
  453. margin-bottom:0px;
  454. padding: 3px;
  455. }
  456.  
  457. p {
  458. margin-top:0px;
  459. margin-bottom:4px
  460. }
  461.  
  462. #postbg {
  463. padding:5px;
  464. background-image: url('{image:Borderbar}');
  465. margin-bottom:50px;
  466. overflow: hidden;
  467. border:1px solid {color:Borders};
  468. }
  469.  
  470. #entries {
  471. position:absolute;
  472. margin-left:650px;
  473. margin-top:10px;
  474. font-size:10px;
  475. text-align:justify;
  476.  
  477. }
  478.  
  479. #post {
  480. background-color:{color:Entries};
  481. padding:8px;
  482. padding-top:5px;
  483. padding-bottom:5px;
  484. width:500px;
  485. border-color:{color:Entries border};
  486. border-style:solid;
  487. border-width:1px;
  488. }
  489.  
  490.  
  491. #quotetext {
  492. font-family:'rochester';
  493. font-size:25px;
  494. color:{color:Borders};
  495. font-style:normal;
  496. text-align:justify;
  497. margin-top:5px;
  498. padding:2px;
  499. }
  500.  
  501.  
  502. #asks {
  503. text-align:left;
  504. font-size:10px;
  505. font-family:'georgia';
  506. margin:5px;
  507. padding:5px;
  508. background-color:transparent;
  509. }
  510.  
  511. .asker {
  512. font-family:'head versus heart';
  513. color:{color:Bold};
  514. text-transform:uppercase;
  515. margin-bottom:-8px;
  516. font-size:20px;
  517. letter-spacing:1px;
  518. text-shadow:2px 3px 1px #000;
  519. font-style:normal;
  520.  
  521. }
  522.  
  523. #answers {
  524. margin-left:5px;
  525. margin-top:8px;
  526. margin-bottom:10px;
  527. text-align:justify;
  528. }
  529.  
  530. #audio {
  531. border-radius:100%;
  532. width:100%;
  533. height:100px;
  534. margin-bottom:5px
  535. }
  536.  
  537. .albumart {
  538. border-radius:10px;
  539. margin-top:15px;
  540. margin-left:15px;
  541. float:left;
  542. width:71px;
  543. height:71px
  544. }
  545.  
  546. .player {
  547. border-radius:10px;
  548. margin-left:15px;
  549. margin-top:15px;
  550. display:block;
  551. height:50px;
  552. width:50px;
  553. padding:11px;
  554. overflow:hidden;
  555. position:absolute;
  556. opacity:0.3;
  557. background:#fff;
  558. -webkit-transition:all 0.4s ease-in-out;
  559. -moz-transition:all 0.4s ease-in-out;
  560. -o-transition:all 0.4s ease-in-out;
  561. -ms-transition: all 0.4s ease-in-out;
  562. transition:all 0.5s ease-in-out
  563. }
  564.  
  565. .player:hover {
  566. opacity:0.9;
  567. -webkit-transition:all 0.4s ease-in-out;
  568. -moz-transition:all 0.4s ease-in-out;
  569. -o-transition:all 0.4s ease-in-out;
  570. -ms-transition: all 0.4s ease-in-out;
  571. transition:all 0.5s ease-in-out}
  572.  
  573. .audioplayer {
  574. width:24px;
  575. height:24px;
  576. margin-top:12px;
  577. margin-left:12px;
  578. overflow:hidden
  579.  
  580. }
  581.  
  582. .audioinfo {
  583. font-size:10px;
  584. font-family:georgia;
  585. color:{color:text};
  586. text-align:left;
  587. padding-top:14px;
  588. margin-left:90px;
  589. }
  590.  
  591. .audiotitle {
  592. color:{color:Entry titles};
  593. margin-bottom:-12px;
  594. text-transform: lowercase;
  595. font-size: 20px;
  596. font-family:'lobster';
  597. font-weight:bold;
  598. text-shadow: 1px 2px 1px #000;
  599. }
  600.  
  601. #info {
  602. font-family:'georgia';
  603. font-size:9px;
  604. text-align: center;
  605. margin-bottom: -7px;
  606. margin-top: 5px;
  607. padding: 2px;
  608. padding-top: 2px;
  609. color:{color:Entries border};
  610. text-transform:uppercase;
  611. background-color:transparent;
  612. border-top:1px solid;
  613. }
  614.  
  615. #info2 {
  616. font-family:'calibri';
  617. text-align: center;
  618. margin-bottom: -4px;
  619. padding: 2px;
  620. padding-top: 2px;
  621. color:{color:Body};
  622. text-transform:uppercase;
  623. font-style:normal;
  624. background-color:transparent;
  625. }
  626.  
  627. #credit a{
  628. position:fixed;
  629. right:3px;
  630. bottom:3px;
  631. padding:4px;
  632. background:white;
  633. font-size:11px;
  634. color:black;
  635. -moz-transition-duration:1s;
  636. -webkit-transition-duration:1s;
  637. -o-transition-duration:1s;
  638. }
  639.  
  640. #credit a:hover {
  641. opacity:1;
  642. color:white;
  643. background:black;
  644. -moz-transition-duration:1s;
  645. -webkit-transition-duration:1s;
  646. -o-transition-duration:1s;
  647. }
  648.  
  649.  
  650. </style>
  651. <style type="text/css">{CustomCSS}</style>
  652. </head>
  653.  
  654. <body>
  655.  
  656.  
  657. <div id="borderbar1"></div>
  658.  
  659. <div id="image">
  660.  
  661. </div>
  662.  
  663. <div id="sidebar">
  664. <div id="toptitle">{text:title} ➝</div>
  665.  
  666. <div id="description">
  667. {block:Description}
  668. {Description}{/block:Description}
  669. <center>
  670. <div id="pagination">{block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">⇐</a>{/block:PreviousPage} <i>{CurrentPage} out of {TotalPages} </i>{block:NextPage}<a href="{NextPage}">⇒</a>{/block:NextPage}{/block:Pagination}</div> </center>
  671. </div></div>
  672.  
  673. <div id="sidebar2">
  674. <div id="links">
  675. <a href="{text:Link1 URL}">{text:Link1}</a><br>
  676. <a href="{text:Link2 URL}">{text:Link2}</a><br>
  677. <a href="{text:Link3 URL}">{text:Link3}</a><br>
  678. <a href="{text:Link4 URL}">{text:Link4}</a>
  679. </div>
  680.  
  681. <div id="titlebar"><div style="font-family:'lobster'; font-size:30px; text-transform:normal; text-shadow: 1px 2px 1px #000; text-align:center; padding-top:3px; color:{color:Title Color};">{text:main}</div>
  682.  
  683. <div id="topsub2"><div style="margin-top:-3px; text-transform:uppercase;">{text:sub}</div></div>
  684.  
  685. </div>
  686.  
  687. </div>
  688.  
  689. </div>
  690.  
  691.  
  692.  
  693.  
  694. <div id="entries">
  695.  
  696. {block:Posts}
  697.  
  698. <div id="postbg">
  699. <div id="post">
  700.  
  701.  
  702. {block:Text}<h1>{title}</h1>{Body}{/block:Text}
  703.  
  704. {block:Quote}<div id="quotetext">“{Quote}” </div>
  705. <div style="font-family:georgia; font-size:12px; text-align:right; padding-bottom:2px;">— {Source}</div>{/block:Quote}
  706.  
  707. {block:Link}<a href="{URL}" class="link" {Target}> <h2>➝ {Name}</h2></a>
  708. {block:Description}<p>{Description}</p>{/block:Description}{/block:Link}
  709.  
  710. {block:Photo}<div style="padding-top:2px;"><center>{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"/>{LinkCloseTag}</center>{block:Caption}{Caption}{/block:Caption}</div>{/block:Photo}
  711. {block:Photoset}<div style="padding-top:2px;"><center>{Photoset-500}</center>{block:Caption}{Caption}{/block:Caption}</div>{/block:Photoset}
  712.  
  713. {block:Chat}{block:Title}<h3>{Title}</h3>{/block:Title}<div style="padding:10px;">{block:Label}<span class="label">{Label}</span>{/block:Label}{Line}</li>{/block:Lines}</ul></div>{/block:Chat}
  714.  
  715. <ul class="chat">{block:Lines}<li class="user_{UserNumber}">{block:Label}<span class="label">{Label}</span>{/block:Label}&nbsp;{Line}<br></li>{/block:Lines}</ul>
  716.  
  717. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  718.  
  719.  
  720.  
  721.  
  722. {block:Audio}
  723. <div id="audio">
  724. <div class="player"><div class="audioplayer">{AudioPlayerWhite}</div></div>
  725. <div class="albumart">{block:AlbumArt}<img src="{AlbumArtURL}" width="100" style="border-radius: 10px">{/block:AlbumArt}</div>
  726. <div class="audioinfo">
  727. <div class="audiotitle">{block:TrackName}{TrackName} ➝{/block:TrackName}</div><br>
  728. {block:Artist}⋆ <b>Artist:</b> {Artist}{/block:Artist} {block:Album}<br>
  729. ⋆ <b>Album:</b> {Album}{/block:Album}<br>
  730. ⋆ <b>Played:</b> {FormattedPlayCount} times</div></div>
  731. {block:Caption}{Caption}{/block:Caption}
  732. {/block:Audio}
  733.  
  734. {block:Answer}
  735. <img src="{AskerPortraitURL-64}" style="height:50px; width:50px; float:left; padding:2px; padding-top:5px; border-radius:100%;"><div id="asks"><div style="font-family:'head versus heart'; text-transform:uppercase; font-size:17px; text-align:left; padding-left:5px; padding-right:5px; padding-bottom:2px;"><b>{Asker}</b> wondered »»</div><p></p>
  736. <div style="margin-left:10px; text-align:justify;"><i>{Question}</i></div></div>
  737. <div id="answers">{Answer}</div>{/block:Answer}
  738.  
  739. <div id="info">{block:Date}<b><a href="{Permalink}">{TimeAgo}</a></b>{/block:Date}
  740. {block:NoteCount}with <i>{NoteCountWithLabel}</i>{/block:NoteCount}{/block:NoteCount}{block:RebloggedFrom} via (<b><a href="{ReblogParentURL}"><a href="{ReblogParentURL}"><a href="{ReblogParentURL}">{ReblogParentName}</a></b>){/block:RebloggedFrom}
  741. {block:ContentSource} <a href="{SourceURL}">source</a>{block:ContentSource}{/block:RebloggedFrom}<br></div>
  742. <div id="info2">tagged as: {block:HasTags}{block:Tags}<a href="{TagURL}">⋆{Tag}</a> {/block:Tags}{/block:HasTags}
  743. </div>
  744.  
  745. </div></div>
  746. {block:PostNotes}<div style="padding-left:20px;">{PostNotes}</div>{/block:PostNotes}
  747. {/block:Posts}
  748.  
  749.  
  750. </div></div>
  751.  
  752. </div>
  753.  
  754.  
  755.  
  756. <div id="credit"><a href="http://bramrps.tumblr.com">⋆</a></div>
  757. </body>
  758. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement