Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <html lang="en">
- <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}
- <meta charset="utf-8">
- <!-----------------------------------------------------------------
- dearly beloved theme
- by vae (prompto.tumblr.com)
- please don't steal any coding/graphics
- and please don't remove any credits!
- thank you ❀
- ------------------------------------------------------------------>
- <meta name="image:Background Image" content="" />
- <meta name="image:Description Icon" content="http://static.tumblr.com/090285e7ce13e780092c1eb23a4de5bc/teylp8i/3GBnrc540/tumblr_static_c3p9nasxxpss4woccwooc00o4.jpg" />
- <meta name="color:Background" content="#e2f0ff" />
- <meta name="color:Frame" content="#ffffff" />
- <meta name="color:Body Text" content="#777777" />
- <meta name="color:Links" content="#777777" />
- <meta name="color:Links Hover" content="#c0d5eb" />
- <meta name="color:Post Info Links" content="#777777" />
- <meta name="color:Titles" content="#cccccc" />
- <meta name="color:Menu Links" content="#777777" />
- <meta name="color:Menu Links Hover" content="#c0d5eb" />
- <meta name="color:Pagination Arrows" content="#777777" />
- <meta name="color:Accents" content="#c0d5eb" />
- <meta name="color:Post Background" content="#ffffff" />
- <meta name="color:Post Border" content="#ffffff" />
- <meta name="color:Scrollbar" content="#c0d5eb" />
- <meta name="if:ROXAS VERSION" content="1" />
- <meta name="if:Repeat Background" content="0" />
- <meta name="if:Faded Background" content="1" />
- <meta name="if:Colour Faded Posts" content="1" />
- <meta name="if:Translucent Posts" content="1" />
- <meta name="if:Keep Post Opacity on Hover" content="0" />
- <meta name="if:Description Icon" content="1" />
- <meta name="if:Translucent Description" content="1" />
- <meta name="if:Highlighted Description Text" content="1" />
- <meta name="if:Hide Description" content="0" />
- <meta name="if:Translucent Page Frame" content="1" />
- <meta name="if:400px Posts" content="0" />
- <meta name="if:500px Posts" content="1" />
- <meta name="if:Custom Link 4" content="1" />
- <meta name="if:Custom Link 5" content="1" />
- <meta name="if:Custom Link 6" content="1" />
- <meta name="if:Custom Link 7" content="1" />
- <meta name="text:Link 1" content="home" />
- <meta name="text:Link 1 URL" content="/" />
- <meta name="text:Link 2" content="ask" />
- <meta name="text:Link 2 URL" content="/ask" />
- <meta name="text:Link 3" content="archive" />
- <meta name="text:Link 3 URL" content="/archive" />
- <meta name="text:Link 4" content="link 4" />
- <meta name="text:Link 4 URL" content="http://" />
- <meta name="text:Link 5" content="link 5" />
- <meta name="text:Link 5 URL" content="http://" />
- <meta name="text:Link 6" content="link 6" />
- <meta name="text:Link 6 URL" content="http://" />
- <meta name="text:Link 7" content="link 7" />
- <meta name="text:Link 7 URL" content="http://" />
- <meta name="text:Description Font Face" content="courier new" />
- <style type="text/css">
- /* SCROLLBAR */
- ::-webkit-scrollbar-thumb:vertical {
- border-right:5px solid {color:Frame};
- border-left:5px solid {color:Frame};
- border-top:5px solid {color:Frame};
- border-bottom:5px solid {color:Frame};
- background:{color:Scrollbar};
- }
- ::-webkit-scrollbar-thumb:horizontal {
- background-color:{color:Frame};
- }
- ::-webkit-scrollbar {
- width:13px;
- height:7px;
- border-right:6px solid {color:Frame};
- border-left:6px solid {color:Frame};
- border-top:10px solid {color:Frame};
- border-bottom:10px solid {color:Frame};
- background:{color:Scrollbar};
- }
- /* TUMBLR CONTROLS */
- iframe#tumblr_controls {
- top: 10px !important;
- right: 50px !important;
- position: fixed !important;
- white-space:nowrap!important;
- -webkit-filter:invert(100%)!important;
- -moz-filter:invert(100%)!important;
- -ms-filter:invert(100%)!important;
- -o-filter:invert(100%)!important;
- filter:invert(100%)!important;
- opacity:.3!important;
- z-index:9999 !important;
- }
- /* GENERAL */
- body {
- background-color: {color:Background} ;
- background-image: url({image:Background Image});
- background-attachment:fixed;
- {block:ifNotRepeatBackground}
- background-repeat:no-repeat;
- {/block:ifNotRepeatBackground}
- {block:ifRepeatBackground}
- background-repeat:repeat
- {/block:ifRepeatBackground}
- background-position:right top;
- margin: 0;
- padding: 0;
- color: {color:Body Text};
- font-family: consolas, calibri, sans-serif;
- font-size: 10px;
- line-height: 150%;
- }
- sub, sup, small {
- font-family: consolas, calibri, sans-serif;
- font-size: 10px;
- line-height: 150%;
- }
- pre {
- white-space:normal;
- }
- a, a:link, a:visited, a:active {
- text-decoration:none;
- color: {color:Links};
- border-bottom:1px solid rgba(0,0,0,.1);;
- transition: all .5s ease;
- -webkit-transition: all .5s ease;
- -moz-transition: all .5s ease;
- -o-transition: all .5s ease;
- }
- a:hover {
- text-decoration:none;
- color: {color:Links Hover};
- transition: all .5s ease;
- -webkit-transition: all .5s ease;
- -moz-transition: all .5s ease;
- -o-transition: all .5s ease;
- }
- ol {
- list-style-type:hiragana;
- }
- /* FRAMES, etc. */
- #frame-bottom {
- width: 100%;
- background: {color:Frame};
- {block:ifTranslucentPageFrame}
- opacity:.9;
- {/block:ifTranslucentPageFrame}
- height: 20px;
- padding:15px 0;
- position: fixed;
- z-index: 10;
- top: 0px;
- left:50px;
- }
- #frame-left {
- width: 50px;
- background: {color:Frame};
- {block:ifTranslucentPageFrame}
- opacity:.9;
- {/block:ifTranslucentPageFrame}
- height: 100%;
- position: fixed;
- z-index: 9;
- left: 0px;
- bottom:50px;
- }
- #frame-right {
- width: 50px;
- background: {color:Frame};
- {block:ifTranslucentPageFrame}
- opacity:.9;
- {/block:ifTranslucentPageFrame}
- height: 100%;
- position: fixed;
- z-index: 9;
- right: 0px;
- top:50px;
- }
- #frame-top {
- width: 100%;
- height:50px;
- background: {color:Frame};
- {block:ifTranslucentPageFrame}
- opacity:.9;
- {/block:ifTranslucentPageFrame}
- position: fixed;
- z-index: 9;
- bottom: 0px;
- right:50px;
- }
- #bgscreen {
- position:fixed;
- top:0;
- left:0;
- width:100%;
- height:100%;
- margin:0;
- background: rgba(255,255,255,.3);
- z-index:-99;
- }
- /* DESCRIPTION */
- .descicon {
- float:left;
- height:40px;
- width:40px;
- border:3px solid {color:Post Border};
- margin:5px 10px 0 0;
- }
- #desc {
- width:200px;
- height:auto;
- position:fixed;
- top:75px;
- left:75px;
- {block:ifHideDescription}
- opacity:0 !important;
- {/block:ifHideDescription}
- }
- #desc2 {
- width:auto;
- height:auto;
- font-size: 8px;
- font-family: {text:Description Font Face};
- text-transform:uppercase;
- letter-spacing:1px;
- border:1px solid {color:Post Border};
- background: none;
- {block:ifNotTranslucentDescription}
- background: {color:Post Background};
- {/block:ifNotTranslucentDescription}
- padding:10px;
- }
- {block:ifTranslucentDescription}
- #desc2:before {
- content: "";
- position:absolute;
- width:100%;
- height:100%;
- top:0;
- left:0;
- background: {color:Post Background};
- opacity:.3;
- z-index:-1;
- }
- {/block:ifTranslucentDescription}
- .behind {
- background:{color:Post Background};
- }
- /* MENU */
- .title {
- font-family: consolas;
- letter-spacing: 1px;
- font-size: 12px;
- color: {color:Titles};
- text-transform: uppercase;
- margin: 0 10px 0 0;
- }
- #menu {
- width:auto;
- margin-top:3px;
- float:left;
- }
- #menu a {
- display: inline;
- color: {color:Menu Links};
- margin-right:5px;
- text-decoration: none;
- font-size: 9px;
- text-transform:uppercase;
- letter-spacing: 1px;
- padding:2px 10px;
- border:none;
- }
- #menu a:hover {
- color: {color:Menu Links Hover};
- }
- #prompto {
- position: fixed;
- bottom:18px;
- right:82px;
- z-index:99;
- }
- #prompto a {
- color: {color:Menu Links};
- font-size: 9px;
- text-transform:uppercase;
- letter-spacing: 1px;
- text-decoration: none;
- border:0;
- }
- #prompto a:hover {
- color: {color:Menu Links Hover};
- }
- /* PAGINATION */
- #pagination1 {
- position:fixed;
- bottom:85px;
- left:75px;
- height:auto;
- width:200px;
- font-family: consolas !important;
- text-align:left;
- float:left;
- }
- #pagination2 {
- position:fixed;
- bottom:85px;
- right:75px;
- height:auto;
- width:auto;
- font-family: consolas !important;
- text-align:right;
- float:right;
- }
- #pagination1 a, #pagination2 a {
- margin:0;
- font-size:20px;
- color: {color:Pagination Arrows};
- background: {color:Post Border};
- opacity:.9;
- padding:10px 17px;
- border:none;
- }
- #pagination1 a:hover, #pagination2 a:hover {
- color: {color:Accents};
- }
- .back, .forth {
- display:inline-block;
- font-family:georgia;
- font-size:16px;
- line-height:13px;
- font-style:italic;
- color: {color:Accents};
- overflow:hidden;
- width:0;
- opacity:0;
- transition-duration: 0.4s;
- -moz-transition:all ease-in-out 0.4s;
- -ms-transition:all ease-in-out 0.4s;
- -o-transition:all ease-in-out 0.4s;
- transition:all ease-in-out 0.4s;
- }
- .forth {
- margin-right:-10px;
- }
- #pagination2 a:hover .forth {
- width:40px;
- margin-right:6px;
- opacity:1;
- transition-duration: 0.4s;
- -moz-transition:all ease-in-out 0.4s;
- -ms-transition:all ease-in-out 0.4s;
- -o-transition:all ease-in-out 0.4s;
- transition:all ease-in-out 0.4s;
- }
- .back {
- margin-left:-10px;
- }
- #pagination1 a:hover .back {
- width:40px;
- margin-left:6px;
- opacity:1;
- transition-duration: 0.4s;
- -moz-transition:all ease-in-out 0.4s;
- -ms-transition:all ease-in-out 0.4s;
- -o-transition:all ease-in-out 0.4s;
- transition:all ease-in-out 0.4s;
- }
- /* POSTS */
- #container {
- {block:if500pxPosts}
- width:500px;
- {/block:if500pxPosts}
- {block:if400pxPosts}
- width:400px !important;
- {/block:if400pxPosts}
- position:absolute;
- top:75px;
- left:50%;
- margin-left:-250px;
- }
- .post {
- position:relative;
- margin: 0 auto 100px auto;
- {block:if500pxPosts}
- width:500px;
- {/block:if500pxPosts}
- {block:if400pxPosts}
- width:400px !important;
- {/block:if400pxPosts}
- {block:ifTranslucentPosts}
- background: none;
- {/block:ifTranslucentPosts}
- padding:10px;
- border:1px solid {color:Post Border};
- {block:ifNotTranslucentPosts}
- background: {color:Post Background};
- {/block:ifNotTranslucentPosts}
- z-index:1;
- transition-duration: 0.6s;
- -moz-transition:all ease-in-out 0.6s;
- -ms-transition:all ease-in-out 0.6s;
- -o-transition:all ease-in-out 0.6s;
- transition:all ease-in-out 0.6s;
- }
- {block:ifTranslucentPosts}
- .post:before {
- content: "";
- position:absolute;
- width:100%;
- height:100%;
- top:0;
- left:0;
- background: {color:Post Background};
- opacity:.5;
- z-index:-1;
- }
- {block:ifTranslucentPosts}
- .post:hover {
- {block:ifNotKeepPostOpacityOnHover}
- background: {color:Post Background} !important;
- {/block:ifNotKeepPostOpacityOnHover}
- transition-duration: 0.6s;
- -moz-transition:all ease-in-out 0.6s;
- -ms-transition:all ease-in-out 0.6s;
- -o-transition:all ease-in-out 0.6s;
- transition:all ease-in-out 0.6s;
- }
- .post img, .photoset {
- {block:ifColourFadedPosts}
- filter: grayscale(50%);
- -webkit-filter: grayscale(50%);
- transition: 0.3s all ease-in;
- -webkit-transition: 0.3s all ease-in;
- -o-transition: 0.3s all ease-in;
- -moz-transition: 0.3s all ease-in;
- {/block:ifColourFadedPosts}
- {block:PermalinkPage}
- filter: grayscale(0%);
- -webkit-filter: grayscale(0%);
- {/block:PermalinkPage}
- }
- .post img:hover, .photoset:hover {
- filter: grayscale(0%);
- -webkit-filter: grayscale(0%);
- transition: 0.3s all ease-in;
- -webkit-transition: 0.3s all ease-in;
- -o-transition: 0.3s all ease-in;
- -moz-transition: 0.3s all ease-in;
- }
- /* POST INFO */
- .postinfo {
- font-family: courier new;
- background: {color:Post Border};
- color: {color:Accents};
- padding:10px;
- text-align:center;
- width:100%;
- margin: 5px 0 -10px -10px;
- transition-duration: 0.6s;
- -moz-transition:all ease-in-out 0.6s;
- -ms-transition:all ease-in-out 0.6s;
- -o-transition:all ease-in-out 0.6s;
- transition:all ease-in-out 0.6s;
- }
- .postinfo a {
- color: {color:Post Info Links};
- font-family: courier new;
- letter-spacing: 1px;
- font-size: 10px;
- line-height: 15px;
- text-transform: uppercase;
- border:none;
- }
- .postinfo a:hover {
- color: {color:Links Hover};
- }
- .tags {
- text-align:center;
- width:auto;
- overflow:hidden;
- margin:0;
- max-height:0;
- opacity:0;
- transition-duration: 0.6s;
- -moz-transition:all ease-in-out 0.6s;
- -ms-transition:all ease-in-out 0.6s;
- -o-transition:all ease-in-out 0.6s;
- transition:all ease-in-out 0.6s;
- }
- .post:hover .tags {
- margin:10px 0 0 0;
- max-height:100px;
- opacity:1;
- transition-duration: 0.6s;
- -moz-transition:all ease-in-out 0.6s;
- -ms-transition:all ease-in-out 0.6s;
- -o-transition:all ease-in-out 0.6s;
- transition:all ease-in-out 0.6s;
- }
- .post:hover .postinfo {
- transition-duration: 0.6s;
- -moz-transition:all ease-in-out 0.6s;
- -ms-transition:all ease-in-out 0.6s;
- -o-transition:all ease-in-out 0.6s;
- transition:all ease-in-out 0.6s;
- }
- .tags a {
- font-size:8px;
- font-family:consolas, calibri;
- text-transform:uppercase;
- font-weight:normal;
- border:none;
- }
- #postnotes {
- margin:-75px 0 100px 0;
- {block:if500pxPosts}
- width:500px;
- {/block:if500pxPosts}
- {block:if400pxPosts}
- width:400px !important;
- {/block:if400pxPosts}
- background: rgba(255,255,255,.5);
- padding:10px;
- border:1px solid {color:Post Border};
- }
- #postnotes a {
- border:none;
- }
- #postnotes .avatar {
- padding: 10px 10px 0 0;
- border:none;
- }
- /* POST CONTENT */
- blockquote, blockquote blockquote {
- border-left: 1px dotted {color:Post Border};
- padding: 0 0 0 10px;
- margin: 15px 10px 15px 0;
- }
- .quote {
- margin:0;
- padding:0 11px;
- font-family:courier new;
- font-size:10px;
- letter-spacing:1px;
- line-height:150%;
- text-transform: uppercase;
- }
- .quotesource {
- display:block;
- text-align:right;
- margin-right:10px;
- padding:0;
- color: {color:Accent};
- font-size:8px;
- letter-spacing:1px;
- text-transform: uppercase;
- }
- h1 {
- font-family: courier new;
- letter-spacing: 2px;
- font-size: 10px;
- color: {color:Titles};
- line-height: 15px;
- text-transform: uppercase;
- margin: 2px 0px 2px 0px;
- }
- /* ASKS */
- #ask {
- border-bottom: 1px dotted {color:Post Border};
- }
- #ask br {
- display: block;
- visibility: visible;
- }
- .askportrait {
- float: left;
- border: 3px solid {color:Post Border};
- margin: 2px 15px 2px 2px;
- }
- #ask a {
- font-weight:bold;
- margin:0;
- }
- /* MUSIC PLAYER */
- .playcontainer {
- position: absolute;
- background-color: {color:Post Border};
- margin: 10px 0 0 10px;
- opacity: 0.3;
- transition: all .3s ease;
- -webkit-transition: all .3s ease;
- -moz-transition: all .3s ease;
- -o-transition: all .3s ease;
- z-index: 2;
- }
- .playcontainer:hover {
- opacity: 0.9;
- }
- .play {
- position: relative;
- overflow: hidden;
- height: 35px;
- width: 30px;
- margin: 20px 18px 15px 20px;
- z-index: 2;
- }
- .albumart {
- position: relative;
- width: 90px;
- float: left;
- z-index: 1;
- filter: grayscale(0%);
- -webkit-filter: grayscale(0%);
- }
- .musicinfo {
- height: 50px;
- padding: 25px 0 15px 0;
- font-size: 11px;
- font-style: italic;
- text-align: center;
- background-color: {color:Post Border};
- }
- .trackname {
- font-size: 12px;
- font-style: normal;
- }
- {block:ifROXASVERSION}
- /* ROXAS VERSION
- PLEASE REMEMBER TO TOGGLE "ROXAS VERSION" ON IF YOU ARE USING IT */
- body {
- background-color: #efe8cd;
- background-image: url(http://static.tumblr.com/175c25bdc32a4b7504f91619bd18dfcc/teylp8i/8S2nl6hls/tumblr_static_msc71uayqggs0sw4ggo40gg8.jpg);
- background-attachment:fixed;
- background-repeat:no-repeat;
- background-position:right top;
- margin: 0;
- padding: 0;
- color: {color:Body Text};
- font-family: consolas, calibri, sans-serif;
- font-size: 10px;
- line-height: 150%;
- }
- @media (max-width:1600px) {
- body{
- background-color: #efe8cd;
- background-image: url(http://static.tumblr.com/175c25bdc32a4b7504f91619bd18dfcc/teylp8i/8S2nl6hls/tumblr_static_msc71uayqggs0sw4ggo40gg8.jpg);
- background-attachment:fixed;
- background-repeat:no-repeat;
- background-position:right -10% top;
- }
- }
- @media (max-width:1400px) {
- body{
- background-color: #efe8cd;
- background-image: url(http://static.tumblr.com/175c25bdc32a4b7504f91619bd18dfcc/teylp8i/8S2nl6hls/tumblr_static_msc71uayqggs0sw4ggo40gg8.jpg);
- background-attachment:fixed;
- background-repeat:no-repeat;
- background-position:right -30% top;
- }
- }
- #flower {
- position:fixed;
- left:-240px;
- bottom:-570px;
- background: url(http://static.tumblr.com/175c25bdc32a4b7504f91619bd18dfcc/teylp8i/8S2nl6hls/tumblr_static_msc71uayqggs0sw4ggo40gg8.jpg) no-repeat;
- height:818px;
- width:520px;
- z-index:-100;
- -ms-transform: rotate(160deg);
- -webkit-transform: rotate(160deg);
- transform: rotate(160deg);
- }
- {/block:ifROXASVERSION}
- </style>
- </head>
- <body>
- <div id="frame-top"></div>
- <div id="frame-bottom">
- <div id="menu">
- <span class="title">{Title}</span>
- <a href="{text:Link 1 URL}">{text:Link 1}</a>
- <a href="{text:Link 2 URL}">{text:Link 2}</a>
- <a href="{text:Link 3 URL}">{text:Link 3}</a>
- {block:ifCustomLink4}<a href="{text:Link 4 URL}">{text:Link 4}</a>{/block:ifCustomLink4}
- {block:ifCustomLink5}<a href="{text:Link 5 URL}">{text:Link 5}</a>{/block:ifCustomLink5}
- {block:ifCustomLink6}<a href="{text:Link 6 URL}">{text:Link 6}</a>{/block:ifCustomLink6}
- {block:ifCustomLink7}<a href="{text:Link 7 URL}">{text:Link 7}</a>{/block:ifCustomLink7}
- </div>
- </div>
- <div id="frame-left"></div>
- <div id="frame-right"></div>
- <div id="prompto"><a href="http://prompto.tumblr.com">theme</a></div>
- {block:ifROXASVERSION}
- <div id="flower"></div>
- {/block:ifROXASVERSION}
- {block:ifFadedBackground}
- <img id="bgscreen">
- {/block:ifFadedBackground}
- {block:Pagination}
- <div id="pagination1">
- {block:PreviousPage}
- <a href="{PreviousPage}"><
- <span class="back">back</span></a>
- {/block:PreviousPage}
- </div>
- <div id="pagination2">
- {block:NextPage}
- <a href="{NextPage}">
- <span class="forth">forth</span>
- ></a>
- {/block:NextPage}
- </div>
- {/block:Pagination}
- <div id="desc">
- <div id="desc2">
- {block:ifDescriptionIcon}
- <img src="{image:Description Icon}" class="descicon">
- {/block:ifDescriptionIcon}
- {block:ifHighlightedDescriptionText}<span class="behind">{/block:ifHighlightedDescriptionText}
- {Description}
- {block:ifHighlightedDescriptionText}</span>{/block:ifHighlightedDescriptionText}
- </div>
- </div>
- <div id="container">
- {block:Posts}
- <div class="post">
- {block:Text}
- <h1>{block:Title}{Title}{/block:Title}</h1>
- {Body}
- {/block:Text}
- {block:Photo}
- {LinkOpenTag}
- {block:if500pxPosts}
- <img src="{PhotoURL-500 width="500px"}">
- {/block:if500pxPosts}
- {block:if400pxPosts}
- <img src="{PhotoURL-400 width="400px"}">
- {/block:if400pxPosts}
- {LinkCloseTag}
- {block:Caption}{Caption}{/block:Caption}
- {/block:Photo}
- {block:Photoset}
- {block:if500pxPosts}
- {Photoset-500}
- {/block:if500pxPosts}
- {block:if400pxPosts}
- {Photoset-400}
- {/block:if400pxPosts}
- {block:Caption}{Caption}{/block:Caption}
- {/block:Photoset}
- {block:Video}
- {block:if500pxPosts}{Video-500}{/block:if500pxPosts}
- {block:if400pxPosts}{Video-400}{/block:if400pxPosts}
- <br>
- {block:Caption}{Caption}{/block:Caption}
- {/block:Video}
- {block:Quote}
- <div class="quote">{Quote}</div>
- <div class="quotesource">{block:Source}{Source}{/block:Source}</div>
- {/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}
- {block:Lines}
- {block:Label}
- <b>{Label}</b>
- {/block:Label}
- {Line}<br>
- {/block:Lines}
- {/block:Chat}
- {block:Audio}
- <div class="playcontainer">
- <div class="play">
- {block:AudioPlayer}{AudioPlayerWhite}{/block:AudioPlayer}
- </div></div>
- {block:AlbumArt}
- <img src="{AlbumArtURL}" class="albumart">
- {/block:AlbumArt}
- <div class="musicinfo">
- <div class="trackname">
- {block:TrackName}
- {TrackName}
- {/block:Trackname}
- {block:Artist}
- by {Artist}
- {/block:Artist}
- </div>
- {block:Album}
- from {Album}
- {/block:Album}
- </div>
- {block:caption}{Caption}{/block:caption}
- {/block:Audio}
- {block:Answer}
- <div id="ask">
- <img class="askportrait" src="{AskerPortraitURL-24}">
- {Asker} asked: {Question}
- </div>
- {Answer}
- {/block:Answer}
- {block:Date}
- <div class="postinfo">
- <a href="{Permalink}">
- <a href="{Permalink}">{TimeAgo}</a> ⋅
- {block:NoteCount}
- <a href="{Permalink}">{NoteCountWithLabel}</a> ⋅
- {/block:NoteCount}
- {block:RebloggedFrom}<a href="{ReblogParentURL}">via</a> &
- <a href="{ReblogRootURL}">src</a> ⋅ {/block:RebloggedFrom}
- <a href="{ReblogURL}" target="_blank">reblog</a>
- {block:HasTags}
- <div class="tags">
- {block:Tags}
- <a href="{TagURL}"> #{Tag}</a>
- {/block:Tags}
- </div>
- {/block:HasTags}
- </div>
- {/block:Date}
- </div>
- {block:ContentSource}
- <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
- width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
- {/block:SourceLogo}
- {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
- {/block:ContentSource}
- {block:PermalinkPage}
- {block:PostNotes}
- <div id="postnotes">
- {PostNotes}
- </div>
- {/block:PostNotes}
- {/block:PermalinkPage}
- {/block:Posts}
- </body>
- </html>
Add Comment
Please, Sign In to add comment