- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><html>
- <html>
- <!--
- toda a criação e distribuição deste código é de descortino.tumblr.com
- não retire os créditos, saiba que alguém perdeu muito tempo com esse theme
- Preserve a ética na internet-->
- <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}
- <meta name="font:title" content="Georgia"/>
- <meta name="font:post title" content="Georgia"/>
- <meta name="font:body" content="Tebuchet MS"/>
- <meta name="image:Fundo" content=""/>
- <meta name="text:font size" content="11px"/>
- <meta name="text:width" content="350"/>
- <meta name="text:post title size" content="11px"/>
- <meta name="text:title font size" content="14px"/>
- <meta name="text:altura da linha" content="11px"/>
- <meta name="text:altura title" content="15px"/>
- <meta name="text:link 1" content=""/>
- <meta name="text:url link 1" content=""/>
- <meta name="text:link 2" content=""/>
- <meta name="text:url link 2" content=""/>
- <meta name="text:Proxima" content="past"/>
- <meta name="text:Anterior" content="future"/>
- <meta name="text:distancia da esquerda" content="240"/>
- <meta name="color:scrollbar" content="#c2c2c2"/>
- <meta name="color:bgtitle" content="#000000"/>
- <meta name="color:title color" content="#ffffff"/>
- <meta name="color:color background" content="#ffffff"/>
- <meta name="color:content background" content="#ffffff"/>
- <meta name="color:caption background" content="#ffffff"/>
- <meta name="color:text" content="#222"/>
- <meta name="color:link" content="#222"/>
- <meta name="color:link hover" content="#a8a8a8"/>
- <meta name="color:Nav Links" content="#a8a8a8"/>
- <meta name="if:larger image permalink" content="0"/>
- <meta name="if:Cedarville Font" content="0"/>
- <meta name="if:shadowed images" content="1" />
- <meta name="if:Click To Show And Hide Nav" content="1"/>
- <meta name="if:show captions" content="1"/>
- <meta name="if:central" content="1"/>
- <meta name="if:Maximized Background Image" content="1"/>
- <meta name="if:Right Background" content="0"/>
- {block:ifClickToShowAndHideNav}
- <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js"></script>
- <script type="text/javascript">
- jQuery(document).ready(function() {
- jQuery(".nav").hide();
- //toggle the componenet with class msg_body
- jQuery(".blogtitle").click(function()
- {
- jQuery(this).next(".nav").slideToggle(700);
- });});
- </script>
- {/block:ifClickToShowAndHideNav}
- <style type="text/css">
- iframe#tumblr_controls {
- top: 0% !important;
- right:0% !important;
- position: absolute !important;}
- body {
- margin:auto;
- background-repeat:no-repeat;
- {block:IfMaximizedBackgroundImage}
- background-size:100% 100%;
- {block:IfMaximizedBackgroundImage}
- {/block:IfNotMaximizedBackgroundImage}
- background-image:url({image:Fundo});
- background-attachment:fixed;
- {/block:IfNotMaximizedBackgroundImage}
- {block:ifrightbackground}
- background-position:right bottom;
- {/block:ifrightbackground}
- {block:ifnotrightbackground}
- background-position:left bottom;
- {/block:ifnotrightbackground}
- background-color: {color:color background};
- font-family: {font:body};
- font-size:{text:font size};
- line-height:{text:line height};
- font-color:{color:text};
- }
- {block:ifshadowedimages}
- a img{
- -webkit-box-shadow: 0px 2px 8px rgba(0,0,0,0.33);
- -moz-box-shadow: 0px 2px 8px rgba(0,0,0,0.33);
- box-shadow: 0px 2px 8px rgba(0,0,0,0.33);
- }
- {/block:ifshadowedimages}
- #posts {
- padding:19px;
- text-align: justify;
- /*background-color: {color:content background};*/
- {block:ifcentral}
- margin:auto;
- {/block:ifcentral}
- {block:ifnotcentral}
- margin-left: {text:distancia da esquerda}px;
- {/block:ifnotcentral}
- width:{text:Width}px;
- margin-top:0px;
- margin-bottom:15px;
- }
- #entry {margin-bottom: 10px;}
- .blogtitle {
- font-family: {font:title};
- text-align: center;
- font-family:
- {block:IfCedarvilleFont}cedarville cursive;{/block:IfCedarvilleFont}
- {block:IfNotCedarvilleFont}{font:body}{/block:IfNotCedarvilleFont};
- font-size:{text:title font size};
- padding: 5px;
- -webkit-transition: 0.5s ease-in;
- -webkit-text-stroke: 1px transparent;
- text-transform:lowercase;
- {block:ifClickToShowAndHideNav}
- cursor: help;
- {/block:ifClickToShowAndHideNav}
- color:{color:title color};
- line-height:{text:altura title};
- }
- .blogtitle a{
- color:{color:title color};
- ;
- }
- .blogtitle a:hover{
- font-color:{color:Title Hover};
- }
- .nav {
- color:{color:Nav Links};
- text-align: center;
- text-transform:lowercase;
- letter-spacing:1px;
- word-spacing: 3px;
- margin-bottom:3px;
- {block:ifClickToShowAndHideNav}
- margin-top:-30px;
- {/block:ifClickToShowAndHideNav}
- {block:ifnotClickToShowAndHideNav}
- margin-top:1px;
- {block:ifnotClickToShowAndHideNav}
- font-size:10px;
- background-color: {color:bgtitle};
- }
- .nav a{
- color:{color:Nav Links};
- -webkit-transition: 0.5s ease-in;}
- .bgblogtitle {
- background-color: {color:bgtitle};
- }
- img {max-width: {text:width}px;}
- h3 {font-family:{font:post title}; font-size:{text:post title size}; text-decoration:none;}
- a {text-decoration:none; color:{color:link}; -webkit-transition: all .2s linear;
- -moz-transition: all .2s linear;
- transition: all 0.2s linear;}
- a:hover {color:{color:link hover};
- -webkit-transition: all .2s linear;
- -moz-transition: all .2s linear;
- transition: all 0.2s linear;}
- .caption {
- margin-top:-8px;
- margin-bottom:-8px;
- background-color:{color:caption background};
- padding: 2px 0 2px 0;}
- #entry:hover .permalink {display: block;}
- .permalink {font-size:9px;; font-weight: normal; text-align: left; position: absolute; padding-left: 20px; margin-left:{text:width}px; display: none ;
- }
- #entry:hover .imgpermalink {overflow:visible;
- -webkit-transition: opacity 0.7s linear;
- opacity: 0.6;
- -webkit-transition: all 0.2s linear;
- -moz-transition: all 0.2s linear; transition: all 0.2s linear;
- -webkit-box-shadow: 0px 2px 8px rgba(0,0,0,0.33);
- -moz-box-shadow: 0px 2px 8px rgba(0,0,0,0.33);
- box-shadow: 0px 2px 8px rgba(0,0,0,0.33);}
- #entry .imgpermalink {width: 50px;
- font: 9px Georgia;
- text-transform: lowercase;
- position:absolute;
- text-align: center;
- background-color:#fff; color:#fff;
- overflow:hidden;
- -webkit-transition: opacity 0.7s linear;
- opacity: 0.0;
- -webkit-transition: all 0.4s linear;
- -moz-transition: all 0.4s linear
- ;transition: all 0.4s linear;
- {block:iflargerimagepermalink}
- padding: 1px; margin: 5px -1px 5px;
- width: {text:width}px;
- {/block:iflargerimagepermalink}
- {block:ifnotlargerimagepermalink}
- padding: 2px; margin: 5px 0 0 5px;
- {/block:ifnotlargerimagepermalink}
- }
- .imgpermalink a{color: #222; -webkit-transition: all .2s linear;
- -moz-transition: all .2s linear;
- transition: all 0.2s linear;}
- .imgpermalink a:hover{color: #C5C5C5; -webkit-transition: all .2s linear;
- -moz-transition: all .2s linear;
- transition: all 0.2s linear;}
- .audio{width:{text:width}px; height:35px; overflow:hidden;background:#000;
- }
- ol.notes {padding: 0px; margin: 25px 0px; list-style-type: none; border-bottom: dotted 1px #ccc;}
- ol.notes li.note {border-top: dotted 0px #ccc; padding: 3px;}
- ol.notes li.note img.avatar {vertical-align: -4px;margin-right: 10px;width: 16px;height: 16px;}
- ol.notes li.note span.action {font-weight: normal;}
- ol.notes li.note .answer_content {font-weight: normal;}
- ol.notes li.note blockquote {border-color: #eee; padding: 4px 10px; margin: 10px 0px 0px 25px;}
- ol.notes li.note blockquote a {text-decoration: none;}
- ul{margin-left:-40px!important; list-style:none;}
- ::-webkit-scrollbar{width:7px;height:7px;}
- ::-webkit-scrollbar-button:start:decrement
- ::-webkit-scrollbar-button:end:increment{display:block;height:0;background-color:transparent;}
- ::-webkit-scrollbar-track-piece{background-color:#fff; -webkit-border-radius:0;-webkit-border-bottom-right-radius:3px;-webkit-border-bottom-left-radius:3px;}
- ::-webkit-scrollbar-thumb:vertical{height:50px; background-color: {color:scrollbar};-webkit-border-radius:px;}
- ::-webkit-scrollbar-thumb:horizontal{width:7px; background-color: {color:scrollbar}; -webkit-border-radius:px;}
- {CustomCSS}
- </style>
- {block:Ifrolageminfinita}<script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>{/block:Ifrolageminfinita}
- </head>
- <body>
- <div style="position:fixed; bottom:10px; right:10px;"><a href="http://descortino.tumblr.com" title="theme from descortino">theme</a></div>
- <div id="posts">
- <div class="bgblogtitle">
- <div class="blogtitle">{block:ifNotClickToShowAndHideNav}<a href="/">{Title}</a>{block:ifNotClickToShowAndHideNav}{block:ifClickToShowAndHideNav}{Title}{/block:ifClickToShowAndHideNav}</div>
- <div class="nav">
- {block:ifClickToShowAndHideNav}
- <b><a href="/">home </a></b>
- {/block:ifClickToShowAndHideNav}
- <b>
- <a href="/archive">archive </a>
- {block:AskEnabled}<a href="/ask">ask </a>{/block:AskEnabled}
- {block:HasPages}{block:Pages}<a href="{URL}">{Label} </a>{/block:Pages}{/block:HasPages}
- <a href="http://descortino.tumblr.com/">credit </a>
- <a href="{text:url link 1}">{text:link 1} </a>
- <a href="{text:url link 2}">{text:link 2} </a>
- </b> <br>
- {block:ifClickToShowAndHideNav}
- <br>
- {/block:ifClickToShowAndHideNav}
- {block:Description}{Description}{/block:Description}
- </div></div>
- <div class = "autopagerize_page_element" >
- {block:Posts}
- {block:Text}
- <div id="entry">
- <span class="permalink"><a href="{Permalink}">{NoteCountWithLabel}</a><br><a href="{ReblogURL}" target="_blank">Reblog</a></span>
- {block:Title}
- <h3><a href="{Permalink}">{Title}</a></h3>
- {/block:Title}
- {Body}
- <div><a href="{Permalink}">{text:Permalink}</a></div>
- </div>
- {/block:Text}
- {block:Photo}
- {block:IndexPage}
- <div id="entry">
- <div class="imgpermalink"><a href="{Permalink}">{NoteCountWithLabel}</a><br>
- <a href="{ReblogURL}" target="_blank">reblog</a>
- </div>{/block:IndexPage}
- <a href="{Permalink}"><img src="{PhotoURL-400}" alt="{PhotoAlt}" width="{text:width}" /></a>
- {block:ifshowcaptions}
- <div class="caption">{Caption}</div>
- {/block:ifshowcaptions}
- </div>
- {/block:Photo}
- <div id="entry">
- {block:Photoset}
- <div style="max-width:{text:Width}px; height:auto; overflow:hidden;">{Photoset-400}</div>
- {block:Caption}
- <div class="caption">{Caption}</div>
- {/block:Caption}
- {/block:Photoset}
- </div>
- {block:Quote}
- <div id="entry">
- <span class="permalink"><a href="{Permalink}">{NoteCountWithLabel}</a><br><a href="{ReblogURL}" target="_blank">Reblog</a>
- </span>
- <div class="post quote">
- "{Quote}"{block:Source} - <strong>{Source}{/block:Source}</strong></div>
- </div>
- {/block:Quote}
- {block:Link}
- <div id="entry">
- <span class="permalink"><a href="{Permalink}">{NoteCountWithLabel}</a><br><a href="{ReblogURL}" target="_blank">Reblog</a></span>
- <a href="{URL}" class="link" {Target}><h3>{Name}</h3></a>
- {block:Description}
- <div class="description">{Description}</div>
- {/block:Description}
- </div>
- {/block:Link}
- {block:Chat}
- <div id="entry">
- <span class="permalink"><a href="{Permalink}">{NoteCountWithLabel}</a><br><a href="{ReblogURL}" target="_blank">Reblog</a></span>
- <div class="post chat">
- {block:Title}<h3><a href="{Permalink}">{Title}</a></h3>{/block:Title}<ul class="chat">{block:Lines}<li class="{Alt} user_{UserNumber}">{block:Label}<span class="label">{Label} </span>{/block:Label}{Line}</li>{/block:Lines}</ul></div>
- </div>
- {/block:Chat}
- {block:Video}
- <div id="entry">
- <span class="permalink"><a href="{Permalink}">{NoteCountWithLabel}</a><br><a href="{ReblogURL}" target="_blank">Reblog</a></span>
- <div style="width:{text:width}px; height:auto; overflow:hidden;">{Video-500}</div>
- {block:Caption}
- <div class="caption">{Caption}</div>
- {/block:Caption}
- </div>
- {/block:Video}
- {block:Audio}
- <div id="entry">
- <span class="permalink"><a href="{Permalink}">{NoteCountWithLabel}</a><br><a href="{ReblogURL}" target="_blank">Reblog</a></span>
- <div class="audio">
- {AudioPlayerBlack}
- </div>
- {block:Caption}
- <div class="caption">{Caption}</div>
- {/block:Caption}
- </div>
- {/block:Audio}
- {block:PermalinkPage}
- {block:RebloggedFrom}
- Via <a href="{ReblogParentURL}">{ReblogParentName}</a><br>
- Original <a href="{ReblogRootURL}">{ReblogRootName}</a> {/block:RebloggedFrom}
- <div class="posted">Posted {TimeAgo}, with {NoteCount} Notes</div>
- <br>
- </div>
- <center>{block:ContentSource}
- <br><a href="{SourceURL}">
- {lang:Source}:
- {block:SourceLogo}
- <img src="{BlackLogoURL}" width="{LogoWidth}"
- height="{LogoHeight}" alt="{SourceTitle}" />
- {/block:SourceLogo}
- {block:NoSourceLogo}
- {SourceLink}
- {/block:NoSourceLogo}
- </a>
- {/block:ContentSource}</center>
- {/block:PermalinkPage}
- {/block:Posts}
- </div>
- <DIV style="text-align:right;">
- {block:Pagination}
- {block:PreviousPage}<a href="{PreviousPage}">{text:Anterior}</a>{/block:PreviousPage} / {block:NextPage}<a href="{NextPage}" >{text:proxima}</a>{/block:NextPage}</div>
- {/block:Pagination}
- </div>
- <div style="position:fixed; bottom:10px; right:10px;"><a href="http://descortino.tumblr.com" title="theme from descortino">theme</a></div>
- </body>
- </html>

