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">
- <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
- <head>
- <script type="text/javascript"
- src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
- <script>
- $(document).ready(function() {
- //
- $('a.poplight[href^=#]').click(function() {
- var popID = $(this).attr('rel'); //Get Popup Name
- var popURL = $(this).attr('href'); //Get Popup href to define size
- var query= popURL.split('?');
- var dim= query[1].split('&');
- var popWidth = dim[0].split('=')[1]; //Gets the first query string value
- $('#' + popID).fadeIn().css({ 'width': Number( popWidth ) }).prepend('<a href="#" class="close"><img src="http://static.tumblr.com/qglwiwx/MWKmt76fr/6.png" class="btn_close" title="Close" alt="Close" /></a>');
- var popMargTop = ($('#' + popID).height() + 80) / 2;
- var popMargLeft = ($('#' + popID).width() + 80) / 2;
- //Apply Margin to Popup
- $('#' + popID).css({
- 'margin-top' : -popMargTop,
- 'margin-left' : -popMargLeft
- });
- $('body').append('<div id="fade"></div>');
- $('#fade').css({'filter' : 'alpha(opacity=80)'}).fadeIn(); //Fade in the fade layer - .css({'filter' : 'alpha(opacity=80)'})
- return false;
- });
- $('a.close, #fade').live('click', function() {
- $('#fade , .popup_block').fadeOut(function() {
- $('#fade, a.close').remove(); //fade them both out
- });
- return false;
- });
- });
- </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}
- <link href="style-my-tooltips.css" rel="stylesheet" type="text/css" />
- <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script><script type="text/javascript" src="http://static.tumblr.com/7qjmkr5/IUmmdsy41/jquery.style-my-tooltips.js"></script><script>(function($){$(document).ready(function(){$("[title]").style_my_tooltips();});})(jQuery);</script>
- <!---1st theme by Mira-Dyodoroo !! yehett hihih
- --->
- <meta name="color:Background" content="#fAfafa"/>
- <meta name="color:title" content="#b8d5eb"/>
- <meta name="color:Back post color" content="#eee"/>
- <meta name="color:Back post border color" content="#dddddd"/>
- <meta name="color:Text" content="#a8a8a8"/>
- <meta name="color:DescriptionText" content="#b8b8b8"/>
- <meta name="color:Post Border" content="#dddddd"/>
- <meta name="color:Post Links" content="#c0bfbf"/>
- <meta name="color:Post Links Hover" content="#f2f2f2"/>
- <meta name="color:blockquote border" content="#9a9a9a"/>
- <meta name="color:Scrollbar" content="#000000"/>
- <meta name="color:Scrollbar Background" content="#ffffff"/>
- <meta name="color:Answer Backg" content="#000000"/>
- <meta name="image:Background" content=""/>
- <meta name="image:corner" content="http://31.media.tumblr.com/fe36b13e6a66e1d7975bd8e36a8e566d/tumblr_n190uegj8v1sljcroo1_400.png"/>
- <meta name="text:Link 1" content="/ask" />
- <meta name="text:Link 1 Text" content="message" />
- <meta name="text:Link 2" content="/" />
- <meta name="text:Link 2 Text" content="" />
- <meta name="text:Link 3" content="/" />
- <meta name="text:Link 3 Text" content="" />
- <meta name="text:Link 4" content="/" />
- <meta name="text:Link 4 Text" content="" />
- <meta name="text:Link 5" content="/" />
- <meta name="text:Link 5 Text" content="" />
- <meta name="if:cornerimage" content="1" />
- <meta name="if:lilCursor" content="1"/>
- <meta name="if:faded posts" content="1"/>
- <meta name="if:banner" content="1"/>
- <meta name="if:Show Link 1" content="1" />
- <meta name="if:Show Link 2" content="1" />
- <meta name="if:Show Link 3" content="1" />
- <meta name="if:Show Link 4" content="1" />
- <meta name="if:Show Link 5" content="1" />
- <style type="text/css">
- #tumblr_controls {-webkit-filter: invert(100%);}
- ::-webkit-scrollbar {
- width: 6px;
- height: 3px;
- background: {color:scrollbar background}}
- ::-webkit-scrollbar-thumb {
- background-color:{color:scrollbar} ;
- border:1px solid #fff;
- }
- {block:iflilCursor}
- body, a:hover {cursor: url(http://cur.cursors-4u.net/cursors/cur-9/cur817.cur), progress !important;}
- {/block:iflilCursor}
- body {
- font-family: calibri;
- font-size:9px;
- margin:0;
- background-attachment:fixed;
- background-repeat:repeat;
- background:url('{image:Background}');
- background-color:{color:Background};
- color:{color:Text};
- }
- a {
- color:{color:Post Links};
- text-decoration:none;
- -webkit-transition: all 0.4s linear;
- -moz-transition: all 0.4s ease-in-out;
- -o-transition: all 0.4s ease-in-out;
- -ms-transition: all 0.4s ease-in-out;
- }
- a:hover {
- color:{color:Post Links Hover};
- -moz-transition-duration:0.4s;
- -webkit-transition-duration:0.4s;
- -o-transition-duration:0.4s;
- }
- b, strong {
- color:{color:Bold};
- font-weight:bold;
- }
- i, em {
- color:{color:Italic};
- font-style:italic;
- }
- img {
- border:none;
- }
- h1 {
- font-size:12px;
- text-transform:uppercase;
- }
- blockquote {
- padding-left:5px;
- border-left:2px solid {color:blockquote border};
- }
- blockquote blockquote {
- padding-left:5px;
- border-left:2px solid {color:blockquote border};
- }
- blockquote img {
- max-width: 100%;}
- #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:9px;
- font-style:ham;
- text-transform:lowercase;
- box-shadow:1px 1px 3px rgba(0,0,0,.1);}
- #entries {
- margin-left:170px;
- margin-top:20px;
- padding:20px;
- }
- .posts {
- position:relative;
- width: 400px;
- padding:20px;
- margin:30px;;
- background: #fff;
- border: 1px solid {color:post border};
- }
- {block:iffadedposts}
- .posts img{ max-width: 100%;
- -webkit-transition: opacity 0.9s linear;
- opacity: 0.6;
- -moz-opacity: 0.2;
- -webkit-transition: all 0.9s ease;
- -moz-transition: all 0.9s ease;
- -o-transition: all 0.9s ease;
- }
- .posts img:hover {
- -webkit-transition: opacity 0.9s linear;
- opacity: 1;
- -moz-opacity: 1;
- -webkit-transition: all 0.9s ease;
- -moz-transition: all 0.9s ease;
- -o-transition: all 0.9s ease;
- }
- .posts iframe.photoset {
- max-width: 100%;
- -webkit-transition: opacity 0.9s linear;
- opacity: 0.6;
- -moz-opacity: 0.2;
- -webkit-transition: all 0.9s ease;
- -moz-transition: all 0.9s ease;
- -o-transition: all 0.9s ease;
- }
- .posts iframe.photoset:hover {
- -webkit-transition: opacity 0.9s linear;
- opacity: 1;
- -moz-opacity: 1;
- -webkit-transition: all 0.9s ease;
- -moz-transition: all 0.9s ease;
- -o-transition: all 0.9s ease;
- }
- {/block:iffadedposts}
- {block:ifNOTfadedposts}
- .posts img{
- max-width: 100%;}
- {/block:ifNOTfadedposts}
- #description{
- float:center;
- text-align: justify;
- text-transform: uppercase;
- font-family: calibri;
- font-size: 8px;
- margin-left: 720px;
- margin-top: 125px;
- text-align: center;
- width: 120px;
- max-height:150px;
- padding: 10px;
- background: #fff;
- border: 1px solid #eee;
- position: fixed;
- opacity: 1;
- border-radius: 25px 5px 25px 5px;
- }
- #title {
- width:180px;
- margin-top: 100px;
- margin-left: 705px;
- padding-bottom:10px;
- font-size: 22px;
- font-family: calibri;
- text-transform: uppercase;
- text-align: center;
- position:fixed;
- color:{color:title};
- }
- #indexinfo {
- background:#fff;
- opacity:0;
- width:15px;
- max-height:60px;
- margin-top:-21px;
- text-align:left;
- border-top: 1px solid {color:post border};
- border-bottom: 1px solid {color:post border};
- border-right: 1px solid {color:post border};
- margin-left:420px;
- position:absolute;
- padding: 1px 1px 1px 1px;
- -webkit-transition: opacity 0.7s linear;
- -webkit-transition: all 0.7s ease-out;
- -moz-transition: all 0.7s ease-out;
- transition: all 0.7s ease-out;}
- .posts:hover #indexinfo {
- opacity:1.0;
- margin-left:420px;
- -webkit-transition: opacity 0.7s linear;
- -webkit-transition: all 0.7s ease-out;
- -moz-transition: all 0.7s ease-out;
- transition: all 0.7s ease-out; }
- #asker {
- color:#fcfcfc;
- padding:14px;
- font-family:'arial';
- font-size:11px;
- letter-spacing:0px;
- text-align:left;
- margin-top:0px;
- text-transform:lowercase;
- line-height:100%;
- background-color:{color:Answer Backg}
- }
- #permainfo{
- margin-left:5px;
- background: #fafafa;
- padding: 5px;
- border-top: 4px solid {color:post border};
- color: #aaa;
- font-family: consolas;
- font-size: 10px;
- letter-spacing: 1px;
- text-transform: uppercase;
- }
- #notes{
- width:380px;
- margin-left:30px;
- background: #fafafa;
- padding: 25px 25px 25px 25px;
- border-left: 10px solid {color:post border};
- color: #aaa;
- font-family: consolas;
- font-size: 8px;
- letter-spacing: 1px;
- text-transform: uppercase;
- }
- #back {
- width: 480px;
- height: 100%;
- position: fixed;
- left: 200px;
- top: 0;
- background:{color:Back post color} ;
- border: 1px solid {color:Back post border color} ;
- z-index: -999;
- }
- {block:ifbanner}
- #banner_outer {
- width:100%;
- height:25px;
- top:0px;
- left:0px;
- position:fixed;
- z-index:999999;
- border-top:19px solid #fff;
- }
- #banner {
- background-image:url("http://static.tumblr.com/3yblkz0/S8omdno3x/jaja.png");
- repeat:repeat-x;
- width:100%;
- height:18px;
- }
- {/block:ifbanner}
- #ima {
- position: Fixed;
- bottom: 0px;
- margin-left:1110px;
- opacity: 0.7;
- z-index: -4;
- filter: url(filters.svg#grayscale);
- filter: gray;
- -webkit-filter: grayscale(1);
- }
- #fade { /*--Transparent background layer--*/
- background: #Fafafa;
- display: none; /*--hidden by default--*/
- position: fixed; left: 0; top: 0;
- width: 100%; height: 100%;
- opacity: .80;
- z-index: 9999;
- }
- .popup_block{
- display: none; /*--hidden by default--*/
- background: #fff;
- padding: 10px;
- border: 3px DOUBLE #dddddd;
- float: left;
- font-size: 10;
- position: fixed;
- top: 50%; left: 50%;
- z-index: 99999;
- /*--CSS3 Box Shadows--*/
- /*--CSS3 Rounded Corners--*/
- -webkit-border-radius: 5px;
- -moz-border-radius: 5px;
- border-radius: 25px 25px 25px 25px;
- }
- img.btn_close {
- float: right;
- margin: -20 -20px 0 0;
- }
- /*--Making IE6 Understand Fixed Positioning--*/
- *html #fade {
- position: absolute;
- }
- *html .popup_block {
- position: absolute;
- }
- #cred {
- position:fixed;
- font-family:calibri;
- text-transform:uppercase;
- font-size:8px;
- right:2px;
- bottom:2px;
- padding:4px;
- letter-spacing:1px;
- }
- {CustomCSS}</style>
- <script type="text/javascript" src="http://static.tumblr.com/0szq8b5/R0cmg0bw1/tumblr-endless-scrolling.js"></script>
- </head>
- <div style="position:Fixed; z-index: ; top:-60px; left:0px;">
- <object type="application/x-shockwave-flash" style="outline:none;" data="http://cdn.abowman.com/widgets/fish/fish.swf?up_fishColor10=DEDEDE&up_fishColor7=949494&up_fishColor2=949494&up_fishColor9=E3E3E3&up_numFish=10&up_fishColor3=4A4A4A&up_backgroundImage=http://&up_backgroundColor=FAFAFA&up_foodColor=9BC4CC&up_fishColor1=E3E3E3&up_fishColor6=4A4A4A&up_fishColor4=E3E3E3&up_fishColor5=DEDEDE&up_fishColor8=4A4A4A&up_fishName=Fish&" width="200" height="900"><param name="movie" value="http://cdn.abowman.com/widgets/fish/fish.swf?up_fishColor10=DEDEDE&up_fishColor7=949494&up_fishColor2=949494&up_fishColor9=E3E3E3&up_numFish=10&up_fishColor3=4A4A4A&up_backgroundImage=http://&up_backgroundColor=FAFAFA&up_foodColor=9BC4CC&up_fishColor1=E3E3E3&up_fishColor6=4A4A4A&up_fishColor4=E3E3E3&up_fishColor5=DEDEDE&up_fishColor8=4A4A4A&up_fishName=Fish&"></param><param name="AllowScriptAccess" value="always"></param><param name="wmode" value="opaque"></param><param name="scale" value="noscale"/><param name="salign" value="tl"/></object> </div>
- <div id="banner_outer"><div id="banner">
- </div> </div>
- <div id="title"><center style="opacity:.4;">{title}</center></div>
- <br>
- <div id="description">
- <center><font size="1"><a href="/" title="home"><img src="http://static.tumblr.com/qglwiwx/b9Jmt758v/4.png"style="opacity:.4;"> </a>
- {block:IfShowLink1}<a href="#?w=500" rel="02" class="poplight" title="{text:Link 1 Text}"><img src="http://static.tumblr.com/qglwiwx/b9Jmt758v/4.png"style="opacity:.4;"> </a>{/block:IfShowLink1}
- {block:IfShowLink2}<a href="{text:Link 2}"title="{text:Link 2 Text}" ><img src="http://static.tumblr.com/qglwiwx/b9Jmt758v/4.png"style="opacity:.4;"> </a>{/block:IfShowLink2}
- {block:IfShowLink3}<a href="{text:Link 3}"title="{text:Link 3 Text}"><img src="http://static.tumblr.com/qglwiwx/b9Jmt758v/4.png"style="opacity:.4;"> </a>{/block:IfShowLink3}
- {block:IfShowLink4}<a href="{text:Link 4}"title="{text:Link 4 Text}"><img src="http://static.tumblr.com/qglwiwx/b9Jmt758v/4.png"style="opacity:.4;"> </a>{/block:IfShowLink4}
- {block:IfShowLink5}<a href="{text:Link 5}"title="{text:Link 5 Text}"><img src="http://static.tumblr.com/qglwiwx/b9Jmt758v/4.png"style="opacity:.4;"> </a>{/block:IfShowLink5} </font>
- <center>
- {description}
- </div>
- <div id="entries">
- <div class = "autopagerize_page_element" >
- {block:Posts}<div id="back"></div>
- <div class="posts">
- {block:IndexPage}
- <div id="indexinfo">
- <a href="{Permalink}" title="{NoteCountWithLabel}"><img src="http://static.tumblr.com/id3qcn4/nhlmwjumo/mini-black.png" style="opacity:.4;"></a>
- <br>
- <a href="{ReblogURL}" title="reblog"><img src="http://static.tumblr.com/id3qcn4/mbumwjun0/mini-black-2.png" style="opacity:.4;"></a>
- <div title="{block:Tags}#{Tag} {/block:Tags}">
- {block:HasTags}<img src="http://static.tumblr.com/id3qcn4/SS8mwjuna/mini-black-3.png"style="opacity:.4;">
- {/block:HasTags}
- </div>
- </div>
- {/block:IndexPage}
- {block:Text}
- <h1>{block:Title}{Title}{/block:Title}</h1>
- {Body}{/block:Text}
- {block:Photo}{LinkOpenTag}<img src="{PhotoURL-400}">{LinkCloseTag}<br>{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-400}<br>{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
- {block:Quote}{Quote}{/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-400}<br>{block:Caption}{Caption}{/block:Caption}{/block:Video}
- {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
- {block:Answer}<div id="asker"><span style="text-align:lowercase; color:#fcfcfc;font-style:italic; border-bottom:1px solid #fff;" ><b><i>{Asker}</i></b><br></span><br>{Question}</div><left><div style="padding:4px;margin-top:3px;font-size:11px;"><font face="arial">{Answer}</font></div>{/block:Answer}
- {block:PermalinkPagination}
- {block:PermalinkPage}
- <BR><BR>
- <div id="permainfo">
- {block:RebloggedFrom}<b>Via:</b> <a href="{ReblogParentURL}">{ReblogParentName}</a>
- <br>
- <b>Source:</b> <a href="{ReblogRootURL}">{ReblogRootName}</a>
- <br>
- {block:NoteCount}<B>notes:</b> {NoteCountWithLabel}{/block:NoteCount}<br>
- {/block:RebloggedFrom}
- {block:Date}<b>Posted:</b>{TimeAgo}{/block:Date}<br>
- {block:HasTags}<b>tags:</b>{block:Tags}<a href="{TagURL}"> #{Tag} </a>{/block:Tags}<br>{/block:HasTags}
- </div>
- </div>
- {/block:PermalinkPage}
- {/block:PermalinkPagination}
- <br>
- <br>
- {block:PostNotes}<div id="notes">{PostNotes}</div>{/block:PostNotes}</div>
- {/block:Posts}
- </div></div></div></div>
- <div id="cred">
- <a href="http://dyodoroo.tumblr.com/" title="theme by Mira|Dyodoroo "> <FONT color="#585858">Theme </FONT></a>
- </div>
- <div id="ima">{block:Ifcornerimage}<img src="{image:corner}" style="Max-width:300px;">{/block:Ifcornerimage}</div>
- </div>
- </body>
- <div id="02" class="popup_block">
- <Center><iframe frameborder="0" scrolling="yes" width="100%" height="190" src="http://www.tumblr.com/ask_form/{Name}.tumblr.com" style="background-color:transparent; overflow:hidden;" id="ask_form">
- </center></div>
- </div></div></div></div></div></div></div></div></div></div>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment