Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCYTPE html>
- <html>
- <!--
- credits:
- - icon font by saturnthms: saturnthms.com/font
- - temporary friend/network icons by mendlergf: mendlergf.tumblr.com/icons
- - save it theme by annasthms
- -->
- <head>
- <title>{block:PostSummary}{PostSummary} | {/block:PostSummary}{block:TagPage}#{Tag} | {/block:TagPage}{block:SearchPage}{SearchQuery} | {/block:SearchPage}{block:DayPage}{DayOfMonthWithZero}.{MonthNumberWithZero}.{ShortYear} | {/block:DayPage}{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}
- <link href="//fonts.googleapis.com/css?family={text:google font}" rel="stylesheet">
- <link href="//fonts.googleapis.com/css?family={text:monospace google font}" rel="stylesheet">
- <link href="//solrainha.github.io/saturnicons/saturnicons.css" rel="stylesheet">
- <meta name="image:header" content="" />
- <meta name="color:title" content="#2b4663" />
- <meta name="color:color 1" content="#a4b7e8" />
- <meta name="color:color 2" content="#657786" />
- <meta name="color:font" content="#000000" />
- <meta name="color:blog background" content="#efefef" />
- <meta name="color:sidebar background" content="#ffffff" />
- <meta name="color:post background" content="#ffffff" />
- <meta name="color:pin color 1" content="#5b7a99" />
- <meta name="color:pin color 2" content="#88a0b8" />
- <meta name="color:tape" content="#aaaaaa" />
- <meta name="font:font" content="Avalon" />
- <meta name="select:sidebar" content="nofix one" title="not fixed: one column">
- <meta name="select:sidebar" content="nofix two" title="not fixed: two column">
- <meta name="select:sidebar" content="fix one" title="fixed: one column">
- <meta name="select:sidebar" content="fix two" title="fixed: two column">
- <meta name="select:pin type" content="pin" title="push pin">
- <meta name="select:pin type" content="one tape" title="one piece of tape">
- <meta name="select:pin type" content="side tape" title="two pieces of tape (top/bottom)">
- <meta name="select:pin type" content="two tape" title="two pieces of tape (top corners)">
- <meta name="select:pin type" content="opp tape" title="two pieces of tape (opposite corners)">
- <meta name="select:photos" content="" title="no filter" />
- <meta name="select:photos" content="gray" title="always grayscale" />
- <meta name="select:photos" content="hov gray" title="hover grayscale" />
- <meta name="if:blog stats" content="1" />
- <meta name="if:description" content="1" />
- <meta name="if:social media links" content="1" />
- <meta name="if:friends" content="1" />
- <meta name="if:networks" content="1" />
- <meta name="if:updates" content="1" />
- <meta name="text:google font" content="" />
- <meta name="text:monospace google font" content="Inconsolata" />
- <meta name="text:date blog was made" content="date" />
- <meta name="text:currently online label" content="online" />
- <meta name="text:currently online script" content="currently online script" />
- <meta name="text:total visits label" content="visits" />
- <meta name="text:total visits script" content="total hits script" />
- <meta name="text:blog link one name" content="" />
- <meta name="text:blog link one url" content="" />
- <meta name="text:blog link two name" content="" />
- <meta name="text:blog link two url" content="" />
- <meta name="text:blog link three name" content="" />
- <meta name="text:blog link three url" content="" />
- <meta name="text:blog link four name" content="" />
- <meta name="text:blog link four url" content="" />
- <meta name="text:blog link five name" content="" />
- <meta name="text:blog link five url" content="" />
- <style>
- * {
- position: relative;
- }
- a {
- text-decoration: none;
- color: {color:color 1};
- }
- a:hover {
- color: {color:color 2};
- }
- div#desc blockquote, .post blockquote {
- margin: 0;
- padding: 0 0 0 2%;
- border-left: 1px solid {color:color 2};
- }
- p:first-child {
- margin-top: 0;
- }
- p:last-child {
- margin-bottom: 0;
- }
- img {
- max-width: 100%;
- height: auto;
- }
- div#desc ul, article.post ul {
- padding: 0 0 0 25px;
- }
- div#desc li, article.post li {
- list-style: none;
- }
- div#desc li:not(:last-child), article.post li:not(:last-child) {
- margin-bottom: 5px;
- }
- div#desc li:before, article.post li:before {
- content: '\e1e2'; /* change this if you want a different icon for lists */
- font-family: 'saturnicons';
- font-size: 10px;
- color: {color:color 2};
- position: absolute;
- left: -20px;
- top: 50%;
- -webkit-transform: rotateY(180deg) translateY(-50%);
- transform: rotateY(180deg) translateY(-50%);
- }
- body {
- background: {color:blog background};
- font-family: {block:Ifgooglefont}'{text:google font}', {/block:Ifgooglefont}{font:font};
- color: {color:font};
- }
- body.one div#container {
- width: 825px;
- margin: auto;
- }
- body.two div#container {
- width: 1140px;
- margin: auto;
- }
- .pin:before {
- content: "";
- position: absolute;
- height: 12px;
- width: 12px;
- background: {color:pin color 1};
- box-shadow: 3px 3px 0 1.5px {color:pin color 2};
- z-index: 5;
- border-radius: 100%;
- top: -5px;
- }
- .pin:after {
- content: "";
- position: absolute;
- height: 8px;
- width: 2px;
- background: #aaa;
- z-index: 4;
- top: 6px;
- -webkit-transform: rotate(-45deg);
- transform: rotate(-45deg);
- }
- .one.tape:before, .side.tape:before {
- content: "";
- position: absolute;
- z-index: 10;
- height: 40px;
- width: 100px;
- top: -25px;
- left: 50%;
- background: {color:tape};
- opacity: 0.125;
- -webkit-transform: translateX(-50%) rotate(0deg);
- transform: translateX(-50%) rotate(0deg);
- }
- .two.tape:before, .opp.tape:before {
- content: "";
- position: absolute;
- z-index: 10;
- height: 40px;
- width: 75px;
- top: -15px;
- left: -22px;
- background: {color:tape};
- opacity: 0.125;
- -webkit-transform: rotate(-35deg);
- transform: rotate(-35deg);
- }
- .two.tape:after {
- content: "";
- position: absolute;
- z-index: 10;
- height: 40px;
- width: 75px;
- top: -15px;
- left: calc(100% - 22px - 28px);
- background: {color:tape};
- opacity: 0.125;
- -webkit-transform: rotate(35deg);
- transform: rotate(35deg);
- }
- .opp.tape:after {
- content: "";
- position: absolute;
- z-index: 10;
- height: 40px;
- width: 75px;
- top: calc(100% - 28px + 4px);
- left: calc(100% - 22px - 34px);
- background: {color:tape};
- opacity: 0.125;
- -webkit-transform: rotate(-35deg);
- transform: rotate(-35deg);
- }
- .side.tape:after {
- content: "";
- position: absolute;
- z-index: 10;
- height: 40px;
- width: 100px;
- top: calc(100% - 12px);
- left: 50%;
- background: {color:tape};
- opacity: 0.125;
- -webkit-transform: translateX(-50%);
- transform: translateX(-50%);
- }
- aside, section {
- display: inline-block;
- vertical-align: top;
- }
- aside#blog {
- width: 290px;
- }
- body.fix aside#blog {
- position: fixed;
- }
- aside#blog > div:not(#col-2), div#col-2 > div {
- margin: 1em 0;
- background: {color:sidebar background};
- }
- aside#blog > div:not(#info):not(#stats):not(#desc):not(#col-2), div#col-2> div {
- padding: 12px;
- }
- body.two div#col-2 {
- position: absolute;
- left: 850px;
- z-index: 10;
- width: 290px;
- top: 0;
- }
- div#stats, div#desc {
- padding: 24px 12px 12px;
- }
- aside#blog div.pin:before {
- left: 130px;
- }
- aside#blog div.pin:after {
- left: 143px;
- }
- div#bground {
- background: {color:color 1} url('{image:header}');
- background-size: cover;
- background-position: center;
- height: 95px;
- }
- div#basic {
- margin-top: -30px;
- margin-left: 6px;
- padding-bottom: 12px;
- }
- div#basic img, div#basic div {
- display: inline-block;
- vertical-align: top;
- }
- div#basic img {
- border-radius: 100%;
- border: 2px solid {color:sidebar background};
- height: 72px;
- width: 72px;
- margin-right: 8px;
- }
- div#basic div {
- margin-top: 40px;
- width: calc(100% - 100px);
- }
- div#basic span {
- display: block;
- }
- a.title {
- font-size: 1.15em;
- font-weight: bold;
- color: {color:title};
- }
- a.blog-url {
- font-size: 0.85em;
- color: {color:color 2};
- }
- div#stats table {
- width: 100%;
- }
- div#stats table td {
- border: none;
- padding: 0;
- }
- div#stats span {
- display: block;
- font-weight: bold;
- margin-bottom: 3px;
- color: {color:color 2};
- }
- div#stats a {
- color: {color:font};
- font-weight: normal;
- }
- div#links a, div#social a {
- display: inline-block;
- font-size: 14px;
- margin: 0 3px 0 0;
- }
- span.block-name {
- display: block;
- font-weight: bold;
- color: {color:color 2};
- font-family: {block:Ifgooglefont}'{text:google font}', {/block:Ifgooglefont}{font:font};
- }
- div#links span.block-name, div#social span.block-name {
- margin-bottom: 3px;
- }
- div#friends, div#networks {
- font-family: 'Times New Roman', serif;
- }
- div#friends span.block-name, div#networks span.block-name {
- margin-bottom: 6px;
- }
- div#friends img, div#networks img {
- width: 49.7px;
- }
- div#updates ul {
- margin: 0;
- padding: 0;
- font-size: 14px;
- }
- div#updates li {
- list-style: none;
- padding: 0 2px 3px;
- margin-top: 6px;
- border-bottom: 1px dashed #dfdfdf;
- }
- div#updates span.date {
- font-weight: bold;
- font-family: "{text:monospace google font}", monospace;
- color: {color:color 2};
- margin-right: 10px;
- }
- div#search form {
- margin: 6px 0 0;
- padding: 0;
- }
- div#search input {
- border: none;
- outline: none;
- border-bottom: 1px dashed #dfdfdf;
- width: 100%;
- padding: 3px 2px;
- }
- body.fix section#posts {
- left: 294px;
- }
- article, div#postnotes {
- width: 500px;
- -webkit-box-sizing: border-box;
- box-sizing: border-box;
- }
- article.pin:before, div#postnotes.pin:before {
- left: 235px;
- }
- article.pin:after, div#postnotes.pin:before {
- left: 248px;
- }
- .audio.pin:before, .video.pin:before, .photo.pin:before, .photoset.pin:before {
- top: -7px;
- }
- .audio.pin:after, .video.pin:after, .photo.pin:after, .photoset.pin:after {
- top: 4px;
- }
- .pin, div#postnotes.pin {
- margin: 30px 0 30px 30px;
- }
- .tape, div#postnotes.tape, .side.tape:last-of-type {
- margin: 40px 0 40px 30px;
- }
- .opp.tape, div#postnotes.opp.tape {
- margin: 50px 0 50px 30px;
- }
- .side.tape:not(:last-of-type) {
- margin: 40px 0 80px 30px;
- }
- div#postnotes.side.tape {
- margin: 80px 0 40px 30px;
- }
- .text, .quote, .link, .chat, .answer, div#postnotes {
- background: {color:post background};
- padding: 14px;
- }
- article a.title {
- border-bottom: 1px dashed #dfdfdf;
- display: block;
- text-align: center;
- padding: 10px 10px 3px;
- margin: 0 0 12px;
- }
- .blog {
- margin-bottom: 8px;
- }
- .reblogged:not(:last-of-type), .qna:not(:last-of-type) {
- margin-bottom: 24px;
- }
- .blog img, .blog span {
- display: inline-block;
- vertical-align: middle;
- }
- .blog img {
- height: 24px;
- margin-right: 10px;
- border-radius: 100%;
- }
- .blog a {
- font-size: 14px;
- color: {color:color 2};
- }
- .blog a:hover {
- color: {color:color 1};
- }
- .reblogged > p:nth-child(2) {
- margin-top: 0;
- }
- .gray a.pic, .gray .photoset {
- -webkit-filter: grayscale(50%);
- filter: grayscale(50%);
- -webkit-transition: 0.5s all ease-in-out;
- transition: 0.5s all ease-in-out;
- }
- .hov a.pic:hover, .hov .photoset:hover {
- -webkit-filter: none;
- filter: none;
- }
- .tmblr-lightbox {
- background: rgba(255,255,255,0.65) !important;
- }
- .tmblr-lightbox .vignette {
- opacity: 0 !important;
- }
- .tmblr-lightbox .lightbox-image {
- -webkit-box-shadow: none !important;
- box-shadow: none !important;
- border-radius: 0 !important;
- }
- .words {
- font-size: 1.15em;
- font-weight: bold;
- color: {color:title};
- display: block;
- text-align: center;
- padding: 10px 10px 3px;
- }
- .source {
- margin-top: 10px;
- border-bottom: 1px dashed #dfdfdf;
- padding-bottom: 3px;
- font-size: 14px;
- text-align: right;
- margin: 10px 0 0;
- }
- a.path {
- font-size: 1.15em;
- font-weight: bold;
- color: {color:title};
- display: block;
- text-align: center;
- padding: 10px 10px 3px;
- }
- a.path.has-desc {
- border-bottom: 1px dashed #dfdfdf;
- margin: 0 0 12px;
- }
- .chat table {
- border-collapse: collapse;
- }
- .chat tr {
- border-bottom: 1px dashed #dfdfdf;
- }
- .chat tr:first-child td {
- padding: 3px 12px 3px 3px;
- }
- .chat tr:not(:first-child) td {
- padding: 6px 12px 3px 3px;
- }
- td.label {
- font-weight: bold;
- color: {color:color 2};
- border-right: 3px double;
- }
- td.label + td {
- padding-left: 12px !important;
- }
- iframe.tumblr_audio_player {
- height: 85px;
- }
- iframe.spotify_audio_player {
- height: 80px;
- }
- .caption {
- margin-top: 10px;
- padding: 14px;
- background: {color:post background};
- }
- .caption:before, .audio *:not(.caption) + footer.post-info:before, .video *:not(.caption) + footer.post-info:before, .photo *:not(.caption) + footer.post-info:before, .photoset *:not(.caption) + footer.post-info:before {
- content: "";
- position: absolute;
- z-index: 10;
- height: 40px;
- width: 100px;
- top: -25px;
- left: 50%;
- background: {color:tape};
- opacity: 0.125;
- -webkit-transform: translateX(-50%) rotate(-3deg);
- transform: translateX(-50%) rotate(-3deg);
- }
- footer.post-info {
- font-size: 14px;
- }
- div:not(.caption) + footer.post-info, table + footer.post-info {
- margin-top: 16px;
- }
- .caption + footer.post-info {
- background: {color:post background};
- padding: 4px 12px 12px;
- }
- .audio *:not(.caption) + footer.post-info, .video *:not(.caption) + footer.post-info, .photo *:not(.caption) + footer.post-info, .photoset *:not(.caption) + footer.post-info {
- background: {color:post background};
- padding: 14px;
- margin-top: 10px;
- }
- footer.post-info > div {
- border-bottom: 1px dashed #dfdfdf;
- }
- .info {
- padding: 0 3px 3px;
- }
- .buttons {
- float: right;
- }
- .buttons.neng {
- font-size: 14px;
- padding-top: 2px;
- }
- .like-button {
- cursor: pointer;
- margin-right: 12px;
- }
- .like_button {
- position: absolute;
- top: 0;
- left: 0;
- right: 0;
- bottom: 0;
- width: 100%;
- height: 100%;
- opacity: 0;
- z-index: 10;
- }
- .like_button iframe {
- width: 100% !important;
- height: 100% !important;
- }
- .new {
- color: {color:color 1};
- }
- .like_button:hover + .new {
- color: {color:color 2};
- }
- .like_button.liked + .new {
- color: {color:color 2};
- }
- .like_button.liked + .new.eng:after {
- content: "d";
- }
- .tags {
- padding: 5px 3px 3px;
- }
- .tags span {
- text-transform: lowercase;
- color: {color:color 2};
- }
- .tags a:not(:last-child):after {
- content: ",";
- }
- .rebloggedfrom {
- padding: 5px 3px 3px;
- text-align: right;
- color: {color:color 2};
- }
- .rb.cont-src {
- float: left;
- }
- .nrb.cont-src {
- padding: 5px 3px 3px;
- }
- .cont-src span {
- text-transform: lowercase;
- color: {color:color 2};
- }
- div#postnotes.pin {
- padding-top: 28px;
- }
- div#postnotes.one.tape {
- margin-top: 40px;
- }
- ol.notes {
- padding: 0;
- margin: 0;
- list-style: none;
- }
- li.note {
- padding: 3px;
- }
- li.note:not(:last-child) {
- margin-bottom: 6px;
- border-bottom: 1px dashed #dfdfdf;
- }
- a.avatar_frame {
- display: none;
- }
- li.note blockquote {
- margin: 8px 0 6px 20px;
- }
- li.note blockquote:before {
- content: "\00BB";
- position: absolute;
- left: -20px;
- top: 50%;
- -webkit-transform: translateY(-50%);
- transform: translateY(-50%);
- color: {color:color 2};
- }
- .pag {
- margin: 0 0 15px 30px;
- text-align: center;
- text-transform: lowercase;
- font-size: 14px;
- }
- .pag a, .pag span {
- padding: 8px 12px;
- margin: 5px;
- background: {color:post background};
- border: 1px solid {color:post background};
- }
- .pag span {
- color: {color:color 2};
- }
- .pag a:hover, .pag span {
- border-color: {color:color 2};
- }
- a#cred {
- position: fixed;
- bottom: 5px;
- right: 5px;
- background: #fff;
- padding: 3px 6px;
- font-size: 12px;
- }
- {CustomCSS}
- </style>
- </head>
- <body class="{select:sidebar}">
- <div id="container">
- <aside id="blog">
- <div id="info" class="pin">
- <div id="bground"></div>
- <div id="basic">
- <img src="{PortraitURL-96}" />
- <div>
- <span><a href="/" class="title">{Title}</a></span>
- <span><a href="/" class="blog-url">@{Name}</a></span>
- </div>
- </div>
- </div>
- {block:IfBlogStats}
- <div id="stats" class="pin">
- <table>
- <td id="est"><span>est.</span>{text:date blog was made}</td>
- <td id="online"><span>{text:currently online label}</span>{text:currently online script}</td>
- <td id="visits"><span>{text:total visits label}</span>{text:total visits script}</td>
- </table>
- </div>
- {/block:IfBlogStats}
- {block:IfDescription}
- <div id="desc" class="pin">{Description}</div>
- {/block:IfDescription}
- <!-- if you want to add more than five links, add <a href="link url">link name</a> -->
- <div id="links" class="pin">
- <span class="block-name">blog links</span>
- <a href="/">home</a>
- {block:AskEnabled}<a href="/ask">ask</a>{/block:AskEnabled}
- <a href="/archive">archive</a>
- {block:Ifbloglinkoneurl}<a href="{text:blog link one url}">{text:blog link one name}</a>{/block:Ifbloglinkoneurl}
- {block:Ifbloglinktwourl}<a href="{text:blog link two url}">{text:blog link two name}</a>{/block:Ifbloglinktwourl}
- {block:Ifbloglinkthreeurl}<a href="{text:blog link three url}">{text:blog link three name}</a>{/block:Ifbloglinkthreeurl}
- {block:Ifbloglinkfoururl}<a href="{text:blog link four url}">{text:blog link four name}</a>{/block:Ifbloglinkfoururl}
- {block:Ifbloglinkfiveurl}<a href="{text:blog link five url}">{text:blog link five name}</a>{/block:Ifbloglinkfiveurl}
- </div>
- <div id="col-2">
- <!-- these are the blocks in the second column, if selected -->
- {block:IfSocialMediaLinks}
- <div id="social" class="pin">
- <span class="block-name">social media</span>
- <!-- add/link your social media here -->
- <!-- to add more, add <a href="link url">link name</a> -->
- <a href="//twitter.com/">twitter</a>
- <a href="//instagram.com/">instagram</a>
- <a href="//snapchat.com/">snapchat</a>
- <a href="//pinterest.com/">pinterest</a>
- <a href="//spotify.com/">spotify</a>
- </div>
- {/block:IfSocialMediaLinks}
- {block:IfFriends}
- <div id="friends" class="pin">
- <span class="block-name">friends</span>
- <!-- here, you can link to your friends -->
- <!-- to add a friend, add <a href="friend's url" title="friend's name"><img src="link to picture/icon for friend" /></a> for each friend -->
- <a href="friend url" title="friend"><img src="//i.imgur.com/TJwmc2Y.png" /></a>
- <a href="friend url" title="friend"><img src="//i.imgur.com/Qdm4veb.png" /></a>
- <a href="friend url" title="friend"><img src="//i.imgur.com/fQEZtul.png" /></a>
- <a href="friend url" title="friend"><img src="//i.imgur.com/Gz5hTh4.jpg" /></a>
- <a href="friend url" title="friend"><img src="//i.imgur.com/DBQIkdz.png" /></a>
- </div>
- {/block:IfFriends}
- {block:IfNetworks}
- <div id="networks" class="pin">
- <span class="block-name">networks</span>
- <!-- here, you can link to networks that you're in -->
- <!-- to add a network, add <a href="network's url" title="network's name"><img src="link to picture/icon for network" /></a> for each network -->
- <a href="network url" title="network"><img src="//i.imgur.com/TJwmc2Y.png" /></a>
- <a href="network url" title="network"><img src="//i.imgur.com/Qdm4veb.png" /></a>
- <a href="network url" title="network"><img src="//i.imgur.com/fQEZtul.png" /></a>
- <a href="network url" title="network"><img src="//i.imgur.com/Gz5hTh4.jpg" /></a>
- <a href="network url" title="network"><img src="//i.imgur.com/DBQIkdz.png" /></a>
- </div>
- {/block:IfNetworks}
- {block:IfUpdates}
- <div id="updates" class="pin">
- <span class="block-name">updates</span>
- <ul>
- <!-- here, you can add updates -->
- <!-- to add a update, add <li><span class="date">date</span>what happened</li> -->
- <!-- tip: delete old updates as you add new ones to limit the list -->
- <li><span class="date">00.00.00</span>???</li>
- <li><span class="date">date</span>what happened</li>
- <li><span class="date">date</span>what happened</li>
- <li><span class="date">date</span>what happened</li>
- <li><span class="date">date</span>what happened</li>
- </ul>
- </div>
- {/block:IfUpdates}
- </div>
- <div id="search" class="pin">
- <span class="block-name">search</span>
- <form action="/search" method="get"><input type="text" name="q" value="{SearchQuery}"/></form>
- </div>
- </aside>
- <section id="posts">
- {block:Posts}<article class="post {PostType} {select:pin type} {select:photos}" id="{PostID}">
- {block:Title}<a href="{Permalink}" class="title">{Title}</a>{/block:Title}
- {block:Text}{block:NotReblog}<div class="body">{Body}</div>{/block:NotReblog}{block:RebloggedFrom}{block:Reblogs}<div class="reblogged"><div class="blog"><img src="{PortraitURL-64}" /><span>{block:HasPermalink}<a href="{Permalink}">{/block:HasPermalink}{Username}{block:HasPermalink}</a>{/block:HasPermalink}</span></div>{Body}</div>{/block:Reblogs}{/block:RebloggedFrom}{/block:Text}
- {block:Photo}<a href="#" class="pic" onclick="Tumblr.Lightbox.init([{ width: {PhotoWidth-HighRes}, height: {PhotoHeight-HighRes}, low_res: '{PhotoURL-500}', high_res: '{PhotoURL-HighRes}' }]); $('body').toggleClass('tumblr_lightbox_active'); return false"><img src="{PhotoURL-HighRes}" alt="{PhotoAlt}"></a>{/block:Photo}
- {block:Photoset}{Photoset}{/block:Photoset}
- {block:Quote}{block:Source}<div class="source">{Source}</div>{/block:Source}<div class="words">{Quote}</div>{/block:Quote}
- {block:Link}<a href="{URL}" class="path{block:Description} has-desc{/block:Description}" {Target}>{Name}</a>
- {block:Description}{block:NotReblog}<div class="desc">{Description}</div>{/block:NotReblog}{block:RebloggedFrom}{block:Reblogs}<div class="reblogged"><div class="blog"><img src="{PortraitURL-64}" /><span>{block:HasPermalink}<a href="{Permalink}">{/block:HasPermalink}{Username}{block:HasPermalink}</a>{/block:HasPermalink}</span></div>{Body}</div>{/block:Reblogs}{/block:RebloggedFrom}{/block:Description}{/block:Link}
- {block:Chat}<table>{block:Lines}<tr><td class="label">{block:Label}<span>{Label}</span>{/block:Label}</td><td>{Line}</td></tr>{/block:Lines}</table>{/block:Chat}
- {block:Audio}{block:AudioEmbed}{AudioEmbed}{/block:AudioEmbed}{/block:Audio}
- {block:Video}{VideoEmbed-500}{/block:Video}
- {block:Answer}<div class="qna"><div class="blog"><img src="{AskerPortraitURL-48}"/>{Asker}</div><span class="speech">{Question}</span></div>
- {block:Answerer}<div class="qna"><div class="blog"><img src="{AnswererPortraitURL-48}"/>{Answerer}</div><span class="speech">{Answer}</span></div>{block:Reblogs}<div class="qna"><div class="blog"><img src="{PortraitURL-64}" />{block:HasPermalink}<a href="{Permalink}">{/block:HasPermalink}{Username}{block:HasPermalink}</a> {/block:HasPermalink}</div><span class="speech">{Body}</span></div>{/block:Reblogs}{/block:Answerer}
- {block:NotReblog}<div class="qna"><div class="blog"><img src="{PortraitURL-48}" /><a href="{Permalink}">{Name}</a></div><span class="speech">{Answer}</span></div>{/block:NotReblog}{/block:Answer}
- {block:Caption}<div class="caption">{block:NotReblog}{Caption}{/block:NotReblog}{block:RebloggedFrom}{block:Reblogs}<div class="reblogged"><div class="blog"><img src="{PortraitURL-64}" /><span>{block:HasPermalink}<a href="{Permalink}">{/block:HasPermalink}{Username}{block:HasPermalink}</a>{/block:HasPermalink}</span></div>{Body}</div>{/block:Reblogs}{/block:RebloggedFrom}</div>{/block:Caption}
- {block:Date}
- <footer class="post-info">
- <div class="info">
- <a href="{Permalink}" class="permalink"><span class="date">{MonthNumberWithZero}.{DayOfMonthWithZero}.{ShortYear}</span>{block:NoteCount} <b>·</b> <span class="notes">{NoteCount}n</span>{/block:NoteCount}</a>
- <div class="buttons">
- {block:English}<span class="like-button">{likeButton}<span class="new eng">like</span></span><span class="reblog-button"><a href="{ReblogURL}">reblog</a></span>{/block:English}{block:NotEnglish}<span class="like-button neng">{likeButton}<span class="new"><span class="sf sf-heart-2-o"></span></span></span><span class="reblog-button"><a href="{ReblogURL}"><span class="sf sf-reblog-o"></span></a></span>{/block:NotEnglish}
- </div>
- </div>
- {block:HasTags}<div class="tags"><span>{lang:Filed under}:</span>{block:Tags} <a href="{TagURL}">{Tag}</a>{/block:Tags}</div>{/block:HasTags}
- {block:RebloggedFrom}<div class="rebloggedfrom">{block:ContentSource}<div class="rb cont-src"><span>{lang:Source}: </span><a href="{SourceURL}" {Target}>{SourceTitle}</a></div>{/block:ContentSource}<a href="{ReblogParentURL}" class="via" {Target}>{ReblogParentName}</a> — <a href="{ReblogRootURL}" class="src" {Target}>{ReblogRootName}</a></div>{/block:RebloggedFrom}
- {block:NotReblog}{block:ContentSource}<div class="nrb cont-src"><span>{lang:Source}: </span><a href="{SourceURL}" {Target}>{SourceTitle}</a></div>{/block:ContentSource}{/block:NotReblog}
- </footer>
- {/block:Date}
- </article>
- {block:PostNotes}
- <div id="postnotes" class="{select:pin type}">{PostNotes}</div>
- {/block:PostNotes}
- {/block:Posts}
- {block:Pagination}
- <div class="pag">
- {block:PreviousPage}<a href="{PreviousPage}" class="prev">{lang:Prev}</a>{/block:PreviousPage}
- {block:JumpPagination length="3"}{block:CurrentPage}<span>{PageNumber}</span>{/block:CurrentPage}{block:JumpPage}<a href="{URL}" class="jump">{PageNumber}</a>{/block:JumpPage}{/block:JumpPagination}
- {block:NextPage}<a href="{NextPage}" class="next">{lang:Next}</a>{/block:NextPage}
- </div>
- {/block:Pagination}
- </section>
- </div>
- <script src="//ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
- <script>
- $(document).ready(function(){
- $('td.label').each(function(){
- var label = $(this).text().split(":")[0];
- $(this).text(label);
- });
- $('body').append('<a href="//annasthms.tumblr.com/" id="cred" title="theme by annasthms" {Target}>a</a>')
- });
- </script>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment