Advertisement
lucas_hnf

exclu danoni

Sep 30th, 2015
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 26.88 KB | None | 0 0
  1. <!-- Theme por aniquilou ant (ifoudeu) || http://aniquilou.tumblr.com/-->
  2. <!-- Theme exclusivo -->
  3. <!-- Caso o theme apresente algum defeito favor entrar em contato, desde já grato! -->
  4.  
  5.  
  6. <html lang="en">
  7. <head>
  8. <script type="text/javascript"
  9. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  10. <link href='http://fonts.googleapis.com/css?family=Short+Stack' rel='stylesheet' type='text/css'>
  11. <html lang="en">
  12. <script type="text/javascript"
  13. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  14.  
  15.  
  16.  
  17. <link href='http://fonts.googleapis.com/css?family=Lora' rel='stylesheet' type='text/css'>
  18.  
  19. <link href='http://fonts.googleapis.com/css?family=Indie+Flower' rel='stylesheet' type='text/css'>
  20.  
  21. <link href='http://fonts.googleapis.com/css?family=Poiret+One' rel='stylesheet' type='text/css'>
  22.  
  23.  
  24. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  25. <meta name="image:background" content="" />
  26. <meta name="text:Link1" content="/" />
  27. <meta name="text:Link1 Title" content="inicio" />
  28. <meta name="text:Link2" content="/ask" />
  29. <meta name="text:Link2 Title" content="converse" />
  30. <meta name="text:Link3" content="/bau" />
  31. <meta name="text:Link3 Title" content="escritos" />
  32. <meta name="text:Link4" content="/cpj" />
  33. <meta name="text:Link4 Title" content="conselhos" />
  34. <meta name="color:Background" content="#000"/>
  35. <meta name="color:titulo" content="#ff0000"/>
  36. <meta name="color:scrollbar" content="#fff"/>
  37. <meta name="color:cor do fundo do texto selecionado" content="#fff"/>
  38. <meta name="color:cor do texto quando for selecionado" content="#000"/>
  39. <meta name="color:posts" content="#cccccc"/>
  40. <meta name="color:bg dos links" content="#ccc"/>
  41. <meta name="color:links" content="#eeeeee"/>
  42. <meta name="color:notes" content="#eaeaea"/>
  43. <meta name="color:autor" content="#ff0000"/>
  44. <meta name="color:bordas" content="#666666"/>
  45. <meta name="color:descri" content="#cccccc"/>
  46. <meta name="color:cor dos hover" content="#cecbcb"/>
  47. <meta name="color:background side" content="#000000" />
  48. <meta name="color:bg dos notes" content="#fff" />
  49. <meta name="text:titulo" content="Carry on" />
  50. <meta name="text:descricao" content="Eu quis ele por uma aventura, uma risada, uma distração. Depois quis o colo dele para sempre." />
  51. <meta name="if:bg notes transparent" content="1"/>
  52. <meta name="if:no selection" content="0"/>
  53. <meta name="if:Show Captions" content="0"/>
  54. <meta name="if:Show Tags" content="0"/>
  55. <meta name="if:Animation" content="1"/>
  56. <script type='text/javascript' src='http://static.tumblr.com/d0qlne1/DiAl6ekb7/jquery-1.4.2.min.js'></script>
  57.  
  58. <link href='http://fonts.googleapis.com/css?family=PT+Sans' rel='stylesheet' type='text/css'>
  59.  
  60. <script src="http://static.tumblr.com/twte3d7/H8Glm663z/masonry.js"></script>
  61. <script src="http://static.tumblr.com/twte3d7/0pellzh2t/infinitescroll.js"></script>
  62. <style type="text/css">
  63.  
  64.  
  65. <title> </title>
  66. <link rel="shortcut icon" href="{Favicon}">
  67. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  68. {block:Description}
  69. <meta name="description" content="{MetaDescription}" />
  70. {/block:Description}
  71.  
  72. <style type="text/css">
  73.  
  74.  
  75. ::-moz-selection {
  76. background: {color:cor do fundo do texto selecionado};
  77. color:{color:cor do texto quando for selecionado};
  78. }
  79.  
  80. ::selection {
  81. background: {color:cor do fundo do texto selecionado};
  82. color:{color:cor do texto quando for selecionado};
  83. }
  84.  
  85.  
  86. ::-webkit-scrollbar{width:5px;height:5px;}
  87. ::-webkit-scrollbar-button:start:decrement
  88. ::-webkit-scrollbar-button:end:increment{display:block;height:0;background-color:transparent;}
  89. ::-webkit-scrollbar-track-piece{background-color: {color: #eee}; -webkit-border-radius:0;-webkit-border-bottom-right-radius:0px;-webkit-border-bottom-left-radius:0px;}
  90. ::-webkit-scrollbar-thumb:vertical{height:50px; background-color: {color:scrollbar};-webkit-border-radius:4px;}
  91. ::-webkit-scrollbar-thumb:horizontal{width:50px; background-color: {color:scrollbar};-webkit-border-radius:4px;}
  92.  
  93.  
  94. .popup_block{
  95. display: none; /*--hidden by default--*/
  96. background: black ;
  97. padding: 5px;
  98. border: 2px solid color:#d8d8d8;
  99. float: left;
  100. font-family: "short stack";
  101. font-size: 12;
  102. position: fixed;
  103. top: 50%; left: 50%;
  104. z-index: 99999;
  105. /*--CSS3 Box Shadows--*/
  106. -webkit-box-shadow: 0px 0px 20px #000;
  107. -moz-box-shadow: 0px 0px 20px #000;
  108. box-shadow: 0px 0px 20px #000;
  109. /*--CSS3 Rounded Corners--*/
  110. -webkit-border-radius: 0px;
  111. -moz-border-radius: 0px;
  112. border-radius: 0px;
  113. }
  114. img.btn_close {
  115. float: right;
  116. margin: 0 0px 0 0;
  117. }
  118. /*--Making IE6 Understand Fixed Positioning--*/
  119. *html #fade {position: absolute;}
  120. *html .popup_block {position: absolute;}
  121.  
  122.  
  123. .fullbody{float: center;width: 500px;margin-top:0px;margin-left:300px;}
  124.  
  125. iframe#tumblr_controls {
  126. top: 0% !important;
  127. right:0% !important;
  128. position: fixed !important;}
  129. body {font-family: Short Stack;font-size: 11px;
  130. background-color:{color:Background};
  131. background-image:url('{image:background}');
  132. background-attachment:fixed;
  133. background-repeat: no-repeat;
  134. background-size:100% 100%;
  135. background-repeat: no-repeat;
  136. background-size:100% 100%;}
  137.  
  138. a:link, a:active, a:visited{color:{color:notes};text-decoration: none; -webkit-transition: color 0.4s ease-out; -moz-transition: color 0.4s ease-out;}
  139.  
  140.  
  141. a:hover{color:{color:cor dos hover};-webkit-transition: color 0.4s ease-out; -moz-transition: color 0.4s ease-out; text-shadow:0px 0px 0px black;}
  142.  
  143. .entries {z-index:;background:transparent;font-size:10px;line-height:13px;text-transform:normal;
  144.  
  145. position:relative;
  146. width:400px;
  147. float:left; text-align:justify;color:{color:posts};border-bottom:1px solid {color:bordas};margin-top:20px;margin-bottom:20px;
  148.  
  149. padding:15px 0px 15px 0px;
  150.  
  151. }
  152.  
  153. #posts {font-family: times;text-align:justify;margin:auto;padding-top:140px;width:500px;min-height:100%;}
  154.  
  155. #postx {font-family: times;text-align:justify;margin:auto;width:500px;}
  156.  
  157.  
  158. #infscr-loading{bottom: -70px;position: absolute;left: 50%;margin-left:-8px;width:16px;height:11px;overflow:hidden;margin-bottom: 50px;}
  159.  
  160.  
  161. #r {width: 0px;height: 0px;border-top: 13px solid #bdbdbd;border-right: 21px solid transparent;position: absolute;margin-top: 7px;margin-left: 91%;}
  162. #l {width: 0px;height: 0px;border-top: 13px solid #bdbdbd;border-left: 20px solid transparent;position: absolute;margin-top: 7px;margin-left: 0px;opacity: 1;}
  163.  
  164. blockquote{padding:0px 0px 2px 5px;margin:0px 0px 0px 0px;border-left: 1px solid #555555;}
  165.  
  166. blockquote p, ul{margin:0px; padding:0px; }
  167.  
  168. a img{border: 0px;}
  169.  
  170. ul, ol, li{list-style:none; margin:0px; padding:0px;}
  171.  
  172. .box img {
  173. display: block;
  174. max-width: 100%;}
  175.  
  176. .box {position: relative;}
  177.  
  178. .user_1 .label, .user_2 .label, .user_3 .label, .user_4 .label, .user_5 .label, .user_6 .label,
  179. .user_7 .label, .user_8 .label, .user_9 .label {color:#555555;}
  180.  
  181. .chat{font-size:12px;font-family:candara;text-align:left;}
  182.  
  183. .notes img{width:10px;position:relative;top:3px;}
  184.  
  185. .video embed, .post div.video object {width:250px !important; height:120px !important;}
  186.  
  187. .askk{font-family: 'Lora', serif; font-size:12px;font-size:11.5px;letter-spacing:1px;
  188. padding:5px;
  189. background-color: #dadada; color:#000;
  190. -webkit-border-radius: 5px 5px 5px 5px;
  191. -moz-border-radius: 5px 5px 5px 5px;
  192. border-radius: 5px 5px 5px 5px;}
  193.  
  194. .setinha {margin-top:-0px;float:right;
  195. margin-right:25px;
  196. width: 0;
  197. height: 0;
  198. border-top: 20px solid #dadada;
  199. border-left: 15px solid transparent;}
  200.  
  201. .perguntou {
  202. font-size: 12px;
  203. font-family: 'Poiret One', cursive;
  204. text-transform: capitalize
  205. ;margin-left: 60px;
  206. line-height:.1em;
  207. margin-top:10px;}
  208.  
  209. .perguntou a{color:#fff;float:right;margin-right:20px;margin-top:10px;}
  210.  
  211. .perguntou img{vertical-align:right;
  212. float:right;
  213. max-height:40px;
  214. margin-right: 10px;
  215. -webkit-border-radius: 60px 60px 60px 60px;
  216. -moz-border-radius: 60px 60px 60px 60px;
  217. border-radius: 60px 60px 60px 60px;
  218. box-shadow: 3px 3px transparent; }
  219.  
  220. .resposta {font-family: 'Lora', serif; font-size:12px;
  221. background:transparent;
  222. width:98%;
  223. padding: 2px;
  224. text-align:justify;}
  225.  
  226. .nots {text-transform:lowercase;padding:3px 5px 3px 5px;width:320px;height:12px;font-size:10px; text-align:right; position: absolute; opacity:0;font-family:calibri;display:block; -webkit-transition: all 0.4s ease-out;-moz-transition: all .4s ease-out; margin-left:0px;margin-top:15px;color:{color:notes}; -webkit-transition: all 0.6s ease; -moz-transition: all 0.6s ease;-o-transition: all 0.6s ease;transition: all 1s ease;background-color:transparent;margin-left:70px;}
  227.  
  228. .nots a{font-size:10px;font-family:calibri; text-transform:uppercase;}
  229.  
  230. .nots a:hover{text-decoration:line-through;}
  231.  
  232. .entries:hover .nots {opacity:1; z-index:9;font-size:10px; text-transform:lowercase; -webkit-transition: all 0.6s ease; -moz-transition: all 0.6s ease;-o-transition: all 0.6s ease;transition: all 1s ease;margin-top:5px;}
  233.  
  234. .entries:hover .nots{ background-color:{color:bg dos notes};{block:ifbgnotestransparent}background-color:transparent;{/block:ifbgnotestransparent}}
  235.  
  236. .notss {text-transform:lowercase;padding:5px 4px 5px 9px;width:400px; height:14px; background-color:{color:bgnots};{block:ifbgnotstransparent}background:transparent;{/block:ifbgnotstransparent}font-size:11px; text-align:right; position: absolute;opacity:1;
  237. color:black; 'Calibri', sans-serif;display:block; -webkit-transition: all 0.4s ease-out;-moz-transition: all .4s ease-out; margin-left:-12px;margin-top:-10px;{block:PermalinkPage}width:400px;{/block:PermalinkPage}}
  238.  
  239. .notss a{color:white;font-family:calibri; text-transform:uppercase;}
  240.  
  241. .entries:hover .notss {opacity:1;margin-left:-12px; z-index:9;font-size:px; text-transform:lowercase;-webkit-transition: all 0.4s ease-out;-moz-transition: all .4s ease-out;text-transform:lowercase;{block:PermalinkPage}width:400px;{/block:PermalinkPage}}
  242.  
  243. .notts {text-transform:lowercase;padding:5px 4px 5px 9px;width:400px;background-color:{color:bgnots};{block:ifbgnotstransparent}background:transparent;{/block:ifbgnotstransparent}font-size:11px; text-align:right; position: absolute;opacity:1;
  244. color:black; 'Calibri', sans-serif;display:block; -webkit-transition: all 0.4s ease-out;-moz-transition: all .4s ease-out; margin-left:-12px;margin-top:18px;{block:PermalinkPage}width:400px;{/block:PermalinkPage}}
  245.  
  246. .notts a{color:white;font-family:calibri; text-transform:uppercase;}
  247.  
  248. .entries:hover .notts {opacity:1;margin-left:-12px; z-index:9;font-size:px; text-transform:lowercase;-webkit-transition: all 0.4s ease-out;-moz-transition: all .4s ease-out;text-transform:lowercase;{block:PermalinkPage}width:400px;{/block:PermalinkPage}}
  249.  
  250.  
  251. .quoote {text-align:justify; padding-bottom:5px;font-size:11.5px;font-family:comic;color:{color:posts};line-height:15px;letter-spacing:1px;}
  252. source {font-size:10px; text-transform:none;font-family:calibri;font-style:none; text-decoration:none;
  253. text-align:center; font-weight:bold;}
  254.  
  255. titulo {text-align:left;font-size:14px; #000000;font-family: 'Poiret One', cursive;line-height:15px; font-weight: bold;}
  256.  
  257. h1 {text-align:center; font: 11px corbel; color: #000;}
  258.  
  259. .sc {color:{color:autor};font-size:10px;font-family:candara; text-transform:uppercase;text-align:left;margin-top:5px;opacity:1;;padding:0px 0px 10px 0px;}
  260.  
  261. .sc a {color:{color:autor}}
  262.  
  263. .inflink {text-align:center;}
  264.  
  265.  
  266. .side{background:{color:background side};width:405px;position:fixed;opacity:1;z-index:99999999;margin-top:-10px;
  267.  
  268.  
  269. }
  270. .side:hover {-webkit-transition: all 0.99s ease-out
  271. ;-moz-transition: all 0.3s ease-out;all 0.3s ease-out;-moz-transition:All 1s ease;-o-transition:All 1s ease;border-right:px solid #cecbcb;}
  272. .side{ background:{color:background side};}
  273.  
  274. .sidedescri {background-color:transparent;width:405px;color:{color:titulo};text-align:center; margin-left:0px;
  275. height:28px; line-height:16px; margin-top:5px;font-family: 'Indie Flower', cursive;font-size:25px;opacity:10;padding:10px 0px 0px 0px;-webkit-transition: all 0.3s ease-out;-moz-transition: all 0.1s ease-out;}
  276.  
  277. .sidewdescri {background-color:transparent; width:370px;color:{color:descri};text-align:justify; margin-left:0px; line-height:14px; margin-top:0px;font-family: times;font-style:none;font-size:11.5px;opacity:1;padding:5px 15px 5px 15px;}
  278.  
  279. .links{width:360px;-webkit-transition: all 0.5s ease-in; -moz-transition: all 0.5s ease-in; margin-top:20px;margin-left:0px;text-align:center;opacity:1;height:20px;line-height:12px;padding:5px 0px 5px 0px; -webkit-transform: translateX(0%); -moz-transform: translateX(0%); transform: translateX(0%); -webkit-transition: all 0.6s ease; -moz-transition: all 0.6s ease;-o-transition: all 0.6s ease;transition: all 1s ease; text-shadow: 0px 7px 0px transparent, 0px -7px 0px transparent;}
  280.  
  281. .links a { margin-left:2px;margin:6px;font-family: 'Indie Flower', cursive;color:{color:links};font-size:11.5px;text-align:center;background:transparent;padding:3px 6px 3px 6px;margin-left:20px;width:40px;
  282. height:12px;line-height:12px;z-index:999999999;}
  283.  
  284. .links a:hover{color:#000; text-shadow: 0px 0px 0px #000, 0px 0px 0px #000; -webkit-transition: all 0.6s ease; -moz-transition: all 0.6s ease;-o-transition: all 0.6s ease;transition: all 0.6s ease;}
  285.  
  286. #infscr-loading{position:absolute!important;width:16px!important;height:11px!important;margin-bottom:-16px!important;top:auto!important;bottom:0;left:50%!important}
  287.  
  288. #cred {width:45px;height:18px;background-color:transparent;right:30px;bottom:30px;position:fixed;font-size:11px; color:#e5e3e3; text-transform:none; font-family: 'Indie Flower', cursive;position:fixed;font-style:;text-align:center;padding:3px 14px 0px 7px; border:1px solid #cccccc;-webkit-border-radius: 12px 12px 12px 12px;letter-spacing:1px;
  289. -moz-border-radius: 12px 12px 12px 12px;
  290. border-radius: 12px 12px 12px 12px; -webkit-transition: all 0.6s ease; -moz-transition: all 0.6s ease;-o-transition: all 0.6s ease;transition: all 0.6s eas}
  291.  
  292. #cred:hover { -webkit-transition: all 0.6s ease; -moz-transition: all 0.6s ease;-o-transition: all 0.6s ease;transition: all 0.6s eas}
  293.  
  294. .post-header-a{width:100%;height:100%;position:absolute;display:block;text-align:center;z-index:9999999999;{block:IfAnimation}-webkit-transition-duration: 0.7s; -moz-transition: all .7s ease-in-out; -o-transition: all .7s ease-in-out; transition: all .7s ease-in-out; -webkit-transition: all .7s ease-in-out;{/block:IfAnimation}}
  295. .p-center{position:relative;height:30px;top:50%;margin-top:-15px}
  296.  
  297. .entries:hover .reblog-button,.entries:hover .like-button,.entries:hover .note-perma{margin-top:0;opacity:1;filter:alpha(opacity = 1);{block:IfAnimation}-webkit-transition-duration: 0.7s; -moz-transition: all .7s ease-in-out; -o-transition: all .7s ease-in-out; transition: all .7s ease-in-out; -webkit-transition: all .7s ease-in-out;{/block:IfAnimation}}
  298.  
  299. .reblog-button:hover,.like-button:hover,.note-perma:hover{background:rgba(0,0,0,1);opacity:1;filter:alpha(opacity = 100)}
  300.  
  301. .reblog-button{margin-top:60px;margin-left:3px;z-index:3333;display:inline-block;height:30px;width:30px;text-indent:-999em;background:rgba(0,0,0,.17);overflow:hidden;-webkit-border-radius:30px;-moz-border-radius:30px;border-radius:30px;opacity:0;filter:alpha(opacity = 0)}
  302.  
  303. .reblog-button img{z-index:33333;height:15px;display:block;margin:8px 5px;display:block;text-indent:-999em;overflow:hidden;-webkit-border-radius:30px;-moz-border-radius:30px;border-radius:30px}
  304.  
  305. .note-perma{margin-top:60px;margin-left:3px;z-index:3333;display:inline-block;height:30px;width:30px;text-indent:-999em;background:rgba(0,0,0,.17);overflow:hidden;-webkit-border-radius:30px;-moz-border-radius:30px;border-radius:30px;opacity:0;filter:alpha(opacity = 0)}
  306.  
  307. .note-perma img{z-index:33333;height:15px;display:block;margin:7px 5px;text-indent:-999em;overflow:hidden;-webkit-border-radius:30px;-moz-border-radius:30px;border-radius:30px}
  308.  
  309. .like-button{margin-top:60px;z-index:3333;background:rgba(0,0,0,.17);height:30px;width:30px;display:inline-block;right:10px;text-indent:-999em;overflow:hidden;-webkit-border-radius:30px;-moz-border-radius:30px;border-radius:30px;opacity:0;filter:alpha(opacity = 0)}
  310.  
  311. .like-button img{z-index:33333;height:15px;display:block;margin:8px auto;display:block;text-indent:-999em;overflow:hidden}
  312.  
  313. .posts-left { float: right; text-transform: normal;}
  314.  
  315. .box img {display: block;}
  316.  
  317. .notes img{display:block;float:left;margin-right:.75em}
  318.  
  319. inill{width:60px;}
  320.  
  321.  
  322. .likew {position:absolute;margin-left:-35px;top:-25px;z-index:9999999;border-radius:2px;padding:5;opacity:0;transition: .8s ease-in-out; -webkit-transition: .8s ease-in-out;background:transparent;
  323. -moz-transition: .8s ease-in-out;border-radius:5;
  324. -o-transition: .8s ease-in-out;}
  325.  
  326. .reblogew {position:absolute;margin-left:-35px;top:1px;z-index:9999999;border-radius:2px;padding:5;opacity:0;transition: .8s ease-in-out; -webkit-transition: .8s ease-in-out;background:transparent;
  327. -moz-transition: .8s ease-in-out;border-radius:5;
  328. -o-transition: .8s ease-in-out;}
  329.  
  330. .entries:hover .likew {opacity:1;transition: 1.2s ease-in-out;
  331. -webkit-transition: 1.2s ease-in-out;margin-left:24px;
  332. -moz-transition: 1.2s ease-in-out;top:0px;
  333. -o-transition: 1.2s ease-in-out;}
  334.  
  335. .entries:hover .reblogew {opacity:1;transition: .8s ease-in-out;
  336. -webkit-transition: .8s ease-in-out;margin-left:2px;
  337. -moz-transition: .8s ease-in-out;top:0px;
  338. -o-transition: .8s ease-in-out;}
  339.  
  340.  
  341. .likew2 {position:absolute;margin-left:-35px;top:-25px;z-index:9999999;border-radius:2px;padding:5;opacity:0;transition: .8s ease-in-out; -webkit-transition: .8s ease-in-out;background: rgba(0,0,0,.4);
  342. -moz-transition: .8s ease-in-out;border-radius:5;
  343. -o-transition: .8s ease-in-out;}
  344.  
  345. .reblogew2 {position:absolute;margin-left:-35px;top:1px;z-index:9999999;border-radius:2px;padding:5;opacity:0;transition: .8s ease-in-out; -webkit-transition: .8s ease-in-out;background: rgba(0,0,0,.4);
  346. -moz-transition: .8s ease-in-out;border-radius:5;
  347. -o-transition: .8s ease-in-out;}
  348.  
  349. .entries:hover .likew2 {opacity:1;transition: 1.2s ease-in-out;
  350. -webkit-transition: 1.2s ease-in-out;margin-left:30px;
  351. -moz-transition: 1.2s ease-in-out;top:5px;
  352. -o-transition: 1.2s ease-in-out;}
  353.  
  354. .entries:hover .reblogew2 {opacity:1;transition: .8s ease-in-out;
  355. -webkit-transition: .8s ease-in-out;margin-left:5px;
  356. -moz-transition: .8s ease-in-out;top:5px;
  357. -o-transition: .8s ease-in-out;}
  358.  
  359.  
  360. .color{color:{color:posts};}
  361.  
  362. </style>
  363. {block:IndexPage}
  364. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/iBElrgjim/jquerymasonry.js"></script>
  365. <script type="text/javascript" src="http://static.tumblr.com/gbhtemr/vNWno9v6j/socroll.txt"></script>
  366.  
  367.  
  368. <script type="text/javascript">
  369. $(window).load(function () {
  370. var $content = $('#posts');
  371. $content.masonry({itemSelector: '.entries'}),
  372. $content.infinitescroll({
  373. navSelector : 'div#pagination',
  374. nextSelector : 'div#pagination a#nextPage',
  375. itemSelector : '.entries',
  376. loading: {
  377. finishedMsg: '',
  378. img: 'http://static.tumblr.com/dbek3sy/pX1lrx8xv/ajax-loader.gif'
  379. },
  380. bufferPx : 600,
  381. debug : false,
  382. },
  383. // call masonry as a callback.
  384. function( newElements ) {
  385. var $newElems = $( newElements );
  386. $newElems.hide();
  387. // ensure that images load before adding to masonry layout
  388. $newElems.imagesLoaded(function(){
  389. $content.masonry( 'appended', $newElems, true, function(){$newElems.fadeIn(300);} );
  390.  
  391.  
  392. });
  393. });
  394. });
  395. </script>
  396.  
  397. {/block:IndexPage}
  398.  
  399. </div>
  400.  
  401. <body>{block:ifnoselection}<body onselectstart="return false" oncontextmenu="return false" ondragstart="return false" onMouseOver="window.status='..message perso .. '; return true;" > {/block:ifnoselection}
  402. <title>{title}</title>
  403.  
  404.  
  405. <link rel="shortcut icon" href="{Favicon}">
  406. <link rel="alternate" type="application/rss+xml" title="RSS" href="{RSS}" />
  407. <div id="postx">
  408. <div class="side">
  409.  
  410. <div class="sidedescri">{text:titulo}</div>
  411.  
  412. <div class="sidewdescri">{text:descricao}
  413.  
  414. <div class="links">
  415.  
  416. <a href="{text:Link1}">{text:Link1 Title}</a>
  417. <a href="{text:Link2}">{text:Link2 Title}</a>
  418. <a href="{text:Link3}">{text:Link3 Title}</a>
  419. <a href="{text:Link4}">{text:Link4 Title}</a>
  420.  
  421. </div></div>
  422.  
  423. </div></div>
  424.  
  425.  
  426. <div id="posts">
  427.  
  428.  
  429.  
  430.  
  431. {block:Posts}
  432. <div class="entries">
  433.  
  434. {block:Text}{/block:IndexPage}{block:Title}<titulo>{Title}</titulo>{/block:Title}{Body}{block:IndexPage}
  435. <div class="notts">{block:NoteCount} <a href="{Permalink}" {block:NoteCount}{/block:NoteCount}</a>{NoteCountWithLabel}</a><div class="likew">
  436. {LikeButton color="white" size="13"}</div>
  437. <div class="reblogew">
  438. {ReblogButton color="white" size="13"}</div></div>{/block:IndexPage}{/block:Text}
  439.  
  440.  
  441. {block:Link}
  442. {block:IndexPage}<div class="inflink" >
  443. <a href="{URL}" class="title" target="_blank">{Name}</a>
  444. <div class="nots"> {block:IndexPage}{block:NoteCount} <a href="{Permalink}" {block:NoteCount}{/block:NoteCount}</a>{NoteCountWithLabel}</a>{/block:IndexPage}</div><div class="noits"><a href="{ReblogUrl}" target="_blank">reblog</a></div></div>{/block:IndexPage}
  445. {block:Description}{Description}{/block:Description}
  446. {block:Link}
  447.  
  448. {block:Answer}
  449. <div class="text answer">
  450. <div class="askk">{Question}</div>
  451. <div class="setinha"></div><br>
  452. <div class="perguntou"><img src="{askerportraiturl-40}" width="30px">
  453. {Asker}</div><br>
  454. <div class="resposta">{Answer}</div>
  455. <div class="meta">
  456. <div class="notss">{block:NoteCount} <a href="{Permalink}" {block:NoteCount}{/block:NoteCount}</a>{NoteCountWithLabel}</a><div class="likew">
  457. {LikeButton color="white" size="13"}</div>
  458. <div class="reblogew">
  459. {ReblogButton color="white" size="13"}</div></div>
  460.  
  461. </div>
  462. </div>
  463. {/block:Answer}
  464.  
  465. {block:Photo}
  466. <div class="photo">
  467. <div class="box">
  468. <!-- permalink --> {block:IndexPage}
  469. <div class="likew2">
  470. {LikeButton color="white" size="13"}</div>
  471. <div class="reblogew2">
  472. {ReblogButton color="white" size="13"}</div>
  473. <!-- /permalink --> {/block:IndexPage}
  474. {block:IndexPage}
  475. <a href="{Permalink}"><img src="{PhotoURL-500}" alt="{PhotoAlt}" width="100%"/></a>
  476. {/block:IndexPage}
  477. {block:PermalinkPage}
  478. {LinkOpenTag}<img src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="500"/>{LinkCloseTag}
  479. {/block:PermalinkPage}
  480. </div>
  481. {block:IndexPage}{block:IfShowCaptions}
  482. {block:Caption}<div class="caption text">{Caption}</div>{/block:Caption}
  483. {/block:IfShowCaptions}{/block:IndexPage}
  484. </div>
  485. {/block:Photo}
  486.  
  487.  
  488. {block:Photoset}
  489. <div class="photoset">
  490. <div class="box">
  491. <!-- permalink --> {block:IndexPage}
  492. <div class="likew2">
  493. {LikeButton color="white" size="13"}</div>
  494. <div class="reblogew2">
  495. {ReblogButton color="white" size="13"}</div>
  496. <!-- /permalink --> {/block:IndexPage}
  497. {block:IndexPage}<center>{Photoset-400}</center>{/block:IndexPage}
  498. {block:PermalinkPage}{Photoset-400}{/block:PermalinkPage}
  499. </div>
  500. {block:IndexPage}{block:IfShowCaptions}
  501. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
  502. {/block:IfShowCaptions}{/block:IndexPage}
  503. </div>
  504. {/block:Photoset}
  505.  
  506.  
  507. {block:Quote}<div class="quoote">❝{Quote}"</div><div class="sc"> {Source}</div>{block:IndexPage}<div class="notss">{block:NoteCount} <a href="{Permalink}" {block:NoteCount}{/block:NoteCount}</a>{NoteCountWithLabel}</a><div class="likew">
  508. {LikeButton color="white" size="13"}</div>
  509. <div class="reblogew">
  510. {ReblogButton color="white" size="13"}</div></div>{/block:IndexPage}{/block:Quote}
  511.  
  512.  
  513. {block:chat}{block:Title}<span class="titlee">{Title}</span>{/block:Title}{block:lines}<div class="chat"><div class="lines">-{block:Label}<span>{Label}</span>{/block:Label} {Line}</div></div>{/block:lines}{block:IndexPage}<div class="nots">{block:NoteCount} <a href="{Permalink}" {block:NoteCount}{/block:NoteCount}</a>{NoteCountWithLabel}</a>{block:RebloggedFrom} <font color=gray> - </font> <a href="{ReblogParentURL}"><a href="{ReblogParentURL}">via</a>{/block:RebloggedFrom} {block:ContentSource} - <a href="{SourceURL}">source</a>{/block:ContentSource}{block:IndexPage} - <a href="{ReblogUrl}" target="_blank">reblog</a>{/block:IndexPage}</div>{/block:IndexPage}{/block:chat}
  514.  
  515.  
  516. {block:Audio}
  517. <div style="width:320px; height:30px;">
  518. {AudioPlayerBlack}
  519. </div>
  520. {block:IndexPage}<div class="notts">{block:NoteCount} <a href="{Permalink}" {block:NoteCount}{/block:NoteCount}</a>{NoteCountWithLabel}</a>{block:RebloggedFrom} <font color=gray> - </font> <a href="{ReblogParentURL}"><a href="{ReblogParentURL}">via</a>{/block:RebloggedFrom} {block:ContentSource} - <a href="{SourceURL}">source</a>{/block:ContentSource}{block:IndexPage} - <a href="{ReblogUrl}" target="_blank">reblog</a>{/block:IndexPage}</div>{/block:IndexPage}
  521. {/block:Audio}
  522.  
  523. {block:Video}
  524. <div class="video">
  525. <div class="box">
  526. <!-- permalink --> {block:IndexPage}
  527. <div class="post-header-a"><div class="p-center">
  528. <a class="like-button" id="like{PostID}" href="javascript:likelink('{PostID}','{Permalink}','');"><img src="http://static.tumblr.com/tpqedpr/F82mc9w76/heart.png" height="15" alt="Like this post" id="likeimage{PostID}"/></a>
  529. <a class="reblog-button" href="{reblogurl}" target="_blank"><img src="http://static.tumblr.com/tpqedpr/f9umccpf0/reblog.png" style="width:20px;cursor:pointer;" alt="reblog" title="reblog" border="0"></a>
  530. <a class="note-perma" href="{Permalink}"><img src="http://static.tumblr.com/tpqedpr/Cssmccqej/perma.png" style="width:20px;height:15px;cursor:pointer;" alt="perma" title="pre" border="0"></a>
  531. </div></div>
  532. <!-- /permalink --> {/block:IndexPage}
  533. {block:IndexPage}<center>{Video-250}</center>{/block:IndexPage}
  534. {block:PermalinkPage}{Video-500}{/block:PermalinkPage}
  535. </div>
  536. {block:IndexPage}{block:IfShowCaptions}
  537. {block:Caption}<div class="caption text">{Caption}</div>{/block:Caption}
  538. {/block:IfShowCaptions}{/block:IndexPage}
  539. </div>
  540. {/block:Video}
  541.  
  542. {block:PostNotes}<div style="color:{color:posts}"><br>Posted {TimeAgo}, with {NoteCountWithLabel}<br>
  543. {block:RebloggedFrom}Reblogged of: <a href="{ReblogParentURL}">{ReblogParentName}</a><br>Originally by: <a href="{ReblogRootURL}">{ReblogRootName}</a>{/block:RebloggedFrom}<br>
  544. {block:HasTags}Tagged with: {block:Tags}<a href="{TagURL}" style="margin-right:5px;">#{Tag}</a>{/block:Tags}{/block:HasTags}<p>
  545.  
  546. <p>
  547. {PostNotes}</div>
  548. {/block:PostNotes}
  549.  
  550. </div>
  551.  
  552.  
  553. {/block:Posts}
  554. </div>
  555. </div>
  556. {block:IndexPage}
  557. {block:Pagination}
  558. <div id="pagination">
  559. {block:NextPage}
  560. <a id="nextPage" href="{NextPage}"></a>
  561. {/block:NextPage}
  562. {block:PreviousPage}
  563. <a href="{PreviousPage}">&larr;&nbsp;</a>
  564. {/block:PreviousPage}
  565. </div>
  566. {/block:Pagination}
  567. {/block:IndexPage}
  568. </div>
  569. </body>
  570.  
  571. <style> body, body:hover{cursor: url('http://img69.imageshack.us/img69/7673/cursorw.png'), default!important;}</style>
  572.  
  573.  
  574.  
  575. <style> a:hover{cursor: url('http://i.imgur.com/ugQNyez.png?1'), default!important;}</style>
  576.  
  577. <div id="cred">
  578.  
  579. <a style="color:red; "<a href="http://aniquilou.tumblr.com/" title="theme by aniquilou" target="_blank"><b>Exclusivo.</b></a></div>
  580.  
  581.  
  582.  
  583.  
  584. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement