Ikxa

chelo003

May 17th, 2013
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 32.94 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:110px;margin-top:-7px;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}180px{/block:IfPostWidth250px}
  223. {/block:If3Columns};
  224.     {/block:IfSwitchSidebar}
  225. }
  226.  
  227. /** Sidebar **/
  228.  
  229. .sidebar{
  230.     margin-top;130px;
  231.     margin-left:55px;
  232.     padding:4px;
  233.     width:170px;
  234.     position:fixed;
  235.     background:{color:Sidebar};
  236.     color:{color:SidebarText};
  237.     border:1px dashed {color:SidebarOutline};
  238.     {block:IfBoxShadow}
  239.     box-shadow: 0 0 {text:ShadowSpread}px rgba(0,0,0,{text:ShadowOpacity});
  240.     -moz-box-shadow: 0 0 {text:ShadowSpread}px rgba(0,0,0,{text:ShadowOpacity});
  241.     -webkit-box-shadow: 0 0 {text:ShadowSpread}px rgba(0,0,0,{text:ShadowOpacity});
  242.     {/block:IfBoxShadow}
  243.     {block:IfSwitchSidebar}
  244.     margin-left:
  245. {block:If1Column}
  246. {block:IfPostWidth500px}581px{/block:IfPostWidth500px}
  247. {block:IfPostWidth400px}481px{/block:IfPostWidth400px}
  248. {block:IfPostWidth320px}401px{/block:IfPostWidth320px}
  249. {block:IfPostWidth250px}331px{/block:IfPostWidth250px}
  250. {/block:If1Column}
  251. {block:If2Columns}
  252. {block:IfPostWidth500px}1101px{/block:IfPostWidth500px}
  253. {block:IfPostWidth400px}901px{/block:IfPostWidth400px}
  254. {block:IfPostWidth320px}741px{/block:IfPostWidth320px}
  255. {block:IfPostWidth250px}601px{/block:IfPostWidth250px}
  256. {/block:If2Columns}
  257. {block:If3Columns}
  258. {block:IfPostWidth500px}1621px{/block:IfPostWidth500px}
  259. {block:IfPostWidth400px}1771px{/block:IfPostWidth400px}
  260. {block:IfPostWidth320px}1531px{/block:IfPostWidth320px}
  261. {block:IfPostWidth250px}871px{/block:IfPostWidth250px}
  262. {/block:If3Columns};
  263.     {block:IfNot1Column}
  264.     {block:PermalinkPage}
  265.     margin-left:581px;
  266.     {/block:PermalinkPage}
  267.     {/block:IfNot1Column}
  268.     {/block:IfSwitchSidebar}   
  269. }
  270. .sidebar a{
  271.     color:{color:SidebarLinks}
  272. }
  273. .sidebar a:hover{
  274.     color:{color:SidebarHover}
  275. }
  276. .sidebar .textbox{
  277.     overflow:hidden;
  278.     text-align:center;
  279.     {block:IfPortraitImage}
  280.     margin-top:0px;
  281.     {/block:IfPortraitImage}
  282. }
  283.  
  284. /** Posts **/
  285.  
  286. #container{border-left:{color:PostsText} 1px dashed;border-right:{color:PostsText} 1px dashed;background:{color:Posts};
  287.     width:
  288. {block:If1Column}
  289. {block:IfPostWidth500px}520px{/block:IfPostWidth500px}
  290. {block:IfPostWidth400px}420px{/block:IfPostWidth400px}
  291. {block:IfPostWidth320px}340px{/block:IfPostWidth320px}
  292. {block:IfPostWidth250px}270px{/block:IfPostWidth250px}
  293. {/block:If1Column}
  294. {block:If2Columns}
  295. {block:IfPostWidth500px}1040px{/block:IfPostWidth500px}
  296. {block:IfPostWidth400px}840px{/block:IfPostWidth400px}
  297. {block:IfPostWidth320px}680px{/block:IfPostWidth320px}
  298. {block:IfPostWidth250px}540px{/block:IfPostWidth250px}
  299. {/block:If2Columns}
  300. {block:If3Columns}
  301. {block:IfPostWidth500px}1560px{/block:IfPostWidth500px}
  302. {block:IfPostWidth400px}1260px{/block:IfPostWidth400px}
  303. {block:IfPostWidth320px}980px{/block:IfPostWidth320px}
  304. {block:IfPostWidth250px}762px{/block:IfPostWidth250px}
  305. {/block:If3Columns};
  306.     {block:IfNot1Column}
  307.     {block:PermalinkPage}
  308.     width:520px;
  309.     {/block:PermalinkPage}
  310.     {/block:IfNot1Column}
  311.     padding:3px;
  312.     margin-left:235px;
  313.     {block:IfSwitchSidebar}
  314.     margin-left:0;
  315.     {/block:IfSwitchSidebar}
  316. }
  317. #relativity {
  318.     position:relative;
  319.     width:100%;height:100%;
  320. }
  321. .entry {text-align:justify;
  322.     overflow:hidden;
  323.     background:{color:Posts};
  324.     margin:0px;
  325.     width:
  326. {block:IfPostWidth500px}500px{/block:IfPostWidth500px}
  327. {block:IfPostWidth400px}400px{/block:IfPostWidth400px}
  328. {block:IfPostWidth320px}320px{/block:IfPostWidth320px}
  329. {block:IfPostWidth250px}250px{/block:IfPostWidth250px};
  330.     {block:IfNot1Column}
  331. {block:PermalinkPage}width:500px;{/block:PermalinkPage}
  332.     {/block:IfNot1Column}
  333.     padding:2px;
  334.     float:left;
  335.     position:relative;
  336.     {block:IfBoxShadow}
  337.     box-shadow: 0 0 {text:ShadowSpread}px rgba(0,0,0,{text:ShadowOpacity});
  338.     -moz-box-shadow: 0 0 {text:ShadowSpread}px rgba(0,0,0,{text:ShadowOpacity});
  339.     -webkit-box-shadow: 0 0 {text:ShadowSpread}px rgba(0,0,0,{text:ShadowOpacity});
  340.     {/block:IfBoxShadow}
  341. }
  342. .textbox {text-align:justify;
  343.     margin:-5px 5px;
  344. }
  345. .textbox img {
  346.     max-width:100%;
  347.     height:auto;
  348. }
  349. .entry .question{
  350.     padding: 10px;
  351.     margin:5px 5px 0 5px;
  352.     border: 1px solid rgba(0,0,0,0.2);
  353.     border-bottom:0;
  354. }
  355. .entry .nipple{
  356.     margin: 0 5px;
  357.     background: url('http://media.tumblr.com/tumblr_mbr0ub239n1qk7o6d.png') top left;
  358.     height:6px;
  359.     opacity:0.2;
  360. }
  361. .entry .questioner{
  362.     margin:5px 0 0 19px;
  363.     padding-bottom:5px;
  364. }
  365. .entry .questioner div{
  366.     margin:0 0 0 5px;
  367.     padding:3px 0;
  368.     height:14px;
  369.     display:inline-block;
  370. }
  371. .entry ul.chat{
  372.     list-style:none;
  373.     padding-left:0;
  374. }
  375. .entry ul.chat li{
  376.     padding:5px;
  377.     border-top:1px solid {color:Posts Text};
  378. }
  379. .entry ul.chat li:first-child{
  380.     border:0;
  381.     padding-top:0px;
  382. }
  383. .entry ul.chat li:last-child{
  384.     padding-bottom:0px;
  385. }
  386. ol.notes {
  387.     width: 100%;
  388.     padding: 0;
  389.     list-style-type: none;
  390. }
  391. ol.notes li.note {
  392.     margin: 0;
  393.     padding:0 0 8px 0;
  394. }
  395. ol.notes li.note:last-child{
  396.     padding:0 0 2px 0;
  397. }
  398. ol.notes li.note img {
  399.     margin: 0 2px -2px 0px;
  400. }
  401. ol.notes blockquote{
  402.     margin:5px 0 0px 23px;
  403.     padding-left:5px;
  404. }  
  405. #infscr-loading{
  406.     position: absolute;
  407.     bottom: 0px;   
  408.     left: 50%;
  409.     width:56px;
  410.     height:21px;
  411.     margin: 0 0 15px -28px;
  412.     overflow:hidden;
  413.     opacity:0.8;
  414. }
  415.  
  416. /** Post Hovers **/
  417.  
  418. .permatext{
  419.     height:auto;
  420.     line-height:100%;
  421.     position:absolute;
  422.     right:0px;
  423.     bottom:0px;
  424.     {block:IfPermalinkMovement}
  425.     bottom:-5px;
  426.     {block:IfPermalinkMovement}
  427.     opacity:0;
  428.     padding:0;
  429.     background:{color:Posts};
  430.     box-shadow:0 0 15px 10px {color:Posts};
  431.     -webkit-transition: all 0.2s linear; -moz-transition: all 0.2s linear; transition: all 0.2s linear;
  432. }
  433. .entry:hover .permatext{
  434.     right:0px; bottom:0px;
  435.     opacity:1;
  436.     -webkit-transition: all 0.2s linear; -moz-transition: all 0.2s linear; transition: all 0.2s linear;
  437. }
  438. .entry:hover .permatext:hover{
  439.     opacity:1;
  440. }
  441. .gradient{
  442.     position:absolute;
  443.     left:0;
  444.     height:14px;
  445.     width:100%;
  446.     text-align:center;
  447.     opacity:0;
  448.    
  449.     {block:IfNotPermalinkSwitch}
  450.     bottom:0;
  451.     padding:16px 0 10px 0;
  452.     {block:IfPermalinkMovement}
  453.     padding:16px 0 0px 0;
  454.     {/block:IfPermalinkMovement}
  455.     background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,{text:PermalinkOpacity}) 100%);
  456.     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})));
  457.     background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,{text:PermalinkOpacity}) 100%);
  458.     background: -o-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,{text:PermalinkOpacity}) 100%);
  459.     background: -ms-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,{text:PermalinkOpacity}) 100%);
  460.     background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,{text:PermalinkOpacity}) 100%);
  461.     {/block:IfNotPermalinkSwitch}
  462.    
  463.     {block:IfPermalinkSwitch}
  464.     top:0;
  465.     padding:10px 0 16px 0;
  466.     {block:IfPermalinkMovement}
  467.     padding:0px 0 16px 0;
  468.     {/block:IfPermalinkMovement}
  469.     background: -moz-linear-gradient(bottom,  rgba(0,0,0,0) 0%, rgba(0,0,0,{text:PermalinkOpacity}) 100%);
  470.     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})));
  471.     background: -webkit-linear-gradient(bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,{text:PermalinkOpacity}) 100%);
  472.     background: -o-linear-gradient(bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,{text:PermalinkOpacity}) 100%);
  473.     background: -ms-linear-gradient(bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,{text:PermalinkOpacity}) 100%);
  474.     background: linear-gradient(to top,  rgba(0,0,0,0) 0%,rgba(0,0,0,{text:PermalinkOpacity}) 100%);
  475.     {/block:IfPermalinkSwitch}
  476.    
  477.    
  478. }
  479. .entry:hover .gradient{
  480.     opacity:0.99;
  481.     padding:16px 0 10px 0;
  482.     {block:IfPermalinkSwitch}
  483.     padding:10px 0 16px 0;
  484.     {/block:IfPermalinkSwitch}
  485. }
  486. .gradient a:hover{
  487.     text-decoration:none;
  488. }
  489. .gradient .reblogspan{
  490.     color:transparent;
  491.     width:13px;
  492.     height:13px;
  493.     background:url('http://media.tumblr.com/tumblr_mboy88Mmjo1qk7o6d.png');
  494.     display:inline-block;
  495. }
  496. .gradient .notespan{
  497.     padding: 0 5px;
  498.     color:#fff;
  499.     font-family: Ropa Sans, Arial;
  500.     font-size:14px;
  501.     line-height:14px;
  502. }
  503. .my-like {
  504.     cursor:pointer;
  505.     color:transparent;
  506.     width:13px;
  507.     height:13px;
  508.     background:url('http://media.tumblr.com/tumblr_mbp2zdKVHR1qk7o6d.png');
  509.     display:inline-block;
  510. }
  511. .my-liked {
  512.     cursor:pointer;
  513.     color:transparent;
  514.     width:13px;
  515.     height:13px;
  516.     background:url('http://media.tumblr.com/tumblr_mbp2zu4pim1qk7o6d.png');
  517.     display:inline-block;
  518. }
  519.  
  520. .t {
  521.     text-align: right;
  522.     opacity: .5;
  523.     filter: alpha(opacity = 50);
  524. }
  525.  
  526. p.t {
  527.     margin: 5px 0px 0px 0px;
  528.     font-size: 10px;
  529. }
  530.  
  531. .ti {
  532.     text-align: right;
  533.     opacity: 1;
  534.     filter: alpha(opacity = 100);
  535.     font-size: 10px;
  536.     line-height: 12px;
  537. }
  538.  
  539. p.ti {
  540.     margin: 5px 0px 0px 0px;
  541.     font-size: 10px;
  542. }
  543. .entry:hover .t {
  544.     opacity: 1;
  545.     filter: alpha(opacity = 100);
  546. }
  547.  
  548. #cap {position:relative;margin-left:0px;}
  549.  
  550. .source {display: none; position:absolute;}
  551.  
  552. .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;}
  553.  
  554.  #link { margin-left: 86px; margin-top:45px; position:fixed; background-color:#000;z-index: 9999999;}
  555. #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};}
  556. #link a:hover{font-style: bold;opacity:1;}
  557.  
  558.  #link2 { margin-left: 172px; margin-top:45px; position:fixed; background-color:#000;}
  559. #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};}
  560. #link2 a:hover{font-style: bold;opacity:1;
  561.   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}
  562. .menu { position:fixed; z-index:1;margin-left:1004px;margin-top:20px;width:20px;-webkit-animation: fade 4s;-moz-animation: fade 4s;-ms-animation: fade: 4s;-o-animation: fade: 8s;animation: fade: 4s;}
  563. .menu a{color:#666;}
  564. .menu a hover{color:#666;opacity:0.5;}
  565. .ii {text-indent:0px;background:{color:detalhess};line-height:18px;height:18px;padding:4px;margin-bottom:5px; margin-left:2px;margin-right:2px;font-family:'icons';font-size:12px;-webkit-border-radius: 0px 5px 5px 0px;padding-right:27px;border:{color:PostsText} 1px dashed;}
  566. .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;}
  567. .curti:hover {margin-left:-10px;}
  568. {CustomCSS}
  569. .relativity{text-align:justify;}
  570.  
  571. #tumblr_controls {!important; !important;z-index:9999; !important;-webkit-filter:invert(100%);}
  572. #botao {-webkit-filter: grayscale(100%); height: 20px; font-size: 12px; position: absolute; left: 0px; bottom: 0px; width: 90px; z-index: 5000; opacity:0; }
  573.  
  574.  
  575. </style>
  576. <script>
  577. window.onload = function () {
  578. document.body.insertAdjacentHTML( 'beforeEnd', '<iframe id="my-like-frame" style="display:none;"></iframe>' );
  579. document.addEventListener( 'click', function ( event ) {
  580.     var myLike = event.target;
  581.     if( myLike.className.indexOf( 'my-like' ) > -1 ) {
  582.         var frame = document.getElementById( 'my-like-frame' ),
  583.             liked = ( myLike.className == 'my-liked' ),
  584.             command = liked ? 'unlike' : 'like',
  585.             reblog = myLike.getAttribute( 'data-reblog' ),
  586.             id = myLike.getAttribute( 'data-id' ),
  587.             oauth = reblog.slice( -8 );
  588.         frame.src = 'http://www.tumblr.com/' + command + '/' + oauth + '?id=' + id;
  589.         liked ? myLike.className = 'my-like' : myLike.className = 'my-liked';
  590.     };
  591. }, false );
  592. };
  593. </script>
  594.  
  595. </head>
  596. <body>
  597. <div style="position:fixed; left:0px; top:-20px;"><object type="application/x-shockwave-flash" style="outline:none;" data="http://hosting.gmodules.com/ig/gadgets/file/112581010116074801021/spider.swf?up_fishColor9=aedefc&up_fishColor3=aedefc&up_fishColor8=aedefc&up_fishColor6=aedefc&up_numFish=7&up_fishColor2=aedefc&up_fishColor5=aedefc&up_fishColor1=aedefc&up_backgroundImage=http://&up_backgroundColor=transparent&up_fishColor7=aedefc&up_foodColor=545454&up_fishColor10=aedefc&up_fishName=Fish&up_fishColor4=aedefc&" width="1400" height="800"><param name="movie" value="http://hosting.gmodules.com/ig/gadgets/file/112581010116074801021/spider.swf?up_fishColor9=aedefc&up_fishColor3=aedefc&up_fishColor8=aedefc&up_fishColor6=aedefc8&up_numFish=7&up_fishColor2=aedefc&up_fishColor5=transparent&up_fishColor1=aedefc&up_backgroundImage=http://&up_backgroundColor=transparent&up_fishColor7=aedefc&up_foodColor=5a5a5a&up_fishColor10=aedefc&up_fishName=Fish&up_fishColor4=aedefc&;;"></param><param name="AllowScriptAccess" value="always"></param><param name="wmode" value="opaque"></param><param name="scale" value="noscale"/><param name="salign" value="tl"/></object>
  598. </div>
  599.  
  600. <div id="fb-root"></div>
  601. <script>(function(d, s, id) {
  602.   var js, fjs = d.getElementsByTagName(s)[0];
  603.   if (d.getElementById(id)) return;
  604.   js = d.createElement(s); js.id = id;
  605.   js.src = "//connect.facebook.net/pt_BR/all.js#xfbml=1";
  606.   fjs.parentNode.insertBefore(js, fjs);
  607. }(document, 'script', 'facebook-jssdk'));</script></script>
  608.  
  609. <div class="deslizante6"><div class="fb-subscribe" data-href="http://www.facebook.com/marcelo.naabas" data-layout="button_count" data-show-faces="false" data-width="450"></div> </div></div>
  610.  
  611. <div id="bigbox">
  612.  
  613. <div class="menu">
  614.  
  615. <a href="http://ask.fm/decisivo" target="_blank" title="Ask.fm">
  616. <div class="ii"><img src="http://static.tumblr.com/2lq61jq/Vx8mksqa6/ask.gif" style="width:19px; height:19px;"></a></div>
  617.  
  618. <a href="https://twitter.com/decisivo" target="_blank" title="Twitter">
  619. <div class="ii"><img src="http://static.tumblr.com/2lq61jq/Ni5mksqsq/tt.gif" style="width:19px; height:19px;"></a></div>
  620.  
  621. <a href="/tagged/quotesss" target="_blank" title="Quotes">
  622. <div class="ii"><img src="http://static.tumblr.com/4jd74ur/Tfjmkwa3s/lapis.gif" style="width:15px; height:14px;"></a></div>
  623.  
  624. <a href="/tagged/owlss" target="_self" title="Acervo de corujas">
  625. <div class="ii"><img src="http://static.tumblr.com/2lq61jq/IqAmkss28/coruja.gif" style="opacity:0.7;width:19px; height:19px;"></a></div>
  626.  
  627. <a href="/tagged/wolves" target="_self" title="Acervo de lobos">
  628. <div class="ii"><img src="http://static.tumblr.com/2lq61jq/58amksti2/lobo4.gif" style="opacity:0.7;width:19px; height:19px;"></a></div>
  629.  
  630. <a href="http://oxigenio-dapalavra.tumblr.com" target="_self" title="Meu oxigênio">
  631. <div class="ii"><img src="http://static.tumblr.com/4jd74ur/fMkmkvwbh/lis.gif" style="opacity:0.7;width:19px; height:19px;"></a></div>
  632. </div></div>
  633.  
  634. <div class="sidebar">
  635. {block:IfPortraitImage}
  636. <div class="portrait"><a href="/">
  637. <img src="{image:Portrait}" width="170px" height="auto" /></a>
  638. </div>{/block:IfPortraitImage}
  639. <div class="textbox">
  640. {block:IfLinksAfterDescription}
  641. <div class="description"><p>{Description}</p></div>
  642. {/block:IfLinksAfterDescription}
  643. <p>
  644. <a href="{text:Link1}">{text:Link1 Title}</a> /
  645. <a href="{text:Link2}">{text:Link2 Title}</a> /
  646. <a href="{text:Link3}">{text:Link3 Title}</a> /
  647. <a href="{text:Link4}">{text:Link4 Title}</a></br>
  648. <a href="{text:Link5}">{text:Link5 Title}</a> /
  649. <a href="{text:Link6}">{text:Link6 Title}</a> /
  650. <a href="{text:Link7}">{text:Link7 Title}</a>
  651. {block:Pages} / <a href="{URL}">{Label}</a>
  652. {/block:Pages}
  653. {block:IfOnlineUsersScript} / {text:OnlineUsersScript}{/block:IfOnlineUsersScript}</p>
  654. {block:IfNotLinksAfterDescription}
  655. <div class="description"><p>{Description}</p></div>
  656. {/block:IfNotLinksAfterDescription}
  657. </div></div>
  658.  
  659. </div>
  660.  
  661. <div id="container">
  662.  
  663. {block:Posts}
  664. <div class="entry">
  665. <div id="relativity">
  666.  
  667. {block:Text}
  668. <div class="textbox">              
  669. {block:Title}
  670. <h1>{Title}</h1>
  671. {/block:Title}
  672. {Body}
  673. </div>
  674. {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:Text}
  678.  
  679. {block:Photo}
  680. {block:IndexPage}<a href="{Permalink}">
  681. <img src="{PhotoURL-500}" alt="{PhotoAlt}" width="100%" />
  682. </a><div id="cap">{block:Caption}{Caption}{/block:Caption}</div>
  683. {/block:IndexPage}
  684. {block:PermalinkPage}
  685. {LinkOpenTag}
  686. <img src="{PhotoURL-500}" alt="{PhotoAlt}" width="100%" /><div id="cap">{block:Caption}{Caption}{/block:Caption}</div>
  687. {LinkCloseTag}
  688. {/block:PermalinkPage}
  689. {/block:Photo}
  690.  
  691. {block:Photoset}
  692. {block:IndexPage}<a href="{Permalink}">
  693. <div style="margin-bottom:-4px;text-align:center;">
  694. {block:IndexPage}
  695. {block:IfPostWidth500px}
  696. {Photoset-500}<div id="cap">{block:Caption}{Caption}{/block:Caption}</div>
  697. {/block:IfPostWidth500px}{block:IfPostWidth400px}
  698. {Photoset-400}<div id="cap">{block:Caption}{Caption}{/block:Caption}</div>
  699. {/block:IfPostWidth400px}
  700. {block:IfPostWidth320px}
  701. {Photoset-250}<div id="cap">{block:Caption}{Caption}{/block:Caption}</div>
  702. {/block:IfPostWidth320px}
  703. {block:IfPostWidth250px}
  704. {Photoset-250}<div id="cap">{block:Caption}{Caption}{/block:Caption}</div>
  705. {/block:IfPostWidth250px}
  706. {/block:IndexPage}
  707. {block:PermalinkPage}
  708. {block:IfNot1Column}
  709. {Photoset-500}<div id="cap">{block:Caption}{Caption}{/block:Caption}</div>
  710. {/block:IfNot1Column}
  711. {block:If1Column}
  712. {block:IfPostWidth500px}
  713. {Photoset-500}<div id="cap">{block:Caption}{Caption}{/block:Caption}</div>
  714. {/block:IfPostWidth500px}
  715. {block:IfPostWidth400px}
  716. {Photoset-400}<div id="cap">{block:Caption}{Caption}{/block:Caption}</div>
  717. {/block:IfPostWidth400px}
  718. {block:IfPostWidth320px}
  719. {Photoset-250}<div id="cap">{block:Caption}{Caption}{/block:Caption}</div>
  720. {/block:IfPostWidth320px}
  721. {block:IfPostWidth250px}
  722. {Photoset-250}<div id="cap">{block:Caption}{Caption}{/block:Caption}</div>
  723. {/block:IfPostWidth250px}
  724. {/block:If1Column}
  725. {/block:PermalinkPage}
  726. </div>
  727. {block:PermalinkPage}
  728. {LinkOpenTag}
  729. <img src="{PhotoURL-500}" alt="{PhotoAlt}" width="100%" />
  730. {LinkCloseTag}
  731. {/block:PermalinkPage}
  732. {/block:Photoset}
  733.  
  734. {block:Quote}
  735. <div class="textbox" style="text-align:justify;">
  736. <h1>"{Quote}"</h1>
  737. {block:Source}
  738. <p>{Source}</p>
  739. {/block:Source}
  740. </div>{block:indexpage}
  741.         <p class="ti">+ <a href="{Permalink}">{NoteCount}</a><a href="{ReblogUrl}" target="_blank"> -reblog</a></a></p>
  742.         {/block:indexpage}
  743. {/block:Quote}
  744.  
  745. {block:Link}
  746. <div class="textbox">
  747. <h1> <a href="{URL}" class="link" {Target}>{Name}</a> </h1>
  748. {block:Description}
  749. <p>{Description}</p>
  750. {/block:Description}
  751. </div>
  752. {block:indexpage}
  753.         <p class="ti">+ <a href="{Permalink}">{NoteCount}</a><a href="{ReblogUrl}" target="_blank"> -reblog</a></a></p>
  754.         {/block:indexpage}
  755. {/block:Link}
  756.  
  757. {block:Chat}
  758. <div class="textbox">
  759. {block:Title}
  760. <a href="{Permalink}"><h1>{Title}</h1></a>
  761. {/block:Title}
  762. <ul class="chat">
  763. {block:Lines}
  764. <li class="{Alt} user_{UserNumber}">  
  765. {block:Label}
  766. <span class="label" style="font-weight:bold">{Label}</span>
  767. {/block:Label}
  768. {Line}
  769. </li>
  770. {/block:Lines}
  771. </ul>
  772. </div>
  773. {block:indexpage}
  774.         <p class="ti">+ <a href="{Permalink}">{NoteCount}</a><a href="{ReblogUrl}" target="_blank"> -reblog</a></a></p>
  775.         {/block:indexpage}
  776. {/block:Chat}
  777.  
  778. {block:Audio}
  779. <div class="textbox" style="text-align:center;">
  780. <p>{AudioPlayerBlack}</p>
  781. <p>
  782. {block:TrackName}
  783. {TrackName}
  784. {/block:TrackName}
  785. {block:Artist}
  786. - {Artist}
  787. {/block:Artist}
  788. </p>
  789. </div>
  790. {block:indexpage}
  791.         <p class="ti">+ <a href="{Permalink}">{NoteCount}</a><a href="{ReblogUrl}" target="_blank"> -reblog</a></a></p>
  792.         {/block:indexpage}
  793. {/block:Audio}
  794.  
  795. {block:Video}
  796. <div style="text-align:center;margin-bottom:-4px;">
  797.  
  798. {block:IndexPage}
  799. {block:IfPostWidth500px}
  800. {Video-500}
  801. {/block:IfPostWidth500px}
  802. {block:IfPostWidth400px}
  803. {Video-400}
  804. {/block:IfPostWidth400px}
  805. {block:IfPostWidth320px}
  806. {Video-250}
  807. {/block:IfPostWidth320px}
  808. {block:IfPostWidth250px}
  809. {Video-250}
  810. {/block:IfPostWidth250px}
  811. {/block:IndexPage}
  812. {block:PermalinkPage}
  813. {block:IfNot1Column}
  814. {Video-500}
  815. {/block:IfNot1Column}
  816. {block:If1Column}
  817. {block:IfPostWidth500px}
  818. {Video-500}
  819. {/block:IfPostWidth500px}
  820. {block:IfPostWidth400px}
  821. {Video-400}
  822. {/block:IfPostWidth400px}
  823. {block:IfPostWidth320px}
  824. {Video-250}
  825. {/block:IfPostWidth320px}
  826. {block:IfPostWidth250px}
  827. {Video-250}
  828. {/block:IfPostWidth250px}
  829. {/block:If1Column}
  830. {/block:PermalinkPage}
  831. </div>
  832. {/block:Video}
  833.  
  834. {block:Answer}
  835. <div class="question">
  836. {Question}
  837. </div>
  838. <div class="nipple"></div>
  839. <div class="questioner"><img src="{AskerPortraitURL-128}" width="20" height="20"/><div>{Asker}</div></div>
  840. <div class="textbox">{Answer}</div>
  841. {/block:Answer}
  842.  
  843. {block:IndexPage}
  844.  
  845. {block:Photo}
  846. <div class="gradient transition">
  847. <a href="{ReblogURL}" title="Reblog" target="_blank"><span class="reblogspan">x</span></a>
  848. <a href="{Permalink}" title="Permalink"><span class="notespan">{NoteCount}</span></a>
  849. <span class="my-like" data-reblog="{ReblogURL}" data-id="{PostID}" title="Like">x</span></div>
  850. {/block:Photo}
  851.  
  852. {block:Photoset}
  853. <div class="gradient transition">
  854. <a href="{ReblogURL}" title="Reblog" target="_blank"><span class="reblogspan">x</span></a>
  855. <a href="{Permalink}" title="Permalink"><span class="notespan">{NoteCount}</span></a>
  856. <span class="my-like" data-reblog="{ReblogURL}" data-id="{PostID}" title="Like">x</span></div>
  857. {/block:Photoset}
  858.  
  859.  
  860. {block:Video}
  861. <div class="gradient transition">
  862. <a href="{ReblogURL}" title="Reblog" target="_blank"><span class="reblogspan">x</span></a>
  863. <a href="{Permalink}" title="Permalink"><span class="notespan">{NoteCount}</span></a>
  864. <span class="my-like" data-reblog="{ReblogURL}" data-id="{PostID}" title="Like">x</span></div>
  865. {/block:Video}
  866.  
  867. {block:IndexPage}
  868. {block:Answer}
  869. <div class="permatext"><a href="{Permalink}">{NoteCountWithLabel}</a></div>
  870. {/block:Answer}
  871. {/block:IndexPage}
  872.  
  873. </div>
  874. </div>      
  875.  
  876. {block:PermalinkPage}
  877. {block:Date}
  878. {block:Photo}
  879. {block:Caption}<div class="entry"><div class="textbox">{Caption}</div></div>{/block:Caption}
  880. {/block:Photo}
  881. {block:Photoset}
  882. {block:Caption}<div class="entry"><div class="textbox">{Caption}</div></div>{/block:Caption}
  883. {/block:Photoset}
  884. {block:Audio}
  885. {block:Caption}<div class="entry"><div class="textbox">{Caption}</div></div>{/block:Caption}
  886. {/block:Audio}
  887. {block:Video}
  888. {block:Caption}<div class="entry"><div class="textbox">{Caption}</div></div>{/block:Caption}
  889. {/block:Video}
  890. {block:Pages}
  891. {block:Caption}<div class="entry"><div class="textbox">{Caption}</div></div>{/block:Caption}{/block:Pages}
  892. {Bloco: HasPages} {block:Caption}<div class="entry"><div class="textbox">{Caption}</div></div>{/block:Caption}{/ block: HasPages}
  893. <div class="entry">
  894. <div class="textbox">
  895. {block:NoteCount}
  896. <p>{NoteCountWithLabel}</p>
  897. {/block:NoteCount}
  898. <p>{DayOfMonth}{DayOfMonthSuffix} {Month} {Year} @ {12HourWithZero}:{Minutes}{AmPm}</p>
  899. {block:RebloggedFrom}
  900. <p>via <a href="{ReblogParentURL}">{ReblogParentName}</a></p><p>originally <a href="{ReblogRootURL}">{ReblogRootName}</a></p>
  901. {/block:RebloggedFrom}
  902. {block:HasTags}
  903. <p>{block:Tags}
  904. <a href="{TagURL}">#{Tag}</a>
  905. {/block:Tags}</p>
  906. {/block:HasTags}
  907. </div></div>
  908. {/block:Date}
  909. {block:PostNotes}
  910. <div class="entry">
  911. <div class="textbox">
  912. {PostNotes}
  913. </div></div>
  914. {/block:PostNotes}
  915. {/block:PermalinkPage}
  916.  
  917. {/block:Posts}
  918. </div></div>
  919.  
  920. {block:Pagination}
  921. <div id="pagination" style="display:none;">
  922. {block:NextPage}
  923. <a id="nextPage" href="{NextPage}"></a>
  924. {/block:NextPage}
  925. </div>
  926. {/block:Pagination}
  927.  
  928. <div class="source">
  929. {block:ContentSource}<a href="{SourceURL}" target="_blank">Source</a>{/block:ContentSource}
  930. </div>
  931.  
  932. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/iBElrgjim/jquerymasonry.js"></script>
  933. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/Qyblrgjfn/jqueryinfintescroll.js"></script>
  934. <script type="text/javascript">
  935. $(window).load(function () {
  936. var $content = $('#container');
  937. $content.masonry({itemSelector: '.entry'}),
  938. $content.infinitescroll({
  939. navSelector : 'div#pagination',
  940. nextSelector : 'div#pagination a#nextPage',
  941. itemSelector : '.entry',
  942. loading: {
  943. finishedMsg: '',
  944. img: 'http://static.tumblr.com/beiywxc/VXem7gjgj/ajax-loader__7_.gif'
  945. },
  946. bufferPx : 600,
  947. debug : false,
  948. },
  949. // call masonry as a callback.
  950. function( newElements ) {
  951. var $newElems = $( newElements );
  952. $newElems.hide();
  953. // ensure that images load before adding to masonry layout
  954. $newElems.imagesLoaded(function(){
  955. $content.masonry( 'appended', $newElems, true, function(){$newElems.fadeIn(300);} );
  956. });
  957. });
  958. });
  959. </script>
  960.  
  961.  
  962.  
  963. </body>
  964.  
  965. </html>
  966.  
  967. <div style="opacity: 1;position:fixed;z-index:1338; !important;top:28px;right:3px;"><script src="http://www.totallylayouts.com/tumblr/users-online-counter/online.js?id=KDjXTpMLSrscABsC082A"></script></div>
  968.  
  969. <div style="position:fixed;z-index:1338; !important;top:49px;right:3px;"><script src="http://totallylayouts.com/tumblr/visitor-counter/counter.js?id=267109"></script></div>
  970.  
  971. <div style="position:fixed;z-index:1338; !important;top:72px;right:3px;"><img style="width:21px; height:16px" src="http://www.infoescola.com/wp-content/uploads/2011/02/bandeira-do-brasil.gif"/></div>
Advertisement
Add Comment
Please, Sign In to add comment