Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!--
- THEME: SPACE
- by Zeke (spirkism/spirkthemes)
- Rules:
- - please do not steal/redistribute, I spent quite a bit of time coding this
- - also don't (re)move the credit please, that would make me very sad :(
- - don't use as a base code, there are plenty of those out there
- - you are allowed to edit as much as you like though, have fun playing around with code, that's how you learn! :)
- - tell me if there are any bugs or if you have any questions, need help with the theme or want a detail differently - I'll see what I can do for you ;)
- And now: enjoy! :)
- To change the icon of a link in the header go to this site:
- http://fortawesome.github.io/Font-Awesome/icons/
- All the icons are listed here, just click one to select it and copy the code (the number+letter combo) and paste it into the corresponding field in your theme editing mode!
- -->
- <!DOCTYPE html>
- <head>
- <title>{Title}</title>
- <!-- /* LINKS */ -->
- <link rel="shortcut icon" href="{Favicon}">
- <link rel="alternate" type="application/rss+xml" href="{RSS}">
- <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css">
- <link rel="stylesheet" type="text/css" href="http://static.tumblr.com/h5czl1a/aTqnk4mjj/tooltipstuff.css"/>
- <link href='https://fonts.googleapis.com/css?family=Shadows+Into+Light|Pacifico|Covered+By+Your+Grace|Amatic+SC:400,700|Rock+Salt|Lobster|Righteous|Lobster+Two:400,700italic|Playball|Special+Elite|Audiowide|Limelight' rel='stylesheet' type='text/css'>
- <!-- /* SCRIPTS */ -->
- <script type='text/javascript' src='http://ajax.googleapis.com/ajax/libs/jquery/1.6.4/jquery.min.js'></script>
- <script type="text/javascript" src="http://static.tumblr.com/tiu5k68/xTkm8wqw2/tumblr-title-qtip.js"></script>
- <script src="//ajax.googleapis.com/ajax/libs/jqueryui/1.9.1/jquery-ui.min.js"></script>
- <script src="http://static.tumblr.com/h5czl1a/ACynk4kjd/tipped.js"></script>
- <!--
- <script type="text/javascript" src="http://codysherman.tumblr.com/tools/infinite-scrolling/code"></script>
- -->
- <script type='text/javascript'>
- $(document).ready(function() {
- Tipped.create('#credit','theme credit');
- });
- </script>
- <script>
- (function($){
- $(document).ready(function(){
- $("[title]").style_my_tooltips({
- tip_follows_cursor:true,
- tip_delay_time:200,
- tip_fade_speed:300
- }
- );
- });
- })(jQuery);
- </script>
- <!-- /* META TAGS */ -->
- <meta name="color:background" content="#232961" />
- <meta name="color:text" content="#f2f2f2" />
- <meta name="color:post background" content="#141414" />
- <meta name="color:link color" content="#2889f7" />
- <meta name="color:link hover color" content="#0436c9" />
- <meta name="color:title" content="#ffffff" />
- <meta name="color:header" content="#000000" />
- <meta name="color:accent" content="#021a39" />
- <meta name="color:desc" content="#ffffff" />
- <meta name="text:opacity" content="0.8" />
- <meta name="text:link 1 url" content="/" />
- <meta name="text:link 1 symbol" content="f015" />
- <meta name="text:link 1 text" content="link" />
- <meta name="text:link 2 url" content="/" />
- <meta name="text:link 2 symbol" content="f0e0" />
- <meta name="text:link 2 text" content="link" />
- <meta name="text:link 3 url" content="/" />
- <meta name="text:link 3 symbol" content="f121" />
- <meta name="text:link 3 text" content="link" />
- <meta name="text:link 4 url" content="/" />
- <meta name="text:link 4 symbol" content="f0b1" />
- <meta name="text:link 4 text" content="link" />
- <meta name="text:link 5 url" content="/" />
- <meta name="text:link 5 symbol" content="f15c" />
- <meta name="text:link 5 text" content="link" />
- <meta name="text:link 6 url" content="/" />
- <meta name="text:link 6 symbol" content="f02c" />
- <meta name="text:link 6 text" content="link" />
- <meta name="text:link 7 url" content="/" />
- <meta name="text:link 7 symbol" content="f00a" />
- <meta name="text:link 7 text" content="" />
- <meta name="text:link 8 url" content="/" />
- <meta name="text:link 8 symbol" content="f1c9" />
- <meta name="text:link 8 text" content="" />
- <meta name="text:link 9 url" content="/" />
- <meta name="text:link 9 symbol" content="f099" />
- <meta name="text:link 9 text" content="" />
- <meta name="text:link 10 url" content="/" />
- <meta name="text:link 10 symbol" content="f004" />
- <meta name="text:link 10 text" content="" />
- <meta name="image:background" content="" />
- <meta name="image:fallback albumart" content="http://i.imgur.com/k3XhJXS.png" />
- <meta name="font:Body" content="Arial, Helvetica, sans-serif"/>
- <meta name="font:Specialfont" content="Arial, Helvetica, sans-serif"/>
- <meta name="if:Searchbar" content="1" />
- <meta name="if:500px posts" content="1" />
- <meta name="select:Description" content="descleft" title="left" />
- <meta name="select:Description" content="descright" title="right" />
- <meta name="select:Description" content="descnone" title="none" />
- <meta name="select:Index tags" content="hover-tags" title="tags on hover" />
- <meta name="select:Index tags" content="no-tags" title="no tags" />
- <meta name="select:Index tags" content="fixed-tags" title="visible tags" />
- <meta name="select:Perma tags" content="fixed-tags" title="visible tags" />
- <meta name="select:Perma tags" content="no-tags" title="no tags" />
- <meta name="select:Perma tags" content="hover-tags" title="tags on hover" />
- <style type="text/css">
- /* GENERAL */
- ::-webkit-scrollbar-thumb {
- background-color: {color:desc};
- height:auto;
- width: 10px;
- z-index: 9999999999999999999999999999999999999;
- }
- ::-webkit-scrollbar {
- height:auto;
- width:10px;
- background-color:{color:post background};
- z-index: 999999999999999999999999999999999999;
- }
- div#qTip {
- font: 12px {font:Body};
- line-height: 12px;
- display: none;
- text-align: center;
- position: absolute;
- z-index: 999999999999;
- background-color: {color:header};
- padding: 3px 7px;
- color: {color:title};
- max-width: 200px;
- height: auto;
- border: 1px solid {color:link color};
- -webkit-transition: all 0.1s ease-out;
- -moz-transition: all 0.1s ease-out;
- -o-transition: all 0.1s ease-out;
- }
- body {
- word-wrap:break-word;
- margin: 0;
- background-image: url('{image:background}');
- background-attachment: fixed;
- background-size: 100% auto;
- background-color: {color:background};
- font: 12px {font:Body};
- color: {color:text};
- }
- img {
- max-width: 100%;
- }
- a {
- text-decoration: none;
- color: {color:link color};
- -webkit-transition: 0.5s ease;transition: 0.5s ease;
- -o-transition: 0.5s ease;
- -moz-transition: 0.5s ease;
- }
- a:hover {
- text-decoration: none;
- color: {color:link hover color};
- -webkit-transition: 0.5s ease;transition: 0.5s ease;
- -o-transition: 0.5s ease;
- -moz-transition: 0.5s ease;
- }
- blockquote {
- border-left: solid 2px #818181;
- padding-left: 10px;
- max-width: 100%;
- }
- /* SIDEBAR */
- #header {
- position: fixed;
- top: 0;
- width: 100%;
- height: 50px;
- background-color: RGBA({RGBcolor:header},{text:opacity});
- z-index: 9;
- }
- #title {
- position: relative;
- left: 10px;
- font: 1.5em {font:Specialfont};
- color: {color:title};
- display: inline-block;
- }
- #descleft {
- position: fixed;
- margin-top: 20px;
- width: 180px;
- margin-left: 10px;
- color: {color:desc};
- background-color: RGBA({RGBcolor:header}, 0.3);
- padding: 10px;
- font-size: 0.85em;
- text-align:center;
- display: block;
- }
- #descright {
- position: fixed;
- margin-top: 20px;
- width: 180px;
- right: 10px;
- color: {color:desc};
- background-color: RGBA({RGBcolor:header}, 0.3);
- padding: 10px;
- font-size: 0.85em;
- text-align:center;
- display: block;
- }
- #descnone {
- position: fixed;
- margin-top: 20px;
- width: 180px;
- margin-left: 10px;
- color: {color:desc};
- background-color: RGBA({RGBcolor:header}, 0.3);
- padding: 10px;
- font-size: 0.85em;
- text-align:center;
- display: none;
- }
- #sblinks {
- position: relative;
- display: inline-block;
- margin-top: 15px;
- margin-left: 40px;
- }
- .sblink {
- position: relative;
- display: inline-block;
- margin-right: 15px;
- }
- #link1:before {
- content: "\{text:link 1 symbol}";
- font-family: FontAwesome;
- text-align:left;
- font-size:22px;
- }
- #link2:before {
- content: "\{text:link 2 symbol}";
- font-family: FontAwesome;
- text-align:left;
- font-size:22px;
- }
- #link3:before {
- content: "\{text:link 3 symbol}";
- font-family: FontAwesome;
- text-align:left;
- font-size:22px;
- }
- #link4:before {
- content: "\{text:link 4 symbol}";
- font-family: FontAwesome;
- text-align:left;
- font-size:22px;
- }
- #link5:before {
- content: "\{text:link 5 symbol}";
- font-family: FontAwesome;
- text-align:left;
- font-size:22px;
- }
- #link6:before {
- content: "\{text:link 6 symbol}";
- font-family: FontAwesome;
- text-align:left;
- font-size:22px;
- }
- #link7:before {
- content: "\{text:link 7 symbol}";
- font-family: FontAwesome;
- text-align:left;
- font-size:22px;
- }
- #link8:before {
- content: "\{text:link 8 symbol}";
- font-family: FontAwesome;
- text-align:left;
- font-size:22px;
- }
- #link9:before {
- content: "\{text:link 9 symbol}";
- font-family: FontAwesome;
- text-align:left;
- font-size:22px;
- }
- #link10:before {
- content: "\{text:link 10 symbol}";
- font-family: FontAwesome;
- text-align:left;
- font-size:22px;
- }
- #searchbar {
- position: absolute;
- right: 0px;
- bottom: 0px;
- opacity: 0.7;
- }
- #searchform input {
- border: 0px;
- padding: 5px;
- text-transform: uppercase;
- margin-top: 0px;
- letter-spacing: 1px;
- font-size: 0.8em;
- color: #575757;
- }
- #searchinput {
- width: 200px;
- }
- #searchbutton {
- margin-left: -3px;
- }
- #next {
- position: absolute;
- right: 280px;
- bottom: 13px;
- }
- #next:before {
- content: "\f0a9";
- font-family: FontAwesome;
- text-align:left;
- font-size:22px;
- }
- #prev {
- position: absolute;
- right: 310px;
- bottom: 13px;
- }
- #prev:before {
- content: "\f0a8";
- font-family: FontAwesome;
- text-align:left;
- font-size:22px;
- }
- /* POSTS & CONTENT */
- #content {
- position: relative;
- {block:If500pxPosts}
- width: 542px;
- {/block:If500pxPosts}
- {block:IfNot500pxPosts}
- width: 442px;
- {/block:IfNot500pxPosts}
- top: 100px;
- margin: 0 auto;
- }
- #posts {
- position: relative;
- {block:If500pxPosts}
- width: 542px;
- {/block:If500pxPosts}
- {block:IfNot500pxPosts}
- width: 442px;
- {/block:IfNot500pxPosts}
- }
- #post {
- position: relative;
- {block:If500pxPosts}
- width: 500px;
- {/block:If500pxPosts}
- {block:IfNot500pxPosts}
- width: 400px;
- {/block:IfNot500pxPosts}
- padding: 20px;
- margin-bottom: 50px;
- background-color: RGBA({RGBcolor:post background},{text:opacity});
- }
- .caption {
- padding: 10px;
- background-color: RGBA({RGBcolor:accent},0.2);
- {block:If500pxPosts}
- width: 480px;
- {/block:If500pxPosts}
- {block:IfNot500pxPosts}
- width: 380px;
- {/block:IfNot500pxPosts}
- }
- .textpost img {
- width: 100%;
- height: 100%;
- }
- .textpost-title {
- font: 1.1em {font:Specialfont};
- background-color: {color:post background};
- padding: 10px;
- {block:If500pxPosts}
- width: 480px;
- {/block:If500pxPosts}
- {block:IfNot500pxPosts}
- width: 380px;
- {/block:IfNot500pxPosts}
- text-align: center;
- }
- .textpost-text {
- }
- .photopost {
- }
- .panorama-post {
- }
- .photosetpost {
- }
- .quotepost {
- }
- .quotepost-quote {
- font: 1.2em {font:Specialfont};
- }
- .quotepost-source {
- margin-top: 10px;
- font-size: 0.85em;
- text-align: right;
- }
- .linkpost {
- }
- .linkpost-title {
- padding: 20px 50px;
- font: 1.2em {font:Specialfont};
- text-align: center;
- {block:If500pxPosts}
- {/block:If500pxPosts}
- {block:IfNot500pxPosts}
- {/block:IfNot500pxPosts}
- background-color: RGBA({RGBcolor:desc},0.1);
- border:10px solid RGBA({RGBcolor:desc},0.7);
- -webkit-transition: 0.5s ease;transition: 0.5s ease;
- -o-transition: 0.5s ease;
- -moz-transition: 0.5s ease;
- }
- .linkpost-title:hover{
- border:10px solid RGBA({RGBcolor:post background},{text:opacity});
- background-color: RGBA({RGBcolor:desc},0.5);
- -webkit-transition: 0.5s ease;transition: 0.5s ease;
- -o-transition: 0.5s ease;
- -moz-transition: 0.5s ease;
- }
- #linkpost-titly img {
- width: 60px;
- position: absolute;
- z-index: 9;
- right: -10px;
- top: -10px;
- border:10px solid RGBA({RGBcolor:post background},{text:opacity});
- }
- .linkpost .caption {
- }
- .linkpost-img {
- }
- .chatpost {
- }
- .chatpost-title {
- font: 1.1em {font:Specialfont};
- background-color: {color:post background};
- padding: 10px;
- {block:If500pxPosts}
- width: 480px;
- {/block:If500pxPosts}
- {block:IfNot500pxPosts}
- width: 380px;
- {/block:IfNot500pxPosts}
- text-align: center;
- }
- .chatpost ul {
- list-style-type: none;
- padding: 5px;
- font-size: 0.9em;
- }
- .chatpost ul .odd {
- background-color: RGBA({RGBcolor:accent},0.4);
- padding: 5px;
- margin-bottom: 2px;
- }
- .chatpost ul .even {
- background-color: RGBA({RGBcolor:desc},0.2);
- padding: 5px;
- margin-bottom: 2px;
- }
- .audiopost {
- min-height: 100px;
- }
- .audiopost-player {
- width: 27px;
- height: 30px;
- position: absolute;
- z-index: 999;
- overflow: hidden;
- top: 57px;
- left: 57px;
- opacity: 0.7;
- }
- .audiopost-img {
- width: 80px;
- position: absolute;
- top: 20px;
- left: 20px;
- border:10px solid RGBA({RGBcolor:post background},{text:opacity});
- height: 80px;
- z-index: 99;
- }
- #audiopost-fallbackimg {
- position: absolute;
- top: 20px;
- left: 20px;
- width: 80px;
- height: 80px;
- z-index: 9;
- border:10px solid RGBA({RGBcolor:post background},{text:opacity});
- }
- .audiopost ul {
- list-style: none;
- position: absolute;
- left: 90px;
- background-color: RGBA({RGBcolor:desc},0.4);
- padding: 20px;
- height: 60px;
- top: 8px;
- left: 120px;
- {block:If500pxPosts}
- width: 360px;
- {/block:If500pxPosts}
- {block:IfNot500pxPosts}
- width: 260px;
- {/block:IfNot500pxPosts}
- }
- .audiopost .caption {
- margin-top: 100px;
- }
- .videopost {
- }
- .videopost-video {
- }
- .answerpost {
- }
- .answerpost .caption {
- padding: 0px;
- background-color: transparent;
- }
- .answerpost .caption img {
- width: 100%;
- height: 100%;
- }
- .answerpost-1 {
- }
- .answerpost-asker {
- font: 1.2em {font:Specialfont};
- top: 10px;
- margin-bottom: 7px;
- }
- .answerpost-askerimg {
- width: 60px;
- position: absolute;
- z-index: 9;
- right: -10px;
- top: -10px;
- border:10px solid RGBA({RGBcolor:post background},{text:opacity});
- }
- .answerpost-arrow {
- width: 0;
- height: 0;
- border-top: 15px solid transparent;
- border-bottom: 15px solid transparent;
- border-right: 20px solid RGBA({RGBcolor:accent},0.4);
- }
- .answerpost-question {
- position: relative;
- margin-top: -10px;
- background-color: RGBA({RGBcolor:desc}, 0.4);
- padding: 20px;
- top: 10px;
- clear: right;
- margin-bottom: 20px;
- {block:If500pxPosts}
- width: 460px;
- {/block:If500pxPosts}
- {block:IfNot500pxPosts}
- width: 360px;
- {/block:IfNot500pxPosts}
- }
- .answerpost-2 {
- }
- .answerpost-answererimg {
- }
- .answerpost-answerer {
- font: 1.2em {font:Specialfont};
- top: 10px;
- }
- .answerpost-answer {
- background-color: RGBA({RGBcolor:desc}, 0.2);
- padding: 20px;
- }
- .answerpost-answer img {
- height: 100%;
- width: 100%;
- }
- #permbox {
- position: absolute;
- margin-top: -65px;
- width: auto;
- left: 0px;
- z-index: 2;
- }
- .permbox-box {
- height: 16px;
- line-height: 16px;
- background-color: {color:accent};
- padding: 5px 10px;
- display: inline-block;
- font-size: 0.85em;
- margin-right: -4px;
- border: 1px solid {color:header};
- -webkit-transition: 0.5s ease;transition: 0.5s ease;
- -o-transition: 0.5s ease;
- -moz-transition: 0.5s ease;
- }
- .permbox-box:hover {
- background-color: {color:header};
- -webkit-transition: 0.5s ease;transition: 0.5s ease;
- -o-transition: 0.5s ease;
- -moz-transition: 0.5s ease;
- }
- #timeago-box {
- }
- .no-tags {
- display: none;
- }
- .no-tags .comma:last-child {
- display: none;
- }
- .hover-tags {
- opacity: 0;
- background-color: RGBA({RGBcolor:post background},0.9);
- {block:If500pxPosts}
- width: 500px;
- {/block:If500pxPosts}
- {block:IfNot500pxPosts}
- width: 400px;
- {/block:IfNot500pxPosts}
- padding: 20px;
- font-size:0.85em;
- margin-top: -100px;
- position: absolute
- z-index: 1;
- margin-bottom: 50px;
- -webkit-transition: 0.5s ease;transition: 0.5s ease;
- -o-transition: 0.5s ease;
- -moz-transition: 0.5s ease;
- }
- .hover-tags .comma:last-child {
- display: none;
- }
- #posty:hover .hover-tags {
- margin-top: -50px;
- opacity: 1;
- -webkit-transition: 0.5s ease;transition: 0.5s ease;
- -o-transition: 0.5s ease;
- -moz-transition: 0.5s ease;
- }
- .fixed-tags {
- background-color: RGBA({RGBcolor:post background},0.9);
- {block:If500pxPosts}
- width: 500px;
- {/block:If500pxPosts}
- {block:IfNot500pxPosts}
- width: 400px;
- {/block:IfNot500pxPosts}
- padding: 20px;
- font-size:0.85em;
- margin-top: -50px;
- position: absolute
- z-index: 1;
- margin-bottom: 50px;
- }
- .fixed-tags .comma:last-child {
- display: none;
- }
- #notes {
- font-size: 0.8em;
- }
- #notes ol {
- list-style-type: none;
- }
- #notes img {
- display: none;
- }
- #likebutton {
- position: relative;
- top: 1px;
- }
- #reblogbutton {
- position: relative;
- top: 1px;
- }
- /* -- DO NOT EDIT ANYTHING HERE WITHOUT ASKING ME FIRST -- */
- #credit {
- position: fixed;
- right: 5px;
- bottom: 5px;
- width: 13px;
- height: 13px;
- background-color: {color:post background};
- padding: 5px 7px 7px 5px;
- z-index: 99999999999999999999999999999999999999999999999;
- }
- #credit:before {
- content: "\f259";
- font-family: FontAwesome;
- text-align:left;
- font-size:1.2em;
- }
- </style>
- </head>
- <body>
- <!-- /* SIDEBAR, HEADER, ETC. */ -->
- <!-- /* SIDEBAR */ -->
- <div id="header">
- <div id="title">{Title}</div>
- <div id="{select:Description}">{Description}</div>
- <div id="sblinks">
- {block:IfLink1Text}<a href="{text:link 1 url}" title="{text:link 1 text}"><div class="sblink" id="link1"></div></a>{/block:IfLink1Text}
- {block:IfLink2Text}<a href="{text:link 2 url}" title="{text:link 2 text}"><div class="sblink" id="link2"></div></a>{/block:IfLink2Text}
- {block:IfLink3Text}<a href="{text:link 3 url}" title="{text:link 3 text}"><div class="sblink" id="link3"></div></a>{/block:IfLink3Text}
- {block:IfLink4Text}<a href="{text:link 4 url}" title="{text:link 4 text}"><div class="sblink" id="link4"></div></a>{/block:IfLink4Text}
- {block:IfLink5Text}<a href="{text:link 5 url}" title="{text:link 5 text}"><div class="sblink" id="link5"></div></a>{/block:IfLink5Text}
- {block:IfLink6Text}<a href="{text:link 6 url}" title="{text:link 6 text}"><div class="sblink" id="link6"></div></a>{/block:IfLink6Text}
- {block:IfLink7Text}<a href="{text:link 7 url}" title="{text:link 7 text}"><div class="sblink" id="link7"></div></a>{/block:IfLink7Text}
- {block:IfLink8Text}<a href="{text:link 8 url}" title="{text:link 8 text}"><div class="sblink" id="link8"></div></a>{/block:IfLink8Text}
- {block:IfLink9Text}<a href="{text:link 9 url}" title="{text:link 9 text}"><div class="sblink" id="link9"></div></a>{/block:IfLink9Text}
- {block:IfLink10Text}<a href="{text:link 10 url}" title="{text:link 10 text}"><div class="sblink" id="link10"></div></a>{/block:IfLink10Text}
- </div>
- {block:PreviousPage}
- <a href="{PreviousPage}"><div id="prev"></div></a>
- {/block:PreviousPage}
- {block:NextPage}
- <a href="{NextPage}"><div id="next"></div></a>
- {/block:NextPage}
- {block:IfSearchbar}
- <div id="searchbar">
- <form action="/search" method="get" id=searchform>
- <input type="text" name="q" value="{SearchQuery}" id="searchinput"/>
- <input type="submit" value="search" id="searchbutton"/>
- </div>
- </form>
- {/block:IfSearchbar}
- </div>
- <!-- /* POSTS */ DON'T CHANGE ANYTHING HERE PLEASE -->
- <div id="content">
- <div id="posts">
- <div class="autopagerize_page_element">
- {block:Posts}
- <div id="posty">
- <div id="post">
- {block:ContentSource}
- <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
- width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
- {/block:SourceLogo}
- {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
- {/block:ContentSource}
- <!-- /* TEXT POST */ -->
- {block:Text}<div class="textpost {TagsAsClasses}">
- {block:Title}<div class="textpost-title">{Title}</div>{/block:Title}
- <div class="textpost-text">
- {Body}
- </div>
- </div>
- {/block:Text}
- <!-- /* PHOTO POST */ -->
- {block:Photo}<div class="photopost {TagsAsClasses}">
- {LinkOpenTag}
- {block:If500pxPosts}
- <img src="{PhotoURL-500}" alt="{PhotoAlt}"/>
- {/block:If500pxPosts}
- {block:IfNot500pxPosts}
- <img src="{PhotoURL-400}" alt="{PhotoAlt}"/>
- {/block:IfNot500pxPosts}
- {LinkCloseTag}
- {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
- </div>
- {/block:Photo}
- <!-- /* PANORAMA POST */ -->
- {block:Panorama}<div class="panoramapost {TagsAsClasses}">
- {LinkOpenTag}
- <img src="{PhotoURL-Panorama}" alt="{PhotoAlt}" />
- {LinkCloseTag}
- {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
- </div>
- {/block:Panorama}
- <!-- /* PHOTOSET POST */ -->
- {block:Photoset}<div class="photosetpost {TagsAsClasses}">
- {Photoset}
- {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
- </div>
- {/block:Photoset}
- <!-- /* QUOTE POST */ -->
- {block:Quote}<div class="quotepost {TagsAsClasses}">
- <div class="quotepost-quote">{Quote}</div>
- {block:Source}<div class="quotepost-source">··· {Source} ···</div>{/block:Source}
- {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
- </div>
- {/block:Quote}
- <!-- /* LINK POST */ -->
- {block:Link}<div class="linkpost {TagsAsClasses}">
- <a href="{URL}"><div id="linkpost-titly"><div class="linkpost-title">{Name}</div>{block:Thumbnail}<img src="{Thumbnail}" class="linkpost-img">{/block:Thumbnail}</div></a>
- {block:Description}<div class="caption">{Description}</div>{/block:Description}
- </div>
- {/block:Link}
- <!-- /* CHAT POST */ -->
- {block:Chat}<div class="chatpost {TagsAsClasses}">
- {block:Title}<div class="chatpost-title">{Title}</div>{/block:Title}
- <ul>
- {block:Lines}
- <li class="{Alt}">{block:Label}<strong>{Label}</strong> {/block:Label}{Line}</li>
- {/block:Lines}
- </ul>
- </div>
- {/block:Chat}
- <!-- /* AUDIO POST */ -->
- {block:Audio}<div class="audiopost {TagsAsClasses}">
- {block:AudioPlayer}<div class="audiopost-player">{AudioPlayer}</div>{/block:AudioPlayer}
- {block:AlbumArt}<div class="audiopost-img"><img src="{AlbumArtURL}"></div>{/block:AlbumArt}<div id="audiopost-fallbackimg"><img src="{image:fallback albumart}"></div>
- <ul>
- {block:Artist}<li><strong>Artist:</strong> {Artist}</li>{/block:Artist}
- {block:Album}<li><strong>Album:</strong> {Album}</li>{/block:Album}
- {block:TrackName}<li><strong>Track:</strong> {TrackName}</li>{/block:TrackName}
- </ul>
- {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
- </div>
- {/block:Audio}
- <!-- /* VIDEO POST */ -->
- {block:Video}<div class="videopost {TagsAsClasses}"><div class="videopost-video">
- {block:If500pxPosts}
- {Video-500}
- {/block:If500pxPosts}
- {block:IfNot500pxPosts}
- {Video-400}
- {/block:IfNot500pxPosts}
- </div>
- {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
- </div>
- {/block:Video}
- <!-- /* ANSWER POST */ -->
- {block:Answer}
- <div class="answerpost {TagsAsClasses}">
- <div class="answerpost-1">
- <img class="answerpost-askerimg" src="{AskerPortraitURL-96}" alt=""><div class="answerpost-question"><div class="answerpost-asker">{Asker}:</div>{Question}</div>
- <div class="answerpost-2">
- {block:Answerer}
- <div class="answerpost-answer"><div class="answerpost-answerer">{Answerer}:</div>{Answer}</div>
- {/block:Answerer}
- <div class="caption">
- {Replies}
- </div>
- </div>
- </div>
- </div>
- {/block:Answer}
- </div> <!-- post div -->
- <!-- /* PERM */ -->
- <div id="permbox">
- <div id="timeago-box" class="permbox-box"><a href="{Permalink}">{TimeAgo}</a></div>
- {block:NoteCount}<div id="notecount-box" class="permbox-box"><a href="{Permalink}">{NoteCount} NOTES</a></div>{/block:NoteCount}
- {block:RebloggedFrom}<div id="reblogged-box" class="permbox-box"><a href="{ReblogParentURL}">VIA</a></div>{/block:RebloggedFrom}
- {block:ContentSource}<div id="source-box" class="permbox-box"><a href="{SourceURL}">©</a></div>{/block:ContentSource}
- <div id="reblogbutton" class="permbox-box">{ReblogButton color="white" size="13"}</div>
- <div id="likebutton" class="permbox-box">{LikeButton color="white" size="13"}</div>
- </div>
- <!-- /* TAGS */ -->
- {block:IndexPage}
- {block:HasTags}<div id="tags" class="{select:Index tags}">
- {block:Tags}
- <a href="{TagURL}">{Tag}</a><span class="comma"> | </span>
- {/block:Tags}
- </div>
- {/block:HasTags}
- {/block:IndexPage}
- {block:PermalinkPage}
- {block:HasTags}<div id="tags" class="{select:Perma tags}">
- {block:Tags}
- <a href="{TagURL}">{Tag}</a><span class="comma"> | </span>
- {/block:Tags}
- </div>
- {/block:HasTags}
- {/block:PermalinkPage}
- </div>
- {/block:Posts}
- </div>
- <!-- /* POST NOTES */ -->
- {block:PostNotes}
- <div id="notes">
- <ul>
- {PostNotes}
- </ul>
- </div>
- {/block:PostNotes}
- </div> <!-- posts div -->
- </div> <!-- content div -->
- <!-- /* CREDIT: DO NOT REMOVE !!! */ -->
- <a href="http://spirkthemes.tumblr.com"><div id="credit" data-tipped-options="position: 'left'"></div></a>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment