themesbyces

(Responsive) Theme — Sweetener

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