Swell HTML

30
<!doctype html> <!--[if lt IE 7 ]> <html lang="en" class="no-js ie6"> <! [endif]--> <!--[if IE 7 ]> <html lang="en" class="no-js ie7"> <! [endif]--> <!--[if IE 8 ]> <html lang="en" class="no-js ie8"> <! [endif]--> <!--[if IE 9 ]> <html lang="en" class="no-js ie9"> <! [endif]--> <!--[if (gt IE 9)|!(IE)]><!--> <html lang="en" class="no- js"> <!--<![endif]--> <head> <meta charset="UTF-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> <title>{block:SearchPage}Search results for "{SearchQuery}" | {/block:SearchPage}{block:TagPage}{Tag} | {/block:TagPage}{block:PostSummary}{PostSummary} | {/block:PostSummary}{Title}</title> <meta name="description" content="{MetaDescription}" /> <meta name="keywords" content="{block:Tags}{Tag}, {/block:Tags}{Title}" /> <meta name="tumblr-theme" content="30276" /> <meta name="author" content="Style Hatch - http://stylehatch.co | @stylehatch"> <meta name="copyright" content="Swell Theme - Copyright Style Hatch &amp; New Ezra LLC 2011. All Rights Reserved." /> <!-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~ Swell Theme - 1.0.0b Premium Tumblr Theme http://swell-theme.tumblr.com

description

website: Swell HTML

Transcript of Swell HTML

{block:SearchPage}Search results for "{SearchQuery}" | {/block:SearchPage}{block:TagPage}{Tag} | {/block:TagPage}{block:PostSummary}{PostSummary} | {/block:PostSummary}{Title}

{block:IfTypekitID}

try{Typekit.load();}catch(e){}

{/block:IfTypekitID}

body {

background-color: {color:Background};

{block:IfBackgroundImage}background-image: url({image:Background});{/block:IfBackgroundImage}

background-position: 0 0;

background-repeat: repeat;

{block:IfBodyFontFamily}font-family: {text:Body font family};{/block:IfBodyFontFamily}

color: {color:Text};

}

#site-header h1 {

font-weight: 900;

}

/* Title font */

#site-header h1, h2, #about section#description p, article.text h2, article.quote h2, article.link h2, article.photo h2, article.photoset h2, article.chat h2, article.video h2, article.ask h2 {

{block:IfTitleFontFamily}font-family: {text:Title font family};{/block:IfTitleFontFamily}

-webkit-font-smoothing: subpixel-antialiased;

text-rendering: optimizeLegibility;

}

/* UI font */

article h3, #post-view h3, article.audio h2, article.chat section p strong, article.ask .asker small, ul.post-meta li, ul#site-meta li, ul#pagination li, #site-header nav ul li, #about section h3, #about p.btn a, #about section#description h2, article .more-link, #post-view-meta li, ol.notes li.more_notes_link_container a, #infscr-loading {

{block:IfUIFontFamily}font-family: {text:UI font family};{/block:IfUIFontFamily}

text-shadow: none;

-webkit-font-smoothing: subpixel-antialiased;

text-rendering: optimizeLegibility;

}

#site-header {

border-top-color: {color:Accent};

}

a, a:active, a:visited, #site-header h1 a, #site-header nav ul li a:hover, article.quote h3, article.audio h2, ul.post-meta li a:hover, ul.post-meta li.timeago:before, ul.post-meta li.comments:before, ul.post-meta li.notes:before, #post-view-meta li a:hover {

color: {color:Accent};

}

a:hover {

color: {color:Accent Hover};

}

#reveal-corner a:hover strong {

background: {color:Accent Hover};

}

#reveal-corner a strong, #about, ul#pagination li, #reveal-corner a strong, .tipsy-inner {

background: {color:Accent};

}

::-moz-selection { background: {color:Accent}; }

::selection { background: {color:Accent}; }

a:link { -webkit-tap-highlight-color: {color:Accent}; }

#about, #about a, ul#pagination li, ul#pagination li a {

color: {color:Text on Accent};

}

#site-header nav ul li a, article h3, article .more-link, article.quote h2, article.chat section p strong, article.ask h2, article.ask .asker small, ul.post-meta li a, #post-view .post-footer h3, #post-view-meta li, #post-view-meta li a, #post-view .post-details p strong, ul#site-meta li, #infscr-loading {

color: {color:UI Text};

}

.tipsy-arrow-n { border-bottom-color: {color:Accent}; }

{CustomCSS}

var Swell

= window.Swell || {};

Swell.siteTitle

= "{Title}";

Swell.thisWindow

= this;

Swell.fullPosts

= {block:IfFullPostMode}true{/block:IfFullPostMode}{block:IfNotFullPostMode}false{/block:IfNotFullPostMode};

Swell.minimalSummary = {block:IfMinimalSummaryMode}true{/block:IfMinimalSummaryMode}{block:IfNotMinimalSummaryMode}false{/block:IfNotMinimalSummaryMode};

Swell.stripMedia

= true;

Swell.truncateLength = {block:IfPostSummaryLength}{text:Post summary length}{/block:IfPostSummaryLength}{block:IfNotPostSummaryLength}150{/block:IfNotPostSummaryLength};

Swell.infiniteScroll= {block:IfInfiniteScrollMode}true{/block:IfInfiniteScrollMode}{block:IfNotInfiniteScrollMode}false{/block:IfNotInfiniteScrollMode};

{block:Twitter}Swell.twitterUser

= "{TwitterUsername}";{/block:Twitter}

{block:English}Swell.lang

= "en";{/block:English}

{block:German}Swell.lang

= "de";{/block:German}

{block:French}Swell.lang

= "fr";{/block:French}

{block:Italian}Swell.lang

= "it";{/block:Italian}

{block:Japanese}Swell.lang

= "jp";{/block:Japanese}

{block:Turkish}Swell.lang

= "tr";{/block:Turkish}

{block:IfClickyID}Swell.clickyID

= "{text:Clicky ID}";{/block:IfClickyID}

{block:IfGoogleAnalyticsID}Swell.googleID

= "{text:Google Analytics ID}";{/block:IfGoogleAnalyticsID}

{block:IfDisqusID}Swell.disqusID

= "{text:Disqus ID}";{/block:IfDisqusID}

{block:IfTypekitID}Swell.typekitID

= "{text:Typekit ID}";{/block:IfTypekitID}

{block:IfFlickrID}Swell.flickrID

= "{text:Flickr ID}";{/block:IfFlickrID}

{block:IfInstagramID}Swell.instagramID

= "{text:Instagram ID}";{/block:IfInstagramID}

Swell.textColor

= "{color:Text}";

Swell.username

= "{Name}";

Swell.disqusOnReady;

Swell.disqusOnNewComment;

{block:IfDescriptionTitle}{text:Description title}{/block:IfDescriptionTitle}

{block:IfShowPortraitInDescription}

{/block:IfShowPortraitInDescription}{Description}

{block:IfSocialLinksTitle}{text:Social links title}{/block:IfSocialLinksTitle}

  • {block:IfBehanceURL}

  • Behance{/block:IfBehanceURL}

    {block:IfCargoURL}

  • Cargo{/block:IfCargoURL}

    {block:IfDeliciousURL}

  • Delicious{/block:IfDeliciousURL}

    {block:IfDeviantArtURL}

  • Deviant Art{/block:IfDeviantArtURL}

    {block:IfDiggURL}

  • Digg{/block:IfDiggURL}

    {block:IfDribbbleURL}

  • Dribbble{/block:IfDribbbleURL}

    {block:IfEmberURL}

  • Ember{/block:IfEmberURL}

    {block:IfEtsyURL}

  • Etsy{/block:IfEtsyURL}

    {block:IfFacebookURL}

  • Facebook{/block:IfFacebookURL}

    {block:IfFFFFoundURL}

  • FFFFound{/block:IfFFFFoundURL}

    {block:IfFlickrURL}

  • Flickr{/block:IfFlickrURL}

    {block:IfFormspringtURL}

  • Formspring{/block:IfFormspringtURL}

    {block:IfForrstURL}

  • Forrst{/block:IfForrstURL}

    {block:IfFoursquareURL}

  • Foursquare{/block:IfFoursquareURL}

    {block:IfGowallaURL}

  • Gowalla{/block:IfGowallaURL}

    {block:IfLastFMURL}

  • LastFM{/block:IfLastFMURL}

    {block:IfLinkedinURL}

  • Linkedin{/block:IfLinkedinURL}

    {block:IfMyspaceURL}

  • Myspace{/block:IfMyspaceURL}

    {block:IfRdioURL}

  • Rdio{/block:IfRdioURL}

    {block:IfSkypeURL}

  • Skype{/block:IfSkypeURL}

    {block:IfSlideshareURL}

  • Slideshare{/block:IfSlideshareURL}

    {block:IfSoundcloudURL}

  • Soundcloud{/block:IfSoundcloudURL}

    {block:IfStumbledUponURL}

  • Stumbled{/block:IfStumbledUponURL}

    {block:IfTwitterURL}

  • Twitter{/block:IfTwitterURL}

    {block:IfVimeoURL}

  • Vimeo{/block:IfVimeoURL}

    {block:IfWebsiteURL}

  • Website{/block:IfWebsiteURL}

    {block:IfYouTubeURL}

  • YouTube{/block:IfYouTubeURL}

    {block:IfEmailAddress}

  • Email Address{/block:IfEmailAddress}

{block:Twitter}

{block:IfTwitterTitle}{text:Twitter title}{/block:IfTwitterTitle}

{lang:Loading} tweets...

{block:English}Follow @{TwitterUsername}{/block:English}{block:NotEnglish}{lang:More} - @{TwitterUsername}{/block:NotEnglish}

{/block:Twitter}

{block:IfFlickrID}

{block:IfFlickrTitle}{text:Flickr title}{/block:IfFlickrTitle}

{lang:Loading} Flickr...

{lang:More} - Flickr

{/block:IfFlickrID}

{block:IfLogoImage}{/block:IfLogoImage}{block:IfNotLogoImage}{Title}{/block:IfNotLogoImage}

  • {text:About link title}

    {block:HasPages}

    {block:Pages}

  • {Label}{/block:Pages}

    {/block:HasPages}

{lang:About} {Title}

{block:IndexPage}

  • {lang:Prev post}
  • {lang:Next post}
  • Close

{block:English}

Loading Post

Hang on a second while we grab that post for you.

{/block:English}

{block:NotEnglish}

{lang:Loading}

{/block:NotEnglish}

{block:IfDisqusID}

{lang:Recent comments}

{block:English}

Hang on a second while we grab Disqus for you.

{/block:English}

{block:NotEnglish}

{lang:Loading}

{/block:NotEnglish}

Please enable JavaScript to view the comments powered by Disqus.

{/block:IfDisqusID}

{block:IfNotDisqusID}

{/block:IfNotDisqusID}

{/block:IndexPage}

{block:IndexPage}

{block:Posts}

{block:Text}

{block:Title}{Title}{/block:Title}

{Body}

{/block:Text}

{block:Photo}

{LinkOpenTag}{LinkCloseTag}

{block:Caption}{Caption}{/block:Caption}

{/block:Photo}

{block:Photoset}

{Photoset-250}

{block:Caption}{Caption}{/block:Caption}

{/block:Photoset}

{block:Quote}

{Quote}

{block:Source}{Source}{/block:Source}

{/block:Quote}

{block:Link}

{Name}

{block:Description}{Description}{/block:Description}

{/block:Link}

{block:Chat}

{block:Title}{Title}{/block:Title}

{block:Lines}{block:Label}{Label} {/block:Label}{Line}{/block:Lines}

{/block:Chat}

{block:Audio}

{block:AlbumArt}{/block:AlbumArt}

{block:TrackName}{TrackName}{/block:TrackName}

{block:Artist}{Artist}{/block:Artist}{block:Album}, {Album}{/block:Album}

{AudioPlayerGrey}

{block:Caption}{Caption}{/block:Caption}

{/block:Audio}

{block:Video}

{Video-250}

{block:Caption}{Caption}{/block:Caption}

{/block:Video}

{block:Answer}

{Question}

{lang:Asked by Asker}

{Answer}

{/block:Answer}

{/block:Posts}

{/block:IndexPage}

{block:Permalink}

  • {block:PermalinkPagination}

    {block:PreviousPost}

  • {lang:Prev post}{/block:PreviousPost}

    {block:NextPost}

  • {lang:Next post}{/block:NextPost}

    {/block:PermalinkPagination}

  • {block:English}Back to posts{/block:English}{block:NotEnglish}{lang:Load more posts}{/block:NotEnglish}

{block:Posts}

{block:Text}

{block:Title}{Title}{/block:Title}

{Body}

{/block:Text}

{block:Photo}

{LinkOpenTag}{LinkCloseTag}

{block:Caption}{Caption}{/block:Caption}

{/block:Photo}

{block:Photoset}

{Photoset-250}

{block:Caption}{Caption}{/block:Caption}

{/block:Photoset}

{block:Quote}

{Quote}

{block:Source}{Source}{/block:Source}

{/block:Quote}

{block:Link}

{Name}

{block:Description}{Description}{/block:Description}

{/block:Link}

{block:Chat}

{block:Title}{Title}{/block:Title}

{block:Lines}{block:Label}{Label} {/block:Label}{Line}{/block:Lines}

{/block:Chat}

{block:Audio}

{block:AlbumArt}{/block:AlbumArt}

{block:TrackName}{TrackName}{/block:TrackName}

{block:Artist}{Artist}{/block:Artist}{block:Album}, {Album}{/block:Album}

{AudioPlayerGrey}

{block:Caption}{Caption}{/block:Caption}

{/block:Audio}

{block:Video}

{Video-250}

{block:Caption}{Caption}{/block:Caption}

{/block:Video}

{block:Answer}

{Question}

{lang:Asked by Asker}

{Answer}

{/block:Answer}

{block:IfDisqusID}

{lang:Recent comments}

{block:English}

Hang on a second while we grab Disqus for you.

{/block:English}

{block:NotEnglish}

{lang:Loading}

{/block:NotEnglish}

Please enable JavaScript to view the comments powered by Disqus.

{/block:IfDisqusID}

{block:IfNotDisqusID}

{/block:IfNotDisqusID}

{/block:Date}

{/block:Posts}

{/block:Permalink}

  • {block:IfShowThemeCredit}

  • Swell Theme by Style Hatch{/block:IfShowThemeCredit}

  • {lang:Archive}
  • {lang:Random}
  • {lang:RSS}

    {block:IfNotInfiniteScrollMode}

  • {lang:Page CurrentPage of TotalPages}{/block:IfNotInfiniteScrollMode}

{block:IfNotInfiniteScrollMode}

{block:Pagination}

  • {block:PreviousPage}

  • {lang:Prev}{/block:PreviousPage}

    {block:NextPage}

  • {lang:Next}{/block:NextPage}

{/block:Pagination}

{/block:IfNotInfiniteScrollMode}

{block:IfInfiniteScrollMode}

{block:Pagination}

  • {block:PreviousPage}

  • Prev{/block:PreviousPage}

    {block:NextPage}

  • Next{/block:NextPage}

{/block:Pagination}

{/block:IfInfiniteScrollMode}

!window.jQuery && document.write(unescape('%3Cscript src="http://static.tumblr.com/fftf9xi/4gmllgskv/jquery-1.5.1.min.js"%3E%3C/script%3E'))

{block:IfNotInfiniteScrollMode}

{block:IfDisqusID}

var disqus_shortname = '{text:Disqus ID}';

(function () {

var s = document.createElement('script'); s.async = true;

s.type = 'text/javascript';

s.src = 'http://' + disqus_shortname + '.disqus.com/count.js';

(document.getElementsByTagName('HEAD')[0] || document.getElementsByTagName('BODY')[0]).appendChild(s);

}());

{/block:IfDisqusID}

{/block:IfNotInfiniteScrollMode}

{block:IfGoogleAnalyticsID}

var _gaq = [['_setAccount', '{text:Google Analytics ID}'], ['_trackPageview']];

(function(d, t) {

var g = d.createElement(t),

s = d.getElementsByTagName(t)[0];

g.async = true;

g.src = '//www.google-analytics.com/ga.js';

s.parentNode.insertBefore(g, s);

})(document, 'script');

{/block:IfGoogleAnalyticsID}

{block:IfClickyID}

var clicky = { log: function(){ return; }, goal: function(){ return; }};

var clicky_site_id = {text:Clicky ID};

(function() {

var s = document.createElement('script');

s.type = 'text/javascript';

s.async = true;

s.src = ( document.location.protocol == 'https:' ? 'https://static.getclicky.com/js' : 'http://static.getclicky.com/js' );

( document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0] ).appendChild( s );

})();

{/block:IfClickyID}