Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?xml version="1.0" encoding="utf-8"?><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
- <!--
- não remova os créditos
- theme feito por Oxigenio-dapalavra.tumblr.com
- -->
- <html xmlns="http://www.w3.org/1999/xhtml">
- <html lang="en"><head>
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
- <title>{Title}{block:PostTitle} - {PostTitle}{/block:PostTitle}</title>
- <body leftmargin="00" topmargin="00" marginwidth="00" marginheight="00">
- {block:Description}
- <meta name="description" content="{MetaDescription}" />{/block:Description}
- <link rel="shortcut icon" href="{Favicon}" />
- {block:IfInfiniteScrolling}
- <script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>{/block:IfInfiniteScrolling}
- <meta name="image:Background" content=""/>
- <meta name="if:Infinite Scrolling" content="0"/>
- <meta name="text:Body Font Size" content="11px"/>
- <meta name="text:Sidebar Title Font Size" content="20px"/>
- <meta name="text:Frase" content="Pequena frase abaixo do titulo"/>
- <meta name="text:Letreiro" content="Frase para o letreiro rotativo"/>.
- <meta name="text:Custom Asker Text" content="disse"/>
- <meta name="text:Custom Link One" content="home"/>
- <meta name="text:Custom Link One URL" content="/"/>
- <meta name="text:Custom Link Two" content="link 01"/>
- <meta name="text:Custom Link Two URL" content="/tagged/tag01"/>
- <meta name="text:Custom Link Three" content="link 02"/>
- <meta name="text:Custom Link Three URL" content="/tagged/tag02"/>
- <meta name="text:Custom Link Four" content="FAQ"/>
- <meta name="text:Custom Link Four URL" content="/faq"/>
- <meta name="text:Custom Link Five" content="submit"/>
- <meta name="text:Custom Link Five URL" content="/submit"/>
- <meta name="text:Custom Link Six" content="ask me"/>
- <meta name="text:Custom Link Six URL" content="/ask"/>
- <meta name="text:Custom Link Seven" content="link3"/>
- <meta name="text:Custom Link Seven URL" content="/tagged/tag03"/>
- <meta name="text:Custom Link Eight" content="link4"/>
- <meta name="text:Custom Link Eight URL" content="/tagged/tag04"/>
- <meta name="text:Custom Link Nine" content="link5"/>
- <meta name="text:Custom Link Nine URL" content="/tagged/tag05"/>
- <meta name="text:Custom Link Ten" content="link6"/>
- <meta name="text:Custom Link Ten URL" content="/tagged/tag06"/>
- <meta name="color:Background" content="#f8f8f8"/>
- <meta name="color:Body Text" content="#575757"/>
- <meta name="color:Post Background" content="#FFF"/>
- <meta name="color:Body Headers" content="#808080"/>
- <meta name="color:Links" content="#575757"/>
- <meta name="color:Links Hover" content="#000"/>
- <meta name="color:Permalink Background" content="#F8F8F8"/>
- <meta name="color:Permalink Text" content="#575757"/>
- <meta name="color:Permalink Links" content="#000"/>
- <meta name="color:Permalink Links Hover" content="#FFF"/>
- <meta name="color:Sidebar Background" content="#FFF"/>
- <meta name="color:Sidebar Title" content="#000"/>
- <meta name="color:Sidebar Text" content="#808080"/>
- <meta name="color:Sidebar Links" content="#575757"/>
- <meta name="color:Sidebar Links Hover" content575757"/>
- <meta name="color:Navi Links Hover" content="#000"/>
- <meta name="color:Navi Links Background" content="#f8f8f8"/>
- <meta name="color:Navi Links Background Hover" content="#DEDEDE"/>
- <meta name="color:Navi Border" content="#DEDEDE"/>
- <meta name="font:Body" content="Arial"/>
- <meta name="font:Sidebar Title" content="georgia"/>
- <meta name="if:Consolas Font" content="1"/>
- <meta name="if:Show Captions" content="1"/>
- <meta name="if:Show Notes" content="1"/>
- <meta name="if:Show Dates" content="1"/>
- <meta name="if:Show Reblogged From" content="1"/>
- <meta name="if:Show Tags" content="1"/>
- <meta name="if:Show Sidebar Title" content="1"/>
- <meta name="if:Show Description" content="1"/>
- <meta name="if:Show Search" content="0"/>
- <meta name="if:Styled Scrollbar" content="1"/>
- <meta name="image:miniimg1" content="http://data.whicdn.com/images/16535888/Floyd-Grey5_large.jpg"/>
- <meta name="image:frasegif" content="http://28.media.tumblr.com/tumblr_lrna3oe1OU1qcfkxio2_500.jpg"/>
- <meta name="image:submit" content="http://www.fotorkut.com.br/imagens/coracoes/orkut-hi5-coracao_(10).jpg"/>
- <style type="text/css">
- body {background-color:{color:Background};color:{color:Body Text};font-family:{block:IfNotConsolasFont}{font:Body}{/block:IfNotConsolasFont}{block:IfConsolasFont}consolas{/block:IfConsolasFont};font-size:{block:IfBodyFontSize}{text:Body Font Size}{/block:IfBodyFontSize};overflow-x:hidden; letter-spacing:1px;background-image:url({image:Background});background-attachment:fixed;}
- a {text-decoration:none;color:{color:Links};-webkit-transition: all 0.7s ease-out;
- -moz-transition: all 0.7s ease-out;
- transition: all 0.7s ease-out;}
- a:hover {color:{color:Links Hover};}
- img {border:none;}
- iframe#tumblr_controls {right:3px !important;
- position: fixed !important;
- -webkit-transition: opacity 0.7s linear;
- opacity: 0.2;
- -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: 1;
- -webkit-transition: all 0.4s ease-out;
- -moz-transition: all 0.4s ease-out;
- transition: all 0.4s ease-out;}
- {block:IfStyledScrollbar}
- ::-webkit-scrollbar-thumb:vertical {
- background-color:#808080;
- height:100px;
- }
- ::-webkit-scrollbar-thumb:horizontal {
- background-color:#808080;
- height:10px !important;
- }
- ::-webkit-scrollbar {
- height:10px;
- width:12px;
- background-color:#fff;
- }
- {/block:IfStyledScrollbar}
- #principal {width:500px;padding:10px;position:absolute;left:240px;top:0px;z-index:-1; text-align: justify; font-family: Georgia, Palatino, 'Palatino Linotype', Times, 'Times New Roman', serif; font-size: 11px;}
- #posts {width:500px; background-color:{color:Post Background}; padding:10px; margin-bottom: 7px; }
- #field { background-color:{color:Permalink Background};margin-top:0px;color:{color:Permalink Text}}
- #field a {color:{color:Permalink Links};}
- #field a:hover {color:{color:Permalink Links Hover};}
- /* imgbar */
- #imgbar {width: 230px; height: 100%; top: 0px; left: 780px; padding: 5px; background-image:url(''); background-color:#FFFFFF; text-align: center; position: fixed}
- .simage {margin-top: 5px; text-align: center;}
- .simage img {display: block; margin-bottom: 5px; max-width: 115px; border: 5px solid #FAF2F2; height: auto; text-align: center;}
- .iimage2 {padding: 0px;}
- .iimage2 img {display: inline; width:80px; height:50px; text-align:center; margin-bottom: 2px;}
- .cred {text-align: center;}
- h3 a {font-family:georgia;text-transform:lowercase;font-size:15px;font-weight:normal;color:{color:Body Headers};padding:7px;font-style:italic;}
- ol, li, ul {text-align:left;}
- ol.notes {width:500px;font-size:10px;padding:7px;color:{color:Body};margin:15px 0px;list-style-type: none;background-color:{color:Post Background};}
- ol.notes a,ol.notes span,#tra span {color:{color:Links};}
- ol.notes li.note { padding:12px;}
- blockquote{padding:0 0 0 4px; margin:0 0 0 14px;border-left:3px solid {color:Links};text-align:left;}
- #sidebar {position:fixed;left:0px; top:0px; width:230px; height: 100%; background-image:url(''); background-color:#FFFFFF; padding:5px;color:{color:Sidebar Text};text-align: justify; font-family: Georgia, Palatino, 'Palatino Linotype', Times, 'Times New Roman', serif; font-size: 11px;}
- #sidebar a {color:{color:Sidebar Links};}
- #sidebar a:hover {color:{color:Sidebar Links Hover};}
- #oxi {text-align:center;}
- #oxi a {font-size:{block:IfSidebarTitleFontSize}{text:Sidebar Title Font Size}{/block:IfSidebarTitleFontSize};font-family:{font:Sidebar Title};color:{color:Sidebar Title};}
- #oxi2 {text-align:left;font-size:10px;}
- #oxi2 a {font-size:9px;}
- #regu {width:400px;}
- #regu img {max-width:400px;}
- #sideimg {width:400px;height:180px;overflow:hidden;}
- .fadein { position:relative;height:180px;border:none;overflow:hidden;margin-right:10px; margin-left:10px; }
- .fadein img {position:absolute;max-width:400px;min-width:180px;min-height:180px;}
- #navi a {display:block;background-color:{color:Navi Links Background};margin-bottom:7px;padding:0px;-webkit-transition: all 0.4s ease-out;-moz-transition: all 0.4s ease-out;transition: all 0.4s ease-out;border-left:15px solid {Color:Navi Border};color:{color:Navi Links};}
- #navi a:hover {background-color:{color:Navi Links Background Hover};color:{color:Navi Links Hover}; border-left:25px solid {color:Navi Border};-webkit-transition: all 0.4s ease-out;-moz-transition: all 0.4s ease-out;transition: all 0.4s ease-out;}
- #navi a:hover span {-webkit-transition: all 0.4s ease-out;-moz-transition: all 0.4s ease-out;transition: all 0.4s ease-out;margin-left:25%;}
- #navi a span {font-weight:lighter;font-family:{block:IfNotConsolasFont}{font:Body}{/block:IfNotConsolasFont}{block:IfConsolasFont}consolas{/block:IfConsolasFont};font-size:10px;-webkit-transition: all 0.4s ease-out;-moz-transition: all 0.4s ease-out;transition: all 0.4s ease-out;margin-left:10%;}
- .white img, #black img {max-width:500px;}
- .pink img, blockquote img {max-width:450px; max-height:315px;}
- .black {margin-top: 40px; text-align: left; margin-bottom: 4px; font-size: 10px; background-color: #ffffff; color: ; font-family: Georgia, Palatino, 'Palatino Linotype', Times, 'Times New Roman', serif; padding: 5px;}
- .green {width:140px;font-family:consolas;font-size:10px;color:#000;}
- .green:focus {border:none;outline: none;border:1px solid {color:Sidebar Links};}
- .yellow {border:none;background:none;color:{color:Sidebar Links};font-size:10px;background-color:{color:Navi Links Background};}
- </style>
- <script src="http://ajax.googleapis.com/ajax/libs/prototype/1.6.1.0/prototype.js"></script>
- <script src="http://ajax.googleapis.com/ajax/libs/scriptaculous/1.8.3/effects.js"></script>
- <script>
- setInterval(function(){
- var imgs = $$('.fadein img'),
- visible = imgs.findAll(function(img){ return img.visible(); });
- if(visible.length>1) visible.last().fade({ duration: .7 });
- else imgs.last().appear({ duration: .7,
- afterFinish: function(){ imgs.slice(0,imgs.length-1).invoke('show'); } });
- }, 10000);
- </script>
- </head>
- <body>
- <div id="sidebar"><br>
- <table width="230" cellpadding="0" cellspacing="5">
- <tr align="left" valign="top">
- <td width="100%" height="54" align="center" valign="middle" bgcolor="#FFFFFF"> <div align="center">
- {block:IfShowSidebarTitle}
- <div id="oxi"><a href="/">{Title}</a><br><small>{text:Frase}</small></div><br><div id="oxi2">{block:IfShowDescription}
- {block:Description}{Description}{/block:Description}{/block:IfShowDescription}<br></div></td>
- </tr>
- <tr align="left" valign="top">
- <td width="100%" height="54" align="center" valign="middle" bgcolor="#FFFFFF"><div id="navi" align="left" valign="top"><br>{block:IfCustomLinkOne}<a href="{block:IfCustomLinkOneURL}{text:Custom Link One URL}{/block:IfCustomLinkOneURL}"><span> + {text:Custom Link One}</span>{/block:IfCustomLinkOne}</a>
- {block:IfCustomLinkTwo}<a href="{block:IfCustomLinkTwoURL}{text:Custom Link Two URL}{/block:IfCustomLinkTwoURL}"><span> + {text:Custom Link Two}</span>{/block:IfCustomLinkTwo}</a>
- {block:IfCustomLinkThree}<a href="{block:IfCustomLinkThreeURL}{text:Custom Link Three URL}{/block:IfCustomLinkThreeURL}"><span> + {text:Custom Link Three}</span>{/block:IfCustomLinkThree}</a>
- {block:IfCustomLinkFive}<a href="{block:IfCustomLinkFiveURL}{text:Custom Link Five URL}{/block:IfCustomLinkFiveURL}"><span> + {text:Custom Link Five}</span>{/block:IfCustomLinkFive}</a>{block:IfCustomLinkFour}<a href="{block:IfCustomLinkFourURL}{text:Custom Link Four URL}{/block:IfCustomLinkFourURL}"><span> + {text:Custom Link Four}</span>{/block:IfCustomLinkFour}</a>
- {block:IfCustomLinkSix}<a href="{block:IfCustomLinkSixURL}{text:Custom Link Six URL}{/block:IfCustomLinkSixURL}"><span> + {text:Custom Link Six}</span>{/block:IfCustomLinkSix}</a>{block:IfCustomLinkSeven}<a href="{block:IfCustomLinkSevenURL}{text:Custom Link Seven URL}{/block:IfCustomLinkSevenURL}"><span> + {text:Custom Link Seven}</span>{/block:IfCustomLinkSeven}</a>
- </div><br><center><a href="http://oxigenio-dapalavra.tumblr.com/submit"><img src= "{image:submit}" width="25" height="25"/></a></center></td>
- </tr>
- <tr align="left" valign="top">
- <td width="100%" align="left" bgcolor="#FFFFFF"><center>
- </td>
- </tr>
- </table><br>
- <center>
- <div class="ps">{block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">« </a>{/block:PreviousPage}{CurrentPage}/{TotalPages}{block:NextPage}<a href="{NextPage}"> »</a>{/block:NextPage}{/block:Pagination}</div></center>{/block:IfNotInfiniteScrolling}<br>
- <div align="center"><small>Theme by<br> <a href="http://oxigenio-dapalavra.tumblr.com/"> OXI-gênio da palavra</a> ©<br>não copie ou retire os créditos</small></div>
- {block:IfShowSearch}<br><form action="/search" method="get"><input type="text" name="q" value="{SearchQuery}"/ class="green"> <input type="submit" value="search"/ class="yellow">
- </form>{/block:IfShowSearch}
- {block:IfNotInfiniteScrolling}
- </div>
- <div id="principal">
- {block:IfInfiniteScrolling}<div class="autopagerize_page_element">{/block:IfInfiniteScrolling}
- {block:Posts}
- <div class="blue">
- {block:Text}<div class="pink" id="posts">{block:Title}<center><h3><a href="{Permalink}">{Title}</a></h3></center>{/block:Title}<div class="white" style="{block:IfBodyFontSize}font-size:{text:B ody Font Size};{/block:IfBodyFontSize}">{Body}</div>
- <div id="field" style="text-align:center;"><small>{block:Date}<a href="{Permalink}">→ {TimeAgo}{/block:Date}</a>{block:IfNotShowDates}{block:PermalinkPage} - {DayOfWeek}, {ShortMonth} {DayOfMonthWithZero} {Year}{/block:PermalinkPage}{/block:IfNotShowDates}{block:IfShowDates} - {DayOfWeek} {ShortMonth} {DayOfMonthWithZero} {Year}{/block:IfShowDates} {block:IfNotShowNotes}{block:PermalinkPage}{block:NoteCount} | {NoteCountWithLabel}{/block:NoteCount}{block:PermalinkPage}{/block:IfNotShowNotes}{block:IfShowNotes}{block:NoteCount} | {NoteCountWithLabel}{/block:NoteCount}{/block:IfShowNotes}<a href="{ReblogURL}">Reblog this</a>
- {block:IfNotShowRebloggedFrom}{block:PermalinkPage}{block:RebloggedFrom}<br>origin: <a style="color:{color:Permalink Links};" href="{ReblogRootURL}">{ReblogRootName}</a> | via: <a style="color:{color:Permalink Links};" href="{ReblogParentURL}">{ReblogParentName}</a> {/block:RebloggedFrom}{/block:RebloggedFrom}{/block:PermalinkPage}{/block:IfNotShowRebloggedFrom}
- {block:IfShowRebloggedFrom}{block:RebloggedFrom}<br>origin: <a style="color:{color:Permalink Links};" href="{ReblogRootURL}">{ReblogRootName}</a> | via: <a style="color:{color:Permalink Links};" href="{ReblogParentURL}">{ReblogParentName}</a> {/block:RebloggedFrom}{/block:RebloggedFrom}{/block:IfShowRebloggedFrom}
- {block:IfNotShowTags}{block:PermalinkPage}<br>
- {block:HasTags}tags: {block:Tags}<a href="{TagURL}">#{Tag}</a> {/block:Tags}{/block:HasTags}{/block:PermalinkPage}{/block:IfNotShowTags}
- {block:IfShowTags}<br>
- {block:HasTags}tags: {block:Tags}<a href="{TagURL}">#{Tag}</a> {/block:Tags}{/block:HasTags}{block:IfShowTags}</small></div>
- </div> {/block:Text}
- {block:Photo}<div id="posts">
- <a style="border:none;" href="{Permalink}"><center><img src="{PhotoURL-500}" border="0" alt="{PhotoAlt}" border="0" style="max-width:500px;"></a>
- {block:IfShowCaptions}{block:Caption}{Caption}{/block:Caption}{/block:IfShowCaptions}
- {block:IfNotShowCaptions}{block:PermalinkPage}{block:Caption}{Caption}{/block:Caption}{/block:PermalinkPage}{/block:IfNotShowCaptions}
- <div id="field" style="text-align:center;"><small>{block:Date}<a href="{Permalink}">→ {TimeAgo}{/block:Date}</a>{block:IfNotShowDates}{block:PermalinkPage} - {DayOfWeek}, {ShortMonth} {DayOfMonthWithZero} {Year}{/block:PermalinkPage}{/block:IfNotShowDates}{block:IfShowDates} - {DayOfWeek} {ShortMonth} {DayOfMonthWithZero} {Year}{/block:IfShowDates} {block:IfNotShowNotes}{block:PermalinkPage}{block:NoteCount} | {NoteCountWithLabel}{/block:NoteCount}{block:PermalinkPage}{/block:IfNotShowNotes}{block:IfShowNotes}{block:NoteCount} | {NoteCountWithLabel}{/block:NoteCount}{/block:IfShowNotes}<a href="{ReblogURL}"> Reblog this</a>
- {block:IfNotShowRebloggedFrom}{block:PermalinkPage}{block:RebloggedFrom}<br>origin: <a style="color:{color:Permalink Links};" href="{ReblogRootURL}">{ReblogRootName}</a> | via: <a style="color:{color:Permalink Links};" href="{ReblogParentURL}">{ReblogParentName}</a> {/block:RebloggedFrom}{/block:RebloggedFrom}{/block:PermalinkPage}{/block:IfNotShowRebloggedFrom}
- {block:IfShowRebloggedFrom}{block:RebloggedFrom}<br>origin: <a style="color:{color:Permalink Links};" href="{ReblogRootURL}">{ReblogRootName}</a> | via: <a style="color:{color:Permalink Links};" href="{ReblogParentURL}">{ReblogParentName}</a> {/block:RebloggedFrom}{/block:RebloggedFrom}{/block:IfShowRebloggedFrom}
- {block:IfNotShowTags}{block:PermalinkPage}<br>
- {block:HasTags}tags: {block:Tags}<a href="{TagURL}">#{Tag}</a> {/block:Tags}{/block:HasTags}{/block:PermalinkPage}{/block:IfNotShowTags}
- {block:IfShowTags}<br>
- {block:HasTags}tags: {block:Tags}<a href="{TagURL}">#{Tag}</a> {/block:Tags}{/block:HasTags}{block:IfShowTags}</small></div>
- </div>
- {/block:Photo}
- {block:Photoset}<div id="posts">{Photoset-500}
- {block:IfShowCaptions}{block:Caption}{Caption}{/block:Caption}{/block:IfShowCaptions}
- {block:IfNotShowCaptions}{block:PermalinkPage}{block:Caption}{Caption}{/block:Caption}{/block:PermalinkPage}{/block:IfNotShowCaptions}
- <div id="field" style="text-align:center;"><small>{block:Date}<a href="{Permalink}">→ {TimeAgo}{/block:Date}</a>{block:IfNotShowDates}{block:PermalinkPage} - {DayOfWeek}, {ShortMonth} {DayOfMonthWithZero} {Year}{/block:PermalinkPage}{/block:IfNotShowDates}{block:IfShowDates} - {DayOfWeek} {ShortMonth} {DayOfMonthWithZero} {Year}{/block:IfShowDates} {block:IfNotShowNotes}{block:PermalinkPage}{block:NoteCount} | {NoteCountWithLabel}{/block:NoteCount}{block:PermalinkPage}{/block:IfNotShowNotes}{block:IfShowNotes}{block:NoteCount} | {NoteCountWithLabel}{/block:NoteCount}{/block:IfShowNotes}<a href="{ReblogURL}"> Reblog this</a>
- {block:IfNotShowRebloggedFrom}{block:PermalinkPage}{block:RebloggedFrom}<br>origin: <a style="color:{color:Permalink Links};" href="{ReblogRootURL}">{ReblogRootName}</a> | via: <a style="color:{color:Permalink Links};" href="{ReblogParentURL}">{ReblogParentName}</a> {/block:RebloggedFrom}{/block:RebloggedFrom}{/block:PermalinkPage}{/block:IfNotShowRebloggedFrom}
- {block:IfShowRebloggedFrom}{block:RebloggedFrom}<br>origin: <a style="color:{color:Permalink Links};" href="{ReblogRootURL}">{ReblogRootName}</a> | via: <a style="color:{color:Permalink Links};" href="{ReblogParentURL}">{ReblogParentName}</a> {/block:RebloggedFrom}{/block:RebloggedFrom}{/block:IfShowRebloggedFrom}
- {block:IfNotShowTags}{block:PermalinkPage}<br>
- {block:HasTags}tags: {block:Tags}<a href="{TagURL}">#{Tag}</a> {/block:Tags}{/block:HasTags}{/block:PermalinkPage}{/block:IfNotShowTags}
- {block:IfShowTags}<br>
- {block:HasTags}tags: {block:Tags}<a href="{TagURL}">#{Tag}</a> {/block:Tags}{/block:HasTags}{block:IfShowTags}</small></div>
- </div>
- {/block:Photoset}
- {block:Quote}<div id="posts"><center><h3><a>"{Quote}"</a></h3>
- {block:Source}<br>+ {Source}{/block:Source}</center>
- <div id="field" style="text-align:center;"><small>{block:Date}<a href="{Permalink}">→ {TimeAgo}{/block:Date}</a>{block:IfNotShowDates}{block:PermalinkPage} - {DayOfWeek}, {ShortMonth} {DayOfMonthWithZero} {Year}{/block:PermalinkPage}{/block:IfNotShowDates}{block:IfShowDates} - {DayOfWeek} {ShortMonth} {DayOfMonthWithZero} {Year}{/block:IfShowDates} {block:IfNotShowNotes}{block:PermalinkPage}{block:NoteCount} | {NoteCountWithLabel}{/block:NoteCount}{block:PermalinkPage}{/block:IfNotShowNotes}{block:IfShowNotes}{block:NoteCount} | {NoteCountWithLabel}{/block:NoteCount}{/block:IfShowNotes}<a href="{ReblogURL}"> Reblog this</a>
- {block:IfNotShowRebloggedFrom}{block:PermalinkPage}{block:RebloggedFrom}<br>origin: <a style="color:{color:Permalink Links};" href="{ReblogRootURL}">{ReblogRootName}</a> | via: <a style="color:{color:Permalink Links};" href="{ReblogParentURL}">{ReblogParentName}</a> {/block:RebloggedFrom}{/block:RebloggedFrom}{/block:PermalinkPage}{/block:IfNotShowRebloggedFrom}
- {block:IfShowRebloggedFrom}{block:RebloggedFrom}<br>origin: <a style="color:{color:Permalink Links};" href="{ReblogRootURL}">{ReblogRootName}</a> | via: <a style="color:{color:Permalink Links};" href="{ReblogParentURL}">{ReblogParentName}</a> {/block:RebloggedFrom}{/block:RebloggedFrom}{/block:IfShowRebloggedFrom}
- {block:IfNotShowTags}{block:PermalinkPage}<br>
- {block:HasTags}tags: {block:Tags}<a href="{TagURL}">#{Tag}</a> {/block:Tags}{/block:HasTags}{/block:PermalinkPage}{/block:IfNotShowTags}
- {block:IfShowTags}<br>
- {block:HasTags}tags: {block:Tags}<a href="{TagURL}">#{Tag}</a> {/block:Tags}{/block:HasTags}{block:IfShowTags}</small></div>
- </div>
- {/block:Quote}
- {block:Link}<div id="posts">
- <center><h3><a href="{URL}">{Name}</a><br></h3></center>
- {block:Description}{Description}{/block:Description}
- <div id="field" style="text-align:center;"><small>{block:Date}<a href="{Permalink}">→ {TimeAgo}{/block:Date}</a>{block:IfNotShowDates}{block:PermalinkPage} - {DayOfWeek}, {ShortMonth} {DayOfMonthWithZero} {Year}{/block:PermalinkPage}{/block:IfNotShowDates}{block:IfShowDates} - {DayOfWeek} {ShortMonth} {DayOfMonthWithZero} {Year}{/block:IfShowDates} {block:IfNotShowNotes}{block:PermalinkPage}{block:NoteCount} | {NoteCountWithLabel}{/block:NoteCount}{block:PermalinkPage}{/block:IfNotShowNotes}{block:IfShowNotes}{block:NoteCount} | {NoteCountWithLabel}{/block:NoteCount}{/block:IfShowNotes}<a href="{ReblogURL}"> Reblog this</a>
- {block:IfNotShowRebloggedFrom}{block:PermalinkPage}{block:RebloggedFrom}<br>origin: <a style="color:{color:Permalink Links};" href="{ReblogRootURL}">{ReblogRootName}</a> | via: <a style="color:{color:Permalink Links};" href="{ReblogParentURL}">{ReblogParentName}</a> {/block:RebloggedFrom}{/block:RebloggedFrom}{/block:PermalinkPage}{/block:IfNotShowRebloggedFrom}
- {block:IfShowRebloggedFrom}{block:RebloggedFrom}<br>origin: <a style="color:{color:Permalink Links};" href="{ReblogRootURL}">{ReblogRootName}</a> | via: <a style="color:{color:Permalink Links};" href="{ReblogParentURL}">{ReblogParentName}</a> {/block:RebloggedFrom}{/block:RebloggedFrom}{/block:IfShowRebloggedFrom}
- {block:IfNotShowTags}{block:PermalinkPage}<br>
- {block:HasTags}tags: {block:Tags}<a href="{TagURL}">#{Tag}</a> {/block:Tags}{/block:HasTags}{/block:PermalinkPage}{/block:IfNotShowTags}
- {block:IfShowTags}<br>
- {block:HasTags}tags: {block:Tags}<a href="{TagURL}">#{Tag}</a> {/block:Tags}{/block:HasTags}{block:IfShowTags}</small></div>
- </div>
- {/block:Link}
- {block:Audio}<div id="posts"><br>
- <center><div style="z-index:-1;">{AudioPlayerBlack}</div><br>
- {block:IfShowCaptions}{block:Caption}{Caption}{/block:Caption}{/block:IfShowCaptions}
- {block:IfNotShowCaptions}{block:PermalinkPage}{block:Caption}{Caption}{/block:Caption}{/block:PermalinkPage}{/block:IfNotShowCaptions}
- <div id="field" style="text-align:center;"><small>{block:Date}<a href="{Permalink}">→ {TimeAgo}{/block:Date}</a>{block:IfNotShowDates}{block:PermalinkPage} - {DayOfWeek}, {ShortMonth} {DayOfMonthWithZero} {Year}{/block:PermalinkPage}{/block:IfNotShowDates}{block:IfShowDates} - {DayOfWeek} {ShortMonth} {DayOfMonthWithZero} {Year}{/block:IfShowDates} {block:IfNotShowNotes}{block:PermalinkPage}{block:NoteCount} | {NoteCountWithLabel}{/block:NoteCount}{block:PermalinkPage}{/block:IfNotShowNotes}{block:IfShowNotes}{block:NoteCount} | {NoteCountWithLabel}{/block:NoteCount}{/block:IfShowNotes}<a href="{ReblogURL}"> Reblog this</a>
- {block:IfNotShowRebloggedFrom}{block:PermalinkPage}{block:RebloggedFrom}<br>origin: <a style="color:{color:Permalink Links};" href="{ReblogRootURL}">{ReblogRootName}</a> | via: <a style="color:{color:Permalink Links};" href="{ReblogParentURL}">{ReblogParentName}</a> {/block:RebloggedFrom}{/block:RebloggedFrom}{/block:PermalinkPage}{/block:IfNotShowRebloggedFrom}
- {block:IfShowRebloggedFrom}{block:RebloggedFrom}<br>origin: <a style="color:{color:Permalink Links};" href="{ReblogRootURL}">{ReblogRootName}</a> | via: <a style="color:{color:Permalink Links};" href="{ReblogParentURL}">{ReblogParentName}</a> {/block:RebloggedFrom}{/block:RebloggedFrom}{/block:IfShowRebloggedFrom}
- {block:IfNotShowTags}{block:PermalinkPage}<br>
- {block:HasTags}tags: {block:Tags}<a href="{TagURL}">#{Tag}</a> {/block:Tags}{/block:HasTags}{/block:PermalinkPage}{/block:IfNotShowTags}
- {block:IfShowTags}<br>
- {block:HasTags}tags: {block:Tags}<a href="{TagURL}">#{Tag}</a> {/block:Tags}{/block:HasTags}{block:IfShowTags}</small></div>
- </div>
- {/block:Audio}
- {block:Chat}<div id="posts">
- {block:Title}<b>{Title}</b>{/block:Title}
- {block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}
- <div id="field" style="text-align:center;"><small>{block:Date}<a href="{Permalink}">→ {TimeAgo}{/block:Date}</a>{block:IfNotShowDates}{block:PermalinkPage} - {DayOfWeek}, {ShortMonth} {DayOfMonthWithZero} {Year}{/block:PermalinkPage}{/block:IfNotShowDates}{block:IfShowDates} - {DayOfWeek} {ShortMonth} {DayOfMonthWithZero} {Year}{/block:IfShowDates} {block:IfNotShowNotes}{block:PermalinkPage}{block:NoteCount} | {NoteCountWithLabel}{/block:NoteCount}{block:PermalinkPage}{/block:IfNotShowNotes}{block:IfShowNotes}{block:NoteCount} | {NoteCountWithLabel}{/block:NoteCount}{/block:IfShowNotes}<a href="{ReblogURL}"> Reblog this</a>
- {block:IfNotShowRebloggedFrom}{block:PermalinkPage}{block:RebloggedFrom}<br>origin: <a style="color:{color:Permalink Links};" href="{ReblogRootURL}">{ReblogRootName}</a> | via: <a style="color:{color:Permalink Links};" href="{ReblogParentURL}">{ReblogParentName}</a> {/block:RebloggedFrom}{/block:RebloggedFrom}{/block:PermalinkPage}{/block:IfNotShowRebloggedFrom}
- {block:IfShowRebloggedFrom}{block:RebloggedFrom}<br>origin: <a style="color:{color:Permalink Links};" href="{ReblogRootURL}">{ReblogRootName}</a> | via: <a style="color:{color:Permalink Links};" href="{ReblogParentURL}">{ReblogParentName}</a> {/block:RebloggedFrom}{/block:RebloggedFrom}{/block:IfShowRebloggedFrom}
- {block:IfNotShowTags}{block:PermalinkPage}<br>
- {block:HasTags}tags: {block:Tags}<a href="{TagURL}">#{Tag}</a> {/block:Tags}{/block:HasTags}{/block:PermalinkPage}{/block:IfNotShowTags}
- {block:IfShowTags}<br>
- {block:HasTags}tags: {block:Tags}<a href="{TagURL}">#{Tag}</a> {/block:Tags}{/block:HasTags}{block:IfShowTags}</small></div>
- </div>
- {/block:Chat}
- {block:Video}<div id="posts">{video-500}{block:IfShowCaptions}{block:Caption}{Caption}{/block:Caption}{/block:IfShowCaptions}
- {block:IfNotShowCaptions}{block:PermalinkPage}{block:Caption}{Caption}{/block:Caption}{/block:PermalinkPage}{/block:IfNotShowCaptions}
- <div id="field" style="text-align:center;"><small>{block:Date}<a href="{Permalink}">→ {TimeAgo}{/block:Date}</a>{block:IfNotShowDates}{block:PermalinkPage} - {DayOfWeek}, {ShortMonth} {DayOfMonthWithZero} {Year}{/block:PermalinkPage}{/block:IfNotShowDates}{block:IfShowDates} - {DayOfWeek} {ShortMonth} {DayOfMonthWithZero} {Year}{/block:IfShowDates} {block:IfNotShowNotes}{block:PermalinkPage}{block:NoteCount} | {NoteCountWithLabel}{/block:NoteCount}{block:PermalinkPage}{/block:IfNotShowNotes}{block:IfShowNotes}{block:NoteCount} | {NoteCountWithLabel}{/block:NoteCount}{/block:IfShowNotes}<a href="{ReblogURL}"> Reblog this</a>
- {block:IfNotShowRebloggedFrom}{block:PermalinkPage}{block:RebloggedFrom}<br>origin: <a style="color:{color:Permalink Links};" href="{ReblogRootURL}">{ReblogRootName}</a> | via: <a style="color:{color:Permalink Links};" href="{ReblogParentURL}">{ReblogParentName}</a> {/block:RebloggedFrom}{/block:RebloggedFrom}{/block:PermalinkPage}{/block:IfNotShowRebloggedFrom}
- {block:IfShowRebloggedFrom}{block:RebloggedFrom}<br>origin: <a style="color:{color:Permalink Links};" href="{ReblogRootURL}">{ReblogRootName}</a> | via: <a style="color:{color:Permalink Links};" href="{ReblogParentURL}">{ReblogParentName}</a> {/block:RebloggedFrom}{/block:RebloggedFrom}{/block:IfShowRebloggedFrom}
- {block:IfNotShowTags}{block:PermalinkPage}<br>
- {block:HasTags}tags: {block:Tags}<a href="{TagURL}">#{Tag}</a> {/block:Tags}{/block:HasTags}{/block:PermalinkPage}{/block:IfNotShowTags}
- {block:IfShowTags}<br>
- {block:HasTags}tags: {block:Tags}<a href="{TagURL}">#{Tag}</a> {/block:Tags}{/block:HasTags}{block:IfShowTags}</small></div>
- </div>
- {/block:Video}
- {block:Answer}
- <div class="blue" id="posts"><center>
- <img src="{AskerPortraitURL-40}"><b> {Asker} {block:IfCustomAskerText}{text:Custom Asker Text}{/block:IfCustomAskerText},</b> "{Question}"<br>-------<br>
- <div id="black" style="padding:10px;">{Answer}</div></center>
- <div id="field" style="text-align:center;"><small>{block:Date}<a href="{Permalink}">→ {TimeAgo}{/block:Date}</a>{block:IfNotShowDates}{block:PermalinkPage} - {DayOfWeek}, {ShortMonth} {DayOfMonthWithZero} {Year}{/block:PermalinkPage}{/block:IfNotShowDates}{block:IfShowDates} - {DayOfWeek} {ShortMonth} {DayOfMonthWithZero} {Year}{/block:IfShowDates} {block:IfNotShowNotes}{block:PermalinkPage}{block:NoteCount} | {NoteCountWithLabel}{/block:NoteCount}{block:PermalinkPage}{/block:IfNotShowNotes}{block:IfShowNotes}{block:NoteCount} | {NoteCountWithLabel}{/block:NoteCount}{/block:IfShowNotes}<a href="{ReblogURL}"> Reblog this</a>
- {block:IfNotShowRebloggedFrom}{block:PermalinkPage}{block:RebloggedFrom}<br>origin: <a style="color:{color:Permalink Links};" href="{ReblogRootURL}">{ReblogRootName}</a> | via: <a style="color:{color:Permalink Links};" href="{ReblogParentURL}">{ReblogParentName}</a> {/block:RebloggedFrom}{/block:RebloggedFrom}{/block:PermalinkPage}{/block:IfNotShowRebloggedFrom}
- {block:IfShowRebloggedFrom}{block:RebloggedFrom}<br>origin: <a style="color:{color:Permalink Links};" href="{ReblogRootURL}">{ReblogRootName}</a> | via: <a style="color:{color:Permalink Links};" href="{ReblogParentURL}">{ReblogParentName}</a> {/block:RebloggedFrom}{/block:RebloggedFrom}{/block:IfShowRebloggedFrom}
- {block:IfNotShowTags}{block:PermalinkPage}<br>
- {block:HasTags}tags: {block:Tags}<a href="{TagURL}"># {Tag}</a> {/block:Tags}{/block:HasTags}{/block:PermalinkPage}{/block:IfNotShowTags}
- {block:IfShowTags}<br>
- {block:HasTags}tags: {block:Tags}<a href="{TagURL}"># {Tag}</a> {/block:Tags}{/block:HasTags}{block:IfShowTags}</small></div>
- </div>
- {/block:Answer}
- {block:PermalinkPage}
- {block:PostNotes}{PostNotes}{/block:PostNotes}<a href="{ReblogURL}"> Reblog this</a>
- {/block:PermalinkPage}
- </div>
- {/block:Posts}{block:IfInfiniteScrolling}</div>{/block:IfInfiniteScrolling}
- </div>
- <div id="imgbar">
- <div class="imgbar"><div class="black"><center><img src="{image:miniimg1}" width="220" height="auto"/><br><img src="{image:frasegif}" width="220" height="auto"/></center><br>
- <marquee>{text:Letreiro}</marquee><div id="navi" align="left" valign="top">{block:IfCustomLinkEight}<a href="{block:IfCustomLinkEightURL}{text:Custom Link Eight URL}{/block:IfCustomLinkEightURL}"><span> + {text:Custom Link Eight}</span>{/block:IfCustomLinkEight}</a>{block:IfCustomLinkNine}<a href="{block:IfCustomLinkNineURL}{text:Custom Link Nine URL}{/block:IfCustomLinkNineURL}"><span> + {text:Custom Link Nine}</span>{/block:IfCustomLinkNine}</a>{block:IfCustomLinkTen}<a href="{block:IfCustomLinkTenURL}{text:Custom Link Ten URL}{/block:IfCustomLinkTenURL}"><span> + {text:Custom Link Ten}</span>{/block:IfCustomLinkTen}</a></div></div>
- </body>
- </html>
- <style> body, a, a:hover { cursor:url(http://free-themes.info/cursor/mustache/mustache.png), auto }</style>
Advertisement
Add Comment
Please, Sign In to add comment