sexycullen

# 119

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