Advertisement
claraosmin

Theme 004

May 23rd, 2015
11,191
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 18.58 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.  
  4. <head>
  5.  
  6.  
  7. <meta name="color:bg" content="#eeeeee">
  8. <meta name="color:navibg" content="#fff">
  9. <meta name="color:notesbg" content="#fff">
  10. <meta name="color:postsbg" content="#fff">
  11. <meta name="color:navifont" content="#ffffff">
  12. <meta name="color:border" content="#f1f1f1">
  13. <meta name="color:title" content="#fff">
  14. <meta name="color:link" content="#5fc5df">
  15. <meta name="color:hover" content="#2b798c">
  16. <meta name="color:text" content="#444">
  17. <meta name="color:scrollbar" content="#eeeeee">
  18. <meta name="color:accent1" content="#f6b651">
  19.  
  20.  
  21. <meta name="image:header" content=""/>
  22. <meta name="image:descimg" content=""/>
  23. <meta name="image:icon" content=""/>
  24.  
  25. <meta name="text:link1" content="">
  26. <meta name="text:link1 url" content="/">
  27. <meta name="text:link2" content="">
  28. <meta name="text:link2 url" content="/">
  29. <meta name="text:link3" content="">
  30. <meta name="text:link3 url" content="/">
  31. <meta name="text:link4" content="">
  32. <meta name="text:link4 url" content="/">
  33. <meta name="text:link5" content="">
  34. <meta name="text:link5 url" content="/">
  35.  
  36.  
  37. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  38. <title>{Title}</title> {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  39. <link rel="shortcut icon" href="{Favicon}" />
  40. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  41.  
  42.  
  43. <script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.5.1/jquery.min.js"></script>
  44. <link href='http://fonts.googleapis.com/css?family=Open+Sans' rel='stylesheet' type='text/css'>
  45. <link href='http://fonts.googleapis.com/css?family=Roboto' rel='stylesheet' type='text/css'>
  46. <link href='http://fonts.googleapis.com/css?family=Graduate' rel='stylesheet' type='text/css'>
  47. <link rel="stylesheet" href="http://netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.min.css">
  48. <link href='//fonts.googleapis.com/css?family=Lato:300,400,700,400italic,700italic|Montserrat:400,700|PT+Sans:400,700,400italic,700italic' rel='stylesheet' type='text/css'>
  49.  
  50.  
  51.  
  52. <script type="text/javascript" src="http://static.tumblr.com/bp5eclb/7aXlvzh6m/jquery-1.2.6.min.js"></script>
  53. <script type='text/javascript'> $(document).ready(function(){ $("img.a").hover( function() { $(this).stop().animate({"opacity": "0"}, "slow"); }, function() { $(this).stop().animate({"opacity": "1"}, "slow"); }); }); </script>
  54.  
  55. <link href="http://static.tumblr.com/5omyijl/bzrn2yg7i/style-my-tooltips.css" rel="stylesheet" type="text/css" />
  56. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  57.  
  58. <style type="text/css">
  59.  
  60.  
  61. @import url(http://weloveiconfonts.com/api/?family=fontawesome);
  62.  
  63. /* fontawesome */
  64. [class*="fontawesome-"]:before {
  65. font-family: 'FontAwesome', sans-serif;
  66. }
  67.  
  68. @font-face { font-family: lato; src:url(http://fayelikescats.b1.jcink.com/uploads/fayelikescats/latos.ttf); }
  69.  
  70. @font-face { font-family: lato italic; src:url(http://fayelikescats.b1.jcink.com/uploads/fayelikescats/latositalic.ttf); }
  71.  
  72.  
  73. body {
  74. background: {color:bg};
  75. margin: 0px;
  76. color: {color:text};
  77. font-family: 'Gibson', sans-serif;
  78. font-size: 12px;
  79. line-height: 170%;
  80. background-position: top center;
  81. background-repeat: no-repeat;
  82. word-wrap: break-word;
  83.  
  84. }
  85.  
  86. a {
  87. color: {color:link};
  88. text-decoration: none;
  89. transition: all 0.2s;
  90. -webkit-transition: all 0.2s;
  91. -moz-transition: all 0.2s;
  92. }
  93.  
  94. b {
  95. color: {color:link};
  96. }
  97.  
  98.  
  99. a:hover {
  100. color: {color:hover};
  101. transition: all 0.2s;
  102. -webkit-transition: all 0.2s;
  103. -moz-transition: all 0.2s;
  104. }
  105.  
  106. .date {font-weight: bold; font-style: italic; color: {color:link}!important; font-family: lato, 'Gibson'' font-size: 11px;
  107. }
  108.  
  109.  
  110.  
  111. H2 {
  112. text-align: left;
  113. font-weight: 700;
  114. font-family: lato, calibri;
  115. font-size: 21px;
  116. text-transform: uppercase;
  117. color: {color:text};
  118. line-height: 22px;
  119. margin-bottom: 5px; padding-bottom: 10px;
  120. margin-top: -3px;
  121. border-bottom: 1px solid {color:border};
  122. }
  123.  
  124. blockquote {
  125. padding-left: 15px;
  126. margin-left: 10px;
  127. border-left: 2px solid {color:border};
  128. }
  129.  
  130. .clear {
  131. clear: both;
  132. }
  133.  
  134. #header {
  135. position:relative;
  136. margin:auto;
  137. width:100%;
  138. height: 300px;
  139. margin-bottom: 0px;
  140. background-image:url({image:header});
  141. z-index: 999;
  142. background-position: center;
  143. padding-top: 0px;
  144. margin-top: 0px;
  145. }
  146.  
  147.  
  148. #about {
  149. position:relative;
  150. margin:auto;
  151. width:100%;
  152. height: 200px;
  153. margin-bottom: 0px;
  154. background-color: {color:navibg};
  155. z-index: 999;
  156. background-position: center; border-bottom: 1px solid {color:border};
  157. padding-top: 0px;
  158. margin-top: 0px;
  159. }
  160.  
  161.  
  162. #contain {
  163. width: 1100px;
  164. margin: 0px auto;
  165. margin-top: 400px;
  166. height: 500%;
  167. min-height:1500px;
  168. }
  169.  
  170. .title {
  171. font-size:13px;
  172. text-transform:uppercase; text-align: right;
  173. letter-spacing:1px;
  174. font-family: lato, calibri;
  175. font-weight: 500; margin-left: 8px;
  176. margin-bottom:4px;
  177. color:{color:text};
  178. }
  179.  
  180. .titlez { font-size:14px; margin-right: 55px; padding-bottom: 5px; color:{color:accent1}; font-family: lato, calibri; font-weight: bold; text-align: right; border-bottom: 2px solid {color:border}; width: auto; display: inline-block;}
  181.  
  182. #navbg {
  183. width: 100%;
  184. margin: auto;
  185. background-color: {color:navibg};
  186. height: 25px;
  187. padding: 10px;
  188. padding-top: 20px;
  189. z-index: 99;
  190. }
  191.  
  192. #navigation {
  193. background-color:{color:navibg};
  194. height: 65px;
  195. text-align: right;
  196. font-size: 8px;
  197. margin:auto;
  198. width: 1080px;
  199. padding: 10px;
  200. padding-top: 50px;
  201. z-index: 9999999999999;
  202. font-family: lato, calibri;
  203. text-transform: uppercase;
  204. color: {color:navifont};
  205. padding-bottom: 12px;
  206. }
  207.  
  208. #navigation a {
  209. font-family: lato;
  210. text-transform: uppercase;
  211. margin-left: 30px;
  212. color: {color:navifont};
  213. font-size: 12px; letter-spacing: 1px;
  214. padding-bottom:12px;
  215. margin-right: 5px; font-weight: 700!important;
  216. }
  217.  
  218. #navigation a:hover {
  219. border-bottom: 1px solid {color:link};
  220. padding-bottom: 5px; }
  221.  
  222.  
  223. #sidebar {
  224. margin-left: 45px;
  225. position: absolute;
  226. width: 350px;
  227. margin-top: 50px;
  228. z-index: 999999;
  229. }
  230.  
  231. #sidebar #section {
  232. margin-bottom: 60px;
  233. margin-top: px;
  234. padding: 20px;
  235. text-align: justify;
  236. }
  237.  
  238.  
  239. #sidebar #section a {
  240. color: {color:text};
  241. font-weight: bold;
  242. }
  243.  
  244.  
  245. #posts {
  246. width: 670px;
  247. margin-left: 460px;
  248. margin-top: -400px;
  249. z-index: 999999;
  250. padding-top: 30px;
  251. }
  252.  
  253. #post {
  254. margin-bottom: 50px;
  255. width: 500px;
  256. background-color: {color:postsbg};
  257. padding: 40px; padding-bottom: 20px;
  258. border: 1px solid {color:border};
  259. margin-top: 20px;
  260. }
  261.  
  262.  
  263. .permalink {
  264. padding-top: 6px;
  265. letter-spacing: 1px;
  266. margin-top: 10px;
  267. text-transform: uppercase;
  268. font-size: 7px;
  269. padding-bottom: 0px;
  270. margin-bottom: -5px;
  271. line-height:170%;
  272. }
  273.  
  274.  
  275. .permalink a {
  276. color: {color:Text};
  277. }
  278.  
  279.  
  280.  
  281. .notes {
  282. margin-top: 20px;
  283. width: 500px;
  284. margin-left: -40px;
  285. margin-bottom: 70px;
  286. }
  287.  
  288. .notes li {
  289. list-style: none;
  290. padding: 5px;
  291. margin-bottom: 10px;
  292. border-radius: 5px;
  293. box-shadow: 0px 1px 2px rgba(0,0,0,0.0544445);
  294. }
  295.  
  296. .notes li img {
  297. float: right;
  298. width: 12px;
  299. }
  300.  
  301. #pagination {
  302. padding: 20px;
  303. margin-bottom: 25px;
  304. border: 1px solid {color:border};
  305. font-size: 21px;
  306. width: 500px;
  307. font-weight: bold;
  308. text-transform: uppercase;
  309. text-align: center;
  310. }
  311.  
  312. #posts #pagination a, #posts #pagination span {
  313. display: inline-block;
  314. margin: 0px 3px;
  315. color: {color:accent1};
  316. }
  317.  
  318.  
  319.  
  320. h1 { font-family: calibri;
  321. font-size: 11px;
  322. font-weight: 500;}
  323.  
  324. .projects b {
  325. text-transform: uppercase; font-size: 9px;
  326. }
  327.  
  328. .projects b2 {
  329. text-transform: uppercase; font-size: 9px; color: {color:text}; font-weight: bold;
  330. }
  331.  
  332. #desc { width: 500px; max-height: 170px; overflow: auto; text-align: justify; font-size: 14px; line-height: 180%; padding-top: 25px;}
  333.  
  334.  
  335. .projectsab { width: 95px; height: 80px; color:#fff; font-family: lato; font-size: 17px; text-align: center; line-height: 110%; padding: 10px; padding-top: 30px; overflow: hidden; margin-top: 10px; background-color:{color:accent1}; text-shadow:1px 0px #3baac2; margin-left: -5px; margin-bottom: 10px;
  336.  
  337. }
  338.  
  339. .wrapper {width:1100px;margin:0 auto;overflow:hidden; }
  340.  
  341. #navigation { width:100%; text-transform:uppercase;font-size:16px; font-family: lato; margin-top: -40px; font-weight: 500;}
  342.  
  343.  
  344. .padding { padding:40px 30px 30px 30px; }
  345. .info { background-color: rgba(0,0,0, .35); height:150px; width:300px; color:#ffffff; font-size: 11px; line-height: 150%;}
  346.  
  347. .affiliates img { padding: 3px; margin: 2px; border: 1px solid {color:border}; }
  348.  
  349. .projects b { font-size: 14px; text-transform: none; color: {color:text}; }
  350. .projects a { border-bottom: 3px solid {color:postsbg}; margin: 11px; padding-bottom: 5px; font-size: 10px;}
  351.  
  352. {CustomCSS}
  353.  
  354. </style></head><body>
  355.  
  356.  
  357.  
  358. <div id="navigation"><div class="wrapper">
  359.  
  360. <table width="100%"><tr valign="top">
  361.  
  362. <td><div style="text-align:center;margin-top: 20px;">
  363.  
  364. <center> <a href="/" style="font-size: 15px;"> {Title} </a> </div></a></td><td>
  365.  
  366. <center> <div style="width: 50px; height: 50px; background-image:url({image:icon}); border-radius: 100px; margin-left: 50px; margin-top: 5px;"> </div>
  367. </td><td>
  368.  
  369. <center><div style="margin-top: 20px; margin-left: -30px;">
  370. <a href="/">home</a>
  371. <a href="/ask">message</a>
  372.  
  373. <a href="{text:link1 url}">{text:link1}</a>
  374. {/block:IfLink1}
  375.  
  376. {block:IfLink2}
  377. <a href="{text:link2 url}">{text:link2}</a>
  378. {/block:IfLink2}
  379.  
  380. {block:IfLink3}
  381. <a href="{text:link3 url}">{text:link3}</a>
  382. {/block:IfLink3}
  383.  
  384. <a href="{text:link4 url}">{text:link4}</a>
  385. {/block:IfLink4}
  386.  
  387. <a href="{text:link5 url}">{text:link5}</a>
  388. {/block:IfLink5}
  389.  
  390. </div>
  391. </td>
  392. </tr></table>
  393. </div>
  394. </div>
  395.  
  396.  
  397. <div id="header" style="margin-top: 0px;"></div>
  398.  
  399. <div id="about"> <center><table><td><div id="desc"> {Description}
  400.  
  401. </div></td><td><div style="margin-left: 140px; width: 365px; margin-top: 25px;"><div style="width: 350px; height: 150px; background-image:url({image:descimg});"></div> </div></td></table></div>
  402.  
  403.  
  404.  
  405. <div id="contain">
  406. <section id="sidebar">
  407.  
  408. <div class="title"><div class="titlez">PROJECTS</div></div>
  409. <div id="section" class="projects">
  410.  
  411.  
  412. <img src="http://i.imgur.com/7L08e4s.png" style="float: left; border-radius: 100px; margin-right: 30px; border: 3px solid {color:postsbg}; padding: 5px;">
  413.  
  414. <br>
  415. <b>Pretty Little Liars</b> (2010-Present)<br>
  416. Shay as <u>Emily Fields</u><br>
  417.  
  418. Status: Tuesdays on ABC Family.<br><br><br>
  419.  
  420. Four friends band together against an anonymous foe who threatens to reveal their darkest secrets.
  421.  
  422. <p>
  423.  
  424. <center><a href="/"> IMDB </a> <a href="/"> PHOTOS </a> <a href="/"> MORE INFO </a> </center>
  425.  
  426.  
  427.  
  428. </div>
  429.  
  430.  
  431. <div class="title"><div class="titlez">EDITORS</div></div>
  432.  
  433. <div id="section" class="members">
  434.  
  435.  
  436. {block:GroupMembers}
  437. <table style="margin-top:0px;">
  438. {block:GroupMember}
  439. <tr>
  440. <td style="width:40px;">
  441. <img src="{GroupMemberPortraitURL-40}" width="40px;" height="auto;" style="margin-right: 10px; padding: 5px; border: 1px solid #f1f1f1">
  442. </td>
  443. <td style="width:290px; height:auto;">
  444. <div id="m" style="margin-top:5px; line-height: 100%">
  445. <a href="{GroupMemberURL}" style="font-size: 8px; leter-spacing: 1px; text-transform: uppercase">{GroupMemberName}</a> <br><div style="font-size: 10px;">{GroupMemberTitle}</div></div>
  446. </td>
  447. </tr>
  448. {/block:GroupMember}
  449. </table>
  450. {/block:GroupMembers}
  451.  
  452. </div>
  453.  
  454.  
  455. <div class="title"><div class="titlez">AFFILIATES</div></div>
  456. <div id="section">
  457.  
  458. <div class="affiliates">
  459. <center>
  460.  
  461. <a href="/apply"><img src="http://i.imgur.com/y51z1Bc.jpg"></a>
  462. <a href="/apply"><img src="http://i.imgur.com/y51z1Bc.jpg"></a>
  463. <a href="/apply"><img src="http://i.imgur.com/y51z1Bc.jpg"></a>
  464. <a href="/apply"><img src="http://i.imgur.com/y51z1Bc.jpg"></a>
  465. <a href="/apply"><img src="http://i.imgur.com/y51z1Bc.jpg"></a>
  466. <a href="/apply"><img src="http://i.imgur.com/y51z1Bc.jpg"></a>
  467. <a href="/apply"><img src="http://i.imgur.com/y51z1Bc.jpg"></a>
  468. <a href="/apply"><img src="http://i.imgur.com/y51z1Bc.jpg"></a>
  469. <a href="/apply"><img src="http://i.imgur.com/y51z1Bc.jpg"></a>
  470. <a href="/apply"><img src="http://i.imgur.com/y51z1Bc.jpg"></a>
  471.  
  472. </center>
  473. </div>
  474.  
  475.  
  476.  
  477. <p>
  478. <select onChange="location.href=this.options[this.selectedIndex].value;" style="margin-top:5px; margin-left: 70px; width: 150px; font-family:arial; font-size:11px;">
  479. <option value="/">More affiliates</option>
  480. <option value="#">.......................................</option>
  481. <option value="/">BLOG URL #1</option>
  482. <option value="/">BLOG URL #2</option>
  483. <option value="/">BLOG URL #3</option>
  484. <option value="/">BLOG URL #4</option>
  485. </select>
  486.  
  487.  
  488. </div>
  489.  
  490.  
  491. <div class="title"><div class="titlez">STATS</div></div>
  492. <div id="section">
  493.  
  494.  
  495. <b>About:</b> Shay Mitchell<br>
  496.  
  497. <b>Established:</b> May 2015 <br>
  498.  
  499.  
  500. <b>Theme: </b> <a href="http://claraosmin.tumblr.com/">claraosmin</a> <br>
  501. </div>
  502.  
  503.  
  504. <div class="title"><div class="titlez">DISCLAIMER</div></div>
  505. <div id="section">
  506.  
  507.  
  508. Our site claims no credit for any videos posted on this site unless stated otherwise. information on this blog are copyright to their respectful owners. If there is any content appearing on this blog that belongs to you and do not wish for it appear on this site, please message us with a link to say which post and it will be promptly removed.
  509.  
  510. </div>
  511. </section>
  512.  
  513.  
  514.  
  515. <section id="posts">
  516. {block:Posts}
  517.  
  518.  
  519.  
  520. <div id="post" >
  521.  
  522. <div class="permalink" style="padding-bottom: 4px; margin-bottom: 10px;">
  523. <a href="{Permalink}" style="font-size:11px; background-color:{color:notesbg}; padding: 3px;"> <span class="date">{DayOfMonthWithZero}{ShortMonth}</span></a> </div>
  524.  
  525.  
  526.  
  527. {block:Text}{block:Title}<h2>{Title}</h2>{/block:Title}{Body}{/block:Text}
  528.  
  529. {block:Quote}<h2>“{Quote}”</h2><h1>{Source}</h1>{/block:Quote}
  530.  
  531. {block:Link}<a href="{URL}"><h2>{Name}</h2></a>
  532. {block:Description}<p>{Description}</p>{/block:Description}{/block:Link}
  533.  
  534. {block:Photo}<center><img src="{PhotoURL-500}"/></center>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  535.  
  536. {block:Photoset}<center>{Photoset-500}</center>
  537. {block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  538.  
  539. {block:Chat}<ul class="chat">{block:Title}<h2>{Title}</h2>{/block:Title}{block:Lines}<li>{block:Label}<span class="label">{Label}</span>{/block:Label}&nbsp;{Line}</li>{/block:Lines}</ul>{/block:Chat}
  540.  
  541. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  542.  
  543. {block:Answer}
  544. <div class="ask"><div style="color: #555555; padding: 10px; padding-bottom: 8px; background-color: #f7f7f7; text-transform: none; font-style: italic;"><table><td><img src="{AskerPortraitURL-30}" style="border: 8px solid #fff; margin: 1px; margin-right: 5px;"></td><td><font style="font-size: 8px; text-transform: uppercase; width: 64px; line-height: 30%; margin-top: -10px; letter-spacing: 1px;"> {Asker} SAID:</font><br><font style="text-transform: lowercase;">
  545. {Question}</font></td></table>
  546. </div><div style="margin-left: 0px; margin-top: -5px;">
  547. {Answer}</div></div>
  548. {/block:Answer}
  549.  
  550.  
  551. {block:Audio}{block:AlbumArt}<img src="{AlbumArtURL}" width="100px" height="100px" align="left" style="margin-right:10px;" />{/block:AlbumArt}
  552. {block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}{block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  553. {/block:ExternalAudio}
  554. <br>{AudioPlayerwhite}<br></span>
  555. {block:Caption}{Caption}{/block:Caption}<br>{/block:Audio}
  556.  
  557.  
  558. {block:Date}
  559.  
  560.  
  561. </div>
  562.  
  563. <div class="permalink" style="width: 550px; padding: 15px; margin-top: -50px; margin-bottom: 90px; background-color: {color:notesbg}; border: 1px solid {color:border}; border-top: 0px solid #fff;">
  564.  
  565.  
  566. <a href="{Permalink}" style="font-weight: bold;">{NoteCountWithLabel}</a> &nbsp;&nbsp; <div style="float: right;">{block:RebloggedFrom} <a href="{ReblogParentURL}" title="{ReblogParenttitle}" style="color:{color:accent2}">{ReblogParentName} </a> {block:ContentSource} • <a href="{ReblogRootURL}" "{ReblogRootName}" title="{ReblogRoottitle}" style="color:{color:accent2}">{ReblogRootName}</a>{/block:ContentSource}
  567. {/block:RebloggedFrom} {block:RebloggedFrom}
  568. <a title ="{ReblogParentName}" href="{ReblogParentURL}"></a>
  569. {/block:RebloggedFrom}</a>
  570. {block:ContentSource}
  571. <a title ="{SourceTitle}" href="{SourceURL}"></a>
  572. {/block:ContentSource}</div> <div style="height: 5px;"></div>
  573.  
  574. {block:HasTags}<div style="line-height: 160%!important;">
  575. {block:Tags}<a href="{TagURL}" style="font-size: 8px; background-color:{color:postsbg}; color: {color:link}; padding: 3px;">{Tag}</a> &nbsp; &nbsp;{/block:Tags}</div>
  576. {/block:HasTags}
  577.  
  578.  
  579. {/block:Date}
  580.  
  581. </div>
  582.  
  583.  
  584.  
  585.  
  586.  
  587. <p>
  588. {block:PostNotes}
  589. <div style="margin-left:15px;">
  590. {PostNotes}{/block:PostNotes}
  591.  
  592.  
  593. {/block:Posts}
  594.  
  595.  
  596.  
  597. <div id="pagi">
  598. {block:IndexPage}
  599. <div id="pagination">
  600. {block:Pagination}
  601. {block:JumpPagination length="5"}
  602. {block:CurrentPage}
  603. <span class="current_page">{PageNumber}</span>
  604. {/block:CurrentPage}
  605. {block:JumpPage}
  606. <a class="jump_page" href="{URL}">{PageNumber}</a>
  607. {/block:JumpPage}
  608. {/block:JumpPagination}
  609. {/block:Pagination}
  610. </div>
  611. {/block:IndexPage}
  612. </div>
  613. <div style="position:fixed; font-size:8px; color:{color:text}; letter-spacing:0px; bottom:2px; font-family: calibri; right:2px;">
  614. <a href="http://claraosmin.tumblr.com/">THEME</a></div>
  615. </div>
  616.  
  617. </div>
  618.  
  619. </div>
  620. </div>
  621.  
  622. </body>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement