Advertisement
Guest User

Untitled

a guest
Oct 19th, 2017
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 36.44 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.  
  3. <!-- __ __ __
  4. .---.-.-----.--| |.--.--.| |_| |.----. .----.-----.--------.
  5. | _ | | _ || | || _| || _|_| __| _ | |
  6. |___._|__|__|_____||___ ||____|__||__||__|____|_____|__|__|__|
  7. |_____| -->
  8.  
  9.  
  10. <html xmlns="http://www.w3.org/1999/xhtml">
  11. <head>
  12. <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
  13. <title>{Title}{block:PostTitle} - {PostTitle}{/block:PostTitle}{block:PostSummary} - {PostSummary}{/block:PostSummary}</title>
  14.  
  15. <link rel="shortcut icon" href="{Favicon}" />
  16. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  17. {block:Description}
  18. <meta name="description" content="{MetaDescription}" />
  19. {/block:Description}
  20.  
  21. <!-- Jquery -->
  22. <script src="http://code.jquery.com/jquery-latest.js"></script>
  23.  
  24. <!-- Jquery Fancybox -->
  25. <script type="text/javascript" src="http://static.tumblr.com/z7lhmdl/Sgqkzocgr/jquery.mousewheel-3.0.2.pack.js"></script>
  26. <script type="text/javascript" src="http://static.tumblr.com/z7lhmdl/C82kzochp/jquery.fancybox-1.3.0.pack.js"></script>
  27. <link rel="stylesheet" type="text/css" href="http://static.tumblr.com/z7lhmdl/FOBkzocyp/jquery.fancybox-1.3.0.css" media="screen" />
  28. <script type="text/javascript">
  29. $(document).ready(function() {
  30.  
  31. $(".zoombox").fancybox({
  32. 'scrolling' : 'no',
  33. 'titlePosition' : 'inside',
  34. 'transitionIn' : 'elastic',
  35. 'autoScale' : false,
  36. 'transitionOut' : 'none',
  37. 'titleShow' : false
  38. });
  39.  
  40. $("a[href$=.jpg],a[href$=.png],a[href$=.gif]").fancybox();
  41.  
  42. });
  43. </script>
  44.  
  45. <!--
  46. Widescreen YouTube Embeds by Matthew Buchanan & Hayden Hunter
  47. http://matthewbuchanan.name/451892574
  48. http://blog.haydenhunter.me
  49.  
  50. Released under a Creative Commons attribution license:
  51. http://creativecommons.org/licenses/by/3.0/nz/
  52. -->
  53.  
  54. <script type="text/javascript">
  55. $(function() {
  56. $("object").each(function () {
  57. if ($(this).find("embed[src^='http://www.youtube.com']").length > 0) {
  58. // Identify and hide embed(s)
  59. var parent = $(this).parent();
  60. parent.css("visibility","hidden");
  61. var youtubeCode = parent.html();
  62. var params = "";
  63. if (youtubeCode.toLowerCase().indexOf("<param") == -1) {
  64. // IE doesn't return params with html(), so…
  65. $("param", this).each(function () {
  66. params += $(this).get(0).outerHTML;
  67. });
  68. }
  69. // Set colours in control bar to match page background
  70. var oldOpts = /rel=0/g;
  71. var newOpts = "rel=0&amp;color1=0xdadddd&amp;color2=0xdadddd";
  72. youtubeCode = youtubeCode.replace(oldOpts, newOpts);
  73. if (params != "") {
  74. params = params.replace(oldOpts, newOpts);
  75. youtubeCode = youtubeCode.replace(/<embed/i, params + "<embed");
  76. }
  77. // Extract YouTube ID and calculate ideal height
  78. var youtubeIDParam = $(this).find("embed").attr("src");
  79. var youtubeIDPattern = /\/v\/([0-9A-Za-z-_]*)/;
  80. var youtubeID = youtubeIDParam.match(youtubeIDPattern);
  81. var youtubeHeight = Math.floor(parent.find("object").width() * 0.75 + 25);
  82. var youtubeHeightWide = Math.floor(parent.find("object").width() * 0.5625 + 25);
  83. // Test for widescreen aspect ratio
  84. $.getJSON("http://gdata.youtube.com/feeds/api/videos/" + youtubeID[1] + "?v=2&alt=json-in-script&callback=?", function (data) {
  85. oldOpts = /height="?([0-9]*)"?/g;
  86. if (data.entry.media$group.yt$aspectRatio != null) {
  87. newOpts = 'height="' + youtubeHeightWide + '"';
  88. } else {
  89. newOpts = 'height="' + youtubeHeight + '"';
  90. }
  91. youtubeCode = youtubeCode.replace(oldOpts, newOpts);
  92. if (params != "") {
  93. params = params.replace(oldOpts, newOpts);
  94. youtubeCode = youtubeCode.replace(/<embed/i, params + "<embed");
  95. }
  96. // Replace YouTube embed with new code
  97. parent.html(youtubeCode).css("visibility","visible");
  98. });
  99. }
  100. });
  101. });
  102. </script>
  103.  
  104.  
  105.  
  106. <meta name="text:Disqus Username" content=""/>
  107. <meta name="text:Twitter Username" content=""/>
  108. <meta name="text:Flickr Username" content=""/>
  109. <meta name="text:Custom Link 1 Title" content=""/>
  110. <meta name="text:Custom Link 1" content=""/>
  111. <meta name="text:Custom Link 2 Title" content=""/>
  112. <meta name="text:Custom Link 2" content=""/>
  113. <meta name="text:Custom Link 3 Title" content=""/>
  114. <meta name="text:Custom Link 3" content=""/>
  115. <meta name="text:Custom Link 4 Title" content=""/>
  116. <meta name="text:Custom Link 4" content=""/>
  117. <meta name="image:300pxPortrait" content=""/>
  118.  
  119.  
  120. <style type="text/css" media="screen">
  121.  
  122. /* ==================== */
  123. /* = The 1Kb CSS Grid = */
  124. /* ==================== */
  125.  
  126. .grid_1 { width:80px; }
  127. .grid_2 { width:140px; }
  128. .grid_3 { width:220px; }
  129. .grid_4 { width:300px; }
  130. .grid_5 { width:380px; }
  131. .grid_6 { width:460px; }
  132. .grid_7 { width:500px; }
  133. .grid_8 { width:620px; }
  134. .grid_9 { width:700px; }
  135. .grid_10 { width:780px; }
  136. .grid_11 { width:860px; }
  137. .grid_12 { width:940px; }
  138.  
  139. .column { /* 10px margin on BOTH sides, resulting in a 20px gutter between columns */
  140. margin: 0 10px;
  141. float: left;
  142. }
  143. .row { /* center the row on the page, clear the interior contents with overflow:hidden hack */
  144. width: 1500px;
  145. margin: 0 auto;
  146. }
  147. .row .row {
  148. margin: 0 -10px;
  149. width: auto;
  150. }
  151.  
  152. body {
  153. margin: 80px 0 0 0;
  154. font-family: Helvetica, sans-serif;
  155. font-size: 13px;
  156. background: url(https://wallpapercave.com/wp/j8eMFrM.jpg) #8f9595 repeat-x fixed;
  157. }
  158.  
  159. img {
  160. border: none;
  161. }
  162.  
  163. .shadow {
  164. box-shadow: 0px 0px 6px rgba(0,0,0,0.3);
  165. -webkit-box-shadow: 0px 0px 6px rgba(0,0,0,0.3);
  166. -moz-box-shadow: 0px 0px 6px rgba(0,0,0,0.3);
  167. -webkit-transition-duration: 0.2s;
  168. -webkit-border-radius: 5px;
  169. -moz-border-radius: 5px;
  170. border-radius: 5px;
  171. margin-bottom: 20px;
  172. }
  173.  
  174. .shadow:hover {
  175. box-shadow: 0px 0px 20px rgba(0,235,255,0.8);
  176. -webkit-box-shadow: 0px 0px 20px rgba(0,235,255,0.8);
  177. -moz-box-shadow: 0px 0px 20px rgba(0,235,255,0.8);
  178. }
  179.  
  180. .lightpanel {
  181. color: #4d4d4d;
  182. line-height: 18px;
  183. text-shadow: 0 1px 1px rgba(255,255,255,0.9);
  184. background: url(http://static.tumblr.com/z7lhmdl/DsSkwsstm/gradbg.png) repeat-x #dadddd;
  185. border-top: 1px solid #f3f3f3;
  186. border-bottom: 1px solid #c5c8c8;
  187. }
  188.  
  189. .lightpanel p {
  190. padding-left: 20px;
  191. padding-right: 20px;
  192. }
  193.  
  194. .lightpanel h2, .lightpanel h3, .lightpanel h4, .lightpanel h5, .lightpanel h6 {
  195. padding-left: 20px;
  196. padding-right: 20px;
  197. }
  198.  
  199. .bottompanel {
  200. background: url(http://static.tumblr.com/z7lhmdl/lkEkwsst2/bottompanel.png) repeat-x #7b7f7f;
  201. color: #dadddd;
  202. text-transform: uppercase;
  203. font-size: 9px;
  204. font-weight: bold;
  205. padding-top: 1px;
  206. padding-bottom: 1px;
  207. padding-left: 20px;
  208. padding-right: 20px;
  209. border-bottom: 1px solid #656868;
  210. font-family: Helvetica;
  211. }
  212.  
  213. .bottompanel a {
  214. color: #dadddd;
  215. }
  216.  
  217. .roundedbottom {
  218. -webkit-border-bottom-right-radius: 5px;
  219. -webkit-border-bottom-left-radius: 5px;
  220. -moz-border-radius-bottomright: 5px;
  221. -moz-border-radius-bottomleft: 5px;
  222. border-bottom-right-radius: 5px;
  223. border-bottom-left-radius: 5px;
  224. }
  225.  
  226. .roundedtop {
  227. -webkit-border-top-left-radius: 5px;
  228. -webkit-border-top-right-radius: 5px;
  229. -moz-border-radius-topleft: 5px;
  230. -moz-border-radius-topright: 5px;
  231. border-top-left-radius: 5px;
  232. border-top-right-radius: 5px;
  233. }
  234.  
  235. .nav a {
  236. font-weight: 500;
  237. text-decoration: none;
  238. color: #4d4d4d;
  239. display: block;
  240. padding: 20px;
  241. font-size: 20px;
  242. text-transform: uppercase;
  243. text-shadow: 0 2px 1px rgba(255,255,255,0.9);
  244. font-family: Helvetica;
  245. }
  246.  
  247. .nav a:hover {
  248. background: #e9eaea;
  249. }
  250.  
  251. h2 {
  252. font-size: 20px;
  253. font-weight: 500;
  254. line-height: 24px;
  255. text-shadow: 0 2px 1px rgba(255,255,255,0.9);
  256. }
  257.  
  258. h2 a {
  259. color: #4d4d4d;
  260. }
  261.  
  262. #twitter_update_list {
  263. list-style: none;
  264. padding-left: 20px;
  265. padding-right: 20px;
  266. }
  267.  
  268. #twitter_update_list li {
  269. padding-bottom: 4px;
  270. padding-top: 4px;
  271. }
  272.  
  273. a {
  274. color: #41797e;
  275. text-decoration: none;
  276. }
  277.  
  278. h1 {
  279. font-size: 32px;
  280. letter-spacing: -1px;
  281. font-weight: 100;
  282. text-shadow: 0 2px 1px rgba(255,255,255,0.9);
  283. margin: 0px;
  284. line-height: 30px;
  285. font-family: Georgia;
  286. font-style: italic;
  287. }
  288.  
  289. h1 a {
  290. padding-top: 30px;
  291. padding-bottom: 30px;
  292. padding-left: 20px;
  293. display: block;
  294. color: #4d4d4d;
  295. }
  296.  
  297. h1 a:hover {
  298. background: #e9eaea;
  299. }
  300.  
  301. .masthead {
  302. margin-bottom: 40px;
  303. }
  304.  
  305. blockquote {
  306. border-left: 3px solid #989696;
  307. margin-left: 10px;
  308. padding-left: 5px;
  309. }
  310.  
  311. blockquote p {
  312. margin-left: -20px;
  313. }
  314.  
  315. .centeralign {
  316. text-align: center;
  317. }
  318.  
  319. .bottomlist {
  320. padding-left: 0px;
  321. }
  322.  
  323. .bottomlist ul {
  324. margin-left: 0px;
  325. padding-left: 0px;
  326. }
  327.  
  328. .bottomlist li {
  329. display: inline;
  330. padding-right: 17px;
  331. list-style: none;
  332. }
  333.  
  334. .reblogged {
  335. padding-bottom: 8px;
  336. border-bottom: 1px dotted;
  337. margin-bottom: 8px;
  338. }
  339.  
  340. ::-moz-selection {
  341. background: rgb(0,235,255);
  342. }
  343.  
  344. ::selection {
  345. background: rgb(0,235,255);
  346. }
  347.  
  348. code::-moz-selection {
  349. background: rgb(0,235,255);
  350. }
  351.  
  352. code::selection {
  353. background: rgb(0,235,255);
  354. }
  355.  
  356. .video {
  357. text-align: center;
  358. }
  359.  
  360. .notopborder {
  361. border-top: none !important;
  362. }
  363.  
  364. .image img {
  365. max-width: 500px;
  366. min-width: 500px;
  367. }
  368.  
  369. .photocaption img {
  370. max-width: 460px;
  371. -webkit-border-radius: 5px;
  372. -moz-border-radius: 5px;
  373. border-radius: 5px;
  374. }
  375.  
  376. .previous {
  377. width: 235px;
  378. }
  379.  
  380. .next {
  381. width: 235px;
  382. float: right;
  383. clear: both;
  384. }
  385.  
  386. .audio {
  387. padding-left: 12px;
  388. padding-top: 20px;
  389. padding-bottom: 20px;
  390. }
  391.  
  392. .audioholder {
  393. background: #000000;
  394. }
  395.  
  396. .playcount {
  397. float: right;
  398. clear: both;
  399. padding-top: 25px;
  400. padding-right: 20px;
  401. color: white;
  402. text-shadow: none;
  403. font-family: Georgia;
  404. font-style: italic;
  405. font-size: 14px;
  406. }
  407.  
  408. input {
  409. color: #4d4d4d;
  410. font-family: Helvetica;
  411. font-size: 13px;
  412. line-height: 18px;
  413. text-shadow: 0 1px 1px rgba(255,255,255,0.9);
  414. background: url(images/gradbg.png) repeat-x #dadddd;
  415. padding-left: 20px;
  416. padding-top: 10px;
  417. padding-bottom: 10px;
  418. padding-right: 20px;
  419. border: none;
  420. -webkit-border-radius: 5px;
  421. -moz-border-radius: 5px;
  422. border-radius: 5px;
  423. width: 260px;
  424. box-shadow: 0px 0px 6px rgba(0,0,0,0.3);
  425. -webkit-box-shadow: 0px 0px 6px rgba(0,0,0,0.3);
  426. -moz-box-shadow: 0px 0px 6px rgba(0,0,0,0.3);
  427. }
  428.  
  429. input:hover {
  430. box-shadow: 0px 0px 20px rgba(0,235,255,0.8);
  431. -webkit-box-shadow: 0px 0px 20px rgba(0,235,255,0.8);
  432. -moz-box-shadow: 0px 0px 20px rgba(0,235,255,0.8);
  433. }
  434.  
  435. .submit {
  436. float: right;
  437. clear: both;
  438. display: none;
  439. }
  440.  
  441. .note {
  442. padding-bottom: 5px;
  443. padding-top: 5px;
  444. }
  445.  
  446. ol.notes {
  447. padding: 0px;
  448. list-style-type: none;
  449. }
  450.  
  451. ol.notes li.note {
  452. padding-left: 20px;
  453. }
  454.  
  455. ol.notes li.note img.avatar {
  456. display: none;
  457. }
  458.  
  459. ol.notes li.note span.action {
  460. font-weight: bold;
  461. }
  462.  
  463. ol.notes li.note .answer_content {
  464. font-weight: normal;
  465. }
  466.  
  467. ol.notes li.note blockquote {
  468. border-left: 3px solid #989696;
  469. margin-left: 0px;
  470. padding-left: 15px;
  471. padding-top: 0px;
  472. border-bottom: none;
  473. }
  474.  
  475. ol.notes li.note blockquote a {
  476. text-decoration: none;
  477. }
  478.  
  479. .noresults {
  480. font-size: 60px;
  481. font-weight: bolder;
  482. color: #373f3f;
  483. line-height: 50px;
  484. text-shadow: 0 1px 1px rgba(255,255,255,0.7);
  485. letter-spacing: -4px;
  486. }
  487.  
  488. .search {
  489. margin-bottom: 40px;
  490. }
  491.  
  492. .comments {
  493. padding-bottom: 10px;
  494. padding-left: 20px;
  495. padding-right: 20px;
  496. }
  497.  
  498. .comments h3 {
  499. padding-left: 0px;
  500. }
  501.  
  502. .chat li {
  503. list-style: none;
  504. }
  505.  
  506. .label {
  507. font-weight: bolder;
  508. }
  509.  
  510. .textpostbody img {
  511. max-width: 460px;
  512. -webkit-border-radius: 5px;
  513. -moz-border-radius: 5px;
  514. border-radius: 5px;
  515. }
  516.  
  517. .textpostbody li {
  518. padding-right: 20px;
  519. }
  520.  
  521. .description {
  522. padding-right: 20px;
  523. }
  524.  
  525. .portrait-description {
  526. padding: 20px;
  527. }
  528.  
  529. .portrait {
  530. width: 300px;
  531. }
  532.  
  533. .albumart {
  534. width:500px;
  535. }
  536.  
  537. .triangle {
  538. background: #e4e8e8 url(http://static.tumblr.com/z7lhmdl/IoKkyxv6w/triangle-solo.png) bottom left no-repeat;
  539. height: 10px;
  540. margin-bottom: 0px;
  541. padding-bottom: 0px;
  542. }
  543.  
  544. .question {
  545. font-size: 16px;
  546. line-height: 22px;
  547. background: #000;
  548. text-shadow: none;
  549. color: #8c8c8c;
  550. box-shadow: 0px 0px 10px rgba(0,0,0,0.6);
  551. -webkit-box-shadow: 0px 0px 10px rgba(0,0,0,0.6);
  552. -moz-box-shadow: 0px 0px 10px rgba(0,0,0,0.6);
  553.  
  554. padding: 30px;
  555. width: 460px;
  556. margin-left: -10px;
  557. -webkit-border-radius: 5px;
  558. -moz-border-radius: 5px;
  559. border-radius: 5px;
  560. float: left;
  561. margin-bottom: 15px;
  562. }
  563.  
  564. .asker {
  565. background: url(http://static.tumblr.com/z7lhmdl/DsSkwsstm/gradbg.png) repeat-x #dadddd;
  566. height: 70px;
  567. }
  568.  
  569. .askerportrait {
  570. float: left;
  571. margin-right: 20px;
  572. padding-top: 20px;
  573. padding-left: 20px;
  574. }
  575.  
  576. .askerportrait img {
  577. -webkit-border-radius: 5px;
  578. -moz-border-radius: 5px;
  579. border-radius: 5px;
  580. }
  581.  
  582. .askername {
  583. font-size: 24px;
  584. margin-top: 0px;
  585. margin-bottom: 0px;
  586. line-height: 80px;
  587. }
  588.  
  589. .askername a {
  590. color: #4d4d4d;
  591. }
  592.  
  593. .linkbg {
  594. background: #b9bdbd url(http://static.tumblr.com/z7lhmdl/4wRkyxyle/linkbg.png) top right no-repeat;
  595. text-shadow: 0 0px 1px rgba(255,255,255,0.3);
  596. padding: 0px;
  597. margin: 0px;
  598. }
  599.  
  600. .linkbg h2 {
  601. padding: 0px;
  602. margin: 0px;
  603. }
  604.  
  605. .linkdescription {
  606. background: url(http://static.tumblr.com/z7lhmdl/DsSkwsstm/gradbg.png) repeat-x #dadddd;
  607. border-top: 1px solid #f3f3f3;
  608. padding-bottom: 1px;
  609. }
  610.  
  611. .link {
  612. padding-top: 20px;
  613. padding-bottom: 20px;
  614. padding-left: 20px;
  615. padding-right: 130px;
  616. display: block;
  617. }
  618.  
  619. .quote {
  620. margin-right: 130px;
  621. }
  622.  
  623. .quotebg {
  624. background: #b9bdbd url(http://static.tumblr.com/z7lhmdl/cszkzyztp/quotebg.png) top right no-repeat;
  625. text-shadow: 0 0px 1px rgba(255,255,255,0.3);
  626. padding: 0px;
  627. margin: 0px;
  628. }
  629.  
  630. .quotedescription {
  631. background: url(http://static.tumblr.com/z7lhmdl/DsSkwsstm/gradbg.png) repeat-x #dadddd;
  632. border-top: 1px solid #f3f3f3;
  633. padding-bottom: 1px;
  634. }
  635.  
  636.  
  637.  
  638. .zoomphoto {
  639. max-width: 900px;
  640. }
  641.  
  642. .hiddenzoombox {
  643. display: none;
  644. }
  645.  
  646. .zoomoverlay {
  647. position: absolute;
  648. z-index:1000;
  649. }
  650.  
  651. .zoomoverlay img {
  652. width: 100px;
  653. height: 100px;
  654. }
  655.  
  656. .wholeimage:hover > .zoomoverlay {
  657. background: url(http://static.tumblr.com/z7lhmdl/tPFkzy1ni/zoom.png) no-repeat;
  658. }
  659.  
  660. .wholeimage {
  661. background: #fff;
  662. }
  663.  
  664. {CustomCSS}
  665.  
  666.  
  667. </style>
  668.  
  669. <!--[if lte IE 7]>
  670. <style type="text/css">
  671.  
  672. .twitter ul {
  673. margin-left:0px;
  674. padding-left:0px;
  675. }
  676.  
  677. .bottompanel li, .bottompanel ul {
  678. padding-left: 0px !important;
  679. list-style: none;
  680. margin-left: 0px;
  681. }
  682.  
  683. </style>
  684. <![endif]-->
  685.  
  686. </head>
  687.  
  688.  
  689. <body id="home">
  690.  
  691. <div class="row">
  692.  
  693. <div class="column grid_4">
  694.  
  695. <div class="shadow">
  696.  
  697. <div class="lightpanel roundedbottom roundedtop masthead">
  698. <h1><a class="roundedbottom roundedtop" href="/">{Title}</a></h1>
  699. </div>
  700.  
  701. </div>
  702.  
  703. <div class="shadow">
  704.  
  705. {block:If300pxPortraitImage}
  706. <img class="roundedtop portrait" src="{image:300pxPortrait}" />
  707.  
  708. <div class="lightpanel">
  709. <div><p>{description}</p></div>
  710. </div>
  711. {/block:If300pxPortraitImage}
  712.  
  713.  
  714. {block:IfNot300pxPortraitImage}
  715. <div class="lightpanel roundedtop">
  716. <div><p>{description}</p></div>
  717. </div>
  718. {/block:IfNot300pxPortraitImage}
  719.  
  720. <div class="lightpanel nav">
  721. <a class="nav" href="/">{lang:Home}</a>
  722. </div>
  723.  
  724. {block:HasPages}
  725. {block:Pages}
  726. <div class="lightpanel nav">
  727. <a class="nav" href="{URL}">{Label}</a>
  728. </div>
  729. {/block:Pages}
  730. {/block:HasPages}
  731.  
  732. <div class="lightpanel nav">
  733. <a class="nav" href="/archive">{lang:Archive}</a>
  734. </div>
  735.  
  736. <div class="lightpanel nav">
  737. <a class="nav" href="{RSS}">{lang:Subscribe} ({lang:RSS})</a>
  738. </div>
  739.  
  740. {block:AskEnabled}
  741. <div class="lightpanel nav">
  742. <a class="nav" href="/ask">{AskLabel}</a>
  743. </div>
  744. {/block:AskEnabled}
  745.  
  746. {block:SubmissionsEnabled}
  747. <div class="lightpanel nav">
  748. <a class="nav" href="/submit">{SubmitLabel}</a>
  749. </div>
  750. {/block:SubmissionsEnabled}
  751.  
  752. <div class="lightpanel nav">
  753. <a class="nav" href="/random">{lang:Random post}</a>
  754. </div>
  755.  
  756. {block:IfFlickrUsername}
  757. <div class="lightpanel nav">
  758. <a class="nav" href="http://www.flickr.com/photos/{text:Flickr Username}">Flickr</a>
  759. </div>
  760. {/block:IfFlickrUsername}
  761.  
  762.  
  763. {block:IfTwitterUsername}
  764. <div class="lightpanel nav">
  765. <a class="nav" href="http://www.twitter.com/{text:Twitter Username}">Twitter</a>
  766. </div>
  767.  
  768. <div class="lightpanel twitter">
  769. <ul id="twitter_update_list"></ul>
  770. </div>
  771.  
  772. {/block:IfTwitterUsername}
  773.  
  774.  
  775. {block:IfCustomLink1}
  776. <div class="lightpanel nav">
  777. <a class="nav" href="{text:Custom Link 1}">{text:Custom Link 1 Title}</a>
  778. </div>
  779. {/block:IfCustomLink1}
  780.  
  781. {block:IfCustomLink2}
  782. <div class="lightpanel nav">
  783. <a class="nav" href="{text:Custom Link 2}">{text:Custom Link 2 Title}</a>
  784. </div>
  785. {/block:IfCustomLink2}
  786.  
  787. {block:IfCustomLink3}
  788. <div class="lightpanel nav">
  789. <a class="nav" href="{text:Custom Link 3}">{text:Custom Link 3 Title}</a>
  790. </div>
  791. {/block:IfCustomLink3}
  792.  
  793. {block:IfCustomLink4}
  794. <div class="lightpanel nav">
  795. <a class="nav" href="{text:Custom Link 4}">{text:Custom Link 4 Title}</a>
  796. </div>
  797. {/block:IfCustomLink4}
  798.  
  799.  
  800. <!-- Please do not remove credit. Thanks :) -->
  801. <div class="bottompanel roundedbottom">
  802. <p><a href="http://www.tumblr.com/theme/7285/" target="_blank">Catching Elephant</a> is a theme by <a href="http://www.catchingzebra.com/" target="_blank">Andy Taylor. Yhgi just fiddled with it a bit.</a></p>
  803. </div>
  804.  
  805. </div>
  806.  
  807. <div class="search">
  808. <form action="/search" method="get">
  809. <div class="submit"><input type="submit" value="{lang:Search}"/></div>
  810. <div class="input"><input onfocus="this.value=''" type="text" value="{lang:Search}. Then hit enter." name="q"/></div>
  811. </form>
  812. </div>
  813.  
  814.  
  815.  
  816. </div>
  817.  
  818. <div class="column grid_1">
  819. <p>&nbsp;</p>
  820. </div>
  821.  
  822. <div class="column grid_7">
  823.  
  824. {block:Posts}
  825.  
  826.  
  827.  
  828. {block:Answer}
  829.  
  830. <div class="shadow">
  831.  
  832. <div class="lightpanel roundedtop notopborder">
  833.  
  834. <div class="asker roundedtop">
  835. <div class="askerportrait"><img src="{AskerPortraitURL-40}" width="40px" height="40px"/></div> <div class="askername">{lang:Asker asked}</div>
  836. </div>
  837.  
  838. <div class="triangle"></div>
  839.  
  840. <div class="question">
  841. {Question}
  842. </div>
  843.  
  844. <div class="textpostbody">
  845. {Answer}
  846. </div>
  847. </div>
  848.  
  849. <div class="bottompanel roundedbottom">
  850.  
  851. <ul class="bottomlist">
  852. {block:RebloggedFrom}
  853. <div class="reblogged">
  854. {block:RebloggedFromReblog}<li><a href="{ReblogRootURL}">&crarr; {lang:Originally from ReblogRootName}</a></li>{/block:RebloggedFromReblog}
  855. <li><a href="{ReblogParentURL}">&crarr; {lang:Reblogged from ReblogParentName}</a></li>
  856. </div>
  857. {/block:RebloggedFrom}
  858.  
  859. {block:HasTags}
  860. <div class="reblogged">
  861. {block:Tags}
  862. <li><a href="{TagURL}">#&nbsp;{Tag}</a></li>
  863. {/block:Tags}
  864. </div>
  865. {/block:HasTags}
  866.  
  867. <li><a href="{permalink}">&infin; {lang:Permalink}</a></li>
  868. <li><a href="{permalink}">{lang:Posted TimeAgo}</a></li>
  869. <li><a href="http://twitter.com/home?status={block:PostSummary}{PostSummary} - {/block:PostSummary}{ShortURL}">{lang:Tweet this}</a></li>
  870. {block:NoteCount}
  871. <li><a href="{permalink}">{NoteCountWithLabel}</a></li>
  872. {/block:NoteCount}
  873. {block:IfDisqusUsername}
  874. <li><a class="dsq-comment-count" href="{Permalink}#disqus_thread">{lang:Comment}</a></li>
  875. {/block:IfDisqusUsername}
  876. </ul>
  877.  
  878. </div>
  879.  
  880. </div>
  881.  
  882. {block:PostNotes}
  883. <div class="shadow">
  884. <div class="lightpanel roundedbottom roundedtop notes">
  885. <p>{PostNotes}</p>
  886. </div>
  887. </div>
  888. {/block:PostNotes}
  889.  
  890. {/block:Answer}
  891.  
  892.  
  893.  
  894.  
  895.  
  896.  
  897.  
  898. {block:Photo}
  899. <div class="shadow">
  900.  
  901.  
  902. <div class="wholeimage roundedtop">
  903.  
  904. {block:HighRes}
  905. <a href="#{PostID}-zoom" class="zoombox zoomoverlay"><img src="http://static.tumblr.com/z7lhmdl/5D6kzy1mm/blank.gif" /></a>
  906. {/block:HighRes}
  907.  
  908. <div class="image">
  909. {LinkOpenTag}<img class="roundedtop" src="{PhotoURL-500}" alt="{PhotoAlt}" />{LinkCloseTag}
  910. </div>
  911.  
  912. </div>
  913.  
  914. {block:Caption}
  915. <div class="lightpanel">
  916. <div class="caption photocaption">{Caption}</div>
  917. </div>
  918. {/block:Caption}
  919.  
  920. <div class="bottompanel roundedbottom">
  921.  
  922. <ul class="bottomlist">
  923. {block:RebloggedFrom}
  924. <div class="reblogged">
  925. {block:RebloggedFromReblog}<li><a href="{ReblogRootURL}">&crarr; {lang:Originally from ReblogRootName}</a></li>{/block:RebloggedFromReblog}
  926. <li><a href="{ReblogParentURL}">&crarr; {lang:Reblogged from ReblogParentName}</a></li>
  927. </div>
  928. {/block:RebloggedFrom}
  929.  
  930. {block:HasTags}
  931. <div class="reblogged">
  932. {block:Tags}
  933. <li><a href="{TagURL}">#&nbsp;{Tag}</a></li>
  934. {/block:Tags}
  935. </div>
  936. {/block:HasTags}
  937.  
  938. <li><a href="{permalink}">&infin; {lang:Permalink}</a></li>
  939. <li><a href="{permalink}">{lang:Posted TimeAgo}</a></li>
  940. <li><a href="http://twitter.com/home?status={block:PostSummary}{PostSummary} - {/block:PostSummary}{ShortURL}">{lang:Tweet this}</a></li>
  941. {block:NoteCount}
  942. <li><a href="{permalink}">{NoteCountWithLabel}</a></li>
  943. {/block:NoteCount}
  944. {block:IfDisqusUsername}
  945. <li><a class="dsq-comment-count" href="{Permalink}#disqus_thread">{lang:Comment}</a></li>
  946. {/block:IfDisqusUsername}
  947.  
  948. </ul>
  949.  
  950. {block:HighRes}
  951. <div class="hiddenzoombox">
  952. <div id="{PostID}-zoom">
  953. <img src="{PhotoURL-HighRes}" class="zoomphoto" />
  954. </div>
  955. </div>
  956. {/block:HighRes}
  957.  
  958. </div>
  959. </div>
  960.  
  961. {block:PostNotes}
  962. <div class="shadow">
  963. <div class="lightpanel roundedbottom roundedtop notes">
  964. <p>{PostNotes}</p>
  965. </div>
  966. </div>
  967. {/block:PostNotes}
  968.  
  969. {/block:Photo}
  970.  
  971. {block:Photoset}
  972. <div class="shadow">
  973.  
  974. <div class="image">
  975. {Photoset-500}
  976. </div>
  977.  
  978. <div class="lightpanel">
  979. {block:Caption}
  980. <div class="caption">{Caption}</div>
  981. {/block:Caption}
  982. </div>
  983.  
  984. <div class="bottompanel roundedbottom">
  985.  
  986. <ul class="bottomlist">
  987. {block:RebloggedFrom}
  988. <div class="reblogged">
  989. {block:RebloggedFromReblog}<li><a href="{ReblogRootURL}">&crarr; {lang:Originally from ReblogRootName}</a></li>{/block:RebloggedFromReblog}
  990. <li><a href="{ReblogParentURL}">&crarr; {lang:Reblogged from ReblogParentName}</a></li>
  991. </div>
  992. {/block:RebloggedFrom}
  993.  
  994. {block:HasTags}
  995. <div class="reblogged">
  996. {block:Tags}
  997. <li><a href="{TagURL}">#&nbsp;{Tag}</a></li>
  998. {/block:Tags}
  999. </div>
  1000. {/block:HasTags}
  1001.  
  1002. <li><a href="{permalink}">&infin; {lang:Permalink}</a></li>
  1003. <li><a href="{permalink}">{lang:Posted TimeAgo}</a></li>
  1004. <li><a href="http://twitter.com/home?status={block:PostSummary}{PostSummary} - {/block:PostSummary}{ShortURL}">{lang:Tweet this}</a></li>
  1005. {block:NoteCount}
  1006. <li><a href="{permalink}">{NoteCountWithLabel}</a></li>
  1007. {/block:NoteCount}
  1008. {block:IfDisqusUsername}
  1009. <li><a class="dsq-comment-count" href="{Permalink}#disqus_thread">{lang:Comment}</a></li>
  1010. {/block:IfDisqusUsername}
  1011. </ul>
  1012.  
  1013. </div>
  1014. </div>
  1015.  
  1016. {block:PostNotes}
  1017. <div class="shadow">
  1018. <div class="lightpanel roundedbottom roundedtop notes">
  1019. <p>{PostNotes}</p>
  1020. </div>
  1021. </div>
  1022. {/block:PostNotes}
  1023.  
  1024. {/block:Photoset}
  1025.  
  1026. {block:Video}
  1027. <div class="shadow">
  1028.  
  1029. <div class="lightpanel notopborder">
  1030.  
  1031. <div class="video">
  1032. {Video-500}
  1033. </div>
  1034.  
  1035. {block:Caption}
  1036. <div class="caption">{Caption}</div>
  1037. {/block:Caption}
  1038.  
  1039. </div>
  1040.  
  1041. <div class="bottompanel roundedbottom">
  1042.  
  1043. <ul class="bottomlist">
  1044. {block:RebloggedFrom}
  1045. <div class="reblogged">
  1046. {block:RebloggedFromReblog}<li><a href="{ReblogRootURL}">&crarr; {lang:Originally from ReblogRootName}</a></li>{/block:RebloggedFromReblog}
  1047. <li><a href="{ReblogParentURL}">&crarr; {lang:Reblogged from ReblogParentName}</a></li>
  1048. </div>
  1049. {/block:RebloggedFrom}
  1050.  
  1051. {block:HasTags}
  1052. <div class="reblogged">
  1053. {block:Tags}
  1054. <li><a href="{TagURL}">#&nbsp;{Tag}</a></li>
  1055. {/block:Tags}
  1056. </div>
  1057. {/block:HasTags}
  1058.  
  1059. <li><a href="{permalink}">&infin; {lang:Permalink}</a></li>
  1060. <li><a href="{permalink}">{lang:Posted TimeAgo}</a></li>
  1061. <li><a href="http://twitter.com/home?status={block:PostSummary}{PostSummary} - {/block:PostSummary}{ShortURL}">{lang:Tweet this}</a></li>
  1062. {block:NoteCount}
  1063. <li><a href="{permalink}">{NoteCountWithLabel}</a></li>
  1064. {/block:NoteCount}
  1065. {block:IfDisqusUsername}
  1066. <li><a class="dsq-comment-count" href="{Permalink}#disqus_thread">{lang:Comment}</a></li>
  1067. {/block:IfDisqusUsername}
  1068. </ul>
  1069.  
  1070. </div>
  1071.  
  1072. </div>
  1073.  
  1074. {block:PostNotes}
  1075. <div class="shadow">
  1076. <div class="lightpanel roundedbottom roundedtop notes">
  1077. <p>{PostNotes}</p>
  1078. </div>
  1079. </div>
  1080. {/block:PostNotes}
  1081.  
  1082. {/block:Video}
  1083.  
  1084. {block:Audio}
  1085. <div class="shadow">
  1086.  
  1087. <div class="lightpanel roundedtop notopborder">
  1088.  
  1089. <div class="audioholder roundedtop">
  1090.  
  1091. <div class="playcount">{lang:Played PlayCount times}</div>
  1092.  
  1093. <div class="audio">{AudioPlayerBlack}</div>
  1094.  
  1095. {block:AlbumArt}
  1096. <img class="albumart" src="{AlbumArtURL}" />
  1097. {/block:AlbumArt}
  1098.  
  1099.  
  1100. </div>
  1101.  
  1102. {block:Caption}
  1103. {Caption}
  1104. {/block:Caption}
  1105.  
  1106. </div>
  1107.  
  1108. <div class="bottompanel roundedbottom">
  1109.  
  1110. <ul class="bottomlist">
  1111. {block:RebloggedFrom}
  1112. <div class="reblogged">
  1113. {block:RebloggedFromReblog}<li><a href="{ReblogRootURL}">&crarr; {lang:Originally from ReblogRootName}</a></li>{/block:RebloggedFromReblog}
  1114. <li><a href="{ReblogParentURL}">&crarr; {lang:Reblogged from ReblogParentName}</a></li>
  1115. </div>
  1116. {/block:RebloggedFrom}
  1117.  
  1118. {block:HasTags}
  1119. <div class="reblogged">
  1120. {block:Tags}
  1121. <li><a href="{TagURL}">#&nbsp;{Tag}</a></li>
  1122. {/block:Tags}
  1123. </div>
  1124. {/block:HasTags}
  1125.  
  1126. <li><a href="{permalink}">&infin; {lang:Permalink}</a></li>
  1127. <li><a href="{permalink}">{lang:Posted TimeAgo}</a></li>
  1128. <li><a href="http://twitter.com/home?status={block:PostSummary}{PostSummary} - {/block:PostSummary}{ShortURL}">{lang:Tweet this}</a></li>
  1129. {block:NoteCount}
  1130. <li><a href="{permalink}">{NoteCountWithLabel}</a></li>
  1131. {/block:NoteCount}
  1132. {block:IfDisqusUsername}
  1133. <li><a class="dsq-comment-count" href="{Permalink}#disqus_thread">{lang:Comment}</a></li>
  1134. {/block:IfDisqusUsername}
  1135. </ul>
  1136.  
  1137. </div>
  1138.  
  1139. </div>
  1140.  
  1141. {block:PostNotes}
  1142. <div class="shadow">
  1143. <div class="lightpanel roundedbottom roundedtop notes">
  1144. <p>{PostNotes}</p>
  1145. </div>
  1146. </div>
  1147. {/block:PostNotes}
  1148.  
  1149. {/block:Audio}
  1150.  
  1151. {block:Quote}
  1152. <div class="shadow">
  1153.  
  1154. <div class="lightpanel roundedtop quotebg">
  1155.  
  1156. <h2 class="quote">{Quote}</h2>
  1157.  
  1158. {block:Source}
  1159. <div class="quotedescription">
  1160. <p>{source}</p>
  1161. </div>
  1162. {/block:Source}
  1163. </div>
  1164.  
  1165.  
  1166.  
  1167.  
  1168. <div class="bottompanel roundedbottom">
  1169.  
  1170. <ul class="bottomlist">
  1171. {block:RebloggedFrom}
  1172. <div class="reblogged">
  1173. {block:RebloggedFromReblog}<li><a href="{ReblogRootURL}">&crarr; {lang:Originally from ReblogRootName}</a></li>{/block:RebloggedFromReblog}
  1174. <li><a href="{ReblogParentURL}">&crarr; {lang:Reblogged from ReblogParentName}</a></li>
  1175. </div>
  1176. {/block:RebloggedFrom}
  1177.  
  1178. {block:HasTags}
  1179. <div class="reblogged">
  1180. {block:Tags}
  1181. <li><a href="{TagURL}">#&nbsp;{Tag}</a></li>
  1182. {/block:Tags}
  1183. </div>
  1184. {/block:HasTags}
  1185.  
  1186. <li><a href="{permalink}">&infin; {lang:Permalink}</a></li>
  1187. <li><a href="{permalink}">{lang:Posted TimeAgo}</a></li>
  1188. <li><a href="http://twitter.com/home?status={block:PostSummary}{PostSummary} - {/block:PostSummary}{ShortURL}">{lang:Tweet this}</a></li>
  1189. {block:NoteCount}
  1190. <li><a href="{permalink}">{NoteCountWithLabel}</a></li>
  1191. {/block:NoteCount}
  1192. {block:IfDisqusUsername}
  1193. <li><a class="dsq-comment-count" href="{Permalink}#disqus_thread">{lang:Comment}</a></li>
  1194. {/block:IfDisqusUsername}
  1195. </ul>
  1196.  
  1197. </div>
  1198.  
  1199. </div>
  1200.  
  1201. {block:PostNotes}
  1202. <div class="shadow">
  1203. <div class="lightpanel roundedbottom roundedtop notes">
  1204. <p>{PostNotes}</p>
  1205. </div>
  1206. </div>
  1207. {/block:PostNotes}
  1208.  
  1209. {/block:Quote}
  1210.  
  1211. {block:Text}
  1212. <div class="shadow">
  1213.  
  1214. <div class="lightpanel roundedtop">
  1215. {block:Title}
  1216. <h2><a href="{Permalink}">{Title}</a></h2>
  1217. {/block:Title}
  1218. <div class="textpostbody">
  1219. {Body}
  1220. </div>
  1221. </div>
  1222.  
  1223. {block:Date}
  1224.  
  1225. <div class="bottompanel roundedbottom">
  1226.  
  1227. <ul class="bottomlist">
  1228. {block:RebloggedFrom}
  1229. <div class="reblogged">
  1230. {block:RebloggedFromReblog}<li><a href="{ReblogRootURL}">&crarr; {lang:Originally from ReblogRootName}</a></li>{/block:RebloggedFromReblog}
  1231. <li><a href="{ReblogParentURL}">&crarr; {lang:Reblogged from ReblogParentName}</a></li>
  1232. </div>
  1233. {/block:RebloggedFrom}
  1234.  
  1235. {block:HasTags}
  1236. <div class="reblogged">
  1237. {block:Tags}
  1238. <li><a href="{TagURL}">#&nbsp;{Tag}</a></li>
  1239. {/block:Tags}
  1240. </div>
  1241. {/block:HasTags}
  1242.  
  1243. <li><a href="{permalink}">&infin; {lang:Permalink}</a></li>
  1244. <li><a href="{permalink}">{lang:Posted TimeAgo}</a></li>
  1245. <li><a href="http://twitter.com/home?status={block:PostSummary}{PostSummary} - {/block:PostSummary}{ShortURL}">{lang:Tweet this}</a></li>
  1246. {block:NoteCount}
  1247. <li><a href="{permalink}">{NoteCountWithLabel}</a></li>
  1248. {/block:NoteCount}
  1249. {block:IfDisqusUsername}
  1250. <li><a class="dsq-comment-count" href="{Permalink}#disqus_thread">{lang:Comment}</a></li>
  1251. {/block:IfDisqusUsername}
  1252. </ul>
  1253.  
  1254. </div>
  1255.  
  1256. </div>
  1257.  
  1258. {block:PostNotes}
  1259. <div class="shadow">
  1260. <div class="lightpanel roundedbottom roundedtop notes">
  1261. <p>{PostNotes}</p>
  1262. </div>
  1263. </div>
  1264. {/block:PostNotes}
  1265.  
  1266. {/block:Date}
  1267.  
  1268. {/block:Text}
  1269.  
  1270.  
  1271. {block:Link}
  1272. <div class="shadow">
  1273.  
  1274. <div class="lightpanel roundedtop linkbg">
  1275.  
  1276. <h2><a href="{URL}" class="link" {Target}>{Name}</a></h2>
  1277.  
  1278. {block:Description}
  1279. <div class="linkdescription">
  1280. <p>{Description}</p>
  1281. </div>
  1282. {/block:Description}
  1283. </div>
  1284.  
  1285. <div class="bottompanel roundedbottom">
  1286.  
  1287. <ul class="bottomlist">
  1288. {block:RebloggedFrom}
  1289. <div class="reblogged">
  1290. {block:RebloggedFromReblog}<li><a href="{ReblogRootURL}">&crarr; {lang:Originally from ReblogRootName}</a></li>{/block:RebloggedFromReblog}
  1291. <li><a href="{ReblogParentURL}">&crarr; {lang:Reblogged from ReblogParentName}</a></li>
  1292. </div>
  1293. {/block:RebloggedFrom}
  1294.  
  1295. {block:HasTags}
  1296. <div class="reblogged">
  1297. {block:Tags}
  1298. <li><a href="{TagURL}">#&nbsp;{Tag}</a></li>
  1299. {/block:Tags}
  1300. </div>
  1301. {/block:HasTags}
  1302.  
  1303. <li><a href="{permalink}">&infin; {lang:Permalink}</a></li>
  1304. <li><a href="{permalink}">{lang:Posted TimeAgo}</a></li>
  1305. <li><a href="http://twitter.com/home?status={block:PostSummary}{PostSummary} - {/block:PostSummary}{ShortURL}">{lang:Tweet this}</a></li>
  1306. {block:NoteCount}
  1307. <li><a href="{permalink}">{NoteCountWithLabel}</a></li>
  1308. {/block:NoteCount}
  1309. {block:IfDisqusUsername}
  1310. <li><a class="dsq-comment-count" href="{Permalink}#disqus_thread">{lang:Comment}</a></li>
  1311. {/block:IfDisqusUsername}
  1312. </ul>
  1313.  
  1314. </div>
  1315.  
  1316. </div>
  1317.  
  1318. {block:PostNotes}
  1319. <div class="shadow">
  1320. <div class="lightpanel roundedbottom roundedtop notes">
  1321. <p>{PostNotes}</p>
  1322. </div>
  1323. </div>
  1324. {/block:PostNotes}
  1325.  
  1326. {/block:Link}
  1327.  
  1328.  
  1329. {block:Chat}
  1330. <div class="shadow">
  1331.  
  1332. <div class="lightpanel roundedtop">
  1333. {block:Title}
  1334. <h2><a href="{Permalink}">{Title}</a></h2>
  1335. {/block:Title}
  1336.  
  1337. {block:Lines}
  1338.  
  1339. <p>
  1340. {block:Label}
  1341. <span class="label">{Label}</span>
  1342. {/block:Label}
  1343.  
  1344. {Line}
  1345. </p>
  1346. {/block:Lines}
  1347.  
  1348. </div>
  1349.  
  1350. <div class="bottompanel roundedbottom">
  1351.  
  1352. <ul class="bottomlist">
  1353. {block:RebloggedFrom}
  1354. <div class="reblogged">
  1355. {block:RebloggedFromReblog}<li><a href="{ReblogRootURL}">&crarr; {lang:Originally from ReblogRootName}</a></li>{/block:RebloggedFromReblog}
  1356. <li><a href="{ReblogParentURL}">&crarr; {lang:Reblogged from ReblogParentName}</a></li>
  1357. </div>
  1358. {/block:RebloggedFrom}
  1359.  
  1360. {block:HasTags}
  1361. <div class="reblogged">
  1362. {block:Tags}
  1363. <li><a href="{TagURL}">#&nbsp;{Tag}</a></li>
  1364. {/block:Tags}
  1365. </div>
  1366. {/block:HasTags}
  1367.  
  1368. <li><a href="{permalink}">&infin; {lang:Permalink}</a></li>
  1369. <li><a href="{permalink}">{lang:Posted TimeAgo}</a></li>
  1370. <li><a href="http://twitter.com/home?status={block:PostSummary}{PostSummary} - {/block:PostSummary}{ShortURL}">{lang:Tweet this}</a></li>
  1371. {block:NoteCount}
  1372. <li><a href="{permalink}">{NoteCountWithLabel}</a></li>
  1373. {/block:NoteCount}
  1374. {block:IfDisqusUsername}
  1375. <li><a class="dsq-comment-count" href="{Permalink}#disqus_thread">{lang:Comment}</a></li>
  1376. {/block:IfDisqusUsername}
  1377. </ul>
  1378.  
  1379. </div>
  1380.  
  1381. </div>
  1382.  
  1383. {block:PostNotes}
  1384. <div class="shadow">
  1385. <div class="lightpanel roundedbottom roundedtop notes">
  1386. <p>{PostNotes}</p>
  1387. </div>
  1388. </div>
  1389. {/block:PostNotes}
  1390.  
  1391. {/block:Chat}
  1392.  
  1393. {/block:Posts}
  1394.  
  1395.  
  1396. {block:PermalinkPage}
  1397. {block:IfDisqusUsername}
  1398.  
  1399. <div class="shadow">
  1400. <div class="lightpanel roundedbottom roundedtop comments">
  1401.  
  1402. <script type="text/javascript">var disqus_url = "{Permalink}"; var disqus_title ="{block:PostTitle}{PostTitle}{/block:PostTitle}";</script>{block:Permalink}<div id="disqus_thread"></div><script type="text/javascript" src="http://disqus.com/forums/{text:Disqus Username}/embed.js"></script><noscript><a href="http://disqus.com/forums/{text:Disqus Username}/?url=ref">View the discussion thread.</a></noscript><a href="http://disqus.com" class="dsq-brlink">Blog comments powered by <span class="logo-disqus">Disqus</span></a>{/block:Permalink}<script type="text/javascript">
  1403. //<![CDATA[
  1404. (function() {
  1405. var links = document.getElementsByTagName('a');
  1406. var query = '?';
  1407. for(var i = 0; i < links.length; i++) {
  1408. if(links[i].href.indexOf('#disqus_thread') >= 0) {
  1409. query += 'url' + i + '=' + encodeURIComponent(links[i].href) + '&';
  1410. }
  1411. }
  1412. document.write('<script charset="utf-8" type="text/javascript" src="http://disqus.com/forums/{text:Disqus Username}/get_num_replies.js' + query + '"></' + 'script>');
  1413. })();
  1414. //]]>
  1415. </script>
  1416.  
  1417. </div>
  1418. </div>
  1419.  
  1420. {/block:IfDisqusUsername}
  1421. {/block:PermalinkPage}
  1422.  
  1423. {block:NoSearchResults}
  1424. <div class="noresults">Bummer. <br />{lang:No results found}.</div>
  1425. {/block:NoSearchResults}
  1426.  
  1427. <div>
  1428. {block:NextPage}
  1429. <div class="lightpanel nav roundedtop roundedbottom centeralign shadow next">
  1430. <a class="nav roundedtop roundedbottom" href="{NextPage}">{lang:Older}</a>
  1431. </div>
  1432. {/block:NextPage}
  1433.  
  1434. {block:PreviousPage}
  1435. <div class="lightpanel nav roundedtop roundedbottom centeralign shadow previous">
  1436. <a class="nav roundedtop roundedbottom" href="{PreviousPage}">{lang:Newer}</a>
  1437. </div>
  1438. {/block:PreviousPage}
  1439.  
  1440. </div>
  1441.  
  1442.  
  1443. </div>
  1444.  
  1445.  
  1446.  
  1447. </div>
  1448.  
  1449. <!-- Twitter feed call is down here so it loads last -->
  1450. <script type="text/javascript" src="http://twitter.com/javascripts/blogger.js"></script>
  1451. <script type="text/javascript" src="http://twitter.com/statuses/user_timeline/{text:Twitter Username}.json?callback=twitterCallback2&amp;count=3"></script>
  1452.  
  1453. </body>
  1454. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement