Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html>
- <html>
- <head>
- <!--
- THEME #58 by Anomaly ☾ tumblr user linoone ☽ : FLOWER, SUN AND RAIN !!
- - i made the base code
- - 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>
- <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet">
- <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: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:permalink" content="">
- <meta name="color:line 1" content="#d30071">
- <meta name="color:line 2" content="#ce0033">
- <meta name="color:line 3" content="#00989e">
- <meta name="color:line 4" content="#dc7d39">
- <meta name="color:line 5" content="#0084c5">
- <meta name="color:line 6" content="#5cb05a">
- <meta name="color:line 7" content="#e3c400">
- <meta name="color:line 8" content="#00a6ce">
- <meta name="color:line 9" content="#50599a">
- <meta name="color:line 10" content="#9a4487">
- <meta name="color:line 11" content="#dc7e3c">
- <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:cursor" content="">
- <meta name="image:sidebar 1" content="">
- <meta name="image:sidebar 2" content="">
- <meta name="image:render" content="">
- <meta name="text:ask text" content="asked">
- <meta name="text:back title" content="⇠">
- <meta name="text:next title" content="⇢">
- <meta name="text:home icon" content="plane">
- <meta name="text:ask icon" content="star-o">
- <meta name="text:about icon" content="suitcase">
- <meta name="text:links icon" content="leaf">
- <meta name="text:tags icon" content="tree">
- <meta name="text:font" content="times new roman">
- <meta name="text:font size" content="12">
- <meta name="text:secondary font" content="millennium">
- <meta name="text:secondary font size" content="12">
- <meta name="text:post opacity" content="1">
- <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="">
- <style type="text/css">
- @font-face { font-family: "millennium"; src: url('https://dl.dropboxusercontent.com/s/ohugarip25ejkwf/Millennium-Regular_0.ttf?dl=0'); format("truetype");}
- /* Pulse */
- @-webkit-keyframes hvr-pulse {
- 25% {
- -webkit-transform: scale(1.1);
- transform: scale(1.1);
- }
- 75% {
- -webkit-transform: scale(0.9);
- transform: scale(0.9);
- }
- }
- @keyframes hvr-pulse {
- 25% {
- -webkit-transform: scale(1.1);
- transform: scale(1.1);
- }
- 75% {
- -webkit-transform: scale(0.9);
- transform: scale(0.9);
- }
- }
- ::-webkit-scrollbar {
- width:7px;
- height:4px;
- background:{color:scrollbar};
- border:3px solid {color:background};
- }
- ::-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};
- 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:100%;
- height:10px;
- background-color:rgba({RGBcolor:bars},.2);
- z-index:1;
- }
- #bar2 {
- position:fixed;
- top:15px;
- left:0px;
- width:100%;
- height:35px;
- background-color:rgba({RGBcolor:bars},.2);
- z-index:1;
- }
- #bar3 {
- position:fixed;
- bottom:0px;
- left:0px;
- width:100%;
- height:10px;
- background-color:rgba({RGBcolor:bars},.2);
- z-index:1;
- }
- #bar4 {
- position:fixed;
- bottom:15px;
- left:0px;
- width:100%;
- height:35px;
- background-color:rgba({RGBcolor:bars},.2);
- z-index:1;
- }
- #navi {
- position:fixed;
- right:0px;
- top:0px;
- width:100px;
- height:100%;
- background-color:rgba({RGBcolor:bars},.2);
- }
- #bar5 {
- position:fixed;
- top:0px;
- right:115px;
- width:5px;
- height:100%;
- background-color:rgba({RGBcolor:bars},.2);
- }
- #bar6 {
- position:fixed;
- top:0px;
- left:0px;
- width:10px;
- height:100%;
- background-color:rgba({RGBcolor:bars},.2);
- z-index:1;
- }
- .navi {
- position:fixed;
- top:100px;
- right:25px;
- }
- a.nav {
- font-size:50px;
- line-height:100px;
- z-index:1;
- }
- .hvr-pulse {
- display: inline-block;
- vertical-align: middle;
- -webkit-transform: perspective(1px) translateZ(0);
- transform: perspective(1px) translateZ(0);
- box-shadow: 0 0 1px transparent;
- }
- .hvr-pulse:hover, .hvr-pulse:focus, .hvr-pulse:active {
- -webkit-animation-name: hvr-pulse;
- animation-name: hvr-pulse;
- -webkit-animation-duration: 1s;
- animation-duration: 1s;
- -webkit-animation-timing-function: linear;
- animation-timing-function: linear;
- -webkit-animation-iteration-count: infinite;
- animation-iteration-count: infinite;
- }
- #line1 { position:fixed; bottom:110px; left:0px; width:100%; height:5px; background:{color:line 1}; }
- #line2 { position:fixed; bottom:190px; left:0px; width:100%; height:5px; background:{color:line 2}; }
- #line3 { position:fixed; bottom:180px; left:0px; width:100%; height:5px; background:{color:line 3}; }
- #line4 { position:fixed; bottom:170px; left:0px; width:100%; height:5px; background:{color:line 4}; }
- #line5 { position:fixed; bottom:160px; left:0px; width:100%; height:5px; background:{color:line 5}; }
- #line6 { position:fixed; bottom:150px; left:0px; width:100%; height:5px; background:{color:line 6}; }
- #line7 { position:fixed; bottom:140px; left:0px; width:100%; height:5px; background:{color:line 7}; }
- #line8 { position:fixed; bottom:130px; left:0px; width:100%; height:5px; background:{color:line 8}; }
- #line9 { position:fixed; bottom:120px; left:0px; width:100%; height:5px; background:{color:line 9}; }
- #line10 { position:fixed; bottom:110px; left:0px; width:100%; height:5px; background:{color:line 10}; }
- #line11 { position:fixed; bottom:100px; left:0px; width:100%; height:5px; background:{color:line 11}; }
- #line13 { position:fixed; bottom:10px; right:0px; width:150px; height:5px; background:{color:background}; z-index:2; }
- #line14 { position:fixed; top:10px; right:0px; width:150px; height:5px; background:{color:background}; z-index:2; }
- #sidebar {
- position:fixed;
- top:0px;
- left:10px;
- width:200px;
- height:100%;
- background:{color:posts};
- padding:5px;
- z-index:2;
- }
- .h1 {
- text-align:center;
- font-size:calc({text:font size}px + 7px);
- }
- a.tag {
- display:inline-block;
- width:100px;
- padding:2px;
- margin:1px;
- text-align:center;
- background:{color:line 1};
- }
- a.tag:hover {
- background:{color:line 11};
- }
- .tabcon {
- float:left;
- position:relative;
- padding:10px;
- width:500px;
- background-color:rgba({RGBcolor:posts},{text:post opacity});
- margin-bottom:25px;
- border-radius:10px;
- }
- article {
- float:left;
- position:relative;
- padding:10px;
- width:500px;
- background-color:rgba({RGBcolor:posts},{text:post opacity});
- margin-bottom:25px;
- border-radius:10px;
- }
- .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 {
- margin-top:10px;
- text-align:right;
- }
- a.perma {
- display:inline-block;
- text-align:center;
- background:{color:permalink};
- border:1px solid transparent;
- border-radius:5px;
- width:15px;
- height:15px;
- font-size:15px;
- line-height:13px;
- padding:2px;
- }
- a.perma:hover {
- background:{color:posts};
- border:1px solid {color:permalink};
- -webkit-transition: all 0.3s ease;
- -moz-transition: all 0.3s ease;
- -o-transition: all 0.3s ease;
- transition: all 0.3s ease;
- }
- #pagi {
- width:500px;
- padding:10px;
- }
- .credit {
- position:fixed;
- bottom:4px;
- left:8px;
- font: 9px consolas;
- text-transform:uppercase;
- letter-spacing: 0px;
- padding: 2px;
- z-index:3;
- }
- </style>
- </head>
- <body>
- <div id="bar1"></div><div id="bar2"></div>
- <div id="bar3"></div><div id="bar4"></div>
- <div id="bar5"></div><div id="bar6"></div>
- <div id="line1"></div><div id="line2"></div><div id="line3"></div>
- <div id="line4"></div><div id="line5"></div><div id="line6"></div>
- <div id="line7"></div><div id="line8"></div><div id="line9"></div>
- <div id="line10"></div><div id="line11"></div>
- <div id="line13"></div><div id="line14"></div>
- <div id="navi">
- <div class="navi">
- <a class="nav hvr-pulse" href="/" title="home"><i class="fa fa-{text:home icon}"></i></a><br>
- <a class="nav hvr-pulse" onClick="changeNavigation('ask')" title="ask"><i class="fa fa-{text:ask icon}"></i></a><br>
- <a class="nav hvr-pulse" onClick="changeNavigation('about')" title="about"><i class="fa fa-{text:about icon}"></i></a><br>
- <a class="nav hvr-pulse" onClick="changeNavigation('link')" title="links"><i class="fa fa-{text:links icon}"></i></a><br>
- <a class="nav hvr-pulse" onClick="changeNavigation('tag')" title="tags"><i class="fa fa-{text:tags icon}"></i></a>
- </div>
- </div>
- <div id="sidebar">
- <img style="margin-top:50px; width:200px; height:auto;" src="{image:sidebar 1}"><br>
- <div class="desc">{Description}</div>
- <br>
- <img style="margin-bottom:55px; width:200px; height:auto;" src="{image:sidebar 2}">
- </div>
- <table style="font-size:{text:font size}px; margin-top:70px; margin-bottom:20px;" width="500" align="center" border="0" cellspacing="5">
- <tbody><tr>
- <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 class="perma" onClick="{Permalink}" title="{NoteCountWithLabel}"><i class="fa fa-heart-o"></i></a>
- <a class="perma" onClick="{ReblogURL}" title="reblog?"><i class="fa fa-refresh"></i></a>
- </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="perma" style="float:left;" title="{text:back title}" href="{PreviousPage}"><i class="fa fa-chevron-left"></i></a>{/block:PreviousPage}
- {block:NextPage}<a class="perma" style="float:right;" title="{text:next title}" href="{NextPage}"><i class="fa fa-chevron-right"></i></a>{/block:NextPage}
- </div>
- <div id="ask" style="display:none;">
- <div class="tabcon">
- <div class="h1">Message Me</div>
- <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><br>
- about here
- </div>
- </div>
- <div id="link" style="display:none;">
- <div class="tabcon">
- <div class="h1">Links</div><br>
- links here
- </div>
- </div>
- <div id="tag" style="display:none;">
- <div class="tabcon">
- <div class="h1">Tags</div><br>
- put your tags here!<br>
- <a class="tag" href="/">heres an example</a>
- </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="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