Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <html>
- <!-- theme por 40kmdevoce | motherfuckers copy © -->
- <link href='http://fonts.googleapis.com/css?family=Snippet|Sue+Ellen+Francisco|Andika|Delius+Swash+Caps|Lobster|Redressed|Tangerine|Rancho|Rochester|Lobster+Two|Dancing+Script|Pacifico|Crafty+Girls' rel='stylesheet' type='text/css'>
- <link href='http://fonts.googleapis.com/css?family=Cookie' rel='stylesheet' type='text/css'>
- <link href='http://fonts.googleapis.com/css?family=Rouge+Script' rel='stylesheet' type='text/css'>
- <script type="text/javascript">
- //Created by Title bar Maker (http://www.bosiljak.hr/titlemaker)
- function tb8_makeArray(n){
- this.length = n;
- return this.length;
- }
- tb8_messages = new tb8_makeArray(1);
- tb8_messages[0] = "{title}";
- tb8_rptType = 'infinite';
- tb8_rptNbr = 5;
- tb8_speed = 100;
- tb8_delay = 2000;
- var tb8_counter=1;
- var tb8_currMsg=0;
- var tb8_tekst ="";
- var tb8_i=0;
- var tb8_TID = null;
- function tb8_pisi(){
- tb8_tekst = tb8_tekst + tb8_messages[tb8_currMsg].substring(tb8_i, tb8_i+1);
- document.title = tb8_tekst;
- tb8_sp=tb8_speed;
- tb8_i++;
- if (tb8_i==tb8_messages[tb8_currMsg].length){
- tb8_currMsg++; tb8_i=0; tb8_tekst="";tb8_sp=tb8_delay;
- }
- if (tb8_currMsg == tb8_messages.length){
- if ((tb8_rptType == 'finite') && (tb8_counter==tb8_rptNbr)){
- clearTimeout(tb8_TID);
- return;
- }
- tb8_counter++;
- tb8_currMsg = 0;
- }
- tb8_TID = setTimeout("tb8_pisi()", tb8_sp);
- }
- tb8_pisi()
- </script>
- <head>
- <script type="text/javascript">
- function changeNavigation(id) {document.getElementById('entries').innerHTML=document.getElementById(id).innerHTML}
- </script>
- <script type="text/javascript">
- //desabilita menu de opcoes ao clicar no botao direito
- function desabilitaMenu(e)
- {
- if (window.Event)
- {
- if (e.which == 2 || e.which == 3)
- return false;
- }
- else
- {
- event.cancelBubble = true
- event.returnValue = false;
- return false;
- }
- }
- document.oncontextmenu = desabilitaMenu;
- document.onmousedown = desabilitaBotaoDireito;
- document.onmouseup = desabilitaBotaoDireito;
- </script>
- <!-- DEFAULT VARIABLES -->
- <meta name="color:background" content="#f5f5f5" />
- <meta name="color:link" content="" />
- <meta name="color:text" content="#aaaaaa" />
- <meta name="color:entry" content="" />
- <meta name="color:sidebar" content="" />
- <meta name="color:lhover" content="#555555" />
- <meta name="color:link1" content="#f4f4f4" />
- <meta name="color:link2" content="#f4f4f4" />
- <meta name="color:link3" content="#f4f4f4" />
- <meta name="color:link4" content="#f4f4f4" />
- <meta name="color:link5" content="#f4f4f4" />
- <meta name="color:link6" content="#f4f4f4" />
- <meta name="color:link7" content="#f4f4f4" />
- <meta name="color:links" content="#000" />
- <meta name="color:bglinkshover" content="#fff" />
- <meta name="color:linkshover" content="#000" />
- <meta name="image:sidebar" content="" />
- <meta name="text:Link1" content=" appearance" />
- <meta name="text:Link1 Title" content=" appearance" />
- <meta name="text:Link2" content="appearance" />
- <meta name="text:Link2 Title" content="appearance" />
- <meta name="text:Link3" content="appearance" />
- <meta name="text:Link3 Title" content="appearance" />
- <meta name="text:Link4" content="ap" />
- <meta name="text:Link4 Title" content="ap" />
- <meta name="text:Link5" content="ap" />
- <meta name="text:Link5 Title" content="ap" />
- <meta name="text:Link6" content="ap" />
- <meta name="text:Link6 Title" content="ap" />
- <meta name="text:Link7" content="ap" />
- <meta name="text:Link7 Title" content="ap" />
- <meta name="text:titulo" content="" />
- <link href='http://fonts.googleapis.com/css?family=Homenaje' rel='stylesheet' type='text/css'>
- <script type="text/javascript">
- // <![CDATA[
- // all colours must be in format '#NNNNNN', not 'red' or 'rgb(7,8,9)'
- var fgcolour="#656565"; // foreground colour
- var hlcolour="#b5b5b5"; // highlight colour
- var bgcolour="#FFFFFF"; // background colour
- var glcolour="#f8f8f8"; // colour of glow around letters
- var speed=66; // speed colours change, 1 second = 1000
- var delay=50; // how long to wait between wipes
- var alink="/"; // page to link text to (set to ="" for no link)
- /****************************
- *Multi-Wipe Neon Text Effect*
- *(c)2003-12 mf2fm web-design*
- * http://www.mf2fm.com/rv *
- * DON'T EDIT BELOW THIS BOX *
- ****************************/
- var w_txt, w_txl;
- var w_flp=bgcolour;
- var w_sty=Math.floor(Math.random()*8);
- var w_cnt=-1;
- var wipes=new Array();
- var wrand=new Array();
- window.onload=function() { if (document.getElementById) {
- var i, wiper, wipei;
- wiper=document.getElementById("wipe");
- w_txt=wiper.firstChild.nodeValue;
- w_txl=w_txt.length;
- while (wiper.childNodes.length) wiper.removeChild(wiper.childNodes[0]);
- for (i=0; i<w_txl; i++) {
- wipei=document.createElement("span");
- wipei.appendChild(document.createTextNode(w_txt.charAt(i)));
- wipes[i]=wipei.style;
- wipes[i].textShadow=glcolour+" 0px 0px 5px";
- wipes[i].color=fgcolour;
- wiper.appendChild(wipei);
- }
- if (alink) {
- wiper.style.cursor="pointer";
- wiper.onclick=function() { top.location.href=alink; }
- }
- for (i=0; i<w_txl; i++) wrand[i]=i;
- wiper=setInterval("randwipe()", speed);
- }}
- function c(i, shade) {
- if (shade==bgcolour) wipes[i].textShadow="none";
- else wipes[i].textShadow=glcolour+" 0px 0px 5px";
- wipes[i].color=shade;
- }
- function randwipe() {
- var w_old;
- if (w_cnt++<w_txl+2+delay*(w_flp==fgcolour)) eval("wipe"+w_sty+"();");
- else {
- w_cnt=-1;
- w_flp=(w_flp==fgcolour)?bgcolour:fgcolour;
- w_old=w_sty;
- while (w_old==w_sty) w_sty=Math.floor(Math.random()*8);
- }
- }
- function dechex(dec) { return ((dec<16)?"0":"")+dec.toString(16); }
- function wipe0() { // curtains
- if (w_cnt<Math.floor(w_txl/2)) {
- c(w_cnt, hlcolour);
- c(w_txl-w_cnt-1, hlcolour);
- }
- else if (w_cnt<w_txl) {
- c(w_cnt, w_flp);
- c(w_txl-w_cnt-1, w_flp);
- }
- }
- function wipe1() { // random
- var i, rand, temp;
- if (w_cnt==0) {
- for (i=0; i<w_txl; i++) {
- rand=Math.floor(Math.random()*w_txl);
- temp=wrand[i];
- wrand[i]=wrand[rand];
- wrand[rand]=temp;
- }
- }
- if (w_cnt<w_txl) c(wrand[w_cnt], hlcolour);
- if (w_cnt>0 && w_cnt<w_txl+1) c(wrand[w_cnt-1], w_flp);
- }
- function wipe2() { // forwards
- if (w_cnt<w_txl) c(w_cnt, hlcolour);
- if (w_cnt>0 && w_cnt<w_txl+1) c(w_cnt-1, w_flp);
- }
- function wipe3() { // backwards
- if (w_cnt<w_txl) c(w_txl-(w_cnt+1), hlcolour);
- if (w_cnt>0 && w_cnt<w_txl+1) c(w_txl-w_cnt, w_flp);
- }
- function wipe4() { // searchlight
- if (w_cnt<w_txl) c(w_cnt, hlcolour);
- if (w_cnt>0 && w_cnt<w_txl+1) c(w_cnt-1, w_flp);
- if (w_cnt>1 && w_cnt<w_txl+2) c(w_cnt-2, hlcolour);
- if (w_cnt>2 && w_cnt<w_txl+3) c(w_cnt-3, (w_flp==fgcolour)?bgcolour:fgcolour);
- if (w_cnt==w_txl+2) w_flp=(w_flp==fgcolour)?bgcolour:fgcolour;
- }
- function wipe5() { // fade
- var i;
- if (w_cnt<w_txl+3) {
- var start=(w_flp==fgcolour)?bgcolour:fgcolour;
- var temp="#";
- for (i=1; i<6; i+=2) {
- var hex1=parseInt(start.substring(i,i+2),16);
- var hex2=parseInt(w_flp.substring(i,i+2),16);
- temp+=dechex(Math.floor(hex1+(hex2-hex1)*(w_cnt/(w_txl+2))));
- }
- for (i=0; i<w_txl; i++) c(i, temp);
- }
- }
- function wipe6() { // flash
- var i;
- if (w_cnt<6*Math.floor(w_txl/6)+3) {
- if (w_cnt%6==0 || w_cnt%6==3) for (i=0; i<w_txl; i++) c(i, hlcolour);
- else if (w_cnt%6==1) for (i=0; i<w_txl; i++) c(i, w_flp);
- else if (w_cnt%6==4) for (i=0; i<w_txl; i++) c(i, (w_flp==fgcolour)?bgcolour:fgcolour);
- }
- }
- function wipe7() { // checkerboard
- var qtr=Math.floor(w_txl/4);
- if (w_cnt<qtr) {
- c(w_cnt, hlcolour);
- c(w_cnt+2*qtr, hlcolour);
- }
- else if (w_cnt<2*qtr) {
- c(w_cnt-qtr, w_flp);
- c(w_cnt+qtr, w_flp);
- }
- else if (w_cnt<3*qtr) {
- c(w_cnt-qtr, hlcolour);
- c(w_cnt+qtr, hlcolour);
- }
- else if (w_cnt<w_txl) {
- c(w_cnt-2*qtr, w_flp);
- c(w_cnt, w_flp);
- }
- }
- // ]]>
- </script>
- <html>
- <head>
- <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}
- </head>
- <style type="text/css">
- ::-webkit-scrollbar{width:4px;height:5px;}
- ::-webkit-scrollbar-button:start:decrement
- ::-webkit-scrollbar-button:end:increment{display:block;height:0;background-color:transparent;}
- ::-webkit-scrollbar-track-piece{background-color: #fafafa; -webkit-border-radius:0;-webkit-border-bottom-right-radius:0px;-webkit-border-bottom-left-radius:0px; border: 1px solid #b5b5b5;}
- ::-webkit-scrollbar-thumb:vertical{height:50px; background-color: #000000;-webkit-border-radius:px;}
- ::-webkit-scrollbar-thumb:horizontal{width:50px; background-color: #000000;-webkit-border-radius:px;}
- body {background-color: {color:background}; color:{color:text}; font-family: verdana; font-size:15px; text-align:center; background-image:url(''); background-attachment: fixed; }
- a {color: {color:link}; text-decoration: none; text-transform: none;}
- a:hover {color: {color:linkhover}; background-color:{color:post}; text-decoration: none;}
- p {margin: 6px 0 0 0}
- blockquote{border-left: 3px solid {color:text}; margin:5px 5px 2px 2px; padding-left:2px; border-bottom:0px;}
- /* navigation */
- #navigation{position: fixed; z-index: -2; width: 100%; top: 45%; left: 0px; background-color:transparent; height: 100px;
- text-align: center; font-size: 85px;}
- .left{float:left; margin-left: 10px; width: 40px}
- .left a{text-decoration: none; font-size: 75px; line-height: 75px}
- .left a:hover{background-color: transparent; opacity: 0.4; filter:alpha (opacity=40)}
- .right{float:right; margin-right: 10px; width: 40px}
- .right a{text-decoration: none; font-size: 75px; line-height: 75px}
- .right a:hover{background-color: transparent; opacity: 0.4; filter:alpha (opacity=40)}
- #content{width: 800px; text-align: center; margin:10px auto 0 auto; padding-bottom: 150px; background-color:
- transparent; color:{color:text}; padding: 0px;}
- #entries{float: left; margin-left: 436px; margin-top: 42px;}
- .posts {width: 500px; background-color: {color:entry}; padding: 15px; margin-bottom: 5px; text-align: justify; font-family: verdana; font-size: 11px; position: relative; margin-top: -4px;}
- #post {float: left; margin-left: 160px; margin-top:112px; z-index:1;}
- .post {width: 500px; background-color: {color:post}; padding: 15px; margin-bottom: 1px; text-align: justify; font-family: verdana; font-size: 11px; position: relative; -webkit-transition: all 0.5s ease-out;-moz-transition: all 0.5s ease-out;transition: all 0.5s ease-out;}
- h1 {font-family: georgia; text-align: center; font-size: 16px; text-transform: uppercase; color: {color:text}; font-weight: normal; line-height: 18px;}
- h1 a {text-align: center; font-size: 16px; text-transform: uppercase; color: {color:text}; font-weight: normal; line-height: 18px;}
- h1 a:hover {text-align: center; font-size: 16px; text-transform: uppercase; color: {color:text}; font-weight: normal; line-height: 18px;}
- .image {text-align: center; border: 0px}
- .image img {max-width: 500px; margin-bottom: 2px }
- .quote {font-family: georgia; text-align: center; font-size: 13px; line-height: 15px; padding: 3px;}
- .quotesource {text-align: center; text-transform: none; margin-bottom: 5px;}
- .quotesource a, a:hover{text-transform: none;}
- .chat {line-height: 13px; list-style: none }
- .chat ul {line-height: 13px; list-style: none; padding: 5px; line-height:14px;}
- .person1 {color: {color:text}; padding: 2px; }
- .person1 .label {font-weight: bold; color:{color:text}}
- .person2 {color: {color:text}; padding: 2px; }
- .person2 .label {font-weight: bold; color:{color:text}}
- .player {background-color: #000; text-align: left; display:block;}
- #ask_form{width: 500px; }
- /* asker */
- .asker {width:440px; text-align:justify; margin-top:-70px; margin-left:-20px; text-transform:lowercase; padding:20px; color:{color:text};}
- .asker a {color:{color:text};}
- .asker img {float:left; margin-left:400px; vertical-align:top; margin-right:3px; max-height:15px;}
- .asking {text-align:right; color:{color:text}; font:9px verdana; text-transform:none;}
- .asking a{color:{color:text};}
- .asking img {width:48px; vertical-align:middle; padding:3px; background-color: {color:background}}
- .credit {opacity: 0.2; -webkit-transition: all 0.6s ease-out; -moz-transition: all 0.6s ease-out;}
- .credit:hover {opacity: 0.99; -webkit-transition: all 0.6s ease-out; -moz-transition: all 0.6s ease-out;}
- #info {text-align: left; margin-top:-4px; font-size: 10px; font-family: calibri; text-transform: uppercase; z-index: 11;}
- #info a {font-size: 10px; text-transform: uppercase;}
- #tags {color: {color:text}; font-size: 10px; font-family: calibri; display: inline; list-style: none; text-transform: uppercase;;}
- #tags a {font-size: 10px; font-family: calibri; display: inline; list-style: none; text-transform: uppercase;;}
- #cap {width: 500px; margin-top: -2px;}
- .source {display: none;}
- .notes {width: 520px; padding: 0px; margin-top: 1px; margin-bottom: 1px; font-size: 9px; text-align: center}
- ol.notes {list-style: none; margin: 0 20px 0 0px; padding: 0px; z-index: 11;}
- ol.notes li {background-color: {color:post}; margin-bottom: 2px; padding: 5px; }
- .notes img{display: none; border:0px}
- .page {font-family: georgia; position: fixed; margin-left: 200px; margin-top: 200px; font-size: 25px; z-index: 0;}
- .page a {color: {color:link}; margin-left: 0px; background-color: transparent;}
- .page a:hover {color:linkhover}
- .imagem {float: left; padding: 0px; position: fixed;}
- .imagem img {display: block; width:135px; margin-left: -140px; margin-top: 0px; height: 148px; text-align:center; margin-bottom: 0px; border: 2px solid {color:sidebar}; position: fixed;}
- #paginal {font-family: verdana; font-size: 8px; text-align: center;}
- #paginal a {background: {color:background}; margin: 0 1px 0 0; padding: 2px 4px; color: {color:text};}
- #paginal a:hover {background: {color:background}; color: {color:link};}
- #paginal span.pagina_atual {background: {color:background}; margin: 0 1px 0 0; padding: 2px 4px;; color: {color:link}; font-weight: bold; text-decoration: none;}
- .ps {position: fixed; margin-left: 0px; padding: 5px; width: 70px; height: auto; top: 295px; background-color: {color:sidebar}; color: {color:text};}
- /* DESCRIÇÃO */
- #sidescri {width: 218px; left: 223px; height: 67px; top: 225px; padding: 1px; background-color: {color:sidebar}; text-align: center; position: fixed; border-top: 0px solid {color:transparent};}
- .about{background-color:{color:sidebar};text-align:center; font-family: verdana; font-size: 9px; color: {color:text}; top: 150px; margin-left: -1px; padding: 2px; -5px; 5px; 5px; width: 216px; }
- /* TITULO */
- #nathytitle {width: 220px; height: 25px; position: fixed; background-color: {color:sidebar}; margin-left: 215px; margin-top: 38px;}
- .optitle{font-family: homenaje, sans-serif; font-size: 22px; font-style: none;
- line-height: 19px; font-weight: none; color: {color:frase}; margin-top: 3px; margin-left: -5px; text-transform: none; text-transform:uppercase; letter-spacing: 0px}
- /* LINKS */
- #links {width: 128px; float: left; margin-left:355px; margin-top: 64px; padding: 0px; text-align: center; position: fixed; padding: 0px; z-index: 999; background-color: {color:sidebar}; -webkit-transition: 1s ease-in; -moz-transition: 1s ease-in; transition: 1s ease-in;}
- .links1 {position: absolute; width: 100px; margin-left:0px; margin-top:0px; padding: 0px; text-align: center; z-index:3;}
- .links1 a {float: left; display: block; letter-spacing: 0px; font-size:11px; font-family:'Homenaje'; text-align: center; margin-right: 1px; margin-bottom:1px; width: 80px; background-color: {color:link1}; color:{color:links}; text-decoration: none; text-transform:uppercase; line-height:22px; -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out;}
- .links1 a:hover{text-align: center; background-color: {color:bglinkshover}; color:{color:linkshover}; letter-spacing:0px;}
- .links2 {position: absolute; width: 136px; margin-left:0px; margin-top:22px; padding: 0px; text-align: center; z-index:3;}
- .links2 a {float: left; display: block; letter-spacing: 0px; font-size:11px; font-family:'Homenaje'; text-align: center; margin-right: 1px; margin-bottom:1px; width: 80px; background-color: {color:link2}; color:{color:links}; text-decoration: none; text-transform:uppercase; line-height:22px; -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out;}
- .links2 a:hover{text-align: center; background-color: {color:bglinkshover}; color:{color:linkshover}; letter-spacing:0px;}
- .links3 {position: absolute; width: 136px; margin-left:0px; margin-top:44px; padding: 0px; text-align: center; z-index:3;}
- .links3 a {float: left; display: block; letter-spacing: 0px; font-size:11px; font-family:'Homenaje'; text-align: center; margin-right: 1px; margin-bottom:1px; width: 80px; background-color: {color:link3}; color:{color:links}; text-decoration: none; text-transform:uppercase; line-height:22px; -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out;}
- .links3 a:hover{text-align: center; background-color: {color:bglinkshover}; color:{color:linkshover}; letter-spacing:0px;}
- .links4 {position: absolute; width: 136px; margin-left:0px; margin-top:66px; padding: 0px; text-align: center; z-index:3;}
- .links4 a {float: left; display: block; letter-spacing: 0px; font-size:11px; font-family:'Homenaje'; text-align: center; margin-right: 1px; margin-bottom:1px; width: 80px; background-color: {color:link4}; color:{color:links}; text-decoration: none; text-transform:uppercase; line-height:22px; -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out;}
- .links4 a:hover{text-align: center; background-color: {color:bglinkshover}; color:{color:linkshover}; letter-spacing:0px;}
- .links5 {position: absolute; width: 136px; margin-left:0px; margin-top:88px; padding: 0px; text-align: center; z-index:3;}
- .links5 a {float: left; display: block; letter-spacing: 0px; font-size:11px; font-family:'Homenaje'; text-align: center; margin-right: 1px; margin-bottom:1px; width: 80px; background-color: {color:link5}; color:{color:links}; text-decoration: none; text-transform:uppercase;line-height:22px; -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out;}
- .links5 a:hover{text-align: center; background-color: {color:bglinkshover}; color:{color:linkshover}; letter-spacing:0px;}
- .links6 {position: absolute; width: 136px; margin-left:0px; margin-top:110px; padding: 0px; text-align: center; z-index:3;}
- .links6 a {float: left; display: block; letter-spacing: 0px; font-size:11px; font-family:'calibri'; text-align: center; margin-right: 1px; margin-bottom:0px; width: 80px; background-color: {color:link6}; color:{color:links}; text-decoration: none; text-transform:uppercase;line-height:22px; -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out;}
- .links6 a:hover{text-align: center; background-color: {color:bglinkshover}; color:{color:linkshover}; letter-spacing:0px;}
- .links7 {position: absolute; width: 136px; margin-left:0px; margin-top:130px; padding: 0px; text-align: center; z-index:3;}
- .links7 a {float: left; display: block; letter-spacing: 0px; font-size:11px; font-family:'calibri'; text-align: center; margin-right: 1px; margin-bottom:0px; width: 80px; background-color: {color:link7}; color:{color:links}; text-decoration: none;text-transform:uppercase; line-height:22px; -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out;}
- .links7 a:hover{text-align: center; background-color: {color:bglinkshover}; color:{color:linkshover}; letter-spacing:0px;}
- #credit {top: 295px; width: 129px; height: 10px; margin-left: 215px; padding: 5px; background-color:{color:sidebar}; color:{color:text}; text-align: center; position: fixed; font-family: verdana; font-size:9px; }
- </style>
- <body>
- <body onkeydown="return false">
- <div id="nathytitle">
- <center><div class="optitle"><span id="wipe">{text:titulo}</span></div></div>
- <div id="sidescri">
- <div class="about"> {block:Description}{Description}{/block:Description}</div></div></div></div>
- <div id="credit">
- theme by<a href="http://40kmdevoce.tumblr.com"> <b>40kmdevoce; </b></a> <a href= "http://negatividade.tumblr.com/"> +</a></div>
- <div id="links">
- <div class="links1"><a href="{text:Link1}">{text:Link1 Title}</a></div>
- <div class="links2"><a href="{text:Link2}">{text:Link2 Title}</a></div>
- <div class="links3"><a href="{text:Link3}">{text:Link3 Title}</a></div>
- <div class="links4"><a href="{text:Link4}">{text:Link4 Title}</a></div>
- <div class="links5"><a href="{text:Link5}">{text:Link5 Title}</a></div>
- <div class="links6"><a href="{text:Link6}">{text:Link6 Title}</a></div>
- <div class="links7"><a href="{text:Link7}">{text:Link7 Title}</a></div>
- <div class="imagem"><img src="{image:sidebar}"></div>
- <div class="ps"><div id="paginal">
- {block:JumpPagination length="4"}
- {block:CurrentPage}<span class="pagina_atual">{PageNumber}</span>{/block:CurrentPage}
- {block:JumpPage}<a class="jump_page" href="{URL}">{PageNumber}</a>{/block:JumpPage}
- {/block:JumpPagination}
- </div></div>
- </div></div>
- <div id="entries">
- {block:Posts}
- <div class="posts">
- {block:Text}{block:Title}<h1>{Title}</h1>{/block:Title}{Body}{/block:Text}
- {block:Photo}{LinkOpenTag}<div class="image"><img src="{PhotoURL-500}"></div>{LinkCloseTag}{/block:Photo}
- {block:Photoset}{Photoset-500}{/block:Photoset}
- {block:Quote}
- <div class="quote">“{Quote}”</div>
- {block:Source}<div class="quotesource"> — {Source}</div>
- {/block:Source}
- {/block:Quote}
- {block:Link}
- <h1><a href="{URL}" {Target}>{Name}</a></h1>
- {block:Description}{Description}{/block:Description}
- {/block:Link}
- {block:Chat}
- {block:Title}<h1><a href="{Permalink}">{Title}</a></h1>{/block:Title}
- <div class="chat"><ul>{block:Lines}
- <li class="person{UserNumber}">{block:Label}
- <span class="label">{Label}</span>{/block:Label} {Line}</li>{/block:Lines}</ul></div>
- {/block:Chat}
- {block:Audio}
- <div class="player">{AudioPlayerBlack}</div>
- {block:Caption}{Caption}{/block:Caption}
- {/block:Audio}
- {block:Video}{Video-500}{/block:Video}
- {block:Answer}
- <div class="asking"><img src="{AskerPortraitURL-48}"></div>
- <b><div class="asker">{Asker} disse:</b> {Question} </div>{Answer}{/block:Answer}
- <div id="cap">
- {block:Photo}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
- {block:Video}{block:Caption}{Caption}{/block:Caption}{/block:Video}
- {block:Photoset}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
- <div class="source">{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}</div></div>
- <br>
- <div class="credit">
- {block:Date}<div id="info">
- <center> <a href="{Permalink}">{TimeAgo}</a> {block:NoteCount} · <a href="{Permalink}" {block:NoteCount}{/block:NoteCount}</a>{NoteCountWithLabel}</a>{block:RebloggedFrom} · <a href="{ReblogParentURL}"><a href="{ReblogParentURL}">via</a>{/block:RebloggedFrom} {block:ContentSource} · <a href="{SourceURL}">source</a>{/block:ContentSource} {block:IndexPage}· <a href="{ReblogUrl}" target="_blank">reblog <font color= 'ff00ff'> ♥</font></a>{/block:IndexPage}</center> </div>{block:IfShowTags}<center><div id="tags">{block:HasTags}{block:Tags} #<a href="{TagUrl}">{Tag}</a>{/block:Tags}{/block:HasTags}
- </div></center>{/block:IfShowTags}{/block:Date}</div>
- </div>
- {/block:Posts}
- {block:PostNotes}<div class="notes">{PostNotes}</div>{/block:PostNotes}
- </div>
- </div>
- </div>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment