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:0px;margin-top:-1px;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}0px{/block:IfPostWidth250px}
- {/block:If3Columns};
- {/block:IfSwitchSidebar}
- }
- /** Posts **/
- #container{background:{color:Posts};text-align:center;
- 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}830px{/block:IfPostWidth250px}
- {/block:If3Columns};
- {block:IfNot1Column}
- {block:PermalinkPage}
- width:759px;
- {/block:PermalinkPage}
- {/block:IfNot1Column}
- padding:3px;
- margin-top:75px;
- margin-left:36%;
- }
- #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:9px;
- 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:1000px;margin-top:10px;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-top:{color:PostsText} 1px dashed;border-right:{color:PostsText} 1px dashed;border-bottom:{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; }
- @-webkit-keyframes fadeIn {0% {opacity:0;} 100% {opacity:1;}} @-moz-keyframes fadeIn {0% {opacity:0;} 100% {opacity:1;}} @-o-keyframes fadeIn {0% {opacity:0;} 100% {opacity:1;}} @keyframes fadeIn {0% {opacity:0;} 100% {opacity:1;}} .fadeIn {-webkit-animation:fadeIn 5s ease-in-out; -moz-animation:fadeIn 5s ease-in-out; -o-animation:fadeIn 5s ease-in-out; animation:fadeIn 5s ease-in-out;}
- #s-m-t-tooltip { max-width:auto;height:10px; padding:5px; border: 1px solid #f1f1f1; margin:10px 0px 0px 10px; background-color:transparent;font-family:consolas; text-transform:uppercase;-webkit-border-radius:3px;font-size:9px; letter-spacing:2px; color:#000; z-index:999999999999999999999999999999999999 }
- #kokss{text-align:center;position:fixed;margin-top:-10px;margin-left:0px;width:100%;height:30px;border:1px solid {color:border}; background: url(http://static.tumblr.com/bwk8n4m/hm3midi3w/vini.png);-webkit-border-bottom-left-radius: 0px;-webkit-border-bottom-right-radius: 0px;z-index:11;}
- #links {background:;margin-top:8px;margin-left:0px;position:fixed;text-align:center;text-transform:uppercase;opacity:2;margin-bottom:0px;width:100%;; -webkit-transition-duration: 0.6s;border-top: 0px {color:border} solid;z-index:4444;}
- #links a{font-weight:;font-size:9px;text-transform:uppercase;padding:3px;font-family:Oswald; -webkit-transition-duration: 0.6s;z-index:4444;}
- #kokss2{position:fixed;margin-top:22px;margin-left:0px;width:100%;height:50px;border:0px solid {color:border}; background: #fff;-webkit-border-bottom-left-radius: 0px;-webkit-border-bottom-right-radius: 0px;z-index:11;}
- .desc {position:fixed;top:33px;font-family:'candara';font-size:12px;font-style:italic;width:100%;color:#cacaca;line-height:14px;text-align:center;}
- .menu2{z-index:99999999;margin:30px 2px 0px 2px;opacity:0.5;text-align:center;}
- .menu2 a{display:inline-block;padding-left:2px;opacity:1;}
- </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>
- <!-- SCM Music Player http://scmplayer.net -->
- <script type="text/javascript" src="http://scmplayer.net/script.js"
- data-config="{'skin':'skins/simpleBlack/skin.css','volume':100,'autoplay':'true','shuffle':'true','repeat':1,'placement':'bottom','showplaylist':false,'playlist':[{'title':'1.','url':'http://www.youtube.com/watch?v=jlm6Sw_98Xo'},{'title':'2.','url':'http://www.youtube.com/watch?v=4306i99LMXo'},{'title':'3.','url':'http://www.youtube.com/watch?v=QKstfgGFKqE'},{'title':'4.','url':'http://www.youtube.com/watch?v=kszkoFI84JU'},{'title':'5.','url':'http://www.youtube.com/watch?v=TzxwOrT6Beo&feature=related'},{'title':'6.','url':'http://www.youtube.com/watch?v=88bhrM3Dd8g'},{'title':'7.','url':'http://www.youtube.com/watch?v=3NCNffoVcSE&feature=related'},{'title':'8.','url':'http://www.youtube.com/watch?v=cGzKCTDGxbU'},{'title':'9.','url':'http://www.youtube.com/watch?v=cbwHIDkfG2E'},{'title':'10.','url':'http://www.youtube.com/watch?v=2OZf1WBfcxs&feature=related'},{'title':'11.','url':'http://www.youtube.com/watch?v=LISToTq-x9E'},{'title':'12.','url':'http://www.youtube.com/watch?v=3pGg6mAVK7Q'},{'title':'13.','url':'http://www.youtube.com/watch?v=JRfuAukYTKg'},{'title':'14.','url':'http://www.youtube.com/watch?v=nFWNOcOKKgU'},{'title':'15.','url':'http://www.youtube.com/watch?v=CsY-tQwETUc'},{'title':'16.','url':'http://www.youtube.com/watch?v=HuyOt489ZlY'},{'title':'17.','url':'http://www.youtube.com/watch?v=Ffgsf3pqaD8'},{'title':'18.','url':'http://www.youtube.com/watch?v=12yV30KZ5zg'},{'title':'19.','url':'http://www.youtube.com/watch?v=TvtesC99oVI&feature=related'},{'title':'20.','url':'http://www.youtube.com/watch?v=_NcOpZTqrYo'},{'title':'21.','url':'http://www.youtube.com/watch?v=i7LwHcAZz5w'},{'title':'22.','url':'http://www.youtube.com/watch?v=2qea3lLr5qQ'},{'title':'23.','url':'http://www.youtube.com/watch?v=Tn1wnj4XbBc'},{'title':'24.','url':'http://www.youtube.com/watch?v=gEFFi2HdFJw'},{'title':'25.','url':'http://www.youtube.com/watch?v=fSIeLU_oPjg'},{'title':'26.','url':'http://www.youtube.com/watch?v=Cw5SvvSL2rQ&feature=related'},{'title':'27.','url':'http://www.youtube.com/watch?v=SZQHSDkq_4A&feature=BFa&list=UUTme2SzWSfIUCXLEH-iDQGw&lf=plcp'},{'title':'28.','url':'http://www.youtube.com/watch?v=1NoIJglsGms'},{'title':'29.','url':'http://www.youtube.com/watch?v=jFg_8u87zT0'},{'title':'30.','url':'http://www.youtube.com/watch?v=PSWWVXGQG8Y'},{'title':'31.','url':'http://www.youtube.com/watch?v=VvGYYg40Ijw'},{'title':'32.','url':'http://www.youtube.com/watch?v=vqZBUrQdhXw&feature=related'},{'title':'33.','url':'http://www.youtube.com/watch?v=kcvAUMyGAPw'},{'title':'34.','url':'http://www.youtube.com/watch?v=JQ3r-rXUABI&feature=relmfu'},{'title':'35.','url':'http://www.youtube.com/watch?v=N9o64xyjGWA&feature=relmfu'},{'title':'36.','url':'http://www.youtube.com/watch?v=Z3C83KdIljo&feature=relmfu'},{'title':'37.','url':'http://www.youtube.com/watch?v=GhFSgnvKqm4&feature=relmfu'},{'title':'38.','url':'http://www.youtube.com/watch?v=eLGiTV2oP10&feature=relmfu'},{'title':'39.','url':'http://www.youtube.com/watch?v=QA_CNajQpJY&feature=relmfu'},{'title':'40.','url':'http://www.youtube.com/watch?v=RxWEvV9zYj4&feature=relmfu'},{'title':'41.','url':'http://www.youtube.com/watch?v=s_BU8YCjV1M&feature=relmfu'},{'title':'42.','url':'http://www.youtube.com/watch?v=N3XKvxWIpaI'},{'title':'43.','url':'http://www.youtube.com/watch?v=Bw3tYiAFVfg&feature=BFa&list=SP0BD69368AB943C89'},{'title':'44.','url':'http://www.youtube.com/watch?v=2gwzK--mdJ0&feature=BFa&list=SP0BD69368AB943C89'},{'title':'45.','url':'http://www.youtube.com/watch?v=dpUBL6S7Hrw&feature=BFa&list=SP0BD69368AB943C89'},{'title':'46.','url':'http://www.youtube.com/watch?v=HCpr_10YzGg'},{'title':'47.','url':'http://www.youtube.com/watch?v=9DvRCykzHy4'},{'title':'48.','url':'http://www.youtube.com/watch?v=jGH3crykPxE'},{'title':'49.','url':'http://www.youtube.com/watch?v=-QwyaWRBk4Y'},{'title':'50.','url':'http://www.youtube.com/watch?v=4aRkAZ1E-zY'},{'title':'51.','url':'http://www.youtube.com/watch?v=iO-7Y2GxAI0'},{'title':'52.','url':'http://www.youtube.com/watch?v=UzITjuC6CI8'},{'title':'53.','url':'http://www.youtube.com/watch?v=rvNkp5IUQdg'},{'title':'54.','url':'http://www.youtube.com/watch?v=hn0EafVjOhk'},{'title':'55.','url':'http://www.youtube.com/watch?v=14wHZrGIppw'},{'title':'56.','url':'http://www.youtube.com/watch?v=ocdD5O3yuo8&feature=related'},{'title':'57.','url':'http://www.youtube.com/watch?v=vyAz-C4myzw&feature=BFa&list=UUD8NnPb1Orm_WRMjFhyr3GQ'},{'title':'58.','url':'http://www.youtube.com/watch?v=RIjCt3wVso0&feature=BFa&list=UUD8NnPb1Orm_WRMjFhyr3GQ'},{'title':'59.','url':'http://www.youtube.com/watch?v=zGEvB6UOcKs'},{'title':'60.','url':'http://www.youtube.com/watch?v=0tWbLwbLPQw&feature=related'},{'title':'61.','url':'http://www.youtube.com/watch?v=cZJ7H1u_zxc&feature=related'},{'title':'62.','url':'http://www.youtube.com/watch?v=o7MhpFF1vv0'},{'title':'63.','url':'http://www.youtube.com/watch?v=aGzgoSg5OZg'},{'title':'64.','url':'http://www.youtube.com/watch?v=9DvRCykzHy4'},{'title':'65.','url':'http://www.youtube.com/watch?v=sjIfPODIyuA'},{'title':'66.','url':'http://www.youtube.com/watch?v=bnfRq69nKEA'},{'title':'67.','url':'http://www.youtube.com/watch?v=EdBym7kv2IM'},{'title':'68.','url':'http://www.youtube.com/watch?v=pY9b6jgbNyc'},{'title':'69.','url':'http://www.youtube.com/watch?v=2_ruRSCW7B4'},{'title':'70.','url':'http://www.youtube.com/watch?v=a3KYcI9yf1A'},{'title':'71.','url':'http://www.youtube.com/watch?v=40cxXdKxE5M'},{'title':'72.','url':'http://www.youtube.com/watch?v=XLOMvPC1EzQ'},{'title':'73.','url':'http://www.youtube.com/watch?v=d0DfyAIkGw0'},{'title':'74.','url':'http://www.youtube.com/watch?v=NWdrO4BoCu8'},{'title':'75.','url':'http://www.youtube.com/watch?v=PVzljDmoPVs'},{'title':'76.','url':'http://www.youtube.com/watch?v=SHO3dE-IDWk'},{'title':'77.','url':'http://www.youtube.com/watch?feature=player_embedded&v=Z-k9r50B2YI'},{'title':'78.','url':'https://www.youtube.com/watch?v=rRkgdKZ0UW4'},{'title':'79.','url':'https://www.youtube.com/watch?v=VxZYk0VHHLo'},{'title':'80.','url':'http://www.youtube.com/watch?v=CGyEd0aKWZE'}]}" ></script>
- <!-- SCM Music Player script end -->
- <div ></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>
- <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="1600" height="1000"><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="kokss">
- <div id="links">
- <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>
- </div></div></div>
- <div id="kokss2">
- <div class="desc">{description}</div><div class="menu2">
- <a title="Autoria" href="/meus" target="_blank"><img src="http://static.tumblr.com/4jd74ur/Tfjmkwa3s/lapis.gif" style=" height:auto; width: 18px; align="center""></a>
- <a title="Misselâneas" href="/photoss"><img src="http://static.tumblr.com/eb7avl1/Zzumomh0n/camera2.png" style=" height:auto; width: 18px; align="center""></a>
- <a title="Cute boys" href="/tagged/boys"><img src="http://static.tumblr.com/4jd74ur/Yblmoyye3/boys.gif" style=" height:auto; width: 18px; align="center""></a>
- <a title="Acervo de lobos" href="/tagged/wolves" target="_blank"><img src="http://static.tumblr.com/2lq61jq/58amksti2/lobo4.gif" style=" height:auto; width: 18px; align="center""></a>
- <a title="Acervo de corujas" href="/tagged/owlss" target="_blank"><img src="http://static.tumblr.com/2lq61jq/IqAmkss28/coruja.gif" style=" height:auto; width: 18px; align="center""></a>
- <a title="Twitter" href="/" target="_blank"><img src="http://24.media.tumblr.com/7a9891603fff42c867502fb0094b2376/tumblr_mqcylgAQ0Q1rt8h0ho1_250.png" style=" height:auto; width: 21px; align="center""></a>
- <a title="Ask.fm" href="/" target="_blank"><img src="http://24.media.tumblr.com/1defcade5c82f3959e6d8dbd9f357f16/tumblr_mqcyj8Eklm1rt8h0ho1_250.png" style=" height:auto; width: 21px; align="center";margin-top:3px;"></a>
- </div></div>
- <div id="bigbox">
- <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>
- <div style="position:fixed;z-index:1338; !important;top:70px;right:3px;"><div class="fb-follow" data-href="https://www.facebook.com/marcelo.naabas" data-layout="button_count" data-show-faces="false" data-font="trebuchet ms" data-width="350"></div></div>
- </body>
- <div style="position:fixed;z-index:1338; !important;top:30px;right:3px;opacity:0.9;"><script language="JavaScript">
- // FHS Tumblr Online Counter
- var height = '28';
- var ref = (''+document.referrer+'');
- document.write('<script src="http://s1.freehostedscripts.net/ocounter.php?site=ID3143086&s=1&h=' + height + '&e1=Online &e2=Online&r=' + ref + '"><\/script>');
- </script></div>
- <div style="position:fixed;z-index:999999999999999999; !important;top:45px;right:3px;white-space:nowrap; filter: invert(100%); -webkit-filter: invert(100%); -moz-filter: invert(100%); -o-filter: invert(100%); -ms-filter: invert(100%);opacity:0.9;"><script src="http://totallylayouts.com/tumblr/visitor-counter/counter.js?id=267109"></script></div>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment