Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!--
- Flightless Bird
- 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=Source+Sans+Pro:400,700|Gentium+Basic:400,700|Open+Sans:400,700' 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="if:500px posts" content="0"/>
- <meta name="if:400px posts" content="1"/>
- <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>
- (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:background};
- text-transform:uppercase;
- font-size:7px;
- letter-spacing:2px;
- font-weight:700;
- color:{color:text};
- z-index:999999999;
- font-family: 'Source Sans Pro', sans-serif;
- }
- ::-webkit-scrollbar {height: 0px;
- width: 3px;
- -webkit-border-radius: 0px;
- background-color:{color:sidebar 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: 'Source Sans Pro', sans-serif;
- }
- #posts {
- {block:If500pxposts}
- width:500px;
- {/block:If500pxposts}
- {block:If400pxposts}
- width:400px;
- {/block:If400pxposts}
- {block:If250pxposts}
- width:250px;
- {/block:If250pxposts}
- margin-bottom:100px;
- }
- #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};
- }
- .entries {
- {block:If500pxposts}
- width:500px;
- {/block:If500pxposts}
- {block:If400pxposts}
- width:400px;
- {/block:If400pxposts}
- {block:If250pxposts}
- width:250px;
- {/block:If250pxposts}
- padding:20px;
- padding-bottom:0px;
- background-color:{color:sidebar background};
- }
- small {
- font-size:10px;
- }
- big {
- font-size:12px;
- }
- h2 {
- font-size:14px;
- color:{color:title};
- font-weight:700;
- font-family: 'Open Sans', sans-serif;
- 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;
- }
- #content {
- padding:0px;
- width:100%;
- {block:If500pxposts}
- width:500px;
- margin-left:10%;
- {/block:If500pxposts}
- {block:If400pxposts}
- width:400px;
- margin-left:20%;
- {/block:If400pxposts}
- {block:If250pxposts}
- width:250px;
- margin-left:25%;
- {/block:If250pxposts}
- padding-top:100px;
- }
- #nav {
- text-transform:lowercase;
- font-size:10px;
- line-height:160%;
- margin-top:5px;
- }
- #sidebar {
- margin-left:70%;
- position:fixed;
- width:220px;
- margin-top:150px;
- }
- #left {
- width:120px;
- padding:5px;
- display:inline-block;
- border-right:1px solid {color:background};
- }
- #sidebarimage img {
- width:120px;
- height:150px;
- text-align:center;
- }
- table {
- text-align:center;
- width:121px;
- word-wrap:break-word;
- overflow:scroll;
- }
- td {
- width:60px;
- height:10px;
- padding:5px;
- word-wrap:break-word;
- text-align:center;
- overflow:scroll;
- }
- .link {
- width:40px;
- height:10px;
- overflow:auto;
- }
- .link2 {
- width:40px;
- height:10px;
- overflow:auto;
- }
- .link3 {
- width:40px;
- height:10px;
- overflow:auto;
- }
- .link4 {
- width:40px;
- height:10px;
- overflow:auto;
- }
- #below {
- width:220px;
- background-color:{color:sidebar background};
- }
- #title {
- word-wrap:break-word;
- font-size:14px;
- text-align:center;
- width:211px;
- padding:5px;
- margin-bottom:0px;
- text-transform:uppercase;
- color:{color:title};
- font-weight:700;
- font-family: 'Open Sans', sans-serif;
- border-bottom:1px solid {color:background};
- background-color:{color:sidebar background};
- }
- #description {
- font-size:9px;
- text-align:justify;
- line-height:160%;
- padding:5px;
- width:80px;
- display:inline-block;
- overflow:scroll;
- position:absolute;
- padding-right:5px;
- }
- #postinfo {
- letter-spacing:1px;
- font-size:8px;
- padding:5px;
- padding-top:10px;
- text-align:center;
- {block:If500pxposts}
- width:500px;
- {/block:If500pxposts}
- {block:If400pxposts}
- width:400px;
- {/block:If400pxposts}
- {block:If250pxposts}
- width:250px;
- {/block:If250pxposts}
- margin-bottom:100px;
- {block:permalinkPage}
- margin-bottom:50px;
- {/block:permalinkPage}
- {block:IndexPage}
- border-top:1px solid {color:background};
- {/block:IndexPage}
- font-weight:700;
- text-transform:lowercase;
- font-family: 'Open Sans', sans-serif;
- background-color:{color:sidebar background};
- }
- .info {
- position:absolute;
- padding:5px;
- font-size:10px;
- }
- .source {
- display:inline;
- float:right;
- {block:IndexPage}
- opacity:0;
- {/block:IndexPage}
- }
- #top, #bottom, #lefty, #right {
- background:{color:sidebar background};
- position: fixed;
- }
- #lefty, #right {
- top: 0; bottom: 0;
- width: 20px;
- }
- #lefty { left: 0; }
- #right { right: 0; }
- #top, #bottom {
- left: 0; right: 0;
- height: 20px;
- z-index:9999999;
- }
- #top { top: 0; }
- #bottom { bottom: 0; }
- a:link, a:visited {
- text-decoration:none;
- color:{color:link};
- }
- a:hover {
- text-decoration:none;
- cursor: crosshair;
- color:{color:link hover};
- }
- .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:40px;
- background-color:{color:sidebar background};
- text-transform:lowercase;
- font-size:9px;
- padding:20px;
- letter-spacing:1px;
- }
- #permalink {
- font-size:9px;
- margin-top:5px;
- letter-spacing:1px;
- text-transform:uppercase;
- }
- .pagenotes img {
- display:none;}
- .pagenotes li {
- list-style-type:none;
- padding:5px 0px;
- text-align:left;
- margin-left:-20px;
- border-bottom:1px solid {color:background};
- }
- .pagenotes a {
- font-weight:700;
- }
- .tags {
- {block:If500pxposts}
- width:500px;
- {/block:If500pxposts}
- {block:If400pxposts}
- width:400px;
- {/block:If400pxposts}
- {block:If250pxposts}
- width:250px;
- {/block:If250pxposts}
- font-size:7px;
- margin-top:5px;
- word-wrap:break-word;
- padding-top:5px;
- border-top:1px solid {color:text};
- text-align:left;
- }
- .pagi {
- {block:If500pxposts}
- width:500px;
- margin-left:10%;
- {/block:If500pxposts}
- {block:If400pxposts}
- width:400px;
- margin-left:20%;
- {/block:If400pxposts}
- {block:If250pxposts}
- width:250px;
- margin-left:25%;
- {/block:If250pxposts}
- padding-left:20px;
- padding-right:20px;
- letter-spacing:2px;
- margin-top:5px;
- position:fixed;
- background-color:{color:sidebar background};
- text-align:center;
- color:{color:link};
- font-size:9px;
- font-weight:700;
- text-transform:uppercase;
- }
- .pagi a {
- padding:2px;
- color:{color:link};
- }
- .pagi a:hover {
- color:{color:link hover};
- }
- .player {
- width:50px;
- 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: 30px;
- top: 30px;
- 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;
- padding:10px;
- background-color:{color:sidebar background};
- left: 0px;
- top: 0px;
- -webkit-border-radius: 50px;
- -moz-border-radius: 50px;
- border-radius: 0px;
- overflow: hidden;
- width: 90px;
- 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: 120px;
- line-height:200%;
- min-height: 85px;
- margin-top:0px;
- }
- .audiowrapper {
- position: relative;
- display:inline-block;
- margin-bottom:20px;
- }
- #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="lefty"></div>
- <div id="right"></div>
- <div id="top"></div>
- <div id="bottom">
- <div class="pagi">
- {block:Pagination}
- {block:PreviousPage}
- <a href="{PreviousPage}">previous</a>
- {/block:PreviousPage}
- {block:NextPage}
- <a href="{NextPage}"> next </a>
- {/block:NextPage}
- {/block:Pagination}
- </div>
- <div id="credit">
- <a href="http://kalopsiathemes.tumblr.com" title="kalopsiathemes"</div>Δ</a></div>
- </div>
- <div id="sidebar">
- <div id="title">{title}</div>
- <div id="below">
- <div id="left">
- <div id="sidebarimage">
- <a href="/">
- <img src="{image:sidebar}"></a></div>
- <table>
- <div id="nav">
- <tr>
- <td>
- <div class="link">
- <a href="{text:link1url}">{text:link1}</a></div></td>
- <td><div class="link2"><a href="{text:link2url}">{text:link2}</a></div></td></tr>
- <tr><td><div class="link3"><a href="{text:link3url}">{text:link3}</a></div></td>
- <td><div class="link4"><a href="{text:link4url}">{text:link4}</a></div></div>
- </td></tr></table>
- </div>
- <div id="description">{Description}</div>
- </div></div>
- <div id="content">
- {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}<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}<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">{12Hour}:{Minutes} |<a href="{permalink}"> {NoteCount} notes</a> | <a href="{ReblogURL}">reblog</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}<div class="tags">{block:Tags}<a href="{TagUrl}">#{Tag}, </a>{/block:Tags}</div>{/block:HasTags}{/block:PermalinkPage}</div>{/block:Date}
- </div>
- {block:PostNotes}
- <div class="pagenotes">
- {PostNotes}
- </div>
- {/block:PostNotes}
- </div>
- {/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}
- </body></html>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment