Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!--
- Kirby theme 8.0 made by Lilcherrybearr: lilcherrybearr.tumblr.com
- If you find a bug, need help, want to suggest improvements, or are interested in commissions, please contact me. More info on my blog ^^
- Theme info:
- Don't worry if the right side where you preview your theme looks messed up. It will look fine when you get out of editing mode.
- -->
- <html>
- <head>
- <title>{Title}</title>
- <link rel="shortcut icon" href="{Favicon}">
- <link rel="alternate" type="application/rss+xml" href="{RSS}">
- {block:Description}
- <meta name="description" content="{MetaDescription}" />
- {/block:Description}
- <meta name="image:background" content="https://fc03.deviantart.net/fs70/f/2011/301/5/c/kirby__s_dreamland_by_neoooen-d4e95a5.png" />
- <meta name="font:font" content="" />
- <meta name="color:background color" content="#FFFFFF" />
- <meta name="color:post color" content="#FFBCDE" />
- <meta name="color:link color" content="#FF1437" />
- <meta name="if:Infinite Scroll" content="0">
- <script type="text/javascript"
- src="https://www.google.com/jsapi"></script>
- <script type="text/javascript">
- google.load("jquery", "1.3");
- google.setOnLoadCallback(function() {
- jQuery(function($) {
- // do some stuff here, eg load your tweets, ...
- $('#star').click(function(){
- $("html, body").animate({ scrollTop: "500px" },1500);
- $('#star').animate({ top: "+=-110%", left: "+=5%" },1000);
- $('#star').animate({ top: "+=110%", left: "+=-5%" },1000);
- $("html, body").animate({ scrollTop: "0px" },700);
- });
- });
- });
- </script>
- </head>
- <style>
- /*Post Content*/
- body {
- background:url({image:background});
- background-color:{color:background color};
- background-attachment:fixed;
- background-position:center;
- font-family:{font:font};
- font-size:13px;
- }
- a {
- text-decoration:none;
- color:{color:link color};
- }
- #content {
- }
- #posts2 {
- width:530px;
- list-style-type:none;
- margin:30px;
- left:25%;
- position:relative;
- }
- .posts {
- background-color:rgba(255,255,255,.8);
- width:500px;
- margin:0 auto;
- overflow-x:auto;
- padding:10px;
- }
- blockquote {
- border-left:2px dotted {color:post color};
- margin-left:10px;
- padding-left:5px;
- }
- .asker {
- margin-top:-20px;
- margin-left:45px;
- }
- .asker a{
- margin-left:5px;
- }
- .asker-question {
- margin-top:10px;
- }
- .answerer {
- margin-top:-20px;
- margin-left:25px;
- }
- .aswerer-answer {
- margin-top:10px;
- }
- .question {
- background-color:rgba(100,100,100,.3);
- padding:5px;
- border-radius:10px;
- margin:5px;
- }
- .answer {
- background-color:rgba(100,100,100,.3);
- padding:5px;
- border-radius:10px;
- margin:5px;
- }
- #permalink {
- background-color:{color:post color};
- padding:5px;
- text-align:center;
- box-shadow:0 1px 3px rgba(0,0,0,.5);
- }
- #tags {
- background-color:{color:post color};
- padding:5px;
- text-align:center;
- box-shadow:0 1px 3px rgba(0,0,0,.5);
- margin-bottom:10px;
- color:{color:link color};
- }
- #notecontainer {
- background-color:rgba(255,255,255,.8);
- }
- /* Sidebar */
- #sidebar {
- width:260px;
- position:fixed;
- top:20%;
- left:7%;
- padding:5px;
- z-index:5;
- }
- #icon{
- margin-left:15px;
- border-radius:70px;
- border:3px dotted {color:post color};
- }
- #searchbar {
- float:right;
- margin-right:15px;
- margin-top:20px;
- border:2px solid {color:post color};
- }
- #search {
- width:100px;
- }
- #button {
- background-color:{color:post color};
- }
- #description {
- background-color:rgba(255,255,255,.8);
- padding:10px;
- border-radius:20px;
- width:200px;
- margin:0 auto;
- }
- #pagination {
- margin-left:100px;
- color:{color:link color};
- }
- #pagination a {
- }
- .page {
- border:1px dotted {color:post color};
- padding:5px;
- border-radius:50px;
- margin:3px;
- background-color:rgba(255,255,255,.3);
- -webkit-transition:all .5s ease-in-out;
- }
- .page:hover {
- background-color:rgba(255,255,255,1);
- }
- #current_page {
- background-color:rgba(255,255,255,1);
- }
- /* Extra */
- #kirby {
- position:absolute;
- position:fixed;
- margin-left:10px;
- -webkit-animation: down 20s infinite;
- -moz-animation: down 20s infinite;
- }
- @-webkit-keyframes down {
- 0% {
- margin-top:-10%;
- }
- 10% {
- margin-left:5%;
- }
- 20% {
- margin-left:0%;
- }
- 40% {
- margin-left:10%;
- }
- 50% {
- margin-left:-5%;
- }
- 60% {
- margin-left:10%;
- }
- 100% {
- margin-top:80%;
- }
- }
- @-moz-keyframes down {
- 0% {
- margin-top:-10%;
- }
- 10% {
- margin-left:5%;
- }
- 20% {
- margin-left:0%;
- }
- 40% {
- margin-left:10%;
- }
- 50% {
- margin-left:-5%;
- }
- 60% {
- margin-left:10%;
- }
- 100% {
- margin-top:80%;
- }
- }
- #star {
- border-radius:200px;
- height:80px;
- width:80px;
- box-shadow:0 0 10px white;
- position:fixed;
- top:85%;
- left:90%;
- cursor:pointer;
- -webkit-animation: rotate 10s infinite;
- -moz-animation: rotate 10s infinite;
- }
- @-webkit-keyframes rotate {
- 0% {
- -webkit-transform:rotate(0deg);
- }
- 100% {
- -webkit-transform:rotate(360deg);
- }
- }
- @-moz-keyframes rotate {
- 0% {
- -moz-transform:rotate(0deg);
- }
- 100% {
- -moz-transform:rotate(360deg);
- }
- }
- #creditpic {
- width:25px;
- height:25px;
- background-image:url('https://68.media.tumblr.com/d137832f5aba57e671dca865d7794f9a/tumblr_o0m662tTo91thncmho6_r1_400.png');
- background-size:100% 100%;
- float:left;
- }
- #credit {
- position:absolute;
- position:fixed;
- left:3%;
- top:90%;
- width:25px;
- height:25px;
- padding:2px;
- background-color:white;
- overflow:hidden;
- -webkit-transition:all .5s ease-in-out;
- }
- #credit:hover {
- width:120px;
- }
- #creditwords {
- position:relative;
- top:10px;
- left:5px;
- }
- /* Links */
- #list {
- list-style-type:none;
- top:20%;
- left:70%;
- position:fixed;
- }
- .links {
- position:relative;
- top:15px;
- left:60px;
- font-size:18px;
- }
- .all_links {
- width:50px;
- height:50px;
- overflow:hidden;
- padding:5px;
- -webkit-transition:all .7s ease-in-out;
- -moz-transition:all .7s ease-in-out;
- }
- .all_links:hover {
- background-color:White;
- width:200px;
- height:50px;
- padding:5px;
- }
- .bubble {
- position:fixed;
- }
- .abilities {
- max-height:70px;
- max-width:70px;
- margin-left:130px;
- margin-top:-30px;
- }
- #custom {
- margin-left:35px;
- margin-top:10px;
- z-index:1;
- width:200px;
- }
- #all_links2 {
- width:50px;
- height:50px;
- overflow:hidden;
- padding:5px;
- -webkit-transition:all .7s ease-in-out;
- -moz-transition:all .7s ease-in-out;
- }
- #all_links2:hover {
- background-color:White;
- width:250px;
- height:auto;
- overflow:hidden;
- padding:5px;
- -webkit-transition:all .7s ease-in-out;
- -moz-transition:all .7s ease-in-out;
- }
- </style>
- <body>
- <a id="credit" title="Theme by Lilcherrybearr. Images/sprites used are made by fans or creators of Kirby" href="https://themebylilcherrybearr.tumblr.com/"> <div id="creditpic"></div> <span id="creditwords">Theme Credit</span> </a>
- <div id="sidebar">
- <img id="icon" src="{PortraitURL-48}" />
- <form id="searchbar" action="/search" method="get">
- <input id="search" type="text" name="q" value="{SearchQuery}" placeholder="Search..." />
- <input id="button" type="submit" value="Search">
- </form>
- <div id="description"> {Description} </div>
- <br>
- {block:IndexPage}
- {block:IfNotInfiniteScroll}
- <p id="pagination">
- {block:Pagination}{block:JumpPagination length="5"}{block:CurrentPage}
- <span class="page" id="current_page">{PageNumber}</span>
- {/block:CurrentPage}{block:JumpPage}
- <a class="page" id="jump_page" href="{URL}">{PageNumber}</a>
- {/block:JumpPage}{/block:JumpPagination}
- {/block:Pagination}
- {/block:IfNotInfiniteScroll}
- {/block:IndexPage}
- </div>
- <!--parasol kirby-->
- <img id="kirby" src="https://66.media.tumblr.com/86837ecdc9aa8d35ef99f8be33e1725a/c92a9358687cf5b8-9e/s540x810/74710fc2aa5d53162ab48c3c8538932819c7588a.gif" />
- <img id="star" title="Scroll to top" src="https://68.media.tumblr.com/a7b2e372093b9852feb2d1be119a6ec6/tumblr_inline_npi0o3rZAr1qfjhw8_540.png" />
- <ul id="list">
- <li class="all_links"> <a href="{BlogURL}"> <img class="bubble" src="https://68.media.tumblr.com/6ed179af9cc949d5b3077005ae5116a1/tumblr_inline_npecyeNiLI1qfjhw8_540.png" /> <span class="links"> Home </a> <img class="abilities" src="https://66.media.tumblr.com/c7d83934389a8ab62a736391a1f1ccd3/c92a9358687cf5b8-bb/s540x810/9b9cae62adb7e2fb5822a2804896c7e7304e791e.gif" /> </span> </li>
- <li class="all_links"> <a href="/archive"> <img class="bubble" src="https://40.media.tumblr.com/d929da9b9731827b001f6af1c7f03996/tumblr_inline_npecymqOSY1qfjhw8_540.png" /> <span class="links"> Archive </a> <img class="abilities" src="https://66.media.tumblr.com/47f42a0aace1bc51bed40c0b3dcfbbc2/c92a9358687cf5b8-60/s540x810/ccb3bd883c272795f3b69e5abc3dc43c57c62a08.gif" /> </span> </li>
- <li class="all_links"> <a href="/ask"> <img class="bubble" src="https://68.media.tumblr.com/b153919be9e34531cad166f1026053e6/tumblr_inline_npedex6vhy1qfjhw8_540.png" /> <span class="links"> Ask </a> <img class="abilities" style="height:90px; width:90px;" src="https://66.media.tumblr.com/dfaca786b5e933f66dffdc16f5fbca81/c92a9358687cf5b8-51/s540x810/10a83386a1d0407d3d74f7650f719c47ceba6c09.gif" /> </span> </li>
- <li class="all_links"> <a href="/submit"> <img class="bubble" src="https://68.media.tumblr.com/9f8bd68683139b3641b8aeb9cf7dc206/tumblr_inline_npee5buOLq1qfjhw8_540.png" /> <span class="links"> Submit </a> <img class="abilities" style="height:60px; width:60px;" src="https://dl4.glitter-graphics.net/pub/1596/1596644lco3xrvizy.gif" /> </span> </li>
- <li id="all_links2"> <img class="bubble" src="https://66.media.tumblr.com/390f049b5e1418420bd7d50dd781a366/c92a9358687cf5b8-39/s540x810/91927503311d043ea83a47e75ca2e571bedbfcd3.gif" /> <ul id="custom">
- <div id="customlinks">{block:HasPages}{block:Pages}<li><a href="{url}">{Label}</a></li>{/block:Pages}{/block:HasPages}</div>
- </ul>
- <img class="abilities" style=" position:relative; top:10px; left:50px; height:60px" src="https://66.media.tumblr.com/b10e287d9e4449f6344c9e7c2c838adc/c92a9358687cf5b8-09/s540x810/66e9304345af79200acd97c93c96c3f6147f8f60.gif" /> </li>
- </ul>
- <ol id="content">
- {block:Posts}
- <div id="posts2">
- {block:IndexPage}
- <div id="permalink">
- <a href="{Permalink}">{block:Date}Posted {TimeAgo} {/block:Date} {block:NoteCount} with {NoteCountWithLabel} {/block:NoteCount} </a>
- </div>
- {/block:IndexPage}
- {block:Text}
- <li class="posts">
- {block:Title}
- <h3 id="title"><a id="title2" href="{Permalink}">{Title}</a></h3>
- {/block:Title}{Body}
- </li>
- {/block:Text}
- {block:Photo}
- <li class="posts">
- <img src="{PhotoURL-500}" alt="{PhotoAlt}"/>
- {block:Caption}
- <div class="caption">{Caption}</div>
- {/block:Caption}
- </li>
- {/block:Photo}
- {block:Panorama}
- <li class="posts">
- {LinkOpenTag}
- <img src="{PhotoURL-Panorama}" alt="{PhotoAlt}"/>
- {LinkCloseTag}{block:Caption}
- <div class="caption">{Caption}</div>
- {/block:Caption}
- </li>
- {/block:Panorama}
- {block:Photoset}
- <li class="posts">
- {Photoset-500}{block:Caption}
- <div class="caption">{Caption}</div>
- {/block:Caption}
- </li>
- {/block:Photoset}
- {block:Quote}
- <li class="posts">
- <big>"{Quote}"</big>
- {block:Source}
- <div class="source">- {Source}</div>
- {/block:Source}
- </li>
- {/block:Quote}
- {block:Link}
- <li class="posts">
- <a href="{URL}" class="link" {Target}>{Name}</a>
- {block:Description}
- <div class="description">{Description}</div>
- {/block:Description}
- </li>
- {/block:Link}
- {block:Chat}
- <li class="posts">
- {block:Title}
- <h3><a href="{Permalink}">{Title}</a></h3>
- {/block:Title}
- <ul class="chat">
- {block:Lines}
- <li class="{Alt} user_{UserNumber}">
- {block:Label}
- <span class="label">{Label}</span>
- {/block:Label}{Line}
- </li>
- {/block:Lines}
- </ul>
- </li>
- {/block:Chat}
- {block:Video}
- <li class="posts">
- {Video-500}{block:Caption}
- <div class="caption">{Caption}</div>
- {/block:Caption}
- </li>
- {/block:Video}
- {block:Audio}
- <li class="posts">
- {AudioEmbed}{block:Caption}
- <div class="caption">{Caption}</div>
- {/block:Caption}
- </li>
- {/block:Audio}
- {block:Answer}
- <li class="posts">
- <div class="question"><img class="asker-avatar" src="{AskerPortraitURL-40}" alt=""><div class="asker">{Asker} asked:</div>
- <div class="asker-question">{Question}</div></div>
- <p>
- {block:Answerer}
- <div class="answer"><img class="answerer-avatar" src="{AnswererPortraitURL-40}" alt=""><div class="answerer">{Answerer}:</div><p><div class="answerer-answer">{Answer}</div></div>
- {/block:Answerer}
- <div class="replies">
- {Replies}
- </div>
- </li>
- {/block:Answer}
- {block:HasTags}
- <div id="tags">
- {block:Tags}#<a href="{TagURL}">{Tag} </a>
- {/block:Tags}
- </div> <!--tags-->
- <br>{/block:HasTags}
- {block:PostNotes}
- <div id="notecontainer">{PostNotes}</div>
- {/block:PostNotes}
- </div> <!--posts2-->
- {/block:Posts}
- </p>
- </ol>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment