Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!----
- // piece of paper
- by espoirthemes //
- +don't move credit please
- +edit as much as you want!
- popup tutorial by htmlqueens
- multi-column base by borntobewildthemes
- ---->
- <html>
- <title>{Title}</title>
- <link rel="shortcut icon" href="{Favicon}">
- <link rel="alternate" type="application/rss+xml" href="{RSS}">
- {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
- <script type="text/javascript"
- src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></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://38.media.tumblr.com/30853fe6c9b10e246922a5953db4d1a0/tumblr_inline_nl8j0gMXwf1ry72eo.gif" class="btn_close" title="escape" alt="escape" /></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>
- <!-- DEFAULT VARIABLES -->
- <meta name="image:Header" content="" />
- <meta name="image:Background" content="" />
- <meta name="color:Background" content="#fffffF" />
- <meta name="color:Header" content="#ffffff" />
- <meta name="color:text" content="#000000" />
- <meta name="color:Link" content="#999999" />
- <meta name="color:Link BG" content="#fff" />
- <meta name="color:link hover" content="#CCCCCC" />
- <meta name="color:header" content="#FFFFFF" />
- <meta name="color:border" content="#f7c282" />
- <meta name="color:posts" content="#fff" />
- <meta name="color:selection background" content="#eee" />
- <meta name="color:selection text" content="#000" />
- <meta name="color:scrollbar" content="#f7c282" />
- <meta name="color:tooltip" content="#222" />
- <meta name="color:tooltip text" content="#fff" />
- <meta name="color:Description" content="#333333" />
- <meta name="color:chat 1" content="#f8f8f8" />
- <meta name="color:chat 2" content="#cfcfcf" />
- <meta name="color:ask bubble" content="#eee" />
- <meta name="color:ask text" content="#a0a0a0" />
- <meta name="color:Bold" content="#000"/>
- <meta name="color:Italic" content="#ddd"/>
- <meta name="font:Text" content="" />
- <meta name="text:Link 1" content="un." />
- <meta name="text:Link 1 url" content="http://" />
- <meta name="text:Link 2" content="deux." />
- <meta name="text:Link 2 url" content="http://" />
- <meta name="text:Link 3" content="trois." />
- <meta name="text:Link 3 url" content="http://" />
- <meta name="text:Link 4" content="quatre." />
- <meta name="text:Link 4 url" content="http://" />
- <meta name="text:Link 5" content="cinq." />
- <meta name="text:Link 5 url" content="http://" />
- <meta name="text:Link 6" content="six." />
- <meta name="text:Link 6 url" content="http://" />
- <meta name="text:askboxfaq" content="ask something" />
- <meta name="text:ask" content="shouted" />
- <meta ame="text:bullet point" content="+" />
- <!-- END DEFAULT VARIABLES -->
- <head>
- <script type="text/javascript"
- src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
- <script src="http://static.tumblr.com/rzl30kg/eAxm7a751/jquery.style-my-tooltips.js"></script>
- <script>
- (function($){
- $(document).ready(function(){
- $("[title]").style_my_tooltips({
- tip_follows_cursor:true,
- tip_delay_time:200,
- tip_fade_speed:300
- }
- );
- });
- })(jQuery);
- </script>
- <style type="text/css">
- #s-m-t-tooltip{
- max-width:300px;
- margin-top:-50px;
- margin-left:-20px;
- border:2px solid white;
- box-shadow: 0px 0px 0px 2px {color:tooltip};
- font-family:consolas;
- padding:5px 5px;
- background:{color:tooltip}; /*if you're changing the color in the code, make sure this is the same as the s-m-t:after */
- color:{color:tooltip text};
- z-index:999999999;
- font-size:12px;
- text-transform:uppercase;
- }
- /* don't touch this, this is the what makes it look like a speech bubble */
- #s-m-t-tooltip:after{
- content: '';
- position: absolute;
- border-style: solid;
- border-width: 8px 10px 0;
- border-color: {color:tooltip} transparent;
- display: block;
- width: 0;
- z-index: 1;
- bottom: -10px;
- left: 50%;}
- ::-webkit-scrollbar {width: 10px; height: 4px; background: #ffffff; border:2px solid {color:border}; }
- ::-webkit-scrollbar-thumb { background-color: {color:scrollbar}; }
- ::selection {color: {color:selection text}; background: {color:selection background};}
- ::-moz-selection {
- background: {color:selection background}; /* Gecko Browsers */color:{color:selection text};
- }
- #fade { /*--Transparent background layer--*/
- display: none; /*--hidden by default--*/
- background: #fff;
- background-image: url('');
- 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:2px solid {color:border};
- float: left;
- font-size: 16px;
- position: fixed;
- top: 50%; left: 50%;
- z-index: 99999;
- /*--CSS3 Box Shadows--*/
- box-shadow: 8px 8px 0px rgba(50,50,50, .2);
- }
- img.btn_close {
- float: right;
- margin: -10px -10px 0 0;
- }
- /*--Making IE6 Understand Fixed Positioning--*/
- *html #fade {
- position: absolute;
- }
- *html .popup_block {
- position: absolute;
- }
- .links {text-align:left}
- .links li{list-style:none;position:relative; padding:10px; border-bottom:1px solid {color:border};}
- .links li a:before{content:'☐ '; color:{color:links};}
- .links li a:hover:before{content:'☒ '; color:{color:link hover};}
- /* CSS */
- body {
- background:{color:Background};
- background-image:url({image:Background});
- font-family:{font:Text};
- color:{color:Text};
- font-size:13px;
- line-height:15px;
- margin-left:0px;
- }
- h1{
- font-size:20px;
- line-height: 25px;
- color:{color:Title};
- font-family:Verdana;
- font-weight: normal;
- }
- h2{
- font-size:15px;
- line-height: 20px;
- color:{color:Text};
- font-family:Verdana;
- font-weight: normal;
- }
- a:link, a:active, a:visited{
- -webkit-transition: color 0.2s ease-out;
- -moz-transition: color 0.2s ease-out;
- transition: color 0.2s ease-out;
- color:{color:link};
- text-decoration:none;
- }
- a:hover {
- text-decoration:none;
- color:{color:link hover};
- -webkit-transition: all 0.2s ease-in-out;
- -moz-transition: all 0.2s ease-in-out;
- -o-transition: all 0.2s ease-in-out;
- transition: all 0.2s ease-in-out;}
- blockquote{
- padding:0px 0px 0px 6px;
- margin:0px 0px 2px 10px;
- border-left: 1px dotted #555555;
- }
- blockquote img {max-width:100%;}
- a {
- color:{color:Link};
- }
- b, strong {color:{color:Bold};}
- i, em {color:{color:Italic};}
- ol.notes {
- list-style-type: none;
- padding:0px;
- }
- ol.notes img{width:16px}
- ol.notes li.note {
- padding:10px;
- border-bottom:2px solid {color:border};
- }
- /*Posts and entries*/
- #container{
- position:relative;
- width:900px;
- min-height:600px;
- margin:auto;
- }
- .entry {
- float:left;
- display: block;
- margin:12px;
- overflow:hidden;
- width:250px;
- padding-right:10px;
- padding-left:10px;
- padding-bottom:10px;
- z-index:0; box-shadow: 8px 8px 0px rgba(50,50,50, .2);
- text-align:left;
- {block:PermalinkPage}
- width:500px;
- margin-left:180px;
- {/block:PermalinkPage}
- background:{color:posts} url(http://31.media.tumblr.com/2a6ec7d0851a5ddb1eda5f9c8db73386/tumblr_inline_mkjlivp3E41qz4rgp.gif);
- -webkit-transition: all .7s ease;
- -moz-transition: all .7s ease;
- -o-transition: all .7s ease;
- transition: all .7s ease;
- border:2px solid {color:border};
- }
- .entry:hover{
- -webkit-transition: all .7s ease;
- -moz-transition: all .7s ease;
- -o-transition: all .7s ease;
- transition: all .7s ease;
- }
- #posts {
- width:900px;
- margin-top:15px;
- z-index:99;
- margin-left:5px;
- background:transparent;
- margin-right:auto;
- position:relative;
- overflow-y: hidden;
- -webkit-animation: fadeInDown 2s;
- -moz-animation: fadeInDown 2s;
- -ms-animation: fadeInDown 2s;
- }
- .entry img {max-width:100%;}
- .entry iframe{opacity:1}
- /* Header */
- #header{
- position:relative;
- width:880px;
- height:auto;
- background:{color:Header};
- z-index:9;
- margin-top:30px;
- padding:5px;
- margin-bottom:5px;
- margin-left:auto;
- margin-right:auto;
- text-align:center;
- border-bottom: 1px solid {color:border};
- }
- .headerimage {
- position:relative;
- background-image:{image:header};
- margin-left:-40px;
- margin-top:2px;
- width:80px;
- background:{color:header};
- height:80px;
- border:2px {color:border} solid;
- }
- .headerimage img {
- width:80px;
- height:80px;
- }
- .blogtitle{
- color:{color:Blog Title};
- position:relative;
- margin-left:auto;
- margin-right:auto;
- margin-top:10px;
- width:100%;
- font-family:consolas;
- font-size:16px;
- padding:2px;
- background:white;
- letter-spacing:2px;
- line-height:22px;
- text-align:left;
- }
- .headerlinks{
- position:absolute;
- width:450px;
- z-index:2;
- text-transform:lowercase;
- height:auto;
- bottom:10px;
- right:2px;
- text-align:right;
- }
- .headerlinks a{
- position:relative;
- background:{color:Link BG};
- width:100%;
- height:auto;
- margin-top:5px;
- margin-bottom:5px;
- margin-left:0px;
- padding:3px;
- font-family:consolas;
- font-size:14px;
- line-height:15px;
- text-align:center;
- }
- .headerlinks a:hover{
- background:{color:Header};
- -webkit-transition: all .7s ease-in-out;
- -moz-transition: all .7s ease-in-out;
- -o-transition: all .7s ease-in-out;
- transition: all .7s ease-in-out;
- }
- .description{
- position:absolute;
- color:{color:Description};
- font-family:arial;
- width:400px;
- height:auto;
- padding:2px;
- top:0px;
- left:70px;
- max-height:84px;
- overflow-y:auto;
- font-size:12px;
- line-height:18px;
- text-align:left;
- }
- /* Ask */
- .question{
- width:100%;
- height:24px;
- line-height:24px;
- margin-bottom:4px;
- border-bottom:1px solid {color:border};
- }
- .question img{
- border:2px solid {color:border};
- margin-right:4px;
- }
- .answer{
- margin-top:10px;
- width:240px;
- {block:PermalinkPage}
- width:490px;
- {/block:PermalinkPage}
- padding:5px;
- background:{color:border};
- line-height:20px;
- }
- /* Quote */
- .quote {
- font-size:25px;
- line-height:28px;
- font-family:Garamond;
- color:{color:Italic};
- height:auto;
- margin-top:15px;
- margin-bottom:5px;
- padding:5px;
- text-align:center;
- letter-spacing:1px;
- }
- .source{
- font-size:12px;
- line-height:15px;
- font-family:Garamond;
- color:{color:Italic};
- height:auto;
- margin-top:15px;
- margin-bottom:5px;
- padding:5px;
- text-align:right;
- letter-spacing:1px;}
- }
- /* Chat */
- .chat ul {
- display:block;
- list-style:none;
- margin-left:-50px;
- }
- /* chat lines style */
- .chat li {
- padding:3px;
- display:block;
- }
- /* odd lines style */
- .chat .odd {
- background:{color:chat 1};
- }
- /* even lines style */
- .chat .even {
- background:{color:chat 2};
- }
- .dinky {
- float:left;
- }
- #albumart{
- z-index:2;
- width:80px;
- height:80px;
- {block:permalinkpage}
- width:150px;
- height:150px;
- {/block:permalinkpage}
- padding:2px;
- }
- #albumart img{
- background:{color:highlight};
- width:80px;
- height:80px;
- {block:permalinkpage}
- width:150px;
- height:150px;
- {/block:permalinkpage}
- padding:2px;
- border:2px solid {color:border}; transition:.6s;
- }
- .player {
- width:20px;
- overflow:hidden;
- height:40px;
- padding:0px;
- padding-top:10px;
- padding-left:2px;
- margin-left:-2px;
- margin-top:-10px;
- {block:permalinkpage}
- margin-top:0px;
- margin-left:2px;
- transform:scale(1.4);
- {/block:permalinkpage}
- border-radius:90px;
- position:relative;
- }
- .playercon {
- width:150px;
- height:30px; margin-top:-10px;
- {block:permalinkpage}
- width:300px;
- height:50px;{/block:permalinkpage}
- background:white;
- border:2px solid {color:border}; transition:.6s;
- margin-left:2px;
- position:relative;
- border-left:none;
- }
- .donkey {
- float:left top;
- margin-left:70px; height:50px;
- {block:permalinkpage}
- margin-left:134px;height:110px;{/block:permalinkpage}
- background-color:transparent;
- padding:20px;
- text-align:center;
- color:{color:text};
- }
- .track {
- font-size:10px;
- {block:permalinkpage}
- font-size:16px; letter-spacing:4px;
- {/block:permalinkpage}
- margin-top:-46px;
- margin-left:6px;
- padding:10px;
- padding-left:14px;
- font-weight:300;
- text-transform:uppercase; transition:.6s;
- font-family:bitxmap;
- }
- .artist {
- letter-spacing:1px;
- font-style:italic;
- }
- .playcount {
- font-size:9px;
- text-transform:uppercase;
- letter-spacing:3px;
- }
- #audiolo {
- width:250px;
- {block:permalinkpage}
- width:480px;
- {/block:permalinkpage}
- }
- .speechbubble {
- width:160px;
- {block:permalinkpage}
- width:400px;
- {block:permalinkpage}
- position: relative;
- background:{color:ask bubble} ;
- left:70px;
- color:{color:ask text};
- padding:10px;
- text-align:left;
- z-index:2;
- box-shadow: 0px 0 1px rgba(0,0,0,0);
- border: {color:border} solid 2px;
- }
- .speechbubble:after
- {
- content: '';
- position: absolute;
- border-style: solid;
- border-width: 10px 15px 10px 0;
- border-color: transparent {color:ask bubble};
- display: block;
- width: 0;
- z-index: 1;
- left: -14px;
- top: 14px;
- }
- .speechbubble:before
- {
- content: '';
- position: absolute;
- border-style: solid;
- border-width: 11px 16px 11px 0;
- border-color: transparent {color:border};
- display: block;
- width: 0;
- z-index: 0;
- left: -17px;
- top: 13px;
- }
- /* Post info */
- .info {
- height:auto;
- line-height:15px;
- float:center;
- margin-top:0px;
- text-align:center;
- font-size:12px;
- letter-spacing:1px;
- background-color: transparent;
- color:{color:Link};
- margin-bottom:10px;
- width:250px;
- {block:PermalinkPage}
- width:500px;
- {block:PermalinkPage}
- text-transform:lowercase;
- }
- .info a {
- font-size:13.2px; text-decoration:underline; }
- /* Pagination */
- .jump_page {
- padding: 4px 8px;
- border:2px solid {color:border};
- background-color:{color:Link BG};
- color:{color:Link};
- font-size:11px;
- text-decoration:none;
- }
- .current_page, .jump_page:hover {
- padding: 4px 8px;
- border:2px solid {color:border};
- background-color:{color:border};
- color: {color:link hover};
- font-size:11px;
- text-decoration:none;
- }
- li{list-style:none}
- li:before{content:'{text:bullet point}'}
- #egg { opacity:.8;left:10px; bottom:10px; position:fixed;bottom:4px;display:block; width: 14px; height: 18px; background-color:#FFFEFC; -webkit-border-radius: 63px 63px 63px 63px / 108px 108px 72px 72px; border-radius: 50% 50% 50% 50% / 60% 60% 40% 40%;
- font-family: "bitxmap";
- border:2px solid {color:border};
- }
- #egg:hover { animation-name: egg;
- animation-duration: 1s;
- animation-iteration-count: infinite;}
- @keyframes egg{
- 0%{}
- 10%{transform:rotate(20deg)}
- 80%{transform:rotate(-20deg)}
- 100%{}
- }
- /* END CSS */
- {CustomCSS}
- </style>
- <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
- <script src="jquery.style-my-tooltips.js"></script>
- <script type="text/javascript" src="http://static.tumblr.com/imovwvl/dJWl20ley/jqueryformasonry.js"></script>
- <script src="http://static.tumblr.com/rzl30kg/eAxm7a751/jquery.style-my-tooltips.js"></script>
- <script>
- (function($){
- $(document).ready(function(){
- $("[title]").style_my_tooltips({
- tip_follows_cursor:true,
- tip_delay_time:200,
- tip_fade_speed:300
- }
- );
- });
- })(jQuery);
- </script>
- <script type="text/javascript" src="http://static.tumblr.com/imovwvl/rSGl20lfv/masonry.js">
- </script>
- <script src="http://static.tumblr.com/df28qmy/SHUlh3i7s/jquery.infinitescroll.js"></script>
- <script src="http://static.tumblr.com/thpaaos/lLwkowcqm/jquery.masonry.js"></script>
- <script type="text/javascript">
- $(window).load(function () {
- $('.posts').masonry(),
- $('.masonryWrap').infinitescroll({
- navSelector : "div#navigation",
- // selector for the paged navigation (it will be hidden)
- nextSelector : "div#navigation a#nextPage",
- // selector for the NEXT link (to page 2)
- itemSelector : ".entry",
- // selector for all items you'll retrieve
- bufferPx : 10000,
- extraScrollPx: 11000,
- loadingImg : "",
- loadingText : "<em></em>",
- },
- // call masonry as a callback.
- function() { $('.posts').masonry({ appendedContent: $(this) }); }
- );
- });
- </script>
- <script type="text/javascript">$(window).load(function(){$("p").remove(":contains('Source:')");});</script></head>
- </head>
- <!-- HTML -->
- <body>
- <div id="header">
- <div class="headerimage"><img src="{image:header}"></div>
- <div class="headerlinks">
- <a href="/" title="{lang:home}">home</a>
- <a href="#?w=500" rel="03" class="poplight" title="{lang:mail}">mail</a>
- <a href="/archive" title="{lang:archive}">past</a>
- <a href="#?w=250" rel="02" class="poplight">+</a>
- </div>
- <div class="description">{description}</div>
- <div class="blogtitle">{Title}</div>
- </div>
- <!-- POSTS -->
- <div id="container">
- <div class="posts">
- {block:Posts}
- <div class="entry">
- <div class="content">
- <!-- Date -->
- <div class="info">
- <a href="{Permalink}" title="{24hour}:{minutes}{ampm}">{dayofmonth}.{Monthnumber}.{shortyear}</a> {block:notecount}| <a href="{permalink}" title="notes"> {NoteCount}</a>{/block:notecount} | <a href="{ReblogURL}">+reblog</a>
- <!-- Reblogged from -->{block:permalinkpage}
- {block:RebloggedFrom}
- <a href="{ReblogParentURL}" title="{reblogparentname}">
- / via</a>
- <a href="{ReblogRootURL}" title="{ReblogRootName}">/ source</a>{/block:RebloggedFrom}
- {/block:permalinkpage}
- </div>
- {/block:Date}
- <!-- Text -->
- {block:Text}
- {block:Title}
- <a href="{Permalink}">
- <h1>{Title}</h1></a>
- {/block:Title}
- <h2>{Body}</h2>
- {/block:Text}
- <!-- Photo -->
- {block:Photo}
- {block:IndexPage}
- <img src="{PhotoURL-250}"
- </a>{/block:IndexPage}
- {block:PermalinkPage}
- <a href="{permalink}">
- <img src="{PhotoURL-500}"
- width="500"/></a>{/block:PermalinkPage}
- {block:caption}{caption}{/block:caption}
- {/block:Photo}
- <!-- Photoset -->
- {block:Photoset}
- {block:IndexPage}
- {Photoset-250}
- {/block:IndexPage}
- {block:PermalinkPage}
- {Photoset-500}
- {/block:PermalinkPage}
- {block:caption}{caption}{/block:caption}
- {/block:Photoset}
- <!-- Quote -->
- {block:Quote}
- <div class="quote">
- " {Quote} "
- {block:Source}
- <div class="source">-{Source}
- </div>{/block:Source}</div>
- {/block:Quote}
- <!-- Link -->
- {block:Link}
- <center>
- <a href="{URL}"
- class="linkpost"
- target="_blank">
- <h1>{Name} » <h1></a>
- </center>
- {block:Description}
- <h2>{Description}</h2>
- {/block:Description}
- {/block:Link}
- <!-- Chat -->
- {block:Chat}
- <div class="chat">
- <ul>
- {block:Lines}
- <li class="{Alt}">
- {block:Label}<b>{Label}</b>{/block:Label}
- {Line}
- </li>
- {/block:Lines}
- </ul>
- </div>
- {/block:Chat}
- <!-- Audio -->
- {block:Audio}
- <div id="audiolo">
- <div class="dinky">
- {block:AlbumArt}<div id="albumart"><img src="{AlbumArtURL}"></div>{/block:AlbumArt}
- </div>
- <div class="donkey"><div class="playercon"><div class="player">{AudioPlayerWhite}</div><div class="track"> {block:TrackName}
- {TrackName}
- {/block:TrackName} </div> </div>
- <div class="artist">
- {block:Artist}{Artist}
- {/block:Artist} </div>
- <div class="album">
- {block:Album}
- {Album}
- {/block:Album}
- </div>
- <div class="playcount">
- {block:PlayCount}{PlayCountWithLabel}{/block:PlayCount}</div>
- </div></div>
- {block:caption}{caption} {/block:Caption}
- {/block:Audio}
- <!-- Video -->
- {block:Video}
- {block:IndexPage}
- {Video-250}
- {/block:IndexPage}
- {block:PermalinkPage}
- {Video-500}
- {/block:PermalinkPage}
- {/block:Video}
- <!-- Ask -->
- {block:Answer}
- <div class="askerportrait"><img style=" margin-left:10px; width:40px" src="{AskerPortraitURL-40}" align="left" /></div><div class="speechbubble"><font style="margin-left:-40px">{Asker} {text:ask}: {Question}</font></div><br>
- {Answer}
- <br>
- {/block:Answer}
- <!-- Tags -->
- <br>{block:HasTags}
- {block:Tags} #
- <a href="{TagURL}">
- {Tag}</a>,
- {/block:Tags}
- {/block:HasTags}
- <!-- Permalink page -->
- {block:PermalinkPage}
- {block:PostNotes}
- {PostNotes-16}
- {/block:PostNotes}
- {/block:PermalinkPage}
- <!-- Other -->
- {block:ContentSource}
- <!-- {SourceURL}
- {block:SourceLogo}
- <img src="{BlackLogoURL}"
- width="{LogoWidth}"
- height="{LogoHeight}"
- alt="{SourceTitle}" />
- {/block:SourceLogo}
- {block:NoSourceLogo}
- {SourceLink}
- {/block:NoSourceLogo} -->
- {/block:ContentSource}
- </div></div>
- {/block:Posts}
- <!-- END POSTS -->
- </div></div>
- <!-- END CONTAINER -->
- <!-- pagination -->
- {block:Pagination}
- <center>
- {block:PreviousPage}<a href="{PreviousPage}">«</a>
- {/block:PreviousPage}
- {block:JumpPagination length="5"}
- {block:CurrentPage}<span class="current_page">
- {PageNumber}</span>{/block:CurrentPage}
- {block:JumpPage}<span class="jump_page"><a href="{URL}">{PageNumber}</span></a>
- {/block:JumpPage}
- {/block:JumpPagination}
- {block:NextPage}<a href="{NextPage}">»</a>
- {/block:NextPage}
- </center>
- {/block:Pagination}
- <a href="http://espoirthemes.tumblr.com/" title="credit" ><div id="egg"></div></a>
- </body>
- <div id="02" class="popup_block"><div class="links">
- <li><a href="{text:Link 1 url}">{text:Link 1}</a></li>
- <li><a href="{text:Link 2 url}">{text:Link 2}</a></li>
- <li><a href="{text:Link 3 url}">{text:Link 3}</a></li>
- <li><a href="text:link 4 url">{text:link 4}</a></li>
- <li><a href="text:link 5 url">{text:link 5}</a></li>
- <li><a href="text:link 6 url">{text:link 6}</a></li>
- </div></div></div>
- <div id="03" class="popup_block">
- {text:askboxfaq}<br><br>
- <iframe id="ask_form" style="background-color: transparent; overflow: hidden;" src="http://www.tumblr.com/ask_form/{Name}.tumblr.com" frameborder="0" scrolling="no" width="100%" height="150"></iframe>
- </div></div>
- </html>
- <!-- END HTML -->
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement