Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!-----
- theme made by tumblr user planthed // weedhs ★彡
- keep the creds u lil bitch
- — http://painthemes.tumblr.com/
- — http://planthed.tumblr.com/
- — http://weedhs.tumblr.com/
- ------>
- <html lang="en">
- <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css">
- <link rel="stylesheet" type="text/css" href="http://assets.tumblr.com/fonts/avalon/stylesheet.css?v=1">
- <script type="text/javascript">
- WebFontConfig = {
- google: { families: [ 'Allura::latin', 'Roboto:100:latin', 'Dancing+Script::latin', 'Pinyon+Script::latin', 'Allura::latin', 'Ruthie::latin', 'Noto+Sans:400,400italic:latin', 'Libre+Baskerville:400,400italic:latin', 'Satisfy::latin', 'Dawning+of+a+New+Day::latin','Dosis::latin', 'Raleway:200:latin', 'Parisienne::latin', 'Great+Vibes::latin', 'Clicker+Script::latin' ] }
- };
- (function() {
- var wf = document.createElement('script');
- wf.src = ('https:' == document.location.protocol ? 'https' : 'http') +
- '://ajax.googleapis.com/ajax/libs/webfont/1/webfont.js';
- wf.type = 'text/javascript';
- wf.async = 'true';
- var s = document.getElementsByTagName('script')[0];
- s.parentNode.insertBefore(wf, s);
- })(); </script>
- <script type="text/javascript">
- <!--
- // Disable Right Click Script
- function IE(e)
- {
- if (navigator.appName == "Microsoft Internet Explorer" && (event.button == "2" || event.button == "3"))
- {
- return false;
- }
- }
- function NS(e)
- {
- if (document.layers || (document.getElementById && !document.all))
- {
- if (e.which == "2" || e.which == "3")
- {
- return false;
- }
- }
- }
- document.onmousedown=IE;document.onmouseup=NS;document.oncontextmenu=new Function("return false");
- //-->
- </script>
- <meta name="color:Background" content="#fbfbfb"/>
- <meta name="color:Text" content="#999999"/>
- <meta name="color:Link" content="#bfe4a8"/>
- <meta name="color:Background desc" content="#fbfbfb"/>
- <meta name="color:borders" content="#eee"/>
- <meta name="color:background posts" content="#fff"/>
- <meta name="image:Background" content=""/>
- <meta name="image:Sidebar" content=""/>
- <meta name="if:border radius" content="0" />
- <meta name="if:box shadow" content="1" />
- <meta name="if:faded posts" content="0" />
- <meta name="if:hover links" content="1"/>
- <meta name="if:outline sidebar image" content="1" />
- <meta name="if:outline posts" content="0" />
- <meta name="if:inverted sidebar" content="0" />
- <meta name="text:Link 1" content="/" />
- <meta name="text:Link 1 Title" content="home" />
- <meta name="text:Link 2" content="/ask" />
- <meta name="text:Link 2 Title" content="message"/>
- <meta name="text:Link 3" content="/" />
- <meta name="text:Link 3 Title" content="more" />
- <meta name="text:Link 4" content="/" />
- <meta name="text:Link 4 Title" content="favorites" />
- <meta name="text:Link 5" content="/" />
- <meta name="text:Link 5 Title" content="archive" />
- </script>
- <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
- <script src="http://static.tumblr.com/7qjmkr5/IUmmdsy41/jquery.style-my-tooltips.js"></script>
- <script>
- (function($){$(document)
- .ready(function(){$("[title]")
- .style_my_tooltips();});})
- (jQuery);
- </script>
- <script src="http://static.tumblr.com/kjtbii3/44Nmyhtju/slidetoggle.js">
- </script>
- <style type="text/css">
- #s-m-t-tooltip{
- max-width:300px;
- padding:5px;
- border-radius:3px;
- margin:20px 0px 0px 20px;
- background-color: rgba(0, 0, 0, 0.5);
- font-family:calibri;
- font-size:8px;
- text-transform:uppercase;
- color:#fff;
- letter-spacing:1px;
- opacity:1;
- z-index:9999999999999999999;
- }
- .tmblr-iframe.tmblr-iframe--desktop-loggedin-controls.iframe-controls--desktop{
- z-index:9999999999999999999999999999999999999;
- opacity:.2 !important;
- -webkit-filter:invert(100%);
- position:fixed!important;
- }
- .tmblr-iframe.tmblr-iframe--desktop-loggedin-controls.iframe-controls--desktop:hover{
- -webkit-transition:opacity 0.7s linear;
- opacity:1.0;
- -webkit-transition:all 0.4s ease-out;
- -moz-transition:all 0.4s ease-out;
- transition: all 0.4s ease-out;
- z-index:99999;
- }
- ::-webkit-scrollbar {width: 10px; height: 2px; background:transparent; border:4px solid transparent; }
- ::-webkit-scrollbar-thumb { background-color:{color:link}; border-bottom: 3px solid {color:background}; border-radius:0px; border-top: 3px solid {color:background}; border-left: 3px solid {color:background}; border-right: 3px solid {color:background}; }
- body, a, a:hover {cursor: url(http://img69.imageshack.us/img69/7673/cursorw.png), progress;}
- body {
- padding:0px;
- margin:0px;
- color:{color:Text};
- font-family:calibri;
- font-size:10px;
- line-height:12px;
- text-transform:normal;
- background-color:{color:Background};
- background-image:url({image:Background});
- background-attachment:fixed;
- background-repeat:repeat;
- cursor: url(http://img69.imageshack.us/img69/7673/cursorw.png), auto;}
- a:link, a:active, a:visited{
- color:{color:Link};
- text-decoration:none;
- -webkit-transition:all 0.6s ease-out; -moz-transition:all 0.6s ease-out;-o-transition:all 0.6s ease-out; transition:all 0.6s ease-out;}
- a:hover{
- color:#aaa;
- -webkit-transition:all 0.3s ease-out; -moz-transition:all 0.3s ease-out;-o-transition:all 0.3s ease-out; transition:all 0.3s ease-out;cursor: url(https://31.media.tumblr.com/fbf95db7e1a57a5f78f13ef8043481e7/tumblr_inline_n0qqzoPxCU1rugs40.png), auto;
- }
- #audio {
- width:200px;
- height:auto;
- min-height:60px;
- padding-bottom:0px;
- }
- .cover {
- position:absolute;
- z-index:1;
- width:50px;
- height:50px;
- }
- .cover img {
- float:left;
- width:50px;
- height:50px;
- }
- .playbox {
- opacity:0.6;
- width:27px;
- height:30px;
- overflow:hidden;
- position:absolute;
- z-index:1000;
- margin-left:17px;
- margin-top:17px;
- text-align:center;
- }
- .info {
- margin-left:77px;
- margin-top:4px;
- line-height:14px;
- }
- #cunt{width:250px; height:auto;}
- {block:PermalinkPage}
- width:10px;
- {/block:PermalinkPage}
- }
- #center{
- padding-top:3px;
- padding-bottom:3px;
- position:fixed !important;
- width:250px;
- height:207px;
- background-color:#fff;
- {block:PermalinkPage}
- width:410px;
- height:207px;
- {/block:PermalinkPage}
- }
- #posts{
- float:center;
- {block:indexpage}
- width:660px;
- {/block:indexpage}
- {block:permalinkpage}
- width:660px;
- {/block:permalinkpage}
- margin-left:450px;
- margin-top:20px;
- padding-left:10px;
- padding-top:10px;
- z-index:999;
- }
- #entry img{
- {block:ifoutlineposts}
- outline:1px solid #fff;
- outline-offset:-7px;
- {/block:ifoutlineposts}
- {block:indexpage}
- max-width:100%;
- z-index:999;
- -webkit-transition:all 0.7s ease-out;
- -moz-transition:all 0.7s ease-out;
- transition:all 0.7s ease-out;
- {/block:indexpage}
- }
- #entry{
- {block:ifboxshadow}
- box-shadow:rgba(0,0,0,.02) 10px 10px;
- {/block:ifboxshadow}
- {block:ifborderradius}
- border-radius:5px;
- {/block:ifborderradius}
- overflow:hidden;
- z-index:999;
- margin:15px;
- float:left;
- margin-left:15px;
- border:1px solid {color:borders};
- background:{color:background posts};
- font-size:8px;
- letter-spacing:1px;
- font-family:calibri;
- line-height:17px;
- text-transform:uppercase;
- width:210px;
- padding:20px;
- padding-bottom:15px;
- {block:PermalinkPage}
- width:400px;
- z-index:999;
- font-size:10px;
- {/block:PermalinkPage}
- }
- .lovely{
- position:absolute;
- width:250px;
- height:92%;
- opacity:0.3;
- background:#fff;
- z-index:3;
- -webkit-transition: all 0.3s linear;
- -webkit-transition: all 0.3s linear;
- -moz-transition: all 0.3s linear;
- transition: all 0.3s linear;
- }
- #entry:hover .lovely{
- opacity:0.0;
- width:0px;
- -webkit-transition: all 0.3s linear;
- -webkit-transition: all 0.3s linear;
- -moz-transition: all 0.3s linear;
- transition: all 0.3s linear;
- }
- #entry .perm1 a, #entry .perm3 a{color:white;}
- #entry .perm1{
- width:15px;
- height:14px;
- padding:7px;
- bottom:30px;
- margin-left:10px;
- opacity:0;
- line-height:14px;
- font-size:13px;
- text-align:center;
- background-color: rgba(0, 0, 0, 0.5);
- position:absolute;
- z-index:99999;
- overflow:hidden;
- -webkit-transition: all .9s ease;
- -moz-transition: all .9s ease;
- -o-transition: all .9s ease;
- transition: all .9s ease;
- border-radius:100%;
- }
- #entry:hover .perm1{
- opacity:1;
- overflow:visible;
- transform: rotate(-360deg);
- -moz-transform: rotate(-360deg);
- -webkit-transform: rotate(-360deg);
- -o-transform: rotate(-360deg);
- }
- #entry .perm3{
- width:15px;
- height:14px;
- padding:7px;
- bottom:30px;
- border-radius:100%;
- margin-left:45px;
- opacity:0;
- line-height:14px;
- font-size:13px;
- text-align:center;
- background-color: rgba(0, 0, 0, 0.5);
- position:absolute;
- z-index:99999;
- overflow:hidden;
- -webkit-transition: all .9s ease;
- -moz-transition: all .9s ease;
- -o-transition: all .9s ease;
- transition: all .9s ease;
- }
- #entry:hover .perm3{
- opacity:1;
- overflow:visible;
- transform: rotate(-360deg);
- -moz-transform: rotate(-360deg);
- -webkit-transform: rotate(-360deg);
- -o-transform: rotate(-360deg);
- }
- .permalinktext{
- display:block;
- text-align:right;
- text-decoration:none;
- margin-top:1px;
- background:{color:background desc};
- border:1px solid {color:borders};
- font-size:8px;
- letter-spacing:1px;
- padding-top:2px;font-family:calibri;
- text-transform:uppercase;
- padding:4px;
- }
- #postnotes{
- background:{color:background};
- overflow:scroll;
- border:1px solid #eee;
- height:auto;
- max-height:170px;
- font-size:8px;
- line-height:20px;
- padding:8px;
- }
- ol.notes li.note img.avatar {
- width:0px;
- display:inline;
- position:relative;
- list-style-type:none;
- display:none;
- }
- .title{
- font-family:Raleway;
- font-size:15px;
- line-height:17px;
- text-transform:uppercase;
- letter-spacing:1px;
- color:{color:link};
- }
- blockquote{
- letter-spacing:2px;
- font-size:8px;
- margin:0px 0px 2px 1px;
- }
- .taissa{
- {block:ifhoverlinks}
- opacity:0;
- {/block:ifhoverlinks}
- margin-left:-40px;
- margin-top:-25px;
- position:fixed;
- padding:5px;
- z-index:-999999;
- transition: all 0.9s ease-out;
- -o-transition-transition: all 0.9s ease;
- -webkit-transition: all 0.9s ease;
- -moz-transition: all 0.9s ease;
- transition: all 0.9s ease;
- {block:ifNOThoverlinks}
- opacity:1;
- margin-left:-80px;
- {/block:ifNOThoverlinks}
- }
- /*DO NOT TOUCH!!!!*/
- .wow {
- position:fixed;
- text-transform:uppercase;
- letter-spacing:1px;
- font-family:helvetica;
- font-size:20px;
- right:15px;
- bottom:15px;
- }
- .wow a:hover{color:{color:link};}
- #sidebar:hover .taissa{
- margin-left:-80px;
- opacity:1;
- }
- .taissa a{
- text-decoration:none;
- padding:10px;
- border:1px solid {color:borders};
- background:{color:background posts};
- color:{color:link};
- font-size:12px;
- letter-spacing:1px;
- font-family: 'Avalon', sans-serif;
- display:block;
- margin-top:10px;
- line-height:13px;
- {block:ifborderradius}
- border-radius:5px;
- {/block:ifborderradius}
- transition: all 0.9s ease-out;
- text-shadow:10px 0px transparent, -10px 0px transparent;
- }
- .taissa a:hover{
- background:{color:link};
- color:#fff;
- border-radius:0px;
- border:1px solid {color:link};
- box-shadow:inset 0px 0px 0px 20px {color:link};
- }
- #sidebar {
- border:1px solid {color:borders};
- background:{color:background posts};
- position:fixed !important;
- opacity:1;
- width:150px;
- height:auto;
- margin-top:70px;
- margin-left:220px;
- padding:20px;
- text-transform: normal;
- transition: all 0.9s ease-out;
- {block:ifboxshadow}
- box-shadow:rgba(0,0,0,.02) 10px 10px;
- {/block:ifboxshadow}
- {block:ifborderradius}
- border-radius:5px;
- {/block:ifborderradius}
- }
- .foto img{
- {block:ifinvertedsidebar}
- -webkit-filter: grayscale(100%);
- {/block:ifinvertedsidebar}
- padding:10px;
- border:1px solid {color:borders};
- width:130px;
- {block:iffadedposts}
- opacity:.8;
- {/block:iffadedposts}
- {block:ifoutlinesidebarimage}
- outline:1px solid #fff;
- {/block:ifoutlinesidebarimage}
- outline-offset:-17px;
- }
- .user_1 .label, .user_2 .label, .user_3 .label, .user_4 .label, .user_5 .label, .user_6 .label,
- .user_7 .label, .user_8 .label, .user_9 .label {color:Title};}
- </style>
- <title>{Title}</title>
- <link rel="shortcut icon" href="{favicon}">
- <link href='http://static.tumblr.com/blpgwiz/EfNmijxib/tada.css' rel='stylesheet' type='text/css'>
- <link rel="alternate" type="application/rss+xml" title="RSS" href="{RSS}" />
- <meta name="viewport" content="width=720" />
- </head>
- <body>
- <!--- do not detele this lmao---->
- <div class="wow"><a title="theme credit" href="http://planthed.tumblr.com/" target="_blank"><i class="fa fa-star"></i></a></div>
- <!--- do not detele this lmao---->
- <div id="sidebar">
- <div class="taissa">
- <a title="{text:Link 1 Title}" href="{text:Link 1}"><i class="fa fa-home"></i></a>
- <a title="{text:Link 2 Title}" href="{text:Link 2}"><i class="fa fa-envelope"></i></a>
- <a title="{text:Link 3 Title}" href="{text:Link 3}"><i class="fa fa-search"></i></a>
- <a title="{text:Link 4 Title}" href="{text:Link 4}"><i class="fa fa-heart"></i></a>
- <a title="{text:Link 5 Title}" href="{text:Link 5}"><i class="fa fa-archive"></i></a>
- </div>
- <div class="foto"><img src="{image:sidebar}"></div>
- <div style="margin-top:15px;width:140px;margin-left:-1px;font-size:8px;line-height:11px;padding-top:3px;padding:5px;border-radius:0px;
- font-family:calibri;text-transform:uppercase;letter-spacing:1px;color:{color:text};background:{color:background desc};border:1px solid {color:borders};height:auto">
- {Description}
- </div>
- </div>
- </div>
- <div id="center">
- <div id="content">
- <div id="posts">
- {block:Posts}
- <div id="entry">
- {block:Text}
- {block:Title}<span class="title">{Title}</span>{/block:Title}
- <span class="entrytext">{Body}</span></a>
- {block:IndexPage}<br>
- <div class="permalinktext">
- {DayOfMonth}, {ShortMonth} with <a href="{permalink}">{notecount} notes</a></div>{/block:IndexPage}
- {/block:Text}
- {block:Link}
- <a href="{URL}" class="title">{Name}</a>
- {block:Description}{Description}{/block:Description}
- {block:IndexPage}<br>
- <div class="permalinktext">
- {Month} {DayOfMonth} with <a href="{permalink}">{notecount} notes</a>
- </div>
- {/block:IndexPage}
- {block:Link}
- {block:Photo}
- {block:IndexPage}
- {block:iffadedposts}
- <div class="lovely"></div>
- {/block:iffadedposts}
- {/block:IndexPage}
- {block:IndexPage}
- <img src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width=100%;>
- <div class="perm1">
- <a title="reblog" href="{ReblogURL}" target="_blank"><i class="fa fa-retweet"></i></a>
- </div>
- <div class="perm3"><a title="posted {timeago} with {notecountwithlabel}" href="{permalink}" target="_blank"><i class="fa fa-search"></i></a></div>
- {/block:IndexPage}
- {block:permalinkpage}{LinkOpenTag}<center>
- <img src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width=100%;/>
- {LinkCloseTag}</center>{/block:permalinkpage}
- {/block:Photo}
- {block:Photoset}
- {block:IndexPage}
- <div style="width:210px; overflow-x:hidden; overflow-y:hidden">{Photoset-250}</div>
- {/block:IndexPage}
- {block:PermalinkPage}{Photoset-400}{/block:PermalinkPage}
- {block:IndexPage}<p>
- <div class="permalinktext">
- {Month} {DayOfMonth} with <a href="{permalink}">{notecount} notes</a>
- </div>
- {/block:IndexPage}
- {/block:Photoset}
- {block:Quote}
- <div class="quote">❝ {quote}</div>
- {block:IndexPage}<br>
- <div class="permalinktext">
- {DayOfMonth}, {ShortMonth} with <a href="{permalink}">{notecount} notes</a></div>{/block:IndexPage}
- {/block:Quote}
- {block:Chat}
- {block:Title}<span class="title">{Title}</span>{/block:Title}
- <ul class="chat">
- {block:Lines}
- <li class="user_{UserNumber}">
- {block:Label}
- <span class="label">{Label}</span>
- {/block:Label}
- {Line}<br>
- {/block:Lines}
- {block:IndexPage}<br>
- <div class="permalinktext">
- {DayOfMonth}, {ShortMonth} with <a href="{permalink}">{notecount} notes</a></div>{/block:IndexPage}
- {/block:Chat}
- {block:Audio}
- <div id="audio"><div class="cover"><img src="http://static.tumblr.com/k9utpfa/tcom8wpif/default_cover_m.jpg"></div>{block:AlbumArt}<div class="cover"><img src="{AlbumArtURL}"></div>{/block:AlbumArt}<div class="playbox">{block:AudioPlayer}{AudioPlayerWhite}{/block:AudioPlayer}</div><div class="info"><b>Artist:</b> <span{block:Artist} style="display:none;"{/block:Artist}>Unknown</span>{block:Artist}{Artist}{/block:Artist}<br><b>Title:</b> <span{block:TrackName} style="display:none;"{/block:TrackName}>Unknown</span>{block:TrackName}{TrackName}{/block:TrackName}<br><b>Album:</b> <span{block:Album} style="display:none;"{/block:Album}>Lovers</span>{block:Album}{Album}{/block:Album}{block:PlayCount}<br><b>Touch:</b> {FormattedPlayCount}{/block:PlayCount}</div></div>
- {block:IndexPage}<br>
- <div class="permalinktext">
- <center> {DayOfMonth}, {ShortMonth} with</font> <a href="{permalink}">{notecount} notes</font></a></center></div>{/block:IndexPage}
- {/block:Audio}
- {block:Video}
- {block:IndexPage}
- <div style="width:210px; overflow-x:hidden; overflow-y:hidden">{Video-250}</div>{/block:IndexPage}{block:PermalinkPage}{Video-400}{/block:PermalinkPage}
- {block:IndexPage}<p>
- <div class="permalinktext">
- <center> {DayOfMonth}, {ShortMonth} with</font> <a href="{permalink}">{notecount} notes</font></a></center></div>{/block:IndexPage}
- {block:Video}
- {block:Answer}
- <img src="{AskerPortraitURL-30}" align="left" style="margin-right:4px; margin-left:5px; margin-top:5px; border-radius:20px; background:#fbfbfb; padding:3px"/>
- <div style="margin:2px 2px 2px 2px; min-height:33px; padding:3px; background-color:#fbfbfb; border:1px solid #eee; border-radius:0px">
- <div style="background:transparent; padding:1px; height:auto">
- <askk>{Asker}:</askk> {Question}</div></div>
- <div style="margin-left:1px; margin-top:6px; padding:3px; line-height:12px; text-align:right; width:auto">{Answer}</div>
- {block:indexpage}<br>
- <div class="permalinktext">
- <center> {DayOfMonth}, {ShortMonth} with</font> <a href="{permalink}">{notecount} notes</font></a></center></div>
- {/block:indexpage}
- {/block:Answer}
- {block:PermalinkPage}
- {block:Caption}{Caption}{/block:Caption}<br>
- {block:Date}posted <u>{DayOfWeek}</u>{/block:Date} {block:NoteCount}with {NoteCount} notes<br>{/block:NoteCount}
- {block:RebloggedFrom}<b>source:</b> <a href="{ReblogRootURL}">{ReblogRootName}</a> | <b>of:</b> <a href="{ReblogParentURL}">{ReblogParentName}</a><br>{/block:RebloggedFrom}
- {block:NoteCount} <div style="text-align:center; margin:5px"></div>{/block:NoteCount}</center>
- {/block:PermalinkPage}
- {block:PostNotes}
- <div id="postnotes">{PostNotes}</div>
- {/block:PostNotes}</div>{/block:Posts}
- </div></div>
- {block:indexpage}
- {block:NextPage}<div id="page-nav"><a href="{NextPage}"></a></div>{/block:NextPage}
- <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.4/jquery.min.js"></script>
- <script type="text/javascript" src="http://static.tumblr.com/bswe8t6/UFVlryaq2/jquerymsnryv2.js"></script>
- <script type="text/javascript">
- $(window).load(function(){
- var $wall = $('#posts');
- $wall.imagesLoaded(function(){
- $wall.masonry({
- itemSelector: '#entry, #entry_photo',
- isAnimated : false
- });
- });
- $wall.infinitescroll({
- navSelector : '#page-nav',
- nextSelector : '#page-nav a',
- itemSelector : '#entry, #entry_photo',
- bufferPx : 2000,
- debug : false,
- errorCallback: function() {
- $('#infscr-loading').fadeOut('normal');
- }},
- function( newElements ) {
- var $newElems = $( newElements );
- $newElems.hide();
- $newElems.imagesLoaded(function(){
- $wall.masonry( 'appended', $newElems,{isAnimated: false}, function(){$newElems.fadeIn('slow');} );
- });
- }); $('#content').show(500);
- });
- </script>
- {/block:indexpage}
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement