Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!--Farahmir base code-->
- <!DOCTYPE html>
- <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="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}
- <!--Default Variables-->
- <meta name="color:Background" content="#ffffff"/>
- <meta name="color:Text" content="#aaaaaa"/>
- <meta name="color:Link" content="#000000"/>
- <meta name="image:B" content=""/>
- <meta name="text:Your Url" content:""/>
- <meta name="text:Ask Title" content:"ask title here"/>
- <meta name="text:Link 1 URL" content="" />
- <meta name="text:Link 1" content="" />
- <meta name="text:Link 2 URL" content="" />
- <meta name="text:Link 2" content="" />
- <meta name="text:Link 3 URL" content="" />
- <meta name="text:Link 3" content="" />
- <!-- jquery for tooltips-->
- <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
- </script>
- <script>
- (function($){
- $(document).ready(function(){
- $("a[title]").style_my_tooltips({
- tip_follows_cursor:true,
- tip_delay_time:30,
- tip_fade_speed:300,
- attribute:"title"
- });
- });
- })(jQuery);
- </script>
- <style type="text/css">
- #s-m-t-tooltip{
- position:absolute;
- margin-top: 15px;
- z-index:9999;
- background:{color:background};
- }
- /*basics*/
- blockquote {padding:5px 0 5px 30px;
- border-left:1px solid {color:text};
- margin-left:30px;
- }
- html {
- background: url("{image:B}") no-repeat center center fixed;
- -webkit-background-size: cover;
- -moz-background-size: cover;
- -o-background-size: cover;
- background-size: cover; }
- body {
- background-image:{image:b};
- color:{color:text};
- font-family:courier new;
- font-size:11px;
- text-align:justify;
- margin:0;
- }
- a {
- color:{color:link};
- text-decoration:none;
- }
- a:hover {
- color:transparent;}
- img{opacity:1;
- border:none;
- text-decoration:none}
- small {
- font-size:9px;}
- big {
- font-size:12px;}
- #title {font-size:12px;
- line-height:18px;
- margin-bottom:10px;
- text-transform:uppercase;
- text-align:left;}
- /*sidebar*/
- #sidebar {text-align:left;
- position:fixed;
- margin-left:-100px;
- margin-top:100px;
- width:125px;
- }
- #blogt {font-size:14px;
- font-style:italic;
- }
- #links {
- line-height:16px;
- text-transform:lowercase;
- font-style:italic;
- }
- /* Start http://www.cursors-4u.com */ body, a:hover {cursor: url(http://cur.cursors-4u.net/others/oth-6/oth589.cur), progress !important;} /* End http://www.cursors-4u.com */
- #links a {
- margin-right:5px;
- font-size:14px;
- display:inline-block;
- margin-bottom:5px;
- }
- #description {
- margin:20px 0;
- }
- /*pagination*/
- #pagination {
- margin:10px 0;
- text-transform:lowercase;
- }
- #pagination a {
- }
- /*container*/
- #con {
- left:50%;
- margin-left:-250px;
- position:absolute;
- }
- html::-webkit-scrollbar {width:5px;height:auto;background:;}
- html::-webkit-scrollbar-corner { background:black; }
- html::-webkit-scrollbar-button:vertical {height:2px;display:block;}
- html::-webkit-scrollbar-button:horizontal {width:2px;display:block;}
- html::-webkit-scrollbar-thumb:vertical {background-image: url(););border: 1px solid black;border-right:none;}
- html::-webkit-scrollbar-thumb:horizontal {background-image: url(http://38.media.tumblr.com/1c06bc000cdfae56fe1e14370e37f6fd/tumblr_mnjigxybac1st9jt2o1_1280.png);border: 1px solid black;border-bottom;}
- html::-webkit-scrollbar-thumb {background image:url(http://38.media.tumblr.com/1c06bc000cdfae56fe1e14370e37f6fd/tumblr_mnjigxybac1st9jt2o1_1280.png);}
- html:-webkit-scrollbar-thumb:hover {background-image:url(http://38.media.tumblr.com/1c06bc000cdfae56fe1e14370e37f6fd/tumblr_mnjigxybac1st9jt2o1_1280.png)}
- html::-webkit-scrollbar-track-piece {background: none;}
- html::-webkit-scrollbar:vertical {border-left:1px solid transparent;}
- html::-webkit-scrollbar:horizontal {border-top:1px solid ;}
- /*posts*/
- #entries {
- margin-top:75px;
- width:400px;
- }
- #posts {
- width:400px;
- margin-left:90px;
- {block:IndexPage}
- margin-bottom:250px;
- {/block:IndexPage}
- {block:PermalinkPage}
- margin-bottom:50px;
- {/block:PermalinkPage}
- }
- #posts img {
- max-width:500px;
- }
- #posts img, #posts li, #posts blockquote {max-width: 100%;}
- .caption {width:100%;
- margin-top:10px;
- }
- /*quote*/
- #titlequote{text-align:left;
- font-size:14px;
- line-height:18px;
- font-weight:;
- }
- #source {
- margin-top:15px;
- margin-left:15px;}
- /*audio*/
- .player {
- width:25px;
- height:25px;
- overflow:hidden;
- position:absolute;
- background:black;}
- .audioinfo {
- margin-left:50px;
- }
- /*asks*/
- .q {margin-bottom:10px;
- }
- .as {
- font-weight:bold;}
- .a {
- margin-top:10px;
- }
- /*chat*/
- .chat ol {
- padding:0;
- list-style:none;
- }
- .line {padding:5px 0;}
- .label {font-weight:bold;
- }
- /*permalink and notes*/
- #permalink {
- margin-top:15px;
- font-size:9px;
- text-transform:uppercase;
- }
- #permalink a {margin-right:10px;
- }
- .tags {
- font-size:9px;
- }
- .pagenotes {
- {block:IndexPage}
- text-align:center;
- display: none!important;
- {/block:IndexPage}
- width:400px;
- text-align:left;
- }
- .pagenotes img {
- display:none!important;}
- .pagenotes li {
- list-style-type:none;
- padding:5px 0px;
- text-align:left;
- margin:0 0 0 -40px;
- }
- #fade {
- display:none;
- background:transparent;
- position:fixed;
- left:0; top:0;
- width:100%;
- height:100%;
- opacity:1;
- z-index:9999;
- background-image:url("{image:B}");
- background-attachment:fixed;
- background-repeat:repeat;
- background-position:center;
- background-size:100% 100%;
- opacity:1;}
- .popup_block {
- display:none;
- background:transparent;
- float:left;
- font-size:10;
- position:fixed;
- top:50%; left:50%;
- z-index:99999;
- }
- img.btn_close {
- float:right;
- margin:3px 3px 0px 0px; }
- *html #fade { position:absolute; }
- *html .popup_block { position:absolute; }
- #credit {
- position:fixed;
- right:3px;
- bottom:3px;
- padding:4px;
- }
- #credit a {
- color:black;
- font-size:15px;
- }
- #credit a:hover{
- font-size:25px;
- {CustomCSS}
- </style>
- </head>
- <body>
- <div id="con">
- <div id="sidebar">
- <div id="blogt"><a href="/">refresh</a></div><p></p>
- <div id="links">
- <a href="#?w=500" rel="03" class="poplight">ponder</a><p></p>
- <a href="#?w=500" rel="04" class="poplight">info</a>
- <div id="pagination">
- {block:Pagination}
- {block:PreviousPage}
- <a href="{PreviousPage}">less </a>
- {/block:PreviousPage}
- <p></p>
- {block:NextPage}
- <a href="{NextPage}">more</a>
- {/block:NextPage}
- {/block:Pagination}
- </div>
- </div>
- </div>
- <div id="entries">
- {block:Posts}
- <div id="posts">
- {block:Quote}
- <div id="titlequote">“{Quote}”</div>
- {block:Source}<div id="source">— {Source}</div>{/block:Source}
- {/block:Quote}
- {block:Text}
- {block:Title}
- <div id="title">{Title}</div>{/block:Title}
- {Body}
- {/block:Text}
- {block:Link}
- <div id="title"><a href="{URL}">{Name}</a></div>{block:Description}{Description}{/block:Description}
- {/block:Link}
- {block:Chat}
- {block:Title}
- <h1>{Title}</h1>
- {/block:Title}
- <div class="chat">
- <ol>{block:Lines}
- <li class="line {Alt}">
- {block:Label}
- <span class="label">
- {Label}</span>
- {/block:Label}{Line}</li>
- {/block:Lines}
- </ol></div>
- {/block:Chat}
- {block:Photo}
- {LinkOpenTag}<img src="{PhotoURL-400}" alt="{PhotoAlt}"/>{LinkCloseTag}
- {/block:Photo}
- {block:Photoset}
- {Photoset-400}
- {/block:Photoset}
- {block:Video}
- {Video-400}
- {/block:Video}
- {block:Audio}
- <div class="player">{AudioPlayerWhite}</div>
- <div class="audioinfo">
- {block:TrackName}{TrackName}{/block:TrackName}{block:Artist}<br>{Artist}{/block:Artist}
- </div>
- {/block:Audio}
- {block:Answer}
- <div class="q">
- <div class="as">{Asker} said: </div>
- {Question}</div>
- <div class="a">{Answer}</div>
- {/block:Answer}
- <center>{block:Date}
- <div id="permalink">
- <a href="{Permalink}" >{12Hour}:{Minutes} {AmPm}</a>{block:NoteCount}<a href="{Permalink}">+ {NoteCount}</a>{/block:NoteCount}{block:RebloggedFrom}<a href="{ReblogParentURL}" title="{ReblogParentName}">via</a>{block:ContentSource}<a href="{ReblogRootURL}" title="{ReblogRootName}">source</a>{/block:ContentSource}{/block:RebloggedFrom}
- {block:HasTags}<div class="tags">{block:Tags}<a href="{TagUrl}">#{Tag}</a>{/block:Tags}</div>{/block:HasTags}
- </div>
- {/block:Date}</center>
- </div>
- {block:PostNotes}
- <div class="pagenotes">
- {PostNotes}
- </div>
- {/block:PostNotes}
- {/block:Posts}
- </div>
- </div>
- {block:ContentSource}
- <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
- width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
- {/block:SourceLogo}
- {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
- {/block:ContentSource}
- <div id="credit"><a href="http://137px.tumblr.com" title="theme by 137px">☕</a></div>
- </body>
- <div id="03" class="popup_block">
- <center>
- {text:ask title}
- <p><iframe frameborder="0" scrolling="no" width="100%" height="190" src="http://www.tumblr.com/ask_form/{text:your url}.tumblr.com" style="background-color:transparent; overflow:hidden;" id="ask_form"></iframe><!--[if IE]><script type="text/javascript">document.getElementById('ask_form').allowTransparency=true;</script><![endif]--></p>
- </center></div></div></div></div></div></div></div></div></div></div></div>
- <div id="04" class="popup_block">
- <center>
- <big>Links</big> <br>
- <a href="{text:Link 1 URL}">{text:Link 1}</a>
- ~ <a href="{text:Link 2 URL}">{text:Link 2}</a>
- ~ <a href="{text:Link URL}">{text:Link 3}</a>
- </center></div></div></div></div></div></div></div></div></div></div></div>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment