themesbyces

(Responsive) Theme — Shoreline

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