Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!--
- ✧* 。♡ theme made by tumblr user @planthed ♡ 。*✧
- theme blog: @themekid
- -->
- <html lang="en">
- <head>
- <title>{Title}</title>
- <link rel="shortcut icon" href="{favicon}">
- <meta name="image:background" content=""/>
- <meta name="color:Background" content="#fbfbfb"/>
- <meta name="color:Link" content="#000"/>
- <meta name="color:text" content="#000"/>
- <meta name="color:top bar" content="#000"/>
- <meta name="color:navigation" content="#000"/>
- <meta name="color:blogtitle" content="#000"/>
- <meta name="color:tooltip background" content="#000"/>
- <meta name="color:tooltip text" content="#fff"/>
- <meta name="text:Transparent URL" content="http://media.tumblr.com/65f4f99495f65506f22452e98fd11b42/tumblr_inline_ndnw9kRXcQ1sgp6cl.png" />
- <meta name="text:blogtitle" content="" />
- <meta name="text:Link 1 Title" content="title 1" />
- <meta name="text:Link 1" content="http://" />
- <meta name="text:Link 2 Title" content="title 2"/>
- <meta name="text:Link 2" content="http://" />
- <meta name="text:Link 3 Title" content="title 3" />
- <meta name="text:Link 3" content="http://" />
- <meta name="text:Link 4 Title" content="title 4" />
- <meta name="text:Link 4" content="http://" />
- <meta name="text:Link 5 Title" content="title 4" />
- <meta name="text:Link 5" content="http://" />
- <meta name="if:Tiny cursor" content="1"/>
- <meta name="if:Photo zoom" content="1"/>
- <meta name="if:faded hover" content="1"/>
- <meta name="if:Transparent image" content="1"/>
- <meta name="select:title font" content="karla" title="Karla"/>
- <meta name="select:title font" content="montserrat" title="Montserrat"/>
- <meta name="select:title font" content="raleway" title="Raleway"/>
- <meta name="select:title font" content="Quicksand" title="Quicksand"/>
- <meta name="select:title font" content=" 'Petit Formal Script', cursive" title="Petit Formal Scrip"/>
- <script src="http://static.tumblr.com/kjtbii3/44Nmyhtju/slidetoggle.js">
- </script>
- <style type="text/css">
- /*tooltips style*/
- #s-m-t-tooltip{
- max-width:300px;
- padding:3px;
- padding-left:7px;
- padding-right:7px;
- min-height:7px;
- background:{color:tooltip background};
- margin:20px 0px 0px 20px;
- font-family:roboto;
- text-transform:uppercase;
- font-size:9px;
- color:{color:tooltip text};
- line-height:20px;
- opacity:1;
- z-index:9999999999999999999;
- }
- /*tumblr controls*/
- #tumblr_controls, .tmblr-iframe{ z-index:999999999999999999!important; -webkit-filter:invert(100%); -moz-filter:invert(100%); -o-filter:invert(100%); -ms-filter:invert(100%); filter:invert(100%); position:fixed!important; top:2px!important; right:0px!important; opacity:.5;
- -webkit-transition:all 0.6s ease-out;-webkit-transition: opacity 0.7s linear;opacity: 0.2;-webkit-transition: all 0.8s ease-out;-moz-transition: all 0.8s ease-out;transition: all 0.8s ease-out}
- #tumblr_controls, .tmblr-iframe:hover{
- opacity:.9;webkit-transition: all 0.4s ease-out;-moz-transition: all 0.4s ease-out;transition: all 0.4s ease-out;
- -webkit-transition:all 0.6s ease-out;-webkit-filter:invert(80%); -moz-filter:invert(80%); -o-filter:invert(80%); -ms-filter:invert(80%); filter:invert(80%);
- }
- /*scrollbar*/
- ::-webkit-scrollbar {
- background-color:#eeeeee;
- height: 11px;
- width: 11px;
- border:5px solid white;
- }
- ::-webkit-scrollbar-thumb {
- background-color:#ddd;
- border:5px solid white;
- }
- /*tiny cursor*/
- {block:ifTinycursor}
- html, body, a{cursor: url('http://33.media.tumblr.com/tumblr_lqs4qdUu8n1qfoi4t.png'), progress;}
- a:hover{
- cursor:url(http://static.tumblr.com/vmteopo/DH3njhg50/help_cursor.png), crosshair;
- }
- {/block:ifTinycursor}
- /*links*/
- a:link, a:active, a:visited{color:{color:link};-webkit-transition: all 0.6s ease-out;text-decoration:none;}
- a:hover {color:{color:text};}
- /*body*/
- body{
- margin:5px;
- background-color:{color:background};
- background-image:url({image:Background});
- background-attachment:fixed;
- background-repeat:repeat;
- font-family:muli;
- font-size:10px;
- line-height:15px;
- }
- #posts{
- width:800px;
- margin:40px auto;
- }
- #entry img{
- max-width:100%;
- -webkit-transition:all 0.3s ease-out;
- }
- #entry:hover img{
- {block:iffadedhover}
- opacity:.7;
- {/block:iffadedhover}
- }
- #entry {
- color:{color:text};
- margin-top:40px;
- margin-left:50px;
- width:200px;
- float:left;
- {block:PermalinkPage}
- width:400px;
- padding:10px;
- {/block:PermalinkPage}
- }
- /*DON'T COPY OR STEAL MY CODES*/
- #zoom{
- position:relative;
- overflow:hidden;
- }
- #entry #zoom img{
- display:block;
- -webkit-transition: all 0.3s ease-in-out;
- -moz-transition: all 0.3s ease-in-out;
- transition: all 0.3s ease-in-out;
- }
- #entry:hover #zoom img{
- -webkit-transform: scale(1.4);
- -moz-transform: scale(1.4);
- -o-transform: scale(1.4);
- transform: scale(1.4);
- }
- /*audio player*/
- #audio {
- width:200px;
- height:auto;
- min-height:60px;
- padding-bottom:0px;
- line-height:20px;
- }
- .cover {
- position:absolute;
- z-index:1;
- width:60px;
- height:60px;
- }
- .cover img {
- position:absolute;
- float:left;
- border-radius:0px;
- width:60px;
- height:60px;
- }
- .playbox {
- -webkit-transform: scale(0.20);
- opacity:0;
- width:27px;
- height:30px;
- overflow:hidden;
- position:absolute;
- z-index:1000;
- margin-left:17px;
- margin-top:17px;
- text-align:center;
- -webkit-transition: all .9s ease;
- -moz-transition: all .9s ease;
- -o-transition: all .9s ease;
- transition: all .9s ease;
- }
- #entry:hover .playbox{
- opacity:0.6;
- -webkit-transform: scale(1);
- -webkit-transition: all .9s ease;
- -moz-transition: all .9s ease;
- -o-transition: all .9s ease;
- transition: all .9s ease;
- }
- .info {
- margin-left:73px;
- margin-top:4px;
- font-size:16px;
- text-align:right;
- font-family:karla;
- line-height:17px;
- color:{color:blogtitle};
- }
- /*title*/
- .title{
- font-family: Karla;
- padding:2px;
- font-size:20px;
- line-height:25px;
- color:{color:blogtitle};
- }
- /*blockquote & quote*/
- blockquote{
- border-left:3px solid {color:top bar};
- padding-left:5px;
- line-height:15px;
- font-size:10px;
- margin:0px;
- }
- .quote{
- font-family:Karla;
- font-size:17px;
- line-height:20px;
- color:{color:blogtitle};
- }
- /*ask style*/
- .as{
- color:{color:text};
- font-family:Karla;
- padding-bottom:3px;
- font-size:13px;
- }
- .q{
- margin-top:0px;
- padding:6px;
- line-height:14px;
- background:{color:top bar};
- color:{color:navigation};
- }
- .ed{
- color:{color:text};
- margin-left:0px;
- font-family:Karla;
- text-align:right;
- font-size:13px;
- margin-top:6px;
- padding-bottom:3px;
- }
- .a{
- margin-top:0px;
- padding:1px;
- padding-left:10px;
- line-height:14px;
- background:rgba({RGBcolor:top bar}, 0.5);
- }
- /*chat styling*/
- .user_1, .user_3, .user_5, .user_7, .user_9, .user_11, .user_13, .user_15, .user_17, .user_19, .user_21, .user_23, .user_25, .user_27, .user_29, .user_31, .user_33, .user_35, .user_37, .user_39, .user_41, .user_43, .user_45, .user_47, .user_49, .user_51, .user_53, .user_55, .user_57, .user_59, .user_61, .user_63, .user_65, .user_67, .user_69, .user_71, .user_73, .user_75, .user_77, .user_79, .user_81, .user_83, .user_85, .user_87, .user_89, .user_91, .user_93, .user_95, .user_97, .user_99, .user_101, .user_103, .user_105, .user_107, .user_109, .user_111, .user_113, .user_115, .user_117, .user_119, .user_121, .user_123, .user_125, .user_127, .user_129, .user_131, .user_133, .user_135, .user_137, .user_139, .user_141, .user_143, .user_145, .user_147, .user_149{background:{color:top bar}; padding:5px;margin-bottom:8px;text-transform:uppercase;font-size:7px;letter-spacing:2px;color:{color:navigation};line-height:15px;padding-top:8px;}
- .user_2, .user_4, .user_6, .user_8, .user_10, .user_12, .user_14, .user_16, .user_18, .user_20, .user_22, .user_24, .user_26, .user_28, .user_30, .user_32, .user_34, .user_36, .user_38, .user_40, .user_42, .user_44, .user_46, .user_48, .user_50, .user_52, .user_54, .user_56, .user_58, .user_60, .user_62, .user_64, .user_66, .user_68, .user_70, .user_72, .user_74, .user_76, .user_78, .user_80, .user_82, .user_84, .user_86, .user_88, .user_90, .user_92, .user_94, .user_96, .user_98, .user_100, .user_102, .user_104, .user_106, .user_108, .user_110, .user_112, .user_114, .user_116, .user_118, .user_120, .user_122, .user_124, .user_126, .user_128, .user_130, .user_132, .user_134, .user_136, .user_138, .user_140, .user_142, .user_144, .user_146, .user_148, .user_150{background:rgba({RGBcolor:top bar}, 0.5); padding:5px;margin-bottom:8px;text-transform:uppercase;font-size:7px;letter-spacing:2px;color:{color:text};line-height:15px;padding-top:8px;}
- /*permalink notes*/
- #postnotes{
- margin-top:10px;
- line-height:20px;
- padding:10px;
- height:auto;
- overflow:auto;
- width:auto;
- background:#fff;
- border:1px solid {color:top bar};
- max-height:200px;
- text-transform:uppercase;
- font-family:roboto;
- font-size:9px;
- text-align:left;
- }
- ol.notes {
- padding:0;
- margin: 0;
- list-style-type: none;
- }
- ol.notes li.note {
- padding: 3px 0;
- margin-bottom:3px;
- }
- ol.notes li.note img.avatar {
- float:right;
- border-radius:50%;
- padding:0px!important;
- border:1px solid #fff;
- }
- ol.notes li.note blockquote a {
- text-decoration: none;
- }
- li.more_notes_link_container {
- font-weight: bold;
- text-transform: uppercase;
- font-size: 0.85em;
- }
- /*permas*/
- #entry .block {
- display:block;
- width:195px;
- margin-top:5px;
- opacity:1;
- line-height:20px;
- height:20px;
- text-align:right;
- color:{color:link};
- left:0px;
- font-family:raleway;
- word-spacing:1px;
- overflow:hidden;
- opacity:0;
- font-size:10px;
- letter-spacing:1px;
- -webkit-transition: all .9s ease;
- -moz-transition: all .9s ease;
- -o-transition: all .9s ease;
- transition: all .9s ease;
- }
- #entry:hover .block{
- opacity:1;
- -webkit-transition: all .9s ease;
- -moz-transition: all .9s ease;
- -o-transition: all .9s ease;
- transition: all .9s ease;
- }
- /*top bar*/
- #lace{
- position:fixed;
- opacity:1;
- width:100%;
- height:30px;
- background:{color:top bar};
- margin-top:-40px;
- margin-left:-5px;
- z-index:999999;
- }
- /*navigation links*/
- #nav{
- margin-top:7px;
- margin-left:5px;
- position:fixed;
- }
- #nav a{
- display:inline-block;
- font-size:10px;
- color:{color:navigation};
- -moz-transition-duration:0.7s;
- -webkit-transition-duration:0.7s;
- -o-transition-duration:0.7s;
- }
- #nav a::before,
- #nav a::after {
- display: inline-block;
- opacity: 0;
- -webkit-transition: -webkit-transform 0.3s, opacity 0.2s;
- -moz-transition: -moz-transform 0.3s, opacity 0.2s;
- transition: transform 0.3s, opacity 0.2s;
- }
- #nav a::before {
- padding-right:3px;
- content: '[';
- -webkit-transform: translateX(10px);
- -moz-transform: translateX(10px);
- transform: translateX(10px);
- }
- #nav a::after {
- padding-left:3px;
- content: ']';
- -webkit-transform: translateX(-10px);
- -moz-transform: translateX(-10px);
- transform: translateX(-10px);
- }
- #nav a:hover::before,
- #nav a:hover::after,
- #nav a:focus::before,
- #nav a:focus::after {
- opacity: 1;
- -webkit-transform: translateX(0px);
- -moz-transform: translateX(0px);
- transform: translateX(0px);
- }
- /*sidebar*/
- #sidebar{
- position:fixed;
- margin-top:10px;
- margin-left:10px;
- width:230px;
- padding:10px;
- font-size:10px;
- color:{color:text};
- }
- .blogtitle{
- font-family:{select:title font};
- font-size:25px;
- line-height:20px;
- padding-bottom:7px;
- text-align:left;
- color:{color:blogtitle};
- }
- /*credits, don't delete*/
- .wow {
- position:fixed;
- font-size:20px;
- right:10px;
- bottom:10px;
- z-index:999999999999999999999999;
- -o-transition-transition: all 0.3s ease;
- -webkit-transition: all 0.3s ease;
- -moz-transition: all 0.3s ease;
- transition: all 0.3s ease;
- }
- .wow a{color:{color:top bar};}
- .wow:hover a{color:{color:text};}
- .wow:hover{
- -webkit-animation:pop 1s;
- -ms-transform: rotate(360deg); /* IE 9 */
- -webkit-transform: rotate(360deg); /* Chrome, Safari, Opera */
- transform: rotate(360deg);
- }
- @-webkit-keyframes pop{0% {-webkit-transform: scale(1);}50% {-webkit-transform: scale(.8);}100% {-webkit-transform: scale(1);}}
- </style>
- <link rel="alternate" type="application/rss+xml" title="RSS" href="{RSS}" /><meta name="viewport" content="width=720" /></head>
- <link href='https://fonts.googleapis.com/css?family=Muli' rel='stylesheet' type='text/css'>
- <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css">
- <script type="text/javascript">
- WebFontConfig = {
- google: { families: [ 'Open+Sans:400,300:latin', 'Roboto:400,100:latin', 'Lato:400,300:latin', 'Raleway:400,300:latin', 'Montserrat:400,700:latin', 'NTR::latin', 'Karla::latin', 'Quicksand::latin', 'Petit+Formal+Script::latin', 'Parisienne::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 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>
- <body>
- <div id="lace">
- <div id="nav">
- <a href="{text:Link 1}">{text:Link 1 Title}</a>
- <a href="{text:Link 2}">{text:Link 2 Title}</a>
- <a href="{text:Link 3}">{text:Link 3 Title}</a>
- <a href="{text:Link 4}">{text:Link 4 Title}</a>
- <a href="{text:Link 5}">{text:Link 5 Title}</a>
- <a href="http://planthed.tumblr.com" target="_blank">Theme</a>
- </div>
- </div>
- <div id="sidebar">
- <div class="blogtitle">{text:blogtitle}</div>
- {Description}
- </div>
- <!--don't delete or i will fucking will you-->
- <div class="wow"><a title="theme credit" href="http://planthed.tumblr.com" target="_blank"><i class="fa fa-product-hunt"></i></a></div>
- <!--don't delete or i will fucking will you-->
- {block:iftransparentimage}
- <div style="position:fixed;z-index:-3;bottom:-3px;left:0px;opacity:.7;">
- <img src="{text:Transparent URL}" style="width:300px"></div>
- {/block:iftransparentimage}
- <div id="posts">
- {block:Posts}
- <div id="entry">
- {block:Text}
- {block:Title}<center><span class="title">{Title}</span></center>{/block:Title}
- <span class="entrytext">{Body}</span></span></a>
- {/block:Text}
- {block:Link}
- <a href="{URL}" class="title">{Name}</a>
- {block:Description}{Description}{/block:Description}
- {block:Link}
- {block:Photo}
- {block:ifphotozoom}
- <div id="zoom"><img src="{PhotoURL-500}" alt="{PhotoAlt}"width=100%/></div>
- {/block:ifphotozoom}
- {block:ifNOTphotozoom}
- <img src="{PhotoURL-500}" alt="{PhotoAlt}"width=100%/>
- {/block:ifNOTphotozoom}
- {/block:Photo}
- {block:Photoset}
- {block:IndexPage}
- {block:Photos}
- <img src="{PhotoURL-500}" class="photoset-img" />
- {/block:Photos}
- {/block:IndexPage}
- {block:PermalinkPage}
- {Photoset-400}
- {/block:PermalinkPage}
- {/block:Photoset}
- {block:Quote}
- <div class="quote">❝ {quote}</div>
- {/block:Quote}
- {block:Chat}
- <div class="chat">
- {block:Title}<span class="title">{Title}</span></span>{/block:Title}
- {block:Lines}<div class="lines {Alt}"><div class="{Alt} user_{UserNumber}">{block:Label}<i>{Label}</i> {/block:Label}{Line}</div></div>{/block:Lines}
- </div>
- {/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"><span{block:Artist} style="display:none;"{/block:Artist}>Unknown</span>{block:Artist}{Artist}{/block:Artist}<br><p><span{block:TrackName} style="display:none;"{/block:TrackName}>Unknown</span>{block:TrackName}{TrackName}{/block:TrackName}</div></div><p>
- {/block:Audio}
- {block:Video}
- {block:IndexPage}
- {Video-250}
- {/block:IndexPage}</center>
- {block:PermalinkPage}{Video-400}{/block:PermalinkPage}
- {block:Video}
- {block:Answer}
- <div class="as">{Asker} asked:</div>
- <div class="q">{Question}</div>
- <div class="ed">{name} replied:</div>
- <div class="a">{Answer}</div>
- {/block:Answer}
- {block:IndexPage}
- <div class="block">
- <a href="{reblogURL}" target="_blank" >Reblog</a> – <a title="{Timeago}" href="{Permalink}" target="_blank" >{NoteCount}</a>
- </div>
- {/block:IndexPage}
- {block:PermalinkPage}
- {block:Caption}{Caption}{/block:Caption}
- <center>{block:RebloggedFrom}
- posted {12Hour}:{Minutes} {AmPm} on {DayOfWeek}, {Month} {DayOfMonth}, {Year} with {notecountwithlabel}<br>
- <b>orginally posted by:</b> <a href="{ReblogRootURL}">{ReblogRootName}</a> | <b>reblogged from:</b> <a href="{ReblogParentURL}">{ReblogParentName}</a><br>{/block:RebloggedFrom}
- {block:HasTags} tags: {block:Tags}<a href="{TagURL}">#{Tag}</a> {/block:Tags}{/block:HasTags}</center>
- {block:NoteCount}{/block:NoteCount}
- {/block:PermalinkPage}
- {block:PostNotes}
- <div id="postnotes">{PostNotes-16}</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