Advertisement
userbru

theme twenty three.

Feb 14th, 2022 (edited)
2,326
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 40.45 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html xmlns="https://www.w3.org/1999/xhtml">
  3. <head>
  4. <title>{Title}</title>
  5. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  6. <link rel="shortcut icon" href="{Favicon}">
  7. {block:Description}
  8. <meta name="description" content="{MetaDescription}">
  9. {/block:Description}
  10. <!--BOXICONS -->
  11. <link href='https://unpkg.com/boxicons@2.1.1/css/boxicons.min.css' rel='stylesheet'>
  12. <meta name="viewport" content="width=device-width, initial-scale=1">
  13.  
  14. <link rel="preconnect" href="https://fonts.googleapis.com">
  15. <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
  16. <link href="https://fonts.googleapis.com/css2?family=Poppins:wght@400;600&display=swap" rel="stylesheet">
  17. <!--
  18.  
  19. base code by userbru
  20.  
  21. icons by feathericons, cappuccicons, font-awesome, boxicons
  22. tooltips by tippy
  23. NPF fix by glenthemes
  24. responsive side menu by codinglabs
  25. fade in/out by cory laviska
  26. scroll to top by paulund
  27. animated link by tobias sahlin
  28. not found page by fukuo
  29. search box by glenthemes
  30. popup box by odeysseus
  31.  
  32. -->
  33.  
  34. <meta name="color:Background" content="#fff">
  35. <meta name="color:Posts" content="#fff">
  36. <meta name="color:Text" content="#3f3f3f">
  37. <meta name="color:Borders" content="#f1f1f1">
  38. <meta name="color:Links" content="#333">
  39. <meta name="color:Hover" content="#999">
  40. <meta name="color:Ask Background" content="#dbcefe">
  41. <meta name="color:Select Text" content="#f1f1f1"/>
  42. <meta name="color:Custom Scrollbar" content="#333"/>
  43. <meta name="color:Gradient 1 Tooltips" content="#ffb3b3"/>
  44. <meta name="color:Gradient 2 Tooltips" content="#ffdada"/>
  45. <meta name="color:gradient 1 underline" content="#9e90c3"/>
  46. <meta name="color:gradient 2 underline" content="#c3909c"/>
  47. <meta name="color:Not Found Gradient BG 1" content="#d2c1fe"/>
  48. <meta name="color:Not Found Gradient BG 2" content="#8172aa"/>
  49. <meta name="color:Not Found Text" content="#000"/>
  50. <meta name="color:Not Found Link" content="#ffccd8"/>
  51. <meta name="color:Tumblr Control Toggle" content=""/>
  52.  
  53. <meta name="image:Sidebar Image" content=""/>
  54.  
  55. <meta name="if:Sidebar Image" content="1" />
  56.  
  57. <meta name="text:Desktop Description" content=""/>
  58. <meta name="text:Pop Up" content=""/>
  59. <meta name="text:Home Title" content="Home"/>
  60. <meta name="text:Ask Title" content="Ask"/>
  61. <meta name="text:Link 1 Url" content="/"/>
  62. <meta name="text:Link 1 Title" content="One"/>
  63. <meta name="text:Link 2 Url" content="/"/>
  64. <meta name="text:Link 2 Title" content="Two"/>
  65. <meta name="text:Link 3 Url" content="/"/>
  66. <meta name="text:Link 3 Title" content="Three"/>
  67.  
  68. <!-- SCRIPTS -->
  69.  
  70. <script type="text/javascript">
  71. if(location.href=='https://{name}.tumblr.com/ask') location.replace('https://{name}.tumblr.com/msg');;
  72. </script>
  73.  
  74. <script src="//ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script>
  75.  
  76. <!--
  77. NPF IMAGES READJUSTMENT | @glenthemes
  78. v2.0 [last updated: 2021-06-03]
  79. -->
  80. <link href="//glen-npf-2020.glitch.me/npf-override.css" rel="stylesheet">
  81. <script src="//glen-npf-2020.glitch.me/npf-evenize.js"></script>
  82.  
  83. <style type="text/css">
  84. :root {
  85. --NPF-Image-Spacing:4px;
  86. --NPF-Bottom-Gap-From-Captions:1em;
  87. }
  88. </style>
  89.  
  90. <script type="text/javascript" src="https://static.tumblr.com/iuggpng/bGqm4yfv9/jquery-1.7.2.js"></script>
  91.  
  92. <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.9.0/css/all.css"></link>
  93. <script src="//pull.cappuccicons.com/cpf.js"></script>
  94. <link href="https://static.tumblr.com/5omyijl/bzrn2yg7i/style-my-tooltips.css" rel="stylesheet" type="text/css" />
  95.  
  96. <script src="https://static.tumblr.com/5omyijl/RZtn2yg9v/jquery.style-my-tooltips.js"></script> <script> (function($){ $(document).ready(function(){ $("[title]").style_my_tooltips({ tip_follows_cursor:true, tip_delay_time:200, tip_fade_speed:300 }); }); })(jQuery); </script>
  97.  
  98. <script src="https://unpkg.com/feather-icons"></script>
  99. <script src="https://unpkg.com/phosphor-icons"></script>
  100.  
  101. <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script><script>
  102. $(document).ready(function(){
  103. $('.click,.fade').click(function() {
  104. $('#pop').fadeToggle();
  105. });
  106. });
  107. </script>
  108.  
  109.  
  110. <style type="text/css">
  111.  
  112.  
  113. /*-------------------------------------------------------------------------*/
  114.  
  115.  
  116. /*GENERAL SECTION */
  117.  
  118.  
  119. /* TOOLTIPS */
  120. .tippy-tooltip.gradient-theme {
  121. background-image:linear-gradient(to right, {color:gradient 1 tooltips}, {color:gradient 2 tooltips});
  122. color:var(--boxes);
  123. text-align:center;
  124. font-family:'Public Sans', sans-serif;
  125. font-weight:bold;
  126. text-transform:uppercase;
  127. letter-spacing:1px;
  128. font-size:0.90em;
  129. box-shadow: 7px 7px 7px -9px rgba(000,000,000, 0.45);}
  130.  
  131. .tippy-tooltip.gradient-theme .tippy-svg-arrow {
  132. fill:var(--text);}
  133.  
  134.  
  135. /* ----- TUMBLR CONTROLS ---- */
  136.  
  137.  
  138. iframe.tmblr-iframe {
  139. z-index:99999999999999!important;
  140. top: 15px!important;
  141. right: 15px!important;
  142. opacity:0;
  143. color:white!important;
  144. padding-right:38px;
  145. -webkit-transform:scale(0.75);
  146. -ms-transform:scale(0.75);
  147. transform:scale(0.75);
  148. -webkit-transform-origin:100% 0;
  149. -ms-transform-origin:100% 0;
  150. transform-origin:100% 0;
  151.  
  152. cursor: pointer;
  153. }
  154. iframe.tmblr-iframe:hover {
  155. opacity:1!important;
  156. }
  157. .tumblrcontrols {
  158. position:fixed;
  159. top:23px;
  160. right:15px;
  161. z-index:999999999;
  162. cursor: pointer;
  163. color:{color:Tumblr Control Toggle};
  164. }
  165.  
  166.  
  167. .tumblrcontrols:hover {
  168. stroke: var(--bodyLinkHoverColor);
  169. }
  170.  
  171.  
  172.  
  173. /*END OF GENERAL: TUMBLR CONTROLS */
  174.  
  175. /*GENERAL: SCROLLBAR */
  176.  
  177. ::-webkit-scrollbar {
  178. width:12px;
  179. height:12px;
  180. background:{color:background};
  181. }
  182.  
  183. ::-webkit-scrollbar-thumb {
  184. background:{color:custom scrollbar};
  185. }
  186. ::-webkit-scrollbar,::-webkit-scrollbar-thumb {
  187. border:5px solid {color:background};
  188. }
  189.  
  190.  
  191. /*END OF GENERAL: SCROLLBAR */
  192.  
  193. /*GENERAL: SELECTION */
  194.  
  195. ::selection {
  196. background: {color:select text};
  197. color: {color:text};
  198. }
  199.  
  200. ::-moz-selection {
  201. background: {color:select text};
  202. color: {color:text};
  203. }
  204.  
  205. /*END OF GENERAL: SELECT */
  206.  
  207.  
  208. /* SIDE MENU */
  209. :root{
  210. /* ===== Colors ===== */
  211. --body-color: #E4E9F7;
  212. --sidemenu-color: #FFF;
  213. --primary-color:#9e90c3;
  214. --primary-color-light: #F6F5FF;
  215. --toggle-color: #DDD;
  216. --text-color: #707070;
  217.  
  218. /* ====== Transition ====== */
  219. --tran-03: all 0.2s ease;
  220. --tran-03: all 0.3s ease;
  221. --tran-04: all 0.3s ease;
  222. --tran-05: all 0.3s ease;
  223. }
  224.  
  225.  
  226. /*GENERAL: STYLING */
  227.  
  228.  
  229. body {
  230. font-size:12px;
  231. font-family:'Poppins', sans-serif;
  232. text-align:justify;
  233. margin:0;
  234. line-height:1.5em;
  235. -moz-osx-font-smoothing:grayscale;
  236. -webkit-font-smoothing:antialiased;
  237. font-smoothing:antialiased;
  238. color:{color:text};
  239. background:{color:background};
  240. min-height: 100vh;
  241. opacity: 1;
  242. transition: 1s opacity;
  243.  
  244.  
  245. }
  246.  
  247. body.fade-out {
  248. opacity: 0;
  249. transition: none;
  250. }
  251.  
  252. html {
  253. background-color: {color:background};
  254. }
  255.  
  256.  
  257. #s-m-t-tooltip {
  258. font-size:12px;
  259. font-family:'Poppins', sans-serif;
  260. max-width:300px;
  261. background:{color:posts};
  262. margin:10px;
  263. padding:5px;
  264. border:0px;
  265. border-radius:0px;
  266. color:{color:text};
  267. z-index:999999;
  268. font-style:none;
  269. box-shadow: 0px 0px 0px rgba(0,0,0,.1);
  270. text-transform:lowercase;
  271. }
  272.  
  273. a {
  274. color:{color:links};
  275. text-decoration:none;
  276. position:relative;
  277. cursor:pointer;
  278. -webkit-transition:all 0.2s;
  279. -moz-transition:all 0.2s;
  280. -ms-transition:all 0.2s;
  281. -o-transition:all 0.2s;
  282. transition:all 0.2s;
  283. }
  284.  
  285. a:hover {
  286. text-decoration:none;
  287. color:{color:hover};
  288. -webkit-transition:all 0.2s;
  289. -moz-transition:all 0.2s;
  290. -ms-transition:all 0.2s;
  291. -o-transition:all 0.2s;
  292. transition:all 0.2s;
  293. }
  294.  
  295.  
  296. a::before {
  297. content: "";
  298. position: absolute;
  299. display: block;
  300. width: 100%;
  301. height: 2px;
  302. bottom: 0;
  303. left: 0;
  304. background-image:linear-gradient(to right, {color:gradient 1 underline}, {color:gradient 2 underline});
  305. transform: scaleX(0);
  306. transition: transform 0.3s ease;
  307. }
  308.  
  309. a:hover::before {
  310. transform: scaleX(1);
  311. }
  312.  
  313. .credit {
  314. position:fixed;
  315. bottom:35px;
  316. right:45px;
  317. z-index:10;
  318. }
  319.  
  320. .credit a {
  321. color:{color:links};
  322. }
  323.  
  324. .credit a:hover {
  325. color:{color:hover};
  326. }
  327.  
  328. small, sub, sup {
  329. font-size:12px;
  330. }
  331.  
  332. b, 700, strong {
  333. color:{color:links};
  334. }
  335.  
  336. .entry h1 {
  337. font-size:18px!important;
  338. }
  339.  
  340. pre {
  341. font-size:12px;
  342. font-family:'Poppins', sans-serif;
  343. }
  344.  
  345. blockquote {
  346. display:block;
  347. margin:0;
  348. margin-left:5px;
  349. margin-right:5px;
  350. padding-left:10px;
  351. border-left:1px #f1f1f1 solid;
  352. }
  353.  
  354. blockquote blockquote {
  355. border:none;
  356. padding:0;
  357. margin:0;
  358. }
  359.  
  360. img {
  361. border:0;
  362. max-width:100%;
  363. height:auto;
  364. margin-left:0px;
  365. }
  366.  
  367. hr {
  368. margin:1em 0;
  369. border:0;
  370. height:1px;
  371. -moz-box-sizing:border-box;
  372. box-sizing:border-box;
  373. background-color:{color:borders};
  374. }
  375.  
  376. ol {
  377. margin-left:-25px;
  378. list-style-type:circle;
  379. }
  380.  
  381. ul {
  382. margin-left:-25px;
  383. list-style-type:circle;
  384. }
  385.  
  386. li {
  387. list-style-type:circle;
  388.  
  389. }
  390.  
  391. /*END OF GENERAL: STYLING */
  392.  
  393. /*GENERAL: CONTAINERS */
  394.  
  395. .main {
  396. margin:150px auto;
  397. padding-left:300px;
  398. width:540px;
  399. }
  400.  
  401. .asidecontainer {
  402. position:fixed;
  403. height:100%;
  404. margin-left:-380px;
  405. }
  406.  
  407. /*END OF GENERAL: CONTAINERS */
  408.  
  409. /* --- FEATHERICONS ----*/
  410.  
  411. .feather {
  412. width:23px;
  413. }
  414.  
  415.  
  416.  
  417. /*END OF GENERAL SECTION */
  418.  
  419.  
  420. /*-------------------------------------------------------------------------*/
  421.  
  422.  
  423. /*SIDEBAR SECTION */
  424.  
  425.  
  426. /*SIDEBAR: GENERAL */
  427.  
  428. aside {
  429. width:250px;
  430. height:auto;
  431. border-radius:10%;
  432. padding:10px;
  433. margin-left:0px;
  434. top: {text:post margin}px;
  435. text-align:Center;
  436. position:fixed;
  437. overflow:hidden;
  438. background:{color:posts};
  439. }
  440.  
  441. /*END OF SIDEBAR: GENERAL */
  442.  
  443. /*SIDEBAR: IMAGE */
  444.  
  445. aside img {
  446. width:100px;
  447. float:center;
  448. border-radius:100%;
  449. }
  450.  
  451. /*END OF SIDEBAR: IMAGE */
  452.  
  453. /*SIDEBAR: TITLE*/
  454.  
  455. aside h1 {
  456. margin-top:10px;
  457. }
  458.  
  459. /*END OF SIDEBAR: TITLE*/
  460.  
  461. /*SIDEBAR: DESCRIPTION */
  462.  
  463. .description {
  464. color:{color:text}!important;
  465. }
  466.  
  467. /*END OF SIDEBAR: DESCRIPTION */
  468.  
  469. /*SIDEBAR: NAVIGATION */
  470.  
  471. nav {
  472. overflow:visible;
  473. margin-top:8px;
  474. }
  475.  
  476. nav a {
  477. display:inline-block;
  478. color:{color:links};
  479. margin-bottom:3px;
  480. margin-right:5px;
  481. font-weight:600;
  482. }
  483.  
  484. nav a:hover {
  485. color:{color:hover};
  486. }
  487.  
  488. /*END OF SIDEBAR: NAVIGATION */
  489.  
  490.  
  491. /*END OF SIDEBAR SECTION */
  492.  
  493.  
  494. /*-------------------------------------------------------------------------*/
  495.  
  496.  
  497. /*POSTS SECTION */
  498.  
  499.  
  500. /*POSTS: GENERAL */
  501.  
  502. .content {
  503. margin:0px 0px;
  504. }
  505.  
  506. .entry {
  507. width:580px;
  508. margin-bottom:150px;
  509. background:{color:posts};
  510. padding:10px;
  511. border-radius:2px 2px 2px 2px;
  512.  
  513. }
  514.  
  515. .entry 700, b, strong {
  516. color:{color:links};
  517. }
  518.  
  519. .entry:last-child {
  520. margin-bottom:0;
  521. }
  522.  
  523. .post {
  524. margin:0px 0px 0px 0px;
  525. width:540px;
  526. position:relative;
  527. padding:20px;
  528. }
  529.  
  530. .text:last-child, .text *:last-child {
  531. margin-bottom:0px;
  532. }
  533.  
  534. .vignette, #vignette {
  535. opacity:0;
  536. }
  537.  
  538. .lightbox-image, #tumblr_lightbox img {
  539. box-shadow:none !important;
  540. border-radius:0px !important;
  541. max-width:none;
  542. }
  543. .tmblr-lightbox, #tumblr_lightbox {
  544. background-color:rgba(255,255,255,.75) !important;
  545. }
  546.  
  547. /*END OF POSTS: GENERAL */
  548.  
  549. /*POSTS: CAPTIONS */
  550.  
  551. .caption {
  552. width:540px;
  553. margin-top:10px;
  554. padding:0px;
  555. margin-bottom:0px;
  556. border:0;
  557. text-align:justify;
  558. }
  559.  
  560. .caption blockquote {
  561. max-width:540px;
  562. font-weight:normal;
  563. border:0;
  564. margin:0px 0px 7px 0px;
  565. padding:0;
  566. }
  567.  
  568. .caption blockquote:last-child {
  569. margin:0px;
  570. }
  571.  
  572. .caption p {
  573. padding:0;
  574. margin:0;
  575. }
  576.  
  577. .caps blockquote {
  578. max-width:540px;
  579. margin:10px 0px 10px 0px;
  580. font-weight:normal;
  581. border-left:1px solid {color:borders};
  582. padding-left:10px;
  583. padding-right:10px;
  584. }
  585.  
  586. .caps a.tumblr_blog {
  587. background:linear-gradient(to right, {color:gradient 1 tooltips}, {color:gradient 2 tooltips});
  588. padding:5px;
  589. padding-bottom:5px;
  590. border-radius:1px 10px 10px 10px;
  591. border-bottom:0;
  592. text-overflow:ellipsis;
  593. vertical-align:middle;
  594. font-weight: 600;
  595. text-transform:uppercase;
  596. color:{color:text}!important;
  597. -webkit-transition:all 0.2s;
  598. -moz-transition:all 0.2s;
  599. -ms-transition:all 0.2s;
  600. -o-transition:all 0.2s;
  601. transition:all 0.2s;
  602. margin-top:0px;
  603. margin-bottom:15px;
  604. line-height:30px!important;
  605. }
  606.  
  607. .caps a.tumblr_blog:hover {
  608. color:{color:hover}!important;
  609. text-decoration:none!important;
  610. -webkit-transition:all 0.2s;
  611. -moz-transition:all 0.2s;
  612. -ms-transition:all 0.2s;
  613. -o-transition:all 0.2s;
  614. transition:all 0.2s;
  615. }
  616.  
  617. .caps a.tumblr_blog::before {
  618. content: "";
  619. position: absolute;
  620. display: block;
  621. width: 100%;
  622. height: 0px;
  623. bottom: 0;
  624. left: 0;
  625. background-image:linear-gradient(to right, {color:gradient 1 underline}, {color:gradient 2 underline});
  626. transform: scaleX(0);
  627. transition: transform 0.3s ease;
  628. }
  629.  
  630. .caps .ic{
  631. width:18px;
  632. height:18px;
  633. border-radius:100%;
  634. margin-right:10px;
  635. display:inline-block;
  636. float:left;
  637. background:transparent;
  638. text-align:left;
  639. padding:0;
  640. margin-left:0;
  641. margin-top:0;
  642. }
  643.  
  644. .caps {
  645. margin:0px 0px 0px 0px;
  646. padding:0;
  647. border-left:0;
  648. }
  649.  
  650. .caps p {
  651. margin:5px 0 5px 0;
  652. font-weight:normal;
  653. padding:0;
  654. border-left:0;
  655. }
  656.  
  657. .caps p:last-child {
  658. margin:5px 0 0 0;
  659. }
  660.  
  661. .caps b {
  662. color:{color:links};
  663. font-weight:400;
  664. }
  665.  
  666. .caps hr {
  667. margin:0;
  668. border:0;
  669. }
  670.  
  671. .caps img {
  672. margin-top:10px;
  673. max-width:100%;
  674. display:inline-block;
  675. }
  676.  
  677. /*END OF POSTS: CAPTIONS */
  678.  
  679. /*POSTS: ASKS */
  680.  
  681. .askerbg {
  682.  
  683. padding: 0px;
  684. border-radius: 100px;
  685.  
  686. }
  687.  
  688.  
  689. .askerbg img {
  690. border-radius:100px!important;
  691.  
  692. }
  693.  
  694. .question {
  695.  
  696. width: auto;
  697. font-family: 'Poppins', sans-serif;
  698. margin-top: 10px;
  699. margin-bottom:20px;
  700. color:{color:text};
  701. padding: 10px;
  702. border-radius: 7px;
  703. background:{color:Ask Background};
  704.  
  705. }
  706.  
  707.  
  708. /*END OF POSTS: ASKS */
  709.  
  710. /*POSTS: STYLES */
  711.  
  712. .chat {
  713. list-style-type:none;
  714. margin-bottom:10px;
  715. }
  716.  
  717. .chat .label {
  718. line-height:1.5em;
  719. }
  720.  
  721. .quote {
  722. margin-bottom:5px;
  723. }
  724.  
  725. .source {
  726. }
  727.  
  728. .media {
  729. position:relative;
  730. display:inline-block;
  731. width:100%;
  732. }
  733.  
  734. .media img {
  735. position:relative;
  736. display:inline-block;
  737. width:540px!important;
  738. }
  739.  
  740. .media a {
  741. background-image: none!important;
  742. }
  743.  
  744. .media a::before {
  745. content: "";
  746. position: absolute;
  747. display: block;
  748. width: 100%;
  749. height: 0px!important;
  750. bottom: 0;
  751. left: 0;
  752. background-image:linear-gradient(to right, {color:gradient 1 underline}, {color:gradient 2 underline});
  753. transform: scaleX(0);
  754. transition: transform 0.3s ease;
  755. }
  756.  
  757. a:hover::before {
  758. transform: scaleX(1);
  759. }
  760.  
  761. /*END OF POSTS: STYLES */
  762.  
  763. /*END OF POSTS SECTION /*
  764.  
  765.  
  766. /*-------------------------------------------------------------------------*/
  767.  
  768.  
  769. /*POST INFO SECTION */
  770.  
  771.  
  772. /*POST INFO: BOTTOM */
  773.  
  774. .postinfo {
  775. margin-left:10px;
  776. margin-right:10px;
  777. text-align:left;
  778. font-family: 'Roboto', sans-serif;
  779. background:transparent;
  780. line-height:1.5em!important;
  781. padding-bottom:10px;
  782. }
  783.  
  784. .postinfo b {
  785. }
  786.  
  787. .postinfo a {
  788. display:inline-block;
  789. height:14px;
  790. line-height:10px;
  791. background-size: 0px 0px!important;
  792. }
  793.  
  794. .postinfo i {
  795. font-style: normal;
  796. }
  797.  
  798. .postinfo a:hover {
  799. color:{color:hover};
  800. padding:0px!important;
  801.  
  802. }
  803.  
  804. .postinfo p {
  805. margin-top:-10px!important;
  806. }
  807.  
  808. .like-b {
  809. position:relative;
  810. display:inline-block;
  811. vertical-align:middle;
  812. float:right;
  813. height:1em;
  814. line-height:1em;
  815. overflow:hidden;
  816. margin-bottom:0px;
  817.  
  818. }
  819.  
  820. .like-b .like_button iframe {
  821. position:absolute;
  822. top:0;
  823. left:0;
  824. bottom:0;
  825. right:0;
  826. z-index:2;
  827. opacity:0;
  828. }
  829.  
  830. .like-b .liked + .b {
  831. color:inherit;
  832. }
  833.  
  834. .like-b .liked + .b:after {
  835. content:'d';
  836. color:{Links};
  837. }
  838.  
  839. .tags {
  840. color:{color:links}!important;
  841. word-break:break-word;
  842. text-transform:lowercase;
  843. opacity:1;
  844. font-family:'Poppins', sans-serif!important;
  845. font-size:12px!important;
  846. -webkit-transition: all 0.7s ease;
  847. transition: all 0.7s ease;
  848. -moz-transition: all 0.7s ease;
  849. -o-transition: all 0.7s ease;
  850. text-align:left;
  851. border-top:1px solid {color:Borders};
  852. padding-top:10px;
  853. }
  854.  
  855. .tags a {
  856. font-style:none;
  857. margin-right:2px;
  858. }
  859.  
  860. .tags a:hover {
  861. text-decoration:none;
  862. }
  863.  
  864. .tags a:after { content:","; } .tags a:last-child:after { content:"."; }
  865. }
  866.  
  867. /*END OF POST INFO: BOTTOM */
  868.  
  869. /*POST INFO: PERMALINK */
  870.  
  871.  
  872. ol.notes {
  873. list-style-type:none!important;
  874. font-style:normal;
  875. margin-top:-137px;
  876. margin-left:0px;
  877. width:540px;
  878. }
  879.  
  880. li.note {
  881. margin:10px 0 10px 0;
  882. padding:0;
  883. font-style:normal;
  884. width:540px;
  885. list-style-type:none!important;
  886. }
  887.  
  888. li.note:before {
  889. content:"";
  890. padding:0;
  891. list-style-type:none!important;
  892. }
  893.  
  894. .more_notes_link, .notes_loading {
  895. float:center;
  896. text-align:center!important;
  897. text-transform:lowercase!important;
  898. font-weight:400!important;
  899. }
  900.  
  901. .notes img {
  902. display:none!important;
  903. }
  904.  
  905. .notes {
  906. background-color:{color:posts};
  907. margin-right:0px;
  908. margin-left:0px;
  909. width:580px;
  910. padding:10px;
  911. margin-top:-100px;
  912. }
  913.  
  914. ol.notes li.note blockquote {
  915. border:0;
  916. padding:0px 0px;
  917. margin:0px 0 0 0px;
  918. list-style-type:none!important;
  919. }
  920.  
  921.  
  922. /*END OF POST INFO: PERMALINK */
  923.  
  924.  
  925. /*END OF POST INFO SECTION */
  926.  
  927.  
  928. /*-------------------------------------------------------------------------*/
  929.  
  930.  
  931. /*PAGINATION SECTION */
  932.  
  933.  
  934. /*PAGINATION: GENERAL */
  935.  
  936. .pagi {
  937. margin-top:20px;
  938. text-align:center;
  939. font-size:14px;
  940. margin-left:10px;
  941. padding-top:20px;
  942. width:540px;
  943. }
  944.  
  945. .pagi a {
  946. color:{color:links};
  947. }
  948.  
  949. .pagi a:hover {
  950. color:{color:hover};
  951. }
  952.  
  953. /*END OF PAGINATION: GENERAL */
  954.  
  955.  
  956. /*END OF PAGINATION SECTION */
  957.  
  958.  
  959. /*-------------------------------------------------------------------------*/
  960.  
  961.  
  962.  
  963. /*--- side menu --*/
  964.  
  965. .sidemenu{
  966. position: fixed;
  967. top: -10px;
  968. left: 0;
  969. height: 100%;
  970. width: 250px;
  971. padding: 10px 14px;
  972. background: var(--sidemenu-color);
  973. transition: var(--tran-05);
  974. z-index: 100;
  975. }
  976. .sidemenu.close{
  977. width: 70px;
  978. }
  979.  
  980. /* ===== Reusable code - Here ===== */
  981. .sidemenu li{
  982. height: 50px;
  983. list-style: none;
  984. display: flex;
  985. align-items: center;
  986. margin-top: 10px;
  987. }
  988.  
  989. .sidemenu header .image,
  990. .sidemenu .icon{
  991. min-width: 60px;
  992. border-radius: 6px;
  993. }
  994.  
  995. .sidemenu .icon{
  996. min-width: 60px;
  997. border-radius: 6px;
  998. height: 100%;
  999. display: flex;
  1000. align-items: center;
  1001. justify-content: center;
  1002. font-size: 20px;
  1003. }
  1004.  
  1005. .sidemenu .text,
  1006. .sidemenu .icon{
  1007. color: var(--text-color);
  1008. transition: var(--tran-03);
  1009. }
  1010.  
  1011. .sidemenu .text{
  1012. font-size: 17px;
  1013. font-weight: 500;
  1014. white-space: nowrap;
  1015. opacity: 1;
  1016. }
  1017. .sidemenu.close .text{
  1018. opacity: 0;
  1019. }
  1020. /* =========================== */
  1021.  
  1022. .sidemenu header{
  1023. position: relative;
  1024. }
  1025.  
  1026. .sidemenu header .image-text{
  1027. display: flex;
  1028. align-items: center;
  1029. margin-top:10px;
  1030. }
  1031. .sidemenu header .logo-text{
  1032. display: flex;
  1033. flex-direction: column;
  1034. }
  1035. header .image-text .title {
  1036. margin-top: 2px;
  1037. font-size: 15px;
  1038. font-weight: 600;
  1039. }
  1040.  
  1041. header .image-text .user {
  1042. font-size: 13px;
  1043. margin-top: -2px;
  1044. display: block;
  1045. }
  1046.  
  1047. .sidemenu header .image{
  1048. display: flex;
  1049. align-items: center;
  1050. justify-content: center;
  1051. }
  1052.  
  1053. .sidemenu header .image img{
  1054. width: 40px;
  1055. border-radius: 6px;
  1056. }
  1057.  
  1058. .sidemenu header .toggle{
  1059. position: absolute;
  1060. top: 50%;
  1061. right: -25px;
  1062. transform: translateY(-50%) rotate(180deg);
  1063. height: 25px;
  1064. width: 25px;
  1065. background-color: var(--primary-color);
  1066. color: var(--sidemenu-color);
  1067. border-radius: 50%;
  1068. display: flex;
  1069. align-items: center;
  1070. justify-content: center;
  1071. font-size: 22px;
  1072. cursor: pointer;
  1073. transition: var(--tran-05);
  1074. }
  1075.  
  1076. .sidemenu.close .toggle{
  1077. transform: translateY(-50%) rotate(0deg);
  1078. }
  1079.  
  1080. .sidemenu .menu{
  1081. margin-top: 40px;
  1082. }
  1083.  
  1084. .sidemenu li.search-box{
  1085. border-radius: 6px;
  1086. background-color: var(--primary-color-light);
  1087. cursor: pointer;
  1088. transition: var(--tran-05);
  1089. }
  1090.  
  1091. .sidemenu li.search-box input{
  1092. height: 100%;
  1093. width: 100%;
  1094. outline: none;
  1095. border: none;
  1096. background-color: var(--primary-color-light);
  1097. color: var(--text-color);
  1098. border-radius: 6px;
  1099. font-size: 17px;
  1100. font-weight: 500;
  1101. transition: var(--tran-05);
  1102. }
  1103. .sidemenu li a{
  1104. list-style: none;
  1105. height: 100%;
  1106. background-color: transparent;
  1107. display: flex;
  1108. align-items: center;
  1109. height: 100%;
  1110. width: 100%;
  1111. border-radius: 6px;
  1112. text-decoration: none;
  1113. transition: var(--tran-03);
  1114. }
  1115.  
  1116. .sidemenu li a:hover{
  1117. background-color: var(--primary-color);
  1118. }
  1119. .sidemenu li a:hover .icon,
  1120. .sidemenu li a:hover .text{
  1121. color: var(--sidemenu-color);
  1122. }
  1123.  
  1124.  
  1125. .sidemenu li a::before {
  1126. content: "";
  1127. position: absolute;
  1128. display: block;
  1129. width: 100%;
  1130. height: 0px;
  1131. bottom: 0;
  1132. left: 0;
  1133. background-image:linear-gradient(to right, {color:gradient 1 underline}, {color:gradient 2 underline});
  1134. transform: scaleX(0);
  1135. transition: transform 0.3s ease;
  1136. }
  1137.  
  1138. .sidemenu .menu-bar{
  1139. height: calc(100% - 55px);
  1140. display: flex;
  1141. flex-direction: column;
  1142. justify-content: space-between;
  1143. overflow-y: scroll;
  1144. }
  1145. .menu-bar::-webkit-scrollbar{
  1146. display: none;
  1147. }
  1148. .sidemenu .menu-bar .mode{
  1149. border-radius: 6px;
  1150. background-color: var(--primary-color-light);
  1151. position: relative;
  1152. transition: var(--tran-05);
  1153. }
  1154.  
  1155. .menu-bar .mode .sun-moon{
  1156. height: 50px;
  1157. width: 60px;
  1158. }
  1159.  
  1160. .mode .sun-moon i{
  1161. position: absolute;
  1162. }
  1163. .mode .sun-moon i.sun{
  1164. opacity: 0;
  1165. }
  1166.  
  1167.  
  1168. .menu-bar .bottom-content .toggle-switch{
  1169. position: absolute;
  1170. right: 0;
  1171. top:-20px;
  1172. height: 100%;
  1173. min-width: 60px;
  1174. display: flex;
  1175. align-items: center;
  1176. justify-content: center;
  1177. border-radius: 6px;
  1178. cursor: pointer;
  1179. }
  1180. .toggle-switch .switch{
  1181. position: relative;
  1182. height: 22px;
  1183. width: 40px;
  1184. border-radius: 25px;
  1185. background-color: var(--toggle-color);
  1186. transition: var(--tran-05);
  1187. }
  1188.  
  1189. .switch::before{
  1190. content: '';
  1191. position: absolute;
  1192. height: 15px;
  1193. width: 15px;
  1194. border-radius: 50%;
  1195. top: 50%;
  1196. left: 5px;
  1197. transform: translateY(-50%);
  1198. background-color: var(--sidemenu-color);
  1199. transition: var(--tran-04);
  1200. }
  1201.  
  1202.  
  1203. .home{
  1204. position: absolute;
  1205. top: 0;
  1206. top: 0;
  1207. left: 250px;
  1208. height: 100vh;
  1209. width: calc(100% - 250px);
  1210. background-color: var(--body-color);
  1211. transition: var(--tran-05);
  1212. }
  1213. .home .text{
  1214. font-size: 30px;
  1215. font-weight: 500;
  1216. color: var(--text-color);
  1217. padding: 12px 60px;
  1218. }
  1219.  
  1220. .sidemenu.close ~ .home{
  1221. left: 78px;
  1222. height: 100vh;
  1223. width: calc(100% - 78px);
  1224. }
  1225.  
  1226.  
  1227.  
  1228. /* POP UP SEARCH */
  1229.  
  1230. .click { cursor:help } /* for question mark cursor on hover */
  1231.  
  1232. #pop {
  1233. width:100%;
  1234. height:100%;
  1235. top:0;left:0;
  1236. position:fixed;
  1237. z-index:999;
  1238. background:rgba(255,255,255,.9); /* background of popup. adjust the .9 for the opacity of the background (1 will be solid white, .5 will be semi transparent, etc.) */
  1239. display:none;
  1240. }
  1241. .fade {
  1242. top:0;
  1243. left:0;
  1244. position:fixed;
  1245. z-index:1000;
  1246. width:100%;
  1247. height:100%;
  1248. }
  1249.  
  1250. .popup {
  1251. top:50%;
  1252. left:50%;
  1253. font-family:'Lora', sans-serif;
  1254. text-transform:lowercase;
  1255. font-weight:400;
  1256. color:{color:Text}!important;
  1257. transform:translate(-50%,-50%);
  1258. position:fixed;
  1259. background:#fff; /* background of popup box */
  1260. padding:20px; /* padding of popup box */
  1261. z-index:10000;
  1262. width:800px!important;
  1263. height:650px;/* width of popup */
  1264. border:1px solid #eee; /* popup border */
  1265. }
  1266.  
  1267. .popup a {
  1268. background:none!important;
  1269. padding:0px!important;
  1270. color:{color:Links}!important;
  1271. text-transform:none!important;
  1272. }
  1273.  
  1274. /* SEARCH BOX */
  1275.  
  1276. #searchblock {
  1277. top:0;
  1278. left:0;
  1279. margin-top:50px;
  1280. margin-left:50px;
  1281. height:0px;
  1282. }
  1283.  
  1284. .typing, .typing::placeholder, #searchentries, #searchentries a, .enter {
  1285. padding:5px;
  1286. text-transform:uppercase;
  1287. letter-spacing:0.5px;
  1288. color:#999;
  1289. font-size:12px;
  1290. background-color:#fff;
  1291. width:200px;
  1292. }
  1293.  
  1294. .typing, #searchentries {
  1295. width:500px;
  1296. border-radius:3px 3px 3px 3px;
  1297. }
  1298.  
  1299. .typing {
  1300. margin-bottom:0px;
  1301. outline:none;
  1302. border:0px solid transparent;
  1303. }
  1304.  
  1305. .typing::placeholder {
  1306. padding:0px;!important;
  1307. }
  1308.  
  1309. #searchentries {
  1310. display:inline-block;
  1311. background-color:#fff!important;
  1312. padding:10px;
  1313. font-family:'Poppins', sans-serif!important;
  1314. font-weight:600!important;
  1315. }
  1316.  
  1317. #searchentries a {
  1318. display:block;
  1319. padding:10px;
  1320. padding:0px!important;
  1321. width:150px;
  1322. background-size:0px 0px!important;
  1323. text-align:center;
  1324. }
  1325.  
  1326. #searchentries a:hover {
  1327. background:none!important;
  1328. padding:0px 0px 0px!important;
  1329. text-transform:normal!important;
  1330. width:150px;
  1331. background-size:0px 0px!important;
  1332. padding:10px;
  1333. }
  1334.  
  1335.  
  1336. #search a::before {
  1337. content: "";
  1338. position: absolute;
  1339. display:inline-block;
  1340. width: 100%;
  1341. height: 0px;
  1342. bottom: 0;
  1343. left: 0;
  1344. background-image:linear-gradient(to right, {color:gradient 1 underline}, {color:gradient 2 underline});
  1345. transform: scaleX(0);
  1346. transition: transform 0.3s ease;
  1347. }
  1348.  
  1349. a:hover::before {
  1350. transform: scaleX(1);
  1351. }
  1352.  
  1353. .enter {
  1354. margin-left:4px;
  1355. margin-bottom:0px;
  1356. outline:none;
  1357. border:0px solid transparent;
  1358. cursor:pointer;
  1359. }
  1360.  
  1361.  
  1362.  
  1363. /* ----------- NOT FOUND PAGE ---------*/
  1364.  
  1365. .wrapper_notfound {
  1366. position: fixed;
  1367. visibility:hidden;
  1368. left: 0px;
  1369. top: 0px;
  1370. width: 100%;
  1371. height: 100%;
  1372. background-image:linear-gradient(to right, {color:Not Found Gradient BG 1}, {color:Not Found Gradient BG 2});
  1373. z-index: 999999999999;
  1374. }
  1375.  
  1376. .actual_notfound {
  1377. position: absolute;
  1378. color:{color:Not Found Text};
  1379. left:50%;
  1380. top:50%;
  1381. font-family:'Poppins', sans-serif;
  1382. transform:translate(-50%, -50%);
  1383. width:calc(600px + 0.25vw);
  1384. font-size:calc(22px + 0.25vw);
  1385. line-height:170%;
  1386. text-align: center;
  1387. }
  1388.  
  1389. .actual_notfound a {
  1390. color:{color:Not Found Link};
  1391. text-decoration: none;
  1392. }
  1393.  
  1394. .actual_notfound::selection {
  1395. color:{color:select background};
  1396. }
  1397.  
  1398. /*-----*/
  1399.  
  1400.  
  1401. /*-- MASONRY NAV --*/
  1402.  
  1403. .masonry-navigation {
  1404. width: 100%;
  1405. border-bottom: 1px solid #e2e2e2;
  1406. margin-bottom:15px;
  1407. }
  1408.  
  1409. .masonry-navigation:last-child {
  1410. border:none;
  1411. }
  1412.  
  1413. .masonry-navigation-item.one-column {
  1414. width: 100%;
  1415. padding: 0 5px;
  1416. margin-bottom: 10px;
  1417. }
  1418.  
  1419. .masonry-navigation-item.one-column ul {
  1420. display: flex;
  1421. flex-wrap: wrap;
  1422. margin: 0;
  1423. padding: 0;
  1424. }
  1425.  
  1426. /* if you have any problem with one colum lists (ul li) you edit here */
  1427. .masonry-navigation-item.one-column ul li {
  1428. margin: 4px 15px;
  1429. padding: 0;
  1430. }
  1431.  
  1432. /* if they don't display two columns correctly, try to decrease the value on width: 240px */
  1433. .masonry-navigation-item.two-columns {
  1434. width: 240px;
  1435. padding: 0 5px;
  1436. margin-bottom: 10px;
  1437. }
  1438.  
  1439. /* if they don't display three columns correctly, try to decrease the value on width: 160px */
  1440. .masonry-navigation-item.three-columns {
  1441. width: 160px;
  1442. padding: 0 5px;
  1443. margin-bottom: 10px;
  1444. }
  1445.  
  1446. /* edit height: 215px to adjust the box height if you add the class scroll in the html */
  1447. .masonry-navigation-item.scroll {
  1448. height:215px;
  1449. overflow-y: scroll;
  1450. }
  1451.  
  1452. </style></head>
  1453.  
  1454. <body>
  1455.  
  1456. <script>
  1457. document.body.classList.add('fade-out');
  1458. window.addEventListener('DOMContentLoaded', () => {
  1459. document.body.classList.remove('fade-out');
  1460. });
  1461.  
  1462. </script>
  1463.  
  1464.  
  1465. <nav class="sidemenu close">
  1466.  
  1467. <header>
  1468. <div class="image-text">
  1469. <span class="image">
  1470. <img src="{PortraitURL-128}" alt="">
  1471. </span>
  1472.  
  1473. <div class="text logo-text">
  1474. <span class="title">{Title}</span>
  1475. <span class="user"><a href="https://tumblr.com/follow/{name}">@{name}</a></span>
  1476. </div>
  1477. </div>
  1478.  
  1479. <i class='bx bx-chevron-right toggle'></i>
  1480. </header>
  1481.  
  1482. <div class="menu-bar">
  1483.  
  1484. <div class="menu">
  1485.  
  1486.  
  1487. <ul class="menu-links">
  1488. <li class="nav-link">
  1489. <a href="/">
  1490. <i class='bx bx-home-alt icon' ></i>
  1491. <span class="text nav-text">Refresh</span>
  1492. </a>
  1493. </li>
  1494.  
  1495. <li class="nav-link">
  1496. <a href="https://tumblr.com/message/{name}">
  1497. <i class='bx bx-message-square-dots icon' ></i>
  1498. <span class="text nav-text">Direct message</span>
  1499. </a>
  1500. </li>
  1501.  
  1502. <li class="nav-link">
  1503. <a href="{text:Pop Up}">
  1504. <i class='bx bx-search icon'></i>
  1505. <span class="text nav-text">Search this blog</span>
  1506. </a>
  1507. </li>
  1508.  
  1509. <div id="pop"> <div class="fade"></div>
  1510. <div class="popup">
  1511.  
  1512. <div id="searchblock">
  1513.  
  1514. <form class="find" action="/tagged/" method="get">
  1515.  
  1516. <a class="expand"><input class="typing" type="text" name="q" value="{SearchQuery}" placeholder="looking for something?" autocomplete="off"/></a>
  1517.  
  1518. <input class="enter" type="submit" value="search"/>
  1519.  
  1520. </form>
  1521.  
  1522. <div id="searchentries">
  1523. <a href="/tagged/">entry #1</a><br>
  1524. <a href="/tagged/">entry #2</a><br>
  1525. <a href="/tagged/">entry #3</a><br>
  1526. <a href="/tagged/">entry #4</a><br>
  1527. <a href="/tagged/">entry #5</a><br>
  1528. <a href="/tagged/">entry #6</a><br>
  1529.  
  1530. </div><!--END 'searchentries' div-->
  1531. </div><!--END 'searchblock' div-->
  1532.  
  1533.  
  1534. </div>
  1535. </div>
  1536.  
  1537.  
  1538. <li class="nav-link">
  1539. <a href="#" class="scrollToTop">
  1540. <i class='bx bx-arrow-to-top icon'></i>
  1541. <span class="text nav-text">Scroll to top</span>
  1542. </a>
  1543. </li>
  1544.  
  1545. <li class="nav-link">
  1546. <a href="/">
  1547. <i class='bx bx-code-alt icon' ></i>
  1548. <span class="text nav-text">Link 1</span>
  1549. </a>
  1550. </li>
  1551.  
  1552. <li class="nav-link">
  1553. <a href="/">
  1554. <i class='bx bx-coffee icon' ></i>
  1555. <span class="text nav-text">Link 2</span>
  1556. </a>
  1557. </li>
  1558.  
  1559. <li class="nav-link">
  1560. <a href="/archive">
  1561. <i class='bx bx-folder icon' ></i>
  1562. <span class="text nav-text">Archive</span>
  1563. </a>
  1564. </li>
  1565.  
  1566. </ul>
  1567. </div>
  1568.  
  1569. <div class="bottom-content">
  1570.  
  1571. <li class="">
  1572. <a href="https://userbru.tumblr.com/">
  1573. <i class='bx bx-moon icon'></i>
  1574. <span class="text nav-text">Theme by userbru</span>
  1575. </a>
  1576. </li>
  1577.  
  1578. <li class="">
  1579. <a href="https://tumblr.com/dashboard">
  1580. <i class='bx bx-log-out icon' ></i>
  1581. <span class="text nav-text">Back to Dash</span>
  1582. </a>
  1583. </li>
  1584.  
  1585.  
  1586.  
  1587. </div>
  1588. </div>
  1589.  
  1590. </nav>
  1591. <script>
  1592.  
  1593. const body = document.querySelector('body'),
  1594. sidemenu = body.querySelector('nav'),
  1595. toggle = body.querySelector(".toggle"),
  1596. searchBtn = body.querySelector(".search-box"),
  1597. modeSwitch = body.querySelector(".toggle-switch"),
  1598. modeText = body.querySelector(".mode-text");
  1599.  
  1600.  
  1601. toggle.addEventListener("click" , () =>{
  1602. sidemenu.classList.toggle("close");
  1603. })
  1604.  
  1605. searchBtn.addEventListener("click" , () =>{
  1606. sidemenu.classList.remove("close");
  1607. })
  1608. </script>
  1609.  
  1610. <div class="main">
  1611.  
  1612. <div class="credit">
  1613.  
  1614. </div>
  1615.  
  1616. <div class="asidecontainer">
  1617. <aside>
  1618.  
  1619. {block:IfSidebarImage}
  1620. <img src="{image:sidebar image}">
  1621. {/block:IfSidebarImage}
  1622.  
  1623. <h1>
  1624. <a href="/">{title}</a>
  1625. </h1>
  1626.  
  1627. <div class="description">
  1628. {text:Desktop Description}
  1629. </div>
  1630.  
  1631. <nav>
  1632. <a href="/" title="{text:Home Title}"> {text:Home Title}</a>
  1633. <a href="/ask" title="{text:Ask Title}">{text:Ask Title}</a>
  1634. <a href="{text:Link 1 Url}" title="{text:Link 1 Title}">{text:Link 1 Title}</a>
  1635. <a href="{text:Link 2 Url}" title="{text:Link 2 Title}">{text:Link 2 Title}</a>
  1636. <a href="{text:Link 3 Url}" title="{text:Link 3 Title}">{text:Link 3 Title}</a>
  1637. </nav>
  1638.  
  1639. </aside>
  1640. </div>
  1641.  
  1642. <div class="content">
  1643.  
  1644. {block:Posts}
  1645. <article class="entry {block:Photo}ph{/block:Photo}{block:Photoset}ph{/block:Photoset}" id="{PostID}">
  1646. <section class="post" id="{PostID}">
  1647. {block:Audio}
  1648. <div class="audio" id="{PostID}">
  1649. {block:AudioEmbed}
  1650. {AudioEmbed width="540px"}
  1651. {/block:AudioEmbed}
  1652. </div>
  1653. {/block:Audio}
  1654.  
  1655. {block:Photo}
  1656. <div class="media" id="{PostID}">
  1657. <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>
  1658. </div>
  1659. {/block:Photo}
  1660.  
  1661. {block:Photoset}
  1662. <div class="media photoset" id="{PostID}">
  1663. <div class="photo-slideshow" id="photoset_{PostID}" data-layout="{PhotosetLayout}">
  1664.  
  1665. {block:Photos}
  1666. <div class="photo-data">
  1667. <div class="pxu-photo">
  1668. <img src="{PhotoURL-500}" width="{PhotoWidth-500}" height="{PhotoHeight-500}" data-highres="{PhotoURL-HighRes}" data-width="{PhotoWidth-HighRes}" data-height="{PhotoHeight-HighRes}"></div>
  1669. <a class="tumblr-box" rel="post-{PostID}" href="{PhotoURL-HighRes}"></a></div>
  1670. {/block:Photos}
  1671. </div></div>
  1672. {/block:Photoset}
  1673.  
  1674. {block:Video}
  1675. <div class="media video" id="{PostID}">{Video-500}</div>
  1676. {/block:Video}
  1677.  
  1678. {block:Answer}
  1679. <table style="padding-bottom:5px;margin-bottom:5px;">
  1680. <tr>
  1681. <td class="askerbg" style="vertical-align:top;padding-right:10px;"><img src="{AskerPortraitURL-64}"></td><td style="vertical-align:top;"><strong>{Asker} asked:</strong>
  1682. <div class="question">{Question}</div>
  1683. </td>
  1684. </tr>
  1685. </table>
  1686. {Answer}
  1687. {/block:Answer}
  1688.  
  1689.  
  1690.  
  1691. {block:Chat}
  1692. {block:Title}
  1693. <h1>{Title}</h1>
  1694. {/block:Title}
  1695.  
  1696. <ul class="chat text">
  1697. {block:Lines}
  1698. <li class="line">
  1699. {block:Label}
  1700. <span class="label">{Label}&nbsp; </span>
  1701. {/block:Label}
  1702. {Line}</li>
  1703. {/block:Lines}</ul>
  1704. {/block:Chat}
  1705.  
  1706. {block:Link}
  1707. <h1>
  1708. <a href="{URL}">{Name}</a></h1>
  1709. {block:Description}
  1710. <div class="caption">{Description}</div>
  1711. {/block:Description}
  1712. {/block:Link}
  1713.  
  1714. {block:Quote}
  1715. <div class="quote" id="{PostID}">{Quote}</div>
  1716. {block:Source}
  1717. <div class="source">— {Source}</div>
  1718. {/block:Source}
  1719. {/block:Quote}
  1720.  
  1721. {block:Text}
  1722. {block:Title}
  1723. <h1>{Title}</h1>
  1724. {/block:Title}
  1725. {block:Body}
  1726. <div class="caption">{Body}</div>
  1727. {/block:Body}
  1728. {/block:Text}
  1729.  
  1730. {block:Caption}
  1731. <div class="caption" id="{PostID}">{Caption}</div>
  1732. {/block:Caption}
  1733.  
  1734. </section>
  1735.  
  1736. {block:Date}
  1737. <div class="postinfo">
  1738.  
  1739. <center>{block:PinnedPostLabel}<a href="{Permalink}" class="pinned-post" style="display:inline-block; vertical-align:middle; text-transform:uppercase; font-weight:bold"><i class="fas fa-thumbtack" style="font-size:9px;"></i> pinned post </a>{/block:PinnedPostLabel}</center>
  1740.  
  1741. <a href="/day/{Year}/{MonthNumberWithZero}/{DayOfMonth}" title="{TimeAgo}" style="text-transform:lowercase"><i class="ph-calendar-blank-bold"></i></a>
  1742.  
  1743.  
  1744. /
  1745.  
  1746. {block:NoteCount}
  1747. <a href="{Permalink}" title="{NoteCountWithLabel}"><i class="ph-activity-bold"></i></a>
  1748. /
  1749. {/block:NoteCount}
  1750.  
  1751.  
  1752. <a href="{ReblogURL}" target="_blank" title="REBLOG"><i class="ph-arrows-clockwise-bold"></i></a>
  1753.  
  1754. <a class="like-b" href="#">{LikeButton}<span class="b">like</span></a>
  1755.  
  1756. {block:HasTags}
  1757. <div class="tags">
  1758. <b>tagged as:</b>
  1759. {block:Tags}
  1760. <a href="{TagURL}">#{Tag}</a></i>
  1761. {/block:Tags}
  1762. </div>
  1763. {/block:HasTags}
  1764.  
  1765. </div>
  1766. {/block:Date}
  1767.  
  1768.  
  1769. </article>
  1770.  
  1771.  
  1772.  
  1773. <!--- TUMBLR CONTROLS -->
  1774.  
  1775. <div class="tumblrcontrols"><i class="fas fa-cog fa-spin"></i></div>
  1776.  
  1777.  
  1778. <center>{block:PostNotes} {PostNotes} {/block:PostNotes}</center> {/block:Posts} <!-- {block:ContentSource}{SourceURL}{/block:ContentSource}{block:RebloggedFrom}{ReblogRootURL}{ReblogParentURL}{/block:RebloggedFrom} --> </div>
  1779.  
  1780.  
  1781. {block:Pagination}
  1782. <div class="pagi">
  1783. {block:PreviousPage}
  1784. <a href="{PreviousPage}" title="previous page">previous</a> /
  1785. {/block:PreviousPage}
  1786. {block:NextPage}
  1787. <a href="{NextPage}" title="next page">next</a>
  1788. {/block:NextPage}
  1789. </div>
  1790. {/block:Pagination}
  1791. </div>
  1792.  
  1793. <!--- NOT FOUND PAGE -->
  1794.  
  1795. <div class="wrapper_notfound">
  1796. <div class="actual_notfound">
  1797. <h1><i class="ph-prohibit-bold" style="display:inline-block; vertical-align:middle"></i> not found!</h1>
  1798. sorry! the url you requested could not be found :(
  1799. <a href="/">try again?</a>
  1800. </div>
  1801. </div>
  1802.  
  1803.  
  1804.  
  1805. <!-- SCRIPTS -->
  1806.  
  1807.  
  1808. <script src="https://cdnjs.cloudflare.com/ajax/libs/smoothscroll/1.4.1/SmoothScroll.min.js"></script>
  1809.  
  1810. <script>feather.replace();</script>
  1811.  
  1812. <script src="//ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  1813.  
  1814. <script>
  1815. $(document).ready(function(){
  1816. $('.expand').click(function(list){
  1817. list.stopPropagation();
  1818. $("#searchentries").slideToggle('slow');
  1819. });
  1820. });
  1821.  
  1822. $(document).click(function(outside){
  1823. var box = $('#searchentries');
  1824. if(!box.is(outside.target) && box.has(outside.target).length === 0){
  1825. $('#searchentries').slideUp('slow');
  1826. }
  1827. });
  1828. </script>
  1829.  
  1830. <script src=“//ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js”></script>
  1831.  
  1832. <script>
  1833. $(document).ready(function(){
  1834. $('.controls-button').click(function(){
  1835. $('body').toggleClass('controls-click');
  1836. });
  1837. });
  1838. </script>
  1839.  
  1840.  
  1841. <script src="https://static.tumblr.com/wgg6svp/I8Yobwo15/unnest.min.js"></script>
  1842.  
  1843. <script> $('article').unnest({ yourCaption: ".caption", wrapName: ".caps", newCaptionUsername: true, originalPostCaptionUsername: false, tumblrAvatars: true, tumblrAvatarClass: ".ic", usernameColon: false }); </script>
  1844.  
  1845. <script src="//static.tumblr.com/fwgzvyf/l6jnyutne/shythemes.vr.js"></script>
  1846.  
  1847. <link href="https://static.tumblr.com/qudkd6d/OcDnl99gb/style.css" rel="stylesheet" type="text/css"/>
  1848.  
  1849. <script src="https://static.tumblr.com/yxfeliq/hHwojmt8m/bctphotoset.min.js"></script>
  1850.  
  1851. <script> $(document).ready(function(){ $('.photo-slideshow').pxuPhotoset({ lightbox: true, rounded: 'corners', gutter: '4px', borderRadius: '0px', photoset: '.photo-slideshow', photoWrap: '.photo-data', photo: '.pxu-photo' }); }); </script>
  1852.  
  1853. <script src="https://unpkg.com/popper.js@1"></script>
  1854. <script src="https://unpkg.com/tippy.js@5/dist/tippy-bundle.iife.js"></script>
  1855. <link rel="stylesheet" href="https://unpkg.com/tippy.js@5/dist/svg-arrow.css" />
  1856.  
  1857.  
  1858.  
  1859.  
  1860. <script>
  1861. $(document).ready(function(){
  1862.  
  1863. //Click event to scroll to top
  1864. $('.scrollToTop').click(function(){
  1865. $('html, body').animate({scrollTop : 0},800);
  1866. return false;
  1867. });
  1868.  
  1869. });
  1870. </script>
  1871.  
  1872. <script>
  1873.  
  1874. tippy('a[title]', {
  1875. theme: 'gradient',
  1876. arrow: false,
  1877. zIndex: 9999999999,
  1878. maxWidth: 300,
  1879.  
  1880. content(reference) {
  1881. const title = reference.getAttribute('title');
  1882. reference.removeAttribute('title');
  1883. return title;
  1884. },
  1885. });
  1886.  
  1887.  
  1888. </script>
  1889.  
  1890. <script>
  1891. $(document).ready(function() {
  1892. if ($('p:contains("The URL you requested could not be found.")').html()) {
  1893. $(".wrapper_notfound").css( "visibility", "visible" );
  1894. $(".article_position").remove();
  1895. $('title').prepend( "Not Found | " ); }
  1896. });
  1897. </script>
  1898.  
  1899. <!-- masonry navigation -->
  1900. <script src="https://static.tumblr.com/0siu224/Ljlqmh1nv/masonry.pkgd.min.js"></script>
  1901.  
  1902. <script type="text/javascript">
  1903. // masonry navigation
  1904. var elements = document.getElementsByClassName('masonry-navigation');
  1905. var msnry;
  1906. var nElements = elements.length;
  1907. for(var i = 0; i < nElements; i++){
  1908. msnry = new Masonry( elements[i], {
  1909. // columnWidth: 268,
  1910. gutter: 10,
  1911. itemSelector: '.masonry-navigation-item',
  1912. });
  1913. }
  1914. </script>
  1915.  
  1916. </body>
  1917.  
  1918. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement