Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html>
- <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}
- <!-- ✧ THEME #8 BY SKYOFRP - HIGH HOPES. ✧
- theme made using a base code by mrsthemes. fonts hosted by dohertys. icons hosted by saturnthms. imessage code by animalities. audio player code by padyluppet (& modified by me).
- edit as much as you'd like for personal use, and use it to learn html if you wish, but do not use as a base code and do not directly lift code from this theme and redistribute it as your own. do not touch the credit.
- enjoy and let me know if you have any questions or problems! if you run into a bug or an issue, drop me an ask and i'll try to help! and finally, thank you for using my theme, it means the world.-->
- <!--------default variables-------->
- <meta name="color:background" content="##444444"/>
- <meta name="color:container" content="#ffffff" />
- <meta name="color:posts" content="#eee" />
- <meta name="color:accent" content="#7ca2a2" />
- <meta name="color:accent2" content="#914929" />
- <meta name="color:text" content="#181818"/>
- <meta name="color:nav links" content="#444444"/>
- <meta name="color:nav links hover" content="#888888"/>
- <meta name="color:chat bubble 1" content="#ebf4f4">
- <meta name="color:chat bubble 2" content="#eeeeee">
- <meta name="image:sidebar icon" content="http://via.placeholder.com/65x65"/>
- <meta name="image:background image" content=""/>
- <meta name="text:title" content="your title.">
- <meta name="text:subtitle" content="first line second line third line">
- <meta name="text:title size" content="45">
- <meta name="if:backgroundimage" content="1">
- <meta name="if:backgroundcolor" content="0">
- <meta name="if:greyscale" content="1"/>
- <meta name="if:standard" content="1"/>
- <meta name="if:space" content="0"/>
- <meta name="if:nature" content="0"/>
- <meta name="if:marvel" content="0"/>
- <meta name="if:dc" content="0"/>
- <meta name="if:royalty" content="0"/>
- <meta name="select:title font" title="Dandeleon" content="dandeleon" />
- <meta name="select:title font" title="Challista" content="challista" />
- <meta name="select:title font" title="Sweet Pea" content="sweetpea" />
- <meta name="select:title font" title="Autumn" content="autumn" />
- <meta name="select:title font" title="Coco" content="coco" />
- <meta name="select:body font" title="Karla" content="karla" />
- <meta name="select:body font" title="IBM Plex Sans" content="ibm plex sans" />
- <meta name="select:body font" title="Montserrat" content="montserrat" />
- <meta name="select:body font" title="Work Sans" content="work sans" />
- <meta name="select:body font" title="Source Sans Pro" content="source sans pro" />
- <meta name="select:body font" title="Consolas" content="consolas" />
- <meta name="text:link 1 title" content="link">
- <meta name="text:link 1 url" content=" ">
- <meta name="text:link 2 title" content="link">
- <meta name="text:link 2 url" content=" ">
- <link href="//dl.dropbox.com/s/50g6fbds3rh4m0j/saturnicons.css" rel="stylesheet">
- <!------------------------TOOLTIPS SCRIPT--------------------->
- <link href="https://static.tumblr.com/5omyijl/bzrn2yg7i/style-my-tooltips.css" rel="stylesheet" type="text/css" />
- <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
- <script src="https://static.tumblr.com/5omyijl/RZtn2yg9v/jquery.style-my-tooltips.js"></script>
- <script>
- (function($){
- $(document).ready(function(){
- $("[title]").style_my_tooltips({
- tip_follows_cursor:true,
- tip_delay_time:200,
- tip_fade_speed:300
- });
- });
- })(jQuery);
- </script>
- <!-------------------------------------------------------------------->
- <link href="https://fonts.googleapis.com/css?family=Montserrat" rel="stylesheet">
- <link href="https://fonts.googleapis.com/css?family=Karla:400,400i" rel="stylesheet">
- <link href="https://fonts.googleapis.com/css?family=IBM+Plex+Sans" rel="stylesheet">
- <link href="https://fonts.googleapis.com/css?family=Work+Sans" rel="stylesheet">
- <link href="https://fonts.googleapis.com/css?family=Source+Sans+Pro" rel="stylesheet">
- <style type="text/css">
- @font-face { font-family: "dandeleon"; src: url('https://dl.dropboxusercontent.com/s/gejlk87ahmeyfd7/Dandeleon%20Vintage%20Demo.ttf') ;}
- @font-face { font-family: "challista"; src: url('https://dl.dropboxusercontent.com/s/1e3vmkcc5gmwpd8/Challista%20Script.ttf') ;}
- @font-face { font-family: "sweetpea"; src: url('https://dl.dropboxusercontent.com/s/kt9a1yee1wiisbs/Sweet%20Pea_2.ttf') ;}
- @font-face { font-family: autumn; src: url('https://dl.dropboxusercontent.com/s/lf1s35bvruxtx5x/Autumn%20Chant.otf') ; }
- @font-face { font-family: autumn; src: url('https://dl.dropboxusercontent.com/s/lf1s35bvruxtx5x/Autumn%20Chant.otf') ; }
- @font-face { font-family: "coco"; src: url('https://dl.dropboxusercontent.com/s/an7gqt732m1u90r/Cocogoose%20Pro-trial.ttf') ;}
- /*----------tooltips---------*/
- #s-m-t-tooltip {
- max-width:300px;
- margin:15px;
- padding:5px;
- border-left:2px solid {color:container};
- border-right:2px solid {color:container};
- border-bottom:2px solid {color:container};
- border-radius:0px;
- background:{color:accent};
- color:{color:nav links};
- z-index:999999;
- font-size:9px;
- font-style:none;
- font-weight:bold;
- letter-spacing:3px;
- font-family:'karla';
- text-transform:uppercase;
- box-shadow:1px 1px 3px rgba(0,0,0,.0);
- border-radius:5px;
- }
- /*----------scrollbar---------*/
- ::-webkit-scrollbar-thumb {
- height:auto;
- background-color:transparent;
- border-radius:20px;
- }
- ::-webkit-scrollbar {
- height:7px;
- width:3px;
- background-color: transparent;
- border-radius:50px;
- }
- /*----------basics---------*/
- body {
- {block:ifbackgroundcolor}
- background-color:{color:background};
- {/block:ifbackgroundcolor}
- {block:ifbackgroundimage}
- background:url('{image:background image}') repeat right top fixed;
- background-size:cover;
- {/block:ifbackgroundimage}
- color:{color:text};
- font-family:'{select:body font}';
- line-height:15px;
- font-size:11px;
- margin:0;
- text-align:left;
- }
- blockquote {
- padding-left:10px;
- border-left:2px solid;
- border-color:#ccc;
- border-radius:0px!important;
- margin:10px;
- }
- a {
- color:{color:accent};
- text-decoration:none;
- }
- a:hover {
- text-decoration:none;
- color: {color:accent2};
- -webkit-transition:all 0.5s;
- -moz-transition:all 0.5s;
- -ms-transition:all 0.5s;
- -o-transition:all 0.5s;
- transition:all 0.5s;
- }
- strong {
- color:{color:accent};
- }
- i, em {
- color:{color:accent2};
- }
- img {
- opacity:1;
- text-decoration:none;
- }
- h1 {
- font-family:'{select:title font}';
- text-align:center;
- text-transform:lowercase;
- letter-spacing:2px;
- font-size:35px;
- color:{color:accent2};
- line-height:100%;
- }
- h2 {
- font-family:'{select:title font}';
- text-align:center;
- text-transform:lowercase;
- letter-spacing:2px;
- font-size:40px;
- color:{color:accent2};
- line-height:100%;
- }
- small, sub {
- font-size:10px;
- }
- /*----------posts---------*/
- .container {
- left:50%;
- width:800px;
- position:absolute;
- }
- .posts {
- {block:IndexPage}
- margin-top:20px;
- margin-bottom:50px;
- border-radius:10px;
- padding:10px;
- {/block:IndexPage}
- {block:PermalinkPage}
- margin-top:20px;
- margin-bottom:40px;
- border-radius:10px;
- padding:10px;
- {/block:PermalinkPage}
- width:400px;
- margin-left:10px;
- background-color:{color:posts};
- }
- .entries {
- left:50%;
- margin-left:-80px;
- width:450px;
- top:50%;
- margin-top:-250px;
- margin-bottom:50px;
- height:500px;
- max-height:500px;
- overflow-y:scroll;
- background:{color:container};
- position:fixed;
- border-radius:10px;
- padding-left:15px;
- }
- .posts img, .posts blockquote {
- max-width: 100%;
- border-radius:10px;
- {block:ifgreyscale}
- -webkit-filter: grayscale(80%); /* Safari 6.0 - 9.0 */
- filter: grayscale(80%);
- -webkit-transition: all 0.5s ease-in-out;
- -moz-transition: all 0.5s ease-in-out;
- -o-transition: all 0.5s ease-in-out;
- -ms-transition: all 0.5s ease-in-out;
- transition: all 0.5s ease-in-out;
- {/block:ifgreyscale}
- }
- .posts img:hover, .posts blockquote:hover {
- {block:ifgreyscale}
- -webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
- filter: grayscale(0%);
- -webkit-transition: all 0.7s ease-in-out;
- -moz-transition: all 0.7s ease-in-out;
- -o-transition: all 0.7s ease-in-out;
- {/block:ifgreyscale}
- }
- blockquote img {
- max-width:320px!important;
- }
- .photoset
- {
- border-radius:10px;
- {block:ifgreyscale}
- -webkit-filter: grayscale(60%); /* Safari 6.0 - 9.0 */
- filter: grayscale(60%);
- -webkit-transition: all 0.5s ease-in-out;
- -moz-transition: all 0.5s ease-in-out;
- -o-transition: all 0.5s ease-in-out;
- -ms-transition: all 0.5s ease-in-out;
- transition: all 0.5s ease-in-out;
- {/block:ifgreyscale}
- }
- .photoset:hover {
- {block:ifgreyscale}
- -webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
- filter: grayscale(0%);
- -webkit-transition: all 0.5s ease-in-out;
- -moz-transition: all 0.5s ease-in-out;
- -o-transition: all 0.5s ease-in-out;
- -ms-transition: all 0.5s ease-in-out;
- transition: all 0.5s ease-in-out;
- {/block:ifgreyscale}
- }
- /*----------post info---------*/
- .info {
- padding-top:15px;
- text-transform:uppercase;
- padding-bottom:15px;
- font-size:9px;
- letter-spacing:1px;
- margin-top:15px;
- text-align:center;
- background:{color:container};
- border-radius:5px;
- }
- .info a {
- color:{color:accent};
- }
- .info a:hover {
- color:{color:accent2};
- }
- .tags {
- margin-top:0px;
- font-size:9px;
- letter-spacing:1px;
- font-style:italic;
- font-weight:bold;
- text-align:center;
- padding-right:5px;
- padding-left:5px;
- color:{color:accent};
- background-color:{color:container};
- }
- .tags a {
- margin-right:8px;
- color:{color:accent};
- }
- .tags a:hover {
- color:{color:accent2};
- }
- /*----------post notes---------*/
- ol.notes {
- padding:0px;
- margin:0px 0px 0px 10px;
- list-style-type:none;
- }
- ol.notes li.note {
- padding:10px;
- }
- ol.notes li.note img.avatar {
- vertical-align:-4px;
- margin-right:10px;
- width:16px;
- height:16px;
- border-radius:100px;
- }
- ol.notes li.note span.action {
- font-weight:none;
- }
- ol.notes li.note .answer_content {
- font-weight:normal;
- }
- ol.notes li.note blockquote {
- padding:4px 10px;
- margin:10px 0px 0px 25px;
- }
- ol.notes li.note blockquote a {
- text-decoration:none;
- }
- /*----------sidebar---------*/
- .sidebar {
- position:fixed;
- width:200px;
- left:50%;
- margin-left:-335px;
- top:50%;
- margin-top:-250px;
- background-color:{color:container};
- height:500px;
- border-radius:10px;
- }
- .inner {
- background-color:transparent;
- width:180px;
- margin:10px;
- }
- .sidebar img {
- width:65px;
- margin-top:20px;
- margin-left:9px;
- border-radius:100px;
- z-index:999;
- display:inline;
- border:3px solid {color:accent};
- padding:0px;
- }
- .subtitle {
- font-size:13px;
- text-transform:none;
- font-weight:normal;
- text-align:center;
- font-family:'{select:body font}';
- width:180px;
- font-weight:normal;
- text-transform:uppercase;
- line-height:100%;
- letter-spacing:2px;
- color:{color:accent};
- z-index:999999;
- margin-top:3px;
- }
- .sidetitle {
- font-family:'{select:title font}';
- font-size:{text:title size}px;
- font-weight:bold;
- margin-top:45px;
- text-align:center;
- color:{color:accent2};
- }
- .description {
- color:{color:text};
- width:160px;
- text-align:center;
- margin-top:45px;
- padding-left:10px;
- padding-right:10px;
- line-height:170%;
- height:250px;
- max-height:190px;
- overflow-y:scroll;
- text-transform:uppercase;
- font-size:9px;
- }
- .links {
- margin-top:-50px;
- margin-left:65px;
- padding-left:15px;
- padding-top:5px;
- padding-bottom:3px;
- background-color:{color:accent};
- border-radius:80px 80px 80px 0px;
- width:100px;
- font-family:'karla';
- }
- .links a {
- display:inline;
- background-color:;
- color:{color:nav links};
- background-color:transparent;
- width:20px;
- height:20px;
- margin:3px;
- border-radius:5px;
- padding:0px;
- font-size:15px;
- text-transform:uppercase;
- }
- .links a:hover {
- background-color:;
- color:{color:nav links hover};
- -moz-transition-duration:1s;
- -webkit-transition-duration:1s;
- -o-transition-duration:1s;
- text-shadow:{color:nav links hover} 0 0 3px;
- }
- .pagination {
- width:180px;
- margin-top:30px;
- text-align:center;
- text-transform:uppercase;
- font-weight:normal;
- padding-top:5px;
- font-family:'montserrat';
- font-size:9px;
- letter-spacing:4px;
- position:fixed;
- }
- /*----------quotes---------*/
- .quote {
- text-transform:uppercase;
- font-size:15px;
- font-weight:bold;
- text-align:center;
- letter-spacing:3px;
- margin-top:10px;
- }
- .quotesource {
- text-align:center;
- margin-top:10px;
- }
- /*----------chat---------*/
- /* IMESSAGE CHAT POST */
- .answer span,
- .convo li{margin:0 0 5px;border-radius:1em;padding:.5em 10px;max-width:75%;clear:both;position:relative}
- .answer .them,.user_1,.user_3,.user_5,.user_7,.user_9,.user_11{float:left;background:{color:chat bubble 2};color:#000;left:3px}
- .me::after,.user_1::after,.user_3::after,.user_5::after,.user_7::after,.user_9::after,.user_11::after{content:"";position:absolute;left:-.5em;bottom:0;width:.5em;height:1em;border-right:.5em solid {color:chat bubble 2};border-bottom-right-radius:1em .5em}
- .answer .me,.user_2,.user_4,.user_6,.user_8,.user_10,.user_12{right:3px;float:right;background-color:{color:chat bubble 1};color:#000}
- .them::after,.user_2::after,.user_4::after,.user_6::after,.user_8::after,.user_10::after,.user_12::after{content:"";position:absolute;right:-.5em;bottom:0;width:.5em;height:1em;border-left:.5em solid {color:chat bubble 1}; border-bottom-left-radius:1em .5em}
- .me p,.answer,.asked span{padding:0;margin:0}.answer{overflow:hidden}
- .asked p {
- text-align: left;
- margin: 0 0px 10px 0px;
- padding: 0;
- color: #666666;
- font-family:'{select:body font}';
- font-size: 12px;
- line-height: 0px;
- }
- .footerright .viasrc {
- float: left;
- }
- .asked a {
- margin:0;padding:0;
- }
- .user_4{background-color:{color:chat bubble 1};color:#000}.user_4::after{border-color:{color:chat bubble one}}.user_6{background-color:{color:chat bubble 1};color:#000000}.user_6::after{color: chat bubble 1}}.user_5{background-color:{color:chat bubble 2};color:#000}.user_5::after{{color:chat bubble 2}}.user_3{background-color:{color:chat bubble 2};color:#000}.user_3::after{border-color:{color:chat bubble 2}}.user_7{background-color:{color:chat bubble 2};color:#000}.user_7::after{{color:chat bubble 2}}.user_8{background-color:{color:chat bubble 1};color:#000}.user_8::after{{color:chat bubble 2}}.user_9{color:chat bubble 1}.user_9::after{{color:chat bubble 2}}
- .convo {
- overflow: hidden;
- list-style-type: none;
- padding: 0;
- margin: 0;
- }
- /*----------questions---------*/
- .question {
- background:{color:container};
- padding:10px;
- text-align:center;
- padding:20px;
- border-radius:10px;
- color:{color:links};
- text-transform:uppercase;
- letter-spacing:1px;
- }
- .question img {
- float:right;
- }
- .asker {
- text-transform:uppercase;
- font-weight:bold;
- letter-spacing:2px;
- color:{color:accent};
- }
- .answer {
- padding:10px;
- margin-top:-15px;
- }
- /*----------audio---------*/
- .playerbuttonbg {
- position: absolute;
- left: 50px;
- top: 45px;
- background-color:transparent;
- 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;
- padding-bottom:20px;
- }
- .playerbuttonbg:hover {
- opacity: 1;
- filter: alpha(opacity=100);
- -moz-opacity: 1;
- -khtml-opacity: 1;
- }
- .tumblr_audio_player {
- height: 90px;
- width: 32px;
- }
- .audioimgwrapper {
- position: absolute;
- left: 0px;
- top: 0px;
- -webkit-border-radius: 5px;
- -moz-border-radius: 5px;
- border-radius: 5px;
- overflow: hidden;
- width: 150px;
- height: 150px;
- }
- .audioimgwrapper img {
- width: 100%;
- height: auto;
- -webkit-border-radius: 5px;
- -moz-border-radius: 5px;
- border-radius: 5px;
- }
- .trackdetails {
- width: auto;
- display:inline-block;
- margin-left: 200px;
- min-height: 85px;
- font-family:'{select:body font}';
- font-weight:bold;
- text-transform:lowercase;
- letter-spacing:1px;
- text-align:center;
- }
- .audiowrapper {
- position: relative;
- display:inline-block;
- }
- /*----------credit---------*/
- .credit {
- font-size:15px;
- position:fixed;
- font-weight:normal;
- bottom:10px;
- right:15px;
- z-index:10;
- text-align:right;
- }
- .credit a {
- background-color:{color:container};
- color:{color:accent};
- padding-top:4px;
- padding-right:5px;
- padding-left:4px;
- border-radius:5px;
- }
- .credit a:hover {
- background-color:transparent;
- color:{color:accent2};
- -moz-transition-duration:0.5s;
- -webkit-transition-duration:0.5s;
- -o-transition-duration:0.5s;
- }
- </style>
- </head>
- <body>
- <div class="container">
- <div class="credit">
- <a title="skyofrp" href="http://skyofrp.tumblr.com/"><span class="sf sf-acorn-o"></span></a></div>
- <div class="sidebar">
- <div class="inner">
- <a href="/"><img src="{image:sidebar icon}"></a>
- <div class="links">
- {block:Ifstandard}
- <a title="home" href="/"><span class="sf sf-cog-o"></span></a>
- <a title="message" href="/ask"><span class="sf sf-chat-o"></span></a>
- <a href="{text:link 1 url}" title="{text:link 1 title}"><span class="sf sf-push-pin-o"></span></a>
- <a href="{text:link 2 url}" title="{text:link 2 title}"><span class="sf sf-user-o"></span></a>
- {/block:IfStandard}
- {block:IfSpace}
- <a title="home" href="/"><span class="sf sf-location-o"></span></a>
- <a title="message" href="/ask"><span class="sf sf-rocket-o"></span></a>
- <a href="{text:link 1 url}" title="{text:link 1 title}"><span class="sf sf-moon-1-o"></span></a>
- <a href="{text:link 2 url}" title="{text:link 2 title}"><span class="sf sf-ufo-o"></span></a>
- {/block:IfSpace}
- {block:Ifnature}
- <a title="home" href="/"><span class="sf sf-flower-1-o"></span></a>
- <a title="message" href="/ask"><span class="sf sf-hummingbird-o"></span></a>
- <a href="{text:link 1 url}" title="{text:link 1 title}"><span class="sf sf-leaf-1-o"></span></a>
- <a href="{text:link 2 url}" title="{text:link 2 title}"><span class="sf sf-bee-o"></span></a>
- {/block:Ifnature}
- {block:Ifmarvel}
- <a title="home" href="/"><span class="sf sf-avengers-o"></span></a>
- <a title="message" href="/ask"><span class="sf sf-iron-man-o"></span></a>
- <a href="{text:link 1 url}" title="{text:link 1 title}"><span class="sf sf-captain-america-o"></span></a>
- <a href="{text:link 2 url}" title="{text:link 2 title}"><span class="sf sf-thor-o"></span></a>
- {/block:Ifmarvel}
- {block:Ifdc}
- <a title="home" href="/"><span class="sf sf-dc-comics"></span></a>
- <a title="message" href="/ask"><span class="sf sf-batman-o"></span></a>
- <a href="{text:link 1 url}" title="{text:link 1 title}"><span class="sf sf-wonder-woman-o"></span></a>
- <a href="{text:link 2 url}" title="{text:link 2 title}"><span class="sf sf-superman"></span></a>
- {/block:Ifdc}
- {block:Ifroyalty}
- <a title="home" href="/"><span class="sf sf-crown-o"></span></a>
- <a title="message" href="/ask"><span class="sf sf-poet-o"></span></a>
- <a href="{text:link 1 url}" title="{text:link 1 title}"><span class="sf sf-cheers-o"></span></a>
- <a href="{text:link 2 url}" title="{text:link 2 title}"><span class="sf sf-diamond-o"></span></a>
- {/block:Ifroyalty}
- </div>
- <div class="description">{description}</div>
- <div class="sidetitle">{text:title}</div>
- <div class="subtitle">{text:subtitle}</div>
- <div class="pagination">
- {block:Pagination}
- {block:PreviousPage}
- <a href="{PreviousPage}">sink</a>{/block:PreviousPage}
- {block:NextPage}
- — <a href="{NextPage}">swim</a>
- {/block:NextPage}
- {/block:Pagination}
- </div>
- </div>
- </div>
- <div class="entries">
- {block:Posts}
- <div class="posts">
- {block:Text}
- <h1>{block:Title}{Title}{/block:Title}</h1>
- {Body}{/block:Text}
- {block:Photo}
- {LinkOpenTag}<img src="{PhotoURL-400}">{LinkCloseTag}
- {block:Caption}{Caption}{/block:Caption}
- {/block:Photo}
- {block:Photoset}
- {Photoset-400}
- {block:Caption}{Caption}{/block:Caption}
- {/block:Photoset}
- {block:Quote}
- <div class="quote">“{Quote}”</div>
- {block:Source}<div class="quotesource"> — <i>{Source}</i></div>
- {/block:Source}{/block:Quote}
- {block:Link}
- <h1><a href="{URL}" {Target}>{Name}</a></h1>
- {block:Description}{Description}{/block:Description}
- {/block:Link}
- {block:Chat}
- {block:Title}
- <h1>{Title}</h1>{/block:Title}<br>
- <ul class="convo">{block:Lines}<li class="line_{Alt} user_{UserNumber}">{block:Label}<span class="label"><strong>{Label}</strong></span>{/block:Label}
- {Line}</li>{/block:Lines}</ul>
- {/block:Chat}
- {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">
- {AudioPlayer}
- </div>
- </div>
- </div>
- <div class="trackdetails">
- {block:TrackName}<h1>{TrackName}</h1>{/block:TrackName}<br/>
- {block:Artist}Artist: {Artist}{/block:Artist}<br/>
- {block:Album}Album: {Album}{/block:Album}<br/>
- {PlayCountWithLabel}
- </div>
- </div>
- {/block:AudioPlayer}
- {block:Caption}{Caption}{/block:Caption}
- {/block:Audio}
- {block:Video}
- {Video-400}
- {block:Caption}{Caption}{/block:Caption}
- {/block:Video}
- {block:Answer}
- <div class="question"><img src="{AskerPortraitURL-40}">
- {Question}<br><div class="asker">— {Asker}</div></div><br>
- <div class="answer">
- {Answer}</div>
- {/block:Answer}
- {block:Date}
- <div class="info">
- <a href="{Permalink}" title="{timeago}"><span class="sf sf-clock-3-o"></span></span></a>
-
- <a href="{Permalink}" title="{NoteCountwithLabel}"><span class="sf sf-heart-o"></span></span></a>
-
- {block:RebloggedFrom}
- <a href="{ReblogParentURL}" title="{ReblogParentname}"><span class="sf sf-cog-o"></span></span> </a>
-
- {/block:RebloggedFrom}
- {block:ContentSource}
- <a href="{SourceURL}" title="{SourceTitle}"><span class="sf sf-home-o"></span></a>
-
- {/block:ContentSource}
- <a href="{ReblogURL}" target="_blank" class="details" title="reblog"><span class="sf sf-refresh-o"></span></a>
- {/block:Date}
- {block:HasTags}
- <div class="tags">
- {block:Tags}
- <span class="sf sf-tags-o"></span>
- <a href="{TagURL}">{Tag}</a>
- {/block:Tags}
- </div>
- {/block:HasTags}
- </div>
- </div>
- {block:PostNotes}
- {PostNotes}
- {/block:PostNotes}
- {/block:Posts}
- {block:ContentSource}
- <!---{SourceURL}{block:SourceLogo}<img src=”{BlackLogoURL}”
- width=”{LogoWidth}” height=”{LogoHeight}” alt=”{SourceTitle}” />
- {/block:SourceLogo}
- {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} --->
- {/block:ContentSource}{block:ReblogParent}{/block:ReblogParent}
- </body>
- </div></div></div></div></div></div></div></div></div></div></div>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment