Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html>
- <html>
- <head>
- <!--
- theme: Solar
- version: 2.2.1 (December 3, 2018)
- from: adorablethemes.com
- credits:
- Font Awesome 4.7.0 (fontawesome.com)
- Infinite Scroll 2.0.2 (infinite-scroll.com)
- jQuery 3.3.1 (jquery.com)
- -->
- <meta charset="UTF-8">
- <title>{block:SearchPage}{lang:Search results for SearchQuery} - {/block:SearchPage}{block:PostSummary}{PostSummary} - {/block:PostSummary}{Title}</title>
- <meta name="description" content="{MetaDescription}">
- <meta name="viewport" content="width=960">
- <meta name="theme-color" content="{color:Accent}">
- <link rel="shortcut icon" href="{Favicon}">
- <link rel="apple-touch-icon" href="{PortraitURL-128}">
- <link rel="alternate" type="application/rss+xml" href="{RSS}">
- {block:Hidden}
- <meta name="image:Header" content="">
- <meta name="image:Background" content="">
- <meta name="color:Background" content="#dddddd">
- <meta name="color:Headers" content="#222222">
- <meta name="color:Header Text" content="#ffffff">
- <meta name="color:Accent" content="#1abc9c">
- <meta name="color:Text on Accent" content="#ffffff">
- <meta name="color:Content Background" content="#ffffff">
- <meta name="color:Content Text" content="#000000">
- <meta name="color:Sidebar Background" content="#ffffff">
- <meta name="color:Sidebar Text" content="#000000">
- <meta name="if:Show Archive Link" content="1">
- <meta name="if:Show Followed Blogs" content="1">
- <meta name="if:Show Liked Posts" content="0">
- <meta name="if:Infinite Scrolling" content="0">
- <meta name="if:Use Real Dates" content="1">
- <meta name="if:Show Accent Lines" content="1">
- <meta name="if:Show Tags on Index" content="1">
- <meta name="if:Show Like and Reblog Buttons" content="1">
- <meta name="text:Custom Ask Page Text" content="">
- <meta name="text:Featured Tag 1" content="">
- <meta name="text:Featured Tag 2" content="">
- <meta name="text:Featured Tag 3" content="">
- <meta name="text:Featured Tag 4" content="">
- <meta name="text:Featured Tag 5" content="">
- <meta name="text:Featured Tag 6" content="">
- <meta name="text:Facebook Username" content="">
- <meta name="text:Flickr Username" content="">
- <meta name="text:Instagram Username" content="">
- <meta name="text:Pinterest Username" content="">
- <meta name="text:SoundCloud Username" content="">
- <meta name="text:Twitch Username" content="">
- <meta name="text:Vine Username" content="">
- <meta name="text:YouTube Username" content="">
- <meta name="text:Max Tweets" content="4">
- <meta name="text:Header Height" content="130">
- <meta name="text:Copyright Text" content="">
- <meta name="text:Google Analytics ID" content="">
- <meta name="select:Main Column Width" content="600" title="600">
- <meta name="select:Main Column Width" content="540" title="540">
- <meta name="select:Main Column Width" content="500" title="500">
- <meta name="select:Max Followed Blogs" content="27" title="25">
- <meta name="select:Max Followed Blogs" content="52" title="50">
- <meta name="select:Max Followed Blogs" content="77" title="75">
- <meta name="select:Max Followed Blogs" content="102" title="100">
- <meta name="select:Header Image Style" content="center" title="center">
- <meta name="select:Header Image Style" content="cover" title="cover">
- <meta name="select:Header Image Style" content="tile" title="tile">
- <meta name="select:Background Image Style" content="tile" title="tile">
- <meta name="select:Background Image Style" content="cover" title="cover">
- <meta name="select:Background Image Style" content="center" title="center">
- {/block:Hidden}
- <link href="//fonts.googleapis.com/css?family=Lato:400,700,400italic" rel="stylesheet">
- <link rel="stylesheet" href="https://netdna.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" integrity="sha384-wvfXpqpZZVQGK6TAh5PVlGOfQNHSoD2xbE+QkPxCAFlNEevoEH3Sl0sibVcOQVnN" crossorigin="anonymous">
- <style type="text/css">
- /* Reset */
- article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
- audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
- audio:not([controls]) { display: none; }
- [hidden] { display: none; }
- /* Selection colors */
- ::-moz-selection { background: {color:Accent}; color:#fff; text-shadow: none; }
- ::selection { background: {color:Accent}; color:#fff; text-shadow: none; }
- /* =Base Styles=
- -------------------------------------------------------------- */
- html {
- margin-bottom: auto;
- padding-bottom: auto;
- }
- body {
- background-color: {color:Background};
- {block:IfBackgroundImage}
- background-image: url('{image:Background}');
- background-attachment: fixed;
- {/block:IfBackgroundImage}
- color: {color:Content Text};
- font-family: Lato, Arial, sans-serif;
- margin: auto 0;
- }
- /* Background settings */
- .background-cover {
- background-position: center center;
- background-size: cover;
- }
- .background-tile {
- background-repeat: repeat;
- }
- .background-center {
- background-position: center center;
- background-repeat: no-repeat;
- }
- #wrapper {
- width: 920px;
- margin-left: auto;
- margin-right: auto;
- }
- .blog-description {
- font-size: 13px;
- line-height: 150%;
- }
- h2 {
- color: {color:Content Text};
- font-size: 26px;
- line-height: 30px;
- }
- a, a:hover {
- color: {color:Content Text};
- text-decoration: none;
- }
- header {
- background-color: {color:Headers};
- {block:IfHeaderImage}
- background-image: url('{image:Header}');
- {/block:IfHeaderImage}
- height: {text:Header Height}px;
- clear: both;
- margin-bottom: 20px;
- {block:IfShowAccentLines}border-bottom: 4px solid {color:Accent};{/block:IfShowAccentLines}
- overflow: hidden;
- }
- h1.blog-title, h1.blog-title:hover {
- color: {color:Header Text};
- font-weight: 400;
- font-size: 23px;
- line-height: {text:Header Height}px;
- text-align: center;
- margin: 0;
- text-decoration: none !important;
- }
- hr.clear {
- clear: both;
- border: 0;
- }
- #content {
- background-color: {color:Content Background};
- float: left;
- text-align: left;
- width: 560px;
- margin-top: 0px;
- margin-bottom: 20px;
- padding: 20px;
- }
- .text-left {
- text-align: left;
- }
- .text-center {
- text-align: center;
- }
- .text-right {
- text-align: right;
- }
- .align-right {
- float: right;
- }
- figure {
- margin: 0;
- }
- .intro {
- margin: -20px;
- margin-bottom: 20px;
- {block:IfShowAccentLines}border-bottom: 4px solid {color:Accent};{/block:IfShowAccentLines}
- background-color: {color:Headers};
- color: {color:Header Text};
- padding: 0 8px;
- font-size: 14px;
- line-height: 30px;
- }
- /* =Post Styles=
- -------------------------------------------------------------- */
- .post-content {
- border-bottom: 1px solid rgba({RGBcolor:Content Text}, 0.08);
- word-break: break-word;
- }
- .post-content:last-child {
- border-bottom: 0;
- }
- .post-content p {
- font-size: 14px;
- line-height: 150%;
- }
- .post-content a {
- text-decoration: underline;
- }
- .post-content blockquote {
- border-left: 2px solid rgba({RGBcolor:Content Text}, 0.5);
- margin: 20px 10px;
- padding-left: 20px;
- font-style: italic;
- }
- .post-content blockquote p {
- color: {color:Content Text};
- font-size: 14px;
- font-style: italic;
- }
- .post-content a, .post-content a:hover {
- color: {color:Content Text};
- text-decoration-color: rgba({RGBcolor:Content Text},0.5);
- }
- .post-content a:hover {
- text-decoration-color: rgba({RGBcolor:Content Text},0.9);
- }
- .post-content ul, .post-content ol {
- font-size: 14px;
- line-height: 140%;
- }
- .post-content ul {
- list-style-type: circle;
- padding-left: 20px;
- }
- .post-content ol {
- padding-left: 20px;
- }
- .post-content ul li {
- color: rgba({RGBcolor:Content Text}, 0.75);
- }
- .post-content hr {
- clear: both;
- border: 0;
- border-bottom: 2px solid rgba({RGBcolor:Content Text}, 0.2);
- }
- .post-content small {
- color: rgba({RGBcolor:Content Text}, 0.75);
- font-size: 12px;
- }
- .post-content img {
- max-width: 100%;
- height: auto;
- }
- .photoset {
- width: 560px;
- }
- .photo-post-photo, .video-post-video {
- margin: 0 -20px;
- width: 600px;
- background-color: rgba({RGBcolor:Content Text}, 0.05);
- }
- .photo-post-photo img {
- max-width: 100%;
- display: block;
- margin: 0 auto;
- }
- .video-post-video iframe {
- width: 600px;
- display: block;
- }
- .video-post-video .vine-embed {
- width: 600px;
- height: 600px;
- }
- .tumblr_video_iframe {
- max-height: 540px;
- }
- .tumblr_audio_player {
- width: 560px;
- }
- .tmblr-embed iframe {
- max-width: 100%;
- }
- .quote-text {
- color: rgba({RGBcolor:Content Text}, 0.75);
- font-weight: 400;
- font-style: italic;
- }
- .link-domain {
- font-size: 12px;
- color: rgba({RGBcolor:Content Text}, 0.75);
- }
- .link-container p {
- font-size: 14px;
- line-height: 150%;
- }
- ul.chat-lines {
- list-style-type: none;
- padding-left: 0;
- }
- ul.chat-lines li {
- padding-top: 4px;
- padding-bottom: 4px;
- }
- .chat-label {
- font-weight: 600;
- }
- .question-box, .asker-box {
- margin: 0 -20px;
- padding: 5px 20px;
- }
- .asker-box {
- background-color: rgba({RGBcolor:Content Text}, 0.05);
- font-size: 12px;
- }
- .question-box {
- background-color: {color:Content Background};
- color: rgba({RGBcolor:Content Text}, 0.75);
- border-bottom: 1px solid rgba({RGBcolor:Content Text}, 0.08);
- line-height: 150%;
- font-size: 16px;
- font-style: italic;
- }
- .read_more:after {
- content: " \2192";
- }
- hr.separator {
- margin: 70px 210px;
- border: 0;
- border-bottom: 4px solid rgba({RGBcolor:Content Text},0.05);
- }
- /* =Sidebar Styles=
- -------------------------------------------------------------- */
- .sidebar {
- background-color: transparent;
- float: right;
- margin-top: 0px;
- }
- .widget {
- background-color: {color:Sidebar Background};
- color: {color:Sidebar Text};
- text-align: left;
- clear: both;
- width: 300px;
- float: none;
- margin-bottom: 20px;
- }
- .widget p {
- font-size: 12px;
- line-height: 14px;
- }
- .widget ul {
- background-color: {color:Sidebar Background};
- padding-left: 0;
- margin-bottom: 0;
- margin-top: 0;
- }
- .widget ul li {
- display: block;
- padding: 0px;
- font-size: 12px;
- }
- .widget ul li a {
- color: {color:Sidebar Text};
- background-color: {color:Sidebar Background};
- display: block;
- font-size: 12px;
- font-weight: normal;
- padding: 10px 15px;
- text-transform: lowercase;
- text-decoration: none;
- border-bottom: 1px solid rgba({RGBcolor:Sidebar Text},0.07);
- }
- .widget ul li:last-child a {
- border-bottom: 0;
- }
- .widget-about ul li:first-child a {
- border-top: 1px solid rgba({RGBcolor:Sidebar Text},0.07);
- }
- .widget ul li a:hover {
- color: {color:Sidebar Text};
- background-color: rgba({RGBcolor:Sidebar Text},0.07);
- text-decoration: none;
- }
- .social-link {
- margin-right: 10px;
- }
- .sidebar-header {
- background-color: {color:Headers};
- {block:IfShowAccentLines}border-bottom: 4px solid {color:Accent};{/block:IfShowAccentLines}
- color: {color:Header Text};
- display: block;
- font-weight: 400;
- font-size: 14px;
- line-height: 30px;
- text-align: left;
- letter-spacing: 1px;
- padding: 0 12px;
- text-transform: uppercase;
- }
- .widget ul li.like_post {
- margin: 15px 10px;
- }
- .widget-likes img {
- max-width: 100%;
- border-radius: 2px;
- }
- .widget-likes .post_info_bottom {
- display: block !important;
- padding: 10px 0;
- }
- .widget-likes .like_title {
- font-weight: 700;
- }
- .widget-likes .like_quote {
- font-style: italic;
- margin-bottom: 10px;
- }
- .widget-likes .like_link:after {
- font-family: FontAwesome;
- content: '\f105';
- margin-left: 5px;
- }
- .widget-likes .like_audio .audio_player {
- display: none;
- }
- .widget-likes ul li a {
- color: {color:Accent};
- display: inline;
- padding: 0;
- background: transparent;
- text-transform: none;
- border-bottom: 0;
- }
- .widget-likes ul li a:hover {
- color: {color:Content Text};
- background: transparent;
- }
- .widget-likes blockquote {
- border-left: 2px solid {color:Content Text};
- margin-left: 0;
- padding-left: 8px;
- }
- .widget-about, .widget-following {
- background-color: {color:Sidebar Background};
- }
- .widget-following img {
- width: 30px;
- height: 30px;
- margin: 10px 15px;
- border-radius: 2px;
- }
- .widget-following a:nth-child(n+{select:Max Followed Blogs}) {
- display: none;
- }
- .sidebar-content {
- padding: 10px 15px;
- }
- .sidebar-content a {
- color: {color:Sidebar Text};
- text-decoration: none;
- }
- .sidebar-content a:hover {
- color: {color:Sidebar Text};
- text-decoration: underline;
- }
- .about-avatar {
- float: right;
- width: 64px;
- height: 64px;
- margin-left: 15px;
- border-radius: 2px;
- border: 3px solid white;
- -webkit-transform: translate(0, -28px);
- transform: translate(0, -28px);
- box-shadow: 1px 3px 4px rgba(0,0,0,0.1);
- }
- .avatar-circle {
- border-radius: 64px;
- }
- .tweet a {
- text-transform: none !important;
- }
- /* =Pagination=
- -------------------------------------------------------------- */
- .pagination {
- font-size: 14px;
- padding: 30px 0;
- }
- #previous, #next, .jump-page {
- background-color: {color:Content Background};
- color: {color:Content Text}; !important;
- padding: 5px 8px;
- border-radius: 2px;
- }
- .jump-page {
- margin: 0 3px;
- }
- #previous:hover, #next:hover {
- background-color: {color:Accent};
- color: {color:Text on Accent} !important;
- }
- .jump-page:hover {
- background-color: {color:Accent};
- color: {color:Text on Accent} !important;
- text-decoration: none;
- }
- .current-page {
- padding: 5px 8px;
- background-color: {color:Accent};
- color: {color:Text on Accent} !important;
- font-weight: 700;
- }
- .page-info {
- color: rgba({RGBcolor:Content Text}, 0.6);
- text-align: center;
- }
- .page-info-1 {
- display: none;
- }
- .span25 {
- float: left;
- width: 25%;
- min-height: 1px;
- }
- .span50 {
- float: left;
- width: 50%;
- min-height: 1px;
- }
- /* =Post Meta and Notes
- -------------------------------------------------------------- */
- .post-meta {
- position: relative;
- width: 518px;
- }
- .post-meta a, .post-meta a:hover {
- background-color: {color:Accent};
- padding: 8px 12px;
- font-size: 11px;
- font-weight: 600;
- text-decoration: none !important;
- color: {color:Text on Accent}; !important;
- display: inline-block;
- }
- a.post-date {
- margin-left: -37px;
- }
- a.post-date:after {
- position: absolute;
- top: 44px;
- left: -43px;
- width: 100px;
- height: 24px;
- background-color: {color:Accent};
- transform: rotate(45deg);
- z-index: -1000;
- content: ' ';
- display: block;
- -webkit-filter: brightness(0.75);
- filter: brightness(0.75);
- }
- a.post-note-count, a.post-via, a.post-source {
- padding: 8px 0;
- margin-left: 12px;
- background-color: transparent;
- color: rgba({RGBcolor:Content Text}, 0.66) !important;
- }
- a.post-note-count:hover, a.post-via:hover, a.post-source:hover {
- padding: 8px 0;
- margin-left: 12px;
- color: {color:Content Text} !important;
- background-color: transparent;
- }
- {block:IndexPage}{block:IfNotShowTagsOnIndex}
- .tags-list {
- display: none;
- }
- {/block:IfNotShowTagsOnIndex}{/block:IndexPage}
- .tags-list p {
- font-size: 12px;
- }
- a.tag {
- color: rgba({RGBcolor:Content Text}, 0.66);
- }
- a.tag:hover {
- color: {color:Content Text};
- }
- .tag:before {
- content: "#";
- }
- ol.notes {
- font-size: 13px;
- padding-left: 0;
- list-style-type: none;
- color: rgba({RGBcolor:Content Text}, 0.5);
- }
- .note {
- padding: 8px 0;
- border-top: 1px solid rgba({RGBcolor:Content Text}, 0.05);
- }
- .note .avatar, .asker-avatar {
- vertical-align: middle;
- border-radius: 2px;
- margin-right: 14px;
- }
- .note a {
- color: {color:Content Text};
- }
- .note a:hover {
- color: {color:Content Text};
- text-decoration: underline;
- }
- .note blockquote {
- font-size: 11px;
- }
- .note.like:after {
- content: '\f004';
- font-family: FontAwesome;
- font-size: 10px;
- float: right;
- margin-top: -16px;
- }
- .note.reblog:after {
- content: '\f021';
- font-family: FontAwesome;
- font-size: 10px;
- float: right;
- margin-top: -16px;
- }
- .note.reply:after {
- content: '\f075';
- font-family: FontAwesome;
- font-size: 10px;
- float: right;
- margin-top: -16px;
- }
- .note.answer:after {
- content: '\f112';
- font-family: FontAwesome;
- font-size: 10px;
- float: right;
- margin-top: -16px;
- }
- .float-right {
- float: right;
- }
- .like-reblog-buttons {
- margin-top: 7px;
- font-size: 12px;
- opacity: 0.33;
- }
- .like-reblog-buttons:hover {
- opacity: 0.66;
- }
- .like-button-parent {
- display: inline-block !important;
- float: right;
- }
- .reblog-button {
- margin-right: 0.75em;
- }
- .like-button-parent {
- position: relative;
- }
- .like-button-parent .like_button {
- position: absolute;
- top: 0;
- opacity: 0;
- }
- .like-button-parent .like_button.liked + span {
- color: #d95e40;
- }
- .clearfix:before,
- .clearfix:after {
- content: " ";
- display: table;
- }
- .clearfix:after {
- clear: both;
- }
- .clearfix { *zoom: 1; }
- a img { border: 0; }
- .reblog-avatar {
- width: 16px;
- height: 16px;
- border-radius: 2px;
- margin-right: 7px;
- vertical-align: middle;
- }
- .reblog-avatar.deleted {
- -webkit-filter: grayscale(1);
- filter: grayscale(1);
- }
- .reblog-username, a.reblog-username, a.reblog-username:hover, .answerer- a, .answerer- a:hover {
- color: {color:Content Text};
- text-decoration: none;
- font-size: 12px;
- }
- p.npf_quirky {
- font-size: 24px;
- line-height: 1.3em;
- }
- div.npf_row {
- max-width: 100%;
- height: auto !important;
- display: flex;
- margin: 0 !important;
- }
- div.npf_row figure.tmblr-full {
- flex: 1;
- justify-content: space-between;
- margin: 0;
- }
- div.npf_row figure.tmblr-full:first-child {
- padding-right: 2px;
- }
- .npf-link-block a {
- text-decoration: none !important;
- }
- .post-content figure video, .post-content figure audio {
- max-width: 100%;
- }
- p.tmblr-attribution {
- font-size: 11px;
- }
- body.width-540 #wrapper {
- width: 860px;
- }
- body.width-540 #content {
- width: 500px;
- }
- body.width-540 .post-meta {
- width: 458px;
- }
- body.width-540 .photoset {
- width: 500px;
- }
- body.width-540 .photo-post-photo, body.width-540 .video-post-video {
- width: 540px;
- }
- body.width-540 .video-post-video iframe {
- width: 540px;
- }
- body.width-540 .video-post-video .vine-embed {
- width: 540px;
- height: 540px;
- }
- body.width-540 .tumblr_audio_player {
- width: 500px;
- }
- body.width-500 #wrapper {
- width: 820px;
- }
- body.width-500 #content {
- width: 460px;
- }
- body.width-500 .post-meta {
- width: 418px;
- }
- body.width-500 .photoset {
- width: 460px;
- }
- body.width-500 .photo-post-photo, body.width-500 .video-post-video {
- width: 500px;
- }
- body.width-500 .video-post-video iframe {
- width: 500px;
- }
- body.width-500 .video-post-video .vine-embed {
- width: 500px;
- height: 500px;
- }
- body.width-500 .tumblr_audio_player {
- width: 460px;
- }
- {CustomCSS}
- </style>
- </head>
- <body class="{block:IndexPage}index-page{/block:IndexPage}{block:PermalinkPage}permalink-page{/block:PermalinkPage} background-{select:Background Image Style} width-{select:Main Column Width}">
- <div id="wrapper" class="clearfix">
- <a href="/">
- <header class="clearfix background-{select:Header Image Style}">
- {block:ShowTitle}<h1 class="blog-title">{Title}</h1>{/block:ShowTitle}
- {block:HideTitle}<h1 class="blog-title"> </h1>{/block:HideTitle}
- </header>
- </a>
- <div id="content" role="main">
- {block:DayPage}
- <section>
- <div class="intro">
- {lang:Posted on Month DayOfMonth Year}
- </div>
- </section>
- {/block:DayPage}
- {block:SearchResults}
- <section>
- <div class="intro">
- {lang:SearchResultCount results for SearchQuery 2}
- </div>
- </section>
- {/block:SearchResults}
- {block:NoSearchResults}
- <section>
- <div class="intro">
- {lang:No results found}
- </div>
- </section>
- {/block:NoSearchResults}
- {block:TagPage}
- <section>
- <div class="intro">
- {lang:Posts tagged Tag}
- </div>
- </section>
- {/block:TagPage}
- {block:Posts inlineMediaWidth="560"}
- <article id="{PostID}" class="post inf-scroll-item post-{PostType}">
- {block:IndexPage}
- {block:Post1}
- {block:Date}
- <section class="page-info page-info-{CurrentPage}">
- {lang:Page CurrentPage of TotalPages}
- </section>
- {/block:Date}
- {/block:Post1}
- {/block:IndexPage}
- {block:Date}
- {block:IfShowLikeandReblogButtons}
- <div class="float-right like-reblog-buttons">
- <div class="float-right like-button-parent">
- {LikeButton color="gray" size="16"}
- <span><i class="fa fa-lg fa-heart"></i></span>
- </div>
- <div class="float-right reblog-button">
- <a href="{ReblogURL}"><i class="fa fa-lg fa-refresh"></i></a>
- </div>
- </div>
- {/block:IfShowLikeandReblogButtons}
- <p class="post-meta"><a class="post-date" href="{Permalink}">{block:IfUseRealDates}{Month} {DayOfMonth}<span class="year_{Year}">, {Year}</span>{/block:IfUseRealDates}{block:IfNotUseRealDates}{TimeAgo}{/block:IfNotUseRealDates}</a>{block:NoteCount} <a class="post-note-count" href="{Permalink}#notes">{NoteCountWithLabel}</a>{/block:NoteCount}
- {block:Submission}
- <a title="" class="post-source" href="{SubmitterURL}"><i class="fa fa-fw fa-envelope-o"></i> {Submitter}</a>
- {/block:Submission}
- {block:RebloggedFrom}
- <a class="post-via" href="{ReblogParentURL}"><i class="fa fa-fw fa-retweet"></i> {ReblogParentName}</a>
- {/block:RebloggedFrom}
- {block:ContentSource}
- <a class="post-source" href="{SourceURL}">{lang:Source}</a>
- {/block:ContentSource}
- </p>
- {/block:Date}
- <div class="post-main">
- {block:Text}
- {block:Title}<a href="{Permalink}"><h2 class="post-title">{Title}</h2></a>{/block:Title}
- {block:NotReblog}
- <div class="post-content">
- {block:IfCustomAskPageText}{block:AskPage}<p>{text:Custom Ask Page Text}</p>{/block:AskPage}{/block:IfCustomAskPageText}
- {Body}
- </div>
- {/block:NotReblog}
- {block:RebloggedFrom}
- {block:Reblogs}
- <div class="post-content">
- <p><img class="reblog-avatar{block:IsDeactivated} deleted{/block:IsDeactivated}" src="{PortraitURL-64}">
- {block:IsActive}<a target="_blank" class="reblog-username" href="{Permalink}"><b>{Username}</b></a>{/block:IsActive}
- {block:IsDeactivated}<b class="reblog-username">{Username}</b>{/block:IsDeactivated}
- </p>
- {Body}
- </div>
- {/block:Reblogs}
- {/block:RebloggedFrom}
- {/block:Text}
- {block:Answer}
- <div class="asker-box">
- <p><img class="asker-avatar" src="{AskerPortraitURL-16}"/>{lang:Asked by Asker 2}:</p>
- </div>
- <div class="question-box">
- <p>“{Question}”</p>
- </div>
- {block:Answerer}
- <div class="post-content">
- <p class="answerer-"><img class="reblog-avatar" src="{AnswererPortraitURL-64}" /> <b>{Answerer}</b></p>
- {Answer}
- </div>
- {/block:Answerer}
- {block:NotReblog}<div class="post-content">{Replies}</div>{/block:NotReblog}
- {block:RebloggedFrom}
- {block:Reblogs}
- <div class="post-content">
- <p><img class="reblog-avatar{block:IsDeactivated} deleted{/block:IsDeactivated}" src="{PortraitURL-64}">
- {block:IsActive}<a class="reblog-username" target="_blank" href="{Permalink}"><b>{Username}</b></a>{/block:IsActive}
- {block:IsDeactivated}<b class="reblog-username">{Username}</b>{/block:IsDeactivated}
- </p>
- {Body}
- </div>
- {/block:Reblogs}
- {/block:RebloggedFrom}
- {/block:Answer}
- {block:Photo}
- <figure class="photo-post-photo">{LinkOpenTag}<img src="{PhotoURL-1280}" alt="{PhotoAlt}" />{LinkCloseTag}</figure>
- {block:NotReblog}
- {block:Caption}
- <figcaption class="post-content">
- {Caption}
- </figcaption>
- {/block:Caption}
- {/block:NotReblog}
- {block:RebloggedFrom}
- {block:Reblogs}
- <div class="post-content">
- <p><img class="reblog-avatar{block:IsDeactivated} deleted{/block:IsDeactivated}" src="{PortraitURL-64}">
- {block:IsActive}<a target="_blank" class="reblog-username" href="{Permalink}"><b>{Username}</b></a>{/block:IsActive}
- {block:IsDeactivated}<b class="reblog-username">{Username}</b>{/block:IsDeactivated}
- </p>
- {Body}
- </div>
- {/block:Reblogs}
- {/block:RebloggedFrom}
- {/block:Photo}
- {block:Photoset}
- <figure>{Photoset}</figure>
- {block:NotReblog}
- {block:Caption}
- <figcaption class="post-content">
- {Caption}
- </figcaption>
- {/block:Caption}
- {/block:NotReblog}
- {block:RebloggedFrom}
- {block:Reblogs}
- <div class="post-content">
- <p><img class="reblog-avatar{block:IsDeactivated} deleted{/block:IsDeactivated}" src="{PortraitURL-64}">
- {block:IsActive}<a target="_blank" class="reblog-username" href="{Permalink}"><b>{Username}</b></a>{/block:IsActive}
- {block:IsDeactivated}<b class="reblog-username">{Username}</b>{/block:IsDeactivated}
- </p>
- {Body}
- </div>
- {/block:Reblogs}
- {/block:RebloggedFrom}
- {/block:Photoset}
- {block:Quote}
- <div class="post-content">
- <h2 class="quote-text">“{Quote}”</h2>
- {block:Source}<p class="quote-source text-right"> — {Source}</p>{/block:Source}
- </div>
- {/block:Quote}
- {block:Link}
- <div class="link-container">
- {block:Thumbnail}
- <div class="link-thumbnail" style="float:right; width: 90px; height: 90px; background-image: url({Thumbnail}); background-size: cover; background-position: center center; border-radius: 2px"></div>
- {/block:Thumbnail}
- <h2><a href="{URL}" class="link-post-link" {Target}>{Name} <i class="fa fa-fw fa-angle-right"></i></a></h2>
- {block:Host}<p class="link-domain">{Host}{block:Excerpt} - <em>{Excerpt}</em>{/block:Excerpt}</p>{/block:Host}
- </div>
- {block:NotReblog}
- {block:Description}
- <div class="post-content">
- {Description}
- </div>
- {/block:Description}
- {/block:NotReblog}
- {block:RebloggedFrom}
- {block:Reblogs}
- <div class="post-content">
- <p><img class="reblog-avatar{block:IsDeactivated} deleted{/block:IsDeactivated}" src="{PortraitURL-64}">
- {block:IsActive}<a target="_blank" class="reblog-username" href="{Permalink}"><b>{Username}</b></a>{/block:IsActive}
- {block:IsDeactivated}<b class="reblog-username">{Username}</b>{/block:IsDeactivated}
- </p>
- {Body}
- </div>
- {/block:Reblogs}
- {/block:RebloggedFrom}
- {/block:Link}
- {block:Chat}
- {block:Title}<h2 class="post-title">{Title}</h2>{/block:Title}
- <div class="post-content">
- <ul class="chat-lines">
- {block:Lines}
- <li class="{Alt} user_{UserNumber}">
- {block:Label}<span class="chat-label">{Label} </span>{/block:Label}
- <span class="chat-line">{Line}</span>
- </li>
- {/block:Lines}
- </ul>
- </div>
- {/block:Chat}
- {block:Video}
- <figure class="video-post-video">{VideoEmbed-500}</figure>
- {block:NotReblog}
- {block:Caption}
- <figcaption class="post-content">
- {Caption}
- </figcaption>
- {/block:Caption}
- {/block:NotReblog}
- {block:RebloggedFrom}
- {block:Reblogs}
- <div class="post-content">
- <p><img class="reblog-avatar{block:IsDeactivated} deleted{/block:IsDeactivated}" src="{PortraitURL-64}">
- {block:IsActive}<a target="_blank" class="reblog-username" href="{Permalink}"><b>{Username}</b></a>{/block:IsActive}
- {block:IsDeactivated}<b class="reblog-username">{Username}</b>{/block:IsDeactivated}
- </p>
- {Body}
- </div>
- {/block:Reblogs}
- {/block:RebloggedFrom}
- {/block:Video}
- {block:Audio}
- <figure class="audio-post-audio">{AudioEmbed}</figure>
- {block:NotReblog}
- {block:Caption}
- <div class="post-content">
- {Caption}
- </div>
- {/block:Caption}
- {/block:NotReblog}
- {block:RebloggedFrom}
- {block:Reblogs}
- <div class="post-content">
- <p><img class="reblog-avatar{block:IsDeactivated} deleted{/block:IsDeactivated}" src="{PortraitURL-64}">
- {block:IsActive}<a target="_blank" class="reblog-username" href="{Permalink}"><b>{Username}</b></a>{/block:IsActive}
- {block:IsDeactivated}<b class="reblog-username">{Username}</b>{/block:IsDeactivated}
- </p>
- {Body}
- </div>
- {/block:Reblogs}
- {/block:RebloggedFrom}
- {/block:Audio}
- </div>
- {block:HasTags}
- <section class="tags-list">
- <p>
- {block:Tags}
- <a class="tag" href="{TagURL}">{Tag}</a>
- {/block:Tags}
- </p>
- </section>
- {/block:HasTags}
- </article>
- {block:IndexPage}<hr class="separator inf-scroll-item">{/block:IndexPage}
- {/block:Posts}
- {block:Pagination}
- <nav class="pagination">
- <div class="span25 text-left">
- {block:PreviousPage}<a href="{PreviousPage}" id="previous"><i class="fa fa-angle-left"></i> {lang:Previous}</a>{/block:PreviousPage}
- </div>
- <div class="span50 text-center">
- {block:JumpPagination length="5"}
- {block:CurrentPage}
- <span class="jump-page current-page">{PageNumber}</span>
- {/block:CurrentPage}
- {block:JumpPage}
- <a class="jump-page" href="{URL}">{PageNumber}</a>
- {/block:JumpPage}
- {/block:JumpPagination}
- </div>
- <div class="span25 text-right">
- {block:NextPage}<a href="{NextPage}" id="next">{lang:Next} <i class="fa fa-angle-right"></i></a>{/block:NextPage}
- </div>
- </nav>
- {/block:Pagination}
- {block:PermalinkPagination}
- <hr class="separator">
- <nav class="pagination">
- <div class="span50 text-left">
- {block:PreviousPost}<a href="{PreviousPost}" class="jump-page" id="previous"><i class="fa fa-angle-left"></i> {lang:Previous Post}</a>{/block:PreviousPost}
- </div>
- <div class="span50 text-right">
- {block:NextPost}<a href="{NextPost}" class="jump-page" id="next">{lang:Next Post} <i class="fa fa-angle-right"></i></a>{/block:NextPost}
- </div>
- </nav>
- {/block:PermalinkPagination}
- {block:DayPage}
- {block:DayPagination}
- <nav class="pagination">
- <div class="span50 text-left">
- {block:PreviousDayPage}<a href="{PreviousDayPage}" class="jump-page" id="previous"><i class="fa fa-angle-left"></i> {ShortMonth} {DayOfMonth}</a>{/block:PreviousDayPage}
- </div>
- <div class="span50 text-right">
- {block:NextDayPage}<a href="{NextDayPage}" class="jump-page" id="next">{ShortMonth} {DayOfMonth} <i class="fa fa-angle-right"></i></a>{/block:NextDayPage}
- </div>
- </nav>
- {/block:DayPagination}
- {/block:DayPage}
- {block:PermalinkPage}
- {block:PostNotes}
- <section class="notes-list">
- {PostNotes}
- </section>
- {/block:PostNotes}
- {/block:PermalinkPage}
- </div>
- <div id="sidebar" class="sidebar" role="complimentary">
- <div class="widget widget-about">
- <span class="sidebar-header">{lang:About}</span>
- <div class="sidebar-content">
- {block:ShowAvatar}
- <img class="about-avatar avatar-{AvatarShape}" src="{PortraitURL-128}" />
- {/block:ShowAvatar}
- {block:ShowDescription}
- <div class="blog-description">{Description}</div>
- {/block:ShowDescription}
- </div>
- <div class="sidebar-content">
- {block:IfFacebookUsername}
- <a class="social-link" href="https://www.facebook.com/{text:Facebook Username}" title="Facebook"><i class="fa fa-facebook-square fa-lg"></i></a>
- {/block:IfFacebookUsername}
- {block:Twitter}
- <a class="social-link" href="https://twitter.com/{TwitterUsername}" title="Twitter"><i class="fa fa-twitter-square fa-lg"></i></a>
- {/block:Twitter}
- {block:IfFlickrUsername}
- <a class="social-link" href="https://www.flickr.com/photos/{text:Flickr Username}" title="Flickr"><i class="fa fa-flickr fa-lg"></i></a>
- {/block:IfFlickrUsername}
- {block:IfInstagramUsername}
- <a class="social-link" href="https://instagram.com/{text:Instagram Username}" title="Instagram"><i class="fa fa-instagram fa-lg"></i></a>
- {/block:IfInstagramUsername}
- {block:IfPinterestUsername}
- <a class="social-link" href="https://www.pinterest.com/{text:Pinterest Username}" title="Pinterest"><i class="fa fa-pinterest-square fa-lg"></i></a>
- {/block:IfPinterestUsername}
- {block:IfSoundCloudUsername}
- <a class="social-link" href="https://soundcloud.com/{text:SoundCloud Username}" title="SoundCloud"><i class="fa fa-soundcloud fa-lg"></i></a>
- {/block:IfSoundCloudUsername}
- {block:IfTwitchUsername}
- <a class="social-link" href="https://www.twitch.tv/{text:Twitch Username}" title="Twitch"><i class="fa fa-twitch fa-lg"></i></a>
- {/block:IfTwitchUsername}
- {block:IfVineUsername}
- <a class="social-link" href="https://vine.co/{text:Vine Username}" title="Vine"><i class="fa fa-vine fa-lg"></i></a>
- {/block:IfVineUsername}
- {block:IfYouTubeUsername}
- <a class="social-link" href="https://www.youtube.com/user/{text:YouTube Username}" title="YouTube"><i class="fa fa-youtube-square fa-lg"></i></a>
- {/block:IfYouTubeUsername}
- </div>
- <ul>
- <li><a href="/">{lang:Home}</a></li>
- {block:IfShowArchiveLink}
- <li><a href="/archive">{lang:Archive}</a></li>
- {/block:IfShowArchiveLink}
- {block:AskEnabled}
- <li><a href="/ask">{AskLabel}</a></li>
- {/block:AskEnabled}
- {block:SubmissionsEnabled}
- <li><a href="/submit">{SubmitLabel}</a></li>
- {/block:SubmissionsEnabled}
- </ul>
- </div>
- {block:HasPages}
- <div class="widget widget-pages">
- <span class="sidebar-header">{lang:Pages}</span>
- <ul>
- {block:Pages}<li><a href="{URL}">{Label}</a></li>{/block:Pages}
- </ul>
- </div>
- {/block:HasPages}
- {block:IfFeaturedTag1}
- <div class="widget widget-tags">
- <span class="sidebar-header">{lang:Tags}</span>
- <ul>
- <li><a href="/tagged/{text:Featured Tag 1}">{text:Featured Tag 1}</a></li>
- {block:IfFeaturedTag2}<li><a href="/tagged/{text:Featured Tag 2}">{text:Featured Tag 2}</a></li>{/block:IfFeaturedTag2}
- {block:IfFeaturedTag3}<li><a href="/tagged/{text:Featured Tag 3}">{text:Featured Tag 3}</a></li>{/block:IfFeaturedTag3}
- {block:IfFeaturedTag4}<li><a href="/tagged/{text:Featured Tag 4}">{text:Featured Tag 4}</a></li>{/block:IfFeaturedTag4}
- {block:IfFeaturedTag5}<li><a href="/tagged/{text:Featured Tag 5}">{text:Featured Tag 5}</a></li>{/block:IfFeaturedTag5}
- {block:IfFeaturedTag6}<li><a href="/tagged/{text:Featured Tag 6}">{text:Featured Tag 6}</a></li>{/block:IfFeaturedTag6}
- </ul>
- </div>
- {/block:IfFeaturedTag1}
- {block:Twitter}
- <div class="widget widget-twitter">
- <span class="sidebar-header">{lang:Tweets}</span>
- <div id="twitter" style="display:none;">
- <ul id="tweets"></ul>
- <script type="text/javascript">
- function recent_tweets(data) {
- for (i=0; i<{text:Max Tweets}; i++) {
- document.getElementById("tweets").innerHTML =
- document.getElementById("tweets").innerHTML +
- '<li class="tweet"><a href="https://twitter.com/{TwitterUsername}/status/' +
- (data[i].id_str ? data[i].id_str : data[i].id) +
- '">' + data[i].text +
- '</a></li>';
- }
- document.getElementById("twitter").style.display = 'block';
- }
- </script>
- </div>
- </div>
- {/block:Twitter}
- {block:IfShowFollowedBlogs}
- {block:Following}
- <div class="widget widget-following">
- <span class="sidebar-header">{lang:Following}</span>
- {block:Followed}<a href="{FollowedURL}" rel="nofollow"><img src="{FollowedPortraitURL-30}" title="{FollowedTitle}" /></a>{/block:Followed}
- </div>
- {/block:Following}
- {/block:IfShowFollowedBlogs}
- {block:IfShowLikedPosts}
- {block:Likes}
- <div class="widget widget-likes">
- <span class="sidebar-header">{lang:Liked posts}</span>
- <div class="sidebar-content">
- {block:NoLikes}<p>{lang:This Tumblr hasnt liked any posts yet}</p>{/block:NoLikes}
- {Likes limit="4" summarize="100" width="250"}
- <p style="text-align:center"><a href="https://www.tumblr.com/liked/by/{Name}">{lang:See more stuff I like} <i class="fa fa-angle-right"></i></a></p>
- </div>
- </div>
- {/block:Likes}
- {/block:IfShowLikedPosts}
- <div class="widget widget-footer">
- <div class="sidebar-content">
- <p>© {CopyrightYears} {block:IfCopyrightText}{text:Copyright Text}{/block:IfCopyrightText}{block:IfNotCopyrightText}{Title}{/block:IfNotCopyrightText}</p>
- <p><b><a target="_blank" href="https://adorablethemes.com/theme/solar">Solar Theme</a></b></p>
- </div>
- </div>
- </div>
- </div>
- <script src="https://code.jquery.com/jquery-3.3.1.min.js" integrity="sha384-tsQFqpEReu7ZLhBV2VZlAu7zcOV+rXbYlF2cqB8txI/8aZajjp4Bqd+V6D5IgvKT" crossorigin="anonymous"></script>
- {block:IfInfiniteScrolling}<script src="https://static.tumblr.com/anzluor/98Ymoinyd/jquery.infinitescroll.min.js" integrity="sha384-DCHLD93QqUyWYMNlPlQ7qsaHYiMCzBiQPhi1uREwPnF3cW8CpyzzdSW2xLHlEh2B" crossorigin="anonymous"></script>{/block:IfInfiniteScrolling}
- <script>
- $(function(){
- trimDates();
- matchContentAndSidebar();
- timeoutID = window.setTimeout(matchContentAndSidebar, 500);
- fitVideos();
- {block:IndexPage}{block:IfInfiniteScrolling}
- var container = $('#content');
- container.infinitescroll({
- navSelector: 'nav.pagination',
- nextSelector: 'nav.pagination a#next',
- itemSelector: '.inf-scroll-item',
- loading: {
- img: 'data:image/gif;base64,R0lGODlhAQABAHAAACH5BAUAAAAALAAAAAABAAEAAAICRAEAOw==',
- msgText: '<div class="page-info">{lang:Loading}</div>',
- finishedMsg: '<div class="page-info">{lang:No more posts}</div>',
- maxPage: {TotalPages}
- }
- },
- function( newElements ) {
- var $newElems = $( newElements );
- var $newElemsIDs = $newElems.map(function () {
- return this.id;
- }).get();
- Tumblr.LikeButton.get_status_by_post_ids($newElemsIDs);
- trimDates();
- fitVideos();
- }
- );
- {/block:IfInfiniteScrolling}{/block:IndexPage}
- });
- function matchContentAndSidebar() {
- $("#content").css("minHeight",($("#sidebar").height()-60).toString()+"px");
- }
- function trimDates() {
- var theYear = new Date().getFullYear();
- $(".year_"+theYear).css("display", "none");
- }
- function fitVideos() {
- // size videos to 16:9
- $(".video-post-video iframe").each(function(index) {
- if (!$(this).hasClass('instagram-media') && !$(this).hasClass('vine-embed')) {
- $(this).css('height', (parseInt($(this).css('width')) / 1.77777777) + "px");
- }
- });
- // tumblr videos get to have their AR preserved
- $(".tumblr_video_iframe").each(function(index) {
- $(this).data('aspect-ratio', $(this).data('width') / $(this).data('height'));
- $(this).css('height', (parseInt($(this).css('width')) / $(this).data('aspect-ratio')) + "px");
- });
- }
- </script>
- {block:IfGoogleAnalyticsID}
- <script>
- (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
- (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
- m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
- })(window,document,'script','//www.google-analytics.com/analytics.js','ga');
- ga('create', '{text:Google Analytics ID}', 'auto');
- ga('send', 'pageview');
- </script>
- {/block:IfGoogleAnalyticsID}
- {block:Twitter}
- <script src="/tweets.js"></script>
- {/block:Twitter}
- </body>
- </html>
Add Comment
Please, Sign In to add comment