Advertisement
williamhiddles

THEME 15

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