Advertisement
themesbyces

(Responsive) Theme — Shoreline

Jul 20th, 2019 (edited)
992
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 28.75 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 rel="stylesheet" href="https://use.fontawesome.com/releases/v5.8.1/css/all.css" integrity="sha384-50oBUHEmvpQ+1lW4y57PTFmhCaXp0ML5d60M1M7uH2+nqUivzIebhndOJK28anvf" crossorigin="anonymous">
  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. height: 30px;
  681. margin-bottom: 20px;
  682. width: 30px;
  683. }
  684.  
  685. img.tumblr_avatar {
  686. border-radius: 100px;
  687. display: inline-block;
  688. height: 30px!important;
  689. margin-right: 10px;
  690. vertical-align: middle;
  691. width: 30px!important;
  692. }
  693.  
  694. img.user-image {
  695. border-radius: 100px;
  696. display: inline-block;
  697. height: 30px!important;
  698. margin-right: 10px;
  699. vertical-align: middle;
  700. width: 30px!important;
  701. }
  702.  
  703. a.tumblr_blog {
  704. border-bottom: 1px solid {color:Main Color};
  705. font-size: {select:Uppercase Font Size};
  706. margin-top: calc((30px - {select:Uppercase Font Size}) / 4);
  707. display: inline-block;
  708. position: absolute;
  709. text-align: center;
  710. text-transform: uppercase;
  711. }
  712.  
  713. .ask-wrapper {
  714. width: 100%;
  715. }
  716.  
  717. .asker {
  718. background: {color:Asker Background};
  719. border: 1px solid {color:Border};
  720. padding: 20px;
  721. }
  722.  
  723. .asker-url {
  724. font-size: {select:Uppercase Font Size};
  725. text-align: center;
  726. text-transform: uppercase;
  727. }
  728.  
  729. .asker-url a {
  730. background: none;
  731. padding: 0px;
  732. }
  733.  
  734. .question {
  735. background: {color:Question Background};
  736. border: 1px solid {color:Border};
  737. border-top: none;
  738. padding: 20px;
  739. text-align: center;
  740. }
  741.  
  742. .quote {
  743. background: {color:Asker Background};
  744. font-size: {select:Uppercase Font Size};
  745. padding: 10px;
  746. text-transform: uppercase;
  747. }
  748.  
  749. .quote-icon {
  750. background: {color:Main Color};
  751. display: inline-block;
  752. color: {color:Quote Icon Color};
  753. margin: -10px;
  754. padding: 10px;
  755. }
  756.  
  757. .quote-wrapper {
  758. margin-top: 20px;
  759. width: 100%;
  760. }
  761.  
  762. .quote a.tumblr_blog {
  763. font-size: {select:Uppercase Font Size};
  764. font-weight: normal;
  765. margin-top: 0px;
  766. display: inline-block;
  767. position: relative;
  768. text-align: center;
  769. text-transform: uppercase;
  770. }
  771.  
  772. .website {
  773. background: {color:Main Color};
  774. color: {color:Quote Icon Color};
  775. font-size: {select:Uppercase Font Size};
  776. padding: 10px;
  777. text-transform: uppercase;
  778. }
  779.  
  780. .website a {
  781. color: {color:Quote Icon Color};
  782. }
  783.  
  784. .website a:hover {
  785. color: {color:Link Hover};
  786. }
  787.  
  788. .chat {
  789. font-size: {select:Uppercase Font Size};
  790. text-transform: uppercase;
  791. }
  792.  
  793. .chat li {
  794. list-style-type: none;
  795. }
  796.  
  797. .chat li:nth-child(odd) {
  798. background: {color:Main Color};
  799. color: {color:Quote Icon Color};
  800. padding: 10px;
  801. }
  802.  
  803. .chat li:nth-child(even) {
  804. background: {color:Asker Background};
  805. color: {color:Main Color};
  806. padding: 10px;
  807. }
  808.  
  809. .audio iframe {
  810. height: 85px;
  811. width: 400px;
  812. }
  813.  
  814. figure {
  815. display: flex;
  816. width: 100%;
  817. }
  818.  
  819. figcaption.npf-audio-wrapper {
  820. width: 100%;
  821. }
  822.  
  823. .npf-audio-wrapper {
  824. --NPF-Audio-Buttons-Size: 1.4rem;
  825. --NPF-Audio-Buttons-Color: #555555;
  826. --NPF-Audio-Buttons-Spacing: 1.3rem;
  827. --NPF-Audio-Image-Size: 85px;
  828. --NPF-Audio-Image-Spacing: 0px;
  829. }
  830.  
  831. span.npf-audio-title {
  832. font-weight: bold;
  833. }
  834.  
  835. .npf-audio-background {
  836. background-color: #f2f2f2;
  837. padding: 1.5rem;
  838. }
  839.  
  840. video {
  841. height: auto;
  842. width: 100%;
  843. }
  844.  
  845. .source {
  846. background: {color:Asker Background};
  847. border-radius: 5px;
  848. display: inline-block;
  849. font-size: {select:Uppercase Font Size};
  850. margin-top: 10px;
  851. padding: 5px;
  852. text-transform: uppercase;
  853. }
  854.  
  855. .entries-information {
  856. border-top: 1px solid {color:Border};
  857. font-size: {select:Uppercase Font Size};
  858. margin-top: 20px;
  859. padding-top: 20px;
  860. text-transform: uppercase;
  861. }
  862.  
  863. .border {
  864. background: {color:Main Color};
  865. height: 3px;
  866. margin-top: -22px;
  867. position: absolute;
  868. width: 30px;
  869. }
  870.  
  871. .like-b {
  872. display: inline-block;
  873. margin-right: 0px;
  874. position: relative;
  875. }
  876.  
  877. .like-b .like_button iframe {
  878. bottom: 0px;
  879. left: 0px;
  880. opacity: 0;
  881. position: absolute;
  882. right: 0px;
  883. top: 0px;
  884. }
  885.  
  886. .like-b .liked + .b {
  887. color: {color:Like};
  888. }
  889.  
  890. .like-b .liked + .b:after {
  891. content: 'd';
  892. }
  893.  
  894. .tags-title a {
  895. color: {color:Link};
  896. margin-top: 20px;
  897. margin-left: auto;
  898. margin-right: auto;
  899. margin-top: 20px;
  900. text-align: center;
  901. width: 70px;
  902. -webkit-transition: all 0.5s ease;
  903. -moz-transition: all 0.5s ease;
  904. -o-transition: all 0.5s ease;
  905. }
  906.  
  907. .tags-title:hover {
  908. color: {color:Link Hover};
  909. }
  910.  
  911. .tags {
  912. margin-top: 5px;
  913. }
  914.  
  915. .tags-alternate {
  916. margin-top: 5px;
  917. }
  918.  
  919. ol.notes {
  920. font-size: {select:Uppercase Font Size};
  921. margin: -10px;
  922. margin-top: 20px;
  923. padding: 0px;
  924. text-align: left;
  925. text-transform: uppercase;
  926. }
  927.  
  928. ol.notes li {
  929. list-style-type: none;
  930. margin: 10px;
  931. }
  932.  
  933. ol.notes li.note img.avatar {
  934. border-radius: 100px;
  935. vertical-align: -4px;
  936. height: 16px;
  937. margin-right: 10px;
  938. width: 16px;
  939. }
  940.  
  941. .more_notes_link {
  942. background: {color:Main Color};
  943. border-radius: 5px;
  944. color: white;
  945. display: inline-block;
  946. padding: 5px 10px 5px 10px;
  947. text-align: center;
  948. }
  949.  
  950. .pagination {
  951. font-size: {select:Uppercase Font Size};
  952. text-transform: uppercase;
  953. }
  954.  
  955. #credit {
  956. bottom: 15px;
  957. font-size: 0.9rem;
  958. position: fixed;
  959. right: 15px;
  960. text-transform: uppercase;
  961. }
  962.  
  963. #credit a {
  964. color: {color:Link};
  965. }
  966.  
  967. #credit a:hover {
  968. color: {color:Link Hover};
  969. }
  970.  
  971. @media only screen and (max-width: 1000px) {
  972.    
  973. body {
  974. background: {color:Entries Icon Background};
  975. }
  976.    
  977. #container {
  978. background: none;
  979. margin-top: -60px;
  980. padding: 0px;
  981. width: 461.4px;
  982. }
  983.  
  984. #sidebar {
  985. display: none;
  986. }
  987.  
  988. #header {
  989. display: none;
  990. }
  991.  
  992. #mobile-header-image {
  993. display: block;
  994. }
  995.  
  996. #mobile-header {
  997. display: block;
  998. }
  999.  
  1000. .mobile-icon-image {
  1001. background: {color:Entries Icon Background};
  1002. }
  1003.  
  1004. .mobile-navigation-content {
  1005. display: block;
  1006. }
  1007.  
  1008. #posts {
  1009. margin-left: 0px;
  1010. width: 461.4px;
  1011. }
  1012.  
  1013. .entries {
  1014. width: 400px;
  1015. }
  1016.  
  1017. .entries img {
  1018. max-width: 100%;
  1019. }
  1020.  
  1021. .audio iframe {
  1022. width: 400px;
  1023. }
  1024.  
  1025. }
  1026.  
  1027. @media only screen and (max-width: 500px) {
  1028.  
  1029. body {
  1030. background: {color:Entries Icon Background};
  1031. }
  1032.  
  1033. #container {
  1034. background: none;
  1035. margin-top: -60px;
  1036. padding: 0px;
  1037. width: 311.4px;
  1038. }
  1039.  
  1040. #posts {
  1041. margin-left: 0px;
  1042. width: 311.4px;
  1043. }
  1044.  
  1045. .entries {
  1046. width: 250px;
  1047. }
  1048.  
  1049. .entries-icon {
  1050. margin-left: 275px;
  1051. }
  1052.  
  1053. .entries img {
  1054. max-width: 100%;
  1055. }
  1056.  
  1057. .audio iframe {
  1058. width: 250px;
  1059. }
  1060.  
  1061. }
  1062.  
  1063. {CustomCSS}
  1064.    
  1065. </style>
  1066.    
  1067. </head>
  1068.  
  1069. <body>
  1070.  
  1071. <div id="mobile-navigation" class="mobile-navigation-content">
  1072.  
  1073. <div class="wrapper">
  1074.  
  1075. <div class="close"><a href="javascript:void(0)" onclick="closenavigation()"><i class="far fa-times-circle"></i></a></div>
  1076.  
  1077. {block:Description}<div class="mdescription">{Description}</div>{/block:Description}
  1078.  
  1079. <div class="mlinks">
  1080. <a href="/">Home</a>
  1081. {block:AskEnabled}<a href="/ask">Ask</a>{/block:AskEnabled}
  1082. {block:SubmissionsEnabled}{block:IfSubmitLink}<a href="/submit">Submit</a>{/block:IfSubmitLink}{/block:SubmissionsEnabled}
  1083. {block:ifLink1URL}<a href="{text:Link 1 URL}">{text:Link 1 Name}</a>{/block:ifLink1URL}
  1084. {block:ifLink2URL}<a href="{text:Link 2 URL}">{text:Link 2 Name}</a>{/block:ifLink2URL}
  1085. {block:ifLink3URL}<a href="{text:Link 3 URL}">{text:Link 3 Name}</a>{/block:ifLink3URL}
  1086. {block:ifLink4URL}<a href="{text:Link 4 URL}">{text:Link 4 Name}</a>{/block:ifLink4URL}
  1087. <a href="/archive">Archive</a>
  1088. </div>
  1089.  
  1090. </div>
  1091.  
  1092. </div>
  1093.  
  1094. <div id="mobile-header-image"></div>
  1095.  
  1096. <div id="container">
  1097.  
  1098. <div id="sidebar">
  1099.  
  1100. <div class="sidebar-image"><img src="{image:Sidebar Image}"/></div>
  1101.  
  1102. <div class="subtitle">{text:Subtitle}</div>
  1103.  
  1104. {block:Description}<div class="description">{Description}</div>{/block:Description}
  1105.  
  1106. </div>
  1107.  
  1108. <div id="posts">
  1109.  
  1110. <div id="header">
  1111.  
  1112. <div class="title">{text:Title}</div>
  1113.  
  1114. <div class="links">
  1115. <a href="/">Home</a>
  1116. {block:AskEnabled}<a href="/ask">Ask</a>{/block:AskEnabled}
  1117. {block:SubmissionsEnabled}{block:IfSubmitLink}<a href="/submit">Submit</a>{/block:IfSubmitLink}{/block:SubmissionsEnabled}
  1118. {block:ifLink1URL}<a href="{text:Link 1 URL}">{text:Link 1 Name}</a>{/block:ifLink1URL}
  1119. {block:ifLink2URL}<a href="{text:Link 2 URL}">{text:Link 2 Name}</a>{/block:ifLink2URL}
  1120. {block:ifLink3URL}<a href="{text:Link 3 URL}">{text:Link 3 Name}</a>{/block:ifLink3URL}
  1121. {block:ifLink4URL}<a href="{text:Link 4 URL}">{text:Link 4 Name}</a>{/block:ifLink4URL}
  1122. <a href="/archive">Archive</a>
  1123. </div>
  1124.  
  1125. <div class="search-wrapper">
  1126. <form class="search" action="javascript:return false">
  1127. <input type="text" class="query" placeholder="Search This Blog">
  1128. </form>
  1129. </div>
  1130.  
  1131. </div>
  1132.  
  1133. <div id="mobile-header">
  1134.  
  1135. <div class="mobile-icon-image"><img src="{image:Icon Image}"/></div>
  1136.  
  1137. <div class="mobile-title">{text:Title}</div>
  1138.  
  1139. <div class="mobile-subtitle">{text:Subtitle}</div>
  1140.  
  1141. <div class="mobile-navigation-trigger"><span onclick="opennavigation()"><i class="far fa-user-circle" style="margin-right: 10px;"></i>Blog Info</span></div>
  1142.  
  1143. </div>
  1144.  
  1145. {block:Posts}
  1146.  
  1147. <div class="entries" id="{PostID}" post-type="{PostType}">
  1148.  
  1149. {block:Text}
  1150. {block:NotReblog}
  1151. <div class="entries-icon"><i class="far fa-file-alt"></i></div>
  1152. <div class="npf-wrapper">
  1153. {block:Title}
  1154. <h1>{Title}</h1>
  1155. {/block:Title}
  1156. {Body}
  1157. </div>
  1158. {/block:NotReblog}
  1159. {block:RebloggedFrom}
  1160. <div class="entries-icon"><i class="far fa-file-alt"></i></div>
  1161. <div class="text-wrapper">
  1162. {block:Title}
  1163. <h1>{Title}</h1>
  1164. {/block:Title}
  1165. <div class="text">
  1166. {Body}
  1167. </div>
  1168. </div>
  1169. {/block:RebloggedFrom}
  1170. {/block:Text}
  1171.  
  1172. {block:Answer}
  1173. <div class="entries-icon"><i class="far fa-envelope"></i></div>
  1174. <div class="ask-wrapper">
  1175. <div class="asker">
  1176. <div class="asker-url">
  1177. <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>
  1178. <br><br>
  1179. A Message From <a href="{AskerURL}">{Asker}</a>
  1180. </div>
  1181. </div>
  1182. <div class="question">
  1183. {Question}
  1184. </div>
  1185. </div>
  1186. <div class="caption">
  1187. {Answer}
  1188. </div>
  1189. {/block:Answer}
  1190.  
  1191. {block:Quote}
  1192. <div class="entries-icon"><i class="fas fa-quote-left"></i></div>
  1193. <div class="quote">
  1194. <div class="quote-icon"><i class="fas fa-quote-left"></i></div>
  1195. <div class="quote-wrapper">
  1196. "{Quote}</i>" {block:Source}{Source}{/block:Source}
  1197. </div>
  1198. </div>
  1199. {/block:Quote}
  1200.  
  1201. {block:Link}
  1202. <div class="entries-icon"><i class="fas fa-globe-americas"></i></div>
  1203. {block:Thumbnail}
  1204. <img src="{Thumbnail}" style="margin-bottom: 10px;"/>
  1205. {/block:Thumbnail}
  1206. <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}
  1207. </a></div>
  1208. {block:Description}
  1209. <div class="caption">
  1210. {Description}
  1211. </div>
  1212. {/block:Description}
  1213. {/block:Link}
  1214.  
  1215. {block:Chat}
  1216. <div class="entries-icon"><i class="far fa-comment"></i></div>
  1217. <div class="chat">
  1218. {block:Title}
  1219. <h1>{Title}</h1>
  1220. {/block:Title}
  1221. {block:Lines}
  1222. <li>{block:Label}{Label}{/block:Label}
  1223. {Line}
  1224. </li>
  1225. {/block:Lines}
  1226. </div>
  1227. {/block:Chat}
  1228.  
  1229. {block:Audio}
  1230. <div class="entries-icon"><i class="fas fa-music"></i></div>
  1231. <div class="audio">
  1232. {AudioEmbed}
  1233. </div>
  1234. {block:Caption}
  1235. <div class="caption">{Caption}</div>
  1236. {/block:Caption}
  1237. {/block:Audio}
  1238.  
  1239. {block:Photo}
  1240. <div class="entries-icon"><i class="fas fa-image"></i></div>
  1241. <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>
  1242. {block:Caption}
  1243. <div class="text-wrapper">
  1244. <div class="caption">{Caption}</div>
  1245. </div>
  1246. {/block:Caption}
  1247. {/block:Photo}
  1248.  
  1249. {block:Photoset}
  1250. <div class="entries-icon"><i class="fas fa-images"></i></div>
  1251. <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>
  1252. {block:Caption}
  1253. <div class="text-wrapper">
  1254. <div class="caption">{Caption}</div>
  1255. </div>
  1256. {/block:Caption}
  1257. {/block:Photoset}
  1258.  
  1259. {block:Video}
  1260. <div class="entries-icon"><i class="fas fa-video"></i></div>
  1261. <div class="video">
  1262. {Video-500}
  1263. </div>
  1264. {block:Caption}
  1265. <div class="caption">{Caption}</div>
  1266. {/block:Caption}
  1267. {/block:Video}
  1268.  
  1269. {block:ContentSource}
  1270. <div class="source">
  1271. <i class="fas fa-paper-plane" style="color: {color:Main Color};margin-right: 5px;"></i><a href="{SourceURL}" title="{SourceTitle}">Source</a>
  1272. </div>
  1273. {/block:ContentSource}
  1274.  
  1275. {block:Date}
  1276. <div class="entries-information">
  1277. <div class="border"></div>
  1278. {block:PinnedPostLabel}
  1279. <font style="color: {color:Pin};"><i class="fas fa-thumbtack" style="margin-right: 5px;"></i>{PinnedPostLabel}</font>
  1280. <font style="color: {color:Main Color};margin-left: 5px;margin-right: 5px;">•</font>
  1281. {/block:PinnedPostLabel}
  1282. {block:NoteCount}<a href="{Permalink}">{NoteCountWithLabel}</a>
  1283. <font style="color: {color:Main Color};margin-left: 5px;margin-right: 5px;">•</font>{/block:NoteCount}
  1284. <a href="{Permalink}">{DayOfMonth} {ShortMonth} {Year}</a>
  1285. <font style="color: {color:Main Color};margin-left: 5px;margin-right: 5px;">•</font>
  1286. {block:RebloggedFrom} <a href="{ReblogParentURL}">Via</a> / {/block:RebloggedFrom}  
  1287. {block:ContentSource}{block:RebloggedFrom} <a href="{ReblogRootURL}">Source</a> / {/block:RebloggedFrom}{/block:ContentSource}
  1288. <a class="like-b" href="#">{LikeButton}<div class="b">Like</div></a> Or <a href="{ReblogURL}" target="_blank">Reblog</a>
  1289. {block:IfHideTags}
  1290. {block:HasTags}
  1291. <font style="color: {color:Main Color};margin-left: 5px;margin-right: 5px;">•</font>
  1292. <a class="tags-title">Show Tags</a>
  1293. <div class="tags">
  1294. {block:Tags}
  1295. <a href="{TagURL}" style="margin-right: 5px;"><font style="color: {color:Main Color};margin-right: 5px;">•</font>{Tag}</a>
  1296. {/block:Tags}
  1297. </div>
  1298. {/block:HasTags}
  1299. {/block:IfHideTags}
  1300. {block:IfShowTags}
  1301. {block:HasTags}
  1302. <div class="tags-alternate">
  1303. {block:Tags}
  1304. <a href="{TagURL}" style="margin-right: 5px;"><font style="color: {color:Main Color};margin-right: 5px;">•</font>{Tag}</a>
  1305. {/block:Tags}
  1306. </div>
  1307. {/block:HasTags}
  1308. {/block:IfShowTags}
  1309. {block:PostNotes}
  1310. {PostNotes}
  1311. {/block:PostNotes}
  1312. </div>
  1313. {/block:Date}
  1314.  
  1315. </div>
  1316.  
  1317. {/block:Posts}
  1318.  
  1319. {block:Pagination}
  1320. <div class="pagination">
  1321. {CurrentPage} Out Of {TotalPages}
  1322. <font style="float:right;">
  1323. {block:PreviousPage}
  1324. <a href="{PreviousPage}">Previous</a>
  1325. {/block:PreviousPage}
  1326. {block:NextPage}
  1327. Or <a href="{NextPage}">Next</a>
  1328. {/block:NextPage}
  1329. </font>
  1330. </div>
  1331. {/block:Pagination}
  1332.  
  1333. </div>
  1334.  
  1335. </div>
  1336.  
  1337. <div id="credit"><a href="http://extasisthemes.tumblr.com/" title="extasisthemes" target="_blank">EXT</a></div>
  1338.  
  1339. </body>
  1340.  
  1341. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement