Advertisement
userbru

theme eighteen.

Nov 26th, 2021 (edited)
1,298
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 29.90 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <title>{Title} {block:TagPage}/ #{Tag}{/block:TagPage}{block:PostSummary}: {PostSummary}{/block:PostSummary}</title>
  5.  
  6. <link rel="shortcut icon" href="{Favicon}">
  7. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  8. {block:Description}<meta name="description" content="{MetaDescription}"/>{/block:Description}
  9. <meta charset="utf-8">
  10. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  11.  
  12. <!---
  13.  
  14. THEME BY BRU
  15. base code by seyches
  16. tumblr controls cyantists
  17. icons from font-awesome and cappuccicons
  18. back to top by backtotopbutton.com
  19. day/night toggle by egg.design
  20. tooltips by tippy
  21. NPF fix by glenthemes
  22. popup by odeysseus
  23. unnest by neothms
  24.  
  25. --->
  26.  
  27. <!---- scripts ---->
  28. <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
  29. <link rel="stylesheet" href=
  30. "https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.9.0/css/all.css">
  31. </link>
  32. <link rel="stylesheet" href="https://static.tumblr.com/svdghan/wUSr83npl/tempcf.css">
  33.  
  34.  
  35. <link rel="preconnect" href="https://fonts.googleapis.com">
  36. <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
  37. <link href="https://fonts.googleapis.com/css2?family=Poppins&family=Rubik:wght@375&display=swap" rel="stylesheet">
  38.  
  39. <link href="https://fonts.googleapis.com/css2?family=Poppins:wght@700&display=swap" rel="stylesheet">
  40.  
  41. <!----- VARIABLES AND OPTIONS ----->
  42.  
  43. <meta name="image:Header" content=""/>
  44. <meta name="image:Avatar" content=""/>
  45.  
  46.  
  47. <meta name="color:background" content="#ffffff"/>
  48. <meta name="color:content background" content="#f8f8f8"/>
  49. <meta name="color:posts background" content="#ffffff"/>
  50. <meta name="color:text" content="#707070"/>
  51. <meta name="color:link" content="#313131"/>
  52. <meta name="color:accent" content="#faaa4f"/>
  53. <meta name="color:borders" content="#dcdcdc"/>
  54. <meta name="color:askbg" content="#fff2d0"/>
  55. <meta name="color:info" content="#000"/>
  56. <meta name="color:navborder" content="#ffdca7"/>
  57. <meta name="color:selected text" content="#ffca85"/>
  58. <meta name="color:selected text bg" content="#ffca85" />
  59. <meta name="color:gradient 1" content="#ffd7b6"/>
  60. <meta name="color:gradient 2" content="#f7c282"/>
  61. <meta name="color:nav links" content="#1e1e1e"/>
  62. <meta name="color:nav links hover" content="#925353"/>
  63.  
  64. <meta name="if:Sidebar Avatar" content="1"/>
  65.  
  66. <meta name="text:Desktop Description" content=""/>
  67. <meta name="text:Post Margin" content="150"/>
  68. <meta name="text:Name" content=""/>
  69. <meta name="text:Age" content=""/>
  70. <meta name="text:Pronouns" content=""/>
  71. <meta name="text:Zodiac" content=""/>
  72.  
  73. <meta name="text:link 1 title" content="link"/>
  74. <meta name="text:link 1 url" content=""/>
  75. <meta name="text:link 2 title" content="link"/>
  76. <meta name="text:link 2 url" content=""/>
  77. <meta name="text:link 3 title" content="link"/>
  78. <meta name="text:link 3 url" content=""/>
  79. <meta name="text:link 4 title" content="link"/>
  80. <meta name="text:link 4 url" content=""/>
  81. <meta name="text:link 5 title" content="link"/>
  82. <meta name="text:link 5 url" content=""/>
  83. <meta name="text:link 6 title" content="link"/>
  84. <meta name="text:link 6 url" content=""/>
  85. <meta name="text:link 7 title" content="link"/>
  86. <meta name="text:link 7 url" content=""/>
  87. <!---- day/night toggle----->
  88.  
  89. <script>$(document).ready(function(){
  90. $('.daynight').click(function(){
  91. $(document).ready(function(){
  92. $('.daynight').click(function(){
  93. $('body').toggleClass('night');
  94. $('.daynight span').toggleClass('fa-sun');
  95. });
  96. });
  97. });
  98. });</script>
  99.  
  100.  
  101. <!--- npf fix --->
  102.  
  103. <script src="//cdn.jsdelivr.net/npm/jquery@latest/dist/jquery.min.js"></script>
  104. <!--
  105. NPF images fix v3.0 by @glenthemes [2021]
  106. 💌 git.io/JRBt7
  107. --->
  108. <script src="//npf-images-v3.github.io/script.js"></script>
  109. <link rel="stylesheet" href="//npf-images-v3.github.io/recon.css">
  110. <style tmblr-npf>
  111. :root {
  112. --NPF-Caption-Spacing:1em;
  113. --NPF-Image-Spacing:4px;
  114. }
  115. </style>
  116.  
  117. <link rel="stylesheet" media="screen" href="//assets.tumblr.com/client/prod/standalone/blog-network-npf/index.build.css">
  118.  
  119.  
  120.  
  121. <!----- CSS ----->
  122.  
  123. <style type="text/css">
  124.  
  125.  
  126. /* TOOLTIPS */
  127. .tippy-tooltip.gradient-theme {
  128. background-image:linear-gradient(to right, {color:gradient 1}, {color:gradient 2});
  129. color:var(--boxes);
  130. text-align:center;
  131. font-family:'Poppins', sans-serif;
  132. font-weight:bold;
  133. text-transform:uppercase;
  134. letter-spacing:1px;
  135. font-size:0.90em;
  136. box-shadow: 7px 7px 7px -9px rgba(000,000,000, 0.45);}
  137.  
  138. .tippy-tooltip.gradient-theme .tippy-svg-arrow {
  139. fill:var(--text);}
  140.  
  141. /*TUMBLR CONTROLS*/
  142.  
  143.  
  144. /*---- scrollbar ----*/
  145. ::-webkit-scrollbar {
  146. width:17px;
  147. height:17px;
  148. }
  149. ::-webkit-scrollbar {
  150. background-color:rgb(255,255,255); /* background color */
  151. }
  152. ::-webkit-scrollbar-track {
  153. border:8px solid rgb(255,255,255); /* background color */
  154. background-color:rgb(230,230,230); /* light border color */
  155. }
  156. ::-webkit-scrollbar-thumb {
  157. border:8px solid rgb(255,255,255); /* background color */
  158. background-color:rgb(144,144,144); /* dark border color */
  159. min-height:24px;
  160. min-width:24px;
  161. }
  162.  
  163.  
  164. /*----- BASIC STYLING -----*/
  165.  
  166. body {
  167. font-family: 'Poppins';
  168. font-size:12.5px;
  169. font-style:lowercase;
  170. color: {color:text};
  171. background-color: {color:background};
  172. line-height: 160%;
  173. word-wrap: break-word;
  174. letter-spacing: 0.04em;
  175. margin: 0;
  176. padding: 0;
  177. }
  178.  
  179. ::selection {
  180. color: {color:selected text};
  181. background: {color:selected text bg};
  182. }
  183.  
  184. a {
  185. color: {color:link};
  186. text-decoration: none;
  187. -webkit-transition: all 0.3s;
  188. -moz-transition: all 0.3s;
  189. -ms-transition: all 0.3s;
  190. -o-transition: all 0.3s;
  191. transition: all 0.3s;
  192. }
  193.  
  194. a:hover {
  195. color: {color:accent};
  196. -webkit-transition: all 0.3s;
  197. -moz-transition: all 0.3s;
  198. -ms-transition: all 0.3s;
  199. -o-transition: all 0.3s;
  200. transition: all 0.3s;
  201. }
  202.  
  203. blockquote {
  204. padding: 0 0 0 1.5em;
  205. border-left: 1px solid {color:borders};
  206. margin: 1.5em 0 1.5em 1.5em;
  207. }
  208.  
  209. h1, h2, h3, h4, h5, .title {
  210. letter-spacing: 0.06em;
  211. line-height: 145%;
  212. font-weight: bold;
  213. }
  214.  
  215. h1, .title {font-size: 1.5em;}
  216. h2 {font-size: 1.3em;}
  217. h3 {font-size: 1.25em;}
  218. h4 {font-size: 1.1em;}
  219. h5 {font-size: 1em;}
  220.  
  221. small {font-size: 0.9em;}
  222. big {font-size: 1.1em;}
  223.  
  224. hr {
  225. height: 1px;
  226. border: none;
  227. box-shadow: none;
  228. background-color: {color:borders};
  229. }
  230.  
  231. pre {
  232. line-height: inherit;
  233. font-size: inherit;
  234. white-space: pre-wrap;
  235. white-space: -moz-pre-wrap;
  236. white-space: -pre-wrap;
  237. white-space: -o-pre-wrap;
  238. word-wrap: break-word;
  239. }
  240.  
  241.  
  242. /* ----- TUMBLR CONTROLS ---- */
  243.  
  244. iframe.tmblr-iframe {
  245. z-index:99999999999999!important;
  246. top: 15px!important;
  247. right: 15px!important;
  248. opacity:0;
  249. padding-right:38px;
  250. -webkit-transform:scale(0.75);
  251. -ms-transform:scale(0.75);
  252. transform:scale(0.75);
  253. -webkit-transform-origin:100% 0;
  254. -ms-transform-origin:100% 0;
  255. transform-origin:100% 0;
  256. -webkit-filter: invert(100%) sepia(0%) hue-rotate(290deg);
  257. filter: invert(60%) sepia(0%) hue-rotate(290deg);
  258.  
  259. cursor: pointer;
  260. }
  261. iframe.tmblr-iframe:hover {
  262. opacity:1!important;
  263. }
  264. .controls {
  265. position:fixed;
  266. top:23px;
  267. right:15px;
  268. z-index:999999999;
  269. cursor: pointer;
  270. }
  271.  
  272.  
  273. .controls:hover {
  274. stroke: var(--bodyLinkHoverColor);
  275. }
  276.  
  277. /*----------HEADER---------*/
  278.  
  279.  
  280.  
  281. .header img {
  282. margin-bottom:0px;
  283. width:640px;
  284. height:auto;
  285. border-radius:10px 10px 10px 0px;
  286. }
  287.  
  288.  
  289.  
  290. .topbar {
  291. width:100%;
  292. height:15px;
  293. background:linear-gradient(to right, {color:gradient 1}, {color:gradient 2});
  294. margin-top:-5px;
  295. overflow:hidden;
  296. top:0;
  297.  
  298. }
  299.  
  300.  
  301. .navlinks {
  302. text-align:center;
  303. width:640px;
  304. width:justify;
  305. height:10px;
  306. border-bottom:1px solid {color:borders};
  307. padding:30px;
  308. text-transform:uppercase;
  309. font-size:15px;
  310. font-weight:bold;
  311. text-shadow:1px 1px #c8c1d4;
  312. display:block;
  313. }
  314.  
  315. .navlinks a {
  316. color:{color:nav links};
  317. margin-right:40px;
  318. }
  319.  
  320. .navlinks a:hover {
  321. color:{color:nav links hover};
  322. background-color:{color:gradient 1};
  323. width:50px;
  324. height:200px;
  325. }
  326.  
  327. .navlinks ul {
  328. margin: 0;
  329. padding:0;
  330. }
  331.  
  332. .navlinks li {
  333. margin: 0 15px 0 0;
  334. list-style-type: none;
  335. display: inline;
  336. }
  337.  
  338.  
  339.  
  340. /*----- SIDEBAR -----*/
  341.  
  342. #sidebar {
  343. width: 300px;
  344. margin-left:60px;
  345. position:absolute;
  346. margin-top:-110px;
  347. top: {text:post margin}px;
  348. border-radius:5px;
  349. background:{color:content background};
  350. }
  351.  
  352. .center {
  353. display: block;
  354. margin-left: auto;
  355. margin-right: auto;
  356. width: 128px;
  357. border-radius:100%;
  358. }
  359.  
  360.  
  361. {block:ifSidebarAvatar}
  362.  
  363. #side-img {
  364. margin-bottom: 1.5em;
  365. width:128px;
  366.  
  367.  
  368. }
  369. {/block:ifSidebarAvatar}
  370.  
  371. #description {
  372. margin-top:1.25em;
  373. font-size:12px;
  374. font-family:'Poppins';
  375. text-align:center;
  376. text-shadow:0.5px 0 0.1px gray;
  377. }
  378.  
  379. .search .query {
  380. color:{color:text};
  381. width:268px;
  382. font-family:'Poppins';
  383. text-align:center;
  384. font-size:10px;
  385. border:0px;
  386. margin-top:10px;
  387. outline:none;
  388. }
  389.  
  390. .subtitle {
  391. text-align:center;
  392. font-style:normal;
  393. font-family:'Poppins'';
  394. font-weight:300;
  395. font-size:10px;
  396. margin-top:10px;
  397. margin-bottom:5px;
  398. text-shadow:0.5px 0 0.1px gray;
  399. }
  400.  
  401. .subtitle a:hover{
  402. font-style:italic;
  403. }
  404.  
  405. nav {
  406. margin-top: 1.25em;
  407. border-width:0.1em;
  408. border-style:dashed;
  409. border-radius:3px;
  410. padding:10px;
  411. border-color:{color:navborder};
  412. text-shadow:1px 0px 1px gray;
  413.  
  414. }
  415. nav a {margin: auto 0.5em;}
  416.  
  417. .title {
  418.  
  419. font-family:'Poppins';
  420. font-size:30px;
  421. font-style:bold;
  422. margin-top:0px;
  423. letter-spacing:1px;
  424. text-shadow: 2px 0 1px gray;
  425. }
  426.  
  427. .title a:hover{
  428. font-style:italic;
  429. }
  430.  
  431.  
  432. .cat {
  433. padding:20px;
  434. border:1px solid {color:borders};
  435. margin-bottom:50px;
  436. background:white;
  437. border-radius:5px;
  438. }
  439.  
  440. .cti {
  441. text-transform:uppercase;
  442. font-size:15px;
  443. font-weight:bold;
  444. padding:10px;
  445. text-align:center;
  446. border-bottom:1px solid #eee;
  447. margin-bottom:20px;
  448. color:{color:titles};
  449. background:{color:titles bg};
  450. }
  451.  
  452.  
  453.  
  454. .stats {
  455. padding:10px;
  456. text-align:left;
  457. margin-top:-10px;
  458. height:auto;
  459.  
  460. }
  461.  
  462.  
  463. .stats b {
  464. color:{color:gradient 2};
  465. }
  466.  
  467.  
  468.  
  469. .date {
  470. float:left;
  471. padding:10px;
  472. margin-right:10px;
  473. text-transform:uppercase;
  474. font-weight:bold;
  475. }
  476.  
  477. .e {
  478. padding:10px;
  479.  
  480. }
  481.  
  482.  
  483.  
  484. .off a {
  485. display:block;
  486. padding:10px;
  487. border-bottom:1px solid #eee;
  488. text-transform:uppercase;
  489. font-size:10px;
  490. }
  491.  
  492. .off a:hover {
  493. margin-left:5px;
  494. }
  495.  
  496.  
  497. /*----- POSTS -----*/
  498.  
  499.  
  500. .container {
  501. width:1100px;
  502. margin-left:calc(50% - 550px);
  503. background:{color:content background};
  504. padding:20px;
  505. margin-bottom:10px;
  506. border-radius:5px;
  507.  
  508. }
  509.  
  510.  
  511. .entries {
  512. margin-top:0px;
  513. width:540px;
  514. margin-left:550px;
  515. background:{color:content background};
  516.  
  517. }
  518.  
  519.  
  520. main {
  521. position: relative;
  522. width: calc(300px + {select:post width} + 150px);
  523. margin: auto;
  524. }
  525.  
  526. section {
  527. position: relative;
  528. width: {select:post width};
  529. margin-top:120px;
  530. margin-left: 400px;
  531. }
  532.  
  533. article {
  534. width: 100%;
  535. position: relative;
  536. margin: {text:post margin}px auto;
  537. }
  538.  
  539. .posts li, .posts blockquote, figure, video, iframe, .video, .video iframe, figure.tmblr-embed.tmblr-full, figure.tmblr-embed.tmblr-full iframe, .caption iframe {max-width: 100%;}
  540.  
  541.  
  542. .posts {
  543. background:{color:posts background};
  544. border:1px solid {color:borders};
  545. border-radius:5px;
  546. width:560px;
  547. padding:20px;
  548. margin-top:-100px;
  549. margin-left:70px;
  550. }
  551.  
  552. /*----- CAPTIONS -----*/
  553.  
  554. .caption {margin-top: 2em; list-style-type: none;}
  555. .text-caption:first-of-type {margin-top: 0;}
  556.  
  557. .user-icon, .ask-icon {
  558. display: inline-block;
  559. vertical-align: middle;
  560. width: 2em;
  561. height: 2em;
  562. margin-right: 1em;
  563. }
  564.  
  565. .username {
  566. display: inline-block;
  567. vertical-align: middle;
  568. font-weight: bold;
  569. }
  570.  
  571. .deactive::after {
  572. content: '(deactivated)';
  573. margin-left: 1em;
  574. opacity: 0.75;
  575. color: {color:text};
  576. }
  577.  
  578. p.tmblr-attribution {margin-top: 1em !important;}
  579.  
  580. /*----- TEXT -----*/
  581.  
  582. h1.post-title {margin-top: 0;}
  583.  
  584. /*----- LINK -----*/
  585.  
  586. a.link-wrap {display: block; border: 1px solid {color:borders};}
  587. .link {padding: 2em;}
  588. .link-host, .link-txt {margin-top: 1.5em;}
  589.  
  590. .npf-link-block {
  591. margin-top: 1.5em;
  592. background-color: inherit;
  593. border: 1px solid inherit;
  594. color: inherit;
  595. }
  596.  
  597. /*----- PHOTO -----*/
  598.  
  599. img {
  600. margin: 0;
  601. display: block;
  602. height: auto;
  603. max-width: 100%;
  604. }
  605.  
  606. .photo img {width: 100%;}
  607. .vignette, #vignette {opacity: 0;}
  608. .tmblr-lightbox, #tumblr_lightbox {background-color: rgba(130, 130, 130, 0.75) !important;}
  609.  
  610. .lightbox-image, #tumblr_lightbox img {
  611. box-shadow: none !important;
  612. border-radius: 0 !important;
  613. max-width: none;
  614. }
  615.  
  616. #tumblr_lightbox_caption, .lightbox-caption {
  617. color: #fff !important;
  618. font-family: inherit;
  619. margin-top: 1em !important;
  620. }
  621.  
  622. /*----- PHOTOSET -----*/
  623.  
  624. .post-content div.npf_row, .post div.npf_row, body div.npf_row {
  625. margin-left: 0 !important;
  626. margin-right: 0 !important;
  627. }
  628.  
  629. /*----- QUOTE -----*/
  630.  
  631. .quote {line-height: 160%; font-size: 1.25em;}
  632.  
  633. .quote p:first-of-type {margin-top: 0;}
  634. .quote p:last-of-type {margin-bottom: 0;}
  635.  
  636. .source {margin-top: 1.5em;}
  637.  
  638. /*----- CHAT -----*/
  639.  
  640. .chat {padding: 0; margin: 0;}
  641. .chat li {list-style-type: none; margin-top: 1em;}
  642. .chat li:first-of-type {margin-top: 0;}
  643. .chatter {font-weight: bold;}
  644.  
  645. p.npf_chat, p.npf_chat b {font-family: inherit;}
  646.  
  647. /*----- ANSWER -----*/
  648.  
  649.  
  650.  
  651. .askerbg {
  652.  
  653. padding: 0px;
  654. border-radius: 100px;
  655.  
  656. }
  657.  
  658. .askerbg img {
  659.  
  660. border-radius:100px!important;
  661.  
  662. }
  663.  
  664.  
  665.  
  666. .question {
  667.  
  668. width: auto;
  669. font-family:'Poppins';
  670. margin-top: 10px;
  671. margin-bottom:20px;
  672. color:{color:text};
  673. padding: 10px;
  674. border-radius: 7px;
  675. background:{color:askbg};
  676.  
  677. }
  678.  
  679.  
  680.  
  681. /*----- AUDIO -----*/
  682.  
  683. .audiopost {padding: 2em; border: 1px solid {color:borders};}
  684.  
  685. .album-art {
  686. z-index: 1;
  687. display: inline-block;
  688. vertical-align: middle;
  689. float: left;
  690. width: 100px;
  691. height: 100px;
  692. }
  693.  
  694. .audio-player-wrap {
  695. width: 100px;
  696. height: 100px;
  697. display: inline-block;
  698. }
  699.  
  700. .button {
  701. width: 30px;
  702. height: 30px;
  703. overflow: hidden;
  704. position: relative;
  705. z-index: 2;
  706. margin: 7px;
  707. }
  708.  
  709. .audiobox {
  710. background-color: #f2f2f2;
  711. z-index: 3;
  712. position: absolute;
  713. margin: 28px 0 0 28px;
  714. border-radius: 50%;
  715. }
  716.  
  717. .audioinfo {
  718. display: inline-block;
  719. height: 100px;
  720. max-width: calc(100% - 100px);
  721. margin-left: 100px;
  722. display: flex;
  723. justify-content: center;
  724. flex-direction: column;
  725. box-sizing: border-box;
  726. padding-left: 2em;
  727. }
  728.  
  729. .audioinfo li {list-style-type: none;}
  730. .track {font-weight: bold;}
  731.  
  732. /*----- INFO -----*/
  733.  
  734. .info {margin-top: 2em;}
  735. .info a {display: inline-block; vertical-align: middle;}
  736.  
  737. .likeb {
  738. position: relative;
  739. display: inline-block;
  740. height: 1.6em;
  741. margin-bottom: -1px;
  742. }
  743.  
  744. .likeb .like_button iframe {
  745. position: absolute;
  746. top: 0;
  747. left: 0;
  748. bottom: 0;
  749. right: 0;
  750. z-index: 2;
  751. opacity: 0;
  752. }
  753.  
  754. .like_button iframe {width: 100% !important; height: 100% !important;}
  755. .likeb .liked + .actual-button {color: red;}
  756. .likeb .liked + .actual-button:after {content: '';}
  757.  
  758. .info a {
  759.  
  760.  
  761. margin-right: 0.75em;
  762. font-family:'Poppins';
  763. font-style:bold;
  764. color:{color:info};
  765.  
  766. }
  767.  
  768. .tags {
  769. margin-right: 0.75em;
  770. font-size:12px;
  771. font-family:'Poppins';
  772. color:{color:text};
  773. }
  774.  
  775. a.pinned-post {font-weight: bold; color: {color:accent};}
  776.  
  777. /*---- POST NOTES -----*/
  778.  
  779. .notes {margin: {text:post margin}px 0;}
  780.  
  781. ol.notes {
  782. max-width: 100%;
  783. padding: 0;
  784. margin: 2em 0 0 0;
  785. }
  786.  
  787. ol.notes li.note {padding: 0.5em 0; list-style-type: none;}
  788.  
  789. ol.notes li.note img.avatar {
  790. margin-right: 1em;
  791. vertical-align: middle;
  792. display: inline-block;
  793. width: 1.25em;
  794. height: 1.25em;
  795. }
  796.  
  797. /*---- PAGINATION -----*/
  798.  
  799. #page-navigation {text-align: center;}
  800. #page-navigation a, .current-page {margin: 0 0.5em;}
  801. .current-page {font-weight: bold; color: {color:accent};}
  802.  
  803. /*---- CREDIT -----*/
  804.  
  805. #credit {
  806. position: fixed;
  807. bottom: 20px;
  808. right: 20px;
  809. font-size: 10px;
  810. }
  811.  
  812. #scrollToTop:link,
  813. #scrollToTop:visited {
  814.  
  815. display: none;
  816. position: fixed;
  817. bottom:48px;
  818. right:17px;
  819. font-size: 20px;
  820. padding: 13px;
  821. color:{color:Link};
  822.  
  823. }
  824.  
  825.  
  826. /*---- day/night toggle ---*/
  827.  
  828. body.night {
  829. background:#111111;
  830. color:black!important;
  831. transition:.6s;
  832. }
  833. .daynight span {
  834. position: fixed;
  835. top:155px;
  836. left:160px;
  837. font-size: 13px;
  838. cursor:pointer;
  839. padding:10px;
  840. }
  841.  
  842. body.night a, body.night b, body.night i, body.night text { color:gray!important; }
  843.  
  844. body.night header, body.night scrollbar, body.night border, body.night container, body.night posts, body.night footer { background:#111111!important; }
  845.  
  846.  
  847.  
  848. {CustomCSS}
  849.  
  850. </style>
  851.  
  852. <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script><script>
  853. $(document).ready(function(){
  854. $('.click,.fade').click(function() {
  855. $('#pop').fadeToggle();
  856. });
  857. });
  858. </script>
  859.  
  860. </head>
  861.  
  862. <!----- HTML ----->
  863.  
  864. <body>
  865.  
  866.  
  867. <div class="topbar"></div>
  868.  
  869. <div class="cti"><div class="title"><a href="/">{Title}</a></div></div>
  870.  
  871. <center>
  872. <div class="header"><img src="{image:header}"></div>
  873. </center>
  874.  
  875.  
  876.  
  877. <center><div class="navlinks">
  878. <a href="{text:Link 1 URL}" title="{text:Link 1 Title}"><i class="cp cp-cherry-o"></i></a>
  879. <a href="{text:Link 2 URL}" title="{text:Link 2 Title}"><i class="cp cp-chat-bubble-o"></i></a>
  880. <a href="{text:Link 3 URL}" title="{text:Link 3 Title}"><i class="cp cp-bee-o"></i></a>
  881. <a href="{text:Link 4 URL}" title="{text:Link 4 Title}"><i class="cp cp-holly-o"></i></a>
  882. <a href="{text:Link 5 URL}" title="{text:Link 5 Title}"><i class="cp cp-cc-o"></i></a>
  883. <a href="{text:Link 6 URL}" title="{text:Link 6 Title}"><i class="cp cp-moon-o"></i></a>
  884. <a href="{text:Link 7 URL}" title="{text:Link 7 Title}"><i class="cp cp-coffee-cup-o"></i></a>
  885. </div></center>
  886.  
  887.  
  888. <!-- main = main container -->
  889.  
  890. <main>
  891.  
  892. <div class="container">
  893.  
  894. <!----- SIDEBAR ----->
  895. <aside id="sidebar">
  896.  
  897. <div class="cat">
  898. {block:ifSidebarAvatar}<img src="{image:Avatar}" class="center"/></a>{/block:ifSidebarAvatar}
  899. <div class="subtitle"><a href="https://tumblr.com/follow/lizzies">+ @{name}</a></div>
  900. <div id="description">{text:Desktop Description}
  901. </div>
  902.  
  903. <form class="search" action="javascript:return false">
  904. <input type="text" class="query" placeholder="search this blog...">
  905. </form>
  906.  
  907. <center><div class="daynight"><i class="fas fa-toggle-on" style="color:{color:link}"></i></div></center>
  908.  
  909. </div>
  910.  
  911.  
  912. <div class="cat">
  913. <div class="stats">
  914.  
  915.  
  916. <cemter>
  917.  
  918. <b><i class="cp cp-plumbob"></i> NAME</b>: {text:Name}<br>
  919. <b><i class="cp cp-balloons-o"></i> AGE</b>: {text:Age}<br>
  920. <b><i class="cp cp-pokeball"></i> PRONOUNS</b>: {text:Pronouns}<br>
  921. <b><i class="cp cp-planet-o"></i> ZODIAC</b>: {text:Zodiac}</ul>
  922.  
  923. </cemter>
  924. </div>
  925.  
  926. </div>
  927.  
  928.  
  929.  
  930.  
  931.  
  932. <!-- INFO -->
  933.  
  934. <div class="cat">
  935. <div class="sinfo">
  936.  
  937. <center><b>Online:</b> <script language="JavaScript">var fhs = document.createElement('script');var fhs_id = "5665977";
  938. var ref = (''+document.referrer+'');var pn = window.location;var w_h = window.screen.width + " x " + window.screen.height;
  939. fhs.src = "//freehostedscripts.net/ocounter.php?site="+fhs_id+"&e1=&e2=&r="+ref+"&wh="+w_h+"&a=1&pn="+pn+"";
  940. document.head.appendChild(fhs);document.write("<span id='o_"+fhs_id+"'></span>");
  941. </script> / <script language="JavaScript">var fhsh = document.createElement('script');var fhs_id_h = "3365694";
  942. fhsh.src = "//freehostedscripts.net/ocount.php?site="+fhs_id_h+"&name=&a=1";
  943. document.head.appendChild(fhsh);document.write("<span id='h_"+fhs_id_h+"'></span>");
  944. </script>
  945. <p>
  946.  
  947.  
  948. </div>
  949.  
  950.  
  951.  
  952. </div>
  953.  
  954.  
  955.  
  956.  
  957. </aside>
  958. <section>
  959.  
  960. <!----- POSTS ----->
  961.  
  962. {block:Posts inlineMediaWidth="1280" inlineNestedMediaWidth="1280"}
  963.  
  964. <article class="posts" id="{PostID}" post-type="{PostType}">
  965.  
  966. {block:Text}
  967. {block:Title}<h1 class="post-title"><a href="{Permalink}">{Title}</a></h1>{/block:Title}
  968. {block:NotReblog}
  969. <li class="caption text-caption">
  970. {Body}
  971. </li>
  972. {/block:NotReblog}
  973. {block:RebloggedFrom}
  974. {block:Reblogs}
  975. <li class="caption text-caption source-head">
  976. <img src="{PortraitURL-64}" class="user-icon">
  977. <div class="username {block:IsDeactivated}deactive{/block:IsDeactivated}"><a href="{Permalink}">{Username}</a></div>
  978. {Body}
  979. </li>
  980. {/block:Reblogs}
  981. {/block:RebloggedFrom}
  982. {/block:Text}
  983.  
  984. {block:Link}
  985. <a href="{URL}" class="link-wrap">
  986. {block:Thumbnail}<img src="{Thumbnail-HighRes}">{/block:Thumbnail}
  987. <div class="link">
  988. <div class="title">{Name}</div>
  989. {block:Excerpt}<div class="link-txt">{Excerpt}</div>{/block:Excerpt}
  990. {block:Host}<div class="link-host">{Host}</div>{/block:Host}
  991. </div>
  992. </a>
  993. {block:Description}
  994. {block:NotReblog}
  995. <li class="caption">
  996. {Description}
  997. </li>
  998. {/block:NotReblog}
  999. {/block:Description}
  1000. {block:RebloggedFrom}
  1001. {block:Reblogs}
  1002. <li class="caption">
  1003. <img src="{PortraitURL-64}" class="user-icon">
  1004. <div class="username {block:IsDeactivated}deactive{/block:IsDeactivated}"><a href="{Permalink}">{Username}</a></div>
  1005. {Body}
  1006. </li>
  1007. {/block:Reblogs}
  1008. {/block:RebloggedFrom}
  1009. {/block:Link}
  1010.  
  1011. {block:Photo}
  1012. <div class="photo">
  1013. {LinkOpenTag}<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}" alt="{PhotoAlt}"></a>{LinkCloseTag}
  1014. </div>
  1015. {block:Caption}
  1016. {block:NotReblog}
  1017. <li class="caption">
  1018. {Caption}
  1019. </li>
  1020. {/block:NotReblog}
  1021. {block:RebloggedFrom}
  1022. {block:Reblogs}
  1023. <li class="caption">
  1024. <img src="{PortraitURL-64}" class="user-icon">
  1025. <div class="username {block:IsDeactivated}deactive{/block:IsDeactivated}"><a href="{Permalink}">{Username}</a></div>
  1026. {Body}
  1027. </li>
  1028. {/block:Reblogs}
  1029. {/block:RebloggedFrom}
  1030. {/block:Caption}
  1031. {/block:Photo}
  1032.  
  1033. {block:Photoset}
  1034. <div class="photo">{Photoset-700}</div>
  1035. {block:Caption}
  1036. {block:NotReblog}
  1037. <li class="caption">
  1038. {Caption}
  1039. </li>
  1040. {/block:NotReblog}
  1041. {block:RebloggedFrom}
  1042. {block:Reblogs}
  1043. <li class="caption">
  1044. <img src="{PortraitURL-64}" class="user-icon">
  1045. <div class="username {block:IsDeactivated}deactive{/block:IsDeactivated}"><a href="{Permalink}">{Username}</a></div>
  1046. {Body}
  1047. </li>
  1048. {/block:Reblogs}
  1049. {/block:RebloggedFrom}
  1050. {/block:Caption}
  1051. {/block:Photoset}
  1052.  
  1053. {block:Video}
  1054. <div class="video">{Video-500}</div>
  1055. {block:Caption}
  1056. {block:NotReblog}
  1057. <li class="caption">
  1058. {Caption}
  1059. </li>
  1060. {/block:NotReblog}
  1061. {block:RebloggedFrom}
  1062. {block:Reblogs}
  1063. <li class="caption">
  1064. <img src="{PortraitURL-64}" class="user-icon">
  1065. <div class="username {block:IsDeactivated}deactive{/block:IsDeactivated}"><a href="{Permalink}">{Username}</a></div>
  1066. {Body}
  1067. </li>
  1068. {/block:Reblogs}
  1069. {/block:RebloggedFrom}
  1070. {/block:Caption}
  1071. {/block:Video}
  1072.  
  1073. {block:Quote}
  1074. <div class="quote">{Quote}</div>
  1075. {block:Source}<div class="source">{Source}</div>{/block:Source}
  1076. {/block:Quote}
  1077.  
  1078. {block:Chat}
  1079. {block:Title}<h1 class="post-title"><a href="{Permalink}">{Title}</a></h1>{/block:Title}
  1080. <ul class="chat">{block:Lines}
  1081. <li>
  1082. {block:Label}<div class="chatter">{Label}</div>{/block:Label}
  1083. {Line}
  1084. </li>
  1085. {/block:Lines}</ul>
  1086. {/block:Chat}
  1087.  
  1088. {block:Answer}
  1089. <table style="padding-bottom:5px;margin-bottom:5px;">
  1090. <tr>
  1091. <td class="askerbg" style="vertical-align:top;padding-right:10px;"><img src="{AskerPortraitURL-64}"></td><td style="vertical-align:top;"><strong>{Asker} asked:</strong>
  1092. <div class="question">{Question}</div>
  1093. </td>
  1094. </tr>
  1095. </table>
  1096. {Answer}
  1097. {/block:Answer}
  1098.  
  1099. {block:Audio}
  1100. <div class="audiopost">
  1101. <div class="audiobox">
  1102. <div class="button">
  1103. {block:AudioPlayer}{AudioPlayer}{/block:AudioPlayer}
  1104. </div>
  1105. </div>
  1106. {block:AlbumArt}
  1107. <img src="{AlbumArtURL}" class="album-art">
  1108. {/block:AlbumArt}
  1109. <div class="audioinfo">
  1110. {block:TrackName}<li class="track">{TrackName}</li>{/block:TrackName}
  1111. {block:Artist}<li>{Artist}</li>{/block:Artist}
  1112. {block:Album}<li>{Album}</li>{/block:Album}
  1113. </div>
  1114. </div>
  1115. {block:Caption}
  1116. {block:NotReblog}
  1117. <li class="caption">
  1118. {Caption}
  1119. </li>
  1120. {/block:NotReblog}
  1121. {block:RebloggedFrom}
  1122. {block:Reblogs}
  1123. <li class="caption">
  1124. <img src="{PortraitURL-64}" class="user-icon">
  1125. <div class="username {block:IsDeactivated}deactive{/block:IsDeactivated}"><a href="{Permalink}">{Username}</a></div>
  1126. {Body}
  1127. </li>
  1128. {/block:Reblogs}
  1129. {/block:RebloggedFrom}
  1130. {/block:Caption}
  1131. {/block:Audio}
  1132.  
  1133. <!----- INFO ----->
  1134.  
  1135. {block:Date}
  1136. <div class="info">
  1137. {block:PinnedPostLabel}<a href="{Permalink}" class="pinned-post"><i class="fas fa-thumbtack"></i> {PinnedPostLabel}</a>{/block:PinnedPostLabel}
  1138. <a href="/day/{Year}/{MonthNumberWithZero}/{DayOfMonth}" title="{TimeAgo}" style="text-transform:lowercase"><i class="cp cp-calendar-o" style="font-size:15px; font-weight:bold;"></i></a>
  1139. {block:NoteCount} <a href="{Permalink}" title="{NoteCountWithLabel}"><i class="cp cp-graph-o" style="font-size:15px; font-weight:bold;"></i></a>{/block:NoteCount}
  1140.  
  1141. <!-- reblog info and content source on permalink pages -->
  1142.  
  1143. {block:PermalinkPage}
  1144.  
  1145. {block:RebloggedFrom}
  1146. <a href="{ReblogParentURL}" title="reblogged from"><i class="cp cp-chevron-left" style="font-size:15px; font-weight:bold;"></i></a>
  1147. <a href="{ReblogRootURL}" title="original poster"><i class="cp cp-compass-o" style="font-size:15px; font-weight:bold;"></i></a>
  1148. {/block:RebloggedFrom}
  1149.  
  1150. {/block:PermalinkPage}
  1151.  
  1152. <!-- like and reblog buttons -->
  1153.  
  1154. <a href="{ReblogURL}" target="_blank" title="reblog this post"><i class="cp cp-reblog-alt" style="font-size:15px; font-weight:bold;"></i></a>
  1155.  
  1156. <a class="likeb" href="#" title="like this post">{LikeButton}<span class="actual-button"><i class="cp cp-heart-o" style="font-size:15px; font-weight:bold;"></i></span></a>
  1157.  
  1158. </div>
  1159. {/block:Date}
  1160.  
  1161. <!----- TAGS ----->
  1162.  
  1163. {block:HasTags}
  1164. <div class="tags">
  1165. {block:Tags}<a href="{TagURL}">#{Tag} &nbsp;</a>{/block:Tags}
  1166. </div>
  1167. {/block:HasTags}
  1168.  
  1169. <!----- POST NOTES ----->
  1170.  
  1171. {block:PermalinkPage}{block:Date}
  1172. {block:NoteCount}{block:PostNotes}
  1173. <div class="notes">
  1174. {PostNotes-64}
  1175. </div>
  1176. {/block:PostNotes}{/block:NoteCount}
  1177. {/block:Date}{/block:PermalinkPage}
  1178.  
  1179. </article>
  1180. {/block:Posts}
  1181.  
  1182. <!-- end of posts container -->
  1183.  
  1184. </section>
  1185.  
  1186. <!----- PAGINATION ----->
  1187.  
  1188. {block:Pagination}
  1189. <article id="page-navigation">
  1190. {block:PreviousPage}<a href="{PreviousPage}">previous page</a>{/block:PreviousPage}
  1191. {block:JumpPagination length="5"}
  1192. {block:CurrentPage}<span class="current-page">{PageNumber}</span>{/block:CurrentPage}
  1193. {block:JumpPage}<a href="{URL}">{PageNumber}</a>{/block:JumpPage}
  1194. {/block:JumpPagination}
  1195. {block:NextPage}<a href="{NextPage}">next page</a>{/block:NextPage}
  1196. </article>
  1197. {/block:Pagination}
  1198.  
  1199. </div>
  1200. <!-- end of main container -->
  1201.  
  1202. <!-- tumblr controls -->
  1203.  
  1204. <div class="controls"><i class="fas fa-power-off"></i></div>
  1205. </main>
  1206.  
  1207. <!----- CREDIT: DO NOT REMOVE ----->
  1208.  
  1209. <a href="https://geminicodes.tumblr.com" title="by bru" id="credit"><i class="far fa-moon"></i></a>
  1210.  
  1211.  
  1212. {block:IfScrollToTop}<script>var topButton = "sleek/simple-light";</script><script src="//backtotopbutton.com/script/toTop.js"></script>{/block:IfScrollToTop}
  1213.  
  1214.  
  1215. <script>
  1216. $(document).ready(function(){
  1217. $('.search').submit(function(event){
  1218. var value = $('input:first').val();
  1219. location.replace('https://{Name}.tumblr.com/tagged/' + value);
  1220. });
  1221. });
  1222. </script>
  1223.  
  1224.  
  1225. </body>
  1226.  
  1227.  
  1228. <script src="https://unpkg.com/popper.js@1"></script>
  1229. <script src="https://unpkg.com/tippy.js@5/dist/tippy-bundle.iife.js"></script>
  1230. <link rel="stylesheet" href="https://unpkg.com/tippy.js@5/dist/svg-arrow.css" />
  1231.  
  1232.  
  1233.  
  1234. <script>
  1235.  
  1236.  
  1237. tippy('a[title]', {
  1238. theme: 'gradient',
  1239. arrow: false,
  1240. zIndex: 9999999999,
  1241. maxWidth: 300,
  1242.  
  1243. content(reference) {
  1244. const title = reference.getAttribute('title');
  1245. reference.removeAttribute('title');
  1246. return title;
  1247. },
  1248. });
  1249.  
  1250.  
  1251. </script>
  1252.  
  1253. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement