Advertisement
williamhiddles

THEME 17 [2]

Sep 21st, 2019
615
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 21.35 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <head>
  3.  
  4. <!-----------base code by clumhood
  5. ADAPTED BY @ SOLDIERWINTER
  6.  
  7. all the credits > soldierwinter.tumblr.com/themecredits
  8. ------------>
  9.  
  10. <title>{Title}</title>
  11. <link rel="shortcut icon" href="{Favicon}">
  12. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  13. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  14.  
  15.  
  16. <!--------DEFAULT VARIABLES-------->
  17.  
  18. <meta name="color:background" content="#ffffff"/>
  19. <meta name="color:text" content="#333333"/>
  20. <meta name="color:links" content="#5b5b5b"/>
  21. <meta name="color:links hover" content="#c9c9c9"/>
  22. <meta name="color:scrollbar bg" content="#ffffff"/>
  23. <meta name="color:scrollbar" content="#eeeeee">
  24. <meta name="color:accent" content="#000000"/>
  25. <meta name="color:underlines" content="#000000"/>
  26. <meta name="color:bold" content="#333333"/>
  27.  
  28. <meta name="image:sidebar image" content=""/>
  29. <meta name="image:background image" content=""/>
  30.  
  31. <meta name="text:link 1 title" content="link">
  32. <meta name="text:link 1 url" content=" ">
  33. <meta name="text:link 2 title" content="link">
  34. <meta name="text:link 2 url" content=" ">
  35. <meta name="text:link 3 title" content="link">
  36. <meta name="text:link 3 url" content=" ">
  37.  
  38. <meta name="if:show link 1" content="1" />
  39. <meta name="if:show link 2" content="1" />
  40. <meta name="if:show link 3" content="1" />
  41. <meta name="if:show sidebar image" content="1" />
  42. <meta name="if:show side title" content="1" />
  43.  
  44.  
  45. <!----------------SCRIPTS---------------->
  46. <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
  47. <script src="//ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
  48. <script src ="//static.tumblr.com/fwgzvyf/Oj1o08f6h/shythemes.vr.js"></script>
  49. <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css">
  50. <link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.0.9/css/all.css" integrity="sha384-5SOiIsAziJl6AWe0HWRKTXlfcSHKmYV4RBF18PPJ173Kzn7jzMyFuTtk8JA7QQG1" crossorigin="anonymous">
  51. <link href="//dl.dropbox.com/s/50g6fbds3rh4m0j/saturnicons.css" rel="stylesheet">
  52. <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  53. <script src="https://cdnjs.cloudflare.com/ajax/libs/smoothscroll/1.4.1/SmoothScroll.min.js"></script>
  54. <link href="https://static.tumblr.com/5omyijl/bzrn2yg7i/style-my-tooltips.css" rel="stylesheet" type="text/css" />
  55. <script src="https://static.tumblr.com/5omyijl/RZtn2yg9v/jquery.style-my-tooltips.js"></script>
  56. <script>
  57. (function($){
  58. $(document).ready(function(){
  59. $("[title]").style_my_tooltips({
  60. tip_follows_cursor:true,
  61. tip_delay_time:200,
  62. tip_fade_speed:300
  63. });
  64. });
  65. })(jQuery);
  66. </script>
  67.  
  68. <script>// video resizing script by shythemes
  69. $(document).ready(function(){
  70. resizeVideos();
  71. });
  72. function resizeVideos() {
  73. $('.video:not(.resized) iframe:not(.tumblr_video_iframe)').each(function(){
  74. var vw = $(this).width();
  75. var vh = $(this).height();
  76. var scale = $(this).parents('.video').width() / vw;
  77. $(this).attr({
  78. width: Math.floor($(this).attr('width') * scale),
  79. height: Math.floor($(this).attr('height') * scale)
  80. });
  81. $(this).parents('.video').addClass('resized');
  82. });
  83. $('.video:not(.resized) .tumblr_video_iframe').each(function(){
  84. var vw = $(this).width();
  85. var vh = $(this).height();
  86. var scale = $(this).parents('.video').width() / vw;
  87. $(this).css({
  88. 'transform': 'scale(' + scale + ')',
  89. 'margin': vh * (scale - 1) / 2 + 'px ' + vw * (scale - 1) / 2 + 'px'
  90. });
  91. $(this).parents('.tumblr_video_container').css({
  92. width: Math.floor(vw * ( scale + 1 ) / 2),
  93. height: Math.floor(vh * ( scale + 1 ) / 2)
  94. });
  95. $(this).parents('.video').addClass('resized');
  96. });
  97. }
  98.  
  99. </script>
  100.  
  101. <script src="https://ajax.googleapis.com/ajax/libs/jquery/1/jquery.js"></script>
  102. <script>
  103. /* questions? ask oddhour.tumblr.com */
  104. /* Script edited by arianagrandes.tumblr.com, all credits goes to oddhour */
  105. var updatePhotosetCss = "<style id='updatePhotosetStyle'> .photoset .photoset_row img { display: block; } .photoset .photoset_row.photoset_row_1 img { max-width: 540px; } .photoset .photoset_row.photoset_row_2 img { max-width: 268px; } .photoset .photoset_row.photoset_row_3 img { max-width: 178px; } .photoset .photoset_row .photoset_photo { margin-left: 2px; } .photoset .photoset_row { text-align: center; width: 540px; } .photoset { width: 540px; }</style>";
  106. function updatePhotoset() {
  107.  
  108. $(".photoset:not(.540-resized)").each( function (i, e) {
  109. if($(this.contentDocument).find("#updatePhotosetStyle").size() <= 0)
  110. $(this.contentDocument).find("head").append(updatePhotosetCss);
  111. var photoset = $(this.contentDocument).find(".photoset");
  112. var photosetRows = photoset.find(".photoset_row");
  113. photoset.find(".photoset_photo")
  114. .each(function () {
  115. var hiResSrc = $(this).attr("href");
  116. var img = $(this).find('img');
  117. img.attr("src", hiResSrc );
  118. img.attr("style", "");
  119. });
  120. photosetRows.attr("style", "").css("margin-bottom", "-8px");
  121. photoset.attr("style","");
  122. photoset.addClass("540-resized");
  123. $(this).height($(this.contentDocument.body).height());
  124. });
  125. }
  126.  
  127. updatePhotoset();
  128.  
  129. var photosetTimer = setInterval(updatePhotoset, 1500);
  130. $(window).on('load', function () { setTimeout(function() {clearInterval(photosetTimer)}, 2000); })
  131. </script>
  132. <!-------------------------------------------------------------------->
  133.  
  134.  
  135. <!------------------------UNNEST SCRIPT--------------------->
  136. <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
  137. </script><script src="https://static.tumblr.com/wgg6svp/I8Yobwo15/unnest.min.js"></script>
  138. <script>
  139. $(function(){ $('.posts').unnest({
  140. yourCaption: ".caption",
  141. wrapName: ".cap",
  142. newCaptionUsername: true,
  143. originalPostCaptionUsername: false,
  144. tumblrAvatars: true,
  145. tumblrAvatarClass: ".icon",
  146. usernameColon: false
  147. }); }); </script>
  148. <!------------------------TOOLTIPS SCRIPT--------------------->
  149.  
  150. <link href="https://fonts.googleapis.com/css?family=Roboto:400,400i,700,700i" rel="stylesheet">
  151. <link href="https://fonts.googleapis.com/css?family=Raleway:400,400i,700,700i" rel="stylesheet">
  152. <link href="https://fonts.googleapis.com/css?family=Open+Sans:400,400i,700,700i" rel="stylesheet">
  153. <link href="https://fonts.googleapis.com/css?family=Oxygen:300,400,700&display=swap" rel="stylesheet">
  154. <style type="text/css">
  155.  
  156. ul {
  157. list-style: none;
  158. }
  159.  
  160. ul li:before {
  161. content: "━ ";
  162. font-size:13px;
  163. color:{color:links hover};
  164.  
  165. }
  166.  
  167. /*----------tooltips---------*/
  168.  
  169. #s-m-t-tooltip {
  170. max-width:300px;
  171. margin:15px;
  172. padding:3px;
  173. border:1px solid #eeeeee;
  174. border-radius:0px;
  175. background:#ffffff;
  176. color:{color:text};
  177. z-index:999999;
  178. font-size:10px;
  179. font-style:none;
  180. font-weight:bold;
  181. letter-spacing:1px;
  182. font-family:'Oxygen', sans-serif;
  183. text-transform:normal;
  184. box-shadow:1px 1px 3px rgba(0,0,0,.0);
  185. -webkit-transition:all 0.3s;
  186. -moz-transition:all 0.3s;
  187. -ms-transition:all 0.3s;
  188. -o-transition:all 0.3s;
  189. transition:all 0.3s;
  190. }
  191.  
  192. /*----------SCROLLBAR---------*/
  193.  
  194. ::-webkit-scrollbar {
  195. background-color: {color:scrollbar bg};
  196. height:5px;
  197. width:3px;
  198. }
  199.  
  200. ::-webkit-scrollbar-thumb:vertical {
  201. background-color:{color:scrollbar};
  202. height:50px;
  203. }
  204.  
  205. ::-webkit-scrollbar-thumb:horizontal {
  206. background-color:{color:scrollbar bg};
  207. height:5px;
  208. }
  209.  
  210. /*----------unnest---------*/
  211.  
  212. .tumblr_blog {
  213. display:block;
  214. vertical-align:middle; /* this is to center the url to the height of the icon */
  215. line-height:20px; /* change this to the height of the icon */
  216. margin-bottom:5px;
  217. font-family: 'Oxygen', sans-serif;
  218. font-size:12px;
  219. text-transform:lowercase;
  220. font-weight:bold!important;
  221. color:{color:links};
  222. }
  223.  
  224. .tumblr_blog a:hover {
  225. text-decoration:underline;
  226. color:{color:links};
  227. }
  228.  
  229. .icon {
  230. width:23px; /* size of the icon */
  231. height:23px; /* size of the icon */
  232. margin-right:10px; /* space between icon and url */
  233. display:inline-block;
  234. float:left;
  235. border-radius:30px; /* change to 100% for circular icon */
  236. }
  237.  
  238. .cap {
  239. margin-left:0px;
  240. width:540px;
  241. }
  242.  
  243. .cap blockquote {
  244. width:540px;
  245. margin-left:0px;
  246. }
  247.  
  248. /*----------BASICS---------*/
  249.  
  250. body {
  251. background:{color:background} url({image:background image}) repeat right top fixed;
  252. color:{color:text};
  253. font-family: 'Roboto', sans-serif;
  254. line-height:15px;
  255. font-size:11px;
  256. margin:100px auto;
  257. text-align:left;
  258. padding-left:250px;
  259. width:540px;
  260. }
  261.  
  262. blockquote {
  263. padding-left:10px;
  264. border-left:1px solid;
  265. border-color:#eeeeee;
  266. margin:10px;
  267. }
  268.  
  269. a {
  270. color:{color:links};
  271. text-decoration:none;
  272. }
  273.  
  274. u {
  275. text-decoration:underline;
  276. }
  277.  
  278. a:hover {
  279. text-decoration:none;
  280. color: {color:links hover};
  281. -webkit-transition:all 0.5s;
  282. -moz-transition:all 0.5s;
  283. -ms-transition:all 0.5s;
  284. -o-transition:all 0.5s;
  285. transition:all 0.5s;
  286. }
  287.  
  288. img {
  289. opacity:1;
  290. text-decoration:none;
  291. }
  292.  
  293. small {
  294. font-size:10px;
  295. font-weight:none;
  296. }
  297.  
  298. h1 {
  299. font-size:15px;
  300. font-weight:bold;
  301. }
  302.  
  303. /*----------SELECTION---------*/
  304.  
  305. ::-moz-selection {
  306. color: {color:background};
  307. background: {color:accent};
  308. }
  309.  
  310. ::selection {
  311. color: {color:background};
  312. background: {color:accent};
  313. }
  314.  
  315. /*----------SIDEBAR---------*/
  316.  
  317. .sidebar {
  318. position:fixed;
  319. top:125px;
  320. width:268px;
  321. margin-left:-375px;
  322. margin-top:0px;
  323. height:100%;
  324. }
  325.  
  326. .sidebarimage {
  327. width:268px;
  328. }
  329.  
  330. .title {
  331. font-size:15px;
  332. text-align:left;
  333. text-transform:lowercase;
  334. font-family: 'Oxygen', sans-serif;
  335. font-weight:bold;
  336. letter-spacing:2px;
  337. color:{color:links};
  338. margin-top:10px;
  339. padding: 5px;
  340. width:263px;
  341.  
  342. }
  343.  
  344. .title a:hover {
  345. color:{color:links hover};
  346. }
  347.  
  348.  
  349. .description {
  350. width:263px;
  351. text-align:justify;
  352. font-family: 'Roboto', sans-serif;
  353. font-size:12px;
  354. margin-top:5px;
  355. }
  356.  
  357. .links {
  358. margin-top:-5px;
  359. text-align:left;
  360. font-size:12px;
  361. width:263px;
  362. text-transform:uppercase;
  363. font-family: 'Open Sans', sans-serif;
  364. font-weight:bold;
  365. line-height:1.2em;
  366. color:{color:links};
  367. }
  368.  
  369. .links a {
  370. display:inline-block;
  371. padding:3px;
  372. font-size:12px;
  373. color:{color:links};
  374. letter-spacing:0px;
  375. border-bottom:0px solid #eee;
  376. }
  377.  
  378. .links a:hover {
  379. font-size:12px;
  380. padding:3px;
  381. color:{color:links hover};
  382. text-decoration:none;
  383. letter-spacing:0px;
  384.  
  385. }
  386.  
  387. /*----------ICONS---------*/
  388.  
  389. .sf-heart-o { /*heart next to the notes*/
  390. font-size:8px;
  391. }
  392.  
  393. /*----------PAGINATION---------*/
  394.  
  395.  
  396. .pagination {
  397. padding:20px;
  398. margin-top:10px;
  399. margin-left:auto;
  400. margin-right:auto;
  401. font-size:20px;
  402. font-family: 'Oxygen', sans-serif;
  403. text-align:center;
  404. font-weight:bold;
  405. letter-spacing:1px;
  406. }
  407.  
  408. .pagination a {
  409. box-shadow: {color:underlines} 0 -3px inset;
  410. }
  411.  
  412. /*----------POSTS---------*/
  413.  
  414. .entries {
  415. margin-left:580px;
  416. margin-top:50px;
  417. width:540px;
  418. margin:50px 0px;
  419. }
  420.  
  421. .posts {
  422. width:540px;
  423. margin-bottom:80px;
  424. position:relative;
  425. padding:10px;
  426. }
  427.  
  428. .oddhour-high-res { width: 540px; text-align: center; }
  429. .oddhour-high-res img { max-width: 100%; }
  430.  
  431. /*----------lightbox---------*/
  432. .vignette, #vignette {
  433. opacity:0;
  434. }
  435. .lightbox-image, #tumblr_lightbox img {
  436. box-shadow:none !important;
  437. border-radius:0 !important;
  438. max-width:none;
  439. }
  440. .tmblr-lightbox, #tumblr_lightbox {
  441. background-color:rgba(238, 238, 238, 1) !important;
  442. }
  443. /*----------quotes---------*/
  444.  
  445. .quote {
  446. text-transform:uppercase;
  447. font-size:14px;
  448. font-weight:bold;
  449. text-align:center;
  450. }
  451.  
  452. .quotesource {
  453. text-align:center;
  454. margin-top:10px;
  455. }
  456.  
  457. /*----------CHAT---------*/
  458.  
  459. .chat {
  460. line-height:150%;
  461. list-style:none;
  462. }
  463.  
  464. .line.odd {
  465. padding:10px;
  466. background:#f8f8f8;
  467. }
  468.  
  469. .line.even {
  470. padding:10px;
  471. }
  472.  
  473. .label {
  474. text-transform:uppercase;
  475. font-size:10px;
  476. letter-spacing:1px;
  477. font-weight:bold;
  478. }
  479.  
  480. /*----------AUDIO---------*/
  481.  
  482. .cover {
  483. position:relative;
  484. z-index:1;
  485. width:78px;
  486. height:78px;
  487. padding:10px;
  488. float:left;
  489. }
  490.  
  491. .cover img {
  492. width:73px;
  493. height:73px;
  494. float:left;
  495.  
  496. }
  497.  
  498. .playerbutton {
  499. position:relative;
  500. width:30px;
  501. height:35px;
  502. overflow:hidden;
  503. }
  504.  
  505. .playerbuttonhug {
  506. position: absolute;
  507. top:-7px;
  508. left:2px;
  509. }
  510.  
  511. .tumblr_audio_player {
  512. height:50px;
  513. width:500px;
  514. }
  515.  
  516. .playerbuttonbg {
  517. position:absolute;
  518. width:35px;
  519. height:35px;
  520. background-color:#e4e4e4;
  521. padding:10px;
  522. }
  523.  
  524. .trackdetails {
  525. width:auto;
  526. display:inline-block;
  527. margin-left:70px;
  528. font-size:10px;
  529. letter-spacing:1px;
  530. text-transform:lowercase;
  531. padding:5px;
  532. line-height:15px;
  533. }
  534.  
  535. .audiowrapper {
  536. position:relative;
  537. display:inline-block;
  538. }
  539.  
  540. .spotify_audio_player {
  541.  
  542. height: 80px !important;
  543.  
  544. }
  545.  
  546. /*----------questions---------*/
  547.  
  548. .question {
  549. padding:10px;
  550. text-align:justify;
  551. border:3px solid transparent;
  552. }
  553.  
  554. .asker {width:540px; margin-bottom:5px; padding-left:10px; padding:5px; text-align:justify; font-family: 'Oxygen', sans-serif; text-transform:Normal; color:{color:accent};
  555.  
  556. }
  557.  
  558. .askericon {
  559. position:relative;
  560. }
  561.  
  562. .askericon img {
  563. border: solid 1px #eee;
  564. padding: 5px;
  565. z-index:999!important;
  566. }
  567.  
  568. .answer {
  569. padding:10px;
  570. margin-left:5px;
  571. margin-right:5px;
  572. float: left;
  573. margin-top:-15px;
  574. width:475px;
  575. }
  576.  
  577.  
  578. /*----------INFO---------*/
  579.  
  580. .info {
  581. padding:10px;
  582. font-family: 'Oxygen', sans-serif;
  583. font-size:11px;
  584. font-weight:400;
  585. color:{color:text};
  586. text-transform:lowercase;
  587. border-top:1px solid #eee;
  588. margin-top:25px;
  589. }
  590.  
  591. .info a:hover {
  592. color:{color:text};
  593.  
  594. }
  595.  
  596.  
  597. .tags {
  598. margin-left:10px;
  599. margin-top:-5px;
  600. font-size:11px;
  601. font-family: 'Roboto', sans-serif;
  602. letter-spacing:0px;
  603. font-style:normal;
  604. text-transform:lowercase;
  605. }
  606.  
  607. .tags a {
  608. margin-right:10px;
  609. letter-spacing:0px;
  610. }
  611. .tags a:hover {
  612. color:{color:links hover};
  613. }
  614. /*----------POST NOTES---------*/
  615.  
  616. ol.notes {
  617. padding:0px;
  618. margin:25px 0px 0px -10px;
  619. list-style-type:none;
  620. overflow:scroll;
  621. height:350px;
  622. }
  623.  
  624. ol.notes li.note {
  625. padding:10px;
  626. }
  627.  
  628. ol.notes li.note img.avatar {
  629. vertical-align:-4px;
  630. margin-right:10px;
  631. width:15px;
  632. height:15px;
  633. border-radius:50px;
  634. }
  635.  
  636. ol.notes li.note span.action {
  637. font-weight:none;
  638. }
  639.  
  640. ol.notes li.note .answer_content {
  641. font-weight:normal;
  642. }
  643.  
  644. ol.notes li.note blockquote {
  645. padding:4px 10px;
  646. margin:10px 0px 0px 25px;
  647. }
  648.  
  649. ol.notes li.note blockquote a {
  650. text-decoration:none;
  651. }
  652.  
  653.  
  654. /*----------credit---------*/
  655.  
  656. .credit {
  657. font-size:11px;
  658. position:fixed;
  659. font-weight:bold;
  660. border:1px solid #eeeeee;
  661. bottom:7px;
  662. right:15px;
  663. z-index:10;
  664. text-align:right;
  665. letter-spacing:1px;
  666. padding:2px;
  667. }
  668.  
  669. .credit a {
  670. color:{color:links};
  671. text-decoration:none;
  672. }
  673.  
  674. .credit a:hover {
  675. color:{color:accent};
  676. text-decoration:none;
  677. cursor:help;
  678. }
  679.  
  680. /*----------tumblr controls---------*/
  681. iframe.tmblr-iframe {
  682. z-index:99999999999999!important;
  683. top:0!important;
  684. right:0!important;
  685. opacity:0.4;
  686. /* delete invert(1) from here */
  687. filter:invert(1) contrast(150%);
  688. -webkit-filter:invert(1) contrast(150%);
  689. -o-filter:invert(1) contrast(150%);
  690. -moz-filter:invert(1) contrast(150%);
  691. -ms-filter:invert(1) contrast(150%);
  692. /* to here if your blog has a dark background */
  693. transform:scale(0.65);
  694. transform-origin:100% 0;
  695. -webkit-transform:scale(0.65);
  696. -webkit-transform-origin:100% 0;
  697. -o-transform:scale(0.65);
  698. -o-transform-origin:100% 0;
  699. -moz-transform:scale(0.65);
  700. -moz-transform-origin:100% 0;
  701. -ms-transform:scale(0.65);
  702. -ms-transform-origin:100% 0;}
  703.  
  704. iframe.tmblr-iframe:hover {
  705. opacity:0.6!important;}
  706.  
  707. </style>
  708. </head>
  709.  
  710. <body>
  711. <div class="credit">
  712. <a title="theme by soldierwinter" href="https://soldierwinter.tumblr.com/" target="_blank"><i class="far fa-star" aria-hidden="true"></i></a></div>
  713.  
  714. <div class="sidebar">
  715. {block:IfShowSidebarImage}
  716. <div class="sidebarimage"><a href="/" title="{Title}"><img src="{image:sidebar image}"></a></div>
  717. {/block:IfShowSidebarImage}
  718.  
  719. {block:IfShowSideTitle}
  720. <div class="title"><a href="/" title="refresh">{Title}</a></div>
  721. {/block:IfShowSideTitle}
  722.  
  723. <div class="description">{Description}</div><br>
  724.  
  725. <div class="links">
  726. <div class="home"><a href="/">home</a></div>
  727. <div class="ask"><a href="/ask">ask</a></div>
  728. {block:IfShowLink1}
  729. <div class="link1"><a href="{text:link 1 url}">{text:link 1 title}</a></div>
  730. {/block:IfShowLink1}
  731.  
  732. {block:IfShowLink2}
  733. <div class="link2"><a href="{text:link 2 url}">{text:link 2 title}</a></div>
  734. {/block:IfShowLink2}
  735.  
  736. {block:IfShowLink3}
  737. <div class="link3"><a href="{text:link 3 url}">{text:link 3 title}</a></div>
  738. {/block:IfShowLink3}
  739. </div></center>
  740.  
  741. </div>
  742.  
  743. <div class="entries">
  744. {block:Posts}
  745. <div class="posts">
  746.  
  747. {block:Text}
  748. <h1>{block:Title}{Title}{/block:Title}</h1>
  749. <div class="caption">
  750. {Body}
  751. </div>
  752. {/block:Text}
  753.  
  754.  
  755. {block:Photo}
  756. {LinkOpenTag}<div class="oddhour-high-res">
  757. <a href="#" onclick="Tumblr.Lightbox.init([{ width: {PhotoWidth-HighRes}, height: {PhotoHeight-HighRes}, low_res: '{PhotoURL-500}', high_res: '{PhotoURL-HighRes}' }]); $('body').toggleClass('tumblr_lightbox_active'); return false"><img src="{PhotoURL-HighRes}"></a></div>{LinkCloseTag}
  758. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
  759. {/block:Photo}
  760.  
  761.  
  762. {block:Photoset}
  763. <div class="media">{photoset}</div>
  764. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
  765. {/block:Photoset}
  766.  
  767.  
  768. {block:Quote}
  769. <div class="quote">"{Quote}"</div>
  770. {block:Source}<div class="quotesource"> — {Source}</div>
  771. {/block:Source}{/block:Quote}
  772.  
  773.  
  774. {block:Link}
  775. <h1><a href="{URL}" {Target}>{Name}</a></h1>
  776. {block:Description}{Description}{/block:Description}
  777. {/block:Link}
  778.  
  779.  
  780. {block:Chat}
  781. {block:Title}<h1>{Title}</h1>{/block:Title} <div class="chat"> {block:Lines} <li class="line {Alt}"> {block:Label} <span class="label"> {Label}</span> {/block:Label}{Line}</li> {/block:Lines}</div>
  782. {/block:Chat}
  783.  
  784.  
  785. {block:Audio}
  786. {block:AlbumArt}<img src="{AlbumArtURL}" width="78px" height="78px" align="left" style="margin-right:10px" />{/block:AlbumArt}
  787. {block:AudioPlayer}
  788. <div class="audiowrapper">
  789. <div class="playerbuttonbg">
  790. <div class="playerbutton">
  791. <div class="playerbuttonhug">
  792. {AudioPlayerGrey}
  793. </div></div></div>
  794.  
  795. <div class="trackdetails">
  796. {block:TrackName}<b>TRACK:</b> {TrackName}{/block:TrackName}<br>
  797.  
  798. {block:Artist}<b>ARTIST:</b> {Artist}{/block:Artist}<br>
  799.  
  800. <b>PLAYS:</b> {FormattedPlayCount}</div></div>
  801. {/block:AudioPlayer}
  802.  
  803. {block:Caption}
  804. <div class="caption">{Caption}</div>
  805. {/block:Caption}
  806. {/block:Audio}
  807.  
  808.  
  809. {block:Video}
  810. {Video-500}
  811. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
  812. {/block:Video}
  813.  
  814.  
  815. {block:Answer}
  816. <div class="askericon"><img align="left" src="{AskerPortraitURL-30}"style="border-radius:10px;"></div> <div id="question" style="width:500px;font-style:bold;padding:3px"> <b>{Asker}</b> said: {Question}</div> <br><br>
  817. <div class="caption">
  818. {Answer}
  819. </div>
  820. {/block:Answer}
  821.  
  822.  
  823. <div class="info">
  824. {block:Date}<a href="{Permalink}" title="{TimeAgo}"><font style="font-weight:bold; color:{color:bold}">{Month} {DayOfMonth}</font></a>
  825.  
  826. &nbsp;&nbsp;
  827. <font style="font-size:11px; font-family:'Open Sans',sans-serif"><a href="{Permalink}"> {NoteCount}</a> <font style= "color:{color:accent}"><span class="sf sf-heart-o"></span></font></font>
  828. &nbsp;&nbsp;
  829.  
  830. <a href="{ReblogURL}" target="_blank" class="details"><i class="fas fa-retweet" aria-hidden="true"></i></a>
  831.  
  832.  
  833. <font style="float:right">
  834. {block:RebloggedFrom}
  835. <a href="{ReblogParentURL}" title="via: {ReblogParentName}"><img style="border-radius:50%" src="{ReblogParentPortraitURL-16}"></a>
  836. {block:ContentSource}
  837. <a href="{ReblogRootURL}" "{ReblogRootName}" title="source: {ReblogRootName}"> <img style="border-radius:50%" src="{ReblogRootPortraitURL-16}"></a>
  838. {/block:ContentSource}
  839. {/block:RebloggedFrom}
  840.  
  841. </font style>
  842.  
  843.  
  844. </div>
  845.  
  846.  
  847. {block:HasTags}
  848. <div class="tags">
  849. {block:Tags}
  850. <a href="{TagURL}">{Tag}</a>
  851. {/block:Tags}
  852. </div>
  853. {/block:HasTags}
  854.  
  855. </div> {/block:Date}
  856.  
  857.  
  858. {block:PostNotes}
  859. {PostNotes}
  860. {/block:PostNotes}
  861.  
  862. {/block:Posts}
  863.  
  864. <div class="pagination">
  865. {block:Pagination}
  866. {block:PreviousPage}
  867. <a style="float:left;" href="{PreviousPage}">previous</a>
  868. {/block:PreviousPage}
  869.  
  870. {block:NextPage}
  871. <a style="float:right;" href="{NextPage}">next</a>
  872. {/block:NextPage}
  873. {/block:Pagination}
  874. </div>
  875.  
  876. {block:ContentSource}
  877. <!---{SourceURL}{block:SourceLogo}<img src=”{BlackLogoURL}”
  878. width=”{LogoWidth}” height=”{LogoHeight}” alt=”{SourceTitle}” />
  879. {/block:SourceLogo}
  880. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} --->
  881. {/block:ContentSource}{block:ReblogParent}{/block:ReblogParent}
  882.  
  883. </body>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement