Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!--
- THEME: TYPHON
- by acuite
- - don't steal this pls
- - enjoy, ilu (ノ◕ヮ◕)ノ*:・゚✧
- - @acuite for more themes
- -->
- <html lang="en">
- <head>
- <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="if:Title" content="1"/>
- <meta name="if:Paginate" content="1"/>
- <meta name="if:Caption" content="1"/>
- <meta name="if:Helvetica" content="0"/>
- <meta name="color:Background" content="#fff"/>
- <meta name="color:Border" content="#eee"/>
- <meta name="color:Accent" content="#fafafa"/>
- <meta name="color:Title" content="#222"/>
- <meta name="color:Link" content="#999"/>
- <meta name="color:Text" content="#555"/>
- <meta name="select:Sidebar Align" content="left" title="Left">
- <meta name="select:Sidebar Align" content="center" title="Center">
- <meta name="select:Sidebar Align" content="right" title="Right">
- <meta name="select:Sidebar Align" content="justify" title="Justify">
- <meta name="select:Perma Align" content="left" title="Left">
- <meta name="select:Perma Align" content="center" title="Center">
- <meta name="select:Perma Align" content="right" title="Right">
- <meta name="select:Tags" content="" title="Show">
- <meta name="select:Tags" content="hide" title="Hide">
- <meta name="select:Tags" content="hover" title="Hover">
- <meta name="text:Post" content="300"/>
- <meta name="text:Sidebar" content="130"/>
- <meta name="text:Margin" content="100"/>
- <meta name="text:Link 1" content="/"/>
- <meta name="text:Link 1 Title" content="about"/>
- <meta name="text:Link 2" content="/" />
- <meta name="text:Link 2 Title" content="tags"/>
- <meta name="text:Link 3" content="/" />
- <meta name="text:Link 3 Title" content="self"/>
- <meta name="text:Link 4" content="/" />
- <meta name="text:Link 4 Title" content="blogroll"/>
- <link href="http://static.tumblr.com/qudkd6d/OcDnl99gb/style.css" rel="stylesheet" type="text/css"/>
- <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css">
- <link href='http://fonts.googleapis.com/css?family=Source+Sans+Pro:400,600,700,400italic,600italic,700italic|Source+Code+Pro:400,600,700' rel='stylesheet' type='text/css'>
- <style type="text/css">
- ::-webkit-scrollbar-thumb {background:{color:Border};}
- ::-webkit-scrollbar {width:5px;height:5px;background:{color:Background};}
- .tmblr-iframe--desktop-logged-in-controls, .iframe-controls--desktop, .tmblr-iframe, #tumblr_controls{-webkit-filter: invert(100%); -moz-filter: invert(100%); -o-filter: invert(100%); -ms-filter: invert(100%); filter: invert(100%);opacity:0.5;}
- /* General */
- body {
- margin:0px;
- background:{color:Background};
- font-family:'Source Sans Pro',Helvetica, sans-serif;font-size:10px;
- {block:ifHelvetica}font-family:Helvetica;font-size:9px;{/block:ifHelvetica}
- color:{color:Text};
- font-smooth:always;
- -webkit-font-smoothing:antialiased;
- -moz-osx-font-smoothing: grayscale;
- }
- a:link, a:active, a:visited {text-decoration:none;}
- a,.playh,.tags{
- transition:0.5s ease;
- -o-transition:0.5s ease;
- -moz-transition:0.5s ease;
- -webkit-transition:0.5s ease;
- }
- /* Containers */
- .c{position:fixed;bottom:30px;right:30px;}
- .pag a{margin:0px 10px;}
- .pag {position:relative;text-align:center;}
- {block:ifnotPaginate}
- .pag,#infscr-loading {display:none!important;}
- {/block:ifnotPaginate}
- #center {
- position:relative;
- width:{text:Post}px;
- margin:{text:Margin}px auto;
- }
- .entry img {max-width:100%;height:auto;}
- .entry {{block:IndexPage}margin:{text:Margin}px 0px;{/block:IndexPage}}
- /* Headers */
- .sidebar {
- position:fixed;
- width:{text:Sidebar}px;
- margin-left:calc(-{text:Sidebar}px + -{text:Margin}px);
- text-align:{select:Sidebar Align};
- }
- .desc {padding:15px 0px;letter-spacing:0.3px;}
- .links a, .lh{margin:0px 2px;font-weight:400;font-size:8.5px;}
- .links {margin-top:5px;text-transform:lowercase;}
- .lb {display:none;margin-top:5px;}
- .lb a{margin:0px;}
- .lb a:after {content:'·';margin-left:6px;}
- .lb a:last-of-type:after {display:none;}
- /* Titles */
- h1 {
- margin:0px;
- font-weight:400;
- font-size:10px;
- letter-spacing:1px;
- text-transform:uppercase;
- }
- h2 {
- margin:0px 0px 10px;
- font-weight:600;
- font-size:9px;
- letter-spacing:1.5px;
- text-transform:uppercase;
- }
- .qut {
- padding:15px;
- font-size:10px;
- font-style:italic;
- letter-spacing:0.5px;
- }
- .src {margin:0px 0px 10px;}
- /* Permalinks */
- .tags {margin-top:5px;text-transform:lowercase;letter-spacing:0px;font-weight:400;}
- .tags a {margin:0px;}
- .tags a:after {content:'·';color:{color:Text};margin-left:5px;}
- .tags a:last-of-type:after{display:none;}
- .entry:hover .tags {opacity:1;}
- .hide {display:none;}
- .hover {opacity:0;}
- .p {text-align:{select:Perma Align};margin-top:10px;}
- /* Chat */
- .chat {border:1px solid {color:Border};}
- .lines:first-child{border-top:none;}
- .lines.odd{background:{color:Accent};}
- .lines{padding:8px 10px;border-top:1px solid {color:Border};}
- .lines b{display:block;}
- /* Audio */
- .play {
- float:left;
- padding:10px;
- background:#e4e4e4;
- margin-right:15px;
- height:27px;
- }
- .audio {height:47px;padding:8px;}
- .au {padding:5px 0px;}
- .au span{display:block;margin:5px 0px;}
- .tumblr_audio_player {width:27px;height:27px;overflow:hidden;}
- /* Asks */
- .ask h2 {margin:0px 0px 5px}
- .ask {padding:10px;font-weight:400;}
- /* Text */
- pre, em, small, sub, sup, big {
- font-size:10px;
- {block:ifHelvetica}font-size:9px;{block:ifHelvetica}
- }
- strong,b {font-weight:600;}
- p,blockquote {margin:10px;}
- ul {list-style-type:square;}
- blockquote p{margin:10px 0px;}
- blockquote p:first-child{margin:0px 0px 10px;}
- blockquote p:last-child{margin:10px 0px 0px;}
- blockquote p:only-child{margin:0px;}
- blockquote{padding:0px 10px;border-left:1px solid {color:Border};}
- pre {
- font-family:'Source Sans Pro',Helvetica, sans-serif;
- {block:ifHelvetica}font-family:Helvetica;{block:ifHelvetica}
- white-space:pre-wrap;
- white-space:-moz-pre-wrap;
- white-space:-pre-wrap;
- white-space:-o-pre-wrap;
- word-wrap:break-word;
- }
- /* Postnotes */
- #pnotes img {display:none;}
- #pnotes ol {margin:0;padding:0;}
- #pnotes li {list-style-type:none;margin:5px 0px;}
- #pnotes {font-size:8.5px;letter-spacing:0.5px;}
- .perma a,.perma span{margin-right:5px;}
- .perma {
- padding:10px 0px;
- margin:10px 0px;
- font-size:8px;
- text-transform:lowercase;
- border-top:1px solid {color:Border};
- border-bottom:1px solid {color:Border};
- }
- /* Captions */
- .cap {margin:10px 0px;}
- .cap iframe{display:block;max-width:100%;overflow:hidden;}
- /* Video */
- .video {overflow:hidden;}
- .vine-embed {margin-bottom:-3px;}
- .instagram-media {border-radius:0px!important;box-shadow:none!important;}
- /* Photosets */
- #tumblr_lightbox,.tmblr-lightbox {
- background:rgba({RGBcolor:Background},0.99)!important;
- }
- #vignette,#tumblr_lightbox_caption,.vignette,.lightbox-caption{
- opacity:0!important;
- }
- #tumblr_lightbox_center_image, #tumblr_lightbox_left_image,
- #tumblr_lightbox_right_image, .lightbox-image {
- box-shadow:none!important;
- border-radius:0px!important;
- {block:ifRoundEdges}border-radius:4px!important;{/block:ifRoundEdges}
- }
- /* Tooltips */
- #s-m-t-tooltip{max-width:300px;margin:15px;z-index:9999;padding:5px;}
- /* Common Styles */
- .lines b,.tn,.src,.p {font-weight:600;}
- .lines b,.tn,.src,.p,.pag,.c,a.tumblr_blog {
- font-size:8px;
- letter-spacing:1px;
- text-transform:uppercase;
- }
- .c {font-size:9px;font-weight:600;}
- .cap,#s-m-t-tooltip,.ask,.qut,.audio {
- background:{color:Accent};
- border:1px solid {color:Border};
- }
- .links,.c,h1,h2,.p,.perma,.pag {
- font-family:'Source Code Pro',Consolas,sans-serif;
- }
- .ask,p,.perma,blockquote,.lines,ul,.qut,.desc{line-height:160%;}
- a,.perma,.links,.ask {color:{color:Link};}
- a:hover,.lines b,.tn{color:{color:Title};}
- /* Etc */
- .notes img {width:0px;}
- img {display:block;margin:0px;}
- </style>
- </head>
- <body>
- <div id="center">
- <div class="sidebar">
- {block:ifTitle}<h1>{Title}</h1>{/block:ifTitle}
- <div class="links">
- <a href="/">home</a>
- <a href="/ask">ask</a>
- <a href="#" class="lh">links</a>
- <div class="lb">
- {block:ifLink1}
- <a href="{text:Link 1}">{text:Link 1 Title}</a>
- {/block:ifLink1}{block:ifLink2}
- <a href="{text:Link 2}">{text:Link 2 Title}</a>
- {/block:ifLink2}{block:ifLink3}
- <a href="{text:Link 3}">{text:Link 3 Title}</a>
- {/block:ifLink3}{block:ifLink4}
- <a href="{text:Link 4}">{text:Link 4 Title}</a>
- {/block:ifLink4}
- </div>
- </div>
- {block:Description}<div class="desc">{Description}</div>{/block:Description}
- </div>
- <div id="content">
- {block:Posts}
- <div class="entry">
- {block:Text}
- {block:Title}<h2>{Title}</h2>{/block:Title}
- <div class="cap">{Body}</div>
- {/block:Text}
- {block:Link}
- <a title="{URL}" href="{URL}"><h2> {Name} →</h2></a>
- {block:Description}<div class="cap">{Description}</div>{/block:Description}
- {/block:Link}
- {block:Photo}
- <a href="{Permalink}"><img src="{PhotoURL-HighRes}" alt="{PhotoAlt}"/></a>
- {block:ifCaption}{block:Caption}<div class="cap">{Caption}</div>{/block:Caption}{/block:ifCaption}
- {/block:Photo}
- {block:Photoset}
- <div class="photo-slideshow" id="photoset_{PostID}" data-layout="{PhotosetLayout}">{block:Photos}<div class="photo-data"><div class="pxu-photo"><img src="{PhotoURL-500}" width="{PhotoWidth-500}" height="{PhotoHeight-500}" data-highres="{PhotoURL-HighRes}" data-width="{PhotoWidth-HighRes}" data-height="{PhotoHeight-HighRes}"></div><a class="tumblr-box" rel="post-{PostID}" href="{PhotoURL-HighRes}"></a></div>{/block:Photos}</div>
- {block:ifCaption}{block:Caption}<div class="cap">{Caption}</div>{/block:Caption}{/block:ifCaption}
- {/block:Photoset}
- {block:Quote}
- <div class="src">{Source}</div>
- <div class="qut">{Quote}</div>
- {/block:Quote}
- {block:Chat}<div class="chat">
- {block:Title}<h2>{Title}</h2>{/block:Title}
- {block:Lines}<div class="lines {Alt}"><div class="{Alt} user_{UserNumber}">
- {block:Label}<b>{Label}</b> {/block:Label}{Line}</div></div>{/block:Lines}
- </div>{/block:Chat}
- {block:Audio}
- <div class="audio">
- {block:AudioPlayer}<div class="play">{AudioPlayerGrey}</div>{/block:AudioPlayer}
- <div class="au">
- {block:TrackName}<span class="tn">{TrackName}</span>{/block:TrackName}
- {block:Artist}<span>by {Artist}</span>{/block:Artist}
- </div>
- </div>
- {/block:Audio}
- {block:Video}
- <div class="video">{Video-500}</div>
- {block:ifCaption}{block:Caption}<div class="cap">{Caption}</div>{/block:Caption}{/block:ifCaption}
- {/block:Video}
- {block:Answer}
- <div class="ask"><h2>{Asker}:</h2> {Question}</div>{Answer}
- {/block:Answer}
- {block:IndexPage}<div class="p">
- <a href="{Permalink}">{NoteCount}n</a>
- {24HourWithZero}:{Minutes}
- <a href="{ReblogURL}">reblog</a>
- {block:HasTags}<div class="tags {select:Tags}">
- {block:Tags}<a href="{TagURL}">{Tag}</a> {/block:Tags}
- </div>{/block:HasTags}
- </div>{/block:IndexPage}
- {block:PermalinkPage}
- {block:Date}
- <div class="perma">
- posted {TimeAgo} on {DayofMonthWithSuffix} {Month}
- {block:RebloggedFrom}<br>
- via: <a href="{ReblogParentURL}">{ReblogParentName}</a>
- origin: <a href="{ReblogRootURL}">{ReblogRootName}</a>
- {/block:RebloggedFrom}
- {block:HasTags}<br><span>tagged:</span>
- {block:Tags}<a href="{TagURL}">#{Tag}</a> {/block:Tags}
- {/block:HasTags}
- </div>
- {/block:Date}
- {/block:PermalinkPage}
- {block:PostNotes}
- <div id="pnotes">{PostNotes}</div>
- {/block:PostNotes}
- {block:ContentSource}
- <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
- width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
- {/block:SourceLogo}
- {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
- {/block:ContentSource}
- <!--{block:NoRebloggedFrom}{block:RebloggedFrom}{ReblogParentName}{/block:RebloggedFrom}{/block:NoRebloggedFrom} -->
- </div>
- {/block:Posts}
- {block:ifPaginate}
- {block:Pagination}
- <div class="pag">
- {block:PreviousPage}
- <a href="{PreviousPage}"><i class="fa fa-angle-left"></i> back</a>
- {/block:PreviousPage}
- <span class="cp">{CurrentPage} / {TotalPages}</span>
- {block:NextPage}
- <a href="{NextPage}">next <i class="fa fa-angle-right"></i></a>
- {/block:NextPage}
- </div>
- {/block:Pagination}
- {/block:ifPaginate}
- </div>
- {block:ifnotPaginate}
- {block:Pagination}
- <div class="pag">
- {block:PreviousPage}
- <a href="{PreviousPage}" class="prev">back</a>
- {/block:PreviousPage}
- {block:NextPage}
- <a href="{NextPage}" class="next">next</a>
- {/block:NextPage}
- </div>
- {/block:Pagination}
- {/block:ifnotPaginate}
- </div>
- <div class="c"><a href="http://acuite.tumblr.com/">acuite</a></div>
- <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
- <script src="http://static.tumblr.com/qudkd6d/Az6nkemqr/pxuphotoset.min.js"></script>
- <script src="http://static.tumblr.com/wgijwsy/u2vm2hxv6/jquery.infinitescroll.min.js"></script>
- <script src ="//static.tumblr.com/fwgzvyf/l6jnyutne/shythemes.vr.js"></script>
- <script src="http://static.tumblr.com/rzl30kg/eAxm7a751/jquery.style-my-tooltips.js"></script>
- <script>
- $(document).ready(function(){
- $('.photo-slideshow').pxuPhotoset({
- lightbox: true,
- rounded: false,
- gutter: '1px',
- photoset: '.photo-slideshow',
- photoWrap: '.photo-data',
- photo: '.pxu-photo'
- });
- {block:ifnotPaginate}
- var $container = $('#content');
- $container.infinitescroll({
- itemSelector: '.entry',
- navSelector: '.pag',
- nextSelector: '.next',
- loadingImg: ' ',
- loadingText: ' ',
- donetext: 'No more posts' ,
- bufferPx: 2000
- },
- function( newElements ) {
- var $newElems = $( newElements );
- $newElems.find('.photo-slideshow').pxuPhotoset({
- lightbox: true,
- rounded: false,
- gutter: '1px',
- photoset: '.photo-slideshow',
- photoWrap: '.photo-data',
- photo: '.pxu-photo'
- });
- resizeVideos();
- });
- {/block:ifnotPaginate}
- });
- // minimal soundcloud player © eoxk.tumblr
- $(document).ready(function(){
- var color = '{color:Link}'; // color of play button (hex)
- $('.soundcloud_audio_player').each(function(){
- $(this).attr({ src: $(this).attr('src').split('&')[0] + '&liking=false&sharing=false&auto_play=false&show_comments=false&continuous_play=false&buying=false&show_playcount=false&show_artwork=true&origin=tumblr&color=' + color.split('#')[1], height: 20, width: '100%' });
- });
- });
- // drop links & post notes
- $(document).ready(function(){
- $(".lb").hide();
- $(".lh").show();$('.lh').toggle(function(){
- $(".lb").slideDown(function(){});
- },function(){
- $(".lb").slideUp(function(){});
- });
- });
- // tooltips
- (function($){
- $(document).ready(function(){
- $("[title]").style_my_tooltips({
- tip_delay_time:200,
- tip_fade_speed:300
- }
- );
- });
- })(jQuery);
- </script>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement