Advertisement
AymericTheNightmare

DigitalLiberty HTML Code

Nov 16th, 2012
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 17.41 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml">
  3. <head>
  4. <meta http-equiv="Content-Type" content="text/html;charset=utf-8"/>
  5. <title>{Title}{block:PostTitle} / {PostTitle}{/block:PostTitle}</title>
  6. <link rel="alternate" type="application/rss+xml" title="RSS" href="{RSS}"/>
  7. <link rel="Shortcut Icon" type="image/png" href="{Favicon}" />
  8. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  9.  
  10. <!-- DEFAULT IMAGE -->
  11. <meta name="image:Background" content="http://assets.tumblr.com/images/x.gif"/>
  12.  
  13. <!-- DEFAULT COLORS -->
  14. <meta name="color:Background" content="#262626"/>
  15. <meta name="color:Text" content="#fff"/>
  16. <meta name="color:Links" content="#ffbc00"/>
  17.  
  18. <meta name="if:Show notes" content="1">
  19. <meta name="text:Disqus Shortname" content="" />
  20.  
  21. <style type="text/css">
  22. a img, img a {border:none;}
  23.  
  24. * {padding:0;margin:0;}
  25.  
  26. .clear {clear:both;}
  27.  
  28. iframe {top:7px !important;}
  29.  
  30. #wrapper {
  31. width:600px;
  32. margin:0 auto;
  33. }
  34.  
  35. body {
  36. background: {color:Background};
  37. border-top:6px solid {color:Links};
  38. }
  39.  
  40. #top {
  41. margin:45px 0 70px 0;
  42. }
  43.  
  44. #header {
  45. float:left;
  46. }
  47.  
  48. #header h1 a, #header h1 a:hover {
  49. display:block;
  50. text-decoration:none;
  51. font-family:Georgia;
  52. font-size:60px;
  53. color:{color:Text};
  54. font-weight:normal;
  55. }
  56.  
  57. #header h1 {
  58. margin:6px 0 -17px 0;
  59. }
  60.  
  61.  
  62. #header div {
  63. color:{color:Links};
  64. font-size:14px;
  65. font-family: "Georgia";
  66. text-transform:lowercase;
  67. font-style:italic;
  68. float:left;
  69. margin-top:8px;
  70. }
  71.  
  72. #header div a {
  73. color:{color:Links};
  74. font-size:14px;
  75. font-family: "Georgia";
  76. text-transform:lowercase;
  77. font-style:italic;
  78. text-decoration:none;
  79. }
  80.  
  81. #header div a:hover {
  82. text-decoration:underline;
  83. }
  84.  
  85. #nav {
  86. float:right;
  87. margin-top:32px;
  88. margin-left: -32px;
  89. text-align:left;
  90. }
  91.  
  92. #nav li {
  93. line-height: 40px;
  94. display:inline-block;
  95. list-style:none;
  96. margin-left:22px;
  97. }
  98.  
  99.  
  100. #nav li a {
  101. color:{color:Links};
  102. font-family:"Lucida Grande", "Lucida Sans Unicode";
  103. text-decoration:none;
  104. font-weight:bold;
  105. font-size:12px;
  106. padding:10px 10px 10px 10px;
  107. }
  108.  
  109. #nav li a:hover {
  110. color:#262626;
  111. background:{color:Links};
  112. }
  113.  
  114. /* CONTENT */
  115.  
  116. #main {
  117. width:600px;
  118. margin:0 auto;
  119. }
  120.  
  121. span.icon a, .iconp {
  122. position:absolute;
  123. float:left;
  124. margin:0 0 0 0;
  125. top:-3px;
  126. left:-37px;
  127. color:{color:Text};
  128. font-weight:normal;
  129. text-decoration:none;
  130. text-indent:-9999px;
  131. background:url('http://static.tumblr.com/0prbykj/DzhjQBxSQ/icon.png') no-repeat;
  132. height:27px;
  133. width:27px;
  134. }
  135.  
  136. span.meta a {
  137. position:absolute;
  138. margin:0 0 0 0;
  139. font-family:Helvetica, Arial;
  140. font-size:9px;
  141. color:#adadad;
  142. font-weight:normal;
  143. text-decoration:none;
  144. text-transform:uppercase;
  145. text-decoration:none;
  146. text-align:right;
  147. }
  148.  
  149. span.meta a.timestamp {
  150. width: 40px;
  151. top: 30px;
  152. left: -54px;
  153. }
  154.  
  155. span.meta .count {
  156. width: 85px;
  157. top: 42px !important;
  158. left: -100px;
  159. }
  160.  
  161. {block:IfDisqusShortname}
  162. span.meta .note {
  163. top: 54px !important;
  164. }
  165. {/block:IfDisqusShortname}
  166.  
  167. span.meta a b {
  168. color:{color:Text};
  169. }
  170.  
  171. /* GENERAL POSTS */
  172.  
  173. .post {
  174. margin:0 0 80px 0;
  175. position:relative;
  176. }
  177.  
  178. .post .ttl a, .ttlp {
  179. font-family:Georgia;
  180. font-weight:normal;
  181. color:#262626;
  182. font-size:21px;
  183. padding:7px;
  184. background:{color:Links};
  185. text-decoration:none;
  186. text-transform:lowercase;
  187. }
  188.  
  189. .ttl a:hover {
  190. background:#ffc523;
  191. }
  192.  
  193. .ttl a span {
  194. padding:7px 0px 7px 4px;
  195. }
  196.  
  197. .post .body {
  198. margin:20px 0 0 0;
  199. font-family:"Lucida Grande", "Lucida Sans Unicode";
  200. font-size:11px;
  201. color:{color:Text};
  202. line-height:17px;
  203. }
  204.  
  205. .post .body a, .item .text a, .chat ul li a, .quote .source a {
  206. color:{color:Links};
  207. text-decoration:none;
  208. font-variant:small-caps;
  209. font-family:Georgia;
  210. font-size:11px;
  211. }
  212.  
  213. .post .body a:hover, .item .text a:hover, .chat ul li a:hover, .quote .source a:hover {
  214. text-decoration:underline;
  215. }
  216.  
  217.  
  218. .post p {
  219. margin:12px 0 12px 0;
  220. }
  221.  
  222. .post pre {
  223. margin:12px 0 12px 15px;
  224. font-size:10px;
  225. }
  226.  
  227. .post ul, .post ol {
  228. margin:12px 0 12px 40px;
  229. }
  230.  
  231. .post ul li {
  232. list-style:circle;
  233. margin-bottom:3px;
  234. }
  235.  
  236. .post ol li {
  237. margin-bottom:3px;
  238. }
  239.  
  240. .post blockquote {
  241. margin-left:20px;
  242. border-left:1px solid #ccc;
  243. padding-left:10px;
  244. color:#ccc;
  245. }
  246.  
  247. .source {
  248. font-family:Georgia;
  249. font-size:12px;
  250. font-variant:small-caps;
  251. text-transform:none;
  252. color:{color:Links};
  253. margin:11px 0px 0 0;
  254.  
  255. }
  256.  
  257. .source a {
  258. color:{color:Links};
  259. text-decoration:none;
  260. }
  261.  
  262. .source a:hover {
  263. text-decoration:underline;
  264. }
  265.  
  266. #daybox {
  267. margin-bottom:45px;
  268. }
  269.  
  270. #day {
  271. font-family:Georgia;
  272. font-variant:small-caps;
  273. font-size:18px;
  274. color:{color:Text};
  275. }
  276.  
  277. /* PHOTOS, VIDEOS, AUDIO */
  278.  
  279. .photo .body, .video .body, .audio.body {
  280. margin-top:10px;
  281. }
  282.  
  283. /* QUOTES */
  284. .quote {
  285. margin-top:-15px;
  286. }
  287.  
  288. .quote .body {
  289. font-family:Georgia;
  290. font-size:18px;
  291. line-height:25px;
  292. }
  293.  
  294. .quote span.icon a {
  295. top:0px;
  296. }
  297.  
  298. .quote .byline {
  299. float:right;
  300. }
  301.  
  302. .quote .source {
  303. font-family:"Lucida Grande", "Lucida Sans Unicode";
  304. font-size:11px;
  305. color:{color:Text};
  306. line-height:17px;
  307. font-variant:normal !important;
  308. }
  309.  
  310. /* CHATS */
  311.  
  312. .chat ul {
  313. margin:20px 0 0 0;
  314. }
  315.  
  316. .chat ul li {
  317. list-style:none;
  318. font-family:"Lucida Grande", "Lucida Sans Unicode";
  319. font-size:11px;
  320. color:{color:Text};
  321. padding:8px;
  322. }
  323.  
  324. .label {
  325. font-weight:bold;
  326. }
  327.  
  328. li.odd {
  329. background:#1f1f1f;
  330. }
  331.  
  332. li.even {
  333. background:#292929;
  334. }
  335.  
  336. /* PAGENAV */
  337. #pagenav {
  338. margin:60px 0 0 0;
  339. }
  340.  
  341. #pagenav .inner {
  342. text-align:center;
  343. position:relative;
  344. }
  345.  
  346. #older, #newer {
  347. color:#262626;
  348. font-family:"Georgia";
  349. font-size:11px;
  350. text-transform:uppercase;
  351. padding:7px;
  352. background:{color:Links};
  353. text-decoration:none;
  354. display:block;
  355. position:absolute;
  356. top:-2px;
  357. }
  358.  
  359. #older:hover, #newer:hover {
  360. background:#ffc523;
  361. }
  362.  
  363. #older {
  364. float:left;
  365. text-align:left;
  366. left:0px;
  367. }
  368.  
  369. #newer {
  370. float:right;
  371. text-align:right;
  372. right:10px;
  373. }
  374.  
  375. #pages {
  376. color:#888;
  377. font-family:"Georgia";
  378. font-size:11px;
  379. text-transform:uppercase;
  380. text-align:center;
  381. }
  382.  
  383. /* FOOTER */
  384.  
  385. #bottom {
  386. border-top:2px solid {color:Links};
  387. border-bottom:2px solid {color:Links};
  388. margin:80px 0 40px 0;
  389. font-family:"Lucida Grande";
  390. font-size:10px;
  391. color:#ccc;
  392. text-align:center;
  393. padding:13px 0 13px 0;
  394. }
  395.  
  396. #bottomp {
  397. border-top:2px solid {color:Links};
  398. border-bottom:2px solid {color:Links};
  399. margin:0px 0 40px 0;
  400. font-family:"Lucida Grande";
  401. font-size:10px;
  402. color:#ccc;
  403. text-align:center;
  404. padding:13px 0 13px 0;
  405. }
  406.  
  407. #bottom a, #bottom a:hover, #bottom b {
  408. color:#ccc;
  409. font-weight:bold;
  410. text-decoration:none;
  411. }
  412.  
  413. .text img {
  414. max-width: 100%;
  415. }
  416.  
  417. #disqus_thread {
  418. font-family:"Lucida Grande", "Lucida Sans Unicode";
  419. font-size:11px;
  420. color:{color:Text};
  421. line-height:17px;
  422. }
  423.  
  424. #disqus_thread a {
  425. color:{color:Links};
  426. text-decoration:none;
  427. font-variant:small-caps;
  428. font-family:Georgia;
  429. font-size:11px;
  430. }
  431.  
  432. ol.notes {
  433. font-family:"Lucida Grande", "Lucida Sans Unicode";
  434. font-size:11px;
  435. color:{color:Text};
  436. line-height:17px;
  437. font-variant:normal !important;
  438. padding: 0px;
  439. margin: 50px 0 60px 0;
  440. list-style-type: none;
  441. clear: both
  442. }
  443.  
  444. ol.notes a {
  445. color: {color:Links};
  446. text-decoration: none;
  447. }
  448.  
  449. ol.notes img.avatar {
  450. max-width: 16px;
  451. margin: 2px 8px 0 0;
  452. float: left;
  453. }
  454.  
  455. ol.notes span.action {
  456. float: left;
  457. padding-top: 1px;
  458. line-height: 18px;
  459. }
  460.  
  461. ol.notes .clear {
  462. clear: both;
  463. height: 1px;
  464. }
  465.  
  466. ol.notes blockquote {
  467. padding: 4px 10px;
  468. margin: 7px 0px 0px 25px;
  469. font-weight: normal;
  470. }
  471.  
  472. ol.notes blockquote a {
  473. text-decoration: none;
  474. }
  475.  
  476. ol.notes .answer_content {
  477. font-weight: normal;
  478. }
  479.  
  480. {CustomCSS}
  481.  
  482. </style>
  483.  
  484.  
  485.  
  486. <!--[if IE]>
  487. <style type="text/css">
  488. #bottom {
  489. margin:100px 0 40px 0;
  490. }
  491.  
  492. #top {
  493. margin:45px 0 155px 0;
  494. }
  495.  
  496. .ttl a span {
  497. padding:0px 0px 0px 4px;
  498. }
  499.  
  500. span.icon a, .iconp {
  501. top:5px;
  502. left:-37px;
  503. }
  504.  
  505. span.meta a {
  506. top:38px;
  507. left:-54px;
  508. }
  509.  
  510. #nav li a {
  511. color:{color:Links};
  512. font-family:"Lucida Grande", "Lucida Sans Unicode";
  513. text-decoration:none;
  514. font-weight:bold;
  515. font-size:12px;
  516. padding:10px 10px 10px 10px;
  517. }
  518.  
  519. #nav li a:hover, #nav li a.on {
  520. background:#262626;
  521. color:#ffc523;
  522. }
  523. </style>
  524. <![endif]-->
  525.  
  526. </head>
  527.  
  528. <body>
  529. <div id="wrapper">
  530.  
  531. <div id="top">
  532.  
  533. <div id="header">
  534. <h1><a href="/">{Title}</a></h1>
  535. <div>{Description} </div>
  536. </div>
  537.  
  538. <ul id="nav">
  539. <li><a href="/">{lang:Home}</a></li>
  540. {block:HasPages}
  541. {block:Pages}<li><a href="{URL}">{Label}</a></li>{/block:Pages}
  542. {/block:HasPages}
  543. {block:AskEnabled}<li><a href="/ask">{AskLabel}</a></li>{/block:AskEnabled}
  544. {block:SubmissionsEnabled}<li><a href="/submit">{SubmitLabel}</a></li>{/block:SubmissionsEnabled}
  545. <li><a href="/archive">{lang:Archive}</a></li>
  546. <li><a href="{RSS} ">{lang:RSS}</a></li>
  547. </ul>
  548.  
  549.  
  550. {block:Pages}
  551. <ul id="nav" style="margin-top: 0px">
  552. {block:Page}<li><a href="{URL}">{Label}</a></li>{/block:Page}
  553. </ul>
  554. {/block:Pages}
  555. <br class="clear">
  556. </div>
  557.  
  558. <div id="main">
  559.  
  560. {block:DayPage}<div id="daybox"><span id="day">{Month}&nbsp;{DayOfMonth},&nbsp;{Year}</span></div>{/block:DayPage}
  561.  
  562. {block:Posts}
  563.  
  564. {block:Link}
  565. <div class="post link">
  566. <span class="icon"><a href="{Permalink}">{lang:Link}</a></span>
  567. <span class="meta">
  568. {block:Date}
  569. <a href="/day/{Year}/{MonthNumberWithZero}/{DayOfMonthWithZero}/" class="timestamp"><b>{DayOfMonth}</b>&nbsp;{ShortMonth}</a>
  570. {block:IfDisqusShortname}<a href="{Permalink}#disqus_thread" class="count"></a>{block:IfDisqusShortname}
  571. {/block:Date}
  572. {block:IfShowNotes}{block:NoteCount}<a href="{Permalink}" class="count note">{NoteCountWithLabel}</a>{block:NoteCount}{block:IfShowNotes}
  573. </span>
  574. <span class="ttl"><a href="{URL}">{Name}<span>&raquo;</span></a></span>
  575. {block:Description}
  576. <div class="body">
  577. {Description}
  578. </div>
  579. {/block:Description}
  580. {block:RebloggedFrom}
  581. <div class="source">
  582. via <a href="{ReblogParentURL}">{ReblogParentTitle}</a>.
  583. </div>
  584. {/block:RebloggedFrom}
  585. </div>
  586. {/block:Link}
  587.  
  588. {block:Quote}
  589. <div class="post quote">
  590. <span class="icon"><a href="{Permalink}">{lang:Quote}</a></span>
  591. <span class="meta">
  592. <a href="/day/{Year}/{MonthNumberWithZero}/{DayOfMonthWithZero}/" class="timestamp"><b>{DayOfMonth}</b>&nbsp;{ShortMonth}</a>
  593. {block:IfDisqusShortname}<a href="{Permalink}#disqus_thread" class="count"></a>{block:IfDisqusShortname}
  594. {block:IfShowNotes}{block:NoteCount}<a href="{Permalink}" class="count note">{NoteCountWithLabel}</a>{block:NoteCount}{block:IfShowNotes}
  595. </span>
  596. <div class="body">
  597. {Quote}
  598. </div>
  599. {block:Source}
  600. <div class="source">
  601. &mdash;&nbsp;{Source}
  602. </div>
  603. {/block:Source}
  604. </div>
  605. {/block:Quote}
  606.  
  607. {block:Chat}
  608. <div class="post chat">
  609. <span class="icon"><a href="{Permalink}">{lang:Chat}</a></span>
  610. <span class="meta">
  611. <a href="/day/{Year}/{MonthNumberWithZero}/{DayOfMonthWithZero}/" class="timestamp"><b>{DayOfMonth}</b>&nbsp;{ShortMonth}</a>
  612. {block:IfDisqusShortname}<a href="{Permalink}#disqus_thread" class="count"></a>{block:IfDisqusShortname}
  613. {block:IfShowNotes}{block:NoteCount}<a href="{Permalink}" class="count note">{NoteCountWithLabel}</a>{block:NoteCount}{block:IfShowNotes}
  614. </span>
  615. {block:Title}<span class="ttl"><a href="{Permalink}">{Title}</a></span>{/block:Title}
  616. <ul>
  617. {block:Lines}
  618. <li class="{Alt}">{block:Label}<span class="label">{Label}</span>{/block:Label}&nbsp;{Line}</li>
  619. {/block:Lines}
  620. </ul>
  621. {block:RebloggedFrom}
  622. <div class="source">
  623. via <a href="{ReblogParentURL}">{ReblogParentTitle}</a>.
  624. </div>
  625. {/block:RebloggedFrom}
  626. </div>
  627. {/block:Chat}
  628.  
  629. {block:Text}
  630. <div class="post text">
  631. <span class="icon"><a href="{Permalink}">{lang:Text}</a></span>
  632. <span class="meta">
  633. <a href="/day/{Year}/{MonthNumberWithZero}/{DayOfMonthWithZero}/" class="timestamp"><b>{DayOfMonth}</b>&nbsp;{ShortMonth}</a>
  634. {block:IfDisqusShortname}<a href="{Permalink}#disqus_thread" class="count"></a>{block:IfDisqusShortname}
  635. {block:IfShowNotes}{block:NoteCount}<a href="{Permalink}" class="count note">{NoteCountWithLabel}</a>{block:NoteCount}{block:IfShowNotes}
  636. </span>
  637. {block:Title}<span class="ttl"><a href="{Permalink}">{Title}</a></span>{/block:Title}
  638. <div class="body">
  639. {Body}
  640. </div>
  641. {block:RebloggedFrom}
  642. <div class="source">
  643. via <a href="{ReblogParentURL}">{ReblogParentTitle}</a>.
  644. </div>
  645. {/block:RebloggedFrom}
  646. </div>
  647. {/block:Text}
  648.  
  649. {block:Photo}
  650. <div class="post photo">
  651. <span class="icon"><a href="{Permalink}">{lang:Photo}</a></span>
  652. <span class="meta">
  653. <a href="/day/{Year}/{MonthNumberWithZero}/{DayOfMonthWithZero}/" class="timestamp"><b>{DayOfMonth}</b>&nbsp;{ShortMonth}</a>
  654. {block:IfDisqusShortname}<a href="{Permalink}#disqus_thread" class="count"></a>{block:IfDisqusShortname}
  655. {block:IfShowNotes}{block:NoteCount}<a href="{Permalink}" class="count note">{NoteCountWithLabel}</a>{block:NoteCount}{block:IfShowNotes}
  656. </span>
  657. {LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}">{LinkCloseTag}
  658. {block:Caption}
  659. <div class="body">
  660. {Caption}
  661. </div>
  662. {/block:Caption}
  663. {block:RebloggedFrom}
  664. <div class="source">
  665. via <a href="{ReblogParentURL}">{ReblogParentTitle}</a>.
  666. </div>
  667. {/block:RebloggedFrom}
  668. </div>
  669. {/block:Photo}
  670.  
  671. {block:Video}
  672. <div class="post video">
  673. <span class="icon"><a href="{Permalink}">{lang:Video}</a></span>
  674. <span class="meta">
  675. <a href="/day/{Year}/{MonthNumberWithZero}/{DayOfMonthWithZero}/" class="timestamp"><b>{DayOfMonth}</b>&nbsp;{ShortMonth}</a>
  676. {block:IfDisqusShortname}<a href="{Permalink}#disqus_thread" class="count"></a>{block:IfDisqusShortname}
  677. {block:IfShowNotes}{block:NoteCount}<a href="{Permalink}" class="count note">{NoteCountWithLabel}</a>{block:NoteCount}{block:IfShowNotes}
  678. </span>
  679. {Video-500}
  680. {block:Caption}
  681. <div class="body">
  682. {Caption}
  683. </div>
  684. {/block:Caption}
  685. {block:RebloggedFrom}
  686. <div class="source">
  687. via <a href="{ReblogParentURL}">{ReblogParentTitle}</a>.
  688. </div>
  689. {/block:RebloggedFrom}
  690. </div>
  691. {/block:Video}
  692.  
  693. {block:Audio}
  694. <div class="post audio">
  695. <span class="icon"><a href="{Permalink}">{lang:Audio}</a></span>
  696. <span class="meta">
  697. <a href="/day/{Year}/{MonthNumberWithZero}/{DayOfMonthWithZero}/" class="timestamp"><b>{DayOfMonth}</b>&nbsp;{ShortMonth}</a>
  698. {block:IfDisqusShortname}<a href="{Permalink}#disqus_thread" class="count"></a>{block:IfDisqusShortname}
  699. {block:IfShowNotes}{block:NoteCount}<a href="{Permalink}" class="count note">{NoteCountWithLabel}</a>{block:NoteCount}{block:IfShowNotes}
  700. </span>
  701. {AudioPlayerWhite}
  702. {block:Caption}
  703. <div class="body">
  704. {Caption}
  705. </div>
  706. {/block:Caption}
  707. <div class="source">
  708. {lang:Played PlayCount times}.{block:RebloggedFrom}&nbsp;via <a href="{ReblogParentURL}">{ReblogParentTitle}</a>.{/block:RebloggedFrom}
  709. </div>
  710. </div>
  711. {/block:Audio}
  712.  
  713. {/block:Posts}
  714.  
  715. {block:Permalink}
  716. {block:IfDisqusShortname}
  717. <div id="disqus_thread"></div>
  718. <script type="text/javascript" src="http://disqus.com/forums/{text:Disqus Shortname}/embed.js"></script>
  719. <noscript><a href="http://{text:Disqus Shortname}.disqus.com/?url=ref">{lang:View the discussion thread}</a></noscript>
  720. {/block:IfDisqusShortname}
  721.  
  722. {PostNotes}
  723. {/block:Permalink}
  724.  
  725. <div id="pagenav">
  726. <div class="inner">
  727. {block:IndexPage}
  728. {block:NextPage}<a id="older" href="{NextPage}">&larr;&nbsp;Wander back</a>{/block:NextPage}
  729. <span id="pages">{lang:Page CurrentPage of TotalPages}</span>
  730. {block:PreviousPage}<a id="newer" href="{PreviousPage}">Go forth&nbsp;&rarr;</a>{/block:PreviousPage}
  731. {/block:IndexPage}
  732.  
  733.  
  734. {block:PermalinkPagination}
  735. {block:NextPost}<a id="newer" href="{NextPost}">{lang:Newer}&nbsp;&rarr;</a> {/block:NextPost}
  736. <span id="pages">{lang:Permalink}</span>
  737. {block:PreviousPost}<a id="older" href="{PreviousPost}">&larr;&nbsp;{lang:Older}</a>{/block:PreviousPost}
  738. {/block:PermalinkPagination}
  739.  
  740. </div>
  741. </div>
  742.  
  743. </div>
  744.  
  745. <br class="clear">
  746.  
  747. <div id="bottom">
  748. <!-- Please do not remove the credit attribution here. Feel free to modify the rest of theme as you wish, however. --><b>Design</b> crafted by <a href="http://www.prshnth.com">Prashanth Kamalakanthan</a>. {lang:Powered by Tumblr 2}.
  749. </div>
  750.  
  751. </div>
  752.  
  753. {block:IfDisqusShortname}
  754. <script type="text/javascript">
  755. //<![CDATA[
  756. (function() {
  757. var links = document.getElementsByTagName('a');
  758. var query = '?';
  759. for(var i = 0; i < links.length; i++) {
  760. if(links[i].href.indexOf('#disqus_thread') >= 0) {
  761. query += 'url' + i + '=' + encodeURIComponent(links[i].href) + '&';
  762. }
  763. }
  764. document.write('<script charset="utf-8" type="text/javascript" src="http://disqus.com/forums/{text:Disqus Shortname}/get_num_replies.js' + query + '"></' + 'script>');
  765. })();
  766. //]]>
  767. </script>
  768. {/block:IfDisqusShortname}
  769.  
  770. </body>
  771.  
  772. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement