Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
- "http://www.w3.org/TR/html4/strict.dtd">
- <head>
- <title>{Title}</title>
- <link rel="shortcut icon" href="{Favicon}">
- <link href='http://fonts.googleapis.com/css?family=Lato:400,700|Muli' rel='stylesheet' type='text/css'>
- <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet">
- <link rel="alternate" type="application/rss+xml" href="{RSS}">
- {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
- <meta name="color:Background" content="#000000"/>
- <meta name="color:side background" content="#f5f5f5"/>
- <meta name="color:link" content="#757575"/>
- <meta name="color:link hover" content="#b5b4b4"/>
- <meta name="color:text" content="#757575"/>
- <meta name="image:sidebar" content=""/>
- <meta name="image:background" 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:link3url" content="" />
- <meta name="text:link4" content="">
- <meta name="text:link4url" content="" />
- <meta name="if:500px posts" content="1"/>
- <meta name="if:400px posts" content="0"/>
- <meta name="if:250px posts" content="0"/>
- <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: 4px;
- -webkit-border-radius: 1px;
- background-color:{color:posts}}
- ::-webkit-scrollbar-thumb {height:auto;
- background-color:{color:posts};
- border:1px solid {color:link hover};
- }
- ::-webkit-scrollbar-track {
- background:{color:side 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:link hover};
- z-index:999;
- font-weight:700;
- font-family: 'Lato', sans-serif;
- }
- body {
- background:{color:background};
- color:{color:text};
- background-color:{color:background};
- font-size:10px;
- margin:0;
- line-height:16px;
- font-family: Helvetica, sans-serif;
- background: 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}
- margin:auto;
- }
- #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:9px;
- }
- big {
- font-size:11px;
- }
- h2 {
- display:inline;
- font-size:13px;
- text-transform:uppercase;
- font-weight:700;
- text-align:center;
- font-family: 'Lato', sans-serif;
- 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;
- font-weight:700;
- font-family: 'Lato', sans-serif;
- }
- .body img {
- max-width:400px;
- }
- #entire {
- width:850px;
- height:500px;
- margin:auto;
- margin-top:80px;
- }
- #content {
- position:absolute;
- margin-left:200px;
- {block:If500pxposts}
- width:550px;
- {/block:If500pxposts}
- {block:If400pxposts}
- width:450px;
- {/block:If400pxposts}
- {block:If250pxposts}
- width:300px;
- {/block:If250pxposts}
- height:500px;
- background-color:{color:side background};
- overflow-y:auto;
- overflow-x:hidden;
- }
- #entries {
- {block:If500pxposts}
- width:500px;
- {/block:If500pxposts}
- {block:If400pxposts}
- width:400px;
- {/block:If400pxposts}
- {block:If250pxposts}
- width:250px;
- {/block:If250pxposts}
- padding-top:25px;
- margin:auto;
- }
- #sidebar {
- width:125px;
- float:left;
- text-align:center;
- height:50%;
- padding:5px;
- margin-top:50px;
- word-wrap:break-word;
- background-color:{color:side background};
- }
- .description {
- font-size:9px;
- height:120px;
- overflow:scroll;
- line-height:150%;
- color:{color:text};
- margin-bottom:5px;
- padding:10px;
- text-align:justify;
- padding-top:5px;
- padding-bottom:5px;
- }
- a:link, a:visited {
- text-decoration:none;
- color:{color:link};
- }
- a:hover {
- text-decoration:none;
- cursor:crosshair;
- color:{color:link hover};
- }
- .info {
- position:absolute;
- padding:5px;
- font-size:10px;
- }
- .nav {
- font-size:10px;
- word-spacing:3px;
- }
- #sidebarimage img {
- border-radius:50px;
- width:60px;
- margin-top:20px;
- }
- .pagi {
- width:125px;
- float:left;
- padding:5px;
- font-size:11px;
- margin-left:-5px;
- text-align:center;
- background-color:{color:side background};
- margin-top:26px;
- }
- #postinfo {
- font-size:8px;
- text-align:center;
- width:500px;
- padding:5px;
- margin:auto;
- margin-top:15px;
- margin-bottom:50px;
- {block:permalinkPage}
- margin-bottom:5px;
- {/block:PermalinkPage}
- text-transform:uppercase;
- {block:If500pxposts}
- width:500px;
- {/block:If500pxposts}
- {block:If400pxposts}
- width:400px;
- {/block:If400pxposts}
- {block:If250pxposts}
- width:250px;
- {/block:If250pxposts}
- }
- .tags {
- font-size:9px;
- text-align:center;
- text-transform:lowercase;
- }
- #permalink {
- font-size:9px;
- text-align:center;
- margin:auto;
- margin-top:15px;
- border:1px solid {color:text};
- text-transform:lowercase;
- }
- .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-top:20px;
- margin-bottom:45px;
- text-transform:uppercase;
- font-weight:700;
- font-family: 'Lato', sans-serif;
- font-size:8px;
- letter-spacing:1px;
- }
- #title {
- font-weight:700;
- font-family: 'Lato', sans-serif;
- text-transform:uppercase;
- margin-top:5px;
- font-size:11px;
- }
- .pagenotes img {
- display:none;}
- .pagenotes li {
- list-style-type:none;
- padding:5px 0px;
- text-align:left;
- margin:0 0 0 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:700;
- font-family: 'Lato', sans-serif;
- }
- .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 {
- color:{color:text};
- text-decoration:none;
- }
- </style>
- </head>
- <body>
- <div id="entire">
- <div id="sidebar">
- <a href="/">
- <div id="sidebarimage"><img src="{image:sidebar}"></div></a>
- <div id="title">{Title}</div>
- <div class="nav">
- <a href="{text:Link1url}" title="{text:Link1}"><i class="fa fa-home"></i></a>
- <a href="{text:Link2url}" title="{text:Link2}"><i class="fa fa-envelope"></i></a>
- <a href="{text:Link3url}" title="{text:Link3}"><i class="fa fa-user"></i></a>
- <a href="{text:Link4url}" title="{text:Link4}"><i class="fa fa-navicon"></i></a>
- </div>
- <div class="description">{Description}</div>
- {block:Pagination}
- <div class="pagi">
- {block:PreviousPage}
- <a href="{PreviousPage}">–</a>
- {/block:PreviousPage}
- {block:NextPage}
- <a href="{NextPage}"> + </a>
- {/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:If400pxposts}<img src="{PhotoURL-400}" />{block:Caption}{Caption}{/block:Caption} {/block:If400pxposts}{block:If250pxposts}<img src="{PhotoURL-250}" />{block:Caption}{Caption}{/block:Caption} {/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:If400pxposts}{/block:Caption}
- {/block:If400pxposts}
- {block:If250pxposts}
- <center>{Photoset-250}</center>{block:Caption}{Caption} {/block:If400pxposts}{/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}{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="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