Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!---- THEME IS BY NEWLEAF 💊
- DO NOT REMOVE THE CREDIT --->
- <html>
- <title>{Title}</title>
- <link rel="shortcut icon" href="{image:favicon}">
- <meta name="image:background" content=""/>
- <meta name="image:sidebar" content=""/>
- <meta name="image:favicon" content=""/>
- <meta name="text:navi text" content="navigation "/>
- <meta name="text:link 1" content=""/>
- <meta name="text:link 1 url" content="/"/>
- <meta name="text:link 2" content=""/>
- <meta name="text:link 2 url" content="/"/>
- <meta name="text:link 3" content=""/>
- <meta name="text:link 3 url" content="/"/>
- <meta name="color:background" content="#fff"/>
- <meta name="color:sidebar" content="#fff"/>
- <meta name="color:text" content="#000"/>
- <meta name="color:link" content="#000"/>
- <meta name="color:link hover" content="#fff"/>
- <meta name="color:navi bg" content="#cccccc" />
- <meta name="color:navi text" content="#000000" />
- <meta name="color:post bg" content="#fff"/>
- <meta name="color:border" content="#000"/>
- <meta name="color:ask bg" content="#fbfbfb"/>
- <meta name="color:post info bg" content="#fbfbfb"/>
- <meta name="color:chrome scrollbar" content="#000000" />
- <meta name="if:small cursor" content=""/>
- <meta name="if:small scrollbar" content=""/>
- <meta name="select:font" content="arial"/>
- <meta name="select:font" content="ms gothic"/>
- <meta name="select:font" content="consolas"/>
- <meta name="if:round img" content="0"/>
- <meta name="if:description" content="1"/>
- <meta name="if:borders" content="1"/>
- <meta name="if:img border" content="1"/>
- <meta name="if:post border" content="0"/>
- <meta name="if:navi border" content="0"/>
- <script type="text/javascript">
- // <![CDATA[
- var news=Array("navigation");
- var cursor="_"; // set cursor
- var delay=3; // seconds between each news item
- /***************************\
- * News Ticker Text Effect *
- *(c) 2004-6 mf2fm web-design*
- * /web/20140216184640/http://www.mf2fm.com/rv *
- * DON'T EDIT BELOW THIS BOX *
- \***************************/
- var newsp, cursp, flash, item=0;
- window.onload=function() { if (document.getElementById) {
- var span=document.getElementById("news");
- while (span.childNodes.length) span.removeChild(span.childNodes[0]);
- delay*=1000;
- newsp=document.createElement("span");
- cursp=document.createElement("span");
- cursp.appendChild(document.createTextNode(String.fromCharCode(160)+cursor));
- span.appendChild(newsp);
- span.appendChild(cursp);
- ticker();
- }}
- function ticker() {
- var i;
- while (newsp.childNodes.length) newsp.removeChild(newsp.childNodes[0]);
- newsp.appendChild(document.createTextNode(news[item].substring(0,1)));
- for (i=1; i<news[item].length; i++) setTimeout('newsp.firstChild.nodeValue="'+news[item].substring(0, i+1)+'"', 100*i);
- if (news[item].indexOf("www")!=-1) setTimeout('linkit('+item+')', 100*i);
- setTimeout('flash=setInterval("cursp.style.visibility=(cursp.style.visibility==\'visible\')?\'hidden\':\'visible\'", 234)', 100*i)
- setTimeout('clearInterval(flash)', delay);
- setTimeout('cursp.style.visibility="visible"', delay);
- setTimeout('ticker()', delay);
- item=++item%news.length;
- }
- function linkit(q) {
- var a,p,e,l;
- p=news[q].indexOf("www");
- e=news[q].indexOf(" ", p);
- if (e==-1) e=news[q].length;
- l=news[q].substring(p, e);
- while (newsp.childNodes.length) newsp.removeChild(newsp.childNodes[0]);
- newsp.appendChild(document.createTextNode(news[q].substring(0, p)));
- a=document.createElement("a");
- a.href="http://"+l;
- a.appendChild(document.createTextNode(l));
- newsp.appendChild(a);
- newsp.appendChild(document.createTextNode(news[q].substring(e)));
- }
- // ]]>
- </script>
- <style>
- {block:ifsmallcursor}
- *, body {cursor: url(http://i.imgur.com/2qleX.jpg), auto;} a, a:link,a:active,a:visited, a:hover {cursor: url(http://i.imgur.com/IepP2.jpg), auto;}{/block:ifsmallcursor}
- {block:ifsmallscrollbar}
- ::-webkit-scrollbar-thumb {
- min-height: 60px;
- border-left: 4px solid {color:background};
- border-right: 4px solid {color:background};
- border-top: 2px solid {color:background};
- border-bottom: 2px solid {color:background};
- background: {color:chrome scrollbar};
- }
- ::-webkit-scrollbar {
- width: 11px;
- height: 10px;
- border-left: 5px solid {color:background};
- border-right: 5px solid {color:background};
- border-top: 2px solid {color:background};
- border-bottom: 2px solid {color:background};
- background: {color:chrome scrollbar};
- }
- {/block:ifsmallscrollbar}
- body {
- font-size: 12px;
- color: {color:text};
- background-image: url('{image:background}');
- background-repeat: repeat;
- background-attachment: fixed;
- background-color: {color:background};
- font-family: {select:font};
- }
- ul {
- list-style-type: circle;
- }
- a, a:visited {
- text-decoration: none;
- color:{color:link};
- -webkit-transition-duration: .3s;
- -moz-transition-duration: .3s;
- -o-transition-duration: .3s;
- }
- a:hover {
- color:{color:link hover};
- transition-duration: .3s;
- -webkit-transition-duration: .3s;
- -moz-transition-duration: .3s;
- -o-transition-duration: .3s;
- }
- #entries {
- position: relative;
- padding: 10px;
- {block:ifpostborder}
- border: 1px solid {color:border};
- {/block:ifpostborder}
- width: 300px;
- margin: 30px 5px 20px 570px;
- background: {color:post bg};
- }
- #entries blockquote {
- color: {color:text};
- border-left: 1px solid {color:border};
- padding: 0px 0px 0px 10px;
- }
- #sidebar {
- {block:ifborders}
- border:1px solid {color:border};
- {/block:ifborders}
- position:fixed;
- margin-left: 350px;
- margin-top: 95px;
- width: 100px;
- padding:5px;
- background:{color:sidebar};
- padding-bottom:10px;
- }
- #sidebar img {
- {block:ifimgborder}
- border:1px solid {color:border};
- {/block:ifimgborder}
- margin-top: -40px;
- width: 80px;
- height: 80px;
- {block:ifroundimg}
- border-radius:100%;
- {/block:ifroundimg}
- }
- #navi {
- padding-top:7px;
- color:{color:navi text};
- text-align:center;
- height:23px;
- width:82px;
- overflow: hidden;
- font-family: {select:font};
- -webkit-transition: all .5s ease-in-out;
- -moz-transition: all .5s ease-in-out;
- -o-transition: all .5s ease-in-out;
- }
- #navi:hover {
- height:100px;
- }
- #navi #links {
- text-align:center;
- letter-spacing:1px;
- line-height:13px;
- }
- #navi #links a:hover {
- }
- .hover {
- padding-top:3px;
- background:{color:navi bg};
- height:17px;
- {block:ifnaviborder}
- border:1px solid {color:border} ;{/block:ifnaviborder}
- }
- #sidebar .desc {
- margin-top: 10px;
- padding-bottom:3px;
- }
- .ask {
- background: {color:ask bg};
- border: 1px solid {color:border};
- padding: 5px;
- }
- #nav{
- margin-left:575px;
- max-width:300px;
- text-align:center;
- padding:3px;
- margin-bottom:15px;
- margin-top:10px;
- }
- #lmao {
- opacity: 1;
- padding:4px 4px 4px 3px;
- position: fixed;
- bottom: 8px;
- right: 12px;
- color:{color:link};
- z-index: 99;
- font-size: 17px;
- font-weight:bold;}
- </style>
- <head>
- </head>
- <body>
- <div id="sidebar">
- <center>
- <img src="{image:sidebar}">
- {block:ifdescription}
- <div class="desc">
- {Description}
- </div>
- {/block:ifdescription}
- <div id="navi">
- <div class="hover">{text:navi text} ▼</div>
- <div id="links"><p></p>
- <a href="/">home</a><br>
- <a href="/ask">ask</a><br>
- <a href="{text:Link 1 URL}">{text:Link 1}</a><br>
- <a href="{text:Link 2 URL}">{text:Link 2}</a><br>
- <a href="{text:Link 3 URL}">{text:Link 3}</a><br>
- </div>
- </div>
- </center>
- </div>
- <div id="content">
- {block:Posts}
- <div id="entries">
- {block:NoRebloggedFrom}
- {block:RebloggedFrom}
- {ReblogParentName}
- {/block:RebloggedFrom}
- {/block:NoRebloggedFrom}
- {block:ContentSource}
- <!-- {SourceURL}
- {block:SourceLogo}
- <img src="{BlackLogoURL}"width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
- {/block:SourceLogo}
- {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
- {/block:ContentSource}
- {block:Text}
- {block:Title}
- <b>{Title}</b>
- {block:Title}
- {Body}
- {/block:Text}
- {block:Photo}
- {LinkOpenTag}
- <img src="{PhotoURL-400}" alt="{PhotoAlt}" style="width: 300px;">
- {LinkCloseTag}
- {block:Caption}
- {Caption}
- {/block:Caption}
- {/block:Photo}
- {block:Photoset}
- {LinkOpenTag}
- {Photoset}
- {LinkCloseTag}
- {block:Caption}
- {Caption}
- {/block:Caption}
- {/block:Photoset}
- {block:Quote}
- {Quote}
- {block:Source}
- {Source}
- {/block:Source}
- {/block:Quote}
- {block:Link}
- <a href="{URL}" target="_blank">{Name}</a>
- {block:Caption}
- {Caption}
- {/block:Caption}
- {/block:Link}
- {block:Chat}
- {block:Title}
- <b>{Title}</b>
- {/block:Title}
- {block:Lines}
- <div class="line {Alt}">
- {block:Label}
- <b>{Label}</b>
- {/block:Label}
- {Line}
- </div>
- {/block:Lines}
- {/block:Chat}
- {block:Audio}
- {block:AudioPlayer}
- {AudioPlayer}
- {block:AudioPlayer}
- {block:TrackName}
- {TrackName}
- {/block:TrackName}
- {block:Artist}
- {Artist}
- {/block:Artist}
- {block:Caption}
- {Caption}
- {/block:Caption}
- {/block:Audio}
- {block:Video}
- <div style="overflow:hidden;">
- {Video-400}
- </div>
- {block:Caption}
- {Caption}
- {block:Caption}
- {/block:Video}
- {block:Answer}
- <div class="ask">
- {Asker} said:
- {Question}
- </div>
- {Answer}
- {block:Answerer}
- {Answerer}
- {/block:Answerer}
- {/block:Answer}
- {block:PostNotes}
- {PostNotes}
- {/block:PostNotes}
- <!-- PERMALINK -->
- {block:Date}
- <div class="permalink" style="margin-top:5px; background:{color:post info bg}; padding:10px">
- <a href="{Permalink}">
- {TimeAgo}
- +{NoteCount}<br>
- {block:HasTags}
- {block:Tags}
- #{Tag}
- {/block:Tags}
- {/block:HasTags}
- </a>
- {/block:Date}
- </div>
- </div>
- {/block:Posts}
- </div>
- <div id="nav">
- {block:PreviousPage}<a href="{PreviousPage}">←</a> {/block:PreviousPage}
- {block:NextPage}<a href="{NextPage}">→</a>{/block:NextPage}
- </div>
- <a href="http://seadra.tumblr.com"; title="theme">
- <div id="lmao">★</div></a>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment