Advertisement
feiinho

Quite Big by georgedunkley

Oct 5th, 2012
234
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 19.96 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
  2. "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  3. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  4.  
  5. <head>
  6.  
  7.  
  8. <!--
  9. "Quite Big" theme designed by
  10.  
  11. | | |
  12. _` | _ \ _ \ __| _` | _ \ _` | | | __ \ | / | _ \ | |
  13. ( | __/ ( | | ( | __/ ( | | | | | < | __/ | |
  14. \__, |\___|\___/ _| \__, |\___| \__,_|\__,_|_| _|_|\_\_|\___|\__, |
  15. |___/ |___/ ____/
  16.  
  17.  
  18. http://www.tumblr.com/theme/9601
  19. -->
  20.  
  21.  
  22. <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
  23.  
  24. <meta name="color:Background" content="#ffffff"/>
  25. <meta name="color:Title" content="#000000"/>
  26. <meta name="color:Text" content="#202020"/>
  27. <meta name="color:Minor text" content="#999999"/>
  28. <meta name="color:Line" content="#EEEEEE"/>
  29. <meta name="color:Link" content="#49D28D"/>
  30. <meta name="color:Link hover" content="#3FB67A"/>
  31. <meta name="color:Top line" content="#eeeeee"/>
  32. <meta name="color:Bottom line" content="#eeeeee"/>
  33. <meta name="color:Notes background" content="#f7f7f7"/>
  34. <meta name="if:Center all" content="0"/>
  35. <meta name="if:Center links" content="0"/>
  36. <meta name="if:Kill Photoset" content="1"/>
  37. <meta name="if:Large Photoset" content="0"/>
  38. <meta name="font:Heading" content="Futura"/>
  39. <meta name="image:Header" content="0">
  40. <meta name="if:Show notes on permalink pages" content="1">
  41. <meta name="if:Show album art on audio posts" content="1" />
  42. <meta name="if:Ask enabled" content="0" />
  43.  
  44.  
  45. <meta name="text:Caption size" content="14px"/>
  46. <meta name="text:Title size" content="20px"/>
  47. <meta name="text:Header size" content="85px"/>
  48.  
  49.  
  50. <meta name="font:Description" content="Georgia"/>
  51. <meta name="font:Body" content="Georgia"/>
  52.  
  53. <meta name="text:Disqus Shortname" content=""/>
  54.  
  55. <title>{Title}{block:PostSummary}: {PostSummary}{/block:PostSummary}</title>
  56. {block:Description}<meta name="description" content="{MetaDescription}"/>{/block:Description}
  57.  
  58. <link rel="shortcut icon" href="{Favicon}"/>
  59. <link rel="alternate" type="application/rss+xml" title="RSS" href="{RSS}"/>
  60.  
  61. <style type="text/css">
  62. body,div,h1,h2,h3,h4,h5,h6,p,blockquote,pre,code,dl,dt,dd,ul,ol,li,th,td,form,fieldset,legend,input,textarea{margin:0;padding:0;}
  63. html{font-size:{text:Caption size};}
  64. table{border-collapse:collapse;border-spacing:0;}
  65. fieldset,img{border:0;}
  66. caption,cite,code,dfn,th,var{font-style:normal;font-weight:normal;}
  67. h1,h2,h3,h4,h5,h6{font-size:12px;font-weight:normal; padding:5px 0;}
  68. abbr,acronym{border:0;}
  69.  
  70. body {background:{color:Background}; color:{color:Text}; font:1em/1.5 {font:Body}; margin:0 0 0 0;}
  71.  
  72. h1, h3 {font-family:{font:Heading};}
  73. pre,code {font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif}
  74.  
  75. a:link, a:visited {color:{color:Link}; text-decoration:none;}
  76. a:hover, a:active {color:{color:Link hover};}
  77.  
  78.  
  79.  
  80. #header {color:{color:Minor text}; position:relative; margin:-49 auto; padding-top:25px; width:100%x;}
  81.  
  82. #header h1 {color:{color:Title}; font-weight:bold; text-align:center; font-size:{text:Header size}; line-height:90%; margin-bottom:15px; margin-top:-30px;
  83. letter-spacing:-1px;}
  84. #header h1 a:link, #header h1 a:visited {color:{color:Title}; display:block;}
  85. #header h1 a:hover, #header h1 a:active {color:{color:Link hover};}
  86. #description {font-family:{font:Description}; font-size:{text:Caption size}; text-align:center; line-height:autopx; margin-bottom:20px; margin-top:-5px;}
  87. #header form {margin-bottom:20px;}
  88. #header form input {width:100%;}
  89. #header ul {margin:0 -0.25em 1.5em;}
  90. #header li {list-style:none; text-transform:lowercase;}
  91. #header li a {background:{color:Background}; display:block; padding:0 0.25em;
  92. text-decoration:none;}
  93. #header li a:hover {background:none;}
  94.  
  95. #container {background-color:{color:Container}; margin:30px auto; padding-top:5px; width:100%}
  96.  
  97.  
  98.  
  99.  
  100. #container .box img {
  101. max-width: 100%;
  102. }
  103.  
  104.  
  105.  
  106.  
  107. #posts {background-color:{color:Background}; border-top:1px solid {color:Top line};
  108. border-bottom:1px solid {color:Bottom line}; margin:0px; padding:0px; {block:IfCenterall}text-align:center;{/block:IfCenterall}font-size:{text:Caption size};}
  109.  
  110.  
  111. #posts .post {list-style:none; padding-bottom:10px; max-width:100%;
  112. clear:both;}
  113. #posts .content {color:{color:Text}; padding:0; margin-left:0px;}
  114.  
  115. #footer {margin:0 auto; max-width:100%; padding-bottom:30px;}
  116. #pagination p {font-size:{text:Caption size}; min-width:0px; line-height:autopx; margin:0 0 10px;
  117. white-space:nowrap;}
  118. #pagination p.back {display:inline; text-align:right; float:right; margin-left:20px;}
  119. #pagination p.forward {display:inline; float:left; margin-right:1.5em;}
  120. #pagination a {font-style:italic;}
  121. #pagination .page {text-align:center; font:12px {font:Body};
  122. margin-bottom:20px; text-transform:lowercase;}
  123. #credits {clear:both; display:inline; text-align:center; font-size:12px; color:{color:Minor text}; margin:0; padding:1.5em 0;}
  124. #footer a:hover, #footer a:active {text-decoration:none;}
  125.  
  126. p {margin-bottom:25px;}
  127. form .submit {height:0; overflow:hidden; display:block;}
  128.  
  129. .meta {float:left; clear:left; {block:IfCenterall}width:100%{/block:IfCenterall}; font-size:14px; text-align:left; line-height:10px;}
  130. .meta h2 {font-size:14px; margin-bottom:5px; border-bottom:1px solid {color:Line};}
  131. .meta h2 a {text-decoration:none; display:block; padding:0px 0px;}
  132. .meta h2 a:hover {background:none;}
  133. .meta p {color:{color:Minor text}; font-style:italic; margin:0 0 0 1em;
  134. text-indent:-0.75em; text-transform:lowercase;}
  135. p.meta {color:{color:Minor text}; font-style:italic; margin:0;
  136. width:150px; text-indent:-0.75em; text-transform:lowercase;}
  137. .meta a {font-style:normal; white-space:nowrap;}
  138. .meta .plays {font-weight:bold; font-style:normal;}
  139.  
  140. h3 {font-size:{text:Title size}; line-height:autopx; padding-bottom:10px; font-weight:bold;}
  141.  
  142. .content a {border-bottom:1px solid {color:Line};}
  143. .content a:hover {border-bottom-width:2px;}
  144. .content .photo a {border:none !important;}
  145. .content ul, .content ol {margin:20px;}
  146. .content ul li {list-style:square;}
  147.  
  148. blockquote {margin:0 20px 20px; font-style:italic;}
  149. blockquote i, blockquote em, blockquote [lang="ja"] {font-style:normal;}
  150. pre, code {font-size:10px; line-height:12px;}
  151. pre {background:#e1e1e1; margin:15px; padding:10px;
  152. overflow-x:auto;}
  153. pre code {display:block;}
  154. pre i, code i {font-style:normal; color:{color:Minor text};}
  155.  
  156. ins {text-decoration:none; font-style:italic;}
  157. blockquote ins, em ins, ins em {font-style:normal;}
  158.  
  159. abbr, acronym, .caps {font-size:12px; letter-spacing:0.1em; word-spacing:0.1em;}
  160. abbr, acronym {text-transform:uppercase;}
  161. .caps {text-transform:uppercase;}
  162.  
  163.  
  164. .text, .caption {margin-bottom:20px;}
  165. .post img, .post object, .post embed {max-width:100%;}
  166.  
  167. .link-post h3 {padding:0; margin-bottom:15px;}
  168.  
  169. .photo-post .photo, .video-post .video {margin-bottom:20px; margin-top:20px; }
  170.  
  171. .quote-post .quote {font-family:{font:Body};}
  172. .quote-post .source, .cite
  173. {float:right; margin:0 40px 20px 50px; text-indent:-1.5em;}
  174. .quote-post .source a:first-child, .cite
  175. {letter-spacing:0;}
  176. .short-quote .quote, .medium-quote .quote
  177. {font-size:{text:Title size}; line-height:autopx; margin:20px 40px 20px 0;}
  178. .long-quote .quote {margin:20px;}
  179.  
  180. .audio-post .audio {height:27px; background: #000000;
  181. display: block;
  182. width:100%;
  183. margin-bottom: 5px;
  184. padding: 0px;}
  185.  
  186. .audiobox
  187. {
  188. width:100%;}
  189.  
  190.  
  191. .audio-post .audio_player {width:auto;}
  192.  
  193. .chat-post ol {list-style:none; margin:15px 0;}
  194. .chat-post li {margin-left:1.5em; text-indent:-1.5em;}
  195. .chat-post .label {font-weight:bold; padding-right:0.125em;}
  196. .chat-post .speaker {font-style:italic;}
  197. .chat-post .speaker2 .label, .chat-post .speaker4 .label,
  198. .chat-post .speaker6 .label, .chat-post .speaker8 .label
  199. {color:{color:Minor text};}
  200. .chat-post .speaker3 .label, .chat-post .speaker4 .label,
  201. .chat-post .speaker7 .label, .chat-post .speaker8 .label
  202. {text-transform:uppercase; letter-spacing:0.1em;}
  203. .chat-post .speaker5 .label, .chat-post .speaker6 .label,
  204. .chat-post .speaker7 .label, .chat-post .speaker8 .label
  205. {font-family:{font:Heading};}
  206.  
  207.  
  208. .day .month {text-transform:uppercase;}
  209. {block:DayPage}.day {font-weight:bold;}{/block:DayPage}
  210.  
  211. .content.text-post img {
  212. max-width: 100%;
  213. }
  214.  
  215.  
  216. .multi {margin-bottom:30px; margin-right:15px; {block:IfCenterall}margin-right:10px; margin-left:10px;{/block:IfCenterall};}
  217.  
  218.  
  219.  
  220.  
  221.  
  222. .video embed, .video object, .video iframe {width:70%; height:500px;}
  223.  
  224.  
  225. #comment {
  226. font-size: 10px;
  227. text-align: left;
  228. line-height: 18px;
  229. margin: 0px 0px 0px 0px;
  230. }
  231.  
  232. #comment a {
  233. text-decoration: none;
  234. color: {color:Caption};
  235. }
  236.  
  237. #comment a:hover {
  238. text-decoration: none;
  239. color: {color:Link Hover};
  240. }
  241.  
  242. #dsq-content {
  243. background: rgba(0, 0, 0, .30);
  244. background: url(' ');
  245. padding: 5px 20px 20px 20px;
  246. margin-top: 5px;
  247. border-radius: 5px;
  248. -moz-border-radius: 5px;
  249. -webkit-border-radius: 5px;
  250. }
  251.  
  252.  
  253.  
  254.  
  255.  
  256. {block:PermalinkPage}
  257.  
  258.  
  259.  
  260. p.answer_form_container { width: 100%; }
  261.  
  262. ol.notes { width:100%; list-style-type: none; margin:20px auto; padding: 0; }
  263. ol.notes li.note { background: {color:Notes background}; margin: 0 0 0px 0; padding: 0 4px; }
  264. ol.notes a { color: {color:Links In Notes}; }
  265. ol.notes img.avatar { display: none; }
  266. ol.notes blockquote { margin: 0; }
  267. ol.notes blockquote a { text-decoration: none; }
  268. {/block:PermalinkPage}
  269.  
  270.  
  271.  
  272.  
  273.  
  274.  
  275. a.install {
  276. width: 96px;
  277. height: 20px;
  278. background: url(http://static.tumblr.com/thpaaos/dHHkt0jor/install_theme.png);
  279. display: block;
  280. position: absolute;
  281. top: 26px;
  282. right: 3px;
  283. }
  284.  
  285.  
  286. a {
  287. outline: none;
  288. }
  289.  
  290.  
  291.  
  292.  
  293.  
  294. {CustomCSS}
  295. </style>
  296.  
  297.  
  298. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script>
  299.  
  300. <script>
  301.  
  302.  
  303. {block:IfKillPhotoset}
  304. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script>
  305. <script src="http://static.tumblr.com/xz44nnc/zNHlmnd4b/jquery.killphotoset.js"></script>
  306. <script>
  307. $(function () {
  308. $(".html_photoset").killPhotoset({
  309. photoSize:100%
  310. });
  311. });
  312. </script>
  313. {/block:IfKillPhotoset}
  314.  
  315. {block:IfLargePhotoset}
  316.  
  317.  
  318.  
  319. $(document).ready(function(){
  320. $(".photoset").each(function() {
  321. $(this).width('875px');
  322. var newSrc = $(this).attr("src").replace('500','875');
  323. $(this).attr("src", newSrc);
  324. });
  325.  
  326.  
  327. $(function(){
  328. var iFrames = $('.photoset');
  329.  
  330. function iResize() {
  331. for (var i = 0, j = iFrames.length; i < j; i++) {
  332. iFrames[i].style.height = iFrames[i].contentWindow.document.body.offsetHeight + 'px';}
  333. }
  334.  
  335. if ($.browser.safari || $.browser.opera) {
  336. iFrames.load(function(){
  337. setTimeout(iResize, 0);
  338. });
  339.  
  340. for (var i = 0, j = iFrames.length; i < j; i++) {
  341. var iSource = iFrames[i].src;
  342. iFrames[i].src = '';
  343. iFrames[i].src = iSource;
  344. }
  345. } else {
  346. iFrames.load(function() {
  347. this.style.height = this.contentWindow.document.body.offsetHeight + 'px';
  348. });
  349. }
  350. });
  351. });
  352. </script>
  353. {/block:IfLargePhotoset}
  354.  
  355.  
  356.  
  357.  
  358. </head>
  359. <body>
  360.  
  361. <div id="container">
  362.  
  363.  
  364. <div id="header">
  365. <a href="/">
  366. {block:IfHeaderImage}<h1><img src="{image:Header}" class="logo" /></h1>{/block:IfHeaderImage}
  367. {block:IfNotHeaderImage}<h1>{Title}</h1>{/block:IfNotHeaderImage}</a>
  368.  
  369.  
  370.  
  371. {block:Description}<p id="description">
  372. {Description}
  373. </p>{/block:Description}
  374.  
  375. <p>
  376. {block:IfCenterlinks}<center>{/block:IfCenterlinks}
  377.  
  378.  
  379.  
  380. {block:Pages}
  381.  
  382. <a href="{URL}">{Label}</a>
  383.  
  384. &nbsp;/&nbsp;{/block:Pages}
  385.  
  386.  
  387. {block:IfAskenabled}
  388. <a href="/ask">{AskLabel}</a>
  389. {block:IfAskenabled}
  390. {block:IfCenterlinks}</center>{/block:IfCenterlinks}</p>
  391.  
  392.  
  393. </div>
  394.  
  395.  
  396.  
  397. <ol id="posts"><br>
  398.  
  399. {block:Posts}<div class="permalink">{NoteCountWithLabel} <a href="{permalink}"> ∞ Permalink</a> + <a href="{ReblogURL}" target="_blank">Reblog</a></div>
  400.  
  401.  
  402. <li class="post" id="post{PostID}">
  403.  
  404. {block:Text}
  405.  
  406. <div class="meta">
  407.  
  408.  
  409. {block:IfCenterall}<center>{/block:IfCenterall}<h1>
  410. <a title="link to this post" href="{Permalink}">{DayOfMonth} {ShortMonth}</a>
  411. </h1>{block:IfCenterall}</center>{/block:IfCenterall}
  412.  
  413.  
  414.  
  415. </div><br><br>
  416.  
  417. <div class="content text-post">
  418.  
  419. {block:Title}<h3><span>{Title}</span></h3>{/block:Title}
  420.  
  421. <div class="text">{Body}</div>
  422. </div>
  423. {/block:Text}
  424.  
  425. {block:Photo}
  426.  
  427. <div class="meta">
  428.  
  429.  
  430. {block:IfCenterall}<center>{/block:IfCenterall}<h1>
  431. <a title="link to this post" href="{Permalink}">{DayOfMonth} {ShortMonth}</a>
  432. </h1>{block:IfCenterall}</center>{/block:IfCenterall}
  433.  
  434.  
  435. </div><br>
  436.  
  437. <div class="content photo-post">
  438. <div class="photo">
  439.  
  440. {block:IndexPage}<a href="{Permalink}">{/block:IndexPage}
  441. {block:PermalinkPage}{LinkOpenTag}{/block:PermalinkPage}
  442. <img src="{PhotoURL-HighRes}"style="max-width:100%";"alt="{PhotoAlt}"/>
  443. {block:IndexPage}</a>{/block:IndexPage}
  444. {block:PermalinkPage}{LinkCloseTag}{/block:PermalinkPage}
  445.  
  446. </div>
  447.  
  448.  
  449.  
  450. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
  451. </div>
  452. {/block:Photo}
  453.  
  454.  
  455.  
  456. {block:Photoset}
  457.  
  458. <div class="meta">
  459.  
  460.  
  461. {block:IfCenterall}<center>{/block:IfCenterall}<h1>
  462. <a title="link to this post" href="{Permalink}">{DayOfMonth} {ShortMonth}</a>
  463. </h1>{block:IfCenterall}</center>{/block:IfCenterall}
  464.  
  465.  
  466. </div><br>
  467.  
  468. <div class="content photo-post">
  469. <div class="photo">
  470.  
  471. <img src="{PhotoURL-HighRes}"
  472. style="max-width:100%";" alt="{PhotoAlt}"/>
  473.  
  474. </div>
  475.  
  476.  
  477.  
  478. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
  479. </div>
  480. {/block:Photoset}
  481.  
  482.  
  483. {block:Quote}
  484.  
  485. <div class="meta">
  486.  
  487.  
  488. {block:IfCenterall}<center>{/block:IfCenterall}<h1>
  489. <a title="link to this post" href="{Permalink}">{DayOfMonth} {ShortMonth}</a>
  490. </h1>{block:IfCenterall}</center>{/block:IfCenterall}
  491.  
  492.  
  493. </div><br><br>
  494. <div class="content quote-post {Length}-quote">
  495. <blockquote class="quote">{Quote}</blockquote>
  496.  
  497. {block:Source}<div class="source">&mdash;&#8194;{Source}</div>{/block:Source}
  498. </div>
  499. {/block:Quote}
  500.  
  501. {block:Link}
  502.  
  503. <div class="meta">
  504.  
  505. {block:IfCenterall}<center>{/block:IfCenterall}<h1>
  506. <a title="link to this post" href="{Permalink}">{DayOfMonth} {ShortMonth}</a>
  507. </h1>{block:IfCenterall}</center>{/block:IfCenterall}
  508.  
  509.  
  510.  
  511. </div><br><br>
  512. <div class="content link-post">
  513. <h3 class="link"><a href="{URL}">{Name}</a></h3>
  514.  
  515. {block:Description}<div class="caption">{Description}</div>{/block:Description}
  516. </div>
  517. {/block:Link}
  518.  
  519. {block:Chat}
  520.  
  521. <div class="meta">
  522.  
  523.  
  524. {block:IfCenterall}<center>{/block:IfCenterall}<h1>
  525. <a title="link to this post" href="{Permalink}">{DayOfMonth} {ShortMonth}</a>
  526. </h1>{block:IfCenterall}</center>{/block:IfCenterall}
  527.  
  528.  
  529. </div><br><br>
  530.  
  531. <div class="content chat-post">
  532. {block:Title}<h3>{Title}</h3>{/block:Title}
  533.  
  534. <ol class="chat">
  535. {block:Lines}<li class="{Alt} speaker{UserNumber}">
  536. {block:Label}<span class="label">{Label}</span>{/block:Label}
  537. <span class="line">{Line}</span>
  538. </li>{/block:Lines}
  539. </ol>
  540. </div>
  541. {/block:Chat}
  542.  
  543.  
  544.  
  545. {block:Video}
  546.  
  547. <div class="meta">
  548.  
  549.  
  550. {block:IfCenterall}<center>{/block:IfCenterall}<h1>
  551. <a title="link to this post" href="{Permalink}">{DayOfMonth} {ShortMonth}</a>
  552. </h1>{block:IfCenterall}</center>{/block:IfCenterall}
  553.  
  554.  
  555.  
  556. </div><br>
  557. <div class="content video-post">
  558. <div class="video">{Video-500}</div>
  559. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
  560. </div>
  561. {/block:Video}
  562.  
  563.  
  564.  
  565.  
  566. {block:Audio}
  567.  
  568. <div class="meta">
  569.  
  570.  
  571. {block:IfCenterall}<center>{/block:IfCenterall}<h1>
  572. <a title="link to this post" href="{Permalink}">{DayOfMonth} {ShortMonth}</a>
  573. </h1>{block:IfCenterall}</center>{/block:IfCenterall}
  574.  
  575.  
  576.  
  577. </div><br><br>
  578.  
  579.  
  580.  
  581.  
  582. {block:IfShowAlbumartonaudioposts}
  583. {block:AlbumArt}
  584. <div class="album_art">
  585. <img src="{AlbumArtURL}" alt="{block:Artist}{Artist}{/block:Artist}{block:TrackName} - {TrackName}{/block:TrackName}" style="margin-bottom: 5px"/>
  586. </div>
  587. {/block:AlbumArt}
  588. {/block:IfShowalbumartonaudioposts}
  589.  
  590.  
  591.  
  592.  
  593.  
  594.  
  595. <div class="content audio-post">
  596. {block:IfCenterall}<center>{/block:IfCenterall}
  597. <div class="audiobox">
  598. <div class="audio">
  599. {AudioPlayerBlack}
  600. </div></div> {block:IfCenterall}</center>{/block:IfCenterall}
  601.  
  602.  
  603. <p>plays: <span class="plays">{FormattedPlayCount}</span></p>
  604.  
  605.  
  606. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
  607. </div>
  608. {/block:Audio}
  609.  
  610. <div class="clear">&nbsp;</div>
  611.  
  612. </li>
  613.  
  614. {/block:Posts}
  615.  
  616.  
  617. {block:IfDisqusShortname}
  618. {block:Permalink}
  619. <div id="disqus">
  620. <div id="disqus_thread"></div><script type="text/javascript" src="http://disqus.com/forums/{text:Disqus Shortname}/embed.js"></script><noscript><a href="http://{text:Disqus Shortname}.disqus.com/?url=ref">View the discussion thread.</a></noscript>
  621. </div>
  622. {/block:Permalink}
  623. <script type="text/javascript">
  624. //<![CDATA[
  625. (function() {
  626. var links = document.getElementsByTagName('a');
  627. var query = '?';
  628. for(var i = 0; i < links.length; i++) {
  629. if(links[i].href.indexOf('#disqus_thread') >= 0) {
  630. query += 'url' + i + '=' + encodeURIComponent(links[i].href) + '&';
  631. }
  632. }
  633. document.write('<script charset="utf-8" type="text/javascript" src="http://disqus.com/forums/{text:Disqus Shortname}/get_num_replies.js' + query + '"></' + 'script>');
  634. })();
  635. //]]>
  636. </script>
  637. {/block:IfDisqusShortname}
  638.  
  639.  
  640. </div> <!-- .box -->
  641. {/block:Posts}
  642.  
  643.  
  644.  
  645. </div> <!-- .posts -->
  646.  
  647. <div style="clear: both"></div>
  648.  
  649. {block:PermalinkPage}
  650. {block:IfShownotesonpermalinkpages}
  651. {PostNotes}
  652. {/block:IfShownotesonpermalinkpages}
  653. {block:PermalinkPage}
  654.  
  655. <div style="clear: both;"></div>
  656.  
  657.  
  658.  
  659.  
  660.  
  661. </ol>
  662.  
  663. <div id="footer">
  664.  
  665. <div id="pagination">
  666. {block:Pagination}
  667. <p class="back">&nbsp;{block:NextPage}
  668. <a href="{NextPage}">next</a> >>>
  669. {/block:NextPage}</p>{block:JumpPagination length="500"}
  670. {block:CurrentPage}
  671. <span class="current-page">{PageNumber}</span>
  672. {/block:CurrentPage}
  673. {block:JumpPage}
  674. <a href="{URL}">{PageNumber}</a>
  675. {/block:JumpPage}
  676. {/block:JumpPagination}
  677. <p class="forward">{block:PreviousPage}
  678. <<< <a href="{PreviousPage}">prev</a>
  679. {/block:PreviousPage}&nbsp;</p>
  680.  
  681. {/block:Pagination}
  682.  
  683. {block:PermalinkPagination}
  684. {block:PreviousPost}<p class="back">
  685. <a href="{PreviousPost}">next</a> >>>
  686. </p>{/block:PreviousPost}
  687. {block:NextPost}<p class="forward">
  688. <<< <a href="{NextPost}">prev</a>
  689. {/block:NextPost}</p>
  690. {/block:PermalinkPagination}
  691.  
  692. {block:DayPagination}
  693. {block:PreviousDayPage}<p class="back">
  694. <a href="{PreviousDayPage}">next</a> >>>
  695. {/block:PreviousDayPage}</p>
  696. {block:NextDayPage}<p class="forward">
  697. <<< <a href="{NextDayPage}">prev</a>
  698. </p>{/block:NextDayPage}
  699. {/block:DayPagination}
  700. </div>
  701.  
  702.  
  703. <br><br />
  704.  
  705. <center>
  706. <a href="/archive">archive</a> //
  707. <a href="/random">random post</a> //
  708. <a href="{RSS}">RSS</a>
  709. <br />
  710. <font size="2"><i>powered by <a href="http://www.tumblr.com/">tumblr</a> -
  711. <a href="http://www.tumblr.com/theme/9601">Quite Big theme</a> by <a href="http://georgedunkley.tumblr.com/">George Dunkley</a></i></font></center>
  712.  
  713.  
  714.  
  715. </div>
  716.  
  717.  
  718.  
  719.  
  720.  
  721.  
  722.  
  723.  
  724.  
  725.  
  726.  
  727.  
  728.  
  729.  
  730. </div>
  731.  
  732.  
  733.  
  734. </body>
  735. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement