Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!--
- binary (v1) - captainmarvels
- base code @ sorrism
- visit /credits for full credits
- -----------------------------------------------------------------------------
- header customization instructions | please read the following
- 1. you can choose between icons and words. check/uncheck your preference.
- 2. if you checked icons in the navigation, the tabs will automatically have icons. the links, however, have to be done manually.
- a) go to https://fontawesome.com/icons choose an icon you like.
- b) in the customization panel, paste the code provided in any of the "link # name" lines.
- e.g. <i class="far fa-heart"></i>
- by using this, you'll get a heart similar to the like button.
- 3. you can have both tabs and links in your theme. if you don't want to use one of the tabs, just leave the line that says "tab # name" empty. this will automatically hide the specific tab from your navigation. this works for both icons and words in the navigation. same thing for the links, if you want to hide one of them just leave "link # name" empty.
- e.g. say you wanna hide link 3,
- leave "link 3 name" empty.
- 4. "tab # title" or "link # title" is the word that will appear when you put the mouse over your navigation tabs or links. if you don't want them to have titles, just leave their specific lines empty.
- -->
- <!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}
- <!--Default Variables-->
- <meta name="if:navigation icons" content="0"/>
- <meta name="select:body font" content="Fira Sans" title="Fira Sans"/>
- <meta name="select:body font" content="Heebo" title="Heebo"/>
- <meta name="select:body font" content="Roboto" title="Roboto"/>
- <meta name="select:secondary font" content="Rajdhani" title="Rajdhani"/>
- <meta name="select:secondary font" content="Changa" title="Changa"/>
- <meta name="select:title font weight" content="700" title="700"/>
- <meta name="select:title font weight" content="600" title="600"/>
- <meta name="select:title font weight" content="500" title="500"/>
- <meta name="color:background" content="#ffffff"/>
- <meta name="color:text" content="#444444"/>
- <meta name="color:link" content="#888888"/>
- <meta name="color:Link Hover" content="#5d9ec6"/>
- <meta name="color:accent" content="#427ea3" />
- <meta name="text:index tab title" content="posts" />
- <meta name="text:ask tab name" content="askbox" />
- <meta name="text:ask tab title" content="contact" />
- <meta name="text:tab 1 name" content="" />
- <meta name="text:tab 1 title" content="" />
- <meta name="text:tab 2 name" content="" />
- <meta name="text:tab 2 title" content="" />
- <meta name="text:tab 3 name" content="" />
- <meta name="text:tab 3 title" content="" />
- <meta name="text:archive name" content="archive" />
- <meta name="text:archive title" content="archive" />
- <meta name="text:link 1 url" content="" />
- <meta name="text:link 1 name" content="" />
- <meta name="text:link 1 title" content="" />
- <meta name="text:link 2 url" content="" />
- <meta name="text:link 2 name" content="" />
- <meta name="text:link 2 title" content="" />
- <meta name="text:link 3 url" content="" />
- <meta name="text:link 3 name" content="" />
- <meta name="text:link 3 title" content="" />
- <meta name="text:link 4 url" content="" />
- <meta name="text:link 4 name" content="" />
- <meta name="text:link 4 title" content="" />
- <meta name="image:Header" content=""/>
- <!--fonts-->
- <link href="//fonts.googleapis.com/css?family=Fira+Sans:400,400i,500,500i,700" rel="stylesheet">
- <link href="https://fonts.googleapis.com/css?family=Rajdhani:400,500,600,700|Roboto:400,400i,500,500i,700,700i" rel="stylesheet">
- <link href="https://fonts.googleapis.com/css?family=Changa:400,500,600,700|Heebo:400,500,700" rel="stylesheet">
- <link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.3.1/css/all.css" integrity="sha384-mzrmE5qonljUremFsqc01SB46JvROS7bZs3IO2EmfFsd15uHvIt+Y8vEf7N7fWAU" crossorigin="anonymous">
- <link href="//dl.dropbox.com/s/vpi3f9s7nhpe7v7/honeybee.css" rel="stylesheet">
- <!-- this is vital for my theme credit don't delete this-->
- <link href="//dl.dropbox.com/s/50g6fbds3rh4m0j/saturnicons.css" rel="stylesheet"> <!-- don't delete-->
- <!--scripts-->
- <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>
- <script src ="//static.tumblr.com/fwgzvyf/Oj1o08f6h/shythemes.vr.js"></script>
- <script src="https://cdnjs.cloudflare.com/ajax/libs/smoothscroll/1.4.1/SmoothScroll.min.js"></script>
- <link href="https://static.tumblr.com/qudkd6d/OcDnl99gb/style.css" rel="stylesheet" type="text/css"/>
- <script src="http://static.tumblr.com/yxfeliq/hHwojmt8m/bctphotoset.min.js"></script><link href="https://static.tumblr.com/qudkd6d/OcDnl99gb/style.css" rel="stylesheet" type="text/css"/>
- <!--CSS customization here. -->
- <style type="text/css">
- /*tumblr controls and lightbox*/
- .tmblr-full img {
- max-width: 100%;
- }
- .vignette, #vignette {
- opacity:0;
- }
- .lightbox-image, #tumblr_lightbox img {
- box-shadow:none !important;
- border-radius:0 !important;
- max-width:none;
- }
- .tmblr-lightbox, #tumblr_lightbox {
- background-color:rgba(255,255,255,.8) !important;
- }
- #tumblr_lightbox img {
- padding:5px;
- -moz-box-sizing:border-box;
- box-sizing:border-box;
- }
- .lightbox-image {
- padding:0px;
- background-color:rgba(255,255,255,1) !important;
- }
- iframe.tmblr-iframe {
- z-index:99999999999999!important;
- top:-2px!important;
- right:0!important;
- opacity:0;
- padding-right:38px;
- /* delete invert(1) from here */
- 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%);
- /* to here if your blog has a dark background */
- 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;}
- iframe.tmblr-iframe:hover {
- opacity:0.4!important;}
- .hcontrols {
- position:fixed;
- top:0;
- right:0;
- z-index:999999999;}
- .hcontrols svg {
- width:14px;
- height:14px;
- padding:9px;}
- .hcontrols svg path {
- fill:{color:accent};/* change this to change the color of the icon */}
- /*scrollbar*/
- ::-webkit-scrollbar {
- width: 4px;
- }
- ::-webkit-scrollbar-track {
- background: #fff;
- }
- ::-webkit-scrollbar-thumb {
- background: {color:accent};
- }
- /*tooltip*/
- .ui-tooltip {
- position:absolute;
- z-index:9999;
- padding-top:10px;
- border-radius:10%;
- }
- .ui-tooltip-content {
- background:#fbfbfb;
- border:1px solid #f6f6f6;
- padding:5px;
- font-size:11px;
- text-transform:lowercase;
- }
- /*selection*/
- ::selection {
- background: #f8f8f8;
- color: {color:text};
- }
- ::-moz-selection {
- background: #f8f8f8;
- color: #f8f8f8;
- }
- ::-webkit-selection {
- background: #f8f8f8;
- color: #f8f8f8;
- }
- /*main structure*/
- @font-face { font-family: "Strasua"; src: url('https://dl.dropboxusercontent.com/s/cot2cjlr0d2djuu/strasua.ttf'); }
- body {
- background:{color:background};
- color:{color:text};
- letter-spacing: .1px;
- font-family:{select:body font}, arial, sans-serif;
- font-size:11.6px;
- line-height: 1.8em;
- font-style: normal;
- word-wrap:break-word;
- text-align:justify;
- }
- 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:hover {
- color: {color:link hover};
- }
- a, a img {cursor:pointer;}
- img {
- opacity:1;
- border:0;
- text-decoration:none;
- max-width:100%;
- height:auto;
- display:block;
- }
- b, strong, b a, strong a {
- font-weight:bold!important;
- color:{color:accent};
- }
- small, big, sub, pre {
- font-size:1em!important;
- line-height:1.4em!important;
- vertical-align:baseline!important;
- }
- i {
- font-style:italic;
- color:{color:text};
- }
- h1, h2, h3, h4 {
- font-size:14px;
- margin:5px 0;
- font-size:17px;
- font-family:{select:secondary font}, sans-serif;
- color:{color:text};
- text-transform:uppercase;
- font-weight:{select:title font weight};
- }
- ol, ul {
- padding:0;
- list-style-type:none;
- }
- ol li,
- ul li {
- position:relative;
- padding-left:24px;
- }
- ul li:before {
- font-size:15px;
- content:'∗';
- position:absolute;
- display:block;
- left:0;
- top:-1px;
- color:#ccc;
- }
- blockquote, ol, ul, p, pre, figure {margin:1em;}
- .posts h1:first-child, .posts h2:first-child, .posts h3:first-child, .posts h4:first-child {margin-top:0;}
- hr {
- border:none;
- box-shadow:0;
- margin:2em auto;
- width:75px;
- }
- blockquote {
- padding:0;
- margin:0;
- border:0;
- }
- 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;
- }
- /*header*/
- .blogtitle a {
- color:{color:text};
- font-size:17px;
- font-family: {select:secondary font}, sans-serif;
- text-transform:uppercase;
- font-weight:{select:title font weight};
- background:transparent;
- padding:0;
- border:0;
- outline:0;
- }
- header {
- text-align:center;
- width:540px;
- margin:120px auto;
- }
- header img {
- display:block;
- width:60px;
- height:60px;
- -moz-border-radius:100px;
- -webkit-border-radius:100px;
- border-radius:100px;
- margin:0 auto 30px auto;
- }
- #description {margin:1em 0;}
- .nav {
- display:block;
- text-transform:lowercase;
- }
- .nav button {
- color:{color:text};
- display:inline-block;
- background:transparent;
- padding:0;
- border:0;
- outline:0;
- margin:0 10px;
- font-weight:normal;
- font-style:italic;
- letter-spacing: .1px;
- font-family:'Fira Sans', arial, sans-serif;
- font-size:11.6px;
- }
- .nav button:hover, a:hover {
- cursor:pointer;
- }
- .nav a {
- color:{color:text};
- margin:0 10px;
- display:inline-block;
- background:transparent;
- padding:0;
- border:0;
- outline:0;
- font-weight:normal;
- font-style:italic;
- letter-spacing: .1px;
- font-family:'Fira Sans', arial, sans-serif;
- font-size:11.6px;
- }
- .nav i {
- color:{color:text};
- font-size:14px;
- }
- /*pagination*/
- footer {
- text-align:center;
- color:{color:link};
- }
- footer a {
- border:0;
- margin:0 5px;
- }
- /*posts*/
- section {
- width:540px;
- margin:0px auto 100px auto;
- }
- .city {
- opacity: 1;
- animation-name: fadeInOpacity;
- animation-iteration-count: 1;
- animation-timing-function: ease-in;
- animation-duration: 0.90s;
- }
- @keyframes fadeInOpacity {
- 0% {
- opacity: 0;
- }
- 100% {
- opacity: 1;
- }
- }
- .posts {
- width:540px;
- text-align:justify;
- }
- .posts:not(:last-child) {
- {block:indexpage}
- margin-bottom:150px;
- {/block:indexpage}
- }
- /*quotes*/
- .quote:before {
- content:'\e925';
- font-family:'honeybee';
- float:left;
- opacity:0.2;
- font-size:12px;
- }
- .quote:after {
- content:'\e923';
- font-family:'honeybee';
- float:right;
- opacity:0.2;
- font-size:12px;
- }
- .quote {
- font-size:14px;
- color:{color:text};
- text-transform:uppercase;
- text-align:center;
- font-size:17px;
- font-family: 'Rajdhani', sans-serif;
- text-transform:uppercase;
- font-weight:normal;
- background: #fff;
- border:1px solid #f6f6f6;
- border-bottom:0px;
- padding:15px;
- }
- .source {
- text-align:center;
- font-style:italic;
- padding:15px;
- background: #fbfbfb;
- border:1px solid #f6f6f6;
- }
- /*titles*/
- .title {
- font-size:17px;
- margin:1em 0;
- font-family:{select:secondary font}, sans-serif;
- color:{color:text};
- text-transform:uppercase;
- font-weight:{select:title font weight};
- }
- .title a {color:{color:title};}
- .title a:hover {color:{color:link};}
- /*captions*/
- .commenter {
- list-style:none;
- background: #fff;
- border:1px solid #f6f6f6;
- border-bottom:0px;
- text-align:left;
- padding:15px;
- }
- .comment {
- padding:10px;
- background: #fbfbfb;
- border:1px solid #f6f6f6;
- border-bottom:0px;
- list-style:none;
- }
- .comment:last-of-type {
- border-bottom:1px solid #f6f6f6;
- }
- .user {
- margin-left:3px
- line-height:18px;
- display:inline-block;
- color:{color:title};
- }
- .user x {
- font-weight:bold;
- }
- .user img {
- vertical-align:middle;
- border-radius:50%;
- width: 18px;
- height: 18px;
- margin-right:8px;
- display:inline-block;
- float:left;
- }
- .tex li, .tex blockquote {text-align:left;}
- /*like*/
- .buttons a {
- font-size:10px;
- position:relative;
- display:inline-block;
- }
- .buttons a:not(:last-child) {
- margin-right:5px;
- }
- .custom-like-button {
- position: relative;
- display: inline-block;
- cursor: pointer;
- }
- /* class for the Tumblr Like Button iframe */
- .like_button {
- position: absolute;
- top: -03px;
- left: 03px;
- right: 0;
- bottom: 0px;
- width: 11px;
- height: 11px;
- opacity:0.000001;
- z-index: 10;
- }
- /* Force iframe to fill button */
- .like_button iframe {
- width: 100% !important;
- height: 100% !important;
- }
- /* class for Our Like Button */
- .our_button {
- position: absolute;
- top: 0;
- left: 0;
- right: 0;
- bottom: 0;
- width: 100%;
- height: 100%;
- z-index: 1;
- }
- .like_button:hover + .our_button {
- color: {color:link hover};
- }
- .like_button.liked + .our_button {
- color: red;
- }
- /*asks*/
- .asks {
- width:540px;
- }
- .q {
- background: #fff;
- border:1px solid #f6f6f6;
- border-bottom:0px;
- text-align:left;
- padding:15px;
- }
- .as {
- text-transform:lowercase;
- }
- /*chat*/
- .chat {
- margin-left:-0px;
- width:540px;
- text-align:left;
- list-style:none;
- }
- .l {
- padding:15px;
- border:1px solid #f6f6f6;
- }
- .label {
- font-weight:600;
- color:{color:title};
- display:inline-block;
- }
- .l.odd {
- background: #fff;
- text-align:left;
- border-bottom:0px;
- }
- .l.even {
- background: #fbfbfb;
- border-bottom:0px;
- }
- .l.even:last-child {
- border-bottom:1px solid #f6f6f6;
- }
- /*video*/
- .video iframe {
- display: block;
- }
- /*permalink and notes*/
- .permalink {
- margin:1em 1em 0 1em;
- text-align:left;
- }
- .permalink a {
- font-size:12px;
- color:{color:link};
- }
- .permalink a:not(:last-child) {
- margin-right:1em;
- }
- .permalink a:hover {
- color:{color:link hover};
- }
- .tags {
- margin:0.5em 1em;
- }
- .tags a {
- color:{color:text};
- display:inline;
- margin-right:1em;
- text-align:left;
- font-style:italic;
- }
- .tags a:after {
- content:',';
- }
- .tags a:last-child:after {
- content:'.';
- }
- /*pagenotes*/
- .pagenotes {
- width:540px;
- margin-top:50px;
- padding-top:0;
- }
- /*links tab*/
- .links table, td, tr {
- padding:0 0 40px 0;
- }
- nm {
- font-weight:normal;
- font-style:italic;
- margin-right:20px;
- }
- .links a {
- float:left;
- display: inline-block;
- margin:0.60em;
- background:#fbfbfb;
- border:1px solid #f6f6f6;
- padding:5px;
- }
- /*pagenotes*/
- ol li:before {
- content:'';
- }
- ol.notes {
- list-style-type:none;
- padding:0px;
- margin:0px;
- }
- ol.notes li.note {
- display:block;
- padding:0;
- margin:5px 0;
- }
- ol.notes li.note img.avatar {display:none;}
- a.more_notes_link {
- display:block;
- text-align:center;
- color:{color:title};
- }
- .credit {
- position:fixed;
- right:10px;
- bottom:15px;
- font-weight:600;
- }
- .credit a {
- color:#000000;
- }
- {CustomCSS}
- /*smooth loading*/
- @-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;}
- </style>
- </head>
- <body>
- <header>
- {block:ifHeaderImage}<a href="/"><img src="{image:Header}"/></a>{/block:ifHeaderImage}
- <div class="blogtitle"><a href="/">{Title}</a></div>
- <div id="description">{Description}</div>
- <div class="nav">
- {block:ifnavigationicons}
- <button class="w3-bar-item w3-button" onclick="openCity('London')" title="{text:index tab title}"><i class="far fa-eye"></i></a></button>
- <button class="w3-bar-item w3-button" onclick="openCity('Paris')" title="{text:ask tab title}"><i class="far fa-envelope"></i></button>
- {block:iftab1name}<button class="w3-bar-item w3-button" onclick="openCity('Tokyo')" title="{text:tab 1 title}"><i class="far fa-user"></i></button>{/block:iftab1name}
- {block:iftab2name}<button class="w3-bar-item w3-button" onclick="openCity('Rio')" title="{text:tab 2 title}"><i class="far fa-lightbulb"></i></button>{/block:iftab2name}
- {block:iftab3name}<button class="w3-bar-item w3-button" onclick="openCity('Seoul')" title="{text:tab 3 title}"><i class="fas fa-bars"></i></button>{/block:iftab3name}
- {/block:ifnavigationicons}
- {block:ifnotnavigationicons}
- <button class="w3-bar-item w3-button" onclick="openCity('London')" title="{text:index tab title}">index</a></button>
- <button class="w3-bar-item w3-button" onclick="openCity('Paris')" title="{text:ask tab title}">{text:ask tab name}</button>
- {block:iftab1name}<button class="w3-bar-item w3-button" onclick="openCity('Tokyo')" title="{text:tab 1 title}">{text:tab 1 name}</button>{/block:iftab1name}
- {block:iftab2name}<button class="w3-bar-item w3-button" onclick="openCity('Rio')" title="{text:tab 2 title}">{text:tab 2 name}</button>{/block:iftab2name}
- {block:iftab3name}<button class="w3-bar-item w3-button" onclick="openCity('Seoul')" title="{text:tab 3 title}">{text:tab 3 name}</button>{/block:iftab3name}
- {/block:ifnotnavigationicons}
- {block:iflink1name}<a href="{text:link 1 url}" title="{text:link 1 title}">{text:link 1 name}</a>{/block:iflink1name}{block:iflink2name}<a href="{text:link 2 url}" title="{text:link 2 title}">{text:link 2 name}</a>{/block:iflink2name}{block:iflink3name}<a href="{text:link 3 url}" title="{text:link 3 title}">{text:link 3 name}</a>{/block:iflink3name}{block:iflink4name}<a href="{text:link 4 url}" title="{text:link 4 title}">{text:link 4 name}</a>{/block:iflink4name}
- {block:ifnavigationicons}
- {block:ifarchivename}<a href="/archive" title="{text:archive title}"><i class="far fa-clock"></i></a>{/block:ifarchivename}
- {/block:ifnavigationicons}
- {block:ifnotnavigationicons}
- {block:ifarchivename}<button href="/archive" title="{text:archive title}">{text:archive name}</button>{/block:ifarchivename}
- {/block:ifnotnavigationicons}
- </div><!--end of nav-->
- </header>
- <div id="London" class="city">
- <section id="entries" class="fade-in one">{block:posts}
- <article class="posts" id="{PostID}">
- {block:Quote}
- <div class="quote">{quote}</div>
- {block:Source}<div class="source">— {source}</div>{/block:Source}
- {/block:Quote}
- {block:Text}
- {block:Title}<div class="title">{title}</div>{/block:Title}
- {block:RebloggedFrom}
- {block:Reblogs}
- <li class="commenter">
- <a {block:haspermalink}href="{Permalink}"{/block:haspermalink} class="user" target="_blank"> <img src="{PortraitURL-64}"><x>{username}</x></a>
- </li>
- <li class="comment">
- {body}
- </li>
- {/block:Reblogs}
- {/block:RebloggedFrom}
- {block:NotReblog}
- <li class="comment {block:Title}ted{/block:Title}">
- {body}
- </li>
- {/block:NotReblog}
- {/block:Text}
- {block:Link}<div class="title"><a href="{URL}">{name}</a></div>
- {block:Description}
- {block:NotReblog}
- <li class="comment ted">
- {description}
- </li>
- {/block:NotReblog}
- {/block:Description}
- {block:RebloggedFrom}
- {block:Reblogs}
- <li class="comment">
- <a {block:haspermalink}href="{Permalink}"{/block:haspermalink} class="user" target="_blank"><img src="{PortraitURL-64}"> <x>{username}</x></a>
- <div class="tex">{body}</div>
- </li>
- {/block:Reblogs}
- {/block:RebloggedFrom}
- {/block:Link}
- {block:Chat}
- {block:Title}<div id="title">{title}</div>{/block:Title}
- <ol class="chat {block:Title}ted{/block:Title}">
- {block:lines}
- <li class="l {Alt}">
- {block:label}<span class="label">{label}</span>{/block:label} {line}
- </li>
- {/block:lines}
- </ol>
- {/block:Chat}
- {block:Photo}{linkopentag}<img src="{photoURL-HighRes}" alt="{PhotoAlt}"/>{linkclosetag}{/block:Photo}
- {block:Photoset}
- <div class="photo-slideshow" id="photoset_{PostID}" data-layout="{PhotosetLayout}">{block:Photos}<div class="photo-data"><div class="pxu-photo"><img src="{PhotoURL-500}" width="{PhotoWidth-500}" height="{PhotoHeight-500}" data-highres="{PhotoURL-HighRes}" data-width="{PhotoWidth-HighRes}" data-height="{PhotoHeight-HighRes}"></div><a class="tumblr-box" rel="post-{PostID}" href="{PhotoURL-HighRes}"></a></div>{/block:Photos}</div>
- {/block:Photoset}
- {block:Video}<div class="video">{Video-500}</div>{/block:Video}
- {block:Audio}
- <div class="audio">
- {block:AudioEmbed}{AudioEmbed width="540px"}{/block:AudioEmbed}
- </div>
- {/block:Audio}
- {block:Answer}
- <div class="q"><span class="as"><b>{Asker}</b> sent:</span> {Question}</div>
- {block:Answerer}
- <li class="commenter"><div class="user">{answerer}</div> replied:</li>
- <li class="comment">{answer}</li>
- {/block:Answerer}
- {block:NotReblog}
- <li class="comment reply">{replies}</li>
- {/block:NotReblog}
- {block:RebloggedFrom}
- {block:Reblogs}
- <li class="comment">
- <a {block:haspermalink}href="{Permalink}"{/block:haspermalink} class="user" target="_blank"><img src="{PortraitURL-64}"> <x>{username}</x></a>
- <div class="tex">{body}</div>
- </li>
- {/block:Reblogs}
- {/block:RebloggedFrom}
- {/block:Answer}
- {block:caption}
- {block:Reblogs}
- <li class="commenter">
- <a {block:haspermalink}href="{Permalink}"{/block:haspermalink} class="user" target="_blank"> <img src="{PortraitURL-64}"><x>{username}</x></a>
- </li>
- <li class="comment">
- {body}
- </li>
- {/block:Reblogs}
- {block:NotReblog}
- <li class="comment">
- {caption}
- </li>
- {/block:NotReblog}
- {/block:caption}
- {block:Date}
- <div class="permalink">
- <a href="{permalink}" title="{Month} {DayofMonth}" class="ts"><b>{12Hour}:{Minutes} {AmPm}</b></a> {block:NoteCount}<a href="{permalink}" class="notecount">{NoteCount}</a>{/block:NoteCount}
- <span class="buttons" style="margin-left:5px;float:right;margin-right:0">
- {block:permalinkpage}{block:RebloggedFrom}<a href="{ReblogParentURL}" title="{ReblogParentName}"><span class="th th-compass-2-o"></span></a>{/block:RebloggedFrom}{/block:permalinkpage}
- <a href="{ReblogURL}" target="_blank"><span class="th th-counter-arrow" style="font-size:13px" title="reblog post"></span></a>
- <span class="custom-like-button">{LikeButton}<a class="our_button"><span class="th th-heart-1-o" title="like post"></span></a></span>
- </span>
- </div>
- {block:hastags}
- <div class="tags">{block:Tags}<a href="{TagUrl}">{Tag}</a>{/block:Tags}</div>
- {/block:hasTags}
- {/block:Date}
- </article>
- {/block:Posts}
- {block:PostNotes}
- <article class="posts pagenotes">
- {PostNotes}
- </article>
- {/block:PostNotes}
- {block:Pagination}
- <footer id="pagination">
- {block:PreviousPage}<a href="{PreviousPage}">back</a>/{/block:PreviousPage}{block:NextPage}<a href="{NextPage}">next</a>{/block:NextPage}
- </footer>
- {/block:Pagination}
- </div>
- </section>
- <section id="tabs">
- <!--ask tab-->
- <div id="Paris" class="city" style="display:none">
- <iframe frameborder="0" scrolling="no" width="100%" height="190" src="https://www.tumblr.com/ask_form/{name}.tumblr.com" id="ask_form"></iframe><!--[if IE]><script type="text/javascript">document.getElementById('ask_form').allowTransparency=true;</script><![endif]-->
- </div>
- <!--tab 1-->
- {block:iftab1name}
- <div id="Tokyo" class="city" style="display:none">
- <p>Write your content here.</p>
- </div>
- {/block:iftab1name}
- <!--tab 2-->
- <div id="Rio" class="city" style="display:none">
- <b>update heading</b>
- <ul>
- <li>update here</li>
- <li>update here</li>
- <li>update here</li>
- </ul>
- <br>
- <b>update heading</b>
- <ol>
- <li><s>request one</s></li>
- <li>request two</li>
- </ol>
- </div>
- <!--tab 3-->
- <div id="Seoul" class="city" style="display:none">
- <table class="links">
- <tr>
- <td style="width:20%"><nm>links heading</nm></td>
- <td style="width:80%">
- <a href="link url"> link name </a>
- <a href="link url"> link name </a>
- <a href="link url"> link name </a>
- <a href="link url"> link name </a>
- <a href="link url"> link name </a>
- <a href="link url"> link name </a>
- <a href="link url"> link name </a>
- <a href="link url"> link name </a>
- <a href="link url"> link name </a>
- <a href="link url"> link name </a>
- </td>
- </tr>
- <tr>
- <td style="width:20%"><nm>links heading</nm></td>
- <td style="width:80%">
- <a href="link url"> link name </a>
- <a href="link url"> link name </a>
- <a href="link url"> link name </a>
- <a href="link url"> link name </a>
- <a href="link url"> link name </a>
- </td>
- </tr>
- </table>
- </div>
- </section>
- <script>
- var $container = $('.posts');
- $container.find('.notecount').each(function(){
- var n = $(this).html().split(' ')[0].replace(/,/g, '');
- if (n > 999) {
- n = Math.floor(n / 100) / 10;
- $(this).text(n + 'k');
- }
- });
- $(document).ready(function() {
- $('body').tooltip({track:false});
- $('iframe.tumblr_audio_player').load( function() {
- $('iframe.tumblr_audio_player').contents().find("head")
- .append($("<style type='text/css'> .audio-player{background:{color:accent} !important} </style>"));
- });
- });
- $(document).ready(function(){
- $('.photo-slideshow').pxuPhotoset({
- lightbox: true,
- rounded: false,
- gutter: '4px',
- borderRadius: '2px',
- photoset: '.photo-slideshow',
- photoWrap: '.photo-data',
- photo: '.pxu-photo'
- });
- });
- function openCity(cityName) {
- var i;
- var x = document.getElementsByClassName("city");
- for (i = 0; i < x.length; i++) {
- x[i].style.display = "none";
- }
- document.getElementById(cityName).style.display = "block";
- }
- </script>
- {block:ContentSource}
- <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
- width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
- {/block:SourceLogo}
- {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
- {/block:ContentSource}
- <div class="credit"><a href="http://captainmarvels.tumblr.com/" title="ananda themes"><span class="sf sf-alien-o"></span></a></div>
- <div class="hcontrols"><svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 216 216" enable-background="new 0 0 216 216" xml:space="preserve"><path d="M106.6,134c14.3,0,26-11.7,26-26s-11.7-26-26-26s-26,11.7-26,26S92.2,134,106.6,134z M106.6,94c7.7,0,14,6.3,14,14s-6.3,14-14,14s-14-6.3-14-14S98.9,94,106.6,94z M40.4,124.6l7.2,3.3c3,1.4,4.4,4.8,3.3,7.9l-2.8,7.4c-2.1,5.7-1.4,11.8,2.1,16.7c3.4,5,9,7.9,15,7.9c2.2,0,4.4-0.4,6.5-1.2l7.4-2.8c0.7-0.3,1.4-0.4,2.2-0.4c2.4,0,4.7,1.4,5.7,3.7l3.3,7.2c3,6.6,9.4,10.7,16.6,10.7s13.6-4.1,16.6-10.7l3.3-7.2c1-2.2,3.2-3.7,5.7-3.7c0.7,0,1.5,0.1,2.2,0.4l7.4,2.8c2.1,0.8,4.3,1.2,6.5,1.2c0,0,0,0,0,0c5.9,0,11.5-3,15-7.9c3.4-5,4.2-11.1,2.1-16.7l-2.8-7.4c-1.1-3.1,0.3-6.5,3.3-7.9l7.2-3.3c6.6-3,10.7-9.4,10.7-16.6s-4.1-13.6-10.7-16.6l-7.2-3.3c-3-1.4-4.4-4.8-3.3-7.9l2.8-7.4c2.1-5.7,1.4-11.8-2.1-16.7c-3.4-5-9-7.9-15-7.9c-2.2,0-4.4,0.4-6.5,1.2l-7.4,2.8c-0.7,0.3-1.4,0.4-2.2,0.4c-2.4,0-4.7-1.4-5.7-3.7l-3.3-7.2c-3-6.6-9.4-10.7-16.6-10.7S93,35.2,90,41.8l-3.3,7.2c-1,2.2-3.2,3.7-5.7,3.7c-0.7,0-1.5-0.1-2.2-0.4l-7.4-2.8c-2.1-0.8-4.3-1.2-6.5-1.2c-5.9,0-11.5,3-15,7.9c-3.4,5-4.2,11.1-2.1,16.7l2.8,7.4c1.1,3.1-0.3,6.5-3.3,7.9l-7.2,3.3c-6.6,3-10.7,9.4-10.7,16.6S33.8,121.6,40.4,124.6z M45.3,102.3l7.2-3.3c8.7-4,12.9-14.1,9.5-23l-2.8-7.4c-1-2.7,0-4.7,0.7-5.7c1.6-2.4,4.6-3.4,7.4-2.3l7.4,2.8c2.1,0.8,4.2,1.2,6.4,1.2c0,0,0,0,0,0c7.1,0,13.6-4.2,16.6-10.7l3.3-7.2c1.5-3.4,4.7-3.7,5.7-3.7s4.1,0.3,5.7,3.7l3.3,7.2c3,6.5,9.5,10.7,16.6,10.7c2.2,0,4.3-0.4,6.4-1.2l7.4-2.8c2.8-1,5.7,0,7.4,2.3c0.7,1,1.7,3,0.7,5.7l-2.8,7.4c-3.3,8.9,0.8,19,9.5,23l7.2,3.3c3.4,1.5,3.7,4.7,3.7,5.7s-0.3,4.1-3.7,5.7l-7.2,3.3c-8.7,4-12.9,14.1-9.5,23l2.8,7.4c1,2.7,0,4.7-0.7,5.7c-1.6,2.4-4.6,3.4-7.4,2.3l-7.4-2.8c-2.1-0.8-4.2-1.2-6.4-1.2c-7.1,0-13.6,4.2-16.6,10.7l-3.3,7.2c-1.5,3.4-4.7,3.7-5.7,3.7s-4.1-0.3-5.7-3.7l-3.3-7.2c-3-6.5-9.5-10.7-16.6-10.7c-2.2,0-4.3,0.4-6.4,1.2l-7.4,2.8c-2.8,1-5.7,0-7.4-2.3c-0.7-1-1.7-3-0.7-5.7l2.8-7.4c3.3-8.9-0.8-19-9.5-23l-7.2-3.3c-3.4-1.5-3.7-4.7-3.7-5.7S41.9,103.9,45.3,102.3z"/></svg></div>
- </body></html>
Advertisement
Add Comment
Please, Sign In to add comment