Advertisement
Inesziinha

Jun 13th, 2017
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 26.04 KB | None | 0 0
  1. <body><!-- Wikplayer https://www.wikplayer.com -->
  2. <script type="text/javascript" src="https://www.wikplayer.com/code.js"
  3. data-config="{'skin':'http://static.tumblr.com/s2k8dvk/HhGo9m2i6/nobroken-30-3.css','volume':50,'autoplay':true,'shuffle':true,'repeat':1,'showcomment':false,'marqueetexton':true,'placement':'mini','showplaylist':false,'playlist':[{'title':'Ed%20Sheeran%20-%20Perfect','url':'https%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3D1UQzJfsT2eo'},{'title':'Harry%20Styles%20-%20Sign%20of%20the%20Times','url':'https%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3Dz0GKGpObgPY'},{'title':'Machine%20Gun%20Kelly%20-%20Let%20You%20Go','url':'https%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3Dlk0-yDyLqSE'},{'title':'Miley%20Cyrus%20-%20Malibu','url':'https%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3D8j9zMok6two'},{'title':'Selena%20Gomez%20-%20Only%20You','url':'https%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3Dvm_GroJMOVM'},{'title':'Shawn%20Hook%20-%20Reminding%20Me%20ft.%20Vanessa%20Hudgens','url':'https%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3DW5j3bSprL1k'}]}" ></script>
  4. <!-- Wikplayer code end --></body>
  5.  
  6. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head profile="http://gmpg.org/xfn/11">
  7.  
  8. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  9.  
  10. <head>
  11.  
  12. <!---- POP UP JAVA -->
  13.  
  14. <script type="text/javascript"
  15. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  16. <script>
  17. $(document).ready(function() {
  18. //
  19. //When you click on a link with class of poplight and the href starts with a #
  20.  
  21. $('a.poplight[href^=#]').click(function() {
  22.  
  23. var popID = $(this).attr('rel'); //Get Popup Name
  24.  
  25. var popURL = $(this).attr('href'); //Get Popup href to define size
  26.  
  27. //Pull Query & Variables from href URL
  28.  
  29. var query= popURL.split('?');
  30.  
  31. var dim= query[1].split('&');
  32.  
  33. var popWidth = dim[0].split('=')[1]; //Gets the first query string value
  34.  
  35. //Fade in the Popup and add close button
  36.  
  37. $('#' + popID).fadeIn().css({ 'width': Number( popWidth ) }).prepend('<a href="#" class="close"><img src="" title="Close Window" alt="Close" /></a>');
  38.  
  39. //Define margin for center alignment (vertical horizontal) - we add 80px to the height/width to accomodate for the padding and border width defined in the css
  40.  
  41. var popMargTop = ($('#' + popID).height() + 80) / 2;
  42.  
  43. var popMargLeft = ($('#' + popID).width() + 80) / 2;
  44.  
  45. //Apply Margin to Popup
  46.  
  47. $('#' + popID).css({
  48.  
  49. 'margin-top' : -popMargTop,
  50.  
  51. 'margin-left' : -popMargLeft
  52.  
  53. });
  54.  
  55. //Fade in Background
  56.  
  57. $('body').append('<div id="fade"></div>'); //Add the fade layer to bottom of the body tag.
  58.  
  59. $('#fade').css({'filter' : 'alpha(opacity=80)'}).fadeIn(); //Fade in the fade layer - .css({'filter' : 'alpha(opacity=80)'}) is used to fix the IE Bug on fading transparencies
  60.  
  61. return false;
  62.  
  63. });
  64.  
  65.  
  66. //Close Popups and Fade Layer
  67.  
  68. $('a.close, #fade').live('click', function() { //When clicking on the close or fade layer...
  69.  
  70. $('#fade , .popup_block').fadeOut(function() {
  71.  
  72. $('#fade, a.close').remove(); //fade them both out
  73. });
  74. return false;
  75. });
  76.  
  77. });
  78.  
  79. </script>
  80.  
  81.  
  82. <!-- APPEARANCE -->
  83. <meta name="color:background" content="#ffffff" />
  84. <meta name="color:text" content="#999999" />
  85. <meta name="color:borda" content="#E1D6D8" />
  86. <meta name="image:sidebar" content="" />
  87.  
  88. <title>{Title}</title>
  89.  
  90. <link href="https://fonts.googleapis.com/css?family=Exo|Roboto|Calibri" rel="stylesheet">
  91. <link href="https://fonts.googleapis.com/css?family=Dancing+Script" rel="stylesheet">
  92.  
  93. <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
  94.  
  95. <link href='http://fonts.googleapis.com/css?family=Play' rel='stylesheet' type='text/css'>
  96.  
  97. <link rel="shortcut icon" href="http://olhar-43.net/conteudo/minigifs/11/111.gif">
  98. <script type="text/javascript"> function tb8_makeArray(n){ this.length = n; return this.length; } tb8_messages = new tb8_makeArray(3); tb8_messages[0] = "{title}"; tb8_messages[1] = "{title}"; tb8_messages[2] = "{title}"; tb8_rptType = 'infinite'; tb8_rptNbr = 5; tb8_speed = 100; tb8_delay = 2000; var tb8_counter=1; var tb8_currMsg=0; var tb8_tekst =""; var tb8_i=0; var tb8_TID = null; function tb8_pisi(){ tb8_tekst = tb8_tekst + tb8_messages[tb8_currMsg].substring(tb8_i, tb8_i+1); document.title = tb8_tekst; tb8_sp=tb8_speed; tb8_i++; if (tb8_i==tb8_messages[tb8_currMsg].length){ tb8_currMsg++; tb8_i=0; tb8_tekst="";tb8_sp=tb8_delay; } if (tb8_currMsg == tb8_messages.length){ if ((tb8_rptType == 'finite') && (tb8_counter==tb8_rptNbr)){ clearTimeout(tb8_TID); return; } tb8_counter++; tb8_currMsg = 0; } tb8_TID = setTimeout("tb8_pisi()", tb8_sp); } tb8_pisi() </script>
  99.  
  100. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  101. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  102. <script>
  103. (function($){
  104. $(document).ready(function(){
  105. $("a[title]").style_my_tooltips({
  106. tip_follows_cursor:true,
  107. tip_delay_time:90,
  108. tip_fade_speed:600,
  109. attribute:"title"
  110. });
  111. });
  112. })(jQuery);
  113. </script>
  114.  
  115. <script>
  116. function click() {
  117. if (event.button==2||event.button==3) {
  118. oncontextmenu=‘return false’;
  119. }
  120. }
  121. document.onmousedown=click
  122. document.oncontextmenu = new Function(“return false;”)
  123. </script>
  124.  
  125.  
  126. </head>
  127.  
  128. <style type="text/css">
  129. iframe#tumblr_controls{top: 1px !important;margin: 0 0 0 0; right: 6px !important;position: fixed !important;z-index:52;}
  130.  
  131. /* BACKGROUND E AFINS, CONFIGURAÇÕES TOTAIS DO THEME */
  132. body{background:{color:background}; color:{color:text}; font-family: 'Roboto', sans-serif; font-size:11px; text-align:center; background-image:url(); background-attachment: fixed; background-repeat: repeat;}
  133. a {color:{color:text}; text-decoration:none;}
  134.  
  135.  
  136. /* NO #POSTS VC MUDA O LEFT E O TOP DOS POSTS */
  137.  
  138. #fairy{float:left; margin-top:50px; margin-left:300px; width:900px; padding-bottom:30px; }
  139.  
  140. /* CODIGO DOS POSTS, CREDITS CHILINGS */
  141.  
  142. .postagens {position:relative; display:inline-block; float:none; padding:10px; margin:20px; width:220px; background:#fff; font-family: 'Calibri'; font-size:11px; letter-spacing:.5px; color:{color:text}; text-shadow:1px 1px 2px rgba(0,0,0,.1); {block:permalinkpage}width:440px; margin-left:330px;{/block:permalinkpage}}
  143. .postagens img{max-width:220px; height:auto; {block:permalinkpage}max-width:450px; height:auto;{/block:permalinkpage}}
  144.  
  145. .postagens-imagem img{width:220px; height:auto;outline:7px solid rgba(255,255,255,.3); outline-offset:-7px; {block:permalinkpage}width:450px; height:auto;{/block:permalinkpage}}
  146.  
  147.  
  148. .vsanna{display:none;}
  149.  
  150. .postagens texto{font-family: 'Calibri'; font-size:15px; line-height:11px; color:{color:text};}
  151.  
  152. .photoset{max-width:220px;}
  153.  
  154. .postagens corpo{font-family: 'Calibri'; font-size:10px; color:{color:text};}
  155.  
  156. .postagens links{font-family: 'Calibri'; text-transform:uppercase; font-family:Courier; font-style:italic; font-size:13px; }
  157.  
  158. /** Estilo de ask por Passo-html/Cavalhera **/
  159. .ph-detail {border-left:5px solid transparent;
  160. border-right:5px solid transparent;
  161. border-bottom:5px solid #eee;
  162. width:0px;}
  163. .ph-quest {background:#f8f8f8;
  164. padding:10px;
  165. width:TAMANHODACAIXAPOSTpx;
  166. border-bottom:1px solid #eee;}
  167. .ph-foto{border:2px solid {color:borda};
  168. margin-bottom:2px;}
  169. .ph-asw{width:TAMANHODACAIXAPOSTpx !important;
  170. background:#fafafa;
  171. padding:10px;
  172. display:block;}
  173. /** Estilo de ask por Passo-html/Cavalhera **/
  174.  
  175. .quotes {font-family:Arial; font-size:11px; text-align:center; line-height:15px; margin-top:5px; color:{color:text};}
  176. .quotes:first-letter{font-size:18px; font-family: 'Dancing Script';}
  177. .source {margin-top:5px; border-top:1px solid {color:background}; font-family:Calibri; font-size:9px; text-align:right; text-transform:uppercase; line-height:17px; color:{color:text};}
  178.  
  179. /* CODIGO DOS NOTES DOS TEXTOS */
  180. .postagens .permalink{position:relative; padding-left:5px; text-align:left;width:235px; top:15px; height:15px;font-family: 'Exo'; font-size:9px; text-transform:uppercase; line-height:16px; margin-left:-10px; transition:.9s; background:{color:borda};border-top:2px solid #fff; }
  181.  
  182. .chat {line-height: 10px; list-style: none }
  183. .chat ul {line-height: 10px; list-style: none; padding: 0px; line-height:14px;}
  184. .person1 {border:1px solid #eee; color: #999; font-size:9px; font-family:Calibri; text-transform:uppercase;}
  185. .person1 .label {font-weight: bold; padding: 0px; margin-left: 5px; color:pink}
  186. .person2 {border:1px solid #eee; color:#999; font-size:9px; font-family:Calibri; text-transform:uppercase; }
  187. .person2 .label {font-weight: bold; padding: 0px; margin-left: 5px; color:lightblue}
  188.  
  189. #tumblr_controls{position: fixed!important}
  190.  
  191. #tumblr_controls, .tmblr-iframe{ z-index:999999999999999999!important; -webkit-filter:invert(100%); -moz-filter:invert(100%); -o-filter:invert(100%); -ms-filter:invert(100%); filter:invert(100%); position:fixed!important; top:-50px!important; right:5px!important; opacity:.5;
  192. -webkit-transition:all 0.6s ease-out;-webkit-transition: opacity 0.7s linear;opacity: 0.2;-webkit-transition: all 0.8s ease-out;-moz-transition: all 0.8s ease-out;transition: all 0.8s ease-out}
  193.  
  194. .tooltip {display: inline; position: relative;}
  195. #s-m-t-tooltip {max-width:auto; padding:6px; padding-left:5px; padding-right:5px; height:8px;line-height:7px; margin:6px 13px -1px 11px; background:rgba(0,0,0,.6); color:#fff;text-shadow:1px 2px 0px black; font-family:calibri; text-transform:uppercase;font-size:9px; z-index:999999999999999999999999999999999999;}
  196.  
  197. ::selection {color:white; background-color:{color:background};}
  198.  
  199. ::-webkit-scrollbar-thumb{background-color: {color:background};
  200. border: 1px solid {color:background};
  201. height:auto;}
  202. ::-webkit-scrollbar {height:7px;
  203. width:7px;
  204. background-color: {color:borda};
  205. border: 3px solid {color:background};}
  206.  
  207. #transparent{
  208. z-index:9;
  209. right:10px;
  210. margin-top:465px;
  211. position:fixed;
  212. opacity:.9;
  213. }
  214.  
  215. #transparent img{
  216. width:200px;
  217. }
  218.  
  219. .side{position:fixed; width:20000000px; height:55px; margin-left:-10px; margin-top:-10px; background:#fff;z-index:99; box-shadow:1px 1px 1px rgba(0,0,0,.1);}
  220.  
  221. .imagem{position:fixed; z-index:99;}
  222. .imagem img {width:60px; height:60px; margin-left:42px; margin-top:75px; padding:3px; background:#fff;}
  223.  
  224. /*/ MENU ICON DELICATE POR BIANCA DIAS (NEVALISCA),
  225. EM HIPOTESE ALGUMA REMOVA OS CRÉDITOS, SEJA CRIATIVO NÃO COPIE/*/
  226.  
  227. #bibilinks{
  228. position:fixed;
  229. width:100px; /*/ tamanho do menu, se quiser um do lado do outro basta
  230. aumentar, se quiser um em baixo do outro basta diminuir /*/
  231. text-align:left;
  232. line-height:1px;
  233. margin-left:120px; /*/ distancia da esquerda /*/
  234. margin-top:75px;/*/ distancia do topo/*/
  235.  
  236. z-index:99;}
  237.  
  238.  
  239. #bibilinks a{
  240. display:inline-block;
  241. width:80px;/*/ tamanho de cada link /*/
  242. height:1px;
  243. padding:10px;
  244. color:{color:text}; /*/ cor da letra dos links /*/
  245. background:#fff; /*/ cor do bg dis links /*/
  246. font-size:8px; /*/ tamanho da font dos links /*/
  247. font-family:arial; /*/ font dos links /*/
  248. font-weight:bold;
  249. letter-spacing:1px;
  250. text-transform:uppercase;
  251. text-shadow: 0px 20px 0 transparent;
  252. transition-duration: 1s;
  253. text-decoration:none;
  254. margin-bottom:3px;
  255. }
  256.  
  257. #bibilinks a:hover {
  258. color:transparent;
  259. text-shadow: 0px 0px 0 #9c9c9c; /*/ cor da font ao passar o mouse /*/
  260.  
  261. }
  262.  
  263. #bibilinks i{
  264. font-size:11px;
  265. color:{color:borda};/*/ cor dos icones /*/
  266. line-height:2px;
  267. margin-right:5px;
  268. text-shadow: 0px 50px 0 transparent;
  269. }
  270.  
  271.  
  272.  
  273. /*/ FIM DOS LINKS, MANTENHA OS DEVIDOS CRÉDITOS/*/
  274.  
  275. /*/ ESTILO DE NOTAS #02 FEITO POR NEVALISCA.TUMBLR.COM © /*/
  276.  
  277. #bibinotas{
  278. width:220px; /*/ tamanho da caixa dos posts /*/
  279. height:calc(100% - 22px) !important; /*/ altera o 22px para ficar certo com o seu theme /*/
  280. background: rgba(0,0,0,0.5); /*/ fundinho preto /*/
  281. position:absolute;
  282. z-index:9;
  283. opacity:0;
  284. transition-duration: 1.2s;
  285. }
  286.  
  287. .postagens:hover #bibinotas{;opacity:1;}
  288.  
  289. .centralizar{
  290. position:absolute;
  291. width:220px; /*/ tamanho da caixa dos posts /*/
  292. height:70px;
  293. top: 50%;
  294. transform: translateY(-50%);
  295. }
  296.  
  297.  
  298.  
  299. #datenotes{
  300. text-align:center;
  301. font-family: 'Arial'; /*/ fonte /*/
  302. font-size:9px; /*/ tamanho da font /*/
  303. text-shadow:1px 1px 0px #000; /*/ sombra da font /*/
  304. }
  305.  
  306. #datenotes a{
  307. display:inline-block;
  308. text-transform:uppercase;
  309. color:#fff; /*/ cor da font /*/
  310. font-weight:600;
  311. }
  312.  
  313. #reblog{text-align:center;
  314. font-family: 'Dancing Script'; /*/ fonte /*/
  315. font-size:15px; /*/ tamanho da font /*/
  316. text-shadow:1px 1px 0px #000; /*/ sombra da font /*/}
  317.  
  318. #reblog a{
  319. display:inline-block;
  320.  
  321. color:{color:borda}; /*/ cor do reblog /*/
  322. font-weight:600;
  323. }
  324.  
  325. /*/ FIM DAS NOTAS, DON NOT COPY © /*/
  326.  
  327. /*
  328.  
  329.  
  330. updates tab :: one
  331. solitudethemes
  332.  
  333.  
  334. */
  335.  
  336. .updates {
  337. font-family: 'Calibri';
  338. color:#8c8a8a; /*updates tab text colour*/
  339. text-align:justify; /*left, right or justify*/
  340. height:13px; /*initial height please don't change*/
  341. width:105px; /*width of updates tab*/
  342. padding:4px;
  343. top:157px; /*positioning from the top of the screen*/
  344. left:50px; /*change 'left' to right if you want it on the right*/
  345. padding-left:10px;
  346. border-left:1px solid #eee;
  347. z-index:10;
  348. position:fixed;
  349. overflow:hidden;
  350. /*hover transitions*/
  351. -webkit-transition: all 0.8s ease-in-out;
  352. -moz-transition: all 0.8s ease-in-out;
  353. -o-transition: all 0.8s ease-in-out;
  354. }
  355.  
  356. .updates:hover {
  357. height:340px; /*height of updates tab after hover, increase if you need to write more*/
  358. max-height:auto;
  359. }
  360.  
  361. .updates b, .updates strong {color:#aaaaaa;} /*colour of bold text in updates tab*/
  362.  
  363. .head {border-bottom:1px solid #eeeeee; font-weight:700} /*headings or subtitles*/
  364.  
  365. .cont {padding-top:10px;border-top:1px solid #eee;}
  366.  
  367. .updates:hover .utitle{
  368. color:#aaaaaa; /*colour of updates title after hover*/
  369. transition:0.2s ease-in-out;
  370. -webkit-transition:0.2s ease-in-out;
  371. }
  372.  
  373. .utitle {
  374. letter-spacing:3px;
  375. font-size:9px;
  376. margin-bottom:10px;
  377. text-transform:uppercase;
  378. color:#aaaaaa; /*initial colour of updates title*/
  379. transition:0.2s ease-in-out;
  380. -webkit-transition:0.2s ease-in-out;
  381. }
  382.  
  383. .updates blockquote {
  384. border-left:1px solid;
  385. border-color:#eeeeee;
  386. padding:5px 10px;
  387. margin:0px 5px;
  388. }
  389.  
  390. .nv-wish{
  391. margin-top:2px;
  392. padding:5px;
  393. line-height:10px;
  394. transition-duration: 1s;
  395. display:inline; width:relative;
  396. }
  397.  
  398. #parceiros{
  399. width:relative;
  400. position:relative;
  401. z-index:99999;
  402. }
  403.  
  404. #parceiros img{
  405. width:35px;
  406. height:35px;
  407. margin-bottom:5px;
  408. }
  409.  
  410. .controle{position:fixed!important;top:10px;right:-155px;opacity:1;z-index:999;width:260px;}
  411. .controle a{width:auto; display:block; float:left; padding:6px;color:{color:text};text-align:center; opacity:5; border-radius:4px; margin-top:2px; margin-right:4px; transition:0.3s; height:5px; line-height:0px; text-transform:uppercase; font-size:14px;letter-spacing:1px;text-transform:uppercase; font-family:Arial; text-shadow:1px 1px 1px rgba(0,0,0,.1);}
  412.  
  413. html {cursor: url(http://www.totallylayouts.com/cursors/random/tiny_cursor.png), auto;}
  414. a, a:hover{cursor: url(http://www.totallylayouts.com/cursors/random/tiny_cursor.png), auto;}
  415.  
  416.  
  417. /*/ POp UP /*/
  418.  
  419. #fade { /*--Transparent background layer--*/
  420. display: none; /*--hidden by default--*/
  421. background: #fff;
  422. position: fixed; left: 0; top: 0;
  423. width: 100%; height: 100%;
  424. opacity: .80;
  425. z-index: 9999;
  426. }
  427. .popup_block{
  428. display: none; /*--hidden by default--*/
  429. background: #fff;
  430. padding: 20px;
  431. border: 2px solid #ddd;
  432. float: left;
  433. font-size: 1.2em;
  434. position: fixed;
  435. top: 50%; left: 50%;
  436. z-index: 99999;
  437. /*--CSS3 Box Shadows--*/
  438. -webkit-box-shadow: 0px 0px 20px #000;
  439. -moz-box-shadow: 0px 0px 20px #000;
  440. box-shadow: 0px 0px 20px #000;
  441. /*--CSS3 Rounded Corners--*/
  442. -webkit-border-radius: 10px;
  443. -moz-border-radius: 10px;
  444. border-radius: 10px;
  445. }
  446. img.btn_close {
  447. float: right;
  448. margin: 10px 10px 0 0;
  449. }
  450. /*--Making IE6 Understand Fixed Positioning--*/
  451. *html #fade {
  452. position: absolute;
  453. }
  454. *html .popup_block {
  455. position: absolute;
  456. }
  457.  
  458. </style>
  459.  
  460.  
  461. <meta name="viewport" content="width=820" />
  462.  
  463.  
  464. <body>
  465.  
  466. <div class="side"></div>
  467. <div class="imagem"><img src="{image:sidebar}"></div>
  468.  
  469. <div id="bibilinks">
  470. <a href="/"><i class="fa fa-history"></i> refresh</a>
  471.  
  472.  
  473. <a href="#?w=500" rel="ask" class="poplight"><i class="fa fa-envelope-o"></i> message</a>
  474.  
  475. <a href="/tagged/autorias"><i class="fa fa-bookmark-o"></i> posted</a>
  476.  
  477. <a href="https://vesargedesigns.tumblr.com/"><i class="fa fa-snowflake-o"></i> designs</a>
  478.  
  479. </div>
  480.  
  481. <div class="controle">
  482. <a href="http://tumblr.com/follow/vesarge" target="_blank" title="follow"><i class="fa fa-plus-square-o"></i></a>
  483. <a href="https://www.tumblr.com/dashboard?conversation=vesarge" target="_blank" title="chat"><i class="fa fa-comments-o" aria-hidden="true"></i></a>
  484. <a href="https://tumblr.com" title="dashboard"><i class="fa fa-heart-o" aria-hidden="true"></i></a>
  485. </div>
  486.  
  487. <div id="transparent">
  488. <img src="http://24.media.tumblr.com/7973e37fcdd513932e199fada987ad48/tumblr_mqh3isKTJX1rs2sbno1_500.gif"></a></div>
  489.  
  490. <div class="updates">
  491. <div class="utitle">lovable</div> <!--updates tab title-->
  492.  
  493. <div class="cont">
  494.  
  495. <!-- delete from here -->
  496.  
  497. <b>MOON CHILD;</b></p> <!--headings copy if you want more-->
  498.  
  499.  
  500. <p>+inês. xxi. pt. cancerian
  501. twitter: <a href="http://twitter.com/seasoncastiel">@seasoncastiel</a></p>
  502.  
  503.  
  504. <div id="parceiros"><marquee direction="left" scrollamount="5" onmouseover="this.stop()" onmouseout="this.start()">
  505. <a href="http://mrwafiosa.tumblr.com" title="gabi">
  506. <img src="http://api.tumblr.com/v2/blog/mrwafiosa.tumblr.com/avatar/36/"></a>
  507.  
  508. <a href="http://nevalisca.tumblr.com" title="bibi">
  509. <img src="http://api.tumblr.com/v2/blog/nevalisca.tumblr.com/avatar/36/"></a>
  510.  
  511. <a href="http://sargitarius.tumblr.com" title="mah">
  512. <img src="http://api.tumblr.com/v2/blog/sargitarius.tumblr.com/avatar/36/"></a>
  513.  
  514. <a href="http://244k.tumblr.com" title="agata">
  515. <img src="http://api.tumblr.com/v2/blog/244k.tumblr.com/avatar/36/"></a>
  516.  
  517. <a href="http://sarvage.tumblr.com" title="naty">
  518. <img src="http://api.tumblr.com/v2/blog/sarvage.tumblr.com/avatar/36/"></a>
  519.  
  520. <a href="http://wajestou.tumblr.com" title="babi">
  521. <img src="http://api.tumblr.com/v2/blog/wajestou.tumblr.com/avatar/36/"></a>
  522.  
  523. </div></marquee> </div>
  524.  
  525.  
  526. <a title="vesarge" href="http://vesargedesigns.tumblr.com">theme credits.</a> <!--please don't delete- you may move it but don't delete, thank you x-->
  527.  
  528. </div>
  529. </div>
  530.  
  531. <div id="fairy">
  532. {block:Posts}
  533. <div class="postagens">
  534.  
  535. {block:Text}
  536. {block:Title}{Title}{/block:Title}
  537. {body}
  538.  
  539. {block:indexpage}
  540. <div class="permalink">
  541. <a href="{Permalink}"><font color=#fff>{DayofMonthWithZero} de {Month} de {year}</font></a>
  542. <div style="position:absolute; margin-top:-17px;width:20px; height:13;text-align:center; margin-left:215px; font-size:10px;color:white;background:#fff;"> <a href="{ReblogURL}" title="love this" target="_blank"><font color={color:borda}><i class="fa fa-heart"></i></a></div></font>
  543. </div>
  544. {/block:indexpage}
  545. {/block:Text}
  546.  
  547.  
  548.  
  549.  
  550.  
  551. {block:Photo}
  552.  
  553. {block:indexpage}
  554. <div id="bibinotas">
  555. <div class="centralizar">
  556. <div id="datenotes">
  557. <a href="{permalink}"> {DayofMonthWithZero} {Month} {year}</a><br>
  558. <a href="{permalink}">post with {notecount} notes</a>
  559. </div>
  560. <div id="reblog"><a href="{reblogurl}">reblog this post</a></div>
  561. </div>
  562. </div>
  563. {/block:indexpage}
  564.  
  565. <div class="postagens-imagem"><img src="{PhotoURL-250}"></div>
  566. {/block:Photo}
  567.  
  568.  
  569.  
  570.  
  571.  
  572. {block:Photoset}
  573. {block:indexpage}
  574. <div id="bibinotas">
  575. <div class="centralizar">
  576. <div id="datenotes">
  577. <a href="{permalink}"> {DayofMonthWithZero} {Month} {year}</a><br>
  578. <a href="{permalink}">post with {notecount} notes</a>
  579. </div>
  580. <div id="reblog"><a href="{reblogurl}">reblog this post</a></div>
  581. </div>
  582. </div>
  583. {/block:indexpage}
  584.  
  585. {Photoset}
  586. {/block:Photoset}
  587.  
  588.  
  589.  
  590.  
  591.  
  592. {block:Quote}
  593. <div class="quotes">{Quote}</div></font>
  594. {block:Source}<div class="source">• {Source} </div>{/block:Source}
  595.  
  596. {block:indexpage}
  597. <div class="permalink">
  598. <a href="{Permalink}"><font color=#fff>{DayofMonthWithZero} de {Month} de {year}</font></a>
  599. <div style="position:absolute; margin-top:-17px;width:20px; height:13;text-align:center; margin-left:215px; font-size:10px;color:white;background:#fff;"> <a href="{ReblogURL}" title="love this" target="_blank"><font color={color:borda}><i class="fa fa-heart"></i></a></div></font>
  600. </div>
  601. {/block:indexpage}
  602. {/block:Quote}
  603.  
  604.  
  605.  
  606.  
  607.  
  608. {block:Chat}
  609. {block:Title}<titulo>{Title}</titulo>{/block:Title}
  610. {block:Lines}
  611. <div class="chat">
  612. <div class="lines">{block:Label}<span>{Label}</span>{/block:Label}
  613. {Line}</div>
  614. </div>
  615. {/block:Lines}
  616.  
  617. {block:indexpage}
  618. <div class="permalink">
  619. <a href="{Permalink}"><font color=#fff>{DayofMonthWithZero} de {Month} de {year}</font></a>
  620. <div style="position:absolute; margin-top:-17px;width:20px; height:13;text-align:center; margin-left:215px; font-size:10px;color:white;background:#fff;"> <a href="{ReblogURL}" title="love this" target="_blank"><font color={color:borda}><i class="fa fa-heart"></i></a></div></font>
  621. </div>
  622. {/block:indexpage}
  623. {/block:Chat}
  624.  
  625.  
  626.  
  627.  
  628.  
  629. {block:Link}
  630. <a href="{URL}" target="{Target}"><titulo>{Title}</titulo></a>
  631. {block:Description}{Description}{/block:Description}
  632.  
  633. {block:indexpage}
  634. <div class="permalink">
  635. <a href="{Permalink}"><font color=#fff>{DayofMonthWithZero} de {Month} de {year}</font></a>
  636. <div style="position:absolute; margin-top:-17px;width:20px; height:13;text-align:center; margin-left:215px; font-size:10px;color:white;background:#fff;"> <a href="{ReblogURL}" title="love this" target="_blank"><font color={color:borda}><i class="fa fa-heart"></i></a></div></font>
  637. </div>
  638. {/block:indexpage}
  639. {/block:Link}
  640.  
  641.  
  642. {block:Video}
  643.  
  644. {block:indexpage}
  645. <div id="bibinotas">
  646. <div class="centralizar">
  647. <div id="datenotes">
  648. <a href="{permalink}"> {DayofMonthWithZero} {Month} {year}</a><br>
  649. <a href="{permalink}">post with {notecount} notes</a>
  650. </div>
  651. <div id="reblog"><a href="{reblogurl}">reblog this post</a></div>
  652. </div>
  653. </div>
  654. {/block:indexpage}
  655.  
  656. {block:Indexpage}
  657. <div style="width:220px !important; overflow:hidden;">{Video-250}</div>
  658.  
  659.  
  660. {/block:IndexPage}
  661.  
  662. {/block:Video}
  663.  
  664. {block:Answer}
  665. <center>
  666. <img src="{AskerPortraitURL-24}" class="ph-foto">
  667. <div class="ph-detail"></div></center>
  668. <div class="ph-quest">{Question}</div>
  669. <div class="ph-asw">{Answerer}{Answer}</div>
  670.  
  671. {block:indexpage}
  672. <div class="permalink">
  673. <a href="{Permalink}"><font color=#fff>{DayofMonthWithZero} de {Month} de {year}</font></a>
  674. <div style="position:absolute; margin-top:-17px;width:20px; height:13;text-align:center; margin-left:215px; font-size:10px;color:white;background:#fff;"> <a href="{ReblogURL}" title="love this" target="_blank"><font color={color:borda}><i class="fa fa-heart"></i></a></div></font>
  675. </div>
  676. {/block:indexpage}
  677. {/block:Answer}
  678.  
  679. {block:Audio}<span class="post_title">
  680. {block:TrackName}{TrackName}{/block:TrackName} - {block:Artist}{Artist}{/block:Artist}</span>
  681. <p>
  682. <div class="audio-info-pam">
  683. {block:AlbumArt}
  684. <div class="audio-info-left-pam">
  685. <img src="{AlbumArtURL}" />
  686. </div>
  687. {/block:AlbumArt}
  688. <div class="clear:both;"></div>
  689. </div><br>
  690. {AudioPlayerWhite}
  691.  
  692. {block:Caption}
  693. {Caption}
  694. {/block:Caption}
  695.  
  696. {block:indexpage}
  697. <div class="permalink">
  698. <a href="{Permalink}"><font color=#fff>{DayofMonthWithZero} de {Month} de {year}</font></a>
  699. <div style="position:absolute; margin-top:-17px;width:20px; height:13;text-align:center; margin-left:215px; font-size:10px;color:white;background:#fff;"> <a href="{ReblogURL}" title="love this" target="_blank"><font color={color:borda}><i class="fa fa-heart"></i></a></div></font>
  700. </div>
  701. {/block:indexpage}
  702. {/block:Audio}
  703.  
  704.  
  705.  
  706.  
  707. <!-- BLOQUEIO VIA/SOURCE -->
  708. <div class="vsanna">
  709. {block:RebloggedFrom}
  710. <a href="{ReblogParentURL}">via</a>
  711. {/block:RebloggedFrom}
  712. {block:ContentSource}
  713. <a href="{SourceURL}">source</a>
  714. {/block:ContentSource}
  715. </div>
  716.  
  717. </div>
  718. {/block:Posts}
  719. </div>
  720.  
  721.  
  722. <!-- SCRIPT DE ORGANIZAÇÃO DE POSTS PARA TEMA EM GRADE -->
  723. <script type="text/javascript" src="http://static.tumblr.com/imovwvl/dJWl20ley/jqueryformasonry.js"></script>
  724. <script src="http://static.tumblr.com/df28qmy/SHUlh3i7s/jquery.infinitescroll.js"></script>
  725. <script src="http://static.tumblr.com/thpaaos/lLwkowcqm/jquery.masonry.js"></script>
  726. <script type="text/javascript">
  727. $(window).load(function () {
  728. $('#fairy').masonry(),
  729. $('.masonryWrap').infinitescroll({
  730. navSelector : "div#navigation",
  731. nextSelector : "div#navigation a#nextPage",
  732. itemSelector : ".postagens",
  733. bufferPx : 10000,
  734. extraScrollPx: 11000,
  735. loadingImg : "http://static.tumblr.com/8yo5xxv/3Dem80mch/loading.gif",
  736. loadingText : "carregando",
  737. },
  738. // call masonry as a callback.
  739. function() { $('#fairy').masonry({ appendedContent: $(this) }); }
  740. );
  741. });
  742. </script>
  743. <!-- FIM DO SCRIPT DE ORGANIZAÇÃO DE POSTS PARA TEMA EM GRADE -->
  744.  
  745.  
  746. <!-- ROLAGEM INFINITA PARA TEMA EM GRADE -->
  747. {block:IndexPage}
  748. <div class="column navigation" id="navigation">
  749. {block:Pagination}
  750. {block:PreviousPage}<a href="{PreviousPage}" class="navigate">{/block:PreviousPage}{block:PreviousPage}</a>{/block:PreviousPage}
  751. {block:NextPage}<a href="{NextPage}" class="navigate" id="nextPage">{/block:NextPage}{block:NextPage}</a>{/block:NextPage}{/block:Pagination}
  752. </div>
  753. {/block:IndexPage}
  754. <!-- FIM - ROLAGEM INFINITA PARA TEMA EM GRADE -->
  755. </body>
  756. </html>
  757. <div id="ask" class="popup_block"><p><iframe frameborder="0" height="150" id="ask_form" scrolling="no" src="http://www.tumblr.com/ask_form/vesarge.tumblr.com" width="100%"></iframe>&nbsp;</p></div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement