Base pulsa-r


SUBMITTED BY: rickystewart3

DATE: Sept. 20, 2015, 3:48 p.m.

FORMAT: Text only

SIZE: 16.0 kB

HITS: 276

  1. 3.<title>{title}</title>
  2. 4.
  3. 5. <script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>
  4. 6.
  5. 7. <link rel="stylesheet" type="text/css" href="http://static.tumblr.com/5u1fog0/Jbxnhk8nn/lcredit.css">
  6. 8.
  7. 9.<HEAD>
  8. 10.
  9. 11.<!---THEME POR FLORICURADA+ BASE POR PULSA-R / COPIA NÃO AUTORIZADA PELO AUTOR E CRIME ! 2014 -!-->
  10. 12.
  11. 13.
  12. 14.<link href='http://fonts.googleapis.com/css?family=ABeeZee|Kameron|Muli|Almendra' rel='stylesheet' type='text/css'>
  13. 15.<!--APPEARANCE-->
  14. 16.<meta name="color:background" content="#fff"/>
  15. 17.<meta name="color:caixa cor" content="#fff"/>
  16. 18.<meta name="color:borda post" content="#f0f0f0"/>
  17. 19.<meta name="color:text" content="#888"/>
  18. 20.<meta name="color:link" content="#aaa"/>
  19. 21.<meta name="color:link hover" content="#FFFFFF"/>
  20. 22.<meta name="color:frase" content="#aaa"/>
  21. 23.<meta name="color:descri" content="#aaa"/>
  22. 24.
  23. 25.<meta name="image:sidebar" content=""/>
  24. 26.<meta name="image:simbolo" content=""/>
  25. 27.
  26. 28.<meta name="if:SmallCursor" content="1"/>
  27. 29.<meta name="if:fonte2" content="0"/>
  28. 30.
  29. 31.<meta name="text:frase" content="Make mistakes. But learn from them!" />
  30. 32.
  31. 33.<meta name="text:Link1" content="link 1" />
  32. 34.<meta name="text:Link1 Title" content="Home" />
  33. 35.<meta name="text:Link2" content="link 2" />
  34. 36.<meta name="text:Link2 Title" content="Index" />
  35. 37.<meta name="text:Link3" content="link 3" />
  36. 38.<meta name="text:Link3 Title" content="Faq" />
  37. 39.<meta name="text:Link4" content="link 4" />
  38. 40.<meta name="text:Link4 Title" content="Textos" />
  39. 41.
  40. 42.
  41. 43.<meta name="image:Background" content=""/>
  42. 44.
  43. 45.<link href='http://fonts.googleapis.com/css?family=ABeeZee|Kameron|Muli|Almendra' rel='stylesheet' type='text/css'>
  44. 46.
  45. 47. <link href='http://fonts.googleapis.com/css?family=Great+Vibes' rel='stylesheet' type='text/css'>
  46. 48.
  47. 49. <link href='http://fonts.googleapis.com/css?family=Poiret+One' rel='stylesheet' type='text/css'>
  48. 50.
  49. 51.{block:IndexPage}
  50. 52.<div class="column navigation" id="navigation">
  51. 53.{block:Pagination}
  52. 54.{block:PreviousPage}<a href="{PreviousPage}" class="navigate">{/block:PreviousPage}{block:PreviousPage}</a>{/block:PreviousPage}
  53. 55.{block:NextPage}<a href="{NextPage}" class="navigate" id="nextPage">{/block:NextPage}{block:NextPage}</a>{/block:NextPage}{/block:Pagination}
  54. 56.</div>
  55. 57.{/block:IndexPage}
  56. 58.
  57. 59.{block:IndexPage}
  58. 60.
  59. 61.<script src="http://static.tumblr.com/twte3d7/0pellzh2t/infinitescroll.js"></script>
  60. 62.
  61. 63.<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.4/jquery.min.js"></script>
  62. 64.
  63. 65.<script type="text/javascript" src="http://static.tumblr.com/me5sfsd/12Qlmj66n/script.js"></script>
  64. 66.
  65. 67.<link href='https://fonts.googleapis.com/css?family=Poiret+One' rel='stylesheet' type='text/css'>
  66. 68.
  67. 69.<script type="text/javascript">
  68. 70.$(window).load(function(){
  69. 71.var $wall = $('#pulsa-r');
  70. 72.$wall.imagesLoaded(function(){
  71. 73.$wall.masonry({
  72. 74.itemSelector: '.postbaby',
  73. 75.isAnimated : true
  74. 76.});
  75. 77.});
  76. 78.$wall.infinitescroll({
  77. 79.navSelector : "div#navigation",
  78. 80.nextSelector : "div#navigation a#nextPage",
  79. 81.itemSelector : '.postbaby',
  80. 82.loadingImg : " ",
  81. 83.loadingText : " ",
  82. 84.donetext : " ",
  83. 85.extraScrollPx : 9000,
  84. 86.bufferPx : 10000,
  85. 87.debug : false,
  86. 88.errorCallback: function() {
  87. 89.$('#infscr-loading').animate({opacity: .8},2000).fadeOut('normal');
  88. 90.}},
  89. 91.function( newElements ) {
  90. 92.var $newElems = $( newElements );
  91. 93.$newElems.hide();
  92. 94.$newElems.imagesLoaded(function(){
  93. 95.$wall.masonry( 'appended', $newElems, {isAnimated: true, animationOptions: {duration: 750, easing: 'linear', queue: false}}, function(){$newElems.fadeIn('slow');} );
  94. 96.});
  95. 97.}); $('#pulsa-r').show(500);
  96. 98.});
  97. 99.</script>
  98. 100.
  99. 101.{/block:IndexPage}
  100. 102.
  101. 103.<script type="text/javascript" src="http://static.tumblr.com/7qjmkr5/IUmmdsy41/jquery.style-my-tooltips.js"></script>
  102. 104.<script>
  103. 105.(function($){
  104. 106.
  105. 107.$(document).ready(function(){
  106. 108.$("[title]").style_my_tooltips();
  107. 109.});
  108. 110.})(jQuery);
  109. 111.</script>
  110. 112.
  111. 113.</head>
  112. 114.<style>
  113. 115.body{background: {color:background}; background-attachment:fixed; font-family:trebuchet ms; font-size: 11px; color: {color:text}; background-image: url('{image:background}');}
  114. 116.a:visited, a:link, a:active {text-decoration: none; color: {color:text};}
  115. 117.
  116. 118.
  117. 119.#s-m-t-tooltip {max-width:300px; -webkit-border-radius: 0px 0px 0px 0px; padding:3px 4px 5px 4px;margin:15px 20px;background-color:#000; font-family:baumans; font-size:9px; letter-spacing:1px; text-transform:uppercase; color:#a1a1a1; z-index:9999999;}
  118. 120.
  119. 121.
  120. 122.{block:ifSmallCursor}
  121. 123.*, body, a, a:hover {cursor: url(http://img69.imageshack.us/img69/7673/cursorw.png), auto;}
  122. 124.{/block:ifSmallCursor}
  123. 125.
  124. 126.
  125. 127.
  126. 128.blockquote {margin: 5px 5px 5px 5px; border-left: 6px solid {color:background}; padding-left: 5px; }
  127. 129.blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 5px solid {color:background};}
  128. 130.blockquote blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 4px solid {color:background}; }
  129. 131.blockquote blockquote blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 3px solid {color:background}; }
  130. 132.
  131. 133.blockquote img{max-width: 240px!important}
  132. 134.blockquote blockquote img{max-width: 230px!important}
  133. 135.blockquote blockquote blockquote img{max-width: 220px!important}
  134. 136.blockquote blockquote blockquote blockquote img{max-width: 210px!important}
  135. 137.
  136. 138.pre {background: #000; color:{color:text}; text-shadow: 0 1px 0 #fff; font-family: tahoma; text-align: justify; padding: 5px; overflow: scroll; border-left: 3px solid {color:text}; border-bottom: 3px solid #eee;}
  137. 139.
  138. 140.::-webkit-scrollbar-thumb:vertical {background-color: {color:borda post};height:70px;
  139. 141.border:1px #f1f1f1 solid;}
  140. 142.::-webkit-scrollbar-button:vertical {height:0px;display: block;background:#000;}
  141. 143.::-webkit-scrollbar {background-color:{color:background};height:0px;width:5px;}
  142. 144.
  143. 145.iframe#tumblr_controls {
  144. 146.white-space:nowrap; filter: invert(100%); -webkit-filter: invert(100%); -moz-filter: invert(100%); -o-filter: invert(100%); -ms-filter: invert(100%);opacity:0.4;}
  145. 147.
  146. 148.
  147. 149.#pulsa-r {margin-left:440px; width:200px; opacity:1;margin-top:-380px;{block:if2colunas} width:500px;margin-bottom:10px; {/block:if2colunas}}
  148. 150..postbaby { width:250px;background-color:transparent; text-align: justify; padding: 15px;margin-bottom:10px; float: left; position: relative; float: left;margin:5px ; border: 1px solid #eee; overflow: hidden;}
  149. 151.
  150. 152.
  151. 153./** ? Love **/
  152. 154.
  153. 155.
  154. 156.
  155. 157..chat {background: #eee; margin: 0; font-size:
  156. 158.11px; font-family: verdana;}
  157. 159..chat .lines {margin-left: 0; background: #eee; color:
  158. 160.{color:text}; margin-bottom: 1px; padding: 4px 5px 4px 5px;}
  159. 161..chat .lines span{font-weight: bold; text-shadow: 0px 1px 0px {color:borda post};}
  160. 162.
  161. 163..askimg {border: 2px solid #000;height:25px;width:25px; float: right;margin-top:-18px; border-radius:50px 0px 50px 50px;}
  162. 164..askhd{background-color:#000;width: 257px;padding: 2px; color: #fff; margin-left: 0px;border-radius:5px 0px 0px 5px;}
  163. 165..askhd2{background-color:transparent;width: 200px;; margin-top:-11px; padding: 1px; color: transparent; margin-left: 62px; border-radius:0px 0px 5px 5px; font-family:'Nunito';font-size: 8px;}
  164. 166..askhd2 a{color: transparent;}
  165. 167.@font-face {src: url('http://static.tumblr.com/08l8cbl/bxDmeztw0/pf_arma_five.ttf'); font-family: PF Arma Five;}
  166. 168.
  167. 169.
  168. 170.
  169. 171..ph img{-webkit-transition: all 0.6s ease-out;;-webkit-filter: grayscale(30%);opacity:0.8;border-radius: 3px;}
  170. 172..ph img:hover { -webkit-transition: all 0.6s ease-out;;-webkit-filter: grayscale(50%);opacity:0.9;}
  171. 173.
  172. 174.ol.notes{padding:0px;margin 0px 0px; font-size:9px;}
  173. 175.
  174. 176.ol.notes li.note{border-bottom:1px solid #eee;padding:10px;font-size:11px;}
  175. 177.
  176. 178.ol.notes li.note a img.avatar{padding-bottom:0px; border-radius: 80px; width: 0; height: 0;}
  177. 179.
  178. 180.ol.notes li.note img{padding:0px;border-width:0px;border:none;}
  179. 181.
  180. 182.ol.notes li.note span.action{font-weight:normal;}
  181. 183.
  182. 184.ol.notes li.note.answer_content{font-weight:normal;}
  183. 185.
  184. 186.ol.notes li.note.blockquote{padding:1px 1px;margin:1px 0px 0px 1px;}
  185. 187.
  186. 188.ol.notes li.note.blockquote a{text-decoration:none;}
  187. 189.
  188. 190.
  189. 191.
  190. 192.
  191. 193./**PERMALINK POR PULSA-R**/
  192. 194..permalink { letter-spacing:.1em; z-index:10;height:10px;line-height:12px; bottom:-10px;left:160px;z-index:999999999999999999999999999999; position:absolute; display:block;text-align:right;font-family: 'calibri';font-size:10px; -webkit-transition-duration: .66s;width:100px;padding:5px;background:transparent;opacity:0; text-transform: uppercase;border-radius: 3px;}
  193. 195..permalinkd a { font-size:10px; text-transform: lowercase; color:{color:text}; font-family: consolas;}
  194. 196..postbaby:hover .permalink {bottom:5px; opacity:1;}
  195. 197./**PERMALINK POR PULSA-R**/
  196. 198..vsanna{display: none;}
  197. 199.
  198. 200./**PERMALINK POR LEMBRAVEIS **/
  199. 201..postbaby:hover .photog{left:8px;-webkit-transition-duration: 0.9s;}
  200. 202..postbaby .photog {opacity:0;position: absolute;z-index: 9999;text-align: center;text-transform:uppercase;top: 8px;left:7px;-webkit-transition-duration: 0.9s;width:20px;margin-bottom:10px;z-index:999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999;}
  201. 203..postbaby .photog img {margin:0px;width:25px;background: #1C1C1C;opacity:0.2;border-radius: 20px;margin-bottom:10px;z-index:99999999999999999999999999999999999999999999999999999999999999999999999999999;}
  202. 204..postbaby:hover .photog {opacity:1; -webkit-transition-duration: .50s;-moz-transition-duration: .50s; -o-transition-duration: .50s;z-index:99999999999999999999999999999999999999999999999999999999999999;}
  203. 205./**PERMALINK POR PULSA-R LEMBRAVEIS **/
  204. 206.
  205. 207.
  206. 208.iframe#tumblr_controls, .lcredit.icon.theme {position:fixed!important; -webkit-filter:invert(100%); opacity:.4;}
  207. 209.
  208. 210.
  209. 211.</style>
  210. 212.<body onkeydown="return false">
  211. 213.
  212. 214.
  213. 215.
  214. 216.<a class="lcredit icon theme" title="THEME FEITO POR FLORICURADA l BASE PULSA-R" href="http://floricurada.tumblr.com/">Theme</a>
  215. 217.
  216. 218.
  217. 219.
  218. 220.
  219. 221.
  220. 222.
  221. 223.
  222. 224.
  223. 225.
  224. 226.
  225. 227.
  226. 228.
  227. 229.<div id="pulsa-r">
  228. 230.{block:Posts}
  229. 231.<div class="postbaby">
  230. 232.
  231. 233.{block:Text}
  232. 234.{block:Title}<div class="titulos">{Title}</div>{/block:Title}
  233. 235.{body}
  234. 236.{block:indexpage}
  235. 237.<div class="permalink "> <a href="{ReblogURL}" target="_blank">Reblog</a> ♥ <a href="{permalink}">{NoteCount} notes</a> </div>
  236. 238.{/block:indexpage}
  237. 239.{/block:Text}
  238. 240.
  239. 241.{Block:Photo}
  240. 242.{LinkOpenTag}<div class="ph"><img src="{PhotoURL-250}">
  241. 243.</div>
  242. 244.{block:Caption}{Caption}{/block:Caption}
  243. 245.{block:IndexPage}<div class="photog"><a href="{ReblogURL}" target="_blank" {block:Iftitulo}title="REBLOG"{/block:Iftitulo}><img src="http://static.tumblr.com/zvqacv0/czamheuyj/11reblog.png"></a> <a href="{permalink}"{block:Iftitulo} title="{NoteCount}"{/block:Iftitulo} ><img src="http://static.tumblr.com/zvqacv0/XC8mheuy8/11like.png"></a>
  244. 246.</center></div>{/block:IndexPage}
  245. 247.{/Block:Photo}
  246. 248.
  247. 249.{block:Photoset}
  248. 250.
  249. 251.<div class="ph">{Photoset-250}</div>{LinkCloseTag}
  250. 252.
  251. 253.{block:IndexPage}<div class="photog"><a href="{ReblogURL}" target="_blank" {block:Iftitulo}title="REBLOG"{/block:Iftitulo}><img src="http://static.tumblr.com/zvqacv0/czamheuyj/11reblog.png"></a> <a href="{permalink}"{block:Iftitulo} title="{NoteCount}"{/block:Iftitulo} ><img src="http://static.tumblr.com/zvqacv0/XC8mheuy8/11like.png"></a>
  252. 254.</center></div>{/block:IndexPage}
  253. 255.{/block:Photoset}
  254. 256.
  255. 257.{block:Quote}
  256. 258.
  257. 259.<div class="quote">{Quote}</div>
  258. 260.<div class="lin"></div>
  259. 261.<div class="autor">{block:Source}{Source}{/block:Source}</div>
  260. 262.{block:indexpage}
  261. 263.<div class="permalink "> <a href="{ReblogURL}" target="_blank">Reblog</a> ♥ <a href="{permalink}">{NoteCount} notes </a> </div>
  262. 264.{/block:indexpage}
  263. 265.{/block:Quote}
  264. 266.
  265. 267.{block:Chat}
  266. 268.{block:Title}<div class="titulos">{Title}</div>{/block:Title}
  267. 269.{block:Lines}
  268. 270.<div class="chat">
  269. 271.<div class="lines">{block:Label}
  270. 272.<span>{Label}</span>
  271. 273.{/block:Label}
  272. 274.{Line}</div></div>
  273. 275.{/block:Lines}
  274. 276.{block:indexpage}
  275. 277.<div class="permalink "> <a href="{ReblogURL}" target="_blank">Reblog</a> ♥ <a href="{permalink}">{NoteCount} notes</a> </div>
  276. 278.{/block:indexpage}
  277. 279.{/block:Chat}
  278. 280.
  279. 281.{block:Link}
  280. 282.
  281. 283.<a href="{URL}" target="{Target}"><div class="titulos">{Name}</div></a>
  282. 284.{block:Description}{Description}{/block:Description}
  283. 285.{block:indexpage}
  284. 286.<div class="permalink "> <a href="{ReblogURL}" target="_blank">Reblog</a> ♥ <a href="{permalink}">{NoteCount} notes</a> </div>
  285. 287.{/block:indexpage}
  286. 288.{/block:Link}
  287. 289.
  288. 290.{block:Audio}
  289. 291.
  290. 292.{AudioPlayer}
  291. 293.{block:Caption}{Caption}{/block:Caption}
  292. 294.{block:indexpage}
  293. 295.<div class="permalink "> <a href="{ReblogURL}" target="_blank">Reblog</a> ♥ <a href="{permalink}">{NoteCount} notes</a> </div>
  294. 296.{/block:indexpage}
  295. 297.{/block:Audio}
  296. 298.
  297. 299.{block:Video}
  298. 300.
  299. 301.{block:Indexpage}{Video-250}{/block:IndexPage}
  300. 302.{block:PermalinkPage}{Video-400}{/block:PermalinkPage}
  301. 303.{block:Caption}{Caption}{/block:Caption}
  302. 304.{block:indexpage}
  303. 305.<div class="permalink "> <a href="{ReblogURL}" target="_blank">Reblog</a> ♥ <a href="{permalink}">{NoteCount} notes</a> </div>
  304. 306.{/block:indexpage}
  305. 307.{/block:Video}
  306. 308.
  307. 309.
  308. 310.{block:Answer}
  309. 311.<div class="askhd">{Question}<br><img src="{AskerPortraitURL-40}" class="askimg" div style="padding-top: 2px; padding-right: 2px; padding-bottom: 2px; padding-left: 2px;"></div><p></p>
  310. 312.<div class="askhd2" align="left">Ask by: <font color=#fff;>{Asker}</font> perguntou à {TimeAgo}</div><p></p>{Answer}
  311. 313.
  312. 314.{block:indexpage}
  313. 315.<div class="permalink "> <a href="/ask"></a> ♥ <a href="{permalink}">{NoteCount} notes</a> </div>
  314. 316.{/block:indexpage}
  315. 317.{/block:Answer}
  316. 318.
  317. 319. <div class="vsanna">{block:RebloggedFrom}<a href="{ReblogParentURL}">via</a>{/block:RebloggedFrom}
  318. 320.{block:ContentSource}<a href="{SourceURL}">source</a>{/block:ContentSource}</div>
  319. 321.
  320. 322.{block:Date}{/block:Date}</div>
  321. 323.{/block:Posts}
  322. 324.</div>
  323. 325.
  324. 326.</body>
  325. 327.
  326. 328.
  327. 329.
  328. 330.</html>

comments powered by Disqus