Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!--
- hard feelings
- 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="https://fonts.googleapis.com/css?family=ABeeZee|Open+Sans:600|Raleway:700" rel="stylesheet">
- <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="#fbfbfb"/>
- <meta name="color:link" content="#7b7b7b"/>
- <meta name="color:link hover" content="#a8a8a8"/>
- <meta name="color:borders" content="#ffffff"/>
- <meta name="color:title" content="#090909"/>
- <meta name="color:text" content="#9f9f9f"/>
- <meta name="color:line" content="#f0f0f0"/>
- <meta name="image:sidebar" content=""/>
- <meta name="image:popup" content=""/>
- <meta name="if:InfiniteScroll" content="1"/>
- <meta name="if:500px posts" content="0"/>
- <meta name="if:400px posts" content="1"/>
- <meta name="if:250px posts" content="0"/>
- <meta name="text:popup description" content=""/>
- <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:popuplink1" content="">
- <meta name="text:popuplink1url" content="">
- <meta name="text:popuplink2" content="">
- <meta name="text:popuplink2url" content="">
- <meta name="text:popuplink3" content="">
- <meta name="text:popuplink3url" content="">
- <meta name="text:popuplink4" content="">
- <meta name="text:popuplink4url" 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:30,
- tip_fade_speed:300,
- attribute:"title"
- });
- });
- })(jQuery);
- </script>
- <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js" type="text/javascript"></script>
- <script type="text/javascript">
- $(function(){
- var stickyRibbonTop = $('#nav').offset(0).top;
- $(window).scroll(function(){
- if( $(window).scrollTop() > stickyRibbonTop ) {
- $('#side').css({position: 'fixed',top: '140px',left: '100px'});
- $('#description').hide();
- } else {
- $('#side').css({position: 'static', top: '0px'});
- $('#description').show();
- }
- });
- });
- </script>
- <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" 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">
- #s-m-t-tooltip {max-width:400px;
- padding:2px;
- margin:10px 0px 0px 10px;
- padding:2px 4px;
- background-color:{color:title};
- text-transform:uppercase;
- font-size:7px;
- letter-spacing:3px;
- color:{color:background};
- font-weight:700;
- z-index:999999999;
- }
- ::-webkit-scrollbar {height: 0px;
- width: 3px;
- -webkit-border-radius: 0px;
- background-color:{color:background}}
- ::-webkit-scrollbar-thumb{background-color:{color:text};
- }
- /*tumblr controls and lightbox*/
- .vignette, #vignette {
- opacity:0;
- }
- .lightbox-image, #tumblr_lightbox img {
- box-shadow:none !important;
- border-radius:0 !important;
- max-width:none;
- }
- .tmblr-lightbox, #tumblr_lightbox {
- background-color:rgba(0,0,0,.98) !important;
- }
- html, body {margin:0;padding:0;height:100%;}
- img {
- border: 0;
- max-width: 100%;
- }
- body {
- background-color:{color:background};
- color:{color:text};
- font-size:9px;
- margin:0;
- font-family: 'ABeeZee', sans-serif;
- -moz-osx-font-smoothing:grayscale;
- -webkit-font-smoothing:antialiased;
- font-smoothing:antialiased;
- }
- #fade {
- display: none;
- background:{color:borders};
- position: fixed;
- left: 0;
- top: 0;
- width: 100%;
- height: 100%;
- opacity: 1;
- z-index: 9999999;
- }
- .popup_block{
- display:none;
- position:fixed;
- width:340px;
- left:50%;
- padding:10px;
- padding-left:20px;
- padding-right:40px;
- top:48%;
- border:2px solid {color:background};
- color:{color:text};
- text-align:center;
- z-index: 99999999999;
- }
- .close {
- position:absolute;
- right:310px;
- font-size:14px;
- top:25px;
- color:{color:title};
- border:2px solid {color:background};
- padding:2px;
- padding-left:4px;
- padding-right:4px;
- z-index:999999999999999;
- }
- *html #fade {
- position: absolute;
- }
- *html .popup_block {
- position: absolute;
- }
- #resources {
- font-style italic;
- padding:5px;
- width:70px;
- height:151px;
- padding-top:5px;
- letter-spacing:.8px;
- margin-left:240px;
- font-weight:700;
- top:10px;
- margin-top:6px;
- background-color:{color:background};
- border-bottom:1px solid {color:line};
- position:absolute;
- text-align:left;
- }
- #resources a {
- line-height:170%;
- font-size:9px;
- text-decoration:underline;
- text-transform:uppercase;
- color:{color:title};
- margin-left:5px;
- }
- #resources a:hover {
- color:{color:link hover};
- }
- #des {
- width:310px;
- background-color:{color:borders};
- padding:10px;
- }
- #des a {
- font-size:10px;
- font-family:arial,sans-serif;
- text-decoration:underline;
- color:{color:link};
- }
- #des a:hover {
- cursor:help;
- color:{color:link hover};
- }
- #descr {
- height:80px;
- font-size:8px;
- padding:5px;
- line-height:125%;
- text-align:justify;
- overflow:hidden;
- border-top:1px solid {color:line};
- }
- .titles {
- text-decoration:underline;
- color:{color:title};
- }
- #rest {
- padding:5px;
- padding-top:10px;
- padding-bottom:10px;
- width:240px;
- }
- #popupimg {
- margin-left:-60px;
- }
- #popupimg img {
- padding:7px;
- width:230px;
- height:160px;
- margin-right:9px;
- margin-bottom:0px;
- }
- #posts {
- {block:If500pxposts}
- width:500px;
- {/block:If500pxposts}
- {block:If400pxposts}
- width:400px;
- {/block:If400pxposts}
- {block:If250pxposts}
- width:250px;
- {/block:If250pxposts}
- }
- #posts img {
- {block:If500pxposts}
- width:500px;
- {/block:If500pxposts}
- {block:If400pxposts}
- width:400px;
- {/block:If400pxposts}
- {block:If250pxposts}
- width:250px;
- {/block:If250pxposts}
- }
- #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:10px;
- color:{color:text};
- max-width:100%;
- }
- #posts blockquote {
- border-left:1px solid {color:borders};
- padding-left:5px;
- margin-left:10px;
- }
- .entries {
- {block:If500pxposts}
- width:500px;
- {/block:If500pxposts}
- {block:If400pxposts}
- width:400px;
- {/block:If400pxposts}
- {block:If250pxposts}
- width:250px;
- {/block:If250pxposts}
- {block:IndexPage}
- -webkit-filter: grayscale(60%); /* Safari 6.0 - 9.0 */
- filter: grayscale(60%);
- {/block:IndexPage}
- }
- .entries:hover {
- -webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
- filter: grayscale(0%);
- }
- .entries:hover .tags {
- -moz-transition-duration:.7s;
- -webkit-transition-duration: .7s;
- -o-transition-duration:.7s;
- opacity:1;
- }
- .caption {
- background-color:{color:borders};
- padding:10px;
- border-bottom:1px solid {color:line};
- }
- small {
- font-size:8px;
- }
- big {
- font-size:12px;
- }
- h2 {
- font-size:14px;
- color:{color:title};
- text-align:center;
- text-transform:lowercase;
- }
- h1 {
- font-size:10px;
- Text-align:center;
- letter-spacing:1px;
- color:{color:text};
- }
- h3 {
- font-size:11px;
- color:{color:text};
- letter-spacing:1px;
- }
- #content {
- {block:If500pxposts}
- width:500px;
- {/block:If500pxposts}
- {block:If400pxposts}
- width:400px;
- {/block:If400pxposts}
- {block:If250pxposts}
- width:250px;
- {/block:If250pxposts}
- margin-bottom:30px;
- margin:auto;
- margin-top:150px;
- }
- #left{
- height:150px;
- width:100%;
- padding-right:20px;
- margin:auto;
- text-align:center;
- margin-top:25px;
- }
- #nav {
- text-transform:lowercase;
- font-size:9px;
- padding-top:5px;
- letter-spacing:.2px;
- word-spacing:.5px;
- padding-bottom:15px;
- width:100px;
- margin:auto;
- text-align:center;
- }
- .link {
- width:100px;
- padding-top:4px;
- }
- #sidebarimage img {
- width:70px;
- border-radius:50px;
- height:70px;
- margin:auto;
- margin-top:20px;
- padding:0px;
- background-color:{color:borders};
- }
- #title {
- word-wrap:break-word;
- font-size:16px;
- margin-bottom:10px;
- padding-top:10px;
- text-transform:lowercase;
- color:{color:title};
- margin:auto;
- border-bottom:1px solid {color:line};
- letter-spacing:.09px;
- text-align:center;
- padding-bottom:5px;
- font-weight:500;
- font-family: 'Raleway', sans-serif;
- width:100px;
- }
- #line {
- width:100px;
- margin:auto;
- text-align:center;
- margin-bottom:10px;
- }
- #description {
- font-size:10px;
- text-align:justify;
- line-height:140%;
- width:120px;
- margin:auto;
- background-color:{color:background};
- margin-top:5px;
- margin-bottom:5px;
- background-color:{color:borders};
- padding:10px;
- border-bottom:1px solid {color:line};
- }
- .link {
- padding-top:4px;
- border-bottom:1px solid {color:background};
- }
- #postinfo {
- font-size:9px;
- margin-top:100px;
- padding-top:5px;
- padding-bottom:5px;
- letter-spacing:.5px;
- margin-bottom:15px;
- text-align:center;
- text-transform:lowercase;
- font-family: 'Raleway', sans-serif;
- }
- a:visited, a:link {
- text-decoration:none;
- color:{color:link};
- }
- a:hover {
- cursor: crosshair;
- font-style:italic;
- color:{color:link hover};
- }
- .date {
- color:{color:title};
- margin-bottom:5px;
- display:inline;
- }
- .date a {
- color:{color:title};
- padding:5px;
- padding-bottom:5px;
- border-bottom:1px solid {color:line};
- }
- .source {
- color:{color:title};
- padding:5px;
- margin-top:0px;
- display:inline;
- }
- .source a {
- color:{color:title};
- padding:5px;
- padding-bottom:5px;
- border-bottom:1px solid {color:line};
- }
- .pagenotes {
- {block:IndexPage}
- display: none;
- {/block:IndexPage}
- {block:If500pxposts}
- width:500px;
- {/block:If500pxposts}
- {block:If400pxposts}
- width:400px;
- {/block:If400pxposts}
- {block:If250pxposts}
- width:250px;
- {/block:If250pxposts}
- margin-bottom:30px;
- letter-spacing:.5px;
- text-transform:lowercase;
- font-size:9px;
- margin-top:5px;
- }
- .pagenotes img {
- display:none;
- }
- .pagenotes li {
- list-style-type:none;
- padding:5px 0px;
- text-align:center;
- margin-left:-40px;
- border-top:1px solid {color:line};
- }
- .tags {
- font-size:8px;
- padding:10px;
- letter-spacing:.5px;
- word-wrap:break-word;
- text-align:center;
- text-transform:lowercase;
- word-spacing:1px;
- {block:IndexPage}
- opacity:0;
- {/block:IndexPage}
- }
- .tags a {
- }
- #pagi {
- {block:If500pxposts}
- width:500px;
- {/block:If500pxposts}
- {block:If400pxposts}
- width:400px;
- {/block:If400pxposts}
- {block:If250pxposts}
- width:250px;
- {/block:If250pxposts}
- margin:auto;
- text-align:center;
- margin-bottom:30px;
- margin-top:30px;
- font-weight:700;
- font-family: 'Raleway', sans-serif;
- }
- #pagi a {
- font-size:12px;
- color:{color:title};
- }
- .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;
- }
- .playbox {
- {block:If500pxposts}
- width:500px;
- {/block:If500pxposts}
- {block:If400pxposts}
- width:400px;
- {/block:If400pxposts}
- {block:If250pxposts}
- width:250px;
- {/block:If250pxposts}
- height:30px;
- background-color:{color:borders};
- padding:5px;
- margin-bottom:0px;
- }
- .playbutton{
- width:30px;
- overflow:hidden;
- }
- .trackdetails {
- padding:20px;
- line-height:180%;
- margin-left:5px;
- margin-top:20px;
- padding:5px;
- }
- #credit {
- position:fixed;
- color:{color:text};
- bottom:2px;
- right:1px;
- padding:4px;
- font-size:12px;
- }
- #credit a {
- text-decoration:none;
- }
- </style>
- </head>
- <body>
- <div id="left">
- <div id="sidebarimage"><img src="{image:sidebar}"></div>
- <div id="side">
- <div id="title">{title}</div>
- <div id="line"></div>
- <div id="description">{Description}</div>
- <div id="nav">
- <a href="{text:link1url}">{text:link1}</a>.
- <a href="{text:link2url}">{text:link2}</a>.
- <a href="#?w=300" rel="popup_name" class="poplight">{text:link3}</a>.
- </div></div></div>
- <div id="popup_name" class="popup_block">
- <div id="popupimg"><img src="{image:popup}"></a></div>
- <div id="resources">
- <a href="{text:popuplink1url}">{text:popuplink1}</a>
- <a href="{text:popuplink2url}">{text:popuplink2}</a>
- <a href="{text:popuplink3url}">{text:popuplink3}</a>
- <a href="{text:popuplink4url}">{text:popuplink4}</a>
- <div id="descr">{text:popup description}</div>
- </div>
- </div></div>
- {block:IfInfiniteScroll}
- <script type="text/javascript" src="http://static.tumblr.com/q0etgkr/ytzm5f1ke/infinitescrolling.js"></script>
- {/block:IfInfiniteScroll}
- <div id="content">
- {block:IfInfiniteScroll}
- <div class="autopagerize_page_element">
- {/block:IfInfiniteScroll}
- {block:Posts}<div id="posts">
- <div class="entries">
- {block:Date}<div id="postinfo"><div class="date"><a href="{permalink}">{ShortMonth} {DayofMonth}{DayofMonthSuffix}</a> ☐ <a href="{permalink}">{NoteCount} notes</a></div>{block:PermalinkPage}<div class="source">{block:RebloggedFrom}☐<a href="{ReblogParentURL}" title="{ReblogParentName}">via </a>{block:ContentSource}☐ <a href="{ReblogRootURL}" title="{ReblogRootName}" >src </a>{/block:ContentSource}{/block:RebloggedFrom}</div>{/block:PermalinkPage}</div>{/block:Date}
- {block:Text}{block:Title}<h3>{Title}</h3>{/block:Title}{Body}{/block:Text}
- {block:Quote}<h2>“{Quote}”</h2><h1>{Source}</h1>{/block:Quote}
- {block:Link}<a href="{URL}"><h3>{Name}</h3></a>
- {block:Description}<p>{Description}</p>{/block:Description}{/block:Link}
- {block:Photo}
- {block:If500pxposts}
- <img src="{PhotoURL-500}" />{block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
- {/block:If500pxposts}
- {block:If400pxposts}
- <img src="{PhotoURL-400}" />{block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
- {/block:If400pxposts}
- {block:If250pxposts}
- <img src="{PhotoURL-250}" />{block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
- {/block:If250pxposts}
- {/block:Photo}
- {block:Photoset}
- {block:If500pxposts}
- <center>{Photoset-500}</center>{block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
- {/block:If500pxposts}
- {block:If400pxposts}
- <center>{Photoset-400}</center>{block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
- {/block:If400pxposts}
- {block:If250pxposts}
- <center>{Photoset-250}</center>{block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
- {/block:If250pxposts}
- {/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}<div class="caption">{block:Caption}{Caption}{/block:Caption}</div>
- {/block:If500pxposts}
- {block:If400pxposts}
- {Video-400}<div class="caption">{block:Caption}{Caption}{/block:Caption}</div>
- {/block:If400pxposts}
- {block:If250pxposts}
- {Video-250}<div class="caption">{block:Caption}{Caption}{/block:Caption}</div>
- {/block:If250pxposts}
- {/block:Video}
- {block:Audio}
- <div class="trackdetails">
- <div class="details">
- {block:TrackName}<strong>{TrackName}</strong> — {/block:TrackName}
- {block:Artist}<em>{Artist}</em> — {/block:Artist}
- {block:Album}{Album} —{/block:Album}
- [ {PlayCountWithLabel} ]
- </div>
- </div>
- {block:AudioPlayer}
- <div class="playbox"><div class="playbutton">{block:AudioPlayer}{AudioPlayerWhite}{/block:AudioPlayer}</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}
- {block:Date}{block:HasTags}<div class="tags">{block:Tags}<a href="{TagUrl}">#{Tag}, </a>{/block:Tags}</div> {/block:HasTags}{/block:Date}
- </div>
- {block:PostNotes}
- <div class="pagenotes">
- {PostNotes}
- </div>
- {/block:PostNotes}
- </div>
- {/block:Posts}
- </div>
- {block:IfNotInfiniteScroll}
- {block:Pagination}
- <div id="pagi">
- {block:PreviousPage}
- <a href="{PreviousPage}">back </a> –
- {/block:PreviousPage}
- {block:NextPage}
- <a href="{NextPage}"> forth </a>
- {/block:NextPage}
- </div>
- {/block:Pagination}
- {/block:IfNotInfiniteScroll}
- </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>
- </body></html>
Advertisement
Add Comment
Please, Sign In to add comment