Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!------------------ Annexus by Laighlin --------------------
- 1. leave the credit intact
- 2. don't redistribute or lift large chunks of code
- 3. send me a message if you need any help! (an example of
- your problem would be preferred)
- 4. check my faq if you have questions about adding custom links
- 03.06.2017 update - Due to reports of iframe sizing issues, the fade in/out ask and submit boxes have been temporarily disabled. Clicking the navigation buttons will now lead to the static /ask and /submit pages until the problem is resolved.
- -------------------------------------------------------------->
- <!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">
- <link rel="alternate" type="application/rss+xml" href="{RSS}">
- <link rel="stylesheet" href="https://cdn.linearicons.com/free/1.0.0/icon-font.min.css">
- <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
- <head><title>{Title}{block:PostSummary} — {PostSummary}{/block:PostSummary}{block:SearchPage} — {lang:Search results for SearchQuery}{/block:SearchPage}</title>
- <link rel="shortcut icon" {block:ifCustomFavicon} href="{image:favicon}" {/block:ifCustomFavicon}{block:ifNotCustomFavicon} href="{Favicon}" {/block:ifNotCustomFavicon}>
- <link rel="alternate" type="application/rss+xml" href="{RSS}">
- <link href="https://fonts.googleapis.com/css?family=Exo+2|Nova+Square|Oxygen:400,400i,700,700i" rel="stylesheet">
- {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
- <script src="https://static.tumblr.com/pqsvrdz/rKBmvnjxz/jquery.fitvids.js"></script>
- <link href="https://static.tumblr.com/qudkd6d/OcDnl99gb/style.css" rel="stylesheet" type="text/css"/>
- <script src="https://static.tumblr.com/yxfeliq/hHwojmt8m/bctphotoset.min.js"></script>
- <link href="#s-m-t-tooltip" rel="stylesheet" type="text/css"/> <script type="text/javascript" src="https://static.tumblr.com/7qjmkr5/IUmmdsy41/jquery.style-my-tooltips.js"></script>
- <meta name="color:background color" content="#fff"/>
- <meta name="image:background" content="http://static.tumblr.com/f0ef70828c02c6fcd41694f3ddf955e8/xwoxjom/jq2oph2q5/tumblr_static_b3j69qtruz48s4cogg08wc8cg.jpg"/>
- <meta name="image:favicon" content=""/>
- <meta name="if:search bar" content="1"/>
- <meta name="if:faux tabs" content="1"/>
- <meta name="if:custom favicon" content="0"/>
- <meta name="if:shadows" content="1"/>
- <meta name="if:gradient backgrounds" content="1"/>
- <meta name="select:background size" content=";background-size:cover" title="cover"/>
- <meta name="select:background size" content="repeat" title ="tiled"/>
- <meta name="color:title" content="#791e3f"/>
- <meta name="color:shadows" content="#212b3c"/>
- <meta name="color:post background" content="#fff8ee"/>
- <meta name="color:post text" content="#433947"/>
- <meta name="color:bold" content="#8f3478"/>
- <meta name="color:italic" content="#2c7ba2"/>
- <meta name="color:link" content="#ad2e59"/>
- <meta name="color:link hover" content="#898989"/>
- <meta name="color:tags" content="#61386b"/>
- <meta name="color:tags hover" content="#ff9f20"/>
- <meta name="color:text highlight background" content="#975d9a"/>
- <meta name="color:text highlight" content="#ffffff"/>
- <meta name="color:navigation text" content="#ffffff"/>
- <meta name="color:navigation 1" content="#8db7d7"/>
- <meta name="color:navigation 2" content="#696aa2"/>
- <meta name="color:navigation 3" content="#7d5489"/>
- <meta name="color:navigation 4" content="#8f2359"/>
- <meta name="color:navigation 5" content="#c65673"/>
- <meta name="color:navigation 6" content="#f8bd6e"/>
- <!-- text fields -->
- <meta name="text:post width" content="450px"/>
- <meta name="text:body font" content="Oxygen"/>
- <meta name="text:body font size" content="13px"/>
- <meta name="text:description title" content="about"/>
- <meta name="text:custom links title" content="links"/>
- <style type="text/css">
- .tmblr-iframe {
- top:55px !important;
- position:absolute;
- }
- body {
- color:{color:post text};
- font-family:'{text:body font}',sans-serif;
- font-size:{text:body font size};
- word-wrap:break-word;
- overflow-y:scroll;
- background:url({image:background}) fixed {select:background size};
- background-color:{color:background color};
- }
- #bgholder {
- transition:.25s background ease;
- {block:ifFauxTabs}
- {block:ifNotGradientBackgrounds}
- background-color:{color:navigation 2};
- {block:PermalinkPage}
- background-color:{color:navigation 5};
- {/block:PermalinkPage}
- {block:AskPage}
- background-color:{color:navigation 3} !important;
- {/block:AskPage}
- {block:SubmitPage}
- background-color:{color:navigation 4} !important;
- {/block:SubmitPage}
- {/block:ifNotGradientBackgrounds}
- {/block:ifFauxTabs}
- {block:ifGradientBackgrounds}
- background-image:linear-gradient({color:navigation 2} 10%,transparent);
- {block:PermalinkPage}
- background-image:linear-gradient({color:navigation 5} 10%,transparent);
- {/block:PermalinkPage}
- {block:AskPage}
- background-image:linear-gradient({color:navigation 3} 10%,transparent) !important;
- {/block:AskPage}
- {block:SubmitPage}
- background-image:linear-gradient({color:navigation 4} 10%,transparent) !important;
- {/block:SubmitPage}
- background-color:transparent;
- {/block:ifGradientBackgrounds}
- top:0;
- bottom:0;
- left:0;
- right:0;
- position:fixed;
- z-index:-3;
- }
- p:first-child, p>p:first-child { margin-top:2px; }
- p:last-child, p>p:last-child { margin-bottom:3px; }
- a, .links, .tags, .pag {
- transition:.15s ease-in-out;
- }
- b, strong {
- color:{color:bold};
- }
- i, em {
- color:{color:italic};
- }
- a {
- text-decoration:none;
- outline:none;
- -moz-outline-style:none;
- color:{color:link};
- }
- a:hover {
- color:{color:link hover};
- }
- img {
- border:none;
- max-width:100%;
- }
- blockquote, blockquote blockquote {
- padding-left:7px;
- margin-left:7px;
- border-left:1px solid {color:navigation 6};
- margin-right:0px;
- }
- h1 {
- font:150% 'Exo 2';
- font-variant:small-caps;
- color:{color:accent};
- font-weight:bold;
- }
- h1 i { font-size:110%; }
- .post ol {
- list-style-type:decimal-leading-zero;
- }
- .post ul li {
- list-style-type:square;
- }
- ::selection {
- background:{color:text highlight background};
- color:{color:text highlight};
- }
- ::moz-selection {
- background:{color:text highlight background};
- color:{color:text highlight};
- }
- ::-webkit-scrollbar {
- width:7px;
- height:7px;
- }
- ::-webkit-scrollbar-thumb {
- background:{color:title};
- }
- /* Track */
- ::-webkit-scrollbar-track {
- background:{color:navigation 1};
- }
- ::-webkit-scrollbar-corner {
- background:{color:title};
- }
- #s-m-t-tooltip {
- background:{color:text highlight background};
- color:{color:text highlight};
- box-shadow:5px 5px 2px 0 rgba({RGBcolor:shadows},.5);
- margin:0 15px;
- padding:.5em;
- font-style:italic;
- font-size:95%;
- border-radius:2px;
- line-height:1em;
- z-index:9999999;
- pointer-events:none;
- }
- #titlebar {
- top:0;
- left:0;
- right:0;
- font:25px 'Nova Square';
- position:fixed;
- line-height:1em;
- height:2em;
- z-index:20;
- display:flex;
- flex-direction:row nowrap;
- background:{color:navigation 1};
- }
- #titleholder {
- box-sizing:border-box;
- flex-grow:3;
- }
- #titleholder, .titbar {
- color:{color:title};
- text-transform:uppercase;
- padding:.5em;
- }
- #title { color:{color:title}; }
- #navbtns {
- width:250px;
- display:flex;
- justify-content:flex-end;
- }
- .nav {
- width:2em;
- box-sizing:border-box;
- padding:.3em 0 .5em;
- margin:0;
- text-align:center;
- display:block;
- cursor:pointer;
- border-top:.2em solid transparent;
- }
- .nav:hover {
- border-color:{color:navigation 1};
- color:{color:navigation text};
- }
- #titlebar .lnr-home {
- line-height:0;
- position:relative;
- }
- .nav, .pag {
- color:{color:navigation text};
- position:relative;
- }
- #leftbar, #rightbar {
- position:fixed;
- top:0;
- bottom:0;
- }
- #leftbar {
- width:250px;
- left:calc(50% - ({text:post width}/2) - 220px);
- top:100px;
- }
- .titbar {
- background:{color:navigation 1};
- top:0;
- left:0;
- right:0;
- font:115% 'Nova Square';
- line-height:1em;
- padding:.5em;
- }
- #leftbar .titbar {
- text-align:right;
- }
- .titbar a { color:{color:title}; }
- #description, #custlinks, .post, #search {
- border-radius:3px;
- overflow:hidden;
- transition:.2s box-shadow ease;
- position:relative;
- color:{color:post text};
- }
- #desc, .post-bg, #search input {
- background:{color:post background};
- }
- #desc {
- padding:7px;
- text-align:center;
- max-height:250px;
- overflow-y:auto;
- overflow-x:hidden;
- }
- #custlinks {
- margin-top:50px;
- width:100%;
- }
- .links {
- display:block;
- padding:5px;
- background:{color:navigation 3};
- color:{color:navigation text};
- font:98% 'Exo 2';
- text-transform:uppercase;
- letter-spacing:1px;
- }
- .links:nth-child(even) { background:{color:navigation 4}; }
- .links:hover {
- background:{color:navigation 5};
- color:{color:navigation text};
- }
- #search { margin-top:50px; }
- #search input {
- outline:none;
- border:none;
- width:100%;
- box-sizing:border-box;
- padding:.5em;
- background:{color:post background};
- color:{color:post text};
- font:inherit;
- }
- #content, #ask-submit-wrapper {
- left:calc(50% - ({text:post width}/2) + 80px);
- position:absolute;
- top:50px;
- }
- .post {
- width:{text:post width};
- margin:50px auto;
- }
- .caption a, #description a, .ans a { text-decoration:underline; }
- .quote {
- font-family:'Nova Square';
- padding:5px 10px;
- background:rgba({RGBcolor:navigation 2},.35);
- }
- .quote.short { font-size:175%; }
- .quote.medium { font-size:160%; }
- .quote.long { font-size:130%; }
- .post-tit {
- font:1.3em 'Exo 2';
- text-transform:uppercase;
- text-align:center;
- padding:10px;
- background:rgba({RGBcolor:navigation 6},.35);
- display:block;
- }
- .excerpt { color:{color:italic}; }
- .askr-avi, .answr-avi {
- border-radius:50%;
- margin:10px 10px 0 10px;
- }
- .qq, .a-ans {
- position:absolute;
- display:inline;
- margin-top:calc(30px - .5em);
- font-family:'Exo 2';
- text-transform:uppercase;
- }
- .ques {
- padding:7px;
- margin-left:55px;
- margin-top:-10px;
- }
- .aa { text-align:right; }
- .a-ans { right:60px; }
- .ans {
- padding-left:10px;
- text-align:right;
- margin-right:60px;
- }
- .chat {
- padding:4px 10px;
- font-family:monospace;
- }
- .chat.even { padding-left:20px; }
- .caption {
- padding:10px;
- }
- .footbar {
- background:rgba({RGBcolor:navigation 5},.30);
- padding:10px;
- text-transform:uppercase;
- font-family:'Exo 2', sans-serif;
- min-height:1em;
- }
- .footbar a {
- color:{color:tags};
- }
- .footbar a:hover {
- color:{color:tags hover};
- }
- .post-notes { float:right; }
- .post-notes .src {
- float:left;
- }
- .controls svg {
- width:16px;
- height:auto;
- opacity:.8;
- padding:1px;
- display:block;
- overflow:visible;
- fill:{color:title};
- }
- .controls {
- float:right;
- margin-top:-3px;
- line-height:20px;
- }
- .controls a {
- position:relative;
- display:inline-block;
- overflow:hidden;
- padding:1px;
- width:16px;
- height:16px;
- }
- .controls .reblog {
- opacity:.93;
- }
- .controls .reblog svg {
- width:15px;
- margin-top:1px;
- }
- .controls .like .liked + svg {
- opacity:1;
- }
- .controls .like .liked + svg path {
- fill:#ec5a5a;
- }
- .controls .like .like_button {
- position:relative;
- }
- .controls .like .like_button iframe {
- position:absolute;
- top:0;
- left:0;
- bottom:0;
- right:0;
- z-index:2;
- opacity:0;
- }
- .tag-wrap {
- padding:10px;
- background:rgba({RGBcolor:navigation 3},.4);
- }
- .tags {
- margin:2px 5px 0 0;
- color:{color:tags};
- }
- .tags:hover {
- text-decoration:underline;
- color:{color:tags hover};
- }
- .tags:after { content:','; }
- .tags:last-child:after { display:none; }
- #note {
- overflow-x:hidden;
- overflow-y:auto;
- }
- #note ol.notes {
- list-style-type:none;
- margin:5px;
- padding:5px;
- }
- #note ol.notes li {
- margin:4px 0;
- padding:3px 0;
- border-bottom:1px solid {color:bold};
- }
- #note ol.notes li:last-child { border-bottom:none; }
- #note ol.notes img.avatar {
- margin-right: 7px;
- margin-top:-7px;
- width: 26px;
- height: 26px;
- }
- #note ol.notes li {
- padding:3px;
- }
- #askbox, #subbox {
- display:none;
- position:absolute;
- line-height:0;
- }
- #rightbar {
- top:100px;
- width:100px;
- line-height:1em;
- font-size:25px;
- left:calc(50% + ({text:post width}/2) + 130px);
- }
- .pag {
- width:50px;
- height:50px;
- box-sizing:border-box;
- display:block;
- border:5px solid transparent;
- padding:7.5px 0;
- text-align:center;
- border-radius:3px;
- }
- .pag:hover {
- color:{color:navigation text};
- border-color:rgba({RGBcolor:navigation text},.5);
- }
- .pag.num {
- font-family:'Nova Square';
- font-size:20px;
- }
- .pag.lnr {
- background:{color:navigation 1};
- color:{color:title};
- }
- .cur {
- background:{color:post background};
- color:{color:link};
- pointer-events:none;
- border-color:{color:link};
- }
- .pag:nth-child(even) { margin-left:50px; }
- .nav.lnr-text-align-right, .burr:nth-child(2) { /* pardon me, are you-? */
- background:{color:navigation 2};
- }
- .nav.lnr-bubble, .burr:nth-child(3) {
- background:{color:navigation 3};
- }
- .nav.lnr-pencil, .burr:nth-child(4) {
- background:{color:navigation 4};
- }
- .nav.lnr-history, .burr:nth-child(5) {
- background:{color:navigation 5};
- }
- .nav.lnr-code, .burr:nth-child(6) {
- background:{color:navigation 6};
- }
- {block:ifShadows}
- #description, #custlinks, #search, .post, .pag {
- box-shadow:4px 4px 4px 0 rgba({RGBcolor:shadows},.5);
- }
- #description:hover, #custlinks:hover, #search:hover, #search:focus, .post:hover, .pag:hover {
- box-shadow:4px 4px 15px 0 rgba({RGBcolor:shadows},.5);
- }
- {/block:ifShadows}
- .lnr-pushpin { margin-right:2px; }
- {CustomCSS}
- </style>
- <script>
- $(document).ready(function() {
- // $('.cur').removeClass('burr');
- $('.media-wrap').fitVids(); // video resizing script
- $('.photo-slideshow').pxuPhotoset({
- lightbox: true,
- rounded: false,
- gutter: '2px',
- borderRadius: '0px',
- photoset: '.photo-slideshow',
- photoWrap: '.photo-data',
- photo: '.pxu-photo'
- }); // photoset resizing script
- $('[title]').style_my_tooltips({
- tip_follows_cursor:true,
- tip_delay_time:100,
- tip_fade_speed:300
- }); // tooltip script
- $('iframe.tumblr_audio_player').load( function() {
- $('iframe.tumblr_audio_player').contents().find("head")
- .append($("<style type='text/css'> .audio-player { background:{color:navigation 5} !important; } .audio-player * { color:{color:navigation text} !important } </style>"));
- });
- //let's get down to business
- $('.nav.lnr-bubble').click(function() {
- {block:ifFauxTabs}
- $('body').css('background-color','{color:navigation 3}');
- {block:ifGradientBackgrounds}
- $('#bgholder').css('background-image','linear-gradient({color:navigation 3} 10%,transparent)');
- {/block:ifGradientBackgrounds}
- {/block:ifFauxTabs}
- // $('#content').fadeOut();
- // $('#rightbar').fadeOut();
- // $('#subbox').fadeOut();
- // $('#askbox').fadeIn();
- });
- $('.nav.lnr-pencil').click(function() {
- {block:ifFauxTabs}
- $('body').css('background-color','{color:navigation 4}');
- {block:ifGradientBackgrounds}
- $('#bgholder').css('background-image','linear-gradient({color:navigation 4} 10%,transparent)');
- {/block:ifGradientBackgrounds}
- {/block:ifFauxTabs}
- // $('#content').fadeOut();
- // $('#rightbar').fadeOut();
- // $('#askbox').fadeOut();
- // $('#subbox').fadeIn();
- });
- $('.nav.lnr-text-align-right').click(function() {
- {block:ifFauxTabs}
- {block:IndexPage}
- $('body').css('background-color','{color:navigation 2}');
- {/block:IndexPage}
- {block:PermalinkPage}
- $('body').css('background-color','{color:navigation 5}');
- {/block:PermalinkPage}
- {block:ifGradientBackgrounds}
- {block:IndexPage}
- $('#bgholder').css('background-image','linear-gradient({color:navigation 2} 10%,transparent)');
- {/block:IndexPage}
- {block:PermalinkPage}
- $('#bgholder').css('background-image','linear-gradient({color:navigation 5} 10%,transparent)');
- {/block:PermalinkPage}
- {/block:ifGradientBackgrounds}
- {/block:ifFauxTabs}
- $('#askbox').fadeOut();
- $('#subbox').fadeOut();
- $('#content').fadeIn();
- $('#rightbar').fadeIn();
- });
- });
- </script>
- </head><body>
- <div id="bgholder"></div>
- <div id="titlebar">
- <div id="titleholder">
- <span class="lnr lnr-home" aria-hidden="true"></span>
- <a href="/"><span id="title">{Title}</span></a>
- </div>
- <div id="navbtns">
- <a class="nav lnr lnr-text-align-right" title="content"></a>
- {block:AskEnabled}<a class="nav lnr lnr-bubble" title="ask" href="/ask"></a>{/block:AskEnabled}
- {block:SubmissionsEnabled}<a class="nav lnr lnr-pencil" title="submit" href="/submit"></a>{/block:SubmissionsEnabled}
- <a class="nav lnr lnr-history" href="/archive" title="archive"></a>
- <a class="nav lnr lnr-code" href="http://linthm.tumblr.com/thm" title="Annexus by Laighlin"></a>
- </div>
- </div>
- <div id="leftbar">
- {block:Description}
- <div id="description">
- <div class="titbar">{text:description title} <span class="lnr lnr-user"></span></div>
- <div id="desc">{Description}</div>
- </div>
- {/block:Description}
- {block:HasPages}
- <div id="custlinks">
- <div class="titbar">{text:custom links title} <span class="lnr lnr-menu"></span></div>
- {block:Pages}
- <a href="{URL}" class="links">{Label}</a>
- {/block:Pages}
- </div>
- {/block:HasPages}
- {block:ifSearchBar}
- <div id="search">
- <div class="titbar">{lang:Search} <span class="lnr lnr-magnifier"></span></div>
- <form id="search-bar" action="/search" method="get">
- <input type="text" name="q" value="{URLSafeSearchQuery}"/>
- </form>
- </div>
- {/block:ifSearchBar}
- </div>
- <div id="ask-submit-wrapper">
- {block:AskEnabled}<div class="post" id="askbox">
- <div class="titbar"><span class="lnr lnr-bubble"></span> {AskLabel}</div>
- <div class="post-bg">
- <iframe frameborder="0" border="0" scrolling="no" width="{text:post width}" height="190" allowtransparency="true" src="http://www.tumblr.com/ask_form/{Name}.tumblr.com" style="background-color:transparent; overflow:hidden;"></iframe>
- </div>
- </div>{/block:AskEnabled}
- {block:SubmissionsEnabled}<div class="post" id="subbox">
- <div class="titbar"><span class="lnr lnr-pencil"></span> {SubmitLabel}</div>
- <div class="post-bg">
- <iframe frameborder="0" border="0" scrolling="no" width="{text:post width}" height="290" allowtransparency="true" src="http://www.tumblr.com/submit_form/{Name}.tumblr.com" style="background-color:transparent; overflow:hidden;"></iframe>
- </div>
- </div>{/block:SubmissionsEnabled}
- </div>
- <div id="content">
- {block:SearchPage}
- <div class="post"><div class="titbar">
- {block:SearchResults}
- {lang:SearchResultCount results for SearchQuery 2}
- {/block:SearchResults}
- {block:NoSearchResults}
- {lang:No search results for SearchQuery 2}
- {/block:NoSearchResults}
- </div></div>
- {/block:SearchPage}
- {block:TagPage}
- <div class="post"><div class="titbar">
- {lang:Posts tagged Tag 3}
- </div></div>
- {/block:TagPage}
- {block:Posts}
- <div class="post">
- {block:Date}
- <div class="titbar">
- <a href="{Permalink}" title="{TimeAgo}"><span class="lnr lnr-clock"> </span>{DayofMonth}.{MonthNumber}.{Year}</a>
- <span class="controls">
- <a href="{ReblogURL}" target="_blank" class="reblog">
- <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" id="Capa_1" x="0px" y="0px" viewBox="0 0 361.095 361.095" style="enable-background:new 0 0 361.095 361.095;" xml:space="preserve"><g><g><path d="M182.595,325.678c-63.183,0-120.133-42.217-138.267-102.567c-2.833-9.067-12.183-14.167-21.25-11.333 c-9.067,2.833-14.167,12.183-11.333,21.25c22.95,75.933,91.517,126.65,170.85,126.65c98.317,0,178.5-80.183,178.5-178.5 s-80.183-178.5-178.5-178.5c-55.817,0-108.233,26.633-141.667,69.7l-7.083-56.1c-1.133-9.35-9.633-15.867-18.983-14.733 C5.511,2.678-1.005,11.178,0.128,20.528l13.317,103.7c1.133,8.5,8.5,14.733,16.717,14.733c0.567,0,1.417,0,1.983,0l102.567-11.617 c9.35-1.133,16.15-9.35,15.017-18.7s-9.35-16.15-18.7-15.017l-68.85,7.65c26.633-39.95,71.683-64.6,120.417-64.6 c79.617,0,144.5,64.883,144.5,144.5S262.211,325.678,182.595,325.678z"/></g></g></svg>
- </a>
- <a href="#" class="like">{LikeButton}
- <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" id="Capa_1" x="0px" y="0px" viewBox="0 0 442.403 442.403" style="enable-background:new 0 0 442.403 442.403;" xml:space="preserve"><g><g><path d="M213.05,422.652c2.833,1.7,5.95,2.833,9.35,2.833c3.117,0,6.517-0.85,9.35-2.833c7.65-5.1,187.283-123.533,207.683-243.95 c10.483-62.333-8.783-100.867-26.633-122.117c-20.967-24.933-52.133-39.667-83.017-39.667c-10.2,0-20.117,1.7-28.9,5.1 c-43.067,16.15-72.25,44.767-88.117,64.317c-15.583-19.267-42.217-47.033-74.517-58.083c-9.917-3.4-20.683-5.1-32.017-5.1 c-28.9,0-56.383,11.9-75.367,32.867c-16.717,18.417-35.7,53.55-29.75,114.75C13.016,291.185,204.833,417.268,213.05,422.652z M56.083,78.685c17.283-18.983,38.817-21.817,50.15-21.817c7.367,0,14.45,1.133,20.967,3.4 c39.383,13.317,70.833,63.467,71.4,63.75c3.117,5.1,8.783,8.217,14.733,7.933c5.95,0,11.333-3.4,14.45-8.5 c0.283-0.567,28.617-48.733,85.283-69.983c4.817-1.7,10.767-2.833,16.717-2.833c20.967,0,42.217,10.483,56.95,27.767 c19.267,22.667,25.783,55.533,18.983,94.633c-7.367,43.067-42.5,94.633-101.717,149.317c-33.433,30.883-66.3,54.683-81.6,65.45 c-16.15-11.05-51-36.55-86.417-68.85C74.216,262.285,39.366,209.868,35.116,167.368C31.433,128.552,38.516,97.952,56.083,78.685z"/></g></g></svg>
- </a>
- </span>
- </div>
- {/block:Date}
- <div class="post-bg">
- {block:Text}
- {block:Title}<div class="post-tit">{Title}</div>{/block:Title}
- <div class="caption">{Body}</div>
- {/block:Text}
- {block:Link}
- <a class="post-tit" href="{URL}"><span class="lnr lnr-link"></span> {Name}</a>
- <div class="caption">{block:Excerpt}<blockquote class="excerpt">{Excerpt}</blockquote>{/block:Excerpt}{block:Description}{Description}{/block:Description}</div>
- <!-- sorry for the lack of indentation or anything in this section, but the :empty selector doesn't work if it detects whitespace in the element >_< -->
- {/block:Link}
- {block:Quote}
- <div class="quote {Length}">» {Quote}</div>
- {block:Source}<div class="caption" style="text-align:right">— {Source}</div>{/block:Source}
- {/block:Quote}
- {block:Chat}
- {block:Title}<div class="post-tit">{Title}</div>{/block:Title}
- {block:Lines}
- <div class="chat {Alt}">
- {block:Label}<b>{Label}</b>{/block:Label} {Line}
- </div>
- {/block:Lines}
- {/block:Chat}
- {block:Photo}
- <div class="media-wrap"><img src="{PhotoURL-HighRes}"></div>
- {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
- {/block:Photo}
- {block:Photoset}
- <div class="media-wrap">
- <div class="photo-slideshow" id="photoset_{PostID}" data-layout="{PhotosetLayout}">
- {block:Photos}
- <div class="photo-data">
- <div class="pxu-photo"><img src="{PhotoURL-HighRes}" width="{PhotoWidth-HighRes}" height="{PhotoHeight-HighRes}" data-highres="{PhotoURL-HighRes}" data-width="{PhotoWidth-HighRes}" data-height="{PhotoHeight-HighRes}"></div>
- <a class="tumblr-box" rel="post-{PostID}" href="{PhotoURL-HighRes}"></a>
- </div>
- {/block:Photos}
- </div>
- </div>
- {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
- {/block:Photoset}
- {block:Audio}
- <div id="aud">{AudioEmbed}</div>
- {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
- {/block:Audio}
- {block:Video}
- <div class="media-wrap">{VideoEmbed-500}</div>
- {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
- {/block:Video}
- {block:Answer}
- <img class="askr-avi" src="{AskerPortraitURL-40}"><div class="qq">{Asker} »</div><div class="ques"><em>“{Question}”</em></div>
- {block:Answerer}
- <div class="rb_aa">
- <div class="aa"><div class="a-ans">« {Answerer}</div><img src="{AnswererPortraitURL-40}" class="answr-avi"></div>
- <div class="ans">{Answer}</div>
- </div>
- {/block:Answerer}
- <div class="caption">{Replies}</div>
- {/block:Answer}
- {block:Date}
- {block:HasTags}
- <div class="tag-wrap">
- <span class="lnr lnr-tag"> </span>
- {block:Tags}<a class="tags" href="{TagURL}">{Tag}</a>{/block:Tags}
- </div>
- {/block:HasTags}
- <div class="footbar">
- {block:RebloggedFrom}
- <a href="{ReblogParentURL}" title="{lang:Reblogged from ReblogParentName}">{ReblogParentName}</a>
- <span {block:ContentSource}style="display:none"{/block:ContentSource}> <!-- hides op if other source exists; you can remove the part inside the block if you want op to be displayed as well -->
- <span class="lnr lnr-sync"> </span><a href="{ReblogRootURL}" title="{lang:Originally from ReblogRootName}">{ReblogRootName}</a>
- </span>
- {/block:RebloggedFrom}
- {block:ContentSource}<span class="src"><span class="lnr lnr-pushpin"></span><a href="{SourceURL}" title="{lang:Source}">{SourceTitle}</a></span>{/block:ContentSource}
- <span class="post-notes">
- <a href="{Permalink}" title="{lang:Permalink}">{block:NoteCount}{NoteCount} {/block:NoteCount}<span class="lnr lnr-bookmark"></span></a>
- </span>
- </div>
- {/block:Date}
- </div>
- </div> <!-- end of posts -->
- {block:PostNotes}
- <div class="post post-bg" id="note">
- {PostNotes-64}
- </div>
- {/block:PostNotes}
- {/block:Posts}
- </div> <!-- end of post wrapper -->
- {block:Pagination}
- <div id="rightbar">
- {block:PreviousPage}
- <a href="{PreviousPage}" class="pag lnr lnr-chevron-up" title="{lang:Previous}"></a>
- {/block:PreviousPage}
- {block:JumpPagination length="5"}
- {block:CurrentPage}<a class="pag num cur">{PageNumber}</a>{/block:CurrentPage}
- {block:JumpPage}<a href="{URL}" class="pag num burr">{PageNumber}</a>{/block:JumpPage}{/block:JumpPagination}
- {block:NextPage}
- <a href="{NextPage}" class="pag lnr lnr-chevron-down" title="{lang:Next}"></a>
- {/block:NextPage}
- </div>
- {/block:Pagination}
- </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement