Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!--
- cold smoke
- 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 rel="stylesheet" type="text/css" href="//fonts.googleapis.com/css?family=Droid+Sans+Mono" />
- <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:title" content="#c8cbd2"/>
- <meta name="color:link" content="#8c8e93"/>
- <meta name="color:link hover" content="#c8cbd2"/>
- <meta name="color:text" content="#8c8e93"/>
- <meta name="color:borders" content="#8c8e93"/>
- <meta name="image:popup" content=""/>
- <meta name="image:sidebar" content=""/>
- <meta name="if:InfiniteScroll" content="1"/>
- <meta name="if:NotTagsOnIndex" content="1"/>
- <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="" />
- <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>
- <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:2px;
- font-weight:700;
- color:{color:background};
- z-index:999999999999;
- }
- ::-webkit-scrollbar {height: 0px;
- width: 3px;
- -webkit-border-radius: 0px;
- background-color:{color:background}}
- ::-webkit-scrollbar-thumb{background-color:{color:link hover};
- }
- html, body {margin:0;padding:0;height:100%;}
- body {
- background:{color:background};
- color:{color:text};
- font-size:9px;
- margin:0;
- font-family: Arial;
- }
- img {
- border: 0;
- max-width: 100%;
- }
- a:link, a:visited {
- text-decoration:none;
- color:{color:link};
- }
- a:hover {
- text-decoration:underline;
- cursor: crosshair;
- color:{color:link hover};
- }
- #posts {
- {block:If500pxposts}
- width:500px;
- {/block:If500pxposts}
- {block:If400pxposts}
- width:400px;
- {/block:If400pxposts}
- {block:If250pxposts}
- width:250px;
- {/block:If250pxposts}
- margin-bottom:100px;
- padding:10px;
- background-color:{color:borders};
- }
- #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};
- }
- #posts blockquote {
- width:96%;
- margin:0px;
- padding-left:5px;
- }
- small {
- font-size:10px;
- }
- big {
- font-size:12px;
- }
- h2 {
- font-size:14px;
- color:{color:title};
- text-transform:uppercase;
- Text-align:center;
- font-family:arial;
- }
- h1 {
- font-size:9px;
- Text-align:center;
- letter-spacing:1px;
- font-family: 'Droid Sans Mono';
- color:{color:text};
- }
- h3 {
- font-size:14px;
- color:{color:title};
- letter-spacing:1px;
- }
- #content {
- padding:0px;
- width:100%;
- {block:If500pxposts}
- width:500px;
- {/block:If500pxposts}
- {block:If400pxposts}
- width:400px;
- {/block:If400pxposts}
- {block:If250pxposts}
- width:250px;
- {/block:If250pxposts}
- padding-top:200px;
- margin:auto;
- }
- #top {
- width:100%;
- position:fixed;
- left:0px;
- text-align:center;
- padding-bottom:0px;
- background-color:{color:background};
- border-bottom:1px solid {color:borders};
- z-index:1;
- }
- #nav {
- text-transform:lowercase;
- font-size:10px;
- line-height:160%;
- padding:5px;
- background-color:{color:borders};
- }
- #nav a:hover {
- margin-left:5px;
- cursor:help;
- }
- #sidebarimage img {
- width:65px;
- height:65px;
- margin-top:15px;
- background-color:{color:borders};
- padding:5px;
- border-radius:50px;
- }
- #title {
- font-size:13px;
- font-weight:700;
- letter-spacing:2px;
- margin-top:5px;
- text-transform:uppercase;
- color:{color:title};
- }
- #description {
- width:220px;
- margin:auto;
- margin-top:5px;
- font-size:9px;
- line-height:150%;
- padding-bottom:5px;
- font-family: 'Droid Sans Mono';
- }
- #postinfo {
- letter-spacing:1px;
- font-size:8px;
- text-transform:uppercase;
- font-weight:700;
- text-align:center;
- padding-top:10px;
- letter-spacing:1px;
- color:{color:link};
- border-top:1px solid {color:background};
- }
- .pagenotes {
- {block:IndexPage}
- display: none;
- {/block:IndexPage}
- {block:If400pxposts}
- width:400px;
- {/block:If400pxposts}
- {block:If250pxposts}
- width:250px;
- {/block:If250pxposts}
- margin-top:0px;
- margin-left:15px;
- text-transform:lowercase;
- font-weight:700;
- font-size:9px;
- letter-spacing:1px;
- }
- .pagenotes img {
- display:none;
- }
- .pagenotes li {
- {block:If500pxposts}
- width:500px;
- {/block:If500pxposts}
- {block:If400pxposts}
- width:400px;
- {/block:If400pxposts}
- {block:If250pxposts}
- width:250px;
- {/block:If250pxposts}
- margin-top:20px;
- margin-left:-55px;
- padding:0px 0px;
- border-bottom:2px solid {color:borders};
- list-style-type:none;
- text-align:center;
- }
- .tags {
- font-size:9px;
- text-transform:lowercase;
- word-wrap:break-word;
- letter-spacing:.4px;
- text-align:center;
- padding-top:5px;
- font-size:8px;
- font-family: 'Droid Sans Mono';
- {block:IfNotTagsOnIndex}
- {block:IndexPage}
- display:none;
- {/block:IndexPage}
- {/block:IfNotTagsOnIndex}
- }
- #pagi {
- width:100%;
- background-color:{color:borders};
- margin:auto;
- text-align:center;
- padding:10px;
- font-weight:700;
- text-transform:uppercase;
- }
- .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;
- }
- .playbutton {
- width:100px;
- overflow:hidden;
- border:5px solid {color:background};
- margin-bottom:5px;
- }
- .cover {
- width:100px;
- height:100px;
- border:5px solid {color:background};
- }
- .trackdetails {
- width:200px;
- {block:If500pxposts}
- width:300px;
- {/block:If500pxposts}
- {block:If250pxposts}
- width:140px;
- {/block:If250pxposts}
- position:absolute;
- margin-left:120px;
- margin-top:-162px;
- padding:5px;
- padding-top:15px;
- }
- .name {
- font-size:16px;
- border-bottom:5px solid {color:background};
- }
- .q {
- text-align:center;
- font-weight:bold;
- }
- .as {
- font-weight:bold;
- text-transform:uppercase;
- margin-bottom:10px;
- }
- .a {
- margin-top:10px;
- }
- #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}</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="{text:Link3url}">{text:link3}</a>
- </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: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}{Description}{/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:If250pxposts}<img src="{PhotoURL-250}" /><div class="caption">{block:Caption}{Caption}{/block:Caption}</div> {/block:If250pxposts}{/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:Caption}
- {/block:If400pxposts}
- {block:If250pxposts}
- <center>{Photoset-250}</center><div class="caption">{block:Caption}{Caption}{/block:Caption}</div> {/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}{block:Caption}{Caption}{/block:Caption}
- {/block:If500pxposts}
- {block:If400pxposts}
- {Video-400}{block:Caption}{Caption}{/block:Caption}
- {/block:If400pxposts}
- {block:If250pxposts}
- {Video-250}{block:Caption}{Caption}{/block:Caption}
- {/block:If250pxposts}{/block:Video}
- {block:Audio}{block:AudioPlayer}
- <div class="playbox"><div class="playbutton">{block:AudioPlayer}{AudioPlayerWhite}{/block:AudioPlayer}</div></div>
- {block:AlbumArt}
- <img src="{AlbumArtURL}" class="cover">
- {/block:AlbumArt}
- <div class="trackdetails">
- <div class="details">
- <div class="name">{block:TrackName}<strong>{TrackName}</strong>{/block:TrackName}</div>
- {block:Artist}<em>{Artist}</em> {/block:Artist}<br/>
- {block:Album}{Album}{/block:Album}<br/>
- {PlayCountWithLabel}
- </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}<div id="postinfo">{TimeAgo}<a href="{permalink}"> – {NoteCount} notes </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}{/block:PermalinkPage}{block:HasTags}<div class="tags">{block:Tags}<a href="{TagUrl}">#{Tag} </a>{/block:Tags}</div>{/block:HasTags}</div>{/block:Date}
- </div>
- {block:PostNotes}
- <div class="pagenotes">
- {PostNotes}
- </div>
- {/block:PostNotes}
- </div>
- {/block:Posts}
- </div>
- </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}
- {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></div>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment