Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <title>{Title}</title>
- <link rel="alternate" type="application/rss+xml" href="{RSS}">
- <link rel="shortcut icon" href="{Favicon}">
- {block:Description}
- <meta name="description" content="{MetaDescription}">
- {/block:Description}
- <!----
- ©borntobewildthemes.tumblr.com | THEME BASE I
- Please respect the following:
- - Do not claim it as your own base code
- - Do not repost it
- - Do not redistribute it
- - Do not remove our credit at the bottom of the code
- - You are allowed to post it as your own theme only if you make visible changes
- - Feel free to remove this text
- Other credits:
- - Jquery
- - Font Awesome icons
- - Style my tooltips by Malihu
- - Infinite scroll by Paul Irish
- - PXU Photosets
- - Changing Like and Reblog button colors by Georgi Demirev
- ---->
- <meta name="image:Background" content="1"/>
- <meta name="image:Avatar" content="1"/>
- <meta name="color:Background" content="#fff"/>
- <meta name="color:Sidebar background" content="#fff"/>
- <meta name="color:Sidebar border" content="#fff"/>
- <meta name="color:Blog title" content="#333"/>
- <meta name="color:Sidebar link" content="#333"/>
- <meta name="color:Entry background" content="#fff"/>
- <meta name="color:Buttons" content="#333"/>
- <meta name="color:Ask bubble" content="#eee"/>
- <meta name="color:Title" content="#333"/>
- <meta name="color:Text" content="#777"/>
- <meta name="color:Link" content="#333"/>
- <meta name="color:Hover" content="#000"/>
- <meta name="color:Bold" content="#000"/>
- <meta name="color:Italic" content="#ddd"/>
- <meta name="color:Borders" content="#ddd"/>
- <meta name="color:Pagination" content="#333"/>
- <meta name="font:Title font" content="Gibson"/>
- <meta name="select:Title font size" content="18px" title="18px">
- <meta name="select:Title font size" content="20px" title="20px">
- <meta name="select:Title font size" content="22px" title="22px">
- <meta name="select:Title font size" content="25px" title="25px">
- <meta name="select:Title font size" content="27px" title="27px">
- <meta name="font:Body font" content="Helvetica"/>
- <meta name="select:Body font size" content="12px" title="12px">
- <meta name="select:Body font size" content="13px" title="13px">
- <meta name="select:Body font size" content="14px" title="14px">
- <meta name="select:Body font size" content="15px" title="15px">
- <meta name="select:Body font size" content="16px" title="16px">
- <meta name="if:Sidebar right" content="1" />
- <meta name="if:400px Posts" content="1" />
- <meta name="if:Infinite Scroll" content="0"/>
- <meta name="if:Show Captions" content="1" />
- <meta name="if:Show Tags" content="1" />
- <meta name="if:Show Link One" content="1" />
- <meta name="if:Show Link Two" content="1" />
- <meta name="if:Show Link Three" content="1" />
- <meta name="if:Show Link Four" content="1" />
- <meta name="if:Show Link Five" content="1" />
- <meta name="text:Link One" content="Link one title"/>
- <meta name="text:Link One url" content="Link One url"/>
- <meta name="text:Link Two" content="Link two title"/>
- <meta name="text:Link Two url" content="Link Two url"/>
- <meta name="text:Link Three" content="Link three title"/>
- <meta name="text:Link Three url" content="Link Three url"/>
- <meta name="text:Link Four" content="Link four title"/>
- <meta name="text:Link Four url" content="Link Four url"/>
- <meta name="text:Link Five" content="Link five title"/>
- <meta name="text:Link Five url" content="Link Five url"/>
- </style><style type="text/css">
- /* ---------------------------- GENERAL ----------------------------- */
- /* -------- BASICS ------- */
- body {
- margin: 0;
- padding: 0;
- width: 100%;
- height: 100%;
- color: {color:Text};
- font-family: {font:Body font};
- font-size: {select:Body font size};
- line-height: -moz-calc({select:Body font size} + 5px);
- line-height: -webkit-calc({select:Body font size} + 5px);
- line-height: -o-calc({select:Body font size} + 5px);
- line-height: calc({select:Body font size} + 5px);
- background-color: {color:Background};
- background-image: url({image:Background});
- background-attachment: fixed;
- background-repeat: repeat;
- }
- /* Fix */
- iframe, img, embed, object, video {
- margin:auto;
- max-width: 100%;
- border: none;
- }
- select, textarea, input, a {
- outline: none;
- }
- /* Paragraph */
- p {
- margin-top: 5px;
- margin-bottom: 5px;}
- small{
- font-size: 90%;
- }
- big{
- font-size: 110%;
- }
- /* Titles */
- h1{
- margin: 0;
- margin-top: 10px;
- margin-bottom: 10px;
- color: {color:Title};
- font-weight:normal;
- font-family: {font:Title font};
- font-size: {select:Title font size};
- line-height: -moz-calc({select:Title font size} + 5px);
- line-height: -webkit-calc({select:Title font size} + 5px);
- line-height: -o-calc({select:Title font size} + 5px);
- line-height: calc({select:Title font size} + 5px);
- }
- h2 {
- left: 0px;
- font-size: 15px;
- line-height: 20px;
- font-weight: normal;
- font-family: {font:Body font}
- }
- /* Links */
- a {
- color: {color:Link};
- text-decoration:none;
- }
- a:hover {
- color: {color:Hover};
- -webkit-transition: all .3s;
- -moz-transition: all .3s;
- -o-transition: all .3s;
- -ms-transition: all .3s;
- transition: all .3s;
- }
- ul, ol, li {
- margin: 5px 10px;
- padding: 0px;
- }
- /* Bold and italic */
- b, strong {
- color: {color:Bold};
- }
- i, em {
- color: {color:Italic};
- }
- blockquote{
- margin: 10px;
- padding-left: 10px;
- border-left: 1px solid {color:Borders};
- }
- /* Tumblr controls */
- iframe.tmblr-iframe {
- top:0px!important;
- right:0px!important;
- opacity:0.8;
- transform:scale(0.6);
- transform-origin:100% 0;
- -webkit-transform:scale(0.8);
- -webkit-transform-origin:100% 0;
- -o-transform:scale(0.8);
- -o-transform-origin:100% 0;
- -moz-transform:scale(0.8);
- -moz-transform-origin:100% 0;
- -ms-transform:scale(0.8);
- -ms-transform-origin:100% 0;
- z-index:100000!important;
- }
- iframe.tmblr-iframe:hover {
- opacity:1!important;}
- /* Tooltips */
- #s-m-t-tooltip {
- margin: 15px;
- max-width: 250px;
- padding: 5px;
- color: {color:Text};
- background: {color:Post background};
- border: 1px solid {color:Borders};
- font-size: 12px;
- line-height: 15px;
- z-index: 10000;
- }
- /*----- C O N T A I N E R ----*/
- #container {
- margin-top:0px;
- margin-left:auto;
- margin-right:auto;
- width:800px;
- z-index:100!important;
- }
- /*-- S I D E B A R --*/
- #sidebar{
- position:fixed;
- margin:0px;
- width:200px;
- background:{color:Sidebar background};
- border:1px solid {color:Sidebar border};
- {block:ifSidebarRight}
- margin-left:598px;
- {/block:ifSidebarRight}
- z-index:10;
- /* Don't remove this if you want the sidebar to be centered on Y-axis */
- top:50%;
- -webkit-transform: translateY(-50%);
- -moz-transform: translateY(-50%);
- -ms-transform: translateY(-50%);
- -o-transform: translateY(-50%);
- transform: translateY(-50%);
- /* don't remove */
- overflow:hidden;
- }
- /* Avatar */
- #avatar {
- margin:20px;
- margin-bottom:10px;
- width:160px;
- height:160px;
- }
- #avatar img {
- width:100%;
- height:100%;
- }
- /* Blog title */
- #blogtitle{
- margin-top:0px;
- margin-left:20px;
- width:160px;
- line-height:30px;
- font-size:20px;
- color:{color:Blog title};
- font-family:{font:Title Font};
- }
- /* Description */
- #description{
- margin:5px 20px;
- width: 160px;
- max-height:160px;
- padding-bottom:10px;
- color:{color:Description};
- font-size:12px;
- line-height:22px;
- text-align:justify;
- border-bottom:1px solid {color:Borders};
- overflow:auto;
- }
- /* Sidebar links */
- #links{
- margin-top: 5px;
- margin-left: 20px;
- width: 160px;
- padding-bottom: 15px;
- }
- #links a{
- height:25px;
- padding:5px 0px;
- font-size:12px;
- line-height:25px;
- color:{color:Sidebar link};
- }
- /* Links style on hover */
- #links a:hover{
- color:{color:Hover};
- -webkit-transition: all 7s ease;
- -moz-transition: all 0.7s ease;
- -o-transition: all 0.7s ease;
- -ms-transition: all 0.7s ease;
- transition: all 0.7s ease;
- }
- /* Bolded list numerals */
- #links b{
- margin-left:0px;
- margin-right:10px;
- }
- /*----- P O S T S A N D E N T R I E S -----*/
- /* Posts container */
- #posts {
- margin-top:20px;
- margin-left:258px;
- width:542px;
- {block:if400pxPosts}
- width: 442px;
- {/block:if400pxPosts}
- {block:ifSidebarRight}
- margin-left:0px!important;
- {/block:ifSidebarRight}
- /* don't remove */
- overflow:hidden;
- z-index:1000;
- }
- /* Single post/entry */
- .entry {
- display: inline-block;
- float: left;
- margin: 20px;
- width: 500px;
- {block:if400pxPosts}
- width: 400px;
- {/block:if400pxPosts}
- padding:0px 10px;
- height:auto;
- background:{color:Entry background};
- border: 1px solid {color:Borders};
- border-radius:{text:Border radius};
- overflow: hidden;
- }
- /* Style of the images in the posts */
- .entry img {
- margin:0px;
- padding:0px;
- }
- /*---- P O S T S T Y L E S ----*/
- /*-- Photo posts --*/
- /*-- Chat posts --*/
- .lines {
- margin:0px;
- padding:5px;
- line-height: 20px;
- }
- /*-- Quote posts --*/
- .quote {
- margin: 10px;
- padding: 5px;
- font-family: {font:Title font};
- font-size: {select:Title font size};
- line-height: -moz-calc({select:Title font size} + 3px);
- line-height: -webkit-calc({select:Title font size} + 3px);
- line-height: -o-calc({select:Title font size} + 3px);
- line-height: calc({select:Title font size} + 3px);
- color: {color:Italic};
- text-align: left;
- letter-spacing: 2px;
- }
- .source {
- text-align:right;
- font-size: 12px;
- line-height: 20px;
- }
- /*-- Ask Posts --*/
- .asker {
- margin: 5px;
- margin-top: 10px;
- width: -moz-calc(100% - 10px);
- width: -webkit-calc(100% - 10px);
- width: -o-calc(100% - 10px);
- width: calc(100% - 10px);
- height: auto;
- }
- .bubble {
- margin-left:50px;
- width: -moz-calc(100% - 70px);
- width: -webkit-calc(100% - 70px);
- width: -o-calc(100% - 70px);
- width: calc(100% - 70px);
- height: auto;
- min-height: 35px;
- padding: 10px;
- line-height: 20px;
- background: {color:Ask bubble};
- z-index:10;
- }
- .triangle {
- position: absolute;
- margin-left: -20px;
- width: 0;
- z-index:0;
- border-right: 10px solid {color:Ask bubble};
- border-bottom: 10px solid transparent;
- border-top: 10px solid transparent;
- }
- .asker img {
- float: left;
- margin-right: 0px;
- max-width: 30px;
- border: 1.5px solid {color:Ask bubble};
- border-radius: 2px;
- z-index:1000;
- opacity:1;
- }
- .answer {
- margin: 10px;
- margin-bottom: 0;
- }
- /*-- Link posts --*/
- .linktitle{
- margin: 0;
- margin-top: 10px;
- margin-bottom: 10px;
- color: {color:Title};
- font-weight: normal;
- font-family: {font:Title font};
- font-size: {select:Title font size};
- line-height: -moz-calc({select:Title font size} + 5px);
- line-height: -webkit-calc({select:Title font size} + 5px);
- line-height: -o-calc({select:Title font size} + 5px);
- line-height: calc({select:Title font size} + 5px);
- }
- /*----- P O S T I N F O -----*/
- /* Top info */
- .topinfo{
- margin-top:0px;
- margin-left:-10px;
- margin-bottom:10px;
- padding: 10px;
- width: 100%;
- height: 20px;
- line-height: 25px;
- border-bottom:1px solid {color:Borders};
- background:rgba({select:Post info transparency color}, {select:Transparency});
- }
- /* Date */
- .topinfo a{
- margin-left: 5px;
- }
- /*-- Bottom info --*/
- .bottominfo {
- margin-top: 10px;
- margin-left:-10px;
- width: 100%;
- height:auto;
- min-height: 20px;
- padding: 10px 15px;
- font-size: 12px;
- line-height: 22px;
- color: {color:Text};
- border-top:1px solid {color:Borders};
- background:{color:Post background};
- overflow:hidden;
- }
- /* Bottom info links */
- .bottominfo a {
- color: {color:Link};
- }
- /* Tags */
- .tags {
- {block:IndexPage}
- {block:ifNotShowTags}
- display: none;
- {/block:ifNotShowTags}
- {/block:IndexPage}
- }
- /* Note count */
- .note c{
- float: left;
- }
- /* Like and reblog butttons */
- .buttons {
- float: right;
- margin-top: 0px;
- width: 55px;
- height: 26px;
- line-height:26px;
- z-index: 100;
- list-style: none;
- }
- /* Like and reblog butttons style */
- .buttons li {
- display:inline-block;
- margin:0;
- margin-right:3px;
- width:20px;
- height:26px;
- padding:0px;
- text-align:center;
- }
- /* Reblog button icon */
- .reblog i {
- font-size:17px;
- color:{color:Buttons};
- }
- /* Like button */
- .like .like_button iframe {
- position:absolute;
- top:0;
- bottom:0;
- left:0;
- right:0;
- width:100%;
- height:100%;
- z-index:10;
- opacity:0.0000001;
- }
- /* Like button icon */
- .likeb i{
- position:absolute;
- margin-left:0px;
- margin-top:-7px;
- font-size:14px;
- color:{color:Buttons};
- }
- .like i {
- font-size:15px;
- color:{color:Buttons};
- }
- .like .liked + i {
- font-size:14px;
- color:#D95E40;
- }
- /*-- Post notes --*/
- #notes{
- margin: 0px;
- width: 500px;
- {block:if400pxPosts}
- width: 400px;
- {/block:if400pxPosts}
- font-size: 12px;
- color: {color:Text};
- }
- ol.notes {
- padding: 0px;
- margin: 0px;
- list-style-type: none;
- }
- /* Notes column style */
- ol.notes li.note {
- margin:0px;
- padding: 10px 0px;
- border-bottom:1px solid {color:Borders};
- }
- /* Post notes avatar style */
- ol.notes li.note img.avatar {
- float:left;
- vertical-align:-5px;
- margin-left:0px;
- margin-right:10px;
- width: 20px;
- height: 20px;
- }
- /* Show more notes style */
- li.more_notes_link_container {
- font-size: 12px;
- }
- /*---- P A G I N A T I O N ----*/
- #pagination{
- margin-top:20px;
- margin-bottom:20px;
- margin-left:258px;
- height: 38px;
- text-align: center;
- width: 540px;
- {block:if400pxPosts}
- width: 440px;
- {/block:if400pxPosts}
- {block:ifSidebarRight}
- margin-left:0px;
- {/block:ifSidebarRight}
- {block:ifInfiniteScroll}
- display: none;
- {/block:ifInfiniteScroll}
- z-index:100;
- }
- /* Previous page and next page arrows style */
- .previous, .next{
- display:inline;
- font-size:12px;
- padding:10px;
- margin:10px;
- color:{color:Pagination};
- background:{color:Search box background};
- }
- /* Previous page and next page arrows style on hover */
- .previous:hover, .next:hover{
- color:{color:Hover};
- }
- /* Previous page and next page arrows icon style */
- .previous i, .next i{
- color:{color:Hover};
- font-size:15px;
- margin:10px;
- text-decoration:none;
- }
- /* Previous page and next page arrows icon style on hover */
- .previous:hover i, .next:hover i{
- color:{color:Hover};
- }
- /*----- I N F I N I T E S C R O L L -----*/
- #infscr-loading {
- display:none!important;
- }
- /* ------------------------- C U S T O M C S S ------------------------ */
- {CustomCSS}
- </style>
- <!--Google fonts-->
- <link href="https://fonts.googleapis.com/css?family=Cinzel|Exo|Poiret+One|Sansita|Voltaire" rel="stylesheet">
- <!-- Font awesome -->
- <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css" rel="stylesheet">
- <!--Jquery-->
- <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js" type="text/javascript"></script>
- <!-- Style my tooltips -->
- <script src="https://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
- <script>
- (function($){
- $(document).ready(function(){
- $("a[title]").style_my_tooltips({
- tip_follows_cursor:true,
- tip_delay_time: 90,
- tip_fade_speed: 600,
- attribute:"title"
- });
- });
- })(jQuery);
- </script>
- <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
- {block:IndexPage}
- <script src="https://static.tumblr.com/6hsqxdt/QBym35odk/jquery.masonry.js"></script>
- {block:ifInfiniteScroll}
- <script src="https://static.tumblr.com/wgijwsy/u2vm2hxv6/jquery.infinitescroll.min.js"></script>
- {/block:ifInfiniteScroll}
- {/block:IndexPage}
- <script>
- $(document).ready(function(){
- $('.photo-slideshow').pxuPhotoset({
- lightbox: true,
- rounded: false,
- gutter: '1px',
- photoset: '.photo-slideshow',
- photoWrap: '.photo-data',
- photo: '.pxu-photo'
- });
- {block:IndexPage}
- var $container = $('#posts');
- $container.masonry({ itemSelector: '.entry' });
- $container.imagesdded(function(){
- $container.masonry();
- $container.find('.entry').animate({ opacity: 1, zIndex: 1 });
- });
- {block:ifInfiniteScroll}
- $container.infinitescroll({
- itemSelector: '.entry',
- navSelector: '.pagination',
- nextSelector: '.next',
- loadingImg: '',
- loadingText: '<em></em>',
- bufferPx: 2000
- },
- function( newElements ) {
- var $newElems = $( newElements );
- $newElems.find('.photo-slideshow').pxuPhotoset({
- lightbox: true,
- rounded: false,
- gutter: '1px',
- photoset: '.photo-slideshow',
- photoWrap: '.photo-data',
- photo: '.pxu-photo'
- },
- function(){
- $container.masonry();
- });
- $newElems.imagesLoaded(function(){
- $container.masonry( 'appended', $newElems );
- $newElems.animate({ opacity: 1, zIndex: 1 });
- });
- });
- {/block:ifInfiniteScroll}
- $container.infinitescroll({
- itemSelector: ".entry",
- navSelector: "#pagination",
- nextSelector: ".next",
- loadingImg: "",
- loadingText: "<em></em>",
- bufferPx: 10000,
- SidebarScrollPx: 12000,
- errorCallback: function() {
- $('.load-more').fadeOut();
- }
- }, function(newElements) {
- var $newElems = $(newElements).css({
- opacity: 0
- });
- $newElems.imagesLoaded(function() {
- $newElems.animate({
- opacity: 1
- });
- $container.masonry('appended', $newElems,
- true);
- });
- });
- {/block:IndexPage}
- });
- </script>
- <!-- PXU photosets -->
- <link href="https://static.tumblr.com/qudkd6d/OcDnl99gb/style.css" rel="stylesheet" type="text/css"/>
- <script src="https://static.tumblr.com/qudkd6d/Az6nkemqr/pxuphotoset.min.js"></script>
- {/block:IndexPage}
- </head>
- <body>
- <!----- C O N T A I N E R ----->
- <div id="container">
- <!-- S I D E B A R -->
- <div id="sidebar">
- <!-- Avatar -->
- <div id="avatar"><a href="/"><img src="{image:Avatar}"></a></div>
- <!-- Blog title -->
- <div id="blogtitle">{Title}</div>
- <!-- Description -->
- <div id="description">{Description}</div>
- <!-- Sidebar links -->
- <div id="links">
- {block:IfShowLinkOne}
- <a href="{text:Link One url}"><b>01.</b> {text:Link One}</a><br>
- {/block:IfShowLinkOne}
- {block:IfShowLinkTwo}
- <a href="{text:Link Two url}"><b>02.</b> {text:Link Two}</a><br>
- {/block:IfShowLinkTwo}
- {block:IfShowLinkThree}
- <a href="{text:Link Three url}"><b>03.</b> {text:Link Three}</a><br>
- {/block:IfShowLinkThree}
- {block:IfShowLinkFour}
- <a href="{text:Link Four url}"><b>04.</b> {text:Link Four}</a><br>
- {/block:IfShowLinkFour}
- {block:IfShowLinkFive}
- <a href="{text:Link Five url}"><b>05.</b> {text:Link Five}</a>
- {/block:IfShowLinkFive}
- </div>
- <!-- End links -->
- </div>
- <!------ End sidebar ----->
- <!----- P O S T S A N D E N T R I E S ----->
- <div id="posts">
- {block:Posts}
- <!-- Entries -->
- <div class="entry">
- {block:Date}
- <!-- Top info -->
- <div class="topinfo">
- <a href="/day/{Year}/{MonthNumber}/{DayOfMonth}"> {Month} {DayOfMonth}{DayOfMonthSuffix}, {Year} </a>
- </div>
- <!-- End topinfo -->
- {/block:Date}
- <!-- Text post -->
- {block:Text}
- {block:Title}
- <a href="{Permalink}">
- <h1>{Title}</h1></a>
- {/block:Title}
- {Body}
- {/block:Text}
- <!-- Photo post -->
- {block:Photo}
- {block:ifNot400pxPosts}
- <img src="{PhotoURL-500}" alt="{PhotoAlt}" width="500px"/></a>
- {/block:ifNot400pxPosts}
- {block:if400pxPosts}
- <img src="{PhotoURL-400}" alt="{PhotoAlt}" width="400px"/></a>
- {/block:if400pxPosts}
- {/block:Photo}
- <!-- Photoset post -->
- {block:Photoset}
- <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:Photoset}
- <!-- Chat post -->
- {block:Chat}
- <div class="chat">
- {block:Title}
- <h2>{Title}</h2>
- {/block:Title}
- {block:Lines}
- <div class="lines">
- {block:Label}
- <b>{Label}</b>
- {/block:Label}
- {Line}
- </div>
- <!--End lines-->
- {/block:Lines}
- </div>
- <!--End chat-->
- {/block:Chat}
- <!-- Quote post -->
- {block:Quote}
- <div class="quote">
- "{Quote}"
- </div>
- <!-- End quote -->
- <div class="source">
- — {Source}
- </div>
- <!-- End source -->
- {/block:Quote}
- <!-- Link post -->
- {block:Link}
- <div class="linktitle">
- <a href="{URL}"><h1>{Name}</h1></a>
- </div>
- <!-- End linktitle -->
- {block:Description}
- <p>{Description}</p>
- {/block:Description}
- {/block:Link}
- <!-- Video post -->
- {block:Video}
- {block:ifNot400pxPosts}
- {Video-500}
- {/block:ifNot400pxPosts}
- {block:if400pxPosts}
- {Video-400}
- {/block:if400pxPosts}
- {/block:Video}
- <!-- Audio post -->
- {block:Audio}
- {block:AudioEmbed}
- <div style="height:85px">{AudioEmbed-500}</div>
- {/block:AudioEmbed}
- {/block:Audio}
- <!-- Ask post -->
- {block:Answer}
- <div class="asker">
- <img src="{AskerPortraitURL-48}">
- <div class="bubble" style="border-color: {color:Ask bubble}; background: {color:Ask bubble};"> <div class="triangle"></div>
- {Asker}asked:
- <br>{Question}
- </div>
- <!-- End bubble -->
- </div>
- <!-- End asker -->
- <div class="answer">
- {Answer}
- </div>
- <!-- End answer -->
- {/block:Answer}
- {block:Caption}
- {Caption}
- {/block:Caption}
- {block:Date}
- <!-- Bottom info -->
- <div class="bottominfo">
- <!-- Like and reblog buttons -->
- <div class="buttons">
- <li class="reblog"><a href="{ReblogURL}"><i class="fa fa-retweet" aria-hidden="true"></i></a></li>
- <li class="like">{LikeButton}<i class="fa fa-heart" aria-hidden="true"></i></a>
- </div>
- <!-- End buttons -->
- {block:RebloggedFrom}
- {block:ContentSource}
- Source: <a href="{ReblogRootURL}" target="_blank"> {ReblogRootName}</a><br>
- {/block:ContentSource}
- {/block:RebloggedFrom}
- <!-- Hide via and source in captions -->
- <!-- {block:NoRebloggedFrom}
- {block:RebloggedFrom}{ReblogParentName}{/block:RebloggedFrom}
- {/block:NoRebloggedFrom} -->
- {block:ContentSource}<!-- {SourceURL}
- {block:SourceLogo}<img src="{BlackLogoURL}"width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />{/block:SourceLogo}
- {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
- {/block:ContentSource}
- <!-- Note count -->
- {block:NoteCount}
- <a href="{Permalink}"> {NoteCountWithLabel}</a>
- {/block:NoteCount}
- <!-- Tags -->
- {block:HasTags}
- <div class="tags">
- {block:Tags}
- <a href="{TagURL}">
- #{Tag}</a>
- {/block:Tags}<br>
- </div>
- {/block:HasTags}
- </div>
- <!-- End bottominfo -->
- {/block:Date}
- <!-- Permalink page -->
- {block:PermalinkPage}
- <!-- Post notes -->
- {block:PostNotes}
- <div id="notes">
- {PostNotes}
- </div>
- <!-- End notes -->
- {/block:PostNotes}
- {/block:PermalinkPage}
- </div>
- <!-- End entry -->
- {/block:Posts}
- </div>
- <!-- End posts -->
- {block:Pagination}
- <div id="pagination">
- {block:PreviousPage}
- <a class="previous" href="{PreviousPage}"><i class="fa fa-long-arrow-left" aria-hidden="true"></i> NEWER </a>
- {/block:PreviousPage}
- {block:NextPage}
- <a class="next" href="{NextPage}"> OLDER <i class="fa fa-long-arrow-right" aria-hidden="true"></i></a>
- {/block:NextPage}
- </div>
- <!-- End pagination -->
- {/block:Pagination}
- </div>
- <!-- End container -->
- <!-- Base code made by @borntobewildcodes -->
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement