Advertisement
consdeleonn

Duet - consdeleonn.tumblr.com

Nov 2nd, 2015
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 17.29 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. <!--
  5. consdeleonn.tumblr.com
  6. -->
  7.  
  8. <head>
  9. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js" type="text/javascript"><!--mce:0--></script>
  10. <script src="toggle.js" type="text/javascript"><!--mce:1--></script>
  11. <script type="text/javascript">
  12. $(document).ready(function(){
  13. $(".description").hide();
  14. $(".about").click(function(){
  15. $('.description').slideToggle("fast");
  16. return true;
  17. });
  18. });
  19. </script>
  20.  
  21. <link href='http://fonts.googleapis.com/css?family=Raleway:100' rel='stylesheet' type='text/css'>
  22.  
  23. <link href='http://fonts.googleapis.com/css?family=Six+Caps' rel='stylesheet' type='text/css'>
  24.  
  25. <meta name="color:Background" content="#f5f5f5" />
  26. <meta name="color:Text" content="#333333" />
  27. <meta name="color:Links" content="#555555"/>
  28. <meta name="color:Hover" content="#dad8d8"/>
  29. <meta name="color:Scrollbar" content="#666666"/>
  30. <meta name="color:Answer" content="#dad8d8"/>
  31. <meta name="color:Content" content="#ffffff"/>
  32. <meta name="image:Background" content=""/>
  33. <meta name="image:Header" content=""/>
  34. <meta name="text:first custom link title" content=""/>
  35. <meta name="text:first custom link url" content=""/>
  36. <meta name="text:second custom link title" content=""/>
  37. <meta name="text:second custom link url" content=""/>
  38. <meta name="text:third custom link title" content=""/>
  39. <meta name="text:third custom link url" content=""/>
  40. <meta name="text:fourth custom link title" content=""/>
  41. <meta name="text:fourth custom link url" content=""/>
  42. <meta name="text:fifth custom link title" content=""/>
  43. <meta name="text:fifth custom link url" content=""/>
  44. <meta name="text:sixth custom link title" content=""/>
  45. <meta name="text:sixth custom link url" content=""/>
  46. <meta name="if:first custom link" content="0"/>
  47. <meta name="if:second custom link" content="0"/>
  48. <meta name="if:third custom link" content="0"/>
  49. <meta name="if:fourth custom link" content="0"/>
  50. <meta name="if:fifth custom link" content="0"/>
  51. <meta name="if:sixth custom link" content="0"/>
  52. <meta name="if:Home link" content="1"/>
  53. <meta name="if:Message link" content="1"/>
  54. <meta name="if:Submit link" content="0"/>
  55. <meta name="if:Archive link" content="1"/>
  56. <meta name="if:Show Header Image" content="0"/>
  57. <meta name="if:Cross cursor" content="1"/>
  58. <meta name="if:Image Shadows" content="1"/>
  59. <meta name="if:Drop Down links" content="1"/>
  60. <meta name="font:Body" content="Geneva"/>
  61.  
  62. <title>{Title}</title>
  63. <link rel="shortcut icon" href="{Favicon}">
  64. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  65. <link rel="shortcut icon" href="{Favicon}">
  66. <title>Untitled Document</title>
  67. <link rel="shortcut icon" href="{Favicon}">
  68. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  69.  
  70. {block:Description}
  71. <meta name="description" content="{MetaDescription}" />
  72. {/block:Description}
  73.  
  74. <style type="text/css">
  75. {CustomCSS}
  76.  
  77. p{
  78. margin:0px;
  79. padding:0px;
  80. }
  81.  
  82. #tumblr_controls{
  83. position:absolute;
  84. margin-top:0px;
  85. margin-right:0px;
  86. }
  87.  
  88. #tumblr_controls{
  89. -webkit-transition: opacity 0.2s linear;
  90. opacity: 0.7;
  91. }
  92. #tumblr_controls:hover{
  93. -webkit-transition: opacity 0.2s linear;
  94. opacity: 1;
  95. }
  96.  
  97. a{
  98. text-decoration: none;
  99. color:{color:links};
  100. -moz-transition: all 0.3s ease-out;
  101. -o-transition: all 0.3s ease-out;
  102. -webkit-transition: all 0.3s ease-out;
  103. transition: all 0.3s ease-out;
  104. {block:ifcrosscursor}
  105. cursor: crosshair;
  106. {/block:ifcrosscursor}
  107. }
  108.  
  109. a:hover{
  110. color:{color:hover};
  111. -moz-transition: all 0.3s ease-out;
  112. -o-transition: all 0.3s ease-out;
  113. -webkit-transition: all 0.3s ease-out;
  114. transition: all 0.3s ease-out;
  115. {block:ifcrosscursor}
  116. cursor: crosshair;
  117. {/block:ifcrosscursor}
  118. }
  119.  
  120. body{
  121. color:{color:Text};
  122. background-color:{color:Background};
  123. background-image:url({image:Background});
  124. background-attachment: fixed; background-repeat: repeat;
  125. font-size:9px;
  126. text-align: center;
  127. font-family: {font:Body};
  128. line-height:10px;
  129. {block:ifcrosscursor}
  130. cursor: crosshair;
  131. {/block:ifcrosscursor}
  132. }
  133.  
  134. #content{
  135. margin: auto auto auto auto ;
  136. width:100%;
  137. top:0px;
  138. position:relative;
  139. {block:ifcrosscursor}
  140. cursor: crosshair;
  141. {/block:ifcrosscursor}
  142. }
  143.  
  144. #content .posts{
  145. width:640px;
  146. margin:auto;
  147. background-color:{color:Content};
  148. {block:ifcrosscursor}
  149. cursor: crosshair;
  150. {/block:ifcrosscursor}
  151. {block:PermalinkPage}
  152. margin-bottom:35px;
  153. width:640px;
  154. {/block:PermalinkPage}
  155. }
  156.  
  157. #content .entry{
  158. {block:IndexPage}
  159. width:300px;
  160. margin:10px;
  161. padding:0px;
  162. float:left;
  163. {block:ifcrosscursor}
  164. cursor: crosshair;
  165. {/block:ifcrosscursor}
  166. }
  167.  
  168. {/block:IndexPage}
  169. {block:PermalinkPage}
  170. width:640px;
  171. {/block:PermalinkPage}
  172. }
  173.  
  174. #content .entry img{
  175. {block:IndexPage}
  176. max-width:300px;
  177. {/block:IndexPage}
  178. {block:ifcrosscursor}
  179. cursor: crosshair;
  180. {/block:ifcrosscursor}
  181. }
  182.  
  183. .entry:hover .tc {
  184. opacity: .5;
  185. filter: alpha(opacity = 50);
  186. margin-left: 0;
  187. }
  188.  
  189. .td {
  190. position: absolute;
  191. text-transform: uppercase;
  192. text-align: center;
  193. font-size: 8px;
  194. height: 10px;
  195. line-height: 10px;
  196. bottom: 1px;
  197. width: 100%;
  198. height: 100%;
  199. background-color: rgba(300, 300, 300, 0.4);
  200. opacity: 0;
  201. filter: alpha(opacity = 0);
  202. -webkit-transition: all 0.7s ease;
  203. -moz-transition: all 0.7s ease;
  204. transition: all 0.7s ease;
  205. -o-transition: all 0.7s ease;
  206. }
  207.  
  208. .entry:hover .td {
  209. opacity: 1;
  210. filter: alpha(opacity = 100);
  211. }
  212.  
  213. .entry a:hover .td{
  214. background: rgba(0, 0, 0, 1.0)!important;
  215. }
  216.  
  217. .e {
  218. position: absolute;
  219. top: 60%;
  220. width: 100%;
  221. height: 120px;
  222. margin: -50px 0 0 0px;
  223. color: #ffffff;
  224. }
  225.  
  226. .e a {
  227. font-size: 60px;
  228. letter-spacing:1px;
  229. font-family:Six Caps;
  230. color: #000;
  231. }
  232.  
  233. .top{
  234. width:564px;
  235. text-align:center;
  236. margin: -20px auto ;
  237. z-index:5000;
  238. margin-bottom:-30px;
  239. padding:38px;
  240. font-family: {font:Body};
  241. background-color:{color:Content};
  242. {block:ifcrosscursor}
  243. cursor: crosshair;
  244. {/block:ifcrosscursor}
  245. }
  246.  
  247. .h1{
  248. font-family: {font:Body};
  249. display:block;
  250. font-size:18px;
  251. letter-spacing: 2px;
  252. line-height:18px;
  253. text-align: center;
  254. margin-bottom: 10px;
  255. }
  256.  
  257. .h2{
  258. font-size:27px;
  259. letter-spacing: 5px;
  260. line-height:20px;
  261. margin-bottom:5px;
  262. font-family: {font:Body};
  263. }
  264.  
  265. .h3{
  266. font-size:95px;
  267. line-height:20px;
  268. text-align:center;
  269. letter-spacing:5px;
  270. font-family: Six Caps;
  271. }
  272.  
  273. .h4{
  274. font-size:9px;
  275. line-height:20px;
  276. text-align:center;
  277. text-transform: uppercase;
  278. letter-spacing:1px;
  279. font-family: {font:Body};
  280. }
  281.  
  282. .h5{
  283. font-size:9px;
  284. line-height:11px;
  285. text-align:center;
  286. letter-spacing:1px;
  287. font-family: {font:Body};
  288. }
  289.  
  290. .notes{
  291. width:640px;
  292. padding-left:0px;
  293. text-align:left;
  294. }
  295.  
  296. .nav{
  297. text-align:center;
  298. margin-top:0px;
  299. margin-bottom:0px;
  300. font-family: {font:Body};
  301. }
  302.  
  303. .permalink{
  304. font-size:10px;
  305. border-width:1px;
  306. border-bottom-style:solid;
  307. text-align:left;
  308. font-family: 'Raleway', cursive;
  309. -webkit-transition: opacity 0.3s linear;
  310. opacity: 0.3;
  311. -moz-transition: all 0.3s ease-out;
  312. -o-transition: all 0.3s ease-out;
  313. -webkit-transition: all 0.3s ease-out;
  314. transition: all 0.3s ease-out;
  315.  
  316. }
  317. .permalink:hover{
  318. -webkit-transition: opacity 0.3s linear;
  319. opacity: 1;
  320. -moz-transition: all 0.3s ease-out;
  321. -o-transition: all 0.3s ease-out;
  322. -webkit-transition: all 0.3s ease-out;
  323. transition: all 0.3s ease-out;
  324. padding-left:17px;
  325. }
  326.  
  327. .quote{
  328. font-size:17px;
  329. line-height:20px;
  330. text-transform:none;
  331. margin-bottom:5px;
  332. font-family: {font:Body};
  333. }
  334.  
  335. .audio{
  336. {block:IndexPage}
  337. width:300px;
  338. {/block:IndexPage}
  339. {block:PermalinkPage}
  340. width:488px;
  341. {/block:PermalinkPage}
  342. background-color:#fff;
  343. padding:5px;
  344. margin-bottom:0px;
  345. border-left:1px solid;
  346. border-right:1px solid;
  347. }
  348.  
  349. .audiocap, .videocap{
  350. background-color:{color:Other};
  351. display:block;
  352. padding:10px;
  353. }
  354.  
  355. .albumart, .albumart img{
  356. {block:IndexPage}
  357. width:300px;
  358. {/block:IndexPage}
  359. {block:PermalinkPage}
  360. width:500px;
  361. {/block:PermalinkPage}
  362. }
  363.  
  364. div.video embed,
  365. div.post div.video object {
  366. {block:IndexPage}
  367. width:250px !important;
  368. height:150px !important;
  369. {/block:IndexPage}
  370. {block:PermalinkPage}
  371. width:500px !important;
  372. height:400px !important;
  373. {/block:PermalinkPage}
  374. }
  375.  
  376. .question{
  377. font-weight:normal;
  378. margin-bottom:5px;
  379. font-size:12px;
  380. line-height:15px;
  381. display:block;
  382. font-family: {font:Body};
  383. }
  384.  
  385. {block:ifimageshadows}
  386. img{
  387. -webkit-box-shadow: 0px 7px 12px -3px rgba(10, 10, 10, 0.5);
  388. box-shadow: 0px 7px 12px -3px rgba(10, 10, 10, 0.5);
  389. }
  390. {/block:ifimageshadows}
  391.  
  392. .nav { font-size:10px;
  393. }
  394.  
  395. a {color:;text-decoration:none;-webkit-transition: all 0.7s ease-out;-moz-transition: all 0.7s ease-out;transition: all 0.7s ease-out;}
  396.  
  397. .fufu {width:227px;-webkit-transition: all 0.7s ease-out;-moz-transition: all 0.7s ease-out;transition: all 0.7s ease-out;}
  398.  
  399. .fufu:hover {-webkit-transform: translate(1em,0);-moz-transform: translate(1em,0);-o-transform: translate(1em,0);}
  400.  
  401. #biter
  402.  
  403. #bite a {display:block}
  404.  
  405. #bite .death {margin-top:-10px;filter: alpha(opacity = 0);opacity:0;-webkit-transition: all 0.7s ease-out;-moz-transition: all 0.7s ease-out;transition: all 0.7s ease-out;}
  406.  
  407. #bite:hover .death {margin-top:0px;-webkit-transition: all 0.7s ease-out;-moz-transition: all 0.7s ease-out;transition: all 0.7s ease-out; filter: alpha(opacity = 100);filter: alpha(opacity = 100);opacity:100;}
  408.  
  409. .asker{
  410. font-family: {font:Body};
  411. font-size:12px;
  412. }
  413.  
  414. .answer{
  415. padding:5px;
  416. font-size:12px;
  417. font-family: {font:Body};
  418. color: {color:text};
  419. border-right-style: solid;
  420. border-left-style: solid;
  421. border-width:1px;
  422. background-color:{color:answer};
  423. }
  424.  
  425.  
  426. ::-webkit-scrollbar-thumb:vertical {
  427. background-color:{color:Scrollbar};
  428. height:100px;
  429. }
  430.  
  431. ::-webkit-scrollbar-thumb:horizontal {
  432. background-color:{color:Scrollbar};
  433. height:10px;
  434. }
  435.  
  436. ::-webkit-scrollbar {
  437. height:10px;
  438. width:8px;
  439. background-color:{color:background};
  440. }
  441.  
  442. </style>
  443. <script type="text/javascript" src="http://static.tumblr.com/imovwvl/dJWl20ley/jqueryformasonry.js"></script>
  444. <script type="text/javascript" src="http://static.tumblr.com/imovwvl/rSGl20lfv/masonry.js">
  445. </script>
  446. <script src="http://static.tumblr.com/df28qmy/SHUlh3i7s/jquery.infinitescroll.js"></script>
  447. <script src="http://static.tumblr.com/thpaaos/lLwkowcqm/jquery.masonry.js"></script>
  448. <script type="text/javascript">
  449.  
  450. $(window).load(function () {
  451. $('.posts').masonry(),
  452. $('.masonryWrap').infinitescroll({
  453. navSelector : "div#navigation",
  454. // selector for the paged navigation (it will be hidden)
  455. nextSelector : "div#navigation a#nextPage",
  456. // selector for the NEXT link (to page 2)
  457. itemSelector : ".entry",
  458. // selector for all items you'll retrieve
  459. bufferPx : 10000,
  460. extraScrollPx: 11000,
  461. loadingImg : "",
  462. loadingText : "<em></em>",
  463. },
  464. // call masonry as a callback.
  465. function() { $('.posts').masonry({ appendedContent: $(this) }); }
  466. );
  467. });
  468. </script>
  469. <script type="text/javascript">$(window).load(function(){$("p").remove(":contains('Source:')");});</script></head>
  470.  
  471. <body>
  472. <div id="bite">
  473. <div class="top">
  474. {block:ifshowheaderimage}
  475. <a href="/"><img src="{image:header}" width=500px></a>
  476. {/block:ifshowheaderimage}
  477. <br><br>{block:ifnotshowheaderimage}
  478. <span class="h3"><a href="/">{Title}</a></span><br><br><br>
  479. {/block:ifnotshowheaderimage}
  480. <span class="h5">
  481. {Description}<br><br></span>
  482.  
  483. {block:ifdropdownlinks}
  484. <div class="death">
  485. {/block:ifdropdownlinks}
  486. <div class="nav">
  487. <span class="h4">
  488. {block:ifhomelink}<a href="/">Home</a> &nbsp;{block:ifhomelink}
  489. {block:ifmessagelink}<a href="/ask">Message</a> &nbsp;{block:ifmessagelink}{block:ifarchivelink} <a href="/archive">Archive</a> &nbsp;{/block:ifarchivelink}
  490. {block:ifsubmitlink}<a href="/submit">Submit</a> &nbsp;
  491. {/block:ifsubmitlink}
  492. {block:iffirstcustomlink}<a href="{text:first custom link url}">{text:first custom link title}</a> &nbsp;{/block:iffirstcustomlink}
  493. {block:ifsecondcustomlink}<a href="{text:second custom link url}">{text:second custom link title}</a> &nbsp;{/block:ifsecondcustomlink} {block:ifthirdcustomlink}<a href="{text:third custom link url}">{text:third custom link title}</a> &nbsp;{/block:ifthirdcustomlink}
  494. {block:iffourthcustomlink}<a href="{text:fourth custom link url}">{text:fourth custom link title}</a> &nbsp;{/block:iffourthcustomlink}
  495. {block:iffifthcustomlink}<a href="{text:fifth custom link url}">{text:fifth custom link title}</a> &nbsp;{/block:iffifthcustomlink}
  496. {block:ifsixthcustomlink}<a href="{text:sixth custom link url}">{text:sixth custom link title}</a> &nbsp;{/block:ifsixthcustomlink}
  497. <a href="http://consdeleonn.tumblr.com">Theme</a> &nbsp;
  498. </div>
  499. </div>
  500. </div>
  501. </div>
  502. <div id="content">
  503. <div class="posts">
  504. {block:Posts}
  505. <div class="entry">
  506. {block:Text}
  507. {block:Title}<span class="h1">{Title}</span>{/block:Title}
  508. {Body}
  509. {block:IndexPage}<div class="permalink"><a href="{Permalink}">{NoteCountWithLabel}</a> / <a href="{ReblogURL}" target="_blank">Reblog</a><div>{/block:IndexPage}</span></div></div>
  510. {block:PermalinkPage}<div style="margin-left:370px;"</div>{/block:PermalinkPage}
  511. {/block:Text}
  512.  
  513. {block:Photo}
  514. {block:IndexPage}
  515. <div class="td"><div class="e"><a href="{Permalink}">{NoteCount}</a></div></div>
  516. {LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}" width="100%"/>{LinkCloseTag}
  517. {/block:IndexPage}
  518. {block:PermalinkPage}
  519. {LinkOpenTag}
  520. <img src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="600"/></a>
  521. {LinkCloseTag}
  522. {/block:permalinkpage}
  523. {/block:Photo}
  524.  
  525. {block:Photoset}
  526. {block:IndexPage}{Photoset-250}{/block:IndexPage}
  527. {block:PermalinkPage}{Photoset-500}{/block:PermalinkPage}
  528. {block:IndexPage}<div class="permalink"><a href="{Permalink}">{NoteCountWithLabel}</a> / <a href="{ReblogURL}" target="_blank">Reblog</a><div>{/block:IndexPage}</span></div></div>
  529. {/block:Photoset}
  530.  
  531. {block:Quote}
  532. <div class="quote"><b><i>"</i></b>{Quote}<b><i>"</i></b> </div>
  533. {block:Source}<small>{Source}</small>{/block:Source}
  534. {block:IndexPage}<div class="permalink"><a href="{Permalink}">{NoteCountWithLabel}</a> / <a href="{ReblogURL}" target="_blank">Reblog</a><div>{/block:IndexPage}</span></div></div>
  535. {/block:Quote}
  536.  
  537. {block:Link}
  538. <a href="{URL}"{Target}><span class="h2"> ☞{Name}☜</span></a>
  539. {block:Description}<small>{Description}</small>{/block:Description}
  540. {block:IndexPage}<div class="permalink"><a href="{Permalink}">{NoteCountWithLabel}</a> / <a href="{ReblogURL}" target="_blank">Reblog</a><div>{/block:IndexPage}</span></div></div>
  541. {/block:Link}
  542.  
  543. {block:Video}
  544. <div class="video">
  545. {block:IndexPage}{Video-250}{/block:IndexPage}
  546. {block:PermalinkPage}{Video-500}{/block:PermalinkPage}
  547. </div>
  548. {block:IndexPage}<div class="permalink"><a href="{Permalink}">{NoteCountWithLabel}</a> / <a href="{ReblogURL}" target="_blank">Reblog</a><div>{/block:IndexPage}</span></div></div><div class="videocap"><a href="{Permalink}"></a></div>{/block:Caption}{/block:IndexPage}
  549.  
  550. {block:PermalinkPage}{block:Caption}<div class="videocap">{Caption}</div>{/block:Caption}{/block:PermalinkPage}
  551. {/block:Video}
  552.  
  553. {block:Chat}
  554. {block:Title}
  555. <div class="ptitle">{Title}</div>
  556. {/block:Title}{block:Lines}{block:Label}<b>{Label}</b> {/block:Label}{Line}<br>{/block:Lines}
  557. {block:IndexPage}<div class="permalink"><a href="{Permalink}">{NoteCountWithLabel}</a> / <a href="{ReblogURL}" target="_blank">Reblog</a><div>{/block:IndexPage}</span></div></div>
  558. {/block:Chat}
  559.  
  560. {block:Audio}
  561. {block:AlbumArt}<div class="albumart"><img src="{AlbumArtURL}"></a></div>{/block:AlbumArt}
  562. <div class="audio">{AudioPlayerWhite}</div>
  563. {block:IndexPage}{block:Caption}<div class="audiocap"><a href="{Permalink}">{Caption}</a></div>{/block:Caption}{/block:IndexPage}
  564. {block:PermalinkPage}{block:Caption}<div class="audiocap">{Caption}</div>{/block:Caption}{/block:PermalinkPage}
  565. {/block:Audio}
  566.  
  567. {block:Answer}
  568. <div class="asker">{Asker} said:</a><div class="question"><br>{Question}</div></div><div class="answer"><i>{Answer}</i></div>
  569. {block:IndexPage}<div class="permalink"><a href="{Permalink}">{NoteCountWithLabel}</a><div>{/block:IndexPage}</span></div></div>
  570. {block:PermalinkPage}<div style="margin-left:370px;"</div>{/block:PermalinkPage}
  571. {/block:Answer}
  572.  
  573. {block:PermalinkPage}<div class="notes">
  574. {block:Caption}{Caption}{/block:Caption}
  575. Posted on {Month} {DayofMonth}{DayofMonthSuffix} at {12Hour}:{Minutes} {CapitalAMPM}
  576. <br>Has a total of: {NoteCount} Notes
  577. {block:PostNotes}<br><br><div style="border-width:1px; border-style:solid; border-color:{color:text}; text-align:left; max-height: 200px; width:638px; overflow: auto; overflow-x: hidden;">{PostNotes}</div>{/block:PostNotes}</div>
  578. {/block:PermalinkPage}
  579.  
  580.  
  581. </div>
  582. {/block:Posts}
  583. </div>
  584. </div>
  585.  
  586. {block:IndexPage}
  587. <div class="column navigation" id="navigation">
  588. {block:Pagination}
  589. {block:PreviousPage}<a href="{PreviousPage}" class="navigate">{/block:PreviousPage}{block:PreviousPage}</a>{/block:PreviousPage}
  590. {block:NextPage}<a href="{NextPage}" class="navigate" id="nextPage">{/block:NextPage}{block:NextPage}</a>{/block:NextPage}{/block:Pagination}
  591. </div>
  592. {/block:IndexPage}
  593.  
  594. <div style="position:fixed; bottom:5px; color: {color:Links}; right:0px; font-size:36px; opacity:0.6; padding:3px; border-radius:10px; padding:3px; font-family:Times New Roman;"><a href="http://lsaac.tumblr.com">+</a></div>
  595.  
  596. <div style="right: 3px; top: 26px; opacity:0.7; position:absolute;"><a href="http://consdeleonn.tumblr.com"><img src="http://static.tumblr.com/ykziu7r/dGgm6nq81/install_theme.png"/></a></div>
  597.  
  598.  
  599. </div>
  600. </div>
  601. </div>
  602. </div>
  603. </div>
  604. </body>
  605. </html>
  606. </body>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement