Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html>
- <html>
- <head>
- <!--
- THEME #57 by Anomaly ☾ tumblr user linoone ☽ : STRAWBERRY TRAPPER !!
- - i made the base code
- - bouncing animation obtained from theappguruz.com
- - hover animation is from hovercss
- - icon font is fontawesome
- - please abide by all the rules
- 【 All themes and pages can be found here : http://linoone.tumblr.com/thm 】
- Thank you for using! Or just looking at the code. Whatever you're here for. Either way, it's appreciated!
- Feel free to message me if you need any help, my ask box is always open!
- -->
- <script src="http://assets.tumblr.com/assets/scripts/tumblelog_post_message_queue.js?_v=ae06d1ab69efc6f29297bf2b7a4160af"></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>
- <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>
- <script> function changeNavigation(id)
- {document.getElementById('content')
- .innerHTML=document.getElementById(id).innerHTML}
- </script>
- <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet">
- <title>{Title}</title>
- <link rel="shortcut icon" href="{image:favicon}">
- <link rel="alternate" type="application/rss+xml" href="{RSS}">
- {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
- <!--default variables-->
- <meta name="color:background" content="">
- <meta name="color:posts" content="">
- <meta name="color:blockquote" content="">
- <meta name="color:ask" content="">
- <meta name="color:text" content="">
- <meta name="color:link" content="">
- <meta name="color:hover" content="">
- <meta name="color:bars" content="">
- <meta name="color:title shadow" content="">
- <meta name="color:selection" content="">
- <meta name="color:selection text" content="">
- <meta name="color:tooltip" content="">
- <meta name="color:tooltip text" content="">
- <meta name="color:scrollbar" content="">
- <meta name="image:favicon" content="">
- <meta name="image:background" content="">
- <meta name="image:cursor" content="">
- <meta name="image:sidebar" content="">
- <meta name="image:render" content="">
- <meta name="text:title" content="">
- <meta name="text:ask text" content="asked">
- <meta name="text:link 1" content="">
- <meta name="text:link 1 title" content="">
- <meta name="text:link 1 icon" content="">
- <meta name="text:link 2" content="">
- <meta name="text:link 2 title" content="">
- <meta name="text:link 2 icon" content="">
- <meta name="text:link 3" content="">
- <meta name="text:link 3 title" content="">
- <meta name="text:link 3 icon" content="">
- <meta name="text:link 4" content="">
- <meta name="text:link 4 title" content="">
- <meta name="text:link 4 icon" content="">
- <meta name="text:link 5" content="">
- <meta name="text:link 5 title" content="">
- <meta name="text:link 5 icon" content="">
- <meta name="text:back title" content="">
- <meta name="text:next title" content="">
- <meta name="text:title font" content="">
- <meta name="text:font" content="">
- <meta name="text:font size" content="">
- <meta name="text:secondary font" content="">
- <meta name="text:secondary font size" content="">
- <meta name="if:title" content="">
- <meta name="if:bg cover" content="">
- <meta name="if:cursor" content="">
- <meta name="if:render" content="">
- <meta name="if: links" content="">
- <meta name="text:render left" content="">
- <meta name="text:render bottom" content="">
- <meta name="text:render width" content="">
- <style type="text/css">
- .bounceInDown {
- -webkit-animation-name: bounceInDown;
- animation-name: bounceInDown;
- -webkit-animation-duration: 1s;
- animation-duration: 1s;
- -webkit-animation-fill-mode: both;
- animation-fill-mode: both;
- }
- @-webkit-keyframes bounceInDown {
- 0%, 60%, 75%, 90%, 100% {
- -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
- transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
- }
- 0% {
- opacity: 0;
- -webkit-transform: translate3d(0, -3000px, 0);
- transform: translate3d(0, -3000px, 0);
- }
- 60% {
- opacity: 1;
- -webkit-transform: translate3d(0, 25px, 0);
- transform: translate3d(0, 25px, 0);
- }
- 75% {
- -webkit-transform: translate3d(0, -10px, 0);
- transform: translate3d(0, -10px, 0);
- }
- 90% {
- -webkit-transform: translate3d(0, 5px, 0);
- transform: translate3d(0, 5px, 0);
- }
- 100% {
- -webkit-transform: none;
- transform: none;
- }
- }
- @keyframes bounceInDown {
- 0%, 60%, 75%, 90%, 100% {
- -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
- transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
- }
- 0% {
- opacity: 0;
- -webkit-transform: translate3d(0, -3000px, 0);
- transform: translate3d(0, -3000px, 0);
- }
- 60% {
- opacity: 1;
- -webkit-transform: translate3d(0, 25px, 0);
- transform: translate3d(0, 25px, 0);
- }
- 75% {
- -webkit-transform: translate3d(0, -10px, 0);
- transform: translate3d(0, -10px, 0);
- }
- 90% {
- -webkit-transform: translate3d(0, 5px, 0);
- transform: translate3d(0, 5px, 0);
- }
- 100% {
- -webkit-transform: none;
- transform: none;
- }
- }
- @-webkit-keyframes hvr-push {
- 50% {
- -webkit-transform: scale(0.8);
- transform: scale(0.8);
- }
- 100% {
- -webkit-transform: scale(1);
- transform: scale(1);
- }
- }
- @keyframes hvr-push {
- 50% {
- -webkit-transform: scale(0.8);
- transform: scale(0.8);
- }
- 100% {
- -webkit-transform: scale(1);
- transform: scale(1);
- }
- }
- ::-webkit-scrollbar {
- width: 9px;
- height: 4px;
- background:{color:scrollbar};
- border:4px solid {color:bars};
- }
- ::-webkit-scrollbar-thumb {
- background-color:{color:scrollbar};
- border-radius:5px;
- }
- #s-m-t-tooltip {
- max-width:300px;
- margin:10px 0px 0px 10px;
- background-color:{color:tooltip};
- font-family:{text:secondary font};
- font-size:{text:secondary font size}px;
- padding:3px;
- color:{color:tooltip text};
- z-index:999999999999999999999999999999999999;
- }
- #s-m-t-tooltip:after {
- position: absolute;
- display: block; content: "";
- border-color: transparent {color:tooltip} transparent transparent ;
- border-style: solid;
- border-width: 5px;
- height:0;
- width:0;
- position:absolute;
- top:3px;
- left:-10px;
- }
- ::selection {
- background: {color:selection};
- color: {color:selection text};
- }
- ::-moz-selection {
- background: {color:selection};
- color: {color:selection text};
- }
- ::-webkit-selection {
- background: {color:selection};
- color: {color:selection text};
- }
- {block:ifcursor}body, a, a:hover {cursor: url('{image:cursor}'), progress;}{/block:ifcursor}
- body {
- margin:0px;
- background:{color:background};
- background-image:url('{image:background}');
- background-attachment:fixed;
- {block:ifbgcover}
- background-repeat:no-repeat;
- background-size:cover;
- {/block:ifbgcover}
- color:{color:text};
- font-family:{text:font};
- font-size:{text:font size}px;
- }
- a {
- color:{color:link};
- text-decoration:none;
- }
- a:hover {
- color:{color:hover};
- -webkit-transition: all 0.7s ease;
- -moz-transition: all 0.7s ease;
- -o-transition: all 0.7s ease;
- transition: all 0.7s ease;
- }
- blockquote {
- border-left:1px solid {color:blockquote};
- padding-left:10px;
- }
- blockquote img {
- max-width:100%;
- height:auto;
- }
- iframe, img, embed, object, video {
- }
- img {
- max-width:auto;
- height:auto;
- }
- #bar1 {
- position:fixed;
- top:0px;
- left:0px;
- width:475px;
- height:100%;
- background:{color:bars};
- }
- #bar2 {
- position:fixed;
- top:0px;
- right:0px;
- width:10px;
- height:100%;
- background:{color:bars};
- }
- #bar3 {
- position:fixed;
- top:0px;
- left:495px;
- width:15px;
- height:100%;
- background:{color:bars};
- }
- #tit {
- position:fixed;
- bottom:400px;
- left:20px;
- width:300px;
- text-align:center;
- font-style:italic;
- font-family:{text:title font};
- font-size:48px;
- text-shadow:.1em .1em .1em {color:title shadow}, .1em .1em .1em {color:title shadow}, .1em .1em .1em {color:title shadow};
- z-index:2;
- }
- #img {
- position:fixed;
- bottom:75px;
- left:20px;
- padding:5px;
- background:{color:posts};
- z-index:2;
- }
- #sidebar {
- position:fixed;
- bottom:103px;
- left:185px;
- width:250px;
- padding:5px;
- background:{color:posts};
- max-height:275px;
- overflow-x:none;
- overflow-y:scroll;
- z-index:2;
- }
- #sidebar::-webkit-scrollbar-vertical {
- width:7px;
- background:{color:scrollbar};
- border:3px solid {color:posts};
- }
- #sidebar::-webkit-scrollbar-horizontal {
- width:7px;
- background:{color:scrollbar};
- border:3px solid {color:posts};
- }
- #sidebar::-webkit-scrollbar {
- width:7px;
- background:{color:scrollbar};
- border:3px solid {color:posts};
- }
- #links {
- position:fixed;
- bottom:125px;
- left:483px;
- z-index:2;
- }
- #navi {
- position:fixed;
- left:185px;
- bottom:75px;
- z-index:2;
- }
- a.nav {
- display:inline-block;
- width:57px;
- height:17px;
- line-height:17px;
- text-align:center;
- padding:2.8px;
- background:{color:posts};
- font-family:{text:secondary font};
- font-size:{text:secondary font size}px;
- z-index:2;
- }
- a.link {
- display:inline-block;
- width:30px;
- height:30px;
- font-size:25px;
- text-align:center;
- padding:5px;
- background:{color:bars};
- border-radius:100%;
- }
- .hvr-push {
- display: inline-block;
- vertical-align: middle;
- -webkit-transform: perspective(1px) translateZ(0);
- transform: perspective(1px) translateZ(0);
- box-shadow: 0 0 1px transparent;
- }
- .hvr-push:hover, .hvr-push:focus, .hvr-push:active {
- -webkit-animation-name: hvr-push;
- animation-name: hvr-push;
- -webkit-animation-duration: 0.3s;
- animation-duration: 0.3s;
- -webkit-animation-timing-function: linear;
- animation-timing-function: linear;
- -webkit-animation-iteration-count: 1;
- animation-iteration-count: 1;
- }
- .h1 {
- text-align:center;
- font-size:calc({text:font size}px + 7px);
- text-transform:uppercase;
- }
- .tabcon {
- float:left;
- position:relative;
- padding:10px;
- width:500px;
- background:{color:posts};
- outline:1px solid {color:background};
- outline-offset:-5px;
- margin-bottom:25px;
- -webkit-animation:bounceInDown 1s;
- -moz-animation:bounceInDown 1s;
- -ms-animation:bounceInDown 1s;
- -o-animation:bounceInDown 1s;
- animation:bounceInDown 1s;
- }
- article {
- float:left;
- position:relative;
- padding:10px;
- width:500px;
- background:{color:posts};
- outline:1px solid {color:background};
- outline-offset:-5px;
- margin-bottom:25px;
- }
- .title {
- font-weight:normal;
- font-size:calc({text:font size}px + 5px);
- margin:0 0 10px 0;
- text-align:center;
- }
- .quote {
- font-weight:normal;
- font-size:calc({text:font size}px + 5px);
- font-style:italic;
- margin:0 0 10px 0;
- text-align:center;
- }
- .quotesource {
- margin:0 0 10px 0;
- text-align:right;
- }
- .bubble {
- align:right;
- background: {color:ask};
- margin:7px 0px 5px 66px;
- padding:10px;
- position: relative;
- -moz-border-radius:5px;
- -webkit-border-radius:5px;
- border-radius:5px;
- }
- .bubble p {
- margin:1px 0px;
- }
- .bubble span {
- position:absolute;
- width:1px;
- height:1px;
- font-size: 0;
- line-height: 1px;
- left:-10px;
- top:10px;
- border-top:7px solid transparent;
- border-bottom:7px solid transparent;
- border-right:10px solid {color:ask};
- }
- .perma {
- text-align:right;
- font-family:{text:secondary font};
- font-size:{text:secondary font size}px;
- }
- #pagi {
- width:500px;
- padding:10px;
- }
- a.pagi {
- font-family:{text:title font};
- font-size:24px;
- text-shadow:.05em .05em .05em {color:bars}, .05em .05em .05em {color:bars}, .05em .05em .05em {color:bars};
- }
- .credit {
- position:fixed;
- bottom:4px;
- left:8px;
- font: 9px consolas;
- text-transform:uppercase;
- letter-spacing: 0px;
- padding: 2px;
- }
- </style>
- </head>
- <body>
- <div id="bar1"></div>
- <div id="bar2"></div>
- <div id="bar3"></div>
- <div id="tit">{text:title}</div>
- <div id="img"><img style="width:150px; height:300px;" src="{image:sidebar}"></div>
- <div id="sidebar">
- {Description}
- </div>
- <div id="navi">
- <a class="nav hvr-push" href="/">home</a>
- <a class="nav hvr-push" onClick="changeNavigation('ask')">ask</a>
- <a class="nav hvr-push" onClick="changeNavigation('about')">about</a>
- <a class="nav hvr-push" onClick="changeNavigation('tag')">tags</a>
- </div>
- <div id="bar3"></div>
- {block:iflinks}
- <div id="links">
- <a class="link hvr-push" href="{text:link 1}" title="{text:link 1 title}"><i class="fa fa-{text:link 1 icon}"></i></a><p>
- <a class="link hvr-push" href="{text:link 2}" title="{text:link 2 title}"><i class="fa fa-{text:link 2 icon}"></i></a><p>
- <a class="link hvr-push" href="{text:link 3}" title="{text:link 3 title}"><i class="fa fa-{text:link 3 icon}"></i></a><p>
- <a class="link hvr-push" href="{text: link 4}" title="{text:link 4 title}"><i class="fa fa-{text:link 4 icon}"></i></a><p>
- <a class="link hvr-push" href="{text:link 5}" title="{text:link 5 title}"><i class="fa fa-{text:link 5 icon}"></i></a>
- </div>
- {/block:iflinks}
- <table style="font-size:{text:font size}px; margin-left:575px;" width="500" align="left" border="0" cellspacing="5">
- <td valign="top" style="width:500px;">
- <div id="content">
- {block:Posts}
- <article>
- {block:Text}
- {block:Title}<div class="title">{Title}</div>{/block:Title}
- {Body}
- {/block:Text}
- {block:Photo}
- <center>{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"/>{LinkCloseTag}</center>
- {block:Caption}{Caption}{/block:Caption}
- {/block:Photo}
- {block:Photoset}
- {Photoset-500}
- {block:Caption}{Caption}{/block:Caption}
- {/block:Photoset}
- {block:Quote}
- <div class="quote">"{Quote}"</div>
- {block:Source}<div class="quotesource">{Source}</div>{/block:Source}
- {/block:Quote}
- {block:Link}
- <div class="title"><a href="{URL}">{Name}</a></div>
- {block:Description}<div class="description">{Description}</div>{/block:Description}
- {/block:Link}
- {block:Chat}
- {block:Title}<div class="title">{Title}</div>{/block:Title}
- {block:Lines}<div class="{Alt} user_{UserNumber}">{block:Label}<b>{Label}</b>{/block:Label} {Line}</div>{/block:Lines}
- {/block:Chat}
- {block:Video}
- {Video-500}
- {block:Caption}{Caption}{/block:Caption}
- {/block:Video}
- {block:Audio}
- {AudioPlayerWhite}
- {block:TrackName}{TrackName}<br>{/block:TrackName}
- {block:Artist}{Artist}<br>{/block:Artist}
- {block:Album}{Album}{/block:Album}
- {block:Caption}{Caption}{/block:Caption}
- {/block:Audio}
- {block:Answer}
- <img src="{AskerPortraitURL-48}" align="left" style="border-radius:48px;">
- <div class="bubble"><span></span>{Asker} {text:ask text}: {Question} </div>
- <div class="answer">{Answer}</div>
- {/block:Answer}
- {block:IndexPage}
- <div class="perma">
- <a href="{Permalink}">{TimeAgo}</a> • <a href="{Permalink}">{NoteCount}</a> • <a href="{ReblogURL}">reblog?</a>
- {block:HasTags}<br>{block:Tags}<a href="{TagURL}">#{Tag}</a> {/block:Tags}{/block:HasTags}
- </div>
- {block:IndexPage}
- {block:PermalinkPage}
- <center>
- {block:Date}Posted on {DayOfWeek}, {Month} {DayOfMonth}{DayOfMonthSuffix} at {12HourWithZero}:{Minutes}{CapitalAmPm}{/block:Date} {block:NoteCount}with {NoteCountWithLabel}{/block:NoteCount}
- {block:RebloggedFrom}<br><a title="{ReblogParentName}" href="{ReblogParentURL}">via</a>{/block:RebloggedFrom}
- {block:RebloggedFrom}• <a title="{ReblogRootName}" href="{ReblogRootURL}">source</a>{/block:RebloggedFrom}
- {block:HasTags}<br> tagged as: {block:Tags}<a href="{TagURL}">{Tag}</a> {/block:Tags} {/block:HasTags}
- </center>
- {block:PostNotes}{PostNotes}{/block:PostNotes}
- {/block:PermalinkPage}
- </article>
- {/block:Posts}
- <div id="pagi">
- {block:PreviousPage}<a class="pagi hvr-push" style="float:left;" href="{PreviousPage}">{text:back title}</a>{/block:PreviousPage}
- {block:NextPage}<a class="pagi hvr-push" style="float:right;" href="{NextPage}">{text:next title}</a>{/block:NextPage}
- </div>
- </div>
- <div id="ask" style="display:none;">
- <div class="tabcon">
- <div class="h1">Message Me</div><p>
- <iframe frameborder="0" scrolling="no" width="100%" height="190" src="http://www.tumblr.com/ask_form/{Name}.tumblr.com" style="background-color:transparent; overflow:hidden;" id="ask_form"></iframe><!--[if IE]><script type="text/javascript">document.getElementById('ask_form').allowTransparency=true;</script><![endif]-->
- <br><br>
- <iframe frameborder="0" scrolling="no" width="100%" height="300" src="http://www.tumblr.com/submit_form/{Name}.tumblr.com" style="background-color:transparent; overflow:hidden;" id="submit_form"></iframe><!--[if IE]><script type="text/javascript">document.getElementById('ask_form').allowTransparency=true;</script><![endif]-->
- </div>
- </div>
- <div id="about" style="display:none;">
- <div class="tabcon">
- <div class="h1">About Me</div><p>
- about here
- </center><br>
- </div>
- </div>
- <div id="tag" style="display:none;">
- <div class="tabcon">
- <div class="h1">Tags</div><p>
- tags here
- </div>
- </div>
- </td></table></style>
- {block:ifrender}<div style="position:fixed; left:{text:render left}px; bottom:{text:render bottom}px; z-index:1;"><img src="{image:render}" width="{text:render width}"></div>{/block:ifrender}
- <div class="credit"><a href="http://linoone.tumblr.com/" title="theme"><img src="http://orig04.deviantart.net/151c/f/2015/334/6/e/tumblr_inline_mij52fv1gc1qz4rgp_by_kittystuff-d9il7w5.gif" /></a></div>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement