Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!doctype html>
- <!--
- Theme by - DECISIVO
- -->
- <html lang="en">
- <head>
- <style> body, a, a:hover { cursor:url('http://www.totallylayouts.com/cursors/random/tiny_cursor.png'), auto }</style>
- <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
- <link href='http://fonts.googleapis.com/css?family=Ubuntu:300' rel='stylesheet' type='text/css'>
- <link href='http://fonts.googleapis.com/css?family=Cantora+One' rel='stylesheet' type='text/css'>
- <link href='http://fonts.googleapis.com/css?family=Ropa+Sans' rel='stylesheet' type='text/css'>
- <link href='http://fonts.googleapis.com/css?family=Quando' rel='stylesheet' type='text/css'>
- <link href='http://fonts.googleapis.com/css?family=Capriola' rel='stylesheet' type='text/css'>
- <meta charset="utf-8" />
- <meta name="color:Background" content="#fff"/>
- <meta name="color:Posts" content="#fff"/>
- <meta name="color:PostsText" content="#000"/>
- <meta name="color:PostsLinks" content="#000"/>
- <meta name="color:PostsHover" content="#999999"/>
- <meta name="color:Sidebar" content="#fff"/>
- <meta name="color:SidebarText" content="#000"/>
- <meta name="color:SidebarLinks" content="#000"/>
- <meta name="color:SidebarHover" content="#999999"/>
- <meta name="color:SidebarOutline" content="#333333"/>
- <meta name="color:Scrollbar" content="#000"/>
- <meta name="color:detalhess" content="#dcdcdc"/>
- <meta name="image:Background" content="" />
- <meta name="image:Portrait" content="" />
- <meta name="text:AskLink" content="Ask" />
- <meta name="text:HomeLink" content="Home" />
- <meta name="text:OnlineUsersScript" content="" />
- <meta name="text:SidebarDepth" content="41" />
- <meta name="text:ShadowOpacity" content="0.2" />
- <meta name="text:ShadowSpread" content="10" />
- <meta name="text:PermalinkOpacity" content="0.4" />
- <meta name="if:1Column" content="0"/>
- <meta name="if:2Columns" content="0"/>
- <meta name="if:3Columns" content="1"/>
- <meta name="if:PostWidth500px" content="0"/>
- <meta name="if:PostWidth400px" content="0"/>
- <meta name="if:PostWidth320px" content="0"/>
- <meta name="if:PostWidth250px" content="1"/>
- <meta name="if:SwitchSidebar" content="0"/>
- <meta name="if:BoxShadow" content="0"/>
- <meta name="if:PermalinkSwitch" content="0"/>
- <meta name="if:PermalinkMovement" content="1"/>
- <meta name="if:LinksAfterDescription" content="1"/>
- <meta name="if:UnderlineLinks" content="1"/>
- <meta name="if:WebkitScrollbar" content="1"/>
- <meta name="if:FixedControls" content="1"/>
- <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" />
- <meta name="text:Link6" content="/" />
- <meta name="text:Link6 Title" content="seis" />
- <meta name="text:Link7" content="/" />
- <meta name="text:Link7 Title" content="sete" />
- <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 http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
- <style type="text/css">
- #tumblr_controls{
- -webkit-transition: all 0.5s ease-out;
- -moz-transition: all 0.5s ease-out;
- transition: all 0.5s ease-out;
- -o-transition: all 0.5s ease-out;
- }
- /** Scrollbar, Tumblr Controls, Credit **/
- {block:IfWebkitScrollbar}
- ::-webkit-scrollbar-thumb {-webkit-border-radius: 2px;border-radius: 2px;background:{color:Scrollbar};box-shadow: 0 0 3px 0 rgba(0,0,0,0.1) inset;}
- ::-webkit-scrollbar-track-piece {background:none;box-shadow: 0 0 6px 0 rgba(0,0,0,0.4) inset;}
- ::-webkit-scrollbar {background:{color:Background};width:5px;height:5px;}
- {/block:IfWebkitScrollbar}
- #copyright{position:fixed;bottom:0px;left:0px;z-index:100;background-color:#fff;color:#000;padding:4px 4px 4px 8px;opacity:0.5;}
- #copyright:hover{opacity:1;color:#000;}
- /** Basic Styles **/
- body {text-align:justify;
- font-size: 12px;
- font-family: arial;
- color:{color:PostsText};
- letter-spacing:0px;
- line-height:14px;
- background:{color:Background} url('{image:Background}') repeat fixed center top;
- margin-left:110px;margin-top:-7px;background-size:100%;
- }
- a {
- color:{color:PostsLinks};
- text-decoration:none;
- -webkit-transition: all 0.2s linear;
- -moz-transition: all 0.2s linear;
- transition: all 0.2s linear;
- }
- a:hover {
- color:{color:PostsHover};
- {block:IfUnderlineLinks}
- text-decoration:underline;
- {/block:IfUnderlineLinks}
- -webkit-transition: all 0.2s linear;
- -moz-transition: all 0.2s linear;
- transition: all 0.2s linear;
- }
- a:active {
- outline:none;
- }
- a:focus {
- -moz-outline-style: none;
- }
- :-moz-any-link:focus {
- outline: none;
- }
- h1 {
- margin: 10px 0;
- font-size:12px;
- line-height:14px;
- font-weight:normal;
- }
- p {
- margin: 10px 0;
- }
- ol, ul{
- margin: 10px 0;
- padding-left:25px;
- }
- blockquote {
- margin: 10px 0;
- padding-left:10px;
- border-left:{color:PostsText} 1px solid;
- }
- img {
- vertical-align: bottom;
- }
- hr {
- color:{color:PostsText};
- background-color:{color:PostsText};
- height:1px;
- border:0;
- }
- .transition{
- -webkit-transition: all 0.2s linear;
- moz-transition: all 0.2s linear;
- transition: all 0.2s linear;
- }
- /** Centre-ing **/
- #bigbox{
- position:absolute;
- {block:IfNotSwitchSidebar}
- margin-left:
- {block:If1Column}
- {block:IfPostWidth500px}395px{/block:IfPostWidth500px}
- {block:IfPostWidth400px}345px{/block:IfPostWidth400px}
- {block:IfPostWidth320px}305px{/block:IfPostWidth320px}
- {block:IfPostWidth250px}270px{/block:IfPostWidth250px}
- {/block:If1Column}
- {block:If2Columns}
- {block:IfPostWidth500px}655px{/block:IfPostWidth500px}
- {block:IfPostWidth400px}555px{/block:IfPostWidth400px}
- {block:IfPostWidth320px}475px{/block:IfPostWidth320px}
- {block:IfPostWidth250px}405px{/block:IfPostWidth250px}
- {/block:If2Columns}
- {block:If3Columns}
- {block:IfPostWidth500px}815px{/block:IfPostWidth500px}
- {block:IfPostWidth400px}665px{/block:IfPostWidth400px}
- {block:IfPostWidth320px}545px{/block:IfPostWidth320px}
- {block:IfPostWidth250px}0px{/block:IfPostWidth250px}
- {/block:If3Columns};
- {/block:IfNotSwitchSidebar}
- {block:IfSwitchSidebar}
- margin-left:
- {block:If1Column}
- {block:IfPostWidth500px}135px{/block:IfPostWidth500px}
- {block:IfPostWidth400px}85px{/block:IfPostWidth400px}
- {block:IfPostWidth320px}45px{/block:IfPostWidth320px}
- {block:IfPostWidth250px}10px{/block:IfPostWidth250px}
- {/block:If1Column}
- {block:If2Columns}
- {block:IfPostWidth500px}395px{/block:IfPostWidth500px}
- {block:IfPostWidth400px}295px{/block:IfPostWidth400px}
- {block:IfPostWidth320px}215px{/block:IfPostWidth320px}
- {block:IfPostWidth250px}145px{/block:IfPostWidth250px}
- {/block:If2Columns}
- {block:If3Columns}
- {block:IfPostWidth500px}655px{/block:IfPostWidth500px}
- {block:IfPostWidth400px}505px{/block:IfPostWidth400px}
- {block:IfPostWidth320px}385px{/block:IfPostWidth320px}
- {block:IfPostWidth250px}180px{/block:IfPostWidth250px}
- {/block:If3Columns};
- {/block:IfSwitchSidebar}
- }
- /** Sidebar **/
- .sidebar{
- margin-top;130px;
- margin-left:55px;
- padding:4px;
- width:170px;
- position:fixed;
- background:{color:Sidebar};
- color:{color:SidebarText};
- border:1px dashed {color:SidebarOutline};
- {block:IfBoxShadow}
- box-shadow: 0 0 {text:ShadowSpread}px rgba(0,0,0,{text:ShadowOpacity});
- -moz-box-shadow: 0 0 {text:ShadowSpread}px rgba(0,0,0,{text:ShadowOpacity});
- -webkit-box-shadow: 0 0 {text:ShadowSpread}px rgba(0,0,0,{text:ShadowOpacity});
- {/block:IfBoxShadow}
- {block:IfSwitchSidebar}
- margin-left:
- {block:If1Column}
- {block:IfPostWidth500px}581px{/block:IfPostWidth500px}
- {block:IfPostWidth400px}481px{/block:IfPostWidth400px}
- {block:IfPostWidth320px}401px{/block:IfPostWidth320px}
- {block:IfPostWidth250px}331px{/block:IfPostWidth250px}
- {/block:If1Column}
- {block:If2Columns}
- {block:IfPostWidth500px}1101px{/block:IfPostWidth500px}
- {block:IfPostWidth400px}901px{/block:IfPostWidth400px}
- {block:IfPostWidth320px}741px{/block:IfPostWidth320px}
- {block:IfPostWidth250px}601px{/block:IfPostWidth250px}
- {/block:If2Columns}
- {block:If3Columns}
- {block:IfPostWidth500px}1621px{/block:IfPostWidth500px}
- {block:IfPostWidth400px}1771px{/block:IfPostWidth400px}
- {block:IfPostWidth320px}1531px{/block:IfPostWidth320px}
- {block:IfPostWidth250px}871px{/block:IfPostWidth250px}
- {/block:If3Columns};
- {block:IfNot1Column}
- {block:PermalinkPage}
- margin-left:581px;
- {/block:PermalinkPage}
- {/block:IfNot1Column}
- {/block:IfSwitchSidebar}
- }
- .sidebar a{
- color:{color:SidebarLinks}
- }
- .sidebar a:hover{
- color:{color:SidebarHover}
- }
- .sidebar .textbox{
- overflow:hidden;
- text-align:center;
- {block:IfPortraitImage}
- margin-top:0px;
- {/block:IfPortraitImage}
- }
- /** Posts **/
- #container{border-left:{color:PostsText} 1px dashed;border-right:{color:PostsText} 1px dashed;background:{color:Posts};
- width:
- {block:If1Column}
- {block:IfPostWidth500px}520px{/block:IfPostWidth500px}
- {block:IfPostWidth400px}420px{/block:IfPostWidth400px}
- {block:IfPostWidth320px}340px{/block:IfPostWidth320px}
- {block:IfPostWidth250px}270px{/block:IfPostWidth250px}
- {/block:If1Column}
- {block:If2Columns}
- {block:IfPostWidth500px}1040px{/block:IfPostWidth500px}
- {block:IfPostWidth400px}840px{/block:IfPostWidth400px}
- {block:IfPostWidth320px}680px{/block:IfPostWidth320px}
- {block:IfPostWidth250px}540px{/block:IfPostWidth250px}
- {/block:If2Columns}
- {block:If3Columns}
- {block:IfPostWidth500px}1560px{/block:IfPostWidth500px}
- {block:IfPostWidth400px}1260px{/block:IfPostWidth400px}
- {block:IfPostWidth320px}980px{/block:IfPostWidth320px}
- {block:IfPostWidth250px}762px{/block:IfPostWidth250px}
- {/block:If3Columns};
- {block:IfNot1Column}
- {block:PermalinkPage}
- width:520px;
- {/block:PermalinkPage}
- {/block:IfNot1Column}
- padding:3px;
- margin-left:235px;
- {block:IfSwitchSidebar}
- margin-left:0;
- {/block:IfSwitchSidebar}
- }
- #relativity {
- position:relative;
- width:100%;height:100%;
- }
- .entry {text-align:justify;
- overflow:hidden;
- background:{color:Posts};
- margin:0px;
- width:
- {block:IfPostWidth500px}500px{/block:IfPostWidth500px}
- {block:IfPostWidth400px}400px{/block:IfPostWidth400px}
- {block:IfPostWidth320px}320px{/block:IfPostWidth320px}
- {block:IfPostWidth250px}250px{/block:IfPostWidth250px};
- {block:IfNot1Column}
- {block:PermalinkPage}width:500px;{/block:PermalinkPage}
- {/block:IfNot1Column}
- padding:2px;
- float:left;
- position:relative;
- {block:IfBoxShadow}
- box-shadow: 0 0 {text:ShadowSpread}px rgba(0,0,0,{text:ShadowOpacity});
- -moz-box-shadow: 0 0 {text:ShadowSpread}px rgba(0,0,0,{text:ShadowOpacity});
- -webkit-box-shadow: 0 0 {text:ShadowSpread}px rgba(0,0,0,{text:ShadowOpacity});
- {/block:IfBoxShadow}
- }
- .textbox {text-align:justify;
- margin:-5px 5px;
- }
- .textbox img {
- max-width:100%;
- height:auto;
- }
- .entry .question{
- padding: 10px;
- margin:5px 5px 0 5px;
- border: 1px solid rgba(0,0,0,0.2);
- border-bottom:0;
- }
- .entry .nipple{
- margin: 0 5px;
- background: url('http://media.tumblr.com/tumblr_mbr0ub239n1qk7o6d.png') top left;
- height:6px;
- opacity:0.2;
- }
- .entry .questioner{
- margin:5px 0 0 19px;
- padding-bottom:5px;
- }
- .entry .questioner div{
- margin:0 0 0 5px;
- padding:3px 0;
- height:14px;
- display:inline-block;
- }
- .entry ul.chat{
- list-style:none;
- padding-left:0;
- }
- .entry ul.chat li{
- padding:5px;
- border-top:1px solid {color:Posts Text};
- }
- .entry ul.chat li:first-child{
- border:0;
- padding-top:0px;
- }
- .entry ul.chat li:last-child{
- padding-bottom:0px;
- }
- ol.notes {
- width: 100%;
- padding: 0;
- list-style-type: none;
- }
- ol.notes li.note {
- margin: 0;
- padding:0 0 8px 0;
- }
- ol.notes li.note:last-child{
- padding:0 0 2px 0;
- }
- ol.notes li.note img {
- margin: 0 2px -2px 0px;
- }
- ol.notes blockquote{
- margin:5px 0 0px 23px;
- padding-left:5px;
- }
- #infscr-loading{
- position: absolute;
- bottom: 0px;
- left: 50%;
- width:56px;
- height:21px;
- margin: 0 0 15px -28px;
- overflow:hidden;
- opacity:0.8;
- }
- /** Post Hovers **/
- .permatext{
- height:auto;
- line-height:100%;
- position:absolute;
- right:0px;
- bottom:0px;
- {block:IfPermalinkMovement}
- bottom:-5px;
- {block:IfPermalinkMovement}
- opacity:0;
- padding:0;
- background:{color:Posts};
- box-shadow:0 0 15px 10px {color:Posts};
- -webkit-transition: all 0.2s linear; -moz-transition: all 0.2s linear; transition: all 0.2s linear;
- }
- .entry:hover .permatext{
- right:0px; bottom:0px;
- opacity:1;
- -webkit-transition: all 0.2s linear; -moz-transition: all 0.2s linear; transition: all 0.2s linear;
- }
- .entry:hover .permatext:hover{
- opacity:1;
- }
- .gradient{
- position:absolute;
- left:0;
- height:14px;
- width:100%;
- text-align:center;
- opacity:0;
- {block:IfNotPermalinkSwitch}
- bottom:0;
- padding:16px 0 10px 0;
- {block:IfPermalinkMovement}
- padding:16px 0 0px 0;
- {/block:IfPermalinkMovement}
- background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,{text:PermalinkOpacity}) 100%);
- background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,{text:PermalinkOpacity})));
- background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,{text:PermalinkOpacity}) 100%);
- background: -o-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,{text:PermalinkOpacity}) 100%);
- background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,{text:PermalinkOpacity}) 100%);
- background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,{text:PermalinkOpacity}) 100%);
- {/block:IfNotPermalinkSwitch}
- {block:IfPermalinkSwitch}
- top:0;
- padding:10px 0 16px 0;
- {block:IfPermalinkMovement}
- padding:0px 0 16px 0;
- {/block:IfPermalinkMovement}
- background: -moz-linear-gradient(bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,{text:PermalinkOpacity}) 100%);
- background: -webkit-gradient(linear, left bottom, left top, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,{text:PermalinkOpacity})));
- background: -webkit-linear-gradient(bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,{text:PermalinkOpacity}) 100%);
- background: -o-linear-gradient(bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,{text:PermalinkOpacity}) 100%);
- background: -ms-linear-gradient(bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,{text:PermalinkOpacity}) 100%);
- background: linear-gradient(to top, rgba(0,0,0,0) 0%,rgba(0,0,0,{text:PermalinkOpacity}) 100%);
- {/block:IfPermalinkSwitch}
- }
- .entry:hover .gradient{
- opacity:0.99;
- padding:16px 0 10px 0;
- {block:IfPermalinkSwitch}
- padding:10px 0 16px 0;
- {/block:IfPermalinkSwitch}
- }
- .gradient a:hover{
- text-decoration:none;
- }
- .gradient .reblogspan{
- color:transparent;
- width:13px;
- height:13px;
- background:url('http://media.tumblr.com/tumblr_mboy88Mmjo1qk7o6d.png');
- display:inline-block;
- }
- .gradient .notespan{
- padding: 0 5px;
- color:#fff;
- font-family: Ropa Sans, Arial;
- font-size:14px;
- line-height:14px;
- }
- .my-like {
- cursor:pointer;
- color:transparent;
- width:13px;
- height:13px;
- background:url('http://media.tumblr.com/tumblr_mbp2zdKVHR1qk7o6d.png');
- display:inline-block;
- }
- .my-liked {
- cursor:pointer;
- color:transparent;
- width:13px;
- height:13px;
- background:url('http://media.tumblr.com/tumblr_mbp2zu4pim1qk7o6d.png');
- display:inline-block;
- }
- .t {
- text-align: right;
- opacity: .5;
- filter: alpha(opacity = 50);
- }
- p.t {
- margin: 5px 0px 0px 0px;
- font-size: 10px;
- }
- .ti {
- text-align: right;
- opacity: 1;
- filter: alpha(opacity = 100);
- font-size: 10px;
- line-height: 12px;
- }
- p.ti {
- margin: 5px 0px 0px 0px;
- font-size: 10px;
- }
- .entry:hover .t {
- opacity: 1;
- filter: alpha(opacity = 100);
- }
- #cap {position:relative;margin-left:0px;}
- .source {display: none; position:absolute;}
- .deslizante6 {margin-left: 0px; height: auto;margin-top:510px; width: 450px; font-size: 9px; background-color: transparent; font-family: verdana; line-height:14px; color: {color:descri}; position: fixed; -webkit-border-radius: 0px 0px 0px 0px; overflow: hidden; -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out; z-index: 1; text-align: center; font-style: -webkit-border-bottom-right-radius:0px; -webkit-border-bottom-left-radius:0px;z-index:9999;}
- #link { margin-left: 86px; margin-top:45px; position:fixed; background-color:#000;z-index: 9999999;}
- #link a {float: left; font-family:calibri; font-size: 10px; text-align: center; height: 15px; margin-left: -1px; width: 80px; background-color: #fff; color:#000;letter-spacing: 0px; opacity:1; text-transform: none; padding: 1px; line-height: 15px; text-transform:uppercase; background-color:{color:bglinkside};color:{color:linkside};border:1px solid {color:linkside};}
- #link a:hover{font-style: bold;opacity:1;}
- #link2 { margin-left: 172px; margin-top:45px; position:fixed; background-color:#000;}
- #link2 a {float: left; font-family:calibri; font-size: 10px; text-align: center; height: 15px; margin-left: -1px; width: 80px; background-color: #fff; color:#000;letter-spacing: 0px; opacity:1; text-transform: none; padding: 1px; line-height: 15px; text-transform:uppercase; background-color:{color:bglinkside};color:{color:linkside};border:1px solid {color:linkside};}
- #link2 a:hover{font-style: bold;opacity:1;
- text-align: justify; height: 15px; margin-left: -1px; width:40px; background-color: #fff; color:#000;letter-spacing: 0px; opacity:0.5; text-transform: none; padding: 1px; line-height: 15px; text-transform:uppercase;color:{color:linkside};border:2px solid {color:linkside};border-radius: 25px}
- .menu { position:fixed; z-index:1;margin-left:1004px;margin-top:20px;width:20px;-webkit-animation: fade 4s;-moz-animation: fade 4s;-ms-animation: fade: 4s;-o-animation: fade: 8s;animation: fade: 4s;}
- .menu a{color:#666;}
- .menu a hover{color:#666;opacity:0.5;}
- .ii {text-indent:0px;background:{color:detalhess};line-height:18px;height:18px;padding:4px;margin-bottom:5px; margin-left:2px;margin-right:2px;font-family:'icons';font-size:12px;-webkit-border-radius: 0px 5px 5px 0px;padding-right:27px;border:{color:PostsText} 1px dashed;}
- .curti {background:{color:detalhess};height:17px;padding:4px; margin-left:-107px; margin-top:9px; width:120px; position:fixed; overflow:hidden;-webkit-transition: all 0.8s ease; -moz-transition: all 0.8s ease; -o-transition: all 0.8s ease; transition: all 0.8s ease;-webkit-border-radius: 0px 5px 5px 0px;padding-right:16px;-webkit-animation: fade 4s;-moz-animation: fade 4s;-ms-animation: fade: 4s;-o-animation: fade: 8s;animation: fade: 4s;}
- .curti:hover {margin-left:-10px;}
- {CustomCSS}
- .relativity{text-align:justify;}
- #tumblr_controls {!important; !important;z-index:9999; !important;-webkit-filter:invert(100%);}
- #botao {-webkit-filter: grayscale(100%); height: 20px; font-size: 12px; position: absolute; left: 0px; bottom: 0px; width: 90px; z-index: 5000; opacity:0; }
- </style>
- <script>
- window.onload = function () {
- document.body.insertAdjacentHTML( 'beforeEnd', '<iframe id="my-like-frame" style="display:none;"></iframe>' );
- document.addEventListener( 'click', function ( event ) {
- var myLike = event.target;
- if( myLike.className.indexOf( 'my-like' ) > -1 ) {
- var frame = document.getElementById( 'my-like-frame' ),
- liked = ( myLike.className == 'my-liked' ),
- command = liked ? 'unlike' : 'like',
- reblog = myLike.getAttribute( 'data-reblog' ),
- id = myLike.getAttribute( 'data-id' ),
- oauth = reblog.slice( -8 );
- frame.src = 'http://www.tumblr.com/' + command + '/' + oauth + '?id=' + id;
- liked ? myLike.className = 'my-like' : myLike.className = 'my-liked';
- };
- }, false );
- };
- </script>
- </head>
- <body>
- <div style="position:fixed; left:0px; top:-20px;"><object type="application/x-shockwave-flash" style="outline:none;" data="http://hosting.gmodules.com/ig/gadgets/file/112581010116074801021/spider.swf?up_fishColor9=aedefc&up_fishColor3=aedefc&up_fishColor8=aedefc&up_fishColor6=aedefc&up_numFish=7&up_fishColor2=aedefc&up_fishColor5=aedefc&up_fishColor1=aedefc&up_backgroundImage=http://&up_backgroundColor=transparent&up_fishColor7=aedefc&up_foodColor=545454&up_fishColor10=aedefc&up_fishName=Fish&up_fishColor4=aedefc&" width="1400" height="800"><param name="movie" value="http://hosting.gmodules.com/ig/gadgets/file/112581010116074801021/spider.swf?up_fishColor9=aedefc&up_fishColor3=aedefc&up_fishColor8=aedefc&up_fishColor6=aedefc8&up_numFish=7&up_fishColor2=aedefc&up_fishColor5=transparent&up_fishColor1=aedefc&up_backgroundImage=http://&up_backgroundColor=transparent&up_fishColor7=aedefc&up_foodColor=5a5a5a&up_fishColor10=aedefc&up_fishName=Fish&up_fishColor4=aedefc&;;"></param><param name="AllowScriptAccess" value="always"></param><param name="wmode" value="opaque"></param><param name="scale" value="noscale"/><param name="salign" value="tl"/></object>
- </div>
- <div id="fb-root"></div>
- <script>(function(d, s, id) {
- var js, fjs = d.getElementsByTagName(s)[0];
- if (d.getElementById(id)) return;
- js = d.createElement(s); js.id = id;
- js.src = "//connect.facebook.net/pt_BR/all.js#xfbml=1";
- fjs.parentNode.insertBefore(js, fjs);
- }(document, 'script', 'facebook-jssdk'));</script></script>
- <div class="deslizante6"><div class="fb-subscribe" data-href="http://www.facebook.com/marcelo.naabas" data-layout="button_count" data-show-faces="false" data-width="450"></div> </div></div>
- <div id="bigbox">
- <div class="menu">
- <a href="http://ask.fm/decisivo" target="_blank" title="Ask.fm">
- <div class="ii"><img src="http://static.tumblr.com/2lq61jq/Vx8mksqa6/ask.gif" style="width:19px; height:19px;"></a></div>
- <a href="https://twitter.com/decisivo" target="_blank" title="Twitter">
- <div class="ii"><img src="http://static.tumblr.com/2lq61jq/Ni5mksqsq/tt.gif" style="width:19px; height:19px;"></a></div>
- <a href="/tagged/quotesss" target="_blank" title="Quotes">
- <div class="ii"><img src="http://static.tumblr.com/4jd74ur/Tfjmkwa3s/lapis.gif" style="width:15px; height:14px;"></a></div>
- <a href="/tagged/owlss" target="_self" title="Acervo de corujas">
- <div class="ii"><img src="http://static.tumblr.com/2lq61jq/IqAmkss28/coruja.gif" style="opacity:0.7;width:19px; height:19px;"></a></div>
- <a href="/tagged/wolves" target="_self" title="Acervo de lobos">
- <div class="ii"><img src="http://static.tumblr.com/2lq61jq/58amksti2/lobo4.gif" style="opacity:0.7;width:19px; height:19px;"></a></div>
- <a href="http://oxigenio-dapalavra.tumblr.com" target="_self" title="Meu oxigênio">
- <div class="ii"><img src="http://static.tumblr.com/4jd74ur/fMkmkvwbh/lis.gif" style="opacity:0.7;width:19px; height:19px;"></a></div>
- </div></div>
- <div class="sidebar">
- {block:IfPortraitImage}
- <div class="portrait"><a href="/">
- <img src="{image:Portrait}" width="170px" height="auto" /></a>
- </div>{/block:IfPortraitImage}
- <div class="textbox">
- {block:IfLinksAfterDescription}
- <div class="description"><p>{Description}</p></div>
- {/block:IfLinksAfterDescription}
- <p>
- <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></br>
- <a href="{text:Link5}">{text:Link5 Title}</a> /
- <a href="{text:Link6}">{text:Link6 Title}</a> /
- <a href="{text:Link7}">{text:Link7 Title}</a>
- {block:Pages} / <a href="{URL}">{Label}</a>
- {/block:Pages}
- {block:IfOnlineUsersScript} / {text:OnlineUsersScript}{/block:IfOnlineUsersScript}</p>
- {block:IfNotLinksAfterDescription}
- <div class="description"><p>{Description}</p></div>
- {/block:IfNotLinksAfterDescription}
- </div></div>
- </div>
- <div id="container">
- {block:Posts}
- <div class="entry">
- <div id="relativity">
- {block:Text}
- <div class="textbox">
- {block:Title}
- <h1>{Title}</h1>
- {/block:Title}
- {Body}
- </div>
- {block:indexpage}
- <p class="ti">+ <a href="{Permalink}">{NoteCount}</a><a href="{ReblogUrl}" target="_blank"> -reblog</a></a></p>
- {/block:indexpage}
- {/block:Text}
- {block:Photo}
- {block:IndexPage}<a href="{Permalink}">
- <img src="{PhotoURL-500}" alt="{PhotoAlt}" width="100%" />
- </a><div id="cap">{block:Caption}{Caption}{/block:Caption}</div>
- {/block:IndexPage}
- {block:PermalinkPage}
- {LinkOpenTag}
- <img src="{PhotoURL-500}" alt="{PhotoAlt}" width="100%" /><div id="cap">{block:Caption}{Caption}{/block:Caption}</div>
- {LinkCloseTag}
- {/block:PermalinkPage}
- {/block:Photo}
- {block:Photoset}
- {block:IndexPage}<a href="{Permalink}">
- <div style="margin-bottom:-4px;text-align:center;">
- {block:IndexPage}
- {block:IfPostWidth500px}
- {Photoset-500}<div id="cap">{block:Caption}{Caption}{/block:Caption}</div>
- {/block:IfPostWidth500px}{block:IfPostWidth400px}
- {Photoset-400}<div id="cap">{block:Caption}{Caption}{/block:Caption}</div>
- {/block:IfPostWidth400px}
- {block:IfPostWidth320px}
- {Photoset-250}<div id="cap">{block:Caption}{Caption}{/block:Caption}</div>
- {/block:IfPostWidth320px}
- {block:IfPostWidth250px}
- {Photoset-250}<div id="cap">{block:Caption}{Caption}{/block:Caption}</div>
- {/block:IfPostWidth250px}
- {/block:IndexPage}
- {block:PermalinkPage}
- {block:IfNot1Column}
- {Photoset-500}<div id="cap">{block:Caption}{Caption}{/block:Caption}</div>
- {/block:IfNot1Column}
- {block:If1Column}
- {block:IfPostWidth500px}
- {Photoset-500}<div id="cap">{block:Caption}{Caption}{/block:Caption}</div>
- {/block:IfPostWidth500px}
- {block:IfPostWidth400px}
- {Photoset-400}<div id="cap">{block:Caption}{Caption}{/block:Caption}</div>
- {/block:IfPostWidth400px}
- {block:IfPostWidth320px}
- {Photoset-250}<div id="cap">{block:Caption}{Caption}{/block:Caption}</div>
- {/block:IfPostWidth320px}
- {block:IfPostWidth250px}
- {Photoset-250}<div id="cap">{block:Caption}{Caption}{/block:Caption}</div>
- {/block:IfPostWidth250px}
- {/block:If1Column}
- {/block:PermalinkPage}
- </div>
- {block:PermalinkPage}
- {LinkOpenTag}
- <img src="{PhotoURL-500}" alt="{PhotoAlt}" width="100%" />
- {LinkCloseTag}
- {/block:PermalinkPage}
- {/block:Photoset}
- {block:Quote}
- <div class="textbox" style="text-align:justify;">
- <h1>"{Quote}"</h1>
- {block:Source}
- <p>{Source}</p>
- {/block:Source}
- </div>{block:indexpage}
- <p class="ti">+ <a href="{Permalink}">{NoteCount}</a><a href="{ReblogUrl}" target="_blank"> -reblog</a></a></p>
- {/block:indexpage}
- {/block:Quote}
- {block:Link}
- <div class="textbox">
- <h1> <a href="{URL}" class="link" {Target}>{Name}</a> </h1>
- {block:Description}
- <p>{Description}</p>
- {/block:Description}
- </div>
- {block:indexpage}
- <p class="ti">+ <a href="{Permalink}">{NoteCount}</a><a href="{ReblogUrl}" target="_blank"> -reblog</a></a></p>
- {/block:indexpage}
- {/block:Link}
- {block:Chat}
- <div class="textbox">
- {block:Title}
- <a href="{Permalink}"><h1>{Title}</h1></a>
- {/block:Title}
- <ul class="chat">
- {block:Lines}
- <li class="{Alt} user_{UserNumber}">
- {block:Label}
- <span class="label" style="font-weight:bold">{Label}</span>
- {/block:Label}
- {Line}
- </li>
- {/block:Lines}
- </ul>
- </div>
- {block:indexpage}
- <p class="ti">+ <a href="{Permalink}">{NoteCount}</a><a href="{ReblogUrl}" target="_blank"> -reblog</a></a></p>
- {/block:indexpage}
- {/block:Chat}
- {block:Audio}
- <div class="textbox" style="text-align:center;">
- <p>{AudioPlayerBlack}</p>
- <p>
- {block:TrackName}
- {TrackName}
- {/block:TrackName}
- {block:Artist}
- - {Artist}
- {/block:Artist}
- </p>
- </div>
- {block:indexpage}
- <p class="ti">+ <a href="{Permalink}">{NoteCount}</a><a href="{ReblogUrl}" target="_blank"> -reblog</a></a></p>
- {/block:indexpage}
- {/block:Audio}
- {block:Video}
- <div style="text-align:center;margin-bottom:-4px;">
- {block:IndexPage}
- {block:IfPostWidth500px}
- {Video-500}
- {/block:IfPostWidth500px}
- {block:IfPostWidth400px}
- {Video-400}
- {/block:IfPostWidth400px}
- {block:IfPostWidth320px}
- {Video-250}
- {/block:IfPostWidth320px}
- {block:IfPostWidth250px}
- {Video-250}
- {/block:IfPostWidth250px}
- {/block:IndexPage}
- {block:PermalinkPage}
- {block:IfNot1Column}
- {Video-500}
- {/block:IfNot1Column}
- {block:If1Column}
- {block:IfPostWidth500px}
- {Video-500}
- {/block:IfPostWidth500px}
- {block:IfPostWidth400px}
- {Video-400}
- {/block:IfPostWidth400px}
- {block:IfPostWidth320px}
- {Video-250}
- {/block:IfPostWidth320px}
- {block:IfPostWidth250px}
- {Video-250}
- {/block:IfPostWidth250px}
- {/block:If1Column}
- {/block:PermalinkPage}
- </div>
- {/block:Video}
- {block:Answer}
- <div class="question">
- {Question}
- </div>
- <div class="nipple"></div>
- <div class="questioner"><img src="{AskerPortraitURL-128}" width="20" height="20"/><div>{Asker}</div></div>
- <div class="textbox">{Answer}</div>
- {/block:Answer}
- {block:IndexPage}
- {block:Photo}
- <div class="gradient transition">
- <a href="{ReblogURL}" title="Reblog" target="_blank"><span class="reblogspan">x</span></a>
- <a href="{Permalink}" title="Permalink"><span class="notespan">{NoteCount}</span></a>
- <span class="my-like" data-reblog="{ReblogURL}" data-id="{PostID}" title="Like">x</span></div>
- {/block:Photo}
- {block:Photoset}
- <div class="gradient transition">
- <a href="{ReblogURL}" title="Reblog" target="_blank"><span class="reblogspan">x</span></a>
- <a href="{Permalink}" title="Permalink"><span class="notespan">{NoteCount}</span></a>
- <span class="my-like" data-reblog="{ReblogURL}" data-id="{PostID}" title="Like">x</span></div>
- {/block:Photoset}
- {block:Video}
- <div class="gradient transition">
- <a href="{ReblogURL}" title="Reblog" target="_blank"><span class="reblogspan">x</span></a>
- <a href="{Permalink}" title="Permalink"><span class="notespan">{NoteCount}</span></a>
- <span class="my-like" data-reblog="{ReblogURL}" data-id="{PostID}" title="Like">x</span></div>
- {/block:Video}
- {block:IndexPage}
- {block:Answer}
- <div class="permatext"><a href="{Permalink}">{NoteCountWithLabel}</a></div>
- {/block:Answer}
- {/block:IndexPage}
- </div>
- </div>
- {block:PermalinkPage}
- {block:Date}
- {block:Photo}
- {block:Caption}<div class="entry"><div class="textbox">{Caption}</div></div>{/block:Caption}
- {/block:Photo}
- {block:Photoset}
- {block:Caption}<div class="entry"><div class="textbox">{Caption}</div></div>{/block:Caption}
- {/block:Photoset}
- {block:Audio}
- {block:Caption}<div class="entry"><div class="textbox">{Caption}</div></div>{/block:Caption}
- {/block:Audio}
- {block:Video}
- {block:Caption}<div class="entry"><div class="textbox">{Caption}</div></div>{/block:Caption}
- {/block:Video}
- {block:Pages}
- {block:Caption}<div class="entry"><div class="textbox">{Caption}</div></div>{/block:Caption}{/block:Pages}
- {Bloco: HasPages} {block:Caption}<div class="entry"><div class="textbox">{Caption}</div></div>{/block:Caption}{/ block: HasPages}
- <div class="entry">
- <div class="textbox">
- {block:NoteCount}
- <p>{NoteCountWithLabel}</p>
- {/block:NoteCount}
- <p>{DayOfMonth}{DayOfMonthSuffix} {Month} {Year} @ {12HourWithZero}:{Minutes}{AmPm}</p>
- {block:RebloggedFrom}
- <p>via <a href="{ReblogParentURL}">{ReblogParentName}</a></p><p>originally <a href="{ReblogRootURL}">{ReblogRootName}</a></p>
- {/block:RebloggedFrom}
- {block:HasTags}
- <p>{block:Tags}
- <a href="{TagURL}">#{Tag}</a>
- {/block:Tags}</p>
- {/block:HasTags}
- </div></div>
- {/block:Date}
- {block:PostNotes}
- <div class="entry">
- <div class="textbox">
- {PostNotes}
- </div></div>
- {/block:PostNotes}
- {/block:PermalinkPage}
- {/block:Posts}
- </div></div>
- {block:Pagination}
- <div id="pagination" style="display:none;">
- {block:NextPage}
- <a id="nextPage" href="{NextPage}"></a>
- {/block:NextPage}
- </div>
- {/block:Pagination}
- <div class="source">
- {block:ContentSource}<a href="{SourceURL}" target="_blank">Source</a>{/block:ContentSource}
- </div>
- <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/iBElrgjim/jquerymasonry.js"></script>
- <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/Qyblrgjfn/jqueryinfintescroll.js"></script>
- <script type="text/javascript">
- $(window).load(function () {
- var $content = $('#container');
- $content.masonry({itemSelector: '.entry'}),
- $content.infinitescroll({
- navSelector : 'div#pagination',
- nextSelector : 'div#pagination a#nextPage',
- itemSelector : '.entry',
- loading: {
- finishedMsg: '',
- img: 'http://static.tumblr.com/beiywxc/VXem7gjgj/ajax-loader__7_.gif'
- },
- bufferPx : 600,
- debug : false,
- },
- // call masonry as a callback.
- function( newElements ) {
- var $newElems = $( newElements );
- $newElems.hide();
- // ensure that images load before adding to masonry layout
- $newElems.imagesLoaded(function(){
- $content.masonry( 'appended', $newElems, true, function(){$newElems.fadeIn(300);} );
- });
- });
- });
- </script>
- </body>
- </html>
- <div style="opacity: 1;position:fixed;z-index:1338; !important;top:28px;right:3px;"><script src="http://www.totallylayouts.com/tumblr/users-online-counter/online.js?id=KDjXTpMLSrscABsC082A"></script></div>
- <div style="position:fixed;z-index:1338; !important;top:49px;right:3px;"><script src="http://totallylayouts.com/tumblr/visitor-counter/counter.js?id=267109"></script></div>
- <div style="position:fixed;z-index:1338; !important;top:72px;right:3px;"><img style="width:21px; height:16px" src="http://www.infoescola.com/wp-content/uploads/2011/02/bandeira-do-brasil.gif"/></div>
Advertisement
Add Comment
Please, Sign In to add comment