Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!--
- (c) 2012 | dec0der
- Theme #7: Grade Eight Theme
- please, don't remove the credit!
- thank you.
- -->
- <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/iddq6cw/Atplvofrt/tooltip-closebutton.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>
- <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
- <head>
- <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}
- </head>
- <title>{title}</title>
- <meta name="image:Background" content=""/>
- <meta name="image:Header" content=""/>
- <meta name="color:Posts" content="#FFFFFF">
- <meta name="color:Background" content="#d4c8b3"/>
- <meta name="color:Borders" content="#ffa07a">
- <meta name="color:Text" content="#3D3D3D">
- <meta name="color:Links" content="#000000">
- <meta name="color:Hover" content="#CCCCCC">
- <meta name="color:Title" content="#000000">
- <meta name="color:Title Hover" content="#DDDDDD">
- <meta name="text:Custom Link One" content="" />
- <meta name="text:Custom Link One Title" content="link 1" />
- <meta name="text:Custom Link Two" content="" />
- <meta name="text:Custom Link Two Title" content="link 2" />
- <meta name="text:Custom Link Three" content="" />
- <meta name="text:Custom Link Three Title" content="link 3" />
- <link rel="shortcut icon" href="{Favicon}">
- <style type="text/css">
- ::-webkit-scrollbar {width:8px; height:auto; background:{color:Background};}
- ::-webkit-scrollbar-corner {background:{color:Borders};}
- ::-webkit-scrollbar-thumb:vertical {background:{color:Borders};}
- ::-webkit-scrollbar-thumb:horizontal {background:{color:Borders};}
- @font-face {
- font-family:clemente;
- src: url('http://static.tumblr.com/wl03of5/camm2ja8d/clementepdab-hairlineitalic.ttf');
- }
- #fade { /*--Transparent background layer--*/
- display: none; /*--hidden by default--*/
- background: #000;
- 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: 20px;
- border: 20px solid {color:Background};
- float:left;
- font-size:11px;
- position:fixed;
- top:50%; left:50%;
- z-index:99999;
- /*--CSS3 Box Shadows--*/
- -webkit-box-shadow: 0px 0px 20px #000;
- -moz-box-shadow: 0px 0px 20px #000;
- box-shadow: 0px 0px 20px #000;
- /*--CSS3 Rounded Corners--*/
- -webkit-border-radius:10px;
- -moz-border-radius:10px;
- border-radius:10px;
- }
- img.btn_close {
- float: right;
- margin: -50px -50px 0 0;
- }
- /*--Making IE6 Understand Fixed Positioning--*/
- *html #fade {
- position: absolute;
- }
- *html .popup_block {
- position: absolute;
- }
- img{-webkit-transition: opacity 0.7s linear; opacity: 50;}img:hover{-webkit-transition: opacity 0.7s linear; opacity: .7;}
- body{ height:100%; text-align:justify; font-family: Arial !important; font-size: 10px !important; line-height: 12px !important; color:{color:text}; background-color:{Color:Background}; background-image:url({image:background}); background-attachment: fixed; background-repeat: repeat;}}
- .tumblrAutoPager_page_info, .tumblrAutoPager_page_separator {display:none;}
- .contentcolumn{margin:auto; background:transparent; max-width:520px; margin-top:130px; padding-top:10px; overflow:shown;}
- body a{text-decoration:none; -webkit-transition: 0.5s ease-in; color:{color:links};}
- body a:hover{
- color:{color:hover}; -webkit-transition: 0.5s ease-in;}
- a img{border:0px;}
- #entry{margin-top:10px; padding:5px; background-color:{color:Posts}; {block:IndexPage}margin-bottom:15px; {/block:IndexPage} max-width:500px;}
- #entry img{max-width:500px;}
- #entry:hover .permalink {opacity: 1;}
- #wmyb {height:100px; width:100px; background-color: #f6f6e3; line-height:100px; float:left; border-top: 15px solid #f6f6e3; border-bottom: 15px solid #f6f6e3; font-family:Clemente;}
- #wmyb a {height:100px; width:100px; line-height:100px; color: #5f4642; background-color: #f6f6e3; border-top: 15px solid #f6f6e3; border-bottom: 15px solid #f6f6e3; letter-spacing:2px;}
- #wmyb:hover {letter-spacing:2px; -webkit-transition: opacity 0.7s linear; opacity:.7; -webkit-transition: all 0.3s ease-out;-moz-transition: all 0.3s ease-out;transition: all 0.3s ease-out; border-bottom: 15px solid {color:Borders};}
- #wmyb2 {height:100px; width:100px; background-color: #fbfbea; line-height:100px; float:left; border-bottom: 15px solid #fbfbea; border-top: 15px solid #fbfbea; font-family:Clemente;}
- #wmyb2 a {height:100px; width:100px; line-height:100px; color: #5f4642; background-color: #fbfbea; border-bottom: 15px solid #fbfbea; border-top: 15px solid #fbfbea; letter-spacing:2px;}
- #wmyb2:hover {letter-spacing:2px; -webkit-transition: opacity 0.7s linear; opacity:.7; -webkit-transition: all 0.3s ease-out;-moz-transition: all 0.3s ease-out;transition: all 0.3s ease-out; border-top: 15px solid {color:Borders};}
- #wmyb-des {height:130px; width:200px; background-color:{color:Posts}; line-height:130px; float:left; background-image: url({image:Header});}
- #harry {width:600px; height:auto; top:0px; position:fixed; text-align:center; margin:auto; margin-left:-45px; background:{color:Background};}
- #apropos {text-align:center; padding:8px; font-family:arial; font-size:9px; line-height:12px; color:{color:text}; letter-spacing:1px; text-transform:none; background: #FFFAF0; letter-spacing: 1px; padding-top:40px; filter:alpha(opacity=20); -moz-opacity:0.2; -khtml-opacity: 0.2; opacity: 0.2; height:82px;}
- #apropos:hover{filter:alpha(opacity=90); -moz-opacity:0.9; -khtml-opacity: 0.9; opacity: 0.9; -webkit-transition: all 0.3s ease-out;-moz-transition: all 0.3s ease-out;transition: all 0.3s ease-out;}
- .title{font-family: courier; font-size:16px; margin-bottom:-5px; line-height:16px; margin-bottom:4px; text-align:left; letter-spacing:2px;}
- .links a{text-align:center; font-size:9px; padding-top:2px; padding-left:3px; padding-right:3px; padding-bottom:2px; text-transform:uppercase; color:{color:Text};}
- .links a:hover{background:{color:Nav Hover Background}; color:#ffffff;}
- .h2{font-style:bold; font-family:Clemente; font-size:22px; line-height:22px; letter-spacing:2px; display:block;}
- .h3{text-transform:uppercase;}
- .h4{font-style:bold; font-family:Clemente; font-size:22px; line-height:22px; letter-spacing:2px; text-transform:lowercase; display:block; background:{color:title background};}
- .h5{color:{color:title}; font-style:bold; font-family:Clemente; font-size:22px; line-height:22px; letter-spacing:2px; text-transform:lowercase; text-align:right;}
- .audio {
- background-color:#E7E7E7;
- margin-bottom : -10px;
- width:500px;
- }
- .answer{color:{Color:Text}; font-family:Courier; font-size:12px; line-height:12px; letter-spacing: 2px;}
- .answer b {color:{Color:Text}; font-family:Courier; font-size:12px; line-height:12px; letter-spacing: 1px; text-decoration:underline;}
- div.video embed,
- div.post div.video object {
- width:500px !important;
- height:350px !important;
- }
- blockquote{padding:0px 0px 2px 5px; margin:10px 0px 2px 20px; border-left:3px solid {color:Borders};}
- ol.notes { width:510px; padding: 0px; margin: 25px 0px; list-style-type:lower-roman; border-bottom: solid 1px #eee; }
- ol.notes li.note { border-top: solid 1px #eee; padding: 2px;}
- ol.notes li.note img.avatar {margin-right: 10px; width:0px; height: 0px;}
- iframe input, iframe submit, iframe textarea, iframe div, iframe table {background-color:transparent!important;}
- #perma {width:488px; background-color:#e8e3d0; padding-left:3px; padding-right:3px; border-left:3px solid #ffa07a; border-right:3px solid #ffa07a; text-align:left; font-family:Gill Sans MT; font-size:9px; line-height:12px; margin-top:3px; font-weight:bold; opacity:.6; letter-spacing:0px;}
- .right { margin: 0 0 px 0; padding: px; overflow:hidden; -moz-border-radius:3px; border-radius:3px; text-align: left; text-transform:; }
- .totalright {float:right; margin-top:0px;}
- .cred{bottom:5px; right:5px; position:fixed; background:{color:Posts}; opacity:1; color:#000;}
- {CustomCSS}
- </style>
- <script type="text/javascript" src="http://static.tumblr.com/q0etgkr/J5bl3lkz1/tumblrautopagernopage.js"></script>
- </head>
- <body>
- <div class="cred">
- <a href="http://www.dec0der.tumblr.com">C R E D I T</a>
- </div>
- <div class="contentcolumn">
- <div class="autopagerize_page_element">
- {block:Posts}
- {block:Text}
- <div id="entry">
- {block:Title}<div class="title">{Title}</div>{/block:Title}
- {Body}
- {block:IndexPage}<div id="perma"><a href="{Permalink}"> <div class="right">{TimeAgo}</a> <div class="totalright">{block:HasTags} {block:Tags}<a href="{TagURL}">#{Tag}</a>, {/block:Tags}{/block:HasTags} </div></div></div>{block:IndexPage}
- {block:PermalinkPage}{block:Caption}{LinkCloseTag}{Caption}<br>{/block:Caption}{/block:PermalinkPage}
- </div>
- {/block:Text}
- {block:Photo}
- <div id="entry">
- {block:IndexPage}<a href="{Permalink}">{/block:IndexPage}
- {block:PermalinkPage}{LinkOpenTag}{/block:PermalinkPage}
- <img src="{block:IndexPage}{PhotoURL-HighRes}{/block:IndexPage}{block:PermalinkPage}{PhotoURL-HighRes}{/block:PermalinkPage}" alt="{PhotoAlt}" width=500/>
- {block:IndexPage}</a>{/block:IndexPage}
- {block:PermalinkPage}{LinkCloseTag}
- {/block:PermalinkPage}
- {block:IndexPage}<div id="perma"><a href="{Permalink}"> <div class="right">{TimeAgo}</a> <div class="totalright">{block:HasTags} {block:Tags}<a href="{TagURL}">#{Tag}</a>, {/block:Tags}{/block:HasTags} </div></div></div>{block:IndexPage}
- {block:PermalinkPage}{block:Caption}{LinkCloseTag}{Caption}<br>{/block:Caption}{/block:PermalinkPage}
- </div>
- {/block:Photo}
- {block:Photoset}
- <div id="entry">
- {Photoset-500}
- {block:IndexPage}<div id="perma"><a href="{Permalink}"> <div class="right">{TimeAgo}</a> <div class="totalright">{block:HasTags} {block:Tags}<a href="{TagURL}">#{Tag}</a>, {/block:Tags}{/block:HasTags} </div></div></div>{block:IndexPage}
- {block:PermalinkPage}{block:Caption}{LinkCloseTag}{Caption}<br>{/block:Caption}{/block:PermalinkPage}
- </div>
- {/block:Photoset}
- {block:Quote}
- <div id="entry">
- "{Quote}" {block:Source}<br>
- — <b>{Source}</b>{/block:Source}
- {block:IndexPage}<div id="perma"><a href="{Permalink}"> <div class="right">{TimeAgo}</a> <div class="totalright">{block:HasTags} {block:Tags}<a href="{TagURL}">#{Tag}</a>, {/block:Tags}{/block:HasTags} </div></div></div>{block:IndexPage}
- {block:PermalinkPage}{block:Caption}{LinkCloseTag}{Caption}<br>{/block:Caption}{/block:PermalinkPage}
- </div>
- {/block:Quote}
- {block:Link}
- <div id="entry">
- <div class="h2"><a href="{URL}"><big><big>→</big></big> {Name}</a></div>{block:Description}{Description}{/block:Description}
- {block:IndexPage}<div id="perma"><a href="{Permalink}"> <div class="right">{TimeAgo}</a> <div class="totalright">{block:HasTags} {block:Tags}<a href="{TagURL}">#{Tag}</a>, {/block:Tags}{/block:HasTags} </div></div></div>{block:IndexPage}
- {block:PermalinkPage}{block:Caption}{LinkCloseTag}{Caption}<br>{/block:Caption}{/block:PermalinkPage}
- </div>
- {/block:Link}
- {block:Chat}
- <div id="entry">
- {block:Title}<b>{Title}</b>{/block:Title}
- {block:Lines}{block:Label}<b>{Label}</b> {Line}<br>{/block:Label}{/block:Lines}
- {block:IndexPage}<div id="perma"><a href="{Permalink}"> <div class="right">{TimeAgo}</a> <div class="totalright">{block:HasTags} {block:Tags}<a href="{TagURL}">#{Tag}</a>, {/block:Tags}{/block:HasTags} </div></div></div>{block:IndexPage}
- {block:PermalinkPage}{block:Caption}{LinkCloseTag}{Caption}<br>{/block:Caption}{/block:PermalinkPage}
- </div>
- {/block:Chat}
- {block:Audio}
- <div id="entry">
- <div class="audio">
- {AudioPlayerGrey}</div><br>
- {block:IndexPage}<div style="padding:2px; font-size:10px; text-align:center;font-style:italic;">{block:TrackName}{TrackName} by {/block:TrackName}{block:Artist}{Artist}{/block:Artist}</div>{/block:IndexPage}
- {block:PermalinkPage}{block:ExternalAudio} <a href="{ExternalAudioURL}"> / download </a> </span>{/block:ExternalAudio}{/block:PermalinkPage}
- {block:IndexPage}<div id="perma"><a href="{Permalink}"> <div class="right">{TimeAgo}</a> <div class="totalright">{block:HasTags} {block:Tags}<a href="{TagURL}">#{Tag}</a>, {/block:Tags}{/block:HasTags} </div></div></div>{block:IndexPage}
- {block:PermalinkPage}{block:Caption}{LinkCloseTag}{Caption}<br>{/block:Caption}{/block:PermalinkPage}
- </div>
- {/block:Audio}
- {block:Answer}
- <div id="entry">
- <div class="answer"><b>{Asker}:</b> {Question}</div><br>
- <div style="margin-top:-15px;">{Answer}</div>
- {block:IndexPage}<div id="perma"><a href="{Permalink}"> <div class="right">{TimeAgo}</a> <div class="totalright">{block:HasTags} {block:Tags}<a href="{TagURL}">#{Tag}</a>, {/block:Tags}{/block:HasTags} </div></div></div>{block:IndexPage}
- </div>
- {/block:answer}
- {block:Video}
- <div id="entry">
- <div class="video">
- {Video-500}
- {block:IndexPage}<div id="perma"><a href="{Permalink}"> <div class="right">{TimeAgo}</a> <div class="totalright">{block:HasTags} {block:Tags}<a href="{TagURL}">#{Tag}</a>, {/block:Tags}{/block:HasTags} </div></div></div>{block:IndexPage}
- {block:PermalinkPage}{block:Caption}{LinkCloseTag}{Caption}<br>{/block:Caption}{/block:PermalinkPage}
- </div></div>
- {/block:Video}
- {block:PermalinkPage}
- {LinkCloseTag}
- {block:PostNotes}
- {PostNotes}
- {/block:PostNotes}
- {/block:PermalinkPage}
- {/block:Posts}
- </div>
- <div id="harry">
- <div id="wmyb">{block:ifCustomLinkOneTitle}<a href="{text:Custom Link One}">{text:Custom Link One Title}</a>{/block:ifCustomLinkOneTitle}</div>
- <div id="wmyb2">{block:ifCustomLinkTwoTitle}<a href="{text:Custom Link Two}">{text:Custom Link Two Title}</a>{/block:ifCustomLinkTwoTitle}</div>
- <div id="wmyb-des"><div id="apropos"><a href="/"><img src="http://media.tumblr.com/tumblr_m2u91l3slu1qhsyri.png" alt="home" title="home"></a> <a href="/ask"><img src="http://media.tumblr.com/tumblr_m2u90qPT8m1qhsyri.png" alt="ask" title="ask"></a> <a href="/archive"><img src="http://media.tumblr.com/tumblr_m2u903all41qhsyri.png" alt="archive" title="archive"></a><br>{Description}</div></div>
- <div id="wmyb">{block:ifCustomLinkThreeTitle}<a href="{text:Custom Link Three}">{text:Custom Link Three Title}</a>{/block:ifCustomLinkThreeTitle}</div>
- <div id="wmyb2"><a href="#?w=500" rel="blogroll" class="poplight">blogroll</a></div>
- </div>
- <br>
- </div>
- </body>
- <div id="blogroll" class="popup_block">
- <div style="max-height:400px; overflow-y:scroll">
- <div style="font-family:courier;font-size:30px; text-align:center; line-height:40px; margin-top:5px; letter-spacing:2px;">Blogs I Follow</div><center>
- {block:Following}{block:Followed}<a target="_blank" href="{FollowedURL}"><img src="{FollowedPortraitURL-64}" />{block:Followed}{/block:Following}
- </center>
- </div>
- </div>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment