Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!--
- Go to tumblr.com/docs/en/custom_themes for assistance.
- -->
- <html lang="en">
- <!DOCTYPE html PUBLIC"-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
- <html xmlns="http://www.w3.org/1999/xhtml">
- <head>
- <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://png.findicons.com/files/icons/1714/dropline_neu/24/dialog_close.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').fadeOut(function() {
- $('#fade, a.close').remove(); //fade them both out
- });
- return false;
- });
- });
- </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>
- <script type="text/javascript">
- <!--
- // Disable Right Click Script
- function IE(e)
- {
- if (navigator.appName == "Microsoft Internet Explorer" && (event.button == "2" || event.button == "3"))
- {
- return false;
- }
- }
- function NS(e)
- {
- if (document.layers || (document.getElementById && !document.all))
- {
- if (e.which == "2" || e.which == "3")
- {
- return false;
- }
- }
- }
- document.onmousedown=IE;document.onmouseup=NS;document.oncontextmenu=new Function("return false");
- //-->
- </script>
- <script type="text/javascript"
- src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
- <!--DEFAULT VARIABLES-->
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
- <meta name="color:background" content="#fff"/>
- <meta name="color:link" content="#777"/>
- <meta name="color:text" content="#777"/>
- <meta name="color:title" content="#333"/>
- <meta name="color:hover" content="#fff"/>
- <meta name="color:lace border" content="#fff"/>
- <meta name="color:post border" content="#fff"/>
- <meta name="color:sidebar border" content="#fff"/>
- <meta name="color:link titles" content="#fff"/>
- <meta name="color:permalinks" content="#fff"/>
- <meta name="image:sidebar" content="1"/>
- <meta name="image:background" content="1"/>
- <meta name="image:sidebacks" content="1"/>
- <meta name="text:Link One" content=""/>
- <meta name="text:Link One Message" content"link1 title"/>
- <meta name="text:Link Two" content=""/>
- <meta name="text:Link Two Message" content"link2 title"/>
- <meta name="text:Link Three" content=""/>
- <meta name="text:Link Three Message" content"link3 title"/>
- <meta name="text:Link Four" content="" />
- <meta name="text:Link Four Message" content"link4 title"/>
- <meta name="text:Link Five" content="" />
- <meta name="text:Link Five Message" content"link5 title"/>
- <meta name="text:your name" content="your name here"/>
- <meta name="text:title for updates" content="updates weee!"/>
- <style type="text/css">
- #fade { /*--Transparent background layer--*/
- display: none; /*--hidden by default--*/
- background:url(http://static.tumblr.com/nl4oa31/Isdmel7ce/wallpaper-112592.jpg);
- position: fixed; left: 0; top: 0;
- width: 100%; height: 100%;
- opacity: .80;
- z-index: 9999;
- }
- .popup_block{
- display: none; /*--hidden by default--*/
- background: #fff;
- padding: 20px;
- border: 10px solid #ccc;
- float: left;
- font-size:12px;
- font-family:arial;
- position: fixed;
- top: 50%; left: 50%;
- z-index: 99999;
- /*--CSS3 Box Shadows--*/
- -webkit-box-shadow: 0px 0px 20px #000;
- -moz-box-shadow: 0px 0px 20px #000;
- box-shadow: 0px 0px 20px #000;
- /*--CSS3 Rounded Corners--*/
- -webkit-border-radius: 10px;
- -moz-border-radius: 10px;
- border-radius: 10px;
- }
- img.btn_close {
- float: right;
- margin: -5px -5px 0 0;
- }
- /*--Making IE6 Understand Fixed Positioning--*/
- *html #fade {
- position: absolute;
- }
- *html .popup_block {
- position: absolute;
- }
- #s-m-t-tooltip {
- max-width:300px;
- padding:6px 6px 6px 6px;
- padding-top:10px;
- margin:20px 0px 0px 20px;
- background: #fff; /* change the background color */
- border-left:3px solid {color:link titles};/* change the border color */
- border-right:3px solid {color:link titles};
- font-family:katy berry; /* change the font */
- font-size:24px; /* change the font size */
- letter-spacing:0px; /* change the letter spacing */
- text-transform:none; /* can be uppercase, lowercase, none*/
- color:#000; /* change the text color */
- z-index:999999999999999999999999999999999999;
- }
- @font-face{font-family:"Katy Berry";src:url('http://static.tumblr.com/9wzbixa/XT1mj3ixp/kberry.ttf');}
- iframe#tumblr_controls {right:2px !important; position: fixed !important;-webkit-transition: opacity 0.7s linear;opacity: 0.05;-webkit-transition: all 0.8s ease-out;-moz-
- transition: all 0.8s ease-out;transition: all 0.8s ease-out;}
- iframe#tumblr_controls:hover{-webkit-transition: opacity 0.7s linear;opacity: 0.8;-webkit-transition: all 0.4s ease-out;-moz-transition: all 0.4s ease-out;transition: all 0.4s ease-out;}
- p {
- margin:0px;
- margin-top:0px;
- }
- body {
- padding: 0px;
- margin: 0px;
- color:{color:text};
- font-family: dixel;
- line-height:7px;
- font-size:8px;
- background-color: {color:Background};
- background-image:url({image:Background});
- background-attachment: fixed;
- background-repeat: repeat;
- }
- a:link, a:active, a:visited{
- text-decoration: none;
- -webkit-transition: color 0.3s ease-out;
- -moz-transition: color 0.3s ease-out;
- transition: color 0.3s ease-out;
- color:{color:link};
- }
- a:hover {
- text-decoration: none;
- font-style:;
- color: {color:Hover};
- }
- div#center{
- margin:auto;
- position:relative;
- width:1000px;
- background-color:;
- overflow:auto;
- overflow-y:hidden;
- }
- /*CUSTOMIZE ENTRY SETTINGS HERE*/
- .entry {
- float:left;
- display: block;
- margin:12px;
- overflow:hidden;
- width:300px;
- border:5px solid {color:post border};
- padding:8px;
- {block:PermalinkPage}
- width:450px;
- text-align:left;
- line-height:10px;
- {/block:PermalinkPage}
- background:white;
- background-image:URL();
- }
- /*CUSTOMIZE THE APPEARANCE OF PERMALINKS*/
- .entry .perma{
- width:260px;
- height:20px;
- margin-left:-60px;
- position: absolute;
- line-height: 16px;
- overflow:hidden;
- text-align:center;
- top:50px;
- padding-top:8px;
- padding-bottom:4px;
- background:white;
- word-spacing:2px;
- letter-spacing:1px;
- font-family:neou;
- font-size:14px;
- opacity: 0.0;
- background:#fff;
- border-top:3px solid {color:permalinks};
- border-bottom:3px solid {color:permalinks};
- border-right:3px solid {color:permalinks};
- border-top-right-radius:50px;
- border-bottom-right-radius:50px;
- -webkit-transition: all .7s ease;
- -moz-transition: all .7s ease;
- -o-transition: all .7s ease;
- transition: all .7s ease;
- }
- .entry:hover .perma{
- overflow:visible;
- opacity:1;
- margin-left:-40px;
- }
- .entry .perma2{
- width:260px;
- height:20px;
- margin-left:70px;
- position: absolute;
- line-height: 16px;
- overflow:hidden;
- text-align:center;
- top:100px;
- padding-top:8px;
- padding-bottom:4px;
- background:white;
- word-spacing:2px;
- letter-spacing:1px;
- font-family:neou;
- font-size:14px;
- opacity: 0.0;
- background:#fff;
- border-top:3px solid {color:permalinks};
- border-bottom:3px solid {color:permalinks};
- border-left:3px solid {color:permalinks};
- border-top-left-radius:50px;
- border-bottom-left-radius:50px;
- -webkit-transition: all .7s ease;
- -moz-transition: all .7s ease;
- -o-transition: all .7s ease;
- transition: all .7s ease;
- }
- .entry:hover .perma2{
- overflow:visible;
- opacity:1;
- margin-left:50px;
- }
- /*CUSTOMIZE POST POSITIONING AND STUFFZ HERE*/
- #posts {
- width:700px;
- margin-top:20px;
- z-index:99;
- margin-left:70px;
- right:auto;
- background:transparent;
- margin-right:auto;
- position:relative;
- overflow-y: hidden;
- }
- /*CUSTOMIZE SIDEBAR HERE*/
- #sidebar{
- position:fixed !important;
- width:150px;
- background:white;
- height:150px;
- margin-top:150px;
- margin-left:855px;
- text-align:center;
- border:5px solid {color:sidebar border};
- padding:10px;
- z-index:99999999999999;
- }
- #sidebar #desc{
- position:fixed;
- height:auto;
- margin-top: 20px;
- margin-left:-3px;
- width:160px;
- opacity:1;
- font-family:pewp;
- color:#000;
- line-height: 20px;
- padding-top:5px;
- padding-bottom:5px;
- padding-left:10px;
- padding-right:10px;
- background-color:transparent;
- font-size:12px;
- text-align:right;
- transition: all 0.4s ease-out;
- -o-transition-transition: all 0.4s ease-out;
- -webkit-transition: all 0.4s ease-out;
- -moz-transition: all 0.4s ease-out;
- }
- #sidebar #blogtitle {
- width:390px;
- opacity:1px;
- margin-top:-70px;
- margin-left:-100px;
- text-align:center;
- letter-spacing:5px;
- position:fixed;
- font-family:lala;
- font-size:45px;
- color:{color:title};
- background:transparent;
- line-height:80px;
- height: 65px;
- z-index: 3;
- text-shadow:1px 2px 5px #000;
- }
- #lacey1 {
- background-image:url('http://static.tumblr.com/3yblkz0/S8omdno3x/jaja.png');
- repeat:repeat-x;
- left:0;
- width:100%;
- margin-top: 322px;
- margin-left:300px;
- height:18px;
- position: fixed;
- z-index: 9;
- opacity:1;
- -webkit-transform: rotate(-90deg);
- }
- #happy1 {
- background:url({color:sidebacks});
- repeat:repeat-x;
- width:396px;
- margin-top:-4px;
- margin-left:788px;
- height:940px;
- position: fixed;
- z-index: 1;
- opacity:1;
- border:3px solid {color:lace border};
- }
- #happy2 {
- background:url({color:sidebacks});
- repeat:repeat-x;
- width:230px;
- margin-top:-4px;
- margin-left:-189px;
- height:940px;
- position: fixed;
- z-index: 1;
- opacity:1;
- border:3px solid {color:lace border};
- }
- #lacey2 {
- background-image:url('http://static.tumblr.com/3yblkz0/S8omdno3x/jaja.png');
- repeat:repeat-x;
- left:0;
- width:100%;
- margin-top: 322px;
- margin-left:-465px;
- height:18px;
- position: fixed;
- z-index: 9;
- opacity:1;
- -webkit-transform: rotate(90deg);
- }
- #poopies{
- opacity:0;
- margin-top:-20px;
- margin-left:120px;
- transition: all 0.6s ease-out;
- -o-transition-transition: all 0.6s ease-out;
- -webkit-transition: all 0.6s ease-out;
- -moz-transition: all 0.6s ease-out;
- }
- #sidebar:hover #poopies{
- opacity:1;
- margin-left:-100px;
- margin-top:-150px;
- }
- @font-face { font-family: "dixel"; src: url('http://static.tumblr.com/jdjsstr/8ovm78cbb/pf_arma_five_1_.ttf'); }
- @font-face { font-family: "lala"; src: url('http://static.tumblr.com/vpzhdvv/6d7m90v7t/111.woff');}
- #cutie1{
- position:fixed;
- opacity:1;
- width:20px;
- margin-left:-15px;
- margin-top:170px;
- height:7px;
- padding-bottom:7px;
- padding-top:7px;
- font-family:arial;
- font-size:14px;
- background-color:white;
- border:2px solid;
- border-radius:20px;
- transition: all 0.4s ease-out;
- -o-transition-transition: all 0.4s ease-out;
- -webkit-transition: all 0.4s ease-out;
- -moz-transition: all 0.4s ease-out;
- }
- #sidebar:hover #cutie1{
- opacity:1;
- margin-top:
- margin-left:
- }
- #cutie2{
- position:fixed;
- opacity:1;
- width:20px;
- margin-left:-45px;
- margin-top:170px;
- height:7px;
- padding-bottom:7px;
- padding-top:7px;
- font-family:arial;
- font-size:14px;
- background-color:white;
- border:2px solid;
- border-radius:20px;
- transition: all 0.4s ease-out;
- -o-transition-transition: all 0.4s ease-out;
- -webkit-transition: all 0.4s ease-out;
- -moz-transition: all 0.4s ease-out;
- }
- #sidebar:hover #cutie2{
- opacity:1;
- margin-top:
- margin-left:
- }
- #cutie3{
- position:fixed;
- opacity:1;
- width:20px;
- margin-left:-45px;
- margin-top:140px;
- height:7px;
- padding-bottom:7px;
- padding-top:7px;
- font-family:arial;
- font-size:14px;
- background-color:white;
- border:2px solid;
- border-radius:20px;
- transition: all 0.4s ease-out;
- -o-transition-transition: all 0.4s ease-out;
- -webkit-transition: all 0.4s ease-out;
- -moz-transition: all 0.4s ease-out;
- }
- #sidebar:hover #cutie3{
- opacity:1;
- margin-top:
- margin-left:
- }
- #cutie4{
- position:fixed;
- opacity:1;
- width:20px;
- margin-left:-45px;
- margin-top:110px;
- height:7px;
- padding-bottom:7px;
- padding-top:7px;
- font-family:arial;
- font-size:14px;
- background-color:white;
- border:2px solid;
- border-radius:20px;
- transition: all 0.4s ease-out;
- -o-transition-transition: all 0.4s ease-out;
- -webkit-transition: all 0.4s ease-out;
- -moz-transition: all 0.4s ease-out;
- }
- #sidebar:hover #cutie4{
- opacity:1;
- margin-top:;
- margin-left:;
- }
- #cutie5{
- position:fixed;
- opacity:1;
- width:20px;
- margin-left:-45px;
- margin-top:80px;
- height:7px;
- padding-bottom:7px;
- padding-top:7px;
- font-family:arial;
- font-size:14px;
- background-color:white;
- border:2px solid;
- border-radius:20px;
- transition: all 0.4s ease-out;
- -o-transition-transition: all 0.4s ease-out;
- -webkit-transition: all 0.4s ease-out;
- -moz-transition: all 0.4s ease-out;
- }
- #sidebar:hover #cutie5{
- opacity:1;
- margin-top:;
- margin-left:;
- }
- /*CUSTOMIZE TITLE OF ENTRIES HERE*/
- .title{
- line-height: 12px;
- color:{color:Title};
- font-weight: normal;
- }
- /*CUSTOMIZE PERMALINKS OF TEXT POSTS AND SUCH HERE*/
- .permalink{
- text-transform: normal;
- display: block;
- text-align: right;
- text-decoration: none;
- }
- /*I RECCOMMEND TO NOT TOUCH ANY OF THIS LOLz*/
- #infscr-loading{
- bottom: -70px;
- position: absolute;
- left: 50%;
- margin-left:-8px;
- width:16px;
- height:11px;
- overflow:hidden;
- margin-bottom: 50px;
- }
- #postnotes{
- text-align: justify;}
- #postnotes blockquote{
- border: 0px;}
- blockquote{
- padding:0px 0px 2px 5px;
- margin:0px 0px 2px 10px;
- border-left: 1px dotted #555555;
- }
- blockquote p, ul{
- margin:0px;
- padding:0px;
- }
- a img{border: 0px;}
- ul, ol, li{list-style:none; margin:0px; padding:0px;}
- .user_1 .label, .user_2 .label, .user_3 .label, .user_4 .label, .user_5 .label, .user_6 .label,
- .user_7 .label, .user_8 .label, .user_9 .label {color:{color:text};}
- .notes img{width:10px; position:relative; top:3px;}
- <--ses-->
- small{font-size: 90%;}
- {CustomCSS}
- </style>
- {block:IndexPage}
- <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/iBElrgjim/jquerymasonry.js"></script>
- <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/Qyblrgjfn/jqueryinfintescroll.js"></script>
- <script type="text/javascript">
- $(window).load(function(){
- var $wall = $('#posts');
- $wall.imagesLoaded(function(){
- $wall.masonry({
- itemSelector: '.entry, .entry_photo',
- isAnimated : false
- });
- });
- $wall.infinitescroll({
- navSelector : '#pagination',
- nextSelector : '#pagination a',
- itemSelector : '.entry, .entry_photo',
- bufferPx : 2000,
- debug : false,
- errorCallback: function() {
- $('#infscr-loading').fadeOut('normal');
- }},
- function( newElements ) {
- var $newElems = $( newElements );
- $newElems.hide();
- $newElems.imagesLoaded(function(){
- $wall.masonry( 'appended', $newElems,{isAnimated: false}, function(){$newElems.fadeIn('slow');} );
- });
- }); $('#posts').show(500);
- });
- </script>
- {/block:IndexPage}
- <title>{title}</title>
- <link rel="shortcut icon" href="{Favicon}" />
- <meta name="viewport" content="width=820" />
- </head>
- <body>
- <BODY onselectstart="return false;" ondragstart="return false;">
- <div class="wrapper">
- <div class="header">
- </div>
- <div id="pencil"></div>
- <div id="eraser"></div>
- <div id="cage">
- <div id="center">
- <!--STUFF THAT GOES INTO THE SIDEBAR-->
- <div id="sidebar">
- <div id="cutie1"><a href="{text:Link One}" title="{text:Link One Message}">1</a></div>
- <div id="cutie2"><a href="{text:Link two}" title="{text:Link Two Message}">2</a></div>
- <div id="cutie3"><a href="{text:Link three}" title="{text:Link Three Message}">3</a></div>
- <div id="cutie4"><a href="{text:Link four}" title="{text:Link Four Message}">4</a></div>
- <div id="cutie5"><a href="http://h0ran-wbu.tumblr.com" title="Theme Credit">5</a></div>
- <div id="blogtitle">{blogtitle}</div>
- <center>
- <a href="/"><img src="{image:sidebar}" width=100%></a>
- <div id="desc">{description}</div>
- <div id="poopies"><a href="#?w=500" rel="02" class="poplight"title="{text:title for updates}"><img src="http://31.media.tumblr.com/8275518cc9fcdc77ef0b3ef4ac15a453/tumblr_mjl4kjLqL91r07f5ao1_500.png" width=50px; height:50px;></a></div>
- </center>
- </div>
- <!------------------------------------->
- <div id="lacey1"></div>
- <div id="lacey2"></div>
- <div id="happy2"></div>
- <div id="happy1"></div>
- <div class="left">
- <div id="posts">
- {block:Posts}
- <div class="entry">
- {block:Text}{block:Title}<span class="title">{Title}</span>{/block:Title}<span class="body">{Body}</span><p align=right><span class="permalink"><a
- href="{Permalink}"><a href="{Permalink}"><a href="{Permalink}">{notecountwithlabel}</a></a><br>{/block:HasTags}</span></align>
- {/block:Text}
- {block:Link}<a href="{URL}" class="title">{Name}</a>{block:Description}<div class="body">{Description}</div>{/block:Description} <p align=right><span
- class="permalink"><a href="{Permalink}">{notecountwithlabel}</a> <a href="{Permalink}"></span></align>{block:Link}
- {block:Photo}
- {block:IndexPage}
- <center>
- <div class="perma">
- <a href="{Permalink}"> <a href="{ReblogURL}" target="_blank"> reblog </a> with <a href="{Permalink}">{NoteCountWithLabel} </div>
- <div class="perma2">
- <a href="{permalink}">posted {timeago}</a>
- </div>
- <div class="photo"><a href="{permalink}"><img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="100%"/></a></div>
- {/block:IndexPage}
- {block:PermalinkPage}
- {LinkOpenTag}<div class="photo"><a href="{permalink}"><img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="100%"/></a></div>
- {LinkCloseTag}
- {/block:PermalinkPage}
- {/block:Photo}
- {block:Photoset}
- {block:IndexPage}
- <center>
- <div class="perma">
- <a href="{ReblogURL}" target="_blank"> reblog </a> </div>
- {Photoset-250}</center>
- {/block:IndexPage}
- {block:PermalinkPage}
- <center>
- {Photoset-500}</center>
- {/block:PermalinkPage}
- {/block:Photoset}
- {block:Quote}<span class="title">"{Quote}"</span> — {block:Source}<b>{Source}</b>{/block:Source}<br><p align=right><span class="permalink"><a
- href="{Permalink}">{notecountwithlabel}</a> <a href="{Permalink}"> </span>{/block:Quote}
- {block:Chat}{block:Title}<span class="title">{Title}</span>{/block:Title}
- <ul class="chat">
- {block:Lines}
- <li class="user_{UserNumber}">
- {block:Label}
- <span class="label">{Label}</span>
- {/block:Label}
- {Line}
- </li>
- {/block:Lines}
- <p align=right><span class="permalink"><a href="{Permalink}">{notecountwithlabel}</a> <a href="{Permalink}">
- {/block:Chat}
- {block:Audio}
- <div style="width:200px; height:30px;">
- {AudioPlayerBlack}
- </div>
- {block:IndexPage}<span class="permalink">
- <p align=right><span class="permalink"><a href="{Permalink}">{notecountwithlabel}</a> <a href="{Permalink}"> </a>
- </span>{/block:IndexPage}
- {/block:Audio}
- {block:Video}
- {block:IndexPage}
- <center>
- <div class="perma">
- <a href="{ReblogURL}" target="_blank"> reblog </a> </div>
- {Video-250}</center>
- {/block:IndexPage}
- {block:PermalinkPage}
- <center>
- {Video-400}</center>
- {/block:PermalinkPage}
- {block:Video}
- {block:PostNotes}<div align="middle">{caption}</div>
- <center>
- {block:NoteCount}{NoteCountWithLabel}<br>{/block:NoteCount}
- {block:HasTags}
- tags: {block:Tags}<a href="{TagURL}">{Tag}. </a>{/block:Tags}<br> {/block:HasTags}
- {block:RebloggedFrom}
- reblogged from <a href="{ReblogParentURL}">{ReblogParentName}</a><br>
- posted by <a href="{ReblogRootURL}">{ReblogRootName}</a>
- {/block:RebloggedFrom}
- </center></span>
- <br>
- <div id="postnotes">{PostNotes}</div><br>
- <center>{block:ContentSource}
- <br><a href="{SourceURL}">
- {lang:Source}:
- {block:SourceLogo}
- <img src="{BlackLogoURL}" width="{LogoWidth}"
- height="{LogoHeight}" alt="{SourceTitle}" />
- {/block:SourceLogo}
- {block:NoSourceLogo}
- {SourceLink}
- {/block:NoSourceLogo}
- </a>
- {/block:ContentSource}</center>
- {/block:PostNotes}
- </div>
- {/block:Posts}
- </div></div>
- {block:IndexPage}
- {block:Pagination}
- <div id="pagination">
- {block:NextPage}
- <a id="nextPage" href="{NextPage}"></a>
- {/block:NextPage}
- {block:PreviousPage}
- <a href="{PreviousPage}"></a>
- {/block:PreviousPage}
- </div>
- {/block:Pagination}
- {/block:IndexPage}
- </body>
- <div id="02" class="popup_block">
- Or you can put your updates here
- I'm currently online! <br>
- Follow my BOTW for a promo!<br>
- Use <br> to make a new line & <p> for a new paragraph !
- </div></div></div></div></div></div></div></div></div></div>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment