Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html PUBLIC>
- <meta name="viewport" content="width=device-width, initial-scale=1.0">
- <html>
- <head>
- <title>{Title}</title>
- <link rel="shortcut icon" href="{Favicon}">
- <!-- Superheroes by Franchesca (extasisthemes) -->
- <!-- Metadata -->
- <meta name="color:Asker Background" content="#f0f0f0"/>
- <meta name="color:Background" content="#f5f5f5"/>
- <meta name="color:Border" content="#eeeeee"/>
- <meta name="color:Link" content="#000000"/>
- <meta name="color:Link Hover" content="#cfcfcf"/>
- <meta name="color:Like" content="#ec6363"/>
- <meta name="color:Main Color" content="#bb967d"/>
- <meta name="color:Pin" content="#31a49d"/>
- <meta name="color:Post Background" content="#ffffff"/>
- <meta name="color:Question Background" content="#ffffff"/>
- <meta name="color:Quote Icon Color" content="#ffffff"/>
- <meta name="color:Scrollbar" content="#000000"/>
- <meta name="color:Text" content="#555555"/>
- <meta name="color:Tooltip Background" content="#000000"/>
- <meta name="color:Tooltip Color" content="#ffffff"/>
- <meta name="select:Body Font" content="Karla" title="Karla"/>
- <meta name="select:Body Font" content="Montserrat" title="Montserrat"/>
- <meta name="select:Body Font" content="Muli" title="Muli"/>
- <meta name="select:Body Font" content="Open Sans" title="Open Sans"/>
- <meta name="select:Body Font" content="Poppins" title="Poppins"/>
- <meta name="select:Body Font" content="Raleway" title="Raleway"/>
- <meta name="select:Body Font" content="Work Sans" title="Work Sans"/>
- <meta name="select:Body Font Size" content="1rem" title="1rem"/>
- <meta name="select:Body Font Size" content="0.9rem" title="0.9rem"/>
- <meta name="select:Body Font Size" content="0.8rem" title="0.8rem"/>
- <meta name="select:Uppercase Font Size" content="0.9rem" title="0.9rem"/>
- <meta name="select:Uppercase Font Size" content="0.8rem" title="0.8rem"/>
- <meta name="image:Header Image" content="https://i.imgur.com/rNJzmfS.png"/>
- <meta name="image:Sidebar Image" content="https://i.imgur.com/it1oK4N.png"/>
- <meta name="image:Icon Image" content="https://i.imgur.com/Db7JcUp.jpeg"/>
- <meta name="image:About Image" content="https://i.imgur.com/mMkkO94.jpeg"/>
- <meta name="text:Title" content="Superheroes"/>
- <meta name="text:Subtitle" content="Now She's Stronger Than You Know"/>
- <meta name="text:Link 1 URL" content="/"/>
- <meta name="text:Link 1 Name" content="Link One"/>
- <meta name="text:Link 2 URL" content="/"/>
- <meta name="text:Link 2 Name" content="Link Two"/>
- <meta name="text:Link 3 URL" content="/"/>
- <meta name="text:Link 3 Name" content="Link Three"/>
- <meta name="if:About" content="1"/>
- <meta name="text:About Title" content="About Me"/>
- <meta name="text:Name" content="Franchesca"/>
- <meta name="text:Location" content="Manila, PH"/>
- <meta name="text:Birthday" content="March 8, 1997"/>
- <meta name="text:Likes" content="Iced Coffee, Rain, Enough Sleep, Organized Mess, The Smell Of Fresh Laundry"/>
- <meta name="if:Submit Link" content="1"/>
- <meta name="if:Hide Tags" content="0"/>
- <meta name="if:Show Tags" content="1"/>
- <!-- Google Fonts Script -->
- <link href="https://fonts.googleapis.com/css2?family=Karla:ital,wght@0,400;0,700;1,400;1,700&family=Montserrat:ital,wght@0,400;0,700;1,400;1,700&family=Muli:ital,wght@0,400;0,700;1,400;1,700&family=Open+Sans:ital,wght@0,400;0,700;1,400;1,700&family=Poppins:ital,wght@0,400;0,700;1,400;1,700&family=Raleway:ital,wght@0,400;0,700;1,400;1,700&family=Work+Sans:ital,wght@0,400;0,700;1,400;1,700&display=swap" rel="stylesheet">
- <!-- Styled Tooltips Script -->
- <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
- <script src="https://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
- <script>
- (function($){
- $(document).ready(function(){
- $("a[title], button[title]").style_my_tooltips({
- tip_follows_cursor:true,
- tip_delay_time:90,
- tip_fade_speed:600,
- attribute:"title"
- });
- });
- })(jQuery);
- </script>
- <!-- Font Awesome Script -->
- <link href="//use.fontawesome.com/releases/v6.0.0/css/all.css" rel="stylesheet">
- <!-- Search Bar Script -->
- <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
- <script>
- $(document).ready(function(){
- $('.search').submit(function(event){
- var value = $('input:first').val();
- location.replace('http://{Name}.tumblr.com/tagged/' + value);
- });
- });
- </script>
- <!--✻✻✻✻✻✻ npf audio player by @glenthemes ✻✻✻✻✻✻-->
- <script src="//tmblr-npf-audio.gitlab.io/s/init.js"></script>
- <link href="//tmblr-npf-audio.gitlab.io/s/base.css" rel="stylesheet">
- <script>
- tumblr_npf_audio({
- emptyTitleText: "",
- emptyArtistText: "",
- emptyAlbumText: "",
- titleLabel: "",
- artistLabel: "",
- albumLabel: "",
- });
- </script>
- <!-- Unnest Captions Script -->
- <script src="//code.jquery.com/jquery-2.2.4.min.js"></script>
- <script src="https://static.tumblr.com/wgg6svp/OoTofxa0c/unnest.min.js"></script>
- <script>
- $(function(){ $('.entries').unnest({
- yourCaption: ".text, .caption",
- wrapName: ".tumblr_parent",
- newCaptionUsername: false,
- originalPostCaptionUsername: false,
- tumblrAvatars: true,
- tumblrAvatarClass: ".tumblr_avatar",
- usernameColon: false
- });
- });
- </script>
- <!-- NPF images fix v3.0 by @glenthemes [2021] 💌 git.io/JRBt7 -->
- <script src="//npf-images-v3.github.io/script.js"></script>
- <link rel="stylesheet" href="//npf-images-v3.github.io/recon.css">
- <style tmblr-npf>
- :root {
- --NPF-Caption-Spacing: 1em;
- --NPF-Image-Spacing: 1px;
- }
- </style>
- <link rel="stylesheet" media="screen" href="//assets.tumblr.com/client/prod/standalone/blog-network-npf/index.build.css">
- <!-- Inline Images Resizing Script -->
- <script>
- $(".tmblr-full, figure").each(function(){
- var imgWidth = $(this).attr("data-orig-width"),
- img = $(this).find("img"),
- imgSrc = img.attr("src");
- $('figure').css({'margin-left':'0','margin-right':'0','display':'inline-block'});
- if (imgWidth >= 500){
- img.attr("src",imgSrc.replace("_500.","_1280."));
- $('.tmblr-full img, figure img').css({'width':'auto','height':'auto','vertical-align':'middle'});
- }
- });
- </script>
- <!-- PXU Script -->
- <link href="https://static.tumblr.com/qudkd6d/OcDnl99gb/style.css" rel="stylesheet" type="text/css"/>
- <script src="https://static.tumblr.com/qudkd6d/Az6nkemqr/pxuphotoset.min.js"></script>
- <script>
- $(document).ready(function(){
- $('.photo-slideshow').pxuPhotoset({
- lightbox: true,
- rounded: false,
- gutter: '1px',
- borderRadius: '0px',
- photoset: '.photo-slideshow',
- photoWrap: '.photo-data',
- photo: '.pxu-photo'
- });
- });
- </script>
- <!-- Responsive Tumblr Videos Script -->
- <script src="https://rawgit.com/robinpx/tumblr/master/scripts/flexibleFrames/flexibleFrames.min.js"></script>
- <script>
- $(document).ready(function() {
- flexibleFrames($(".video"));
- });
- </script>
- <!-- Hide & Show Script -->
- <script>
- $(document).ready(function(){
- $(".sub-links, .tags").hide();
- $(".sub-links-title, .tags-title").click(function(){
- $(this).next(".sub-links, .tags").slideToggle('fast');
- });
- });
- </script>
- <style type="text/css">
- .tmblr-iframe--app-cta-button {
- display: none!important;
- }
- ::-webkit-scrollbar-thumb:vertical {
- background: {color:Scrollbar};
- }
- ::-webkit-scrollbar {
- width: 1px;
- }
- ::selection {
- background: {color:Main Color};
- color: white;
- }
- ::-moz-selection {
- background: {color:Main Color};
- color: white;
- }
- #s-m-t-tooltip {
- background: {color:Tooltip Background};
- border-radius: 5px;
- color: {color:Tooltip Color};
- font-size: {select:Uppercase Font Size};
- margin-top: 30px;
- padding: 5px;
- text-align: center;
- text-transform: uppercase;
- z-index: 999999999999999999999999999999999999;
- }
- body {
- background: {color:Background};
- color: {color:Text};
- cursor: url(https://i.imgur.com/lhPqll6.png), progress;
- font-family: '{select:Body Font}', sans-serif;
- font-size: {select:Body Font Size};
- font-style: normal;
- font-weight: 400;
- hyphens: auto;
- letter-spacing: 1px;
- margin: 0px;
- text-align: left;
- text-transform: none;
- word-wrap: break-word;
- }
- a {
- color: {color:Link};
- text-decoration: none;
- -webkit-transition: all 0.5s ease;
- -moz-transition: all 0.5s ease;
- -o-transition: all 0.5s ease;
- }
- a:hover {
- color: {color:Link Hover};
- }
- b {
- font-weight: 700;
- }
- h1 {
- font-size: 1.2rem;
- font-weight: bold;
- margin-block-start: 0em;
- text-transform: lowercase;
- }
- h2 {
- font-size: 1rem;
- font-weight: bold;
- margin-block-start: 0em;
- }
- blockquote {
- border-left: 1px solid {color:Border};
- margin: 5px;
- padding-left: 5px;
- }
- blockquote img {
- height: auto;
- max-width: 100%;
- }
- blockquote blockquote {
- border-left: 1px solid {color:Border};
- padding-left: 5px;
- }
- pre {
- background: #f8f8f8;
- border-radius: 5px;
- padding: 10px;
- word-wrap: break-all;
- white-space: pre-wrap;
- }
- #container {
- margin-bottom: 100px;
- margin-left: auto;
- margin-right: auto;
- margin-top: 100px;
- width: 792px;
- }
- #header {
- border-bottom: 1px solid {color:Border};
- display: block;
- height: 250px;
- margin-bottom: 50px;
- padding-bottom: 50px;
- position: relative;
- width: 792px;
- }
- .its-wrapper {
- background: {color:Post Background};
- height: 250px;
- width: 292px;
- }
- .icon-image {
- height: 100px;
- margin-left: 20px;
- padding-top: 20px;
- width: 100px;
- }
- .icon-image img {
- border-radius: 5px;
- height: 100px;
- width: 100px;
- }
- .title {
- color: {color:Main Color};
- font-weight: bold;
- margin-left: 20px;
- margin-right: 20px;
- margin-top: 15px;
- }
- .subtitle {
- margin-left: 20px;
- margin-right: 20px;
- margin-top: 10px;
- }
- .header-image {
- background-image: url("{image:Header Image}");
- background-position: center;
- background-repeat: no-repeat;
- background-size: cover;
- height: 250px;
- margin-left: 292px;
- margin-top: -250px;
- width: 500px;
- }
- #about {
- bottom: -17px;
- background: none;
- border: none;
- left: calc(50% - 17.195px);
- outline: none;
- padding: 0px;
- position: absolute;
- width: 34.39px;
- z-index: 1;
- }
- .modal {
- animation-duration: 0.5s;
- animation-name: animatetop;
- background: rgba(255, 255, 255, 0.5);
- display: none;
- height: 100%;
- left: 0px;
- overflow: auto;
- position: fixed;
- top: 0px;
- width: 100%;
- z-index: 999999999999999999999999999999999999;
- }
- .modal-content {
- background: {color:Post Background};
- border: 1px solid {color:Border};
- margin-bottom: 100px;
- margin-left: auto;
- margin-right: auto;
- margin-top: 100px;
- padding: 20px;
- width: 500px;
- }
- .about-title {
- background: {color:Main Color};
- border-radius: 5px;
- color: {color:Post Background};
- font-size: {select:Uppercase Font Size};
- font-weight: bold;
- margin-bottom: 20px;
- padding: 10px;
- text-align: center;
- text-transform: uppercase;
- }
- .about-image {
- height: 100px;
- position: absolute;
- width: 100px;
- }
- .about-image img {
- border-radius: 5px;
- height: 100px;
- width: 100px;
- }
- .about {
- background: #f8f8f8;
- border-radius: 5px;
- margin-left: 120px;
- padding: 20px;
- }
- .info-wrapper span {
- border-bottom: 1px solid {color:Border};
- margin-bottom: 10px;
- padding-bottom: 10px;
- }
- .info {
- display: block;
- }
- .about-content {
- margin-top: 10px;
- }
- @keyframes animatetop {
- from {
- opacity: 0;
- }
- to {
- top: 0px;
- opacity: 1;
- }
- }
- #ps-wrapper {
- align-items: flex-start;
- display: flex;
- width: 792px;
- }
- #sidebar {
- margin-left: 100px;
- width: 250px;
- }
- .sidebar-image {
- height: 300px;
- width: 250px;
- }
- .sidebar-image img {
- height: 300px;
- width: 250px;
- }
- .box {
- background: {color:Post Background};
- border: 1px solid {color:Border};
- padding: 20px;
- margin-bottom: 20px;
- margin-top: 20px;
- }
- .box:last-child {
- margin-bottom: 0px;
- }
- .description {
- font-size: {select:Uppercase Font Size};
- text-transform: uppercase;
- }
- .links {
- font-size: {select:Uppercase Font Size};
- text-transform: uppercase;
- }
- .links a {
- border-bottom: 1px solid {color:Border};
- display: block;
- margin-bottom: 10px;
- padding-bottom: 10px;
- }
- .links a:last-child {
- border-bottom: none;
- margin-bottom: 0px;
- padding-bottom: 0px;
- }
- .search {
- border: none;
- display: inline-block;
- margin-bottom: 0px;
- padding: 0px;
- position: relative;
- width: calc(100% - 48.8px);
- }
- .query {
- background: none;
- border: none;
- color: {color:Text};
- font-family: '{select:Body Font}', sans-serif;
- font-size: {select:Uppercase Font Size};
- letter-spacing: 1px;
- padding: 0px;
- text-align: left;
- text-transform: uppercase;
- outline: 0;
- width: 100%;
- }
- #posts {
- width: 442px;
- }
- .entries {
- background: {color:Post Background};
- border: 1px solid {color:Border};
- margin-bottom: 50px;
- padding: 20px;
- width: 400px;
- }
- .entries img {
- height: auto;
- max-width: 100%;
- }
- .npf_row img {
- width: 100%;
- }
- .tmblr-full {
- margin-bottom: 10px;
- }
- .npf_inst {
- margin-bottom: 20px;
- }
- .npf-wrapper {
- margin: 0px;
- }
- .npf-wrapper .tmblr-full {
- display: flex;
- }
- .text-wrapper {
- margin: 0px;
- }
- .read_more {
- background: {color:Main Color};
- border: 1px solid {color:Border};
- border-radius: 5px;
- color: white;
- display: inline-block;
- font-size: {select:Uppercase Font Size};
- padding: 10px;
- text-align: center;
- text-transform: uppercase;
- width: calc(100% - 22px);
- }
- .read_more:hover {
- background: white;
- color: {color:Main Color};
- }
- .vignette, #vignette {
- opacity: 0;
- }
- .lightbox-image, #tumblr_lightbox img {
- border-radius: 0!important;
- box-shadow: none!important;
- max-width: none;
- }
- .tmblr-lightbox, #tumblr_lightbox {
- background-attachment: fixed;
- background-image: url('https://i.imgur.com/7wF2zbK.png');
- background-repeat: repeat;
- }
- .lightbox-caption, #tumblr_lightbox_caption {
- visibility: hidden;
- }
- .text p {
- margin-top: 0px;
- }
- .caption {
- margin-top: 20px;
- }
- .caption p {
- margin-top: 0px;
- }
- blockquote.tumblr_parent {
- border: none;
- border-bottom: 1px solid {color:Border};
- margin: 0px;
- margin-bottom: 20px;
- padding: 0px;
- }
- blockquote.tumblr_parent:last-child {
- border-bottom: 0px;
- }
- blockquote.user-reblog {
- border: none;
- margin: 0px;
- padding: 0px;
- }
- .tumblr_avatar {
- border-radius: 100px;
- height: 30px;
- margin-bottom: 20px;
- width: 30px;
- }
- .tumblr_avatar img {
- height: 30px;
- width: 30px;
- }
- .user-image img {
- height: 30px;
- width: 30px;
- }
- a.tumblr_blog {
- font-size: {select:Body Font Size};
- font-weight: bold;
- margin-top: calc((30px - {select:Body Font Size}) / 4);
- display: inline-block;
- position: absolute;
- margin-left: 10px;
- text-align: center;
- text-transform: lowercase;
- }
- .ask-wrapper {
- width: 100%;
- }
- .asker {
- background: {color:Asker Background};
- border: 1px solid {color:Border};
- padding: 20px;
- }
- .asker-url {
- font-size: {select:Uppercase Font Size};
- text-align: center;
- text-transform: uppercase;
- }
- .asker-url a {
- background: none;
- padding: 0px;
- }
- .question {
- background: {color:Question Background};
- border: 1px solid {color:Border};
- border-top: none;
- padding: 20px;
- text-align: center;
- }
- .quote {
- background: {color:Asker Background};
- font-size: {select:Uppercase Font Size};
- padding: 10px;
- text-transform: uppercase;
- }
- .quote-icon {
- background: {color:Main Color};
- display: inline-block;
- color: {color:Quote Icon Color};
- margin: -10px;
- padding: 10px;
- }
- .quote-wrapper {
- margin-top: 20px;
- width: 100%;
- }
- .quote a.tumblr_blog {
- font-size: {select:Uppercase Font Size};
- font-weight: normal;
- margin-top: 0px;
- margin-left: 0px;
- display: inline-block;
- position: relative;
- text-align: center;
- text-transform: uppercase;
- }
- .website {
- background: {color:Main Color};
- color: {color:Quote Icon Color};
- font-size: {select:Uppercase Font Size};
- padding: 10px;
- text-transform: uppercase;
- }
- .website a {
- color: {color:Quote Icon Color};
- }
- .website a:hover {
- color: {color:Link Hover};
- }
- .chat {
- font-size: {select:Uppercase Font Size};
- text-transform: uppercase;
- }
- .chat li {
- list-style-type: none;
- }
- .chat li:nth-child(odd) {
- background: {color:Main Color};
- color: {color:Quote Icon Color};
- padding: 10px;
- }
- .chat li:nth-child(even) {
- background: {color:Asker Background};
- color: {color:Main Color};
- padding: 10px;
- }
- .audio iframe {
- height: 85px;
- width: 400px;
- }
- figure {
- display: flex;
- width: 100%;
- }
- figcaption.npf-audio-wrapper {
- width: 100%;
- }
- .npf-audio-wrapper {
- --NPF-Audio-Buttons-Size: 1.4rem;
- --NPF-Audio-Buttons-Color: #555555;
- --NPF-Audio-Buttons-Spacing: 1.3rem;
- --NPF-Audio-Image-Size: 85px;
- --NPF-Audio-Image-Spacing: 0px;
- }
- span.npf-audio-title {
- font-weight: bold;
- }
- .npf-audio-background {
- background-color: #f2f2f2;
- padding: 1.5rem;
- }
- video {
- height: auto;
- width: 100%;
- }
- .source {
- background: {color:Asker Background};
- border-radius: 5px;
- display: inline-block;
- font-size: {select:Uppercase Font Size};
- margin-top: 10px;
- padding: 5px;
- text-transform: uppercase;
- }
- .notes-wrapper {
- border-bottom: 1px solid {color:Border};
- font-size: {select:Uppercase Font Size};
- font-weight: bold;
- margin: -20px;
- margin-bottom: 20px;
- padding: 20px;
- text-transform: uppercase;
- }
- .entries-information {
- border-top: 1px solid {color:Border};
- font-size: {select:Uppercase Font Size};
- margin-top: 20px;
- padding-top: 20px;
- text-transform: uppercase;
- }
- .like-b {
- display: inline-block;
- margin-right: 0px;
- position: relative;
- }
- .like-b .like_button iframe {
- bottom: 0px;
- left: 0px;
- opacity: 0;
- position: absolute;
- right: 0px;
- top: 0px;
- }
- .like-b .liked + .b {
- color: {color:Like};
- }
- .like-b .liked + .b:after {
- content: 'd';
- }
- .tags-title a {
- color: {color:Link};
- margin-top: 20px;
- margin-left: auto;
- margin-right: auto;
- margin-top: 20px;
- text-align: center;
- width: 70px;
- -webkit-transition: all 0.5s ease;
- -moz-transition: all 0.5s ease;
- -o-transition: all 0.5s ease;
- }
- .tags-title:hover {
- color: {color:Link Hover};
- }
- .tags {
- margin-top: 5px;
- }
- .tags-alternate {
- margin-top: 5px;
- }
- ol.notes {
- font-size: {select:Uppercase Font Size};
- margin: -10px;
- margin-top: 20px;
- padding: 0px;
- text-align: left;
- text-transform: uppercase;
- }
- ol.notes li {
- list-style-type: none;
- margin: 10px;
- }
- ol.notes li.note img.avatar {
- border-radius: 100px;
- vertical-align: -4px;
- height: 16px;
- margin-right: 10px;
- width: 16px;
- }
- .more_notes_link {
- background: {color:Main Color};
- border-radius: 5px;
- color: white;
- display: inline-block;
- padding: 5px 10px 5px 10px;
- text-align: center;
- }
- .pagination {
- font-size: {select:Uppercase Font Size};
- text-transform: uppercase;
- }
- #credit {
- bottom: 15px;
- font-size: 0.9rem;
- position: fixed;
- right: 15px;
- text-transform: uppercase;
- }
- #credit a {
- color: {color:Link};
- }
- #credit a:hover {
- color: {color:Link Hover};
- }
- {CustomCSS}
- </style>
- </head>
- <body>
- <div id="container">
- <div id="header">
- <div class="its-wrapper">
- <div class="icon-image"><img src="{image:Icon Image}"/></div>
- <div class="title">{text:Title}</div>
- <div class="subtitle">{text:Subtitle}</div>
- </div>
- <div class="header-image">
- {block:IfAbout}
- <button id="about" title="About"><i class="fas fa-quote-left" style="background: {color:Main Color};border-radius: 100px;color: {color:Quote Icon Color};font-size: 0.9rem;padding: 10px;width: 0.9rem;"></i></button>
- {/block:IfAbout}
- </div>
- </div>
- {block:IfAbout}
- <div id="modal-popup" class="modal">
- <div class="modal-content">
- <div class="about-title">{text:About Title}</div>
- <div class="about-image"><img src="{image:About Image}"/></div>
- <div class="about">
- <div class="info-wrapper">
- {block:ifName}<span class="info"><i class="far fa-user-circle" style="color: {color:Main Color};margin-right: 10px;"></i>{text:Name}</span>{/block:ifName}
- {block:ifLocation}<span class="info"><i class="fas fa-map-marker-alt" style="color: {color:Main Color};margin-right: 10px;"></i>{text:Location}</span>{/block:ifLocation}
- {block:ifBirthday}<span class="info"><i class="fas fa-birthday-cake" style="color: {color:Main Color};margin-right: 10px;"></i>{text:Birthday}</span>{/block:ifBirthday}
- {block:ifLikes}<span class="info"><i class="far fa-heart" style="color: {color:Main Color};margin-right: 10px;"></i>{text:Likes}</span>{block:ifLikes}
- </div>
- <div class="about-content">
- Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aliquam nisi lorem, pulvinar id, commodo feugiat, vehicula et, mauris. Aliquam mattis porta urna. Maecenas dui neque, rhoncus sed, vehicula vitae, auctor at, nisi. Aenean id massa ut lacus molestie porta. Curabitur sit amet quam id libero suscipit venenatis.
- </div>
- </div>
- </div>
- </div>
- {/block:IfAbout}
- <div id="ps-wrapper">
- <div id="posts">
- {block:Posts}
- <div class="entries" id="{PostID}" post-type="{PostType}">
- {block:NoteCount}<div class="notes-wrapper"><i class="far fa-chart-bar" style="background: {color:Main Color};border-radius: 100px;color: {color:Post Background};font-size: 0.9rem;margin-right: 10px;padding: 10px;width: 0.9rem;"></i><a href="{Permalink}">{NoteCountWithLabel}</a>{/block:NoteCount}{block:NoteCount}</div>{/block:NoteCount}
- {block:Text}
- {block:NotReblog}
- <div class="npf-wrapper">
- {block:Title}
- <h1>{Title}</h1>
- {/block:Title}
- {Body}
- </div>
- {/block:NotReblog}
- {block:RebloggedFrom}
- <div class="text-wrapper">
- {block:Title}
- <h1>{Title}</h1>
- {/block:Title}
- <div class="text">
- {Body}
- </div>
- </div>
- {/block:RebloggedFrom}
- {/block:Text}
- {block:Answer}
- <div class="ask-wrapper">
- <div class="asker">
- <div class="asker-url">
- <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>
- <br><br>
- A Message From <a href="{AskerURL}">{Asker}</a>
- </div>
- </div>
- <div class="question">
- {Question}
- </div>
- </div>
- <div class="caption">
- {Answer}
- </div>
- {/block:Answer}
- {block:Quote}
- <div class="quote">
- <div class="quote-icon"><i class="fas fa-quote-left"></i></div>
- <div class="quote-wrapper">
- "{Quote}</i>" {block:Source}— {Source}{/block:Source}
- </div>
- </div>
- {/block:Quote}
- {block:Link}
- {block:Thumbnail}
- <img src="{Thumbnail}" style="margin-bottom: 10px;"/>
- {/block:Thumbnail}
- <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}
- </a></div>
- {block:Description}
- <div class="caption">
- {Description}
- </div>
- {/block:Description}
- {/block:Link}
- {block:Chat}
- <div class="chat">
- {block:Title}
- <h1>{Title}</h1>
- {/block:Title}
- {block:Lines}
- <li>{block:Label}{Label}{/block:Label}
- {Line}
- </li>
- {/block:Lines}
- </div>
- {/block:Chat}
- {block:Audio}
- <div class="audio">
- {AudioEmbed}
- </div>
- {block:Caption}
- <div class="caption">{Caption}</div>
- {/block:Caption}
- {/block:Audio}
- {block:Photo}
- <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>
- {block:Caption}
- <div class="text-wrapper">
- <div class="caption">{Caption}</div>
- </div>
- {/block:Caption}
- {/block:Photo}
- {block:Photoset}
- <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>
- {block:Caption}
- <div class="text-wrapper">
- <div class="caption">{Caption}</div>
- </div>
- {/block:Caption}
- {/block:Photoset}
- {block:Video}
- <div class="video">
- {Video-500}
- </div>
- {block:Caption}
- <div class="caption">{Caption}</div>
- {/block:Caption}
- {/block:Video}
- {block:ContentSource}
- <div class="source">
- <i class="fas fa-paper-plane" style="color: {color:Main Color};margin-right: 5px;"></i><a href="{SourceURL}" title="{SourceTitle}">Source</a>
- </div>
- {/block:ContentSource}
- {block:Date}
- <div class="entries-information">
- {block:PinnedPostLabel}
- <font style="color: {color:Pin};"><i class="fas fa-thumbtack" style="margin-right: 5px;"></i>{PinnedPostLabel}</font>
- <font style="color: {color:Main Color};margin-left: 5px;margin-right: 5px;">•</font>
- {/block:PinnedPostLabel}
- <a href="{Permalink}">{DayOfMonth} {ShortMonth} {Year}</a>
- <font style="color: {color:Main Color};margin-left: 5px;margin-right: 5px;">•</font>
- {block:RebloggedFrom} <a href="{ReblogParentURL}">Via</a> / {/block:RebloggedFrom}
- {block:ContentSource}{block:RebloggedFrom} <a href="{ReblogRootURL}">Source</a> / {/block:RebloggedFrom}{/block:ContentSource}
- <a class="like-b" href="#">{LikeButton}<div class="b">Like</div></a> Or <a href="{ReblogURL}" target="_blank">Reblog</a>
- {block:IfHideTags}
- {block:HasTags}
- <font style="color: {color:Main Color};margin-left: 5px;margin-right: 5px;">•</font>
- <a class="tags-title">Show Tags</a>
- <div class="tags">
- {block:Tags}
- <a href="{TagURL}" style="margin-right: 5px;"><font style="color: {color:Main Color};margin-right: 5px;">•</font>{Tag}</a>
- {/block:Tags}
- </div>
- {/block:HasTags}
- {/block:IfHideTags}
- {block:IfShowTags}
- {block:HasTags}
- <div class="tags-alternate">
- {block:Tags}
- <a href="{TagURL}" style="margin-right: 5px;"><font style="color: {color:Main Color};margin-right: 5px;">•</font>{Tag}</a>
- {/block:Tags}
- </div>
- {/block:HasTags}
- {/block:IfShowTags}
- {block:PostNotes}
- {PostNotes}
- {/block:PostNotes}
- </div>
- {/block:Date}
- </div>
- {/block:Posts}
- {block:Pagination}
- <div class="pagination">
- {CurrentPage} Out Of {TotalPages}
- <font style="float:right;">
- {block:PreviousPage}
- <a href="{PreviousPage}">Previous</a>
- {/block:PreviousPage}
- {block:NextPage}
- Or <a href="{NextPage}">Next</a>
- {/block:NextPage}
- </font>
- </div>
- {/block:Pagination}
- </div>
- <div id="sidebar">
- <div class="sidebar-image"><img src="{image:Sidebar Image}"/></div>
- <div class="box">
- {block:Description}<div class="description">{Description}</div>{/block:Description}
- </div>
- <div class="box">
- <div class="links">
- <a href="/"><i class="fas fa-home" style="background: {color:Main Color};border-radius: 5px;color: {color:Post Background};font-size: 0.8rem;margin-right: 10px;padding: 10px;width: 0.8rem;"></i>Home</a>
- {block:AskEnabled}<a href="/ask"><i class="fas fa-envelope" style="background: {color:Main Color};border-radius: 5px;color: {color:Post Background};font-size: 0.8rem;margin-right: 10px;padding: 10px;width: 0.8rem;"></i>Ask</a>{/block:AskEnabled}
- {block:SubmissionsEnabled}{block:IfSubmitLink}<a href="/submit"><i class="fas fa-file-import" style="background: {color:Main Color};border-radius: 5px;color: {color:Post Background};font-size: 0.8rem;margin-right: 10px;padding: 10px;width: 0.8rem;"></i>Submit</a>{/block:IfSubmitLink}{/block:SubmissionsEnabled}
- {block:ifLink1URL}<a href="{text:Link 1 URL}"><i class="fas fa-link" style="background: {color:Main Color};border-radius: 5px;color: {color:Post Background};font-size: 0.8rem;margin-right: 10px;padding: 10px;width: 0.8rem;"></i>{text:Link 1 Name}</a>{/block:ifLink1URL}
- {block:ifLink2URL}<a href="{text:Link 2 URL}"><i class="fas fa-link" style="background: {color:Main Color};border-radius: 5px;color: {color:Post Background};font-size: 0.8rem;margin-right: 10px;padding: 10px;width: 0.8rem;"></i>{text:Link 2 Name}</a>{/block:ifLink2URL}
- {block:ifLink3URL}<a href="{text:Link 3 URL}"><i class="fas fa-link" style="background: {color:Main Color};border-radius: 5px;color: {color:Post Background};font-size: 0.8rem;margin-right: 10px;padding: 10px;width: 0.8rem;"></i>{text:Link 3 Name}</a>{/block:ifLink3URL}
- <a href="/archive"><i class="far fa-calendar-plus" style="background: {color:Main Color};border-radius: 5px;color: {color:Post Background};font-size: 0.8rem;margin-right: 10px;padding: 10px;width: 0.8rem;"></i>Archive</a>
- </div>
- </div>
- <div class="box">
- <i class="fas fa-search" style="background: {color:Main Color};border-radius: 5px;color: {color:Quote Icon Color};font-size: 0.8rem;margin-right: 10px;padding: 10px;width: 0.8rem;"></i>
- <form class="search" action="javascript:return false">
- <input type="text" class="query" placeholder="Search This Blog">
- </form>
- </div>
- </div>
- </div>
- </div>
- <div id="credit"><a href="http://extasisthemes.tumblr.com/" title="extasisthemes" target="_blank">EXT</a></div>
- </body>
- <!-- Modal Script -->
- <script>
- var modal = document.getElementById("modal-popup");
- var btn = document.getElementById("about");
- btn.onclick = function() {
- modal.style.display = "block";
- }
- window.onclick = function(event) {
- if (event.target == modal) {
- modal.style.display = "none";
- }
- }
- </script>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment