Advertisement
lsaac

Angels Theme

Sep 30th, 2012
79,593
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 17.84 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. Angels Theme by lsaac.tumblr.com
  6.  
  7. Please remember to leave at least one credit link visible and as with all of my themes this is not a base code so please do not use it as such, 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.  
  24. <link href='http://fonts.googleapis.com/css?family=Allura' rel='stylesheet' type='text/css'>
  25.  
  26. <meta name="color:Background" content="#ffffff" />
  27. <meta name="color:Text" content="#333333" />
  28. <meta name="color:Links" content="#555555"/>
  29. <meta name="color:Hover" content="#dad8d8"/>
  30. <meta name="color:Scrollbar" content="#F2F2F2"/>
  31. <meta name="color:Borders" content="#dad8d8"/>
  32. <meta name="color:Posts" content="#FFFFFF"/>
  33. <meta name="color:Content" content="#F2F2F2"/>
  34.  
  35. <meta name="image:Background" content=""/>
  36. <meta name="image:Header" content=""/>
  37.  
  38. <meta name="text:first custom link title" content=""/>
  39. <meta name="text:first custom link url" content=""/>
  40. <meta name="text:second custom link title" content=""/>
  41. <meta name="text:second custom link url" content=""/>
  42. <meta name="text:third custom link title" content=""/>
  43. <meta name="text:third custom link url" content=""/>
  44. <meta name="text:fourth custom link title" content=""/>
  45. <meta name="text:fourth custom link url" content=""/>
  46. <meta name="text:Title Font Size" content="60px"/>
  47. <meta name="text:Link hover title" content="+navigate"/>
  48.  
  49. <meta name="if:first custom link" content="0"/>
  50. <meta name="if:second custom link" content="0"/>
  51. <meta name="if:third custom link" content="0"/>
  52. <meta name="if:fourth custom link" content="0"/>
  53. <meta name="if:Home link" content="1"/>
  54. <meta name="if:Message link" content="1"/>
  55. <meta name="if:Submit link" content="0"/>
  56. <meta name="if:Archive link" content="1"/>
  57. <meta name="if:Show Header Image" content="0"/>
  58. <meta name="if:Cross cursor" content="1"/>
  59. <meta name="if:Custom Font Title" content="1"/>
  60.  
  61. <meta name="font:Body" content="Georgia"/>
  62. <meta name="font:Permalink" content="Courier New"/>
  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:10px;
  128. text-align: center;
  129. font-family: {font:Body};
  130. line-height:9px;
  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:952px;
  148. margin:auto;
  149. {block:ifcrosscursor}
  150. cursor: crosshair;
  151. {/block:ifcrosscursor}
  152. {block:PermalinkPage}
  153. width:650px;
  154. {/block:PermalinkPage}
  155. }
  156.  
  157.  
  158. #content .entry{
  159. {block:IndexPage}
  160. width:220px;
  161. margin-right:3px;
  162. margin-left:3px;
  163. margin-bottom:6px;
  164. padding:0px;
  165. float:left;
  166. border-style:solid;
  167. border-width:1px;
  168. border-color:{color:Borders};
  169. padding:5px;
  170. background-color:{color:Posts};
  171. {block:ifcrosscursor}
  172. cursor: crosshair;
  173. {/block:ifcrosscursor}
  174. }
  175. {/block:IndexPage}
  176. {block:PermalinkPage}
  177. width:650px;
  178. {/block:PermalinkPage}
  179. }
  180.  
  181. #content .entry img{
  182. {block:IndexPage}
  183. max-width:220px;
  184. {/block:IndexPage}
  185. {block:ifcrosscursor}
  186. cursor: crosshair;
  187. {/block:ifcrosscursor}
  188. }
  189.  
  190.  
  191. .entry .perma {
  192. position: absolute;
  193. width: 92%;
  194. text-align: center;
  195. top:5px;
  196. opacity: 0;
  197. filter:alpha(opacity=0);
  198. z-index: 10000;
  199. background: rgba(255, 255, 255, 1);
  200. font-size: 10px;
  201. height: 14px;
  202. line-height: 14px;
  203. font-family: {font:Permalink};
  204. text-transform: Uppercase;
  205. color:#000000;
  206. padding: 3px;
  207. border-style:solid;
  208. border-width:1px;
  209. border-color:{color:Borders};
  210. -webkit-transition: all 0.4s ease-in-out;
  211. -moz-transition: all 0.4s ease-in-out;
  212. -o-transition: all 0.4s ease-in-out;
  213. transition: all 0.4s ease-in-out;
  214. }
  215.  
  216. .entry:hover .perma{
  217. opacity: 1;
  218. filter:alpha(opacity=100);
  219. }
  220.  
  221. .perma:hover{
  222. background: rgba(255, 255, 255, 100);
  223. }
  224.  
  225. .perma a{
  226. color:#000;
  227. -webkit-transition: all 0.4s ease-in-out;
  228. -moz-transition: all 0.4s ease-in-out;
  229. -o-transition: all 0.4s ease-in-out;
  230. transition: all 0.4s ease-in-out;
  231. }
  232.  
  233. .perma a:hover{
  234. color:{color:hover};
  235. -webkit-transition: all 0.4s ease-in-out;
  236. -moz-transition: all 0.4s ease-in-out;
  237. -o-transition: all 0.4s ease-in-out;
  238. transition: all 0.4s ease-in-out;
  239. }
  240.  
  241.  
  242. .top{
  243. width:564px;
  244. text-align:center;
  245. margin: -20px auto ;
  246. z-index:5000;
  247. margin-bottom:-30px;
  248. padding:38px;
  249. font-family: {font:Body};
  250. {block:ifcrosscursor}
  251. cursor: crosshair;
  252. {/block:ifcrosscursor}
  253. }
  254.  
  255. .h1{
  256. font-family: {font:Body};
  257. display:block;
  258. font-size:18px;
  259. letter-spacing: 2px;
  260. line-height:18px;
  261. text-align: center;
  262. margin-bottom: 10px;
  263. }
  264.  
  265. .h2{
  266. font-size:20px;
  267. letter-spacing: 1px;
  268. line-height:17px;
  269. font-family: {font:Body};
  270. }
  271.  
  272. .h3{
  273. font-size:{text:Title Font Size};
  274. line-height:20px;
  275. text-align:center;
  276. {block:ifcustomfonttitle}
  277. font-family: 'Allura', cursive;
  278. {/block:ifcustomfonttitle}
  279. {block:ifnotcustomfonttitle}
  280. font-family: {font:Body};
  281. {block:ifnotcustomfonttitle}
  282. }
  283.  
  284. .h4{
  285. font-size:9px;
  286. line-height:20px;
  287. text-align:center;
  288. text-transform: uppercase;
  289. letter-spacing:1px;
  290. font-family: {font:Body};
  291. }
  292.  
  293. .h5{
  294. font-size:10px;
  295. line-height:8px;
  296. text-align:center;
  297. font-family: {font:Body};
  298. }
  299.  
  300. .h6{
  301. font-size:10px;
  302. line-height:10px;
  303. font-weight:bold;
  304. text-align:center;
  305. font-family: {font:Body};
  306. letter-spacing:1px;
  307. }
  308.  
  309. .h7{
  310. font-size:12px;
  311. line-height:10px;
  312. font-weight:bold;
  313. text-align:center;
  314. font-family: {font:Body};
  315. letter-spacing:1px;
  316. }
  317.  
  318. .notes{
  319. width:640px;
  320. padding-left:0px;
  321. text-align:left;
  322. }
  323.  
  324. .nav{
  325. text-align:center;
  326. margin-top:0px;
  327. margin-bottom:0px;
  328. font-family: {font:Body};
  329. }
  330.  
  331. .permalink{
  332. font-size:10px;
  333. text-align:right;
  334. font-family: {font:Body};
  335. margin-top:10px;
  336. border-top-style:solid;
  337. border-width:1px;
  338. padding-top:4px;
  339. border-color:{color:Borders};
  340. }
  341.  
  342. .quote{
  343. font-size:17px;
  344. line-height:20px;
  345. text-transform:none;
  346. margin-bottom:5px;
  347. font-family: {font:Body};
  348. }
  349.  
  350. .audio{
  351. {block:IndexPage}
  352. width:208px;
  353. {/block:IndexPage}
  354. {block:PermalinkPage}
  355. width:650px;
  356. {/block:PermalinkPage}
  357. background-color:{color:Posts};
  358. padding:5px;
  359. margin-bottom:0px;
  360. }
  361.  
  362. .audiocap, .videocap{
  363. display:block;
  364. padding:10px;
  365. }
  366.  
  367. .albumart, .albumart img{
  368. {block:IndexPage}
  369. width:220px;
  370. {/block:IndexPage}
  371. {block:PermalinkPage}
  372. width:650px;
  373. {/block:PermalinkPage}
  374. }
  375.  
  376. div.video embed,
  377. div.post div.video object {
  378. {block:IndexPage}
  379. width:250px !important;
  380. height:150px !important;
  381. {/block:IndexPage}
  382. {block:PermalinkPage}
  383. width:500px !important;
  384. height:400px !important;
  385. {/block:PermalinkPage}
  386. }
  387.  
  388. .question{
  389. font-weight:normal;
  390. margin-bottom:5px;
  391. font-size:12px;
  392. display:block;
  393. font-family: {font:Body};
  394. }
  395.  
  396. .nav { font-size:10px;
  397. }
  398.  
  399. .asker{
  400. font-family: {font:Body};
  401. font-size:12px;
  402. }
  403.  
  404. .answer{
  405. padding:5px;
  406. font-size:12px;
  407. font-family: {font:Body};
  408. color: {color:text};
  409. border-top-style: solid;
  410. }
  411.  
  412. 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;}
  413.  
  414. .fufu {width:227px;-webkit-transition: all 0.7s ease-out;-moz-transition: all 0.7s ease-out;transition: all 0.7s ease-out;}
  415.  
  416. .fufu:hover {-webkit-transform: translate(1em,0);-moz-transform: translate(1em,0);-o-transform: translate(1em,0);}
  417.  
  418. #biter
  419.  
  420. #bite a {display:block}
  421.  
  422. #bite .death {margin-top:10px; margin-bottom:5px;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;}
  423.  
  424. #bite:hover .death {margin-top:10px; -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;}
  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. border-left-style:solid;
  440. border-width:1px;
  441. border-color:{color:Scrollbar};
  442. background-color:{color:background};
  443. }
  444.  
  445.  
  446. </style>
  447. <script type="text/javascript" src="http://static.tumblr.com/imovwvl/dJWl20ley/jqueryformasonry.js"></script>
  448. <script type="text/javascript" src="http://static.tumblr.com/imovwvl/rSGl20lfv/masonry.js">
  449. </script>
  450. <script src="http://static.tumblr.com/df28qmy/SHUlh3i7s/jquery.infinitescroll.js"></script>
  451. <script src="http://static.tumblr.com/thpaaos/lLwkowcqm/jquery.masonry.js"></script>
  452. <script type="text/javascript">
  453.  
  454. $(window).load(function () {
  455. $('.posts').masonry(),
  456. $('.masonryWrap').infinitescroll({
  457. navSelector : "div#navigation",
  458. // selector for the paged navigation (it will be hidden)
  459. nextSelector : "div#navigation a#nextPage",
  460. // selector for the NEXT link (to page 2)
  461. itemSelector : ".entry",
  462. // selector for all items you'll retrieve
  463. bufferPx : 10000,
  464. extraScrollPx: 11000,
  465. loadingImg : "",
  466. loadingText : "<em></em>",
  467. },
  468. // call masonry as a callback.
  469. function() { $('.posts').masonry({ appendedContent: $(this) }); }
  470. );
  471. });
  472. </script>
  473. <script type="text/javascript">$(window).load(function(){$("p").remove(":contains('Source:')");});</script></head>
  474.  
  475. <body>
  476. <div class="top">
  477. {block:ifshowheaderimage}
  478. <a href="/"><img src="{image:header}" width=500px></a>
  479. {/block:ifshowheaderimage}
  480. <br><br>
  481. {block:ifnotshowheaderimage}
  482. <span class="h3"><a href="/">{Title}</a></span><br><br><br><br><br>
  483. {/block:ifnotshowheaderimage}
  484. <div align="center">
  485. <div class="nav"><span class="h5">{Description}<br><br></span><div id="bite"><i><span class="h7"><center>{text:link hover title}</center></span><div class="death"><div align="center"><span class="h6">
  486. {block:ifhomelink}<a href="/">Home</a>&nbsp;&nbsp;{block:ifhomelink}
  487. {block:ifmessagelink}<a href="/ask">Message</a>&nbsp;&nbsp;{block:ifmessagelink}{block:ifarchivelink} <a href="/archive">Archive</a>&nbsp;&nbsp;{/block:ifarchivelink}
  488. {block:ifsubmitlink}<a href="/submit">Submit</a>&nbsp;&nbsp;{block:ifsubmitlink}{block:iffirstcustomlink}<a href="{text:first custom link url}">{text:first custom link title}</a>&nbsp;&nbsp;{/block:iffirstcustomlink}
  489. {block:ifsecondcustomlink}<a href="{text:second custom link url}">{text:second custom link title}</a>&nbsp;&nbsp;{/block:ifsecondcustomlink} {block:ifthirdcustomlink}<a href="{text:third custom link url}">{text:third custom link title}</a>&nbsp;&nbsp;{/block:ifthirdcustomlink}
  490. {block:iffourthcustomlink}<a href="{text:fourth custom link url}">{text:fourth custom link title}</a>&nbsp;&nbsp;{/block:iffourthcustomlink}
  491. <a href="http://lsaac.tumblr.com">Theme</a></span>
  492. </center>
  493. </div></i>
  494. </div>
  495. </div>
  496.  
  497. </div></div></div></div></div>
  498. <div id="content">
  499. <div class="posts">
  500. {block:Posts}
  501. <div class="entry">
  502. {block:Text}
  503. {block:Title}<span class="h1">{Title}</span>{/block:Title}
  504. {Body}
  505. {block:IndexPage}<div class="permalink"><a href="{Permalink}">{NoteCountWithLabel}</a> / <a href="{ReblogURL}" target="_blank">Reblog</a><div>{/block:IndexPage}</span></div></div>
  506. {block:PermalinkPage}<div style="margin-left:350px;"</div>{/block:PermalinkPage}
  507. {/block:Text}
  508.  
  509. {block:Photo}
  510. {block:IndexPage}
  511. <div class="perma"><a href="{Permalink}">{24Hour}:{Minutes}</a> / <a href="{Permalink}">{NoteCountWithLabel}</a> / <a href="{ReblogURL}">Reblog</a></div>
  512. <a href="{block:ContentSource}{SourceURL}{/block:ContentSource}" target="_blank"><img src="{PhotoURL-400}" alt="{PhotoAlt}" width="220"/></a>
  513. {/block:IndexPage}
  514. {block:PermalinkPage}
  515. {LinkOpenTag}
  516. <img src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="650"/></a>
  517. {LinkCloseTag}
  518. {/block:permalinkpage}
  519. {/block:Photo}
  520.  
  521. {block:Photoset}
  522. {block:IndexPage}<div class="perma"><a href="{Permalink}">{24Hour}:{Minutes}</a> / <a href="{Permalink}">{NoteCountWithLabel}</a> / <a href="{ReblogURL}">Reblog</a></div>
  523. <div style="max-width:220px; max-height:220px; overflow-y:hidden; overflow-x hidden; opacity:0.8;"</div>{Photoset-400}</a>{/block:IndexPage}
  524.  
  525. {block:PermalinkPage}{Photoset-500}{/block:PermalinkPage}
  526.  
  527. {block:PermalinkPage}<div style="margin-left:350px;"</div>{/block:PermalinkPage}</div>
  528. {/block:Photoset}
  529.  
  530. {block:Quote}
  531. <div class="quote"><b><i>"</i></b>{Quote}<b><i>"</i></b> </div>
  532. {block:Source}<small>{Source}</small>{/block:Source}
  533. {block:IndexPage}<div class="permalink"><a href="{Permalink}">{NoteCountWithLabel}</a> / <a href="{ReblogURL}" target="_blank">Reblog</a><div>{/block:IndexPage}</span></div></div>
  534. {block:PermalinkPage}<div style="margin-left:350px;"</div>{/block:PermalinkPage}
  535. {/block:Quote}
  536.  
  537. {block:Link}
  538. <a href="{URL}"{Target}><span class="h2"> +{Name}</span></a>
  539. {block:IndexPage}<div class="permalink"><a href="{Permalink}">{NoteCountWithLabel}</a> / <a href="{ReblogURL}" target="_blank">Reblog</a><div>{/block:IndexPage}</span></div></div>{block:PermalinkPage}<div style="margin-left:350px;"</div>{/block:PermalinkPage}
  540. {/block:Link}
  541.  
  542. {block:Video}
  543. <div class="video">
  544. {block:IndexPage}<a href="{Permalink}"><img src="http://static.tumblr.com/ykziu7r/Ps1ma4t7s/untitled.png" height="70px" width="70px" title="Video Post"></a>{/block:IndexPage}
  545. {block:PermalinkPage}{Video-500}{/block:PermalinkPage}
  546. </div>
  547. {block:IndexPage}<div class="permalink"><a href="{Permalink}">View Video Post</a><div>{/block:IndexPage}</span></div></div><div class="videocap"><a href="{Permalink}"></a></div>{/block:IndexPage}
  548. {block:PermalinkPage}<div style="margin-left:350px;"</div><div class="videocap"></div>{/block:PermalinkPage}
  549. {/block:Video}
  550.  
  551. {block:Chat}
  552. {block:Title}
  553. <div class="ptitle">{Title}</div>
  554. {/block:Title}{block:Lines}{block:Label}<b>{Label}</b> {/block:Label}{Line}<br>{/block:Lines}
  555. {block:IndexPage}<div class="permalink"><a href="{Permalink}">{NoteCountWithLabel}</a> / <a href="{ReblogURL}" target="_blank">Reblog</a><div>{/block:IndexPage}</span></div></div>{block:PermalinkPage}<div style="margin-left:350px;"</div>{/block:PermalinkPage}
  556. {/block:Chat}
  557.  
  558. {block:Audio}
  559. {block:AlbumArt}<div class="albumart"><img src="{AlbumArtURL}"></a></div>{/block:AlbumArt}
  560. <div class="audio">{AudioPlayerWhite}</div>
  561. {block:IndexPage}{block:Caption}<div class="audiocap"><a href="{Permalink}">{Caption}</a></div>{/block:Caption}{/block:IndexPage}
  562. {block:PermalinkPage}{block:Caption}<div class="audiocap">{Caption}</div>{/block:Caption}{/block:PermalinkPage}{block:PermalinkPage}<div style="margin-left:350px;"</div>{/block:PermalinkPage}
  563. {/block:Audio}
  564.  
  565. {block:Answer}
  566. <div class="asker">{Asker} said:</a><div class="question"><br>{Question}</div></div><div class="answer"><i>{Answer}</i></div>
  567. {block:IndexPage}<div class="permalink"><a href="{Permalink}">{NoteCountWithLabel}</a><div>{/block:IndexPage}</span></div></div>
  568. {block:PermalinkPage}<div style="margin-left:350px;"</div>{/block:PermalinkPage}
  569. {/block:Answer}
  570.  
  571. {block:PermalinkPage}<div class="notes">
  572. {block:Caption}{Caption}{/block:Caption}
  573. Posted on {Month} {DayofMonth}{DayofMonthSuffix} at {12Hour}:{Minutes} {CapitalAMPM}
  574. <br>Has a total of: {NoteCount} Notes
  575. {block:PostNotes}<br><br><div style="border-width:1px; border-style:solid; border-color:{color:text}; text-align:left; max-height: 200px; width:648px; overflow: auto; overflow-x: hidden;">{PostNotes}</div>{/block:PostNotes}</div>
  576. {/block:PermalinkPage}
  577.  
  578. </div>
  579. {/block:Posts}
  580. </div>
  581. </div>
  582.  
  583. {block:IndexPage}
  584. <div class="column navigation" id="navigation">
  585. {block:Pagination}
  586. {block:PreviousPage}<a href="{PreviousPage}" class="navigate">{/block:PreviousPage}{block:PreviousPage}</a>{/block:PreviousPage}
  587. {block:NextPage}<a href="{NextPage}" class="navigate" id="nextPage">{/block:NextPage}{block:NextPage}</a>{/block:NextPage}{/block:Pagination}
  588. </div>
  589. {/block:IndexPage}
  590.  
  591. <div style="position:fixed; bottom:5px; color: {color:links}; right:5px; font-size:36px; line-height:17px; opacity:0.6; background-color:{color:content}; border-radius:999px; padding:6px; font-family:Times New Roman;"><a href="http://lsaac.tumblr.com">+</a></div>
  592.  
  593. <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>
  594.  
  595. <div style="position:fixed; top:0px; left:154px; background-color:{color:Content}; width:965px; height:100%; z-index:-1;"></div>
  596.  
  597. </div>
  598. </div>
  599. </div>
  600. </div>
  601. </div>
  602. </body>
  603. </html>
  604. </body>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement