Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html>
- <html>
- <head>
- <!--
- THEME #70 by Anomaly ☾ tumblr user linoone ☽ : PARTY TONIGHT !!
- - 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:border" content="">
- <meta name="color:sidebar 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: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:description image" content="">
- <meta name="image:render" content="">
- <meta name="text:title" content="">
- <meta name="text:subtitle" content="">
- <meta name="text:ask text" content="asked">
- <meta name="text:extra description" content="">
- <meta name="text:about link" content="">
- <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:title font" content=“arial”>
- <meta name="text:font" content=“arial”>
- <meta name="if:cursor" content="">
- <meta name="if:render" content="">
- <meta name="if:show tags" content="">
- <meta name="text:render width" content="">
- <link href="//dl.dropbox.com/s/vpi3f9s7nhpe7v7/honeybee.css" rel="stylesheet">
- <style type="text/css">
- ::-webkit-scrollbar {
- width: 9px;
- height: 4px;
- background:{color:scrollbar};
- border:4px solid {color:border};
- }
- ::-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:font};
- font-size:1em;
- padding:5px;
- border-radius:20px;
- color:{color:tooltip text};
- 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}
- .background {
- position:fixed;
- top:0px;
- left:0px;
- width:calc(100% - 100px);
- height:100%;
- background:{color:background};
- background-image:url('{image:background}');
- background-attachment:fixed;
- border-radius:0px 0px 100px 0px;
- z-index:-1;
- }
- body {
- margin:0px;
- background:{color: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;
- }
- .wrapper {
- position:absolute;
- margin-top:25px;
- margin-left:300px;
- width:600px;
- }
- #sidebar {
- position:fixed;
- top:0px;
- left:0px;
- width:220px;
- height:100%;
- padding:10px;
- background:{color:border};
- border-right:15px solid {color:sidebar border};
- outline:2px solid {color:border};
- }
- .tit {
- font-family:{text:title font};
- font-style:italic;
- font-size:2em;
- margin:0 0 10px 0;
- text-align:center;
- color:{color:posts};
- }
- .subtit {
- font-family:{text:title font};
- font-style:italic;
- font-size:2em;
- margin:0 0 10px 0;
- text-align:center;
- color:{color:posts};
- }
- .tit a, .subtit a {
- color:{color:posts};
- }
- .panel1 {
- position:fixed;
- top:0px;
- left:75px;
- width:100px;
- height:20%;
- background:{color:background};
- background-image:url('{image:background}');
- background-attachment:fixed;
- border-radius:0px 0px 100px 100px;
- }
- .desc {
- position:fixed;
- top:calc(20% + 10px);
- width:200px;
- padding:5px;
- }
- .panel2 {
- position:fixed;
- bottom:0px;
- left:75px;
- width:100px;
- height:50%;
- background:{color:background};
- background-image:url('{image:background}');
- background-attachment:fixed;
- border-radius:100px 100px 0px 0px;
- }
- .tabcon {
- float:left;
- position:relative;
- width:500px;
- padding:10px;
- }
- .hr {
- margin-top:5px;
- margin-bottom:5px;
- width:250px;
- height:1px;
- background:{color:border};
- }
- .descie {
- float:left;
- width:250px;
- height:250px;
- background:{color:posts};
- border:3px solid {color:border};
- outline:1px solid {color:posts};
- padding:10px;
- overflow-x:none;
- overflow-y:auto;
- }
- .descie::-webkit-scrollbar {
- width:0px;
- background:transparent;
- }
- .descie::-webkit-scrollbar-thumb {
- width:0px;
- background:transparent;
- }
- .imagie {
- float:right;
- }
- .links {
- position:absolute;
- margin-top:295px;
- width:500px;
- z-index:1;
- }
- a.main {
- display:inline-block;
- background:{color:posts};
- border:1px solid {color:posts};
- padding:5px;
- border-radius:50px;
- width:95px;
- margin:5px;
- text-align:center;
- }
- a.main:hover {
- background:transparent;
- -webkit-transition: all 0.5s ease;
- -moz-transition: all 0.5s ease;
- -o-transition: all 0.5s ease;
- transition: all 0.5s ease;
- }
- article {
- float:left;
- position:relative;
- padding:10px;
- width:500px;
- background:{color:posts};
- border:3px solid {color:border};
- outline:1px solid {color:posts};
- margin-bottom:25px;
- }
- .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:right;
- padding:5px;
- color:{color:link};
- background:{color:blockquote};
- border:2px solid {color:posts};
- outline:1px solid {color:blockquote};
- }
- .pagination {
- width:500px;
- margin-bottom:25px;
- }
- .jump_page {
- display:inline-block;
- position:relative;
- margin-left:10px;
- margin-right:10px;
- padding:2.5px;
- background:{color:posts};
- border:2px solid {color:border};
- outline:1px solid {color:posts};
- }
- .current_page, .jump_page:hover {
- display:inline-block;
- padding:2.5px;
- background:{color:posts};
- border:2px solid {color:border};
- outline:1px solid {color:posts};
- }
- .credit {
- position:fixed;
- bottom:5px;
- left:5px;
- }
- </style>
- </head>
- <body>
- <div class="background"></div>
- <div id="sidebar">
- <div class="panel1"></div>
- <div class="desc">
- <center><div class="tit"><a href="/">{text:title}</a></div>
- <div class="subtit"><a onClick="changeNavigation('nav')">{text:subtitle}</a></div>
- </center>
- </div>
- <div class="panel2"></div>
- </div>
- <div class="wrapper">
- <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}
- <div class="perma"><span style="float:left;" class="th th-clock-o"></span><span style="float:left; margin-left:5px;">{NoteCountWithLabel}</span>
- <a href="{Permalink}" title="permalink"><span class="th th-chat-bubble-o"></span></a>
- <a href="{ReblogURL}" title="reblog?"><span class="th th-reblog"></span></a>
- {block:HasTags}{block:ifshowtags}<div align="left">{block:Tags}<a href="{TagURL}">#{Tag}</a> {/block:Tags}</div>{/block:ifshowtags}{/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 class="pagination">
- {block:Pagination}
- {block:PreviousPage}<a href="{PreviousPage}" class="jump_page">«</a>{/block:PreviousPage}
- {block:JumpPagination length="5"}
- {block:CurrentPage}<span class="current_page gr">{PageNumber}</span>{/block:CurrentPage}
- {block:JumpPage}<a class="jump_page gr" href="{URL}">{PageNumber}</a>{/block:JumpPage}{/block:JumpPagination}
- {block:NextPage}<a href="{NextPage}" class="jump_page">»</a>{/block:NextPage}
- {/block:Pagination}
- </div>
- </div>
- <div id="nav" style="display:none;">
- <div class="tabcon">
- <div class="imagie"><img style="max-width:250px; max-height:250px;" src="{image:description image}"></div>
- <div class="descie">{Description}
- <div class="hr"></div>
- {text:extra description}
- </div>
- <div class="links">
- <a class="main" href="/">home</a>
- <a class="main" href="/ask">ask</a>
- <a class="main" href="/submit">submit</a>
- <a class="main" href="{text:about link}">about</a><br>
- <a class="main" href="{text:link 1}">{text:link 1 title}</a>
- <a class="main" href="{text:link 2}">{text:link 2 title}</a>
- <a class="main" href="{text:link 3}">{text:link 3 title}</a>
- <a class="main" href="{text:link 4}">{text:link 4 title}</a>
- </div>
- </div></div>
- </div>
- <div style="position:fixed; right:120px; bottom:5px; z-index:1;"><img src="{image:render}" width="{text:render width}px;"></div>
- <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