Advertisement
sexycullen

# 127

May 23rd, 2015
2,327
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 18.13 KB | None | 0 0
  1. <html>
  2. <head>
  3.  
  4. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  5. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  6.  
  7. <!--------------------------------------------
  8. SCOTTISBAE THEMES # 127
  9. THEME BY: http://scottisbae.tumblr.com/ (PREV BRITISHROBERT)
  10.  
  11. RULES, IMPORTANT: DON'T REMOVE THE CREDIT // DON'T CLAIM AS YOUR OWN // DON'T USE AS A BASE
  12.  
  13. --------------------------------------------->
  14.  
  15. <title>{Title}</title>
  16. <link rel="shortcut icon" href="{Favicon}">
  17. <link rel="altertnate" type="application/rss+xml" href="{RSS}">
  18. <meta name="description" content="" />
  19. <meta http-equiv="x-dns-prefetch-control" content="off"/>
  20.  
  21.  
  22. <meta name="color:Background" content="#FFFFFF">
  23. <meta name="color:Link" content="#8C8C8C">
  24. <meta name="color:Link Hover" content="#CECECE">
  25. <meta name="color:Text" content="#252525">
  26. <meta name="color:Scrollbar" content="#000000">
  27. <meta name="color:Blockquote" content="#EAEAEA">
  28. <meta name="color:Info Border" content="#F5F5F5">
  29. <meta name="color:Questions Border" content="#FAFAFA">
  30. <meta name="color:Sidebar Link Border" content="#F4F4F4">
  31.  
  32. <meta name="text:Body Font Size" content="11px"/>
  33. <meta name="text:Body Font" content="Calibri"/>
  34.  
  35. <meta name="image:Sidebar" content=""/>
  36. <meta name="text:Title" content="">
  37.  
  38. <meta name="if:Show 400px posts" content="0"/>
  39. <meta name="if:Show Title" content="0" />
  40. <meta name="if:Hover Tags" content="0"/>
  41. <meta name="if:Show Link1" content="0" />
  42. <meta name="if:Show Link2" content="0" />
  43. <meta name="if:Show Link3" content="0" />
  44. <meta name="if:Show Link4" content="0" />
  45.  
  46. <meta name="text:link1" content="">
  47. <meta name="text:link1 url" content="/">
  48. <meta name="text:link2" content="">
  49. <meta name="text:link2 url" content="/">
  50. <meta name="text:link3" content="">
  51. <meta name="text:link3 url" content="/">
  52. <meta name="text:link4" content="">
  53. <meta name="text:link4 url" content="/">
  54.  
  55.  
  56.  
  57. <link href='http://fonts.googleapis.com/css?family=Maven+Pro:400,500,700,900' rel='stylesheet' type='text/css'>
  58.  
  59. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  60. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  61. <script>
  62. (function($){
  63. $(document).ready(function(){
  64. $("a[title]").style_my_tooltips({
  65. tip_follows_cursor:true,
  66. tip_delay_time:90,
  67. tip_fade_speed:600,
  68. attribute:"title"
  69. });
  70. });
  71. })(jQuery);
  72. </script>
  73.  
  74.  
  75. <style type="text/css">
  76.  
  77. ::-webkit-scrollbar {background-color:{color:Background}; height:4px; width:6px}
  78. ::-webkit-scrollbar-thumb:vertical {background-color:{color:Scrollbar}; height:50px}
  79. ::-webkit-scrollbar-thumb:horizontal {background-color:{color:Scrollbar}; height:8px!important}
  80.  
  81. #s-m-t-tooltip {
  82. max-width:300px;
  83. margin-top:-20px;
  84. margin-left:-20px;
  85. font-size:8px;
  86. padding:2px;
  87. font-family:calibri;
  88. letter-spacing:1px;
  89. text-align:center;
  90. text-transform:uppercase;
  91. background-color:{color:Background};
  92. color:{color:text};
  93. z-index:999999999999999999999999999999999999;
  94. }
  95.  
  96. h1 {
  97. font-weight:normal;
  98. font-size: {text:Body Font Size};
  99. font-family: {text:Body Font};
  100. text-align:center;
  101. font-style:italic;
  102. line-height:50%;
  103. letter-spacing:0px;
  104. text-transform:none;
  105. color:{color:Text};
  106. }
  107.  
  108. h2 {
  109. font-size: {text:Body Font Size};
  110. font-family: {text:Body Font};
  111. letter-spacing:0px;
  112. margin-bottom:12px;
  113. padding-bottom:10px;
  114. font-weight:normal;
  115. line-height:90%;
  116. text-transform:lowercase;
  117. color:{color:Text};
  118. margin: 0px;
  119. border-bottom:1px solid {color:Info Border};
  120. }
  121.  
  122. pre {
  123. {block:ifNotShow400pxposts}
  124. width:500px;
  125. {/block:ifNotShow400pxposts}
  126. {block:ifShow400pxposts}
  127. width:400px;
  128. {/block:ifShow400pxposts}
  129. text-align: left;
  130. word-wrap: break-word;
  131. color:{color:Text};
  132. }
  133.  
  134.  
  135. blockquote {
  136. border-left:1px solid {color:Blockquote};
  137. padding-left:13px;
  138. padding-top:1px;
  139. padding-bottom:1px;
  140. margin:10px;
  141. margin-top:20px;
  142. margin-bottom:10px;
  143. margin-left:20px;
  144. }
  145.  
  146. blockquote img {
  147. max-width:470px;
  148. }
  149.  
  150. body {
  151. color: {color:Text};
  152. background-color:{color:Background};
  153. word-spacing:1px;
  154. }
  155.  
  156. a {
  157. color: {color:Link};
  158. text-decoration: none;
  159. -moz-transition-duration: 0.5s;
  160. -o-transition-duration: 0.5s;
  161. -webkit-transition-duration: 0.5s;
  162. transition-duration: 0.5s;
  163. }
  164.  
  165. a:hover {
  166. color: {color:Link Hover};
  167. text-decoration:underline;
  168. -moz-transition-duration: 0.5s;
  169. -o-transition-duration: 0.5s;
  170. -webkit-transition-duration: 0.5s;
  171. transition-duration: 0.5s;
  172. }
  173.  
  174.  
  175. .title {
  176. width:245px;
  177. margin-bottom:21px;
  178. font-family:calibri;
  179. text-transform:lowercase;
  180. font-size:10px;
  181. line-height:110%;
  182. text-align:center;
  183. color:{color:text};
  184. word-spacing:1px;
  185. }
  186.  
  187.  
  188. .sidebar {
  189. width:245px;
  190. color:{color:Text};
  191. position: fixed;
  192. margin-top:60px;
  193. margin-left:-95px;
  194. }
  195.  
  196.  
  197. .sidebarimage {
  198. width:245px;
  199. margin-left:0px;
  200. margin-bottom:5px;
  201. }
  202.  
  203. .sidebarlinks {
  204. width:245px;
  205. line-height:2;
  206. padding-top:10px;
  207. margin-bottom:4px;
  208. font-size:11px;
  209. font-weight:100;
  210. font-family:arial;
  211. text-transform:lowercase;
  212. text-align:center;
  213. letter-spacing:0px;
  214. border-bottom:0px solid {color:Sidebar Link Border};
  215. }
  216.  
  217.  
  218. .sidebarlinks a {
  219. color:{color:Text};
  220. padding:3px;
  221. -moz-transition-duration: 0.5s;
  222. -o-transition-duration: 0.5s;
  223. -webkit-transition-duration: 0.5s;
  224. transition-duration: 0.5s;}
  225.  
  226. .sidebarlinks a:hover {
  227. color:{color:Link Hover};
  228. text-decoration:underline;
  229. -moz-transition-duration: 0.5s;
  230. -o-transition-duration: 0.5s;
  231. -webkit-transition-duration: 0.5s;
  232. transition-duration: 0.5s;}
  233.  
  234.  
  235. .description {
  236. text-transform:lowercase;
  237. width:245px;
  238. padding-top:10px;
  239. padding-bottom:10px;
  240. line-height:120%;
  241. text-align:center;
  242. font-size:11px;
  243. font-family:arial;
  244. color:{color:Text};
  245. letter-spacing:0px;
  246. }
  247.  
  248. .description a:hover {
  249. color:{color:Link Hover};
  250. }
  251.  
  252. .border {
  253. border-bottom: 1px solid {color:Sidebar Link Border};
  254. width:120px;
  255. }
  256.  
  257. .pagination {
  258. width:245px;
  259. padding-top:10px;
  260. padding-bottom:10px;
  261. text-align:center;
  262. font-family:arial;
  263. font-size:11px;
  264. letter-spacing:0px;
  265. font-weight:;
  266. text-transform:lowercase;
  267. }
  268.  
  269. .pagination a {
  270. padding:3px;
  271. color:{color:Text};
  272. }
  273.  
  274. .pagination a:hover {
  275. color:{color:Link Hover};
  276. }
  277.  
  278. .container {
  279. width:900px;
  280. margin: auto;
  281. margin-top:-8px;
  282. }
  283.  
  284.  
  285. .postscontainer {
  286. {block:ifNotShow400pxposts}
  287. max-width:500px;
  288. {/block:ifNotShow400pxposts}
  289. {block:ifShow400pxposts}
  290. max-width:400px;
  291. {/block:ifShow400pxposts}
  292. margin: auto;
  293. margin-top:-60px;
  294. margin-left:300px;
  295. }
  296.  
  297. .posts {
  298. {block:ifNotShow400pxposts}
  299. width:500px;
  300. {/block:ifNotShow400pxposts}
  301. {block:ifShow400pxposts}
  302. width:400px;
  303. {/block:ifShow400pxposts}
  304. font-size: {text:Body Font Size};
  305. font-family: {text:Body Font};
  306. margin-top:120px;
  307. text-align:justify;
  308. }
  309.  
  310. .posts img {
  311. {block:ifNotShow400pxposts}
  312. max-width:500px;
  313. {/block:ifNotShow400pxposts}
  314. {block:ifShow400pxposts}
  315. max-width:400px;
  316. {/block:ifShow400pxposts}
  317. }
  318.  
  319. .info {
  320. text-align:left;
  321. margin-top:32px;
  322. padding-bottom:10px;
  323. padding-top:10px;
  324. padding-left:20px;
  325. font-size:10px;
  326. font-family:calibri;
  327. line-height:14px;
  328. text-transform:lowercase;
  329. letter-spacing:0px;
  330. border-bottom:0px solid {color:Info Border};
  331. }
  332.  
  333. .info a {
  334. color:{color:Text};
  335. }
  336.  
  337. .info a:hover {
  338. text-decoration:underline;
  339. color:{color:Link Hover};
  340. }
  341.  
  342. .info2 {
  343. text-align:left;
  344. margin-top:0px;
  345. text-transform:lowercase;
  346. letter-spacing:0px;
  347. font-size:10px;
  348. font-family:calibri;
  349. }
  350.  
  351. .info2 a {
  352. color:{color:Text};
  353. }
  354.  
  355. .info2 a:hover {
  356. text-decoration:underline;
  357. color:{color:Link Hover};
  358. }
  359.  
  360. .dashicons {
  361. margin-top:5px;
  362. {block:ifNotShow400pxposts}
  363. margin-left:520px;
  364. {/block:ifNotShow400pxposts}
  365. {block:ifShow400pxposts}
  366. margin-left:420px;
  367. {/block:ifShow400pxposts}
  368. padding-bottom:0px;
  369. line-height:0%;
  370. font-family:calibri;
  371. text-transform:lowercase;
  372. letter-spacing:0px;
  373. font-size:11px;
  374. -webkit-transition:0.7s ease; position:absolute; opacity:0;
  375. list-style: none;
  376. }
  377.  
  378. .posts:hover .dashicons {
  379. margin-top:5px;filter: alpha(opacity = 100);
  380. opacity:100;-webkit-transition: all 0.5s ease-out;
  381. -moz-transition: all 0.5s ease-out;transition: all 0.5s ease-out;
  382. }
  383.  
  384. .posts:hover .tags {
  385. {block:ifHoverTags}
  386. margin-top:-5px;filter: alpha(opacity = 100);
  387. opacity:100;-webkit-transition: all 0.5s ease-in-out;
  388. -moz-transition: all 0.5s ease-in-out;
  389. -o-transition: all 0.5s ease-in-out;
  390. {/block:ifHoverTags}}
  391.  
  392. .tags {{block:ifHoverTags}
  393. -webkit-transition: all 0.5s ease-in-out;
  394. -moz-transition: all 0.5s ease-in-out;
  395. -o-transition: all 0.5s ease-in-out;
  396. position:absolute; opacity:0;
  397. {/block:ifHoverTags}
  398. {block:ifNotShow400pxposts}
  399. width:500px;
  400. {/block:ifNotShow400pxposts}
  401. {block:ifShow400pxposts}
  402. width:400px;
  403. {/block:ifShow400pxposts}
  404. position:absolute;
  405. margin-top:-5px;
  406. padding-left:20px;
  407. line-height:120%;
  408. font-family:arial;
  409. font-size:11px;
  410. text-align:left;
  411. }
  412.  
  413. .tags a {
  414. color:{color:Text};
  415. }
  416.  
  417. .tags a:hover {
  418. text-decoration:underline;
  419. color:{color:Link Hover};
  420. }
  421.  
  422. .postnote {
  423. {block:ifNotShow400pxposts}
  424. width:500px;
  425. {/block:ifNotShow400pxposts}
  426. {block:ifShow400pxposts}
  427. width:400px;
  428. {/block:ifShow400pxposts}
  429. text-transform:lowercase;
  430. font-size: {text:Body Font Size};
  431. font-family: {text:Body Font};
  432. text-align:left;
  433. line-height:90%;
  434. margin-top:40px;
  435. }
  436.  
  437. .postnote li {
  438. list-style-type:none;
  439. border-bottom:1px solid {color:Info Border};
  440. padding:37px 0px 3px 0px;
  441. text-align:left;
  442. margin:0px;
  443. -moz-transition-duration:0.5s;
  444. -webkit-transition-duration:0.5s;
  445. -o-transition-duration:0.5s;
  446. }
  447.  
  448. .postnote img {
  449. width:20px;
  450. padding: 3px;
  451. margin:2px 7px -3px 6px;
  452. text-align:left;
  453. margin:2px 7px -3px 6px;
  454. border:2px solid {color:Info Border};
  455. border-radius:100px;
  456. -webkit-border-radius:100px;
  457. -moz-border-radius:100px;
  458. }
  459.  
  460. .music {
  461. width:500px;
  462. {block:ifShow400pxposts}
  463. width:400px;
  464. {/block:ifShow400pxposts}
  465. padding-bottom:10px;
  466. }
  467.  
  468. .albumart {
  469. float:left;
  470. }
  471.  
  472. .albumart img {
  473. width:50px;
  474. padding: 3px;
  475. margin:2px 7px -3px 6px;
  476. border:2px solid {color:Info Border};
  477. border-radius:100px;
  478. -webkit-border-radius:100px;
  479. -moz-border-radius:100px;
  480. }
  481.  
  482. .playercontainer {
  483. text-align:left;
  484. padding-top:15px;
  485. width:450px;
  486. {block:ifShow400pxposts}
  487. width:350px;
  488. {/block:ifShow400pxposts}
  489. }
  490.  
  491. .musicinfo {
  492. padding:10px;
  493. margin-top:20px;
  494. font-size: {text:Body Font Size};
  495. font-family: {text:Body Font};
  496. color:{color:Text};
  497. }
  498.  
  499. .quote {
  500. font-size: {text:Body Font Size};
  501. font-family: {text:Body Font};
  502. letter-spacing:0px;
  503. line-height:90%;
  504. text-align:justify;
  505. }
  506.  
  507. .source {
  508. font-family:calibri;
  509. font-size:10px;
  510. font-style:normal;
  511. text-align:center;
  512. line-height:17px;
  513. }
  514.  
  515. .chat ol {
  516. font-size: {text:Body Font Size};
  517. font-family: {text:Body Font};
  518. line-height:100%;
  519. padding:0px;
  520. list-style:none;
  521. }
  522.  
  523. .label {
  524. font-size: {text:Body Font Size};
  525. font-family: {text:Body Font};
  526. font-weight:bold;
  527. color:{color:Text};
  528. }
  529.  
  530. .line.odd {
  531. padding:4px;
  532. margin-bottom:2px;
  533. }
  534.  
  535. .line.even {
  536. padding:4px;
  537. margin-bottom:2px;
  538. }
  539.  
  540. .ask {
  541. {block:ifNotShow400pxposts}
  542. width:500px;
  543. {/block:ifNotShow400pxposts}
  544. {block:ifShow400pxposts}
  545. width:400px;
  546. {/block:ifShow400pxposts}
  547. font-size: {text:Body Font Size};
  548. font-family: {text:Body Font};
  549. text-transform:capitalize;
  550. text-align:left;
  551. font-weight:;
  552. line-height: 120%;
  553. padding-top:4px;
  554. padding-left:7px;
  555. padding-bottom:8px;
  556. border-bottom: 1px solid {color:Questions Border};
  557. }
  558.  
  559. .ask a {
  560. color:{color:Text};
  561. }
  562.  
  563. .question {
  564. {block:ifNotShow400pxposts}
  565. width:500px;
  566. {/block:ifNotShow400pxposts}
  567. {block:ifShow400pxposts}
  568. width:400px;
  569. {/block:ifShow400pxposts}
  570. letter-spacing:0px;
  571. margin-top:3px;
  572. padding-left:7px;
  573. padding-bottom:8px;
  574. text-align:justify;
  575. color:{color:Text};
  576. font-size: {text:Body Font Size};
  577. font-family: {text:Body Font};
  578. }
  579.  
  580. .answer {
  581. {block:ifNotShow400pxposts}
  582. width:500px;
  583. {/block:ifNotShow400pxposts}
  584. {block:ifShow400pxposts}
  585. width:400px;
  586. {/block:ifShow400pxposts}
  587. letter-spacing:0px;
  588. text-align:justify;
  589. padding-top:5px;
  590. line-height: 120%;
  591. margin-bottom:1px;
  592. font-size: {text:Body Font Size};
  593. font-family: {text:Body Font};
  594. color:{color:Text};
  595. }
  596.  
  597. .askimg {
  598. padding: 3px;
  599. margin:2px 7px -3px 6px;
  600. }
  601.  
  602. .credit {
  603. position:fixed;
  604. font-family:calibri;
  605. font-size:8px;
  606. line-height:150%;
  607. letter-spacing:0px;
  608. right:5px;
  609. bottom:20px;
  610. text-transform:uppercase;
  611. text-align:center;
  612. }
  613.  
  614. .credit a {
  615. font-style:normal;
  616. padding:3px;
  617. color:{color:text};
  618. -moz-transition-duration:0.5s;
  619. -webkit-transition-duration:0.5s;
  620. -o-transition-duration:0.5s;
  621. }
  622.  
  623. </style>
  624. </head>
  625.  
  626.  
  627. <body>
  628. <div class="container">
  629. <div class="sidebar">
  630. <center>
  631. {block:ifShowTitle}
  632. <div class="title">
  633. {text:Title}</div>
  634. {/block:ifShowTitle}
  635. <a title="home" href="/"><img src="{image:sidebar}" class="sidebarimage"></a>
  636. <div class="sidebarlinks">
  637. <a href="/ask">ask</a>
  638. {block:ifShowLink1}
  639. <a href="{text:link1 url}">{text:link1}</a>
  640. {/block:IfShowLink1}
  641. {block:ifShowLink2}
  642. <a href="{text:link2 url}">{text:link2}</a>
  643. {/block:IfShowLink2}
  644. {block:ifShowLink3}
  645. <a href="{text:link3 url}">{text:link3}</a>
  646. {/block:IfShowLink3}
  647. {block:ifShowLink4}
  648. <a href="{text:link4 url}">{text:link4}</a>
  649. {/block:IfShowLink4}
  650. </div>
  651. <div class="description">
  652. <center>
  653. {Description}
  654. </center>
  655. </div>
  656.  
  657. {block:Pagination}
  658. <div class="pagination">
  659. {block:PreviousPage}
  660. <a href="{PreviousPage}">←</a>
  661. {/block:PreviousPage}
  662. {block:NextPage}
  663. <a href="{NextPage}"> →</a>
  664. {/block:NextPage}
  665. </div>
  666. {/block:Pagination}
  667. </center>
  668. </div>
  669.  
  670.  
  671.  
  672.  
  673. <div class="postscontainer">
  674.  
  675. {block:Posts}
  676. <div class="posts">
  677.  
  678. <div class="dashicons">
  679. {ReblogButton size="13"}
  680. </div>
  681.  
  682. {block:Text}
  683. {block:Title}<h2>{Title}</h2>{/block:Title}
  684. {Body}
  685. {/block:Text}
  686.  
  687. {block:Quote}<div class="quote">&#8220;{Quote}&#8221;</div><center><div class="source">&mdash; {block:Source}{Source}{/block:Source}</div></center><br>{/block:Quote}
  688.  
  689. {/block:Quote}
  690.  
  691. {block:Link}
  692. <h2><a href="{URL}">{Name}</a></h2>
  693. {block:Description}{Description}{/block:Description}
  694. {/block:Link}
  695.  
  696. {block:Chat}{block:Title}<h2>{Title}</h2>{/block:Title}<div class="chat"><ol>{block:Lines}<li class="line {Alt}">{block:Label}<span class="label">{Label}</span>{/block:Label} {Line}</li>{/block:Lines}
  697. </ol></div>{/block:Chat}
  698.  
  699. {block:Answer}<div class="ask"><span style="font-weight:bold;">{Asker}:</span><span style="text-transform:none;"> {Question}</span></div><div class="answer">{Answer}</div>{/block:answer}
  700.  
  701. {block:Photo}
  702. {LinkOpenTag}{block:ifNotShow400pxposts}<img src="{PhotoURL-500}" alt="{PhotoAlt}">{/block:ifNotShow400pxposts}
  703. {block:ifShow400pxposts}<img src="{PhotoURL-400}" alt="{PhotoAlt}">{/block:ifShow400pxposts}{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}
  704. {/block:Photo}
  705.  
  706. {block:Photoset}
  707. {block:ifNotShow400pxposts}{Photoset-500}{/block:ifNotShow400pxposts}{block:ifShow400pxposts}{Photoset-400}{/block:ifShow400pxposts}
  708. {block:Caption}{Caption}{/block:Caption}
  709. {/block:Photoset}
  710.  
  711. {block:Audio}<div class="music">{block:AlbumArt}<div class="albumart"><img src="{AlbumArtURL}"/>{/block:AlbumArt}</div>
  712. <div class="playercontainer">{AudioPlayerWhite}</div>
  713. <br><div class="musicinfo">{block:TrackName} {TrackName} {/block:TrackName} {block:Artist}by {Artist} {/block:Artist}
  714. {/block:ExternalAudio}
  715. {block:Caption}{Caption}{/block:Caption}<br></div>{/block:Audio}
  716.  
  717. {block:Video}
  718. {block:ifNotShow400pxposts}{Video-500}{/block:ifNotShow400pxposts}{block:ifShow400pxposts}{Video-400}{/block:ifShow400pxposts}
  719. {block:Caption}{Caption}{/block:Caption}
  720. {/block:Video}
  721.  
  722. {block:Date}<div class="info">{block:NoteCount}{NoteCount} {/block:NoteCount} <a title="{timeago}" href="{Permalink}">{ShortMonth} {DayofMonth}</a> {block:PermalinkPage}
  723. {block:RebloggedFrom}<a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFrom} {block:ContentSource}<a href="{SourceURL}">©</a> {/block:ContentSource}{/block:RebloggedFrom}
  724. {/block:PermalinkPage}</div>{/block:Date}
  725.  
  726. {block:HasTags}
  727. <div class="tags">
  728. {block:Tags}<a href="{TagURL}">#{Tag}</a>  {/block:Tags}
  729. </div>
  730. {/block:HasTags}
  731.  
  732.  
  733. <div class="postnote">
  734. {block:PostNotes}{PostNotes}{/block:PostNotes}
  735. </div>
  736. {/block:Posts}
  737.  
  738.  
  739. <div class="credit"><div class="credit"><a href="http://scottisbae.tumblr.com/">scottisbae</a></div>
  740.  
  741. </div>
  742. </div>
  743. </div>
  744. </body>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement