Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html>
- <html>
- <head>
- <!--
- THEME #13 v2 by Anomaly ☾ tumblr user linoone ☽ : VERY STRAWBERRY !!
- - i made the base code
- - audio post style is by passo-html
- - please abide by all the rules
- 【 All themes and pages can be found here : https://anomalythemes.tumblr.com/ 】
- 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="https://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="https://static.tumblr.com/wgijwsy/Ebfm2v4gy/jquery.masonry.min.js"></script>
- <script src="https://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>
- <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:blog border" 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:navi" content="">
- <meta name="color:links" content="">
- <meta name="color:links hover" 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="very strawberry!">
- <meta name="text:ask text" content="asked">
- <meta name="text:navigation box title" content="navigate!">
- <meta name="text:navigation box description" content="put what you want here">
- <meta name="text:navigation icon" content="strawberry">
- <meta name="text:link 1" content="/">
- <meta name="text:link 1 title" content="link 1">
- <meta name="text:link 2" content="/">
- <meta name="text:link 2 title" content="link 2">
- <meta name="text:link 3" content="/">
- <meta name="text:link 3 title" content="link 3">
- <meta name="text:link 4" content="/">
- <meta name="text:link 4 title" content="link 4">
- <meta name="text:link 5" content="/">
- <meta name="text:link 5 title" content="link 5">
- <meta name="text:link 6" content="/">
- <meta name="text:link 6 title" content="link 6">
- <meta name="text:link 7" content="/">
- <meta name="text:link 7 title" content="link 7">
- <meta name="text:link 8" content="/">
- <meta name="text:link 8 title" content="link 8">
- <meta name="text:title font" content="hello">
- <meta name="text:font" content="arial">
- <meta name="text:pixel font" content="arial">
- <meta name="text:pixel font size" content="16">
- <meta name="if:bg cover" content="">
- <meta name="if:cursor" content="">
- <meta name="if:render" content="">
- <meta name="text:render left" content="">
- <meta name="text:render bottom" content="">
- <meta name="text:render width" content="">
- <link href="//solrainha.github.io/honeybee/honeybee.css" rel="stylesheet">
- <style type="text/css">
- @font-face { font-family: "hello"; src: url('https://dl.dropboxusercontent.com/s/0ofg7zh45jbn57y/HelloScript%20TRIAL.ttf'); ;}
- @font-face { font-family: "nonmaru"; src: url('https://dl.dropboxusercontent.com/s/9mryvdx2zhofw8e/nonmaru.ttf?dl=0'); format("truetype");}
- ::-webkit-scrollbar {
- width: 9px;
- height: 4px;
- background:{color:scrollbar};
- border:4px solid {color:blog border};
- }
- ::-webkit-scrollbar-thumb {
- background-color:{color:scrollbar};
- border-radius:5px;
- }
- #s-m-t-tooltip {
- max-width:300px;
- margin:20px 0px 0px 15px;
- background-color:{color:tooltip};
- font-family:{text:pixel font};
- font-size:{text:pixel font size}px;
- padding:3px;
- color:{color:tooltip text};
- border-radius:5px;
- z-index:999999999999999999999999999999999999;
- }
- ::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:blog border};
- color:{color:text};
- font-family:{text:font};
- font-size:1em;
- }
- 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;
- }
- .bg {
- position:fixed;
- top:25px;
- left:25px;
- background:{color:background};
- background-image:url('{image:background}');
- background-attachment:fixed;
- {block:ifbgcover}
- background-repeat:no-repeat;
- background-size:cover;
- {/block:ifbgcover}
- width:calc(100% - 50px);
- height:calc(100% - 50px);
- border-radius:50px;
- z-index:-1;
- }
- #sidebar {
- position:fixed;
- margin-top:75px;
- }
- .tit {
- position:relative;
- width:250px;
- text-align:center;
- font-family:{text:title font};
- font-size:2.5em;
- text-shadow:2px 2px 0px {color:navi};
- z-index:1;
- }
- .tit a {
- color:{color:text};
- }
- .icon {
- position:absolute;
- margin-left:25px;
- width:200px;
- height:200px;
- background:{color:blog border};
- border:5px solid {color:blog border};
- border-radius:100%;
- }
- .navi {
- position:relative;
- background:{color:navi};
- margin-top:-12px;
- margin-left:225px;
- font-size:1.5em;
- padding:5px;
- border-radius:25px;
- width:25px;
- height:25px;
- text-align:center;
- transform:rotate(5deg);
- -webkit-transform:rotate(5deg);
- -moz-transform:rotate(5deg);
- z-index:1;
- }
- .desc {
- position:absolute;
- background:{color:posts};
- width:250px;
- padding:5px;
- border-radius:5px;
- margin-top:225px;
- }
- .inner {
- position:fixed;
- top:0px;
- margin-left:75px;
- background:{color:posts};
- width:125px;
- height:100%;
- }
- .links {
- float:left;
- position:relative;
- margin-top:100px;
- }
- a.link {
- display:inline-block;
- width:100px;
- padding:2px;
- margin:1px;
- background:{color:links};
- border-radius:2px;
- text-align:center;
- }
- a.link:hover {
- background:{color:links hover};
- }
- .navtit {
- float:right;
- position:fixed;
- margin-left:505px;
- margin-top:60px;
- font-family:{text:title font};
- font-size:3em;
- text-shadow:2px 2px 0px {color:links};
- transform:rotate(15deg);
- -webkit-transform:rotate(15deg);
- -moz-transform:rotate(15deg);
- z-index:1;
- }
- .tdesc {
- float:right;
- position:relative;
- padding:10px;
- width:325px;
- background:{color:posts};
- border-radius:10px;
- margin-top:100px;
- }
- article {
- float:left;
- position:relative;
- padding:10px;
- width:500px;
- background:{color:posts};
- border-radius:5px;
- margin-bottom:50px;
- }
- .title {
- font-weight:normal;
- font-size:1.5em;
- margin:0 0 10px 0;
- text-align:center;
- }
- .quote {
- font-weight:normal;
- font-size:1.5em;
- font-style:italic;
- margin:0 0 10px 0;
- text-align:center;
- }
- .quotesource {
- margin:0 0 10px 0;
- text-align:right;
- }
- /*estilo de áudio #04 em @passo-html por @clamam insp:tumblr*/
- .ph-album {
- padding:15px;
- height:63px;
- }
- .ph-player {
- width:7px;
- height:7px;
- overflow:hidden;
- padding:4px 21px 21px 4px;
- position:absolute;
- z-index:9999999999999999999;
- float:right;
- margin-top:15px;
- right:40px;
- background:{color:posts};
- opacity:.8;
- border-radius:30px;
- -moz-transition:all ease-in-out 0.7s;
- -webkit-transition:all ease-in-out 0.7s;
- -o-transition:all ease-in-out 0.7s;
- transition:all ease-in-out 0.7s;
- }
- .ph-player:hover {
- opacity:1;
- -moz-transition:all ease-in-out 0.7s;
- -webkit-transition:all ease-in-out 0.7s;
- -o-transition:all ease-in-out 0.7s;
- transition:all ease-in-out 0.7s;
- }
- .ph-track {
- margin-right:15px;
- overflow:auto;
- max-height:80px;
- margin-top:5px;
- float:right;
- text-align:right;
- }
- .ph-track b {
- }
- .ph-image {
- background:{color:blockquote};
- width:60px;
- height:60px;
- float:right;
- border-radius:30px;
- }
- .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 {
- margin-top:10px;
- text-align:center;
- }
- .line {
- float:left;
- position:relative;
- width:500px;
- height:1px;
- background:{color:navi};
- }
- .linko {
- float:right;
- }
- .pagination {
- width:500px;
- }
- a.pagi {
- text-align:center;
- background:{color:navi};
- font-size:25px;
- padding:5px;
- border-radius:25px;
- width:25px;
- height:25px;
- }
- .credit {
- position:fixed;
- bottom:4px;
- left:8px;
- font-size:9px;
- padding:2px;
- }
- /* Push */
- @-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);
- }
- }
- .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;
- }
- </style>
- </head>
- <body>
- <div class="bg"></div>
- <table style="margin-top:25px; margin-bottom:25px;" width="900" align="center" border="0" cellspacing="5">
- <tbody><tr>
- <td valign="top" style="width:250px;">
- <div class="inner"></div>
- <div id="sidebar">
- <div class="tit"><a href="/">{text:title}</a></div>
- <div class="icon"><img style="width:200px; height:200px; border-radius:100%;" src="{image:sidebar}"></div>
- <div class="desc">
- <div class="navi hvr-push"><a onClick=changeNavigation('nav') title="navigate!"><span class="th th-{text:navigation icon}"></span></a></div>
- {block:Description}{Description}{/block:Description}
- </div>
- </td>
- <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}
- <div class="ph-album">
- {block:AlbumArt}
- <img src="{AlbumArtURL}" class="ph-image"/>
- {/block:AlbumArt}
- {block:AudioPlayer}
- <div class="ph-player">{AudioPlayer}</div>
- {/block:AudioPlayer}
- <div class="ph-track">
- {block:TrackName}<b>{TrackName}</b>{/block:TrackName}<br/>
- {block:Artist}{Artist}{/block:Artist}<br/>
- {formattedplaycount} plays
- </div></div>
- {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}
- <p>
- <div class="line">
- <a class="pagi hvr-push" style="margin-top:-15px; margin-left:415px;" href="{Permalink}" title="{NoteCountWithLabel}"><span class="th th-heart-1-o"></span></a>
- <a class="pagi hvr-push" style="float:right; margin-top:-15px;" href="{ReblogURL}" title="reblog this?"><span class="th th-reblog"></span></a>
- </div>
- {block:HasTags}<br>{block:Tags}<a href="{TagURL}">#{Tag}</a> {/block:Tags}{/block:HasTags}
- {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 class="pagination">
- {block:IndexPage}
- {block:Pagination}
- {block:PreviousPage}<a style="float:left;" class="pagi" href="{PreviousPage}"><span class="th th-chevron-left"></a>{/block:PreviousPage}
- {block:NextPage}<a style="float:right;" class="pagi" href="{NextPage}"><span class="th th-chevron-right"></a></a>
- {/block:NextPage}
- {/block:Pagination}
- {/block:IndexPage}
- </div>
- </div>
- <div id="nav" style="display:none;">
- <div class="links">
- <a class="link" href="/ask">ask</a>
- <a class="link" href="/submit">submit</a><br>
- {block:iflink1}<a class="link" href="{text:link 1}">{text:link 1 title}</a>{/block:iflink1}
- {block:iflink2}<a class="link" href="{text:link 2}">{text:link 2 title}</a><br>{/block:iflink2}
- {block:iflink3}<a class="link" href="{text:link 3}">{text:link 3 title}</a>{/block:iflink3}
- {block:iflink4}<a class="link" href="{text:link 4}">{text:link 4 title}</a><br>{/block:iflink4}
- {block:iflink5}<a class="link" href="{text:link 5}">{text:link 5 title}</a>{/block:iflink5}
- {block:iflink6}<a class="link" href="{text:link 6}">{text:link 6 title}</a><br>{/block:iflink6}
- {block:iflink7}<a class="link" href="{text:link 7}">{text:link 7 title}</a>{/block:iflink7}
- {block:iflink8}<a class="link" href="{text:link 8}">{text:link 8 title}</a>{/block:iflink8}
- </div>
- <div class="navtit">{text:navigation box title}</div>
- <div class="tdesc">{text:navigation box description}</div>
- </div>
- </td></table></style>
- <br>
- {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="https://linoone.tumblr.com/" title="theme"><img src="https://orig04.deviantart.net/151c/f/2015/334/6/e/tumblr_inline_mij52fv1gc1qz4rgp_by_kittystuff-d9il7w5.gif" /></a></div>
- </body>
- </html>
Add Comment
Please, Sign In to add comment