Advertisement
curlyrps

"lipstick", theme 8 by harryassists

Mar 14th, 2014
2,140
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 16.86 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><title>{Title}</title>
  5. <link rel="shortcut icon" href="{Favicon}">
  6. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  7. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  8.  
  9. <!---
  10. theme 8 "LIPSTICK" by harryassists
  11. • do NOT redistribute
  12. • editing for personal use is totally welcome
  13. • come to me if you'd like to release an edited version
  14. • taking little snippets and putting them into your own coding is STILL stealing and i WILL ask you to take said snippet down
  15. • don't take images from the static preview
  16. • thank you for using this theme, have fun! :-)
  17. --->
  18.  
  19. <meta name="color:Background" content="#ffffff"/>
  20. <meta name="color:Text" content="#a8a8a8"/>
  21. <meta name="color:postbg" content="#000000"/>
  22. <meta name="color:Border" content="#dddddd"/>
  23. <meta name="color:links" content=""/>
  24. <meta name="color:accent" content="#f2f2f2"/>
  25. <meta name="color:Scrollbar" content="#000000"/>
  26. <meta name="color:Post Links" content="#c0bfbf"/>
  27.  
  28. <meta name="image:Background" content=""/>
  29. <meta name="image:sidebar1" content=""/>
  30. <meta name="image:sidebar2" content=""/>
  31.  
  32. <meta name="text:title1" content=""/>
  33. <meta name="text:title2" content=""/>
  34. <meta name="text:link 1 label" content="" />
  35. <meta name="text:link 2 label" content="" />
  36. <meta name="text:link 3 label" content="" />
  37. <meta name="text:link 4 label" content="" />
  38. <meta name="text:link 5 label" content="" />
  39. <meta name="text:link 6 label" content="" />
  40. <meta name="text:link 1" content=""/>
  41. <meta name="text:link 2" content=""/>
  42. <meta name="text:link 3" content=""/>
  43. <meta name="text:link 4" content=""/>
  44. <meta name="text:link 5" content=""/>
  45. <meta name="text:link 6" content=""/>
  46.  
  47. <style type="text/css">
  48.  
  49. @font-face {
  50. font-family: 'SILK';
  51. src: url('http://static.tumblr.com/53qqekh/EQEn19w3o/slkscr.ttf') format('truetype');
  52. font-weight: normal;
  53. font-style: normal;
  54.  
  55. }
  56.  
  57. #tumblr_controls{
  58.  
  59. position:fixed !important;
  60.  
  61. -webkit-filter: invert(100%);
  62.  
  63. }
  64.  
  65. ::-webkit-scrollbar-thumb {
  66. height:9px;
  67. background-color:{color:scrollbar};
  68. border:1px solid {color:background};
  69. }
  70.  
  71. ::-webkit-scrollbar {
  72. margin-right:5px;
  73. width:7px;
  74. height:5px;
  75. border:3px solid {color:background};
  76. background-color:{color:scrollbar};
  77. }
  78.  
  79.  
  80. body {
  81. background:{color:background};
  82. margin:0px;
  83. color:{color:text};
  84. font-family:"silk";
  85. font-size:8px;
  86. line-height:100%;
  87. letter-spacing:0px;
  88. text-align:justify;
  89. background-image:url('{image:background}');
  90. background-attachment:fixed;
  91. }
  92.  
  93. small {
  94. font-size:8px;
  95. font-family:"silk";
  96. }
  97.  
  98. li {
  99. list-style-type:square;
  100. }
  101.  
  102. a {
  103. text-decoration:none;
  104. outline:none;
  105. -moz-outline-style:none;
  106. color:{color:Post Links};
  107. }
  108.  
  109. sub {
  110. font-size:8px;
  111. }
  112.  
  113. sup {
  114. font-size:8px;
  115. }
  116.  
  117. img {
  118. max-width:100%;
  119. }
  120.  
  121. blockquote {
  122. padding:10px;
  123. border-left:4px solid {color:accent};
  124. width:auto;
  125. background-color:{color:links};
  126. color:{color:postbg};
  127. -webkit-border-top-right-radius: 4px;
  128. -webkit-border-bottom-right-radius: 4px;
  129. -moz-border-radius-topright: 4px;
  130. -moz-border-radius-bottomright: 4px;
  131. border-top-right-radius: 4px;
  132. border-bottom-right-radius: 4px;
  133. }
  134.  
  135. blockquote a{
  136. color:{color:postbg};
  137. text-decoration:underline;
  138. }
  139.  
  140. pre {
  141. width:auto;
  142. word-wrap:break-word;
  143. text-transform:uppercase;
  144. text-align:center;
  145. background-color:{color:accent};
  146. padding:3px;
  147. color:{color:postbg};
  148. border-top:4px solid {color:accent};
  149. -webkit-border-top-left-radius: 4px;
  150. -webkit-border-top-right-radius: 4px;
  151. -moz-border-radius-topleft: 2px;
  152. -moz-border-radius-topright: 2px;
  153. border-top-left-radius: 4px;
  154. border-top-right-radius: 4px;
  155. }
  156.  
  157. h1 {
  158. font-size:8px;
  159. font-family:'silk';
  160. text-decoration:none;
  161. border-left:4px solid {color:accent};
  162. width:auto;
  163. background-color:{color:background};
  164. text-align:left;
  165. color:{color:postbg};
  166. padding:5px;
  167. font-weight:normal;
  168. }
  169.  
  170. h1 a{
  171. color:{color:post links};
  172. }
  173.  
  174. h2 {
  175. font-size:8px;
  176. font-family:'silk';
  177. font-style:none;
  178. width:auto;
  179. background-color:{color:background};
  180. text-align:center;
  181. color:{color:postbg};
  182. padding:5px;
  183. }
  184.  
  185. h2 a{
  186. color:{color:post links};
  187. }
  188.  
  189. a:hover {
  190. color:{color:accent};
  191. -moz-transition-duration:0.3s;
  192. -webkit-transition-duration:0.3s;
  193. -o-transition-duration:0.3s;
  194. }
  195.  
  196. #s-m-t-tooltip {
  197.  
  198. max-width:300px;
  199. background-color:{color:postbg};
  200. font-size:9px;
  201. font:"SILK";
  202. color:{color:text};
  203. letter-spacing:1px;
  204. text-transform:lowercase;
  205. padding:5px;
  206. margin:20px 0px 0px 20px;
  207. z-index:9999999999999999999999;
  208. }
  209.  
  210. #more {
  211. width:auto;
  212. text-transform:uppercase;
  213. text-align:center;
  214. background-color:{color:accent};
  215. padding:3px;
  216. color:{color:postbg};
  217. border-bottom:4px solid {color:accent};
  218. -webkit-border-bottom-right-radius: 4px;
  219. -webkit-border-bottom-left-radius: 4px;
  220. -moz-border-radius-bottomright: 4px;
  221. -moz-border-radius-bottomleft: 4px;
  222. border-bottom-right-radius: 4px;
  223. border-bottom-left-radius: 4px;
  224. }
  225.  
  226. /*ENTRIES*/
  227.  
  228. #entries {
  229. padding:10px;
  230. width:570px;
  231. height:100%;
  232. margin-left:700px;
  233. margin-top:50px;
  234. font-size:8px;
  235. font-family:"silk";
  236. letter-spacing:0px;
  237. }
  238.  
  239. #post {
  240. margin-bottom:20px;
  241. margin-left:15px;
  242. width:500px;
  243. padding-left:25px;
  244. padding-right:25px;
  245. padding-top:25px;
  246. margin-top:-6px;
  247. background-color:{color:postbg};
  248. -webkit-border-radius: 4px;
  249. -moz-border-radius: 4px;
  250. border-radius: 4px;
  251. border-bottom:21px solid {color:accent};
  252. border-top:4px solid {color:accent};
  253. }
  254.  
  255. /*sidebar1*/
  256.  
  257. #sbcont:hover #sidebar1 {
  258. width:0px;
  259. -moz-transition-duration:0.8s;
  260. -webkit-transition-duration:0.8s;
  261. -o-transition-duration:0.8s;
  262. }
  263.  
  264. #sbcont {
  265. position:fixed;
  266. margin-top:-20px;
  267. margin-left:140px;
  268. -moz-transition-duration:0.8s;
  269. -webkit-transition-duration:0.8s;
  270. -o-transition-duration:0.8s;
  271. }
  272.  
  273. #sbbg {
  274. position:fixed;
  275. margin-top:51px;
  276. margin-left:0px;
  277. height:500px;
  278. width:500px;
  279. background-color:{color:postbg};
  280. }
  281.  
  282. #sidebar1 {
  283. margin-top:87px;
  284. position:fixed;
  285. width:500px;
  286. height:400px;
  287. z-index:999;
  288. background-image:url('{image:sidebar1}');
  289. -moz-transition-duration:0.9s;
  290. -webkit-transition-duration:0.9s;
  291. -o-transition-duration:0.9s;
  292. }
  293.  
  294. #sidebar2 {
  295. margin-top:97px;
  296. margin-left:10px;
  297. position:fixed;
  298. width:250px;
  299. height:380px;
  300. z-index:999;
  301. background-image:url('{image:sidebar2}');
  302. }
  303.  
  304. .slinks {
  305. position:fixed;
  306. z-index:9999999;
  307. background-color:{color:accent};
  308. padding:18px;
  309. height:50px;
  310. margin-top:487px;
  311. border-bottom:4px solid {color:postbg};
  312. -webkit-border-bottom-right-radius: 4px;
  313. -webkit-border-bottom-left-radius: 4px;
  314. -moz-border-radius-bottomright: 4px;
  315. -moz-border-radius-bottomleft: 4px;
  316. border-bottom-right-radius: 4px;
  317. border-bottom-left-radius: 4px;
  318. -moz-transition-duration:0.8s;
  319. -webkit-transition-duration:0.8s;
  320. -o-transition-duration:0.8s;
  321. }
  322.  
  323. .slinks a {
  324. width:140px;
  325. margin-bottom:10px;
  326. height:8px;
  327. text-align:center;
  328. padding:6px;
  329. letter-spacing:3px;
  330. color:{color:postbg};
  331. font-family:'silk';
  332. background-color:{color:links};
  333. font-size:8px;
  334. text-transform:uppercase;
  335. display:inline-block;
  336. border-top:4px solid {color:border};
  337. -webkit-border-radius: 4px;
  338. -moz-border-radius: 4px;
  339. border-radius: 4px;
  340. -moz-transition-duration:0.8s;
  341. -webkit-transition-duration:0.8s;
  342. -o-transition-duration:0.8s;
  343. }
  344.  
  345. .slinks a:hover {
  346. letter-spacing:5px;
  347. -webkit-box-shadow:inset 400px 0px {color:accent};
  348. -moz-transition-duration:0.8s;
  349. -webkit-transition-duration:0.8s;
  350. -o-transition-duration:0.8s;}
  351.  
  352. #description {
  353. height:51px;
  354. margin-top:12px;
  355. position:fixed;
  356. background-color:{color:accent};
  357. border-top:4px solid {color:postbg};
  358. color:text;
  359. padding:10px;
  360. width:480px;
  361. position:fixed;
  362. overflow:auto;
  363. z-index:99999;
  364. -webkit-border-top-left-radius: 4px;
  365. -webkit-border-top-right-radius: 4px;
  366. -moz-border-radius-topleft: 4px;
  367. -moz-border-radius-topright: 4px;
  368. border-top-left-radius: 4px;
  369. border-top-right-radius: 4px;
  370. }
  371.  
  372. #description a{
  373. color:{color:postbg};
  374. }
  375.  
  376. #description h1 {
  377. font-size:8px;
  378. font-family:'silk';
  379. text-decoration:none;
  380. border-left:4px solid {color:postbg};
  381. width:auto;
  382. background-color:{color:background};
  383. text-align:left;
  384. color:{color:postbg};
  385. padding:5px;
  386. font-weight:normal;
  387. }
  388.  
  389. #text {
  390. margin-top:98px;
  391. margin-left:272px;
  392. position:fixed;
  393. padding:25px;
  394. background-color:{color:accent};
  395. width:168px;
  396. height:330px;
  397. overflow:auto;
  398. }
  399.  
  400. #text a {
  401. color:{color:postbg};
  402. }
  403.  
  404. #text h1 {
  405. margin-left:-10px;
  406. font-size:8px;
  407. font-family:'silk';
  408. text-decoration:none;
  409. border-left:4px solid {color:postbg};
  410. width:175px;
  411. background-color:{color:background};
  412. text-align:left;
  413. color:{color:postbg};
  414. padding:5px;
  415. font-weight:normal;
  416. }
  417.  
  418. #text blockquote {
  419. margin-left:-10px;
  420. padding:10px;
  421. border-left:4px solid {color:background};
  422. width:165px;
  423. background-color:{color:postbg};
  424. color:{color:text};
  425. -webkit-border-top-right-radius: 4px;
  426. -webkit-border-bottom-right-radius: 4px;
  427. -moz-border-radius-topright: 4px;
  428. -moz-border-radius-bottomright: 4px;
  429. border-top-right-radius: 4px;
  430. border-bottom-right-radius: 4px;
  431. }
  432.  
  433. #text blockquote a{
  434. color:{color:postbg};
  435. }
  436.  
  437. #pagination {
  438. position:fixed;
  439. margin-top:-30px;
  440. margin-left:725px;
  441. width:538px;
  442. height:10px;
  443. padding:6px;
  444. font-family:"silk";
  445. color:{color:text};
  446. background-color:{color:accent};
  447. font-size:8px;
  448. text-transform:uppercase;
  449. text-align:center;
  450. z-index:999999;
  451. -webkit-border-top-left-radius: 4px;
  452. -webkit-border-top-right-radius: 4px;
  453. -moz-border-radius-topleft: 4px;
  454. -moz-border-radius-topright: 4px;
  455. border-top-left-radius: 4px;
  456. border-top-right-radius: 4px;
  457. border-top:4px solid {color:postbg};
  458. box-shadow: 0 -22px 0 {color:background};
  459. }
  460.  
  461. #pagination a {
  462. color:{color:text};
  463. }
  464.  
  465. /*POST INFO*/
  466.  
  467. #info {
  468. width:540px;
  469. text-align:right;
  470. font-family:'silk';
  471. margin-top:0px;
  472. margin-left:-25px;
  473. padding-top:3px;
  474. color:{color:postbg};
  475. font-size:9px;
  476. font-style:none;
  477. padding:5px;
  478. line-height:10px;
  479. text-transform:uppercase;
  480. z-index:99999;
  481. background-color:{color:accent};
  482. }
  483.  
  484. #info a {
  485. text-align:center;
  486. color:{color:postbg};
  487. }
  488.  
  489. #info a:hover {
  490. -moz-transition-duration:0.3s;
  491. -webkit-transition-duration:0.3s;
  492. -o-transition-duration:0.3s;
  493. color:{color:accent}
  494. }
  495.  
  496. #tags {
  497. background-color:{color:accent};
  498. text-align:left;
  499. width:511px;
  500. margin-top:1px;
  501. margin-left:-1px;
  502. text-align:left;
  503. font-family:'silk';
  504. font-size:8px;
  505. padding-left:30px;
  506. font-size:8px;
  507. opacity:1;
  508. transition-duration: 0.5s;
  509. -moz-transition-duration: 0.5s;
  510. -webkit-transition-duration: 0.5s;
  511. -o-transition-duration: 0.5s
  512. color:{color:postbg};
  513. -webkit-border-bottom-right-radius: 4px;
  514. -webkit-border-bottom-left-radius: 4px;
  515. -moz-border-radius-bottomright: 2px;
  516. -moz-border-radius-bottomleft: 2px;
  517. border-bottom-right-radius: 4px;
  518. border-bottom-left-radius: 4px;
  519. }
  520.  
  521. #tags a {
  522. letter-spacing:0px;
  523. font-size:8px;
  524. text-align:center;
  525. font-family:'SILK';
  526. text-decoration:none;
  527. display:inline-block;
  528. color:{color:postbg};
  529. }
  530.  
  531. #tags a:hover {
  532. -moz-transition-duration:0.3s;
  533. -webkit-transition-duration:0.3s;
  534. -o-transition-duration:0.3s;
  535. color:{color:accent};
  536. }
  537.  
  538. /*QUESTION*/
  539.  
  540. #ask {
  541. background-color:{color:background};
  542. padding:14px;
  543. font-family:"silk";
  544. font-size:8px;
  545. letter-spacing:0px;
  546. text-align:center;
  547. margin-top:0px;
  548. margin-left:0px;
  549. text-transform:lowercase;
  550. line-height:100%;
  551. color:{color:postbg};
  552. -webkit-border-top-left-radius: 4px;
  553. -webkit-border-top-right-radius: 4px;
  554. -moz-border-radius-topleft: 4px;
  555. -moz-border-radius-topright: 4px;
  556. border-top-left-radius: 4px;
  557. border-top-right-radius: 4px;
  558. }
  559.  
  560. #ask a{
  561. color:{color:text};
  562. }
  563.  
  564. #asker {
  565. color:{color:postbg};
  566. padding-bottom:5px;
  567. font-family:'silk';
  568. text-transform:uppercase;
  569. padding-left:5px;
  570. font-size:8px;
  571. letter-spacing:1px;
  572. text-align:center;
  573. padding-right:5px;
  574. width:490px;
  575. margin-top:0px;
  576. background-color:{color:accent};
  577. padding-top:15px;
  578. padding-bottom:15px;
  579. -webkit-border-bottom-right-radius: 4px;
  580. -webkit-border-bottom-left-radius: 4px;
  581. -moz-border-radius-bottomright: 4px;
  582. -moz-border-radius-bottomleft: 4px;
  583. border-bottom-right-radius: 4px;
  584. border-bottom-left-radius: 4px;
  585. }
  586.  
  587. #asker a{
  588. color:{color:postbg};
  589. }
  590. /*CREDIT*/
  591.  
  592. #cred {
  593. position:fixed;
  594. font-size:10px;
  595. font-family:'helvetica';
  596. background-color:{color:postbg};
  597. right:9px;
  598. bottom:9px;
  599. padding:5px;
  600. z-index:9999999999999999999999999;
  601. -webkit-border-radius: 4px;
  602. -moz-border-radius: 4px;
  603. border-radius: 4px;
  604. }
  605.  
  606. {CustomCSS}</style></head><body>
  607.  
  608. <!-- start of script tooltip -->
  609. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  610.  
  611. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  612.  
  613. <script>
  614.  
  615. (function($){
  616.  
  617. $(document).ready(function(){
  618.  
  619. $("a[title]").style_my_tooltips({
  620.  
  621. tip_follows_cursor:true,
  622.  
  623. tip_delay_time:10,
  624.  
  625. tip_fade_speed:60,
  626.  
  627. attribute:"title"
  628.  
  629. });
  630.  
  631. });
  632.  
  633. })(jQuery);
  634.  
  635. </script>
  636.  
  637. <div id="sbcont">
  638. <div id="sbbg"></div>
  639. <div id="description">{Description}</div>
  640.  
  641. <!-- START OF TEXT -->
  642.  
  643. <div id="text">
  644. <img src="https://31.media.tumblr.com/65cf7b7f6b154a70fad07de7b4c18ed8/tumblr_inline_n2gc8c6IFy1svayen.png"/>
  645. <p>heey- edit this in the html. here's how to format text.</p>
  646. <h1>without the spaces, < h1 > will give you this effect. end the effect with < / h1 >.</h1>
  647. <blockquote>without the spaces, < blockquote > will give you this effect. end the effect with < / blockquote >.</blockquote>
  648. <img src="https://31.media.tumblr.com/65cf7b7f6b154a70fad07de7b4c18ed8/tumblr_inline_n2gc8c6IFy1svayen.png"/>
  649. <p>to add an image, use < img src = "IMAGE URL HERE" / >. remember to remove the spaces.</p>
  650. <p>this is <b>bolded text</b> and this is <i>italicized text</i>.</p>
  651. </p>
  652. </div>
  653.  
  654. <!--END OF TEXT-->
  655.  
  656. <div id="sidebar2"></div>
  657. <div id="sidebar1"></div>
  658. <div class="slinks">
  659. <a href="{text:link 1}">{text:link 1 label}</a>
  660. <a href="{text:link 2}">{text:link 2 label}</a>
  661. <a href="{text:link 3}">{text:link 3 label}</a><br>
  662. <a href="{text:link 4}">{text:link 4 label}</a>
  663. <a href="{text:link 5}">{text:link 5 label}</a>
  664. <a href="{text:link 6}">{text:link 6 label}</a></div>
  665. </div>
  666.  
  667. <div id="pagination">
  668. {block:Pagination}{block:PreviousPage}
  669. <a href="{PreviousPage}"> « </a>
  670. {/block:PreviousPage}{block:JumpPagination length="5"}{block:CurrentPage}
  671. <span class="current_page">{PageNumber}</span>
  672. {/block:CurrentPage}{block:JumpPage}
  673. <a class="jump_page" href="{URL}">{PageNumber}</a>
  674. {/block:JumpPage}{/block:JumpPagination}{block:NextPage}
  675. <a href="{NextPage}"> » </a>
  676. {/block:NextPage}{/block:Pagination}
  677. </div>
  678.  
  679. <div id="entries">
  680. {block:Posts}
  681. <div id="post">
  682.  
  683. {block:Text}
  684. {block:Title}<h1>{Title}</h1>{/block:Title}
  685. {Body}{/block:Text}
  686.  
  687. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}
  688. {block:Caption}{Caption}{/block:Caption}{/block:Photo}
  689.  
  690. {block:Photoset}{Photoset-500}{block:Caption}{Caption}
  691. {/block:Caption}{/block:Photoset}
  692.  
  693. {block:Quote}<h2>"{Quote}"</h2>
  694. {block:Source}<div class="qsource"> —{Source}</div>
  695. {/block:Source}{/block:Quote}
  696.  
  697. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  698.  
  699. {block:Chat}{block:Title}{Title}{/block:Title}{block:Lines}{block:Label}<b><u>{Label}</u></b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  700.  
  701. {block:Audio}<left>{block:AlbumArt}<img src="{AlbumArtURL}" width="60px" height="60px" align="left" style="margin-right:10px" />{/block:AlbumArt}<span class="audio">{AudioPlayerBlack}</left></span>
  702. {block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}
  703. {block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  704. {/block:ExternalAudio}<b>Played:</b> {PlayCount}<br>
  705. {/block:Audio}<br>
  706.  
  707. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  708.  
  709. {block:Answer}<div id="ask"><p>"{Question}",</div><div id="asker">said {Asker}.</div>{Answer}{/block:answer}
  710.  
  711. {block:More}<div id="more"><a href="{Permalink}">READ MORE→</a></div>{/block:More}
  712.  
  713. <p></p><p>
  714. <div id="info">
  715. <a href="{Permalink}">{TimeAgo}</a> ▴
  716. {block:RebloggedFrom} <a href="{ReblogParentURL}"> via </a>{/block:RebloggedFrom} ▴ {block:ContentSource} <a href="{SourceURL}"> source </a>{/block:ContentSource}
  717. ▴ {NoteCount}</a>
  718. {block:HasTags}<div id="tags">
  719.  
  720. {block:Tags}<a href="/tagged/{Tag}">#{Tag}</a>&nbsp;{/block:Tags}
  721. </div>{block:HasTags}
  722. </div>
  723. </div>
  724. {/block:Posts}
  725. <br><br>{block:PostNotes}<div id="notes"><left>{PostNotes}</div>{/block:PostNotes}
  726. {/block:Posts}</div></div></div>
  727. <br><br><br><br>
  728.  
  729. <div id="cred">
  730. <a href="http://harryassists.tumblr.com/"><big><big>☯ ☯ ☯</big></big></a>
  731. </div>
  732. </div>
  733.  
  734. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement