Advertisement
teenageblog

Damon Theme

Sep 22nd, 2013
8,188
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 16.82 KB | None | 0 0
  1. <!-----------------------------------------
  2. ╭━━━┳╮╱╱╱╱╱╱╱╱╱╱╭╮╱╭━━━━┳╮
  3. ┃╭━╮┃┃╱╱╱╱╱╱╱╱╱╱┃┃╱┃╭╮╭╮┃┃
  4. ┃┃╱╰┫╰━┳━━┳━╮╭━━┫┃╱╰╯┃┃╰┫╰━┳━━┳╮╭┳━━┳━━╮
  5. ┃┃╱╭┫╭╮┃╭╮┃╭╮┫┃━┫┃╱╱╱┃┃╱┃╭╮┃┃━┫╰╯┃┃━┫━━┫
  6. ┃╰━╯┃┃┃┃╭╮┃┃┃┃┃━┫╰╮╱╱┃┃╱┃┃┃┃┃━┫┃┃┃┃━╋━━┃
  7. ╰━━━┻╯╰┻╯╰┻╯╰┻━━┻━╯╱╱╰╯╱╰╯╰┻━━┻┻┻┻━━┻━━╯
  8.  
  9. Please keep credit (✿◠‿◠)
  10. ----------------------------------------------->
  11.  
  12. <html lang="en">
  13. <!DOCTYPE html PUBLIC"-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  14. <html xmlns="http://www.w3.org/1999/xhtml">
  15. <script type="text/javascript"
  16. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  17.  
  18. <head>
  19. <!-- DEFAULT VARIABLES -->
  20. <title>{Title}</title>
  21. <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  22. <meta name="color:Background" content="#fff"/>
  23. <meta name="color:Text" content="#000"/>
  24. <meta name="color:Title" content="#000"/>
  25. <meta name="color:Link" content="#999"/>
  26. <meta name="color:Hover" content="#000"/>
  27. <meta name="color:Scrollbar" content="#ccc"/>
  28.  
  29.  
  30. <meta name="image:Sidebar" content=""/>
  31. <meta name="image:Background" content="0"/>
  32.  
  33.  
  34. <meta name="text:Custom Link One Title" content= >
  35. <meta name="text:Custom Link One" content="" />
  36. <meta name="text:Custom Link Two Title" content= >
  37. <meta name="text:Custom Link Two" content="" />
  38. <meta name="text:Custom Link Three Title" content= >
  39. <meta name="text:Custom Link Three" content="" />
  40.  
  41.  
  42. <style type="text/css">
  43.  
  44.  
  45. ::-webkit-scrollbar {width: 8px; height: 4px; background: {color:background}; border-left: 1px solid #eee; }
  46.  
  47. ::-webkit-scrollbar-thumb { background-color:{color:scrollbar}; border-bottom: 1px solid #eee; border-top: 1px solid #eee; border-left: 1px solid
  48. #eee; border-right: 1px solid #eee; }
  49.  
  50. iframe#tumblr_controls {right:3px !important; position: fixed !important;-webkit-transition: opacity 0.7s linear;opacity: 0.2;-webkit-transition: all 0.8s ease-out;-moz-transition: all 0.8s ease-out;transition: all 0.8s ease-out;}
  51.  
  52. iframe#tumblr_controls:hover{-webkit-transition: opacity 0.7s linear;opacity: 1;-webkit-transition: all 0.4s ease-out;-moz-transition: all 0.4s ease-out;transition: all 0.4s ease-out;}
  53.  
  54.  
  55.  
  56. .wrapper{
  57. margin: 0px auto;
  58. margin-left: 60px;
  59. width: 1045px;
  60. }
  61.  
  62. .header{
  63. float: left;
  64. width: 100%;
  65. }
  66.  
  67. .left{
  68. float: left;
  69. margin-right: 20px;
  70. width:1045;
  71. }
  72.  
  73. .right{
  74. float: right;
  75. width: 200px;
  76. background-color: #fff;
  77. }
  78.  
  79.  
  80. body {
  81. margin:0px;
  82. background-color: {color:Background};
  83. background-image:url({image:Background});
  84. background-attachment: fixed;
  85. background-repeat: repeat;}
  86. body, div, p, textarea, submit, input{
  87. font-family: 'Ubuntu', sans-serif;
  88. font-size: 11px;
  89. line-height:14px;
  90. letter-spacing:1px;
  91. color:{color:Text};
  92. }
  93.  
  94.  
  95.  
  96. p {
  97. margin:0px;
  98. margin-top:0px;
  99. }
  100.  
  101. a:link, a:active, a:visited{
  102. text-decoration: none;
  103. -webkit-transition: color 0.3s ease-out;
  104. -moz-transition: color 0.3s ease-out;
  105. transition: color 0.3s ease-out;
  106. color: {color:Link};
  107. }
  108.  
  109. a:hover {
  110. : -webkit-transition-duration: 1.0s;
  111. color:{color:Hover};
  112. }
  113.  
  114.  
  115.  
  116.  
  117. div#center{
  118. margin:auto;
  119. margin-top:0px;
  120. position:relative;
  121. width:1045px;
  122. background-color:;
  123. overflow:auto;
  124. overflow-y:hidden;
  125. }
  126.  
  127. #side{
  128. position:fixed;
  129. width:200px;
  130. margin-left:90px;
  131. overflow:hidden;
  132. position:fixed;
  133. padding:9px;
  134. padding-left:7px;
  135. padding-right:7px;
  136. padding-top:7px;
  137. z-index:999999;
  138. text-align:center;
  139. font-family:ubuntu;
  140. font-size:11px;
  141. line-height:12px;
  142. background-color:#fff;
  143. top:0px;
  144. height:100%;
  145. opacity:.90;
  146. z-index:99999999;
  147.  
  148. }
  149.  
  150.  
  151. #borderright{
  152. background-image:url('http://static.tumblr.com/wkrmnwc/yEGmsms14/tranqiulity2.png');
  153. background-repeat:repeat;
  154. height:100%;
  155. width:18px;
  156. position:fixed;
  157. top:0px;
  158. left:304px;
  159. z-index:10}
  160.  
  161. #borderleft{
  162. background-image:url('http://static.tumblr.com/wkrmnwc/aIUmsms0o/tranqiulity1.png');
  163. background-repeat:repeat;
  164. height:100%;
  165. width:18px;
  166. position:fixed;
  167. top:0px;
  168. left:73px;
  169. z-index:10}
  170.  
  171.  
  172. @font-face { font-family: "arrow"; src: url('http://static.tumblr.com/mp9knux/Xavmkh4lx/arrows.otf'); }
  173. .entry {
  174. float:left;
  175. display: block;
  176. overflow:hidden;
  177. width:220px;
  178. border: 1px solid #eee;
  179. margin:3px;
  180. background-color: white;
  181. padding:4px;
  182. padding-bottom:2px;
  183. transition: all 0.5s ease-out;
  184. -o-transition-transition: all 0.5s ease-out;
  185. -webkit-transition: all 0.5s ease-out;
  186. -moz-transition: all 0.5s ease-out;
  187. {block:PermalinkPage}
  188. width:420px;
  189. margin-left:0px;
  190. text-align:center;
  191. {/block:PermalinkPage}
  192. }
  193.  
  194. .entry .perma a{
  195. color:;}
  196.  
  197. .entry .perma a{
  198. color:;
  199. -webkit-transition: color 0.9s ease-out;
  200. -moz-transition: color 0.9s ease-out;
  201. }
  202.  
  203.  
  204. .entry .perma{
  205. width:14px;
  206. height:13px;
  207. position: absolute;
  208. line-height: 10px;
  209. overflow:hidden;
  210. font-family:Arrow;
  211. text-transform:uppercase;
  212. text-align:center;
  213. font-size:15px;
  214. margin-left:4px;
  215. margin-top:5px;
  216. color:#fff;
  217. background:#fff;
  218. opacity: 0;
  219. padding:4px;
  220. -webkit-border-radius: 5px 5px 5px 5px;
  221. transition: all 0.7s ease-out;
  222. -o-transition-transition: all 0.7s ease-out;
  223. -webkit-transition: all 0.7s ease-out;
  224. -moz-transition: all 0.7s ease-out;
  225. }
  226.  
  227. .entry:hover .perma{
  228. opacity:0.9;
  229. -webkit-transition: all 0.7s ease-in-out;
  230. -moz-transition: all 0.7s ease-in-out;
  231. -o-transition: all 0.7s ease-in-out;
  232. -ms-transition: all 0.7s ease-in-out;
  233. transition: all 0.7s ease-in-out;
  234. }
  235.  
  236. .entry .perma2{
  237. width:auto;
  238. height:13px;
  239. position: absolute;
  240. line-height: 13px;
  241. overflow:hidden;
  242. font-family:Calibri;
  243. text-transform:uppercase;
  244. text-align:center;
  245. font-size:11px;
  246. margin-left:30px;
  247. margin-top:5px;
  248. color:#fff;
  249. background:#fff;
  250. opacity: 0;
  251. padding:4px;
  252. -webkit-border-radius: 5px 5px 5px 5px;
  253. transition: all 0.7s ease-out;
  254. -o-transition-transition: all 0.7s ease-out;
  255. -webkit-transition: all 0.7s ease-out;
  256. -moz-transition: all 0.7s ease-out;
  257. }
  258.  
  259. .entry:hover .perma2{
  260. opacity:0.9;
  261. -webkit-transition: all 0.7s ease-in-out;
  262. -moz-transition: all 0.7s ease-in-out;
  263. -o-transition: all 0.7s ease-in-out;
  264. -ms-transition: all 0.7s ease-in-out;
  265. transition: all 0.7s ease-in-out;
  266. }
  267.  
  268.  
  269.  
  270. @font-face {font-family: kk; src: url('http://static.tumblr.com/loouiuu/Ttaloide6/halohandletter.ttf');}
  271.  
  272.  
  273. #audio {width:250px; height:auto; min-height:60px; padding-bottom:0px;}
  274. .cover {position:absolute; z-index:1; width:60px; height:60px;}
  275. .cover img {float:left; width:60px; height:60px;}
  276. .playbox {opacity:0.6; width:27px; height:30px; overflow:hidden; position:absolute; z-index:1000; margin-left:17px; margin-top:17px; text-align:center;}
  277. .info {margin-left:73px; margin-top:4px; line-height:14px;}
  278.  
  279. .title{
  280. font-family: "kk";
  281. font-size: 24px;
  282. line-height: 25px;
  283. color: {color:link};
  284. letter-spacing: 1px;
  285. font-weight: normal;
  286. }
  287.  
  288.  
  289. .cred {
  290. color: #000;
  291. font-family: Calibri;
  292. font-size:14px;
  293. z-index: 99999999999999px;
  294. line-height:14px;
  295. background:#fff;
  296. border: 1px #eee solid;
  297. background-repeat:repeat;
  298. padding:2px;
  299. -webkit-border-radius:2px;
  300. moz-border-radius:2px;
  301. -o-border-radius:2px;
  302. border-radius:2px;
  303. }
  304.  
  305. .cred a { color: #000; }
  306.  
  307. .permalinktext {
  308. display: block;
  309. padding: 1px;
  310. margin: 0px 0px 0px 8px;
  311. font-family: calibri;
  312. letter-spacing: 0px;
  313. font-size: 10px;
  314. color: #424242;
  315. line-height: 11px;
  316. text-align: right;
  317. text-decoration: none;
  318. -webkit-transition: color 0.5s ease-out;
  319. -moz-transition: color 0.5s ease-out;
  320. border-top: 1px solid #dcdcdc;
  321. }
  322. .bubble {align:right;background:#eee; margin:7px 0px 5px 66px;padding:10px;position: relative;-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px;}
  323. .bubble p {margin:1px 0px;}
  324. .bubble span {display:block;position:absolute;width:1px;height:1px;font-size: 12;line-height: 14px;left:-10px;top:10px;border-top:7px solid transparent;border-bottom:7px solid transparent;border-right:10px solid #eee;}
  325. .askborder {float: left;margin: 1px 4px 1 0;padding: 3px; background: #eee;}
  326.  
  327. #posts {
  328. width:900px;
  329. margin-top: 5px;
  330. margin-left: 300px;
  331. margin-right: auto;
  332. position:relative;
  333. overflow-y: hidden;
  334. }
  335.  
  336.  
  337. #infscr-loading{
  338. bottom: -70px;
  339. position: absolute;
  340. left: 50%;
  341. margin-left:-8px;
  342. width:16px;
  343. height:11px;
  344. overflow:hidden;
  345. margin-bottom: 50px;
  346. }
  347.  
  348. #postnotes{
  349. text-align: justify;
  350. }
  351.  
  352. #postnotes blockquote{
  353. border: 0px;
  354. }
  355.  
  356. blockquote{
  357. padding:0px 0px 2px 5px;
  358. margin:0px 0px 2px 1px;
  359. border-left: 1px dotted {color:Text};
  360. }
  361.  
  362. blockquote p, ul{
  363. margin:0px;
  364. padding:0px;
  365. }
  366.  
  367. a img{border: 0px;}
  368. ul, ol, li{list-style:none; margin:0px; padding:0px;}
  369. .user_1 .label, .user_2 .label, .user_3 .label, .user_4 .label, .user_5 .label, .user_6 .label,
  370. .user_7 .label, .user_8 .label, .user_9 .label {color:{color:Title};}
  371. .notes img{width:10px; position:relative; top:3px;
  372. }
  373.  
  374. small{font-size: 90%;}
  375.  
  376. .video embed, .post div.video object {width:260px !important; height:180px !important;}
  377. .video2 embed, .post div.video object {width:400px !important; height:400px !important;}
  378.  
  379. {CustomCSS}
  380.  
  381. </style>
  382.  
  383. {block:IndexPage}
  384.  
  385. <script type='text/javascript' src='http://static.tumblr.com/m52lhg5/u9amoiddc/infinite.js'></script>
  386. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/iBElrgjim/jquerymasonry.js"></script>
  387. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/Qyblrgjfn/jqueryinfintescroll.js"></script>
  388.  
  389. <script type="text/javascript">
  390. $(window).load(function () {
  391. var $content = $('#posts');
  392. $content.masonry({itemSelector: '.entry'}),
  393. $content.infinitescroll({
  394. navSelector : 'div#pagination',
  395. nextSelector : 'div#pagination a#nextPage',
  396. itemSelector : '.entry',
  397. loading: {
  398. finishedMsg: '',
  399. img: 'http://static.tumblr.com/dbek3sy/pX1lrx8xv/ajax-loader.gif'
  400. },
  401. bufferPx : 600,
  402. debug : false,
  403. },
  404. // call masonry as a callback.
  405. function( newElements ) {
  406. var $newElems = $( newElements );
  407. $newElems.hide();
  408. // ensure that images load before adding to masonry layout
  409. $newElems.imagesLoaded(function(){
  410. $content.masonry( 'appended', $newElems, true, function(){$newElems.fadeIn(300);} );
  411.  
  412.  
  413. });
  414. });
  415. });
  416. </script>
  417. {/block:IndexPage}
  418.  
  419.  
  420. <title>{Title}</title>
  421. <link rel="shortcut icon" href="{favicon}">
  422. <meta name="viewport" content="width=720" />
  423. <link rel="alternate" type="application/rss+xml" title="RSS" href="{RSS}" />
  424. </head>
  425.  
  426. <body>
  427.  
  428. <div id="borderleft"></div>
  429. <div id="borderright"></div>
  430. <div id="side">
  431.  
  432. <center><a href="/"><div style="opacity;1;padding-top:7px;padding-bottom:7px; background:white;border:1px solid #eee; margin-top: 130px;">
  433. <a href="/"><img src="{image:sidebar}" width="185"></a></center></img>
  434. <div style="color: #aaa;margin-top: 5px; font-size: 11px; padding-bottom:6px; ">{description}</div> <div style="margin-top: 3px;border-top:1px solid #efefef;padding-top: 6px;margin-bottom: 3px; padding-left:10px; font-family: consolas; text-transform: uppercase; font-size: 10px; ">
  435.  
  436. <a href="/"><u>home</u></a>
  437. <a href="/ask"><u>message</u></a>
  438.  
  439. <a href="{text:custom link one}"><u>{text:custom link one title}</a></u>
  440.  
  441.  
  442. <a href="{text:custom link two}"><u>{text:custom link two title}</u></a>
  443.  
  444. <a href="{text:custom link three}"><u>{text:custom link three title}</u></a>
  445.  
  446.  
  447. </div></div>
  448.  
  449. <div class="wrapper">
  450. <div class="header">
  451. </div>
  452.  
  453.  
  454.  
  455. <div class="left">
  456. <div id="posts">
  457. {block:Posts}
  458. <div class="entry">
  459.  
  460. {block:Answer}
  461. <div class="post"><div class="askborder">
  462. <img src="{askerportraiturl-40}" width="40px"></div><div class="bubble"><span></span>{asker} said: {Question}</div><br>
  463. {Answer}</div>
  464. <div class="permalinktext"> <a href="{permalink}">{NoteCountwithlabel}</a> <font color="#aaa">&middot</font> <a href="{ReblogURL}" target="_blank">reblog</a> </div>
  465. {/block:Answer}
  466.  
  467. {block:Text}
  468. {block:Title}<span class="title">{Title}</span>{/block:Title}
  469. <span class="entrytext">{Body}</span>
  470. <div class="permalinktext"> <a href="{permalink}">{NoteCountwithlabel}</a> <font color="#aaa">&middot</font> <a href="{ReblogURL}" target="_blank">reblog</a> </div>
  471. {/block:Text}
  472.  
  473. {block:Link}
  474. <center><a href="{URL}"><span class="title">{Name}</span></a></center>
  475. <div style="margin-left:3px;">{block:Description}{Description}{/block:Description}</div>
  476. {block:IndexPage}<div class="permalinktext"> <a href="{permalink}">{NoteCountwithlabel}</a> <font color="#aaa">&middot</font> <a href="{ReblogURL}" target="_blank">reblog</a> </div>
  477. {/block:IndexPage}
  478. {block:Link}
  479.  
  480. {block:Photo}{block:IndexPage}
  481.  
  482. <div class="perma">
  483. <a href="{ReblogURL}" target="_blank">Y</a></span></div>
  484. <div class="perma2">
  485. <a href="{permalink}">{NoteCountwithLabel}</a></div>
  486.  
  487.  
  488. {/block:IndexPage}
  489. {block:IndexPage}
  490. <a href="{Permalink}"><img src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width=220px/></a>
  491. {/block:IndexPage}
  492. {block:permalinkpage}{LinkOpenTag}
  493. <img src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width=420px/>{LinkCloseTag}
  494. {/block:permalinkpage}
  495. {/block:Photo}
  496.  
  497.  
  498. {block:Photoset}
  499. {block:IndexPage}
  500. <div class="perma">
  501. <a href="{ReblogURL}" target="_blank">Y</a></span></div>
  502. <div class="perma2">
  503. <a href="{permalink}">{NoteCountwithLabel}</a></div>
  504. </center>{/block:IndexPage}
  505. {block:IndexPage}
  506. {block:Photos}<a href="{Permalink}"><img src="{PhotoURL-500}" width="205" style="padding:3px;"/></a>
  507. {/block:Photos}
  508. {/block:permalinkpage}
  509. {/block:IndexPage}
  510.  
  511. {block:permalinkpage}
  512. {Photoset-500}
  513. {/block:permalinkpage}
  514. {/block:Photoset}
  515.  
  516.  
  517.  
  518. {block:Quote}<span class="title">"{Quote}"</span> — {block:Source}<b>{Source}</b>{/block:Source}<br>
  519. <div class="permalinktext"> <a href="{permalink}">{NoteCountwithlabel}</a> <font color="#aaa">&middot</font> <a href="{ReblogURL}" target="_blank">reblog</a> </div>
  520. {/block:Quote}
  521.  
  522. {block:Chat}{block:Title}<span class="title">{Title}</span>{/block:Title}
  523. <ul class="chat">
  524. {block:Lines}
  525. <li class="user_{UserNumber}">
  526. {block:Label}
  527. <span class="label">{Label}</span>
  528. {/block:Label}
  529.  
  530. {Line}
  531. </li>
  532. {/block:Lines}
  533. <div class="permalinktext"> <a href="{permalink}">{NoteCountwithlabel}</a> <font color="#aaa">&middot</font> <a href="{ReblogURL}" target="_blank">reblog</a> </div>
  534. {/block:Chat}
  535.  
  536. {block:Audio}
  537. <div id="audio"><div class="cover"><img src="http://static.tumblr.com/k9utpfa/tcom8wpif/default_cover_m.jpg"></div>{block:AlbumArt}<div class="cover"><img src="{AlbumArtURL}"></div>{/block:AlbumArt}<div class="playbox">{block:AudioPlayer}{AudioPlayerWhite}{/block:AudioPlayer}</div><div class="info"><b>Artist:</b> <span{block:Artist} style="display:none;"{/block:Artist}>Unknown</span>{block:Artist}{Artist}{/block:Artist}<br><b>Title:</b> <span{block:TrackName} style="display:none;"{/block:TrackName}>Unknown</span>{block:TrackName}{TrackName}{/block:TrackName}<br><b>Album:</b> <span{block:Album} style="display:none;"{/block:Album}>Unknown</span>{block:Album}{Album}{/block:Album}{block:PlayCount}<br><b>Plays:</b> {FormattedPlayCount}{/block:PlayCount}</div></div>
  538. {block:IndexPage}
  539. <div class="permalinktext"> <a href="{permalink}">{NoteCountwithlabel}</a> <font color="#aaa">&middot</font> <a href="{ReblogURL}" target="_blank">reblog</a> </div>
  540. {/block:IndexPage}
  541. {/block:Audio}
  542.  
  543. {block:Video}
  544. {block:IndexPage}
  545. <center>
  546. <div class="permalinktext"> <a href="{permalink}">{NoteCountwithlabel}</a> <font color="#aaa">&middot</font> <a href="{ReblogURL}" target="_blank">reblog</a> </div>
  547. {Video-250}</center>
  548. {/block:IndexPage}
  549. {block:PermalinkPage}
  550. <center>
  551. {Video-400}</center>
  552. {/block:PermalinkPage}
  553. {block:Video}
  554.  
  555. {block:PostNotes}<div align="middle">{caption}</div>
  556. <center>
  557.  
  558. {block:NoteCount}{NoteCountWithLabel}<br>{/block:NoteCount}
  559.  
  560. {block:HasTags}
  561. tags: {block:Tags}<a href="{TagURL}">{Tag}. </a>{/block:Tags}<br> {/block:HasTags}
  562. {block:RebloggedFrom}
  563. reblogged from <a href="{ReblogParentURL}">{ReblogParentName}</a><br>
  564. posted by <a href="{ReblogRootURL}">{ReblogRootName}</a>
  565.  
  566. {/block:RebloggedFrom}
  567. </center></span>
  568. <br>
  569. <div id="postnotes">{PostNotes}</div><br>
  570.  
  571. <center>{block:ContentSource}
  572. <br><a href="{SourceURL}">
  573. {lang:Source}:
  574. {block:SourceLogo}
  575. <img src="{BlackLogoURL}" width="{LogoWidth}"
  576. height="{LogoHeight}" alt="{SourceTitle}" />
  577. {/block:SourceLogo}
  578. {block:NoSourceLogo}
  579. {SourceLink}
  580. {/block:NoSourceLogo}
  581. </a>
  582. {/block:ContentSource}</center>
  583.  
  584. {/block:PostNotes}
  585. </div>
  586. {/block:Posts}
  587. </div></div>
  588.  
  589. {block:IndexPage}
  590. {block:Pagination}
  591. <div id="pagination">
  592. {block:NextPage}
  593. <a id="nextPage" href="{NextPage}"></a>
  594. {/block:NextPage}
  595. {block:PreviousPage}
  596. <a href="{PreviousPage}"></a>
  597. {/block:PreviousPage}
  598. </div>
  599. {/block:Pagination}
  600. {/block:IndexPage}
  601.  
  602.  
  603. <div style="position: fixed; right:6px;bottom:10px;">
  604. <span class="cred">
  605. <a href="http://teenageblog.tumblr.com/" target="_blank">
  606. </a></span></div>
  607. </body>
  608. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement