Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!--Daphne's theme; don't remove or else you'll be tracked-->
- <!--Do not redistribute this theme or claim it as yours-->
- <!--Do not use this as basecode-->
- <head>
- <meta name="image:Sidebar" content="http://data.whicdn.com/images/33538451/tumblr_m6gkhyicPR1qc1w46o1_500_large.jpg"/>
- <meta name="text:PUT TITLE 1 URL" content=""/>
- <meta name="text:PUT TITLE 1 Name" content=""/>
- <meta name="text:PUT TITLE 2 URL" content=""/>
- <meta name="text:PUT TITLE 2 Name" content=""/>
- <meta name="text:PUT TITLE 3 URL" content=""/>
- <meta name="text:PUT TITLE 3 Name" content=""/>
- <meta name="text:PUT TITLE 4 URL" content=""/>
- <meta name="text:PUT TITLE 4 Name" content=""/>
- <meta name="text:PUT TITLE 5 URL" content=""/>
- <meta name="text:PUT TITLE 5 Name" content=""/>
- <meta name="text:PUT TITLE 6 URL" content=""/>
- <meta name="text:PUT TITLE 6 Name" content=""/>
- <meta name="text:PUT TITLE 7 URL" content=""/>
- <meta name="text:PUT TITLE 7 Name" content=""/>
- <meta name="text:PUT TITLE 8 URL" content=""/>
- <meta name="text:PUT TITLE 8 Name" content=""/>
- <meta name="text:PUT TITLE 9 URL" content=""/>
- <meta name="text:PUT TITLE 9 Name" content=""/>
- <script type="text/javascript">
- // <![CDATA[
- var speed=33; // lower number for faster
- var flakes=30; // number of flakes
- var colour="#ffffff"; // colour of flakes
- var slush=20; // set to '0' for no slush or otherwise set to height at which slush melts
- /***************************\
- * Let It Snow Effect *
- *(c)2004-11 mf2fm web-design*
- * http://www.mf2fm.com/rv *
- * DON'T EDIT BELOW THIS BOX *
- \***************************/
- var flks=new Array();
- var flkx=new Array();
- var flky=new Array();
- var fldy=new Array();
- var slss=new Array();
- var slsh=new Array();
- var swide, shigh, boddie;
- window.onload=function() { if (document.getElementById) {
- boddie=document.createElement("div");
- boddie.style.position="fixed";
- boddie.style.top="0px";
- boddie.style.left="0px";
- boddie.style.width="1px";
- boddie.style.height="1px";
- boddie.style.overflow="visible";
- boddie.style.backgroundColor="transparent";
- document.body.appendChild(boddie);
- set_width();
- for (var i=0; i<flakes; i++) {
- flks[i]=createDiv(3, 3, colour);
- flkx[i]=3*Math.floor(Math.random()*swide/3);
- flky[i]=Math.floor(Math.random()*shigh);
- fldy[i]=2+Math.floor(Math.random()*4);
- flks[i].style.left=flkx[i]+"px";
- flks[i].style.top=flky[i]+"px";
- boddie.appendChild(flks[i]);
- }
- setInterval("let_it_snow()", speed);
- }}
- function createDiv(height, width, colour) {
- var div=document.createElement("div");
- div.style.position="absolute";
- div.style.height=height+"px";
- div.style.width=width+"px";
- div.style.overflow="hidden";
- div.style.backgroundColor=colour;
- return (div);
- }
- window.onresize=set_width;
- function set_width() {
- var sw_min=999999;
- var sh_min=999999;
- if (document.documentElement && document.documentElement.clientWidth) {
- if (document.documentElement.clientWidth>0) sw_min=document.documentElement.clientWidth;
- if (document.documentElement.clientHeight>0) sh_min=document.documentElement.clientHeight;
- }
- if (typeof(self.innerWidth)!="undefined" && self.innerWidth) {
- if (self.innerWidth>0 && self.innerWidth<sw_min) sw_min=self.innerWidth;
- if (self.innerHeight>0 && self.innerHeight<sh_min) sh_min=self.innerHeight;
- }
- if (document.body.clientWidth) {
- if (document.body.clientWidth>0 && document.body.clientWidth<sw_min) sw_min=document.body.clientWidth;
- if (document.body.clientHeight>0 && document.body.clientHeight<sh_min) sh_min=document.body.clientHeight;
- }
- if (sw_min==999999 || sh_min==999999) {
- sw_min=800;
- sh_min=600;
- }
- swide=sw_min-3;
- shigh=sh_min;
- if (slush) {
- if (swide/3>slss.length) for (i=slss.length; i<swide/3; i++) {
- if (!slsh[i]) slsh[i]=3;
- slss[i]=createDiv(slsh[i], 3, colour);
- boddie.appendChild(slss[i]);
- }
- for (i=0; i<swide/3; i++) {
- slss[i].style.height=slsh[i]+"px";
- slss[i].style.top=shigh-slsh[i]+"px";
- slss[i].style.left=3*i+"px";
- }
- if (i<slss.length && slss[i].style.left!="-3px") for (; i<slss.length; i++) slss[i].style.left="-3px";
- }
- }
- function let_it_snow(c) {
- var i, x, o=0, z=0;
- for (i=0; i<flakes; i++) {
- flky[i]+=fldy[i];
- x=Math.floor(flkx[i]/3);
- if (slush) {
- o+=slsh[x];
- if (flky[i]>=shigh-slsh[x]) {
- if (x<swide && slsh[x]>slsh[x+1]+3) x++;
- else if (x>0 && slsh[x]>slsh[x-1]+3) x--;
- slss[x].style.top=shigh-(slsh[x]+=3)+"px";
- slss[x].style.height=slsh[x]+"px";
- flky[i]=shigh;
- }
- }
- if (flky[i]>=shigh || flkx[i]>swide) {
- flky[i]=0;
- fldy[i]=2+Math.floor(Math.random()*4);
- flkx[i]=3*Math.floor(Math.random()*swide/3);
- flks[i].style.left=flkx[i]+"px";
- z++;
- }
- flks[i].style.top=flky[i]+"px";
- }
- if (o>flakes*slush) for (i=0; i<slsh.length; i++) if (slsh[i]>3) slsh[i]--;
- if (z || o>flakes*slush) set_width();
- }
- // ]]>
- </script>
- <title>{Title}</title>
- <link rel="shortcut icon" href="http://media.tumblr.com/tumblr_lnvurxvJ8i1qepbs7.png">
- <link rel="stylesheet" href="http://static.tumblr.com/tak5d5w/raDlsuinn/quicksandfonts.css" type="text/css" charset="utf-8">
- <link rel="alternate" type="application/rss+xml" href="{RSS}">
- {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
- <style type="text/css">
- #spinningbox{
- -webkit-border-radius: 30px;
- -moz-border-radius: 20px;
- border-radius: 20px;
- moz-box-shadow: 0 0 1px #c0c0c0;
- -webkit-box-shadow: 0 0 8px #353535;
- position:fixed !important;
- right: 145px;
- top: 200px;
- padding-bottom:14px;
- padding-top:21px;
- text-align:center;
- height:20px;
- width:80px;
- overflow:hidden;
- border:4px solid #eee;
- -webkit-transition: opacity 0.6s linear;
- -webkit-transition: all 0.6s ease-in-out;
- -moz-transition: all 0.6s ease-in-out;
- -o-transition: all 0.6s ease-in-out;
- background: #fff;
- z-index:999;
- color:#c0c0c0;
- }
- #spinningbox:hover{
- right:200px;
- top:200px;
- border:5px double #FBBBB9;
- padding:5px;
- height:120px;
- width:220px;
- -moz-transform: rotate(360deg);
- -webkit-transform: rotate(360deg);
- -o-transform: rotate(360deg);
- -ms-transform: rotate(360deg);
- transform: rotate(360deg);
- }
- ::-webkit-scrollbar-thumb:vertical {background-color:#eee; height:auto;-webkit-border-radius:1ex; border: 10px solid #eee;}
- ::-webkit-scrollbar-thumb:horizontal {background-color:#eee-webkit-border-radius:1ex;height:10px !important;}
- ::-webkit-scrollbar {height:7px; width:7px; background-color:#FFFFFF;}
- .bubble {align:right;background-color: #eee; background-color: #eee; margin:7px 0px 5px 66px;padding:10px;position: relative;-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px;}
- .bubble p {margin:1px 0px;}
- .bubble span {display:block;position:absolute;width:1px;height:1px;font-size: 0;line-height: 1px;left:-10px;top:10px;border-top:7px solid transparent;border-bottom:7px solid transparent;border-right:10px solid {color:QuestionBorderRight};}
- .askborder {float: left;margin: 1px 2px 0 0;padding: 2px; background-color: #eee;}
- h1{font: 25px 'bebas', sans-serif; line-height: 24px; letter-spacing: 1px; text-align: center; padding: 0px;
- }
- #paginacaoml {font-family: verdana;font-size: 11px; font-weight: bold;-moz-border-radius: 0px; -webkit-border-radius:0px;}
- #paginacaoml a {background: #999;margin: 1px; padding: 2px 5px; color: #fff; text-decoration: none;-moz-border-radius: 0px; -webkit-border-radius:0px;}
- #paginacaoml a:hover {background: #fff; border: none;color:#999;text-decoration: none;}
- #paginacaoml span.pagina_atual {background: #fff;margin: 1px; padding: 2px 5px; color: #999; text-decoration: none; -moz-border-radius: 0px; -webkit-border-radius:0px; }
- #paginacaoml span.info { margin: 1px; padding: 2px 4px; color: #777; text-decoration: none;}
- /*FONTS.*/
- @font-face { font-family: "handy"; src: url('http://static.tumblr.com/va8axoh/0n6lwmnpk/handy00.ttf'); }
- @font-face { font-family: "tinytots"; src: url('http://static.tumblr.com/rmj06l2/Usellxb4i/tinytots.ttf');}
- @font-face {
- font-family: "codelight";
- src: url('http://static.tumblr.com/m1w0hbd/25um8fz4i/code_light.otf');
- }
- @font-face { font-family: "silkscreen"; src: url('http://static.tumblr.com/1kdckk4/9yjlolf0w/slkscr.ttf'); }
- @font-face { font-family: "jennasue"; src: url('http://static.tumblr.com/nlodh6u/8Mfm8ybrr/jennasue.ttf'); }
- @font-face { font-family: "bebas"; src: url('http://static.tumblr.com/cvlbtjz/cnsln9tpp/bebasneue.otf'); }
- /*END*/
- em {font-family: la belle aurore; font-size: 15px;}
- ul, ol, li{list-style-type:bullet;list-style-image: url(http://i33.tinypic.com/1z2qauf.png); text-align:left;}
- body {margin:0px;font-family:georgia;font-size: 10.5pt; line-height:5px; color:#c0c0c0;background-color: #fff; background-image:url({image:Background}); background-attachment: fixed; background-repeat: repeat; cursor: url(http://static.tumblr.com/3iwd31y/uCamoqhqx/cursorw.png), auto;}
- a:link, a:visited {
- color: #ddd;
- text-decoration: none;
- -webkit-transition:0.5s;
- }
- A:hover{
- color: transparent;
- text-shadow: 1px 1px 1px #eeeeee;
- -webkit-transition:color 500ms ease-in;
- -moz-transition:color 500ms ease-in;
- -o-transition:color 500ms ease-in;
- transition:color 500ms ease-in;
- cursor: url(http://static.tumblr.com/3iwd31y/uCamoqhqx/cursorw.png), auto;
- }
- body, div, p, textarea, submit, input{font-family: georgia; font-size:8.5pt; line-height:17px; letter-spacing:0px; color: #c0c0c0; cursor: url(http://static.tumblr.com/3iwd31y/uCamoqhqx/cursorw.png), auto;}
- p { margin:0px; margin-top:0px; cursor: url(http://static.tumblr.com/3iwd31y/uCamoqhqx/cursorw.png), auto;}
- a:link, a:active, a:visited{ color: #c0c0c0; text-decoration: none;-webkit-transition: all 0.9s linear;
- -moz-transition: all 0.9s linear;
- transition: all 0.9s linear; cursor: url(http://static.tumblr.com/3iwd31y/uCamoqhqx/cursorw.png), auto;}
- a:hover {color:#ffdfdf; text-decoration: none;-webkit-transition: all 0.9s linear;
- -moz-transition: all 0.9s linear;
- transition: all 0.9s linear; cursor: url(http://static.tumblr.com/3iwd31y/uCamoqhqx/cursorw.png), auto;}
- #tumblr_controls {
- margin-bottom: 0px !important;
- margin-LEFT: 1000PX !important;
- position: fixed !important;
- -webkit-transition: opacity 0.8s linear;
- opacity: 0.60;
- }
- #tumblr_controls:hover {
- -webkit-transition: opacity 0.8s linear;
- opacity: 1;
- }
- Title{
- color: #FFB6C1;
- text-shadow: 1px 1px 2px #eee;
- font-family: "bebas";
- font-size: 40px;
- line-height:80%;
- letter-spacing:0px;
- font-weight:normal;
- text-align: center;
- display: block;
- }
- #postdate{
- font-family: tinytots;
- font-size:8px;
- padding: 5px;
- padding-bottom: 1px;
- margin-top: 8px;
- text-transform: uppercase;
- margin-bottom:5px;
- border-top: 1px dashed #EFEFEF;
- height: 20px;
- letter-spacing: 0px;
- text-align: right;
- width: 500px;
- margin-left: -5px;
- }
- blockquote {
- margin: 5px 0 0 11px;
- padding-left: 10px;
- border-left: 1px solid;
- }
- #audiobackground{
- background-color:#F7F0E8;
- background-image:url();
- height:10;
- width:500;
- }
- div.video embed,
- div.post div.video object {
- width:500px;
- }
- .conversation ul { list-style-type: none; margin: 0px; padding: 0px; }
- .conversation ul { padding: 4px 4px 4px 20px; margin-bottom: 1px; }
- .conversation ul span.label {font-family: bebas; letter-spacing: 4px; font-weight: normal; text-transform: uppercase; font-size: 15px; }
- .conversation ul .odd {
- background-color: #eee;
- }
- accent{color: #eee;}
- accent2{color: #eee;}
- a.nav {
- color:#aaa;
- font-size:9px;
- border-left: 10px solid #f0f0f0;
- padding-left: 3px;
- width: 60px;
- display: inline-block;
- margin-top: 2px;
- border-top: 1px solid #eee;
- border-bottom: 1px solid #eee;
- border-right: 1px solid #eee;
- }
- a.nav:hover {
- text-decoration: underline;
- cursor: pointer;
- }
- .sidebar {
- position: fixed;
- top: 20px;
- left: 90px;
- width: 250px;
- background: #fff;
- padding: 10px;
- color: #aaa;
- border: 1px solid #f0f0f0;
- font-size: 8.5pt;
- font-family: georgia;
- }
- .sidebar1 {
- position: fixed;
- top: 300px;
- left: 90px;
- width: 250px;
- background: #fff;
- padding: 10px;
- color: #aaa;
- border: 1px solid #f0f0f0;
- font-size: 8.5pt;
- font-family: georgia;
- }
- .sidebar2 {
- position: fixed;
- top: 550px;
- left: 90px;
- width: 250px;
- background: #fff;
- padding: 10px;
- color: #aaa;
- border: 1px solid #f0f0f0;
- font-size: 8.5pt;
- font-family: georgia;
- }
- img {
- padding: 2px;
- border: 1px solid #ddd;
- -webkit-transition: 0.5s;
- }
- img:hover {
- opacity: 0.85;
- -webkit-transition: 0.5s;
- }
- a.older {
- background: #fff;
- color: #ddd;
- padding: 2px;
- position: fixed;
- bottom: 40px;
- left: 90px;
- width: 30px;
- text-align: center;
- border: 1px solid #eee;
- -webkit-transition: 0.5s;
- }
- a.older:hover {
- color: #fff;
- -webkit-transition: 0.5s;
- text-decoration: none;
- }
- a.newer {
- background: #fff;
- color: #ddd;
- padding: 2px;
- position: fixed;
- bottom: 40px;
- left: 327px;
- width: 30px;
- text-align: center;
- border: 1px solid #eee;
- -webkit-transition: 0.5s;
- }
- a.newer:hover {
- color: #fff;
- -webkit-transition: 0.5s;
- text-decoration: none;
- }
- .blogger-labels a {
- background: #f8f8f8;
- color: #aaa;
- padding: 3px;
- font: 10px century gothic;
- text-transform: uppercase;
- margin-left: -6px;
- text-align: right;
- }
- .blogger-labels {
- color: transparent;
- border-top: 1px dashed #ddd;
- line-height: 33px;
- text-align: right;
- }
- b {
- color: #ccc;
- }
- .entry:hover {
- text-decoration: underline;
- cursor: pointer;
- }
- a.link {
- width: 100px;
- display: inline-block;
- padding: 3px;
- border: 2px solid #ddd;
- color: #ccc;
- -webkit-transition: 0.5s;
- text-transform: uppercase;
- font: 11px candara;
- margin-bottom: 5px;
- }
- a.link:hover {
- -webkit-transition: 0.5s;
- color: #aaa;
- border: 2px solid #aaa;
- text-decoration: none;
- }
- ::-webkit-scrollbar {
- height: 12px;
- width: 7px;
- background: #fff;
- }
- ::-webkit-scrollbar-thumb {
- background-color: #f0f0f0;
- -moz-border-radius: 10px;
- border-radius: 10px;
- border: 1px solid #fff;
- }
- ::selection {
- background: #f0f0f0;
- color: #aaa;
- }
- </style>
- </head>
- <body>
- <div id="spinningbox"> <img src="http://dl10.glitter-graphics.net/pub/332/332370nkwb35wegm.gif"><br>
- Pwede mo to palitan. Ctrl + F tapos hanapin mo gusto mo hanapin. Tapos delete mo na or palitan mo ng kahit ano.
- <embed src="http://www.sheepproductions.com/billy/billy.swf?autoplay=true&f0=http://mp3hits15.wen.ru/NEW_FOREIGN/Begin_Again_-_Taylor_Swift_www.mp3hits.wen.ru.mp3&t0=Begin Again&total=1" quality="high" wmode="transparent" width="200" height="10" name="billy" align="middle" type="application/x-shockwave-flash" />
- </div>
- <table style="font-size: 11px; color: #aaa; letter-spacing: 1px; line-height: 17px;border-radius:0px;"align="center" border="0">
- <tbody><tr>
- <td valign="top" style="line-height:15px; letter-font-size:10px; width:250px; padding-right:10px;">
- <div class="sidebar">
- <center><img style="border: 0px solid #000; opacity: 1.0;" src="http://data.whicdn.com/images/33538451/tumblr_m6gkhyicPR1qc1w46o1_500_large.jpg"width="250"></center><CENTER>{Description}</CENTER>
- </div>
- <div class="sidebar1">
- <center>
- I do not own any of the photos posted on this blog. Most of them are just reblogged or from weheartit. I only own the photos if they are watermarked with my URL or tagged with "thisismine". If you see any photo in this blog that's poorly credited, just message me and I'll put credit right away.
- <center>
- <a class="nav" href="{text:PUT TITLE 1 URL}">{text:PUT TITLE 1 Name}</a>
- <a class="nav" href="{text:PUT TITLE 2 URL}">{text:PUT TITLE 2 Name}</a>
- <a class="nav" href="{text:PUT TITLE 3 URL}">{text:PUT TITLE 3 Name}</a>
- <a class="nav" href="{text:PUT TITLE 4 URL}">{text:PUT TITLE 4 Name}</a>
- <a class="nav" href="{text:PUT TITLE 5 URL}">{text:PUT TITLE 5 Name}</a>
- <a class="nav" href="{text:PUT TITLE 6 URL}">{text:PUT TITLE 6 Name}</a>
- <a class="nav" href="{text:PUT TITLE 7 URL}">{text:PUT TITLE 7 Name}</a>
- <a class="nav" href="{text:PUT TITLE 8 URL}">{text:PUT TITLE 8 Name}</a>
- <a class="nav" href="{text:PUT TITLE 9 URL}">{text:PUT TITLE 9 Name}</a>
- <div class="sidebar2">
- Theme made by Dakilanggerlpren <br>
- Best Viewed in Google Chrome <br>
- All Right Reserved 2013 (c) <br>
- </center>
- </div>
- <td valign="20px;" style="width:500px; top: 20px; padding:10px; letter-spacing: 1px; background: #fff; position: absolute; left: 400px; border: 2px solid #f0f0f0;">
- <div class="content">
- {block:Posts}
- <div id="box">
- {block:Text}{block:Title}<div class="title"><h1>{Title}</h1></div>{/block:Title}{Body}
- {/block:Text}
- {block:Photo}
- <div id="entry">
- {block:IndexPage}<a href="{Permalink}">{/block:IndexPage}
- {block:PermalinkPage}{LinkOpenTag}{/block:PermalinkPage}
- <img style="border-radius: 15px;" src="{block:IndexPage}{PhotoURL-HighRes}{/block:IndexPage}{block:PermalinkPage}{PhotoURL-HighRes}{/block:PermalinkPage}" alt="{PhotoAlt}" width="500" /></div><div style="margin-top:-5px; margin-bottom:-5px;">
- {block:IndexPage}</a>{/block:IndexPage}
- {block:PermalinkPage}{LinkCloseTag}
- {/block:PermalinkPage}<br>{block:Caption}{Caption}{/block:Caption}
- </div>
- {/block:Photo}
- {block:Photoset}{Photoset-600}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
- {block:Quote}
- <div id="quote"><div style="font-size:60px; text-shadow: 0px 0px 1px #e4dace; color:#ccc; position:absolute; font-family:Georgia;"><div style="position:relative; top:23px;">“</div></div>
- <div style="padding-left:32px; line-height:18px;"><h1>{Quote}</h1></div> </div>
- <div style="padding-left:30px; margin-top: -26px; margin-bottom:9px;">{block:Source}<BR> - {Source}{/block:Source}</div>
- {/block:Quote}
- {block:Link}<a href="{URL}" class="link" {Target}><h1>{Name} </h1></a>{/block:Link}
- {block:Link}{block:Description}<div class="copy">{Description}</div>{/block:Description}{/block:Link}
- {block:Chat}{block:Title}<div class="title"><h1>{Title}</h1></div>{/block:Title}
- <div class="post">
- <div class="conversation">
- <ul>
- {block:Lines}<li class="{Alt}">
- {block:Label}<span class="label">{Label}</span>{/block:Label}
- {Line}</li>{/block:Lines}</ul>
- </div>
- </div>
- {/block:Chat}
- {block:Audio}
- <div class="audio">
- <div class="player"><br><div id="audiobackground"><br><center>{AudioPlayerWhite}<br></center></div></div>
- <div class="clear"></div>
- </div>
- <div class="clear"></div>
- {block:Caption}<div class="copy"><center>{Caption}</center></div>{/block:Caption}
- {/block:Audio}
- <div class="video">{block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}</div>
- {block:Answer}
- <img src="{AskerPortraitURL-48}" width="40px" align="left" class="askborder"><div class="bubble"><span></span>{Asker} whispered: {Question} </div><br>
- {Answer}
- {/block:Answer}
- <div id="postdate">
- <div style="background-image:url(http://media.tumblr.com/tumblr_lpwp0jtZAn1qcn2vb.png);
- text-align:center; margin-top: 2px;margin-bottom: 2px; height: 10px; width:500px; border-bottom: 1px dashed #eee;">
- <a href="{permalink}">{TimeAgo} | {NoteCount} NOTES</a> | <a href="{ReblogURL}" target="_blank">REBLOG</a></span></div></div>
- {block:PostNotes}<br>
- <div id="box">
- <b><div style="text-align:center; margin-left:0px;">{block:RebloggedFrom}
- Via <b><a href="{ReblogParentURL}">{ReblogParentName}</a></b><br>Source <b><a href="{ReblogRootURL}">{ReblogRootName}</a></b> {/block:RebloggedFrom}</b></div>
- <div style="margin-left:0px;">
- {PostNotes}
- </div>
- <center>{block:ContentSource}<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></div>
- {/block:PostNotes}
- {/block:Posts}
- <center>
- <div id="paginacaoml"> {block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">«</a>{/block:PreviousPage}{/block:Pagination} {block:JumpPagination length="10"} {block:CurrentPage}<span class="pagina_atual">{PageNumber}</span>{/block:CurrentPage} {block:JumpPage}<a class="jump_page" href="{URL}">{PageNumber}</a>{/block:JumpPage} {/block:JumpPagination} {block:Pagination}{block:NextPage}<a href="{NextPage}">»</a>{/block:NextPage}{/block:Pagination} </div>
- <center><br>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment