HendrixRPH

fsociety theme

Oct 13th, 2015
569
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 22.70 KB | None | 0 0
  1. <!DOCTYPE html>
  2.  
  3. <html>
  4. <head>
  5. <title>{Title}{block:PostSummary}, {PostSummary}{/block:PostSummary}</title>
  6.  
  7. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  8.  
  9. <!-- fsociety theme by hendrixrph. Please don't remove credit or redistrubte, but feel free to make whatever changes you want for personal use. Enjoy! -->
  10.  
  11. <link rel="shortcut icon" href="{Favicon}" />
  12.  
  13. <link href='https://fonts.googleapis.com/css?family=Roboto+Slab:400,300' rel='stylesheet' type='text/css'>
  14. <link href='https://fonts.googleapis.com/css?family=Roboto:400,700,700italic,400italic,300,300italic' rel='stylesheet' type='text/css'>
  15. <link href='https://fonts.googleapis.com/css?family=Source+Code+Pro:400,700' rel='stylesheet' type='text/css'>
  16.  
  17.  
  18. <meta name="color:Background" content="#000000" />
  19. <meta name="color:Header Background" content="#000000" />
  20. <meta name="color:Post Background" content="#000000" />
  21. <meta name="color:Header Text" content="#dddddd" />
  22. <meta name="color:Header Link" content="#aaaaaa" />
  23. <meta name="color:Header Link Hover" content="#ffffff" />
  24. <meta name="color:Title" content="#eeeeee" />
  25. <meta name="color:Post Headings" content="#eeeeee" />
  26. <meta name="color:Text" content="#dddddd" />
  27. <meta name="color:Post Links" content="#aaaaaa" />
  28. <meta name="color:Post Links Hover" content="#ffffff" />
  29.  
  30. <meta name="image:background" content="" />
  31. <meta name="image:header" content="" />
  32.  
  33. <meta name="if:Light Theme" content="0" />
  34.  
  35. <meta name="text:Title" content="" />
  36. <meta name="text:Top Bar Text" content="" />
  37.  
  38. <meta name="text:Link 1" content="" />
  39. <meta name="text:Link 1 URL" content="" />
  40. <meta name="text:Link 2" content="" />
  41. <meta name="text:Link 2 URL" content="" />
  42. <meta name="text:Link 3" content="" />
  43. <meta name="text:Link 3 URL" content="" />
  44. <meta name="text:Link 4" content="" />
  45. <meta name="text:Link 4 URL" content="" />
  46. <meta name="text:Link 5" content="" />
  47. <meta name="text:Link 5 URL" content="" />
  48. <meta name="text:Link 6" content="" />
  49. <meta name="text:Link 6 URL" content="" />
  50.  
  51.  
  52. <!-- Tooltip Stuff -->
  53. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  54.  
  55. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  56.  
  57. <script>
  58.  
  59. (function($){
  60.  
  61. $(document).ready(function(){
  62.  
  63. $("a[title]").style_my_tooltips({
  64.  
  65. tip_follows_cursor:true,
  66.  
  67. tip_delay_time:90,
  68.  
  69. tip_fade_speed:600,
  70.  
  71. attribute:"title"
  72.  
  73. });
  74.  
  75. });
  76.  
  77. })(jQuery);
  78.  
  79.  
  80. </script>
  81. <!--basic tooltip from tutorial-baby! Enjoy-->
  82. <style>
  83. .tooltip{
  84. display: inline;
  85. position: relative;
  86. }
  87. #s-m-t-tooltip {
  88. max-width:300px; /*how big the tooltip can be at most*/
  89. border-radius: 0px; /*change your border radius*/
  90. padding:3px 4px 5px 4px; /*padding inside tooltip*/
  91. margin:20px 7px -2px 20px; /*distance from word*/
  92. background-color:{color:Post Background}; /*background color*/
  93. border:1px solid rgba(255,255,255,0.3); /*border info*/
  94. font-family:"Roboto Slab", helvetica, arial, sans-serif; /*tooltip font*/
  95. font-weight:300;
  96. font-size:10px; /*tooltip font size*/
  97. letter-spacing:1px; /*tooltip letter spacing*/
  98. text-transform:none; /*makes the tooltip title uppercase*/
  99. color:{color:Text}; /*tooltip font color*/
  100. z-index:999999999999999999999999999999999999;
  101. }
  102. </style>
  103.  
  104.  
  105.  
  106. <style>
  107. * {
  108. margin:0;
  109. padding:0;
  110. box-sizing:border-box;
  111. font-family:"Roboto", helvetica, arial, sans-serif;
  112. }
  113.  
  114. body {
  115. background-color:{color:Background};
  116. background-image:{image:Background};
  117. }
  118.  
  119. #wrapper {
  120. width:1000px;
  121. min-height:100px;
  122. margin:0 auto;
  123. position:relative;
  124. padding:0;
  125. }
  126.  
  127. .headercont {
  128. width:100%;
  129. height:120px;
  130. border-bottom:1px solid rgba(255,255,255,0.3);
  131. position:absolute;
  132. top:0;
  133. right:0;
  134. z-index:-10;
  135. }
  136.  
  137. .header {
  138. width:1000px;
  139. height:500px;
  140. background:{color:header background};
  141. background-image:url('{image:header}');
  142. background-size:cover;
  143. }
  144.  
  145. .headerbar {
  146. height:120px;
  147. width:1000px;
  148. }
  149.  
  150. .titlebox {
  151. position:absolute;
  152. top:0;
  153. left:0;
  154. width:171px;
  155. border:1px solid rgba(255,255,255,0.3);
  156. border-left:0;
  157. border-top:0;
  158. height:120px;
  159. }
  160.  
  161. .descbox {
  162. position:absolute;
  163. top:0;
  164. right:0;
  165. width:170px;
  166. border:1px solid rgba(255,255,255,0.3);
  167. border-right:0;
  168. border-top:0;
  169. height:120px;
  170. }
  171.  
  172. .topbar {
  173. position:absolute;
  174. top:0;
  175. left:171px;
  176. width:659px;
  177. height:60px;
  178. border-bottom:1px solid rgba(255,255,255,0.3);
  179. }
  180.  
  181. .bottombar {
  182. position:absolute;
  183. top:60px;
  184. left:171px;
  185. width:659px;
  186. height:60px;
  187. border-bottom:1px solid rgba(255,255,255,0.3);
  188. }
  189.  
  190. .bottombar ul {
  191. list-style-type:none;
  192. height:60px;
  193. }
  194.  
  195. .bottombar ul li {
  196. display:block;
  197. height:59px;
  198. float:left;
  199. width:110px;
  200. border-right:1px solid rgba(255,255,255,0.3);
  201. transition:1s all;
  202. }
  203.  
  204. .bottombar ul li a {
  205. display:block;
  206. position: relative;
  207. top: 50%;
  208. transform: translateY(-50%);
  209. width:100%;
  210. text-align:center;
  211. text-decoration:none;
  212. color:{color:Header Link};
  213. font-family:"Roboto", helvetica, arial, sans-serif;
  214. font-weight:300;
  215. font-size:12px;
  216. letter-spacing:1px;
  217. transition:1s all;
  218. }
  219.  
  220. .bottombar ul li:hover {
  221. background:rgba(255,255,255,0.1);
  222. }
  223.  
  224. .bottombar ul li:hover a {
  225. color: {color:Header Link Hover};
  226. }
  227.  
  228. .bottombar ul li:last-of-type {
  229. border-right:none;
  230. width:109px;
  231. }
  232.  
  233. .titlebox a {
  234. position: relative;
  235. top: 50%;
  236. transform: translateY(-50%);
  237. color:{color:Title};
  238. font-family:"Roboto Slab", helvetica, arial, sans-serif;
  239. margin-left:15px;
  240. letter-spacing:1px;
  241. text-decoration:none;
  242. font-size:32px;
  243. display:block;
  244. font-weight:bold;
  245. }
  246.  
  247. .topbar form {
  248. width:250px;
  249. height:60px;
  250. float:right;
  251. }
  252.  
  253. .topbar form input {
  254. top: 50%;
  255. transform: translateY(-50%);
  256. position:relative;
  257. }
  258.  
  259. .sf {
  260. border:1px solid rgba(255,255,255,0.3);
  261. height:30px;
  262. background-color:rgba(0,0,0,0.1);
  263. color:rgba(255,255,255,0.7);
  264. padding-left:25px;
  265. width:190px;
  266. margin-right:0px;
  267. border-right:none;
  268. outline:none;
  269. }
  270.  
  271. .go {
  272. border:1px solid rgba(255,255,255,0.3);
  273. height:30px;
  274. width:30px;
  275. color:rgba(255,255,255,0.7);
  276. text-align:center;
  277. margin-left:-4px;
  278. border-left:none;
  279. transition:1s all;
  280. background:url('http://static.tumblr.com/f1skqpy/Oxbn13qun/search_icon.png') left center no-repeat;
  281. background-color:rgba(0,0,0,0.1);
  282. outline:none;
  283. }
  284.  
  285. .topbarp {
  286. float:left;
  287. top: 50%;
  288. transform: translateY(-50%);
  289. position:relative;
  290. margin-left:15px;
  291. color:{color:Header Text};
  292. font-family:"Roboto", helvetica, arial, sans-serif;
  293. font-style:italic;
  294. font-weight:300;
  295. font-size:11px;
  296. letter-spacing:1px;
  297. }
  298.  
  299. .desc {
  300. top: 50%;
  301. transform: translateY(-50%);
  302. position:relative;
  303. width:100px;
  304. margin:0 auto;
  305. color:{color:Header Text};
  306. font-size:11px;
  307. font-weight:300;
  308. font-style:italic;
  309. line-height:1.35em;
  310. }
  311.  
  312. .postcontainer {
  313. width:600px;
  314. padding:30px;
  315. }
  316.  
  317. .post {
  318. width:530px;
  319. padding:15px;
  320. border:1px solid rgba(255,255,255,0.3);
  321. font-weight:300;
  322. color:{color:Text};
  323. font-size:12px;
  324. margin-bottom:20px;
  325. line-height:1.35em;
  326. background:{color:post background};
  327. }
  328.  
  329. .post blockquote {
  330. margin:5px;
  331. margin-right:0;
  332. border-left:1px solid rgba(255,255,255,0.3);
  333. padding-left:5px;
  334. }
  335.  
  336. .post a {
  337. color:{color:Post Links};
  338. text-decoration:none;
  339. font-family:"Roboto Slab", helvetica, arial, sans-serif;
  340. transition:1s all;
  341. }
  342.  
  343. .post a:hover {
  344. color:{color:Post Links Hover};
  345. }
  346.  
  347. .post h2, .post h2 small, .post h2 b, .post h2 i, .post h2 b i, .post h2 i b {
  348. color:{color:Post Headings};
  349. font-family:"Roboto Slab", helvetica, arial, sans-serif!important;
  350. margin:10px 0;
  351. display:block;
  352. }
  353.  
  354. .post ul, .post ol {
  355. margin:10px 0;
  356. margin-left:20px;
  357. }
  358.  
  359. .post pre {
  360. border:1px solid rgba(255,255,255,0.3);
  361. padding:5px 10px;
  362. font-family:"Source Code Pro", monospace;
  363. font-size:10px;
  364. margin:5px;
  365. overflow:hidden;
  366. }
  367.  
  368. .post pre b, .post pre i {
  369. font-family:"Source Code Pro", monospace;
  370. }
  371.  
  372. .post .title {
  373. font-size:28px;
  374. font-family:"Roboto Slab", helvetica, arial, sans-serif;
  375. padding:5px;
  376. font-weight:bold;
  377. letter-spacing:1px;
  378. color:{color:Post Headings};
  379. line-height:1.25em;
  380. }
  381.  
  382. .post .line {
  383. font-family:"Roboto Slab", helvetica, arial, sans-serif;
  384. }
  385.  
  386. .tags {
  387. list-style-type:none;
  388. margin:5px 0!important;
  389. }
  390.  
  391. .tags li {
  392. display:inline;
  393. padding-right:5px;
  394. }
  395.  
  396. .postfooter {
  397. border-top:1px solid rgba(255,255,255,0.3);
  398. padding-top:5px;
  399. margin-top:10px;
  400. }
  401.  
  402. .notecontainer img.avatar {
  403. padding:0 3px;
  404. }
  405.  
  406. .sidebar {
  407. float:right;
  408. width:380px;
  409. margin:30px;
  410. color:{color:Text};
  411. }
  412.  
  413. .sidebox {
  414. width:100%;
  415. padding:15px;
  416. border:1px solid rgba(255,255,255,0.3);
  417. font-size:12px;
  418. line-height:1.35em;
  419. margin-bottom:30px;
  420. background:{color:post background};
  421. font-weight:300;
  422. }
  423.  
  424. .sidebox h2 {
  425. font-size:20px;
  426. font-family:"Roboto Slab", helvetica, arial, sans-serif;
  427. padding-bottom:6px;
  428. margin-bottom:7px;
  429. border-bottom:1px solid rgba(255,255,255,0.3);
  430. letter-spacing:1px;
  431. color:{color:Post Headings};
  432. }
  433.  
  434. .sidebox p {
  435. margin-bottom:5px;
  436. }
  437.  
  438. .nav {
  439. list-style-type:none;
  440. margin:10px auto;
  441. width:230px;
  442. }
  443.  
  444. .nav:after {
  445. visibility: hidden;
  446. display: block;
  447. font-size: 0;
  448. content: " ";
  449. clear: both;
  450. height: 0;
  451. }
  452.  
  453. .nav li {
  454. float:left;
  455. width:100px;
  456. display:block;
  457. margin:5px;
  458. height:30px;
  459. border:1px solid rgba(255,255,255,0.3);
  460. transition:1s all;
  461. }
  462.  
  463. .nav li a {
  464. display:block;
  465. line-height:30px;
  466. width:100%;
  467. text-align:center;
  468. text-decoration:none;
  469. color:{color:Header Link};
  470. font-family:"Roboto", helvetica, arial, sans-serif;
  471. font-weight:300;
  472. font-size:12px;
  473. letter-spacing:1px;
  474. transition:1s all;
  475. }
  476.  
  477. .nav li:hover {
  478. background:rgba(255,255,255,0.1);
  479. }
  480.  
  481. .nav li:hover a {
  482. color: {color:Header Link Hover};
  483. }
  484.  
  485. .affiliates {
  486. text-align:center;
  487. }
  488.  
  489. .sideicon {
  490. width:80px;
  491. height:80px;
  492. border:1px solid rgba(255,255,255,0.3);
  493. padding:10px;
  494. margin:5px;
  495. }
  496.  
  497. .member .sideicon {
  498. display:block;
  499. float:left;
  500. }
  501.  
  502. .member:after {
  503. visibility: hidden;
  504. display: block;
  505. font-size: 0;
  506. content: " ";
  507. clear: both;
  508. height: 0;
  509. }
  510.  
  511. .memberdesc {
  512. width:250px;
  513. height:80px;
  514. float:left;
  515. padding-left:20px;
  516. }
  517.  
  518. .memberdesc div {
  519. top:50%;
  520. position:relative;
  521. transform:translateY(-50%);
  522. }
  523.  
  524. .pagination {
  525. width:100%;
  526. height:30px;
  527. position:relative
  528. }
  529.  
  530. .pagination a {
  531. border:1px solid rgba(255,255,255,0.3);
  532. text-align:center;
  533. color:{color:Post Links};
  534. height:30px;
  535. display:block;
  536. width:75px;
  537. font-size:12px;
  538. line-height:30px;
  539. position:absolute;
  540. text-decoration:none;
  541. transition:1s;
  542. }
  543.  
  544. .pagination a:hover {
  545. color:{color:Post Links Hover};
  546. background:rgba(255,255,255,0.1);
  547. }
  548.  
  549. .prev {
  550. left:0;
  551. }
  552.  
  553. .next {
  554. right:10px;
  555. }
  556.  
  557.  
  558. .credit {
  559. display:block;
  560. position:fixed;
  561. bottom:10px;
  562. right:10px;
  563. border:1px solid rgba(255,255,255,0.3);
  564. color:{color:Post Links};
  565. transition:1s all;
  566. font-size:9px;
  567. font-weight:300;
  568. text-decoration:none;
  569. padding:5px;
  570. }
  571.  
  572. .credit:hover {
  573. color:{color:Post Links Hover};
  574. background:rgba(255,255,255,0.1);
  575. }
  576.  
  577.  
  578.  
  579.  
  580. </style>
  581.  
  582.  
  583. {block:ifLightTheme}
  584.  
  585. <style>
  586.  
  587. .sf, .go {
  588. background-color:rgba(255,255,255,0.1);
  589. border-color:rgba(0,0,0,0.3);
  590. }
  591.  
  592. .headercont, .topbar, .bottombar, .post, .sidebox, .pagination a, .titlebox, .descbox, .bottombar ul li, .sf, .go, .postfooter, .sidebox h2, .nav li, .sideicon, .credit, #s-m-t-tooltip {
  593. border-color:rgba(0,0,0,0.3);
  594. }
  595.  
  596. pre {
  597. border-color:rgba(0,0,0,0.3)!important;
  598. }
  599.  
  600. blockquote {
  601. border-color:rgba(0,0,0,0.3)!important;
  602. }
  603.  
  604. .nav li:hover, .bottombar ul li:hover, .credit:hover {
  605. background-color:rgba(0,0,0,0.05);
  606. }
  607.  
  608. </style>
  609.  
  610. {/block:ifLightTheme}
  611.  
  612.  
  613.  
  614.  
  615. </head>
  616. <body>
  617.  
  618. <div class="headercont"></div>
  619. <div id="wrapper">
  620. <div class="header">
  621. <div class="headerbar">
  622. <div class="titlebox">
  623. <a href="/">{text:Title}</a>
  624. </div>
  625. <div class="topbar">
  626. <div class="topbarp">{text:Top Bar Text}</div>
  627. <form action="/search" method="get">
  628. <input type="text" name="q" value="{SearchQuery}"/ class="sf">
  629. <input type="submit" value=" " class="go"/>
  630. </form>
  631. </div>
  632. <div class="bottombar">
  633. <ul>
  634. <li><a href="{text:Link 1 URL}">{text:link 1}</a></li>
  635. <li><a href="{text:Link 2 URL}">{text:link 2}</a></li>
  636. <li><a href="{text:Link 3 URL}">{text:link 3}</a></li>
  637. <li><a href="{text:Link 4 URL}">{text:link 4}</a></li>
  638. <li><a href="{text:Link 5 URL}">{text:link 5}</a></li>
  639. <li><a href="{text:Link 6 URL}">{text:link 6}</a></li>
  640. </ul>
  641. </div>
  642. <div class="descbox">
  643. <div class="desc">{description}</div>
  644. </div>
  645. </div>
  646. </div>
  647.  
  648.  
  649. <div class="sidebar">
  650.  
  651.  
  652.  
  653.  
  654. <!-- TEXT BOX: This is a basic box for placing text in and things. It can be used for updates, messages, a longer description, whatever you want. Make sure that all of your body text is within <p> tags, or else it might look funny.-->
  655.  
  656. <!-- BEGIN BOX -->
  657. <div class="sidebox">
  658. <h2>title</h2>
  659. <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer laoreet ante nec odio pretium, eu mattis libero maximus. Sed id eros eget velit dignissim sodales a fringilla dolor. Sed id arcu vitae ante suscipit elementum in ac leo. Praesent non orci accumsan, commodo ante at, lobortis enim. Sed viverra posuere interdum. Nam vitae consectetur erat. Mauris at leo ornare, hendrerit tortor eu, pharetra quam. Aenean nisi leo, tempus eget consectetur volutpat, elementum non nulla. Integer consectetur est vitae odio cursus pharetra. Aenean sit amet elementum purus.</p>
  660. </div>
  661. <!-- END BOX -->
  662.  
  663.  
  664.  
  665.  
  666.  
  667. <!-- NAV BOX: A box with navigation links. You can theoretically have as many as you want. Each link is a <a> tag with a set of <li> tags, all inside the <ul> with the .nav class. Don't let the link names get too long. -->
  668.  
  669. <!-- BEGIN BOX -->
  670. <div class="sidebox">
  671. <h2>Navigation</h2>
  672. <ul class="nav">
  673. <li><a href="#">link</a></li>
  674. <li><a href="#">link</a></li>
  675. <li><a href="#">link</a></li>
  676. <li><a href="#">link</a></li>
  677. <li><a href="#">link</a></li>
  678. <li><a href="#">link</a></li>
  679. </ul>
  680. </div>
  681. <!-- END BOX -->
  682.  
  683.  
  684.  
  685. <!-- AFFILIATES BOX: Here you can have affiliates or anything else that can be represented by icons. Be sure to set the url for it to link to (href), the tooltip text (title), and the image (src). The icons are automatically resized to about 60x60, so don't worry about the size, just make sure they're square. -->
  686.  
  687. <!-- BEGIN BOX -->
  688. <div class="sidebox">
  689. <h2>Affiliates</h2>
  690. <div class="affiliates">
  691. <a title="tooltip text" href=""><img class="sideicon" src=""></a>
  692. <a title="tooltip text" href=""><img class="sideicon" src=""></a>
  693. <a title="tooltip text" href=""><img class="sideicon" src=""></a>
  694. </div>
  695. </div>
  696. <!-- END BOX -->
  697.  
  698.  
  699.  
  700.  
  701. <!-- MEMBER BOX: Here you can have you admins or wahtever you want. Sorry about all the nested divs. Make sure that your text is inside both the memberdesc div and the membertext div. -->
  702.  
  703. <!-- BEGIN BOX -->
  704. <div class="sidebox">
  705. <h2>Members</h2>
  706.  
  707. <!-- BEGIN MEMBER -->
  708. <div class="member">
  709. <img class="sideicon" src=""> <!-- URL of icon goes in src -->
  710. <div class="memberdesc">
  711. <div class="membertext">
  712. <b>member name</b>
  713. <br>text about member goes here
  714. </div>
  715. </div>
  716. </div>
  717. <!-- END MEMBER -->
  718.  
  719. <!-- BEGIN MEMBER -->
  720. <div class="member">
  721. <img class="sideicon" src=""> <!-- URL of icon goes in src -->
  722. <div class="memberdesc">
  723. <div class="membertext">
  724. <b>member name</b>
  725. <br>text about member goes here
  726. </div>
  727. </div>
  728. </div>
  729. <!-- END MEMBER -->
  730.  
  731. </div>
  732. <!-- END BOX -->
  733.  
  734.  
  735.  
  736.  
  737.  
  738. </div> <!-- END SIDEBAR -->
  739.  
  740.  
  741. <!-- BEGIN POSTS -->
  742. <div class="postcontainer">
  743. {block:Posts}
  744. <div class="post">
  745. {block:Photo}
  746. {LinkOpenTag}<img src="{PhotoURL-500}" />{LinkCloseTag}
  747. {block:Caption}<div class="text">{Caption}</div>{/block:Caption}
  748. {/block:Photo}
  749.  
  750. {block:Photoset}
  751. {Photoset-500}
  752. {block:Caption}<div class="text">{Caption}</div>{/block:Caption}
  753. {/block:Photoset}
  754.  
  755. {block:Video}
  756. {Video-500}
  757. {block:Caption}<div class="text">{Caption}</div>{/block:Caption}
  758. {/block:Video}
  759.  
  760. {block:Audio}
  761. {AudioPlayer}
  762. <div class="text">{PlayCountWithLabel}</div>
  763. {block:Caption}<div class="text">{Caption}</div>{/block:Caption}
  764. {/block:Audio}
  765.  
  766. {block:Quote}
  767. <div class="title">“{Quote}”</div>
  768. {block:Source}<div class="text">— {Source}</div>{/block:Source}
  769. {/block:Quote}
  770.  
  771. {block:Text}
  772. {block:Title}<div class="title">{Title}</div>{/block:Title}
  773. <div class="text">{Body}</div>
  774. {/block:Text}
  775.  
  776. {block:Answer}
  777. <div class="asker">{Asker} asked:</div>
  778. <div class="question">{Question}</div>
  779. {Block:Answerer}<div class="text">{Answer}</div>{/Block:Answerer}
  780. <div class="text">{Replies}</div>
  781. {/block:Answer}
  782.  
  783. {block:Chat}
  784. {block:Title}<div class="title">{Title}</div>{/block:Title}
  785. {block:Lines}<div class="text">
  786. {block:Label}<div class="line"><strong>{Label}</strong>{/block:Label} {Line}</div>
  787. </div>{/block:Lines}
  788. {/block:Chat}
  789.  
  790. {block:Link}
  791. <div class="title"><a href="{URL}" >{Name}</a></div>
  792. {block:Description}<div class="text">{Description}</div>{/block:Description}
  793. {/block:Link}
  794.  
  795.  
  796. {block:Date}
  797. <div class="postfooter">
  798. <div class="info">
  799. <div class="date"><a href="{Permalink}">{TimeAgo}{block:NoteCount}, {NoteCountWithLabel}{/block:NoteCount}</a></div>
  800. </div>
  801. {block:HasTags}
  802. <ul class="tags">
  803. {block:Tags}
  804. <li>
  805. <a href="{TagURL}">#{Tag}</a>
  806. </li>
  807. {/block:Tags}
  808. </ul>
  809. {/block:HasTags}
  810. </div>
  811. {/block:Date}
  812.  
  813. {block:PostNotes}
  814. <div class="notecontainer">{PostNotes}</div>
  815. {/block:PostNotes}
  816. </div>
  817.  
  818.  
  819.  
  820. {/block:Posts}
  821. {block:Pagination}<div class="pagination">
  822. {block:PreviousPage}<a class="prev" href="{PreviousPage}">prev</a>{/block:PreviousPage}
  823. {block:NextPage}<a class="next" href="{NextPage}">next</a>{/block:NextPage}
  824. </div>{/block:Pagination}
  825. </div>
  826.  
  827. <a class="credit" href="http://hendrixrph.tumblr.com">hendrixrph</a>
  828. </div>
  829.  
  830. </body>
  831. </html>
Advertisement
Add Comment
Please, Sign In to add comment