Ikxa

chelo 2608

Aug 25th, 2013
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 38.74 KB | None | 0 0
  1. <!doctype html>
  2.  
  3. <!--
  4. Theme by - DECISIVO
  5. -->
  6.  
  7. <html lang="en">
  8. <head>
  9.  
  10. <style> body, a, a:hover { cursor:url('http://www.totallylayouts.com/cursors/random/tiny_cursor.png'), auto }</style>
  11.  
  12. <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  13.  
  14. <link href='http://fonts.googleapis.com/css?family=Ubuntu:300' rel='stylesheet' type='text/css'>
  15. <link href='http://fonts.googleapis.com/css?family=Cantora+One' rel='stylesheet' type='text/css'>
  16. <link href='http://fonts.googleapis.com/css?family=Ropa+Sans' rel='stylesheet' type='text/css'>
  17. <link href='http://fonts.googleapis.com/css?family=Quando' rel='stylesheet' type='text/css'>
  18. <link href='http://fonts.googleapis.com/css?family=Capriola' rel='stylesheet' type='text/css'>
  19.  
  20. <meta charset="utf-8" />
  21.  
  22. <meta name="color:Background" content="#fff"/>
  23. <meta name="color:Posts" content="#fff"/>
  24. <meta name="color:PostsText" content="#000"/>
  25. <meta name="color:PostsLinks" content="#000"/>
  26. <meta name="color:barralinks" content="#cdcdcd"/>
  27. <meta name="color:PostsHover" content="#999999"/>
  28. <meta name="color:scroll" content="#999999"/>
  29. <meta name="color:Sidebar" content="#fff"/>
  30. <meta name="color:SidebarText" content="#000"/>
  31. <meta name="color:SidebarLinks" content="#000"/>
  32. <meta name="color:SidebarHover" content="#999999"/>
  33. <meta name="color:SidebarOutline" content="#333333"/>
  34. <meta name="color:Scrollbar" content="#000"/>
  35. <meta name="color:detalhess" content="#dcdcdc"/>
  36.  
  37. <meta name="image:Background" content="" />
  38. <meta name="image:Portrait" content="" />
  39. <meta name="image:Bg1" content="" />
  40. <meta name="image:Bg2" content="" />
  41.  
  42. <meta name="text:AskLink" content="Ask" />
  43. <meta name="text:HomeLink" content="Home" />
  44. <meta name="text:OnlineUsersScript" content="" />
  45. <meta name="text:SidebarDepth" content="41" />
  46. <meta name="text:ShadowOpacity" content="0.2" />
  47. <meta name="text:ShadowSpread" content="10" />
  48. <meta name="text:PermalinkOpacity" content="0.4" />
  49.  
  50. <meta name="if:1Column" content="0"/>
  51. <meta name="if:2Columns" content="0"/>
  52. <meta name="if:3Columns" content="1"/>
  53.  
  54. <meta name="if:PostWidth500px" content="0"/>
  55. <meta name="if:PostWidth400px" content="0"/>
  56. <meta name="if:PostWidth320px" content="0"/>
  57. <meta name="if:PostWidth250px" content="1"/>
  58.  
  59. <meta name="if:SwitchSidebar" content="0"/>
  60.  
  61. <meta name="if:BoxShadow" content="0"/>
  62.  
  63. <meta name="if:PermalinkSwitch" content="0"/>
  64. <meta name="if:PermalinkMovement" content="1"/>
  65.  
  66. <meta name="if:LinksAfterDescription" content="1"/>
  67.  
  68. <meta name="if:UnderlineLinks" content="1"/>
  69. <meta name="if:WebkitScrollbar" content="1"/>
  70. <meta name="if:FixedControls" content="1"/>
  71.  
  72. <meta name="text:Link1" content="/" />
  73. <meta name="text:Link1 Title" content="um" />
  74. <meta name="text:Link2" content="/" />
  75. <meta name="text:Link2 Title" content="dois" />
  76. <meta name="text:Link3" content="/" />
  77. <meta name="text:Link3 Title" content="tres" />
  78. <meta name="text:Link4" content="/" />
  79. <meta name="text:Link4 Title" content="quatro" />
  80. <meta name="text:Link5" content="/" />
  81. <meta name="text:Link5 Title" content="cinco" />
  82. <meta name="text:Link6" content="/" />
  83. <meta name="text:Link6 Title" content="seis" />
  84. <meta name="text:Link7" content="/" />
  85. <meta name="text:Link7 Title" content="sete" />
  86.  
  87. <title>{Title}</title>
  88. <link rel="shortcut icon" href="{Favicon}">
  89. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  90. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  91.  
  92. <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
  93. <style type="text/css">
  94.  
  95. #tumblr_controls{
  96. -webkit-transition: all 0.5s ease-out;
  97. -moz-transition: all 0.5s ease-out;
  98. transition: all 0.5s ease-out;
  99. -o-transition: all 0.5s ease-out;
  100. }
  101.  
  102.  
  103. /** Scrollbar, Tumblr Controls, Credit **/
  104.  
  105. {block:IfWebkitScrollbar}
  106. ::-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;}
  107. ::-webkit-scrollbar-track-piece {background:none;box-shadow: 0 0 6px 0 rgba(0,0,0,0.4) inset;}  
  108. ::-webkit-scrollbar {background:{color:Background};width:5px;height:5px;}
  109. {/block:IfWebkitScrollbar}
  110.  
  111. #copyright{position:fixed;bottom:0px;left:0px;z-index:100;background-color:#fff;color:#000;padding:4px 4px 4px 8px;opacity:0.5;}
  112. #copyright:hover{opacity:1;color:#000;}
  113.  
  114. /** Basic Styles **/
  115.  
  116. body {text-align:justify;
  117.     font-size: 12px;
  118.     font-family: arial;
  119.     color:{color:PostsText};
  120.     letter-spacing:0px;
  121.     line-height:14px;
  122.     background:{color:Background} url('{image:Background}') repeat fixed center top;
  123.     margin-left:40px;margin-top:-1px;background-size:100%;
  124. }
  125. a {
  126.     color:{color:PostsLinks};
  127.     text-decoration:none;
  128.     -webkit-transition: all 0.2s linear;
  129.     -moz-transition: all 0.2s linear;
  130.     transition: all 0.2s linear;
  131. }
  132. a:hover {    
  133.     color:{color:PostsHover};
  134.     {block:IfUnderlineLinks}
  135.     text-decoration:underline;
  136.     {/block:IfUnderlineLinks}
  137.     -webkit-transition: all 0.2s linear;
  138.     -moz-transition: all 0.2s linear;
  139.     transition: all 0.2s linear;
  140. }
  141. a:active {
  142.     outline:none;
  143. }
  144. a:focus {
  145.     -moz-outline-style: none;
  146. }
  147. :-moz-any-link:focus {
  148.     outline: none;
  149. }
  150. h1 {
  151.     margin: 10px 0;
  152.     font-size:12px;
  153.     line-height:14px;
  154.     font-weight:normal;
  155. }
  156. p {
  157.     margin: 10px 0;
  158. }
  159. ol, ul{
  160.     margin: 10px 0;
  161.     padding-left:25px;
  162. }
  163. blockquote {
  164.     margin: 10px 0;
  165.     padding-left:10px;
  166.     border-left:{color:PostsText} 1px solid;
  167. }
  168. img {
  169.     vertical-align: bottom;
  170. }
  171. hr {
  172.     color:{color:PostsText};
  173.     background-color:{color:PostsText};
  174.     height:1px;
  175.     border:0;
  176. }
  177. .transition{
  178.     -webkit-transition: all 0.2s linear;
  179.     moz-transition: all 0.2s linear;
  180.     transition: all 0.2s linear;
  181. }
  182.  
  183. /** Centre-ing **/
  184.  
  185. #bigbox{
  186.     position:absolute;
  187.     {block:IfNotSwitchSidebar}
  188.     margin-left:
  189. {block:If1Column}
  190. {block:IfPostWidth500px}395px{/block:IfPostWidth500px}
  191. {block:IfPostWidth400px}345px{/block:IfPostWidth400px}
  192. {block:IfPostWidth320px}305px{/block:IfPostWidth320px}
  193. {block:IfPostWidth250px}270px{/block:IfPostWidth250px}
  194. {/block:If1Column}
  195. {block:If2Columns}
  196. {block:IfPostWidth500px}655px{/block:IfPostWidth500px}
  197. {block:IfPostWidth400px}555px{/block:IfPostWidth400px}
  198. {block:IfPostWidth320px}293px{/block:IfPostWidth320px}
  199. {block:IfPostWidth250px}294px{/block:IfPostWidth250px}
  200. {/block:If2Columns}
  201. {block:If3Columns}
  202. {block:IfPostWidth500px}815px{/block:IfPostWidth500px}
  203. {block:IfPostWidth400px}665px{/block:IfPostWidth400px}
  204. {block:IfPostWidth320px}545px{/block:IfPostWidth320px}
  205. {block:IfPostWidth250px}0px{/block:IfPostWidth250px}
  206. {/block:If3Columns};
  207.     {/block:IfNotSwitchSidebar}
  208.     {block:IfSwitchSidebar}
  209.     margin-left:   
  210. {block:If1Column}
  211. {block:IfPostWidth500px}135px{/block:IfPostWidth500px}
  212. {block:IfPostWidth400px}85px{/block:IfPostWidth400px}
  213. {block:IfPostWidth320px}45px{/block:IfPostWidth320px}
  214. {block:IfPostWidth250px}10px{/block:IfPostWidth250px}
  215. {/block:If1Column}
  216. {block:If2Columns}
  217. {block:IfPostWidth500px}395px{/block:IfPostWidth500px}
  218. {block:IfPostWidth400px}295px{/block:IfPostWidth400px}
  219. {block:IfPostWidth320px}0px{/block:IfPostWidth320px}
  220. {block:IfPostWidth250px}0px{/block:IfPostWidth250px}
  221. {/block:If2Columns}
  222. {block:If3Columns}
  223. {block:IfPostWidth500px}655px{/block:IfPostWidth500px}
  224. {block:IfPostWidth400px}505px{/block:IfPostWidth400px}
  225. {block:IfPostWidth320px}385px{/block:IfPostWidth320px}
  226. {block:IfPostWidth250px}0px{/block:IfPostWidth250px}
  227. {/block:If3Columns};
  228.     {/block:IfSwitchSidebar}
  229. }
  230.  
  231. /** Posts **/
  232.  
  233. #container{background:{color:Posts};text-align:center;
  234.     width:
  235. {block:If1Column}
  236. {block:IfPostWidth500px}520px{/block:IfPostWidth500px}
  237. {block:IfPostWidth400px}420px{/block:IfPostWidth400px}
  238. {block:IfPostWidth320px}340px{/block:IfPostWidth320px}
  239. {block:IfPostWidth250px}270px{/block:IfPostWidth250px}
  240. {/block:If1Column}
  241. {block:If2Columns}
  242. {block:IfPostWidth500px}1040px{/block:IfPostWidth500px}
  243. {block:IfPostWidth400px}840px{/block:IfPostWidth400px}
  244. {block:IfPostWidth320px}678px{/block:IfPostWidth320px}
  245. {block:IfPostWidth250px}540px{/block:IfPostWidth250px}
  246. {/block:If2Columns}
  247. {block:If3Columns}
  248. {block:IfPostWidth500px}1560px{/block:IfPostWidth500px}
  249. {block:IfPostWidth400px}1260px{/block:IfPostWidth400px}
  250. {block:IfPostWidth320px}980px{/block:IfPostWidth320px}
  251. {block:IfPostWidth250px}805px{/block:IfPostWidth250px}
  252. {/block:If3Columns};
  253.     {block:IfNot1Column}
  254.     {block:PermalinkPage}
  255.     width:678px;
  256.     {/block:PermalinkPage}
  257.     {/block:IfNot1Column}
  258.     padding:3px;
  259.     margin-top:75px;
  260.     margin-left:0px;border-left:1px dashed {color:border};border-right:1px dashed {color:border};
  261.     }
  262. #relativity {
  263.     position:relative;
  264.     width:100%;height:100%;
  265. }
  266. .entry {text-align:justify;
  267.     overflow:hidden;
  268.     background:{color:Posts};
  269.     margin:0px;
  270.     width:
  271. {block:IfPostWidth500px}500px{/block:IfPostWidth500px}
  272. {block:IfPostWidth400px}400px{/block:IfPostWidth400px}
  273. {block:IfPostWidth320px}320px{/block:IfPostWidth320px}
  274. {block:IfPostWidth250px}250px{/block:IfPostWidth250px};
  275.     {block:IfNot1Column}
  276. {block:PermalinkPage}width:500px;{/block:PermalinkPage}
  277.     {/block:IfNot1Column}
  278.     padding:9px;
  279.     float:left;
  280.     position:relative;
  281.     {block:IfBoxShadow}
  282.     box-shadow: 0 0 {text:ShadowSpread}px rgba(0,0,0,{text:ShadowOpacity});
  283.     -moz-box-shadow: 0 0 {text:ShadowSpread}px rgba(0,0,0,{text:ShadowOpacity});
  284.     -webkit-box-shadow: 0 0 {text:ShadowSpread}px rgba(0,0,0,{text:ShadowOpacity});
  285.     {/block:IfBoxShadow}
  286. }
  287. .textbox {text-align:justify;
  288.     margin:-5px 5px;
  289. }
  290. .textbox img {
  291.     max-width:100%;
  292.     height:auto;
  293. }
  294. .entry .question{
  295.     padding: 10px;
  296.     margin:5px 5px 0 5px;
  297.     border: 1px solid rgba(0,0,0,0.2);
  298.     border-bottom:0;
  299. }
  300. .entry .nipple{
  301.     margin: 0 5px;
  302.     background: url('http://media.tumblr.com/tumblr_mbr0ub239n1qk7o6d.png') top left;
  303.     height:6px;
  304.     opacity:0.2;
  305. }
  306. .entry .questioner{
  307.     margin:5px 0 0 19px;
  308.     padding-bottom:5px;
  309. }
  310. .entry .questioner div{
  311.     margin:0 0 0 5px;
  312.     padding:3px 0;
  313.     height:14px;
  314.     display:inline-block;
  315. }
  316. .entry ul.chat{
  317.     list-style:none;
  318.     padding-left:0;
  319. }
  320. .entry ul.chat li{
  321.     padding:5px;
  322.     border-top:1px solid {color:Posts Text};
  323. }
  324. .entry ul.chat li:first-child{
  325.     border:0;
  326.     padding-top:0px;
  327. }
  328. .entry ul.chat li:last-child{
  329.     padding-bottom:0px;
  330. }
  331. ol.notes {
  332.     width: 100%;
  333.     padding: 0;
  334.     list-style-type: none;
  335. }
  336. ol.notes li.note {
  337.     margin: 0;
  338.     padding:0 0 8px 0;
  339. }
  340. ol.notes li.note:last-child{
  341.     padding:0 0 2px 0;
  342. }
  343. ol.notes li.note img {
  344.     margin: 0 2px -2px 0px;
  345. }
  346. ol.notes blockquote{
  347.     margin:5px 0 0px 23px;
  348.     padding-left:5px;
  349. }  
  350. #infscr-loading{
  351.     position: absolute;
  352.     bottom: 0px;   
  353.     left: 50%;
  354.     width:56px;
  355.     height:21px;
  356.     margin: 0 0 15px -28px;
  357.     overflow:hidden;
  358.     opacity:0.8;
  359. }
  360.  
  361. /** Post Hovers **/
  362.  
  363. .permatext{
  364.     height:auto;
  365.     line-height:100%;
  366.     position:absolute;
  367.     right:0px;
  368.     bottom:0px;
  369.     {block:IfPermalinkMovement}
  370.     bottom:-5px;
  371.     {block:IfPermalinkMovement}
  372.     opacity:0;
  373.     padding:0;
  374.     background:{color:Posts};
  375.     box-shadow:0 0 15px 10px {color:Posts};
  376.     -webkit-transition: all 0.2s linear; -moz-transition: all 0.2s linear; transition: all 0.2s linear;
  377. }
  378. .entry:hover .permatext{
  379.     right:0px; bottom:0px;
  380.     opacity:1;
  381.     -webkit-transition: all 0.2s linear; -moz-transition: all 0.2s linear; transition: all 0.2s linear;
  382. }
  383. .entry:hover .permatext:hover{
  384.     opacity:1;
  385. }
  386. .gradient{
  387.     position:absolute;
  388.     left:0;
  389.     height:14px;
  390.     width:100%;
  391.     text-align:center;
  392.     opacity:0;
  393.    
  394.     {block:IfNotPermalinkSwitch}
  395.     bottom:0;
  396.     padding:16px 0 10px 0;
  397.     {block:IfPermalinkMovement}
  398.     padding:16px 0 0px 0;
  399.     {/block:IfPermalinkMovement}
  400.     background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,{text:PermalinkOpacity}) 100%);
  401.     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})));
  402.     background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,{text:PermalinkOpacity}) 100%);
  403.     background: -o-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,{text:PermalinkOpacity}) 100%);
  404.     background: -ms-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,{text:PermalinkOpacity}) 100%);
  405.     background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,{text:PermalinkOpacity}) 100%);
  406.     {/block:IfNotPermalinkSwitch}
  407.    
  408.     {block:IfPermalinkSwitch}
  409.     top:0;
  410.     padding:10px 0 16px 0;
  411.     {block:IfPermalinkMovement}
  412.     padding:0px 0 16px 0;
  413.     {/block:IfPermalinkMovement}
  414.     background: -moz-linear-gradient(bottom,  rgba(0,0,0,0) 0%, rgba(0,0,0,{text:PermalinkOpacity}) 100%);
  415.     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})));
  416.     background: -webkit-linear-gradient(bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,{text:PermalinkOpacity}) 100%);
  417.     background: -o-linear-gradient(bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,{text:PermalinkOpacity}) 100%);
  418.     background: -ms-linear-gradient(bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,{text:PermalinkOpacity}) 100%);
  419.     background: linear-gradient(to top,  rgba(0,0,0,0) 0%,rgba(0,0,0,{text:PermalinkOpacity}) 100%);
  420.     {/block:IfPermalinkSwitch}
  421.    
  422.    
  423. }
  424. .entry:hover .gradient{
  425.     opacity:0.99;
  426.     padding:16px 0 10px 0;
  427.     {block:IfPermalinkSwitch}
  428.     padding:10px 0 16px 0;
  429.     {/block:IfPermalinkSwitch}
  430. }
  431. .gradient a:hover{
  432.     text-decoration:none;
  433. }
  434. .gradient .reblogspan{
  435.     color:transparent;
  436.     width:13px;
  437.     height:13px;
  438.     background:url('http://media.tumblr.com/tumblr_mboy88Mmjo1qk7o6d.png');
  439.     display:inline-block;
  440. }
  441. .gradient .notespan{
  442.     padding: 0 5px;
  443.     color:#fff;
  444.     font-family: Ropa Sans, Arial;
  445.     font-size:14px;
  446.     line-height:14px;
  447. }
  448. .my-like {
  449.     cursor:pointer;
  450.     color:transparent;
  451.     width:13px;
  452.     height:13px;
  453.     background:url('http://media.tumblr.com/tumblr_mbp2zdKVHR1qk7o6d.png');
  454.     display:inline-block;
  455. }
  456. .my-liked {
  457.     cursor:pointer;
  458.     color:transparent;
  459.     width:13px;
  460.     height:13px;
  461.     background:url('http://media.tumblr.com/tumblr_mbp2zu4pim1qk7o6d.png');
  462.     display:inline-block;
  463. }
  464.  
  465. .t {
  466.     text-align: right;
  467.     opacity: .5;
  468.     filter: alpha(opacity = 50);
  469. }
  470.  
  471. p.t {
  472.     margin: 5px 0px 0px 0px;
  473.     font-size: 10px;
  474. }
  475.  
  476. .ti {
  477.     text-align: right;
  478.     opacity: 1;
  479.     filter: alpha(opacity = 100);
  480.     font-size: 10px;
  481.     line-height: 12px;
  482. }
  483.  
  484. p.ti {
  485.     margin: 5px 0px 0px 0px;
  486.     font-size: 10px;
  487. }
  488. .entry:hover .t {
  489.     opacity: 1;
  490.     filter: alpha(opacity = 100);
  491. }
  492.  
  493. #cap {position:relative;margin-left:0px;}
  494.  
  495. .source {display: none; position:absolute;}
  496.  
  497. .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;}
  498.  
  499.  #link { margin-left: 86px; margin-top:45px; position:fixed; background-color:#000;z-index: 9999999;}
  500. #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};}
  501. #link a:hover{font-style: bold;opacity:1;}
  502.  
  503.  #link2 { margin-left: 172px; margin-top:45px; position:fixed; background-color:#000;}
  504. #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};}
  505. #link2 a:hover{font-style: bold;opacity:1;
  506.   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}
  507. .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;border-bottom:2px dashed #000;}
  508. .menu a{color:#666;}
  509. .menu a hover{color:#666;opacity:0.5;}
  510.  
  511.  
  512. .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;}
  513. .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;}
  514. .curti:hover {margin-left:-10px;}
  515. {CustomCSS}
  516. .relativity{text-align:justify;}
  517.  
  518. #tumblr_controls {!important; !important;z-index:9999; !important;-webkit-filter:invert(100%);}
  519. #botao {-webkit-filter: grayscale(100%); height: 20px; font-size: 12px; position: absolute; left: 0px; bottom: 0px; width: 90px; z-index: 5000; opacity:0; }
  520.  
  521. @-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;}
  522. #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 }
  523.  
  524. #kokss{background: {color:barralinks};text-align:center;position:fixed;margin-top:-10px;margin-left:293px;width:684px;height:30px;border:1px solid {color:border};z-index:11;}
  525.  
  526. #borda{z-index:999999999999999999999999999999999999999999999999999999999999999999999999;position:fixed;margin-top:22px;margin-left:293px;width:684px;height:50px;border-left:1px solid {color:border};border-right:1px solid {color:border};z-index:11;}
  527.  
  528. #links {background:;margin-top:8px;margin-left:250px;position:fixed;text-align:left;text-transform:uppercase;opacity:2;margin-bottom:0px;width:680px;; -webkit-transition-duration: 0.6s;border-top: 0px {color:border} solid;z-index:4444;}
  529. #links a{font-size:9px;text-transform:uppercase;padding:3px;font-family:Oswald; -webkit-transition-duration: 0.6s;z-index:4444;}
  530.  
  531. #kokss2{position:fixed;margin-top:22px;margin-left:294px;width:680px;height:50px;border:0px solid {color:border};  background: #fff;-webkit-border-bottom-left-radius: 0px;-webkit-border-bottom-right-radius: 0px;z-index:11;}
  532. .desc {position:fixed;top:33px;font-family:'candara';font-size:12px;font-style:italic;width:680px;color:{color:PostsText};line-height:14px;text-align:center;}
  533. .menu2{background:#fff;width:100%;z-index:99999999;padding-bottom:2px;margin:30px 2px 0px 2px;opacity:1;text-align:center;border-bottom:1px dashed {color:border};padding-botton:2px;}
  534. .menu2 a{display:inline-block;padding-left:2px;opacity:1;}
  535.  
  536. #bg1{position:fixed;margin-top:115px;margin-left:18px;width:276px;height:466px;}
  537. #bg2{position:fixed;margin-top:115px;margin-left:981px;width:300px;height:466px;}
  538. </style>
  539. <script>
  540.  
  541. window.onload = function () {
  542. document.body.insertAdjacentHTML( 'beforeEnd', '<iframe id="my-like-frame" style="display:none;"></iframe>' );
  543. document.addEventListener( 'click', function ( event ) {
  544.     var myLike = event.target;
  545.     if( myLike.className.indexOf( 'my-like' ) > -1 ) {
  546.         var frame = document.getElementById( 'my-like-frame' ),
  547.             liked = ( myLike.className == 'my-liked' ),
  548.             command = liked ? 'unlike' : 'like',
  549.             reblog = myLike.getAttribute( 'data-reblog' ),
  550.             id = myLike.getAttribute( 'data-id' ),
  551.             oauth = reblog.slice( -8 );
  552.         frame.src = 'http://www.tumblr.com/' + command + '/' + oauth + '?id=' + id;
  553.         liked ? myLike.className = 'my-like' : myLike.className = 'my-liked';
  554.     };
  555. }, false );
  556. };
  557. </script>
  558.  
  559. </head>
  560. <body>
  561.  
  562. <!-- SCM Music Player http://scmplayer.net -->
  563. <script type="text/javascript" src="http://scmplayer.net/script.js"
  564. 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'},{'title':'81.','url':'https://www.youtube.com/watch?v=FOjdXSrtUxA'}]}" ></script>
  565. <!-- SCM Music Player script end -->
  566. <div id="fb-root"></div>
  567. <script>(function(d, s, id) {
  568.   var js, fjs = d.getElementsByTagName(s)[0];
  569.   if (d.getElementById(id)) return;
  570.   js = d.createElement(s); js.id = id;
  571.   js.src = "//connect.facebook.net/pt_BR/all.js#xfbml=1";
  572.   fjs.parentNode.insertBefore(js, fjs);
  573. }(document, 'script', 'facebook-jssdk'));</script>
  574.  
  575. <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>
  576. </div>
  577. <div id="borda"></div>
  578. <div id="bg1"><img src="{image:bg1}"></div>
  579. <div id="bg2"><img src="{image:bg2}"></div>
  580. <div id="kokss">
  581. <div id="links">
  582. <a href="{text:link1}">{text:link1 title}</a>
  583. <a href="{text:link2}">{text:link2 title}</a>
  584. <a href="{text:link3}">{text:link3 title}</a>
  585. <a href="{text:link4}">{text:link4 title}</a>
  586. <a href="{text:link5}">{text:link5 title}</a>
  587. </div></div></div>
  588. <div id="kokss2">
  589. <div class="desc">{description}</div><div class="menu2">
  590.  
  591.  
  592. <a title="fotos" href="/photoss">PHOTOS</a>
  593. <a title="Cute boys" href="/tagged/boys">BOYS</a>
  594. <a title="Acervo de lobos" href="/tagged/wolves" target="_blank">ALCATEIA</a>
  595. <a title="Acervo de corujas" href="/tagged/owlss" target="_blank">CORUJAS</a>
  596. <a title="Autoria" href="/meus" target="_blank">AUTORIA</a>
  597.  
  598. </div></div>
  599.  
  600.  
  601.  
  602.  
  603. <div id="bigbox">
  604.  
  605. <div id="container">
  606.  
  607. {block:Posts}
  608. <div class="entry">
  609. <div id="relativity">
  610.  
  611. {block:Text}
  612. <div class="textbox">              
  613. {block:Title}
  614. <h1>{Title}</h1>
  615. {/block:Title}
  616. {Body}
  617. </div>
  618. {block:indexpage}
  619.         <p class="ti">+ <a href="{Permalink}">{NoteCount}</a><a href="{ReblogUrl}" target="_blank"> -reblog</a></a></p>
  620.         {/block:indexpage}
  621. {/block:Text}
  622.  
  623. {block:Photo}
  624. {block:IndexPage}<a href="{Permalink}">
  625. <img src="{PhotoURL-500}" alt="{PhotoAlt}" width="100%" />
  626. </a><div id="cap">{block:Caption}{Caption}{/block:Caption}</div>
  627. {/block:IndexPage}
  628. {block:PermalinkPage}
  629. {LinkOpenTag}
  630. <img src="{PhotoURL-500}" alt="{PhotoAlt}" width="100%" /><div id="cap">{block:Caption}{Caption}{/block:Caption}</div>
  631. {LinkCloseTag}
  632. {/block:PermalinkPage}
  633. {/block:Photo}
  634.  
  635. {block:Photoset}
  636. {block:IndexPage}<a href="{Permalink}">
  637. <div style="margin-bottom:-4px;text-align:center;">
  638. {block:IndexPage}
  639. {block:IfPostWidth500px}
  640. {Photoset-500}<div id="cap">{block:Caption}{Caption}{/block:Caption}</div>
  641. {/block:IfPostWidth500px}{block:IfPostWidth400px}
  642. {Photoset-400}<div id="cap">{block:Caption}{Caption}{/block:Caption}</div>
  643. {/block:IfPostWidth400px}
  644. {block:IfPostWidth320px}
  645. {Photoset-250}<div id="cap">{block:Caption}{Caption}{/block:Caption}</div>
  646. {/block:IfPostWidth320px}
  647. {block:IfPostWidth250px}
  648. {Photoset-250}<div id="cap">{block:Caption}{Caption}{/block:Caption}</div>
  649. {/block:IfPostWidth250px}
  650. {/block:IndexPage}
  651. {block:PermalinkPage}
  652. {block:IfNot1Column}
  653. {Photoset-500}<div id="cap">{block:Caption}{Caption}{/block:Caption}</div>
  654. {/block:IfNot1Column}
  655. {block:If1Column}
  656. {block:IfPostWidth500px}
  657. {Photoset-500}<div id="cap">{block:Caption}{Caption}{/block:Caption}</div>
  658. {/block:IfPostWidth500px}
  659. {block:IfPostWidth400px}
  660. {Photoset-400}<div id="cap">{block:Caption}{Caption}{/block:Caption}</div>
  661. {/block:IfPostWidth400px}
  662. {block:IfPostWidth320px}
  663. {Photoset-250}<div id="cap">{block:Caption}{Caption}{/block:Caption}</div>
  664. {/block:IfPostWidth320px}
  665. {block:IfPostWidth250px}
  666. {Photoset-250}<div id="cap">{block:Caption}{Caption}{/block:Caption}</div>
  667. {/block:IfPostWidth250px}
  668. {/block:If1Column}
  669. {/block:PermalinkPage}
  670. </div>
  671. {block:PermalinkPage}
  672. {LinkOpenTag}
  673. <img src="{PhotoURL-500}" alt="{PhotoAlt}" width="100%" />
  674. {LinkCloseTag}
  675. {/block:PermalinkPage}
  676. {/block:Photoset}
  677.  
  678. {block:Quote}
  679. <div class="textbox" style="text-align:justify;">
  680. <h1>"{Quote}"</h1>
  681. {block:Source}
  682. <p>{Source}</p>
  683. {/block:Source}
  684. </div>{block:indexpage}
  685.         <p class="ti">+ <a href="{Permalink}">{NoteCount}</a><a href="{ReblogUrl}" target="_blank"> -reblog</a></a></p>
  686.         {/block:indexpage}
  687. {/block:Quote}
  688.  
  689. {block:Link}
  690. <div class="textbox">
  691. <h1> <a href="{URL}" class="link" {Target}>{Name}</a> </h1>
  692. {block:Description}
  693. <p>{Description}</p>
  694. {/block:Description}
  695. </div>
  696. {block:indexpage}
  697.         <p class="ti">+ <a href="{Permalink}">{NoteCount}</a><a href="{ReblogUrl}" target="_blank"> -reblog</a></a></p>
  698.         {/block:indexpage}
  699. {/block:Link}
  700.  
  701. {block:Chat}
  702. <div class="textbox">
  703. {block:Title}
  704. <a href="{Permalink}"><h1>{Title}</h1></a>
  705. {/block:Title}
  706. <ul class="chat">
  707. {block:Lines}
  708. <li class="{Alt} user_{UserNumber}">  
  709. {block:Label}
  710. <span class="label" style="font-weight:bold">{Label}</span>
  711. {/block:Label}
  712. {Line}
  713. </li>
  714. {/block:Lines}
  715. </ul>
  716. </div>
  717. {block:indexpage}
  718.         <p class="ti">+ <a href="{Permalink}">{NoteCount}</a><a href="{ReblogUrl}" target="_blank"> -reblog</a></a></p>
  719.         {/block:indexpage}
  720. {/block:Chat}
  721.  
  722. {block:Audio}
  723. <div class="textbox" style="text-align:center;">
  724. <p>{AudioPlayerBlack}</p>
  725. <p>
  726. {block:TrackName}
  727. {TrackName}
  728. {/block:TrackName}
  729. {block:Artist}
  730. - {Artist}
  731. {/block:Artist}
  732. </p>
  733. </div>
  734. {block:indexpage}
  735.         <p class="ti">+ <a href="{Permalink}">{NoteCount}</a><a href="{ReblogUrl}" target="_blank"> -reblog</a></a></p>
  736.         {/block:indexpage}
  737. {/block:Audio}
  738.  
  739. {block:Video}
  740. <div style="text-align:center;margin-bottom:-4px;">
  741.  
  742. {block:IndexPage}
  743. {block:IfPostWidth500px}
  744. {Video-500}
  745. {/block:IfPostWidth500px}
  746. {block:IfPostWidth400px}
  747. {Video-400}
  748. {/block:IfPostWidth400px}
  749. {block:IfPostWidth320px}
  750. {Video-250}
  751. {/block:IfPostWidth320px}
  752. {block:IfPostWidth250px}
  753. {Video-250}
  754. {/block:IfPostWidth250px}
  755. {/block:IndexPage}
  756. {block:PermalinkPage}
  757. {block:IfNot1Column}
  758. {Video-500}
  759. {/block:IfNot1Column}
  760. {block:If1Column}
  761. {block:IfPostWidth500px}
  762. {Video-500}
  763. {/block:IfPostWidth500px}
  764. {block:IfPostWidth400px}
  765. {Video-400}
  766. {/block:IfPostWidth400px}
  767. {block:IfPostWidth320px}
  768. {Video-250}
  769. {/block:IfPostWidth320px}
  770. {block:IfPostWidth250px}
  771. {Video-250}
  772. {/block:IfPostWidth250px}
  773. {/block:If1Column}
  774. {/block:PermalinkPage}
  775. </div>
  776. {/block:Video}
  777.  
  778. {block:Answer}
  779. <div class="question">
  780. {Question}
  781. </div>
  782. <div class="nipple"></div>
  783. <div class="questioner"><img src="{AskerPortraitURL-128}" width="20" height="20"/><div>{Asker}</div></div>
  784. <div class="textbox">{Answer}</div>
  785. {/block:Answer}
  786.  
  787. {block:IndexPage}
  788.  
  789. {block:Photo}
  790. <div class="gradient transition">
  791. <a href="{ReblogURL}" title="Reblog" target="_blank"><span class="reblogspan">x</span></a>
  792. <a href="{Permalink}" title="Permalink"><span class="notespan">{NoteCount}</span></a>
  793. <span class="my-like" data-reblog="{ReblogURL}" data-id="{PostID}" title="Like">x</span></div>
  794. {/block:Photo}
  795.  
  796. {block:Photoset}
  797. <div class="gradient transition">
  798. <a href="{ReblogURL}" title="Reblog" target="_blank"><span class="reblogspan">x</span></a>
  799. <a href="{Permalink}" title="Permalink"><span class="notespan">{NoteCount}</span></a>
  800. <span class="my-like" data-reblog="{ReblogURL}" data-id="{PostID}" title="Like">x</span></div>
  801. {/block:Photoset}
  802.  
  803.  
  804. {block:Video}
  805. <div class="gradient transition">
  806. <a href="{ReblogURL}" title="Reblog" target="_blank"><span class="reblogspan">x</span></a>
  807. <a href="{Permalink}" title="Permalink"><span class="notespan">{NoteCount}</span></a>
  808. <span class="my-like" data-reblog="{ReblogURL}" data-id="{PostID}" title="Like">x</span></div>
  809. {/block:Video}
  810.  
  811. {block:IndexPage}
  812. {block:Answer}
  813. <div class="permatext"><a href="{Permalink}">{NoteCountWithLabel}</a></div>
  814. {/block:Answer}
  815. {/block:IndexPage}
  816.  
  817. </div>
  818. </div>      
  819.  
  820. {block:PermalinkPage}
  821. {block:Date}
  822. {block:Photo}
  823. {block:Caption}<div class="entry"><div class="textbox">{Caption}</div></div>{/block:Caption}
  824. {/block:Photo}
  825. {block:Photoset}
  826. {block:Caption}<div class="entry"><div class="textbox">{Caption}</div></div>{/block:Caption}
  827. {/block:Photoset}
  828. {block:Audio}
  829. {block:Caption}<div class="entry"><div class="textbox">{Caption}</div></div>{/block:Caption}
  830. {/block:Audio}
  831. {block:Video}
  832. {block:Caption}<div class="entry"><div class="textbox">{Caption}</div></div>{/block:Caption}
  833. {/block:Video}
  834. {block:Pages}
  835. {block:Caption}<div class="entry"><div class="textbox">{Caption}</div></div>{/block:Caption}{/block:Pages}
  836. {Bloco: HasPages} {block:Caption}<div class="entry"><div class="textbox">{Caption}</div></div>{/block:Caption}{/ block: HasPages}
  837. <div class="entry">
  838. <div class="textbox">
  839. {block:NoteCount}
  840. <p>{NoteCountWithLabel}</p>
  841. {/block:NoteCount}
  842. <p>{DayOfMonth}{DayOfMonthSuffix} {Month} {Year} @ {12HourWithZero}:{Minutes}{AmPm}</p>
  843. {block:RebloggedFrom}
  844. <p>via <a href="{ReblogParentURL}">{ReblogParentName}</a></p><p>originally <a href="{ReblogRootURL}">{ReblogRootName}</a></p>
  845. {/block:RebloggedFrom}
  846. {block:HasTags}
  847. <p>{block:Tags}
  848. <a href="{TagURL}">#{Tag}</a>
  849. {/block:Tags}</p>
  850. {/block:HasTags}
  851. </div></div>
  852. {/block:Date}
  853. {block:PostNotes}
  854. <div class="entry">
  855. <div class="textbox">
  856. {PostNotes}
  857. </div></div>
  858. {/block:PostNotes}
  859. {/block:PermalinkPage}
  860.  
  861. {/block:Posts}
  862. </div></div>
  863.  
  864. {block:Pagination}
  865. <div id="pagination" style="display:none;">
  866. {block:NextPage}
  867. <a id="nextPage" href="{NextPage}"></a>
  868. {/block:NextPage}
  869. </div>
  870. {/block:Pagination}
  871.  
  872. <div class="source">
  873. {block:ContentSource}<a href="{SourceURL}" target="_blank">Source</a>{/block:ContentSource}
  874. </div>
  875.  
  876. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/iBElrgjim/jquerymasonry.js"></script>
  877. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/Qyblrgjfn/jqueryinfintescroll.js"></script>
  878. <script type="text/javascript">
  879. $(window).load(function () {
  880. var $content = $('#container');
  881. $content.masonry({itemSelector: '.entry'}),
  882. $content.infinitescroll({
  883. navSelector : 'div#pagination',
  884. nextSelector : 'div#pagination a#nextPage',
  885. itemSelector : '.entry',
  886. loading: {
  887. finishedMsg: '',
  888. img: 'http://static.tumblr.com/beiywxc/VXem7gjgj/ajax-loader__7_.gif'
  889. },
  890. bufferPx : 600,
  891. debug : false,
  892. },
  893. // call masonry as a callback.
  894. function( newElements ) {
  895. var $newElems = $( newElements );
  896. $newElems.hide();
  897. // ensure that images load before adding to masonry layout
  898. $newElems.imagesLoaded(function(){
  899. $content.masonry( 'appended', $newElems, true, function(){$newElems.fadeIn(300);} );
  900. });
  901. });
  902. });
  903. </script>
  904.  
  905. <div style="position:fixed;z-index:1338; !important;top:80px;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>
  906.  
  907. </body>
  908.  
  909.  
  910.  
  911.  
  912. <div style="position:fixed;z-index:1338; !important;top:20px;right:3px;opacity:0.9;"><script language="JavaScript">
  913. // FHS Tumblr Online Counter
  914. var height = '28';
  915. var ref = (''+document.referrer+'');
  916. document.write('<script src="http://s1.freehostedscripts.net/ocounter.php?site=ID3143086&s=1&h=' + height + '&e1=Online &e2=Online&r=' + ref + '"><\/script>');
  917. </script></div>
  918.  
  919. <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>
  920.  
  921. </html>
Advertisement
Add Comment
Please, Sign In to add comment