Advertisement
Seedfawn

Theme 44

Jul 4th, 2016
795
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 20.12 KB | None | 0 0
  1. <!--
  2. > This theme was made by seedfawn aka kara-themes
  3. > Problem? Contact me: kara-themes.tumblr.com/faq
  4. > Credits:
  5. PXU Photoset - shythemes
  6. Photo hover border - LittleSnippets
  7. > KEEP THE CREDITS!
  8. -->
  9.  
  10. <html>
  11.  
  12. <head>
  13.  
  14. <link rel="shortcut icon" href="{Favicon}">
  15.  
  16. <title>{Title}</title>
  17.  
  18. <meta name="image:Background" content=""/>
  19. <meta name="image:Sidebar" content=""/>
  20. <meta name="color:Background" content="#fbfbfb"/>
  21. <meta name="color:Text" content="#aaa"/>
  22. <meta name="color:Link" content="#768e70"/>
  23. <meta name="color:Hover" content="#eee"/>
  24. <meta name="color:Sidebar" content="#768e70"/>
  25. <meta name="color:Title" content="#aaa"/>
  26. <meta name="color:Posts" content="#768e70"/>
  27. <meta name="color:Ask" content="#768e70"/>
  28. <meta name="color:Scrollbar" content="#768e70"/>
  29. <meta name="text:Blogtitle" content="daisy" />
  30. <meta name="text:Link 1 Title" content="Link One" />
  31. <meta name="text:Link 2 Title" content="Link Two" />
  32. <meta name="text:Link 3 Title" content="Link Three" />
  33. <meta name="text:Link 3 Title" content="Link Four" />
  34. <meta name="text:Link 1 URL" content=/"" />
  35. <meta name="text:Link 2 URL" content="/" />
  36. <meta name="text:Link 3 URL" content="/" />
  37. <meta name="text:Link 4 URL" content="/" />
  38.  
  39. <!-- tooltips -->
  40. <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  41. <script src="http://static.tumblr.com/p3mk1pa/L7do5le7m/jquery.style-my-tooltips.min.js"></script>
  42. <script>
  43. (function($){
  44. $(document).ready(function(){
  45. $("[title]").style_my_tooltips({
  46. tip_follows_cursor:true,
  47. tip_delay_time:30,
  48. tip_fade_speed:300,
  49. attribute:"title"
  50. });
  51. });
  52. })(jQuery);
  53. </script>
  54. <!-- tooltips end -->
  55.  
  56. <style type="text/css">
  57.  
  58. .tmblr-iframe{
  59. top:5px;
  60. right:5px;
  61. -webkit-filter:invert(100%);
  62. -moz-filter:invert(100%);
  63. -o-filter:invert(100%);
  64. -ms-filter:invert(100%);
  65. filter: invert(100%);
  66. opacity:.2;
  67. z-index:999999999!important;
  68. transition:.5s ease-in-out;
  69. -webkit-transition:.5s ease-in-out;
  70. -moz-transition:.5s ease-in-out;
  71. -o-transition:.5s ease-in-out;
  72. }
  73.  
  74. .tmblr-iframe:hover{
  75. opacity:.5;
  76. }
  77.  
  78. *{
  79. cursor: url(http://static.tumblr.com/p3mk1pa/DFKnysvin/tumblr_lqs4qduu8n1qfoi4t.png), auto;
  80. }
  81.  
  82. body{
  83. background:{color:background};
  84. background-image:url({image:background});
  85. font-family: 'Open Sans', sans-serif;
  86. font-size:9px;
  87. line-height:2em;
  88. color:{color:text};
  89. font-weight:400;
  90. cursor: url(http://static.tumblr.com/p3mk1pa/DFKnysvin/tumblr_lqs4qduu8n1qfoi4t.png), auto;
  91. }
  92.  
  93. a{
  94. color:{color:link};
  95. text-transform:uppercase;
  96. text-decoration:underline;
  97. font-weight:400;
  98. letter-spacing:1px;
  99. transition:all 0.5s ease;
  100. -webkit-transition:all 0.5s ease;
  101. -moz-transition:all 0.5s ease;
  102. -o-transition:all 0.5s ease;
  103. cursor:cursor: url(http://static.tumblr.com/p3mk1pa/DFKnysvin/tumblr_lqs4qduu8n1qfoi4t.png), auto;
  104. }
  105.  
  106. a:hover{
  107. color:{color:hover};
  108. font-weight:400;
  109. cursor: url(http://static.tumblr.com/p3mk1pa/4eKnysvj3/help.png), help;
  110. }
  111.  
  112. blockquote{
  113. border-left: solid 1px #eee;
  114. margin: 0;
  115. padding-left:10px;
  116. margin-left:10px;
  117. }
  118.  
  119. #s-m-t-tooltip{
  120. max-width:300px;
  121. margin:10px;
  122. padding:10px 10px;
  123. color:#fff;
  124. text-transform:lowercase;
  125. letter-spacing:2px;
  126. background:rgba(0, 0, 0, .85);
  127. z-index:9999999999!important;
  128. }
  129.  
  130. ::-webkit-scrollbar-thumb{
  131. background-color:{color:scrollbar};
  132. border:4px solid {color:background};
  133. height:auto;
  134. }
  135.  
  136. ::-webkit-scrollbar{
  137. height:9px;
  138. width:9px;
  139. background-color:#dbdbdb;
  140. border:4px solid {color:background};
  141. }
  142.  
  143. .pagination{
  144. display:none;
  145. }
  146.  
  147. #entry{
  148. position:relative;
  149. width:calc(230px * 3 + 150px);
  150. top:85px;
  151. margin-left:420px;
  152. opacity:1;
  153. {block:permalinkpage}
  154. width:400px;
  155. margin:0px auto;
  156. {/block:permalinkpage}
  157. }
  158.  
  159. .posts{
  160. width:230px;
  161. float:left;
  162. margin-bottom:80px;
  163. {block:permalinkpage}
  164. width:400px;
  165. {/block:permalinkpage}
  166. }
  167.  
  168. .posts img{
  169. width:230px;
  170. max-width:230px;
  171. border-bottom:1px solid {color:posts};
  172. {block:permalinkpage}
  173. width:400px;
  174. {/block:permalinkpage}
  175. }
  176.  
  177. .perma{
  178. position:absolute;
  179. width:auto;
  180. top:calc(50% - 23px);
  181. left:calc(50% - 70px);
  182. color:#fff;
  183. font-size:13px;
  184. opacity:0;
  185. transition:all 0.3s ease;
  186. -webkit-transition:all 0.3s ease;
  187. -moz-transition:all 0.3s ease;
  188. -o-transition:all 0.3s ease;
  189. }
  190.  
  191. .posts:hover .perma{
  192. opacity:1;
  193. }
  194.  
  195. .perma a{
  196. display:inline-block;
  197. margin:5px;
  198. width:15px;
  199. height:15px;
  200. line-height:15px;
  201. padding:10px;
  202. color:#fff;
  203. text-align:center;
  204. background:rgba(0,0,0,.7);
  205. }
  206.  
  207. /*coding by littlesnippits*/
  208. .bg, .posts:hover .bg{
  209. position:absolute;
  210. overflow:hidden;
  211. top:15px;
  212. bottom:15px;
  213. left:15px;
  214. right:15px;
  215. border:5px solid #fff;
  216. opacity:1;
  217. box-shadow:0px 0px 0px 15px rgba(0,0,0,.3);
  218. transition:all 0.3s ease;
  219. -webkit-transition:all 0.3s ease;
  220. -moz-transition:all 0.3s ease;
  221. -o-transition:all 0.3s ease;
  222. }
  223. /*coding my littlesnippits*/
  224.  
  225. .bg{
  226. opacity:0;
  227. }
  228.  
  229. .posts .permalink{
  230. position:absolute;
  231. width:100%;
  232. text-align:right;
  233. }
  234.  
  235. .title{
  236. font-size:20px;
  237. font-weight:300;
  238. letter-spacing:1px;
  239. line-height:1.2em;
  240. color:{color:title};
  241. }
  242.  
  243. .quotetitle{
  244. width:250px;
  245. font-size:20px;
  246. font-weight:300;
  247. letter-spacing:1px;
  248. line-height:1.2em;
  249. margin-bottom:10px;
  250. padding-bottom:10px;
  251. border-bottom:1px solid #eee;
  252. color:{color:title};
  253. }
  254. .source{
  255. margin-left:20px;
  256. }
  257.  
  258. .linktitle{
  259. font-size:20px;
  260. letter-spacing:1px;
  261. line-height:1.2em;
  262. text-align:center;
  263. color:{color:title};
  264. }
  265. .linktitle a{
  266. border-bottom:0px;
  267. padding-bottom:0px;
  268. font-weight:300;
  269. }
  270.  
  271. .chat, .chat ol{
  272. padding:0;
  273. list-style:none;
  274. }
  275. .line{
  276. padding:5px 5px;
  277. }
  278. .odd{
  279. background:#fbfbfb;
  280. border-left:1px solid #eee;
  281. }
  282. span.label{
  283. font-weight:bold;
  284. font-family:arial;
  285. letter-spacing:1px;
  286. }
  287.  
  288. .audio{
  289. position:relative;
  290. }
  291. .cover{
  292. position:relative;
  293. height:250px;
  294. background:{color:background};
  295. z-index:1px;
  296. }
  297. .playbox{
  298. position:absolute;
  299. margin-top:96px;
  300. margin-left:95px;
  301. background-color:#000;
  302. opacity:0.7;
  303. z-index:1000;
  304. }
  305. .playbutton{
  306. overflow:hidden;
  307. position:relative;
  308. width:20px;
  309. height:30px;
  310. background-color:#000;
  311. margin:15px 24px 13px 16px;
  312. z-index:1000;
  313. }
  314. .artist, .trackname{
  315. position:relative;
  316. margin-top:8px;
  317. padding:3px 10px 3px 10px;
  318. background:{color:background};
  319. border-left:1px solid #eee;
  320. }
  321. .trackname{
  322. margin-top:0px;
  323. border-top:1px solid #eee;
  324. }
  325.  
  326. #sidebar{
  327. position:fixed;
  328. width:310px;
  329. margin-top:85px;
  330. margin-left:55px;
  331. background:{color:background};
  332. z-index:9999;
  333. }
  334.  
  335. .sidebarimg{
  336. width:105px;
  337. float:right;
  338. }
  339.  
  340. .sidebarimg img{
  341. width:100%;
  342. }
  343.  
  344. .blogtitle{
  345. width:180px;
  346. padding-bottom:10px;
  347. font-size:20px;
  348. font-weight:900;
  349. letter-spacing:2px;
  350. line-height:1.2em;
  351. text-align:center;
  352. border-bottom:1px solid {color:sidebar};
  353. color:{color:sidebar};
  354. font-family: 'Roboto', sans-serif;
  355. text-transform:uppercase;
  356. }
  357.  
  358. .links{
  359. width:100%;
  360. margin-top:30px;
  361. text-align:center;
  362. font-size:13px;
  363. transition:all 0.3s ease;
  364. -webkit-transition:all 0.3s ease;
  365. -moz-transition:all 0.3s ease;
  366. -o-transition:all 0.3s ease;
  367. }
  368.  
  369. #sidebar:hover .links{
  370. margin-top:3px;
  371. }
  372.  
  373. .links a{
  374. color:white;
  375. margin:15px;
  376. }
  377.  
  378. .links a, .credit a, .permalink a, .linktitle a{
  379. text-decoration:none;
  380. }
  381.  
  382. .desc{
  383. width:180px;
  384. overflow:auto;
  385. max-height:60px;
  386. margin-top:10px;
  387. text-align:left;
  388. }
  389.  
  390. .top, .bottom{
  391. margin:0px 0px 10px 0px;
  392. height:25px;
  393. background:{color:sidebar};
  394. }
  395.  
  396. .bottom{
  397. overflow:hidden;
  398. margin:10px 0px 0px 0px;
  399. }
  400.  
  401. .vignette, #vignette {
  402. opacity:0;
  403. }
  404.  
  405. .tmblr-lightbox, #tumblr_lightbox {
  406. background-color:{color:background} !important;
  407. opacity:1 !important;
  408. }
  409.  
  410. .lightbox-image, #tumblr_lightbox img {
  411. box-shadow:none !important;
  412. border-radius:0 !important;
  413. max-width:none;
  414. }
  415.  
  416. .lightbox-caption, #tumblr_lightbox_caption {
  417. visibility:hidden;
  418. }
  419.  
  420. .caption{
  421. position:relative;
  422. margin-top:10px;
  423. padding:3px 10px 3px 10px;
  424. background:{color:background};
  425. border-left:1px solid #eee;
  426. }
  427.  
  428. .credit{
  429. position:fixed;
  430. bottom:5px;
  431. right:5px;
  432. padding:10px;
  433. background:{color:background};
  434. border-radius:100px;
  435. }
  436.  
  437. .credit a{
  438. border-bottom:0px;
  439. }
  440.  
  441. img.emoji {
  442. width:15px;
  443. padding:5px;
  444. margin:0px !important;
  445. display:inline !important;
  446. vertical-align:middle;
  447. }
  448.  
  449. img:not(.lightbox-image) {
  450. max-width:100%;
  451. height:auto;
  452. vertical-align:middle;
  453. }
  454.  
  455. .custom-like-button{
  456. position: relative;
  457. margin-left:8px;
  458. margin-top:5px;
  459. display: block;
  460. width:15px;
  461. height:15px;
  462. padding:10px;
  463. background:rgba(0,0,0,.7);
  464. float:right;
  465. text-align:center;
  466. }
  467. /* class for the Tumblr Like Button iframe */
  468. .like_button{
  469. position: absolute;
  470. top: 0;
  471. left: 0;
  472. right: 0;
  473. bottom: 0;
  474. width: 100%;
  475. height: 100%;
  476. opacity: 0;
  477. z-index: 10;
  478. }
  479. /* Force iframe to fill button */
  480. .like_button iframe{
  481. width: 100% !important;
  482. height: 100% !important;
  483. }
  484. /* class for Our Like Button */
  485. .our_button{
  486. position: absolute;
  487. top: 8px;
  488. left: 0;
  489. right: 0;
  490. bottom: 0;
  491. width: 100%;
  492. height: 100%;
  493. z-index: 1;
  494. font-size:13px;
  495. }
  496.  
  497. /* Liked State */
  498. .like_button.liked + .our_button {
  499. color:{color:posts};
  500. }
  501.  
  502. ol.notes{
  503. width:100%;
  504. padding:0px;
  505. margin:25px 0px;
  506. list-style-type:none;
  507. }
  508.  
  509. ol.notes li.note{
  510. margin-bottom:25px;
  511. border:solid 1px {color:posts};
  512. background:#fff;
  513. padding:10px;
  514. }
  515.  
  516. ol.notes li.note img.avatar {
  517. width:64px;
  518. height:64px;
  519. }
  520.  
  521. ol.notes li.note span.action{
  522. position:absolute;
  523. overflow:hidden;
  524. width:calc(100% - 102px);
  525. margin-left:0px;
  526. padding:0px 10px 0px 10px;
  527. font-weight:400;
  528. }
  529.  
  530. ol.notes li.note span.action a, ol.notes li.note .answer_content a{
  531. text-decoration:none;
  532. }
  533.  
  534. ol.notes li.note .answer_content{
  535. margin-top:-50px;
  536. font-weight:normal;
  537. }
  538.  
  539. ol.notes li.note blockquote{
  540. border-color:{color:posts};
  541. padding:4px 10px;
  542. margin:10px 0px 0px 32px;
  543. }
  544.  
  545. ol.notes li.note blockquote a{
  546. text-decoration:none;
  547. }
  548.  
  549. .permapage{
  550. margin-top:25px;
  551. width:calc(100% - 22px);
  552. padding:10px;
  553. background:#fff;
  554. border:1px solid {color:posts};
  555. z-index:9999;
  556. }
  557.  
  558. .cap{
  559. margin-top:25px;
  560. width:calc(100% - 22px);
  561. padding:10px;
  562. background:#fff;
  563. border:1px solid {color:posts};
  564. z-index:9999;
  565. }
  566.  
  567. .as{
  568. width:calc(100% - 20px);
  569. background:{color:ask};
  570. color:#fff;
  571. padding:10px;
  572. z-index:9;
  573. }
  574. .as a{
  575. color:#fff;
  576. text-decoration:none;
  577. font-size:12px;
  578. }
  579.  
  580. .q{
  581. width:calc(100% - 22px);
  582. margin-top:-1px;
  583. padding:10px;
  584. border:1px solid {color:ask};
  585. }
  586.  
  587. .triangle{
  588. width: 0;
  589. height: 0;
  590. margin-left:calc(50% - 16px);
  591. border-left: 16px solid transparent;
  592. border-right: 16px solid transparent;
  593. border-top: 16px solid {color:ask};
  594. }
  595.  
  596. .askerimg, .askerimg img{
  597. margin-top:5px;
  598. width:40px;
  599. margin-left:calc(50% - 20px);
  600. }
  601.  
  602. .name{
  603. width:calc(100% - 22px);
  604. margin-top:10px;
  605. background:{color:background};
  606. color:{color:ask};
  607. padding:10px;
  608. text-align:right;
  609. border:1px solid {color:ask};
  610. text-transform:uppercase;
  611. letter-spacing:1px;
  612. font-size:12px;
  613. z-index:9;
  614. }
  615.  
  616. .a{
  617. width:calc(100% - 30px);
  618. margin:-1px 0px 10px 0px;
  619. padding:5px 15px 5px 15px;
  620. line-height:14px;
  621. background:{color:ask};
  622. color:#fff;
  623. }
  624. .a a{
  625. color:#fff;
  626. font-weight:400;
  627. }
  628.  
  629. {CustomCSS}
  630.  
  631. </style>
  632.  
  633. </head>
  634.  
  635. <body>
  636.  
  637. <div id="sidebar">
  638.  
  639. <div class="top"></div>
  640.  
  641. <div class="sidebarimg"><img src="{image:Sidebar}"></div>
  642.  
  643. <div class="blogtitle">{text:Blogtitle}</div>
  644.  
  645. <div class="desc">{Description}
  646. </div>
  647.  
  648. <div class="bottom">
  649.  
  650. <div class="links">
  651. <a href="/" title="refresh"><i class="fa fa-refresh"></i></a>
  652. <a href="/ask" title="inbox"><i class="fa fa-inbox"></i></a>
  653. <a href="{text:Link 1 URL}" title="{text:Link 1 Title}"><i class="fa fa-tags"></i></a>
  654. <a href="{text:Link 2 URL}" title="{text:Link 2 Title}"><i class="fa fa-archive"></i></a>
  655. <a href="{text:Link 3 URL}" title="{text:Link 3 Title}"><i class="fa fa-heart"></i></a>
  656. <a href="{text:Link 4 URL}" title="{text:Link 4 Title}"><i class="fa fa-star"></i></a>
  657. </div>
  658.  
  659. </div>
  660.  
  661. </div>
  662.  
  663. <div id="entry">
  664. {block:Posts}
  665. <div class="posts" id="{PostID}">
  666.  
  667. {block:Text}
  668. {block:Title}
  669. <div class="title">{Title}</div>
  670. {/block:Title}
  671. {Body}
  672. {block:indexpage}
  673. <div style="margin-bottom:10px; margin-top:5px margin-left:50%; width:30px; height:1px; background:#eee;"></div>
  674. <div class="permalink">
  675. {NoteCount} /
  676. <a href="{Permalink}">{timeago}</a>
  677. </div>
  678. {/block:indexpage}
  679. {/block:Text}
  680.  
  681. {block:Photo}
  682. {block:indexpage}
  683. <div class="bg"></div>
  684. <div class="perma">
  685. <a href="{Permalink}" title="{notecount} / more information"><i class="fa fa-info"></i></a>
  686. <a href="{ReblogURL}"><i class="fa fa-refresh"></i></a>
  687. <div class="custom-like-button">
  688. {LikeButton}
  689. <span class="our_button">
  690. <i class="fa fa-heart"></i>
  691. </span>
  692. </div>
  693. </div>
  694. {/block:indexpage}
  695. <img src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="1000px;"/>
  696. {/block:Photo}
  697.  
  698. {block:Photoset}
  699. <div class="photo-slideshow" id="photoset_{PostID}" data-layout="{PhotosetLayout}">{block:Photos}<div class="photo-data"><div class="pxu-photo"><img src="{PhotoURL-500}" width="{PhotoWidth-500}" height="{PhotoHeight-500}" data-highres="{PhotoURL-HighRes}" data-width="{PhotoWidth-HighRes}" data-height="{PhotoHeight-HighRes}"></div><a class="tumblr-box" rel="post-{PostID}" href="{PhotoURL-HighRes}"></a></div>{/block:Photos}</div>
  700. {block:indexpage}
  701. <div style="margin-bottom:10px; margin-top:5px margin-left:50%; width:30px; height:1px; background:#eee;"></div>
  702. <div class="permalink">
  703. {NoteCount} /
  704. <a href="{Permalink}">{timeago}</a>
  705. </div>
  706. {/block:indexpage}
  707. {/block:Photoset}
  708.  
  709. {block:Quote}
  710. <div class="quotetitle">"{Quote}"</div>
  711. {block:Source}
  712. <div class="source">&mdash; {Source}</div>
  713. {/block:Source}
  714. {block:indexpage}
  715. <div style="margin-bottom:10px; margin-top:5px margin-left:50%; width:30px; height:1px; background:#eee;"></div>
  716. <div class="permalink">
  717. {NoteCount} /
  718. <a href="{Permalink}">{timeago}</a>
  719. </div>
  720. {/block:indexpage}
  721. {/block:Quote}
  722.  
  723. {block:Link}
  724. <div class="linktitle"><a href="{URL}" {Target}><i class="ion-ios-upload-outline"></i> {Name}</a></div>
  725. {block:Description}
  726. {Description}
  727. {/block:Description}
  728. {block:indexpage}
  729. <div style="margin-bottom:10px; margin-top:5px margin-left:50%; width:30px; height:1px; background:#eee;"></div>
  730. <div class="permalink">
  731. {NoteCount} /
  732. <a href="{Permalink}">{timeago}</a>
  733. </div>
  734. {/block:indexpage}
  735. {/block:Link}
  736.  
  737. {block:Chat}
  738. {block:Title}
  739. <div class="title">{Title}</div>
  740. {/block:Title}
  741. <div class="chat">
  742. <ol>{block:Lines}
  743. <li class="line {Alt}">
  744. {block:Label}
  745. <span class="label">
  746. {Label}</span>
  747. {/block:Label}{Line}</li>
  748. {/block:Lines}
  749. </ol></div>
  750. {block:indexpage}
  751. <div style="margin-bottom:10px; margin-top:5px margin-left:50%; width:30px; height:1px; background:#eee;"></div>
  752. <div class="permalink">
  753. {NoteCount} /
  754. <a href="{Permalink}">{timeago}</a>
  755. </div>
  756. {/block:indexpage}
  757. {/block:Chat}
  758.  
  759. {block:Audio}
  760. <div class="audio">
  761. <div class="playbox"><div class="playbutton">{block:AudioPlayer}{AudioPlayerBlack}{/block:AudioPlayer}</div></div>
  762. <div class="cover" style="border:1px solid #eee"><img src="http://static.tumblr.com/p3mk1pa/RbRo5nkq7/record-player-icon.png"/ ></div>
  763. {block:AlbumArt}<div class="cover" style="height:230px; background:black; margin-top:-252px"><img src="{AlbumArtURL}"/ ></div>{/block:AlbumArt}
  764. {block:Artist}<div class="artist">Artist: {Artist}</div>{/block:Artist}
  765. {block:TrackName}<div class="trackname">Title: {TrackName}</div>{/block:TrackName}
  766. {block:indexpage}
  767. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
  768. {/block:indexpage}
  769. </div>
  770. {block:indexpage}
  771. <div style="margin-bottom:10px; margin-top:5px margin-left:50%; width:30px; height:1px; background:#eee;"></div>
  772. <div class="permalink">
  773. {NoteCount} /
  774. <a href="{Permalink}">{timeago}</a>
  775. </div>
  776. {/block:indexpage}
  777. {/block:Audio}
  778.  
  779. {block:Video}
  780. <div class="video" style="display:block;">{Video-500}</div>
  781. {block:indexpage}
  782. <div style="margin-bottom:10px; margin-top:5px margin-left:50%; width:30px; height:1px; background:#eee;"></div>
  783. <div class="permalink">
  784. {NoteCount} /
  785. <a href="{Permalink}">{timeago}</a>
  786. </div>
  787. {/block:indexpage}
  788. {/block:Video}
  789.  
  790. {block:Answer}
  791. <div class="as">{Asker}</div>
  792. <div class="q">{Question}</div>
  793. <div class="triangle"></div>
  794. <div class="askerimg"><img src="{AskerPortraitURL-40}"></div>
  795. <div class="name">{Name} answered:</div>
  796. <div class="a">{Answer}</div>
  797. {block:indexpage}
  798. <div style="margin-bottom:10px; margin-top:5px margin-left:50%; width:30px; height:1px; background:#eee;"></div>
  799. <div class="permalink">
  800. {NoteCount} /
  801. <a href="{Permalink}">{timeago}</a>
  802. </div>
  803. {/block:indexpage}
  804. {/block:Answer}
  805.  
  806. {block:permalinkpage}
  807. {block:caption}<div class="cap">{caption}</div>{/block:caption}
  808. <div class="permapage">
  809. {block:Date}<span class="label"><i class="fa fa-clock-o"></i> Posted:</span> {DayOfWeek} {Month} {DayOfMonth}{DayOfMonthSuffix} {Year} at {12Hour}:{Minutes} {AmPm} {/block:Date}<br>
  810. {block:NoteCount}<span class="label"><i class="fa fa-share-alt"></i> Notes:</span> {NoteCount}<br>{/block:NoteCount}
  811. {block:RebloggedFrom}<span class="label"><i class="fa fa-retweet"></i> Reblogged from:</span> <a href="{ReblogParentURL}">{ReblogParentName}</a><br><span class="label"><i class="fa fa-location-arrow"></i> Source:</span> <a href="{ReblogRootURL}">{ReblogRootName}</a>{/block:RebloggedFrom}
  812. {block:HasTags}<div id="tags"><span class="label"><i class="fa fa-tags"></i> Tags:</span>
  813. {block:Tags}
  814. <a href="{TagURL}">#{Tag} </a>
  815. {/block:Tags}
  816. </div>
  817. {/block:HasTags}
  818. </div>
  819.  
  820. {block:PostNotes}
  821. {PostNotes-64}
  822. {/block:PostNotes}
  823. {/block:permalinkpage}
  824.  
  825. </div>
  826. {/block:Posts}
  827. </div>
  828.  
  829. <div class="pagination">
  830. {block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">previous</a> &middot;{/block:PreviousPage} {block:NextPage}<a href="{NextPage}" id="next">next</a>{/block:NextPage}{/block:Pagination}
  831. </div>
  832.  
  833. <!-- infinite scroll -->
  834. <script src="//cdnjs.cloudflare.com/ajax/libs/jquery-infinitescroll/2.0b2.120519/jquery.infinitescroll.min.js"></script>
  835. <script src="//cdnjs.cloudflare.com/ajax/libs/masonry/3.1.2/masonry.pkgd.js"></script>
  836. <script src="//cdnjs.cloudflare.com/ajax/libs/jquery.imagesloaded/3.0.4/jquery.imagesloaded.min.js"></script>
  837. <script src="https://static.tumblr.com/qudkd6d/Az6nkemqr/pxuphotoset.min.js"></script>
  838. <link href="https://static.tumblr.com/qudkd6d/OcDnl99gb/style.css" rel="stylesheet" type="text/css"/>
  839.  
  840. <script>
  841. $(document).ready(function(){
  842. $('.photo-slideshow').pxuPhotoset({
  843. lightbox: true,
  844. rounded: false,
  845. gutter: '1px',
  846. borderRadius: '0px',
  847. photoset: '.photo-slideshow',
  848. photoWrap: '.photo-data',
  849. photo: '.pxu-photo'
  850. });
  851. });
  852.  
  853. (function() {
  854. var $container = $('#entry');
  855. $container.imagesLoaded(function(){
  856. $container.masonry({
  857. itemSelector: '.posts, .posts_photo',
  858. gutter: 75
  859. });
  860. });
  861.  
  862. $container.infinitescroll({
  863. navSelector: ".pagination",
  864. nextSelector : ".pagination a",
  865. itemSelector : ".posts, .posts_photo",
  866.  
  867. loading: {
  868. finishedMsg: 'No more pages to load.'
  869. }
  870. },
  871.  
  872.  
  873. function( newElements ) {
  874. var $newElems = $( newElements ).css({ opacity: 0 });
  875. $newElems.imagesLoaded(function(){
  876. $newElems.animate({ opacity: 1 });
  877. $container.masonry( 'appended', $newElems, true );
  878. });
  879. $( newElements ).find('.photo-slideshow').pxuPhotoset({
  880. lightbox: true,
  881. rounded: false,
  882. borderRadius: '0px',
  883. gutter: '1px',
  884. photoset: '.photo-slideshow',
  885. photoWrap: '.photo-data',
  886. photo: '.pxu-photo'
  887. });
  888. resizeVideos();
  889. });
  890. })()
  891. </script>
  892. <!-- infinite scroll end -->
  893.  
  894. <!-- resize video -->
  895. <script src ="//static.tumblr.com/fwgzvyf/Oj1o08f6h/shythemes.vr.js"></script>
  896. <!-- resize video end -->
  897.  
  898. <!-- fonts -->
  899. <link rel="stylesheet" href="https://code.ionicframework.com/ionicons/2.0.1/css/ionicons.min.css">
  900.  
  901. <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.6.1/css/font-awesome.min.css">
  902.  
  903. <link href='https://fonts.googleapis.com/css?family=Roboto:900' rel='stylesheet' type='text/css'>
  904.  
  905. <link href='https://fonts.googleapis.com/css?family=Open+Sans:400,300' rel='stylesheet' type='text/css'>
  906.  
  907. <!-- emoji fix -->
  908. <script src="https://cdnjs.cloudflare.com/ajax/libs/twemoji/2.0.5/twemoji.min.js"></script>
  909. <script src="http://static.tumblr.com/lxn1yld/MHfnxce9x/emoji.js"></script>
  910. <!-- emoji end -->
  911. <!-- fonts end -->
  912.  
  913. <!-- DO NOT REMOVE THIS -->
  914. <div class="credit" title="seedfawn"><a href="http://seedfawn.tumblr.com">sf</a></div>
  915. <!-- DO NOT REMOVE THIS -->
  916. </body>
  917. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement