Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!--
- // [Theme:Revamp]
- Humility
- by egg.design //
- + basic html and css knowledge is required to customize this theme
- + feel free to edit and custom the theme to your liking,
- but don't redistribute, use as a base, or claim as your own
- + please do not move or remove the credit
- Credits
- + icon font by themehive.co
- + CSS Tooltips https://medium.freecodecamp.org/a-step-by-step-guide-to-making-pure-css-tooltips-3d5a3e237346
- Version 2.1
- -->
- <!DOCTYPE html>
- <html>
- <head>
- <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
- <meta name="viewport" content="width=device-width, initial-scale = 1.0, maximum-scale=1.0, user-scalable=no" />
- <link href="https://fonts.googleapis.com/css?family=Nunito|Inconsolata" rel="stylesheet">
- <script src="https://cdnjs.cloudflare.com/ajax/libs/css-doodle/0.4.2/css-doodle.min.js"></script>
- <script>
- $(document).ready(function(){
- $('ul.tabs li').click(function(){
- var tab_id = $(this).attr('data-tab');
- $('ul.tabs li').removeClass('current');
- $('.tab-content').removeClass('current');
- $('.tab-content').removeClass('swish');
- $(this).addClass('current');
- $("#"+tab_id).addClass('current');
- $("#"+tab_id).addClass('swish');
- })
- });
- </script>
- <title>{Title}</title>
- <link rel="shortcut icon" href="{favicon}">
- <link rel="alternate" type="application/rss+xml" href="{RSS}">
- <link href="//dl.dropbox.com/s/vpi3f9s7nhpe7v7/honeybee.css" rel="stylesheet">
- <!-- image options -->
- <meta name="image:background" content="" />
- <!-- color options -->
- <meta name="color:background" content="#fff" />
- <meta name="color:posts" content="#fff" />
- <meta name="color:text" content="#000" />
- <meta name="color:links" content="#000" />
- <meta name="color:link hover" content="#beefed" />
- <meta name="color:bold" content="#7a7a7a" />
- <meta name="color:italic" content="#bbb" />
- <meta name="color:usernames" content="#47aafa" />
- <meta name="color:scrollbar" content="#7a7a7a" />
- <meta name="color:selection" content="#fff" />
- <meta name="color:selection bg" content="#7b7b7b" />
- <meta name="color:accent 1" content="hotpink" />
- <meta name="color:accent 2" content="#beefed" />
- <meta name="color:accent 3" content="skyblue" />
- <meta name="color:accent 4" content="#facade" />
- <meta name="color:speechbubble" content="#beefed" />
- <meta name="color:speechbubble text" content="#222" />
- <!-- text options -->
- <meta name="text:tab 1 title" content="home" />
- <meta name="text:tab 2 title" content="ask" />
- <meta name="text:askbox" content="Text above the ask box" />
- <meta name="text:tab 3 title" content="about" />
- <meta name="text:tab 3" content="Text for the 3rd tab" />
- <meta name="text:tab 4 title" content="blogroll" />
- <meta name="text:tab 4" content="text for the 4th tab" />
- <meta name="text:tag symbol" content="#" />
- <meta name="text:asked" content="shouted" />
- <meta name="text:current" content="star-o" />
- <!-- other options -->
- <meta name="if:blogroll" content=""/>
- <meta name="if:full background" content="" />
- <style type="text/css">
- /**
- CSS editing directory
- Labeled sections for easier navigating
- 01. Controls - tumblr controls, selection, and scrollbar
- 02. General - body, links, headings, etc
- 03. Sidebar - sidbear, description, icon
- 04. Tabs - tab links and content styling
- 05. Posts - container, posts, post styles
- 06. Blogroll - follower icons and container
- **/
- /* ------------
- 01. Controls
- ------------ */
- .tmblr-iframe{ z-index:9999999!important;}
- /* Scrollbar + Selection */
- ::-webkit-scrollbar {
- width: 18px;
- height:6px;
- }
- ::-webkit-scrollbar-button {
- width: 0px;
- height: 0px;
- }
- ::-webkit-scrollbar-thumb {
- background:{color:accent 2};
- border:6px solid #f8f8f8;
- border-top:4px solid #f8f8f8;
- border-bottom:4px solid #f8f8f8;
- cursor:pointer;
- border-radius: 8px;
- }
- ::-webkit-scrollbar-track {
- background:#dfdfdf;
- border: 8px solid #f8f8f8;
- border-top:12px solid #f8f8f8;
- border-bottom:12px solid #f8f8f8;
- }
- ::-moz-selection {background:{color:selection bg};color:{color:selection}}
- ::selection {background:{color:selection bg};color:{color:selection};}
- /* ------------
- 02. General
- ------------ */
- body {
- background:{color:background} url({image:background})
- {block:iffullbackground} no-repeat center center fixed;
- background-size: cover; {/block:iffullbackground};
- color:{color:text};
- font-family:Nunito;
- font-size: 16px;
- word-wrap:break-word;
- line-height:160%;
- }
- a {
- text-decoration: none;
- color:{color:links};
- transition:.5s;
- }
- a:hover {
- color:{color:link hover};
- transition:.5s;
- }
- h1 {
- border-left:10px double {color:border}; border-right:10px double {color:border};
- text-align:center;
- font-size:22px;
- font-family:Inconsolata;
- letter-spacing:2px;
- line-height:100%; }
- h2 {
- text-align:center;
- font-size:18px;
- border-left:20px double {color:border};
- border-right:20px double {color:border};
- letter-spacing:1px;
- line-height:100%;
- font-weight:normal; }
- b {color:{color:bold}; }
- i {color:{color:italic}; font-style:italic;}
- /* ------------
- 03. Sidebar
- ------------ */
- aside {
- position:fixed;
- height:0px;
- top:0px;
- left:50%;
- z-index:0;
- margin-left:-300px;
- width:520px;
- }
- #sidebar {
- position:fixed;
- width:18%;
- margin-left:-24%;
- z-index:9999!important;
- top:50px;
- }
- #sidebar .caption {
- border-top:3px solid {color:accent 1};
- margin-top:40px;
- padding:20px;
- position:relative;
- }
- #sidebar .caption a {
- margin:20px 10px 0 0;
- padding:2px 4px;
- line-height:200%;
- background:{color:accent 4};
- }
- #sidebar .caption:before {
- content:'';
- position:absolute;
- width:3px;
- height:50px;
- top:0px;
- left:50%;
- right:50%;
- margin-left:-1px;
- margin-top:-50px;
- background:{color:accent 1};
- }
- #sidebar div {
- margin:auto;
- }
- .sidecon:before{
- content:'';
- position:absolute;
- width:3px;
- height:50px;
- top:0px;
- left:50%;
- right:50%;
- margin-left:-1px;
- margin-top:-50px;
- background:{color:accent 1};
- }
- .sidecon {
- position:relative;
- margin:0px auto;
- font-size:1.2em;
- text-align:center;
- }
- .sidecon a {
- background:{color:accent 1};
- border-radius:100%;
- padding:14px;
- }
- .sidecon a:after {
- content:'';
- position:absolute;
- animation: scale 2s infinite cubic-bezier(0, .2, 0.4, 1.2);
- width:47px;
- margin:auto;
- left:50%;
- margin-left:-23.5px;
- background:{color:accent 1};
- top:50%;
- bottom:50%;
- z-index:-1;
- border-radius:100%;
- height:100%;
- }
- #description {
- padding:4px;
- height:200px;
- overflow-y:auto;
- transform:translate(0, 20px);
- overflow-x:hidden;
- z-index:99999!important;
- color:{color:description text};
- }
- /* ------------
- 04. Tabs
- ------------ */
- ul.tabs{
- margin: 0px;
- padding: 0px;
- position:fixed;
- list-style: none; padding-right:20px; width:20px;
- right:50px;
- margin-top:200px;
- }
- ul.tabs li:before {
- content:'';
- position:absolute;
- width:60px;
- background:transparent;
- height:3px;
- z-index:-9;
- left:0px;
- top:50%;
- bottom:50%;
- margin-left:56px;
- }
- ul.tabs li:after{
- content:'';
- position:absolute;
- width:0px;
- background:transparent;
- height:3px;
- z-index:-9;
- right:0px;
- top:50%;
- transition:.6s;
- bottom:50%;
- margin-left:100px;
- }
- ul.tabs li.current:after {
- content:'';
- position:absolute;
- width:60px;
- background:{color:accent 1};
- height:3px;
- z-index:-1;
- right:-50px;
- top:50%;
- bottom:50%;
- }
- ul.tabs li{
- background: none;
- color:#555;
- position:relative;
- background:{color:accent 2};
- display: inline-block;
- padding: 10px 18px;
- margin:20px 0;
- border-radius:100%;
- cursor: pointer;
- }
- ul.tabs li.current{
- background:{color:accent 1};
- color: #222;
- transition:.6s;
- }
- ul.tabs li.current:before {
- animation: scale 1.36s 1 cubic-bezier(0, .2, 0.4, 1.2);
- width:100%;
- margin:auto;
- left:0px;
- background:{color:accent 1};
- top:50%;
- bottom:50%;
- border-radius:100%;
- height:100%;
- }
- @keyframes scale {
- 0% {
- transform: scale(1);
- }
- 50%,
- 75% {
- transform: scale(1.52);
- }
- 78%, 100% {
- opacity: 0;
- }
- }
- .tab-content{
- display: none;
- background: transparent;
- padding: 15px;
- }
- .tab-content.current{
- display: block;
- margin:auto;
- }
- .asks, .blogroll, .about {
- width:500px;
- margin:100px auto;
- }
- #askbox {
- margin-bottom: 5px;
- width: 500px;
- padding: 3px;
- font-family: tahoma;
- color: {color:text};
- }
- #askbox a.askbox:link, a.askbox:active, a.askbox:visited {
- color: {color:text};
- text-transform: uppercase;
- text-decoration: none;
- }
- #askbox a.askbox:hover {
- color: {color:links};
- text-transform: uppercase;
- text-decoration: none;
- }
- /* ------------
- 05. Posts
- ------------ */
- .container{
- width:60%;
- margin:auto;
- }
- .posts, ol.notes {
- width:100%;
- max-width:600px;
- padding:10px;
- margin:20px auto 100px auto;
- background:{color:posts};
- counter-increment: menu;
- transition:.5s;
- }
- ol.notes {
- line-height:220%;
- }
- .posts:before {
- content: "00" counter(menu) " ";
- font-family:sans-serif;
- font-size:1.4em;
- opacity:.86;
- transform:translate(-60px, 16px);
- position:absolute;
- }
- .posts img, .posts iframe {
- display:block;
- max-width:100%;
- }
- /* Usernames */
- .user, .deactivated, .tumblelog, ol.notes .like .action a {
- margin:6px;
- margin-left:20px;
- padding:4px;
- border-radius:4px;
- border:none;
- position:relative;
- background:rgba({RGBcolor:usernames}, .12)
- }
- .user:after, .deactivated:after, .tumblelog:after, ol.notes .like .action a:after
- {
- content: '';
- position: absolute;
- border-style: solid;
- border-width: 8px 13px 8px 0;
- border-color: transparent rgba({RGBcolor:usernames}, .12); /* keep same color as bubble */
- display: block;
- width: 0;
- z-index: 1;
- left: -13px;
- top: 6px;
- }
- .caption {
- padding:20px 0px;
- }
- /* chat posts */
- .chat {
- padding:5px;
- line-height:150%;
- }
- .chat:nth-of-type(odd) {
- background:{color:text};
- color:{color:posts};
- -webkit-transition:.5s;
- transition:.5s; }
- .chat:nth-of-type(odd) b {
- color:{color:posts};
- -webkit-transition:.5s;
- transition:.5s; }
- .chat:nth-of-type(even) {
- background:{color:posts};
- color:{color:text};
- -webkit-transition:.5s;
- transition:.5s; }
- .chat:nth-of-type(even) b{
- color:{color:text};
- -webkit-transition:.5s;
- transition:.5s; }
- /* audio posts */
- .audiopost {
- width:100%;
- height:120px;
- background:linear-gradient(to right, {color:accent 2}, {color:accent 3}, {color:accent 4});
- border-radius:6px;
- overflow:hidden;
- }
- #albumart{
- z-index:2;
- width:120px;
- float:left;
- height:120px;
- }
- .playerbox {
- float:left;
- }
- #albumart img{
- width:120px;
- height:120px;
- float:left;
- border-width:0px; transition:.6s;
- }
- .player {
- width:30px;
- overflow:hidden;
- height:40px;
- transform:scale(1.2);
- border-radius:100%;
- top:8px;
- bottom:10px;
- left:4px;
- padding:8px;
- padding-top:6px;
- padding-left:8px;
- padding-bottom:0px;
- border-radius:100%;
- position:absolute;
- }
- .playercon {
- width:56px;
- height:56px;
- border-radius:100%;
- left:0px;
- background:#f3f3f3;
- top:32px;
- position:relative;
- }
- .infobox {
- float:left top;
- margin-left:130px;
- background-color:transparent;
- padding:14px;
- color:{color:text};
- }
- .track {
- font-size:1em;
- letter-spacing:2px;
- padding:2px;
- font-weight:bold;
- transition:.6s;
- color:#333;
- }
- .artist {
- letter-spacing:2px;
- padding:2px;
- font-size:.92em;
- }
- .album {
- font-size:1em;;
- }
- .playcount {
- font-size:9px;
- text-transform:uppercase;
- letter-spacing:3px;
- }
- /* ask posts */
- .speechbubble {
- width:360px;
- margin:20px;position: relative;
- background:{color:speechbubble};
- left:70px;
- color:{color:speechbubble text};
- margin: 20px 0;
- padding:10px;
- text-align:left;
- border-radius:10px;
- box-shadow: 0px 0 1px rgba(0,0,0,0);
- }
- .speechbubble:after {
- position: absolute;
- content: "";
- border-color: {color:speechbubble} transparent transparent transparent;
- border-style: solid;
- border-width: 15px 15px 0px;
- height:0;
- width:0;
- position:absolute;
- left:-15px;
- top:10px;
- }
- /* post info */
- .info {
- z-index:999;
- padding:10px 0;
- border-top:1px solid #eee;
- }
- .topinfo {
- padding:10px 0px;
- position:relative;
- }
- .notec {
- position:absolute;
- width:calc(100% - 50px);
- top:0px;
- left:0px;
- margin-left:50px;
- height:100%;
- }
- .notec a {
- position:absolute;
- right:0px;
- top:25%;
- padding:2px 10px;
- background:{color:posts};
- }
- .notec:before {
- width:100%;
- left:0px;
- height:2px;
- border-radius:10px;
- background:linear-gradient(to left, {color:accent 3}, {color:accent 2}, {color:accent 4});
- content:'';
- top:50%;
- bottom:50%;
- position:absolute;
- }
- .topinfo .th {
- padding:10px;
- border-radius:100%;
- background:{color:accent 1};
- }
- /* pagination */
- #pagination {
- margin:auto
- z-index:9;
- text-align: center;
- position: relative;
- width: 100%;
- }
- #pagination a, .current_page {
- margin: 0 4px;
- display: inline-block;
- width: 40px;
- height: 40px;
- text-align: center;
- background: {color:accent 1};
- border-radius: 100%;
- color: #fff;
- line-height: 42px;
- }
- .current_page {
- background: {color:accent 3};
- color:#fff;
- }
- /* ------------
- 06. Blogroll
- ------------ */
- #content {
- margin:0 auto;
- width:100%;
- }
- /** ICONS **/
- #content img{
- margin-left:10px;
- width:50px;
- padding:4px;
- }
- @media (max-width:1050px){
- #sidebar {
- position:relative!important;
- margin:auto;
- width:500px;
- }
- aside {
- position:relative;
- height:auto!important;
- }
- }
- @media (max-width:700px){
- #sidebar {
- width:80%!important;
- margin:90px auto;
- transform:translate(0,0);
- }
- .container, aside {
- width:100%;
- margin:auto;
- left:0px;
- }
- .container {
- margin:50px auto
- }
- .posts {
- width:80%;
- margin:50px auto;
- }
- .posts:before {
- display:none;
- }
- ul.tabs {
- top:0px!important;
- margin-top:0px;
- margin:auto;
- text-align:center;
- width:100%;
- right:0px;
- background:white;
- transform:translate(0%, 0);
- padding:0;
- z-index:9999999;
- position:fixed;
- }
- ul.tabs li {
- margin-top:10px;
- margin-left:20px;
- }
- .sidecon:before {
- display:none;
- }
- ul.tabs li:after,
- ul.tabs li.current:after {
- display:none;
- }
- }
- @media (max-width:400px){
- #sidebar {
- max-width:350px!important;
- width:90%!important;
- margin:50px auto!important;
- }
- .posts {
- width:90%;
- margin:50px auto;
- }
- }
- #egg {
- right:10px; bottom:10px;
- position:fixed;
- display:block;
- width: 14px; height: 18px;
- background-color:#FFFEFC; -webkit-border-radius: 63px 63px 63px 63px / 108px 108px 72px 72px; border-radius: 50% 50% 50% 50% / 60% 60% 40% 40%;
- border:1px solid #aaa;
- z-index:4;
- transform:scale(1.02);
- }
- #egg:hover { animation-name: egg;
- animation-duration: 1s;
- animation-iteration-count: infinite;}
- @keyframes egg{
- 0%{}
- 10%{transform:rotate(20deg) scale(1.12)}
- 80%{transform:rotate(-20deg)}
- 100%{}
- }
- [tooltip] {
- position: relative;
- z-index: 9;
- cursor: pointer;
- }
- /* Hide the tooltip content by default */
- [tooltip]:before,
- [tooltip]:after {
- visibility: hidden;
- -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
- filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
- opacity: 0;
- pointer-events: none;
- }
- /* Position tooltip above the element */
- [tooltip]:before {
- position: absolute;
- bottom: 154%;
- left: 50%;
- margin-bottom: 4px;
- margin-left: -40px;
- padding: 6px;
- width: 80px;
- -webkit-border-radius: 3px;
- -moz-border-radius: 3px;
- border-radius: 3px;
- background-color: #333;
- color: #fff;
- content: attr(tooltip);
- text-align: center;
- font-size: 14px;
- line-height: 1.2;
- }
- /* Triangle hack to make tooltip look like a speech bubble */
- [tooltip]:after {
- position: absolute;
- bottom: 154%;
- left: 50%;
- margin-left: -4px;
- width: 0;
- border-top: 6px solid #333;
- border-right: 6px solid transparent;
- border-left: 5px solid transparent;
- content: " ";
- font-size: 0;
- line-height: 0;
- }
- /* Show tooltip content on hover */
- [tooltip]:hover:before,
- [tooltip]:hover:after {
- visibility: visible;
- transition:.6s;
- -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
- filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=100);
- opacity: 1;
- }
- {CustomCSS}
- </style>
- </head>
- <body>
- <ul class="tabs">
- <li class="tab-link current" data-tab="tab-1"><span tooltip="{text:tab 1 title}">1</span></li>
- <li class="tab-link" data-tab="tab-2"><span tooltip="{text:tab 2 title}">2</span></li>
- <li class="tab-link" data-tab="tab-3"><span tooltip="{text:tab 3 title}">3</span></li>
- <li class="tab-link" data-tab="tab-4"><span tooltip="{text:tab 4 title}">4</span></li>
- </ul>
- <header>
- </header>
- <aside>
- <div id="sidebar">
- <div class="sidecon">
- <a href="/" class="th th-exclamation-o"></a>
- </div>
- <div class="caption">
- <div class="reblog-header">
- <img src="{PortraitURL-24}" style="float:left;"> <span class="user">{Name}</span>
- </div>
- <div style="margin-top:20px">
- {Description}
- </div>
- {block:HasPages}<div class="margin-top:40px">
- {block:Pages} <a href="{Url}">{Label}</a>
- {/block:Pages}
- </div>{/block:HasPages}
- </div>
- </div>
- </aside>
- <main class="container">
- <div id="tab-1" class="tab-content current">
- {block:Posts}<article class="posts">
- <div class="topinfo">
- <a href="{permalink}" class="th {block:text}th-bookmark-o {/block:text} {block:photo}th-photo-camera-1-o {/block:photo} {block:photoset} th-add-o {/block:photoset} {block:quote}th-megaphone-1-o {/block:quote} {block:link} th-link-1-o {/block:link} {block:audio} th-volume-o {/block:audio} {block:chat} th-list-o{/block:chat} {block:video} th-video-player-1-o {/block:video} {block:answer} th-question-o{/block:answer}"></a>
- {block:NoteCount} <div class="notec"> <a href="{permalink}">{notecount}</a> </div> {/block:NoteCount}
- </div>
- <!-- {block:NoRebloggedFrom}
- {block:RebloggedFrom}{ReblogParentName}{/block:RebloggedFrom}
- {/block:NoRebloggedFrom} -->
- {block:ContentSource}
- <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
- width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
- {/block:SourceLogo}
- {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
- {/block:ContentSource}
- {block:Text}
- {block:Title}
- <h2><a href="{Permalink}">{Title}</a></h2>
- {/block:Title}
- <div class="caption">{block:NotReblog}
- <figcaption>
- {Body}
- </figcaption>
- {/block:NotReblog}
- {block:RebloggedFrom}
- <div class="reblog-list">
- {block:Reblogs}
- <div class="{block:isOriginalEntry}original-reblog{/block:isOriginalEntry}">
- <div class="reblog-header">
- {block:IsActive}
- <a class="{block:isNotOriginalEntry}sub-reblog{/block:isNotOriginalEntry}" href="{Permalink}" target="_blank">
- <img src="{PortraitURL-64}" style="width:24px; float:left">
- </a>
- {/block:IsActive}
- {block:IsDeactivated}
- <span class="inactive {block:isNotOriginalEntry} sub-reblog{/block:isNotOriginalEntry}">
- <img src="{PortraitURL-64}" style="width:24px; float:left">
- </span>
- {/block:IsDeactivated}
- {block:IsActive}
- <a target="_blank" href="{Permalink}" class="user"> {Username}</a>
- {/block:IsActive}
- {block:IsDeactivated}
- <span class="inactive deactivated">{Username}</span>
- {/block:IsDeactivated}
- </div>
- <div class="reblog-content">
- {Body}
- </div>
- </div>
- {/block:Reblogs}
- </div>
- {/block:RebloggedFrom}
- </div>
- {/block:Text}{block:Photo}
- <img src="{PhotoURL-HighRes}" alt="{PhotoAlt}"/>
- {block:Caption}
- <div class="caption"> {block:NotReblog}
- <figcaption>
- {Caption}
- </figcaption>
- {/block:NotReblog}
- {block:RebloggedFrom}
- <div class="reblog-list">
- {block:Reblogs}
- <div class="{block:isOriginalEntry}original-reblog{/block:isOriginalEntry}">
- <div class="reblog-header">
- {block:IsActive}
- <a class="{block:isNotOriginalEntry}sub-reblog{/block:isNotOriginalEntry}" href="{Permalink}" target="_blank">
- <img src="{PortraitURL-64}" style="width:24px; float:left">
- </a>
- {/block:IsActive}
- {block:IsDeactivated}
- <span class="inactive {block:isNotOriginalEntry} sub-reblog{/block:isNotOriginalEntry}">
- <img src="{PortraitURL-64}" style="width:24px; float:left">
- </span>
- {/block:IsDeactivated}
- {block:IsActive}
- <a target="_blank" href="{Permalink}" class="user">{Username}</a>
- {/block:IsActive}
- {block:IsDeactivated}
- <span class="inactive deactivated">{Username}</span>
- {/block:IsDeactivated}
- </div>
- <div class="reblog-content">
- {Body}
- </div>
- </div>
- {/block:Reblogs}
- </div>
- {/block:RebloggedFrom}</div>
- {/block:Caption}
- {/block:Photo}{block:Panorama}
- {LinkOpenTag}
- <img src="{PhotoURL-Panorama}" alt="{PhotoAlt}"/>
- {LinkCloseTag}{block:Caption}
- <div class="text">{Caption}</div>
- {/block:Caption}
- {/block:Panorama}{block:Photoset}
- {Photoset}
- {block:Caption}
- <div class="caption"> {block:NotReblog}
- <figcaption>
- {Caption}
- </figcaption>
- {/block:NotReblog}
- {block:RebloggedFrom}
- <div class="reblog-list">
- {block:Reblogs}
- <div class="{block:isOriginalEntry}original-reblog{/block:isOriginalEntry}">
- <div class="reblog-header">
- {block:IsActive}
- <a class="{block:isNotOriginalEntry}sub-reblog{/block:isNotOriginalEntry}" href="{Permalink}" target="_blank">
- <img src="{PortraitURL-64}" style="width:24px; float:left">
- </a>
- {/block:IsActive}
- {block:IsDeactivated}
- <span class="inactive {block:isNotOriginalEntry} sub-reblog{/block:isNotOriginalEntry}">
- <img src="{PortraitURL-64}" style="width:24px; float:left">
- </span>
- {/block:IsDeactivated}
- {block:IsActive}
- <a target="_blank" href="{Permalink}" class="user">{Username}</a>
- {/block:IsActive}
- {block:IsDeactivated}
- <span class="inactive deactivated">{Username}</span>
- {/block:IsDeactivated}
- </div>
- <div class="reblog-content">
- {Body}
- </div>
- </div>
- {/block:Reblogs}
- </div>
- {/block:RebloggedFrom}</div>
- {/block:Caption}
- {/block:Photoset}{block:Quote}
- <div class="caption" style="text-align:center; padding:40px">
- <span style="font-size:1.11em"> "{Quote}" </span>
- <br>
- {block:Source}
- {Source}
- {/block:Source}
- </div>
- {/block:Quote}{block:Link}
- <div class="caption"><p>
- <big style="padding:10px; background:{color:accent 1}; width:100%; border-radius:8px"> <a href="{URL}" class="link" {Target}>{Name}</a> </span></big>
- {block:Description}
- <div style="padding:10px 0"> {Description}</div>
- {/block:Description}
- </div>
- {/block:Link}
- {block:Chat}
- <div class="caption">{block:Title}<h2>{title}</h2>{/block:Title}{block:Lines}<div class="chat">{block:Label}<b>{Label}</b>{/block:Label} {Line}<br/></div>{/block:Lines}</div>{/block:Chat}
- {block:Video}
- {Video-500}
- {block:Caption}
- <div class="caption"> {block:NotReblog}
- <figcaption>
- {Caption}
- </figcaption>
- {/block:NotReblog}
- {block:RebloggedFrom}
- <div class="reblog-list">
- {block:Reblogs}
- <div class="{block:isOriginalEntry}original-reblog{/block:isOriginalEntry}">
- <div class="reblog-header">
- {block:IsActive}
- <a class="{block:isNotOriginalEntry}sub-reblog{/block:isNotOriginalEntry}" href="{Permalink}" target="_blank">
- <img src="{PortraitURL-64}" style="width:24px; float:left">
- </a>
- {/block:IsActive}
- {block:IsDeactivated}
- <span class="inactive {block:isNotOriginalEntry} sub-reblog{/block:isNotOriginalEntry}">
- <img src="{PortraitURL-64}" style="width:24px; float:left">
- </span>
- {/block:IsDeactivated}
- {block:IsActive}
- <a target="_blank" href="{Permalink}" class="user">{Username}</a>
- {/block:IsActive}
- {block:IsDeactivated}
- <span class="inactive deactivated">{Username}</span>
- {/block:IsDeactivated}
- </div>
- <div class="reblog-content">
- {Body}
- </div>
- </div>
- {/block:Reblogs}
- </div>
- {/block:RebloggedFrom}</div>
- {/block:Caption}
- {/block:Video}{block:Audio} <div class="audiopost">
- <div class="playerbox">
- <div id="albumart">{block:AlbumArt}<img src="{AlbumArtURL}">{/block:AlbumArt}</div>
- <center><div class="playercon"><div class="player">{AudioPlayerWhite}</div></div></center></div>
- <div class="infobox">
- <div class="track"> {block:TrackName}
- Track: {TrackName}
- {/block:TrackName} </div>
- <div class="artist">
- {block:Artist}
- Artist: {Artist}
- {/block:Artist} </div>
- </div> </div> <br>
- {block:Caption}
- <div class="caption"> {block:NotReblog}
- <figcaption>
- {Caption}
- </figcaption>
- {/block:NotReblog}
- {block:RebloggedFrom}
- <div class="reblog-list">
- {block:Reblogs}
- <div class="{block:isOriginalEntry}original-reblog{/block:isOriginalEntry}">
- <div class="reblog-header">
- {block:IsActive}
- <a class="{block:isNotOriginalEntry}sub-reblog{/block:isNotOriginalEntry}" href="{Permalink}" target="_blank">
- <img src="{PortraitURL-64}" style="width:24px; float:left">
- </a>
- {/block:IsActive}
- {block:IsDeactivated}
- <span class="inactive {block:isNotOriginalEntry} sub-reblog{/block:isNotOriginalEntry}">
- <img src="{PortraitURL-64}" style="width:24px; float:left">
- </span>
- {/block:IsDeactivated}
- {block:IsActive}
- <a target="_blank" href="{Permalink}" class="user">{Username}</a>
- {/block:IsActive}
- {block:IsDeactivated}
- <span class="inactive deactivated">{Username}</span>
- {/block:IsDeactivated}
- </div>
- <div class="reblog-content">
- {Body}
- </div>
- </div>
- {/block:Reblogs}
- </div>
- {/block:RebloggedFrom}</div>
- {/block:Caption}
- {/block:Audio}
- {block:Answer}
- <br>
- <div class="askerportrait"><img style=" margin-left:10px; margin-top:10px; border-radius:10px;" src="{AskerPortraitURL-40}" align="left" /></div><div class="speechbubble">{Asker} shouted: {Question}</div> {answer}
- {/block:Answer}
- {block:date}
- <div class="info">
- <a href="/day/{year}/{monthnumberwithzero}/{dayofmonthwithzero}" tooltip="at {12hour}:{minutes}{AmPM}" >{lang:Posted TimeAgo}</a> <br>{block:HasTags}{block:tags}<a href="{tagURL}">#{tag}</a> {/block:tags}{/block:HasTags}</div> {/block:date}
- </article><br><!--posts end-->{/block:Posts}
- <center>
- {block:Pagination}
- <div id="pagination">
- {block:previousPage} <span class ="jump_page"><a href="{PreviousPage}"> <span class="th th-left-direction"></span></a></span>{/block:PreviousPage}
- {block:JumpPagination length="5"}
- {block:CurrentPage}
- <span class="current_page th th-{text:current}"></span>
- {/block:CurrentPage}
- {block:JumpPage}
- <a class="jump_page" href="{URL}">{PageNumber}</a>
- {/block:JumpPage}
- {/block:JumpPagination}
- {block:NextPage} <span class="jump_page">
- <a href="{NextPage}"> <span class="th th-right-direction"></span> </a>
- </span>{/block:NextPage}
- </div>
- {/block:Pagination}
- {block:DayPagination}{block:PreviousDayPage}
- <a href="{PreviousDayPage}" class="jump_page">
- <span class="th th-left-direction"></span>
- </a>
- {/block:PreviousDayPage}
- {block:PreviousDayPage}
- <span class="currentpage"> Previous: {ShortMonth} {Dayofmonth} </span>
- {/block:PreviousDayPage}
- {block:NextDayPage}
- <span class="currentpage">Next: {ShortMonth} {Dayofmonth} </span>
- {/block:NextDayPage}
- {block:NextDayPage}
- <a href="{NextDayPage}" class="jump_page">
- <span class="th th-right-direction"></span>
- </a>
- {/block:NextDayPage}{/block:DayPagination}
- {block:PermalinkPagination}
- {block:PreviousPost}
- <a href="{PreviousPost}" class="jump_page"><span class="th th-left-direction"></span></a>
- {/block:PreviousPost}
- {block:NextPost}
- <a href="{NextPost}" class="jump_page"><span class="th th-right-direction"></span></a>
- {/block:NextPost}
- {/block:PermalinkPagination} </center>
- {block:PostNotes}{PostNotes}{/block:PostNotes}
- <!--container end-->
- </main><div id="tab-2" class="tab-content">
- <div class="asks">
- <div class="topinfo">
- <a href="{permalink}" class="th th-question-o"></a>
- <div class="notec"> <a href="">{AskLabel}</a> </div>
- </div>
- {text:askbox}<br>
- {block:askenabled} <iframe id="ask_form" style="background-color: transparent; overflow: hidden;" src="https://www.tumblr.com/ask_form/{Name}.tumblr.com" frameborder="0" scrolling="no" width="100%" height="200"></iframe> {/block:askenabled}</div>
- </div></div>
- <div id="tab-3" class="tab-content">
- <div class="about">
- <div class="topinfo">
- <a href="{permalink}" class="th th-user-3-o"></a>
- <div class="notec"> <a href="">About {name}</a> </div>
- </div>
- {text:tab 3}</div></div>
- </div> <div id="tab-4" class="tab-content"><div class="blogroll">
- <div class="topinfo">
- <a href="{permalink}" class="th th-app-o"></a>
- <div class="notec"> <a href="">More</a> </div>
- </div>
- {text:tab 4} <br><br>
- {block:ifblogroll}<div id="content"> {block:Following}{block:Followed}<a href="{FollowedURL}" tooltip="{FollowedName}"><img src="{FollowedPortraitURL-48}">{/block:Followed}{/block:Following}</div>{/block:ifblogroll}
- </div>
- </div>
- </div>
- </div>
- {block:ContentSource}
- <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
- width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
- {/block:SourceLogo}
- {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
- {/block:ContentSource}
- <a id="egg" href="https://egg.design"></a>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement