themesbyces

Theme — Unknown

Feb 29th, 2020 (edited)
1,640
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 31.21 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC>
  2.  
  3. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  4.  
  5. <html>
  6.  
  7. <head>
  8.  
  9. <title>{Title}</title>
  10.  
  11. <link rel="shortcut icon" href="{Favicon}">
  12.  
  13. <!-- Unknown by Franchesca (extasisthemes) -->
  14.  
  15. <!-- Metadata -->
  16.  
  17. <meta name="color:Asker Background" content="#f0f0f0"/>
  18. <meta name="color:Background" content="#f8f8f8"/>
  19. <meta name="color:Border" content="#eeeeee"/>
  20. <meta name="color:Link" content="#000000"/>
  21. <meta name="color:Link Hover" content="#cfcfcf"/>
  22. <meta name="color:Like" content="#ec6363"/>
  23. <meta name="color:Main Color" content="#ccaaaa"/>
  24. <meta name="color:Pin" content="#31a49d"/>
  25. <meta name="color:Post Background" content="#ffffff"/>
  26. <meta name="color:Question Background" content="#ffffff"/>
  27. <meta name="color:Quote Icon Color" content="#ffffff"/>
  28. <meta name="color:Scrollbar" content="#000000"/>
  29. <meta name="color:Text" content="#555555"/>
  30. <meta name="color:Tooltip Background" content="#000000"/>
  31. <meta name="color:Tooltip Color" content="#ffffff"/>
  32.  
  33. <meta name="select:Body Font" content="Karla" title="Karla"/>
  34. <meta name="select:Body Font" content="Montserrat" title="Montserrat"/>
  35. <meta name="select:Body Font" content="Muli" title="Muli"/>
  36. <meta name="select:Body Font" content="Open Sans" title="Open Sans"/>
  37. <meta name="select:Body Font" content="Poppins" title="Poppins"/>
  38. <meta name="select:Body Font" content="Raleway" title="Raleway"/>
  39. <meta name="select:Body Font" content="Work Sans" title="Work Sans"/>
  40.  
  41. <meta name="select:Body Font Size" content="1rem" title="1rem"/>
  42. <meta name="select:Body Font Size" content="0.9rem" title="0.9rem"/>
  43. <meta name="select:Body Font Size" content="0.8rem" title="0.8rem"/>
  44.  
  45. <meta name="select:Uppercase Font Size" content="0.9rem" title="0.9rem"/>
  46. <meta name="select:Uppercase Font Size" content="0.8rem" title="0.8rem"/>
  47.  
  48. <meta name="image:Container Background Image" content="https://i.imgur.com/JYaCY8U.jpg"/>
  49. <meta name="image:Sidebar Background Image" content="https://i.imgur.com/rVbYBHl.png"/>
  50. <meta name="image:Image" content="https://i.imgur.com/JmiKxKv.png"/>
  51.  
  52. <meta name="text:Title" content="Unknown"/>
  53.  
  54. <meta name="text:Link 1 URL" content="/"/>
  55. <meta name="text:Link 1 Name" content="Link One"/>
  56. <meta name="text:Link 2 URL" content="/"/>
  57. <meta name="text:Link 2 Name" content="Link Two"/>
  58. <meta name="text:Link 3 URL" content="/"/>
  59. <meta name="text:Link 3 Name" content="Link Three"/>
  60. <meta name="text:Link 4 URL" content="/"/>
  61. <meta name="text:Link 4 Name" content="Link Four"/>
  62. <meta name="text:Link 5 URL" content="/"/>
  63. <meta name="text:Link 5 Name" content="Link Five"/>
  64.  
  65. <meta name="if:Pop Up" content="1"/>
  66.  
  67. <meta name="text:About Title" content="About Me"/>
  68.  
  69. <meta name="text:About" content="Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat."/>
  70.  
  71. <meta name="text:Muses Title" content="My Muses"/>
  72.  
  73. <meta name="image:Muses Image One" content="https://i.imgur.com/EuCs2sN.png"/>
  74. <meta name="image:Muses Image Two" content="https://i.imgur.com/ee6Al1l.png"/>
  75. <meta name="image:Muses Image Three" content="https://i.imgur.com/7aDCI2K.png"/>
  76. <meta name="image:Muses Image Four" content="https://i.imgur.com/PzKOaah.png"/>
  77.  
  78. <meta name="if:Submit Link" content="1"/>
  79.  
  80. <meta name="if:Hide Tags" content="0"/>
  81. <meta name="if:Show Tags" content="1"/>
  82.  
  83. <!-- Google Fonts Script -->
  84.  
  85. <link href="https://fonts.googleapis.com/css2?family=Karla:ital,wght@0,400;0,700;1,400;1,700&family=Montserrat:ital,wght@0,400;0,700;1,400;1,700&family=Muli:ital,wght@0,400;0,700;1,400;1,700&family=Open+Sans:ital,wght@0,400;0,700;1,400;1,700&family=Poppins:ital,wght@0,400;0,700;1,400;1,700&family=Raleway:ital,wght@0,400;0,700;1,400;1,700&family=Work+Sans:ital,wght@0,400;0,700;1,400;1,700&display=swap" rel="stylesheet">
  86.  
  87. <!-- Styled Tooltips Script -->
  88.  
  89. <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  90.  
  91. <script src="https://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  92.  
  93. <script>
  94. (function($){
  95. $(document).ready(function(){
  96. $("a[title], button[title]").style_my_tooltips({
  97. tip_follows_cursor:true,
  98. tip_delay_time:90,
  99. tip_fade_speed:600,
  100. attribute:"title"
  101. });
  102. });
  103. })(jQuery);
  104. </script>
  105.  
  106. <!-- Font Awesome Script -->
  107.  
  108. <link href="//use.fontawesome.com/releases/v6.0.0/css/all.css" rel="stylesheet">
  109.  
  110. <!--✻✻✻✻✻✻  npf audio player by @glenthemes  ✻✻✻✻✻✻-->
  111.  
  112. <script src="//tmblr-npf-audio.gitlab.io/s/init.js"></script>
  113.  
  114. <link href="//tmblr-npf-audio.gitlab.io/s/base.css" rel="stylesheet">
  115.  
  116. <script>
  117. tumblr_npf_audio({
  118. emptyTitleText: "",
  119. emptyArtistText: "",
  120. emptyAlbumText: "",
  121. titleLabel: "",    
  122. artistLabel: "",
  123. albumLabel: "",
  124. });
  125. </script>
  126.  
  127. <!-- Unnest Captions Script -->
  128.  
  129. <script src="//code.jquery.com/jquery-2.2.4.min.js"></script>
  130.  
  131. <script src="https://static.tumblr.com/wgg6svp/OoTofxa0c/unnest.min.js"></script>
  132.  
  133. <script>
  134. $(function(){  $('.entries').unnest({
  135. yourCaption: ".text, .caption",
  136. wrapName: ".tumblr_parent",
  137. newCaptionUsername: false,
  138. originalPostCaptionUsername: false,
  139. tumblrAvatars: true,
  140. tumblrAvatarClass: ".tumblr_avatar",
  141. usernameColon: false
  142. });
  143. });
  144. </script>
  145.  
  146. <!-- NPF images fix v3.0 by @glenthemes [2021] 💌 git.io/JRBt7 -->
  147.  
  148. <script src="//npf-images-v3.github.io/script.js"></script>
  149.  
  150. <link rel="stylesheet" href="//npf-images-v3.github.io/recon.css">
  151. <style tmblr-npf>
  152. :root {
  153. --NPF-Caption-Spacing: 1em;
  154. --NPF-Image-Spacing: 1px;
  155. }
  156. </style>
  157.  
  158. <link rel="stylesheet" media="screen" href="//assets.tumblr.com/client/prod/standalone/blog-network-npf/index.build.css">
  159.  
  160. <!-- Inline Images Resizing Script -->
  161.  
  162. <script>
  163. $(".tmblr-full, figure").each(function(){
  164. var imgWidth = $(this).attr("data-orig-width"),
  165. img = $(this).find("img"),
  166. imgSrc = img.attr("src");
  167. $('figure').css({'margin-left':'0','margin-right':'0','display':'inline-block'});
  168. if (imgWidth >= 500){
  169. img.attr("src",imgSrc.replace("_500.","_1280."));
  170. $('.tmblr-full img, figure img').css({'width':'auto','height':'auto','vertical-align':'middle'});
  171. }
  172. });  
  173. </script>
  174.  
  175. <!-- PXU Script -->
  176.  
  177. <link href="https://static.tumblr.com/qudkd6d/OcDnl99gb/style.css" rel="stylesheet" type="text/css"/>
  178.  
  179. <script src="https://static.tumblr.com/qudkd6d/Az6nkemqr/pxuphotoset.min.js"></script>
  180.  
  181. <script>
  182. $(document).ready(function(){
  183. $('.photo-slideshow').pxuPhotoset({
  184. lightbox: true,
  185. rounded: false,
  186. gutter: '1px',
  187. borderRadius: '0px',
  188. photoset: '.photo-slideshow',
  189. photoWrap: '.photo-data',
  190. photo: '.pxu-photo'
  191. });
  192. });
  193. </script>
  194.  
  195. <!-- Responsive Tumblr Videos Script -->
  196.  
  197. <script src="https://rawgit.com/robinpx/tumblr/master/scripts/flexibleFrames/flexibleFrames.min.js"></script>
  198.  
  199. <script>
  200. $(document).ready(function() {
  201. flexibleFrames($(".video"));  
  202. });
  203. </script>
  204.  
  205. <!-- Hide & Show Script -->
  206.  
  207. <script>
  208. $(document).ready(function(){
  209. $(".tags").hide();
  210. $(".tags-title").click(function(){
  211. $(this).next(".tags").slideToggle('fast');
  212. });
  213. });
  214. </script>
  215.  
  216. <style type="text/css">
  217.  
  218. .tmblr-iframe--app-cta-button {
  219. display: none!important;
  220. }
  221.  
  222. ::-webkit-scrollbar-thumb:vertical {
  223. background: {color:Scrollbar};
  224. }
  225.  
  226. ::-webkit-scrollbar {
  227. width: 1px;
  228. }
  229.  
  230. ::selection {
  231. background: {color:Main Color};
  232. color: white;
  233. }
  234.  
  235. ::-moz-selection {
  236. background: {color:Main Color};
  237. color: white;
  238. }
  239.  
  240. #s-m-t-tooltip {
  241. background: {color:Tooltip Background};
  242. border-radius: 5px;
  243. color: {color:Tooltip Color};
  244. font-size: {select:Uppercase Font Size};
  245. margin-top: 30px;
  246. padding: 5px;
  247. text-align: center;
  248. text-transform: uppercase;
  249. z-index: 999999999999999999999999999999999999;
  250. }
  251.  
  252. body {
  253. background: {color:Background};
  254. color: {color:Text};
  255. cursor: url(https://i.imgur.com/lhPqll6.png), progress;
  256. font-family: '{select:Body Font}', sans-serif;
  257. font-size: {select:Body Font Size};
  258. font-style: normal;
  259. font-weight: 400;
  260. hyphens: auto;
  261. letter-spacing: 1px;
  262. margin: 0px;
  263. text-align: left;
  264. text-transform: none;
  265. word-wrap: break-word;
  266. }
  267.  
  268. a {
  269. color: {color:Link};
  270. text-decoration: none;
  271. -webkit-transition: all 0.5s ease;
  272. -moz-transition: all 0.5s ease;
  273. -o-transition: all 0.5s ease;
  274. }
  275.  
  276. a:hover {
  277. color: {color:Link Hover};
  278. }
  279.  
  280. b {
  281. font-weight: 700;
  282. }
  283.  
  284. h1 {
  285. font-size: 1.2rem;
  286. font-weight: bold;
  287. margin-block-start: 0em;
  288. text-transform: lowercase;
  289. }
  290.  
  291. h2 {
  292. font-size: 1rem;
  293. font-weight: bold;
  294. margin-block-start: 0em;
  295. }
  296.  
  297. blockquote {
  298. border-left: 1px solid {color:Border};
  299. margin: 5px;
  300. padding-left: 5px;
  301. }
  302.  
  303. blockquote img {
  304. height: auto;
  305. max-width: 100%;
  306. }
  307.  
  308. blockquote blockquote {
  309. border-left: 1px solid {color:Border};
  310. padding-left: 5px;
  311. }
  312.  
  313. pre {
  314. background: #f8f8f8;
  315. border-radius: 5px;
  316. padding: 10px;
  317. word-wrap: break-all;
  318. white-space: pre-wrap;
  319. }
  320.  
  321. #container {
  322. background-attachment: fixed;
  323. background-image: url('{image:Container Background Image}');
  324. background-repeat: repeat;
  325. border: 1px solid {color:Border};
  326. border-radius: 5px;
  327. height: 500px;
  328. left: calc(50% - 426px);
  329. position: fixed;
  330. top: calc(50% - 251px);
  331. width: 850px;
  332. }
  333.  
  334. #user-information {
  335. background-attachment: fixed;
  336. background-image: url('{image:Sidebar Background Image}');
  337. background-repeat: repeat;
  338. border: 1px solid {color:Border};
  339. border-radius: 5px;
  340. height: 430px;
  341. margin-bottom: 100px;
  342. margin-left: -100px;
  343. margin-top: -25px;
  344. position: absolute;
  345. width: 440px;
  346. }
  347.  
  348. .tabs-icons-wrapper {
  349. align-items: center;
  350. background: {color:Asker Background};
  351. border-bottom: 1px solid {color:Border};
  352. border-top-left-radius: 5px;
  353. border-top-right-radius: 5px;
  354. display: flex;
  355. height: 15px;
  356. padding: 20px;
  357. width: calc(100% - 40px);
  358. }
  359.  
  360. .wrapper {
  361. margin: 20px;
  362. }
  363.  
  364. .title {
  365. font-size: {select:Body Font Size};
  366. font-weight: bold;
  367. margin-left: 65px;
  368. text-transform: uppercase;
  369. }
  370.  
  371. .image {
  372. height: 250px;
  373. width: 250px;
  374. }
  375.  
  376. .image img {
  377. border-radius: 100%;
  378. height: 250px;
  379. width: 250px;
  380. }
  381.  
  382. .navigation-links {
  383. height: 128px;
  384. margin-left: 222.45px;
  385. margin-top: -189px;
  386. position: absolute;
  387. width: 36.39px;
  388. }
  389.  
  390. .description {
  391. background: {color:Post Background};
  392. border: 1px solid {color:Border};
  393. border-radius: 5px;
  394. bottom: 84px;
  395. font-size: {select:Uppercase Font Size};
  396. height: 250px;
  397. margin-left: 300px;
  398. position: absolute;
  399. width: 200px;
  400. text-transform: uppercase;
  401. }
  402.  
  403. .main-links {
  404. align-items: center;
  405. display: flex;
  406. font-size: {select:Uppercase Font Size};
  407. margin-top: 50px;
  408. text-transform: uppercase;
  409. width: 420px;
  410. }
  411.  
  412. .main-links a {
  413. background: {color:Post Background};
  414. border: 1px solid {color:Border};
  415. border-radius: 100px;
  416. display: inline-block;
  417. margin-right: 10px;
  418. width: 195px;
  419. }
  420.  
  421. .navigation {
  422. display: inline-block;
  423. -webkit-transition: all 0.5s ease;
  424. -moz-transition: all 0.5s ease;
  425. -o-transition: all 0.5s ease;
  426. }
  427.  
  428. .navigation-title {
  429. background: {color:Post Background};
  430. border: 1px solid {color:Border};
  431. border-radius: 100px;
  432. display: inline-block;
  433. font-family: '{select:Body Font}', sans-serif;
  434. font-size: {select:Uppercase Font Size};
  435. letter-spacing: 1px;
  436. padding: 0px;
  437. text-align: left;
  438. text-transform: uppercase;
  439. width: 195px;
  440. -webkit-transition: all 0.5s ease;
  441. -moz-transition: all 0.5s ease;
  442. -o-transition: all 0.5s ease;
  443. }
  444.  
  445. .navigation:hover .navigation-content {
  446. display: block;
  447. }
  448.  
  449. .navigation:hover .navigation-title {
  450. color: {color:Link Hover};
  451. }
  452.  
  453. .navigation-content {
  454. background: {color:Post Background};
  455. border: 1px solid {color:Border};
  456. bottom: 44px;
  457. display: none;
  458. padding: 10px;
  459. padding-bottom: 0px;
  460. position: absolute;
  461. text-align: left;
  462. width: 175px;
  463. z-index: 1;
  464. }
  465.  
  466. .navigation-content a {
  467. background: none;
  468. border: none;
  469. border-radius: 0px;
  470. color: {color:Link}!important;
  471. display: block;
  472. margin-bottom: 10px;
  473. padding: 0px;
  474. -webkit-transition: all 0.5s ease;
  475. -moz-transition: all 0.5s ease;
  476. -o-transition: all 0.5s ease;
  477. }
  478.  
  479. .navigation-content a:hover {
  480. color: {color:Link Hover}!important;
  481. }
  482.  
  483. #navigation {
  484. background: none;
  485. border: none;
  486. outline: none;
  487. margin-left: 367px;
  488. margin-top: 38px;
  489. padding: 0px;
  490. position: absolute;
  491. width: 32.8px;
  492. z-index: 1;
  493. }
  494.  
  495. .modal {
  496. animation-duration: 0.5s;
  497. animation-name: animatetop;
  498. display: none;
  499. height: 100%;
  500. left: 0px;
  501. overflow: auto;
  502. position: fixed;
  503. top: 0px;
  504. width: 100%;
  505. z-index: 999999999999999999999999999999999999;
  506. }
  507.  
  508. .modal-content {
  509. background: {color:Post Background};
  510. border: 1px solid {color:Border};
  511. border-radius: 5px;
  512. height: 400px;
  513. left: calc(50% - -98px);
  514. padding-right: 10px;
  515. position: fixed;
  516. top: calc(50% - 173px);
  517. width: 400px;
  518. }
  519.  
  520. .modal-content-holder {
  521. height: 304px;
  522. overflow-x: hidden;
  523. overflow-y: scroll;
  524. padding: 20px;
  525. width: 370px;
  526. }
  527.  
  528. .about {
  529. margin-bottom: 20px;
  530. margin-left: auto;
  531. margin-right: auto;
  532. width: 360px;
  533. }
  534.  
  535. .about-title {
  536. border-bottom: 1px solid {color:Border};
  537. font-weight: bold;
  538. margin-bottom: 20px;
  539. padding-bottom: 20px;
  540. text-transform: uppercase;
  541. }
  542.  
  543. .about-content {
  544. background: {color:Asker Background};
  545. font-size: {select:Uppercase Font Size};
  546. padding: 20px;
  547. text-transform: uppercase;
  548. }
  549.  
  550. .muses {
  551. margin-left: auto;
  552. margin-right: auto;
  553. width: 360px;
  554. }
  555.  
  556. .muses-title {
  557. border-bottom: 1px solid {color:Border};
  558. font-weight: bold;
  559. margin-bottom: 20px;
  560. padding-bottom: 20px;
  561. text-transform: uppercase;
  562. }
  563.  
  564. .muses-gallery {
  565. float: left;
  566. margin: -5px;
  567. overflow: hidden;
  568. width: 370px;
  569. }
  570.  
  571. .muses-image {
  572. float: left;
  573. height: 82.5px;
  574. margin: 5px;
  575. width: 82.5px;
  576. }
  577.  
  578. .muses-image img {
  579. height: 82.5px;
  580. width: 82.5px;
  581. }
  582.  
  583. @keyframes animatetop {
  584.  
  585. from {
  586. opacity: 0;
  587. }
  588.  
  589. to {
  590. top: 0px;
  591. opacity: 1;
  592. }
  593.  
  594. }
  595.  
  596. #posts-wrapper {
  597. height: 400px;
  598. overflow-x: hidden;
  599. overflow-y: scroll;
  600. margin-top: 21.5px;
  601. padding-right: 10px;
  602. position: absolute;
  603. margin-left: 523px;
  604. width: 402px;
  605. }
  606.  
  607. #posts {
  608. width: 392px;
  609. }
  610.  
  611. .entries {
  612. background: {color:Post Background};
  613. border: 1px solid {color:Border};
  614. border-radius: 5px;
  615. margin-bottom: 50px;
  616. padding: 20px;
  617. width: 350px;
  618. }
  619.  
  620. .entries img {
  621. height: auto;
  622. max-width: 100%;
  623. }
  624.  
  625. .npf_row img {
  626. width: 100%;
  627. }
  628.  
  629. .tmblr-full {
  630. margin-bottom: 10px;
  631. }
  632.  
  633. .npf_inst {
  634. margin-bottom: 20px;
  635. }
  636.  
  637. .npf-wrapper {
  638. margin: 0px;
  639. }
  640.  
  641. .npf-wrapper .tmblr-full {
  642. display: flex;
  643. }
  644.  
  645. .text-wrapper {
  646. margin: 0px;
  647. }
  648.  
  649. .read_more {
  650. background: {color:Main Color};
  651. border: 1px solid {color:Border};
  652. border-radius: 5px;
  653. color: white;
  654. display: inline-block;
  655. font-size: {select:Uppercase Font Size};
  656. padding: 10px;
  657. text-align: center;
  658. text-transform: uppercase;
  659. width: calc(100% - 22px);
  660. }
  661.  
  662. .read_more:hover {
  663. background: white;
  664. color: {color:Main Color};
  665. }
  666.  
  667. .vignette, #vignette {
  668. opacity: 0;
  669. }
  670.  
  671. .lightbox-image, #tumblr_lightbox img {
  672. border-radius: 0!important;
  673. box-shadow: none!important;
  674. max-width: none;
  675. }
  676.  
  677. .tmblr-lightbox, #tumblr_lightbox {
  678. background-attachment: fixed;
  679. background-image: url('https://i.imgur.com/7wF2zbK.png');
  680. background-repeat: repeat;
  681. }
  682.  
  683. .lightbox-caption, #tumblr_lightbox_caption {
  684. visibility: hidden;
  685. }
  686.  
  687. .text p {
  688. margin-top: 0px;
  689. }
  690.  
  691. .caption {
  692. margin-top: 20px;
  693. }
  694.  
  695. .caption p {
  696. margin-top: 0px;
  697. }
  698.  
  699. blockquote.tumblr_parent {
  700. border: none;
  701. border-bottom: 1px solid {color:Border};
  702. margin: 0px;
  703. margin-bottom: 20px;
  704. padding: 0px;
  705. }
  706.  
  707. blockquote.tumblr_parent:last-child {
  708. border-bottom: 0px;
  709. }
  710.  
  711. blockquote.user-reblog {
  712. border: none;
  713. margin: 0px;
  714. padding: 0px;
  715. }
  716.  
  717. .tumblr_avatar {
  718. border-radius: 100px;
  719. height: 30px;
  720. margin-bottom: 20px;
  721. width: 30px;
  722. }
  723.  
  724. .tumblr_avatar img {
  725. height: 30px;
  726. width: 30px;
  727. }
  728.  
  729. .user-image img {
  730. height: 30px;
  731. width: 30px;
  732. }
  733.  
  734. a.tumblr_blog {
  735. font-size: {select:Body Font Size};
  736. font-weight: bold;
  737. margin-top: calc((30px - {select:Body Font Size}) / 4);
  738. display: inline-block;
  739. position: absolute;
  740. margin-left: 10px;
  741. text-align: center;
  742. text-transform: lowercase;
  743. }
  744.  
  745. .ask-wrapper {
  746. width: 100%;
  747. }
  748.  
  749. .asker {
  750. background: {color:Asker Background};
  751. border: 1px solid {color:Border};
  752. padding: 20px;
  753. }
  754.  
  755. .asker-url {
  756. font-size: {select:Uppercase Font Size};
  757. text-align: center;
  758. text-transform: uppercase;
  759. }
  760.  
  761. .asker-url a {
  762. background: none;
  763. padding: 0px;
  764. }
  765.  
  766. .question {
  767. background: {color:Question Background};
  768. border: 1px solid {color:Border};
  769. border-top: none;
  770. padding: 20px;
  771. text-align: center;
  772. }
  773.  
  774. .quote {
  775. background: {color:Asker Background};
  776. font-size: {select:Uppercase Font Size};
  777. padding: 10px;
  778. text-transform: uppercase;
  779. }
  780.  
  781. .quote-icon {
  782. background: {color:Main Color};
  783. display: inline-block;
  784. color: {color:Quote Icon Color};
  785. margin: -10px;
  786. padding: 10px;
  787. }
  788.  
  789. .quote-wrapper {
  790. margin-top: 20px;
  791. width: 100%;
  792. }
  793.  
  794. .quote a.tumblr_blog {
  795. font-size: {select:Uppercase Font Size};
  796. font-weight: normal;
  797. margin-top: 0px;
  798. margin-left: 0px;
  799. display: inline-block;
  800. position: relative;
  801. text-align: center;
  802. text-transform: uppercase;
  803. }
  804.  
  805. .website {
  806. background: {color:Main Color};
  807. color: {color:Quote Icon Color};
  808. font-size: {select:Uppercase Font Size};
  809. padding: 10px;
  810. text-transform: uppercase;
  811. }
  812.  
  813. .website a {
  814. color: {color:Quote Icon Color};
  815. }
  816.  
  817. .website a:hover {
  818. color: {color:Link Hover};
  819. }
  820.  
  821. .chat {
  822. font-size: {select:Uppercase Font Size};
  823. text-transform: uppercase;
  824. }
  825.  
  826. .chat li {
  827. list-style-type: none;
  828. }
  829.  
  830. .chat li:nth-child(odd) {
  831. background: {color:Main Color};
  832. color: {color:Quote Icon Color};
  833. padding: 10px;
  834. }
  835.  
  836. .chat li:nth-child(even) {
  837. background: {color:Asker Background};
  838. color: {color:Main Color};
  839. padding: 10px;
  840. }
  841.  
  842. .audio iframe {
  843. height: 85px;
  844. width: 350px;
  845. }
  846.  
  847. figure {
  848. display: flex;
  849. width: 100%;
  850. }
  851.  
  852. figcaption.npf-audio-wrapper {
  853. width: 100%;
  854. }
  855.  
  856. .npf-audio-wrapper {
  857. --NPF-Audio-Buttons-Size: 1.4rem;
  858. --NPF-Audio-Buttons-Color: #555555;
  859. --NPF-Audio-Buttons-Spacing: 1.3rem;
  860. --NPF-Audio-Image-Size: 85px;
  861. --NPF-Audio-Image-Spacing: 0px;
  862. }
  863.  
  864. span.npf-audio-title {
  865. font-weight: bold;
  866. }
  867.  
  868. .npf-audio-background {
  869. background-color: #f2f2f2;
  870. padding: 1.5rem;
  871. }
  872.  
  873. video {
  874. height: auto;
  875. width: 100%;
  876. }
  877.  
  878. .source {
  879. background: {color:Asker Background};
  880. border-radius: 5px;
  881. display: inline-block;
  882. font-size: {select:Uppercase Font Size};
  883. margin-top: 10px;
  884. padding: 5px;
  885. text-transform: uppercase;
  886. }
  887.  
  888. .entries-information {
  889. border-top: 1px solid {color:Border};
  890. font-size: {select:Uppercase Font Size};
  891. margin-top: 20px;
  892. padding-top: 20px;
  893. text-transform: uppercase;
  894. }
  895.  
  896. .border {
  897. background: {color:Main Color};
  898. height: 3px;
  899. margin-top: -22px;
  900. position: absolute;
  901. width: 30px;
  902. }
  903.  
  904. .like-b {
  905. display: inline-block;
  906. margin-right: 0px;
  907. position: relative;
  908. }
  909.  
  910. .like-b .like_button iframe {
  911. bottom: 0px;
  912. left: 0px;
  913. opacity: 0;
  914. position: absolute;
  915. right: 0px;
  916. top: 0px;
  917. }
  918.  
  919. .like-b .liked + .b {
  920. color: {color:Like};
  921. }
  922.  
  923. .like-b .liked + .b:after {
  924. content: 'd';
  925. }
  926.  
  927. .tags-title a {
  928. color: {color:Link};
  929. margin-top: 20px;
  930. margin-left: auto;
  931. margin-right: auto;
  932. margin-top: 20px;
  933. text-align: center;
  934. width: 70px;
  935. -webkit-transition: all 0.5s ease;
  936. -moz-transition: all 0.5s ease;
  937. -o-transition: all 0.5s ease;
  938. }
  939.  
  940. .tags-title:hover {
  941. color: {color:Link Hover};
  942. }
  943.  
  944. .tags {
  945. margin-top: 5px;
  946. }
  947.  
  948. .tags-alternate {
  949. margin-top: 5px;
  950. }
  951.  
  952. ol.notes {
  953. font-size: {select:Uppercase Font Size};
  954. margin: -10px;
  955. margin-top: 20px;
  956. padding: 0px;
  957. text-align: left;
  958. text-transform: uppercase;
  959. }
  960.  
  961. ol.notes li {
  962. list-style-type: none;
  963. margin: 10px;
  964. }
  965.  
  966. ol.notes li.note img.avatar {
  967. border-radius: 100px;
  968. vertical-align: -4px;
  969. height: 16px;
  970. margin-right: 10px;
  971. width: 16px;
  972. }
  973.  
  974. .more_notes_link {
  975. background: {color:Main Color};
  976. border-radius: 5px;
  977. color: white;
  978. display: inline-block;
  979. padding: 5px 10px 5px 10px;
  980. text-align: center;
  981. }
  982.  
  983. .pagination {
  984. font-size: {select:Uppercase Font Size};
  985. text-transform: uppercase;
  986. }
  987.  
  988. #credit {
  989. bottom: 15px;
  990. font-size: 0.9rem;
  991. position: fixed;
  992. right: 15px;
  993. text-transform: uppercase;
  994. }
  995.  
  996. #credit a {
  997. color: {color:Link};
  998. }
  999.  
  1000. #credit a:hover {
  1001. color: {color:Link Hover};
  1002. }
  1003.  
  1004. {CustomCSS}
  1005.    
  1006. </style>
  1007.    
  1008. </head>
  1009.  
  1010. <body>
  1011.  
  1012. <div id="container">
  1013.  
  1014. {block:IfPopUp}
  1015. <button id="navigation" title="Blog Menu"><i class="fas fa-list-ul" style="background: {color:Main Color};border-radius: 100px;color: {color:Quote Icon Color};font-size: 0.9rem;padding: 10px;width: 0.9rem;"></i></button>
  1016.  
  1017. <div id="modal-popup" class="modal">
  1018.  
  1019. <div class="modal-content">
  1020.  
  1021. <div class="tabs-icons-wrapper" style="width: 370px;">
  1022. <div style="background: #e58a9e;border-radius: 100%;display: inline-block;height: 15px;position: absolute;width:15px;"></div>
  1023. <div style="background: #ffc781;border-radius: 100%;display: inline-block;height: 15px;margin-left: 20px;position: absolute;width:15px;"></div>
  1024. <div style="background: #a1dbb2;border-radius: 100%;display: inline-block;height: 15px;margin-left: 40px;position: absolute;width:15px;"></div>
  1025. <div class="title">_Navigation</div>
  1026. </div>
  1027.  
  1028. <div class="modal-content-holder">
  1029.  
  1030. <div class="about">
  1031.  
  1032. <div class="about-title">{text:About Title}</div>
  1033.  
  1034. <div class="about-content">{text:About}</div>
  1035.  
  1036. </div>
  1037.  
  1038. <div class="muses">
  1039.  
  1040. <div class="muses-title">{text:Muses Title}</div>
  1041.  
  1042. <div class="muses-gallery">
  1043.  
  1044. <div class="muses-image"><img src="{image:Muses Image One}"/></div>
  1045.  
  1046. <div class="muses-image"><img src="{image:Muses Image Two}"/></div>
  1047.  
  1048. <div class="muses-image"><img src="{image:Muses Image Three}"/></div>
  1049.  
  1050. <div class="muses-image"><img src="{image:Muses Image Four}"/></div>
  1051.  
  1052. </div>
  1053.  
  1054. </div>
  1055.  
  1056. </div>
  1057.  
  1058. </div>
  1059.  
  1060. </div>
  1061. {/block:IfPopUp}
  1062.  
  1063. <div class="tabs-icons-wrapper">
  1064. <div style="background: #e58a9e;border-radius: 100%;display: inline-block;height: 15px;position: absolute;width:15px;"></div>
  1065. <div style="background: #ffc781;border-radius: 100%;display: inline-block;height: 15px;margin-left: 20px;position: absolute;width:15px;"></div>
  1066. <div style="background: #a1dbb2;border-radius: 100%;display: inline-block;height: 15px;margin-left: 40px;position: absolute;width:15px;"></div>
  1067. <div class="title">_{Name}</div>
  1068. </div>
  1069.  
  1070. <div id="user-information">
  1071.  
  1072. <div class="tabs-icons-wrapper">
  1073. <div style="background: #e58a9e;border-radius: 100%;display: inline-block;height: 15px;position: absolute;width:15px;"></div>
  1074. <div style="background: #ffc781;border-radius: 100%;display: inline-block;height: 15px;margin-left: 20px;position: absolute;width:15px;"></div>
  1075. <div style="background: #a1dbb2;border-radius: 100%;display: inline-block;height: 15px;margin-left: 40px;position: absolute;width:15px;"></div>
  1076. <div class="title">_{text:Title}</div>
  1077. </div>
  1078.  
  1079. <div class="wrapper">
  1080.  
  1081. <div class="image"><img src="{image:Image}"/></div>
  1082.  
  1083. <div class="navigation-links">
  1084. <a href="/" title="Home"><i class="fas fa-home" style="background: {color:Quote Icon Color};border: 1px solid {color:Border};border-radius: 100px;color: {color:Main Color};font-size: 0.9rem;margin-bottom: 10px;padding: 10px;width: 0.9rem;"></i></a>
  1085. {block:AskEnabled}
  1086. <a href="/ask" title="Ask"><i class="fas fa-envelope" style="background: {color:Quote Icon Color};border: 1px solid {color:Border};border-radius: 100px;color: {color:Main Color};font-size: 0.9rem;margin-left: 10px;margin-bottom: 10px;padding: 10px;width: 0.9rem;"></i></a>
  1087. {/block:AskEnabled}
  1088. {block:SubmissionsEnabled}{block:IfSubmitLink}
  1089. <a href="/submit" title="Submit"><i class="fas fa-file-import" style="background: {color:Quote Icon Color};border: 1px solid {color:Border};border-radius: 100px;color: {color:Main Color};font-size: 0.9rem;padding: 10px;width: 0.9rem;"></i></a>
  1090. {/block:SubmissionsEnabled}{/block:IfSubmitLink}
  1091. </div>
  1092.  
  1093. {block:Description}
  1094. <div class="description">
  1095.  
  1096. <div class="tabs-icons-wrapper">
  1097. <div style="background: #e58a9e;border-radius: 100%;display: inline-block;height: 15px;position: absolute;width:15px;"></div>
  1098. <div style="background: #ffc781;border-radius: 100%;display: inline-block;height: 15px;margin-left: 20px;position: absolute;width:15px;"></div>
  1099. <div style="background: #a1dbb2;border-radius: 100%;display: inline-block;height: 15px;margin-left: 40px;position: absolute;width:15px;"></div>
  1100. <div class="title">_Info</div>
  1101. </div>
  1102.  
  1103. <div class="wrapper" style="height: 154px;overflow-y: scroll;margin-left: 0px;margin-top: 0px;padding: 20px; width: 160px;">
  1104. {Description}
  1105. </div>
  1106.  
  1107. </div>
  1108. {/block:Description}
  1109.  
  1110. <div class="main-links">
  1111. {block:ifLink1URL}<a href="{text:Link 1 URL}"><i class="fa-solid fa-wand-magic-sparkles" style="background: {color:Main Color};border-radius: 100px;color: {color:Quote Icon Color};font-size: 0.9rem;margin-right: 10px;padding: 10px;width: 0.9rem;"></i>{text:Link 1 Name}</a>{/block:ifLink1URL}
  1112. <div class="navigation">
  1113. <button class="navigation-title"><i class="fa-solid fa-ellipsis" style="background: {color:Main Color};border-radius: 100px;color: {color:Quote Icon Color};font-size: 0.9rem;margin-right: 10px;padding: 10px;width: 0.9rem;"></i>Links</button>
  1114. <div class="navigation-content">
  1115. {block:ifLink2URL}<a href="{text:Link 2 URL}">{text:Link 2 Name}</a>{/block:ifLink2URL}
  1116. {block:ifLink3URL}<a href="{text:Link 3 URL}">{text:Link 3 Name}</a>{/block:ifLink3URL}
  1117. {block:ifLink4URL}<a href="{text:Link 4 URL}">{text:Link 4 Name}</a>{/block:ifLink4URL}
  1118. {block:ifLink5URL}<a href="{text:Link 5 URL}">{text:Link 5 Name}</a>{/block:ifLink5URL}
  1119. <a href="/archive">Archive</a>
  1120. </div>
  1121. </div>
  1122. </div>
  1123.  
  1124. </div>
  1125.  
  1126. </div>
  1127.  
  1128. <div id="posts-wrapper">
  1129.  
  1130. <div id="posts">
  1131.  
  1132. {block:Posts}
  1133.  
  1134. <div class="entries" id="{PostID}" post-type="{PostType}">
  1135.  
  1136. <div class="tabs-icons-wrapper" style="margin: -20px;margin-bottom: 20px;width: 100%">
  1137. <div style="background: #e58a9e;border-radius: 100%;display: inline-block;height: 15px;position: absolute;width:15px;"></div>
  1138. <div style="background: #ffc781;border-radius: 100%;display: inline-block;height: 15px;margin-left: 20px;position: absolute;width:15px;"></div>
  1139. <div style="background: #a1dbb2;border-radius: 100%;display: inline-block;height: 15px;margin-left: 40px;position: absolute;width:15px;"></div>
  1140. </div>
  1141.  
  1142. {block:Text}
  1143. {block:NotReblog}
  1144. <div class="npf-wrapper">
  1145. {block:Title}
  1146. <h1>{Title}</h1>
  1147. {/block:Title}
  1148. {Body}
  1149. </div>
  1150. {/block:NotReblog}
  1151. {block:RebloggedFrom}
  1152. <div class="text-wrapper">
  1153. {block:Title}
  1154. <h1>{Title}</h1>
  1155. {/block:Title}
  1156. <div class="text">
  1157. {Body}
  1158. </div>
  1159. </div>
  1160. {/block:RebloggedFrom}
  1161. {/block:Text}
  1162.  
  1163. {block:Answer}
  1164. <div class="ask-wrapper">
  1165. <div class="asker">
  1166. <div class="asker-url">
  1167. <i class="far fa-question-circle" style="background: {color:Main Color};border-radius: 100px;color: {color:Post Background};font-size: 0.9rem;padding: 10px;width: 0.9rem;"></i>
  1168. <br><br>
  1169. A Message From <a href="{AskerURL}">{Asker}</a>
  1170. </div>
  1171. </div>
  1172. <div class="question">
  1173. {Question}
  1174. </div>
  1175. </div>
  1176. <div class="caption">
  1177. {Answer}
  1178. </div>
  1179. {/block:Answer}
  1180.  
  1181. {block:Quote}
  1182. <div class="quote">
  1183. <div class="quote-icon"><i class="fas fa-quote-left"></i></div>
  1184. <div class="quote-wrapper">
  1185. "{Quote}</i>" {block:Source}{Source}{/block:Source}
  1186. </div>
  1187. </div>
  1188. {/block:Quote}
  1189.  
  1190. {block:Link}
  1191. {block:Thumbnail}
  1192. <img src="{Thumbnail}" style="margin-bottom: 10px;"/>
  1193. {/block:Thumbnail}
  1194. <div class="website"><i class="fas fa-external-link-alt" style="margin-right: 10px;"></i><a href="{URL}" target="_blank">{Name}{block:Excerpt}<br><br>{Excerpt}{/block:Excerpt}
  1195. </a></div>
  1196. {block:Description}
  1197. <div class="caption">
  1198. {Description}
  1199. </div>
  1200. {/block:Description}
  1201. {/block:Link}
  1202.  
  1203. {block:Chat}
  1204. <div class="chat">
  1205. {block:Title}
  1206. <h1>{Title}</h1>
  1207. {/block:Title}
  1208. {block:Lines}
  1209. <li>{block:Label}{Label}{/block:Label}
  1210. {Line}
  1211. </li>
  1212. {/block:Lines}
  1213. </div>
  1214. {/block:Chat}
  1215.  
  1216. {block:Audio}
  1217. <div class="audio">
  1218. {AudioEmbed}
  1219. </div>
  1220. {block:Caption}
  1221. <div class="caption">{Caption}</div>
  1222. {/block:Caption}
  1223. {/block:Audio}
  1224.  
  1225. {block:Photo}
  1226. <a href="#" onclick="Tumblr.Lightbox.init([{ width: {PhotoWidth-HighRes}, height: {PhotoHeight-HighRes}, low_res: '{PhotoURL-HighRes}', high_res: '{PhotoURL-HighRes}' }]); $('body').toggleClass('tumblr_lightbox_active'); return false"><img src="{PhotoURL-HighRes}"></a>
  1227. {block:Caption}
  1228. <div class="text-wrapper">
  1229. <div class="caption">{Caption}</div>
  1230. </div>
  1231. {/block:Caption}
  1232. {/block:Photo}
  1233.  
  1234. {block:Photoset}
  1235. <div class="photo-slideshow" id="photoset_{PostID}" data-layout="{PhotosetLayout}">{block:Photos}<div class="photo-data"><div class="pxu-photo"><img src="{PhotoURL-500}" width="{PhotoWidth-500}" height="{PhotoHeight-500}" data-highres="{PhotoURL-HighRes}" data-width="{PhotoWidth-HighRes}" data-height="{PhotoHeight-HighRes}"></div><a class="tumblr-box" rel="post-{PostID}" href="{PhotoURL-HighRes}"></a></div>{/block:Photos}</div>
  1236. {block:Caption}
  1237. <div class="text-wrapper">
  1238. <div class="caption">{Caption}</div>
  1239. </div>
  1240. {/block:Caption}
  1241. {/block:Photoset}
  1242.  
  1243. {block:Video}
  1244. <div class="video">
  1245. {Video-500}
  1246. </div>
  1247. {block:Caption}
  1248. <div class="caption">{Caption}</div>
  1249. {/block:Caption}
  1250. {/block:Video}
  1251.  
  1252. {block:ContentSource}
  1253. <div class="source">
  1254. <i class="fas fa-paper-plane" style="color: {color:Main Color};margin-right: 5px;"></i><a href="{SourceURL}" title="{SourceTitle}">Source</a>
  1255. </div>
  1256. {/block:ContentSource}
  1257.  
  1258. {block:Date}
  1259. <div class="entries-information">
  1260. <div class="border"></div>
  1261. {block:PinnedPostLabel}
  1262. <font style="color: {color:Pin};"><i class="fas fa-thumbtack" style="margin-right: 5px;"></i>{PinnedPostLabel}</font>
  1263. <font style="color: {color:Main Color};margin-left: 5px;margin-right: 5px;">•</font>
  1264. {/block:PinnedPostLabel}
  1265. {block:NoteCount}<a href="{Permalink}">{NoteCountWithLabel}</a>
  1266. <font style="color: {color:Main Color};margin-right: 5px;">•</font>{/block:NoteCount}
  1267. <a href="{Permalink}">{DayOfMonth} {ShortMonth} {Year}</a>
  1268. <font style="color: {color:Main Color};margin-left: 5px;margin-right: 5px;">•</font>
  1269. {block:RebloggedFrom} <a href="{ReblogParentURL}">Via</a> / {/block:RebloggedFrom}  
  1270. {block:ContentSource}{block:RebloggedFrom} <a href="{ReblogRootURL}">Source</a> / {/block:RebloggedFrom}{/block:ContentSource}
  1271. <a class="like-b" href="#">{LikeButton}<div class="b">Like</div></a> Or <a href="{ReblogURL}" target="_blank">Reblog</a>
  1272. {block:IfHideTags}
  1273. {block:HasTags}
  1274. <font style="color: {color:Main Color};margin-left: 5px;margin-right: 5px;">•</font>
  1275. <a class="tags-title">Show Tags</a>
  1276. <div class="tags">
  1277. {block:Tags}
  1278. <a href="{TagURL}" style="margin-right: 5px;"><font style="color: {color:Main Color};margin-right: 5px;">•</font>{Tag}</a>
  1279. {/block:Tags}
  1280. </div>
  1281. {/block:HasTags}
  1282. {/block:IfHideTags}
  1283. {block:IfShowTags}
  1284. {block:HasTags}
  1285. <div class="tags-alternate">
  1286. {block:Tags}
  1287. <a href="{TagURL}" style="margin-right: 5px;"><font style="color: {color:Main Color};margin-right: 5px;">•</font>{Tag}</a>
  1288. {/block:Tags}
  1289. </div>
  1290. {/block:HasTags}
  1291. {/block:IfShowTags}
  1292. {block:PostNotes}
  1293. {PostNotes}
  1294. {/block:PostNotes}
  1295. </div>
  1296. {/block:Date}
  1297.  
  1298. </div>
  1299.  
  1300. {/block:Posts}
  1301.  
  1302. {block:Pagination}
  1303. <div class="pagination">
  1304. {CurrentPage} Out Of {TotalPages}
  1305. <font style="float:right;">
  1306. {block:PreviousPage}
  1307. <a href="{PreviousPage}">Previous</a>
  1308. {/block:PreviousPage}
  1309. {block:NextPage}
  1310. Or <a href="{NextPage}">Next</a>
  1311. {/block:NextPage}
  1312. </font>
  1313. </div>
  1314. {/block:Pagination}
  1315.  
  1316. </div>
  1317.  
  1318. </div>
  1319.  
  1320. </div>
  1321.  
  1322. <div id="credit"><a href="http://extasisthemes.tumblr.com/" title="extasisthemes" target="_blank">EXT</a></div>
  1323.  
  1324. </body>
  1325.  
  1326. <!-- Modal Script -->
  1327.  
  1328. <script>
  1329. var modal = document.getElementById("modal-popup");
  1330. var btn = document.getElementById("navigation");
  1331. btn.onclick = function() {
  1332. modal.style.display = "block";
  1333. }
  1334. window.onclick = function(event) {
  1335. if (event.target == modal) {
  1336. modal.style.display = "none";
  1337. }
  1338. }
  1339. </script>
  1340.  
  1341. </html>
Advertisement
Add Comment
Please, Sign In to add comment