Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
- <!--
- THIS THEME WAS CREATED BY: NATALIE (FALLENVVINGSTHEMES)
- You can edit this theme as much as you want.
- Please DO NOT remove the credit.
- Please like or reblog the post if you use this theme.
- THANKS! Enjoy!
- -->
- <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
- <head>
- <script src="http://static.tumblr.com/8l2gpxb/Apwlulgho/snowstorm2.js"></script>
- <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="color:Text" content="#8f8f8f"/>
- <meta name="color:Link" content="#aaaaaa"/>
- <meta name="color:Tags" content="#cccccc"/>
- <meta name="color:Hover" content="#f1f1f1"/>
- <meta name="color:Background" content="#ffffff"/>
- <meta name="color:posts" content="#ededed"/>
- <meta name="color:details" content="#ffffff"/>
- <meta name="image:sidebar" content=""/>
- <meta name="image:background" content=""/>
- <meta name="if:infinite scroll" content="0"/>
- <meta name="if:tags on hover" content="1"/>
- <meta name="text:link 1" content="link">
- <meta name="text:link 1 url" content="/">
- <meta name="text:link 2" content="link">
- <meta name="text:link 2 url" content="/">
- <meta name="text:link 3" content="link">
- <meta name="text:link 3 url" content="/">
- <meta name="text:link 4" content="link">
- <meta name="text:link 4 url" content="/">
- <script src="http://static.tumblr.com/rzl30kg/eAxm7a751/jquery.style-my-tooltips.js"></script>
- <script>
- (function($){
- $(document).ready(function(){
- $("[title]").style_my_tooltips({
- tip_follows_cursor:true,
- tip_delay_time:200,
- tip_fade_speed:300
- }
- );
- });
- })(jQuery);
- </script>
- <style type="text/css">
- #s-m-t-tooltip{
- max-width:300px;
- margin:15px;
- padding:2px 8px;
- border:1px solid #DDD;
- border-radius:4px;
- background:#FFF;
- color:#AAA;
- z-index:999999;
- font-size:8px;
- font-style:italic;
- text-transform:lowercase;
- }
- ::-webkit-scrollbar {width: 7px;height: 5px;}
- ::-webkit-scrollbar-track-piece {background-color: {color:background}; color:{color:text};}
- ::-webkit-scrollbar-thumb:vertical {height: 3px; background-color: {color:text}; border:2px solid {color:background};}
- body {
- background:rgba(22,114,16,0.5);
- background-image:url('{image:background}');
- margin:0px;
- color:{color:text};
- font-family:Helvetica;
- font-size:12px;
- line-height:130%;
- }
- a {
- text-decoration:none;
- -moz-outline-style:none;
- color:{color:link};
- -webkit-transition: all 0.5s ease;
- -moz-transition: all 0.5s ease;
- -o-transition: all 0.5s ease;
- }
- blockquote img {
- border:none;
- width:350px;
- }
- h1 {
- font-size:18px;
- text-transform:uppercase;
- }
- .chat-inner ul {
- list-style-type:none;
- margin-left:-25px;
- }
- blockquote {
- padding-left:5px;
- border-left:2px solid;
- width:350px;
- }
- blockquote blockquote {
- padding-left:5px;
- border-left:2px solid;
- width:300px;
- }
- blockquote pre{
- height:auto;
- white-space:pre-line;
- max-width:420px;
- font-size:12px;
- background-color:rgba(166,166,166,0.1);
- padding:5px;
- }
- a:hover {
- opacity:1;
- color:{color:hover};
- -webkit-transition: all 0.5s ease;
- -moz-transition: all 0.5s ease;
- -o-transition: all 0.5s ease;
- }
- #all {
- padding:10px;
- width:520px;
- margin-left:550px;
- margin-top:-15px;
- font-size:13px;
- border-left:40px;
- border-right:40px;
- border-top:0px;
- border-bottom:0px;
- -webkit-border-image: url(http://static.tumblr.com/nuxi7mr/G8jnvmi49/oie_343826xjl39edx.gif) 100 round; /* Safari 3.1-5 */
- -o-border-image: url(http://static.tumblr.com/nuxi7mr/G8jnvmi49/oie_343826xjl39edx.gif) 100 round; /* Opera 11-12.1 */
- border-image: url(http://static.tumblr.com/nuxi7mr/G8jnvmi49/oie_343826xjl39edx.gif) 100 round;
- }
- #posts {
- width:500px;
- padding-bottom:20px;
- padding:10px;
- margin-top:70px;
- background-color:{color:posts};
- }
- #details {
- text-align:right;
- text-transform:uppercase;
- font-size:11px;
- height:20px;
- background-color:{color:details};
- padding:5px 7px 0px 7px;
- }
- #tags {
- font-family:cambria;
- text-transform:none;
- font-size:12px;
- font-style:italic;
- text-align:center;
- position:absolute;
- margin-left:-12px;
- width:500px;
- margin-top:23px;
- padding:3px;
- }
- {block:iftagsonhover}
- #posts:hover #tags a{
- visibility:visible;
- opacity:1;
- -webkit-transition: all 0.4s ease-in-out;
- -moz-transition: all 0.4s ease-in-out;
- -o-transition: all 0.4s ease-in-out;
- -ms-transition: all 0.4s ease-in-out;
- -transition: all 0.4s ease-in-out;
- }
- {block:iftagsonhover}
- #tags a {
- display:inline-block;
- {block:iftagsonhover}
- visibility:hidden;
- opacity:0;
- {block:iftagsonhover}
- padding:-3px;
- color:{color:tags};
- }
- #tags a:hover {color:{color:hover};}
- #question {
- padding:5px;
- text-align:left;
- background-color:{color:background};
- }
- .quo {
- font-size:17px;
- line-height:130%;
- font-style:italic;
- text-align:center;
- }
- #button {float:left;}
- #pagi{
- font-size:10px;
- text-align:center;
- margin-left:15px;
- margin-top:-175px;
- position:fixed;
- font-family:cambria;
- letter-spacing:0px;
- }
- #sidebar {
- position:fixed;
- top:135px;
- left:115px;
- }
- .orna img {
- width:30px;
- position:fixed;
- margin-top:100px;
- -webkit-transition: all 0.5s ease;
- -moz-transition: all 0.5s ease;
- -o-transition: all 0.5s ease;
- }
- #one {position:fixed;
- top:280px;
- left:205px;
- }
- #one img{width:45px;margin-top:100px;}
- #two{position:fixed;
- top:150px;
- left:245px;
- }
- #three{position:fixed;
- top:215px;
- left:280px;
- }
- #four{position:fixed;
- top:330px;
- left:305px;
- }
- #top img {width:60px;margin-top:100px;}
- #top {position:fixed;
- top:10px;
- left:245px;
- }
- .orna img:hover{
- width:35px;
- -webkit-transition: all 0.5s ease;
- -moz-transition: all 0.5s ease;
- -o-transition: all 0.5s ease;
- }
- #one img:hover{
- width:50px;
- -webkit-transition: all 0.5s ease;
- -moz-transition: all 0.5s ease;
- -o-transition: all 0.5s ease;
- }
- {CustomCSS}</style>
- <script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script></head><body>
- <div id="snow"></div>
- <div id="sidebar"><img src="http://static.tumblr.com/nuxi7mr/XsMnvnh55/oie_transparent__3_.png">
- <a title="home" href="/"><div id="two" class="orna"><div id="top"><img src="http://static.tumblr.com/nuxi7mr/ALLnvmgy4/oie_transparent__2_.png"></div>
- <a title="{text:link 1}" href="{text:link 1 url}"><div id="two" class="orna"><div id="one"><img src="http://static.tumblr.com/nuxi7mr/zecnvmgmz/oie_transparent__1_.png"></div>
- <a title="{text:link 2}" href="{text:link 2 url}"><div id="two" class="orna"><img src="http://gallery.yopriceville.com/downloadfullsize/send/4055"></div></a>
- <a title="{text:link 3}" href="{text:link 3 url}"><div id="two" class="orna"><div id="three" class="orna"><img src="http://gallery.yopriceville.com/var/albums/Free-Clipart-Pictures/Christmas-PNG/Transparent_Christmas_Gold_Ornament_Clipart.png?m=1381096800"></div>
- <a title="{text:link 4}" href="{text:link 4 url}"><div id="two" class="orna"><div id="four" class="orna"><img src="http://images.clipartpanda.com/christmas-ornament-clipart-nTXbA6qTB.png"></div>
- </div></div></div></div></div>
- <div id="all">
- <div class="autopagerize_page_element">{block:Posts}<div id="posts">
- {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
- {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{linkcloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
- {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
- {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
- {block:Quote}<div class="quo">"{Quote}"</div></br><center>{block:Source}- {Source}{/block:Source}</center></br>{/block:Quote}
- {block:Audio}<left>{block:AlbumArt}<img src="{AlbumArtURL}" width="80px" height="80px" align="left" style="margin-right:10px" />{/block:AlbumArt}<span class="audio">{AudioPlayerWhite}</left></span>
- <br>{block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}
- <br>{block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
- {/block:ExternalAudio}<br><b>Played:</b> {PlayCount} times
- {/block:Audio}
- {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
- {block:Chat}<div class="chat-inner"><ul>{block:Lines}<li class="{Alt}"><p>{block:Label}<strong>{Label}</strong>{/block:Label} {Line} </p></li>{/block:Lines}</ul></div>{/block:Chat}
- {block:Answer}<div id="question"><span style="text-transform:lowercase; font-style:italic">{Asker}</span> said: {Question}</div>{Answer}{/block:Answer}
- <div id="details">
- <a title="{ShortMonth} {DayOfMonthWithZero}, {Year}" href="{Permalink}">★</a>
- {block:RebloggedFrom} via <a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFrom}
- {block:ContentSource}<a title="original" href="{SourceURL}">©</a>{/block:ContentSource} //
- <a href="{Permalink}">{NoteCountWithLabel}</a>
- {block:HasTags}<div id="tags">{block:Tags} <a href="{TagURL}">#{Tag}</a> {/block:Tags}</div>{/block:HasTags}</div></div></br>
- <span id="button" style="margin-top:-45px; margin-left:35px;">{likebutton size="16" color="white"}</span>
- <span id="button" style="margin-top:-45px; margin-left:15px;">{reblogbutton size="16" color="white"}</span>
- {block:PostNotes}<div id="notes">{PostNotes}</div>{/block:PostNotes}
- {/block:Posts}</div></div></div>
- <div style="position:fixed;bottom:2px; right:3px;"><a title="fvvthemes" href="http://fallenvvingsthemes.tumblr.com"><img width="80px;" src="http://static.tumblr.com/nuxi7mr/94Rnqk1a2/tumblr_mh9l7xhvq11s0c2c9o1_500.png"></a></div>
- <script>if(typeof jQuery=='undefined'){document.write('<'+'script');document.write(' language="javascript"');document.write(' type="text/javascript"');document.write(' src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js">');document.write('</'+'script'+'>')}</script><script>if(!image_urls){var image_urls=Array()}if(!flash_urls){var flash_urls=Array()}image_urls['rain1']="http://static.tumblr.com/wt4apym/gG6mxfzjz/lakeside_snowflake.png";image_urls['rain2']="http://static.tumblr.com/wt4apym/gG6mxfzjz/lakeside_snowflake.png";image_urls['rain3']="http://static.tumblr.com/wt4apym/gG6mxfzjz/lakeside_snowflake.png";image_urls['rain4']="http://static.tumblr.com/wt4apym/gG6mxfzjz/lakeside_snowflake.png";$(document).ready(function(){var c=$(window).width();var d=$(window).height();var e=function(a,b){return Math.round(a+(Math.random()*(b-a)))};var f=function(a){setTimeout(function(){a.css({left:e(0,c)+'px',top:'-30px',display:'block',opacity:'0.'+e(10,100)}).animate({top:(d-10)+'px'},e(7500,8000),function(){$(this).fadeOut('slow',function(){f(a)})})},e(1,8000))};$('<div></div>').attr('id','rainDiv')
- .css({position:'fixed',width:(c-20)+'px',height:'1px',left:'0px',top:'-5px',display:'block'}).appendTo('body');for(var i=1;i<=20;i++){var g=$('<img/>').attr('src',image_urls['rain'+e(1,4)])
- .css({position:'absolute',left:e(0,c)+'px',top:'-30px',display:'block',opacity:'0.'+e(10,100),'margin-left':0}).addClass('rainDrop').appendTo('#rainDiv');f(g);g=null};var h=0;var j=0;$(window).resize(function(){c=$(window).width();d=$(window).height()})});</script>
- <script>if(typeof jQuery=='undefined'){document.write('<'+'script');document.write(' language="javascript"');document.write(' type="text/javascript"');document.write(' src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js">');document.write('</'+'script'+'>')}</script><script>$(document).ready(function(){var a=$('<img>').attr({'src':'http://static.tumblr.com/wt4apym/gG6mxfzjz/lakeside_snowflake.png','border':0});$('<a></a>').css({position:'absolute',right:'0px',top:'22px','z-index':'90'}).attr({'href':'http://tutorialuntukblog.blogspot.com/2011/10/tutorial-kelopak-bunga-berguguran-di.html'}).append(a).appendTo('body')});</script>
- </body></html>
Advertisement
Add Comment
Please, Sign In to add comment