Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html>
- <html>
- <head>
- <!--
- theme by @imjaebumx
- heavy editing is allowed
- as long as all credits are kept intact.
- base theme kindly provided by @neonbikethemes
- -->
- {block:Description}
- <meta name="description" content="{MetaDescription}" />
- {/block:Description}
- <meta charset="utf-8">
- <meta name="viewport" content="initial-scale=1.0, width=device-width" />
- <title>{Title}{block:TagPage} - {Tag} {/block:TagPage} {block:SearchPage} - {lang:Search results for SearchQuery}{/block:SearchPage}{block:PostSummary}- {PostSummary} {/block:PostSummary}</title>
- <link rel="shortcut icon" href="{Favicon}">
- <link rel="alternate" type="application/rss+xml" href="{RSS}">
- <meta name="image:sidebar image" content=""/>
- <meta name="color:Background" content="#ffffff" />
- <meta name="color:links" content="#000000" />
- <meta name="color:links hover" content="#fad7e1" />
- <meta name="color:text" content="#000000" />
- <meta name="color:posts" content="#ffffff" />
- <meta name="color:borders" content="#f8f8f8" />
- <meta name="text:about tab title" content="about me" />
- <meta name="text:about me" content="this is the text of your about me section. feel free to write whatever you want." />
- <meta name="text:askbox tab title" content="ask away" />
- <meta name="text:your url" content="your url here, without .tumblr.com. ex: jbxthemes" />
- <meta name="text:navigate tab title" content="links" />
- <meta name="text:askbox tab title" content="ask away" />
- <meta name="text:Tab 1 Title" content="home" />
- <meta name="text:Tab 2 Title" content="about" />
- <meta name="text:Tab 3 Title" content="message" />
- <meta name="text:Tab 4 Title" content="navigate" />
- <meta name="text:Tab 5 Title" content="archive" />
- <meta name="text:Link1" content="/" />
- <meta name="text:Link1 Title" content="link" />
- <meta name="text:Link2" content="/" />
- <meta name="text:Link2 Title" content="link" />
- <meta name="text:Link3" content="/" />
- <meta name="text:Link3 Title" content="link" />
- <meta name="text:Link4" content="/" />
- <meta name="text:Link4 Title" content="link" />
- <meta name="text:Link5" content="/" />
- <meta name="text:Link5 Title" content="link" />
- <meta name="text:Link6" content="/" />
- <meta name="text:Link6 Title" content="link" />
- <meta name="if:lazy load" content="0"/>
- <meta name="if:hide captions" content="1"/>
- <meta name="if:back to top" content="0"/>
- <!-- IMPORTED SCRIPTS - DON'T REMOVE -->
- <script language="javascript" type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.5/jquery.min.js"></script>
- <script src="//ajax.googleapis.com/ajax/libs/jquery/1.8.0/jquery.min.js"></script>
- <script src="http://static.tumblr.com/wgijwsy/Ebfm2v4gy/jquery.masonry.min.js"></script>
- <!-- TOOLTIP SCRIPT (REMOVE ONYL IF YOU WANT STANDARD BROWSER TOOLTIPS) -->
- <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
- <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
- <script>
- (function($){
- $(document).ready(function(){
- $("a[title]").style_my_tooltips({
- tip_follows_cursor:true,
- tip_delay_time:90,
- tip_fade_speed:600,
- attribute:"title"
- });
- });
- })(jQuery);
- </script>
- <!------ LAZY LOAD ------>
- {block:Iflazyload}<script type="text/javascript" src="http://static.tumblr.com/bmdsqsc/8mXm7q8vn/jquery.js"></script>
- <script type="text/javascript" src="http://static.tumblr.com/bmdsqsc/ogWm7q8w1/lazyload.js"></script>
- <script type="text/javascript" charset="utf-8">
- var $j = jQuery.noConflict();
- $j(function() {
- if (navigator.platform == "iPad" || navigator.platform == "iPhone") return;
- $j("img").lazyload({
- placeholder : "http://static.tumblr.com/twte3d7/RSvlio0k5/grey.gif",
- effect: "fadeIn",
- });
- });
- </script>{/block:Iflazyload}
- <!------ HIDE POST NOTES ----->
- <script>$(document).ready(function(){
- $(".postnotes").hide();
- $(".viewnotes").show();$('.viewnotes').toggle(function(){
- $(".postnotes").slideDown(function(){});
- },function(){
- $(".postnotes").slideUp(function(){});
- });
- });</script>
- <!---- SMOOTH SCROLL SCRIPT BY KRYOGENIX.ORG ----->
- {block:ifbacktotop}<script type="text/javascript" src="http://kryogenix.org/code/browser/smoothscroll/smoothscroll.js"></script>{/block:ifbacktotop}
- <style type="text/css">
- /* ---------------------------- GENERAL ----------------------------- */
- /* -------- TUMBLR CONTROLS ------ */
- iframe#tumblr_controls {
- position:fixed !important;
- margin-top:10px !important;
- margin-right:10px !important;
- opacity:0.4 !important;
- z-index:99999;
- filter: invert(1);
- -webkit-filter: invert(1);
- -moz-filter: invert(1);
- -o-filter: invert(1);
- -ms-filter: invert(1);
- }
- .tmblr-iframe, #tumblr_controls, tmblr-iframe tmblr-iframe--desktop-logged-in-controls, .iframe-controls--desktop{
- position:fixed !important;
- top:10px !important;
- right:10px !important;
- opacity:0.4 !important;
- z-index:9999999 !important;
- -webkit-filter:invert(70%);
- -moz-filter:invert(70%);
- -o-filter:invert(70%);
- -ms-filter:invert(70%);
- filter:invert(70%);
- }
- /* -------- SELECTION TOOL ------- */
- ::-moz-selection {
- background: {color:borders};
- color: {color:text};
- }
- ::selection {
- background: {color:borders};
- color: {color:text};
- }
- /* -------- SCROLLBAR ------- */
- ::-webkit-scrollbar {width:11px;height:11px;background:{color:borders};}
- ::-webkit-scrollbar-thumb {background:{color:links hover};}
- ::-webkit-scrollbar,::-webkit-scrollbar-thumb {border:5px solid {color:background}; }
- /* ------- TOOLTIPS ------ */
- #s-m-t-tooltip {
- max-width:300px;
- margin:10px 0px 0px 10px;
- background-color:{color:bakground};
- font:8px 'Calibri';
- text-transform:uppercase;
- letter-spacing:2px;
- color:{color:text};
- z-index:999999999999999999999999999999999999;
- }
- /* -------- BASICS ------- */
- body {
- background:{color:Background};
- color: {color:text};
- font-family: calibri, helvetica, arial;
- font-size: 11px;
- margin: 0;
- padding: 0;
- word-wrap: break-word;
- line-height:150%;
- }
- a {
- color: {color:links};
- text-decoration: none;
- -webkit-transition: all .8s;
- -moz-transition: all .8s;
- -o-transition: all .8s;
- -ms-transition: all .8s;
- transition: all .8s;
- }
- a:hover{
- color:{color:links hover};
- cursor:help;
- -webkit-transition: all .8s;
- -moz-transition: all .8s;
- -o-transition: all .8s;
- -ms-transition: all .8s;
- transition: all .8s;
- }
- blockquote {
- border-left: 1px solid {color:borders};
- margin: 10px;
- padding-left:25px;
- padding-top:3px;
- padding-bottom:3px;
- }
- blockquote blockquote {
- border-left:1px solid {color:links hover};
- }
- blockquote blockquote blockquote {
- border-left:1px solid {color:borders};
- }
- blockquote blockquote blockquote blockquote{
- border-left:1px solid {color:links hover};
- }
- iframe, img, embed, object, video {
- max-width: 100%;
- }
- p{
- margin-bottom:10px;
- }
- img {
- height: auto;
- width:auto;
- max-width:100%;
- }
- h1{
- text-transform:uppercase;
- font-size:10px;
- letter-spacing:2px;
- font-weight:bold;
- }
- ul{
- list-style-type:square;
- }
- ol{
- list-style-type:;
- }
- #bigcon{
- width:520px;
- margin-left:auto;
- margin-right:auto;
- }
- .tabcontent {
- position:static;
- margin-left:auto;
- margin-right:auto;
- width: 520px;
- text-align:center;
- margin-bottom:200px;
- }
- #postcontainer {
- margin-left:auto;
- margin-right:auto;
- width:430px;
- overflow:hidden;
- text-align:center;
- {block:IndexPage}margin-bottom:50px;{/block:IndexPage}
- {block:PermalinkPage}margin-bottom:20px;{/block:PermalinkPage}
- }
- /* ----------------------------- HEADER STUFF ---------------------------*/
- #topbar{
- position:static;
- margin-top:80px;
- margin-bottom:50px;
- text-align:center;
- }
- .blogtitle{
- margin-bottom:20px;
- text-transform:uppercase;
- font-size:10px;
- letter-spacing:2px;
- font-weight:bold;
- }
- .blogtitle a {
- border-bottom:1px solid {color:links hover};
- padding-bottom:2px;
- }
- .description{
- width:100px;
- margin-left:auto;
- margin-right:auto;
- margin-bottom:20px;
- text-align:center;
- }
- #navbar{
- display:inline-block;
- text-align:center;
- }
- #linkage a {
- margin-right:6px;
- display:inline-block;
- margin-bottom:7px;
- width:170px;
- font:8px 'Calibri';
- color:{color:links};
- padding:10px;
- text-transform:uppercase;
- letter-spacing:1px;
- text-align:left;
- border-bottom:1px solid {color:borders};
- -moz-transition-duration:0.6s;
- -webkit-transition-duration:0.6s;
- -o-transition-duration:0.6s;
- }
- #linkage a:hover {
- text-decoration:none;
- color:{color:links hover};
- border-bottom:1px solid {color:borders};
- -moz-transition-duration:0.6s;
- -webkit-transition-duration:0.6s;
- -o-transition-duration:0.6s;
- }
- /* ------------------------------ TABS ------------------------------ */
- #t {
- border-bottom:1px solid {color:borders};
- border-top:1px solid {color:borders};
- padding:7px;
- width:100%;
- }
- .tabs {
- width:100%;
- margin-left:0px;
- display:inline-block;
- }
- .icon img {
- border-radius:50px;
- width:64px;
- height:64px;
- background-color:{color:borders};
- padding:3px;
- }
- /*----- Tab Links -----*/
- /* Clearfix */
- .tab-links:after {
- display:block;
- clear:both;
- content:'';
- }
- .tab-links li {
- margin-right:5px;
- display:inline-block;
- list-style:none;
- font-size:10px;
- text-transform:uppercase;
- }
- .tab-links a {
- padding:2px;
- display:inline-block;
- color:{color:links};
- transition:all linear 0.5s;
- border-bottom:1px solid transparent;
- }
- .tab-links a:hover {
- color:{color:links hover};
- border-bottom:1px solid {color:text};
- text-decoration:none;
- }
- li.active a, li.active a:hover {
- background:transparent;
- color:{color:links};
- border-bottom:1px solid {color:links hover};
- border-top:1px solid {color:links hover};
- -webkit-transition: all .8s;
- -moz-transition: all .8s;
- -o-transition: all .8s;
- -ms-transition: all .8s;
- transition: all .8s;
- }
- .nav-wrap { margin-left:-40px; background-color: {color:borders}; width:250px;}
- #example-one { margin: 0 auto; list-style: none; position: relative; width: 250px; }
- #example-one li { display: inline; }
- #example-one li a { color: {color:text}; font:8px 'Calibri'; display: block; float:left; padding: 6px 10px 6px 10px; text-decoration: none; text-transform: uppercase; -webkit-transition: all 0.6s linear;
- -moz-transition: all 0.6s linear;
- -o-transition: all 0.6s linear; }
- #example-one li a:hover { color: {color:linkage hover}; -webkit-transition: all 0.6s linear;
- -moz-transition: all 0.6s linear;
- -o-transition: all 0.6s linear; }
- #magic-line { position: absolute; bottom: -2px; width: 100px; height: 2px; background: {color:title}; }
- .line {
- border-bottom: 1px solid {color:selection};
- }
- /*----- Content of Tabs -----*/
- .stuff {
- text-align:justify;
- width:400px;
- margin-left:auto;
- margin-right:auto;
- padding: 10px;
- border:1px solid {color:borders};
- }
- .tab-content {
- }
- .tab {
- display:none;
- }
- .tab.active {
- display:block;
- }
- /* --------------------------- POSTS (articles) --------------------- */
- article {
- float:left;
- background:{color:posts};
- padding: 10px;
- width:400px;
- text-align:left;
- border:1px solid {color:borders};
- margin-bottom:10px;
- }
- /* ---------------------------- POST INFO -----------------------------*/
- .postinfo{
- font-size:8px;
- text-transform:uppercase;
- margin-top:5px;
- font-weight:bold;
- margin-bottom:30px;
- margin-right:10px;
- text-align:right;
- }
- .postinfo a {
- color:{color:text};
- }
- .postinfo a:hover {
- color:{color:links hover};
- }
- .infoperma {
- text-align:right;
- }
- .tags {
- margin-top:0px;
- font-weight:normal;
- }
- .permalinkview {
- font:8px 'Calibri';
- text-transform:uppercase;
- letter-spacing:1px;
- }
- .permalinkview a {
- border-bottom:1px solid {color:links hover};
- padding-bottom:2px;
- }
- /* ---------------------------- POST NOTES ------------------------- */
- ol.notes {
- display:block;
- text-align:left;
- list-style-type:none;
- margin-left:-40px;
- }
- ol.notes li.note{
- margin-bottom:5px;
- }
- .pagenotes {
- border-top:1px solid {color:borders};
- font:8px 'Calibri';
- text-transform:uppercase;
- text-align:justify;
- width:300px;
- letter-spacing:1px;
- text-align:left;
- margin-top:15px;
- }
- .pagenotes img{
- padding-right:5px;
- padding-top:5px;
- margin-bottom:-5px;
- }
- /* -------------------------- POST TYPES -------------------------- */
- /* CHAT */
- .chat {
- line-height: 12px;
- list-style: none }
- .chat ul {
- line-height: 15px;
- list-style: none;
- padding: 0px;
- line-height:20px;}
- .person1 {
- background-color:{color:borders};
- color: {color:Text};}
- .person1 .label {
- font:8px 'Calibri';
- font-weight:bold;
- text-transform:uppercase;
- padding: 0px;
- margin-left: 5px;
- letter-spacing:2px;
- color:{color:links};}
- .person2 {
- background-color:{color:background};
- color: {color:text}; }
- .person2 .label {
- font:8px 'Calibri';
- font-weight:bold;
- text-transform:uppercase;
- padding: 0px;
- margin-left: 5px;
- letter-spacing:2px;
- color:{color:links hover};}
- .quotesource{
- text-align:right;
- margin-bottom:10px;
- }
- /* QUESTIONS */
- .question {
- background:{color:borders};
- padding:15px;
- }
- .asker {
- text-transform:lowercase;
- }
- .asker a {
- font-size:8px;
- letter-spacing:1px;
- text-transform:uppercase;
- border-bottom:1px solid {color:links hover};
- padding-bottom:2px;
- }
- .answer {
- padding:11px;
- background:{color:background};
- border-top:1px solid {color:borders};
- border-bottom:1px solid {color:links hover};
- margin-top:5px;
- }
- .avatarask {
- border:1px solid {color:links hover};
- background:{color:background};
- padding:3px;
- float:left;
- margin-left:0px;
- margin-right:10px;
- border-radius:50px;
- display:inline-block;
- position:relative;
- }
- .avatarask img {
- width:30px;
- height:30px;
- border-radius:50px;
- vertical-align:middle;
- position:relative;
- }
- /* AUDIO */
- .playerbuttonbg {
- position: absolute;
- left: 20px;
- top: 20px;
- width: 19px;
- height: 19px;
- background-color: {color:background};
- padding: 10px;
- -webkit-border-radius: 40px;
- -moz-border-radius: 40px;
- border-radius: 40px;
- opacity: .4;
- filter: alpha(opacity=40);
- -moz-opacity: 0.4;
- -khtml-opacity: 0.4;
- transition: opacity .7s ease-in-out;
- -moz-transition: opacity .7s ease-in-out;
- -webkit-transition: opacity .7s ease-in-out;
- }
- .playerbuttonbg:hover {
- opacity: .7;
- filter: alpha(opacity=50);
- -moz-opacity: 1;
- -khtml-opacity: 1;
- }
- .newplayerbutton {
- position: relative;
- width: 40px;
- height: 20px;
- overflow: hidden;
- }
- .playerbuttonhug {
- position: absolute;
- top: -18px;
- left: 0px;
- }
- .tumblr_audio_player {
- height: 90px;
- width: 270px;
- -moz-transform: scale(0.60, 0.60);
- -webkit-transform: scale(0.60, 0.60);
- -o-transform: scale(0.60, 0.60);
- -ms-transform: scale(0.60, 0.60);
- transform: scale(0.60, 0.60);
- -moz-transform-origin: top left;
- -webkit-transform-origin: top left;
- -o-transform-origin: top left;
- -ms-transform-origin: top left;
- transform-origin: top left;
- }
- .audioimgwrapper {
- position: absolute;
- left: 0px;
- top: 0px;
- -webkit-border-radius: 40px;
- -moz-border-radius: 40px;
- border-radius: 40px;
- overflow: hidden;
- width: 79px;
- height: 79px;
- }
- .audioimgwrapper img {
- width: 100%;
- height: auto;
- -webkit-border-radius: 40px;
- -moz-border-radius: 40px;
- border-radius: 40px;
- }
- .trackdetails {
- width: auto;
- display:inline-block;
- margin-left: 90px;
- border-bottom:1px solid {color:borders};
- min-height: 85px;
- }
- .infoaudio {
- padding:5px;
- text-align:justify;
- }
- .audiowrapper {
- position: relative;
- display:inline-block;
- }
- .chat {
- line-height: 12px;
- list-style: none }
- .chat ul {
- line-height: 15px;
- list-style: none;
- padding: 0px;
- line-height:20px;}
- /* ------------------------- PAGINATION ------------------------- */
- .pagination {
- width: 260px;
- font-size:10px;
- letter-spacing:2px;
- text-align: center;
- margin-left:auto;
- margin-right:auto;
- color:{color:text};
- margin-bottom:20px;
- }
- .pagination a {
- color:{color:text};
- }
- .pagination a:hover {
- color:{color:links hover};
- }
- /* ------------------- CREDITS --------------------- */
- #cred a {
- color:{color:links};
- font-family:'Calibri';
- font-size:10px;
- letter-spacing:1px;
- text-transform:uppercase;
- padding:4px;
- }
- #cred a:hover {
- color:{color:links hover};
- padding:4px;
- }
- #cred {
- width:auto;
- height:auto;
- bottom:15px;
- right:15px;
- padding:4px;
- z-index:1000000;
- font-size:8px;
- letter-spacing:1px;
- position:fixed;
- text-align:center;
- text-transform:uppercase;
- -webkit-transition: all 0.7s ease-out; -moz-transition: all 0.7s ease-out;
- }
- /* --------------------------- Custom CSS -------------------------- */
- {CustomCSS}
- </style>
- </head>
- <body>
- <div id="cred"><a title="theme @imjaebumx" href="http://imjaebumx.tumblr.com">IJX</a></div>
- <div id="bigcon">
- <!--TOPBAR-->
- <div id="topbar">
- <div class="blogtitle">
- <center><div class="icon"><img src="{image:sidebar image}"></div></center>
- <a href="/" title="refresh" target="_self">{Title}</a>
- </div>
- <div class="description">{description}</div>
- <div id="navbar">
- <div id="t"><div class="tabs">
- <ul class="tab-links">
- <li class="active" style="margin-left:-30px">
- <a href="#tab1">{text:Tab 1 Title}</a></li>
- <li><a href="#tab2">{text:Tab 2 Title}</a></li>
- <li><a href="#tab3">{text:Tab 3 Title}</a></li>
- <li><a href="#tab4">{text:Tab 4 Title}</a></li>
- <li><a href="/archive">{text:Tab 5 Title}</a></li>
- </ul>
- </div></div>
- </div>
- </div>
- <!-- --------------------------- TABS -------------------------- -->
- <div class="tabs">
- <!-- --------------------------- TAB 1 -------------------------- -->
- <div class="tab-content">
- <div id="tab1" class="tab active">
- <div id="postcontainer">
- {block:Posts}
- <article>
- <!--TEXT POST-->
- {block:Text}
- {block:Title}
- <h1 class="title">
- <a href="{Permalink}">{Title}</a></h1>
- {/block:Title}
- {Body}
- {/block:Text}
- <!--PHOTO POST-->
- {block:Photo}
- {block:IndexPage}
- {LinkOpenTag}
- <img src="{PhotoURL-400}" alt="{PhotoAlt}" />
- {LinkCloseTag}
- {/block:IndexPage}
- {block:PermalinkPage}
- {LinkOpenTag}
- <img src="{PhotoURL-400}" alt="{PhotoAlt}" />
- {LinkCloseTag}{/block:PermalinkPage}
- {/block:Photo}
- <!--PHOTOSET POST-->
- {block:Photoset}
- {block:IndexPage}{Photoset-400}{/block:IndexPage}
- {block:PermalinkPage}{Photoset-400}{/block:PermalinkPage}
- {/block:Photoset}
- <!--QUOTE POST-->
- {block:Quote}
- <div class="quote">{Quote}</div>
- {block:Source}
- <div class="quotesource">{Source}</div>
- {/block:Source}
- {/block:Quote}
- <!--LINK POST-->
- {block:Link}
- <h1 class="title"><a href="{URL}">{Name}</a></h1>
- {block:Description}{Description}{/block:Description}
- {/block:Link}
- <!--CHAT POST-->
- {block:Chat}
- {block:Title}
- <h1>{Title}</h1>
- {/block:Title}
- <div class="chat"><ul>{block:Lines}
- <li class="person{UserNumber}">{block:Label}
- <span class="label">{Label}</span>{/block:Label} {Line}</li>{/block:Lines}</ul></div>
- {/block:Chat}
- <!--AUDIO POST-->
- {block:AudioPlayer}
- <div class="audiowrapper">
- {block:AlbumArt}
- <div class="audioimgwrapper"><img src="{AlbumArtURL}"></div>
- {/block:AlbumArt}
- <div class="playerbuttonbg">
- <div class="newplayerbutton">
- <div class="playerbuttonhug">
- {AudioPlayerWhite}
- </div>
- </div>
- </div>
- <div class="trackdetails">
- <div class="infoaudio">{block:TrackName}<i>{TrackName}</i>{/block:TrackName}<br>
- {block:Artist}<b>{Artist}</b>{/block:Artist}<br>
- {block:Album}{Album}{/block:Album}<br>
- <i>{PlayCountWithLabel}</i></div>
- </div>
- </div>
- {/block:AudioPlayer}
- <!--VIDEO POST-->
- {block:Video}
- <div class="video">
- <div class="video-player">{Video-250}</div>
- {/block:Video}
- <!--ANSWER POST-->
- {block:Answer}
- <div class="question">
- <div class="avatarask"><a href="{AskerURL}"><img src="{AskerPortraitURL-30}" /></a></div>
- <div class="asker"><b>{Asker} asked:</b></div>
- {Question}</div><p>
- <div class="answer">
- {Answer}</div>
- {/block:Answer}
- <!--CAPTIONS-->
- {block:Ifhidecaptions}
- {block:permalink}
- {block:Caption}
- {Caption}
- {/block:Caption}
- {/block:permalink}
- {/block:Ifhidecaptions}
- {block:Ifnothidecaptions}
- {block:Caption}
- {Caption}
- {/block:Caption}
- {/block:Ifnothidecaptions}
- </article>
- <!--POST INFORMATION-->
- <div class="postinfo">
- <!--PERMALINK-->
- <a href="{Permalink}">
- {block:Date}
- {block:NoteCount}{NoteCountWithLabel}{/block:NoteCount} ON {ShortDayOfWeek}, {ShortMonth} {DayOfMonth}
- {/block:Date}
- {block:PermalinkPage}{block:RebloggedFrom}<br>
- <a href="{ReblogParentURL}" title="{ReblogParentTitle}">Via</a>
- {/block:RebloggedFrom}
- {block:ContentSource}
- <a href="{SourceURL}" title="{SourceTitle}">Source</a>
- {/block:ContentSource}{/block:PermalinkPage}
- </a>
- <!--TAGS-->
- {block:PermalinkPage}{block:HasTags}
- <div class="tags">
- {block:Tags}
- <a href="{TagURL}">#{Tag} </a>
- {/block:Tags}
- </div>
- {/block:HasTags}{/block:PermalinkPage}
- </div>
- <!--POST NOTES-->
- {block:PermalinkPage}<center><a href="#" class="viewnotes"><div class="permalinkview">View {NoteCountWithLabel}</div></div></a></center>
- <center>{block:PostNotes}
- <div class="postnotes"><div class="pagenotes">{PostNotes}</div></div>
- {/block:PostNotes}</center>{block:PermalinkPage}
- {/block:Posts}
- <!--Close of article-->
- <!--PAGINATION-->
- {block:Pagination}
- <div class="pagination">
- <center>{block:PreviousPage}
- <a href="{PreviousPage}">« PREVIOUS</a>
- {/block:PreviousPage}
- {block:JumpPagination}
- {block:CurrentPage}
- {CurrentPage} OF {TotalPages}
- {/block:CurrentPage}
- {/block:JumpPagination}
- {block:NextPage}
- <a href="{NextPage}"> NEXT»</a>
- {/block:NextPage}</center>
- </div>
- {/block:Pagination}
- </div>
- </div>
- <!-- -------------------------- TAB 2 -------------------------- -->
- <div id="tab2" class="tab">
- <div class="tabcontent">
- <div class="stuff"><h1>{text:about tab title}</h1>{text:about me}</div>
- </div>
- </div>
- <!-- -------------------------- TAB 3 -------------------------- -->
- <div id="tab3" class="tab">
- <div class="tabcontent">
- <div class="stuff"><h1>{text:askbox tab title}</h1><iframe frameborder="0" scrolling="no" width="100%" height="190" src="http://www.tumblr.com/ask_form/{text:your url}.tumblr.com" style="background-color:transparent; overflow:hidden;" id="ask_form"></iframe></div>
- </div>
- </div>
- <!-- -------------------------- TAB 4 -------------------------- -->
- <div id="tab4" class="tab">
- <div class="tabcontent">
- <div class="stuff"><h1>{text:navigate tab title}</h1><div id="linkage">{block:ifLink1}<a href="{text:Link1}">{text:Link1 Title}</a>{/block:ifLink1}
- {block:ifLink2}<a href="{text:Link2}">{text:Link2 Title}</a>{/block:ifLink2}
- {block:ifLink3}<a href="{text:Link3}">{text:Link3 Title}</a>{/block:ifLink3}
- {block:ifLink4}<a href="{text:Link4}">{text:Link4 Title}</a>{/block:ifLink4}
- {block:ifLink5}<a href="{text:Link5}">{text:Link5 Title}</a>{/block:ifLink5}
- {block:ifLink6}<a href="{text:Link6}">{text:Link6 Title}</a>{/block:ifLink6}
- </div></div>
- </div>
- </div>
- <!-- -------------------------- TAB 5 -------------------------- -->
- <div id="tab5" class="tab">
- <div class="tabcontent">
- Tab five content here
- </div>
- </div>
- <!-- END OF TABS -->
- </div>
- </div>
- </div>
- </div>
- </div>
- <!-- TABS/ALL-INN-ONE SCRIPTS DO NOT REMOVE!!! -->
- <script>
- $(document).ready(function() {
- $('.tabs .tab-links a').on('click', function(e) {
- var currentAttrValue = $(this).attr('href');
- // Show/Hide Tabs
- $('.tabs ' + currentAttrValue).fadeIn(600).siblings().hide();
- // Change/remove current tab to active
- $(this).parent('li').addClass('active').siblings().removeClass('active');
- e.preventDefault();
- });
- });
- </script>
- <script>
- $(document).ready(function() {
- $('#filterOptions li a').click(function() {
- // fetch the class of the clicked item
- var ourClass = $(this).attr('class');
- // reset the active class on all the buttons
- $('#filterOptions li').removeClass('active');
- // update the active state on our clicked button
- $(this).parent().addClass('active');
- if(ourClass == 'all') {
- // show all our items
- $('#ourHolder').children('div.item').show();
- }
- else {
- // hide all elements that don't share ourClass
- $('#ourHolder').children('div:not(.' + ourClass + ')').hide();
- // show all elements that do share ourClass
- $('#ourHolder').children('div.' + ourClass).show();
- }
- return false;
- });
- });
- </script>
- {block:ifbacktotop}<a style="position:fixed;bottom:50px;right:10px; text-transform:uppercase; letter-spacing:1px; font-size:8px; background-color:{color:borders}; padding:5px; border-bottom:1px solid {color:links hover}" href="#top">back to top</a>{/block:ifbacktotop}
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment