Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!--
- theme by esb0rnia, base s-pook
- please don't remove the credit.
- -->
- <head>
- <!-- DEFAULT VARIABLES -->
- <meta name="color:background" content="#FFF"/>
- <meta name="color:post" content="#F5F5F5"/>
- <meta name="color:text" content="#EEE"/>
- <meta name="color:link" content="#FFF"/>
- <meta name="color:link hover" content="#777"/>
- <meta name="color:sidebar" content="#000"/>
- <meta name="color:scroll" content="#777"/>
- <meta name="color:scroll bg" content="#DDD"/>
- <meta name="image:background" content=""/>
- <meta name="image:sidebar" content="http://static.tumblr.com/1a43kss/PaTm6v7mv/tumblr_m5kewb946s1rn3hk1o1_500.jpg"/>
- <meta name="text:titulo" content="titulo" />
- <meta name="text:frase" content="frase curta" />
- <meta name="text:Link1" content="/" />
- <meta name="text:Link1 Title" content="link1" />
- <meta name="text:Link2" content="/" />
- <meta name="text:Link2 Title" content="link2" />
- <meta name="text:Link3" content="/" />
- <meta name="text:Link3 Title" content="link3" />
- <meta name="text:Link4" content="/" />
- <meta name="text:Link4 Title" content="link4" />
- <meta name="text:Link5" content="/" />
- <meta name="text:Link5 Title" content="link5" />
- <meta name="text:Link6" content="/" />
- <meta name="text:Link6 Title" content="link6" />
- <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:970px; overflow:auto; overflow-y:hidden;}
- #posts{margin-left: 100px; margin-top:30px; 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:-10px; 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;}
- .title{font-family: georgia; font-size: 15px; line-height: 12px; color: {color:Title}; font-weight: normal;}
- @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}}
- #sidebar2 {position:fixed; float: justify; z-index:2; left:727px; top:200px; padding-top:70px; padding: 1px; text-align: justify; width: auto; height: auto; background-color: transparent}
- #sidebar {position:fixed; float: justify; z-index:2; left:725px; top:200px; padding-top:70px; padding: 1px; text-align: justify; width: auto; height: auto; background-color: transparent}
- .ps {margin-left:120px; margin-top: -32px; font-family:calibri; width:18px; height:14px; text-align: center; font-size: 10px; font-style:none; text-transform: uppercase; background-color:{color:sidebar};}
- .ps a{font-size: 10px; font-style:none; background-color: transparent; color: {color:text}; text-transform: uppercase}
- .ps2 {margin-top:-32px;font-family:calibri; width:18px; height:14px; text-align: center; font-size: 10px; font-style:none; text-transform: uppercase; background-color:{color:sidebar};}
- .ps2 a{font-size: 10px; font-style:none; background-color: transparent; color: {color:text}; text-transform: uppercase}
- .tititica3 {color:{color:text}; background-color:{color:background}; height:13px; font-size:10px; width: 132px; font-family:calibri; text-align:center; font-style:none;letter-spacing:0px; margin-top:-19px; margin-left: 2px; position: absolute; line-height:100%; text-transform: lowercase; padding:2px; -webkit-transition: all 0.5s ease-out; -moz-transition: all 0.5s ease-out; border-top:3px solid {color:sidebar}}
- #sdescri {text-align: justify; overflow: hidden; font-size: 14px; font-family: verdana; position: fixed; margin-left:0px; width: auto; height:auto; background-color: {color:sidebar}; margin-top:0px; background-attachment: fixed; padding:3px; border-left:2px solid {color:background}}
- #sdescri img{width: 130px; height:160px; margin-left:0px; margin-top: 0px;
- -webkit-transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out;}
- #title {background-color: {color:sidebar};position:fixed;width:100px; height:13; font-size:12px; font-family: georgia; text-align:center; color:{color:text links}; font-style:normal; padding: 5px; margin-top: 160px;margin-left: 728px; transition: all .5s ease-in-out!important; -webkit-transition: all .5s ease-in-out!important;line-height: 13px;}
- #title:hover {-webkit-transition: all 0.5s ease-out; -moz-transition: all 0.5s ease-out; opacity: 0.8; text-shadow: -2px 0px #E86060, 2px 0px #54d2cb;}
- #rafits {width:120px; height: auto; float: left; margin-left:2px; margin-top:166px; padding: 0px; text-align: center; -webkit-transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; background-color: transparent; position: absolute; opacity:1;}
- #rafits:hover{opacity: 1;}
- .rafits1 { margin-left: 0px; margin-top:0px;}
- .rafits1 a {float: left; font-family:calibri; font-style:none; font-size: 09px; text-align: right; height: 08px; border-top:1px solid {color:background}; width: 132px; background-color: {color:sidebar}; color:{color:text};-webkit-transition: all 0.5s ease-out; -moz-transition: all 0.5s ease-out; letter-spacing: 0px; opacity:1; text-transform: uppercase; padding: 2px; line-height: 07px;}
- .rafits1 a:hover{-webkit-transition: all 0.5s ease-out; -moz-transition: all 0.5s ease-out; color: {color:link hover}; letter-spacing:2px;}
- #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="title">{text:titulo}</div></div>
- <div id="sidebar">
- <div class="tititica3">{text:frase}
- </div>
- <div id="sdescri"><img src="{image:sidebar}"/>
- </div>
- <div id="rafits">
- <div class="rafits1">
- <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="{text:link6}">{text:link6 title}</a>
- </div>
- </div>
- {block:NextPage}<div class="ps"><a href="{NextPage}">+</a>{/block:NextPage}</div>
- </div>
- <div id="sidebar2">{block:PreviousPage}<div class="ps2"><a href="{PreviousPage}">-</a>{/block:PreviousPage}</div></div>
- <div id="center">
- <div id="posts">
- {block:Posts}
- <div id="space">
- {block:Text}
- <span class="nothing">
- {block:Date}{DayOfMonth}.{MonthNumber}.{Year}{/block:Date}, <a href="{Permalink}">{TimeAgo}</a> + <a href="{ReblogURL}" target="_blank">reblog this fuck</a> + <a href="{Permalink}">{NoteCountWithLabel}</a> {block:RebloggedFrom}[<a href="{ReblogParentURL}" title="{ReblogParentTitle}">via</a>/<a href="{ReblogRootURL}" title="{ReblogRootTitle}">source</a>]{/block:RebloggedFrom}
- </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}.{MonthNumber}.{Year}{/block:Date}, <a href="{Permalink}">{TimeAgo}</a> + <a href="{ReblogURL}" target="_blank">reblog this fuck</a> + <a href="{Permalink}">{NoteCountWithLabel}</a> {block:RebloggedFrom}[<a href="{ReblogParentURL}" title="{ReblogParentTitle}">via</a>/<a href="{ReblogRootURL}" title="{ReblogRootTitle}">source</a>]{/block:RebloggedFrom}
- </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}.{MonthNumber}.{Year}{/block:Date}, <a href="{Permalink}">{TimeAgo}</a> + <a href="{ReblogURL}" target="_blank">reblog this fuck</a> + <a href="{Permalink}">{NoteCountWithLabel}</a> {block:RebloggedFrom}[<a href="{ReblogParentURL}" title="{ReblogParentTitle}">via</a>/<a href="{ReblogRootURL}" title="{ReblogRootTitle}">source</a>]{/block:RebloggedFrom}
- </span>
- <a href="{URL}" class="title">{Name}</a>
- {block:Description}{Description}{/block:Description}
- {block:Link}
- {block:Photo}
- <span class="nothing">
- {block:Date}{DayOfMonth}.{MonthNumber}.{Year}{/block:Date}, <a href="{Permalink}">{TimeAgo}</a> + <a href="{ReblogURL}" target="_blank">reblog this fuck</a> + <a href="{Permalink}">{NoteCountWithLabel}</a> {block:RebloggedFrom}[<a href="{ReblogParentURL}" title="{ReblogParentTitle}">via</a>/<a href="{ReblogRootURL}" title="{ReblogRootTitle}">source</a>]{/block:RebloggedFrom}
- </span>
- <a href="{permalink}"><img src="{PhotoURL-500}" alt="{PhotoAlt}" width=300px/></a>
- {/block:Photo}
- {block:Photoset}
- <span class="nothing">
- {block:Date}{DayOfMonth}.{MonthNumber}.{Year}{/block:Date}, <a href="{Permalink}">{TimeAgo}</a> + <a href="{ReblogURL}" target="_blank">reblog this fuck</a> + <a href="{Permalink}">{NoteCountWithLabel}</a> {block:RebloggedFrom}[<a href="{ReblogParentURL}" title="{ReblogParentTitle}">via</a>/<a href="{ReblogRootURL}" title="{ReblogRootTitle}">source</a>]{/block:RebloggedFrom}
- </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}.{MonthNumber}.{Year}{/block:Date}, <a href="{Permalink}">{TimeAgo}</a> + <a href="{ReblogURL}" target="_blank">reblog this fuck</a> + <a href="{Permalink}">{NoteCountWithLabel}</a> {block:RebloggedFrom}[<a href="{ReblogParentURL}" title="{ReblogParentTitle}">via</a>/<a href="{ReblogRootURL}" title="{ReblogRootTitle}">source</a>]{/block:RebloggedFrom}
- </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}.{MonthNumber}.{Year}{/block:Date}, <a href="{Permalink}">{TimeAgo}</a> + <a href="{ReblogURL}" target="_blank">reblog this fuck</a> + <a href="{Permalink}">{NoteCountWithLabel}</a> {block:RebloggedFrom}[<a href="{ReblogParentURL}" title="{ReblogParentTitle}">via</a>/<a href="{ReblogRootURL}" title="{ReblogRootTitle}">source</a>]{/block:RebloggedFrom}
- </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}.{MonthNumber}.{Year}{/block:Date}, <a href="{Permalink}">{TimeAgo}</a> + <a href="{ReblogURL}" target="_blank">reblog this fuck</a> + <a href="{Permalink}">{NoteCountWithLabel}</a> {block:RebloggedFrom}[<a href="{ReblogParentURL}" title="{ReblogParentTitle}">via</a>/<a href="{ReblogRootURL}" title="{ReblogRootTitle}">source</a>]{/block:RebloggedFrom}
- </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}.{MonthNumber}.{Year}{/block:Date}, <a href="{Permalink}">{TimeAgo}</a> + <a href="{ReblogURL}" target="_blank">reblog this fuck</a> + <a href="{Permalink}">{NoteCountWithLabel}</a> {block:RebloggedFrom}[<a href="{ReblogParentURL}" title="{ReblogParentTitle}">via</a>/<a href="{ReblogRootURL}" title="{ReblogRootTitle}">source</a>]{/block:RebloggedFrom}
- </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>
- <div style="font-size: 10px; font-family:calibri;position:fixed;bottom:5px;right:5px; color:{color:text}">
- <a href="http://esb0rnia.tumblr.com/" title="base s-pook" >THEME BY</a>
- </center></div>
- </script>
- </body>
- </html>
Add Comment
Please, Sign In to add comment