Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!--
- Flaws
- 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=Montserrat:400,700|Open+Sans:400,300' rel='stylesheet' type='text/css'>
- <link rel='stylesheet' href='//fonts.googleapis.com/css?family=Alice' type='text/css' />
- <link href='http://fonts.googleapis.com/css?family=Lato: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="#838383"/>
- <meta name="color:sidebar background" content="#838383"/>
- <meta name="color:title" content="#ffffff"/>
- <meta name="color:link" content="#838383"/>
- <meta name="color:link hover" content="#838383"/>
- <meta name="color:nav" content="#838383"/>
- <meta name="color:nav hover" content="#838383"/>
- <meta name="color:text" content="#838383"/>
- <meta name="image:background" content="#838383"/>
- <meta name="image:sidebar" content="#838383"/>
- <meta name="color:shadow" content="#b5b4b4"/>
- <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="/">
- <meta name="text:link4" content="">
- <meta name="text:link4url" content="/">
- <meta name="text:link5" content="">
- <meta name="text:link5url" 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{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: url("{image:background}");
- background-repeat:no-repeat;
- background-position: bottom;
- background-attachment: fixed;
- -webkit-background-size: cover;
- -moz-background-size: cover;
- -o-background-size: cover;
- background-size: cover;
- background-color:{color:background};
- margin:0px;
- font-family: 'Trebuchet MS', 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Tahoma, sans-serif;
- }
- blockquote {
- padding-left:10px;
- margin:5px;
- margin-left:20px;
- word-wrap:break-word;
- border-left:1px solid {color:background};
- }
- #posts {
- {block:If500pxposts}
- width:500px;
- {/block:If500pxposts}
- {block:If400pxposts}
- width:400px;
- {/block:If400pxposts}
- {block:If250pxposts}
- width:250px;
- {/block:If250pxposts}
- margin-bottom:80px;
- padding:10px;
- box-shadow: 3px 3px 4px {color:shadow};
- background-color:{color:sidebar background};
- }
- #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:10px;
- }
- big {
- font-size:12px;
- }
- h2 {
- display:inline;
- font-size:15px;
- color:{color:title};
- font-weight:700;
- font-family: 'Montserrat', sans-serif;
- }
- h1 {
- font-size:9px;
- Text-align:center;
- letter-spacing:1px;
- color:{color:text};
- }
- h3 {
- font-size:13px;
- color:{color:title};
- font-weight:700;
- font-family: 'Montserrat', sans-serif;
- letter-spacing:1px;
- text-transform:uppercase;
- }
- .body img {
- width:440px;
- }
- #content {
- padding:0px;
- width:100%;
- {block:If500pxposts}
- width:500px;
- {/block:If500pxposts}
- {block:If400pxposts}
- width:400px;
- {/block:If400pxposts}
- {block:If250pxposts}
- width:250px;
- {/block:If250pxposts}
- margin-top:80px;
- margin-left:40%;
- }
- .title {
- margin-bottom:5px;
- font-size:16px;
- color:{color:title};
- text-transform:uppercase;
- font-weight:700;
- font-family: 'Montserrat', sans-serif;
- }
- #nav1 {
- line-height:150%;
- margin-bottom:5px;
- color:{color:nav};
- letter-spacing:0;
- font-size:9px;
- text-transform:lowercase;
- font-family: 'Montserrat', sans-serif;
- border-top:1px solid #daeceb;
- border-bottom:1px solid #daeceb;
- }
- #nav1 a {
- letter-spacing:0;
- font-size:9px;
- color:{color:nav};
- }
- #nav1 a:hover {
- letter-spacing:0;
- color:{color:nav hover};
- }
- .description {
- color:{color:text};
- font-size:9px;
- line-height:200%;
- margin-top:2px;
- }
- #sidebarimage {
- width:100px;
- margin-bottom:5px;
- }
- #sidebarimage img {
- width:100px;
- height:100px;
- }
- .sidebar1 {
- text-align:center;
- position:fixed;
- width:100px;
- margin-left:120px;
- padding:20px;
- background-color:{color:sidebar background};
- box-shadow: 3px 3px 4px {color:shadow};
- }
- .info {
- position:absolute;
- padding:5px;
- font-size:9px;
- }
- a:link,a:visited {
- text-decoration:none;
- color:{color:link};
- font-style:bold;
- font-weight:700;
- font-family: 'Montserrat', sans-serif;
- }
- a:hover {
- text-decoration:underline;
- color:{color:link hover};
- cursor:crosshair;
- }
- #index {
- font-size:8px;
- {block:If500pxposts}
- width:500px;
- {/block:If500pxposts}
- {block:If400pxposts}
- width:400px;
- {/block:If400pxposts}
- {block:If250pxposts}
- width:250px;
- {/block:If250pxposts}
- word-wrap:break-word;
- margin-top:10px;
- text-align:center;
- letter-spacing:2px;
- text-transform:uppercase;
- }
- #index a {
- font-weight:400;
- font-family: 'Open Sans', sans-serif;
- }
- .line {
- {block:If500pxposts}
- width:520px;
- {/block:If500pxposts}
- {block:If400pxposts}
- width:420px;
- {/block:If400pxposts}
- {block:If250pxposts}
- width:270px;
- {/block:If250pxposts}
- margin-left:-10px;
- text-align:left;
- border-top:1px solid {color:background};
- margin-top:10px;
- }
- .permalink {
- text-align:center;
- font-style:italic;
- word-wrap:break-word;
- margin-top:5px;
- line-height:180%;
- letter-spacing:1px;
- font-size:8px;
- }
- .pagenotes {
- {block:IndexPage}
- display: none;
- {/block:IndexPage}
- padding:10px;
- {block:If500pxposts}
- width:500px;
- {/block:If500pxposts}
- {block:If400pxposts}
- width:400px;
- {/block:If400pxposts}
- {block:If250pxposts}
- width:250px;
- {/block:If250pxposts}
- margin-top:40px;
- margin-bottom:40px;
- font-size:9px;
- color:{color:text};
- background-color:{color:sidebar background};
- box-shadow: 3px 3px 4px {color:shadow};
- letter-spacing:1px;
- }
- .pagenotes img {
- display:none;}
- .pagenotes li {
- list-style-type:none;
- padding:5px 0px;
- text-align:left;
- margin:10 0 0 0px;
- }
- #pagi1 {
- font-size:11px;
- width:100%;
- text-align:center;
- color:{color:link};
- letter-spacing:0px;
- margin-bottom:0px;
- }
- #pagi1 a {
- color:{color:link};
- }
- #pagi1 a:hover {
- text-decoration:none;
- color:{color:link hover};
- }
- .back {
- display:inline-block;
- -moz-transform: scaleX(-1);
- -o-transform: scaleX(-1);
- -webkit-transform: scaleX(-1);
- transform: scaleX(-1);
- filter: FlipH;
- -ms-filter: "FlipH";
- }
- .forward {
- display:inline-block;
- }
- .player {
- width:25px;
- height:25px;
- overflow:hidden;
- position:absolute;
- background:white;}
- .audioinfo {
- margin-left:50px;
- font-size:12px;
- line-height:160%;
- }
- .q {
- text-align:center;
- font-weight:700;
- font-family: 'Montserrat', sans-serif;
- }
- .as {
- font-weight:700;
- font-family: 'Montserrat', sans-serif;
- text-transform:uppercase;
- margin-bottom:10px;
- }
- .a {
- margin-top:10px;
- word-wrap:break-word;
- }
- .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;
- left: 20px;
- top: 20px;
- width: 28px;
- height: 28px;
- background-color: #ffffff;
- padding: 10px;
- 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;
- overflow: hidden;
- width: 88px;
- height: 88px;
- }
- .audioimgwrapper img {
- width: 100%;
- height: auto;
- }
- .trackdetails {
- width: auto;
- display:inline-block;
- margin-left: 100px;
- line-height:180%;
- min-height: 85px;
- }
- .audiowrapper {
- position: relative;
- display:inline-block;
- }
- table {
- position:fixed;
- top:5px;
- left:5px;
- height:10px;
- width:10px;
- background-color:{color:background color};
- text-align:center;
- box-shadow: 1px 1px 1px {color:shadow};
- text-transform:uppercase;
- overflow:hidden;
- }
- td {
- padding:5px;
- color:{color:text};
- font-size:7px;
- letter-spacing:1px;
- display:none;
- word-wrap:break-word;
- }
- table:hover td {
- display:table-cell;
- }
- .thumbnail img {
- width:40px;
- float:right;
- display:inline-block;
- padding-right:40px;
- padding:5px;
- border:1px solid {color:text};
- }
- .link {
- display:inline-block;
- font-size:13px;
- color:{color:link};
- letter-spacing:1px;
- text-transform:uppercase;
- float:left;
- padding-left:40px;
- word-break:break-word;
- }
- .linkdes {
- margin-top:50px;
- font-size:8px;
- Text-align:center;
- color:{color:text};
- }
- #credit {
- position:fixed;
- color:{color:text};
- bottom:5px;
- right:10px;
- padding:4px;
- font-size:11px;
- }
- #credit a {
- text-decoration:none;
- }
- </style>
- </head>
- <body>
- <div id="entire1">
- <div class="sidebar1">
- <a href="/">
- <div id="sidebarimage"><img src="{image:sidebar}"></a></div>
- <div class="title">{Title}</div>
- <div id="nav1">
- <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>
- <a href="{text:link5url}">{text:link5}</a>
- </div>
- <div class="description">{Description}</div>
- <div id="pagi1">
- {block:Pagination}
- {block:PreviousPage}
- <div class="back">
- <a href="{PreviousPage}">➣</a>
- </div>
- {/block:PreviousPage}
- {block:NextPage}
- <div class="forward">
- <a href="{NextPage}"> ➣</a>
- </div>
- {/block:NextPage}
- {/block:Pagination}
- </div>
- </div>
- </div>
- <div id="content">
- {block:Posts}<div id="posts">
- {block:Text}{block:Title}<h3>{Title}</h3>{/block:Title}<div class="body">{Body}</div>{/block:Text}
- {block:Quote}<h2>“{Quote}”</h2><h1>-{Source}</h1>{/block:Quote}
- {block:Link}<div class="link"><a href="{URL}"><h3> {Name}</h3></a></div>
- {block:Thumbnail}<div class="thumbnail"><img src="{Thumbnail}"></div> {/block:Thumbnail}
- {block:Description}<div class="linkdes">{Description}</p></div>{/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: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>{/block:Artist}<br/>
- {block:Album}<em>Album:</em> {Album}{/block:Album}<br/>
- [{PlayCount}]
- </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}
- <div class="line"></div>
- {block:Date}
- <div id="index">{Month} {DayOfMonth}{DayOfMonthSuffix}<a href="{permalink}"> +{NoteCount} notes</a></div>
- {/block:Date}
- {block:Date}<div class="permalink">{block:PermalinkPage}{block:HasTags}filed under: {block:Tags}<a href="{TagUrl}">{Tag}, </a>{/block:Tags}<br>{/block:HasTags}{block:RebloggedFrom}<a href="{ReblogParentURL}" title="{ReblogParentName}"> via </a>{block:ContentSource}<a href="{ReblogRootURL}" title="{ReblogRootName}">// src </a>{/block:ContentSource}{/block:RebloggedFrom}{/block:PermalinkPage}</div>{/block:Date}
- </div>
- {block:PostNotes}
- <div class="pagenotes">
- {PostNotes}
- </div>
- {/block:PostNotes}
- {/block:Posts}
- </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>
- </div></div>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment