Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!--
- specter
- 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>
- <title>{Title}</title>
- <link href='http://fonts.googleapis.com/css?family=Muli|Oswald:400,700' rel='stylesheet' type='text/css'>
- <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="#000000"/>
- <meta name="color:link" content="#000000"/>
- <meta name="color:link hover" content="#48beb7"/>
- <meta name="color:text" content="#000000"/>
- <meta name="image:sidebar" content=""/>
- <meta name="if:500px 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>
- (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">
- ::-webkit-scrollbar {height: 2px;
- width: 3px;
- -webkit-border-radius: 0px;
- background-color:{color:posts}}
- ::-webkit-scrollbar-thumb:vertical{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:text};
- text-transform:uppercase;
- font-size:7px;
- letter-spacing:2px;
- color:{color:background};
- z-index:999;
- }
- body {
- background-color:{color:background};
- font-family: 'Muli', sans-serif;
- margin:0px;
- }
- blockquote {
- padding-left:10px;
- margin:5px;
- margin-left:20px;
- word-wrap:break-word;
- }
- #posts {
- {block:If500pxposts}
- width:500px;
- {/block:If500pxposts}
- {block:Ifnot500pxposts}
- width:400px;
- {block:Ifnot500pxposts}
- margin-bottom:50px;
- }
- #posts img {
- {block:If500pxposts}
- max-width:500px;
- {/block:If500pxposts}
- {block:Ifnot500pxposts}
- max-width:400px;
- {block:Ifnot500pxposts}
- }
- #posts, #posts img, #posts blockquote {
- font-size:11px;
- color:{color:text};
- }
- small {
- font-size:9px;
- }
- big {
- font-size:11px;
- }
- h2 {
- display:inline;
- font-size:14px;
- color:{color:title};
- }
- h1 {
- font-size:9px;
- Text-align:center;
- letter-spacing:1px;
- color:{color:text};
- }
- h3 {
- font-size:11px;
- color:{color:title};
- letter-spacing:1px;
- text-transform:uppercase;
- }
- .body img {
- max-width:400px;
- }
- #entire {
- {block:If500pxposts}
- width:670px;
- {/block:If500pxposts}
- {block:Ifnot500pxposts}
- width:570px;
- {/block:Ifnot500pxposts}
- height:550px;
- margin:auto;
- margin-top:40px;
- }
- #content {
- position:absolute;
- margin-left:120px;
- padding-top:15px;
- float:right;
- {block:If500pxposts}
- width:550px;
- {/block:If500pxposts}
- {block:Ifnot500pxposts}
- width:450px;
- {/block:Ifnot500pxposts}
- height:550px;
- overflow-y:auto;
- overflow-x:hidden;
- border:1px solid {color:text};
- }
- #entries {
- {block:If500pxposts}
- width:500px;
- {/block:If500pxposts}
- {block:Ifnot500pxposts}
- width:400px;
- {block:Ifnot500pxposts}
- margin:auto;
- }
- #sidebar {
- width:120px;
- float:left;
- text-align:left;
- height:65%;
- border:1px solid {color:text};
- word-wrap:break-word;
- border-right:none;
- }
- #title {
- padding:5px;
- margin-top:10px;
- font-size:18px;
- font-weight:700;
- text-transform:uppercase;
- font-family: 'Oswald', sans-serif;
- }
- #nav {
- font-size:8px;
- padding:5px;
- text-transform:uppercase;
- }
- #sidebarimage img {
- width:120px;
- height:100px;
- }
- #description {
- padding:5px;
- color:{color:text};
- font-size:9px;
- line-height:140%;
- }
- #pagi1 {
- float:right;
- margin-top:5px;
- letter-spacing:1px;
- font-size:9px;
- width:35px;
- display:inline;
- }
- #pagi1 a {
- text-decoration:none;
- padding-right:5px;
- }
- #pagi2 {
- margin-top:5px;
- float:left;
- letter-spacing:1px;
- font-size:9px;
- display:inline;
- width:35px;
- }
- #pagi2 a {
- text-decoration:none;
- padding-left:5px;
- }
- a:link,a:visited {
- color:{color:link};
- }
- a:hover {
- color:{color:link hover};
- }
- #postinfo {
- font-size:9px;
- text-align:center;
- margin-top:15px;
- margin-bottom:60px;
- text-transform:uppercase;
- {block:PermalinkPage}
- margin-bottom:5px;
- {/block:PermalinkPage}
- }
- .tags {
- font-size:9px;
- text-align:center;
- }
- #postinfo a {
- text-decoration:none;
- }
- .pagenotes {
- {block:IndexPage}
- display: none;
- {/block:IndexPage}
- padding:10px;
- {block:If500pxposts}
- width:500px;
- {/block:If500pxposts}
- {block:Ifnot500pxposts}
- width:400px;
- {block:Ifnot500pxposts}
- margin-top:10px;
- font-size:10px;
- color:{color:text};
- }
- .pagenotes img {
- display:none;}
- .pagenotes li {
- list-style-type:none;
- padding:5px 0px;
- text-align:left;
- margin:0px;
- }
- .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;
- z-index:999;
- left: 20px;
- top: 20px;
- width: 28px;
- height: 28px;
- background-color: #ffffff;
- padding: 10px;
- -webkit-border-radius: 40px;
- -moz-border-radius: 40px;
- border-radius: 0px;
- 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;
- -webkit-border-radius: 50px;
- -moz-border-radius: 50px;
- border-radius: 0px;
- overflow: hidden;
- width: 88px;
- height: 88px;
- }
- .audioimgwrapper img {
- width: 100%;
- height: auto;
- -webkit-border-radius: 50px;
- -moz-border-radius: 50px;
- border-radius: 0px;
- }
- .trackdetails {
- width: auto;
- display:inline-block;
- margin-left: 100px;
- min-height: 85px;
- margin-top:10px;
- }
- .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="entire">
- <div id="sidebar">
- <div id="title">{Title}</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>
- <a href="{text:Link4url}">{text:link4}</a>
- </div>
- <a href="/">
- <div id="sidebarimage"><img src="{image:sidebar}"></div></a>
- <div id="description">{Description}</div>
- {block:Pagination}
- <div id="pagi2">
- {block:PreviousPage}
- <a href="{PreviousPage}">back </a>
- <hr style="border-bottom:1px solid {color:text};"</hr>
- {/block:PreviousPage}
- </div>
- <div id="pagi1">
- {block:NextPage}
- <a href="{NextPage}">forth</a>
- <hr style="border-bottom:1px solid {color:text};"</hr>
- {/block:NextPage}
- </div>
- {/block:Pagination}
- </div>
- <div id="content">
- <div id="entries">
- {block:Posts}<div id="posts">
- {block:Text}{block:Title}<h3>{Title}</h3>{/block:Title}{Body}{/block:Text}
- {block:Quote}<h2>“{Quote}”</h2><h1>-{Source}</h1>{/block:Quote}
- {block:Link}</div><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}{Caption}{/block:Caption} {/block:If500pxposts}{block:Ifnot500pxposts}<img src="{PhotoURL-400}" />{block:Caption}{Caption}{/block:Caption} {/block:Ifnot500pxposts}{/block:Photo}
- {block:Photoset}
- {block:If500pxposts}
- <center>{Photoset-500}</center>{block:Caption}{Caption}{/block:Caption}
- {/block:If500pxposts}
- {block:Ifnot500pxposts}
- <center>{Photoset-400}</center>{block:Caption}{Caption} {/block:Ifnot500pxposts}{/block:Caption}
- {/block:Ifnot500pxposts}
- {/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:Ifnot500pxposts}
- {Video-400}{block:Caption}{Caption}{/block:Caption}
- {/block:Ifnot500pxposts}
- {/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> {Artist}{/block:Artist}<br/>
- {block:Album}<strong>Album:</strong> {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">{ShortMonth} {DayOfMonth}{DayOfMonthSuffix}<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}</div>{block:HasTags}<div class="tags"> {block:Tags}#<a href="{TagUrl}">{Tag}, </a>{/block:Tags}</div>{/block:HasTags}{/block:PermalinkPage}</div>{/block:Date}
- {block:PostNotes}
- <div class="pagenotes">
- {PostNotes}
- </div>
- {/block:PostNotes}
- {/block:Posts}
- </div>
- </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>
- </body></html>
Advertisement
Add Comment
Please, Sign In to add comment