Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
- <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
- <!-------
- theme by @imjaebumx~
- you can heavily edit this theme
- but please >do not< remove any of the credits
- base code kindly provided by @rnirae
- <!------>
- <head>
- <title>{Title}</title>
- <link rel="shortcut icon" href="{FavIcon}" />
- <link rel="alternate" type="application/rss+xml" href="{RSS}" />
- <script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.3/jquery.min.js"></script>
- <meta name="color:background" content="#fbfbfb" />
- <meta name="color:text" content="#777777"/>
- <meta name="color:sidebar background" content="#ffffff"/>
- <meta name="image:background" content=""/>
- <meta name="image:sidebar image" content=""/>
- <meta name="color:scrollbar" content="#ceefde"/>
- <meta name="color:borders" content="#f5f5f5"/>
- <meta name="color:title background" content="#ceefde"/>
- <meta name="color:link" content="#353535"/>
- <meta name="color:link hover" content="#ceefde"/>
- <meta name="color:sidebar link" content="#353535"/>
- <meta name="color:sidebar link border" content="#f8f8f8"/>
- <meta name="color:sidebar link hover" content="#b6d3cc"/>
- <meta name="text:opacity value" content="0.7" />
- <meta name="text:Link1" content="/" />
- <meta name="text:Link1 Title" content="link" />
- <meta name="text:Link2" content="/" />
- <meta name="text:Link2 Title" content="link" />
- <meta name="text:Link3" content="/" />
- <meta name="text:Link3 Title" content="link" />
- <meta name="text:Link4" content="/" />
- <meta name="text:Link4 Title" content="link" />
- <meta name="text:Link5" content="/" />
- <meta name="text:Link5 Title" content="link" />
- <meta name="if:lazy load" content="0"/>
- <meta name="if:opacity post" content="1"/>
- <!-------- POP-UP SCRIPT BY ACUITE -------------->
- <script type="text/javascript"
- src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
- <script>
- $(document).ready(function() {
- //
- $('a.poplight[href^=#]').click(function() {
- var popID = $(this).attr('rel'); //Get Popup Name
- var popURL = $(this).attr('href'); //Get Popup href to define size
- var query= popURL.split('?');
- var dim= query[1].split('&');
- var popWidth = dim[0].split('=')[1]; //Gets the first query string value
- $('#' + popID).fadeIn().css({ 'width': Number( popWidth ) }).prepend('<a href="#" class="close"></a>');
- var popMargTop = ($('#' + popID).height() + 80) / 2;
- var popMargLeft = ($('#' + popID).width() + 80) / 2;
- //Apply Margin to Popup
- $('#' + popID).css({
- 'margin-top' : -popMargTop,
- 'margin-left' : -popMargLeft
- });
- $('body').append('<div id="fade"></div>');
- $('#fade').css({'filter' : 'alpha(opacity=80)'}).fadeIn(); //Fade in the fade layer - .css({'filter' : 'alpha(opacity=80)'})
- return false;
- });
- $('a.close, #fade').live('click', function() {
- $('#fade , .popup_block').fadeOut(function() {
- $('#fade, a.close').remove(); //fade them both out
- });
- return false;
- });
- });
- </script>
- <!------------------ LAZY LOAD ------------------->
- {block:Iflazyload}<script type="text/javascript" src="http://static.tumblr.com/bmdsqsc/8mXm7q8vn/jquery.js"></script>
- <script type="text/javascript" src="http://static.tumblr.com/bmdsqsc/ogWm7q8w1/lazyload.js"></script>
- <script type="text/javascript" charset="utf-8">
- var $j = jQuery.noConflict();
- $j(function() {
- if (navigator.platform == "iPad" || navigator.platform == "iPhone") return;
- $j("img").lazyload({
- placeholder : "http://static.tumblr.com/twte3d7/RSvlio0k5/grey.gif",
- effect: "fadeIn",
- });
- });
- </script>{/block:Iflazyload}
- <!------------ TOOLTIPS ---------------->
- <link href="http://static.tumblr.com/5omyijl/bzrn2yg7i/style-my-tooltips.css" rel="stylesheet" type="text/css" />
- <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
- <script src="http://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>
- <!--------- PHOTOSET FUNCTIONS TUTORIAL BY SHYTHEMES -------------->
- <link href="http://static.tumblr.com/qudkd6d/OcDnl99gb/style.css" rel="stylesheet" type="text/css"/>
- <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>
- $(document).ready(function(){
- $('.photo-slideshow').pxuPhotoset({
- lightbox: true,
- rounded: false,
- gutter: '2px',
- borderRadius: '0px',
- photoset: '.photo-slideshow',
- photoWrap: '.photo-data',
- photo: '.pxu-photo'
- });
- });
- </script>
- <!----------- DROP DOWN NOTES -------------->
- <script>$(document).ready(function(){
- $(".postnotes").hide();
- $(".viewnotes").show();$('.viewnotes').toggle(function(){
- $(".postnotes").slideDown(function(){});
- },function(){
- $(".postnotes").slideUp(function(){});
- });
- });
- </script>
- <!----------- FONT AWESOME TUTORIAL BY AZURETHEMES -------------->
- <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css" rel="stylesheet">
- <link href='http://fonts.googleapis.com/css?family=Lato' rel='stylesheet' type='text/css'>
- <style type="text/css">
- ::-moz-selection {
- background: #fcfcfc;
- color: {color:text};
- }
- ::selection {
- background: #fcfcfc;
- color: {color:text};
- }
- #s-m-t-tooltip {
- max-width:300px;
- padding:5px;
- margin:20px 20px 20px 20px;
- text-transform:uppercase;
- font-family:''Lato'';
- font-size:8px;
- font-style:none;
- letter-spacing:1px;
- color:{color:text};
- background-color:#fff;
- box-shadow:0px 0px 0px rgba(0,0,0,.0);
- border-radius:0%;
- z-index:999999999999999999999999999999999999;
- }
- /* basic styles */
- body {
- color: {color:Text};
- background-color: {color:Background};
- background-image: url({image:Background});
- font: 9px 'Lato';
- line-height: 18px;
- }
- a {
- text-decoration: none;
- color: {color:Link};
- font-weight:bold;
- -webkit-transition: all 0.8s ease-out;
- -moz-transition: all 0.8s ease-out;
- transition: all 0.8s ease-out;
- }
- a:hover {
- color:{color:Link Hover};
- cursor: help;
- -webkit-transition: all 0.8s ease-out;
- -moz-transition: all 0.8s ease-out;
- transition: all 0.8s ease-out;
- }
- b, bold, strong {
- font-weight:bold;
- }
- i, em {
- font-style:italic;
- }
- h1 {
- font-size:30px;
- font-family: 'Lato', sans-serif;
- text-transform:lowercase;
- font-weight:bold;
- line-height:30px;
- color:{color:text};
- text-align:justify;
- letter-spacing:-2px;
- }
- w {
- color:{color:link hover};
- font-weight:bold;
- letter-spacing:2px;
- }
- /* scrollbar */
- ::-webkit-scrollbar {width:11px;height:11px;background:{color:borders};}
- ::-webkit-scrollbar-thumb {background:{color:scrollbar};}
- ::-webkit-scrollbar,::-webkit-scrollbar-thumb {border:5px solid {color:background}; }
- /* post customizations */
- #content { /* for the whole column of posts */
- {block:IndexPage}
- width:300px;
- {/block:IndexPage}
- {block:PermalinkPage}
- width:300px;
- {/block:PermalinkPage}
- position: relative;
- margin-left: 300px;
- margin-top: 60px;
- }
- blockquote {
- max-width:250px;
- }
- .entry {
- margin-bottom: 40px;
- width:300px;
- {block:ifopacitypost}opacity:{text:opacity value};{/block:ifopacitypost}
- -webkit-transition: all 0.8s ease-out;
- -moz-transition: all 0.8s ease-out;
- transition: all 0.8s ease-out;
- }
- .entry:hover {
- {block:ifopacitypost}opacity:1;{/block:ifopacitypost}
- -webkit-transition: all 0.8s ease-out;
- -moz-transition: all 0.8s ease-out;
- transition: all 0.8s ease-out;
- }
- .entry:hover .tags {
- opacity:1;
- -webkit-transition: all 0.8s ease-out;
- -moz-transition: all 0.8s ease-out;
- transition: all 0.8s ease-out;
- }
- .caption {
- background-color:#ffffff;
- margin-top:5px;
- padding:5px;
- max-width:300px;
- }
- .postnotes {
- width:300px;
- text-align:justify;
- margin-left:300px;
- text-transform:uppercase;
- }
- .postnotes img {
- display:none;
- height:0px;
- }
- .tags {
- max-width:300px;
- background-color:{color:background};
- font:7px ''Lato'';
- text-transform:uppercase;
- display:inline;
- letter-spacing:1px;
- padding-bottom:0px;
- margin-left:5px;
- opacity:0;
- -webkit-transition: all 0.8s ease-out;
- -moz-transition: all 0.8s ease-out;
- transition: all 0.8s ease-out;
- }
- .tags a {
- border-bottom:0px;
- padding-bottom:0px;
- }
- #perma {
- font-family: 'Cousine', sans-serif;
- font-size:7px;
- text-transform:uppercase;
- letter-spacing:.5px;
- margin-bottom:20px;
- background-color:#fbfbfb;
- padding:5px;
- width:300px;
- }
- .line {margin-left:0px;margin-top:20px;height:10px;background-color:{color:sidebar background};width:200px;}
- .info {margin-top:5px; margin-bottom:5px; text-transform:uppercase;font-size:7px;text-align:right;letter-spacing:1px;font-family:'Lato'; background-color:{color:sidebar background}; padding:5px;}
- .info a {
- border:1px solid {color:borders};
- padding:2px;
- color:{color:link};
- }
- #side {
- top: 30px;
- left: 600px;
- padding:150px 60px 40px 40px;
- height:70%;
- position: fixed;
- text-align:justify;
- width: 140px;
- }
- #side a {
- color:{color:sidebar link};
- border-bottom:1px solid {color:sidebar link border};
- padding-bottom:2px;
- }
- #side a:hover {
- color:{color:sidebar link hover};
- }
- #description {
- margin-top:5px;
- padding:20px;
- background-color:{color:sidebar background};
- }
- #linkage {
- background-color:{color:sidebar background};
- padding:20px;
- max-width:140px;
- text-align:left;
- line-height:330%;
- margin-top:10px;
- }
- #linkage a {
- background-color:{color:sidebar background};
- display:block;
- text-transform:uppercase;
- font-weight:bold;
- font-family:'Lato';
- font-size:8px;
- letter-spacing:2px;
- padding-left:5px;
- margin-top:5px;
- margin-bottom:5px:
- width:140px;
- -moz-transition-duration:1.0s;
- -webkit-transition-duration:1.0s;
- -o-transition-duration:1.0s;
- border-bottom:1px solid {color:background};
- }
- #linkage a:hover {
- background-color:{color:sidebar background};
- -moz-transition-duration:0.5s;
- -webkit-transition-duration:0.5s;
- -o-transition-duration:0.5s;
- }
- #linkage-l {
- background-color:#fff;
- padding:10px;
- max-width:140px;
- text-align:left;
- line-height:330%;
- margin-top:10px;
- }
- #linkage-l a {
- background-color:#fff;
- display:inline-block;
- text-transform:uppercase;
- font-weight:bold;
- font-family:'Lato';
- font-size:8px;
- letter-spacing:2px;
- padding-left:5px;
- margin-top:5px;
- margin-bottom:5px:
- border-bottom:1px solid {color:borders};
- width:120px;
- -moz-transition-duration:1.0s;
- -webkit-transition-duration:1.0s;
- -o-transition-duration:1.0s;
- }
- #linkage-l a:hover {
- background-color:#ffffff;
- -moz-transition-duration:0.5s;
- -webkit-transition-duration:0.5s;
- -o-transition-duration:0.5s;
- }
- .popup_block{
- display:none;
- background:{color:background};
- border:1px solid {color:borders};
- padding:20px;
- float:left;
- position:fixed;
- top:50%;left:50%;
- z-index: 99999;
- }
- *html #fade {position: absolute;}
- *html .popup_block {position: absolute;}
- #fade {
- display:none;
- position:fixed;
- left:0px;
- top:0px;
- width:100%;
- height:100%;
- z-index:9999;
- background:#ffffff;
- opacity:0.9;
- }
- #menu {
- margin-top:10px;
- }
- #menu a {
- text-transform:lowercase;
- border-bottom:0px;
- }
- .title {
- max-width:140px;
- color:#ffffff;
- text-align:center;
- background-color:{color:title background};
- font-family:'Lato';
- text-transform:uppercase;
- font-size:20px;
- padding:20px;
- font-weight:bold;
- }
- #pagination {
- margin-top:15px;
- font-size:10px;
- text-align:center;
- font-family: ''Lato'';
- letter-spacing:1px;
- width:140px;
- margin-bottom:5px;
- }
- blockquote {
- border-left: 1px solid {color:borders};
- margin-left: 6px;
- padding-left: 10px;
- text-align:justify;
- width:300px;
- }
- .question {
- background:#f5f5f5;
- padding:15px;
- }
- .asker {
- text-transform:uppercase;
- }
- .asker a {
- font-size:8px;
- letter-spacing:1px;
- text-transform:uppercase;
- border-bottom:1px solid {color:link hover};
- padding-bottom:2px;
- }
- .answer {
- padding:11px;
- background:#ffffff;
- margin-top:5px;
- }
- .avatarask {
- border:1px solid #e1e1e1;
- background:{color:background};
- padding:3px;
- float:left;
- margin-left:0px;
- margin-right:10px;
- border-radius:50px;
- display:inline-block;
- position:relative;
- }
- .avatarask img {
- width:30px;
- height:30px;
- border-radius:50px;
- vertical-align:middle;
- position:relative;
- }
- .playerbuttonbg {
- position: absolute;
- left: 20px;
- top: 20px;
- width: 19px;
- height: 19px;
- background-color: #ffffff;
- padding: 10px;
- -webkit-border-radius: 40px;
- -moz-border-radius: 40px;
- border-radius: 40px;
- 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;
- }
- .playerbuttonbg:hover {
- opacity: 1;
- filter: alpha(opacity=100);
- -moz-opacity: 1;
- -khtml-opacity: 1;
- }
- .newplayerbutton {
- position: relative;
- width: 19px;
- height: 19px;
- overflow: hidden;
- }
- .playerbuttonhug {
- position: absolute;
- top: -18px;
- left: -7px;
- }
- .tumblr_audio_player {
- height: 90px;
- width: 270px;
- -moz-transform: scale(0.60, 0.60);
- -webkit-transform: scale(0.60, 0.60);
- -o-transform: scale(0.60, 0.60);
- -ms-transform: scale(0.60, 0.60);
- transform: scale(0.60, 0.60);
- -moz-transform-origin: top left;
- -webkit-transform-origin: top left;
- -o-transform-origin: top left;
- -ms-transform-origin: top left;
- transform-origin: top left;
- }
- .audioimgwrapper {
- position: absolute;
- left: 0px;
- top: 0px;
- -webkit-border-radius: 40px;
- -moz-border-radius: 40px;
- border-radius: 40px;
- overflow: hidden;
- width: 79px;
- height: 79px;
- }
- .audioimgwrapper img {
- width: 100%;
- height: auto;
- -webkit-border-radius: 40px;
- -moz-border-radius: 40px;
- border-radius: 40px;
- }
- .trackdetails {
- width: auto;
- display:inline-block;
- margin-left: 90px;
- border-bottom:1px solid {color:borders};
- min-height: 85px;
- }
- .infoaudio {
- padding:5px;
- text-align:justify;
- }
- .audiowrapper {
- position: relative;
- display:inline-block;
- }
- .chat {
- line-height: 12px;
- list-style: none }
- .chat ul {
- line-height: 15px;
- list-style: none;
- padding: 0px;
- line-height:20px;}
- .person1 {
- background-color:#f8f8f8;
- color: {color:Text};}
- .person1 .label {
- font:8px ''Lato'';
- font-weight:none;
- text-transform:uppercase;
- padding: 0px;
- margin-left: 5px;
- letter-spacing:1px;
- color:{color:bold};}
- .person2 {
- background-color:#ffffff;
- color: {color:text}; }
- .person2 .label {
- font:8px ''Lato'';
- font-weight:none;
- text-transform:uppercase;
- padding: 0px;
- margin-left: 5px;
- letter-spacing:1px;
- color:{color:link hover};}
- ol.notes img.avatar {display:none;
- height:0px;
- border-radius:50px;
- }
- ol.notes {
- margin-top: 20px;
- list-style-type: none;
- }
- #cred a {
- color:{color:link};
- font-family:''Lato'';
- font-size:10px;
- letter-spacing:1px;
- text-transform:uppercase;
- padding:4px;
- }
- #cred a:hover {
- color:{color:link hover};
- padding:4px;
- }
- #cred {
- width:auto;
- height:auto;
- bottom:15px;
- right:15px;
- padding:4px;
- z-index:1000000;
- font-size:8px;
- letter-spacing:1px;
- position:fixed;
- text-align:center;
- text-transform:uppercase;
- -webkit-transition: all 0.7s ease-out; -moz-transition: all 0.7s ease-out;
- }
- .permalinkview {
- font:8px ''Lato'';
- text-transform:uppercase;
- letter-spacing:1px;
- }
- .permalinkview a {
- border-bottom:1px solid {color:borders};
- padding-bottom:2px;
- }
- iframe#tumblr_controls {
- position:fixed !important;
- margin-top:10px !important;
- margin-right:10px !important;
- opacity:0.9 !important;
- z-index:99999;
- filter: invert(1);
- -webkit-filter: invert(1);
- -moz-filter: invert(1);
- -o-filter: invert(1);
- -ms-filter: invert(1);
- }
- .tmblr-iframe, #tumblr_controls, tmblr-iframe tmblr-iframe--desktop-logged-in-controls, .iframe-controls--desktop{
- position:fixed !important;
- top:10px !important;
- right:10px !important;
- opacity:0.9 !important;
- z-index:9999999 !important;
- -webkit-filter:invert(100%);
- -moz-filter:invert(100%);
- -o-filter:invert(100%);
- -ms-filter:invert(100%);
- filter:invert(100%);
- }
- </style>
- </head>
- <body>
- <div id="cred"><a title="theme @imjaebumx" href="http://imjaebumx.tumblr.com">IJX</a></div>
- <div id="linkage" class="popup_block">
- <h1><w>links</w></h1>
- <div id="linkage-l">{block:ifLink1}<a href="{text:Link1}">{text:Link1 Title}</a>{/block:ifLink1} {block:ifLink2}<a href="{text:Link2}">{text:Link2 Title}</a>{/block:ifLink2} {block:ifLink3}<a href="{text:Link3}">{text:Link3 Title}</a>{/block:ifLink3} {block:ifLink4}<a href="{text:Link4}">{text:Link4 Title}</a>{/block:ifLink4} {block:ifLink5}<a href="{text:Link5}">{text:Link5 Title}</a>{/block:ifLink5}</div></div>
- </div>
- </div>
- <!--sidebar-->
- <div id="side">
- <div class="title">{Title}</div>
- <div id="description">{Description}</div>
- <div id="linkage"><a href="/"><i class="fa fa-home"></i> home</a> <a href="/ask"><i class="fa fa-envelope"></i> ask</a> <a href="/archive"><i class="fa fa-folder"></i> archive</a> <a href="#?w=300" rel="linkage" class="poplight"><i class="fa fa-link"></i> links</a>
- </div>
- {block:Pagination}
- <div class="pagination">
- <center>{block:PreviousPage}
- <a href="{PreviousPage}">« </a>
- {/block:PreviousPage}
- {block:JumpPagination}
- {block:CurrentPage}
- {CurrentPage} OF {TotalPages}
- {/block:CurrentPage}
- {/block:JumpPagination}
- {block:NextPage}
- <a href="{NextPage}"> »</a>
- {/block:NextPage}</center>
- </div>
- {/block:Pagination}
- </div>
- <!----->
- <div id="content">
- {block:Posts}
- <!-- {block:NoRebloggedFrom}
- {block:RebloggedFrom}{ReblogParentName}{/block:RebloggedFrom}
- {/block:NoRebloggedFrom} -->
- <div class="entry">
- <!--permalink-->
- {block:Photo}<a href="{permalink}"><img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="100%"/></a> {block:IndexPage}{block:Caption}<div class="caption">{Caption}</div>{/block:Caption}{/block:IndexPage}{block:PermalinkPage}{block:Caption}<div class="caption">{Caption}</div>{/block:Caption}{/block:PermalinkPage}{/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 alt="{PhotoAlt}" src="{PhotoURL-500}" width="{PhotoWidth-500}" height="{PhotoHeight-500}" data-highres="{PhotoURL-HighRes}" data-width="{PhotoWidth-HighRes}" data-height="{PhotoHeight-HighRes}" class="{block:Exif}exif-yes {/block:Exif}{block:Caption}caption-yes{/block:Caption}" {block:Exif}data-camera="{block:Camera}{Camera}{/block:Camera}" data-iso="{block:ISO}{ISO}{/block:ISO}" data-aperture="{block:Aperture}{Aperture}{/block:Aperture}" data-exposure="{block:Exposure}{Exposure}{/block:Exposure}" data-focal="{block:FocalLength}{FocalLength}{/block:FocalLength}"{/block:Exif} {block:Caption}data-caption="<div class="caption">{Caption}</div>"{/block:Caption}>
- </div>
- <div class="icons">
- <a class="tumblr-box" rel="post-{PostID}" href="{PhotoURL-HighRes}"></a>
- </div>
- </div>
- {/block:Photos}
- </div>
- {block:Caption}<div class="text"><div class="caption">{Caption}</div></div>{/block:Caption}
- {/block:Photoset}
- {block:Text}{block:Title}<h1>{Title}</h1>{/block:Title}{Body} {/block:Text}
- {block:Link}<h1><a href="{URL}">{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
- {block:Quote}<h1><w>“{Quote}”</w></h1>{block:Source}<br>- {Source}{/block:Source}{/block:Quote}
- {block:Chat}
- {block:Title}
- <h1>{Title}</h1>
- {/block:Title}
- <div class="chat"><ul>{block:Lines}
- <li class="person{UserNumber}">{block:Label}
- <span class="label">{Label}</span>{/block:Label} {Line}</li>{/block:Lines}</ul></div>
- {/block:Chat}
- {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">
- {AudioPlayerWhite}
- </div>
- </div>
- </div>
- <div class="trackdetails">
- <div class="infoaudio">{block:TrackName}<i>{TrackName}</i>{/block:TrackName}<br/>
- {block:Artist}<b>{Artist}</b>{/block:Artist}<br/>
- {block:Album}{Album}{/block:Album}<br/>
- <i>{PlayCountWithLabel}</i></div>
- </div>
- {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
- </div>
- {/block:AudioPlayer}
- {block:Video}{block:IndexPage}{Video-500}{/block:PermalinkPage} {block:IndexPage}{block:Caption}<div class="caption">{Caption}</div>{/block:Caption}{/block:IndexPage}{block:PermalinkPage}{block:Caption}<div class="caption">{Caption}</div>{/block:Caption}{/block:PermalinkPage}{block:Video}
- {block:Answer}
- <div class="question">
- <div class="avatarask"><img src="{AskerPortraitURL-30}"/></div>
- <div class="asker"><b>{Asker} ASKED:</b></div>{Question}</div><p>
- <div class="answer">
- {Answer}</div>
- {/block:Answer}
- <!--permalink page-->
- {block:PermalinkPage}
- <center><div align="left" class="info">
- {block:Date}<a title="@ {12Hour}{CapitalAMPM}" href="{Permalink}">{ShortMonth} {DayOfMonth}</a>{/block:Date} {block:RebloggedFrom}<a href="{ReblogParentURL}" title="via: {ReblogParentName}">via</a> <a href="{ReblogRootURL}" title="source: {ReblogRootName}">source</a>{/block:RebloggedFrom}</div></center></div>
- <center><a href="#" class="viewnotes"><div class="permalinkview">View {NoteCountWithLabel}</div></div></a></center>
- {block:PostNotes}
- <div class="postnotes">{PostNotes}</div>
- {/block:PostNotes}
- {/block:PermalinkPage}
- <!---entry div--->
- {block:IndexPage}
- <center><div align="left" class="info">
- {block:Date}<a title="@ {12Hour}{CapitalAMPM}" href="{Permalink}">{ShortMonth} {DayOfMonth}</a>
- {/block:Date}{block:NoteCount}{block:RebloggedFrom}
- <a href="{ReblogParentURL}" title="via: {ReblogParentName}">via</a> {block:ContentSource} <a href="{ReblogRootURL}" title="source: {ReblogRootName}">source</a>{/block:ContentSource}{/block:RebloggedFrom}</span> <a href="{Permalink}">{NoteCount} <i class="fa fa-heart-o"></i></a>{/block:NoteCount}</div></center>{/block:IndexPage}{block:IndexPage}<div class="tags">{block:HasTags}<i class="fa fa-tag"></i> {block:Tags}<a href="{TagUrl}">#{Tag} </a>{/block:Tags}{/block:HasTags}</div>{/block:IndexPage}
- {block:PermalinkPage}<div class="tags">{block:HasTags}{block:Tags}<a href="{TagUrl}">#{Tag}</a><br>{/block:Tags}{/block:HasTags}</div>{/block:PermalinkPage}
- </div>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment