Ikxa

chelo006

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