Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!--
- theme by ellie @ iinsanes
- pls don't remove credit thank u !
- -->
- <!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="close"><img src="http://upload.wikimedia.org/wikipedia/commons/f/f8/Tooltip-CloseButton.png" class="btn_close" title="escape" alt="escape" /></a>');
- var popMargTop = ($('#' + popID).height() + 50) / 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="#898989"/>
- <meta name="color:link" content="#ffffff"/>
- <meta name="color:sidebarlinks" content="#ffffff"/>
- <meta name="color:linkbackground" content="#000000"/>
- <meta name="color:linkhover" content="#000000"/>
- <meta name="color:linkhover" content="#ffffff"/>
- <meta name="color:scrollbar" content="#d5d5d5" />
- <meta name="color:borders" content="#ebebeb"/>
- <meta name="color:textshadow" content="#000000"/>
- <meta name="color:postbackground" content="#ffffff"/>
- <meta name="if:black and white images" content="0">
- <meta name="if:fadingsidebar" content="1">
- <meta name="image:sidebar" content="" />
- <meta name="image:sidebar2" content="" />
- <meta name="image:sidebar3" content="" />
- <meta name="image:background" content="" />
- <meta name="text:link one" content="" />
- <meta name="text:link one title" content="" />
- <meta name="text:link two" content="" />
- <meta name="text:link two title" content="" />
- <meta name="text:link three" content="" />
- <meta name="text:link three title" content="" />
- <meta name="text:link four" content="" />
- <meta name="text:link four title" content="" />
- <meta name="text:title" content="">
- <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:20,
- tip_fade_speed:300,
- attribute:"title"
- });
- });
- })(jQuery);
- </script>
- <style type="text/css">
- iframe#tumblr_controls { white-space:nowrap; -webkit-filter: invert(100%); -moz-filter: invert(100%); -o-filter: invert(100%); -ms-filter: invert(100%); filter: invert(100%); opacity:1;}
- #fade { /*--Transparent background layer--*/
- display: none; /*--hidden by default--*/
- background: #000;
- background-image: url('');
- position: fixed; left: 0; top: 0;
- width: 100%; height: 100%;
- opacity: .80;
- z-index: 9999;
- }
- .popup_block{
- display: none; /*--hidden by default--*/
- background: #000;
- padding: 20px;
- border: 2px solid #ddd;
- float: left;
- font-size: 12px;
- position: fixed;
- top: 50%; left: 50%;
- z-index: 99999;
- width: 300px; height: 200px;
- /*--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: 0px;
- -moz-border-radius: 0px;
- border-radius: 0px;
- height: 100%;
- width: 300px;
- overflow-y:scroll;
- overflow-x:hidden;
- }
- img.btn_close {
- float: right;
- margin: -5px -5px 0 0;
- }
- /*--Making IE6 Understand Fixed Positioning--*/
- *html #fade {
- position: absolute;
- }
- *html .popup_block {
- position: absolute;
- }
- #s-m-t-tooltip{
- font-size:9px;
- position:absolute;
- margin-top:15px;
- font-family: cursive, arial, 'times new roman', sans-serif;
- border:1px dotted #000;
- background:{color:backgrounds};
- z-index:9999;
- color:{color:text};
- background-color:{color:background};
- text-transform:lower;
- padding:3px 3px 3px 3px;
- -webkit-transition:all 0.2s;
- -moz-transition:all 0.2s;
- -ms-transition:all 0.2s;
- -o-transition:all 0.2s;
- transition:all 0.2s;
- }
- ::-webkit-scrollbar{height: 5px;
- width: 5px;
- border: 1px solid #000
- background-color:{color:borders}}
- ::-webkit-scrollbar-thumb{background-color:#000; border: 1px solid #fff;}
- ::-webkit-scrollbar-track{background-color:#000;}
- blockquote {
- padding-left:9px;
- margin:6px 10px 6px 5px;
- border-left:1px solid {color:borders};
- max-width:500px!important;
- }
- body {
- background:{color:background};
- color:{color:text};
- font-family: cursive, arial, 'times new roman', sans-serif;
- font-size:9px;
- text-align:justify;
- margin:0;
- line-height:15px;
- background-image:url({image:Background});
- background-attachment: fixed;
- background-repeat: repeat;
- text-shadow: .5px .5px .5px #000;
- }
- a {
- text-decoration:none;
- color:{color:link};
- -moz-transition-duration:0.5s;
- -webkit-transition-duration:0.5s;
- -o-transition-duration:0.5s;
- }
- a:hover {
- text-decoration:none;
- color:{color:linkhover};
- -moz-transition-duration:0.5s;
- -webkit-transition-duration:0.5s;
- -o-transition-duration:0.5s;
- }
- b, strong {
- color:{color:text}}
- i, em {
- color:{color:text}}
- p {
- margin-top:5px;
- margin-bottom:5px}
- ol {
- list-style:normal;}
- ul {
- list-style:square;}
- small {
- font-size:9px;}
- sub {
- font-size:9px;}
- big {
- font-size:12px;}
- #title {
- font-size:12px;
- line-height:18px;
- font-weight:bold;
- text-transform:uppercase;
- margin-bottom:9px;
- text-align:justify;
- color:{color:text};
- }
- #title a {
- color:{color:text};
- }
- #fun {
- position:fixed;
- background: transparent;
- left:220px;
- top:130px;
- width: 100px;
- height:220px;
- padding:0px 30px 0px 0px;
- {block:ifblackandwhiteimages}
- -webkit-filter: grayscale(100%); filter: grayscale(100%);
- {/block:ifblackandwhiteimages}
- }
- #links {
- font-size:8px;
- position: fixed;
- font-family:Franklin Gothic Medium ;
- color:{color:sidebarlinks};
- letter-spacing:2px;
- word-spacing:0px;
- text-align: justify;
- text-decoration: bold;
- text-shadow: 2px 2px 2px #999999;
- margin-top:280px;
- margin-bottom:0px;
- margin-left: 90px;
- width:90px;
- height: -310px;
- padding-top: 1px;
- padding-bottom: 1px;
- background: {color:linkbackground};
- -webkit-transition-duration:0.5s;
- -moz-transition-duration:0.5s;
- -o-transition-duration:0.5s;
- text-shadow: 2px 2px 2px {color:linktextshadow};
- }
- #links a {
- font-size: 8px;
- font-style: bold;
- color:{color:sidebarlinks};
- padding:0px;
- padding-right: 8px;
- margin-bottom: 1px;
- text-align: justify;
- -moz-transition-duration:0.6s;
- -webkit-transition-duration:0.6s;
- -o-transition-duration:0.6s;
- width:20px;
- display:inline-block;
- background:{color:linkbackground};
- }
- #links a:hover {
- color:{color:linkhover};
- -moz-transition-duration:0.6s;
- -webkit-transition-duration:0.6s;
- -o-transition-duration:0.6s;
- text-shadow:6px 0px #ddd, -6px 0px #ccc;
- -webkit-transition: all 0.2s linear;
- -webkit-transition: all 0.2s linear;
- -moz-transition: all 0.2s linear;
- transition: all 0.2s linear;
- }
- #description {
- width: 130px;
- position:fixed;
- font-size: 9px;
- margin-top:150px;
- margin-left: -59px;
- padding:0px 25px 10px 20px;
- background-color:transparent;
- color:{color:text};
- text-align:justify;
- text-shadow: 1px 1px 1px {color:textshadow};
- font-style: bold;
- font-family: cursive, arial, 'times new roman', sans-serif;
- }
- #titleswag {
- font-size:12px;
- position: fixed;
- margin-top: -20px;
- width: 240px;
- margin-left: -130px;
- background-color:{color:linkbackground};
- font-family: cursive, arial, 'times new roman', sans-serif;
- font-weight:bold;
- text-transform:uppercase;
- text-align:right;
- letter-spacing:1px;
- padding:3px 8px 5px 5px;
- background: {color:linkbackground};
- color: {color:sidebarlinks};
- text-shadow: 2px 2px 2px {color:linktextshadow};
- }
- #titleswag:hover {
- text-shadow:6px 0px #ddd, -6px 0px #ccc;
- -webkit-transition: all 0.2s linear;
- -webkit-transition: all 0.2s linear;
- -moz-transition: all 0.2s linear;
- transition: all 0.2s linear;
- }
- #pagination {
- width:332px;
- text-align:center;
- margin:50px 0;
- text-transform:uppercase;
- letter-spacing:1px;
- font-size:15px;
- }
- #pagination a {
- line-height:14px;
- padding:0 5px;
- }
- #entry {
- margin-top:30px;
- margin-left:15px;
- width:400px;
- padding-left: 10px;
- padding-right: 10px;
- }
- #posts {
- width:400px;
- {block:IndexPage}
- margin-bottom:25px;
- {/block:IndexPage}
- {block:PermalinkPage}
- margin-bottom:50px;
- {/block:PermalinkPage}
- -webkit-filter: grayscale(100%); filter: grayscale(100%);
- {block:ifblackandwhiteimages}
- -webkit-filter: grayscale(100%); filter: grayscale(100%);
- {/block:ifblackandwhiteimages}
- }
- #posts img {
- max-width:400px;
- -webkit-filter: grayscale(100%); filter: grayscale(100%);
- {block:ifblackandwhiteimages}
- -webkit-filter: grayscale(100%); filter: grayscale(100%);
- {/block:ifblackandwhiteimages}
- }
- #musespage {
- background:{color:postbackground};
- width:360px;
- padding:30px 50px 0px 20px;
- top:81px;
- height:462px;
- overflow-y:auto;
- overflow-x:hidden;
- margin-left: .5px;
- display:none;
- position:fixed;
- }
- #musespage img {
- width:100px;
- height:100px;
- }
- #musespage a {
- border:0px;
- }
- #closebutton {
- font-size:11px;
- color:{color:text};
- margin-top:-28px;
- position:fixed;
- text-align:right;
- width:390px;
- }
- #closebutton:hover {
- color:{color:link hover};
- }
- popuplink:hover {
- cursor:help;
- color:{color:link hover};
- }
- #container {
- position:fixed;
- width:450px;
- height:380px;
- margin-top:100px;
- margin-left:420px;
- overflow-y:scroll;
- overflow-x:hidden;
- background-color:#000;
- background:{color:postbackground};
- -moz-box-shadow: 0px 1px 5px #fff;
- -webkit-box-shadow: 0px 1px 5px#fff;
- box-shadow: 0px 1px 5px #fff;}
- }
- #tquote {
- font-size:11px;
- line-height:16px;
- font-family:arial;
- text-align:justify;
- padding:12px 12px 12px 12px;
- color:{color:text};
- font-weight:bold;
- background-image: url("http://puu.sh/dKgp9/bbf2690826.png");
- min-height:20px;
- background-repeat:no-repeat;
- }
- .playbutton {
- overflow:hidden;
- position:relative;
- z-index:1000;
- width:26px;
- height:26px;
- margin:11px 11px 11px 11px;
- }
- .playbox {
- float:left;
- background-color:#000;
- position:absolute;
- z-index:1000;
- width:50px;
- height:50px;
- margin:10px;
- -webkit-border-radius:50px;
- -moz-border-radius:50px;
- opacity:0.2;
- -moz-transition-duration:0.6s;
- -webkit-transition-duration:0.6s;
- -o-transition-duration:0.6s;
- }
- .playbox:hover {
- opacity:0.9;
- -moz-transition-duration:0.6s;
- -webkit-transition-duration:0.6s;
- -o-transition-duration:0.6s;
- }
- .info {
- float:right;
- font-size:9px;
- text-align:left;
- width:400px;
- background-color:{color:postbackground};
- padding:12px;
- height:46px;
- line-height:150%;
- font-family:arial;
- letter-spacing:0px;
- font-family:arial;
- text-transform:lowercase;
- }
- .info i {
- font-family:arial;
- font-style:normal;
- font-weight:bold;
- font-size:9px;
- text-transform:uppercase;
- }
- .info b {
- font-family:arial;
- font-size:9px;
- text-transform:uppercase;
- }
- .cover {
- position:relative;
- z-index:1;
- width:50px;
- height:50px;
- outline:10px solid {color:background};
- margin:10px;
- }
- #question {
- padding:15px;
- text-transform:uppercase;
- font-weight:bold;
- background-color:{color:background};
- }
- #answer {
- padding:5px 5px 2px 15px;
- }
- .chat ol {
- padding:0;
- line-height:180%;
- list-style:none;
- }
- .line.odd {
- background:{color:background};
- padding:5px;
- }
- .line.even {
- padding:5px;
- }
- .label {
- font-weight:bold;
- padding-right:1px;
- letter-spacing:1px;
- text-transform:uppercase;
- color:{color:text};
- }
- #permalink {
- margin-top:2px;
- background-color:{color:postbackground};
- border-bottom:1px solid {color:borders};
- font:8px arial;
- letter-spacing:1px;
- padding:5px 3px 5px 3px;
- text-align:right;
- text-transform:uppercase;
- }
- #permalink a:hover {
- color:{color:link};
- }
- .tags {
- text-align:right;
- font-size:8px;
- font-family:arial;
- letter-spacing:1px;
- padding:3px 3px 0px 3px;
- text-transform:uppercase;
- }
- .tags a {
- color:{color:link};
- margin:5px 5px 0px 0px;
- line-height:15px;
- }
- .tags a:hover {
- color:{color:link};
- text-decoration:underline;
- }
- .pagenotes {
- {block:IndexPage}
- display:none!important;
- {/block:IndexPage}
- {block:PermalinkPage}
- width:500px;
- {/block:PermalinkPage}
- 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;
- font-size:10px;
- text-transform:lowercase;
- }
- .t {
- font-size:12px;
- font-weight:bold;
- letter-spacing:1px;
- color:{color:text};
- text-transform:uppercase;}
- #credit {
- position:fixed;
- right:0px;
- bottom:0px;
- padding:4px;
- text-transform:uppercase;
- letter-spacing:2px;
- font-size:8px;
- font-family: arial;
- margin-bottom:3px;
- margin-right:3px;
- background: {color:background};
- }
- .albumart {height:100px;
- width:20px;
- overflow:hidden;}
- .albumart img{
- }
- .player {width:27px;
- height:27px;
- margin:12px 13px 13px 13px;
- overflow:hidden;
- position:relative;
- z-index:99;
- border-radius:100%;}
- .playerback:hover .player {opacity:1;}
- .audioinfo {
- text-align:left;
- z-index:99;
- overflow:hidden;
- position:absolute;
- color:{color:link};
- margin-bottom:0;
- background-color:white;
- margin-top:25px;
- width:255px;
- padding:0 10px;
- margin-left:100px;
- border-radius:2px;
- opacity:.4;
- height:38px;
- line-height:15px;
- padding-top:12px;
- -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.5s ease-in-out}
- .albumart:hover .audioinfo {opacity:.9;
- -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.5s ease-in-out}
- .audioinfo b {font-size:12px;}
- .playerback {height:50px;
- opacity:.4;
- width:50px;
- z-index:99;
- margin-left:25px;
- margin-top:25px;
- position:absolute;
- background-color:white;
- border-radius:100%;
- -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.5s ease-in-out}
- .albumart:hover .playerback {opacity:.9;
- -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.5s ease-in-out}
- {CustomCSS}
- </style>
- </head>
- <body>
- <div id="links">
- {block:IfLinkonetitle}<a href="{text:link one}">{text:link one title}</a> {/block:IfLinkonetitle}<div align="left" style="line-height:12px; margin-top:0px; margin-bottom:-10px; padding-bottom:3px;color:#000000; border-bottom:1px solid #8c8888;"></div><br/>
- {block:IfLinktwotitle}<a href="{text:link two}">{text:link two title}</a> {/block:IfLinktwotitle}<div align="left" style="line-height:10px; margin-top:0px; margin-bottom:-10px; padding-bottom:3px;color:#000000; border-bottom:1px solid #8c8888;"></div><br/>
- {block:IfLinkthreetitle}<a href="{text:link three}">{text:link three title}</a>{/block:IfLinkthreetitle}<div align="left" style="line-height:12px; margin-top:0px; margin-bottom:-10px; padding-bottom:3px;color:#000000; border-bottom:1px solid #8c8888;"></div><br/>
- {block:IfLinkfourtitle}<a href="{text:link four}">{text:link four title}</a>{/block:IfLinkfourtitle}</div><br/>
- </div>
- </div>
- <div id="fun">
- <div id="description"><div style="overflow:auto; width: 150px; height:77px; border: 1px solid #000000; padding: 7px; background-color: {color:background}; text-align: center;">{description}</div>
- </div>
- <div id="titleswag">
- {text:title}</div><br /><br />
- <img src="{image:sidebar}" style="width:65px; {block:ifcirclesidebar}border-radius: 100%;{/block:ifcirclesidebar} position:fixed; {block:iffadingsidebar} opacity: .5;{/block:iffadingsidebar} border: 1px solid {color:borders}; margin-top: 20px; padding:5px; background-color: {color:background}; margin-left:-130px;" align="center"><img src="{image:sidebar2}" style="width:65px; {block:ifcirclesidebar}border-radius: 100%;{/block:ifcirclesidebar} position:fixed; {block:iffadingsidebar} opacity: .8;{/block:iffadingsidebar} border: 1px solid {color:borders}; margin-top:20px; padding:5px; background-color: {color:background}; margin-left:-40px;" align="center"><img src="{image:sidebar3}" style="width:65px; {block:ifcirclesidebar}border-radius: 100%;{/block:ifcirclesidebar} position:fixed; border: 1px solid {color:borders}; margin-top:20px; padding:5px; background-color: {color:background}; margin-left:50px;" align="center"><br /><br />
- </div></div>
- </div>
- <div id="container">
- <div id="entry">{block:Posts}<div id="posts">
- <!-- {block:NoRebloggedFrom}
- {block:RebloggedFrom}{ReblogParentName}{/block:RebloggedFrom}
- {/block:NoRebloggedFrom}
- {block:ContentSource}<!-- {SourceURL}
- {block:SourceLogo}<img src="{BlackLogoURL}"width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />{/block:SourceLogo}
- {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo}
- {/block:ContentSource} -->
- {block:Quote}
- <div id="tquote">{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}
- <center>
- <img src="{PhotoURL-400}" alt="{PhotoAlt}"/>
- </center>
- {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
- {/block:Photo}
- {block:Photoset}
- <center>
- {Photoset-400}
- </center>
- {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
- {/block:Photoset}
- {block:Video}
- {Video-400}
- {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
- {/block:Video}
- {block:Audio}
- <div id="lolok"><center><div style="width:250px; margin-left:3px; height:28px;"><div style="float:left">{AudioPlayerwhite}</div><div style="margin-top:10px; float:left;">
- {block:ExternalAudio}{/block:ExternalAudio}</div></div></center>
- {block:Caption}{Caption}{/block:Caption}
- <div id="permalinks">
- </div>
- </div>
- {/block:Audio}
- {block:Answer}<div id="caption">
- <div id="question"><strong>{Asker}:</strong> {Question}</div>
- <div id="answer"><i>{Answer}</i></div></div>{/block:answer}
- {block:Date}
- {/block:Date}
- <div id="permalink">
- {block:Date}<a href="{Permalink}" style="font-weight:bold;">{Month} {DayOfMonth}{DayOfMonthSuffix}, {Year}</a>{/block:Date}{block:NoteCount} · <a href="{Permalink}">{NoteCountWithLabel}</a>{/block:NoteCount}
- </div>
- <div class="tags">{block:Tags}<a href="{TagUrl}">#{Tag}</a>{/block:Tags}</div>
- </div>
- {block:PermalinkPage}
- {/block:PermalinkPage}
- <div class="pagenotes">
- {block:NoteCount}<div class="t">notes</div>{/block:NoteCount}
- {PostNotes}
- </ol>
- </div>
- {/block:PostNotes}
- {/block:Posts}
- <div id="pagination">
- {block:Pagination}
- {block:PreviousPage}
- <a href="{PreviousPage}">←</a>
- {/block:PreviousPage}
- {block:NextPage}
- <a href="{NextPage}">→</a>
- {/block:NextPage}
- {/block:Pagination}
- </div>
- </div>
- </div>
- <div id="credit"><a href="http://iinsanes.tumblr.com" target="_blank">©</a></div>
- </body></html>
- </body></html>
Advertisement
Add Comment
Please, Sign In to add comment