Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!--
- ------------------------------THEME #1: T'HY'LA----------------------------
- ------------------------by Phi (spirkthemes/spirkism)------------------------
- --updated 2017/04/29
- -----------------------------------RULES:------------------------------------
- - do not steal/redistribute
- - don't (re)move the credit
- - 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! :)
- - don't hesitate to contact me if you find a bug or need otherwise help
- ------------------------------------------------------------------------------
- -->
- <!DOCTYPE html>
- <html lang="en">
- <head>
- <title>{Title}</title>
- {block:Description}
- <meta name="description" content="{MetaDescription}" />
- {/block:Description}
- <!-- /* 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.6.0/css/font-awesome.min.css">
- <link rel="stylesheet" type="text/css" href="http://static.tumblr.com/h5czl1a/aTqnk4mjj/tooltipstuff.css"/>
- <!-- /* SCRIPTS */ -->
- <script type='text/javascript' src='https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js'></script>
- <script type="text/javascript" src="http://static.tumblr.com/tiu5k68/xTkm8wqw2/tumblr-title-qtip.js"></script>
- <!--<script src="https://ajax.googleapis.com/ajax/libs/jqueryui/1.11.4/jquery-ui.min.js"></script>-->
- <script src="http://static.tumblr.com/h5czl1a/ACynk4kjd/tipped.js"></script>
- {block:IfInfiniteScroll}
- <script type="text/javascript" src="http://static.tumblr.com/nnl3g6g/vcCnyp3z7/infinitescrolling.js"></script>
- {block:IfInfiniteScroll}
- <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>
- <!-- color metas -->
- <meta name="color:background" content="#fafafa" />
- <meta name="color:text" content="#8c8c8c" />
- <meta name="color:links" content="#837eda" />
- <meta name="color:links hover" content="#aea9ff" />
- <meta name="color:primary" content="#ffffff" />
- <meta name="color:accent" content="#837eda" />
- <meta name="color:dark accent" content="#656565" />
- <meta name="color:border" content="#d7d7d7" />
- <!-- image metas -->
- <meta name="image:background" content="" />
- <meta name="image:sidebar" content="http://i.imgur.com/k3XhJXS.png" />
- <!-- text metas -->
- <meta name="text:font size" content="11px" />
- <meta name="text:opacity" content="0.8" />
- <meta name="text:link 1 url" content="/" />
- <meta name="text:link 1 text" content="link 1" />
- <meta name="text:link 2 url" content="/" />
- <meta name="text:link 2 text" content="link 2" />
- <meta name="text:link 3 url" content="/" />
- <meta name="text:link 3 text" content="link 3" />
- <meta name="text:link 4 url" content="/" />
- <meta name="text:link 4 text" content="link 4" />
- <meta name="text:link 5 url" content="/" />
- <meta name="text:link 5 text" content="link 5" />
- <meta name="text:link 6 url" content="/" />
- <meta name="text:link 6 text" content="link 6" />
- <meta name="text:link 7 url" content="/" />
- <meta name="text:link 7 text" content="link 7" />
- <meta name="text:link 8 url" content="/" />
- <meta name="text:link 8 text" content="link 8" />
- <meta name="if:InfiniteScroll" content="0" />
- <meta name="if:BorderDouble" content="1" />
- <meta name="if:Title" content="1" />
- <meta name="if:Description" content="1" />
- <meta name="if:Searchbar" content="1" />
- <meta name="font:Body" content="Arial, Helvetica, sans-serif"/>
- <meta name="font:Specialfont" content="Arial, Helvetica, sans-serif"/>
- <meta name="select:post size" content="500px" title="500px">
- <meta name="select:post size" content="400px" title="400px">
- <meta name="select:post size" content="250px" title="250px">
- <style type="text/css">
- /* GENERAL STUFF */
- ::-webkit-scrollbar {
- width:5px;height: 5px;background: {color:primary};
- }
- ::-webkit-scrollbar-thumb {
- background: {color:accent};
- }
- body {
- word-wrap:break-word;
- margin: 0;
- background-image: url('{image:background}');
- background-attachment: fixed;
- background-size: 100% auto;
- background-color: {color:background};
- font: {text:font size} {font:Body};
- color: {color:text};
- }
- a:link, a:active, a:visited {
- text-decoration: none;
- -webkit-transition: 0.5s ease;transition: 0.5s ease;
- -o-transition: 0.5s ease;
- -moz-transition: 0.5s ease;
- color:{color:links};
- }
- a:hover {
- color:{color:links hover};
- -webkit-transition: 0.5s ease;transition: 0.5s ease;
- -o-transition: 0.5s ease;
- -moz-transition: 0.5s ease;
- }
- div#qTip {
- font: 0.8em {font:Body};
- display: none;
- text-align: center;
- position: absolute;
- z-index: 999999999999999999999999999999999999999999999999999999;
- background-color: RGBA({RGBcolor:primary}, {text:opacity});
- padding: 3px 7px;
- color: {color:text};
- max-width: 200px;
- height: auto;
- border: 1px solid {color:links};
- -webkit-transition: all 0.1s ease-out;
- -moz-transition: all 0.1s ease-out;
- -o-transition: all 0.1s ease-out;
- }
- /* SIDEBAR THINGS */
- #sidebar {
- position: fixed;
- top: 100px;
- left: 100px;
- width: 350px;
- }
- #title {
- position: relative;
- width: 200px;
- margin-left: 70px;
- text-align: center;
- font:1.7em {font:Specialfont};
- margin-bottom: -8px;
- }
- #title a {
- }
- #sbimg {
- position: relative;
- top: 20px;
- width: 120px;
- height: auto;
- }
- #sb1 {
- position: relative;
- margin-left: 100px;
- }
- .borders {
- position: relative;
- width: 120px;
- height: auto;
- margin-left: 10px;
- margin-bottom: 11px;
- border: 1px none #000;
- }
- .borders:before {
- display: block;
- content: "";
- width: 25px;
- height: 25px;
- position: absolute;
- top: 10px;
- left: -10px;
- {block:IfBorderDouble}
- border-top: 3px double {color:border};
- border-left: 3px double {color:border};
- {/block:IfBorderDouble}
- {block:IfNotBorderDouble}
- border-top: 3px solid {color:border};
- border-left: 3px solid {color:border};
- {/block:IfNotBorderDouble}
- }
- .borders:after {
- display: block;
- content: "";
- width: 25px;
- height: 25px;
- position: relative;
- margin-bottom: -10px;
- left: -10px;
- {block:IfBorderDouble}
- border-bottom: 3px double {color:border};
- border-left: 3px double {color:border};
- {/block:IfBorderDouble}
- {block:IfNotBorderDouble}
- border-bottom: 3px solid {color:border};
- border-left: 3px solid {color:border};
- {/block:IfNotBorderDouble}
- }
- .borders span:before {
- display: block;
- content: "";
- width: 25px;
- height: 25px;
- position: absolute;
- top: 10px;
- right: -10px;
- {block:IfBorderDouble}
- border-top: 3px double {color:border};
- border-right: 3px double {color:border};
- {/block:IfBorderDouble}
- {block:IfNotBorderDouble}
- border-top: 3px solid {color:border};
- border-right: 3px solid {color:border};
- {/block:IfNotBorderDouble}
- }
- .borders span:after {
- display: block;
- content: "";
- width: 25px;
- height: 25px;
- position: relative;
- right: -10px;
- margin-bottom: -10px;
- {block:IfBorderDouble}
- border-bottom: 3px double {color:border};
- border-right: 3px double {color:border};
- {/block:IfBorderDouble}
- {block:IfNotBorderDouble}
- border-bottom: 3px solid {color:border};
- border-right: 3px solid {color:border};
- {/block:IfNotBorderDouble}
- display: inline-block;
- float: right;
- }
- #sblinks1 {
- position: absolute;
- top: 41px;
- margin-left: -101px;
- }
- #sblinks2 {
- position: absolute;
- top: 41px;
- margin-left: 137px;
- }
- .sblink {
- width: 100px;
- padding: 2px;
- text-align:center;
- background-color: {color:accent};
- color: {color:primary};
- margin-bottom: 2px;
- -webkit-transition: 0.5s ease;transition: 0.5s ease;
- -o-transition: 0.5s ease;
- -moz-transition: 0.5s ease;
- }
- .sblink:hover {
- background-color: {color:dark accent};
- color: {color:primary};
- -webkit-transition: 0.5s ease;transition: 0.5s ease;
- -o-transition: 0.5s ease;
- -moz-transition: 0.5s ease;
- }
- #sb2 {
- position: relative;
- }
- #desc {
- position: relative;
- margin-top: 20px;
- margin-left: 58px;
- width: 200px;
- background-color: RGBA({RGBcolor:primary},{text:opacity});
- font: 0.8em {font:Body};
- padding: 10px;
- text-align: center;
- {block:IfBorderDouble}
- border: 3px double {color:border};
- {/block:IfBorderDouble}
- {block:IfNotBorderDouble}
- border: 3px solid {color:border};
- {/block:IfNotBorderDouble}
- }
- #next {
- position: absolute;
- top: -25px;
- left: 250px;
- }
- #next:before {
- content: "\f101";
- font-family: FontAwesome;
- font-size: 2em;
- }
- #prev {
- position: absolute;
- top: -25px;
- left: 75px;
- }
- #prev:before {
- content: "\f100";
- font-family: FontAwesome;
- font-size: 2em;
- }
- /* ------- SEARCHBAR -------- */
- #searchbox {
- position: relative;
- background-color: RGBA({RGBcolor:primary}, {text:opacity});
- padding: 5px 5px;
- {block:IfBorderDouble}
- border: 3px double {color:border};
- {/block:IfBorderDouble}
- {block:IfNotBorderDouble}
- border: 3px solid {color:border};
- {/block:IfNotBorderDouble}
- margin-top: 10px;
- width: 210px;
- margin-left: 58px;
- }
- #searchbar {
- position: relative;
- opacity: 0.7;
- margin-left: 1px;
- width: 210px;
- }
- #searchform input {
- border: 0px;
- padding: 5px;
- text-transform: uppercase;
- margin-top: 0px;
- letter-spacing: 1px;
- font-size: 0.8em;
- color: #575757;
- }
- #searchinput {
- width: calc(100% - 34px);
- background-color: RGBA({RGBcolor:border}, 0.3);
- }
- #searchbutton {
- height: 10px;
- vertical-align: middle;
- background-color: RGBA({RGBcolor:border}, 0.3);
- }
- #searchform input:focus {
- outline: none;
- }
- /*CONTENT THINGS */
- #content {
- width: 560px;
- background-color: none;
- margin: -200px 0 60px 500px;
- padding: 20px 0;
- color: {text:color};
- overflow: hidden;
- margin-top: 50px;
- }
- #content a {
- color: {color:links};
- text-decoration: none;
- }
- #content a:hover {
- color: {color:links hover};
- }
- #content blockquote {
- border-left: solid 2px #505050;
- margin: 0;
- padding-left: 10px;
- }
- img {
- border: 0;
- max-width: 100%;
- }
- #content #posts {
- background-color: RGBA({RGBcolor:primary},{text:opacity});
- width: {select:post size};
- margin: 0 auto 40px;
- padding: 15px;
- {block:IfBorderDouble}
- border: 3px double {color:border};
- {/block:IfBorderDouble}
- {block:IfNotBorderDouble}
- border: 3px solid {color:border};
- {/block:IfNotBorderDouble}
- }
- #content #posts .title {
- font: 1.2em {font:Specialfont};
- }
- /* PERMALINK STUFF */
- #permalink {
- font: 0.7em {font:Body};
- margin-top: 2px;
- line-height: 1.2em;
- }
- #permalink2 {
- margin-top: 2px;
- line-height: 1.2em;
- text-align:right;
- margin-top: 3px;
- margin-right: 2px;
- }
- #content #posts #tags {
- font: 0.7em {font:Body};
- margin-top: 5px;
- text-align:center;
- border: 1px solid RGBA({RGBcolor:border},0.6);
- padding: 3px;
- }
- #content #posts #tags .comma:last-child {
- display: none;
- }
- #reblogged {
- font: 0.7em {font:Body};
- margin-left: 135px;
- margin-top: -22px;
- overflow: hidden;
- }
- /* PERMALINK PAGE THINGS */
- #content #notecontainer {
- margin: 60px auto;
- width: {select:post size};
- padding: 15px;
- background-color: RGBA({RGBcolor:primary}, {text:opacity});
- {block:IfBorderDouble}
- border: 3px double {color:border};
- {/block:IfBorderDouble}
- {block:IfNotBorderDouble}
- border: 3px solid {color:border};
- {/block:IfNotBorderDouble}
- font-size: 0.9em;
- }
- #content #notecontainer ol.notes {
- list-style-type: none;
- margin: 0;
- padding: 0;
- }
- #content #notecontainer li {
- margin-bottom: 3px;
- }
- #content #notecontainer img.avatar {
- margin-right: 10px;
- width: 16px;
- height: 16px;
- vertical-align: middle;
- }
- #content #posts #tagsbox {
- border: 1px solid RGBA({RGBcolor:border},0.6);
- padding: 3px;
- margin-top: 15px;
- }
- /* POST STUFF */
- .linkpost-title {
- background-color: RGBA({RGBcolor:primary},1);
- padding: 5px;
- margin-bottom: 5px;
- -webkit-transition: 0.5s ease;transition: 0.5s ease;
- -o-transition: 0.5s ease;
- -moz-transition: 0.5s ease;
- }
- .linkpost-title:hover{
- background-color: RGBA({RGBcolor:accent},{text:opacity});
- color: {color:primary};
- -webkit-transition: 0.5s ease;transition: 0.5s ease;
- -o-transition: 0.5s ease;
- -moz-transition: 0.5s ease;
- }
- .askericon {
- {block:IfBorderDouble}
- border: 2px double {color:border};
- {/block:IfBorderDouble}
- {block:IfNotBorderDouble}
- border: 2px solid {color:border};
- {/block:IfNotBorderDouble}
- height:64px;
- width:64px;
- overflow: hidden;
- position: relative;
- }
- .question {
- {block:IfBorderDouble}
- border: 2px double {color:border};
- {/block:IfBorderDouble}
- {block:IfNotBorderDouble}
- border: 2px solid {color:border};
- {/block:IfNotBorderDouble}
- overflow: hidden;
- margin-left: 72px;
- width: calc({select:post size} - 93px);
- height: auto;
- margin-top: -68px;
- padding: 10px;
- color: {color:text color};
- background-color: RGBA({RGBcolor:primary},{text:opacity});
- position: relative;
- }
- .asker {
- text-transform:none;
- color: {color:links};
- font: 1.2em {font:Specialfont};
- }
- .answer {
- {block:IfBorderDouble}
- border: 2px double {color:border};
- {/block:IfBorderDouble}
- {block:IfNotBorderDouble}
- border: 2px solid {color:border};
- {/block:IfNotBorderDouble}
- padding: 0 10px 0 10px;
- width: calc({select:post size} - 93px);
- position: relative;
- margin-top: -10px;
- margin-left: 72px;
- }
- .answer img {
- width: 100%;
- height: 100%;
- }
- .answerer {
- font: 1.2em {font:Specialfont};
- margin-top: 5px;
- }
- .textpost {
- margin-top: -12px;
- }
- .textpost-title {
- font: 1.3em {font:Specialfont};
- margin-top: 10px;
- }
- .caption {
- }
- .quotepost-quote {
- font: 1.2em {font:Specialfont};
- }
- .quotepost-source {
- margin-top: 10px;
- font-size: 0.8em;
- text-align: right;
- }
- .audiopost {
- min-height: 100px;
- position: relative;
- }
- .audiopost-player {
- width: 27px;
- height: 30px;
- position: absolute;
- z-index: 999;
- overflow: hidden;
- top: 27px;
- left: 37px;
- opacity: 0.7;
- }
- .audiopost-img {
- width: 96px;
- position: absolute;
- top: -10px;
- left: 0px;
- height: 96px;
- z-index: 99;
- {block:IfBorderDouble}
- border-top:2px double {color:border};
- border-left:2px double {color:border};
- border-bottom:2px double {color:border};
- {/block:IfBorderDouble}
- {block:IfNotBorderDouble}
- border-top:2px solid {color:border};
- border-left:2px solid {color:border};
- border-bottom:2px solid {color:border};
- {/block:IfNotBorderDouble}
- }
- #audiopost-fallbackimg {
- position: absolute;
- top: -10px;
- left: 0px;
- width: 94px;
- height: 92px;
- z-index: 9;
- padding: 2px 0px 2px 2px;
- {block:IfBorderDouble}
- border-top:2px double {color:border};
- border-left:2px double {color:border};
- border-bottom:2px double {color:border};
- {/block:IfBorderDouble}
- {block:IfNotBorderDouble}
- border-top:2px solid {color:border};
- border-left:2px solid {color:border};
- border-bottom:2px solid {color:border};
- {/block:IfNotBorderDouble}
- background-color:{color:accent};
- }
- .audiopost ul {
- list-style: none;
- position: relative;
- left: 98px;
- {block:IfBorderDouble}
- border-top:2px double {color:border};
- border-right:2px double {color:border};
- border-bottom:2px double {color:border};
- {/block:IfBorderDouble}
- {block:IfNotBorderDouble}
- border-top:2px solid {color:border};
- border-right:2px solid {color:border};
- border-bottom:2px solid {color:border};
- {/block:IfNotBorderDouble}
- padding: 20px;
- height: 56px;
- top: -10px;
- width: calc({select:post size} - 138px);
- }
- .audiopost .caption {
- margin-top: -10px;
- }
- .chatpost-title {
- font: 1.2em {font:Specialfont};
- background-color: {color:primary};
- padding: 5px;
- text-align: center;
- }
- .chatpost ul {
- list-style-type: none;
- padding: 5px;
- font-size: 0.9em;
- }
- .chatpost ul .odd {
- background-color: RGBA({RGBcolor:primary},0.4);
- padding: 5px;
- margin-bottom: 2px;
- border: 1px dotted {color:border};
- }
- .chatpost ul .even {
- background-color: RGBA({RGBcolor:primary},0.6);
- padding: 5px;
- margin-bottom: 2px;
- border: 1px dotted {color:border};
- }
- .main-250px .select-400px {
- display: none;
- }
- .main-250px .select-500px {
- display: none;
- }
- .main-400px .select-500px {
- display: none;
- }
- .main-400px .select-250px {
- display: none;
- }
- .main-500px .select-250px {
- display: none;
- }
- .main-500px .select-400px {
- display: none;
- }
- /* -- DO NOT EDIT ANYTHING HERE WITHOUT ASKING ME FIRST -- */
- #credit {
- position: fixed;
- right: 5px;
- bottom: 5px;
- width: 13px;
- height: 13px;
- background-color: {color:primary};
- padding: 5px 7px 7px 5px;
- z-index: 99999999999999999999999999999999999999999999999;
- }
- #credit:before {
- content: "\f259";
- font-family: FontAwesome;
- text-align:left;
- font-size:1.2em;
- }
- {CustomCSS}
- </style>
- </head>
- <body>
- <div id="sidebar">
- {block:IfTitle}
- <div id="title"><a href="/">{Title}</a></div>
- {/block:IfTitle}
- <div id="sb1">
- <div class="borders">
- <span>
- <img id="sbimg" src="{image:sidebar}" />
- </span>
- </div>
- <div id="sblinks1">
- {block:Iflink1text}<a href="{text:link 1 url}"><div class="sblink">{text:link 1 text}</div></a>{/block:Iflink1text}
- {block:Iflink3text}<a href="{text:link 3 url}"><div class="sblink">{text:link 3 text}</div></a>{/block:Iflink3text}
- {block:Iflink5text}<a href="{text:link 5 url}"><div class="sblink">{text:link 5 text}</div></a>{/block:Iflink5text}
- {block:Iflink7text}<a href="{text:link 7 url}"><div class="sblink">{text:link 7 text}</div></a>{/block:Iflink7text}
- </div>
- <div id="sblinks2">
- {block:Iflink2text}<a href="{text:link 2 url}"><div class="sblink">{text:link 2 text}</div></a>{/block:Iflink2text}
- {block:Iflink4text}<a href="{text:link 4 url}"><div class="sblink">{text:link 4 text}</div></a>{/block:Iflink4text}
- {block:Iflink6text}<a href="{text:link 6 url}"><div class="sblink">{text:link 6 text}</div></a>{/block:Iflink6text}
- {block:Iflink8text}<a href="{text:link 8 url}"><div class="sblink">{text:link 8 text}</div></a>{/block:Iflink8text}
- </div>
- </div>
- <div id="sb2">
- {block:IfDescription}
- <div id="desc">{Description}</div>
- {/block:IfDescription}
- {block:IfNotInfiniteScroll}
- {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:IfNotInfiniteScroll}
- <!------------ SEARCHBAR -------------->
- {block:IfSearchbar}
- <div id="searchbox">
- <div id="searchbar">
- <form action="/search" method="get" id=searchform>
- <input type="text" name="q" value="{SearchQuery}" id="searchinput"/>
- <input type="image" value="search" src="http://static.tumblr.com/h5czl1a/b6qom9fvn/search-icon-png-21.png" id="searchbutton"/>
- </div>
- </form>
- </div>
- {/block:IfSearchbar}
- </div>
- </div> <!-- sidebar div -->
- <!-- boring post stuff - you don't really need to edit there I'd say -->
- <div id="content">
- <div class = "autopagerize_page_element" >
- {block:Posts}
- <div id="posts">
- {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">
- {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">
- {LinkOpenTag}
- <img src="{PhotoURL-500}" alt="{PhotoAlt}"/>
- {LinkCloseTag}
- {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
- </div>
- {/block:Photo}
- <!-- /* PANORAMA POST */ -->
- {block:Panorama}<div class="panoramapost">
- {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">
- {Photoset}
- {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
- </div>
- {/block:Photoset}
- <!-- /* VIDEO POST */ -->
- {block:Video}<div class="videopost"><div class="main-{select:post size}">
- <div class="select-500px">{Video-500}</div>
- <div class="select-400px">{Video-400}</div>
- <div class="select-250px">{Video-250}</div>
- </div>
- {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
- </div>
- {/block:Video}
- {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"></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}
- <!-- /* QUOTE POST */ -->
- {block:Quote}<div class="quotepost">
- <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}
- {block:Answer}
- <div class="askericon"><img src="{AskerPortraitURL-64}" /></div>
- <div class="question"><div class="asker">{Asker}:</div>{Question}</div><br />
- <div class="answer">{block:Answerer}<div class="answerer">{Answerer}:</div>{/block:Answerer}<div class="answerer-answer">{Answer}</div></div>
- {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
- {/block:Answer}
- {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}
- <!-- /* LINK POST */ -->
- {block:Link}<div class="linkpost">
- <a href="{URL}">
- <div class="linkpost-title">{Name}</div>
- </a>
- {block:Description}<div class="caption">{Description}</div>{/block:Description}
- </div>
- {/block:Link}
- <div id="tagsbox">
- <div id="permalink">
- <a href="{Permalink}">
- {block:Date}{lang:Posted TimeAgo}{/block:Date}
- {block:NoteCount} with {NoteCountWithLabel}{/block:NoteCount}</a>
- <div id="permalink2">
- {block:RebloggedFrom}
- via: <a href="{ReblogParentURL}">{ReblogParentName}</a> -
- originally: <a href="{ReblogRootURL}">{ReblogRootName}</a>
- {/block:RebloggedFrom}
- ·
- <a href="{ReblogURL}" target="_blank">reblog</a>
- </div>
- </div>
- </div>
- {block:HasTags}<div id="tags">
- {block:Tags}
- <a href="{TagURL}">{Tag}</a><span class="comma">, </span>
- {/block:Tags}
- </div>
- {/block:HasTags}
- </div> <!-- posts div -->
- {block:PostNotes}
- <div id="notecontainer">{PostNotes}</div>
- {/block:PostNotes}
- {/block: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