Advertisement
lsaac

Duet Theme

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