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:link 1" content=""/>
- <meta name="text:link 1 url" content="/"/>
- <meta name="text:link 1 title" content="title"/>
- <meta name="text:link 2" content=""/>
- <meta name="text:link 2 url" content="/"/>
- <meta name="text:link 2 title" content="title"/>
- <meta name="text:link 3" content=""/>
- <meta name="text:link 3 url" content="/"/>
- <meta name="text:link 3 title" content="title"/>
- <meta name="text:link 4" content=""/>
- <meta name="text:link 4 url" content="/"/>
- <meta name="text:link 4 title" content="title"/>
- <meta name="color:background" content="#fff"/>
- <meta name="color:text" content="#000"/>
- <meta name="color:desc text" content="#000"/>
- <meta name="color:link" content="#ccc"/>
- <meta name="color:link hover" content="#ddd"/>
- <meta name="color:link hover bg" content="#ccc"/>
- <meta name="color:borders" content="#000"/>
- <meta name="color:post shadow" content="#000"/>
- <meta name="color:post bg" content="#fff"/>
- <meta name="color:ask bg" content="#eee"/>
- <meta name="color:chrome scrollbar" content="#000000" />
- <meta name="if:small cursor" content=""/>
- <meta name="if:small scrollbar" content=""/>
- <meta name="select:post size" content="250px"/>
- <meta name="select:post size" content="300px"/>
- <meta name="select:post size" content="350px"/>
- <meta name="select:post size" content="400px"/>
- <meta name="select:font" content="arial"/>
- <meta name="select:font" content="consolas"/>
- <meta name="select:font" content="ms gothic"/>
- <meta name="if:sidebar img" content="1"/>
- <meta name="if:description" content="1"/>
- <meta name="if:normal sidebar img" content="1"/>
- <meta name="if:sidebar img border" content="1"/>
- <meta name="if:full bg" content="0"/>
- <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}
- .tooltip{
- display: inline;
- position: relative;
- }
- #s-m-t-tooltip {
- max-width:300px; /*how big the tooltip can be at most*/
- border-radius: 0px; /*change your border radius*/
- padding:3px 4px 5px 4px; /*padding inside tooltip*/
- margin:15px 7px -2px 15px; /*distance from word*/
- background-color:#ffffff; /*background color*/
- border:1px solid {color:borders}; /*border info*/
- font-family:{select:font}; /*tooltip font*/
- font-size:9px; /*tooltip font size*/
- color:{color:text}; /*tooltip font color*/
- z-index:999999999999999999999999999999999999;
- }
- body {
- font-size: 12px;
- color: {color:text};
- background-image: url('{image:background}');
- {block:ifnotfullbg}
- background-repeat: repeat;
- background-attachment: fixed;
- {/block:ifnotfullbg}
- {block:iffullbg}
- background-size: cover;
- background-attachment: fixed;
- {/block:iffullbg}
- background-color: {color:background};
- font-family: {select:font};
- }
- ul {
- list-style-type: circle;
- }
- a, a:visited {
- text-decoration: underline;
- color:{color:link};
- -webkit-transition-duration: .3s;
- -moz-transition-duration: .3s;
- -o-transition-duration: .3s;
- }
- a:hover {
- color:{color:link hover};
- font-style:italic;
- background:{color:link hover bg};
- transition-duration: .3s;
- -webkit-transition-duration: .3s;
- -moz-transition-duration: .3s;
- -o-transition-duration: .3s;
- }
- #entries {
- position: relative;
- padding: 15px;
- border: 1px solid {color:borders};
- width: {select:post size};
- margin: 30px 5px 20px 550px;
- background: {color:post bg};
- box-shadow:2px 2px 0px {color:post shadow};
- }
- #entries blockquote {
- color: {color:text};
- border-left: 1px {select:border}{color:border};
- padding: 0px 0px 0px 10px;
- }
- #sidebar {
- position:fixed;
- margin-left: 350px;
- margin-top: 80px;
- width: 80px;
- padding:10px
- }
- #sidebar img {
- width: 74px;
- {block:ifnormalsidebarimg}
- height: 74px;
- {/block:ifnormalsidebarimg}
- padding:2px;
- {block:ifsidebarimgborder}
- border: 1px solid {color:borders};
- {/block:ifsidebarimgborder}
- }
- #sidebar .li {
- text-align:center;
- margin-top: 10px;
- z-index:9999;
- padding-bottom:10px;
- word-spacing:3px;
- }
- #sidebar .desc {
- padding-top:10px;
- color:{color:desc text};
- }
- .ask {
- background: {color:ask bg};
- padding: 5px;
- }
- #lmao {
- opacity: 1;
- padding:4px 4px 4px 3px;
- position: fixed;
- bottom: 4px;
- right: 12px;
- color:{color:link};
- z-index: 99;
- font-size: 17px;
- font-weight:bold;}
- </style>
- <head>
- <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.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>
- <!--basic tooltip from tutorial-baby! Enjoy-->
- </head>
- <body>
- <div id="sidebar">
- <center>
- {block:ifsidebarimg}
- <img src="{image:sidebar}">
- {/block:ifsidebarimg}
- {block:ifdescription}
- <div class="desc">
- {Description}
- </div>
- {/block:ifdescription}
- <div class="li">
- <a href="{text:link 1 url}"; title="{text:link 1 title}">{text:link 1}</a>
- <a href="{text:link 2 url}"; title="{text:link 2 title}">{text:link 2}</a>
- <a href="{text:link 3 url}"; title="{text:link 3 title}">{text:link 3}</a>
- <a href="{text:link 4 url}"; title="{text:link 4 title}">{text:link 4}</a>
- </div>
- <div id="pages">
- {block:PreviousPage}
- <a href="{PreviousPage}">back</a>
- {/block:PreviousPage}
- {block:NextPage}
- <a href="{NextPage}">next</a>
- {/block:NextPage}
- </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: {select:post size};">
- {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; text-align:center">
- <a href="{Permalink}">
- {DayOfMonth}.{MonthNumber}.{Year}
- +{NoteCount}<br>
- {block:HasTags}
- {block:Tags}
- #{Tag}
- {/block:Tags}
- {/block:HasTags}
- </a>
- </div>
- {/block:Date}
- </div>
- </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