Advertisement
Guest User

Untitled

a guest
Feb 6th, 2013
180
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 25.68 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
  2. "http://www.w3.org/TR/html4/loose.dtd">
  3.  
  4. <html lang="en">
  5. <head>
  6.  
  7. <!--
  8. Designed by
  9.  
  10. _|_|_| _|_| _|_|_|_| _|_| _| _|_|
  11. _| _| _|_|_|_| _| _|_|_|_| _|_|
  12. _| _| _| _| _| _|
  13. _|_|_| _|_|_| _|_| _|_|_| _|
  14. _|
  15. _|
  16.  
  17. _| _| _|
  18. _| _| _|_|_| _|_|_| _|_|_|
  19. _| _| _| _| _| _| _| _| _| _|
  20. _| _| _| _| _| _| _| _| _| _|
  21. _| _| _|_|_| _|_|_| _| _| _|
  22.  
  23. "Astronaut"
  24. Found at Tumblr's theme garden.
  25. http://www.tumblr.com/theme/3531
  26. -->
  27.  
  28. <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  29. <title>{Title}{block:SearchPage} ({lang:Search results for SearchQuery}){/block:SearchPage}{block:PostSummary} ({PostSummary}){/block:PostSummary}</title>
  30. <meta name="description" content="{block:IndexPage}{block:Description}{MetaDescription}{/block:Description}{/block:IndexPage}{block:PermalinkPage}{PostSummary}{/block:PermalinkPage}" />
  31. <meta name="author" content="Peter Vidani" />
  32. <link rel="shortcut icon" href="{Favicon}" />
  33. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  34. <link rel="stylesheet" href="http://static.tumblr.com/thpaaos/DIcklyl4z/reset.css" type="text/css" />
  35.  
  36. <!-- ### Custom Stuff ### -->
  37. <meta name="color:Title" content="#2CD7E6"/>
  38. <meta name="color:Text" content="#666666"/>
  39. <meta name="color:Links" content="#FF3B8E"/>
  40. <meta name="color:Links Hover" content="#8AE837"/>
  41. <meta name="color:Links In Notes" content="#947AD4"/>
  42. <meta name="color:Links Background In Pagination" content="#FFFF00"/>
  43. <meta name="color:Link Post" content="#FFC000"/>
  44. <meta name="color:Timestamp" content="#FF0000"/>
  45.  
  46. <meta name="font:Body" content="Helvetica Neue"/>
  47.  
  48. <meta name="if:Show portrait bubble" content="1"/>
  49. <meta name="if:Show notes on permalink pages" content="1"/>
  50. <meta name="image:Header" content=""/>
  51.  
  52. <meta name="text:Disqus Shortname" content="" />
  53.  
  54. <style type="text/css">
  55. body {
  56. color: {color:Text};
  57. font-size: 11px;
  58. font-family: {font:Body};
  59. line-height: 15px;
  60. background: #CCCCCC;
  61. }
  62.  
  63. a img { border-width: 0px; }
  64. *:active, *:focus { outline: 0px; }
  65.  
  66. a {
  67. color: {color:Links};
  68. text-decoration: none;
  69. }
  70.  
  71. a:hover { color: {color:Links Hover}; }
  72.  
  73. ol, ul {
  74. padding: 8px 0 0 15px;
  75. }
  76.  
  77. a.title {
  78. color: #2F2F2F;
  79. text-decoration: none;
  80. }
  81.  
  82. h2 + a.timestamp {
  83. line-height: 30px;
  84. }
  85.  
  86. p {
  87. margin: 0;
  88. padding: 8px 0;
  89. }
  90.  
  91. a.title + p { padding: 8px 0 8px 0; }
  92.  
  93. p + ul { padding: 0 0 8px 15px; }
  94.  
  95. p + blockquote { margin: 0 0 8px 0; }
  96.  
  97. blockquote {
  98. border-left: 1px solid #EFEFEF;
  99. margin: 8px 0;
  100. padding: 0 0 0 15px;
  101. }
  102.  
  103. blockquote > p:first-child {
  104. padding: 0;
  105. }
  106.  
  107. pre code {
  108. font-family: 'Courier New', Courier, monospace;
  109. background: #EFEFEF;
  110. }
  111.  
  112. strong { font-weight: bold; }
  113. em { font-style: italic; }
  114.  
  115. .caption {
  116. padding: 8px 0;
  117. }
  118.  
  119. .caption a.readMore {
  120. font-size: 10px;
  121. text-transform: uppercase;
  122. }
  123.  
  124. a.install {
  125. width: 96px;
  126. height: 20px;
  127. background: url(http://static.tumblr.com/thpaaos/dHHkt0jor/install_theme.png);
  128. display: block;
  129. position: absolute;
  130. top: 26px;
  131. right: 3px;
  132. }
  133.  
  134. #container {
  135. width: 876px;
  136. margin: 50px auto;
  137. position: relative;
  138. }
  139.  
  140. #container .header {
  141. width: 800px;
  142. margin: 0 0 0 31px;
  143. }
  144.  
  145. #container .header a h2 {
  146. color: {color:Title};
  147. font-size: 22px;
  148. font-family: Arial, sans-serif;
  149. line-height: 22px;
  150. text-decoration: none;
  151. margin: 0 0 15px 0;
  152. float: left;
  153. }
  154.  
  155. #container .header a img.logo {
  156. margin: 0 0 15px 0;
  157. }
  158.  
  159. form#search {
  160. width: 159px;
  161. position: absolute;
  162. top: -30px;
  163. right: 0px;
  164. }
  165.  
  166. form#search input.button {
  167. display: none;
  168. }
  169.  
  170. form#search input.text {
  171. text-align: right;
  172. background: url(http://static.tumblr.com/thpaaos/3JQklzbvh/search.png) right no-repeat;
  173. border-width: 0px;
  174. margin: 0 0 12px 0;
  175. padding: 0 16px 0 0;
  176. }
  177.  
  178. #container .description {
  179. background: #f7f7f7;
  180. padding: 10px;
  181. clear: both;
  182. position: relative;
  183. }
  184.  
  185. #container .description .portrait {
  186. width: 128px;
  187. height: 128px;
  188. background-image: url({PortraitURL-128});
  189. position: absolute;
  190. top: 0;
  191. left: -159px;
  192. }
  193.  
  194. #container .description .portrait a.mask {
  195. width: 128px;
  196. height: 128px;
  197. background: url(http://static.tumblr.com/thpaaos/Z3Dkqe8l9/portrait-mask-128.png) top left no-repeat;
  198. display: block;
  199. }
  200.  
  201. #container .description .twitter {
  202. padding: 15px 0 0 0;
  203. }
  204.  
  205. #container .description .twitter:first-child {
  206. padding: 0;
  207. }
  208.  
  209. #container .posts {
  210. width: 876px;
  211. clear: both;
  212. }
  213.  
  214. #container .box {
  215. width: 225px;
  216. margin: 31px;
  217. float: left;
  218. }
  219.  
  220. #container .timestamp,
  221. #container .tag {
  222. color: #666666;
  223. font-size: 10px;
  224. font-style: italic;
  225. font-family: Georgia;
  226. text-decoration: none;
  227. text-transform: lowercase;
  228. }
  229.  
  230. a.tag span.pound {
  231. font-size: 12px;
  232. }
  233.  
  234. a.tag:hover {
  235. color: {color:Timestamp} !important;
  236. }
  237.  
  238. #container .timestamp:hover,
  239. #container span.timestamp:hover .timestamp {
  240. color: #FFFFFF;
  241. background: {color:Timestamp};
  242. }
  243.  
  244. #container .box img {
  245. max-width: 100%;
  246. }
  247.  
  248. #container .title {
  249. font-size: 14px;
  250. line-height: 18px;
  251. text-decoration: none;
  252. display: block;
  253. }
  254.  
  255. #container a.title {
  256. color: #666666;
  257. text-decoration: none;
  258. }
  259.  
  260. #container a.title.link { color: {color:Link Post}; }
  261.  
  262. #container .audio {
  263. width: 207px;
  264. border: 1px solid #EFEFEF;
  265. }
  266.  
  267. table.chat {
  268. width: 100%;
  269. margin: 0 0 10px 0;
  270. border-collapse: collapse;
  271. }
  272.  
  273. h2 + table.chat {
  274. margin: 10px 0 3px 0 !important;
  275. }
  276.  
  277. table.chat tr td {
  278. padding: 0 10px;
  279. }
  280.  
  281. table.chat tr td.name {
  282. font-weight: bold;
  283. text-align: right;
  284. vertical-align: top;
  285. }
  286.  
  287. table.chat tr td.line1 {
  288. background: #F7F7F7;
  289. }
  290.  
  291. #container .columnHolder {
  292. width: 800px;
  293. margin: 31px 0 0 31px;
  294. overflow: hidden;
  295. }
  296.  
  297. #container .columnHolder.footer a {
  298. color: #666666;
  299. }
  300. #container .columnHolder.footer a:hover { color: #444444; }
  301.  
  302. #container .columnHolder .column {
  303. width: 225px;
  304. min-height: 1px;
  305. float: left;
  306. }
  307. #container .columnHolder .column.middle { margin: 0 62px; }
  308.  
  309. #container .columnHolder .column.navigation {
  310. color: #D4D4D4;
  311. }
  312. #container .columnHolder .column.navigation a {
  313. background: {color:Links Background In Pagination};
  314. padding: 1px 2px;
  315. }
  316. #container .columnHolder .column.navigation a:hover { color: #666666; }
  317.  
  318. #announce {
  319. color: #444444;
  320. font-size: 11px;
  321. background: #ffff91;
  322. padding: 10px 20px;
  323. overflow: hidden;
  324. }
  325.  
  326. #announce .left { float: left; }
  327.  
  328. #announce .right { float: right; }
  329.  
  330. #announce .right a.close {
  331. color: #444444;
  332. font-weight: bold;
  333. }
  334.  
  335. #announce .left .search_query,
  336. #announce .left .tag {
  337. font-weight: bold;
  338. }
  339.  
  340. ul#twitter_update_list {
  341. list-style-type: none;
  342. margin: 0;
  343. padding: 0;
  344. float: left;
  345. }
  346.  
  347. ul#twitter_update_list li {
  348. float: left;
  349. }
  350.  
  351. {block:PermalinkPage}
  352. .box { width: 800px !important; margin: 31px 0 0 31px;}
  353.  
  354. p.answer_form_container { width: 512px; }
  355.  
  356. ol.notes { width: 800px; list-style-type: none; margin: 31px 0 10px 0; padding: 0; }
  357. ol.notes li.note { background: #F7F7F7; margin: 0 0 1px 0; padding: 0 4px; }
  358. ol.notes a { color: {color:Links In Notes}; }
  359. ol.notes img.avatar { display: none; }
  360. ol.notes blockquote { margin: 0; }
  361. ol.notes blockquote a { text-decoration: none; }
  362.  
  363. #disqus_thread {
  364. width: 365px;
  365. font-size: 11px;
  366. background: #f7f7f7;
  367. margin: 31px auto 0 auto;
  368. padding: 10px;
  369. float: right;
  370. }
  371.  
  372. #disqus_thread a { color: {color:Links In Notes}; }
  373.  
  374. {block:IfDisqusShortname}ol.notes { width: 385px; float: left; }{/block:IfDisqusShortname}
  375. {/block:PermalinkPage}
  376.  
  377. {block:SearchPage}
  378. iframe#tumblr_controls { top: 39px !important; }
  379. a.install { top: 65px; }
  380. {/block:SearchPage}
  381. {block:TagPage}
  382. iframe#tumblr_controls { top: 39px !important; }
  383. a.install { top: 65px; }
  384. {/block:TagPage}
  385.  
  386. {CustomCSS}
  387.  
  388. {}
  389. </style>
  390. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.js"></script>
  391. <script src="http://static.tumblr.com/thpaaos/Oznkoyc5z/jquery.scale.js"></script>
  392. <script src="http://static.tumblr.com/thpaaos/lLwkowcqm/jquery.masonry.js"></script>
  393. <script type="text/javascript">
  394. {block:IndexPage}
  395. $(window).load(function () {
  396. $('.posts').masonry();
  397. });
  398. {/block:IndexPage}
  399. </script>
  400. </head>
  401. <body>
  402. {block:SearchPage}
  403. <div id="announce">
  404. <div class="left">
  405. {block:SearchResults}
  406. {lang:Found SearchResultCount results for SearchQuery 2}.
  407. {/block:SearchResults}
  408.  
  409. {block:NoSearchResults}
  410. {lang:No posts containing SearchQuery 2}.
  411. {/block:NoSearchResults}
  412. </div>
  413. <div class="right">
  414. <a href="/" class="close">x</a>
  415. </div>
  416. </div> <!-- #announce -->
  417. {/block:SearchPage}
  418.  
  419. {block:TagPage}
  420. <div id="announce">
  421. <div class="left">
  422. {lang:Showing posts tagged Tag 2}.
  423. </div>
  424. <div class="right">
  425. <a href="/" class="close">x</a>
  426. </div>
  427. </div> <!-- .announce -->
  428. {/block:TagPage}
  429.  
  430. <a href="http://www.tumblr.com/theme/3531" class="install"></a>
  431.  
  432. <div id="container">
  433. <div class="header">
  434. <a href="/">
  435. {block:IfHeaderImage}<img src="{image:Header}" class="logo" />{/block:IfHeaderImage}
  436. {block:IfNotHeaderImage}<h2>{Title}</h2>{/block:IfNotHeaderImage}
  437. </a>
  438.  
  439. <div class="description">
  440. {block:IfShowPortraitBubble}<div class="portrait"><a href="/" class="mask"></a></div>{/block:IfShowPortraitBubble}
  441.  
  442. <form id="search" action="/search" method="get">
  443. <input class="text" type="text" name="q" value="{SearchQuery}"/>
  444. <input class="button" type="submit" value="{lang:Search}"/>
  445. </form>
  446.  
  447. {block:AskEnabled}<a href="/ask">{AskLabel}</a>&nbsp;&nbsp;{/block:AskEnabled}
  448. {block:SubmissionsEnabled}<a href="/submit">{SubmitLabel}</a>&nbsp;&nbsp;{/block:SubmissionsEnabled}
  449.  
  450. {block:HasPages}
  451. {block:Pages}<a href="{URL}">{Label}</a>&nbsp;&nbsp;&nbsp;{/block:Pages}
  452. <br/><br/>
  453. {/block:HasPages}
  454.  
  455. {Description}
  456.  
  457. {block:Twitter}
  458. <br /><br />
  459. <span style="float: left; margin: 0 7px 0 0"><a href="http://www.twitter.com/{TwitterUsername}">twitter.com/{TwitterUsername}</a>:</span> <ul id="twitter_update_list"></ul>
  460. {/block:Twitter}
  461.  
  462. <form id="search" action="/search" method="get">
  463. <input class="text" type="text" name="q" value="{SearchQuery}"/>
  464. <input class="button" type="submit" value="Search"/>
  465. </form>
  466.  
  467. {block:IfShowPortraitBubble}<div class="portrait"><a href="/" class="mask"></a></div>{/block:IfShowPortraitBubble}
  468.  
  469. <br style="clear:both">
  470. </div>
  471. </div>
  472.  
  473. <div class="posts" id="allposts">
  474. {block:Posts}
  475. <div class="box">
  476. {block:Photo}
  477. {block:IndexPage}<a href="{Permalink}">{/block:IndexPage}
  478. {block:PermalinkPage}{LinkOpenTag}{/block:PermalinkPage}
  479. <img src="{block:IndexPage}{PhotoURL-250}{/block:IndexPage}{block:PermalinkPage}{PhotoURL-HighRes}{/block:PermalinkPage}" alt="{PhotoAlt}">
  480. {block:IndexPage}</a>{/block:IndexPage}
  481. {block:PermalinkPage}{LinkCloseTag}{/block:PermalinkPage}
  482. {/block:Photo}
  483.  
  484. {block:Audio}
  485.  
  486. {block:AudioEmbed}
  487. {AudioEmbed-250}
  488. {/block:AudioEmbed}
  489.  
  490. {block:AudioPlayer}
  491. <div class="audio">{AudioPlayerWhite}</div>
  492. {/block:AudioPlayer}
  493.  
  494. {/block:Audio}
  495.  
  496. {block:Video}
  497. {block:IndexPage}{Video-250}{/block:IndexPage}
  498. {block:PermalinkPage}{Video-500}{/block:PermalinkPage}
  499. {/block:Video}
  500.  
  501. {block:Text}
  502. {block:Title}<a href="{Permalink}" class="title">{Title}</a>{/block:Title}
  503. <div class="caption">
  504. {Body}
  505. {block:More}
  506. <a href="{Permalink}" class="readMore">{lang:Read more}</a>
  507. {/block:More}
  508. </div>
  509. {/block:Text}
  510.  
  511. {block:Answer}
  512. <b>{lang:Asker asked}:&nbsp;</b>{Question}
  513. <p><br><b>{lang:Answer}:</b>{Answer}</p>
  514. {/block:Answer}
  515.  
  516. {block:Link}
  517. <a href="{URL}" class="title link" {Target}>{Name} &rarr;</a>
  518. {/block:Link}
  519.  
  520. {block:Quote}
  521. <div class="title">"{Quote}"</div>
  522. {/block:Quote}
  523.  
  524. {block:Chat}
  525. {block:Title}<h2><a href="{Permalink}" class="title">{Title}</a></h2>{block:Title}
  526. <table class="chat" cellspacing="0">
  527. {block:Lines}
  528. <tr>
  529. {block:Label}<td class="name line{UserNumber}">{Label}</td>{block:Label}<td class="words line{UserNumber}">{Line}</td>
  530. </tr>
  531. {/block:Lines}
  532. </table>
  533. {/block:Chat}
  534.  
  535. {block:Photo}{block:Caption}<div class="caption">{Caption}</div>{/block:Caption}{/block:Photo}
  536. {block:Audio}{block:Caption}<div class="caption">{Caption}</div>{/block:Caption}{/block:Audio}
  537. {block:Video}{block:Caption}<div class="caption">{Caption}</div>{/block:Caption}{/block:Video}
  538. {block:Link}{block:Description}<div class="caption">{Description}</div>{/block:Description}{/block:Link}
  539. {block:Quote}{block:Source}<div class="caption">{Source}</div>{/block:Source}{/block:Quote}
  540.  
  541. <div><a href="{Permalink}" class="timestamp">&mdash;{block:Date} {lang:TimeAgo with NoteCount notes}</a></div>
  542.  
  543. {block:Date}
  544. {block:IfDisqusShortname}
  545. <span class="timestamp">&mdash; <a href="{Permalink}#disqus_thread" class="timestamp"></a></span><br>
  546. {block:IfDisqusShortname}
  547. {/block:Date}
  548.  
  549. {block:Tags}
  550. <a href="{TagURL}" class="tag"><span class="pound">#</span>{Tag}</a>&nbsp;
  551. {/block:Tags}
  552.  
  553. {block:PermalinkPage}
  554. {block:IfDisqusShortname}
  555. <div style="overflow: hidden">
  556. <div id="disqus_thread"></div>
  557. <script type="text/javascript" src="http://disqus.com/forums/{text:Disqus Shortname}/embed.js"></script>
  558. <noscript><a href="http://{text:Disqus Shortname}.disqus.com/?url=ref">{lang:View the discussion thread}</a></noscript>
  559. {/block:Date}
  560. {/block:IfDisqusShortname}
  561.  
  562. {block:IfShowNotesOnPermalinkPages}
  563. {block:PostNotes}{PostNotes}{/block:PostNotes}
  564. {/block:IfShowNotesOnPermalinkPages}
  565. {block:IfDisqusShortname}</div>{/block:IfDisqusShortname}
  566.  
  567. <div class="columnHolder footer" style="margin: 31px 0;">
  568. <div class="column navigation" id="navigation">
  569. {block:Pagination}
  570. {block:PreviousPage}<a href="{PreviousPage}" class="navigate">{/block:PreviousPage}{lang:Previous}{block:PreviousPage}</a>{/block:PreviousPage}
  571. &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;/&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
  572. {block:NextPage}<a href="{NextPage}" class="navigate" id="nextPage">{/block:NextPage}{lang:Next} &rarr;{block:NextPage}</a>{/block:NextPage}
  573. {/block:Pagination}
  574.  
  575. {block:PermalinkPagination}
  576. {block:NextPost}<a href="{NextPost}" class="navigate">{/block:NextPost}{lang:Previous}{block:NextPost}</a>{/block:NextPost}
  577. &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;/&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
  578. {block:PreviousPost}<a href="{PreviousPost}" class="navigate">{/block:PreviousPost}{lang:Next} &rarr;{block:PreviousPost}</a>{/block:PreviousPost}
  579. {/block:PermalinkPagination}
  580. </div> <!-- .column.navigation -->
  581.  
  582. <div class="column middle">
  583. <a href="{RSS}">{lang:RSS}</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;/&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
  584. <a href="/archive">{lang:Archive}</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;/&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
  585. <a href="/random">{lang:Random}</a>
  586. </div> <!-- .column.middle -->
  587.  
  588. <div class="column">
  589. <a href="http://www.tumblr.com/theme/3531">Astronaut</a> by <a href="http://petervidani.com">Peter Vidani</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;/&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
  590. <a href="http://www.tumblr.com">Tumblr</a>
  591. </div> <!-- .column -->
  592. </div> <!-- #footer -->
  593. {/block:PermalinkPage}
  594. </div> <!-- .box -->
  595. {/block:Posts}
  596. </div> <!-- .posts -->
  597.  
  598. <div style="clear: both;"></div>
  599.  
  600. {block:IndexPage}
  601. <div class="columnHolder footer">
  602. <div class="column navigation" id="navigation">
  603. {block:Pagination}
  604. {block:PreviousPage}<a href="{PreviousPage}" class="navigate">{/block:PreviousPage}{lang:Previous}{block:PreviousPage}</a>{/block:PreviousPage}
  605. &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;/&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
  606. {block:NextPage}<a href="{NextPage}" class="navigate" id="nextPage">{/block:NextPage}{lang:Next} &rarr;{block:NextPage}</a>{/block:NextPage}
  607. {/block:Pagination}
  608.  
  609. {block:PermalinkPagination}
  610. {block:NextPost}<a href="{NextPost}" class="navigate">{/block:NextPost}{lang:Previous}{block:NextPost}</a>{/block:NextPost}
  611. &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;/&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
  612. {block:PreviousPost}<a href="{PreviousPost}" class="navigate">{/block:PreviousPost}{lang:Next} &rarr;{block:PreviousPost}</a>{/block:PreviousPost}
  613. {/block:PermalinkPagination}
  614. </div> <!-- .column.navigation -->
  615.  
  616. <div class="column middle">
  617. <a href="{RSS}">{lang:RSS}</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;/&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
  618. <a href="/archive">{lang:Archive}</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;/&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
  619. <a href="/random">{lang:Random}</a>
  620. </div> <!-- .column.middle -->
  621.  
  622. <div class="column">
  623. <a href="http://www.tumblr.com/theme/3531">Astronaut</a> by <a href="http://petervidani.com">Peter Vidani</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;/&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
  624. <a href="http://www.tumblr.com">Tumblr</a>
  625. </div> <!-- .column -->
  626. </div> <!-- #footer -->
  627. {/block:IndexPage}
  628. </div> <!-- #container -->
  629.  
  630. {block:Twitter}
  631. <script src="http://static.tumblr.com/thpaaos/ZCdkl306g/twitter.js" type="text/javascript"></script>
  632. <script src="http://twitter.com/statuses/user_timeline/{TwitterUsername}.json?callback=twitterCallback2&count=1" type="text/javascript"></script>
  633. {/block:Twitter}
  634.  
  635. {block:IfDisqusShortname}
  636. <script type="text/javascript">
  637. //<![CDATA[
  638. (function() {
  639. var links = document.getElementsByTagName('a');
  640. var query = '?';
  641. for(var i = 0; i < links.length; i++) {
  642. if(links[i].href.indexOf('#disqus_thread') >= 0) {
  643. query += 'url' + i + '=' + encodeURIComponent(links[i].href) + '&';
  644. }
  645. }
  646. document.write('<script charset="utf-8" type="text/javascript" src="http://disqus.com/forums/{text:Disqus Shortname}/get_num_replies.js' + query + '"></' + 'script>');
  647. })();
  648. //]]>
  649. </script>
  650. {/block:IfDisqusShortname}
  651.  
  652. <script type="text/javascript">
  653. autoscale(new Array('object', 'embed'));
  654. </script>
  655. </body>
  656. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement