Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!-------------------------------------------------
- ✧・゚:*✧・゚:* \(◕‿◕✿)/ *:・゚✧*:・゚✧
- theme made by senpiez.tumblr.com
- please dont steal my theme
- i dont like being mean
- but my codings take me a really long time to make
- and it would mean the world to me
- if you wouldnt be a butt
- by stealing my themes.
- also
- it is illegal
- :~)
- have a nice day
- and enjoy this theme <3
- ✧・゚:*✧・゚:* \(◕ω◕✿)/ *:・゚✧*:・゚✧
- -------------------------------------------------->
- <!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">
- <head>
- <title>{Title}</title>
- <link rel="shortcut icon" href="{favicon}">
- <link rel="alternate" type="application/rss+xml" href="{RSS}">
- {block:description}<meta name="description" content="{metadescription}"/>{/block:description}
- <link href="style-my-tooltips.css" rel="stylesheet" type="text/css" />
- <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script><script type="text/javascript" src="http://static.tumblr.com/7qjmkr5/IUmmdsy41/jquery.style-my-tooltips.js"></script><script>(function($){$(document).ready(function(){$("[title]").style_my_tooltips();});})(jQuery);</script>
- <meta name="image:background" content=""/>
- <meta name="image:side image" content=""/>
- <meta name="color:background" content="#f3f3f3"/>
- <meta name="color:posts" content="#fff"/>
- <meta name="color:sidebar" content="#fff"/>
- <meta name="color:sidebar links" content="#f3f3f3"/>
- <meta name="color:text" content="#444444"/>
- <meta name="color:link" content="#000000"/>
- <meta name="color:hover" content="#eeeeee"/>
- <meta name="color:border" content="#000000"/>
- <meta name="color:scrollbar" content="#444444"/>
- <meta name="color:text selection" content="#000"/>
- <meta name="color:selection text" content="#fff"/>
- <meta name="color:tooltip" content="#000"/>
- <meta name="color:tooltip bg" content="#fff"/>
- <meta name="if:175px" content="1" />
- <meta name="if:Maximised Background Image" content="0"/>
- <meta name="if:show tags" content="0"/>
- <meta name="if:third block" content="0"/>
- <meta name="if:show captions" content="0"/>
- <meta name="if:faded images" content="1" />
- <meta name="if:shadow" content="1"/>
- <meta name="if:rounded corners" content="0"/>
- <meta name="if:transparent posts" content="0" />
- <meta name="if:semitransparent posts" content="1" />
- <meta name="if:no post borders" content="0" />
- <meta name="if:small cursor" content="1" />
- <meta name="text:block one" content="about"/>
- <meta name="text:block two" content="links" />
- <meta name="text:block three" content="more" />
- <meta name="text:link 1" content=""/>
- <meta name="text:link 1 title" content="home"/>
- <meta name="text:link 2" content=""/>
- <meta name="text:link 2 title" content="message"/>
- <meta name="text:link 3" content=""/>
- <meta name="text:link 3 title" content="archive"/>
- <meta name="text:link 4" content=""/>
- <meta name="text:link 4 title" content="selfies"/>
- <meta name="text:link 5" content=""/>
- <meta name="text:link 5 title" content="links"/>
- <meta name="select:side image position" content="bottom:-5px;left:5px;" title="bottom left" />
- <meta name="select:side image position" content="bottom:-5px;right:5px;" title="bottom right" />
- <meta name="select:side image position" content="top:0px;right:5px;" title="top right" />
- <meta name="select:side image position" content="top:0px;left:5px;" title="top left" />
- <link href='http://fonts.googleapis.com/css?family=Inconsolata' rel='stylesheet' type='text/css'>
- <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.6.2/jquery.min.js"></script>
- <script src="jquery.js"></script>
- <script>
- $(document).ready(function(){
- $("#block").click(function(){
- $("#open").slideToggle("fast");
- });
- });
- </script>
- <script src="jquery.js"></script>
- <script>
- $(document).ready(function(){
- $("#block2").click(function(){
- $("#open2").slideToggle("fast");
- });
- });
- </script>
- <script src="jquery.js"></script>
- <script>
- $(document).ready(function(){
- $("#block3").click(function(){
- $("#open3").slideToggle("fast");
- });
- });
- </script>
- <style type="text/css">
- {CustomCSS}
- {block:IfMaximisedBackgroundImage}
- #bg img {
- z-index:-2;
- position:fixed;
- top:0;
- left:0;
- height:100%;
- width:100%;
- }
- {/block:IfMaximisedBackgroundImage}
- /*** side image: DO NOT EDIT ***/
- @font-face {font-family:"bitxmap"; src: url("http://static.tumblr.com/ofgksh6/md0mkd9yd/bitxmap_font_tfb.ttf")}
- ::-moz-selection {
- background: {color:text selection};
- color:{color:selection text};
- }
- ::selection {
- background: {color:text selection};
- color:{color:selection text};
- }
- /***Edit Scrollbar Here***/
- ::-webkit-scrollbar-thumb:vertical {
- background:{color:scrollbar};
- border:1px solid {color:border};
- cursor: url(http://i.imgur.com/ZOrzC.png), auto;
- }
- ::-webkit-scrollbar-thumb:horizontal {
- background-color: {color:scrollbar};
- height: 4px;
- border:1px solid {color:borders};}
- ::-webkit-scrollbar {
- width:8px;
- background: transparent;
- height:4px;}
- ::-webkit-scrollbar-track {
- background: transparent;
- width:9px; }
- /***Edit Tumblr Controls Here***/
- iframe#tumblr_controls {
- position: fixed !important;
- -webkit-transition: opacity 0.7s linear;
- opacity: 0.09;
- -webkit-transition: all 0.8s ease-out;
- -moz-transition: all 0.8s ease-out;transition: all 0.8s ease-out;
- -webkit-filter:invert(100%);}
- iframe#tumblr_controls:hover{
- -webkit-transition: opacity 0.7s linear;
- opacity: 0.8;
- -webkit-transition: all 0.4s ease-out;
- -moz-transition: all 0.4s ease-out;
- transition: all 0.4s ease-out;}
- #bgim {
- z-index: -1;
- {select:side image position}
- position: fixed;
- }
- #s-m-t-tooltip {
- color:{color:tooltip};
- background:{color:tooltip bg};
- padding: 3px;
- height:auto;
- display: none;
- font-family: bitxmap;
- border:1px solid {color:border};
- font-size: 10px;
- text-transform:lowercase;
- text-align: center;
- letter-spacing:1px;
- margin-top:10px;
- margin-left: 15px;
- line-height: 10px;
- z-index: 999999999999;
- }
- body {
- font:11px bitxmap;
- text-align:;
- line-height:12px;
- color:{color:text};
- word-wrap:break-word;
- background:{color:background} url('{image:background}') fixed repeat center;
- {block:ifsmallcursor}
- cursor: url(http://i.imgur.com/ZOrzC.png), auto;
- {/block:ifsmallcursor}
- }
- a:link, a, a:active, a:visited {
- text-decoration:none;
- color:{color:link};
- -webkit-transition: all 0.5s ease-in-out;
- -moz-transition: all 0.5s ease-in-out;
- -o-transition: all 0.5s ease-in-out;
- -ms-transition: all 0.5s ease-in-out;
- transition: all 0.5s ease-in-out;
- {block:ifsmallcursor}
- cursor: url(http://i.imgur.com/ZOrzC.png), auto;
- {/block:ifsmallcursor}
- }
- a:hover {
- {block:ifsmallcursor}
- cursor: url(http://media.tumblr.com/e7f72e808c4dbe5006b9c3a30dbc9b79/tumblr_inline_mh67vhwGnR1rdqsqf.png), auto;
- {/block:ifsmallcursor}
- }
- h1 {
- font:11px bitxmap;
- line-height:12px;
- text-transform:normal;
- text-align:center;
- letter-spacing:2px;
- }
- b, strong {
- font-weight:600;
- }
- ul li {
- margin:0 15px 0 -15px;
- list-style-type:square;
- }
- blockquote {
- padding:1px 8px 1px 8px;
- margin:5px 10px 5px 10px;
- background:transparent;
- font:10px bitxmap;
- line-height:12px;
- border-left:1px solid {color:text};
- }
- blockquote img {
- max-width:100%;
- }
- #posts {
- width:550px;
- margin:0 auto;
- padding:10px;
- {block:ifnot175px}
- width:750px;
- margin:0 auto auto 350px;
- {/block:ifnot175px}
- {block:permalinkpage}
- width:360px;
- {/block:permalinkpage}
- }
- .entry {
- font-size:11px;
- position:relative;
- float:left;
- margin:30px;
- padding-top:5px;
- padding-left:5px;
- padding-right:5px;
- padding-bottom:8px;
- overflow:hidden;
- letter-spacing:1px;
- background: {color:posts} url('');
- {block:iftransparentposts}
- background:transparent;
- {/block:iftransparentposts}
- {block:ifsemitransparentposts}
- background: rgba(255,255,255,.6);
- {/block:ifsemitransparentposts}
- border:1px solid {color:border};
- {block:ifnopostborders}
- border:0px;
- {/block:ifnopostborders}
- {block:ifshadow}
- box-shadow:rgba(0,0,0,0.06) 5px 5px;
- {/block:ifshadow}
- {block:ifroundedcorners}
- border-radius: 5px;
- {/block:ifroundedcorners}
- background-image:URL();
- -webkit-transition: all .7s ease;
- -moz-transition: all .7s ease;
- -o-transition: all .7s ease;
- transition: all .7s ease;
- {block:indexpage}
- {block:if175px}
- width:175px;
- {/block:if175px}
- {block:ifnot175px}
- width:250px;
- {/block:ifnot175px}
- {/block:indexpage}
- {block:permalinkpage}
- width:300px;
- {/block:permalinkpage}
- }
- .entry img{
- max-width:100%;
- {block:iffadedimages}
- opacity:0.8;
- -webkit-filter: Grayscale(40%);
- {/block:iffadedimages}
- }
- .entry img:hover{
- opacity:1;
- {block:iffadedimages}
- -webkit-filter: Grayscale(0%);
- -webkit-transition: all .7s ease;
- -moz-transition: all .7s ease;
- -o-transition: all .7s ease;
- transition: all .7s ease;
- {/block:iffadedimages}
- }
- .txt {
- font-size:10px;
- }
- .txt img {
- max-width:100%;
- }
- .entry img {
- margin:0 0 -3px 0;
- {block:if175px}
- width:175px;
- {/block:if175px}
- {block:ifnot175px}
- width:250px;
- {/block:ifnot175px}
- }
- .phot img {
- width:300px;
- }
- .ps {
- overflow:hidden;
- margin-top:-8px;
- }
- .ps img {
- {block:if175px}
- width:175px;
- {/block:if175px}
- {block:ifnot175px}
- width:250px;
- {/block:ifnot175px}
- margin-top:8px;
- }
- .quo {
- font:12px inconsolata;
- line-height:14px;
- }
- .sou {
- font:10px inconsolata;
- text-align:right;
- margin:5px 0 0 0;
- padding:0 2px 0 0;
- }
- .audio {
- margin:0px;
- background:#fff;
- }
- .api {
- display:block;
- text-align:right;
- font:9px times;
- line-height:12px;
- margin:5px 0 0 0;
- padding:0 1px 0 0;
- }
- .ques {
- text-align:justify;
- color:{color:link};
- font:9px times;
- line-height:12px;
- }
- .asr {
- margin:-15px 0 0 0;
- }
- #sidebar {
- {block:ifshadow}
- box-shadow:rgba(0,0,0,0.06) 5px 5px;
- {/block:ifshadow}
- {block:ifroundedcorners}
- border-radius: 5px 5px 0px 0px;
- {/block:ifroundedcorners}
- background:{color:sidebar};
- {block:iftransparentposts}
- background:transparent;
- {/block:iftransparentposts}
- {block:ifsemitransparentposts}
- background: rgba(255,255,255,.6);
- {/block:ifsemitransparentposts}
- position:fixed;
- border:1px solid {color:border};
- margin-left:200px;
- padding:4px;
- margin-top:230px;
- width:100px;
- height:auto;
- overflow:hidden;
- }
- #blogt{
- background:{color:sidebar};
- {block:iftransparentposts}
- background:transparent;
- {/block:iftransparentposts}
- {block:ifsemitransparentposts}
- background: rgba(255,255,255,.6);
- {/block:ifsemitransparentposts}
- font-family:bitxmap;
- color:{color:blog title};
- text-align:center;
- height:auto;
- font-size:11px;
- line-height:14px;
- padding-bottom:0px;
- }
- #blocks{
- background:{color:sidebar};
- {block:iftransparentposts}
- background:transparent;
- {/block:iftransparentposts}
- {block:ifsemitransparentposts}
- background: rgba(255,255,255,.6);
- {/block:ifsemitransparentposts}
- position:fixed;
- width:94px;
- margin-left:-5px;
- margin-top:4px;
- padding-top:7px;
- padding-left:7px;
- padding-right:7px;
- padding-bottom:4px;
- font-family:bitxmap;
- font-size:10px;
- line-height:12px;
- border:1px solid {color:border};
- color:{color:description};
- z-index:999;
- text-align:center;{block:ifshadow}
- box-shadow:rgba(0,0,0,0.06) 5px 5px;
- {/block:ifshadow}
- {block:ifroundedcorners}
- border-radius: 0px 0px 5px 5px;
- {/block:ifroundedcorners}
- }
- #open,#block{
- padding:3px;
- }
- #block{
- background: {color:sidebar links};
- {block:iftransparentposts}
- background:transparent;
- {/block:iftransparentposts}
- {block:ifsemitransparentposts}
- background: rgba(255,255,255,.6);
- {/block:ifsemitransparentposts}
- margin-bottom:4px;
- width:85px;
- padding:1px;
- text-transform:;
- letter-spacing:1px; text-align:center;
- border:1px solid {color:border};
- display:inline-block;
- -webkit-transition: all 0.1s ease;
- -moz-transition: all 0.1s ease;
- transition: all 0.1s ease;
- }
- #block:hover{
- }
- #block:active{
- background:{color:link hover};
- }
- #open{
- display:none;
- overflow:auto;
- }
- #open2,#block2{padding:3px;
- }
- #block2{
- background: {color:sidebar links};
- {block:iftransparentposts}
- background:transparent;
- {/block:iftransparentposts}
- {block:ifsemitransparentposts}
- background: rgba(255,255,255,.6);
- {/block:ifsemitransparentposts}
- margin-bottom:4px;
- width:85px;
- padding:1px;
- text-transform:;
- text-align:center;
- letter-spacing:1px;
- border:1px solid {color:border};
- padding:1px;
- display:inline-block;
- -webkit-transition: all 0.1s ease;
- -moz-transition: all 0.1s ease;
- transition: all 0.1s ease;
- }
- #block2:hover{
- }
- #block2:active{
- background:{color:link hover};
- }
- #open2{
- display:none;
- }
- #open3,#block3{padding:3px;
- }
- #block3{
- background: {color:sidebar links};
- {block:iftransparentposts}
- background:transparent;
- {/block:iftransparentposts}
- {block:ifsemitransparentposts}
- background: rgba(255,255,255,.6);
- {/block:ifsemitransparentposts}
- margin-bottom:4px;
- width:85px;
- padding:1px;
- text-transform:;
- text-align:center;
- letter-spacing:1px;
- border:1px solid {color:border};
- padding:1px;
- display:inline-block;
- -webkit-transition: all 0.1s ease;
- -moz-transition: all 0.1s ease;
- transition: all 0.1s ease;
- }
- #block3:hover{
- }
- #block3:active{
- background:{color:link hover};
- }
- #open3{
- display:none;
- }
- ol.notes li.note {
- padding:2px;
- letter-spacing:0px;
- }
- img.avatar {
- display:none;
- }
- .pagi {
- display:none;
- }
- .cc {
- margin:5px 0;
- }
- .cc img {
- max-width:100%;
- }
- .info {
- text-transform:lowercase;
- letter-spacing:1px;
- font:10px bitxmap;
- }
- .urls {
- text-transform:lowercase;
- letter-spacing:1px;
- margin:2px 0;
- }
- .urls a {
- color:{color:text};
- }
- .urls a:hover {
- color:{color:bg};
- }
- .tgs a {
- letter-spacing:1px;
- color:{color:text};
- }
- .tgs a:hover {
- color:{color:bg};
- }
- .tgsc:last-child {
- display:none;
- }
- .tumblrAutoPager_page_info,
- .tumblrAutoPager_page_separator {
- display:none;
- }
- .tumblr_audio_player {
- height:30px;
- width:250px;
- {block:permalinkpage}
- width:300px;
- {/block:permalinkpage}
- }
- .entry:hover .perm {
- margin-top:5px;
- opacity:1;
- text-align:right;
- -webkit-transition: all .7s ease;
- -moz-transition: all .7s ease;
- -o-transition: all .7s ease;
- transition: all .7s ease;
- }
- .perm{
- opacity:0;
- margin-top:-13px;
- font-family:bitxmap;
- font-size:10px;
- text-transform:lowercase;
- font-style:none;
- }
- </style>
- <script type='text/javascript' src='http://static.tumblr.com/d0qlne1/DiAl6ekb7/jquery-1.4.2.min.js'></script>
- {block:indexpage}
- {block:NextPage}<div id="page-nav"><a href="{NextPage}"></a></div>{/block:NextPage}
- <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.4/jquery.min.js"></script>
- <script type="text/javascript" src="http://static.tumblr.com/bswe8t6/UFVlryaq2/jquerymsnryv2.js"></script>
- <script type="text/javascript">
- $(window).load(function(){
- var $wall = $('#posts');
- $wall.imagesLoaded(function(){
- $wall.masonry({
- itemSelector: '.entry, .entry_photo',
- isAnimated : false
- });
- });
- $wall.infinitescroll({
- navSelector : '#page-nav',
- nextSelector : '#page-nav a',
- itemSelector : '.entry, .entry_photo',
- bufferPx : 2000,
- debug : false,
- errorCallback: function() {
- $('#infscr-loading').fadeOut('normal');
- }},
- function( newElements ) {
- var $newElems = $( newElements );
- $newElems.hide();
- $newElems.imagesLoaded(function(){
- $wall.masonry( 'appended', $newElems,{isAnimated: false}, function(){$newElems.fadeIn('slow');} );
- });
- }); $('#content').show(500);
- });
- </script>
- {/block:indexpage}
- {block:PermalinkPage}
- <script type="text/javascript">
- /* Photoset Resize Code by Kevin - EXCOLO.TUMBLR.COM */
- $(document).ready(function() {
- function photosetResize() {
- $('iframe.photoset').each(function(){
- var newSize = 300;
- var newSrc = $(this).attr('src').replace('500',newSize);
- $(this).attr('src', newSrc).width(newSize);
- var high = $(this).css('height');
- var calculate = parseInt(high, 10)* newSize/500;
- $(this).css('height', calculate);
- });
- }
- photosetResize();
- });
- </script>
- {/block:PermalinkPage}
- </head>
- <body>
- <div id="sidebar">
- <div id="blogt">
- {title}
- </div>
- <div id="blocks">
- <div id="block">{text:block one}</div>
- <div id="open">
- {description}
- </div>
- <div id="block2">{text:block two}</div>
- <div id="open2">
- {block:iflink1}
- <a href="{text:link 1}">{text:link 1 title}</a>
- {/block:iflink1}
- {block:iflink2}
- <br>
- <a href="{text:link 2}">{text:link 2 title}</a>
- {/block:iflink2}
- {block:iflink3}
- <br>
- <a href="{text:link 3}">{text:link 3 title}</a>
- {/block:iflink3}
- {block:iflink4}
- <br>
- <a href="{text:link 4}">{text:link 4 title}</a>
- {/block:iflink4}
- {block:iflink5}
- <br>
- <a href="{text:link 5}">{text:link 5 title}</a>
- <br>
- {/block:iflink5}
- </div>
- {block:ifthirdblock}
- <div id="block3">{text:block three}</div>
- <div id="open3">
- <!---
- ADD YOUR EXTRA INFO HERE.
- GOOD EXAMPLES ARE ONLINE COUNTERS OR NETWORKS
- FIND ONLINE COUNTER CODES AT
- freehostedscripts.net/onlinecounter/
- ----->
- </div>
- {/block:ifthirdblock}
- </div>
- </div>
- {block:IfMaximisedBackgroundImage}<div id="bg"><img src="{image:background}"></div>{/block:IfMaximisedBackgroundImage}
- <div id="bgim">
- <img src="{image:side image}" style="max-height:600px;">
- </div>
- <div class="pagi">
- {block:Pagination}
- {block:NextPage}
- <a href="{NextPage}" class="pagi" id="NextPage"></a>
- {/block:NextPage}
- {block:PreviousPage}
- <a href="{PreviousPage}" class="pagi" id="PreviousPage"></a>
- {/block:PreviousPage}
- {/block:Pagination}
- </div>
- <div id="posts">
- {block:Posts}
- <div class="entry">
- {block:Text}
- {block:Title}
- <h1>{Title}</h1>
- {/block:Title}
- <div class="txt" title="{TimeAgo}">
- {Body}
- </div>
- {block:IndexPage}
- {block:ifshowcaptions}
- {block:Caption}{Caption}{/block:Caption}
- {/block:ifshowcaptions}
- {block:HasTags}{block:ifshowtags}
- {block:Tags}<a href="{TagURL}" style="margin-top:5px;">#{Tag} </a>{/block:Tags} {/block:ifshowtags}{/block:HasTags}
- <div class="perm"><a href="{ReblogURL}" style="font-style:none;">reblog</a> | <a href="{Permalink}">{notecount}</a> </div>
- {/block:IndexPage}
- {/block:Text}
- <div style="position:fixed; background-color: {color:posts}; {block:iftransparentposts}background: rgba(255,255,255,.6);{/block:iftransparentposts}{block:ifsemitransparentposts}background: rgba(255,255,255,.6);{/block:ifsemitransparentposts} left:10px; bottom:10px; padding:4px; color: {color:link}; border:1px solid {color:border}; font-size:10px;"><a title="theme by senpiez"href="http://senpiez.tumblr.com/">作成者</a></div>
- {block:Photo}
- {block:IndexPage}
- <img src="{PhotoURL-HighRes}" alt="{PhotoAlt}" title="{TimeAgo}"/>
- {/block:IndexPage}
- {block:PermalinkPage}
- {LinkOpenTag}
- <a href="{PhotoURL-HighRes}">
- <div class="phot"><img src="{PhotoURL-500}"></div>
- </a>
- {LinkCloseTag}
- {/block:PermalinkPage}
- {block:IndexPage}
- {block:ifshowcaptions}
- {block:Caption}{Caption}{/block:Caption}
- {/block:ifshowcaptions}
- {block:HasTags}{block:ifshowtags}
- {block:Tags}<a href="{TagURL}" style="margin-top:15px;">#{Tag} </a>{/block:Tags} {/block:ifshowtags}{/block:HasTags}
- <div class="perm"><a href="{ReblogURL}" style="font-style:none;">reblog</a> | <a href="{Permalink}">{notecount}</a> </div>
- {/block:IndexPage}
- {/block:Photo}
- {block:Photoset}
- {block:IndexPage}
- <div class="ps" alt="{PhotoAlt}" title="{TimeAgo}">
- {block:if175px}
- {block:Photos}
- <img src="{PhotoURL-250}">
- {/block:Photos}
- {/block:if175px}
- {block:ifnot175px}
- {Photoset-250}
- {/block:ifnot175px}
- </div>
- {/block:IndexPage}
- {block:PermalinkPage}
- {Photoset-500}
- {/block:PermalinkPage}
- {block:IndexPage}
- {block:ifshowcaptions}
- {block:Caption}{Caption}{/block:Caption}
- {/block:ifshowcaptions}
- {block:HasTags}{block:ifshowtags}
- {block:Tags}<a href="{TagURL}" style="margin-top:15px;">#{Tag} </a>{/block:Tags} {/block:ifshowtags}{/block:HasTags}
- <div class="perm"><a href="{ReblogURL}" style="font-style:none;">reblog</a> | <a href="{Permalink}">{notecount}</a> </div>
- {/block:IndexPage}
- {/block:Photoset}
- {block:Quote}
- <div class="quo" title="{TimeAgo}">
- {Quote}
- </div>
- {block:Source}
- <div class="sou">{Source}</div>
- {/block:Source}
- {block:IndexPage}
- {block:ifshowcaptions}
- {block:Caption}{Caption}{/block:Caption}
- {/block:ifshowcaptions}
- {block:HasTags}{block:ifshowtags}
- {block:Tags}<a href="{TagURL}" style="margin-top:5px;">#{Tag} </a>{/block:Tags} {/block:ifshowtags}{/block:HasTags}
- <div class="perm"><a href="{ReblogURL}" style="font-style:none;">reblog</a> | <a href="{Permalink}">{notecount}</a> </div>
- {/block:IndexPage}
- {/block:Quote}
- {block:Link}
- <a href="{URL}"><h1>{Name}</h1></a>
- {block:Description}{Description}{/block:Description}
- {block:IndexPage}
- {block:ifshowcaptions}
- {block:Caption}{Caption}{/block:Caption}
- {/block:ifshowcaptions}
- {block:HasTags}{block:ifshowtags}
- {block:Tags}<a href="{TagURL}" style="margin-top:5px;">#{Tag} </a>{/block:Tags} {/block:ifshowtags}{/block:HasTags}
- <div class="perm"><a href="{ReblogURL}" style="font-style:none;">reblog</a> | <a href="{Permalink}">{notecount}</a> </div>
- {/block:IndexPage}
- {/block:Link}
- {block:Chat}
- {block:Title}<h1>{Title}</h1>{/block:Title}
- {block:Lines}
- {block:Label}{Label} {Line}<br>{/block:label}
- {/block:Lines}
- {block:IndexPage}
- {block:ifshowcaptions}
- {block:Caption}{Caption}{/block:Caption}
- {/block:ifshowcaptions}
- <div class="perm"><a href="{ReblogURL}" style="font-style:none;">reblog</a> | <a href="{Permalink}">{notecount}</a> {block:ifshowtags}{block:HasTags}
- {block:Tags}<br><a href="{TagURL}" style="margin-top:5px;">{Tag} </a>{/block:Tags} {/block:HasTags}{/block:ifshowtags}</div>
- {/block:IndexPage}
- {/block:Chat}
- {block:Audio}
- <div class="audio" title="{TimeAgo}">
- {block:AudioPlayer}
- {AudioPlayerWhite}
- {/block:AudioPlayer}
- </div>
- <div class="api">
- {block:TrackName}
- {TrackName}
- {/block:TrackName}
- by
- {block:Artist}
- {Artist}
- {/block:Artist}
- </div>
- {block:IndexPage}
- {block:ifshowcaptions}
- {block:Caption}{Caption}{/block:Caption}
- {/block:ifshowcaptions}
- {block:HasTags}{block:ifshowtags}
- {block:Tags}<a href="{TagURL}" style="margin-top:5px;">#{Tag} </a>{/block:Tags} {/block:ifshowtags}{/block:HasTags}
- <div class="perm"><a href="{ReblogURL}" style="font-style:none;">reblog</a> | <a href="{Permalink}">{notecount}</a> </div>
- {/block:IndexPage}
- {/block:Audio}
- {block:Video}
- {block:IndexPage}
- {Video-250}
- {/block:IndexPage}
- {block:PermalinkPage}
- {Video-400}
- {/block:PermalinkPage}
- {block:IndexPage}
- {block:ifshowcaptions}
- {block:Caption}{Caption}{/block:Caption}
- {/block:ifshowcaptions}
- {block:HasTags}{block:ifshowtags}
- {block:Tags}<a href="{TagURL}" style="margin-top:5px;">#{Tag} </a>{/block:Tags} {/block:ifshowtags}{/block:HasTags}
- <div class="perm"><a href="{ReblogURL}" style="font-style:none;">reblog</a> | <a href="{Permalink}">{notecount}</a> </div>
- {/block:IndexPage}
- {/block:Video}
- {block:Answer}
- <div class="ques">{Asker}: {Question}</div>
- <br>
- <div class="asr">{Answer}</div>
- {block:IndexPage}
- {block:ifshowcaptions}
- {block:Caption}{Caption}{/block:Caption}
- {/block:ifshowcaptions}
- {block:HasTags}{block:ifshowtags}
- {block:Tags}<a href="{TagURL}" style="margin-top:5px;">#{Tag} </a>{/block:Tags} {/block:ifshowtags}{/block:HasTags}
- <div class="perm"><a href="{ReblogURL}" style="font-style:none;">reblog</a> | <a href="{Permalink}">{notecount}</a> </div>
- {/block:IndexPage}
- {/block:Answer}
- {block:PermalinkPage}
- <div class="cc">{block:Caption}{Caption}{/block:Caption}</div>
- {block:Date}
- <div class="info">
- <div class="ola">
- {DayOfMonthWithZero}.{MonthNumberWithZero}.{Year} <font style="padding:0 5px;">-</font> {24Hour}:{Minutes} <font style="padding:0 5px;">-</font> {NoteCountWithLabel}
- </div>
- </div>
- <div class="urls">
- <div class="ola">
- {block:RebloggedFrom}
- <a href="{ReblogParentURL}">{ReblogParentName}</a>
- {/block:RebloggedFrom}
- {block:ContentSource}
- (<a href="{SourceURL}">{SourceLink}</a>)
- {/block:ContentSource}
- </div>
- </div>
- {/block:Date}
- {/block:PermalinkPage}
- {block:PermalinkPage}
- {block:HasTags}
- <div class="tgs">
- <div class="ola">
- tagged as:
- {block:Tags}
- <a href="{TagURL}">{Tag}</a><span class="tgsc">, </span>
- {/block:Tags}
- </div>
- </div>
- {/block:HasTags}
- {block:PermalinkPage}
- {block:PostNotes}
- {PostNotes}
- {/block:PostNotes}
- </div>
- {/block:Posts}
- </div>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment