Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
- <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
- <!--
- ** Facebook -Theme by Caro / baechys@tumblr
- ------------------------------------------------------------------------
- Script/s used:
- - PXU Photosets
- - Tooltips
- ------------------------------------------------------------------------
- FAQ:
- Can i edit/tweak this theme?
- - Tweak and edit it as much as you want! But don't you dare touch my credits in any way possible
- Can i use this theme as a base-code?
- - No you cant.
- Can i release my edited version of your theme?
- - No you cant, and if i find out about you doing that, i will report you.
- ------------------------------------------------------------------------
- Any questions?
- Please visit baechys.tumblr.com/faq
- ------------------------------------------------------------------------
- CREDIT TO HTTP://BAECHYS.TUMBLR.COM
- -->
- <head>
- <!------------------------- General HTML ------------------------->
- <title>{title}</title>
- {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
- <link rel="shortcut icon" href="{favicon}" />
- <!------------------------- Meta Names ------------------------->
- <meta name="image:header" content=""/>
- <meta name="image:avatar" content=""/>
- <meta name="color:background" content="#f0f0f0"/>
- <meta name="color:body font" content="#888"/>
- <meta name="color:links" content="#74c1d6"/>
- <meta name="color:links hover" content="#edb0ce"/>
- <meta name="color:bold text" content="#999"/>
- <meta name="color:selection" content="#74c1d6"/>
- <meta name="color:scrollbar" content="#74c1d6"/>
- <meta name="color:tooltips border" content="#74c1d6"/>
- <meta name="color:topbar" content="#74c1d6"/>
- <meta name="color:borders" content="#eee"/>
- <meta name="color:header" content="#74c1d6"/>
- <meta name="color:sidebar icons" content="#74c1d6"/>
- <meta name="color:sidebar accent" content="#74c1d6"/>
- <meta name="if:tags" content="1"/>
- <meta name="if:caption" content="1"/>
- <meta name="if:caption on top" content="1"/>
- <meta name="if:rounded caption" content="1"/>
- <meta name="if:inverted post buttons" content="0"/>
- <meta name="if:avatar" content="1"/>
- <meta name="text:font size" content="11"/>
- <meta name="text:icon 1" content="home"/>
- <meta name="text:icon 2" content="chat"/>
- <meta name="text:icon 3" content="user"/>
- <meta name="text:icon 4" content="stars"/>
- <meta name="text:icon 5" content="edit"/>
- <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="/"/>
- <meta name="text:link 3" content="About"/>
- <meta name="text:link 3 url" content="/"/>
- <meta name="text:link 4" content="Navigation"/>
- <meta name="text:link 4 url" content="/"/>
- <meta name="text:link 5" content="Archive"/>
- <meta name="text:link 5 url" content="/"/>
- <!------------------------- Imported Fonts ------------------------->
- <link href="//dl.dropbox.com/s/50g6fbds3rh4m0j/saturnicons.css" rel="stylesheet">
- <link href="https://fonts.googleapis.com/css?family=Open+Sans:400,400i,600,600i" rel="stylesheet">
- <!------------------------- SCRIPTS! DONT TOUCH! ------------------------->
- <!-- photosets -->
- <link href="https://static.tumblr.com/qudkd6d/OcDnl99gb/style.css" rel="stylesheet" type="text/css"/>
- <link href="http://static.tumblr.com/d70w4cr/bxfp142ny/minstyle.css" rel="stylesheet" type="text/css"/>
- <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
- <script src="https://static.tumblr.com/qudkd6d/Az6nkemqr/pxuphotoset.min.js"></script>
- <script src="https://static.tumblr.com/wgg6svp/OoTofxa0c/unnest.min.js"></script>
- <script> $(function(){ $('.post').unnest({
- yourCaption: ".cap",
- newCaptionUsername: false,
- originalPostCaptionUsername: false,
- tumblrAvatars: false,
- usernameColon: false
- }); }); </script>
- <script>
- $(document).ready(function(){
- $('.photo-slideshow').pxuPhotoset({
- lightbox: true,
- rounded: true,
- gutter: '4px',
- borderRadius: '5px',
- photoset: '.photo-slideshow',
- photoWrap: '.photo-data',
- photo: '.pxu-photo'
- });
- });
- </script>
- <!-- tooltips -->
- <script src="https://static.tumblr.com/rzl30kg/eAxm7a751/jquery.style-my-tooltips.js"></script>
- <script>
- (function($){
- $(document).ready(function(){
- $("[title]").style_my_tooltips({
- tip_follows_cursor:true,
- tip_delay_time:200,
- tip_fade_speed:300
- }
- );
- });
- })(jQuery);
- </script>
- <!------------------------- SCRIPTS! DONT TOUCH! ------------------------->
- <style type="text/css">
- .tmblr-iframe.tmblr-iframe--desktop-logged-in-controls.iframe-controls--desktop{
- z-index:999999999!important;
- float:right!important;
- -webkit-filter:invert(100%);
- -moz-filter:invert(100%);
- -filter:invert(100%);
- -webkit-transition: all 0.4s linear;
- -moz-transition: all 0.4s linear;
- transition: all 0.4s linear;
- }
- .tmblr-iframe.tmblr-iframe--desktop-logged-in-controls.iframe-controls--desktop:hover{
- opacity:1;
- }
- .vignette, #vignette {
- opacity:0;
- }
- .lightbox-image, #tumblr_lightbox img {
- box-shadow:none !important;
- border-radius:0 !important;
- max-width:none;
- }
- .tmblr-lightbox, #tumblr_lightbox {
- background-color:rgba({RGBcolor:background},0.85) !important;
- z-index:999999999999!important;
- }
- body{
- margin:0px;
- padding:0px;
- font-family: 'open sans', arial, sans-serif;
- font-size:{text:font size}px;
- color:{color:body font};
- background:{color:background} url('{image:background}');
- background-attachment:fixed;
- }
- b, strong{
- color:{color:bold text};
- }
- a{
- color:{color:links};
- text-decoration:none;
- }
- a:hover{
- color:{color:links hover};
- -moz-transition-duration: 0.5s;
- -o-transition-duration: 0.5s;
- -webkit-transition-duration: 0.5s;
- transition-duration: 0.5s;
- }
- h1, h2, h3, h4, h5, h6{
- margin:5px 0px;
- line-height:150%;
- }
- blockquote{
- margin:10px 0;
- padding:0 0 0 10px;
- border-left:1px solid {color:body font};
- }
- underlined{
- border-bottom:1px solid {color:body font};
- }
- pre{
- overflow:auto;
- background-color:#eee;
- display:block;
- padding:5px;
- }
- #c{
- position:fixed;
- bottom: 15px;
- right: 10px;
- text-align:center;
- z-index:999999;
- }
- #c a{
- background:{color:links};
- font-size:12px;
- color:#fff;
- font-size:10px;
- padding:5px 7px;
- letter-spacing:1px;
- text-decoration:none;
- border-radius:5px;
- margin:0px 3px;
- }
- #c a:hover{
- background:#fff;
- border:1px solid {color:links};
- color:{color:links};
- letter-spacing:1px;
- }
- ::-webkit-scrollbar-thumb:vertical {
- background-color: {color:scrollbar};
- width:6px;
- height:auto;
- }
- ::-webkit-scrollbar-thumb:horizontal {
- background-color: {color:scrollbar};
- height:6px;
- }
- ::-webkit-scrollbar {
- height:6px;
- width:6px;
- }
- ::selection {
- background-color:{color:selection};
- color:white;}
- #s-m-t-tooltip {
- max-width:100px;
- padding:5px 10px 5px 10px;
- margin:20px 14px 7px 10px;
- border:2px solid {color:tooltips border};
- background-color:#fff;
- font-style: normal;
- font-size:10px;
- line-height:11px;
- letter-spacing:0px;
- text-transform:none;
- z-index:999999999;
- }
- #wrapper{
- width:940px;
- margin:0px auto;
- }
- /* ----------------- topbar ----------------- */
- #topbar{
- width:100%;
- position:fixed;
- top:0px;
- left:0px;
- height:45px;
- background-color:{color:topbar};
- z-index:999999999;
- }
- #topcont{
- width:940px;
- margin:0 auto;
- padding:12px 0px;
- }
- #logo{
- float:left;
- }
- #logo a{
- color:{color:topbar};
- background-color:#fff;
- border-radius:5px;
- font-size:16px;
- border:1px solid #fff;
- padding:3px 5px 1px 4px;
- }
- #logo a:hover{
- border:1px solid #fff;
- background-color:{color:topbar};
- color:#fff;
- }
- #sf {
- float:left;
- background:#fff;
- padding:6.5px 5px;
- margin-top:-4px;
- border:none;
- border-radius:5px;
- margin-left:10px;
- width:300px;
- font-family:'open sans', arial, sans-serif;
- color:{color:body font};
- font-size:11px;
- float:left;
- }
- #sf::selection{
- color:#fff;
- background-color:{color:topbar};
- }
- #icons{
- float:right;
- font-size:20px;
- display: -webkit-flex;
- display: flex;
- -webkit-flex-direction: row;
- flex-direction: row;
- -webkit-flex-wrap: nowrap;
- flex-wrap: nowrap;
- -webkit-justify-content: flex-start;
- justify-content: flex-start;
- }
- #icons a{
- color:#fff;
- padding-left:15px;
- }
- #icons a:hover{
- color:rgba(255,255,255,0.6);
- }
- /* ----------------- link-sidebar ----------------- */
- #linkbar{
- padding:0px 10px;
- padding-bottom:none;
- width:150px;
- border-radius:5px;
- border:1px solid {color:borders};
- background-color:#fff;
- position:fixed;
- }
- #linkbar .sf{
- background-color:{color:sidebar icons};
- color:#fff;
- border-radius:5px;
- font-size:14px;
- width:14px;
- line-height:20px;
- padding:0px 3px;
- }
- #linkbar a{
- margin-left:7px;
- font-weight:bold;
- color:{color:sidebar accent};
- line-height:20px;
- }
- #linkbar a:hover{
- color:{color:links hover};
- }
- #linkbar ul{
- margin:0px;
- padding:0px;
- list-style-type:none
- }
- #linkbar li{
- margin:10px 0px 10px 0px;
- line-height:20px;
- }
- #linkbar li:last-of-type{
- padding-bottom:0px;
- }
- #ic{
- float:left;
- padding:0px 3px;
- color:#fff;
- border-radius:5px;
- font-size:14px;
- line-height:20px;
- }
- /* ----------------- sidebar ----------------- */
- #sidebar{
- position:fixed;
- margin-left:690px;
- background-color:#fff;
- border-radius:5px;
- border:1px solid {color:borders};
- width:250px;
- }
- #header{
- height:150px;
- width:250px;
- background-color:{color:header};
- background-image:url('{image:header}');
- border-top-left-radius:5px;
- border-top-right-radius:5px;
- }
- #header img{
- border-top-left-radius:5px;
- border-top-right-radius:5px;
- }
- #avatar{
- height:50px;
- width:50px;
- margin-top:-45px;
- margin-left:10px;
- }
- #avatar img{
- border:2px solid #fff;
- border-radius:5px;
- max-height:50px;
- max-width:50px;
- }
- #desc{
- {block:ifavatar} {/block:ifavatar}
- {block:ifnotavatar} {/block:ifnotavatar}
- padding:10px;
- }
- /* ----------------- post container ----------------- */
- #postcont{
- width:420px;
- margin-top:80px;
- margin-left:220px;
- }
- /* ----------------- posts ----------------- */
- .post{
- border-radius:5px;
- width:400px;
- margin:0 auto;
- padding:10px;
- margin-bottom:50px;
- margin-top:40px;
- background:#fff;
- overflow:hidden;
- line-height:150%;
- border:1px solid {color:borders};
- }
- .post img{
- max-width:100%;
- height:auto;
- }
- /* ----------------- post info ----------------- */
- #postinfo{
- margin-bottom:10px;
- }
- #avi{
- position:Absolute;
- }
- #avi img{
- border-radius:100%;
- }
- #postname{
- margin-left:40px;
- font-weight:bold;
- }
- #posttime{
- margin-left:40px;
- }
- #posttime a{
- color:#999;
- }
- /* ----------------- captions ----------------- */
- .txt iframe,.cap iframe{display:block;max-width:100%;overflow:hidden;}
- .cap {
- margin:10px 0;
- }
- .tumblr_parent {
- padding:5px 10px 0px 10px;
- border:1px solid #eee;
- {block:ifroundedcaption}
- border-radius:5px;
- {/block:ifroundedcaption}
- }
- .tumblr_parent blockquote {
- margin:5px 0;
- }
- a.tumblr_blog {
- display:block;
- font-size:{text:font size}px;
- line-height:150%;
- font-weight:bold;
- }
- a.tumblr_blog:after{
- content:':';
- }
- /* ----------------- chats ----------------- */
- #cttl{
- padding-bottom:5px;
- }
- #chatcont{
- border-radius:5px;
- border:1px solid #eee;
- padding:5px;
- }
- #line b{
- color:#fff;
- }
- #line:nth-of-type(even) {
- margin-top:5px;
- background-color:{color:sidebar accent};
- padding:2px 5px;
- width:180px;
- border-radius:5px;
- color:#fff;
- }
- #line:nth-of-type(odd) {
- margin-top:5px;
- background-color:{color:sidebar icons};
- margin-left:197px;
- padding:2px 5px;
- border-radius:5px;
- width:180px;
- color:#fff;
- }
- /* ----------------- quotes ----------------- */
- #quote{
- text-align:center;
- font-size:17px;
- line-height:150%;
- }
- /* ----------------- audio ----------------- */
- #playcount{
- padding-bottom:10px;
- }
- /* ----------------- ask posts ----------------- */
- #ask{
- width:380px;
- padding:10px;
- border-radius:5px;
- border:1px solid #eee;
- }
- #q{
- width:330px;
- margin-left:40px;
- margin-top:-4px;
- }
- #qimg{
- position:absolute;
- }
- #qimg img{
- border-radius:100%;
- }
- #answerer{
- margin-left:40px;
- }
- #answerer a{
- color:{color:accent};
- }
- #answerer a:hover{
- color:{color:links hover};
- }
- #answer{
- width:380px;
- margin-top:5px;
- padding:10px 10px 5px 10px;
- border-radius:5px;
- border:1px solid #eee;
- }
- /* ----------------- tags ----------------- */
- #tags{
- background:#fff;
- width:400px;
- font-style:italic;
- margin-top:3px;
- }
- #tags a{
- color:{color:links};
- padding-right:5px;
- text-decoration:none;
- }
- /* ----------------- permalink page notes ----------------- */
- #note{
- width:400px;
- padding:10px;
- border-radius:5px;
- background-color:#fff;
- margin-bottom:100px;
- }
- .notes img{width:20px; position:relative; top:1px; padding-right:5px;}
- ol.notes, .notes li{width:400px; list-style:none; margin:0px 0 -1px 5px; padding:5px}
- /* ----------------- pagination ----------------- */
- #pagi{
- width:400px;
- padding:5px;
- margin:0 auto;
- margin-top:50px;
- margin-bottom:150px;
- overflow:hidden;
- text-align:center;
- }
- #pagi a{
- padding-left:5px;
- padding-right:5px;
- color:#fff;
- border-radius:3px;
- margin:3px;
- background-color:{color:links};
- }
- #pagi a:hover{
- background-color:#fff;
- color:{color:links};
- }
- .current_page{
- padding-left:5px;
- padding-right:5px;
- border-radius:3px;
- background-color:#fff;
- color:{color:links};
- border:1px solid {color:links};
- }
- /* ----------------- post buttons ----------------- */
- #below{
- margin-top:15px;
- margin-bottom:7px;
- display: -webkit-flex;
- display: flex;
- -webkit-flex-direction: row;
- flex-direction: row;
- -webkit-flex-wrap: nowrap;
- flex-wrap: nowrap;
- -webkit-justify-content: flex-start;
- justify-content: flex-start;
- }
- #below .sf{
- font-size:calc({text:font size}px - 1px);
- }
- #bl a{
- margin:10px 7px 0 0;
- border-radius:5px;
- padding:3px 7px;
- font-weight:600;
- {block:ifinvertedpostbuttons}
- color:{color:links};
- border:1px solid #eee;
- {/block:ifinvertedpostbuttons}
- {block:ifnotinvertedpostbuttons}
- background-color:{color:links};
- border:1px solid {color:links};
- color:#fff;
- {/block:ifnotinvertedpostbuttons}
- }
- #bl a:hover{
- {block:ifinvertedpostbuttons}
- background-color:{color:links};
- color:#fff;
- border:1px solid {color:links};
- {/block:ifinvertedpostbuttons}
- {block:ifnotinvertedpostbuttons}
- background-color:#fff;
- color:{color:links};
- border:1px solid rgba({RGBcolor:links},0.6);
- {/block:ifnotinvertedpostbuttons}
- }
- /* ----------------- funky fonts this theme is able to display ----------------- */
- @font-face {
- font-family: Calluna;
- src: url("https://assets.tumblr.com/fonts/calluna/Calluna-BoldIt-webfont.eot?3=&v=f685dc881c60c298ea22a73fe505b88a");
- src: url("https://assets.tumblr.com/fonts/calluna/Calluna-BoldIt-webfont.eot?3%3F=&v=f685dc881c60c298ea22a73fe505b88a#iefix") format("embedded-opentype"),url("https://assets.tumblr.com/fonts/calluna/Calluna-BoldIt-webfont.woff?3=&v=760a50f4d098e59aebaf0f0e58ae2cc8") format("woff"),url("https://assets.tumblr.com/fonts/calluna/Calluna-BoldIt-webfont.ttf?3=&v=5ace789439bff3b27f8d4112725531da") format("truetype"),url("https://assets.tumblr.com/fonts/calluna/Calluna-BoldIt-webfont.svg?3=&v=5b95c481dd7411c6e112143d6646bd9b#_.regular") format("svg");
- font-weight: 700;
- font-style: italic
- }
- @font-face {
- font-family: Fairwater;
- src: url("https://assets.tumblr.com/fonts/fairwater/fairwater_script_regular-webfont.woff2?v=b7ab7a58cded3365889a447bfd9e9c45") format("woff2"),url("https://assets.tumblr.com/fonts/fairwater/fairwater_script_regular-webfont.woff?v=96e975b7468359e6f67086305577e43e") format("woff");
- font-weight: 400;
- font-style: normal
- }
- p.npf_quirky{font-family:Fairwater; font-size:20px;}
- p.npf_chat{font-family:Courier;}
- p.npf_quote{font-family:Calluna;}
- {CustomCSS}
- </style>
- </head>
- <body>
- <div id="topbar">
- <div id="topcont">
- <div id="icons">
- {block:PermalinkPage}{block:Posts}{block:Date}
- {LikeButton size="20" color="white"}
- {ReblogButton size="20" color="white"}
- <a href="{EmbedUrl}" target="_blank" title="embed"> <span class="sf sf-aero-cursor"></span> </a>
- {/block:Date}{/block:Posts}{/block:PermalinkPage}
- <a href="https://tumblr.com/dashboard" target="_blank" title="dashboard">
- <span class="sf sf-home"></span>
- <a href="https://www.tumblr.com/message/{Name}" target="_blank" title="message"><span class="sf sf-chat"></span></a>
- <a href="https://tumblr.com/follow/{Name}" title="follow"><span class="sf sf-plus-2"></span></a>
- </a>
- </div>
- <div id="logo"><a href="/"><span class="sf sf-facebook"></span></a></div>
- <script language="javascript">
- function send()
- {document.theform.submit()}
- </script>
- <form action="/search" method="get" class="sfm" name="theform">
- <input type="text" name="q" value="Search" id="sf"/>
- </form>
- </div><!-- topcont -->
- </div><!-- topbar -->
- <div id="wrapper">
- <div id="linkbar">
- <ul>
- <li> <div id="ic"><span class="sf sf-{text:icon 1}"></span></div><a href="{text:link 1 url}">{text:link 1}</a> </li>
- <li> <div id="ic"><span class="sf sf-{text:icon 2}"></span></div><a href="{text:link 2 url}">{text:link 2}</a> </li>
- <li> <div id="ic"><span class="sf sf-{text:icon 3}"></span></div><a href="{text:link 3 url}">{text:link 3}</a> </li>
- <li> <div id="ic"><span class="sf sf-{text:icon 4}"></span></div><a href="{text:link 4 url}">{text:link 4}</a> </li>
- <li> <div id="ic"><span class="sf sf-{text:icon 5}"></span></div><a href="{text:link 5 url}">{text:link 5}</a> </li>
- </ul>
- </div><!-- linkbar -->
- <div id="sidebar">
- <div id="header"></div>
- {block:ifavatar}
- <div id="avatar"><img src="{image:avatar}"></div>
- {/block:ifavatar}
- <div id="desc">{description}</div>
- </div><!-- sidebar -->
- <div id="postcont">
- {block:Posts}
- <div class="post">
- <!------------------ post info ----------------->
- {block:IndexPage}
- <div id="postinfo">
- {block:RebloggedFrom}
- <div id="avi"><a href="{ReblogParentURL}"><img src="{ReblogParentPortraitURL-30}"></a></div>
- <div id="postname"><a href="{ReblogParentURL}">{ReblogParentName}</a></div>
- <div id="posttime"><a href="{Permalink}">{TimeAgo}</a></div>
- {/block:RebloggedFrom}
- {block:NotReblog}
- <div id="avi"><a href="/"><img src="{PortraitURL-30}"></a></div>
- <div id="postname"><a href="/">{Name}</a></div>
- <div id="posttime"><a href="{Permalink}">{TimeAgo}</a></div>
- {/block:NotReblog}
- </div><!-- postinfo -->
- {/block:IndexPage}
- <!------------------ text ----------------->
- {block:Text}
- {block:Title}<h2>{title}</h2>{/block:Title}
- <div class="cap">{body}</div>
- {/block:Text}
- <!------------------ photo ----------------->
- {block:Photo}
- {block:IndexPage}
- {block:IfCaption}
- {block:IfCaptionontop}
- {block:caption}<div class="cap">{caption}</div>{/block:caption}
- {/block:IfCaptionontop}
- {/block:IfCaption}
- {/block:IndexPage}
- <img class="image" src="{PhotoURL-500}" alt="{PhotoAlt}" />
- {block:IndexPage}
- {block:IfCaption}
- {block:IfnotCaptionontop}
- {block:caption}<div class="cap">{caption}</div>{/block:caption}
- {/block:IfnotCaptionontop}
- {/block:IfCaption}
- {/block:IndexPage}
- {/block:Photo}
- <!------------------ photoset ----------------->
- {block:Photoset}
- {block:IndexPage}
- {block:IfCaption}
- {block:IfCaptionontop}
- {block:caption}<div class="cap">{caption}</div>{/block:caption}
- {/block:IfCaptionontop}
- {/block:IfCaption}
- {/block:IndexPage}
- <div class="photo-slideshow" id="photoset_{PostID}" data-layout="{PhotosetLayout}">{block:Photos}<div class="photo-data"><div class="pxu-photo"><img src="{PhotoURL-500}" width="{PhotoWidth-500}" height="{PhotoHeight-500}" 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>
- {block:IndexPage}
- {block:IfCaption}
- {block:IfnotCaptionontop}
- {block:caption}<div class="cap">{caption}</div>{/block:caption}
- {/block:IfnotCaptionontop}
- {/block:IfCaption}
- {/block:IndexPage}
- {/block:Photoset}
- <!------------------ quote----------------->
- {block:Quote}
- <div id="quote">{Quote}</div> <br>
- {block:Source}<div align="center">- {Source}</div>{/block:Source}
- {/block:Quote}
- <!------------------ link ----------------->
- {block:Link}
- <div id="link">
- <h2><a href="{URL}" target="_blank">{Name} > </a></h2>
- <div id="linkdesc">
- {block:Excerpt}{Excerpt}{/block:Excerpt}
- </div>
- </div>
- {block:IfCaption}
- {block:caption}<div class="cap">{caption}</div>{/block:caption}
- {/block:IfCaption}
- {/block:Link}
- <!------------------ chat ----------------->
- {block:Chat}
- {block:Title}
- <div id="cttl">
- {Title}
- </div>
- {/block:Title}
- <div id="chatcont">
- {block:Lines}
- {block:Label}<div id="line">
- <b>{Label}</b>{/block:Label} {Line}<br>
- </div>{/block:Lines}
- </div>
- {/block:Chat}
- <!------------------ audio ----------------->
- {block:Audio}
- {block:indexpage}
- {block:ifcaption}
- {block:ifcaptionontop}
- <div class="cap">
- {block:caption}{caption}{/block:caption}
- <div id="playcount">{block:PlayCount}<b>Played: </b>{FormattedPlayCount} times {/block:PlayCount}</div>
- </div>
- {/block:ifcaptionontop}
- {/block:ifcaption}
- {/block:indexpage}
- <div style="height: 100px">{AudioEmbed-400}</div>
- {block:indexpage}
- {block:ifcaption}
- {block:ifnotcaptionontop}
- <div class="cap">
- {block:caption}{caption}{/block:caption}
- <div id="playcount">{block:PlayCount}<b>Played: </b>{FormattedPlayCount} times {/block:PlayCount}</div>
- </div>
- {/block:ifnotcaptionontop}
- {/block:ifcaption}
- {/block:indexpage}
- {/block:Audio}
- <!------------------ video ----------------->
- {block:Video}
- {block:IndexPage}
- {block:IfCaption}
- {block:IfCaptionontop}
- {block:caption}<div class="cap">{caption}</div>{/block:caption}
- {/block:IfCaptionontop}
- {/block:IfCaption}
- {/block:IndexPage}
- <div class="video">{Video-400}</div>
- {block:IndexPage}
- {block:IfCaption}
- {block:IfnotCaptionontop}
- {block:caption}<div class="cap">{caption}</div>{/block:caption}
- {/block:IfnotCaptionontop}
- {/block:IfCaption}
- {/block:IndexPage}
- {/block:Video}
- <!------------------ ask ----------------->
- {block:Answer}
- <div id="ask">
- <div id="qimg">
- <img src="{AskerPortraitURL-30}">
- </div>
- <div id="q">
- <b>{Asker}</b> asked: <br> {Question}
- </div>
- </div>
- {block:Answerer}
- <div id="answer">
- <div class="cap">
- <div id="qimg">
- <img src="{AnswererPortraitURL-30}">
- </div>
- <div id="q" style="font-weight:400"><b>{answerer}</b> replied:</div>
- <div id="q">{answer}</div>
- </div>
- </div>
- {/block:Answerer}
- {block:NotReblog}
- <div id="answer">
- <div id="qimg">
- <img src="{PortraitURL-30}">
- </div>
- <div id="q" style="font-weight:400"><b><a href="/">{Name}</a></b> replied:</div>
- <div id="q">{replies}</div>
- </div>
- {/block:NotReblog}
- {block:RebloggedFrom}
- {block:Reblogs}
- <div class="cap">{caption}</div>
- {/block:Reblogs}
- {/block:RebloggedFrom}
- {/block:Answer}
- {block:PermalinkPage}
- {block:caption}<div class="cap">{caption}</div>{/block:caption}
- {/block:PermalinkPage}
- {block:IndexPage}
- <div id="below">
- <div id="bl">
- {block:NoteCount}<a href="{Permalink}"> <span class="sf sf-heart-o"></span> {NoteCount} Notes</a>{/block:NoteCount}
- <a href="{ReblogURL}" target="_blank" title="Reblog" style="font-style:normal"><span class="sf sf-reblog"></span> Share</a></div>
- </div><!-- post buttons -->
- {block:iftags}
- {block:HasTags}
- <div id="tags">
- {block:Tags}<a href="{TagURL}">#{tag}</a> {/block:Tags}
- </div>
- {/block:HasTags}
- {/block:iftags}
- {/block:IndexPage}
- {block:PermalinkPage}
- {block:Date}
- <b>Posted:</b> {TimeAgo} on {Month} {DayOfMonthWithZero}, {Year} at {24Hour}:{Minutes}
- {/block:Date} <br>
- {block:NoteCount}
- <b>Notes:</b> {NoteCount}<br>
- {/block:NoteCount}
- {block:HasTags}
- <b>Tags</b>
- {block:Tags}
- <a href="{TagURL}">#{tag}</a>
- {/block:Tags}<br>
- {/block:HasTags}
- {block:RebloggedFrom}
- <br><b>Via:</b> <a href="{ReblogParentURL}" target="_blank">{ReblogParentName}</a><br>
- {block:ContentSource}
- <b>Source:</b> <a href="{SourceURL}">{SourceTitle}</a>
- {/block:ContentSource}
- {/block:RebloggedFrom}
- </div>
- {/block:PermalinkPage}
- {block:PermalinkPage}
- {block:PostNotes}
- {block:NoteCount}
- <div id="note">
- {PostNotes}
- </div>
- {/block:NoteCount}
- {/block:PostNotes}
- {/block:permalinkpage}
- </div>
- {/block:Posts}
- {block:indexpage}
- {block:Pagination}
- <div id="pagi">
- {block:PreviousPage}
- <a href="{PreviousPage}"><</a>
- {/block:PreviousPage}
- {block:JumpPagination length="3"}
- {block:CurrentPage}
- <span class="current_page">{PageNumber}</span>
- {/block:CurrentPage}
- {block:JumpPage}
- <a class="jump_page" href="{URL}">{PageNumber}</a>
- {/block:JumpPage}
- {/block:JumpPagination}
- {block:NextPage}
- <a href="{NextPage}">></a>
- {/block:NextPage}
- </div>
- {/block:Pagination}
- {/block:indexpage}
- </div><!-- postcont -->
- </div><!-- wrapper -->
- <div id="c"><a href="http://baechys.tumblr.com" title="Made with Love by Caroline">BCHYS</a></div>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement