Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html>
- <html>
- <head>
- <!-----------------------------------------------------------------------
- ***PLEASE READ THIS AS IT CONTAINS IMPORTANT INFO***
- Feline Themes Presents: Scrapbook Theme
- This is my first release of a main theme and I'm really proud of this theme! The design of this theme really reminds me of a scrapbook, thus the name of the theme. :)
- You may make as many cosmetic changes as you'd like to this theme such as changing fonts, colors, and simple stuff like that. You can also replace the included updates tab if you wish because I made it super simple, as I felt it really fit the scrapbook feel. Just please don't make this theme look like an entirely new theme.
- Do not use as a base code! And do not reupload this theme as your own, no matter how much you edit it, and keep both credit links intact.
- You may look at my coding to see how I did certain things, but please don't copy and paste and of the CSS/HTML.
- *FONTS AND COLORS USED*
- -All colors are easily editable with the customize theme settings.
- -Hirjnotes is the font used for the blogtitle and in part of the ask layout. You may replace this if you don't like it. I chose it because it has a nice handwritten look for the scrapbook. I DID NOT MAKE THIS FONT!
- -I used the Raleway font for the main body. Replace this if you wish as well.
- *OTHER INFO*
- -I have tested the main post types that I see used most often. [Text, Photos/Photosets, Quotes, Asks]. It should look fine with chats, videos, and audio posts, but I don't see these too oftenly used. If there's a problem let me know.
- -I did not include the scripts for popups to keep out unneccassary coding for the release as I didn't make any for this theme. Feel free to add them though when you use it!
- Enjoy and let me know if you use it so I can see! :)
- © Feline Themes 2016
- ------------------------------------------------------------------------>
- <!-----------------------Meta Tags------------------------->
- <meta name="color:Accent 1" content="#cccccc"/>
- <meta name="color:Accent 2" content="#363333"/>
- <meta name="color:Font Color" content="#888888"/>
- <meta name="color:Borders" content="#b7cfd7"/>
- <meta name="color:Posts" content="#ffffff"/>
- <meta name="color:Backgrounds" content="#ffffff"/>
- <meta name="if:Updates Tab" content="1"/>
- <meta name="if:Vertical Photosets" content="0"/>
- <meta name="text:Link 1 Title" content="Link 1"/>
- <meta name="text:Link 1 URL" content="Link 1 URL"/>
- <meta name="text:Link 2 Title" content="Link 2"/>
- <meta name="text:Link 2 URL" content="Link 2 URL"/>
- <meta name="text:Quote" content="Your Quote Goes Here"/>
- <meta name="text:Updates Tab 1" content="Updates"/>
- <meta name="text:Updates Tab 1 Content" content="This is your updates tab. You can write as much as you want in here. It will scroll automatically if needed. This section is much easier to customize directly when you go into edit HTML. But it will still look nice editing it from customoze theme too."/>
- <meta name="text:Updates Tab 2" content="Stats"/>
- <meta name="text:Updates Tab 2 Content" content="You can put your stats counters or anything you want in here. Use this updates tab as you see fit."/>
- <meta name="text:Updates Tab 3" content="Tab 3"/>
- <meta name="text:Updates Tab 3 Content" content="If you don't want 3 tabs, just delete all the text in the sections you don't want. This updates tab is super simple to look nice with this theme, but feel free to replace it with a different one if you need something else."/>
- <!---------------------------------------------------------->
- <!--masonry--- (dont remove unless you want wierd columns--->
- <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
- <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
- <!------------------------end masonry----------------------->
- <!------------ start of styled tooltips script ------------->
- <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
- <script src="http://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>
- <!-------------- end of styled tooltip scripts -------------->
- <link rel="stylesheet" href="http://static.tumblr.com/dq6g0mp/Je9oataoz/hijrnotes.css"> <!--Title Font (from dafont.com)-->
- <link href='https://fonts.googleapis.com/css?family=Raleway:300' rel='stylesheet' type='text/css'>
- <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.6.2/css/font-awesome.min.css" rel="stylesheet"> <!--font awesome icons-->
- <style type="text/css">
- /*------------------------------------*/
- #sidebar{
- position:fixed;
- top:130px;
- left:5%;
- z-index:9000;
- width:300px;
- }
- #blogtitle{
- margin-bottom:5px;
- padding:5px;
- outline:1px solid {color:Posts};
- outline-offset:-3px;
- background-color:{color:Borders};
- text-align:center;
- font-family:'hijrnotes_personal_use_onlyRg';
- font-size:20px;
- color:{color:Posts};
- }
- #avatar{
- width:100px;
- height:100px;
- padding:10px;
- border:1px solid {color:Accent 1};
- background-color:{color:Posts};
- }
- #avatar img{
- width:100px;
- height:100px;
- }
- #avatar:hover .overlay{
- opacity:0.6;
- }
- #description{
- position:absolute;
- top:60px;
- right:0px;
- width:150px;
- height:60px;
- overflow-y:scroll;
- padding:10px;
- background-color:{color:Posts};
- border:1px solid {color:Accent 1};
- text-align:center;
- font-size:12px;
- }
- #links{
- position:absolute;
- top:145px;
- right:8px;
- margin-left:0px;
- width:169px;
- height:35px;
- }
- .links{
- width:22px;
- height:22px;
- padding:5px;
- border-radius:2px;
- background-color:{color:Accent 2};
- text-align:center;
- font-size:20px;
- color:{color:Posts};
- webkit-transition: all 1s ease;
- -moz-transition: all 1s ease;
- -o-transition: all 1s ease;
- transition:all 1s ease; /*smooth transitions*/
- }
- .links:hover{
- background-color:{color:Borders};
- }
- #quote{
- margin-top:5px;
- padding:10px;
- border:1px solid {color:Accent 2};
- outline:1px dashed {color:Accent 1};
- outline-offset:-5px;
- background-color:{color:Posts};
- text-align:center;
- font-size:11px;
- }
- #line{
- margin-top:5px;
- height:5px;
- background-color:{color:Borders};
- border-top:3px double {color:Posts};
- }
- /*------------------------------------*/
- #updatestab{
- position:fixed;
- right:4%;
- top:50px;
- bottom:60px;
- overflow-y:scroll;
- padding:10px;
- width:150px;
- background-color:{color:Posts};
- border:1px solid {color:Accent 2};
- outline:1px dashed {color:Accent 1};
- outline-offset:-5px;
- text-align:justify;
- font-size:11px;
- }
- #updatestab h2{
- margin-top:5px;
- margin-bottom:5px;
- padding:5px;
- background-color:{color:Borders};
- border:3px double {color:Posts};
- text-align:center;
- color:{color:Posts};
- font-size:18px;
- }
- #updatestab p{
- margin-left:5px;
- margin-right:5px;
- }
- /*------------------------------------*/
- #container{
- position:absolute;
- top:60px;
- left:30%;
- width:640px;
- {block:PermalinkPage}
- left:33%;
- {/block:PermalinkPage}
- }
- .entry{
- position:relative;
- margin:17px;
- height:auto;
- background-color:{color:Posts};
- border:1px solid {color:Accent 1};
- padding:17px;
- text-align:justify;
- font-size:11.5px;
- {block:IndexPage}
- width:250px;
- height:auto;
- {/block:IndexPage}
- {block:PermalinkPage}
- width:500px;
- text-align:justify;
- {/block:PermalinkPage}
- -webkit-transition: all 2s ease; /* Safari and Chrome */
- -moz-transition: all 2s ease; /* Firefox */
- -o-transition: all 2s ease; /* IE 9 */
- -ms-transition: all 2s ease; /* Opera */
- transition: all 2s ease;
- }
- .entry img{
- width:250px;
- -webkit-transition: all 1s ease; /* Safari and Chrome */
- -moz-transition: all 1s ease; /* Firefox */
- -o-transition: all 1s ease; /* IE 9 */
- -ms-transition: all 1s ease; /* Opera */
- transition: all 1s ease;
- max-width: 100%;
- {block:PermalinkPage}
- width:500px;
- {/block:PermalinkPage}
- }
- .entry h2{
- margin-top:0px;
- margin-bottom:5px;
- padding:5px;
- background-color:{color:Accent 2};
- border:3px double {color:Posts};
- color:{color:Posts};
- font-size:15px;
- letter-spacing:1px;
- text-align:center;
- }
- .entry h2 a{
- color:{color:Posts};
- }
- .entry h2 a:hover{
- color:{color:Posts};
- }
- .entry p{
- font-size:12px;
- text-align:justify;
- margin-top:5px;
- margin-bottom:5px;
- margin-left:10px;
- margin-right:10px;
- }
- .entry ul{
- text-align:justify;
- }
- .entry:hover .overlay {
- opacity:.5;
- }
- .overlay {
- text-align:center;
- opacity:1;
- width:100%;height:100%;
- -webkit-transition: all 2s ease-in-out;
- -moz-transition: all 2s ease-in-out;
- -o-transition: all 2s ease-in-out;
- -ms-transition: all 2s ease-in-out;
- transition: all 2s ease-in-out;
- }
- blockquote{
- {block:IndexPage}
- margin:1px;
- font-size:15px;
- text-align:left;
- {/block:IndexPage}
- {block:PermalinkPage}
- text-align:center;
- {/block:PermalinkPage}
- }
- .source{
- text-align:right;
- }
- .linkpost{
- padding:10px;
- outline:1px solid {color:Posts};
- outline-offset:-4px;
- background-color:{color:Accent 2};
- color:{color:Posts};
- font-size:15px;
- text-align:center;
- }
- .linkpost a{
- color:{color:Posts};
- }
- .linkpost a:hover{
- color:{color:Posts};
- }
- #postpermalinks{
- position:absolute;
- width:210px;
- top:50%;
- left:50%;
- transform:translate(-50%,-50%);
- opacity:0;
- -webkit-transition: all 2s ease;
- -moz-transition: all 2s ease;
- -o-transition: all 2s ease;
- transition: all 2s ease;
- }
- .entry:hover #postpermalinks{
- opacity:1;
- }
- #permabutton{
- /*reblog permalink on hover on photos*/
- {block:PermalinkPage}
- display:none;
- {/block:PermalinkPage}
- margin:5px;
- position:relative;
- padding:7px;
- border-radius:4px;
- background-color:{color:Accent 2};
- text-align:center;
- font-size:12px;
- color:{color:Posts};
- -webkit-transition: all 2s ease;
- -moz-transition: all 2s ease;
- -o-transition: all 2s ease;
- transition: all 2s ease;
- }
- #permabutton:hover{
- background-color:{color:Borders};
- }
- #permalinktext {
- display: block;
- margin-top:15px;
- border-top:1px solid {color:Accent 1};
- {block:PermalinkPage}
- display:none;
- {/block:PermalinkPage}
- }
- .permalinktext{
- margin-top:-6px;
- margin-right:15px;
- font-size:10px;
- letter-spacing:1px;
- text-align: right;
- }
- .permalinktext a{
- margin-left:2px;
- margin-right:2px;
- padding:3px;
- background-color:{color:Posts};
- }
- /*--q/a post--*/
- .question{
- outline:1px solid {color:Posts};
- outline-offset:-4px;
- font-size:11.5px;
- background-color:{color:Borders};
- color:{color:Posts};
- padding:10px;
- text-align:justify;
- }
- .asker{
- font-family:'hijrnotes_personal_use_onlyRg';
- font-size:18px;
- text-decoration:none;
- }
- .asker a{
- color:{color:Accent 2};
- }
- .asker img{
- width:35px;
- height:35px;
- padding:1px;
- border:1px solid {color:Posts};
- }
- .asked{
- color:{color:Posts};
- padding:4px;
- margin-top:4px;
- }
- .answer{
- font-style: normal;
- }
- .answerer{
- padding:3px;
- margin-bottom:5px;
- text-align:right;
- color:{color:Accent 2};
- font-family:'hijrnotes_personal_use_onlyRg';
- font-size:18px;
- }
- .replies{
- margin-top:5px;
- padding:5px;
- border:1px solid {color:Accent 1};
- font-size: 11px;
- text-align: justify;
- }
- /*--q/a post*/
- .tumblr_audio_player {
- {block:IndexPage}
- width: 250px;
- {/block:IndexPage}
- {block:PermalinkPage}
- width:500px;
- {/block:PermalinkPage}
- height: 100px;
- overflow: hidden;
- position: relative;
- z-index: 1000;
- }
- /*makes images in texts posts stay in the box*/
- iframe, img, embed, object, video {
- max-width: 100%;
- }
- img {
- vertical-align:middle;
- height: auto;
- width: auto;
- }
- /*styling of how the notes will look on the permalink page*/
- #permpage{
- {block:PermalinkPage}
- position: relative;
- float: center;
- {/block:PermalinkPage}
- }
- .caption{
- margin-top:10px;
- padding:10px;
- border:1px solid {color:Accent 1};
- max-height:300px;
- overflow-y:scroll;
- }
- .caption p{
- text-align:justify;
- }
- .caption ul{
- text-align:justify;
- }
- .date{
- margin-top:10px;
- padding:10px;
- font-size:15px;
- text-align:center;
- border:4px double {color:Posts};
- background-color:{color:Borders};
- color:{color:Posts};
- }
- ol.notes {
- margin:2px;
- height:300px;
- padding:5px;
- overflow-y:auto;
- text-align:left;
- border:1px solid {color:Accent 1};
- font-size:12px;
- list-style-type: none;
- }
- ol.notes img.avatar {
- margin:2px;
- padding:2px;
- border:1px solid {color:Accent 1};
- width:10px;
- height:10px;
- }
- /*------------------------------------*/
- #left, #right, #top, #bottom{
- position:fixed;
- z-index:99000000000000000000;
- background-color:{color:Borders};
- }
- #top, #bottom{
- left:0;
- right:0;
- height:20px;
- }
- #top{
- top:0;
- }
- #bottom{
- bottom:0;
- }
- #left, #right{
- top:0;
- bottom:0;
- width:20px;
- }
- #left{
- left:0;
- }
- #right{
- right:0;
- }
- /*------------------------------------*/
- #s-m-t-tooltip {
- margin:15px 0px 0px 10px;
- padding:5px;
- border-radius:5px;
- max-width:100px;
- border:1px solid {color:Borders};
- background-color:{color:Posts};
- font-size:11.5px;
- color:{color:Borders};
- z-index:99999999999999999999999999999999999;
- }
- body{
- background-color:{color:Backgrounds};
- color:#888888;
- font-family:Raleway;
- }
- a{
- color:{color:Borders};
- text-decoration:none;
- webkit-transition: all 1s ease;
- -moz-transition: all 1s ease;
- -o-transition: all 1s ease;
- transition:all 1s ease; /*smooth transitions*/
- }
- a:hover{
- color:{color:Accent 2};
- }
- /*change the color of the highlights*/
- ::-moz-selection { /* Code for Firefox */
- background: {color:Borders};
- }
- ::selection {
- background: {color:Borders};
- }
- /*cred to html tutorials*/
- ::-webkit-scrollbar-thumb:vertical {
- background-color:{color:Borders};
- width:2px;
- opacity:1;
- }
- ::-webkit-scrollbar {
- background-color:{color:Posts};
- width:2px;
- opacity:1;
- }
- ::-webkit-scrollbar-corner{
- opacity:0;
- }
- .tmblr-iframe{
- margin-top:22px;
- margin-right:20px;
- z-index:9999999999999;!important;
- -webkit-filter: invert(50%);
- }
- #infscr-loading {
- display: none !important;
- }
- </style>
- <!--------------What Appears On The Browser Tab-------------->
- <title>{Title}</title>
- <link href="{Favicon}" rel="icon" type="image/x-icon" />
- <!---------You can customize this to something differant from your profile pic by putting the url to your desired icon in place of {favicon}------->
- <link rel="alternate" type="application/rss+xml" href="{RSS}">
- {block:Description}
- <meta name="description" content="{MetaDescription}" />
- {/block:Description}
- <!----------------------------------------------------------->
- <!-----------------masonry infinite scroll------------------->
- {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 = $('#container');
- $wall.imagesLoaded(function(){
- $wall.masonry({
- itemSelector: '.entry, .entry_photo',
- isAnimated : true
- });
- });
- $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: true}, function(){$newElems.fadeIn('slow');} );
- });
- }); $('#content').hide(500);
- });
- </script>
- {/block:indexpage}
- <!-------------------------end--------------------------->
- </head>
- <body>
- <!---------------------------------------------------------------------->
- <div id="sidebar">
- <div id="blogtitle">{Title}</div>
- <a href="/" title="Refresh">
- <div id="avatar">
- <div class="overlay">
- <img src="{Favicon}">
- </div>
- </div></a>
- <div id="description">{Description}</div>
- <div id="links">
- <table>
- <tr>
- <td>
- <a href="/ask" title="Ask"><div class="links"><i class="fa fa-envelope-o"></i></div></a>
- </td>
- <td>
- <a href="{text:Link 1 URL}" title="{text:Link 1 Title}"><div class="links"><i class="fa fa-plus"></i></div></a>
- </td>
- <td>
- <a href="{text:Link 2 URL}" title="{text:Link 2 Title}"><div class="links"><i class="fa fa-heart-o"></i></div></a>
- </td>
- <td>
- <a href="/archive" title="Archive"><div class="links"><i class="fa fa-calendar"></i></div></a>
- </td>
- <td>
- <a href="http://katting.tk/" title="Theme Credit" target="blank"><div class="links"><i class="fa fa-code"></i></div></a> <!--Don't Remove!!-->
- </td>
- </tr>
- </table>
- </div>
- <div id="quote">{text:Quote}</div>
- <div id="line"></div>
- </div>
- <!---------------------------------------------------------------------->
- {block:IfUpdatesTab}
- <div id="updatestab">
- <h2>{text:Updates Tab 1}</h2>
- <p>{text:Updates Tab 1 Content}<p>
- <h2>{text:Updates Tab 2}</h2>
- <p>{text:Updates Tab 2 Content}</p>
- <h2>{text:Updates Tab 3}</h2>
- <p>{text:Updates Tab 3 Content}</p>
- </div>
- {/block:IfUpdatesTab}
- <!---------------------------------------------------------------------->
- <style>
- #cred{
- position:fixed;
- z-index:90000000;
- bottom:25px;
- right:25px;
- width:15px;
- height:15px;
- padding:5px;
- border-radius:90px;
- background-color:{color:Accent 2};
- text-align:center;
- font-size:14px;
- color:{color:Posts};
- webkit-transition: all 1s ease;
- -moz-transition: all 1s ease;
- -o-transition: all 1s ease;
- transition:all 1s ease; /*smooth transitions*/
- }
- #cred:hover{
- background-color:{color:Borders};
- }
- </style>
- <a href="http://felinethemes.tumblr.com" title="Feline Themes" target="blank"><div id="cred"><i class="fa fa-paw"></i></div></a>
- <!--------------------------------------------------------------------->
- <div id="container">
- {block:Posts}
- <div class="entry">
- <!-------------------------Text Posts-------------------------->
- {block:Text}
- <div class="post text">
- {block:Title}<h2>{Title}</h2>{/block:Title}
- {Body}
- </div>
- {block:IndexPage}
- <div id="permalinktext">
- <div class="permalinktext">
- <b>
- <a href="{Permalink}" title="Permalink">{NoteCountWithLabel}</a>
- <a href="{ReblogURL}"title="Reblog">Reblog</a>
- </b>
- </div>
- </div>
- {/block:IndexPage}
- {/block:Text}
- <!------------------------------------------------------------>
- <!------------------------Photo Posts------------------------->
- {block:Photo}
- <div class="post photo">
- {block:IndexPage}
- <div class="overlay">
- <img src="{PhotoURL-250}" alt="{PhotoAlt}"/>
- </div>
- <div id="postpermalinks">
- <a href="{Permalink}" title="Details"><div id="permabutton">{TimeAgo} W/
- {NoteCountWithLabel}</div></a>
- <a href="{ReblogUrl}" title="Reblog"><div id="permabutton">Reblog</div></a>
- </div>
- {/block:IndexPage}
- {block:PermalinkPage}
- <img src="{PhotoURL-HighRes}" alt="{PhotoAlt}"/>
- {/block:PermalinkPage}
- </div>
- {/block:Photo}
- <!------------------------------------------------------------>
- <!---------------------Panorama Posts-------------------------> {block:Panorama}
- <div class="post panorama">
- {LinkOpenTag}<img src="{PhotoURL-Panorama}" alt="{PhotoAlt}"/>
- {LinkCloseTag}
- </div>
- <div id="permalinktext">
- <div class="permalinktext">
- <b>
- <a href="{Permalink}" title="Permalink">{NoteCountWithLabel}</a>
- <a href="{ReblogURL}"title="Reblog">Reblog</a>
- </b>
- </div>
- </div>
- {/block:Panorama}
- <!----------------------------------------------------------->
- <!----------------------Photoset Posts----------------------->
- {block:Photoset}
- <div class="post photoset">
- {block:IndexPage}
- {block:ifVerticalPhotosets}
- <center>
- {block:Photos}
- {block:IndexPage}
- <img src="{PhotoURL-250}" width="250px" style="border-bottom:5px solid {color:Posts};"/>
- {/block:IndexPage}
- {/block:Photos}
- </center>
- {/block:ifVerticalPhotosets}
- {block:ifNotVerticalPhotosets}
- {Photoset-250}
- {/block:ifNotVerticalPhotosets}
- {/block:IndexPage}
- {block:PermalinkPage}
- {Photoset-500}
- {/block:PermalinkPage}
- <div id="permalinktext">
- <div class="permalinktext">
- <b>
- <a href="{Permalink}" title="Permalink">{NoteCountWithLabel}</a>
- <a href="{ReblogURL}"title="Reblog">Reblog</a>
- </b>
- </div>
- </div>
- </div>
- {/block:Photoset}
- <!----------------------------------------------------------->
- <!------------------------Quote Posts------------------------>
- {block:Quote}
- <div class="post quote">
- <blockquote> "{Quote}" </blockquote>
- {block:Source}
- <div class="source">{Source}</div>
- {/block:Source}
- </div>
- {block:IndexPage}
- <div id="permalinktext">
- <div class="permalinktext">
- <b>
- <a href="{Permalink}" title="Permalink">{NoteCountWithLabel}</a>
- <a href="{ReblogURL}"title="Reblog">Reblog</a>
- </b>
- </div>
- </div>
- {/block:IndexPage}
- {/block:Quote}
- <!--------------------------------------------------------->
- <!------------------------Link Posts----------------------->
- {block:Link}
- <div class="post link">
- <div class="linkpost">
- <a href="{URL}" class="link" {Target}> {Name} </a>
- </div>
- {block:Description}
- <div class="description">{Description}</div>
- {/block:Description}
- </div>
- {block:IndexPage}
- <div id="permalinktext">
- <div class="permalinktext">
- <b>
- <a href="{Permalink}" title="Permalink">{NoteCountWithLabel}</a>
- <a href="{ReblogURL}"title="Reblog">Reblog</a>
- </b>
- </div>
- </div>
- {/block:IndexPage}
- {/block:Link}
- <!---------------------------------------------------------->
- <!-----------------------Chat Posts------------------------->
- {block:Chat}
- <div class="post chat">
- {block:Title}<h2>{Title}</h2>{/block:Title}
- <div class="chat">
- {block:Lines}
- <div class="{Alt} user_{UserNumber}">
- {block:Label}<b>{Label}</b>{/block:Label}
- {Line}
- </div>
- {/block:Lines}
- <br></div>
- {block:IndexPage}
- <div id="permalinktext">
- <div class="permalinktext">
- <b>
- <a href="{Permalink}" title="Permalink">{NoteCountWithLabel}</a>
- <a href="{ReblogURL}"title="Reblog">Reblog</a>
- </b>
- </div>
- </div>
- </div>
- {/block:IndexPage}
- {/block:Chat}
- <!----------------------------------------------------------->
- <!-----------------------Videos Posts------------------------>
- {block:Video}
- <div class="post video">{Video-250}</div>
- {block:IndexPage}
- <div id="permalinktext">
- <div class="permalinktext">
- <b>
- <a href="{Permalink}" title="Permalink">{NoteCountWithLabel}</a>
- <a href="{ReblogURL}"title="Reblog">Reblog</a>
- </b>
- </div>
- </div>
- {/block:IndexPage}
- {/block:Video}
- <!----------------------------------------------------------->
- <!------------------------Audio Post------------------------->
- {block:Audio}
- <div class="post audio">{AudioEmbed-250}</div>
- {block:IndexPage}
- {block:TrackName}{TrackName} by{/block:TrackName}
- {block:Artist}{Artist}{/block:Artist}
- <div id="permalinktext">
- <div class="permalinktext">
- <b>
- <a href="{Permalink}" title="Permalink">{NoteCountWithLabel}</a>
- <a href="{ReblogURL}"title="Reblog">Reblog</a>
- </b>
- </div>
- </div>
- {/block:IndexPage}
- {/block:Audio}
- <!---------------------------------------------------------->
- <!------------------------Q/A Post-------------------------->
- {block:Answer}
- <div class="question">
- <div class="asker">
- <img src="{AskerPortraitURL-64}">
- {Asker} asked:<br></div>
- <div class="asked">{Question}</div>
- </div>
- <div class="replies">
- <div class="answer">
- <div class="answerer">{Name} Replied:
- </div>
- {Answer}
- </div>
- </div>
- {block:IndexPage}
- <div id="permalinktext">
- <div class="permalinktext">
- <b>
- <a href="{Permalink}" title="Permalink">{NoteCountWithLabel}</a>
- <a href="{ReblogURL}"title="Reblog">Reblog</a>
- </b>
- </div>
- </div>
- {/block:IndexPage}
- {/block:Answer}
- <!---------------------------------------------------------->
- <!-------------------------Permapage------------------------>
- {block:PermalinkPagination}
- {block:PermalinkPage}
- <div class="date">
- Posted {DayOfWeek}, {Month} {MonthNumber}, {Year}
- {block:NoteCount}/ With {NoteCountWithLabel}{/block:NoteCount}
- </div>
- {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
- <div id="permpage">
- {block:PostNotes}{PostNotes-16}{/block:PostNotes}
- </div>
- {/block:PermalinkPage}
- {/block:PermalinkPagination}
- </div>
- <!---------------------------------------------------------->
- {/block:Posts}
- </div>
- <!---------------------------------------------------------------------->
- <div id="top"></div>
- <div id="bottom"></div>
- <div id="left"></div>
- <div id="right"></div>
- <!---------------------------------------------------------------------->
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement