Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCYTPE html>
- <html>
- <!--
- credits:
- - icon font by saturnthms: http://saturnthms.com/font
- - sticky-kit by leafo: http://leafo.net/sticky-kit/
- - clocks 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">
- <link href="//static.tumblr.com/0podkko/1C9otjxkc/jquery-ui.structure.css" rel="stylesheet">
- <meta name="image:background" content="" />
- <meta name="color:background" content="#ffffff" />
- <meta name="color:color 1" content="#8ac1c9" />
- <meta name="color:color 2" content="#183135" />
- <meta name="color:font" content="#000000" />
- <meta name="color:lines" content="#000000" />
- <meta name="color:link hover lines" content="#183135" />
- <meta name="color:clock" content="#183135" />
- <meta name="color:list icons" content="#183135" />
- <meta name="color:title" content="#306269" />
- <meta name="color:title hover" content="#000000" />
- <meta name="color:sidebar links" content="" />
- <meta name="color:sidebar links hover" content="" />
- <meta name="color:sidebar background" content="" />
- <meta name="color:post background" content="" />
- <meta name="color:post info background" content="" />
- <meta name="color:post info" content="#306269" />
- <meta name="color:post info hover" content="#183135" />
- <meta name="color:like and reblog" content="#8ac1c9" />
- <meta name="color:like and reblog hover" content="#c6e1e5" />
- <meta name="color:post liked" content="#c6e1e5" />
- <meta name="color:tags" content="" />
- <meta name="color:tags hover" content="" />
- <meta name="color:pagination" content="" />
- <meta name="color:pagination hover" content="" />
- <meta name="font:font" content="Avalon"/>
- <meta name="select:link hover style" content="" title="none" />
- <meta name="select:link hover style" content="line left styled" title="line through from left" />
- <meta name="select:link hover style" content="line right styled" title="line through from right" />
- <meta name="select:link hover style" content="line cent styled" title="line through from center" />
- <meta name="select:link hover style" content="under left styled" title="underline from left" />
- <meta name="select:link hover style" content="under right styled" title="underline from right" />
- <meta name="select:link hover style" content="under cent styled" title="underline from center" />
- <meta name="select:link hover style" content="box corner styled" title="box in from corners" />
- <meta name="select:link hover style" content="box side styled" title="box in from sides" />
- <meta name="if:show clock" content="1" />
- <meta name="if:bold title" content="1" />
- <meta name="if:show captions on index pages" content="1" />
- <meta name="if:show tags on index pages" content="1" />
- <meta name="if:stick post info" content="1" />
- <meta name="if:small spotify player" content="1" />
- <meta name="if:small soundcloud player" content="1" />
- <meta name="if:shorten note count" content="1" />
- <meta name="if:styled tooltips" content="1" />
- <meta name="if:dark tumblr controls" content="1" />
- <meta name="if:hover tumblr controls" content="1" />
- <meta name="text:google font" content=""/>
- <meta name="text:monospace google font" content="Roboto Mono"/>
- <meta name="text:font size" content="" />
- <meta name="text:post width" content="500px" />
- <meta name="text:description" content="here's where your description goes!" />
- <meta name="text:ask label" content="ask" />
- <meta name="text:link one name" content="" />
- <meta name="text:link one url" content="" />
- <meta name="text:link two name" content="" />
- <meta name="text:link two url" content="" />
- <meta name="text:link three name" content="" />
- <meta name="text:link three url" content="" />
- <meta name="text:link four name" content="" />
- <meta name="text:link four url" content="" />
- <meta name="text:link five name" content="" />
- <meta name="text:link five url" content="" />
- <style>
- * {
- position: relative;
- }
- body {
- background: {color:background} url('{image:background}') no-repeat fixed center;
- background-size: cover;
- font-size: {text:font size};
- font-family: {block:Ifgooglefont}'{text:google font}', {/block:Ifgooglefont}{font:font};
- color: {color:font};
- }
- a {
- color: {color:color 1};
- text-decoration: none;
- }
- a:hover {
- color: {color:color 2};
- }
- blockquote {
- margin: 0;
- padding: 0 0 0 2%;
- border-left: 1px solid {color:lines};
- }
- hr {
- height: 1px;
- width: 100%;
- border: none;
- background: {color:lines};
- }
- img {
- max-width: 100%;
- height: auto;
- }
- iframe {
- max-width: 100%;
- }
- p:first-child {
- margin-top: 0;
- }
- p:last-child {
- margin-bottom: 0;
- }
- /* link hover styling */
- body.styled .a a {
- display: inline-block;
- z-index: 2;
- }
- body.styled .a a:before, body.styled .a a:after {
- content: "";
- position: absolute;
- -webkit-transition: 0.25s all ease-in-out;
- transition: 0.25s all ease-in-out;
- }
- /* line through and underline styling */
- body.line .a a:before {
- height: 0.35em;
- width: 0;
- top: 50%;
- -webkit-transform: translateY(-50%);
- transform: translateY(-50%);
- background: {color:link hover lines};
- opacity: 0.35;
- z-index: -1;
- }
- body.under .a a:before {
- height: 0.1em;
- width: 0;
- bottom: -0.025em;
- background: {color:link hover lines};
- }
- body.left .a a:before {
- left: 0;
- }
- body.right .a a:before {
- right: 0;
- }
- body.cent .a a:before {
- left: 50%;
- }
- body.line .a a:hover:before, body.under .a a:hover:before {
- width: 100%;
- }
- body.cent .a a:hover:before {
- left: 0;
- }
- /* box in styling */
- body.box .a a {
- padding: 0 0.35em;
- }
- body.box .a a:before, body.box .a a:after {
- opacity: 0;
- }
- body.box .a a:hover:before, body.box .a a:hover:after {
- opacity: 1;
- }
- body.box.corner .a a:before, body.box.corner .a a:after {
- height: 0px;
- width: 0px;
- }
- body.box.corner .a a:before {
- top: -0.025em;
- left: -0.025em;
- border-top: 0.1em solid {color:link hover lines};
- border-left: 0.1em solid {color:link hover lines};
- }
- body.box.corner .a a:after {
- bottom: -0.025em;
- right: -0.025em;
- border-bottom: 0.1em solid {color:link hover lines};
- border-right: 0.1em solid {color:link hover lines};
- }
- body.box.corner .a a:hover:before, body.box.corner .a a:hover:after {
- height: calc(100% - 0.1em);
- width: calc(100% - 0.05em);
- }
- body.box.side .a a:before {
- top: 50%;
- left: -0.025em;
- height: 0;
- width: calc(100% - 0.2em);
- border-left: 0.1em solid {color:link hover lines};
- border-right: 0.1em solid {color:link hover lines};
- }
- body.box.side .a a:after {
- top: -0.025em;
- left: 50%;
- width: 0;
- height: calc(100% - 0.2em);
- border-top: 0.1em solid {color:link hover lines};
- border-bottom: 0.1em solid {color:link hover lines};
- }
- body.box.side .a a:hover:before {
- height: calc(100% - 0.025em);
- top: -0.025em;
- }
- body.box.side .a a:hover:after {
- width: calc(100% - 0.05em);
- left: 0;
- }
- div#container {
- left: calc(50% - ({text:post width} / 2) - 10em - 3px);
- width: calc({text:post width} + 5em + 1.5em + 6px + 10em + 3.5em);
- min-width: calc(250px + 5em + 1.5em + 6px + 10em + 3.5em);
- max-width: calc(500px + 5em + 1.5em + 6px + 10em + 3.5em);
- }
- /* tumblr controls hover icon */
- div#tumblr-controls {
- position: fixed;
- top: 0.15em;
- right: 1em;
- line-height: 48px;
- color: {color:color 2};
- }
- /* blog info + post container positioning */
- aside#blog, section#posts {
- display: inline-block;
- vertical-align: top;
- }
- aside#blog {
- width: 10em;
- position: fixed;
- margin-top: 20px;
- padding: 1em;
- -webkit-box-sizing: border-box;
- box-sizing: border-box;
- background: {color:sidebar background};
- }
- section#posts {
- position: absolute;
- right: 0;
- padding-bottom: 3em;
- }
- /* clock */
- div#clock {
- height: 5.75em;
- text-align: right;
- margin-bottom: 1em;
- color: {color:clock};
- }
- div#hour, div#min, div#sec {
- font-family: {block:Ifmonospacegooglefont}'{text:monospace google font}', {/block:Ifmonospacegooglefont}monospace;
- }
- div#hour {
- font-size: 3.25em;
- }
- div#min, div#te {
- display: inline-block;
- vertical-align: middle;
- margin-top: -0.35em;
- }
- div#min {
- font-size: 2.25em;
- }
- div#te {
- margin-left: 0.5em;
- text-align: right;
- }
- div#sec {
- font-size: 0.9em;
- margin-top: -0.5em;
- }
- div#ampm {
- font-variant: small-caps;
- line-height: 0.85em;
- }
- /* blog title */
- div#title {
- font-size: 1.25em;
- margin-bottom: 1.5em;
- word-wrap: break-word;
- text-align: right;
- {block:Ifboldtitle}font-weight:bold;{/block:Ifboldtitle}
- }
- div#title a {
- color: {color:title};
- }
- div#title a:hover {
- color: {color:title hover};
- }
- /* blog description */
- div#description {
- margin-bottom: 1em;
- word-wrap: break-word;
- line-height: 1.5em;
- text-align: right;
- }
- /* blog links */
- div#links a {
- display: block;
- padding-right: 1em;
- min-height: 1em;
- -webkit-transition: 0.35s all ease-in-out;
- transition: 0.35s all ease-in-out;
- text-align: right;
- color: {color:sidebar links};
- }
- div#links a:hover {
- padding-right: 1.5em;
- color: {color:sidebar links hover};
- }
- div#links a:before {
- content: "\00AB";
- position: absolute;
- right: 0;
- top: 45%;
- -webkit-transform: translateY(-50%);
- transform: translateY(-50%);
- -webkit-transition: 0.35s right ease-in-out;
- transition: 0.35s right ease-in-out;
- }
- div#links a:hover:before {
- right: 0.25em;
- }
- /* search bar */
- div#search {
- margin-top: 1em;
- }
- div#search input {
- outline: none;
- border: none;
- border-bottom: 0.5px solid transparent;
- background: transparent;
- color: {color:color 1};
- padding-bottom: 0.25em;
- text-align: right;
- width: 40%;
- margin-left: 60%;
- -webkit-transition: 0.25s all ease-in-out;
- transition: 0.25s all ease-in-out;
- font-size: calc({text:font size} * 0.85);
- font-family: {block:Ifgooglefont}'{text:google font}', {/block:Ifgooglefont}{font:font};
- }
- div#search input:focus {
- width: 75%;
- margin-left: 25%;
- border-bottom: 0.5px solid {color:color 2};
- -webkit-transition: 0.25s all ease-in-out;
- transition: 0.25s all ease-in-out;
- }
- div#search input::-webkit-input-placeholder {
- color: {color:color 2};
- text-transform: lowercase;
- letter-spacing: 2px;
- }
- div#search input:-ms-input-placeholder {
- color: {color:color 2};
- text-transform: lowercase;
- letter-spacing: 2px;
- }
- div#search input::-ms-input-placeholder {
- color: {color:color 2};
- text-transform: lowercase;
- letter-spacing: 2px;
- }
- div#search input::placeholder {
- color: {color:color 2};
- text-transform: lowercase;
- letter-spacing: 2px;
- }
- /* post margins and font */
- .post {
- margin: 20px 20px 60px 20px;
- width: calc({text:post width} + 5em + 24px + 6px);
- min-width: calc(250px + 5em + 24px + 6px);
- max-width: calc(500px + 5em + 24px + 6px);
- min-height: 8.625em;
- }
- .content {
- display: inline-block;
- vertical-align: top;
- width: {text:post width};
- min-width: 250px;
- max-width: 500px;
- padding: 1em;
- -webkit-box-sizing: border-box;
- box-sizing: border-box;
- background: {color:post background};
- }
- /* ordered + unordered lists */
- .content ul, .content ol {
- list-style: none;
- padding: 0 0 0 1.5em;
- }
- .content ol {
- counter-reset: lists;
- }
- .content li:not(:last-of-type) {
- margin-bottom: 0.25em;
- }
- .content ol li:before {
- counter-increment: lists;
- content: counter(lists) ".";
- color: {color:list icons};
- position: absolute;
- left: -1.15em;
- font-weight: bold;
- }
- .content ul li:before {
- content: "\e0a0"; /* change this if you want a different icon for lists */
- position: absolute;
- font-family: 'saturnicons';
- color: {color:list icons};
- top: 0.9em;
- left: -1.75em;
- -webkit-transform: translateY(-50%);
- transform: translateY(-50%);
- font-size: 0.65em;
- }
- /* post titles / link posts */
- a.title, a.path {
- margin: 1em 0;
- padding-right: 3em;
- display: block;
- -webkit-transition: 0.25s all ease-in-out;
- transition: 0.25s all ease-in-out;
- font-style: italic;
- letter-spacing: 0.15em;
- font-size: 1em;
- }
- a.title:after, a.path:after {
- font-family: 'saturnicons';
- font-style: normal;
- position: absolute;
- right: 0;
- -webkit-transform: translateY(-25%);
- transform: translateY(-25%);
- background: {color:color 1};
- color: #fff;
- font-size: 0.85em;
- width: 2.25em;
- height: 2.25em;
- -webkit-box-sizing: border-box;
- box-sizing: border-box;
- padding-left: 0.2em;
- text-align: center;
- line-height: 2.25em;
- border-radius: 0.65em;
- -webkit-transition: 0.25s all ease-in-out;
- transition: 0.25s all ease-in-out;
- }
- .text a.title:after {
- content: '\e105';
- }
- .chat a.title:after {
- content: '\e082';
- }
- a.path:after {
- content: '\e159';
- }
- {block:IndexPage}
- .title:hover, .path:hover {
- font-weight: bold;
- }
- .title:hover span.icon, .path:hover span.icon {
- padding-left: 1.1em;
- }
- a.title:hover:after, a.path:hover:after {
- background: {color:color 2};
- font-weight: normal;
- border-radius: 0.3em;
- }
- {/block:IndexPage}
- {block:PermalinkPage}
- .title {
- color: {color:color 1};
- }
- a.path:hover:after {
- background: {color:color 2};
- font-weight: normal;
- border-radius: 0.3em;
- }
- {/block:PermalinkPage}
- /* quotes */
- .words {
- font-size: 1.25em;
- color: {color:color 1};
- font-style: italic;
- letter-spacing: 2px;
- }
- .source {
- margin-top: 0.75em;
- text-align: right;
- }
- /* chats */
- table {
- width: 100%;
- }
- td.label {
- width: 25%;
- word-break: break-word;
- margin-right: 1em;
- text-transform: uppercase;
- color: {color:color 2};
- }
- /* audio */
- iframe.tumblr_audio_player {
- height: 85px;
- }
- {block:Ifsmallspotifyplayer}
- iframe.spotify_audio_player {
- height: 80px;
- }
- {/block:Ifsmallspotifyplayer}
- /* asks */
- .qna {
- margin-bottom: 1.25em;
- }
- .qna:last-child {
- margin-bottom: 0;
- }
- .qna .blog {
- margin-bottom: 0.5em;
- }
- .qna .blog img, .qna .blog span {
- display: inline-block;
- vertical-align: middle;
- }
- .qna .blog img {
- height: 2em;
- border-radius: 25%;
- margin-right: 1em;
- }
- .qna .blog span {
- font-size: 1.15em;
- text-transform: lowercase;
- }
- /* caption margin */
- .caption {
- margin-top: 1em;
- }
- /* reblog captions */
- .reblogged {
- margin: 0 0 1.5em 0;
- }
- .reblogged:last-child {
- margin-bottom: 0;
- }
- .blog {
- margin-bottom: 0.5em;
- text-transform: lowercase;
- }
- .blog img, .blog a span {
- display: inline-block;
- vertical-align: middle;
- }
- .blog img {
- height: 1.75em;
- border-radius: 25%;
- margin-right: 1em;
- }
- .blog span a {
- z-index: 2;
- }
- .blog span:not(.deactive) a:before {
- position: absolute;
- content: "";
- width: calc(100% + 6px);
- height: 1px;
- background: {color:color 1};
- left: -3px;
- bottom: -1.5px;
- opacity: 0.25;
- z-index: -1;
- -webkit-transition: 0.25s all ease-in-out;
- transition: 0.25s all ease-in-out;
- }
- .blog span:not(.deactive) a:hover:before {
- height: 50%;
- background: {color:color 1};
- }
- span.deactive {
- color: {color:color 2};
- }
- /* tags */
- .tags {
- margin-top: 1em;
- color: {color:tags};
- }
- .tags span {
- margin-right: 0.75em;
- font-size: 0.65em;
- color: {color:color 2};
- color: {color:tags};
- }
- a.tag {
- margin-right: 0.5em;
- color: {color:tags};
- }
- a.tag:hover {
- color: {color:tags hover};
- }
- {block:IndexPage}
- {block:IfNotshowcaptionsonindexpages}
- .caption {display:none;}
- {/block:IfNotshowcaptionsonindexpages}
- {block:IfNotshowtagsonindexpages}
- .tags {display:none;}
- {/block:IfNotshowtagsonindexpages}
- {block:IndexPage}
- /* content source */
- .cont-source {
- text-transform: lowercase;
- color: {color:color 2};
- margin-top: 1em;
- }
- /* post info */
- .info {
- text-align: right;
- display: inline-block;
- width: 6em;
- margin-left: 0.5em;
- vertical-align: top;
- -webkit-box-sizing: border-box;
- box-sizing: border-box;
- padding: 0.5em;
- background: {color:post info background};
- }
- .info a {
- color: {color:post info};
- }
- .info a:hover {
- color: {color:post info hover};
- }
- /* post date/time */
- .date span {
- display: inline-block;
- vertical-align: middle;
- font-weight: bold;
- font-family: {block:Ifmonospacegooglefont}'{text:monospace google font}', {/block:Ifmonospacegooglefont}monospace;
- }
- .month {
- font-size: 2em;
- }
- .day-year {
- width: 1em;
- margin-left: 0.25em;
- text-align: right;
- }
- /* like/reblog buttons */
- .like-reblog {
- margin-top: 0.5em;
- color: {color:like and reblog};
- }
- .like-reblog span {
- display: inline-block;
- font-size: 1.1em;
- }
- .like-button {
- display: block;
- width: 1.1em;
- height: 1.1em;
- cursor: pointer;
- }
- .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-like-button {
- width: 100%;
- height: 100%;
- z-index: 1;
- }
- .like_button:hover + .new-like-button, .reblog-button a:hover {
- color: {color:like and reblog hover};
- }
- .like_button.liked + .new-like-button {
- color: {color:post liked};
- }
- .reblog-button {
- margin-left: 0.5em;
- }
- .reblog-button a {
- color: {color:like and reblog};
- }
- .via-src {
- text-transform: lowercase;
- }
- .via {
- margin-right: 0.75em;
- }
- /* notecount */
- a.notecount {
- margin-top: 0.25em;
- display: inline-block;
- }
- /* post notes */
- div.notes {
- width: {text:post width};
- margin: 20px;
- color: {color:color 2};
- }
- ol.notes {
- list-style: none;
- margin: 0;
- padding: 0;
- }
- li.note {
- margin: 1em 0;
- }
- li.like:after {
- position: absolute;
- content: "\e12b";
- font-family: 'saturnicons';
- color: {color:post liked};
- right: 0;
- top: 50%;
- -webkit-transform: translateY(-50%);
- transform: translateY(-50%);
- font-size: 0.8em;
- }
- li.reblog:after {
- position: absolute;
- content: "\e1ef";
- font-family: 'saturnicons';
- color: {color:like and reblog};
- right: 0;
- top: 50%;
- -webkit-transform: translateY(-50%);
- transform: translateY(-50%);
- font-size: 0.8em;
- }
- a.avatar_frame, span.action {
- display: inline-block;
- vertical-align: middle;
- }
- a.avatar_frame {
- height: 1.5em;
- margin-right: 1em;
- }
- img.avatar {
- border-radius: 25%;
- height: 1.5em;
- width: 1.5em;
- }
- span.action {
- max-width: calc(100% - 2.5em);
- }
- li.note blockquote {
- margin: 0.75em 0.5em 0.5em 2.5em;
- max-width: 75%;
- }
- /* pagination */
- .pagination {
- position: absolute;
- bottom: 2em;
- width: 100%;
- text-align: center;
- text-transform: lowercase;
- color: {color:pagination};
- }
- .pagination a {
- color: {color:pagination};
- }
- .pagination a:hover {
- color: {color:pagination hover};
- }
- .pagination span:not(.sf), .pagination .page {
- margin: 0.5em;
- }
- span.current.page {
- color: {color:color 2};
- font-size: 1.1em;
- font-weight: bold;
- }
- .pagination span.sf {
- margin: 0 1em;
- }
- .pagination span.sf:before {
- position: absolute;
- font-size: 0.65em;
- top: 50%;
- left: -0.5em;
- -webkit-transform: translateY(-50%);
- transform: translateY(-50%);
- }
- {block:Ifstyledtooltips}
- /* tooltip */
- .ui-tooltip {
- padding: 3px 5px 2px;
- margin: 24px 14px 7px 12px;
- position: absolute;
- font-size: 0.8em;
- z-index: 9999;
- max-width: 300px;
- border-radius: 3px;
- background: {color:background};
- background: rgba(255,255,255,0.5);
- }
- {/block:Ifstyledtooltips}
- /* tumblr lightbox */
- .tmblr-lightbox {
- background: rgba(255,255,255,0.85) !important;
- }
- .tmblr-lightbox .vignette {
- opacity: 0 !important;
- }
- .tmblr-lightbox .lightbox-image {
- -webkit-box-shadow: none !important;
- box-shadow: none !important;
- border-radius: 0 !important;
- }
- /* tumblr controls */
- iframe.tmblr-iframe {
- top: 0.15em;
- -webkit-transform: scale(0.8);
- transform: scale(0.8);
- {block:Ifdarktumblrcontrols}-webkit-filter: invert(100%);filter: invert(100%);{/block:Ifdarktumblrcontrols}
- -webkit-transform-origin: 100% 0;
- transform-origin: 100% 0;
- }
- {block:Ifhovertumblrcontrols}
- iframe.tmblr-iframe {
- padding-right: 2em;
- opacity: 0;
- -webkit-transition: 0.5s all ease-in-out;
- transition: 0.5s all ease-in-out;
- }
- iframe.tmblr-iframe:hover {
- opacity: 1;
- padding-right: 3em;
- }
- {/block:Ifhovertumblrcontrols}
- {block:IfNothovertumblrcontrols}
- iframe.tmblr-iframe {
- padding-right: 3em;
- }
- {/block:IfNothovertumblrcontrols}
- /* credit DO NOT TOUCH */
- a#scroll-up {
- position: fixed;
- bottom: 31px;
- right: 5px;
- background: #fff;
- padding: 6px 2.5px 2px;
- font-size: 0.8em;
- }
- a#cred {
- position: fixed;
- bottom: 5px;
- right: 5px;
- background: #fff;
- padding: 3px 6px;
- font-size: 0.8em;
- }
- {CustomCSS}
- </style>
- {block:Ifshowclock}
- <script>
- function startTime() {
- var today = new Date();
- var h = today.getHours();
- var m = today.getMinutes();
- var s = today.getSeconds();
- var ampm = h >= 12 ? 'pm' : 'am';
- h = checkHour(h);
- h = checkTime(h);
- m = checkTime(m);
- s = checkTime(s);
- document.getElementById('clock').innerHTML = '<div id="hour">' + h + '</div><div id="min">' + m + '</div><div id="te"><div id="sec">' + s + '</div><div id="ampm">' + ampm + '</div></div>';
- var t = setTimeout(startTime, 500);
- }
- function checkHour(h) {
- if (h === 00) {
- h = 12
- }
- else if (h > 12) {
- h = h % 12
- };
- return h;
- }
- function checkTime(i) {
- if (i < 10) {i = "0" + i}; // add zero in front of numbers < 10
- return i;
- }
- </script>
- {/block:Ifshowclock}
- </head>
- <body class="{select:link hover style}" {block:Ifshowclock}onload="startTime()"{/block:Ifshowclock}>
- <div id="tumblr-controls"><span class="sf sf-clock-3-o"></span></div>
- <div id="container">
- <aside id="blog">
- {block:Ifshowclock}<div id="clock"></div>{/block:Ifshowclock}
- <div id="title"><a href="{BlogURL}">{Title}</a></div>
- <div id="description" class="a">{text:description}</div>
- <div id="links">
- {block:AskEnabled}<a href="/ask" style="text-transform:lowercase">{text:ask label}</a>{/block:AskEnabled}
- <a href="/archive" style="text-transform:lowercase">{lang:Archive}</a>
- {block:Iflinkoneurl}<a href="{text:link one url}">{text:link one name}</a>{/block:Iflinkoneurl}
- {block:Iflinktwourl}<a href="{text:link two url}">{text:link two name}</a>{/block:Iflinktwourl}
- {block:Iflinkthreeurl}<a href="{text:link three url}">{text:link three name}</a>{/block:Iflinkthreeurl}
- {block:Iflinkfoururl}<a href="{text:link four url}">{text:link four name}</a>{/block:Iflinkfoururl}
- {block:Iflinkfiveurl}<a href="{text:link five url}">{text:link five name}</a>{/block:Iflinkfiveurl}
- </div>
- <div id="search"><form action="/search" method="get"><input type="text" name="q" value="{SearchQuery}" placeholder="{lang:Search}"/></form></div>
- </aside>
- <section id="posts">
- {block:Posts}
- <article class="post {PostType}" id="{PostID}">
- <div class="content">
- {block:Title}<a href="{Permalink}" class="title" {block:PermalinkPage}onclick="return false;"{/block:PermalinkPage}>{Title}</a>{/block:Title}
- {block:Text}{block:NotReblog}<div class="body a">{Body}</div>{/block:NotReblog}{block:RebloggedFrom}{block:Reblogs}<div class="reblogged"><div class="blog"><img src="{PortraitURL-64}" /><span class="{block:IsDeactivated}deactive{block:IsDeactivated}">{block:HasPermalink}<a href="{Permalink}">{/block:HasPermalink}{Username}{block:HasPermalink}</a>{/block:HasPermalink}</span></div><span class="a">{Body}</span></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}<div class="words">{Quote}</div>{block:Source}<div class="source a">{Source}</div>{/block:Source}{/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 a">{Description}</div>{/block:NotReblog}{block:RebloggedFrom}{block:Reblogs}<div class="reblogged"><div class="blog"><img src="{PortraitURL-64}" /><span class="{block:IsDeactivated}deactive{block:IsDeactivated}">{block:HasPermalink}<a href="{Permalink}">{/block:HasPermalink}{Username}{block:HasPermalink}</a>{/block:HasPermalink}</span></div><span class="a">{Body}</span></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}"/><span>{Asker}{block:English} asked:{/block:English}</span></div><span class="speech a">{Question}</span></div>
- {block:Answerer}<div class="qna"><div class="blog"><img src="{AnswererPortraitURL-48}"/><span>{Answerer}{block:English} answered:{/block:English}</span></div><span class="speech a">{Answer}</span></div>{block:Reblogs}<div class="qna"><div class="blog"><img src="{PortraitURL-64}" /><span class="{block:IsDeactivated}deactive{block:IsDeactivated}">{block:HasPermalink}<a href="{Permalink}">{/block:HasPermalink}{Username}{block:HasPermalink}</a>{/block:HasPermalink}{block:English} added:{/block:English}</span></div><span class="speech a">{Body}</span></div>{/block:Reblogs}{/block:Answerer}
- {block:NotReblog}<div class="qna"><div class="blog"><img src="{PortraitURL-48}" /><span><a href="{Permalink}">{Name}</a>{block:English} answered:{/block:English}</span></div><span class="speech a">{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 class="{block:IsDeactivated}deactive{block:IsDeactivated}">{block:HasPermalink}<a href="{Permalink}">{/block:HasPermalink}{Username}{block:HasPermalink}</a>{/block:HasPermalink}</span></div><span class="a">{Body}</span></div>{/block:Reblogs}{/block:RebloggedFrom}</div>{/block:Caption}
- {block:Date}{block:HasTags}<div class="tags"><span class="sf sf-bookmark-o"></span>{block:Tags}<a href="{TagURL}" class="tag">{Tag}</a>{/block:Tags}</div>{/block:HasTags}{block:ContentSource}{block:PermalinkPage}<div class="cont-source">{lang:Source}: <a href="{SourceURL}">{SourceTitle}</a></div>{/block:PermalinkPage}{/block:ContentSource}{/block:Date}
- </div>
- {block:Date}<div class="info">
- <a href="{Permalink}">
- <div class="date"><span class="month">{ShortMonth}</span><span class="day-year"><span class="day">{DayOfMonthWithZero}</span><span class="year">{ShortYear}</span></span></div>
- <div class="time">{12HourWithZero}:{Minutes} {AmPm}</div>
- </a>
- <div class="like-reblog">
- <span class="like-button">{LikeButton}<div class="new-like-button"><span class="sf sf-heart-2-o"></span></div></span>
- <span class="reblog-button"><a href="{reblogURL}"><span class="sf sf-reblog-o"></span></a></span>
- </div>
- {block:RebloggedFrom}<div class="via-src"><a href="{ReblogParentURL}" title="{ReblogParentName}" class="via">{lang:Via}</a><a href="{ReblogRootURL}" title="{ReblogRootName}" class="src">{block:English}src{/block:English}{block:NotEnglish}{lang:Source}{/block:NotEnglish}</a></div>{/block:RebloggedFrom}
- {block:NoteCount}<a href="{Permalink}" class="notecount"><span>{NoteCount}</span>n</a>{/block:NoteCount}
- </div>{/block:Date}
- </article>
- {block:PostNotes}<div class="notes a">{PostNotes-64}</div>{/block:PostNotes}
- {/block:Posts}
- {block:Pagination}
- <div class="pagination">
- {block:PreviousPage}<a href="{PreviousPage}"><span class="sf sf-chevron-left"></span></a>{/block:PreviousPage}
- {block:JumpPagination length="5"}{block:CurrentPage}<span class="current page">{PageNumber}</span>{/block:CurrentPage}{block:JumpPage}<a href="{URL}" class="jump page">{PageNumber}</a>{/block:JumpPage}{/block:JumpPagination}
- {block:NextPage}<a href="{NextPage}" class="next"><span class="sf sf-chevron-right"></span></a>{/block:NextPage}
- </div>
- {/block:Pagination}
- {block:DayPage}{block:DayPagination}<div class="pagination">{block:NextDayPage}<a href="{NextDayPage}"><span class="sf sf-chevron-left"></span><span>{DayOfMonthWithZero}.{MonthNumberWithZero}.{ShortYear}</span></a>{/block:NextDayPage}{block:PreviousDayPage}<a href="{PreviousDayPage}"><span>{DayOfMonthWithZero}.{MonthNumberWithZero}.{ShortYear}</span><span class="sf sf-chevron-right"></span></a>{/block:PreviousDayPage}</div>{/block:DayPagination}{/block:DayPage}
- </section>
- </div>
- <a href="#" id="scroll-up"><span class="sf sf-arrow-up"></span></a>
- <a href="https://annasthms.tumblr.com/" id="cred" title="theme by annasthms" {Target}>a</a>
- <script src="//ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
- <script src="//ajax.googleapis.com/ajax/libs/jqueryui/1.12.1/jquery-ui.min.js"></script>
- <script src="//cdn.rawgit.com/leafo/sticky-kit/v1.1.2/jquery.sticky-kit.min.js"></script>
- <script src="//dl.dropbox.com/s/r1lcsrj2ofap7n5/videoResize.min.js?dl=0"></script>
- <script>
- $(document).ready(function(){
- {block:Ifstyledtooltips}
- $('[title]').tooltip({
- track: true,
- position: {
- my: 'left+12 top+24'
- }
- });
- {/block:Ifstyledtooltips}
- var postWidth = '{text:post width}'.match(/\d+/)[0];
- if ( postWidth > 500 ) {
- $('head').append('<style>div#container{left: calc(50% - (500px / 2) - 10em - 3px) !important}</style>');
- } else if ( postWidth < 250 ) {
- $('head').append('<style>div#container{left: calc(50% - (250px / 2) - 10em - 3px) !important}</style>');
- }
- $('.video .content iframe, .body iframe, .caption iframe, .reblogged iframe').videoResize({container: '.content'});
- $('td.label').each(function(){
- var label = $(this).text().split(":")[0];
- $(this).text(label);
- });
- {block:Ifshortennotecount}
- $('a.notecount span').each(function(){
- var nc = $(this).text();
- if (nc > 999999) {
- nc = Math.floor(nc / 100000) / 10;
- nc = nc + 'mil ';
- }
- else if (nc > 999) {
- nc = Math.floor(nc / 100) / 10;
- nc = nc + 'k ';
- }
- $(this).text(nc);
- });
- {/block:Ifshortennotecount}
- {block:Ifstickpostinfo}
- $('.info').stick_in_parent({
- parent: 'article.post',
- offset_top: 16,
- });
- {/block:Ifstickpostinfo}
- {block:Ifsmallsoundcloudplayer}
- // minimal soundcloud player © shythemes.tumblr
- var color = '{color:color 1}'; // color of play button (hex)
- $('.soundcloud_audio_player').each(function(){
- $(this).attr({ src: $(this).attr('src').split('&')[0] + '&liking=false&sharing=false&auto_play=false&show_comments=false&continuous_play=false&buying=false&show_playcount=false&show_artwork=false&origin=tumblr&color=' + color.split('#')[1], height: 116, width: '100%' });
- });
- {/block:Ifsmallsoundcloudplayer}
- $('a#scroll-up').click(function(){
- $('html, body').animate({ scrollTop: 0 }, 1500);
- return false;
- });
- });
- </script>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment