Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html>
- <head>
- <!-- THEME 6 - DISCORD (revamp)
- by cactusthemes
- -->
- <!-- Credits:
- - ALL DESIGN CREDITS GO TO DISCORDAPP.COM, I AM SIMPLY RECREATING THEIR DESIGNS BY REINTERPRETING THEM AS A TUMBLR THEME
- - CSS Photosets by annasthms and espoirthemes
- - Fade in on refresh/Custom tumblr controls by cyantists
- - Soundcloud Player by shythemes
- - Infinite Scroll by Paul Irish
- - Tooltip by Manos Malihu
- - Captions by bychloethemes
- - Lightbox by sorrism
- - Responsive Videos (Flexframes) by nouvae
- - Icon font by suiomi
- -->
- <title>{Title}</title>
- <link rel="alternate" type="application/rss+xml" href="{RSS}">
- <link rel="shortcut icon" href="{Favicon}">
- <meta name="description" content="{MetaDescription}">
- <meta name="viewport" content="width=device-width, initial-scale=1">
- <meta name="image:Icon" content="">
- <meta name="text:Title" content="Your title">
- <meta name="select:Spaces Channel Name" content="-" title="Dash">
- <meta name="select:Spaces Channel Name" content="_" title="Underscore">
- <meta name="select:Color Theme" content="dark" title="Dark">
- <meta name="select:Color Theme" content="light" title="Light">
- <meta name="if:Infinite Scroll" content="0">
- <meta name="if:Load More Button" content="0">
- <meta name="if:Updates" content="1">
- <meta name="if:American Dates" content="0">
- <meta name="text:Numbers" content="">
- <meta name="text:Update 1" content="">
- <meta name="text:Update 1 Date" content="">
- <meta name="text:Update 2" content="">
- <meta name="text:Update 2 Date" content="">
- <meta name="text:Update 3" content="">
- <meta name="text:Update 3 Date" content="">
- <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
- <link href='https://fonts.googleapis.com/css?family=Open+Sans' rel='stylesheet' type='text/css'>
- <link href="https://static.tumblr.com/uxq3xua/Ci6ph2baf/funtumblrfont.css" rel="stylesheet">
- <link href="//dl.dropbox.com/s/vpi3f9s7nhpe7v7/honeybee.css" rel="stylesheet">
- <link href="https://static.tumblr.com/0podkko/bwepdyarh/photosets.css" rel="stylesheet">
- <script src="//static.tumblr.com/yfztp0u/brUohnb4m/infinitescroll.js"></script>
- <script src="https://rawgit.com/robinpx/tumblr/master/scripts/flexibleFrames/flexibleFrames.min.js"></script>
- <script src="https://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
- <script src="https://static.tumblr.com/uxq3xua/7Kzpla3vz/cactusthemesdiscord.js"></script>
- <style type="text/css">
- /* GENERAL CSS */
- body {
- font-family:'Open Sans';
- overflow-x:hidden;
- }
- body.dark {
- background:#36393e;
- }
- body.light {
- background:#f0f0f0;
- }
- iframe.iframe-controls--desktop {
- white-space:nowrap!important;
- z-index:99999999999999!important;
- top:8px!important;
- right:10px!important;
- transition:all .3s ease-in-out;
- transform:scale(0.65);
- transform-origin:100% 0;
- -webkit-transform:scale(0.65);
- -webkit-transform-origin:100% 0;
- -o-transform:scale(0.65);
- -o-transform-origin:100% 0;
- -moz-transform:scale(0.65);
- -moz-transform-origin:100% 0;
- -ms-transform:scale(0.65);
- -ms-transform-origin:100% 0;
- }
- body.dark iframe.iframe-controls--desktop {
- opacity:.8!important;
- }
- body.light iframe.iframe-controls--desktop {
- opacity:.6!important;
- filter:invert(1) contrast(150%);
- -webkit-filter:invert(1) contrast(150%);
- -o-filter:invert(1) contrast(150%);
- -moz-filter:invert(1) contrast(150%);
- -ms-filter:invert(1) contrast(150%);
- }
- body.light div.status-indicator {
- filter:invert(1)!important;
- }
- body.dark iframe.iframe-controls--desktop:hover {
- opacity:1!important;
- }
- body.light iframe.iframe-controls--desktop:hover {
- opacity:.6!important;
- }
- iframe.tmblr-iframe--app-cta-button, iframe.iframe-controls--phone-mobile {
- display:none!important;
- }
- .tmblr-iframe-pushdown {
- padding:0px!important;
- }
- body *::-webkit-scrollbar, body::-webkit-scrollbar {
- width:12px;
- height:12px;
- border:3px solid;
- border-radius:10px;
- }
- body.dark *::-webkit-scrollbar, body.dark::-webkit-scrollbar {
- background:#2f3136;
- border-color:#36393e;
- }
- body.light *::-webkit-scrollbar, body.light::-webkit-scrollbar {
- background:#d0d0d0;
- border-color:#f0f0f0;
- }
- body *::-webkit-scrollbar-thumb, body::-webkit-scrollbar-thumb {
- border:2px solid;
- border-radius:50px;
- }
- body.dark *::-webkit-scrollbar-thumb, body.dark::-webkit-scrollbar-thumb {
- background:#1e2124;
- border-color:#36393e;
- }
- body.light *::-webkit-scrollbar-thumb, body.light::-webkit-scrollbar-thumb {
- background:#fff;
- border-color:#f0f0f0;
- }
- blockquote {
- margin:10px 0px 0px 10px;
- padding:5px 0px 5px 7px;
- border-left:4px solid;
- border-radius:5px;
- }
- body.dark blockquote {
- border-color:#4f545c;
- background:#33363c;
- }
- body.light blockquote {
- background:#fefefe;
- border-color:#d4d5d7;
- }
- blockquote p {
- margin:0!important;
- }
- a {
- transition:all .3s ease-in-out;
- text-decoration:none;
- }
- #s-m-t-tooltip {
- max-width:300px;
- overflow-x:auto;
- margin:10px;
- padding:10px;
- font-size:13px;
- height:auto;
- word-wrap:break-word;
- border-radius:10px;
- z-index:9999!important;
- text-transform:lowercase;
- font-family:'Open Sans';
- }
- body.dark #s-m-t-tooltip {
- background:#42464d;
- color:#f6f6f7;
- }
- body.light #s-m-t-tooltip {
- background:#fefefe;
- color:#b6b7bb;
- }
- /* HEADER */
- header {
- height:50px;
- width:100%;
- position:fixed;
- top:0;
- left:0;
- z-index:10;
- }
- body.dark header {
- background:#36393f;
- box-shadow:0 4px 2px -2px #222327;
- }
- body.light header {
- background:#f0f0f0;
- box-shadow:0 4px 2px -2px #d8dcde;
- }
- label.hamburger {
- position:fixed;
- top:13.5px;
- left:15px;
- z-index:20;
- cursor:pointer;
- display:none;
- }
- label.hamburger_1 {
- float:right;
- cursor:pointer;
- margin-top:2px;
- }
- label span {
- display:block;
- width:30px;
- height:4px;
- margin-bottom:5px;
- position:relative;
- border-radius:3px;
- z-index:1;
- opacity:1;
- }
- body.light label span {
- background:#777;
- }
- body.dark label span {
- background:#eee;
- }
- label span:first-of-type {
- transform-origin:0% 0%;
- }
- label span:nth-of-type(3) {
- transform-origin:0% 100%;
- }
- label.hamburger_1 span:first-of-type {
- transform:rotate(45deg) translate(-2px, -1px);
- }
- label.hamburger_1 span:nth-of-type(2) {
- opacity:0;
- transform:rotate(0deg) scale(0.2, 0.2);
- }
- label.hamburger_1 span:nth-of-type(3) {
- transform:rotate(-45deg) translate(0, -1px);
- }
- input#hamburger:checked ~ aside.sidepop {
- margin-left:0px;
- }
- header h5 {
- width:18vw;
- margin:0;
- display:inline-block;
- box-sizing:border-box;
- padding:15px;
- font-size:16px;
- height:100%;
- }
- body.dark header h5 {
- background:#2f3136;
- color:#fff;
- }
- body.light header h5 {
- background:#fafafa;
- color:#4e545b;
- }
- header h2 {
- display:inline-block;
- font-size:16px;
- padding-left:20px;
- position:relative;
- }
- body.dark header h2 {
- background:#36393f;
- }
- body.light header h2 {
- background:#f0f0f0;
- }
- header h2 span {
- display:inline-block;
- }
- header h2 .htag {
- margin-right:5px;
- }
- body.dark header h2 .htag {
- color:#8a8e94;
- }
- body.light header h2 .htag {
- color:#8e9297;
- }
- header h2 .ht {
- text-transform:lowercase;
- }
- body.dark header h2 .ht {
- color:#fff;
- }
- body.light header h2 .ht {
- color:#4e545b;
- }
- header h2 span.ht::after {
- content:'';
- height:22px;
- width:2px;
- position:relative;
- display:inline-block;
- vertical-align:middle;
- margin-top:-3px;
- margin-left:20px;
- }
- body.dark header h2 span.ht::after {
- background:#4a4c52;
- }
- body.light header h2 span.ht::after {
- background:#8e9297;
- }
- header .desc {
- display:inline-block;
- white-space:nowrap;
- font-size:15px;
- height:22px;
- overflow:hidden;
- vertical-align:middle;
- cursor:pointer;
- margin-top:-2px;
- margin-left:40px;
- text-overflow:ellipsis;
- }
- body.dark header .desc {
- color:#a9aaae;
- }
- body.light header .desc {
- color:#989ba2;
- }
- header .desc p:first-of-type {
- margin-top:0;
- }
- header .desc a {
- padding:4px;
- margin:-4px;
- border-radius:5px;
- }
- body.dark header .desc a {
- color:#87898e;
- }
- body.light header .desc a {
- color:#999;
- }
- body.dark header .desc a:hover {
- color:#b9bbbe;
- background:#42464d;
- }
- body.light header .desc a:hover {
- color:#444;
- background:#ddd;
- }
- header .th-push-pin-o {
- margin-left:20px;
- display:inline-block;
- font-size:20px;
- position:absolute;
- top:11px;
- cursor:pointer;
- -webkit-transform:rotate(45deg);
- -ms-transform:rotate(45deg);
- transform:rotate(45deg);
- }
- body.dark header .th-push-pin-o {
- color:#aeafb2;
- }
- body.light header .th-push-pin-o {
- color:#95989d;
- }
- header form.sb {
- display:inline-block;
- {block:ifUpdates}
- margin-left:60px;
- {/block:ifUpdates}
- {block:ifNotUpdates}
- margin-left:20px;
- {/block:ifNotUpdates}
- top:11px;
- position:absolute;
- }
- header form.sb input.sinput {
- border:0;
- position:relative;
- padding:6px 6px 6px 8px;
- font-family:'Open Sans';
- font-weight:bold;
- border-radius:5px;
- width:165px;
- transition:all .3s ease-in-out;
- z-index:1;
- }
- body.dark header form.sb input.sinput {
- background:#4a4c52;
- color:#7e8084;
- }
- body.light header form.sb input.sinput {
- background:#cacaca;
- color:#fff;
- }
- header form.sb::after {
- content:'\eaa6';
- font-family:'honeybee';
- font-weight:bold;
- position:relative;
- margin-top:2px;
- margin-left:-23px;
- font-size:15px;
- z-index:2;
- opacity:1;
- }
- body.dark header form.sb::after {
- color:#7e8084;
- }
- body.light header form.sb::after {
- color:#fff;
- }
- header form.sb input.sinput:focus {
- outline:0;
- width:190px;
- }
- body.dark *::placeholder {
- color:#7e8084;
- opacity:1;
- }
- body.light *::placeholder {
- color:#fff;
- opacity:1;
- }
- body.dark *:-ms-input-placeholder {
- color:#7e8084;
- }
- body.light *:-ms-input-placeholder {
- color:#fff;
- }
- input[type=search]::-ms-clear, input[type=search]::-ms-reveal {
- display:none;
- width:0;
- height:0;
- }
- input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-results-button, input[type="search"]::-webkit-search-results-decoration {
- display:none;
- }
- /* DESCRIPTION POPUP */
- section.pop {
- width:100%;
- height:100%;
- top:0;
- left:0;
- position:fixed;
- z-index:999;
- display:none;
- }
- body.dark section.pop {
- background:rgba(0,0,0,.7);
- }
- body.light section.pop {
- background:rgba(255,255,255,.7);
- }
- section.pop .fade {
- top:0;
- left:0;
- position:fixed;
- z-index:1000;
- width:100%;
- height:100%;
- }
- article.popup {
- width:35vw;
- transition:all .3s ease-in-out;
- position:fixed;
- padding:30px;
- border-radius:10px;
- font-size:14px;
- -webkit-transform:translate(-50%, -50%);
- -ms-transform:translate(-50%, -50%);
- transform:translate(-50%, -50%);
- top:50%;
- left:50%;
- z-index:1001;
- }
- body.dark article.popup {
- background:#36393f;
- color:#c3c4c5;
- }
- body.light article.popup {
- background:#f0f0f0;
- color:#3e3e3e;
- }
- section.pop .popup .th-cross {
- position:absolute;
- top:25px;
- right:20px;
- cursor:pointer;
- padding:10px;
- transition:all .5s ease-in-out;
- border-radius:5px;
- }
- body.dark section.pop .popup .th-cross {
- color:#898a8e;
- }
- body.light section.pop .popup .th-cross {
- color:#999;
- }
- body.dark section.pop .popup .th-cross:hover {
- background:#3e4147;
- color:#dcddde;
- }
- body.light section.pop .popup .th-cross:hover {
- color:#000;
- background:#ddd;
- }
- section.pop .popup h3 {
- margin:0;
- font-size:16px;
- margin-bottom:20px;
- }
- body.dark section.pop .popup h3 {
- color:#fff;
- }
- body.light section.pop .popup h3 {
- color:#4e545b;
- }
- section.pop .popup a {
- padding:6px 9px;
- margin:-6px -9px;
- border-radius:5px;
- }
- body.dark section.pop .popup a {
- color:#87898e;
- }
- body.light section.pop .popup a {
- color:#999;
- }
- body.dark section.pop .popup a:hover {
- color:#b9bbbe;
- background:#42464d;
- }
- body.light section.pop .popup a:hover {
- color:#444;
- background:#ddd;
- }
- /* UPDATES TAB */
- section#updates {
- border:1px solid;
- position:fixed;
- top:48px;
- z-index:10;
- display:none;
- border-radius:10px;
- }
- header.full ~ section#updates {
- right:calc(100vw - (18vw + 170px + (100% - ((21vw + 120px) + 439px))));
- width:23vw;
- }
- header.width-900 ~ section#updates {
- right:calc(100vw - (18vw + 170px + (100% - ((21vw + 120px) + 169px))));
- width:35vw;
- }
- body.dark section#updates {
- background:#2f3136;
- border-color:#222;
- }
- body.light section#updates {
- background:#f0f0f0;
- border-color:#ccc;
- }
- section#updates h5 {
- margin:0;
- padding:10px;
- font-size:15px;
- border-radius:10px 10px 0px 0px;
- }
- body.dark section#updates h5 {
- background:#35393e;
- color:#f5f5f6;
- box-shadow:0 4px 2px -2px #222327;
- }
- body.light section#updates h5 {
- background:#fafafa;
- color:#75818f;
- box-shadow:0 4px 2px -2px #d3d3d3;
- }
- header.full ~ section#updates .ud {
- width:calc(23vw - 40px);
- }
- header.width-900 ~ section#updates .ud {
- width:calc(35vw - 40px);
- }
- section#updates .ud {
- margin:20px;
- padding:10px;
- box-sizing:border-box;
- border-radius:5px;
- }
- body.dark section#updates .ud {
- background:#36393e;
- box-shadow:0px 0px 7px #222327;
- }
- body.light section#updates .ud {
- background:#fafafa;
- box-shadow: 0px 0px 7px #d3d3d3;
- }
- section#updates .ud img {
- width:40px;
- height:40px;
- border-radius:100px;
- }
- section#updates .ud h4 {
- font-weight:normal;
- font-size:14px;
- margin:0;
- display:inline-block;
- }
- body.dark section#updates .ud h4 {
- color:#fff;
- }
- body.light section#updates .ud h4 {
- color:#222426;
- }
- section#updates .ud .date {
- font-size:12px;
- display:inline-block;
- margin-left:8px;
- }
- body.dark section#updates .ud .date {
- color:#5d5f63;
- }
- body.light section#updates .ud .date {
- color:#9fb1bb;
- }
- section#updates .ud .col {
- display:inline-block;
- vertical-align:top;
- position:relative;
- }
- section#updates .ud p {
- margin:0;
- font-size:13px;
- }
- body.dark section#updates .ud p {
- color:#bbbcbe;
- }
- body.light section#updates .ud p {
- color:#36393b;
- }
- section#updates .ud .col:first-of-type {
- width:40px;
- }
- header.full ~ section#updates .ud .col:last-of-type {
- width:calc((23vw - 40px) - 75px);
- margin-left:10px;
- }
- header.width-900 ~ section#updates .ud .col:last-of-type {
- width:calc((35vw - 40px) - 75px);
- margin-left:10px;
- }
- /* SIDEBAR(S) */
- aside {
- width:18vw;
- height:calc(100vh - 50px);
- position:fixed;
- bottom:0;
- left:0;
- z-index:1;
- }
- body.dark aside {
- background:#2f3136;
- }
- body.light aside {
- background:#fafafa;
- }
- aside.sidepop {
- width:90vw;
- margin-left:-90vw;
- transition:all .5s ease-in-out;
- z-index:99;
- height:100vh;
- top:0;
- display:none;
- }
- aside.sidepop h5 {
- font-size:18px;
- width:calc(100% + 2px);
- margin:0px;
- height:50px;
- box-sizing:border-box;
- padding-top:13.5px;
- padding-left:15px;
- }
- body.light aside.sidepop h5 {
- color:#4e545b;
- background:#f0f0f0;
- box-shadow:0 4px 2px -2px #d8dcde;
- }
- body.dark aside.sidepop h5 {
- color:#fff;
- background:#36393f;
- box-shadow:0 4px 2px -2px #222327;
- }
- aside nav {
- position:relative;
- margin:20px auto;
- font-size:16px;
- }
- aside.actual nav {
- width:90%;
- }
- aside.sidepop nav {
- width:calc(100% - 14px);
- }
- aside nav a {
- display:block;
- text-transform:lowercase;
- transition:all .3s ease-in-out;
- padding:6px 13px;
- border-radius:5px;
- margin-bottom:3px;
- }
- body.dark aside nav a {
- color:#606266;
- }
- body.light aside nav a {
- color:#757b81;
- }
- body.dark aside nav a:not(.active):hover {
- color:#b9bbbe;
- background:#36393f;
- }
- body.light aside nav a:not(.active):hover {
- background:#e0e0e0;
- color:#888;
- }
- body.dark aside.sidepop nav a:hover {
- color:#b9bbbe;
- background:#36393f;
- }
- body.light aside.sidepop nav a:hover {
- background:#e0e0e0;
- color:#888;
- }
- aside nav a .htag {
- display:inline-block;
- margin-right:5px;
- transition:all .3s ease-in-out;
- }
- body.dark aside nav a .htag {
- color:#606266!important;
- }
- body.light aside nav a .htag {
- color:#dedee1;
- }
- body.light aside nav a:hover .htag {
- color:#fafafa;
- }
- body.dark aside.actual nav a.active {
- background:#42464d;
- color:#f6f6f7;
- }
- body.light aside.actual nav a.active {
- background:#d2d4d5;
- color:#fff;
- }
- body.dark aside.actual nav a.active .htag {
- color:#6c6f75!important;
- }
- body.light aside.actual nav a.active .htag {
- color:#efefef!important;
- }
- aside section.down {
- position:fixed;
- bottom:0;
- height:60px;
- display:-webkit-box;
- display:-ms-flexbox;
- display:flex;
- -webkit-box-align:center;
- -ms-flex-align:center;
- align-items:center;
- }
- aside.actual section.down {
- width:18vw;
- }
- aside.sidepop section.down {
- width:90%;
- }
- body.dark aside section.down {
- background:#2a2c31;
- }
- body.light aside section.down {
- background:#fff;
- box-shadow:0 0px 4px #d8dcde;
- }
- aside section.down .down_inner {
- display:inline-block;
- position:relative;
- }
- aside section.down img {
- border-radius:50px;
- width:40px;
- height:40px;
- }
- aside section.down .col {
- position:relative;
- display:inline-block;
- vertical-align:top;
- }
- aside section.down .col:first-of-type {
- width:40px;
- margin-left:20px;
- }
- aside section.down .col:last-of-type {
- margin-left:10px;
- }
- aside.actual section.down .col:last-of-type {
- max-width:calc(18vw - 40px);
- }
- aside.sidepop section.down .col:last-of-type {
- max-width:calc(90% - 40px);
- }
- aside section.down h2 {
- font-size:14px;
- margin:0;
- margin-top:3px;
- font-weight:normal;
- }
- body.dark aside section.down h2 {
- color:#fff;
- }
- body.light aside section.down h2 {
- color:#666;
- }
- aside section.down h3 {
- font-size:12px;
- font-weight:normal;
- margin:0;
- }
- body.dark aside section.down h3 {
- color:#76787b;
- }
- body.light aside section.down h3 {
- color:#999;
- }
- /* POSTS */
- section#posts {
- width:calc(82vw - 100px);
- margin-left:calc(18vw + 50px);
- margin-top:100px;
- position:relative;
- }
- /* GENERAL POST STYLING */
- article.post {
- width:calc(100% - 50px);
- max-width:700px;
- margin-bottom:55px;
- font-size:14px;
- position:relative;
- }
- body.dark article.post {
- color:#c3c4c5;
- }
- body.light article.post {
- color:#36393b;
- }
- {block:IndexPage}
- article.post::after {
- content:'';
- margin-left:0;
- width:calc((82vw - 100px) - 25px);
- border-top:2px solid;
- position:absolute;
- }
- body.dark article.post::after {
- border-color:#3e4146;
- }
- body.light article.post::after {
- border-color:#dbdbdb;
- }
- article.post:last-of-type::after {
- display:none;
- }
- article.post:last-of-type {
- margin-bottom:50px;
- }
- {/block:IndexPage}
- /* POSTINFO */
- article.post .postinfo img {
- border-radius:50px;
- display:inline-block;
- vertical-align:top;
- }
- body.dark article.post .postinfo a {
- color:#fff;
- }
- body.light article.post .postinfo a {
- color:#222426;
- }
- article.post .postinfo a:nth-of-type(2):hover > h3 {
- text-decoration:underline;
- }
- article.post .postinfo h3 {
- margin:0;
- display:inline-block;
- vertical-align:top;
- font-size:14px;
- margin-left:18px;
- margin-top:2px;
- }
- article.post .postinfo a.date {
- display:inline-block;
- vertical-align:middle;
- font-size:12px;
- margin-left:10px;
- font-weight:bold;
- }
- body.dark article.post .postinfo a.date {
- color:#5d5f63;
- }
- body.light article.post .postinfo a.date {
- color:#9fb1bb;
- }
- article.post .postinfo a.nc {
- float:right;
- font-size:12px;
- padding-top:3px;
- }
- article.post .postinfo a.nc:hover {
- text-decoration:underline;
- }
- article.post .post_inner {
- width:calc(100% - 66px);
- margin-left:66px;
- margin-top:-14px;
- }
- article.post:last-of-type .post_inner {
- padding-bottom:0;
- }
- /* GENERAL TEXT STYLING */
- article.post h2.title {
- margin:0 0 5px 0;
- font-size:16px;
- {block:AskPage}margin:0 0 17px 0;{/block:AskPage}
- {block:SubmitPage}margin:0 0 17px 0;{/block:SubmitPage}
- }
- body.dark article.post h2.title {
- color:#ddd;
- }
- body.light article.post h2.title {
- color:#444;
- }
- article.post .reblog-content p:empty {
- display:none;
- margin:0;
- }
- article.post .reblog-header img.blog {
- width:24px;
- vertical-align:middle;
- border-radius:50px;
- }
- article.post .reblog-header span.blog {
- vertical-align:middle;
- display:inline-block;
- transition:all .3s ease-in-out;
- font-weight:bold;
- margin-left:10px;
- }
- body.dark article.post .reblog-header span.blog {
- color:#fff;
- }
- body.light article.post .reblog-header span.blog {
- color:#222426;
- }
- article.post .reblog-header {
- margin:10px 0px;
- }
- article.post.text .reblog-header:first-of-type {
- margin:0 0 10px 0;
- }
- article.post .reblog-header span.inactive, article.post .reblog-header a.active {
- display:inline-block;
- }
- body.dark article.post .reblog-header span.inactive {
- color:#fff;
- }
- body.light article.post .reblog-header a.active {
- color:#222426;
- }
- article.post .reblog-header span.inactive {
- cursor:default;
- }
- article.post .reblog-header span.inactive span.blog:after {
- content:'deactivated';
- font-size:12px;
- font-weight:normal;
- margin-left:7px;
- opacity:0;
- transition:all .3s ease-in-out;
- }
- body.dark article.post .reblog-header span.inactive span.blog:after {
- color:#c3c4c5;
- }
- body.light article.post .reblog-header span.inactive span.blog:after {
- color:#36393b;
- }
- article.post .reblog-header span.inactive:hover > span.blog:after {
- opacity:1;
- }
- article.post .reblog-header a.active:hover > span.blog {
- text-decoration:underline;
- }
- body.dark article.post .reblog-content a, body.dark article.post figcaption a {
- color:#fff;
- }
- body.light article.post .reblog-content a, body.light article.post figcaption a {
- color:#000;
- }
- article.post .reblog-content a:hover, article.post figcaption a:hover {
- text-decoration:underline;
- }
- article.post .caption p.read_more_container {
- text-align:center;
- border-radius:5px;
- border:1px solid;
- transition:all .3s ease-in-out;
- }
- body.dark article.post .caption p.read_more_container, body.dark article.post p.tmblr-attribution {
- background:#32353b;
- border-color:#2f3136;
- }
- body.light article.post .caption p.read_more_container, body.light article.post p.tmblr-attribution {
- background:#d0d2d7;
- border-color:#ccced3;
- }
- article.post .caption p.read_more_container a.read_more {
- display:block;
- padding:10px;
- }
- body.dark article.post .caption p.read_more_container a.read_more {
- color:#8a8e94;
- }
- body.light article.post .caption p.read_more_container a.read_more {
- color:#fff;
- }
- article.post .caption p.read_more_container a.read_more:hover {
- text-decoration:none;
- }
- body.dark article.post .caption p.read_more_container:hover, body.dark article.post p.tmblr-attribution:hover {
- background:#303237;
- }
- body.light article.post .caption p.read_more_container:hover, body.light article.post p.tmblr-attribution:hover {
- background:#c3c5ca;
- }
- article.post figure img {
- max-width:100%;
- height:auto;
- border-radius:3px;
- }
- article.post p.tmblr-attribution {
- font-size:12px;
- margin:0;
- border-radius:5px;
- transition:all .3s ease-in-out;
- }
- article.post p.tmblr-attribution a {
- display:block;
- padding:5px;
- color:#8a8e94;
- }
- article.post p.tmblr-attribution a:hover {
- text-decoration:none;
- }
- /* PHOTO POSTS */
- article.post .pic img {
- width:100%;
- height:auto;
- border-radius:3px;
- }
- .vignette, #vignette {
- opacity:0;
- }
- .lightbox-image, #tumblr_lightbox img {
- box-shadow:none!important;
- max-width:none;
- border-radius:5px!important;
- }
- body.dark .tmblr-lightbox, body.dark #tumblr_lightbox {
- background:rgba(0,0,0,.6)!important;
- }
- body.light .tmblr-lightbox, body.light #tumblr_lightbox {
- background:rgba(255,255,255,.6)!important;
- }
- /* PHOTOSET POSTS */
- [photoset-layout] {
- grid-gap:5px;
- margin-bottom:5px;
- border-radius:3px;
- overflow:hidden;
- }
- [photoset-layout] div {
- cursor:pointer;
- }
- /* PANORAMA POSTS */
- article.post .panorama img {
- width:100%;
- height:auto;
- border-radius:3px;
- }
- /* QUOTE POSTS */
- article.post .quote {
- border-radius:5px;
- border-left:4px solid;
- padding:7px;
- font-size:15px;
- }
- body.dark article.post .quote, body.dark article.post.link .caption {
- background:#33363c;
- color:#c3c4c5;
- border-color:#4f545c;
- }
- body.light article.post .quote, body.light article.post.link .caption {
- background:#fefefe;
- border-color:#d4d5d7;
- color:#36393b;
- }
- article.post .qsource {
- margin-top:10px;
- font-size:14px;
- }
- /* LINK POSTS */
- article.post h2.ltitle {
- margin:0 0 5px 0;
- font-size:16px;
- text-align:center;
- }
- body.dark article.post h2.ltitle {
- color:#ddd;
- }
- body.light article.post h2.ltitle {
- color:#444;
- }
- article.post.link .caption {
- border-radius:5px;
- border-left:4px solid;
- padding:2px 7px;
- }
- article.post.link .caption .col {
- width:100%;
- position:relative;
- }
- article.post.link .caption img {
- border-radius:5px;
- max-width:100%;
- height:auto;
- }
- article.post.link .caption div b {
- display:block;
- }
- article.post.link .linkdesc {
- width:100%;
- display:block;
- }
- /* CHAT POSTS */
- article.post section.chat {
- margin:0;
- list-style:none;
- border-radius:10px;
- border:1px solid;
- }
- body.dark article.post section.chat {
- background:#2f3136;
- border-color:#222
- }
- body.light article.post section.chat {
- background:#f0f0f0;
- border-color:#ccc;
- }
- article.post section.chat .line {
- line-height:30px;
- padding:5px 10px;
- margin:10px;
- border-radius:5px;
- }
- body.dark article.post section.chat .line {
- background:#36393e;
- box-shadow: 0px 0px 7px #222327;
- }
- body.light article.post section.chat .line {
- background:#fafafa;
- box-shadow: 0px 0px 7px #d3d3d3;
- }
- article.post section.chat .line .label {
- display:block;
- color:#fff;
- font-weight:bold;
- }
- body.dark article.post section.chat .line .label {
- color:#fff;
- }
- body.light article.post section.chat .line .label {
- color:#222426;
- }
- /* VIDEO POSTS */
- article.post .video {
- overflow:hidden;
- border-radius:5px;
- }
- /* AUDIO EMBEDS */
- article.post iframe.soundcloud_audio_player {
- max-height:116px!important;
- }
- article.post iframe.spotify_audio_player {
- max-height:80px!important;
- }
- article.post iframe.tumblr_audio_player {
- width:100%!important;
- border-radius:5px!important;
- overflow:hidden!important;
- }
- body.dark article.post iframe.tumblr_audio_player {
- -webkit-filter:invert(1)!important;
- filter:invert(1)!important;
- }
- /* AUDIO POSTS */
- article.post .audio_orig {
- border-radius:15px;
- padding:10px;
- }
- body.dark article.post .audio_orig, body.dark article.post .audio_emb {
- background:#2f3136;
- }
- body.light article.post .audio_orig, body.light article.post .audio_emb {
- background:#fff;
- }
- article.post .audio_emb {
- border-radius:15px;
- padding:10px 10px 7px 10px;
- }
- article.post .audio_emb_inner {
- border-radius:10px 10px 15px 15px!important;
- overflow:hidden!important;
- }
- article.post .art {
- border-radius:10px;
- width:75px;
- height:75px;
- display:inline-block;
- vertical-align:top;
- }
- body.dark article.post .art {
- background:#36393e;
- }
- body.light article.post .art {
- background:#fafafa;
- }
- article.post .art img {
- width:75px;
- height:75px;
- border-radius:10px;
- }
- article.post .auinfo {
- display:inline-block;
- vertical-align:top;
- margin-left:15px;
- }
- body.dark article.post .auinfo {
- color:#fff;
- }
- body.light article.post .auinfo {
- color:#222426;
- }
- article.post .auinfo .inf {
- display:block;
- margin-bottom:5px;
- }
- article.post .auinfo .inf.track {
- font-weight:bold;
- }
- article.post .player {
- margin-top:15px;
- }
- /* ASK POSTS */
- article.post .ask {
- padding:10px;
- border-radius:10px;
- }
- body.dark article.post .ask {
- box-shadow:0px 0px 7px #222327;
- }
- body.light article.post .ask {
- box-shadow:0px 0px 7px #d3d3d3;
- }
- article.post .askinf {
- display:inline-block;
- vertical-align:top;
- }
- article.post .askinf img {
- width:50px;
- height:50px;
- border-radius:100px;
- }
- article.post .que {
- display:inline-block;
- vertical-align:top;
- margin-left:15px;
- width:calc(100% - 65px);
- }
- article.post .que span {
- display:block;
- margin-bottom:5px;
- }
- article.post .que a.asker {
- font-weight:bold;
- }
- body.dark article.post .que a.asker {
- color:#fff;
- }
- body.light article.post .que a.asker {
- color:#222426;
- }
- /* POST TAGS */
- article.post .tags {
- margin:20px 0 25px 0;
- line-height:28px;
- }
- article.post .tags a {
- padding:4px 7px;
- margin:-4px 10px -4px -7px;
- border-radius:5px;
- }
- body.dark article.post .tags a {
- color:#f6f6f7;
- }
- body.light article.post .tags a {
- color:#757b81;
- }
- body article.post .tags a .htag {
- margin-right:3px;
- transition:all .3s ease-in-out;
- }
- body.dark article.post .tags a .htag {
- color:#6c6f75!important;
- }
- body.light article.post .tags a .htag {
- color:#dedee1;
- }
- body.dark article.post .tags a:hover {
- background:#42464d;
- }
- body.light article.post .tags a:hover {
- background:#d2d4d5;
- color:#fff;
- }
- body.light article.post .tags a:hover .htag {
- color:#efefef;
- }
- /* POST NOTES */
- ol.notes {
- list-style:none;
- font-size:14px;
- margin:0 0 50px 66px;
- padding:0;
- max-width:634px;
- width:calc(100% - 116px);
- overflow:auto;
- max-height:250px;
- }
- body.dark ol.notes {
- color:#c3c4c5;
- }
- body.light ol.notes {
- color:#36393b;
- }
- ol.notes li.note {
- margin:20px 0px;
- }
- ol.notes li.note:first-of-type {
- margin:0 0 20px 0;
- }
- ol.notes li.note img.avatar {
- width:30px;
- height:30px;
- border-radius:100px;
- vertical-align:middle;
- }
- ol.notes li.note .action {
- vertical-align:middle;
- margin-left:10px;
- }
- ol.notes li.note a {
- font-weight:bold;
- }
- body.dark ol.notes li.note a {
- color:#fff;
- }
- body.light ol.notes li.note a {
- color:#222426;
- }
- ol.notes li.note a:hover {
- text-decoration:underline;
- }
- ol.notes li.note blockquote, ol.notes li.note .answer_content {
- margin:0;
- border:0;
- border-radius:10px;
- padding:10px;
- width:92%;
- margin-left:1px;
- margin-top:5px;
- }
- body.dark ol.notes li.note blockquote, body.dark ol.notes li.note .answer_content {
- background:#36393e;
- box-shadow:0px 0px 7px #222327;
- color:#fff;
- }
- body.light ol.notes li.note blockquote, body.light ol.notes li.note .answer_content {
- background:#fafafa;
- box-shadow: 0px 0px 7px #d3d3d3;
- color:#36393b;
- }
- ol.notes li.note .answer_content {
- display:block;
- margin-bottom:-20px;
- }
- ol.notes li.note blockquote a {
- font-weight:normal;
- }
- ol.notes li.note blockquote a:hover {
- text-decoration:none;
- }
- ol.notes li.more_notes_link_container {
- border-radius:5px;
- border:1px solid;
- transition:all .3s ease-in-out;
- }
- body.dark ol.notes li.more_notes_link_container {
- background:#32353b;
- border-color:#2f3136;
- }
- body.light ol.notes li.more_notes_link_container {
- background:#d0d2d7;
- border-color:#ccced3;
- }
- ol.notes li.more_notes_link_container a.more_notes_link, ol.notes li.more_notes_link_container .notes_loading {
- color:#8a8e94;
- display:block;
- padding:10px;
- font-weight:normal;
- }
- ol.notes li.more_notes_link_container a.more_notes_link:hover {
- text-decoration:none;
- }
- body.dark ol.notes li.more_notes_link_container:hover {
- background:#303237;
- }
- body.light ol.notes li.more_notes_link_container:hover {
- background:#c3c5ca;
- }
- /* PAGINATION */
- section#pagination {
- width:calc(100% - 116px);
- margin-left:66px;
- font-size:15px;
- margin-bottom:45px;
- position:relative;
- max-width:634px;
- }
- body.dark section#pagination {
- color:#a4a5a7;
- }
- body.light section#pagination {
- color:#818c98;
- }
- section#pagination .pgbutton {
- border:1px solid;
- border-radius:5px;
- }
- body.dark section#pagination .pgbutton {
- border-color:#424549;
- color:#6d6f72;
- }
- body.light section#pagination .pgbutton {
- color:#cbcfd3;
- border-color:#e9eaea;
- }
- section#pagination .pglink {
- border:1px solid;
- border-radius:5px;
- }
- body.dark section#pagination .pglink {
- color:#c0c1c2;
- border-color:#4e5155;
- }
- body.light section#pagination .pglink {
- color:#99a1ab;
- border-color:#dfe0e0;
- }
- section#pagination .pagecount {
- display:block;
- text-align:center;
- width:calc(100% - 58px);
- margin-top:-24.7px;
- margin-left:29px;
- position:absolute;
- }
- section#pagination .next, section#pagination .prev {
- display:inline-block;
- }
- section#pagination .prev {
- padding:4px 7px 3px 5px;
- }
- section#pagination .next {
- float:right;
- padding:4px 5px 3px 7px;
- }
- /* INFINITE SCROLL */
- #infscr-loading {
- display:none!important;
- }
- .end_container, .more_container {
- width:calc(82vw - 150px);
- margin-left:calc(18vw + 115px);
- font-size:15px;
- margin-bottom:45px;
- position:relative;
- max-width:634px;
- text-align:center;
- border-radius:5px;
- border:1px solid;
- transition:all .3s ease-in-out;
- }
- body.dark .end_container, body.dark .more_container {
- background:#32353b;
- border-color:#2f3136;
- }
- body.light .end_container, body.light .more_container {
- background:#d0d2d7;
- border-color:#ccced3;
- }
- body.dark .more_container:hover {
- background:#303237;
- }
- body.light .more_container:hover {
- background:#c3c5ca;
- }
- .end_container {
- display:none;
- }
- .end_container .end, .more_container a.more {
- padding:10px;
- display:block;
- }
- body.dark .end_container .end, body.dark .more_container a.more {
- color:#8a8e94;
- }
- body.light .end_container .end, body.light .more_container a.more {
- color:#fff;
- }
- /* SCROLL TO TOP BUTTON */
- .scroll {
- position:fixed;
- bottom:55px;
- right:20px;
- font-size:17px;
- cursor:pointer;
- width:35px;
- text-align:center;
- display:none;
- }
- body.dark .scroll {
- color:#c3c4c5;
- }
- body.light .scroll {
- color:#36393b;
- }
- /* CREDIT - PLEASE DON'T REMOVE */
- #credz {
- position:fixed;
- bottom:15px;
- right:20px;
- width:33px;
- height:33px;
- border-radius:50px;
- border:1px solid rgba(0,0,0,.1);
- background-image:url('https://78.media.tumblr.com/avatar_09d2b1f05d49_128.pnj');
- background-repeat:no-repeat;
- background-position:center center;
- background-size:28px;
- transition:all .5s ease-in-out;
- }
- a[href="https://cactusthemes.tumblr.com"]:hover > #credz {
- transform:scale(1.15);
- }
- /* KEYFRAMES FOR FADE IN */
- @-webkit-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
- @-moz-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
- @keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
- .fade-in {
- opacity:0;
- -webkit-animation:fadeIn ease-in 1;
- -moz-animation:fadeIn ease-in 1;
- animation:fadeIn ease-in 1;
- -webkit-animation-fill-mode:forwards;
- -moz-animation-fill-mode:forwards;
- animation-fill-mode:forwards;
- -webkit-animation-duration:1s;
- -moz-animation-duration:1s;
- animation-duration:1s;
- }
- .fade-in.one {
- -webkit-animation-delay:0s;
- -moz-animation-delay:0s;
- animation-delay:0s;
- }
- .fade-in.two {
- -webkit-animation-delay:0.8s;
- -moz-animation-delay:0.8s;
- animation-delay:0.8s;
- }
- /* RESPONSIVE DESIGN */
- @media only screen and (max-width:1150px) and (min-width:850px) {
- aside.actual, header h5, aside.actual section.down {
- width:23vw;
- }
- section#posts {
- width:calc(77vw - 100px);
- margin-left:calc(23vw + 50px);
- }
- }
- @media only screen and (max-width:1001px) {
- header form.sb {
- display:none;
- }
- }
- @media only screen and (max-width:851px) {
- header .th-push-pin-o {
- display:none;
- }
- }
- @media only screen and (max-width:851px) and (min-width:751px) {
- aside.actual, header h5, aside.actual section.down {
- width:25vw;
- }
- section#posts {
- width:calc(75vw - 100px);
- margin-left:calc(25vw + 50px);
- }
- article.post::after {
- width:calc((75vw - 100px) - 25px);
- }
- .end_container, .more_container {
- width:calc(75vw - 200px);
- margin-left:calc(25vw + 115px);
- }
- }
- @media only screen and (max-width:751px) and (min-width:445px) {
- header h5, aside.actual {
- display:none;
- }
- section#posts {
- width:calc(100% - 50px);
- margin:100px auto 0px auto;
- }
- article.popup {
- width:45vw;
- }
- .end_container, .more_container {
- width:calc(100% - 161px);
- margin:50px auto 50px 91px;
- }
- label.hamburger, aside.sidepop {
- display:block;
- }
- header h2 {
- margin-left:50px;
- }
- .scroll {
- display:none!important;
- }
- }
- @media only screen and (max-width:751px) and (min-width:501px) {
- article.post::after {
- width:calc(100% + 40px);
- }
- }
- @media only screen and (max-width:500px) and (min-width:445px) {
- article.post, article.post::after {
- width:100%;
- }
- ol.notes {
- width:calc(100% - 66px);
- }
- }
- @media only screen and (max-width:445px) {
- section#posts {
- margin:75px auto 0px auto;
- }
- header h5, aside.actual {
- display:none;
- }
- article.popup {
- width:45vw;
- }
- article.post {
- width:100%;
- font-size:13px;
- }
- article.post .quote {
- font-size:13px;
- }
- article.post .qsource {
- font-size:12px;
- }
- article.post .postinfo img, article.post .askinf img {
- width:40px;
- height:40px;
- }
- article.post .que {
- width:calc(100% - 50px);
- margin-left:10px;
- }
- article.post .postinfo h3 {
- margin-left:10px;
- }
- article.post .postinfo a.date {
- font-size:11px;
- margin-left:7px;
- }
- article.post .postinfo a.nc {
- font-size:11px;
- }
- ol.notes {
- font-size:12px;
- }
- article.post::after {
- width:100%;
- }
- .end_container, .more_container {
- font-size:13px;
- }
- label.hamburger, aside.sidepop {
- display:block;
- }
- header h2 {
- margin-left:50px;
- }
- .scroll {
- display:none!important;
- }
- }
- @media only screen and (max-width:445px) and (min-width:380px) {
- section#posts {
- width:calc(100% - 20px);
- }
- article.post .postinfo h3 {
- font-size:14px;
- }
- article.post .post_inner {
- width:calc(100% - 46px);
- margin-left:46px;
- }
- ol.notes {
- width:calc(100% - 46px);
- margin:0 0 50px 46px;
- }
- section#pagination {
- width:calc(100% - 51px);
- margin-left:46px;
- }
- .end_container, .more_container {
- width:calc(100% - 95px);
- margin:50px auto 50px 75px;
- }
- }
- @media only screen and (max-width:380px) {
- section#posts {
- width:100%;
- }
- article.post .postinfo h3 {
- font-size:13px;
- vertical-align:middle;
- margin-top:10px;
- }
- article.post .postinfo a.date {
- margin-top:10px;
- }
- article.post .postinfo a.nc {
- margin-top:7.5px;
- }
- article.post .post_inner {
- width:100%;
- margin-left:0;
- margin-top:10px;
- }
- ol.notes {
- width:100%;
- margin:0 0 50px 0;
- }
- section#pagination {
- margin:0;
- width:100%;
- }
- .end_container, .more_container {
- width:100%;
- margin:50px auto;
- }
- }
- {CustomCSS}
- </style>
- <script type="text/javascript">
- $(document).ready(function(){
- $('article.post').each(function(){
- if($(this).hasClass('link') && $(this).hasClass('orig')) {
- $(this).find('.postinfo h3').empty().html('{Name}');
- }
- });
- $('.ht').each(function(){
- $(this).text($(this).text().replace(/ /g, '{select:Spaces Channel Name}'));
- $('aside nav a').each(function(){
- $(this).text($(this).text().replace(/ /g, '{select:Spaces Channel Name}'));
- })
- });
- {block:IndexPage}
- {block:ifInfiniteScroll}
- var $container = $('section#posts');
- $container.infinitescroll({
- navSelector: '#navigation',
- nextSelector: '#next',
- itemSelector: '.post',
- loading: {
- img: 'https://upload.wikimedia.org/wikipedia/commons/c/ca/1x1.png',
- msgText: '<b>loading more posts...</b>',
- },
- debug: true,
- bufferPx: 0,
- errorCallback: function(){
- $('.more_container').hide();
- $('.end_container').show();
- }
- }, function(items) {
- var $items = $(items);
- $items.addClass('new');
- flexibleFrames($(".video"));
- $items.each(function(){
- var inlineImg = $(this).find('figure img').width();
- $(this).find('.tmblr-attribution').css({"width":inlineImg});
- $(this).find('.reblog-list:empty').parent('.caption').css({"display":"none"});
- if($(this).find('.reblog-header').hasClass('reblog')) {
- $(this).find('.reblog-content').find('p:first-of-type:not(.tmblr-attribution)').css({"margin-top":"-1em"});
- } else if ($(this).find('figcaption').hasClass('title')) {
- $(this).find('figcaption').find('p:first-of-type:not(.tmblr-attribution)').css({"margin-top":"1em"});
- } else if (!$(this).find('figcaption').hasClass('title')) {
- $(this).find('figcaption').find('p:first-of-type:not(.tmblr-attribution)').css({"margin-top":"-1em"});
- }
- });
- $items.find('.qsource').each(function(){
- $(this).text($(this).text().split('(via')[0]);
- });
- $itemsIDs = $items.map(function(){
- return this.id;
- }).get();
- Tumblr.LikeButton.get_status_by_post_ids($itemsIDs);
- $items.removeClass('new');
- });
- {/block:ifInfiniteScroll}
- {block:ifLoadMoreButton}
- $(window).unbind('.infscr');
- $('.more').click(function(){
- $container.infinitescroll('retrieve');
- return false;
- });
- {/block:IfLoadMoreButton}
- {/block:IndexPage}
- });
- </script>
- </head>
- <body class="{select:Color Theme}">
- <!-- START HEADER -->
- <label for="hamburger" class="hamburger fade-in one">
- <span></span>
- <span></span>
- <span></span>
- </label>
- <input type="checkbox" id="hamburger" name="hamburger" hidden>
- <header class="full fade-in one">
- <h5>{Title}</h5>
- <h2>
- <span class="htag">#</span>
- <span class="ht">
- {block:HomePage}home{/block:HomePage}
- {block:TagPage}{Tag}{/block:TagPage}
- {block:SearchPage}{SearchQuery}{/block:SearchPage}
- {block:Permalink}{block:PostTitle}{PostTitle}{/block:PostTitle}{/block:Permalink}
- </span>
- </h2>
- <div class="desc">
- {Description}
- </div>
- {block:ifUpdates}
- <span class="th th-push-pin-o" aria-hidden="true"></span>
- {/block:ifUpdates}
- <form action="/search" method="get" class="sb"><input type="search" name="q" value="" autocomplete="off" placeholder="Search" class="sinput"></form>
- </header>
- <!-- END HEADER -->
- {block:ifUpdates}
- <!-- START UPDATES -->
- <section id="updates">
- <h5>Updates</h5>
- {block:ifUpdate1}
- <div class="ud">
- <div class="col">
- <img src="{image:Icon}">
- </div>
- <div class="col">
- <h4>{Name}</h4><span class="date">{text:Update 1 Date}</span>
- <p>{text:Update 1}</p>
- </div>
- </div>
- {/block:ifUpdate1}
- {block:ifUpdate2}
- <div class="ud">
- <div class="col">
- <img src="{image:Icon}">
- </div>
- <div class="col">
- <h4>{Name}</h4><span class="date">{text:Update 2 Date}</span>
- <p>{text:Update 2}</p>
- </div>
- </div>
- {/block:ifUpdate2}
- {block:ifUpdate3}
- <div class="ud">
- <div class="col">
- <img src="{image:Icon}">
- </div>
- <div class="col">
- <h4>{Name}</h4><span class="date">{text:Update 3 Date}</span>
- <p>{text:Update 3}</p>
- </div>
- </div>
- {/block:ifUpdate3}
- </section>
- <!-- END UPDATES -->
- {/block:ifUpdates}
- <!-- START DESCRIPTION POPUP -->
- <section class="pop">
- <div class="fade"></div>
- <article class="popup">
- <h3>ABOUT</h3><span class="th th-cross" aria-hidden="true"></span>
- {Description}
- </article>
- </section>
- <!-- END DESCRIPTION POPUP -->
- <!-- START POPUP SIDEBAR -->
- <aside class="sidepop">
- <h5>{Title}
- <label for="hamburger" class="hamburger_1">
- <span></span>
- <span></span>
- <span></span>
- </label>
- </h5>
- <nav>
- <a href="/" class="home {block:HomePage}active{/block:HomePage}"><span class="htag">#</span>home</a>
- <a href="/ask"><span class="htag">#</span>ask</a>
- {block:HasPages}
- {block:Pages}
- <a href="{URL}"><span class="htag">#</span>{Label}</a>
- {/block:Pages}
- {/block:HasPages}
- </nav>
- <section class="down">
- <div class="down_inner">
- <div class="col">
- <img src="{image:Icon}">
- </div>
- <div class="col">
- <h2>{Name}</h2>
- {block:ifNumbers}
- <h3>#{text:Numbers}</h3>
- {/block:ifNumbers}
- </div>
- </div>
- </section>
- </aside>
- <!-- END POPUP SIDEBAR -->
- <!-- START SIDEBAR -->
- <aside class="actual fade-in one">
- <nav>
- <a href="/" class="home {block:HomePage}active{/block:HomePage}"><span class="htag">#</span>home</a>
- <a href="/ask"><span class="htag">#</span>ask</a>
- {block:HasPages}
- {block:Pages}
- <a href="{URL}"><span class="htag">#</span>{Label}</a>
- {/block:Pages}
- {/block:HasPages}
- </nav>
- <section class="down">
- <div class="down_inner">
- <div class="col">
- <img src="{image:Icon}">
- </div>
- <div class="col">
- <h2>{Name}</h2>
- {block:ifNumbers}
- <h3>#{text:Numbers}</h3>
- {/block:ifNumbers}
- </div>
- </div>
- </section>
- </aside>
- <!-- END SIDEBAR -->
- <!-- START POSTS -->
- <section id="posts" class="fade-in two">
- {block:Posts}
- <!-- START POST -->
- <article class="post {block:Text}text{/block:Text}{block:Link}link{/block:Link} {block:NotReblog}orig{/block:NotReblog}" id="{PostID}">
- <!-- START POSTINFO -->
- <div class="postinfo">
- {block:NotReblog}
- <a href="/"><img src="{PortraitURL-48}"></a>
- <a href="/"><h3>{Name}</h3></a>
- {block:Date}
- <a href="{Permalink}" class="date">
- {block:ifNotAmericanDates}
- {DayOfMonthWithZero}/{MonthNumberWithZero}/{ShortYear} at {12Hour}:{Minutes}{AmPm}
- {block:ifNotAmericanDates}
- {block:ifAmericanDates}
- {MonthNumberWithZero}/{DayOfMonthWithZero}/{ShortYear} at {12Hour}:{Minutes}{AmPm}
- {/block:ifAmericanDates}
- </a>
- {/block:Date}
- {/block:NotReblog}
- {block:RebloggedFrom}
- <a href="{ReblogParentURL}"><img src="{ReblogParentPortraitURL-48}"></a>
- <a href="{ReblogParentURL}"><h3>{ReblogParentName}</h3></a>
- <a href="{Permalink}" class="date">
- {block:ifNotAmericanDates}
- {DayOfMonthWithZero}/{MonthNumberWithZero}/{ShortYear} at {12Hour}:{Minutes}{AmPm}
- {block:ifNotAmericanDates}
- {block:ifAmericanDates}
- {MonthNumberWithZero}/{DayOfMonthWithZero}/{ShortYear} at {12Hour}:{Minutes}{AmPm}
- {/block:ifAmericanDates}
- </a>
- {/block:RebloggedFrom}
- {block:Date}
- <a href="{Permalink}" class="nc">{NoteCountWithLabel}</a>
- </div>
- {/block:Date}
- <!-- END POSTINFO -->
- <div class="post_inner">
- {block:Text}
- <!-- START TEXT POST -->
- {block:Title}
- <h2 class="title">{Title}</h2>
- {/block:Title}
- <div class="caption">
- {block:NotReblog}
- <figcaption class="{block:Title}title{/block:Title}">
- {Body}
- </figcaption>
- {/block:NotReblog}
- {block:RebloggedFrom}
- <div class="reblog-list">
- {block:Reblogs}
- <div class="reblog-header {block:isOriginalEntry}{block:RebloggedFrom}reblog{/block:RebloggedFrom}{block:ContentSource}source{block:ContentSource}{block:Title}title{/block:Title}{/block:isOriginalEntry}" style="{block:isOriginalEntry}{block:RebloggedFrom}display:none;{/block:RebloggedFrom}{block:ContentSource}display:block!important;{block:ContentSource}{/block:isOriginalEntry}{block:Title}margin-top:10px;{block:Title}">
- {block:IsActive}
- <a href="{Permalink}" target="_blank" class="active">
- <img src="{PortraitURL-64}" class="blog">
- <span class="blog">{Username}</span>
- </a>
- {/block:IsActive}
- {block:IsDeactivated}
- <span class="inactive">
- <img src="{PortraitURL-64}" class="blog">
- <span class="blog">{Username}</span>
- </span>
- {/block:IsDeactivated}
- </div>
- <div class="reblog-content">
- {Body}
- </div>
- {/block:Reblogs}
- </div>
- {/block:RebloggedFrom}
- </div>
- <!-- END TEXT POST -->
- {/block:Text}
- {block:Photo}
- <!-- START PHOTO POST -->
- <div class="pic">
- <a href="#" onclick="Tumblr.Lightbox.init([{ width: {PhotoWidth-HighRes}, height: {PhotoHeight-HighRes}, low_res: '{PhotoURL-500}', high_res: '{PhotoURL-HighRes}' }]); $('body').toggleClass('tumblr_lightbox_active'); return false">
- <img src="{PhotoURL-HighRes}">
- </a>
- </div>
- {block:Caption}
- <div class="caption">
- {block:NotReblog}
- <figcaption class="title">
- {Caption}
- </figcaption>
- {/block:NotReblog}
- {block:RebloggedFrom}
- <div class="reblog-list">
- {block:Reblogs}
- <div class="reblog-header">
- {block:IsActive}
- <a href="{Permalink}" target="_blank" class="active">
- <img src="{PortraitURL-64}" class="blog">
- <span class="blog">{Username}</span>
- </a>
- {/block:IsActive}
- {block:IsDeactivated}
- <span class="inactive">
- <img src="{PortraitURL-64}" class="blog">
- <span class="blog">{Username}</span>
- </span>
- {/block:IsDeactivated}
- </div>
- <div class="reblog-content">
- {Body}
- </div>
- {/block:Reblogs}
- </div>
- {/block:RebloggedFrom}
- </div>
- {/block:Caption}
- <!-- END PHOTO POST -->
- {/block:Photo}
- {block:Photoset}
- <!-- START PHOTOSET POST -->
- <div class="photoset-grid" photoset-layout="{PhotosetLayout}">{block:Photos}<div data-width="{PhotoWidth-HighRes}" data-height="{PhotoHeight-HighRes}" data-lowres="{PhotoURL-500}" data-highres="{PhotoURL-HighRes}" onclick="lightbox(this)"><img src="{PhotoURL-HighRes}"></div>{/block:Photos}</div>
- {block:Caption}
- <div class="caption">
- {block:NotReblog}
- <figcaption class="title">
- {Caption}
- </figcaption>
- {/block:NotReblog}
- {block:RebloggedFrom}
- <div class="reblog-list">
- {block:Reblogs}
- <div class="reblog-header">
- {block:IsActive}
- <a href="{Permalink}" target="_blank" class="active">
- <img src="{PortraitURL-64}" class="blog">
- <span class="blog">{Username}</span>
- </a>
- {/block:IsActive}
- {block:IsDeactivated}
- <span class="inactive">
- <img src="{PortraitURL-64}" class="blog">
- <span class="blog">{Username}</span>
- </span>
- {/block:IsDeactivated}
- </div>
- <div class="reblog-content">
- {Body}
- </div>
- {/block:Reblogs}
- </div>
- {/block:RebloggedFrom}
- </div>
- {/block:Caption}
- <!-- END PHOTOSET POST -->
- {/block:Photoset}
- {block:Panorama}
- <!-- START PANORAMA POST -->
- <div class="panorama">
- {LinkOpenTag}
- <img src="{PhotoURL-Panorama}" alt="{PhotoAlt}">
- {LinkCloseTag}
- </div>
- {block:Caption}
- <div class="caption">
- {block:NotReblog}
- <figcaption class="title">
- {Caption}
- </figcaption>
- {/block:NotReblog}
- {block:RebloggedFrom}
- <div class="reblog-list">
- {block:Reblogs}
- <div class="reblog-header">
- {block:IsActive}
- <a href="{Permalink}" target="_blank" class="active">
- <img src="{PortraitURL-64}" class="blog">
- <span class="blog">{Username}</span>
- </a>
- {/block:IsActive}
- {block:IsDeactivated}
- <span class="inactive">
- <img src="{PortraitURL-64}" class="blog">
- <span class="blog">{Username}</span>
- </span>
- {/block:IsDeactivated}
- </div>
- <div class="reblog-content">
- {Body}
- </div>
- {/block:Reblogs}
- </div>
- {/block:RebloggedFrom}
- </div>
- {/block:Caption}
- <!-- END PANORAMA POST -->
- {/block:Panorama}
- {block:Quote}
- <!-- START QUOTE POST -->
- <div class="quote">
- {Quote}
- </div>
- {block:Source}
- <div class="qsource">— {Source}</div>
- {/block:Source}
- <!-- END QUOTE POST -->
- {/block:Quote}
- {block:Link}
- <!-- START LINK POST -->
- <a href="{URL}" {Target}><h2 class="ltitle">{Name}</h2></a>
- {block:Description}
- <div class="caption">
- {block:NotReblog}
- <figcaption class="title">
- {Description}
- </figcaption>
- {/block:NotReblog}
- {block:RebloggedFrom}
- <div class="reblog-list">
- {block:Reblogs}
- <div class="reblog-header">
- {block:IsActive}
- <a href="{Permalink}" target="_blank" class="active">
- <img src="{PortraitURL-64}" class="blog">
- <span class="blog">{Username}</span>
- </a>
- {/block:IsActive}
- {block:IsDeactivated}
- <span class="inactive">
- <img src="{PortraitURL-64}" class="blog">
- <span class="blog">{Username}</span>
- </span>
- {/block:IsDeactivated}
- </div>
- <div class="reblog-content">
- {Body}
- </div>
- {/block:Reblogs}
- </div>
- {/block:RebloggedFrom}
- </div>
- {/block:Description}
- <!-- END LINK POST -->
- {/block:Link}
- {block:Chat}
- <!-- START CHAT POST -->
- {block:Title}<h2 class="title" style="margin-bottom:17px;">{Title}</h2>{/block:Title}
- <section class="chat">
- {block:Lines}
- <div class="line">
- {block:Label}
- <span class="label">
- {Label}
- </span>
- {/block:Label}
- {Line}
- </div>
- {/block:Lines}
- </section>
- <!-- END CHAT POST -->
- {/block:Chat}
- {block:Video}
- <!-- START VIDEO POST -->
- <div class="video">
- {Video-500}
- </div>
- {block:Caption}
- <div class="caption">
- {block:NotReblog}
- <figcaption class="title">
- {Caption}
- </figcaption>
- {/block:NotReblog}
- {block:RebloggedFrom}
- <div class="reblog-list">
- {block:Reblogs}
- <div class="reblog-header">
- {block:IsActive}
- <a href="{Permalink}" target="_blank" class="active">
- <img src="{PortraitURL-64}" class="blog">
- <span class="blog">{Username}</span>
- </a>
- {/block:IsActive}
- {block:IsDeactivated}
- <span class="inactive">
- <img src="{PortraitURL-64}" class="blog">
- <span class="blog">{Username}</span>
- </span>
- {/block:IsDeactivated}
- </div>
- <div class="reblog-content">
- {Body}
- </div>
- {/block:Reblogs}
- </div>
- {/block:RebloggedFrom}
- </div>
- {/block:Caption}
- <!-- END VIDEO POST -->
- {/block:Video}
- {block:Audio}
- <!-- START AUDIO POST -->
- {block:AudioEmbed}
- <div class="audio_emb">
- <div class="audio_emb_inner">
- {AudioEmbed-500}
- </div>
- </div>
- {/block:AudioEmbed}
- {block:AudioPlayer}
- <div class="audio_orig">
- <div class="art">
- {block:AlbumArt}
- <img src="{AlbumArtURL}">
- {/block:AlbumArt}
- </div>
- <div class="auinfo">
- {block:TrackName}
- <span class="inf track">
- {TrackName}
- </span>
- {/block:TrackName}
- {block:Album}
- <span class="inf">
- on {Album}
- </span>
- {/block:Album}
- {block:Artist}
- <span class="inf">
- by {Artist}
- </span>
- {/block:Artist}
- </div>
- <div class="player">
- {AudioPlayer}
- </div>
- </div>
- {/block:AudioPlayer}
- {block:Caption}
- <div class="caption">
- {block:NotReblog}
- <figcaption class="title">
- {Caption}
- </figcaption>
- {/block:NotReblog}
- {block:RebloggedFrom}
- <div class="reblog-list">
- {block:Reblogs}
- <div class="reblog-header">
- {block:IsActive}
- <a href="{Permalink}" target="_blank" class="active">
- <img src="{PortraitURL-64}" class="blog">
- <span class="blog">{Username}</span>
- </a>
- {/block:IsActive}
- {block:IsDeactivated}
- <span class="inactive">
- <img src="{PortraitURL-64}" class="blog">
- <span class="blog">{Username}</span>
- </span>
- {/block:IsDeactivated}
- </div>
- <div class="reblog-content">
- {Body}
- </div>
- {/block:Reblogs}
- </div>
- {/block:RebloggedFrom}
- </div>
- {/block:Caption}
- <!-- END AUDIO POST -->
- {/block:Audio}
- {block:Answer}
- <!-- START ANSWER POST -->
- <div class="ask">
- <div class="askinf">
- <img src="{AskerPortraitURL-128}">
- </div>
- <div class="que">
- <span>{Asker}</span>
- {Question}
- </div>
- </div>
- <div class="caption">
- {block:NotReblog}
- <figcaption class="title">
- {Replies}
- </figcaption>
- {/block:NotReblog}
- {block:RebloggedFrom}
- {block:Answerer}
- <div class="reblog-header">
- <a href="{ReblogRootURL}" class="active">
- <img src="{AnswererPortraitURL-64}" class="blog">
- <span class="blog">{ReblogRootName}</span>
- </a>
- </div>
- <div class="reblog-content">
- {Answer}
- </div>
- {/block:Answerer}
- <div class="reblog-list">
- {block:Reblogs}
- <div class="reblog-header">
- {block:IsActive}
- <a href="{Permalink}" target="_blank" class="active">
- <img src="{PortraitURL-64}" class="blog">
- <span class="blog">{Username}</span>
- </a>
- {/block:IsActive}
- {block:IsDeactivated}
- <span class="inactive">
- <img src="{PortraitURL-64}" class="blog">
- <span class="blog">{Username}</span>
- </span>
- {/block:IsDeactivated}
- </div>
- <div class="reblog-content">
- {Body}
- </div>
- {/block:Reblogs}
- </div>
- {/block:RebloggedFrom}
- </div>
- <!-- END ANSWER POST -->
- {/block:Answer}
- </div>
- {block:RebloggedFrom}
- <!-- <a href="{ReblogParentURL}" title="via: {ReblogParentName}"><img style="margin-bottom:-2px;" src="{ReblogParentPortraitURL-16}"></a> -->
- {/block:RebloggedFrom}
- {block:ContentSource}<!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}" width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />{/block:SourceLogo}{block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->{/block:ContentSource}
- <!-- START TAGS -->
- {block:HasTags}
- <div class="tags">
- {block:Tags}
- <a href="{TagURL}"><span class="htag">#</span>{Tag}</a>
- {/block:Tags}
- </div>
- {/block:HasTags}
- <!-- END TAGS -->
- </article>
- <!-- END POST -->
- {block:PostNotes}
- <!-- POST NOTES -->
- {PostNotes-64}
- {/block:PostNotes}
- {/block:Posts}
- {block:ifNotInfiniteScroll}
- {block:Pagination}
- <!-- START PAGINATION -->
- <section id="pagination">
- <span class="pgbutton prev" {block:PreviousPage}style="display:none;"{/block:PreviousPage}><span class="th th-chevron-left" aria-hidden="true"></span></span>
- {block:PreviousPage}
- <a href="{PreviousPage}" class="pglink prev"><span class="th th-chevron-left" aria-hidden="true"></span></a>
- {/block:PreviousPage}
- <span class="pagecount">Page {CurrentPage} of {TotalPages}</span>
- <span class="pgbutton next" {block:NextPage}style="display:none;"{/block:NextPage}><span class="th th-chevron-right" aria-hidden="true"></span></span>
- {block:NextPage}
- <a href="{NextPage}" class="pglink next"><span class="th th-chevron-right" aria-hidden="true"></span></a>
- {/block:NextPage}
- </section>
- <!-- END PAGINATION -->
- {/block:Pagination}
- {/block:ifNotInfiniteScroll}
- </section>
- <!-- END POSTS -->
- {block:IndexPage}
- {block:ifInfiniteScroll}
- <div id="navigation">
- {block:Pagination}
- {block:PreviousPage}<a href="{PreviousPage}">{/block:PreviousPage}{block:PreviousPage}</a>{/block:PreviousPage}
- {block:NextPage}<a href="{NextPage}" id="next">{/block:NextPage}{block:NextPage}</a>{/block:NextPage}
- {/block:Pagination}
- </div>
- {block:ifLoadMoreButton}
- <!-- START LOAD MORE BUTTON -->
- {block:Pagination}
- <div class="more_container fade-in two">
- <a href="#" class="more">Load more posts</a>
- </div>
- {/block:Pagination}
- <!-- END LOAD MORE BUTTON -->
- {/block:ifLoadMoreButton}
- <!-- START END CONTAINER -->
- <div class="end_container">
- <div class="end">There are no more posts to display!</div>
- </div>
- <!-- END END CONTAINER -->
- {/block:ifInfiniteScroll}
- {/block:IndexPage}
- <div class="scroll"><span class="th th-up-arrow" aria-hidden="true"></span></div>
- <a href="https://cactusthemes.tumblr.com" title="by cactusthemes">
- <div id="credz" class="fade-in two">
- </div>
- </a>
- </body>
- <script type="text/javascript">
- function gatherData(images, arr) {
- for (let i = 0; i < images.length; i++) {
- let currentData = {
- "width": images[i].getAttribute('data-width'),
- "height": images[i].getAttribute('data-height'),
- "low_res": images[i].getAttribute('data-lowres'),
- "high_res": images[i].getAttribute('data-highres')
- };
- arr.push(currentData);
- }
- }
- function getIndex(elem) {
- let i = 0;
- while( (elem = elem.previousElementSibling) != null ) i++;
- return i;
- }
- function lightbox(elem) {
- let currentPhotoset = elem.parentNode;
- let photosetPhotos = currentPhotoset.getElementsByTagName('div');
- let data = [];
- gatherData(photosetPhotos, data);
- Tumblr.Lightbox.init(data, getIndex(elem) + 1);
- }
- </script>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement