- <head>
- <!-- http://winchestersnote.tumblr.com--!>
- <!-- DEFAULT VARIABLES -->
- <meta name="color:background" content="#000000"/>
- <meta name="color:post" content="#000000"/>
- <meta name="color:text" content="#636363"/>
- <meta name="color:link" content="636363"/>
- <meta name="color:link hover" content="#777"/>
- <meta name="color:sidebar" content="#000000"/>
- <meta name="color:scroll" content="#636363"/>
- <meta name="color:scroll bg" content="#000000"/>
- <meta name="color:descr" content="#636363"/>
- <meta name="color:linkks" content="#636363"/>
- <meta name="image:background" content=""/>
- <meta name="image:sidebar" content="http://25.media.tumblr.com/tumblr_lvg5fu9xr41r1jb8to1_500.jpg"/>
- <meta name="text:Link1" content="" />
- <meta name="text:Link1 Title" content="um" />
- <meta name="text:Link2" content="" />
- <meta name="text:Link2 Title" content="dois" />
- <meta name="text:Link3" content="" />
- <meta name="text:Link3 Title" content="tres" />
- <meta name="text:Link4" content="" />
- <meta name="text:Link4 Title" content="quatro" />
- <meta name="text:Link5" content="" />
- <meta name="text:Link5 Title" content="cinco" />
- <title>{Title}</title>
- <link href='http://fonts.googleapis.com/css?family=Amatic+SC' rel='stylesheet' type='text/css'>
- <script type="text/javascript" src="http://code.jquery.com/jquery-latest.js"></script>
- <script src='http://code.jquery.com/jquery-1.4.2.min.js' type='text/javascript'></script>
- <script src='http://static.tumblr.com/1s4z8hu/UTBlo4136/jquery.masonry.min.js' type='text/javascript'></script>
- <script>
- jQuery(window).load(function(){
- var $wall = $('#posts');
- $wall.imagesLoaded(function(){
- $wall.masonry({
- singleMode: true,
- columnWidth: 312,
- itemSelector: '#space'
- });
- });
- $wall.infinitescroll({
- navSelector : '#page-nav',
- nextSelector : '#page-nav a',
- itemSelector : '#space',
- },
- function( newElements ){
- $(newElements).hide();
- setTimeout(function(){
- $wall.masonry({ appendedContent: $(newElements) });
- },2000);
- setTimeout(function(){
- $(newElements).fadeIn('slow');
- },2100);
- },1000);
- });
- </script>
- <script>
- $.fn.imagesLoaded = function(callback){
- var elems = this.find('img'),
- len = elems.length,
- _this = this;
- if ( !elems.length ) {
- callback.call( this );}
- elems.bind('load',function(){
- if (--len <= 0){
- callback.call( _this );}
- }).each(function(){
- // cached images don't fire load sometimes, so we reset src.
- if (this.complete || this.complete === undefined){
- var src = this.src;
- // webkit hack from http://groups.google.com/group/jquery-dev/browse_thread/thread/eee6ab7b2da50e1f
- // data uri bypasses webkit log warning (thx doug jones)
- this.src = "data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///ywAAAAAAQABAAACAUwAOw==";
- this.src = src;}
- });
- return this;};
- </script>
- {/block:Indexpage}
- <style type="text/css">
- body{margin:0px; background-color:{color:background}; background-image:url({image:Background});
- background-attachment: fixed; background-repeat: repeat; font-family: verdana; font-size: 09px; color:{color:Text};}
- a:link, a:active, a:visited{color: {color:Link}; text-decoration: none; -webkit-transition: color 0.3s ease-out; -moz-transition: color 0.3s ease-out; transition: color 0.3s ease-out;}
- a:hover{color:{color:link hover}; text-decoration: none;}
- #center{position:relative; width:1270px; overflow:auto; overflow-y:hidden;}
- #posts{margin-left: 400px; margin-top:5px; width: 650px;height: auto; margin-bottom: 20px;}
- #space{float: left; width: 300px; padding: 3px; margin: 3px; background-color: {color:post};}
- #space img{max-width:300px}
- #space:hover .nothing {opacity:0.9; margin-top:0px}
- .nothing{position:absolute; font-size:9px;text-transform:uppercase; font-family: calibri; letter-spacing: 0px; color:{color:text}; margin-left:0px; opacity:0; height:13px; width: 297px; margin-bottom:0px; margin-top:00px; background-color:{color:post}; display:inline; border-left:3px solid {color:post}; text-align:center; padding:1px; -moz-transition: all .7s ease-in-out; -o-transition: all .7s ease-in-out; transition: all .7s ease-in-out; -webkit-transition: all .7s ease-in-out; padding-top: 2px; z-index: 999999999999999999999999999999999999999999999999999999; }
- .nothing a {color:{color:text}; background-color: {color:post}; text-transform:uppercase; font-style:normal; width: 418px;}
- .nothing a:hover {color:; text-transform:uppercase; color:{color:link hover}}
- .permalink{display: block; font: normal 9px Helvetica, Arial, Sans Serif; text-align: right; text-transform: none; padding: 1px;}
- .permalink a{color:#999;}
- @font-face { font-family: "caviardreams"; src: url('http://static.tumblr.com/4yxykdm/xXTlrecqr/caviardreams.ttf'); }
- .video embed, .post div.video object {width:300px !important; height:200 !important;}
- blockquote{padding:0px 0px 2px 3px; margin:0px 0px 2px 1px; border-left: 1px solid {color:background};}
- {block:ifFadedImages}img{-webkit-transition: opacity 0.8s linear; opacity: 0.75;}img:hover{-webkit-transition: opacity 0.8s linear; opacity: 1;}
- {/block:ifFadedImages}
- {block:ifInvertedFade}img{-webkit-transition: opacity 0.7s linear; opacity: 50;}img:hover{-webkit-transition: opacity 0.7s linear; opacity: .7;}
- {/block:ifInvertedFade}
- ::-webkit-scrollbar{width:10px;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:{color:scroll bg}; border:4px solid {color:scroll bg}}
- ::-webkit-scrollbar-thumb:vertical{height:100px; background-color:{color:scroll}; border:4px solid {color:scroll bg}}
- ::-webkit-scrollbar-thumb:horizontal{width:50px; background-color:{color:scroll}; border:4px solid {color:scroll bg}}
- #barra {width: 100%; height: 100%; position: fixed; top: -1px; background: {color:bg}; margin-left: 400px; background-color:{color:post}; background-attachment:fixed;}
- #damon {position: fixed; margin: 0px 0px 0px -448px;}
- #masoq3{text-align: justify; font-size: 9px; font-family: verdana; position: relative; margin-left: 593px; width: 240px; height: 525px; background-color:{color:sidebar}; color: #000000; padding: 7px; margin-top:0px; background-attachment: fixed; border-bottom: 0px solid #8b8a8a;}
- .links1 {position: fixed; width: 250px; margin-left:-5px; margin-top:-249px; padding: 0px; text-align: center; z-index:3;}
- .links1 a {margin-top:-1px; font-family:calibri; text-align:center; font-size:10px; text-transform:uppercase; font-weight:none; padding:2px; letter-spacing:0px;color:{color:linkks}; }
- .links1 a:hover{text-align: center; background-color:{color:sidebar}; color{color:link hover}; letter-spacing:0px;}
- #simgg {margin-top: 180px; margin-bottom: 0px; padding:37px;}
- #simgg img{width: 230px; height:auto; border: 0px solid ; margin-left:-32px;margin-top:-40px;position: fixed;}
- .titlee{text-align: justify; margin-bottom:1px; font-family: verdana; font-size: 9px; color:{color:descr}; letter-spacing: 0px; text-transform: none;
- position: fixed;width: 235px;
- padding: 0px; margin-top:-235px;
- }
- .ps {z-index: 3;padding: 0px; text-align: center; font-size: 10px; color: {color:text}; font-family: georgia;position:fixed;margin-top:-101px; margin-left:190px;background-color:{color:sidebar}; height:21;line-height: 18px;}
- #tumblr_controls{position: fixed!important}
- #tumblr_controls{position: fixed!important}
- #tumblr_controls{position: fixed!important}
- #tumblr_controls{position: fixed!important}
- iframe#tumblr_controls {
- position: fixed !important;
- top: 0 !important;
- right: 0 !important;
- opacity: 1.0 !important;
- -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out;
- }
- iframe#tumblr_controls:hover {
- position: fixed !important;
- top: 0 !important;
- right: 0 !important;
- opacity: 1.0 !important;
- -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out;
- }
- </style>
- <link rel="shortcut icon" href="{Favicon}">
- <link rel="alternate" type="application/rss+xml" title="RSS" href="{RSS}" />
- <meta name="viewport" content="width=820" />
- </head>
- <body>
- <div id="barra"></div>
- <div id="damon">
- <div id="masoq3">
- <div id="simgg"><img src="{image:sidebar}"></div>
- <div class="titlee">{description}</div>
- <div class="links1">
- <a href="{text:Link1}">{text:Link1 Title}</a>
- <a href="{text:Link2}">{text:Link2 Title}</a>
- <a href="{text:Link3}">{text:Link3 Title}</a>
- <a href="{text:Link4}">{text:Link4 Title}</a>
- <a href="{text:Link5}">{text:Link5 Title}</a><a href="http://winchestersnote.tumblr.com/"title="base s-pook ">@</a>
- </div>
- <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>
- </div></div>
- <div id="center">
- <div id="posts">
- {block:Posts}
- <div id="space">
- {block:Text}
- <span class="nothing">
- {block:date}{DayOfMonth}{DayOfMonthSuffix} {Month}{/block:date} <a href="{Permalink}"> {NoteCount}</a>, <a href="{ReblogUrl}" target="_blank">reblog</a> {block:RebloggedFrom} <a href="{ReblogParentURL}" title="{ReblogParentTitle}">[@</a>/{/block:RebloggedFrom}{block:ContentSource}<a href="{SourceURL}">©]</a>{/block:ContentSource}
- </span>
- {block:Title}<span class="title">{Title}</span>{/block:Title}
- <span class="entrytext">{Body}</span>
- {/block:Text}
- {block:Answer}
- <span class="nothing">
- {block:date}{DayOfMonth}{DayOfMonthSuffix} {Month}{/block:date} <a href="{Permalink}"> {NoteCount}</a>, <a href="{ReblogUrl}" target="_blank">reblog</a> {block:RebloggedFrom} <a href="{ReblogParentURL}" title="{ReblogParentTitle}">[@</a>/{/block:RebloggedFrom}{block:ContentSource}<a href="{SourceURL}">©]</a>{/block:ContentSource}
- </span>
- <div style="background-color:{color:background}; padding: 4px; {block:IndexPage}width: 292px;{/block:IndexPage}{block:PermalinkPage}width:492px;{/block:PermalinkPage}"><b>{Asker}</b>: {Question}</div>
- <div style="padding-left: 4px;">{Answer}</div>
- {/block:Answer}
- {block:Link}
- <span class="nothing">
- {block:date}{DayOfMonth}{DayOfMonthSuffix} {Month}{/block:date} <a href="{Permalink}"> {NoteCount}</a>, <a href="{ReblogUrl}" target="_blank">reblog</a> {block:RebloggedFrom} <a href="{ReblogParentURL}" title="{ReblogParentTitle}">[@</a>/{/block:RebloggedFrom}{block:ContentSource}<a href="{SourceURL}">©]</a>{/block:ContentSource}
- </span>
- <a href="{URL}" class="title">{Name}</a>
- {block:Description}{Description}{/block:Description}
- {block:Link}
- {block:Photo}
- <span class="nothing">
- {block:date}{DayOfMonth}{DayOfMonthSuffix} {Month}{/block:date} <a href="{Permalink}"> {NoteCount}</a>, <a href="{ReblogUrl}" target="_blank">reblog</a> {block:RebloggedFrom} <a href="{ReblogParentURL}" title="{ReblogParentTitle}">[@</a>/{/block:RebloggedFrom}{block:ContentSource}<a href="{SourceURL}">©]</a>{/block:ContentSource}
- </span>
- <a href="{permalink}"><img src="{PhotoURL-500}" alt="{PhotoAlt}" width=300px/></a>
- {/block:Photo}
- {block:Photoset}
- <span class="nothing">
- {block:date}{DayOfMonth}{DayOfMonthSuffix} {Month}{/block:date} <a href="{Permalink}"> {NoteCount}</a>, <a href="{ReblogUrl}" target="_blank">reblog</a> {block:RebloggedFrom} <a href="{ReblogParentURL}" title="{ReblogParentTitle}">[@</a>/{/block:RebloggedFrom}{block:ContentSource}<a href="{SourceURL}">©]</a>{/block:ContentSource}
- </span>
- <center><div style="padding-top: 10px; padding-bottom: 10px; background-color:{color:post};">{Photoset-250}</div></center>
- {/block:Photoset}
- {block:Quote}
- <span class="nothing">
- {block:date}{DayOfMonth}{DayOfMonthSuffix} {Month}{/block:date} <a href="{Permalink}"> {NoteCount}</a>, <a href="{ReblogUrl}" target="_blank">reblog</a> {block:RebloggedFrom} <a href="{ReblogParentURL}" title="{ReblogParentTitle}">[@</a>/{/block:RebloggedFrom}{block:ContentSource}<a href="{SourceURL}">©]</a>{/block:ContentSource}
- </span>
- <div style="background-color:{color:post}; padding: 4px;"><center>"{Quote}"</center><div style="text-align:right; font-weight: bold; border-top:1px solid {color:background}">{block:Source}— {Source}{/block:Source}</div></div>
- {/block:Quote}
- {block:Chat}
- <span class="nothing">
- {block:date}{DayOfMonth}{DayOfMonthSuffix} {Month}{/block:date} <a href="{Permalink}"> {NoteCount}</a>, <a href="{ReblogUrl}" target="_blank">reblog</a> {block:RebloggedFrom} <a href="{ReblogParentURL}" title="{ReblogParentTitle}">[@</a>/{/block:RebloggedFrom}{block:ContentSource}<a href="{SourceURL}">©]</a>{/block:ContentSource}
- </span>
- {block:Title}<span class="title">{Title}</span>{/block:Title}
- <ul class="chat">
- {block:Lines}
- <li class="user_{UserNumber}">
- {block:Label}
- <span class="label">{Label}</span>
- {/block:Label}
- {Line}
- </li>
- {/block:Lines}
- </ul>
- {/block:Chat}
- {block:Audio}
- <span class="nothing">
- {block:date}{DayOfMonth}{DayOfMonthSuffix} {Month}{/block:date} <a href="{Permalink}"> {NoteCount}</a>, <a href="{ReblogUrl}" target="_blank">reblog</a> {block:RebloggedFrom} <a href="{ReblogParentURL}" title="{ReblogParentTitle}">[@</a>/{/block:RebloggedFrom}{block:ContentSource}<a href="{SourceURL}">©]</a>{/block:ContentSource}
- </span>
- <div style="background-color:#000; width: 300px;"><div style="width:300px; height:27px;">{AudioPlayerBlack}</div></div>
- {/block:Audio}
- {block:Video}
- <span class="nothing">
- {block:date}{DayOfMonth}{DayOfMonthSuffix} {Month}{/block:date} <a href="{Permalink}"> {NoteCount}</a>, <a href="{ReblogUrl}" target="_blank">reblog</a> {block:RebloggedFrom} <a href="{ReblogParentURL}" title="{ReblogParentTitle}">[@</a>/{/block:RebloggedFrom}{block:ContentSource}<a href="{SourceURL}">©]</a>{/block:ContentSource}
- </span>
- {block:IndexPage}{Video-250}{/block:IndexPage}
- {block:PermalinkPage}{Video-500}{/block:PermalinkPage}
- {block:Video}
- {block:PostNotes}{PostNotes}
- {/block:PostNotes}</div>
- {/block:Posts}
- </div>
- </div>
- </div>
- </body>
- </html>

