thehiddenwill-themes

Theme 23.

Jan 25th, 2014
666
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 19.07 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. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  4.  
  5. <!--
  6. THEME 23 by
  7. the-hidden-will.tumblr.com
  8. -->
  9. <html>
  10. <head>
  11.  
  12. <title>{Title}</title>
  13.  
  14. <link rel="shortcut icon" href="{Favicon}">
  15. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  16. {block:Description}
  17. <meta name="description" content="{MetaDescription}"/>
  18. {/block:Description}
  19.  
  20. <meta name="image:Background" content=""/>
  21.  
  22. <meta name="if:Infinite Scroll" content="0"/>
  23.  
  24. <meta name="if:Show Captions" content="1"/>
  25. <meta name="if:Show Tags" content="1"/>
  26.  
  27. <meta name="text:Link 1" content=""/>
  28. <meta name="text:Link 1 URL" content=""/>
  29. <meta name="text:Link 2" content=""/>
  30. <meta name="text:Link 2 URL" content=""/>
  31. <meta name="text:Link 3" content=""/>
  32. <meta name="text:Link 3 URL" content=""/>
  33. <meta name="text:Link 4" content=""/>
  34. <meta name="text:Link 4 URL" content=""/>
  35.  
  36. <script type="text/javascript" src="http://static.tumblr.com/tiu5k68/xTkm8wqw2/tumblr-title-qtip.js"></script>
  37.  
  38. <!-- END DEFAULT VARIABLES -->
  39.  
  40. <style type="text/css">
  41.  
  42. /* CSS */
  43.  
  44. .photo {
  45. filter: url("data:image/svg+xml;utf8,<svg xmlns=’http://www.w3.org/2000/svg’><filter id=’grayscale’><feColorMatrix type=’matrix’ values=’0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0’/></filter></svg>#grayscale"); /* Firefox 3.5+ */
  46. filter: gray; /* IE6-9 */
  47. -webkit-filter: grayscale(1);
  48. -webkit-transition: all 0.5s ease-in-out;
  49. -moz-transition: all 0.5s ease-in-out;
  50. -o-transition: all 0.5s ease-in-out;
  51. -ms-transition: all 0.5s ease-in-out;
  52. transition: all 0.5s ease-in-out;
  53. }
  54.  
  55. .photo:hover{
  56. filter: none;
  57. -webkit-filter: grayscale(0.9);
  58. -webkit-transition: all 0.7s ease-in-out;
  59. -moz-transition: all 0.7s ease-in-out;
  60. -o-transition: all 0.7s ease-in-out;
  61. }
  62.  
  63. iframe#tumblr_controls {
  64. position: fixed!important;
  65. z-index:9999999;
  66. top:22px;
  67. right:0px;
  68. opacity:1;
  69. -webkit-filter:invert(0%);
  70. }
  71.  
  72. ::selection {
  73. background: #000;
  74. color: #fff;
  75. }
  76.  
  77. ::-moz-selection {
  78. background:#000;
  79. color: #fff;
  80. }
  81.  
  82. /*SCROLLBAR*/
  83.  
  84. ::-webkit-scrollbar-thumb:vertical {
  85. background: #fff;
  86. border: 5px solid #000;
  87. height: 60px;
  88. }
  89.  
  90. ::-webkit-scrollbar-thumb:vertical:hover {
  91. background: #fff;
  92. border: 5px solid #000; }
  93.  
  94. ::-webkit-scrollbar-thumb:vertical:active {
  95. background-color:#e1e1e1;
  96. }
  97.  
  98. ::-webkit-scrollbar {
  99. height: 10px;
  100. width: 15px;
  101. background: #000;
  102. }
  103.  
  104. ::-webkit-scrollbar-corner {
  105. background-color:#000;
  106. color:#000;
  107. }
  108.  
  109. /*BODY*/
  110.  
  111. body {
  112. background:#fff;
  113. font-family:consolas;
  114. color:#000;
  115. font-size:9px;
  116. letter-spacing:0px;
  117. text-transform:normal;
  118. font-style:normal;
  119. line-height:110%;
  120. background-attachment:fixed;
  121. background-repeat:repeat;
  122. background-image:url('{image:Background}');
  123. }
  124.  
  125. *, body, a, a:hover {cursor: url(http://static.tumblr.com/aegsbm3/DqOmy2f67/cursor.gif), auto;}
  126.  
  127. a {
  128. text-decoration:none;
  129. color:#444;
  130. }
  131.  
  132. a:hover {
  133. color:#000;
  134. }
  135.  
  136. blockquote {
  137. width:80%;
  138. border-left:4px solid #000;
  139. padding-left:10px;
  140. line-height: 120%;
  141. margin: 0.75em 0 .75em .75em;
  142. }
  143.  
  144. img {
  145. border:none;
  146. }
  147.  
  148. big {
  149. font-size:10px;
  150. line-height:80%;
  151. color:#000;
  152. }
  153.  
  154. small {
  155. font-size:8px;
  156. letter-spacing:0px;
  157. color:#000;
  158. }
  159.  
  160. pre {
  161. width:85%;
  162. white-space:pre-wrap;
  163. word-wrap:break-word;
  164. background:transparent;
  165. color:#000;
  166. font-size:9px;
  167. line-height:120%;
  168. padding:5px;
  169. }
  170.  
  171. b, strong {
  172. color:#000;
  173. font-weight:bold;
  174. }
  175.  
  176. i, em {
  177. color:#000;
  178. font-style:italic;
  179. }
  180.  
  181. /*TITLES*/
  182.  
  183. h1 {
  184. margin-bottom:0px;
  185. font-family:helvetica;
  186. font-size:20px;
  187. color:#000;
  188. text-align:left;
  189. font-style:normal;
  190. text-transform:normal;
  191. text-decoration:none;
  192. letter-spacing:1px;
  193. line-height:100%;
  194. font-weight:normal;
  195. padding:0px;
  196. }
  197.  
  198. h1 a, a:hover{
  199. text-decoration:none;
  200. color:#000;
  201. }
  202.  
  203. #h2{
  204. font-family:consolas;
  205. font-size:9px;
  206. letter-spacing:1px;
  207. font-style:none;
  208. text-transform:normal;
  209. font-weight:bold;
  210. text-align:left;
  211. line-height:130%;
  212. }
  213.  
  214. /*POSTS*/
  215.  
  216. #postcontainer{
  217. float:left;
  218. position:relative;
  219. top:140px;
  220. left:300px;
  221. width:165px;
  222. font-family:consolas;
  223. font-size:9px;
  224. color:#000;
  225. margin-bottom:150px;
  226. line-height:120%;
  227. }
  228.  
  229. #postcontainer a{
  230. color:#444;
  231. }
  232.  
  233. #postcontainer a:hover{
  234. color:#000;
  235. }
  236.  
  237. #posts {
  238. width:125px;
  239. padding:10px;
  240. margin:10px;
  241. margin-bottom:15px;
  242. background:#fff;
  243. }
  244.  
  245. #posts img{
  246. max-width:125px;
  247. }
  248.  
  249. /*SIDEBAR*/
  250.  
  251. #description{
  252. position:fixed;
  253. z-index:999999;
  254. top:20px;
  255. left:308px;
  256. width:145px;
  257. padding:10px;
  258. font-family:cambria;
  259. font-size:9px;
  260. font-style:italic;
  261. letter-spacing:1px;
  262. color:#fff;
  263. text-align:center;
  264. line-height:130%;
  265. background:#000;
  266. border-bottom:1px solid #fff;
  267. }
  268.  
  269. #description a{
  270. color:#fff;
  271. }
  272.  
  273. #links{
  274. font-family:consolas;
  275. font-size:8px;
  276. text-transform:uppercase;
  277. text-align:left;
  278. border-top:5px solid #222;
  279. padding:5px;
  280. margin-top:10px;
  281. background:#fff;
  282. color:#000;
  283. }
  284.  
  285. #links a{
  286. font-style:normal;
  287. color:#000;
  288. }
  289.  
  290. /*PERMALINK-INFO*/
  291.  
  292. #permalink {
  293. padding:10px;
  294. font-family:consolas;
  295. font-size:8px;
  296. color:#fff;
  297. font-weight:none;
  298. text-transform:uppercase;
  299. text-align:left;
  300. line-height:140%;
  301. margin-top:10px;
  302. background:#000;
  303. }
  304.  
  305. #permalink a{
  306. text-decoration:none;
  307. color:#fff;
  308. }
  309.  
  310. #permalink a:hover{
  311. color:#fff;
  312. }
  313.  
  314. /*PHOTOSET*/
  315.  
  316. #photoset {
  317. overflow:hidden;
  318. }
  319.  
  320. #photoset img {
  321. width:125px;
  322. margin-bottom:5px;
  323. }
  324.  
  325. /*QUOTE*/
  326.  
  327. #quote {
  328. font-family:consolas;
  329. font-size:10px;
  330. letter-spacing:0px;
  331. font-style:none;
  332. text-transform:normal;
  333. font-weight:bold;
  334. text-align:center;
  335. line-height:120%;
  336. overflow-y:scroll;
  337. overflow-x:hidden;
  338. max-height:70px;
  339. border-bottom:1px solid #000;
  340. }
  341.  
  342. #quote::-webkit-scrollbar-thumb:vertical {
  343. background: #000;
  344. border: 5px solid #fff;
  345. height: 60px;
  346. }
  347.  
  348. #quote::-webkit-scrollbar-thumb:vertical:hover {
  349. background: #000;
  350. border: 5px solid #fff; }
  351.  
  352. #quote::-webkit-scrollbar-thumb:vertical:active {
  353. background-color:#555;
  354. }
  355.  
  356. #quote::-webkit-scrollbar {
  357. height: 10px;
  358. width: 13px;
  359. background: #fff;
  360. }
  361.  
  362. #quote::-webkit-scrollbar-corner {
  363. background-color:#fff;
  364. color:#fff;
  365. }
  366.  
  367. .source {
  368. font-family:consolas;
  369. font-size:8px;
  370. letter-spacing:0px;
  371. font-style:none;
  372. text-align:left;
  373. line-height:120%;
  374. text-transform:lowercase;
  375. margin-top:5px;
  376. margin-bottom:2px;
  377. }
  378.  
  379. .source a, a:hover{
  380. color:#000;
  381. text-decoration:none;
  382. }
  383.  
  384. /*CHAT*/
  385.  
  386. #chat{
  387. line-height:130%;
  388. }
  389.  
  390. /*VIDEO*/
  391.  
  392. #video{
  393. width:125px;
  394. overflow:hidden;
  395. }
  396.  
  397. /*ASKS*/
  398.  
  399. #question{
  400. background-color:#000;
  401. font-family:consolas;
  402. font-size:10px;
  403. color:#fff;
  404. font-style:none;
  405. text-transform:normal;
  406. text-align:left;
  407. padding:8px;
  408. line-height:130%;
  409. }
  410.  
  411. #asker{
  412. font-family:consolas;
  413. font-size:8px;
  414. color:#000;
  415. text-transform:uppercase;
  416. padding-bottom:3px;
  417. text-align:right;
  418. border-bottom:1px solid #000;
  419. }
  420.  
  421. #asker a{
  422. text-decoration:none;
  423. color:#000;
  424. }
  425.  
  426. .arrow {
  427. font-style:normal;
  428. margin-left:0px;
  429. margin-top:-4px;
  430. font-size:30px;
  431. color:#000;
  432. position: absolute;
  433. }
  434.  
  435. /*AUDIO*/
  436.  
  437. .tumblr_audio_player {
  438. height: 40px;
  439. }
  440.  
  441. .soundcloud_audio_player {
  442. width:100%;
  443. }
  444.  
  445. #audio-player{
  446. width:125px;
  447. overflow: hidden;
  448. }
  449.  
  450. #audio-info{
  451. background-color:#000;
  452. font-family:consolas;
  453. font-size:8px;
  454. color:#fff;
  455. line-height:130%;
  456. font-style:normal;
  457. text-transform:uppercase;
  458. text-align:center;
  459. margin-top:5px;
  460. padding:10px;
  461. }
  462.  
  463. /*BORDERS*/
  464.  
  465. #top {
  466. position: fixed!important;
  467. left:0px;
  468. top:0px;
  469. width:100%;
  470. height:25px;
  471. background-color:#000;
  472. z-index:999999;
  473. }
  474.  
  475. #bottom {
  476. position: fixed!important;
  477. left:0px;
  478. bottom:0px;
  479. width:100%;
  480. height:25px;
  481. background-color:#000;
  482. z-index:999999;
  483. }
  484.  
  485. #postborder{
  486. position:fixed;
  487. left:308px;
  488. top:0px;
  489. width:0px;
  490. height:100%;
  491. z-index:-9;
  492. border-left:165px solid #000;
  493. background-color:#000;
  494. }
  495.  
  496. #postborder2{
  497. position:fixed;
  498. left:305px;
  499. top:0px;
  500. width:167px;
  501. height:100%;
  502. z-index:-9999;
  503. border-left:2px solid #000;
  504. border-right:2px solid #000;
  505. background-color:#fff;
  506. }
  507.  
  508. #border{
  509. position:fixed;
  510. left:0px;
  511. top:0px;
  512. width:0px;
  513. height:100%;
  514. border-left:25px solid #000;
  515. background-color:#000;
  516. }
  517.  
  518. #border2{
  519. position:fixed;
  520. right:0px;
  521. top:0px;
  522. width:0px;
  523. height:100%;
  524. border-right:25px solid #000;
  525. background-color:#000;
  526. }
  527.  
  528. #border3{
  529. position:fixed;
  530. left:302px;
  531. bottom:20px;
  532. width:0px;
  533. height:200px;
  534. border-right:1px solid #000;
  535. background-color:#000;
  536. }
  537.  
  538. #border4{
  539. position:fixed;
  540. left:478px;
  541. bottom:20px;
  542. width:0px;
  543. height:200px;
  544. border-right:1px solid #000;
  545. background-color:#000;
  546. }
  547.  
  548. /*PAGINATION*/
  549.  
  550. #pagi {
  551. margin:auto;
  552. margin-top:10px;
  553. margin-bottom:30px;
  554. width:auto;
  555. font-family:consolas;
  556. color:#fff;
  557. text-align:center;
  558. font-size:8px;
  559. letter-spacing:0px;
  560. opacity:1;
  561. text-transform:uppercase;
  562. line-height:150%;
  563. font-style:none;
  564. padding:10px;
  565. background:transparent;
  566. -webkit-transition:all 0.3s ease-in-out;
  567. -moz-transition:all 0.3s ease-in-out;
  568. -o-transition:all 0.3s ease-in-out;
  569. transition:all 0.3s ease-in-out;
  570. }
  571.  
  572. #pagi a, a:hover{
  573. font-weight:normal;
  574. font-style:none;
  575. text-decoration:none;
  576. color:#fff;
  577. }
  578.  
  579. /*TOOLTIP*/
  580.  
  581. div#qTip{
  582. font-family:consolas;
  583. font-size:8px;
  584. color:#fff;
  585. text-align: left;
  586. text-transform: uppercase;
  587. letter-spacing: 0px;
  588. font-style: none;
  589. padding:2px;
  590. margin:-3px 0 0 15px;
  591. border-radius: 2px;
  592. background:#000;
  593. display: none;
  594. position: absolute;
  595. z-index: 999999;
  596. }
  597.  
  598. /*NOTES*/
  599.  
  600. ol.notes {
  601. max-height:100px;
  602. overflow:auto;
  603. font:8px consolas;
  604. color:#fff;
  605. text-transform:uppercase;
  606. font-style:none;
  607. letter-spacing:0px;
  608. line-height:1.6em;
  609. margin:5px 0 0 0;
  610. text-align:left;
  611. padding:5px;
  612. margin-top:10px;
  613. margin-left:0px;
  614. list-style-type: none;
  615. }
  616.  
  617. ol.notes li.note {
  618. padding:3px;
  619. }
  620.  
  621. img.avatar {
  622. display:none;
  623. }
  624.  
  625. /* END CSS */
  626.  
  627. {CustomCSS}
  628. </style>
  629.  
  630. {block:IfInfiniteScroll}
  631. <script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>
  632. {/block:IfInfiniteScroll}
  633.  
  634. <script type="text/javascript" src="http://static.tumblr.com/53unaru/y8wlgzkbt/jquery.ui.totop.js"></script>
  635. <script type="text/javascript">
  636. $(document).ready(function() {
  637. $().UItoTop({ easingType: 'easeOutQuart' });
  638. });
  639. </script>
  640. <!----- SCROLL TOP/HOME/BOTTOM A1 ---->
  641. <title>Scroll to Bottom or Top - DevCurry.com</title>
  642. <script type="text/javascript"
  643. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.3/jquery.min.js">
  644. </script>
  645. <script type="text/javascript" language="javascript">
  646. $(function () {
  647. $('#scrlBotm').click(function () {
  648. $('html, body').animate({
  649. scrollTop: $(document).height()
  650. },
  651. 1500);
  652. return false;
  653. });
  654. $('#scrlTop').click(function () {
  655. $('html, body').animate({
  656. scrollTop: '0px'
  657. },
  658. 1500);
  659. return false;
  660. });
  661. });
  662. </script>
  663.  
  664. <script type="text/javascript">
  665. /* Photoset Resize Code by Kevin - EXCOLO.TUMBLR.COM */
  666. $(document).ready(function() {
  667. function photosetResize() {
  668. $('iframe.photoset').each(function(){
  669. var newSize = 125;
  670. var newSrc = $(this).attr('src').replace('500',newSize);
  671. $(this).attr('src', newSrc).width(newSize);
  672. var high = $(this).css('height');
  673. var calculate = parseInt(high, 10)* newSize/500;
  674. $(this).css('height', calculate);
  675. });
  676. }
  677. photosetResize();
  678. });
  679. </script>
  680.  
  681.  
  682. </head>
  683. <body>
  684.  
  685. <!-- BORDERS -->
  686.  
  687. <div id="top"></div>
  688. <div id="bottom"></div>
  689. <div id="postborder"></div>
  690. <div id="postborder2"></div>
  691. <div id="border"></div>
  692. {block:PermalinkPage}<div id="border2"></div>{/block:PermalinkPage}
  693. <div id="border3"></div>
  694. <div id="border4"></div>
  695.  
  696. <!-- SIDEBAR -->
  697.  
  698. <div id="description">
  699. {Description}
  700. <div id="links">
  701. <a href="{text:Link 1 URL}">{text:Link 1}</a>
  702. <a href="{text:Link 2 URL}">{text:Link 2}</a>
  703. <a href="{text:Link 3 URL}">{text:Link 3}</a>
  704. <a href="{text:Link 4 URL}">{text:Link 4}</a>
  705. {block:IfInfiniteScroll}
  706. <a id="scrlTop" href="#" style="color:#000;">RISE;</a>
  707. {/block:IfInfiniteScroll}
  708. </div>
  709. </div>
  710.  
  711. <!-- NARUTO -->
  712.  
  713. <img src="http://static.tumblr.com/aegsbm3/wCsmycb37/squad_7.jpg" style="position:fixed!important; bottom:0px;left:476px;z-index:-999999999"/>
  714.  
  715. <!-- POSTS -->
  716.  
  717. <div id="postcontainer">
  718. {block:IfInfiniteScroll}
  719. <div class="autopagerize_page_element"/>
  720. {/block:IfInfiniteScroll}
  721. {block:Posts}
  722. <div id="posts">
  723.  
  724. <!-- TEXT -->
  725.  
  726. {block:Text}
  727. <h2>{block:Title}{Title}{/block:Title}</h2>
  728. {Body}
  729. {/block:Text}
  730.  
  731. <!-- PHOTO -->
  732.  
  733. {block:Photo}
  734. {block:IndexPage}
  735. <div class="photo">
  736. <img style="opacity:1;" src="{PhotoURL-500}" width="125px">
  737. </div>
  738. {/block:IndexPage}
  739. {block:PermalinkPage}
  740. <img src="{PhotoURL-500}" width="125px">
  741. {/block:PermalinkPage}
  742. {block:IndexPage}{block:IfShowCaptions}
  743. {block:Caption}<p>{Caption}</p>{/block:Caption}
  744. {/block:IfShowCaptions}{/block:IndexPage}
  745. {block:PermalinkPage}
  746. {block:Caption}<p>{Caption}</p>{/block:Caption}
  747. {/block:PermalinkPage}
  748. {/block:Photo}
  749.  
  750. <!-- PHOTOSET -->
  751.  
  752. {block:Photoset}
  753. {block:IfInfiniteScroll}
  754. {block:IndexPage}
  755. <div style="opacity:1;" class="photo">
  756. <div id="photoset">
  757. {block:Photos}
  758. <img src="{PhotoURL-250}">
  759. {/block:Photos}
  760. </div>
  761. </div>
  762. {/block:IndexPage}
  763. {/block:IfInfiniteScroll}
  764. {block:IfInfiniteScroll}
  765. {block:PermalinkPage}
  766. <div id="photoset">
  767. {block:Photos}
  768. <img src="{PhotoURL-250}">
  769. {/block:Photos}
  770. </div>
  771. {/block:PermalinkPage}
  772. {/block:IfInfiniteScroll}
  773. {block:IfNotInfiniteScroll}
  774. {block:IndexPage}
  775. <div style="opacity:1;" class="photo">
  776. {Photoset-500}
  777. </div>
  778. {block:IndexPage}
  779. {/block:IfNotInfiniteScroll}
  780. {block:IfNotInfiniteScroll}
  781. {block:PermalinkPage}
  782. {Photoset-500}
  783. {block:PermalinkPage}
  784. {/block:IfNotInfiniteScroll}
  785. {block:Caption}<p>{Caption}</p>{/block:Caption}
  786. {/block:Photoset}
  787.  
  788. <!-- QUOTE -->
  789.  
  790. {block:Quote}
  791. <div id="quote">{Quote}</div>
  792. {block:Source}<div class="source"> — {source}</div>{/block:Source}
  793. {/block:Quote}
  794.  
  795. <!-- LINK -->
  796.  
  797. {block:Link}
  798. <h2><a href="{URL}" {Target}>{Name}</a></h2>
  799. {block:Description}{Description}{/block:Description}
  800. {/block:Link}
  801.  
  802. <!-- CHAT -->
  803.  
  804. {block:Chat}
  805. <div id="chat">
  806. {block:Title}<h2>{Title}</h2>{/block:Title}
  807. {block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}
  808. </div>
  809. {/block:Chat}
  810.  
  811. <!-- AUDIO -->
  812.  
  813. {block:Audio}
  814. <div id="audio-player">
  815. {AudioPlayerBlack}
  816. </div>
  817. <div id="audio-info">
  818. <u>{block:TrackName}{TrackName}{/block:TrackName}</u><br>
  819. {block:Artist}{Artist}{/block:Artist}<br>
  820. {block:Album}{Album}{/block:Album}<br>
  821. ({PlayCountWithLabel})<br>
  822. </div>
  823. {block:IndexPage}{block:IfShowCaptions}
  824. {block:Caption}<p>{Caption}</p>{/block:Caption}
  825. {/block:IfShowCaptions}{/block:IndexPage}
  826. {block:PermalinkPage}
  827. {block:Caption}<p>{Caption}</p>{/block:Caption}
  828. {/block:PermalinkPage}
  829. {/block:Audio}
  830.  
  831. <!-- VIDEO -->
  832.  
  833. {block:Video}
  834. {block:IndexPage}
  835. <div id="video">{Video-250}</div>
  836. {/block:IndexPage}
  837. {block:PermalinkPage}
  838. <div id="video">{Video-250}</div>
  839. {/block:PermalinkPage}
  840. {block:IndexPage}{block:IfShowCaptions}
  841. {block:Caption}<p>{Caption}</p>{/block:Caption}
  842. {/block:IfShowCaptions}{/block:IndexPage}
  843. {block:PermalinkPage}
  844. {block:Caption}<p>{Caption}</p>{/block:Caption}
  845. {/block:PermalinkPage}
  846. {/block:Video}
  847.  
  848. <!-- MESSAGE -->
  849.  
  850. {block:Answer}
  851. <div id="question">
  852. {Question}
  853. </div>
  854. <div class="arrow">▼</div>
  855. <br>
  856. <div id="asker">
  857. {Asker}
  858. </div>
  859. {Answer}
  860. {/block:Answer}
  861.  
  862. <!-- OTHER -->
  863.  
  864. {block:ContentSource}
  865. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  866. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  867. {/block:SourceLogo}
  868. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  869. {/block:ContentSource}
  870.  
  871. <!-- PERMALINK -->
  872.  
  873. <div id="permalink">
  874. {block:IndexPage}
  875. <a href="{Permalink}">{ShortMonth} {DayOfMonthWithZero}, {Year}</a>
  876. {block:RebloggedFrom}
  877. <div style="float:right;">
  878. <a title="{ReblogParentTitle}" href="{ReblogParentURL}">via</a>
  879. <a title="{ReblogRootTitle}" href="{ReblogRootURL}">src</a>
  880. </div>
  881. {/block:RebloggedFrom}
  882. <br>
  883. <a href={ReblogURL} target="_blank" title="reblog?" class="details">[R]</a> ({12Hour}:{Minutes} {AmPm}, {NoteCount})
  884. {/block:IndexPage}
  885.  
  886. <!-- TAGS -->
  887.  
  888. {block:IndexPage}{block:IfShowTags}
  889. <img title="{block:Tags}#{Tag} {/block:Tags}" style="width:11px; height:11px; float:right;" src="http://static.tumblr.com/aegsbm3/z7emxtkkw/tags.gif"/>
  890. {/block:IfShowTags}{/block:IndexPage}
  891.  
  892. {block:PermalinkPage}
  893. {ShortMonth} {DayOfMonthWithZero}, {Year} at {12Hour}:{Minutes} {AmPm} <br> {block:RebloggedFrom}
  894. >> <a title="{ReblogParentTitle}" href="{ReblogParentURL}">via</a><br>
  895. >> <a title="{ReblogRootTitle}" href="{ReblogRootURL}">source</a><br>
  896. {/block:RebloggedFrom}
  897. {NoteCountWithLabel}<br>
  898. {block:HasTags}filed under:{block:Tags} #<a href="{TagURL}">{Tag}</a> {/block:Tags}{/block:HasTags}<br>
  899. {block:PermalinkPagination}
  900. <div style="margin-top:0px;">
  901. {block:PreviousPost}
  902. <a style="color:#fff;" href="{PreviousPost}">last post</a>
  903. {/block:PreviousPost}
  904. {block:NextPost}
  905. //
  906. <a style="color:#fff;" href="{NextPost}">next post</a>
  907. {/block:NextPost}
  908. </div>
  909. {/block:PermalinkPagination}
  910. {block:PostNotes}
  911. {PostNotes}
  912. {/block:PostNotes}
  913. {/block:PermalinkPage}
  914. </div>
  915.  
  916. </div>
  917.  
  918. {/block:Posts}
  919. {block:IfInfiniteScroll}</div>{/block:IfInfiniteScroll}
  920.  
  921. {block:IfNotInfiniteScroll}
  922. {block:IndexPage}
  923. <div id="pagi">
  924. {block:Pagination}
  925. {block:PreviousPage}
  926. <a href="{PreviousPage}">{lang:Previous}</a> -
  927. {/block:PreviousPage}
  928. {block:NextPage}
  929. <a href="{NextPage}" class="next">{lang:Next}</a>
  930. {/block:NextPage}<br>
  931. <a id="scrlTop" href="#" style="color:#fff;">back to top</a><br>
  932. THEME IS MADE BY <a href="http://thehiddenwill-themes.tumblr.com/">THEHIDDENWILL-THEMES</a>
  933. </div>
  934. {/block:Pagination}
  935. {block:IfNotInfiniteScroll}
  936.  
  937. </div>
  938. </div>
  939.  
  940. <!-- END POSTS -->
  941.  
  942.  
  943. </body>
  944. </html>
  945.  
  946. <!-- END HTML -->
Advertisement
Add Comment
Please, Sign In to add comment