Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html><html>
- <!--
- Theme by Maomu / 9ano.
- Terms of Use: http://maomuthemes.tumblr.com/#tou
- Support: http://maomuthemes.tumblr.com/ask
- This theme is licensed under a Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International license.
- http://creativecommons.org/licenses/by-nc-nd/4.0/
- -->
- <head>
- <title>
- {Title}
- </title>
- {block:Description}
- <meta name="description" content="{MetaDescription}"/>
- {/block:Description}
- <link rel="shortcut icon" href="{image:Favicon}"/>
- <link rel="apple-touch-icon" href="{PortraitURL-128}"/>
- <link rel="alternate" type="application/rss+xml" href="{RSS}"/>
- <!-- google fonts -->
- <link href='http://fonts.googleapis.com/css?family=Roboto' rel='stylesheet' type='text/css'>
- <link href='http://fonts.googleapis.com/css?family=Source+Sans+Pro' rel='stylesheet' type='text/css'>
- <link href='http://fonts.googleapis.com/css?family=Ubuntu' rel='stylesheet' type='text/css'>
- <!-- end fonts -->
- <link href="#s-m-t-tooltip" rel="stylesheet" type="text/css" />
- {block:IfInfiniteScroll}
- <script type="text/javascript" src="http://codysherman.tumblr.com/tools/infinite-scrolling/code"></script>
- {/block:IfInfiniteScroll}
- <meta name="image:Background" content=""/>
- <meta name="image:Favicon" content=""/>
- <meta name="image:Sidebar" content=""/>
- <meta name="color:Background" content="#dde8f8"/>
- <meta name="color:Back to Top" content="#ffffff"/>
- <meta name="color:Blockquote Border" content="#e7e7e7"/>
- <meta name="color:Blockquote Text" content="#737373"/>
- <meta name="color:Body Background" content="#ffffff"/>
- <meta name="color:Body Border" content="#dde8f8"/>
- <meta name="color:Header Background" content="#ffffff"/>
- <meta name="color:Header Border" content="#dde8f8"/>
- <meta name="color:Link" content="#bfd1ea"/>
- <meta name="color:Link Post" content="#56bc8a"/>
- <meta name="color:Link Post Text" content="#ffffff"/>
- <meta name="color:Permalink Background" content="#ffffff"/>
- <meta name="color:Permalink Border" content="#e5e5e5"/>
- <meta name="color:Permalink Text" content="#a5a5a5"/>
- <meta name="color:Post Icon Background" content="#ffffff"/>
- <meta name="color:Post Icon Border" content="#e5e5e5"/>
- <meta name="color:Question Background" content="#f8f8f8"/>
- <meta name="color:Question Border" content="#dfdfdf"/>
- <meta name="color:Question Text" content="#898989"/>
- <meta name="color:Sidebar Title" content="#d1def0"/>
- <meta name="color:Sidebar Plus" content="#dde8f8"/>
- <meta name="color:Text" content="#737373"/>
- <meta name="color:Title" content="#dde8f8"/>
- <meta name="if:Infinite Scroll" content="0"/>
- <meta name="if:Post Icons" content="1"/>
- <meta name="if:Rounded Navigation" content="0"/>
- <meta name="if:Rounded Post Icons" content="0"/>
- <meta name="if:Sticky Sidebar" content=0""/>
- <meta name="if:Small Posts" content="0"/>
- <meta name="if:Medium Posts" content="0"/>
- <meta name="if:Large Posts" content="1"/>
- <meta name="if:Header Border" content="0"/>
- <meta name="if:Body Border" content="0"/>
- <meta name="if:Permalink Border" content="1"/>
- <meta name="if:Show Caption" content="0"/>
- <meta name="if:Show Tags" content="1"/>
- <meta name="if:Tag Border" content=""/>
- <meta name="if:Tile Background" content="0"/>
- <meta name="if:White Tumblr Controls" content="1"/>
- <meta name="text:URL" content=""/>
- <meta name="text:Link 1" content="link 1"/>
- <meta name="text:Link 1 URL" content=""/>
- <meta name="text:Link 2" content="link 2"/>
- <meta name="text:Link 2 URL" content=""/>
- <meta name="text:Link 3" content="link 3"/>
- <meta name="text:Link 3 URL" content=""/>
- <meta name="text:Link 4" content="link 4"/>
- <meta name="text:Link 4 URL" content=""/>
- <meta name="text:Link 5" content="link 5"/>
- <meta name="text:Link 5 URL" content=""/>
- <meta name="text:Link 6" content="link 6"/>
- <meta name="text:Link 6 URL" content=""/>
- <meta name="text:Link 7" content="link 7"/>
- <meta name="text:Link 7 URL" content=""/>
- <meta name="text:Link 8" content="link 8"/>
- <meta name="text:Link 8 URL" content=""/>
- <meta name="select:Body Font" content="Arial" title="Arial"/>
- <meta name="select:Body Font" content="Consolas" title="Consolas"/>
- <meta name="select:Body Font" content="Roboto" title="Roboto"/>
- <meta name="select:Body Font" content="Source Sans Pro" title="Source Sans Pro"/>
- <meta name="select:Body Font" content="Verdana" title="Verdana"/>
- <meta name="select:Font Size" content="11px" title="Small"/>
- <meta name="select:Font Size" content="12px" title="Medium"/>
- <meta name="select:Font Size" content="13px" title="Large"/>
- <style type="text/css">
- @import url(http://weloveiconfonts.com/api/?family=entypo|fontawesome);
- /* entypo */
- [class*="entypo-"]:before {
- background:{color:Title};
- {block:IfRoundedNavigation}
- border-radius:50%;
- {/block:IfRoundedNavigation}
- {block:IfNotRoundedNavigation}
- border-radius:3px;
- {/block:IfNotRoundedNavigation}
- font-family: 'entypo', sans-serif;
- font-size:20px;
- margin-right:7px;
- padding:6px; padding-left:7.5px; padding-right:6px;
- }
- /* fontawesome */
- [class*="fontawesome-"]:before {
- font-family: 'FontAwesome', sans-serif;
- }
- iframe#tumblr_controls {
- position:fixed !important;
- {block:IfWhiteTumblrControls}
- opacity:0.4;
- -webkit-filter:invert(100%);
- -moz-filter:invert(100%);
- -o-filter:invert(100%);
- -ms-filter:invert(100%);
- filter:invert(100%);
- -webkit-transition:all 0.8s ease-out;
- -moz-transition:all 0.8s ease-out;
- transition:all 0.8s ease-out;
- {/block:IfWhiteTumblrControls}
- z-index:9999;
- }
- {block:IndexPage}
- iframe#tumblr_controls {
- opacity:0;
- position:fixed !important;
- z-index:-1;
- }
- {/block:IndexPage}
- body {
- background-attachment:fixed;
- background-color:{color:Background};
- background-image:url('{image:Background}');
- background-position:top left;
- margin:0;
- {block:IfTileBackground}
- background-repeat:repeat;
- {/block:IfTileBackground}
- {block:IfNotTileBackground}
- background-size:cover;
- background-repeat:no-repeat;
- {/block:IfNotTileBackground}
- color:{color:Text};
- font-family:{select:Body Font};
- font-size:{select:Font Size};
- line-height:1.5em;
- word-wrap:break-word;
- }
- header {
- font-size:14px;
- letter-spacing:1px;
- line-height:25px;
- }
- h2 {
- background:{color:Link Post};
- border-radius:3px 0px 0px 3px;
- font-size:14px;
- font-weight:normal;
- display:table-cell;
- height:82px;
- letter-spacing:1px;
- line-height:20px;
- padding:10px;
- text-align:center;
- word-wrap:break-word;
- vertical-align:middle;
- {block:IfSmallPosts}
- min-width:121px;
- max-width:121px;
- {/block:IfSmallPosts}
- {block:IfMediumPosts}
- min-width:171px;
- max-width:171px;
- {/block:IfMediumPosts}
- {block:IfLargePosts}
- min-width:271px;
- max-width:271px;
- {/block:IfLargePosts}
- }
- h2 a {
- color:{color:Link Post Text};
- }
- .host {
- color:{color:Link Post Text};
- font-size:{select:Font Size};
- margin-top:3px;
- }
- .thumb {
- border-radius:0px 3px 3px 0px;
- margin-top:-51px;
- margin-left:-6px;
- max-width:102px;
- position:absolute;
- z-index:1;
- }
- a {
- color:{color:Link};
- opacity:1;
- text-decoration:none;
- }
- blockquote {
- border-left:2px solid {color:Blockquote Border};
- color:{color:Blockquote Text};
- margin-left:12px;
- padding-left:11px;
- padding-right:0;
- {block:IfSmallPosts}
- width:89%;
- {/block:IfSmallPosts}
- {block:IfMediumPosts}
- width:91.5%;
- {/block:IfMediumPosts}
- {block:IfLargePosts}
- width:93.5%;
- {/block:IfLargePosts}
- }
- li {
- margin-left:-11px;
- padding-left:-11px;
- padding-right:0;
- width:90%;
- }
- pre {
- color:{color:Blockquote Text};
- font-size:{select:Font Size};
- }
- #header-bar {
- background-color:{color:Header Background};
- {block:IfHeaderBorder}
- border-bottom:1px solid {color:Header Border};
- {/block:IfHeaderBorder}
- height:55px;
- position:fixed;
- top:0; left:0;
- width:100%;
- z-index:100;
- }
- .title {
- font-size:25px;
- letter-spacing:1px;
- margin-left:130px;
- padding:20px;
- }
- .title a {
- color:{color:Header Background};
- }
- .sfm input {
- background-color:{color:Header Background};
- border:2px solid {color:Header Border};
- {block:IfRoundedNavigation}
- border-radius:30px;
- {/block:IfRoundedNavigation}
- {block:IfNotRoundedNavigation}
- border-radius:3px;
- {/block:IfNotRoundedNavigation}
- color:{color:Title};
- float:right;
- font:11px consolas;
- height:17px;
- letter-spacing:1px;
- margin-top:-25px;
- padding:6px;
- width:200px;
- }
- .alt-title {
- background:{color:Body Background};
- {block:IfBodyBorder}
- border:1px solid {color:Body Border};
- {/block:IfBodyBorder}
- border-radius:3px;
- font-size:14px;
- letter-spacing:1px;
- line-height:22px;
- margin-left:40px;
- margin-bottom:15px;
- padding:15px;
- {block:IfSmallPosts}
- width:254px;
- {/block:IfSmallPosts}
- {block:IfMediumPosts}
- width:304px;
- {/block:IfMediumPosts}
- {block:IfLargePosts}
- width:404px;
- {/block:IfLargePosts}
- }
- #wrapper, article {
- margin:0 auto;
- {block:IfSmallPosts}
- width:582px;
- {/block:IfSmallPosts}
- {block:IfMediumPosts}
- width:632px;
- {/block:IfMediumPosts}
- {block:IfLargePosts}
- width:732px;
- {/block:IfLargePosts}
- }
- figure {
- background:{color:Body Background};
- {block:IfBodyBorder}
- border:1px solid {color:Body Border};
- {/block:IfBodyBorder}
- border-radius:3px;
- margin-bottom:18px; margin-left:42px;
- padding:17px;
- {block:IfSmallPosts}
- max-width:250px;
- {/block:IfSmallPosts}
- {block:IfMediumPosts}
- max-width:300px;
- {/block:IfMediumPosts}
- {block:IfLargePosts}
- max-width:400px;
- {/block:IfLargePosts}
- }
- .post-icon {
- background:{color:Post Icon Background};
- {block:IfBodyBorder}
- border:1px solid {color:Post Icon Border};
- {/block:IfBodyBorder}
- {block:IfNotRoundedPostIcons}
- border-radius:3px;
- {/block:IfNotRoundedPostIcons}
- {block:IfRoundedPostIcons}
- border-radius:50%;
- {/block:IfRoundedPostIcons}
- float:left;
- margin-left:-30px;
- opacity:1;
- padding:9px;
- width:42px;
- }
- .via-source {
- background:{color:Permalink Background};
- {block:IfPermalinkBorder}
- border-bottom:1px solid {color:Permalink Border};
- {/block:IfPermalinkBorder}
- border-radius:3px 3px 0px 0px;
- margin:-17px 0px 17px -17px;
- padding:11px;
- text-transform:lowercase;
- {block:IfSmallPosts}
- width:262px;
- {/block:IfSmallPosts}
- {block:IfMediumPosts}
- width:312px;
- {/block:IfMediumPosts}
- {block:IfLargePosts}
- width:412px;
- {/block:IfLargePosts}
- }
- .perma {
- background:{color:Permalink Background};
- {block:IfPermalinkBorder}
- border-top:1px solid {color:Permalink Border};
- {/block:IfPermalinkBorder}
- border-radius:0px 0px 3px 3px;
- margin:12px 0px -17px -17px;
- padding:11px;
- {block:IfSmallPosts}
- width:262px;
- {/block:IfSmallPosts}
- {block:IfMediumPosts}
- width:312px;
- {/block:IfMediumPosts}
- {block:IfLargePosts}
- width:412px;
- {/block:IfLargePosts}
- }
- .via-source a, .perma a {
- color:{color:Permalink Text};
- }
- .like {
- float:right;
- margin-right:10px;
- margin-top:-16px;
- }
- .reblog {
- float:right;
- margin-top:-16px;
- }
- .tags {
- {block:IfTagBorder}
- border-top:1px solid {color:Permalink Border};
- margin-left:-18px;
- padding-top:10px;
- padding-left:10px;
- {block:IfSmallPosts}
- width:275px;
- {/block:IfSmallPosts}
- {block:IfMediumPosts}
- width:325px;
- {/block:IfMediumPosts}
- {block:IfLargePosts}
- width:425px;
- {/block:IfLargePosts}
- {/block:IfTagBorder}
- line-height:19px;
- }
- img {
- max-width:100%;
- }
- blockquote img {
- max-width:100%;
- width:100%;
- height:auto;
- }
- .text img {
- margin-left:-45px;
- max-width:100%;
- width:100%;
- height:auto;
- }
- .qa {
- {block:IfSmallPosts}
- width:250px;
- {/block:IfSmallPosts}
- {block:IfMediumPosts}
- width:300px;
- {/block:IfMediumPosts}
- {block:IfLargePosts}
- width:400px;
- {/block:IfLargePosts}
- }
- .photoset {
- margin-left:.5px;
- }
- .chat ul {
- list-style:none;
- margin:0;
- padding:0;
- }
- .chat li {
- line-height:21px;
- margin-bottom:10px;
- padding:0px 0px 0px 11px;
- {block:IfSmallPosts}
- width:255px;
- {/block:IfSmallPosts}
- {block:IfMediumPosts}
- width:305px;
- {/block:IfMediumPosts}
- {block:IfLargePosts}
- width:405px;
- {/block:IfLargePosts}
- }
- .question, .answer {
- background:{color:Question Background};
- border:1px solid {color:Question Border};
- border-radius:3px;
- color:{color:Question Text};
- display:inline-block;
- padding:10px;
- position:relative;
- {block:IfSmallPosts}
- width:177px;
- {/block:IfSmallPosts}
- {block:IfMediumPosts}
- width:227px;
- {/block:IfMediumPosts}
- {block:IfLargePosts}
- width:327px;
- {/block:IfLargePosts}
- }
- .question:after, .question:before, .answer:after, .answer:before {
- left: 100%;
- top:20px;
- border: solid transparent;
- content: " ";
- height:0;
- width: 0;
- position: absolute;
- pointer-events: none;
- }
- .question:after, .answer:after {
- border-color: rgba(136, 183, 213, 0);
- border-left-color:{color:Question Background};
- border-width: 5px;
- margin-top: -5.5px;
- }
- .question:before, .answer:before {
- border-color: rgba(194, 225, 245, 0);
- border-left-color:{color:Question Border};
- border-width: 7px;
- margin-top: -6.5px;
- }
- .question a, .answer a {
- color:{color:Question Text};
- }
- .asker-avatar {
- border-radius:2px;
- display:inline-block;
- float:right;
- margin-right:-3px;
- max-width:40px;
- }
- .tumblr_audio_player {
- border-radius:3px;
- {block:IfSmallPosts}
- height:50px;
- width:250px;
- {/block:IfSmallPosts}
- {block:IfMediumPosts}
- height:80px;
- width:300px;
- {/block:IfMediumPosts}
- {block:IfLargePosts}
- width:400px;
- {/block:IfLargePosts}
- }
- .videoWrapper {
- height:0;
- padding-bottom:56.25%;
- position:relative;
- }
- .videoWrapper iframe {
- height:100%;
- left:0;
- position:absolute;
- top:0;
- width:100%;
- }
- #sidebar {
- float:right;
- margin-right:-10px;
- {block:IfStickySidebar}
- {block:IfSmallPosts}
- margin-left:360px;
- {/block:IfSmallPosts}
- {block:IfMediumPosts}
- margin-left:410px;
- {/block:IfMediumPosts}
- {block:IfLargePosts}
- margin-left:510px;
- {/block:IfLargePosts}
- position:fixed;
- {/block:IfStickySidebar}
- }
- .desc {
- background:{color:Body Background};
- {block:IfBodyBorder}
- border:1px solid {color:Body Border};
- {/block:IfBodyBorder}
- border-radius:3px;
- height:auto;
- padding:10px;
- width:210px;
- }
- .navies {
- border-top:1px solid {color:Body Border};
- margin-left:-10px;
- padding:10px;
- width:210px;
- }
- .plus {
- background-color:{color:Sidebar Plus};
- {block:IfRoundedNavigation}
- border-radius:50%;
- {/block:IfRoundedNavigation}
- {block:IfNotRoundedNavigation}
- border-radius:2px;
- {/block:IfNotRoundedNavigation}
- color:#ffffff;
- font-family:verdana;
- font-size:17px;
- font-weight:bold;
- float:right;
- margin:-5px -5px 0px 0px;
- padding:5px;
- }
- .links_list {
- border-top:1px solid {color:Body Border};
- margin-left:-10px;
- padding:10px; padding-bottom:0px;
- width:210px;
- }
- .links_head {
- color:{color:Link};
- opacity:1;
- cursor:pointer;
- position:relative;
- }
- .links_body {
- text-align:left;
- display:none;
- line-height:21px;
- }
- .links_body a {
- color:{color:Sidebar Title};
- }
- .side-img {
- background:{color:Body Background};
- {block:IfBodyBorder}
- border:1px solid {color:Body Border};
- {/block:IfBodyBorder}
- border-radius:3px;
- margin-top:35px;
- max-width:230px;
- padding-bottom:39px;
- }
- .notecontainer {
- background:{color:Body Background};
- {block:IfBodyBorder}
- border:1px solid {color:Body Border};
- {/block:IfBodyBorder}
- border-radius:3px;
- margin-left:40px;
- max-height:250px;
- overflow-x:hidden; overflow-y:scroll;
- padding:17px; padding-bottom:5px;
- {block:IfSmallPosts}
- width:250px;
- {/block:IfSmallPosts}
- {block:IfMediumPosts}
- width:300px;
- {/block:IfMediumPosts}
- {block:IfLargePosts}
- width:400px;
- {/block:IfLargePosts}
- }
- .notecontainer a, ol.notes li.note .answer_content {
- font-weight:normal;
- }
- ol.notes {
- list-style-type:none;
- margin:10px 0px 0px 0px;
- text-align:right;
- }
- ol.notes li.note {
- padding:10px;
- padding-bottom:12px;
- }
- ol.notes li.note img.avatar {
- background:{color:Permalink Background};
- border:1px solid {color:Permalink Text};
- border-radius:2px;
- height:16px;
- margin-right:10px;
- padding:4px;
- vertical-align:-4px;
- width:16px;
- display:none;
- }
- ol.notes li.note blockquote {
- border-color: #eee;
- padding: 4px 10px;
- margin: 10px 0px 0px 25px;
- }
- ol.notes li.note blockquote a {
- text-decoration: none;
- }
- #pagination {
- float:right;
- margin-right:255px;
- padding-bottom:35px;
- padding-top:16px;
- }
- .pagi {
- background-color:{color:Body Background};
- {block:IfBodyBorder}
- border:1px solid {color:Body Border};
- {/block:IfBodyBorder}
- border-radius:3px;
- padding:10px;
- }
- .topp {
- font-size:23px;
- }
- #scrollToTop:link, #scrollToTop:visited {
- color:{color:Back to Top};
- background-color:transparent;
- display:none;
- position:fixed;
- bottom:20px;
- right:20px;
- }
- #s-m-t-tooltip {
- background:{color:Body Background};
- border:1px solid {color:Body Border};
- border-radius:2px;
- color:{color:Sidebar Title};
- display:block;
- font:11px consolas;
- letter-spacing:1px;
- margin: 20px 10px 15px 15px;
- max-width:120px;
- padding:6px; padding-bottom:6px; padding-left:7px;
- word-wrap:break-word;
- z-index:999999;
- }
- {CustomCSS}
- </style>
- <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
- <script src="http://static.tumblr.com/ikeq9mi/DfYl6o46t/scrolltotop.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>
- <script type="text/javascript">
- $(document).ready(function(){
- $(".links_body").hide();
- $(".links_head").click(function(){
- $(this).next(".links_body").slideToggle('fast');
- }); }); </script>
- </head>
- <body>
- <div id="header-bar">
- <div class="title">
- <a style="color:{color:Title};" href="/">{Title}.</a>
- {block:IndexPage}
- <div style="font-family:verdana; float:right; margin-top:-4px; margin-right:223px;">
- <a title="fanmail" href="https://www.tumblr.com/send/{text:URL}?redirect_to=http%3A%2F%2F{text:URL}.tumblr.com%2F"><span class="entypo-mail"></span></a> <a title="follow" href="http://tumblr.com/follow/{text:URL}"><span class="entypo-plus-squared"></span></a> <a title="dashboard" href="http://tumblr.com/dashboard"><span class="entypo-home"></span></a> <a title="© maomu" href="http://maomuthemes.tumblr.com"><span class="entypo-leaf"></span></a>
- </div>
- <form action="/search" method="get" class="sfm">
- <input type="text" name="q" value="Search my blog..." id="sf"/>
- </form>
- {/block:IndexPage}
- </div>
- </div>
- <div id="wrapper" style="margin-top:80px;">
- <div id="sidebar">
- <div class="desc">
- <header style="color:{color:Sidebar Title}; margin-bottom:7px; word-wrap:break-word;">{text:URL}</header>
- {Description}<br><br>
- <div class="navies" style="border-top:2px solid {color:Body Border};"> <a href="/ask"> <span class="fontawesome-save"></span> Inbox </a> </div>
- <div class="navies"> <a href="/archive"> <span class="fontawesome-user"></span> Archive </a> </div>
- <div class="links_list">
- <div class="links_head"> <span class="fontawesome-bolt"></span> More <div class="plus"> + </div> </div>
- <div class="links_body" style="margin-top:7px;">
- {block:IfLink1}<a href="{text:Link 1 URL}">{text:Link 1}</a><br>{/block:IfLink1}{block:IfLink2}<a href="{text:Link 2 URL}">{text:Link 2}</a><br>{/block:IfLink2}{block:IfLink3}<a href="{text:Link 3 URL}">{text:Link 3}</a><br>{/block:IfLink3}{block:IfLink4}<a href="{text:Link 4 URL}">{text:Link 4}</a><br>{/block:IfLink4}{block:IfLink5}<a href="{text:Link 5 URL}">{text:Link 5}</a><br>{/block:IfLink5}{block:IfLink6}<a href="{text:Link 6 URL}">{text:Link 6}</a><br>{/block:IfLink6}{block:IfLink7}<a href="{text:Link 7 URL}">{text:Link 7}</a><br>{/block:IfLink7}{block:IfLink8}<a href="{text:Link 8 URL}">{text:Link 8}</a><br>{/block:IfLink8}
- </div>
- </div>
- </div>
- <div>
- <img class="side-img" src="{image:Sidebar}" alt=""/> <div style="font:11px consolas; letter-spacing:1px; margin:-32px 10px;"> <a href="/random">Random...</a> </div>
- </div>
- </div>
- {block:IfInfiniteScroll}<div class= "autopagerize_page_element">{/block:IfInfiniteScroll}
- {block:TagPage}<div class="alt-title">Posts tagged with <font style="color:{color:Link}">#{Tag}</font></div>{/block:TagPage}
- {block:Posts}
- <!-- photo -->
- {block:Photo}
- <article>
- {block:IfPostIcons}<img class="post-icon" src="http://static.tumblr.com/fakssb6/6HQngfmr2/t-photo_150.jpg"/>{/block:IfPostIcons}
- <figure>
- {block:Reblog}<div class="via-source">{block:RebloggedFrom}<a href="{ReblogParentURL}" ><b>→</b> via {ReblogParentName}</a> {/block:RebloggedFrom}{block:ContentSource}<a href="{SourceURL}">© by {ReblogRootName}</a>{/block:ContentSource}</div>{/block:Reblog}
- {LinkOpenTag}<img src="{PhotoURL-HighRes}" alt="{PhotoAlt}"/>{LinkCloseTag}
- {block:IfShowCaption}{block:Caption}{Caption}{/block:Caption}{/block:IfShowCaption}{block:IfNotShowCaption}{block:PermalinkPage}{block:Caption}{Caption}{/block:Caption}{/block:PermalinkPage}{/block:IfNotShowCaption}
- {block:IfShowTags}{block:Date}{block:HasTags}<div class="tags" style="">{block:Tags}<a href="{TagURL}"><span>#{Tag} </span></a>{/block:Tags}</div>{/block:HasTags}{/block:Date}{/block:IfShowTags}
- <div class="perma"><a href="{Permalink}">{NoteCountWithLabel}</a><div class="like_and_reblog_buttons"><div class="reblog">{ReblogButton size="18"}</div><div class="like">{LikeButton size="18"}</div></div></div>
- </figure>
- </article>
- {/block:Photo}
- <!-- photoset -->
- {block:Photoset}
- <article>
- {block:IfPostIcons}<img class="post-icon" src="http://static.tumblr.com/fakssb6/6HQngfmr2/t-photo_150.jpg"/>{/block:IfPostIcons}
- <figure>
- {block:Reblog}<div class="via-source">{block:RebloggedFrom}<a href="{ReblogParentURL}" ><b>→</b> via {ReblogParentName}</a> {/block:RebloggedFrom}{block:ContentSource}<a href="{SourceURL}">© by {ReblogRootName}</a>{/block:ContentSource}</div>{/block:Reblog}
- <div class="photoset">{Photoset}</div>
- {block:HighRes}{PhotoURL-HighRes}{/block:HighRes}
- {block:IfShowCaption}{block:Caption}{Caption}{/block:Caption}{/block:IfShowCaption}{block:IfNotShowCaption}{block:PermalinkPage}{block:Caption}{Caption}{/block:Caption}{/block:PermalinkPage}{/block:IfNotShowCaption}
- {block:IfShowTags}{block:Date}{block:HasTags}<div class="tags" style="">{block:Tags}<a href="{TagURL}"><span>#{Tag} </span></a>{/block:Tags}</div>{/block:HasTags}{/block:Date}{/block:IfShowTags}
- <div class="perma"><a href="{Permalink}">{NoteCountWithLabel}</a><div class="like_and_reblog_buttons"><div class="reblog">{ReblogButton size="18"}</div><div class="like">{LikeButton size="18"}</div></div></div>
- </figure>
- </article>
- {/block:Photoset}
- <!-- text -->
- {block:Text}
- <article>
- {block:IfPostIcons}<img class="post-icon" src="http://static.tumblr.com/fakssb6/4pFngfn1z/t-text.jpg"/>{/block:IfPostIcons}
- <figure>
- {block:Reblog}<div class="via-source">{block:RebloggedFrom}<a href="{ReblogParentURL}" ><b>→</b> via {ReblogParentName}</a> {/block:RebloggedFrom}{block:ContentSource}<a href="{SourceURL}">© by {ReblogRootName}</a>{/block:ContentSource}</div>{/block:Reblog}
- {block:Title}<header>{Title}</header>{/block:Title} <div class="text">{Body}</div>
- {block:IfShowTags}{block:Date}{block:HasTags}<div class="tags" style="">{block:Tags}<a href="{TagURL}"><span>#{Tag} </span></a>{/block:Tags}</div>{/block:HasTags}{/block:Date}{/block:IfShowTags}
- {block:Date}<div class="perma"><a href="{Permalink}">{NoteCountWithLabel}</a><div class="like_and_reblog_buttons"><div class="reblog">{ReblogButton size="18"}</div><div class="like">{LikeButton size="18"}</div></div></div>{/block:Date}
- </figure>
- </article>
- {/block:Text}
- <!-- quote -->
- {block:Quote}
- <article>
- {block:IfPostIcons}<img class="post-icon" src="http://static.tumblr.com/fakssb6/eeingfmtz/t-quote_150.jpg"/>{/block:IfPostIcons}
- <figure>
- {block:Reblog}<div class="via-source">{block:RebloggedFrom}<a href="{ReblogParentURL}"><b>→</b> via {ReblogParentName}</a> {/block:RebloggedFrom}{block:ContentSource}<a href="{SourceURL}">© by {ReblogRootName}</a>{/block:ContentSource}</div>{/block:Reblog}
- <header style="line-height:21px;">{Quote}</header>{block:Source}<div style="margin-top:10px;">— {Source}</div>{/block:Source}
- {block:IfShowTags}{block:Date}{block:HasTags}<div class="tags" style="margin-top:6px;">{block:Tags}<a href="{TagURL}"><span>#{Tag} </span></a>{/block:Tags}</div>{/block:HasTags}{/block:Date}{/block:IfShowTags}
- <div class="perma"><a href="{Permalink}">{NoteCountWithLabel}</a><div class="like_and_reblog_buttons"><div class="reblog">{ReblogButton size="18"}</div><div class="like">{LikeButton size="18"}</div></div>
- </div>
- </figure>
- </article>
- {/block:Quote}
- <!-- link -->
- {block:Link}
- <article>
- {block:IfPostIcons}<img class="post-icon" src="http://static.tumblr.com/fakssb6/F7pngtefz/t-link.jpg"/>{/block:IfPostIcons}
- <figure>
- {block:Reblog}<div class="via-source">{block:RebloggedFrom}<a href="{ReblogParentURL}"><b>→</b> via {ReblogParentName}</a> {/block:RebloggedFrom}{block:ContentSource}<a href="{SourceURL}">© by {ReblogRootName}</a>{/block:ContentSource}</div>{/block:Reblog}
- <table><tr>
- <td><h2><div style="max-height:59px; overflow:hidden;"><a href="{URL}">{Name}</a></div><div class="host">{block:Host}{Host}{/block:Host}...</div></h2></td>
- <td>{block:Reblog}<img src="{ReblogRootPortraitURL-128}" class="thumb">{/block:Reblog}{block:NotReblog}<img src="{PortraitURL-128}" class="thumb">{/block:NotReblog}{block:Thumbnail}<img class="thumb" src="{Thumbnail}" alt=""/>{/block:Thumbnail}</td>
- </tr></table>
- {block:Description}{Description}{/block:Description}
- {block:IfShowTags}{block:Date}{block:HasTags}<div class="tags" style="">{block:Tags}<a href="{TagURL}"><span>#{Tag} </span></a>{/block:Tags}</div>{/block:HasTags}{/block:Date}{/block:IfShowTags}
- <div class="perma"><a href="{Permalink}">{NoteCountWithLabel}</a><div class="like_and_reblog_buttons"><div class="reblog">{ReblogButton size="18"}</div><div class="like">{LikeButton size="18"}</div></div>
- </div>
- </figure>
- </article>
- {/block:Link}
- <!-- chat -->
- {block:Chat}
- <article>
- {block:IfPostIcons}<img class="post-icon" src="http://static.tumblr.com/fakssb6/8JKngfpfs/t-chat.jpg"/>{/block:IfPostIcons}
- <figure>
- {block:Reblog}<div class="via-source">{block:RebloggedFrom}<a href="{ReblogParentURL}"><b>→</b> via {ReblogParentName}</a> {/block:RebloggedFrom}{block:ContentSource}<a href="{SourceURL}">© by {ReblogRootName}</a>{/block:ContentSource}</div>{/block:Reblog}
- {block:Title}<header style="margin-bottom:10px;">{Title}</header>{/block:Title}
- <div class="chat"><ul>{block:Lines}<li class="{Alt}">{block:Label}<b>{Label}</b> {/block:Label}{Line}</li>{/block:Lines}</ul></div>
- {block:IfShowTags}{block:Date}{block:HasTags}<div class="tags" style="">{block:Tags}<a href="{TagURL}"><span>#{Tag} </span></a>{/block:Tags}</div>{/block:HasTags}{/block:Date}{/block:IfShowTags}
- <div class="perma"><a href="{Permalink}">{NoteCountWithLabel}</a><div class="like_and_reblog_buttons"><div class="reblog">{ReblogButton size="18"}</div><div class="like">{LikeButton size="18"}</div></div>
- </div>
- </figure>
- </article>
- {/block:Chat}
- <!-- answer -->
- {block:Answer}
- <article>
- {block:IfPostIcons}<img class="post-icon" src="{PortraitURL-64}"/>{/block:IfPostIcons}
- <figure>
- {block:Reblog}<div class="via-source">{block:RebloggedFrom}<a href="{ReblogParentURL}"><b>→</b> via {ReblogParentName}</a> {/block:RebloggedFrom}{block:ContentSource}<a href="{SourceURL}">© by {ReblogRootName}</a>{/block:ContentSource}</div>{/block:Reblog}
- <div class="qa"><div class="question"><font style="text-transform:lowercase; font-weight:bold;">{Asker}</font> asked: {Question}</div><img class="asker-avatar" src="{AskerPortraitURL-40}" alt=""></div>
- {block:Answerer}<div class="qa"><div class="answer" style="margin-top:10px;"><b>{Answerer}</b> answered: {Answer}</div><img class="asker-avatar" style="margin-top:10px;" src="{AnswererPortraitURL-40}" alt=""></div>{/block:Answerer}
- <div class="replies" style="margin-bottom:7px">{Replies}</div>
- {block:IfShowTags}{block:Date}{block:HasTags}<div class="tags" style="">{block:Tags}<a href="{TagURL}"><span>#{Tag} </span></a>{/block:Tags}</div>{/block:HasTags}{/block:Date}{/block:IfShowTags}
- <div class="perma"><a href="{Permalink}">{NoteCountWithLabel}</a><div class="like_and_reblog_buttons"><div class="reblog">{ReblogButton size="18"}</div><div class="like">{LikeButton size="18"}</div></div>
- </div>
- </figure>
- </article>
- {/block:Answer}
- <!-- audio -->
- {block:Audio}
- <article>
- {block:IfPostIcons}<img class="post-icon" src="http://static.tumblr.com/fakssb6/BNfngfmvw/t-audio_150.jpg"/>{/block:IfPostIcons}
- <figure>
- {block:Reblog}<div class="via-source">{block:RebloggedFrom}<a href="{ReblogParentURL}"><b>→</b> via {ReblogParentName}</a> {/block:RebloggedFrom}{block:ContentSource}<a href="{SourceURL}">© by {ReblogRootName}</a>{/block:ContentSource}</div>{/block:Reblog}
- {block:AudioEmbed}{AudioEmbed}{/block:AudioEmbed}
- {block:IfShowCaption}{block:Caption}{Caption}{/block:Caption}{/block:IfShowCaption}{block:IfNotShowCaption}{block:PermalinkPage}{block:Caption}{Caption}{/block:Caption}{/block:PermalinkPage}{/block:IfNotShowCaption}
- {block:IfShowTags}{block:Date}{block:HasTags}<div class="tags" style="">{block:Tags}<a href="{TagURL}"><span>#{Tag} </span></a>{/block:Tags}</div>{/block:HasTags}{/block:Date}{/block:IfShowTags}
- <div class="perma"><a href="{Permalink}">{NoteCountWithLabel}</a><div class="like_and_reblog_buttons"><div class="reblog">{ReblogButton size="18"}</div><div class="like">{LikeButton size="18"}</div></div>
- </div>
- </figure>
- </article>
- {/block:Audio}
- <!-- video -->
- {block:Video}
- <article>
- {block:IfPostIcons}<img class="post-icon" src="http://static.tumblr.com/fakssb6/CnQngfn66/t-video.jpg"/>{/block:IfPostIcons}
- <figure>
- {block:Reblog}<div class="via-source">{block:RebloggedFrom}<a href="{ReblogParentURL}"><b>→</b> via {ReblogParentName}</a> {/block:RebloggedFrom}{block:ContentSource}<a href="{SourceURL}">© by {ReblogRootName}</a>{/block:ContentSource}</div>{/block:Reblog}
- <div class="videoWrapper">{VideoEmbed-400}</div>
- {block:IfShowCaption}{block:Caption}{Caption}{/block:Caption}{/block:IfShowCaption}{block:IfNotShowCaption}{block:PermalinkPage}{block:Caption}{Caption}{/block:Caption}{/block:PermalinkPage}{/block:IfNotShowCaption}
- {block:IfShowTags}{block:Date}{block:HasTags}<div class="tags" style="">{block:Tags}<a href="{TagURL}"><span>#{Tag} </span></a>{/block:Tags}</div>{/block:HasTags}{/block:Date}{/block:IfShowTags}
- <div class="perma"><a href="{Permalink}">{NoteCountWithLabel}</a><div class="like_and_reblog_buttons"><div class="reblog">{ReblogButton size="18"}</div><div class="like">{LikeButton size="18"}</div></div>
- </div>
- </figure>
- </article>
- {/block:Video}
- {block:PostNotes}
- {block:Date}
- <div class="notecontainer" style="margin-top:20px;">
- {PostNotes-16}
- </div>
- {/block:Date}
- {/block:PostNotes}
- {/block:Posts}
- {block:IfInfiniteScroll}</div>{/block:IfInfiniteScroll}
- {block:IfNotInfiniteScroll}<div id="pagination">{block:PreviousPage}<a href="{PreviousPage}"><span class="pagi"> <b>←</b> previous page</span></a> {/block:PreviousPage}{block:NextPage}<a href="{NextPage}"><span class="pagi"> next page <b>→</b> </span></a>{/block:NextPage}</div>{/block:IfNotInfiniteScroll}
- </div>
- <div class="topp"><a title="scroll up" href="javascript:;" id="scrollToTop"> <span class="fontawesome-arrow-up"></span> </a></div>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement