shittierthemes

Haunters theme #2

Apr 8th, 2013
127
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 20.08 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. Haunters Theme
  7. Edited by: shittierthemes
  8. Theme credit: jacob
  9.  
  10. ══════════════════════════════════════════════════════════════════
  11. -->
  12.  
  13. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  14.  
  15. <head>
  16.  
  17. <!-- DEFAULT VARIABLES -->
  18.  
  19. {block:ifendlessscroll}<script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>{/block:ifendlessscroll}
  20.  
  21. <meta name="color:Background" content="#3b627e" />
  22.  
  23.  
  24. <meta name="if:Show Album Art on Audio Posts" content="1" />
  25. <meta name="if:Enable Jump Pagination" content="0" />
  26.  
  27. <meta name="text:Disqus Shortname" content="" />
  28. <meta name="image:Header" content="" />
  29. <meta name="image:Background" content="" />
  30. <meta name="image:sidebar" content=""/>
  31. <meta name="if:roundsidebar" content="1"/>
  32.  
  33. <meta name="color:scrollbar 1" content="#A8A8A8"/>
  34. <meta name="color:scrollbar 2" content="#fff"/>
  35.  
  36. <meta name="if:endlessscroll" content="0"/>
  37. <meta name="if:show captions" content="1" />
  38.  
  39. <meta name="color:Permalink" content="#000000"/>
  40. <meta name="color:Infos" content="#9ba064" />
  41. <meta name="color:InfosBG" content="#2e2e2e" />
  42.  
  43. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  44. <title>{Title}{block:SearchPage}, {lang:Search results for SearchQuery}{/block:SearchPage}{block:PostSummary}, {PostSummary}{/block:PostSummary}</title>
  45. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  46.  
  47. <link rel="shortcut icon" href="{Favicon}" />
  48. <link rel="apple-touch-icon" href="{PortraitURL-128}"/>
  49. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  50.  
  51. <style type="text/css">
  52.  
  53. iframe#tumblr_controls{position:fixed !important;}
  54.  
  55. ::-webkit-scrollbar-thumb:vertical {background-color:{color:scrollbar 1};width:10px;border:1px solid {color:scrollbar 2};}
  56.  
  57. ::-webkit-scrollbar {height:0px;width:7px;background-color:{color:scrollbar 2};}
  58.  
  59. body {
  60. background: {color:Background} url('{image:Background}') top left fixed repeat;
  61. margin: 0;
  62. padding: 0;
  63. font-family: {font:Body};
  64. }
  65.  
  66. .clear {
  67. clear: both;
  68. height: 0px;
  69. overflow: hidden;
  70. }
  71.  
  72. .no {
  73. font-size: 0px;
  74. color: rgba(255,255,255,0);
  75. display: none;
  76. }
  77.  
  78. .no:hover {
  79. font-size: 0px;
  80. color: rgba(255,255,255,0);
  81. display: none;
  82. }
  83.  
  84. a img {
  85. border: none;
  86. }
  87.  
  88. #wrapper {
  89. width: 845px;
  90. margin: 0 auto;
  91. }
  92.  
  93. #wrapper #title {
  94. margin: 30px 0;
  95. color: #fff;
  96. font-size: 50px;
  97. font-weight: bold;
  98. font-family: {font:Title};
  99. text-shadow: 1px 3px 5px rgba(0,0,0, 0.5);
  100. letter-spacing: -1px;
  101. position:fixed;
  102. }
  103.  
  104. #wrapper #title a {
  105. color: #fff;
  106. text-decoration: none;
  107. }
  108.  
  109. #wrapper #contentholder {
  110. width: 514px;
  111. float: right;
  112. }
  113.  
  114. #wrapper #contentholder2 {
  115. width: 514px;
  116. float: left;
  117. }
  118.  
  119. #wrapper #content {
  120. width: 520px;
  121. float: right;
  122. margin-right:120px;
  123. margin-top: 10px;
  124. }
  125.  
  126. #wrapper #content .post {
  127. font-family: verdana;
  128. color:#000000;
  129. background-color: #ffffff;
  130. border-radius: 1px;
  131. -webkit-border-radius: 1px;
  132. -moz-border-radius: 1px;
  133. -o-border-radius: 1px;
  134. -ms-border-radius: 1px;
  135. padding: 10px;
  136. margin-bottom: 25px;
  137. position: relative;
  138. }
  139.  
  140. .photoset_photo {
  141. overflow: hidden;
  142. border-radius: 2px;
  143. -moz-border-radius: 2px;
  144. -webkit-border-radius: 2px;
  145. -o-border-radius: 2px;
  146. -ms-border-radius: 2px;
  147. }
  148.  
  149. .photoset_row {
  150. width: 500px;
  151. overflow: hidden;
  152. border-radius: 2px;
  153. -moz-border-radius: 2px;
  154. -webkit-border-radius: 2px;
  155. -o-border-radius: 2px;
  156. -ms-border-radius: 2px;
  157. }
  158.  
  159. .photoset {
  160. width: 500px;
  161. overflow: hidden;
  162. border-radius: 2px;
  163. -moz-border-radius: 2px;
  164. -webkit-border-radius: 2px;
  165. -o-border-radius: 2px;
  166. -ms-border-radius: 2px;
  167. }
  168.  
  169. .imgcap {text-align:left;}
  170.  
  171. #wrapper #content .post .copy {
  172. color: #00000;
  173. padding: 10px;
  174. font-size: 13px;
  175. line-height: 15px;
  176. }
  177.  
  178. #wrapper #content .post .copy a {
  179. color: #000000;
  180. text-decoration: underline;
  181. }
  182.  
  183. #wrapper #content .post .copy p {
  184. margin: 10px 0 0 0;
  185. padding: 0;
  186. }
  187.  
  188. #wrapper #content .post .copy pre {
  189. margin: 10px 0px 10px 0px;
  190. padding: 10px;
  191. background-color: #e6e6e6;
  192. font: normal 11px Courier, monospace;
  193. overflow: auto;
  194. }
  195.  
  196. #wrapper #content .post .copy > p:first-child {
  197. margin-top: 0;
  198. }
  199.  
  200. #wrapper #content .post .copy img {
  201. max-width: 500px;
  202. }
  203.  
  204. #wrapper #content .post .question {
  205. color: #494949;
  206. font-size: 16px;
  207. font-weight: bold;
  208. background: #f1f1f1;
  209. -moz-border-radius: 8px;
  210. -webkit-border-radius: 8px;
  211. border-radius: 8px;
  212. margin: 0 0 15px 0;
  213. padding: 15px 20px;
  214. position: relative;
  215. }
  216.  
  217. #wrapper #content .post .question .nipple {
  218. width: 13px;
  219. height: 7px;
  220. background: #f1f1f1 url('http://assets.tumblr.com/themes/redux/ask-mask.png');
  221. position: absolute;
  222. bottom: -7px;
  223. left: 30px;
  224. }
  225.  
  226. #wrapper #content .post .asker_container {
  227. margin: 0 0 20px 24px;
  228. }
  229.  
  230. #wrapper #content .post .asker_container img {
  231. margin: 0 12px -7px 0;
  232. }
  233.  
  234. #wrapper #content .post .asker_container a.asker {
  235. color: {color:Body};
  236. }
  237.  
  238. #wrapper #content .post img {
  239. max-width: 500px;
  240. }
  241.  
  242. #wrapper #content .post .chat {
  243. background-color: #fff;
  244. border-left: 5px solid #dedddd;
  245. margin: 10px 10px 0 10px;
  246. font-size: 14px;
  247. }
  248.  
  249. #wrapper #content .post .chat .lines {
  250. margin-left: 1px;
  251. }
  252.  
  253. #wrapper #content .post .chat .lines .line {
  254. background-color: #eaeaea;
  255. color: #494949;
  256. margin-bottom: 1px;
  257. padding: 3px 5px;
  258. }
  259.  
  260. #wrapper #content .post .chat .lines .line.even {
  261. background-color: #dedddd;
  262. }
  263.  
  264. #wrapper #content .post a {
  265. color: #000000;
  266. text-decoration: none;
  267. }
  268.  
  269. #wrapper #content .post .copy blockquote {
  270. margin: 10px 0px 10px 10px;
  271. padding-left: 15px;
  272. border-left: solid 4px #dcdcdc;
  273. }
  274.  
  275. #wrapper #content .post .copy blockquote blockquote {
  276. border-left: solid 4px #cccccc;
  277. }
  278.  
  279. #wrapper #content .post .copy blockquote blockquote blockquote {
  280. border-left: solid 4px #bcbcbc;
  281. }
  282.  
  283. #wrapper #content .post .copy blockquote blockquote blockquote blockquote {
  284. border-left: solid 4px #acacac;
  285. }
  286.  
  287. #wrapper #content .post .copy blockquote blockquote blockquote blockquote blockquote {
  288. border-left: solid 4px #9c9c9c;
  289. }
  290.  
  291. #wrapper #content .post .copy blockquote blockquote blockquote blockquote blockquote blockquote {
  292. border-left: solid 4px #8c8c8c;
  293. }
  294.  
  295. #wrapper #content #navigation {
  296. text-align: right;
  297. padding-bottom: 35px;
  298. text-transform: lowercase;
  299. }
  300.  
  301. #wrapper #content #navigation a {
  302. background-color: #000000;
  303. color: #ffffff;
  304. padding: 5px 10px;
  305. text-decoration: none;
  306. margin-left: 25px;
  307. box-shadow: 0px 2px 2px rgba(0,0,0,0.35);
  308. }
  309.  
  310. #wrapper #content #navigation a:hover {
  311. opacity: 0.9;
  312. filter: alpha(opacity=90);
  313. -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  314. }
  315.  
  316. #wrapper #content #navigation.jump_pagination {}
  317. #wrapper #content #navigation.jump_pagination a {
  318. margin: 0 0 0 4px;
  319. }
  320.  
  321. #wrapper #content #navigation.jump_pagination .current_page {
  322. color: #eaeaea;
  323. background-color: rgba(255,255,255, 0.1);
  324. border: 2px solid #fff;
  325. padding: 3px 8px;
  326. text-decoration:none;
  327. margin: 0 0 0 4px;
  328. cursor: default;
  329. }
  330.  
  331. #wrapper #content #navigation.jump_pagination .jump_page {}
  332.  
  333. #wrapper #content .post .notecontainer {
  334. background: #eaeaea;
  335. -moz-border-radius: 4px;
  336. -webkit-border-radius: 4px;
  337. border-radius: 4px;
  338. font-family: {font:Accent};
  339. font-size: 11px;
  340. color: #666;
  341. margin-top: 10px;
  342. margin-bottom: -10px;
  343. }
  344.  
  345.  
  346. #wrapper #content .post .notecontainer a {
  347. color: #666;
  348. text-decoration: underline;
  349. }
  350.  
  351. #wrapper #content .post .notecontainer ol.notes {
  352. padding: 0px 0 10px 0;
  353. list-style-type: none;
  354. font-size: 11px;
  355. }
  356.  
  357. #wrapper #content .post .notecontainer ol.notes li.note {
  358. padding: 10px 10px 0 10px;
  359. }
  360.  
  361. #wrapper #content .post .notecontainer ol.notes li.note img.avatar {
  362. vertical-align: -4px;
  363. margin-right: 10px;
  364. width: 16px;
  365. height: 16px;
  366. }
  367.  
  368. #wrapper #content .post .notecontainer ol.notes li.note span.action {
  369. font-weight: normal;
  370. }
  371.  
  372. #wrapper #content .post .notecontainer ol.notes li.note .answer_content {
  373. font-weight: normal;
  374. }
  375.  
  376. #wrapper #content .post .notecontainer ol.notes li.note blockquote {
  377. border-left: 2px solid #666;
  378. padding: 4px 10px;
  379. margin: 10px 0px 0px 25px;
  380. }
  381.  
  382. #wrapper #content .post .notecontainer ol.notes li.note blockquote a {
  383. text-decoration: none;
  384. }
  385.  
  386. .linkys {
  387. padding: 1px;
  388. width: 247px;
  389. background: white;
  390. position: fixed;
  391. height: 15px;
  392. }
  393.  
  394. .permalink{
  395. float:left;
  396. position:absolute;
  397. margin-left:420px;
  398. text-align:left;
  399. width:60px;
  400. height:30px;
  401. -webkit-transition-duration: 0.3s;
  402. font-size:10px;
  403. padding:1px;
  404. margin-top:10px;
  405. opacity:0;
  406. filter: alpha(opacity = 0);
  407. }
  408.  
  409. .entry:hover .permalink{
  410. opacity:1;
  411. filter: alpha(opacity = 100);
  412. margin-left:410px;
  413. -webkit-transition-duration: 0.3s;
  414. }
  415.  
  416. .reblog{font-size:10px;}
  417. .photo_perma{
  418. position:absolute;
  419. margin-top:20px;
  420. text-align:right;
  421. width:200px;
  422. background-color:{color:Permalink};
  423. padding:10px;
  424. -webkit-transition-duration: 0.4s;
  425. font-size:12px;
  426. opacity:0;
  427. filter: alpha(opacity = 0);
  428. -webkit-border-top-right-radius: 15px;
  429. -webkit-border-bottom-right-radius: 15px;
  430. -moz-border-radius-topright: 15px;
  431. -moz-border-radius-bottomright: 15px;
  432. border-top-right-radius: 15px;
  433. border-bottom-right-radius: 15px;
  434. }
  435.  
  436. .photo_perma a{color:#fff;}
  437. .photo{margin-bottom:10px;}
  438. .photo:hover .photo_perma{
  439. width:350px;
  440. opacity: 0.7;
  441. filter: alpha(opacity = 70);
  442. webkit-transition-duration: 0.4s;
  443. }
  444.  
  445. #money{
  446. padding-bottom: 2px;
  447. margin-bottom: 3px;
  448. margin-top: 10px;
  449. padding:10px;
  450. width:180px;
  451. background-color: #ffffff;
  452. }
  453.  
  454. .soul
  455. {float:right;}
  456.  
  457. .time
  458. {opacity:0.8;}
  459.  
  460. #infos
  461. {background-color:{color:InfosBG};
  462. color:{color:Infos};
  463. padding:5px;
  464. margin-top:5px;
  465. text-transform:uppercase;
  466. font-size:9px;
  467. }
  468.  
  469. #wrapper #sidebar a {
  470. color: {color:#eaeaea;};
  471. }
  472.  
  473. #wrapper #sidebar #top {
  474. position:fixed !important;
  475. top:10px;
  476. width:190px;
  477. height:290px;
  478. margin-left: -220px;
  479. margin-right: -220px;
  480. font-family: verdana;
  481. border-radius: 1px;
  482. -webkit-border-radius: 1px;
  483. -moz-border-radius: 1px;
  484. -o-border-radius: 1px;
  485. -ms-border-radius: 1px;
  486. }
  487.  
  488. #sideimg{
  489. text-align: center;
  490. max-width: 199px;
  491. opacity: 1;
  492. top: 24px;
  493. left: 5px;
  494. {block:ifroundsidebar}border-radius: 100px;{/block:ifroundsidebar}
  495. -webkit-transition: opacity 0.6s linear;
  496. -webkit-transition: all 0.6s ease-in-out;
  497. -moz-transition: all 0.6s ease-in-out;
  498. }
  499.  
  500. #sideimg:hover {
  501. opacity: 0.8;}
  502.  
  503. #wrapper #sidebar #top #description {
  504. width:180px;
  505. font-size: 10px;
  506. color:#000000;
  507. background-color: #ffffff;
  508. position: relative;
  509. text-align: left;
  510. margin-top:5px;
  511. padding-bottom: 5px;
  512. padding-top: 5px;
  513. padding-left: 5px;
  514. padding-right: 5px;
  515. padding:10px;
  516. }
  517.  
  518. #wrapper #sidebar #top #description a {
  519. color: {color:link};
  520. text-decoration: none;
  521. }
  522.  
  523. {block:German}
  524. background-image: url('http://assets.tumblr.com/themes/redux/sidebar-follow-on-de_DE.png');
  525. {/block:German}
  526. {block:Japanese}
  527. background-image: url('http://assets.tumblr.com/themes/redux/sidebar-follow-on-ja_JP.png');
  528. {/block:Japanese}
  529. {block:Italian}
  530. background-image: url('http://assets.tumblr.com/themes/redux/sidebar-follow-on-it_IT.png');
  531. {/block:Italian}
  532. {block:French}
  533. background-image: url('http://assets.tumblr.com/themes/redux/sidebar-follow-on-fr_FR.png');
  534. {/block:French}
  535. }
  536.  
  537. #wrapper #sidebar #bottom {
  538. background: url('http://assets.tumblr.com/themes/redux/sidebar-bottom.png') top center no-repeat transparent;
  539. width: 250px;
  540. height: 25px;
  541. }
  542.  
  543. </style>
  544. <!--[if lt IE 7.]>
  545. <style type="text/css">
  546. #wrapper #sidebar #bottom {
  547. background: transparent;
  548. }
  549.  
  550. #wrapper #sidebar #top #avatar {
  551. background: none;
  552. }
  553.  
  554. #wrapper #sidebar #top #avatar img {
  555. border: 5px solid #f1f1f1;
  556. }
  557.  
  558. #wrapper #sidebar #top .heading#followontumblr {
  559. background-image: none;
  560. text-indent: 0;
  561. }
  562.  
  563. #wrapper #sidebar #top .heading#twitter {
  564. background-image: none;
  565. }
  566.  
  567. #wrapper #sidebar #top .heading#following {
  568. background-image: none;
  569. }
  570.  
  571. #wrapper #content .post .audio .player {
  572. float: none;
  573. }
  574.  
  575. #wrapper #content .post .audio .meta {
  576. display: none;
  577. float: none;
  578. }
  579. </style>
  580. ![endif]-->
  581.  
  582. <!--[if lt IE 8.]>
  583. <style type="text/css">
  584. #wrapper #content .bottom {
  585. background: transparent;
  586. }
  587.  
  588. #wrapper #content .post .footer {
  589. background: transparent;
  590. color: #000;
  591. }
  592.  
  593. #wrapper #content .post .audio {
  594. float: none;
  595. background: transparent;
  596. }
  597.  
  598. #wrapper #content .post .notecontainer .notes {
  599. padding: 0;
  600. margin: 0;
  601. }
  602. </style>
  603. <![endif]-->
  604.  
  605. <style type="text/css">{CustomCSS}</style>
  606. </head>
  607. <body>
  608. <div id="wrapper">
  609. <div id="title">
  610.  
  611. </div>
  612.  
  613. <div id="content">
  614.  
  615. <div class = "autopagerize_page_element" >
  616. {block:Posts}
  617. <div class="post">
  618.  
  619. {block:Photo}
  620.  
  621. <div class="photo">
  622. {LinkOpenTag}<img src="{photoURL-500}" width="500px" />{LinkCloseTag}
  623. {block:Ifshowcaptions}<div class="imgcap">{Caption}</div>{/block:Ifshowcaptions}</div><div id="infos">
  624. <a href="{Permalink}"><span class="posted">posted <span class="time">{TimeAgo}</span></span></a>
  625. <span class="soul">{NoteCount} {Text:Notes} || <a href="{ReblogURL}" target="_blank"><span class="time">Reblog</span></a></span>
  626. </div><!--infos-->
  627. {/block:Photo}
  628.  
  629. {block:Photoset}
  630. {block:IndexPage}
  631. {Photoset-500}
  632. {/block:IndexPage}
  633. {block:permalinkpage}
  634. {Photoset-500}
  635. {/block:permalinkpage}
  636. {block:Ifshowcaptions}<div class="imgcap">{Caption}</div>{/block:Ifshowcaptions}
  637. <div id="infos">
  638. <a href="{Permalink}"><span class="posted">posted <span class="time">{TimeAgo}</span></span></a>
  639. <span class="soul">{NoteCount} {Text:Notes} || <a href="{ReblogURL}" target="_blank"><span class="time">Reblog</span></a></span>
  640. </div><!--infos-->
  641. {/block:Photoset}
  642.  
  643. {block:Video}
  644. <div class="media">{Video-500}</div>
  645. <div id="infos">
  646. <a href="{Permalink}"><span class="posted">posted <span class="time">{TimeAgo}</span></span></a>
  647. <span class="soul">{NoteCount} {Text:Notes} || <a href="{ReblogURL}" target="_blank"><span class="time">Reblog</span></a></span>
  648. </div><!--infos-->
  649. {/block:Video}
  650.  
  651. {block:Audio}
  652. {block:AudioEmbed}
  653. {AudioEmbed}
  654. {/block:AudioEmbed}
  655. {block:AudioPlayer}
  656. {block:IfShowAlbumArtOnAudioPosts}
  657. {block:AlbumArt}
  658. <div class="album_art">
  659. <img src="{AlbumArtURL}" alt="{block:Artist}{Artist}{/block:Artist}{block:TrackName} - {TrackName}{/block:TrackName}" style="margin-bottom:10px;" />
  660. </div>
  661. {/block:AlbumArt}
  662. {/block:IfShowAlbumArtOnAudioPosts}
  663. <div class="audio">
  664. <div class="player">{AudioPlayerWhite}</div>
  665. <div class="meta">{block:PlayCount}{PlayCountWithLabel}{/block:PlayCount}{block:ExternalAudio}<span class="download_external_audio"> &bull; <a href="{ExternalAudioURL}">{lang:Download}</a></span>{/block:ExternalAudio}</div>
  666. <div class="clear"></div>
  667. </div>
  668. {/block:AudioPlayer}
  669. <div class="clear"></div>
  670. <div id="infos">
  671. <a href="{Permalink}"><span class="posted">posted <span class="time">{TimeAgo}</span></span></a>
  672. <span class="soul">{NoteCount} {Text:Notes} || <a href="{ReblogURL}" target="_blank"><span class="time">Reblog</span></a></span>
  673. </div><!--infos-->
  674. {/block:Audio}
  675.  
  676. {block:Quote}
  677. <div class="quote {Length}">{Quote}</div>
  678. <div class="copy">
  679. <div class="quotebg">“</div>
  680. {block:Source}
  681. <table border="0" cellpadding="0" cellspacing="0" width="100%">
  682. <tr>
  683. <td valign="top" style="width:20px;">&mdash;</td>
  684. <td valign="top" class="quote_source">
  685. {Source}
  686. </td>
  687. </tr>
  688. </table>
  689. {/block:Source}
  690. </div>
  691. <div id="infos">
  692. <a href="{Permalink}"><span class="posted">posted <span class="time">{TimeAgo}</span></span></a>
  693. <span class="soul">{NoteCount} {Text:Notes} || <a href="{ReblogURL}" target="_blank"><span class="time">Reblog</span></a></span>
  694. </div><!--infos-->
  695. {/block:Quote}
  696.  
  697. {block:Text}
  698. {block:Title}<div class="title">{Title}</div>{/block:Title}
  699. <div class="copy">{Body}</div>
  700. <div id="infos">
  701. <a href="{Permalink}"><span class="posted">posted <span class="time">{TimeAgo}</span></span></a>
  702. <span class="soul">{NoteCount} {Text:Notes} || <a href="{ReblogURL}" target="_blank"><span class="time">Reblog</span></a></span>
  703. </div>
  704. {/block:Text}
  705.  
  706. {block:Answer}
  707. <div class="question">
  708. <div class="nipple"></div>
  709. {Question}
  710. </div>
  711. <div class="asker_container"><img src="{AskerPortraitURL-24}">{Asker}</div>
  712. <div class="copy">{Answer}</div>
  713. {/block:Answer}
  714.  
  715. {block:Chat}
  716. {block:Title}<div class="title">{Title}</div>{/block:Title}
  717. <div class="chat">
  718. <div class="lines">
  719. {block:Lines}
  720. <div class="line {Alt}">{block:Label}<strong>{Label}</strong>{/block:Label} {Line}</div>
  721. {/block:Lines}
  722. </div>
  723. </div>
  724. <div class="clear"></div>
  725. <div style="height:10px;"></div>
  726. <div id="infos">
  727. <a href="{Permalink}"><span class="posted">posted <span class="time">{TimeAgo}</span></span></a>
  728. <span class="soul">{NoteCount} {Text:Notes} || <a href="{ReblogURL}" target="_blank"><span class="time">Reblog</span></a></span>
  729. </div><!--infos-->
  730. {/block:Chat}
  731.  
  732. {block:Link}
  733. <div class="link"><a href="{URL}" {Target}>{Name} &raquo;</a></div>
  734. {block:Description}<div class="copy">{Description}</div>{/block:Description}
  735. <div id="infos">
  736. <a href="{Permalink}"><span class="posted">posted <span class="time">{TimeAgo}</span></span></a>
  737. <span class="soul">{NoteCount} {Text:Notes} || <a href="{ReblogURL}" target="_blank"><span class="time">Reblog</span></a></span>
  738. </div><!--infos-->
  739. {/block:Link}
  740.  
  741. <div class="footer {block:ContentSource}with_source_url{/block:ContentSource}" style="
  742. display:none;
  743. {block:IfShowTags}{block:HasTags}display:block;{/block:HasTags}{/block:IfShowTags}
  744. {block:ContentSource}display:block;{/block:ContentSource}
  745. ">
  746.  
  747. <div class="clear"></div>
  748. </div>
  749.  
  750. {block:PostNotes}<div class="notecontainer">{PostNotes}</div>{/block:PostNotes}
  751.  
  752. </div>
  753. <div class="bottom"></div>
  754. {/block:Posts}
  755.  
  756. {block:Pagination}
  757. <div id="navigation" {block:IfEnableJumpPagination}class="jump_pagination"{/block:IfEnableJumpPagination}>
  758. {block:PreviousPage}<a href="{PreviousPage}">&larr; {lang:Previous}</a>{/block:PreviousPage}
  759. {block:IfEnableJumpPagination}
  760. {block:JumpPagination length="5"}
  761. {block:CurrentPage}
  762. <span class="current_page">{PageNumber}</span>
  763. {/block:CurrentPage}
  764. {block:JumpPage}
  765. <a class="jump_page" href="{URL}">{PageNumber}</a>
  766. {/block:JumpPage}
  767. {/block:JumpPagination}
  768. {/block:IfEnableJumpPagination}
  769. {block:NextPage}<a href="{NextPage}">{lang:Next page} &rarr;</a>{/block:NextPage}
  770. </div>
  771. {/block:Pagination}
  772. </div>
  773.  
  774. <div id="sidebar">
  775. <div id="top">
  776. <center><img id="sideimg" src="{image:sidebar}"/> <br>
  777. <div id="boobies"><a href="/"></a></div><div id="money">
  778. <a href="http://www.themesbyandrewshittier.tumblr.com/" style="color: black; font-size: 11px; font-family: Helvetica;" target="_self">index</a> • <a href="http://www.themesbyandrewshittier.tumblr.com/ask" style="color: black; font-size: 11px; font-family: Helvetica;" target="_self">help</a> • <a href="http://www.shittier.tumblr.com/" style="color: black; font-size: 11px; font-family: Helvetica;" target="_self">main</a>
  779. </center>
  780. <div id="description">{Description}</div>
  781. </div>
  782.  
  783. </div></div>
  784.  
  785. {block:Twitter}
  786. <script type="text/javascript" src="/tweets.js"></script>
  787. {/block:Twitter}
  788. {block:IfDisqusShortname}
  789. <script type="text/javascript">
  790. //<![CDATA[
  791. (function() {
  792. var links = document.getElementsByTagName('a');
  793. var query = '?';
  794. for(var i = 0; i < links.length; i++) {
  795. if(links[i].href.indexOf('#disqus_thread') >= 0) {
  796. query += 'url' + i + '=' + encodeURIComponent(links[i].href) + '&';
  797. }
  798. }
  799. document.write('<script charset="utf-8" type="text/javascript" src="http://disqus.com/forums/{text:Disqus Shortname}/get_num_replies.js' + query + '"></' + 'script>');
  800. })();
  801. //]]>
  802. </script>
  803. {/block:IfDisqusShortname}
  804.  
  805. <div style="float: left; background: white; padding: 5px; position: fixed; bottom: 25px; right: -25px; text-transform:lowercase; font-size: 9px; -webkit-transform: rotate(90deg);
  806. -moz-transform: rotate(90deg); "><a href="http://jacobbijani.com/">theme credit</a></div>
  807.  
  808. </body>
  809. </html>
Add Comment
Please, Sign In to add comment