Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!----
- ©borntobewildcodes.tumblr.com | STORYTIME (vol.3)
- + Do not redistribute this theme or remove the credits.
- + Edit as long as you keep the credits intact
- + Contact me if you have any questions or concerns.
- + If you want a custom theme you can commission me.
- + Thanks for using my theme, I hope that you enjoy it.
- Other credits:
- - Jquery
- - Disqus
- - Google fonts
- - Font Awesome icons
- - Masonry by David Desandro
- - Infinite scroll by Paul Irish
- - PXU Photosets
- - Masonry with Infinite Scroll and PXU Photosets tutorial by @shythemes
- - Load more buttons tutorial by @shythemes
- - Hide stuff tutorial by @lmthemes
- ---->
- <!DOCTYPE html>
- <head>
- <title>{block:PostSummary}{PostSummary} : {/block:PostSummary}{Title}</title>
- <link rel="shortcut icon" href="{favicon}">
- <link rel="alternate" type="application/rss+xml" href="{RSS}">
- {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
- <meta name="image:Background" content="1"/>
- <meta name="image:Avatar" content="1"/>
- <meta name="color:Background" content="#ffffff"/>
- <meta name="color:Blog title" content="#87aee7"/>
- <meta name="color:Description" content="#111111"/>
- <meta name="color:Main link" content="#87aee7"/>
- <meta name="color:Extra link" content="#cab1da"/>
- <meta name="color:Ask bubble" content="#87aee7"/>
- <meta name="color:Post info" content="#cab1da"/>
- <meta name="color:Buttons" content="#222222"/>
- <meta name="color:Title" content="#75a1e2"/>
- <meta name="color:Text" content="#222222"/>
- <meta name="color:Link" content="#cab1da"/>
- <meta name="color:Hover" content="#587eb8"/>
- <meta name="color:Bold" content="#587eb8"/>
- <meta name="color:Italic" content="#cab1da"/>
- <meta name="color:Borders" content="#000000"/>
- <meta name="color:Pagination" content="#cab1da"/>
- <meta name="color:Scrollbar" content="#000000"/>
- <meta name="font:Body font" content="Helvetica"/>
- <meta name="select:Body font size" content="12px" title="12px">
- <meta name="select:Body font size" content="13px" title="13px">
- <meta name="select:Body font size" content="14px" title="14px">
- <meta name="select:Body font size" content="15px" title="15px">
- <meta name="select:Body font size" content="16px" title="16px">
- <meta name="select:Title font" content="Great Vibes" title="Great Vibes">
- <meta name="select:Title font" content="Alex Brush" title="Alex Brush">
- <meta name="select:Title font" content="Clicker Script" title="Clicker Script">
- <meta name="select:Title font" content="Rouge Script" title="Rouge Script">
- <meta name="select:Title font" content="Merienda One" title="Merienda One">
- <meta name="select:Title font size" content="22px" title="22px">
- <meta name="select:Title font size" content="25px" title="25px">
- <meta name="select:Title font size" content="27px" title="27px">
- <meta name="select:Title font size" content="30px" title="30px">
- <meta name="select:Title font size" content="32px" title="32px">
- <meta name="select:Blog title font size" content="20px" title="20px">
- <meta name="select:Blog title font size" content="22px" title="22px">
- <meta name="select:Blog title font size" content="25px" title="25px">
- <meta name="select:Blog title font size" content="27px" title="27px">
- <meta name="select:Blog title font size" content="30px" title="30px">
- <meta name="select:Blog title font size" content="32px" title="32px">
- <meta name="if:Inverted Controls" content="0"/>
- <meta name="if:Infinite Scroll" content="0"/>
- <meta name="if:Load More" content="0"/>
- <meta name="if:BackgroundSizeCover" content="0"/>
- <meta name="if:Show Main Links" content="1" />
- <meta name="if:Show Description" content="1" />
- <meta name="if:Faded Images" content="0" />
- <meta name="if:Monochrome Images" content="0" />
- <meta name="if:Show Captions" content="1" />
- <meta name="if:Show Tags" content="1" />
- <meta name="if:Ask Enabled" content="1" />
- <meta name="if:Submissions Enabled" content="1" />
- <meta name="if:Show Archive Link" content="1" />
- <meta name="if:Disqus Shortname" content="0"/>
- <meta name="if:Show Link One" content="1" />
- <meta name="if:Show Link Two" content="1" />
- <meta name="if:Show Link Three" content="1" />
- <meta name="if:Show Link Four" content="1" />
- <meta name="text:Link One" content="Link one"/>
- <meta name="text:Link One url" content="http://"/>
- <meta name="text:Link Two" content="Link two"/>
- <meta name="text:Link Two url" content="http://"/>
- <meta name="text:Link Three" content="Link three"/>
- <meta name="text:Link Three url" content="http://"/>
- <meta name="text:Link Four" content="Link four"/>
- <meta name="text:Link Four url" content="http://"/>
- <meta name="text:Description height" content="100px"/>
- <meta name='text:Disqus Shortname' content='' />
- <script src="//ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
- <script src="//code.jquery.com/ui/1.10.4/jquery-ui.js"></script>
- <!-- CSS -->
- <style type="text/css">
- /* ---------------------------- GENERAL ----------------------------- */
- /* -------- BASICS ------- */
- body {
- margin: 0;
- padding: 0;
- width: 100%;
- height: 100%;
- color: {color:text};
- font-family: {font:Body font};
- font-size: {select:Body font size};
- line-height: calc({select:Body font size} + 5px);
- background-color: {color:Background};
- background-image:url({image:Background});
- background-attachment: fixed;
- background-repeat: repeat;
- {block:IfBackgroundSizeCover}
- background-size:cover;
- {/block:IfBackgroundSizeCover}
- word-wrap: break-word;
- }
- /* Headings */
- h1 { font-size:{select:Title font size}; }
- h2 { font-size:calc({select:Title font size} - 5px); }
- h3 { font-size:calc({select:Title font size} - 7px); }
- h1, h2, h3 {
- margin: 10px 0 20px 0;
- color:{color:Title};
- font-weight: bold;
- letter-spacing: 1px;
- }
- h1:after, .title:after {
- content: '';
- display:block;
- width:40px;
- height:2px;
- }
- .entry h1:first-child, .entry h2:first-child, .entry h3:first-child {
- margin-top:10px;
- }
- /* Paragraph */
- p { margin:5px 0;}
- p:first-of-type { margin-top:0;}
- p:last-of-type { margin-bottom:0;}
- small, big, sub, pre {
- font-size:1em!important;
- line-height:1.4em!important;
- vertical-align:baseline!important;
- }
- blockquote {
- padding:.25em 0 .25em 15px;
- margin:.5em 0;
- border-left:1px solid {color:Borders};
- }
- /* Bold and italic */
- b, strong, b a, strong a {
- font-weight:bold!important;
- color: {color:Bold};
- }
- i, em {
- color: {color:Italic};
- transition:all .3s linear;
- -webkit-transition:all .3s linear;
- -o-transition:all .3s linear;
- -moz-transition:all .3s linear;
- }
- /* Links */
- a {
- color:{color:Link};
- text-decoration:none;
- transition:all .3s linear;
- -webkit-transition:all .3s linear;
- -o-transition:all .3s linear;
- -moz-transition:all .3s linear;
- }
- a, a img {cursor:pointer;}
- a:hover {
- color:{color:Hover}!important;
- text-decoration:none;
- }
- ul, ol, li {
- margin: 5px 10px;
- padding: 0;
- }
- /* Line break */
- hr {
- border:none;
- box-shadow:0;
- margin:2em auto;
- width:75px;
- border-top:1px solid {color:Borders};
- }
- pre {
- padding:0;
- margin:0;
- line-height:inherit!important;
- background:transparent;
- font-family:inherit!Important;
- font-size:inherit!important;
- white-space:pre-wrap;
- white-space:-moz-pre-wrap;
- white-space:-pre-wrap;
- white-space:-o-pre-wrap;
- word-wrap:break-word;
- }
- /* Tumblr lightbox */
- .tmblr-lightbox {background:rgba({RGBcolor:Background}, .95)!important;}
- .tmblr-lightbox img {opacity:0;}
- .lightbox-caption {
- color:{color:Title}!important;
- font-family:inherit!important;
- font-size:1em!important;
- font-weight:normal!important;
- text-shadow:none!important;
- }
- .lightbox-image {
- -moz-box-shadow:none!important;
- -webkit-box-shadow:none!important;
- box-shadow:none!important;
- -moz-border-radius:0px!important;
- -webkit-border-radius:0px!important;
- border-radius:0px!important;
- padding:0px!important;
- border:0!important;
- opacity:1!important;
- }
- .vignette {opacity:0!Important;}
- /* Webkit scrollbar */
- ::-webkit-scrollbar {
- width: 9px;
- height: 0;
- }
- ::-webkit-scrollbar-button:start:decrement,
- ::-webkit-scrollbar-button:end:increment {
- height: 0;
- display: block;
- background-color: #F4F4F4;
- border-bottom-right-radius:30px;
- }
- ::-webkit-scrollbar-track-piece {
- background-color: #F4F4F4;
- }
- ::-webkit-scrollbar-thumb:vertical {
- height: 0;
- background-color: {color:Scrollbar};
- border: 4px solid #F4F4F4;
- }
- /* Selection */
- ::-moz-selection {
- background: {color:Hover};
- color: {color:Background};
- }
- ::selection {
- background: {color:Hover};
- color: {color:Background};
- }
- /* Tumblr controls */
- iframe.tmblr-iframe {
- top:1px!important;
- right:35px!important;
- {block:ifInvertedControls}
- filter:invert(100%) hue-rotate(180deg);
- -webkit-filter:invert(100%) hue-rotate(180deg);
- -moz-filter:invert(100%) hue-rotate(180deg);
- -o-filter:invert(100%) hue-rotate(180deg);
- -ms-filter:invert(100%) hue-rotate(180deg);
- {/block:ifInvertedControls}
- transform:scale(0.8);
- transform-origin:100% 0;
- -webkit-transform:scale(0.8);
- -webkit-transform-origin:100% 0;
- -o-transform:scale(0.8);
- -o-transform-origin:100% 0;
- -moz-transform:scale(0.8);
- -moz-transform-origin:100% 0;
- -ms-transform:scale(0.8);
- -ms-transform-origin:100% 0;
- z-index:100000!important;
- }
- iframe.tmblr-iframe:hover {
- opacity:0.6!important;
- }
- /* Tooltips */
- .ui-tooltip {
- position:absolute;
- z-index:9999;
- padding-top:10px;
- }
- .ui-tooltip-content {
- background:{color:Background};
- padding:0 4px;
- font-style:italic;
- color:{color:Link};
- text-transform:lowercase;
- border:1px solid {color:Borders};
- }
- img {
- margin:0;
- opacity:1;
- border:0;
- text-decoration:none;
- max-width:100%;
- height:auto;
- display:block;
- }
- /* Image style */
- {block:IfFadedImages}
- img {
- -webkit-transition: opacity 0.8s linear;
- -moz-transition: opacity 0.8s linear;
- -o-transition: opacity 0.8s linear;
- -ms-transition: opacity 0.8s linear;
- opacity: 0.60;
- }
- img:hover {
- -webkit-transition: opacity 0.8s linear;
- -moz-transition: opacity 0.8s linear;
- -o-transition: opacity 0.8s linear;
- -ms-transition: opacity 0.8s linear;
- opacity: 1;
- }
- {/block:IfFadedImages}
- {block:IfMonochromeImages}
- img {
- -webkit-filter: grayscale(1);
- -webkit-transition: all 0.5s ease-in-out;
- -moz-transition: all 0.5s ease-in-out;
- -o-transition: all 0.5s ease-in-out;
- -ms-transition: all 0.5s ease-in-out;
- transition: all 0.5s ease-in-out;
- }
- img:hover {
- filter: none;
- -webkit-filter: grayscale(0);
- -webkit-transition: all 0.3s ease-in-out;
- -moz-transition: all 0.3s ease-in-out;
- -o-transition: all 0.3s ease-in-out;
- }
- {/block:IfMonochromeImages}
- /* Fix */
- iframe, img, embed, object, video {
- max-width: 100%;
- border: none;
- }
- input, textarea, select, a { outline: none; }
- /*-- CREDIT --*/
- #credit {
- position:fixed;
- top:10px;
- right:10px;
- width:25px;
- height:25px;
- z-index: 100000;
- }
- #credit img {
- border: 1px solid {color:Borders};
- }
- #credit img:hover {
- border: 1px solid {color:Hover};
- }
- /*------------------------------- CONTAINER -----------------------------*/
- #container {
- position:fixed;
- top:50%;
- left:50%;
- padding-top:30px;
- width:1000px;
- height:545px;
- background:url('https://i.imgur.com/jiWczjF.png');
- -webkit-transform: translateX(-50%) translateY(-50%);
- -moz-transform: translateX(-50%) translateY(-50%);
- -ms-transform: translateX(-50%) translateY(-50%);
- transform: translateX(-50%) translateY(-50%);
- }
- /* Sidebar */
- #sidebar {
- position:fixed!important;
- margin-top:20px;
- margin-left:52px;
- width:440px;
- height:500px;
- text-align:left;
- z-index:100;
- }
- #blog-title {
- margin-top:20px;
- margin-left:65px;
- width:360px;
- height:auto;
- color:{color:Blog title};
- font-family:{select:Title Font};
- font-size:{select:Blog title font size};
- line-height:calc({select:Blog title font size} + 5px);
- letter-spacing:2px;
- text-align:center;
- word-wrap:break-word;
- overflow:hidden;
- }
- /* Description */
- #description {
- margin-top:15px;
- margin-left:65px;
- width:340px;
- height:{text:Description height};
- padding:0 10px;
- color:{color:Description};
- text-align:justify;
- font-size:12px;
- line-height:17px;
- overflow-y:auto;
- }
- #description:first-letter {
- float:left;
- margin-right:12px;
- line-height:34px;
- color:{color:Extra link};
- font-size:250%;
- font-family:{select:Title Font};
- overflow:hidden;
- }
- /* Avatar */
- #avatar {
- margin-top:20px;
- margin-left:30px;
- position:absolute;
- width:180px;
- height:140px;
- }
- #avatar img {
- position:absolute;
- margin:0;
- width:180px;
- height:140px;
- z-index:-10;
- }
- .avatarborder {
- position:absolute;
- margin:0;
- margin-left:-1px;
- width:180px;
- height:140px;
- background:url('https://i.imgur.com/F9HvDJ7.png');
- z-index:1000;
- }
- /* Navigation */
- #navigation {
- position:absolute;
- margin-top:20px;
- left:230px;
- height:140px;
- width:180px;
- background:url('https://i.imgur.com/F9HvDJ7.png');
- }
- #navigation a {
- display:block;
- margin-top:8px;
- margin-left:10px;
- width:150px;
- height:16px;
- padding:4px 5px;
- color:{color:Extra link};
- font-size:calc({select:Title font size} - 5px);
- font-family:{select:Title Font};
- border-bottom:2px dotted #bbb;
- text-align:center;
- }
- #navigation a:last-child {
- border-bottom:none;
- }
- /* main-links */
- #main-links {
- position:absolute;
- margin-top:180px;
- left:57px;
- width:270px;
- height:45px;
- padding:28px;
- text-align:center;
- font-family:{select:Title Font};
- background:url('https://i.imgur.com/rQXtYRk.png');
- }
- #main-links a {
- display:inline-block;
- margin:8px 5px;
- color:{color:Main link};
- font-size:calc({select:Title font size} - 7px);
- line-height:calc({select:Title font size} + 3px);
- font-family:{select:Title Font};
- }
- /* ---------- POSTS AND ENTRIES ---------- */
- #containerin {
- margin-top:10px;
- margin-left:550px;
- margin-right:auto;
- width:410px;
- max-height:460px;
- overflow-y:auto;
- overflow-x:hidden;
- }
- #posts {
- margin-top:0;
- margin-left:0;
- margin-right:auto;
- width:410px;
- }
- .entry {
- display:inline-block;
- float:left;
- margin-bottom:25px;
- padding:0;
- width:390px;
- height:auto;
- background:transparent;
- overflow: hidden;
- }
- .entry img { max-width: 100%; }
- .content {
- margin-top:0px;
- margin-left:0px;
- padding:5px 0;
- }
- .topborder {
- position:absolute;
- margin-top:-28px;
- margin-left:-20px;
- width:100px;
- height:100px;
- background:url('https://i62.tinypic.com/9rhrp0.jpg');
- background-repeat:no-repeat;
- }
- /* Caption */
- .comment {
- padding:0px 10px;
- padding-top:5px;
- list-style:none;
- border-bottom:1px solid {color:Borders};
- }
- .comment:last-of-type {
- padding-bottom:0!important;
- border-bottom:1px solid transparent;
- }
- /* -------- POSTS STYLES ------- */
- /* Titles */
- .title {
- margin:10px;
- margin-top:0px;
- color:{color:Title};
- font-family:{select:Title Font};
- font-size:{select:Title font size};
- line-height: -moz-calc({select:Title font size} + 3px);
- line-height: -webkit-calc({select:Title font size} + 3px);
- line-height: -o-calc({select:Title font size} + 3px);
- line-height: calc({select:Title font size} + 3px);
- }
- .title a { color:{color:Title}; }
- .title a:hover { color:{color:L ink}; }
- .tex li, .tex blockquote {text-align:left; }
- /* Quote posts */
- .quote {
- margin: 10px;
- padding: 5px;
- font-family: {select:Title font};
- font-size: {select:Title font size};
- line-height: -moz-calc({select:Title font size} + 3px);
- line-height: -webkit-calc({select:Title font size} + 3px);
- line-height: -o-calc({select:Title font size} + 3px);
- line-height: calc({select:Title font size} + 3px);
- color: {color:Italic};
- text-align: left;
- letter-spacing: 2px;
- }
- .source {
- font-size: 12px;
- line-height: 20px;
- }
- /* Link posts */
- .linkthumb img {
- width:100%;
- }
- .linkp {
- background: {color:Link post background};
- padding:10px;
- }
- .linkp i {
- color: {color:Title};
- }
- /* Chat posts */
- .line {
- margin: 5px 15px;
- line-height: 18px;
- }
- /* Ask Posts */
- .asker {
- margin: 5px;
- width: -moz-calc(100% - 10px);
- width: -webkit-calc(100% - 10px);
- width: -o-calc(100% - 10px);
- width: calc(100% - 10px);
- height: auto;
- }
- .bubble {
- width: -moz-calc(100% - 70px);
- width: -webkit-calc(100% - 70px);
- width: -o-calc(100% - 70px);
- width: calc(100% - 70px);
- height: auto;
- min-height: 35px;
- padding: 10px;
- line-height: 20px;
- background: {color:Ask bubble};
- z-index: 10;
- }
- .triangle {
- position: absolute;
- margin-left: -moz-calc(100% - 70px);
- margin-left: -webkit-calc(100% - 70px);
- margin-left: -o-calc(100% - 70px);
- margin-left: calc(100% - 70px);
- width: 0;
- z-index:0;
- border-left: 8px solid {color:Ask bubble};
- border-bottom: 8px solid transparent;
- border-top: 8px solid transparent;
- }
- .asker img {
- float: right;
- margin-right: 0px;
- max-width: 30px;
- border: 1.5px solid {color:Ask bubble};
- border-radius: 2px;
- z-index:1000;
- opacity:1;
- }
- .answer {
- margin: 10px 15px;
- margin-bottom: 0;
- }
- /* ----------------------- POST INFO ----------------------------- */
- .topinfo {
- display:inline-block;
- margin:0;
- margin-bottom:10px;
- width:130px;
- height:60px;
- line-height:25px;
- padding-left:50px;
- font-size:calc({select:Title font size} - 5px);
- font-family:{select:Title Font};
- background:url('https://i.imgur.com/7nBgqPj.png');
- background-repeat:no-repeat;
- }
- .topinfo a {
- color:{color:Post info};
- }
- /* Bottom info */
- .botinfo {
- margin: 0;
- width:100%;
- height:auto;
- min-height: 60px;
- padding:5px 0;
- background:url('https://i.imgur.com/KKygAFK.png');
- background-repeat:no-repeat;
- font-size: 13px;
- line-height: 33px;
- color:{color:Text};
- overflow:hidden;
- }
- .botinfo a {
- margin-right: 25px;
- color:{color:Post info};
- }
- .tags {
- margin-top:-5px;
- font-size: 13px;
- {block:IndexPage}
- {block:ifNotShowTags}
- display: none;
- {/block:ifNotShowTags}
- {/block:IndexPage}
- }
- .tags a {
- margin-right: 5px;
- }
- .notec {
- margin:0;
- float: left;
- }
- /* Butttons */
- .buttons {
- float: right;
- margin-top: 0px;
- width: 80px;
- height: 26px;
- line-height:26px;
- z-index: 100;
- list-style: none;
- {block:ifDisqusShortname}
- width: 103px;
- {/block:ifDisqusShortname}
- {block:PermalinkPage}
- width:52px;
- {/block:PermalinkPage}
- }
- .buttons li {
- display:inline-block;
- margin:0;
- margin-right:3px;
- width:20px;
- height:26px;
- padding:0px;
- text-align:center;
- }
- .perma i {
- font-size:13px;
- color:{color:Buttons};
- }
- .cmnt i {
- font-size:15px;
- color:{color:Buttons};
- }
- .reblog i {
- font-size:17px;
- color:{color:Buttons};
- }
- .like .like_button {
- position:absolute;
- width:100%;
- height:100%;
- }
- .like .like_button iframe {
- position:absolute;
- top:0;
- bottom:0;
- left:0;
- right:0;
- width:100%;
- height:100%;
- z-index:10;
- opacity:0.0000001;
- }
- .like i {
- font-size:15px;
- color:{color:Buttons};
- }
- .like .liked + i {
- font-size:14px;
- color:#D95E40;
- }
- /* Permalink pagination */
- .permapag {
- margin-top: 25px;
- margin-left: 0;
- }
- .permapag a {
- margin:10px;
- padding:5px;
- color:{color:Link};
- font-family:{select:Title Font};
- font-size:calc({select:Title font size} - 5px);
- }
- /* Post notes */
- .open-pnotes {
- margin:10px 0;
- margin-left:-5px;
- width:150px;
- color: {color:Text};
- text-align:left;
- cursor: pointer;
- padding: 5px 10px;
- font-family:{select:Title Font};
- font-size:calc({select:Title font size} - 7px);
- }
- .open-pnotes:hover {
- color:{color:Hover};
- }
- #notes {
- margin:10px 0;
- width: 390px;
- font-size: 13px;
- color: {color:Text};
- display:none;
- }
- ol.notes {
- padding: 0;
- margin: 5px 0;
- list-style-type: none;
- }
- ol.notes li.note {
- padding: 5px;
- }
- ol.notes li.note img.avatar {
- float:left;
- vertical-align: -5px;
- width: 15px;
- height: 15px;
- margin-left:10px;
- margin-right:10px;
- }
- li.more_notes_link_container {
- text-transform: uppercase;
- font-size: 13px;
- }
- /* Disqus box */
- #disqusbox {
- padding:15px;
- }
- /* ------------------- PAGINATION AND INFINITE SCROLL -------------------- */
- #pagcon {
- margin-top:0px;
- margin-left:0px;
- margin-right:auto;
- width:420px;
- height:40px;
- text-align: center;
- z-index:100;
- }
- /* Pagination */
- #pagination {
- width:100%;
- height:40px;
- {block:ifInfiniteScroll}
- display: none;
- {/block:ifInfiniteScroll}
- }
- .previous, .next, .load-more, .jump_page, .current_page {
- display:inline-block;
- margin:5px;
- color:{color:Hover};
- vertical-align:middle;
- height:25px;
- line-height:25px;
- font-family:{select:Title Font};
- font-size:calc({select:Title font size} - 7px);
- text-align:center;
- }
- #pagination a {
- color:{color:Pagination};
- vertical-align:middle;
- height:25px;
- line-height:25px;
- }
- #pagination a:hover {
- color:{color:Hover};
- }
- /* INFINITE SCROLL */
- #infscr-loading {
- display:none!important;
- }
- #iscon{
- width: 100%;
- height: 35px;
- z-index: 10000;
- }
- {block:ifLoadMore}
- .load-more{
- width:390px;
- height:35px;
- font-size:{select:Body font size};
- }
- {/block:ifLoadMore}
- /* --------------------------- Custom CSS -------------------------- */
- {CustomCSS}
- </style>
- <meta charset="utf-8">
- <title>{Title}{block:TagPage} - {Tag} {/block:TagPage} {block:SearchPage} - {lang:Search results for SearchQuery}{/block:SearchPage}{block:PostSummary}- {PostSummary} {/block:PostSummary}</title>
- {block:Description}
- <meta name="description" content="{MetaDescription}" />
- {/block:Description}
- </head>
- <!------------------------------ HTML ------------------------------->
- <body>
- <div id="container">
- <div id="sidebar">
- <div id="blog-title">{Title}</div>
- <div id="description">{Description}</div>
- <div id="avatar">
- <img src="{image:Avatar}"></a>
- <div class="avatarborder">
- </div>
- </div>
- <!--End avatar-->
- <div id="navigation">
- <a href="{text:Link One url}">{text:Link One}</a>
- <a href="{text:Link Two url}">{text:Link Two}</a>
- <a href="{text:Link Three url}">{text:Link Three}</a>
- <a href="{text:Link Four url}">{text:Link Four}</a>
- </div>
- <!--End navigation-->
- <div id="main-links">
- <a href="/">Index</a>
- <a href="/ask">Ask</a>
- <a href="/submit">Submit</a>
- <a href="/archive">Archive</a> </div>
- </div>
- <!--End sidebar-->
- <div id="containerin">
- <!-- Posts -->
- <section id="posts">
- {block:Posts}
- <article class="entry {block:Caption}captioned{/block:Caption}">
- {block:Date}
- <div class="topinfo">
- <div class="topinfod"><a href="/day/{Year}/{MonthNumberWithZero}/{DayOfMonthWithZero}"> {ShortMonth} {DayOfMonthWithZero} </a></div>
- </div>
- <!-- End topinfo-->
- {/block:Date}
- <div class="content">
- <!-- Text post -->
- {block:Text}
- {block:Title}
- <div class="title">{Title}</div>{/block:Title}
- {block:RebloggedFrom}
- {block:Reblogs}
- <li class="comment {block:Title}{/block:Title}">
- <a {block:haspermalink}href="{permalink}"{/block:haspermalink} class="user" target="_blank">{username}</a>
- <div class="tex">{body}</div>
- </li>
- {/block:Reblogs}
- {/block:RebloggedFrom}
- {block:NotReblog}
- <li class="comment {block:Title}{/block:Title}">
- <div class="tex">{body}</div>
- </li>
- {/block:NotReblog}
- {/block:Text}
- <!-- Photo post -->
- {block:Photo}
- {block:IndexPage}
- {LinkOpenTag}
- <img src="{photoURL-HighRes}" alt="{PhotoAlt}" width="{select:Post width}px"/></a>
- {LinkCloseTag}
- {/block:IndexPage}
- {block:PermalinkPage}
- {LinkOpenTag}
- <img src="{photoURL-HighRes}" alt="{PhotoAlt}" width="{select:Post width}px"/></a>
- {LinkCloseTag}
- {/block:PermalinkPage}
- {/block:Photo}
- <!-- Panorama post -->
- {block:Panorama}
- {LinkOpenTag}
- <img src="{PhotoURL-Panorama}" alt="{PhotoAlt}"/>
- {LinkCloseTag}
- {/block:Panorama}
- <!-- Photoset post -->
- {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:Photoset}
- <!-- Quote post -->
- {block:Quote}
- <div class="quote">
- "{Quote}"
- </div>
- <!-- End quote-->
- <div class="source">
- — {Source}
- </div>
- <!-- End source-->
- {/block:Quote}
- <!-- Link post -->
- {block:Link}
- {block:Thumbnail}
- <div class="linkthumb">
- <img src="{Thumbnail}" alt="{Name}">
- </div>
- <!-- End linkthumb-->
- {/block:Thumbnail}
- <div class="linkp">
- <a href="{URL}"><h2>{Name} <i class="fa fa-angle-right" aria-hidden="true"></i></h2></a>
- {block:Description}
- {Description}
- {/block:Description}
- </div>
- <!-- End linkp-->
- {/block:Link}
- <!-- Chat post -->
- {block:Chat}
- {block:Title}<h1>{Title}</h1>{/block:Title}
- {block:Lines}
- <div class="line">
- {block:Label}<b>{Label}</b>{/block:Label} {Line}
- </div>
- <!-- End line-->
- {/block:Lines}
- {/block:Chat}
- <!-- Audio post -->
- {block:Audio}
- <div style="height: 85px">{AudioEmbed-640}</div>
- {/block:Audio}
- <!-- Video post -->
- {block:Video}
- {Video-500}
- {/block:Video}
- <!-- Ask post -->
- {block:Answer}
- <div class="asker">
- <img src="{AskerPortraitURL-48}">
- <div class="bubble" style="background:{color:Ask bubble}; border-color:{color:Ask bubble}; border-radius:2px;">
- <div class="triangle"></div>
- {Asker}
- <br> {Question}
- </div>
- <!-- End bubble-->
- </div>
- <!-- End asker -->
- <div class="answer">
- {Answer}
- </div>
- <!-- End answer -->
- {/block:Answer}
- <!-- Caption -->
- {block:Caption}
- {block:Reblogs}
- <li class="comment">
- <a {block:HasPermalink}href="{Permalink}"{/block:HasPermalink} } class="user" target="_blank">{Username}</a>
- <div class="tex">{Body}</div>
- </li>
- {/block:Reblogs}
- {block:NotReblog}
- <li class="comment">
- <a {block:HasPermalink}href="{Permalink}"{/block:HasPermalink} class="user" target="_blank">{Name}</a>
- <div class="tex">{caption}</div>
- </li>
- {/block:NotReblog}
- {/block:Caption}
- </div>
- <!-- End content -->
- {block:Date}
- <div class="botinfo">
- <div class="buttons">
- {block:IndexPage}
- <li class="perma"><a href="{Permalink}"><i class="fa fa-paper-plane" aria-hidden="true"></i></a></li>
- {block:ifDisqusShortname}
- <li class="cmnt"><a href="{Permalink}#disqus_thread"><i class="fa fa-comment" aria-hidden="true"></i></a></li>
- {/block:ifDisqusShortname}
- {/block:IndexPage}
- <li class="reblog"><a href="{ReblogURL}"><i class="fa fa-retweet" aria-hidden="true"></i></a></li>
- <li class="like">{LikeButton}<i class="fa fa-heart" aria-hidden="true"></i></a>
- </div>
- <!-- End buttons -->
- {block:NoteCount}
- <a href="{Permalink}"> {NoteCountWithLabel}</a>
- {/block:NoteCount}
- {block:RebloggedFrom}
- {block:ContentSource}
- <br> Source: <a href="{ReblogRootURL}" target="_blank"> {ReblogRootName}</a><br>
- {/block:ContentSource}
- {/block:RebloggedFrom}
- {block:NotReblog}
- <br> Source: <a href="/"> original</a>
- {/block:NotReblog}
- {block:HasTags}
- <div class="tags">
- {block:Tags}
- <a href="{TagURL}">
- #{Tag}</a>
- {/block:Tags}<br>
- </div>
- {/block:HasTags}
- </div>
- <!-- End botinfo-->
- <!--Permalink page-->
- {block:PermalinkPage}
- {block:PostNotes}
- <div class="open-pnotes"> Show/hide post notes </div>
- <div id="notes">
- {PostNotes}
- </div>
- <!-- End notes-->
- {/block:PostNotes}
- {block:PermalinkPagination}
- <div class="permapag">
- <center>
- {block:PreviousPost}
- <a href="{PreviousPost}"> ← Prev post</a>
- {/block:PreviousPost}
- {block:NextPost}
- <a href="{NextPost}"> Next post →</a>
- {/block:NextPost}
- </center>
- </div><br>
- {/block:PermalinkPagination}
- {block:ifDisqusShortname}
- <div id="disqusbox">
- <div id="disqus_thread"></div>
- <script type="text/javascript">
- /* * * CONFIGURATION VARIABLES: EDIT BEFORE PASTING INTO YOUR WEBPAGE * * */
- var disqus_shortname = '{text:Disqus Shortname}'; // Required - Enter shortname in Tumblr Theme Options
- var disqus_url = '{Permalink}';
- /* * * DON'T EDIT BELOW THIS LINE * * */
- (function() {
- var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true;
- dsq.src = '//' + disqus_shortname + '.disqus.com/embed.js';
- (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq);
- })();
- </script>
- <noscript>Please enable JavaScript to view the <a href="http://disqus.com/?ref_noscript">comments powered by Disqus.</a></noscript>
- <a href="http://disqus.com" class="dsq-brlink">blog comments powered by <span class="logo-disqus">Disqus</span></a>
- </div>
- <!-- End disqus box-->
- {/block:ifDisqusShortname}
- {/block:PermalinkPage}
- {/block:Date}
- <!-- No via and source in captions -->
- {block:ContentSource}
- <!-- {SourceURL}
- {block:SourceLogo}
- <img src="{BlackLogoURL}"
- width="{LogoWidth}"
- height="{LogoHeight}"
- alt="{SourceTitle}" />
- {/block:SourceLogo}
- {block:NoSourceLogo}
- {SourceLink}
- {/block:NoSourceLogo} -->
- {/block:ContentSource}
- </article>
- {/block:Posts}
- </section>
- {block:Pagination}
- <div id="pagcon">
- <div id="pagination">
- {block:PreviousPage}
- <a class="previous" href="{PreviousPage}"> ← </a>
- {/block:PreviousPage}
- {block:JumpPagination length="5"}
- {block:CurrentPage}<span class="current_page">{CurrentPage}</span>{/block:CurrentPage}
- {block:JumpPage}<a class="jump_page" href="{URL}">{PageNumber}</a>{/block:JumpPage}{/block:JumpPagination}
- {block:NextPage}
- <a class="next" href="{NextPage}"> →</a>
- {/block:NextPage}
- </div>
- <!--End pagination-->
- <div id="iscon">
- {block:ifLoadMore}
- <a href="#" class="load-more"> LOAD MORE ↓</a>
- {/block:ifLoadMore}
- </div>
- </div>
- <!--End pagcon-->
- {/block:Pagination}
- </div>
- <!-- End containerin -->
- </div>
- <!-- End container -->
- <!-------------------------------- SCRIPTS -------------------------------->
- <!--Google fonts -->
- <link href="https://fonts.googleapis.com/css?family=Great+Vibes|Alex+Brush|Clicker+Script|Rouge+Script|Merienda+One" rel="stylesheet">
- <!-- Font awesome -->
- <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css" rel="stylesheet">
- <link rel="stylesheet" href="path/to/font-awesome/css/font-awesome.min.css">
- <script>
- $(document).ready(function(){
- $(".open-pnotes").click(function(){
- $("#notes").toggle(500);
- });
- });
- </script>
- <!-- PXU photoset & responsive photosets -->
- <link href="//static.tumblr.com/qudkd6d/OcDnl99gb/style.css" rel="stylesheet" type="text/css"/>
- <script src="//static.tumblr.com/qudkd6d/Az6nkemqr/pxuphotoset.min.js"></script>
- <link href="//static.tumblr.com/wupwnyt/qWVoc4phj/resizing.css" rel="stylesheet" type="text/css"/>
- {block:IndexPage}
- <script src="https://static.tumblr.com/6hsqxdt/QBym35odk/jquery.masonry.js"></script>
- {block:ifInfiniteScroll}<script src="//static.tumblr.com/wgijwsy/u2vm2hxv6/jquery.infinitescroll.min.js"></script>
- {/block:ifInfiniteScroll}
- {/block:IndexPage}
- <script>
- $(document).ready(function(){
- $('.photo-slideshow').pxuPhotoset({
- lightbox: true,
- rounded: false,
- gutter: '1px',
- photoset: '.photo-slideshow',
- photoWrap: '.photo-data',
- photo: '.pxu-photo'
- });
- {block:IndexPage}
- var $container = $('section');
- $container.masonry({ itemSelector: 'article' });
- $container.imagesLoaded(function(){
- $container.masonry();
- $container.find('article').animate({ opacity: 1, zIndex: 1 });
- });
- {block:ifInfiniteScroll}
- $container.infinitescroll({
- itemSelector: 'article',
- navSelector: '.pagination',
- nextSelector: '.next',
- loadingImg: '',
- loadingText: '<em></em>',
- bufferPx: 2000
- },
- function( newElements ) {
- var $newElems = $( newElements );
- $newElems.find('.photo-slideshow').pxuPhotoset({
- lightbox: true,
- rounded: false,
- gutter: '1px',
- photoset: '.photo-slideshow',
- photoWrap: '.photo-data',
- photo: '.pxu-photo'
- },
- function(){
- $container.masonry();
- });
- $newElems.imagesLoaded(function(){
- $container.masonry( 'appended', $newElems );
- $newElems.animate({ opacity: 1, zIndex: 1 });
- });
- });
- {/block:ifInfiniteScroll}
- $container.infinitescroll({
- itemSelector: "article",
- navSelector: "#pagination",
- nextSelector: ".next",
- loadingImg: "",
- loadingText: "<em></em>",
- bufferPx: 10000,
- extraScrollPx: 12000,
- errorCallback: function() {
- $('.load-more').fadeOut();
- }
- }, function(newElements) {
- var $newElems = $(newElements).css({
- opacity: 0
- });
- $newElems.imagesLoaded(function() {
- $newElems.animate({
- opacity: 1
- });
- $container.masonry('appended', $newElems,
- true);
- });
- });
- {block:ifLoadMore}
- $(window).unbind('.infscr');
- $('.load-more').click(function() {
- $container.infinitescroll('retrieve');
- return false
- });
- {/block:ifLoadMore}
- {/block:IndexPage}
- });
- </script>
- <!-- CREDIT (do not remove) -->
- <div id="credit"><a href="http://borntobewildcodes.tumblr.com" title="theme STORYTIME by @borntobewildcodes"><img src="https://i.imgur.com/YsnOAtA.png"></a></div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement