Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE HTML>
- <html>
- <head>
- <meta name="color:Backgrounds" content="#888888"/>
- <meta name="color:Window Headers Color 1" content="#000000"/>
- <meta name="color:Window Headers Color 2" content="#940909"/>
- <meta name="color:Title Color" content="#940909"/>
- <meta name="color:Title Color Hover" content="#888888"/>
- <meta name="color:Link Color" content="#01059f"/>
- <meta name="color:Link Color Hover" content="#5d367e"/>
- <meta name="color:Font Color 1" content="#ffffff"/>
- <meta name="color:Font Color 2" content="#000000"/>
- <meta name="if:2 Columns" content="1"/>
- <meta name="if:Popup Ask" content="1"/>
- <meta name="text:Status Update" content="Write whatever you want here. How you're feeling, what you're up to, a quote, or whatever. It's your status update."/>
- <meta name="text:FAQ Info" content="Write what you want your visitors to know before messaging you here.This is a little easier to edit in the full HTML editor if you know how to do that."/>
- <meta name="text:Ask Title" content="Send Message"/>
- <meta name="text:Archive Title" content="Archive"/>
- <meta name="text:Link 1 Title" content="Link 1"/>
- <meta name="text:Link 1 URL" content="/link1url"/>
- <meta name="text:Link 2 Title" content="Link 2"/>
- <meta name="text:Link 2 URL" content="/link2url"/>
- <meta name="text:Link 3 Title" content="Link 3"/>
- <meta name="text:Link 3 URL" content="/link3url"/>
- <!----------------Popup Boxes Needed Script---------------->
- <script type="text/javascript"
- src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
- <script>
- $(document).ready(function() {
- //
- $('a.poplight[href^=#]').click(function() {
- var popID = $(this).attr('rel'); //Get Popup Name
- var popURL = $(this).attr('href'); //Get Popup href to define size
- var query= popURL.split('?');
- var dim= query[1].split('&');
- var popWidth = dim[0].split('=')[1]; //Gets the first query string value
- $('#' + popID).fadeIn().css({ 'width': Number( popWidth ) }).prepend('<a href="#" class="close"><img src="http://media.tumblr.com/tumblr_lngwqr5hbf1qf72le.png" class="btn_close" title="Close" alt="Close" /></a>');
- var popMargTop = ($('#' + popID).height() + 80) / 2;
- var popMargLeft = ($('#' + popID).width() + 80) / 2;
- //Apply Margin to Popup
- $('#' + popID).css({
- 'margin-top' : -popMargTop,
- 'margin-left' : -popMargLeft
- });
- $('body').append('<div id="fade"></div>');
- $('#fade').css({'filter' : 'alpha(opacity=80)'}).fadeIn(); //Fade in the fade layer - .css({'filter' : 'alpha(opacity=80)'})
- return false;
- });
- $('a.close, #fade').live('click', function() {
- $('#fade , .popup_block, .popup_block2, .popup_block3').fadeOut(function() {
- $('#fade, a.close').remove(); //fade them both out
- });
- return false;
- });
- });
- </script>
- <link href='http://static.tumblr.com/blpgwiz/Zjemijy8n/fade_in_down.css' rel='stylesheet' style='text/css'> <!--transition-->
- <!-----------------End Popup Boxes Script------------------>
- <!------------ 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 -------------->
- <!--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----------------------->
- <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.6.3/css/font-awesome.min.css" rel="stylesheet"> <!--font awesome icons-->
- <!---------------------------------------------------------->
- <style type="text/css">
- /*-----------------------*/
- #sidebar{
- position:fixed;
- top:100px;
- left:5%;
- width:275px;
- box-shadow:3px 3px 3px #363636;
- }
- #mainsidebar{
- padding:20px;
- background-color:#ffffff;
- border-left:1px solid #c9c7c7;
- border-bottom:1px solid #8c8888;
- border-right:1px solid #8c8888;
- outline:1px solid #474545;
- color:{color:Font Color 2};
- }
- #avi img{
- border:1px solid #474545;
- width:75px;
- height:75px;
- }
- #blogtitle{
- position:absolute;
- top:40px;
- right:20px;
- width:150px;
- font-family:'lucida console';
- font-weight:bold;
- font-size:17px;
- }
- #blogtitle a{
- color:{color:Title Color};
- text-decoration:none;
- }
- #blogtitle a:hover{
- color:{color:Title Color Hover};
- }
- #description{
- position:absolute;
- top:60px;
- right:15px;
- width:155px;
- height:59px;
- font-family:'Lucida Sans Unicode';
- font-size:8.5px;
- }
- #status{
- margin-top:5px;
- margin-left:-5px;
- margin-right:-5px;
- padding:3px;
- background-color:#cccccc;
- font-family:'courier new';
- font-size:10px;
- }
- #links{
- margin-top:5px;
- padding-top:2px;
- padding-bottom:2px;
- border-top:1px solid #474545;
- border-bottom:1px solid #474545;
- }
- #links p{
- margin:1px;
- padding-top:2px;
- padding-bottom:2px;
- padding-left:10px;
- background-color:#474545;
- font-family:'courier new';
- font-size:12px;
- color:{color:Font Color 1};
- }
- #links p:hover{
- background-color:{color:Title Color};
- }
- #links a{
- text-decoration:none;
- }
- /*-----------------------*/
- #container{
- position:absolute;
- top:50px;
- left:31%;
- {block:if2Columns}
- width:620px;
- {block:if2Columns}
- {block:ifNot2Columns}
- width:850px;
- {block:ifNot2Columns}
- {block:PermalinkPage}
- width:600px;
- {/block:PermalinkPage}
- }
- .entry{
- position:relative;
- margin:15px;
- background-color:#ffffff;
- text-align:left;
- font-family:'Lucida Console';
- font-size:11px;
- color:{color:Font Color 2};
- box-shadow:3px 3px 3px #363636;
- {block:IndexPage}
- width:250px;
- height:auto;
- {/block:IndexPage}
- {block:PermalinkPage}
- width:500px;
- {/block:PermalinkPage}
- }
- .entry img{
- width:250px;
- max-width: 100%;
- {block:PermalinkPage}
- width:500px;
- {/block:PermalinkPage}
- }
- .entry h2{
- margin-top:0px;
- margin-bottom:5px;
- padding:2px;
- text-align:center;
- font-size:14px;
- letter-spacing:1px;
- }
- .entry a{
- color:{color:Link Color};
- text-decoration:none;
- }
- .entry a:hover{
- color:{color:Link Color Hover};
- }
- .entry p{
- margin-top:5px;
- margin-bottom:5px;
- margin-left:10px;
- margin-right:10px;
- text-align:left;
- font-size:12px;
- font-family:'courier new';
- }
- blockquote{
- margin:5px;
- font-family:'Times New Roman';
- font-size:20px;
- {block:IndexPage}
- text-align:left;
- {/block:IndexPage}
- {block:PermalinkPage}
- text-align:center;
- {/block:PermalinkPage}
- }
- .linkpost{
- margin:1px;
- padding-top:5px;
- padding-bottom:5px;
- padding-left:20px;
- padding-right:10px;
- background-color:#474545;
- font-family:'courier new';
- font-size:12px;
- color:{color:Font Color 1};
- }
- .linkpost:hover{
- background-color:{color:Title Color};
- }
- #permalinktext{
- display: block;
- margin-left:-1px;
- padding:3px;
- background-color:#cccccc;
- border-left:1px solid #474545;
- text-align:right;
- font-family:'arial';
- font-size:9px;
- {block:PermalinkPage}
- display:none;
- {/block:PermalinkPage}
- }
- #permalinktext a{
- margin-left:3px;
- margin-right:3px;
- color:{color:Font Color 2};
- }
- .question{
- padding:5px;
- border:1px solid #474545;
- font-family:'courier new';
- font-size:10.5px;
- color:{color:Font Color 2};
- }
- .asker{
- background-color:#cccccc;
- font-weight:bold;
- text-decoration:none;
- }
- .asker a{
- color:{color:Title Color};
- }
- .asker img{
- width:25px;
- height:25px;
- }
- .asked{
- margin-top:4px;
- padding:2px;
- }
- .replies{
- margin-top:4px;
- padding:2px;
- background-color:#cccccc;
- }
- .tumblr_audio_player {
- position: relative;
- z-index: 1000;
- {block:IndexPage}
- width: 250px;
- {/block:IndexPage}
- {block:PermalinkPage}
- width:500px;
- {/block:PermalinkPage}
- height: 100px;
- overflow: hidden;
- }
- /*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;
- }
- .thepost{
- padding:10px;
- outline:1px solid #474545;
- border-top:1px solid #c9c7c7;
- border-left:1px solid #c9c7c7;
- border-bottom:1px solid #8c8888;
- border-right:1px solid #8c8888;
- }
- /*styling of how the notes will look on the permalink page*/
- #permpage{
- {block:PermalinkPage}
- float: center;
- position: relative;
- padding:5px;
- border-left:1px solid #c9c7c7;
- border-bottom:1px solid #8c8888;
- border-right:1px solid #8c8888;
- outline:1px solid #474545;
- text-align:left;
- {/block:PermalinkPage}
- }
- .caption{
- max-height:400px;
- overflow-y:scroll;
- padding:5px;
- background-color:#cccccc;
- border:1px solid #474545;
- text-align:left;
- }
- .caption p{
- text-align:left;
- }
- .caption ul{
- text-align:left;
- font-size:11px;
- }
- ol.notes {
- padding:5px;
- height:300px;
- overflow-y:auto;
- background-color:#cccccc;
- border:1px solid #474545;
- text-align:left;
- font-family:'courier new';
- font-size:10px;
- color:#393535;
- list-style-type: none;
- }
- ol.notes a{
- margin:2px;
- color:{color:Link Color};
- text-decoration:none;
- }
- ol.notes img.avatar {
- width:10px;
- height:10px;
- margin:2px;
- border:1px solid #474545;
- }
- /*-----------------------*/
- .popup_block{
- /*main box*/
- display:none; /*hides when not using*/
- position:fixed;
- top:50%;
- left:50%;
- z-index:9000000;
- }
- #askblock{
- position:fixed;
- top:50%;
- left:50%;
- transform:translate(-50%,-50%);
- width:500px;
- background-color:#ffffff;
- }
- #faskbox{
- padding:10px;
- outline:1px solid #474545;
- border-top:1px solid #c9c7c7;
- border-left:1px solid #c9c7c7;
- border-bottom:1px solid #8c8888;
- border-right:1px solid #8c8888;
- }
- #faskinfo{
- margin-bottom:5px;
- height:100px;
- padding:10px;
- overflow-y:auto;
- background-color:#cccccc;
- border:1px solid #474545;
- font-family:'Courier New';
- font-size:11px;
- }
- #faskinfo h2{
- font-size:15px;
- }
- #header{
- padding:3px;
- border:2px solid #ffffff;
- outline:1px solid #474545;
- font-family:'Lucida Console';
- font-size:12px;
- color:{color:Font Color 1};
- background: {color:Window Headers Color 1}; /* For browsers that do not support gradients */
- background: -webkit-linear-gradient(left, {color:Window Headers Color 1}, {color:Window Headers Color 2}); /* For Safari 5.1 to 6.0 */
- background: -o-linear-gradient(right, {color:Window Headers Color 1}, {color:Window Headers Color 2}); /* For Opera 11.1 to 12.0 */
- background: -moz-linear-gradient(right, {color:Window Headers Color 1}, {color:Window Headers Color 2}); /* For Firefox 3.6 to 15 */
- background: linear-gradient(to right, {color:Window Headers Color 1} , {color:Window Headers Color 2}); /* Standard syntax */
- }
- #s-m-t-tooltip {
- margin:15px 0px 0px 10px;
- padding:3px;
- max-width:100px;
- background-color:#cccccc;
- font-family:Arial;
- font-size:10px;
- color:#000000;
- z-index:99999999999999999999999999999999999;
- }
- #fade {
- display: none; /*--hidden by default--*/
- position: fixed;
- left:0;
- top:0;
- width:100%;
- height:100%;
- opacity:0;
- background:{color:Backgrounds};
- z-index:999900;
- }
- img.btn_close {
- display:none;
- }
- /*--Making IE6 Understand Fixed Positioning--*/
- *html #fade {
- position: absolute;
- }
- *html .popup_block,*html .popup_block2, *html .popup_block3{
- position: absolute;
- }
- /*change the color of the highlights*/
- ::-moz-selection { /* Code for Firefox */
- background: {color:Window Headers Color 2};
- }
- ::selection {
- background: {color:Window Headers Color 2};
- }
- /*cred to html tutorials*/
- ::-webkit-scrollbar-thumb:vertical {
- background-color:#cccccc;
- border:1px solid #474545;
- width:15px;
- opacity:1;
- }
- ::-webkit-scrollbar {
- background-color:#ffffff;
- border-left:1px solid #474545;
- width:15px;
- opacity:1;
- }
- ::-webkit-scrollbar-corner{
- opacity:0;
- }
- body{
- background-color:{color:Backgrounds};
- }
- .tmblr-iframe{
- margin-top:5px;
- margin-right:5px;
- z-index:9999999999999;!important;
- -webkit-filter: invert(100%);
- }
- #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="header">Tumblr - {Title}</div>
- <div id="mainsidebar">
- <div id="avi"><img src="{favicon}"></div>
- <div id="blogtitle"><a href="/">{Name}</a></div>
- <div id="description">{Description}</div>
- <div id="status">{text:Status Update}</div>
- <div id="links">
- {block:ifPopupAsk}
- <a href="#?w=500" rel="02" class="poplight"><p><i class="fa fa-caret-right"></i> {text:Ask Title}</p></a>
- {/block:ifPopupAsk}
- {block:ifNotPopupAsk}
- <a href="/ask"><p><i class="fa fa-caret-right"></i> {text:Ask Title}</p></a>
- {/block:ifNotPopupAsk}
- <a href="{text:Link 1 URL}"><p><i class="fa fa-caret-right"></i> {text:Link 1 Title}</p></a>
- <a href="{text:Link 2 URL}"><p><i class="fa fa-caret-right"></i> {text:Link 2 Title}</p></a>
- <a href="{text:Link 3 URL}"><p><i class="fa fa-caret-right"></i> {text:Link 3 Title}</p></a>
- <a href="/archive"><p><i class="fa fa-caret-right"></i> {text:Archive Title}</p></a>
- <a href="http://katting.tk"><p><i class="fa fa-caret-right"></i> Theme Credit</p></a>
- </div>
- </div>
- </div>
- <!---------------------------------------------------------->
- <style>
- #cred{
- position:fixed;
- z-index:9000;
- bottom:5px;
- right:5px;
- width:15px;
- height:15px;
- padding:3px;
- background-color:#cccccc;
- border-top:1px solid #c9c7c7;
- border-left:1px solid #c9c7c7;
- border-bottom:1px solid #8c8888;
- border-right:1px solid #8c8888;
- outline:1px solid #474545;
- text-align:center;
- font-size:14px;
- color:#000000;
- webkit-transition: all 1s ease;
- -moz-transition: all 1s ease;
- -o-transition: all 1s ease;
- transition:all 1s ease; /*smooth transitions*/
- }
- </style>
- <a href="http://felinethemes.tumblr.com" title="Feline Themes" target="blank"><div id="cred"><i class="fa fa-paw"></i></div></a>
- <!---------------------------------Posts------------------------------>
- <div id="container">
- {block:Posts}
- <div class="entry">
- <!-------------------------Text Posts-------------------------->
- {block:Text}
- <div class="post text">
- <div id="header">
- Notepad
- </div>
- {block:IndexPage}
- <div id="permalinktext">
- <a href="{Permalink}">Details</a>
- <a href="{ReblogURL}">Reblog</a>
- </div>
- {/block:IndexPage}
- <div class="thepost">
- {block:Title}<h2>{Title}</h2>{/block:Title}
- {Body}
- </div>
- </div>
- {/block:Text}
- <!------------------------------------------------------------>
- <!------------------------Photo Posts------------------------->
- {block:Photo}
- <div class="post photo">
- <div id="header">
- {block:RebloggedFrom} {ReblogParentName} {/block:RebloggedFrom}
- {block:NotReblog} {Name} {/block:NotReblog}
- </div>
- {block:IndexPage}
- <div id="permalinktext">
- <a href="{Permalink}">Details</a>
- <a href="{ReblogURL}">Reblog</a>
- </div>
- <div class="thepost">
- <img src="{PhotoURL-250}" alt="{PhotoAlt}"/>
- </div>
- {/block:IndexPage}
- {block:PermalinkPage}
- <div class="thepost">
- <img src="{PhotoURL-HighRes}" alt="{PhotoAlt}"/>
- </div>
- {/block:PermalinkPage}
- </div>
- {/block:Photo}
- <!------------------------------------------------------------>
- <!---------------------Panorama Posts-------------------------> {block:Panorama}
- <div class="post panorama">
- <div id="header">
- {block:RebloggedFrom} {ReblogParentName} {/block:RebloggedFrom}
- {block:NotReblog} {Name} {/block:NotReblog}
- </div>
- {block:IndexPage}
- <div id="permalinktext">
- <a href="{Permalink}">Details</a>
- <a href="{ReblogURL}">Reblog</a>
- </div>
- {/block:IndexPage}
- <div class="the post">
- {LinkOpenTag}<img src="{PhotoURL-Panorama}" alt="{PhotoAlt}"/>
- {LinkCloseTag}
- </div>
- </div>
- {/block:Panorama}
- <!----------------------------------------------------------->
- <!----------------------Photoset Posts----------------------->
- {block:Photoset}
- <div class="post photoset">
- <div id="header">
- Tumblr Photo Album
- </div>
- {block:IndexPage}
- <div id="permalinktext">
- <a href="{Permalink}">Details</a>
- <a href="{ReblogURL}">Reblog</a>
- </div>
- <div class="thepost">
- <center>
- {block:Photos}
- <img src="{PhotoURL-250}" width="250px" style="border-bottom:5px solid #ffffff;"/>
- {/block:Photos}
- </center>
- </div>
- {/block:IndexPage}
- {block:PermalinkPage}
- <div class="thepost">
- {Photoset-500}
- </div>
- {/block:PermalinkPage}
- </div>
- {/block:Photoset}
- <!----------------------------------------------------------->
- <!------------------------Quote Posts------------------------>
- {block:Quote}
- <div class="post quote">
- <div id="header">
- Notepad
- </div>
- {block:IndexPage}
- <div id="permalinktext">
- <a href="{Permalink}">Details</a>
- <a href="{ReblogURL}">Reblog</a>
- </div>
- {/block:IndexPage}
- <div class="thepost">
- <blockquote> "{Quote}" </blockquote>
- </div>
- </div>
- {/block:Quote}
- <!--------------------------------------------------------->
- <!------------------------Link Posts----------------------->
- {block:Link}
- <div class="post link">
- <div id="header">
- http://
- </div>
- {block:IndexPage}
- <div id="permalinktext">
- <a href="{Permalink}">Details</a>
- <a href="{ReblogURL}">Reblog</a>
- </div>
- {/block:IndexPage}
- {/block:IndexPage}
- <div class="thepost">
- <a href="{URL}" class="link" {Target}><div class="linkpost"><i class="fa fa-caret-right"></i> {Name}</div></a>
- </div>
- </div>
- {/block:Link}
- <!---------------------------------------------------------->
- <!-----------------------Chat Posts------------------------->
- {block:Chat}
- <div class="post chat">
- <div id="header">{Title}</div>
- {block:IndexPage}
- <div id="permalinktext">
- <a href="{Permalink}">Details</a>
- <a href="{ReblogURL}">Reblog</a>
- </div>
- {/block:IndexPage}
- <div class="thepost">
- <div class="chat">
- {block:Lines}
- <div class="{Alt} user_{UserNumber}">
- {block:Label}<span style="color:{color:Title Color};"><b>{Label}</b></span>{/block:Label}
- {Line}
- </div>
- <p>{/block:Lines}</p>
- </div>
- </div>
- </div>
- {/block:Chat}
- <!----------------------------------------------------------->
- <!-----------------------Videos Posts------------------------>
- {block:Video}
- <div id="header">
- Tumblr Video Player
- </div>
- {block:IndexPage}
- <div id="permalinktext">
- <a href="{Permalink}">Details</a>
- <a href="{ReblogURL}">Reblog</a>
- </div>
- {/block:IndexPage}
- <div class="post video">
- <div class="thepost">{Video-250}</div>
- </div>
- {/block:Video}
- <!----------------------------------------------------------->
- <!------------------------Audio Post------------------------->
- {block:Audio}
- <div class="post audio"><div class="thepost">{AudioEmbed-250}</div> </div>
- <div id="header">
- Tumblr Audio Player
- </div>
- {block:IndexPage}
- <div id="permalinktext">
- <a href="{Permalink}">Details</a>
- <a href="{ReblogURL}">Reblog</a>
- </div>
- {/block:IndexPage}
- {/block:Audio}
- <!---------------------------------------------------------->
- <!------------------------Q/A Post-------------------------->
- {block:Answer}
- <div id="header">
- Message
- </div>
- {block:IndexPage}
- <div id="permalinktext">
- <a href="{Permalink}">Details</a>
- <a href="{ReblogURL}">Reblog</a>
- </div>
- {/block:IndexPage}
- <div class="thepost">
- <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">
- {Answer}
- </div>
- </div>
- </div>
- {/block:Answer}
- <!---------------------------------------------------------->
- <!-------------------------Permapage------------------------>
- {block:PermalinkPagination}
- {block:PermalinkPage}
- <div id="permpage">
- {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
- {block:PostNotes}{PostNotes-16}{/block:PostNotes}
- </div>
- {/block:PermalinkPage}
- {/block:PermalinkPagination}
- </div>
- <!---------------------------------------------------------->
- {/block:Posts}
- </div>
- <!-------------------------------End Posts------------------------------>
- </body>
- <div id="02" class="popup_block">
- <div id="askblock">
- <div id="header">
- Compose Message
- </div>
- <div id="faskbox">
- <div id="faskinfo">
- {text:FAQ Info}
- </div>
- <div id="ask">
- <!------------------------------Ask Form-------------------------------->
- <iframe frameborder="0" scrolling="yes" width="100%" height="190" src="http://www.tumblr.com/ask_form/{Name}.tumblr.com" style="background-color:transparent; overflow:hidden;" id="ask_form"></iframe>
- <!---------------------------------------------------------------------->
- </div>
- </div>
- </div>
- </div>
- </div>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement