Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!--
- passing afternoon
- theme by kalopsiathemes
- Please do not
- -remove the credit
- -steal parts of code
- -use as a base
- Feel free to
- -edit parts of the theme
- -ask me any questions
- -->
- <!DOCTYPE html>
- <head>
- <link href='http://fonts.googleapis.com/css?family=Raleway:800' rel='stylesheet' type='text/css'>
- <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:background" content="#ffffff"/>
- <meta name="color:sidebar Background" content="#f4f4f6"/>
- <meta name="color:title" content="#c8cbd2"/>
- <meta name="color:link" content="#8c8e93"/>
- <meta name="color:link hover" content="#c8cbd2"/>
- <meta name="color:text" content="#8c8e93"/>
- <meta name="image:sidebar" content=""/>
- <meta name="image:background" content=""/>
- <meta name="color:shadow" content="#b5b4b4"/>
- <meta name="if:500px posts" content="1"/>
- <meta name="if:400px posts" content="0"/>
- <meta name="if:250px posts" content="0"/>
- <meta name="text:link1" content="">
- <meta name="text:link1url" content="" />
- <meta name="text:link2" content="">
- <meta name="text:link2url" content="" />
- <meta name="text:link3" content="">
- <meta name="text:link3url" content="" />
- <meta name="text:link4" content="">
- <meta name="text:link4url" 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 type="text/javascript"
- src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
- <script>
- $(document).ready(function() {
- //
- //When you click on a link with class of poplight and the href starts with a #
- $('a.poplight[href^=#]').click(function() {
- var popID = $(this).attr('rel'); //Get Popup Name
- var popURL = $(this).attr('href'); //Get Popup href to define size
- //Pull Query & Variables from href URL
- var query= popURL.split('?');
- var dim= query[1].split('&');
- var popWidth = dim[0].split('=')[1]; //Gets the first query string value
- //Fade in the Popup and add close button
- //Define margin for center alignment (vertical horizontal) - we add 80px to the height/width to accomodate for the padding and border width defined in the css
- var popMargTop = ($('#' + popID).height() + 80) / 2;
- var popMargLeft = ($('#' + popID).width() + 80) / 2;
- //Apply Margin to Popup
- $('#' + popID).css({
- 'margin-top' : -popMargTop,
- 'margin-left' : -popMargLeft
- });
- //Fade in Background
- $('body').append('<div id="fade"></div>'); //Add the fade layer to bottom of the body tag.
- $('#fade').css({'filter' : 'alpha(opacity=80)'}).delay(300).fadeIn(600); //Fade in the fade layer - .css({'filter' : 'alpha(opacity=80)'}) is used to fix the IE Bug on fading transparencies
- $('#' + popID).delay(200).fadeIn(600).css({ 'width': Number( popWidth ) }).prepend('<a href="#" class="close"><img src="http://static.tumblr.com/wi2dwmg/NM2nabjsv/close.png" class="btn_close" title="Close Window" alt="Close" /></a>');
- return false;
- });
- //Close Popups and Fade Layer
- $('a.close, #fade').live('click', function() { //When clicking on the close or fade layer...
- $('#fade , .popup_block').fadeOut(function() {
- $('#fade, a.close').remove(); //fade them both out
- });
- return false;
- });
- });
- </script>
- <style type="text/css">
- ::-webkit-scrollbar {height: 2px;
- width: 6px;
- -webkit-border-radius: 0px;
- background-color:{color:posts}}
- ::-webkit-scrollbar-thumb{background-color:{color:text};
- border:0px solid {color:scrollbar};}
- ::-webkit-scrollbar-track{background-color:{color:background};}
- #s-m-t-tooltip {max-width:400px;
- padding:2px;
- margin:10px 0px 0px 10px;
- padding:1px 4px;
- background-color:{color:sidebar background};
- text-transform:uppercase;
- font-size:7px;
- font-family:Helvetica, sans-serif;
- letter-spacing:2px;
- color:{color:text};
- z-index:999
- }
- body {
- background-color:{color:background};
- color:{color:text};
- font-size:11px;
- margin:0;
- font-family:Helvetica neue,sans-serif;
- line-height:16px;
- background-image: url("{image:background}");
- background-repeat:repeat;
- background-position: bottom;
- background-attachment: fixed;
- }
- blockquote {
- padding-left:10px;
- margin:5px;
- margin-left:20px;
- word-wrap:break-word;
- }
- #posts {
- {block:If500pxposts}
- width:500px;
- {/block:If500pxposts}
- {block:If400pxposts}
- width:400px;
- {/block:If400pxposts}
- {block:If250pxposts}
- width:250px;
- {/block:If250pxposts}
- padding:10px;
- margin-bottom:100px;
- box-shadow: 3px 3px 2px 3px {color:shadow};
- }
- #posts img {
- {block:If500pxposts}
- max-width:500px;
- {/block:If500pxposts}
- {block:If400pxposts}
- max-width:400px;
- {/block:If400pxposts}
- {block:If250pxposts}
- max-width:250px;
- {/block:If250pxposts}
- }
- #posts, #posts img, #posts blockquote {
- font-size:11px;
- color:{color:text};
- }
- small {
- font-size:10px;
- }
- big {
- font-size:12px;
- }
- h2 {
- font-size:14px;
- color:{color:title};
- text-transform:uppercase;
- }
- h1 {
- font-size:9px;
- Text-align:left;
- letter-spacing:1px;
- color:{color:text};
- }
- h3 {
- font-size:11px;
- color:{color:title};
- letter-spacing:1px;
- }
- #fade {
- display: none;
- background: #090909;
- position: fixed;
- left: 0;
- top: 0;
- width: 100%;
- height: 100%;
- opacity: .80;
- z-index: 9999;
- }
- .popup_block{
- display:none;
- position:fixed;
- left:45%;
- top:46%;
- text-align:center;
- border:10px solid {color:text};
- background-color:{color:sidebar background};
- width:300px;
- z-index: 99999;
- }
- img.btn_close {
- position:fixed;
- top:50px;
- right:50px;
- }
- *html #fade {
- position: absolute;
- }
- *html .popup_block {
- position: absolute;
- }
- #content {
- padding:0px;
- width:100%;
- {block:If500pxposts}
- width:500px;
- {/block:If500pxposts}
- {block:If400pxposts}
- width:400px;
- {/block:If400pxposts}
- {block:If250pxposts}
- width:250px;
- {/block:If250pxposts}
- margin-left:20%;
- margin-top:80px;
- }
- #sidebar {
- width:100px;
- margin-left:75%;
- }
- #sidebarimage {
- text-align:center;
- }
- #sidebarimage img {
- width:100px;
- }
- #top {
- margin-top:0px;
- position:fixed;
- box-shadow: 3px 3px 4px {color:shadow};
- }
- #title{
- font-size:15px;
- letter-spacing:.4px;
- line-height:100%;
- text-align:center;
- font-weight:700;
- margin-top:0px;
- color:{color:title};
- padding:5px;
- box-shadow: 3px 3px 4px {color:shadow};
- background-color:{color:sidebar background};
- width:90px;
- position:fixed;
- font-family: helvetica, sans-serif;
- }
- #title a {
- font-size:15px;
- color:{color:title};
- }
- #description {
- color:{color:title};
- font-size:12px;
- width:290px;
- margin:auto;
- text-align:center;
- word-wrap:break-word;
- line-height:160%;
- margin-top:5px;
- margin-bottom:10px;
- font-style:italic;
- font-weight:700;
- padding:5px;
- border-bottom:5px solid {color:title};
- }
- #description a {
- color:{color:title};
- }
- #index {
- margin-top:10px;
- letter-spacing:1px;
- font-size:9px;
- text-align:center;
- padding-top:10px;
- {block:PermalinkPage}
- padding-bottom:5px;
- {/block:PermalinkPage}
- padding-bottom:20px;
- background-color:{color:sidebar background};
- {block:If500pxposts}
- width:500px;
- {/block:If500pxposts}
- {block:If400pxposts}
- width:400px;
- {/block:If400pxposts}
- {block:If250pxposts}
- width:250px;
- {/block:If250pxposts}
- text-transform:lowercase;
- }
- a:link, a:visited {
- text-decoration:none;
- color:{color:link};
- }
- a:hover {
- text-decoration:underline;
- cursor: help;
- color:{color:link hover};
- }
- table {
- width:300px;
- height:200px;
- text-align:center;
- padding:5px;
- }
- td {
- width:150px;
- }
- #nav {
- margin-top:10px;
- font-size:12px;
- font-weight:700;
- text-align:center;
- text-transform:uppercase;
- margin-bottom:20px;
- }
- #nav a {
- color:{color:title};
- text-decoration:none;
- }
- #nav a:hover {
- color:{color:text};
- text-decoration:underline;
- }
- .pagenotes {
- {block:IndexPage}
- display: none;
- {/block:IndexPage}
- padding:10px;
- text-align:center;
- box-shadow: 3px 3px 2px 3px {color:shadow};
- {block:If500pxposts}
- width:500px;
- {/block:If500pxposts}
- {block:If400pxposts}
- width:400px;
- {/block:If400pxposts}
- {block:If250pxposts}
- width:250px;
- {/block:If250pxposts}
- text-transform:lowercase;
- font-size:9px;
- letter-spacing:2px;
- margin-bottom:20px;
- }
- .pagenotes img {
- display:none;
- }
- .pagenotes li {
- list-style-type:none;
- line-height:120%;
- padding-top:10px;
- padding-bottom:10px;
- margin-left:-25px;
- }
- #pagi {
- {block:If500pxposts}
- width:500px;
- {/block:If500pxposts}
- {block:If400pxposts}
- width:400px;
- {/block:If400pxposts}
- {block:If250pxposts}
- width:250px;
- {/block:If250pxposts}
- margin-left:20%;
- font-size:10px;
- text-align:center;
- margin-bottom:50px;
- color:{color:links};
- word-spacing:5px;
- }
- #pagi a {
- display:inline-block;
- padding:5px;
- color:{color:links};
- box-shadow: 2px 2px 2px 2px {color:shadow};
- }
- #pagi a:hover {
- color:{color:links hover};
- }
- .player {
- width:25px;
- height:25px;
- overflow:hidden;
- position:absolute;
- background:white;}
- .audioinfo {
- margin-left:50px;
- font-size:12px;
- }
- .q {
- text-align:center;
- font-weight:bold;
- }
- .as {
- font-weight:bold;
- text-transform:uppercase;
- margin-bottom:10px;
- }
- .a {
- margin-top:10px;
- }
- .chat ol {
- padding:0;
- list-style:none;
- }
- .label {font-weight:bold;
- }
- .newplayerbutton {
- position: relative;
- width: 28px;
- height: 27px;
- overflow: hidden;
- }
- .playerbuttonhug {
- position: absolute;
- top: -11px;
- left: -12px;
- }
- .tumblr_audio_player {
- border: none;
- padding: 0px;
- margin: 0px;
- height: 50px;
- width: 500px;
- }
- .playerbuttonbg {
- position: absolute;
- left: 20px;
- top: 20px;
- width: 28px;
- height: 28px;
- background-color: #ffffff;
- padding: 10px;
- opacity: .4;
- filter: alpha(opacity=40);
- -moz-opacity: 0.4;
- -khtml-opacity: 0.4;
- transition: opacity .7s ease-in-out;
- -moz-transition: opacity .7s ease-in-out;
- -webkit-transition: opacity .7s ease-in-out;
- }
- .playerbuttonbg:hover {
- opacity: 1;
- filter: alpha(opacity=100);
- -moz-opacity: 1;
- -khtml-opacity: 1;
- }
- .audioimgwrapper {
- position: absolute;
- left: 0px;
- top: 0px;
- overflow: hidden;
- width: 88px;
- height: 88px;
- }
- .audioimgwrapper img {
- width: 100%;
- height: auto;
- }
- .trackdetails {
- width: auto;
- display:inline-block;
- margin-left: 100px;
- min-height: 85px;
- }
- .audiowrapper {
- position: relative;
- display:inline-block;
- }
- #credit {
- position:fixed;
- color:{color:text};
- bottom:5px;
- right:10px;
- padding:4px;
- font-size:12px;
- }
- #credit a {
- text-decoration:none;
- }
- </style>
- </head>
- <body>
- <div id="sidebar">
- <div id="top">
- <a href="/">
- <div id="sidebarimage"><img src="{image:sidebar}"></a></div>
- <div id="title">{Title} <a href="#?w=300" rel="popup_name" class="poplight">+</a></div></div>
- <div id="popup_name" class="popup_block">
- <div id="description">{Description}</div>
- <div id="nav">
- <table>
- <tr>
- <td><a href="{text:link1url}">{text:link1}</a></td>
- <td><a href="{text:link2url}">{text:link2}</a></td></tr>
- <tr><td><a href="{text:link3url}">{text:link3}</a></td>
- <td><a href="{text:link4url}">{text:link4}</a></td></tr></table>
- </div></div></div>
- <div id="content">
- {block:Posts}<div id="posts">
- {block:Text}{block:Title}<h3>{Title}</h3>{/block:Title}<div class="body">{Body}</div>{/block:Text}
- {block:Quote}<h2>“{Quote}”</h2><h1>-{Source}</h1>{/block:Quote}
- {block:Link}<div class="link"><a href="{URL}"><h3> {Name}</h3></a></div>
- {block:Thumbnail}<div class="thumbnail"><img src="{Thumbnail}"></div> {/block:Thumbnail}
- {block:Description}<div class="linkdes">{Description}</p></div>{/block:Description}{/block:Link}
- {block:Photo}{block:If500pxposts}<img src="{PhotoURL-500}" />{block:Caption}{Caption}{/block:Caption} {/block:If500pxposts}{block:If400pxposts}<img src="{PhotoURL-400}" />{block:Caption}{Caption}{/block:Caption} {/block:If400pxposts}{/block:Photo}
- {block:Photoset} {block:If500pxposts}
- <center>{Photoset-500}</center>{block:Caption}{Caption}{/block:Caption}
- {/block:If500pxposts}
- {block:If400pxposts}
- <center>{Photoset-400}</center>{block:Caption}{Caption} {/block:If400pxposts}{/block:Caption}
- {/block:If400pxposts}{/block:Photoset}
- {block:Chat}<ul class="chat">{block:Title}<h3>{Title}</h3>{/block:Title}{block:Lines}<li>{block:Label}<span class="label">{Label}</span>{/block:Label}{Line}</li>{/block:Lines}</ul>{/block:Chat}
- {block:Video} {block:If500pxposts}
- {Video-500}{block:Caption}{Caption}{/block:Caption}
- {/block:If500pxposts}
- {block:If400pxposts}
- {Video-400}{block:Caption}{Caption}{/block:Caption}
- {/block:If400pxposts}
- {/block:Video}
- {block:Audio}{block:AudioPlayer}
- <div class="audiowrapper">
- {block:AlbumArt}
- <div class="audioimgwrapper"><img src="{AlbumArtURL}"></div>
- {/block:AlbumArt}
- <div class="playerbuttonbg">
- <div class="newplayerbutton">
- <div class="playerbuttonhug">
- {AudioPlayerWhite}
- </div>
- </div>
- </div>
- <div class="trackdetails">
- {block:TrackName}<strong>{TrackName}</strong>{/block:TrackName}<br/>
- {block:Artist}<strong> {Artist}</strong>{/block:Artist}<br/>
- {block:Album}<em>Album:</em> {Album}{/block:Album}<br/>
- [{PlayCount}]
- </div>
- </div>
- {/block:AudioPlayer}{/block:Audio}
- {block:Answer}
- <div class="q">
- <div class="as">{Asker} inquired: </div>
- {Question}</div>
- <div class="a">{Answer}</div>
- {/block:Answer}
- <div class="line"></div>
- {block:Date}
- <div id="index">{24Hour}:{Minutes} {AmPm} <a href="{permalink}">+ {NoteCount}</a>{block:PermalinkPage}{block:RebloggedFrom} [<a href="{ReblogParentURL}" title="{ReblogParentName}">via</a>{block:ContentSource}<a href="{ReblogRootURL}" title="{ReblogRootName}">—src</a>{/block:ContentSource}]{/block:RebloggedFrom}<br>{block:HasTags} {block:Tags}<a href="{TagUrl}">#{Tag}, </a>{/block:Tags}<br>{/block:HasTags}{/block:PermalinkPage}</div>{/block:Date}
- </div>
- {block:PostNotes}
- <div class="pagenotes">
- {PostNotes}
- </div>
- {/block:PostNotes}
- {/block:Posts}
- </div>
- <div id="pagi">
- {block:Pagination}
- {block:PreviousPage}
- <a href="{PreviousPage}">future </a>
- {/block:PreviousPage}
- {block:NextPage}
- <a href="{NextPage}"> past</a>
- {/block:NextPage}
- {/block:Pagination}
- </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://kalopsiathemes.tumblr.com" title="kalopsiathemes"</div>Δ</a></div>
- </div></div>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment