Advertisement
thmxdanat

Thmx Dark Barbie

Jan 30th, 2016
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 19.56 KB | None | 0 0
  1. <html>
  2.  
  3.  
  4.  
  5.  
  6. <!----------------------------------------------------------------------
  7. △ △ △ △ △ △ △ △ △ △ △ △ △ △ △ △ △ △ △ △ △ △ △ △ △ △ △ △ △ △ △ △ △ △
  8.  
  9.      ✿✿✿✿✿✿       THEMEX  PROTEGIDOS PELA LEI 9610/98      ✿✿✿✿✿  
  10.  
  11.  
  12. ⊱✿  THMX DEAR BARBIE  ✿⊰      DDDDDDDDD           BBBBBBBBBB
  13. ⊱✿  THMX DEAR BARBIE  ✿⊰      DD      DD          BB       BB
  14. ⊱✿  THMX DEAR BARBIE  ✿⊰      DD       DD         BB        BB
  15. ⊱✿  THMX DEAR BARBIE  ✿⊰      DD        DD        BB        BB
  16. ⊱✿  THMX DEAR BARBIE  ✿⊰      DD         DD       BB       BB
  17. ⊱✿  THMX DEAR BARBIE  ✿⊰      DD         DD       BBBBBBBBBB
  18. ⊱✿  THMX DEAR BARBIE  ✿⊰      DD         DD       BB       BB
  19. ⊱✿  THMX DEAR BARBIE  ✿⊰      DD        DD        BB        BB
  20. ⊱✿  THMX DEAR BARBIE  ✿⊰      DD       DD         BB        BB
  21. ⊱✿  THMX DEAR BARBIE  ✿⊰      DD      DD          BB       BB
  22. ⊱✿  THMX DEAR BARBIE  ✿⊰      DDDDDDDDD           BBBBBBBBBB
  23.  
  24.  
  25.  
  26.      ✿✿✿✿✿✿       THEMEX  PROTEGIDOS PELA LEI 9610/98      ✿✿✿✿✿  
  27.  
  28.  
  29. △ △ △ △ △ △ △ △ △ △ △ △ △ △ △ △ △ △ △ △ △ △ △ △ △ △ △ △ △ △ △ △ △ △
  30. ------------------------------------------------------------------------>                                              
  31.  
  32.  
  33.  
  34.  
  35. <head>
  36.  
  37.  
  38.  
  39. <link href='https://fonts.googleapis.com/css?family=Marck+Script' rel='stylesheet' type='text/css'>
  40. <link href='https://fonts.googleapis.com/css?family=Ubuntu+Mono' rel='stylesheet' type='text/css'>
  41. <link href='https://fonts.googleapis.com/css?family=Handlee' rel='stylesheet' type='text/css'>
  42. <link href='https://fonts.googleapis.com/css?family=Unica+One' rel='stylesheet' type='text/css'>
  43. <link href='https://fonts.googleapis.com/css?family=Baumans' rel='stylesheet' type='text/css'>
  44. <link href='https://fonts.googleapis.com/css?family=Just+Another+Hand' rel='stylesheet' type='text/css'>
  45. <link href='https://fonts.googleapis.com/css?family=Give+You+Glory' rel='stylesheet' type='text/css'>
  46. <link href='https://fonts.googleapis.com/css?family=Indie+Flower' rel='stylesheet' type='text/css'>
  47. <link href='https://fonts.googleapis.com/css?family=Marck+Script' rel='stylesheet' type='text/css'>
  48. <link href='https://fonts.googleapis.com/css?family=Ubuntu+Mono' rel='stylesheet' type='text/css'>
  49. <link href='https://fonts.googleapis.com/css?family=Handlee' rel='stylesheet' type='text/css'>
  50. <link href='https://fonts.googleapis.com/css?family=Unica+One' rel='stylesheet' type='text/css'>
  51. <link href='https://fonts.googleapis.com/css?family=Baumans' rel='stylesheet' type='text/css'>
  52. <link href='https://fonts.googleapis.com/css?family=Just+Another+Hand' rel='stylesheet' type='text/css'>
  53. <link href='https://fonts.googleapis.com/css?family=Give+You+Glory' rel='stylesheet' type='text/css'>
  54. <link href='https://fonts.googleapis.com/css?family=Indie+Flower' rel='stylesheet' type='text/css'>
  55. <link href='https://fonts.googleapis.com/css?family=Just+Another+Hand' rel='stylesheet' type='text/css'>
  56. <link href='https://fonts.googleapis.com/css?family=Handlee' rel='stylesheet' type='text/css'>
  57. <link href='https://fonts.googleapis.com/css?family=Tangerine' rel='stylesheet' type='text/css'>
  58. <link href='https://fonts.googleapis.com/css?family=Molle:400italic' rel='stylesheet' type='text/css'>
  59. <link href='https://fonts.googleapis.com/css?family=Yanone+Kaffeesatz:400,200,300' rel='stylesheet' type='text/css'>
  60. <link href='https://fonts.googleapis.com/css?family=Great+Vibes' rel='stylesheet' type='text/css'>
  61.  
  62.  
  63. <script type="text/javascript"
  64. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  65. <script type="text/javascript" src="http://static.tumblr.com/7qjmkr5/IUmmdsy41/jquery.style-my-tooltips.js"></script>
  66. <script>
  67.     (function($){
  68.  
  69.         $(document).ready(function(){
  70.             $("[title]").style_my_tooltips();
  71.         });
  72.     })(jQuery);
  73. </script>
  74.  
  75.  
  76. <script type="text/javascript">
  77. var rev = "fwd";function titlebar(val)
  78. {var msg = "{Title}";
  79. var res = " ";
  80. var speed = 120;var pos = val;msg = "{Title}";var le = msg.length;if(rev == "fwd"){if(pos < le){pos = pos+1;scroll = msg.substr(0,pos);document.title = scroll;timer = window.setTimeout("titlebar("+pos+")",speed);}
  81. else{rev = "bwd";
  82. timer = window.setTimeout("titlebar("+pos+")",speed);}}
  83. else{
  84. if(pos > 0){
  85. pos = pos-1;var ale = le-pos;scrol = msg.substr(ale,le);document.title = scrol;timer = window.setTimeout("titlebar("+pos+")",speed);}
  86. else{rev = "fwd";timer = window.setTimeout("titlebar("+pos+")",speed);}}}
  87. titlebar(0);
  88. </script>
  89.  
  90.  
  91.  
  92. <meta name="color:tags" content="#ffbbc1" />
  93.  
  94.  
  95.  
  96.  
  97.  
  98.  
  99.  
  100. <meta name="image:background" content=""/>
  101. <meta name="image:fotinha" content="http://2.bp.blogspot.com/-GeUGkD2NmGo/UPbBGhuupEI/AAAAAAAABF4/EdvshNfN6Ok/s1600/barbie1pw5.gif" />
  102. <meta name="image:fotinha2" content="http://40.media.tumblr.com/4599392f57b89388bf366a47fd7a67ef/tumblr_no3uf3HZGS1qjxyr2o1_500.png">
  103. <meta name="text:frase" content="Dark Barbie, frase longa" />
  104.  
  105.  
  106.  
  107. <meta name="text:Link1" content="/" />
  108. <meta name="text:Link1 Title" content="link 1" />
  109. <meta name="text:Link2" content="/" />
  110. <meta name="text:Link2 Title" content="link 2" />
  111. <meta name="text:Link3" content="/" />
  112. <meta name="text:Link3 Title" content="link 3" />
  113. <meta name="text:Link4" content="/" />
  114. <meta name="text:Link4 Title" content="link 4" />
  115. <meta name="text:Link5" content="/" />
  116. <meta name="text:Link5 Title" content="link 5" />
  117. <meta name="text:Link6" content="/" />
  118. <meta name="text:Link6 Title" content="link 6" />
  119.  
  120.  
  121.         <link rel="shortcut icon" href="http://assets.tumblr.com/images/default_avatar/cube_closed_128.png">
  122.     <link rel="alternate" type="application/rss+xml" href="http://thmxdanat.tumblr.com/rss">
  123.        
  124.   <meta name="description" content="Ainda n&atilde;o aprendi a lidar com o fato de um dia poder te perder, acho que &eacute; algo que nunca vou aprender. Nat De Nadai" />
  125.  
  126.  
  127. <div class="column navigation" id="navigation">
  128.  
  129.  
  130. <a href="/page/2" class="navigate" id="nextPage"></a>
  131. </div>
  132.  
  133.  
  134.  
  135.  
  136. <script src="http://static.tumblr.com/twte3d7/0pellzh2t/infinitescroll.js"></script>
  137.  
  138. <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.4/jquery.min.js"></script>
  139.  
  140. <script type="text/javascript" src="http://static.tumblr.com/me5sfsd/12Qlmj66n/script.js"></script>
  141.  
  142. <script type="text/javascript">
  143. $(window).load(function(){
  144. var $wall = $('#entries');
  145. $wall.imagesLoaded(function(){
  146. $wall.masonry({
  147. itemSelector: '.post',
  148. isAnimated : true
  149. });
  150. });
  151. $wall.infinitescroll({
  152. navSelector : "div#navigation",
  153. nextSelector : "div#navigation a#nextPage",
  154. itemSelector : '.post',
  155. loadingImg : "http://static.tumblr.com/kwz90l7/bIdlst7ub/transparent.png",
  156. loadingText : " ",
  157. donetext : " ",
  158. extraScrollPx : 9000,
  159. bufferPx : 10000,
  160. debug : false,
  161. errorCallback: function() {
  162. $('#infscr-loading').animate({opacity: .8},2000).fadeOut('normal');
  163. }},
  164. function( newElements ) {
  165. var $newElems = $( newElements );
  166. $newElems.hide();
  167. $newElems.imagesLoaded(function(){
  168. $wall.masonry( 'appended', $newElems, {isAnimated: true, animationOptions: {duration: 750, easing: 'linear', queue: false}}, function(){$newElems.fadeIn('slow');} );
  169. });
  170. }); $('#entries').show(500);
  171. });
  172. </script>
  173.  
  174.  
  175.  
  176.  
  177.  
  178.  
  179.  
  180.  
  181.  
  182.  
  183.  
  184.    
  185.      <style type="text/css">
  186.  
  187. body {background: #000 url('http://assets.tumblr.com/images/x.gif?v=1')  repeat; color:#eee; font-family:verdana; font-size:11px; line-height:110%}
  188.  
  189.  
  190.  
  191. a { text-decoration:none; color:#eee;}
  192. a:hover {text-decoration:none; color:#eee;}
  193.  
  194.  
  195. a:hover{color:#eee;;}
  196.  
  197.  
  198.      #entries {margin-left: 260px; width: 932px; margin-top: 120px; -webkit-transition: all .5s ease-out; -moz-transition: all .5s ease-out; }
  199.  
  200. .post {border:; width: 200px; background-color:#nat ; text-align: justify; padding: 6px; float: left; margin: 4px 0 0 2px;opacity:2; border:1px solid #eee;-webkit-border-radius: 3px 3px 3px 3px;}
  201. .post:hover {opacity:0.9}
  202. .post img {max-width: 200px; max-height:200px;padding: 2px; opacity:2; -webkit-transition: all .5s ease-out; -moz-transition: all .5s ease-out;opacity:0.9; }
  203.  
  204.  
  205. h1 {font-family: 'Indie Flower'; text-align: center; font-size: 19px; text-transform: none; color: #eee;; font-weight: normal; line-height: 18px;}
  206. h1 a {text-align: center; font-size: 20px; text-transform: none; color: #eee;; font-weight: normal; line-height: 18px;}
  207. h1 a:hover {text-align: center; font-size: 16px; text-transform: none; color: #ffbbc1; font-weight: normal; line-height: 18px;}
  208.  
  209. #titulo {font-family: 'Indie Flower'; text-align: center; font-size: 19px; text-transform: none; color: #eee;; font-weight: normal; line-height: 18px;}
  210. #titulo a {text-align: center; font-size: 20px; text-transform: none; color: #eee;; font-weight: normal; line-height: 18px;}
  211. #titulo a:hover {text-align: center; font-size: 16px; text-transform: none; color: #ffbbc1; font-weight: normal; line-height: 18px;}
  212.  
  213.  
  214.  
  215.  
  216.  
  217.  
  218. @font-face {src: url('http://static.tumblr.com/08l8cbl/bxDmeztw0/pf_arma_five.ttf'); font-family: PF Arma Five;}
  219.  
  220.  
  221. .aspa {font-size: 50px; font-family: Georgia; color: #adabab; text-align: left; float: left; line-height: 45px;  opacity:0.3; margin-right: -55px;  -webkit-transform: rotate(10deg);}
  222.  .pquote:first-letter{font-family: 'Marck Script', cursive;;  font-size: 24px;color:#fe89b3;}
  223. .pquote { text-align: center; font-size: 12px; line-height: 15px; padding: 8px; margin-top: 6px;}
  224. .tracinho {font-family:'Great Vibes';  font-size: 92px; text-transform: none; margin-bottom: 1px; margin-top:4px; padding-left:1px; background: #nat; ; text-align:center;}
  225. .pquotesource {background-color:#000;text-align:right; text-transform: none; margin-bottom: 5px; font-family: 'Handlee', cursive;font-size: 13px; padding:3px;}
  226. .pquotesource a, a:hover{text-transform: none;}
  227.  
  228.  
  229.  
  230.  
  231.  
  232.  
  233.  
  234.  
  235.  
  236.  
  237. /* chat by joshdevines*/
  238. .user_1 .label {color:#eee; font-weight:bold;font-family: Rochester; }
  239. .user_2 .label {color:#eee; font-weight:bold; font-family: Rochester;}
  240. .user_3 .label {color:#eee; font-weight:bold}
  241. .user_4 .label {color:#eee; font-weight:bold}
  242. .user_5 .label {color:#eee; font-weight:bold}
  243. .user_6 .label {color:#eee; font-weight:bold}
  244. ul.chat, .chat ol, .chat li {list-style:none; margin-left: -20px; margin-top: 3px}
  245.  
  246.  
  247. /* Estilo de Ask por by helpdesigns modificada por dear barbie */
  248. .askimg {border:2px solid #8B0A50; float: left; border-radius:0px 50px 50px 50px; height:55px; width:55px;}
  249. .askhd{background-color:#1c1c1c;width: auto;padding: 3px; color: #7a7878; margin-left: 0px; margin-top:3px;border-radius:5px 5px 5px 5px; font-family: 'Baumans', cursive;}
  250. .askhd2{background-color:#8B0A50;width: 150px; padding: 3px; color:  #fff; margin-left: 30px; border-radius:0px 5px 0px 5px; font-family: 'Handlee', cursive;font-size: 10px; margin-top:-8px;}
  251. .askhd2 a{color:  #fff;}
  252. @font-face {src: url('http://static.tumblr.com/08l8cbl/qLfmfajt6/pf_arma_five.ttf'); font-family: 'pixel';}
  253.  
  254.  
  255. #info {text-align: left; margin-top:-5px; font-size: 10px; font-family: calibri; text-transform: lowercase; z-index: 0000000000000px;text-align:left; color: #eee;}
  256. #info a {font-size: 10px;text-transform: lowercase; text-align:left; color:#8B8989;}
  257. #info  a:hover  {text-transform: none; #ffbbc1; opacity:0.5;}
  258.  
  259. #tags {color: #eee;; font-size: 9px; font-family: calibri;  ;}
  260. #tags a {font-size: 2px; font-family: calibri; display: inline; list-style: none; ;;}
  261.  
  262. #cap {width: 260px; margin-top: -2px;}
  263. .source {display: none;}
  264.  
  265. .notes {width: 520px;color:; padding: 0px; margin-top: 1px; margin-bottom: 1px; font-size: 9px; text-align: center}
  266. ol.notes {list-style: none;  margin: 0 20px 0 0px; padding: 0px; z-index: 11;}
  267. ol.notes li {background-color: ; margin-bottom: 2px; padding: 5px; }
  268. .notes img{display: none; border:0px ;border-bottom:1px solid  ;}
  269.  
  270.  
  271.  
  272. #tumblr_controls{position: fixed!important}
  273. #tumblr_controls{position: fixed!important}
  274. #tumblr_controls{position: fixed!important}
  275.  
  276.  
  277.  
  278. /* -------- Estilo de Scrollbar por ASINCERTEZAS  Credite se usar esta porra filho da puta. ------*/
  279.  
  280. ::-webkit-scrollbar-thumb:vertical {background-color:#8B0A50;height:2px; border:3px solid  #8B0A50}
  281. ::-webkit-scrollbar-button:vertical {height:5px;display: block; background:#nat;}
  282. ::-webkit-scrollbar {width:10px;height:0px;background-color:#1c1c1c;}
  283.  
  284.  
  285.  
  286. #paginal {font-family: verdana; font-size: 26px; text-align: center;}
  287. #paginal a {background: transp; margin: 0 1px 0 0; padding: 2px 4px; color: #828282;}
  288. #paginal a:hover {background: transp; color: ;;}
  289. #paginal span.pagina_atual {background: ; margin: 0 1px 0 0; padding: 2px 4px;; color: #828282; font-weight: bold; text-decoration: none;}
  290. .camaroamarelo {position:fixed;  color:;; padding: 0px; margin-top: 560px; margin-left: 180px; width: 150px; height:12px;}
  291.  
  292.  
  293.  
  294. /*---Tooltip---*/
  295. #s-m-t-tooltip {max-width:300px; -webkit-border-radius: 5px 5px 5px 5px; padding:3px 4px 5px 4px;margin:15px 20px;background-color:#fff; font-family:calibri;  font-size:9px;  letter-spacing:1px;   text-transform:uppercase; color:#7a7878; border:1px solid #FF69B4; z-index:999999900000000000000000000000000000000000000000000000000000000000000000000;}/*********helpdesigns******/
  296.  
  297. .faixa2 { position:fixed; margin-top:-60px; margin-left:-149px; position:absolute; position: fixed;  width:2064px;height:10px; background-color: #FF1493; background-image: url(''); z-index:30; opacity:1.5;-webkit-border-radius: 0px 5px 5px 0px;}
  298. .faixa3 { position:fixed; margin-top:-70px; margin-left:-149px; position:absolute; position: fixed;  width:2064px;height:10px; background-color: #8B0A50; background-image: url(''); z-index:30; opacity:1.5;-webkit-border-radius: 0px 5px 5px 0px;}
  299. .faixa4 { position:fixed; margin-top:-120px; margin-left:-30px; position:absolute; position: fixed;  width:2264px;height:80px; background-color: #000; background-image: url(''); z-index:10; opacity:1.5;}
  300.  
  301.  
  302.  
  303.  
  304.  
  305.  
  306. /*---Tooltip---*/
  307. #s-m-t-tooltip {max-width:300px; -webkit-border-radius: 5px 5px 5px 5px; padding:3px 4px 5px 4px;margin:15px 20px;background-color:#nat; font-family:calibri;  font-size:9px;  letter-spacing:1px;   text-transform:uppercase; color:#aaa; z-index:999900000000999;}/*********helpdesigns******/
  308.  
  309.  
  310. #barbie {position: fixed; height:110px; width:240px; margin-left:100px; margin-top: -113px; border-radius:200px; z-index:99999999999999999999999; }
  311.  
  312. #barbie img {display: block; height:100px; width:100px; padding:1px;-webkit-transition-duration: 0.8s; border-radius:180px;  -moz-transition: all 1s ease-in-out;border-top:3px solid #8B0A50; border-left:3px solid #8B0A50;border-bottom: 3px Dashed #8B0A50; position:fixed; }
  313.  
  314. #barbie  img:hover{-moz-transition ;z-index:800000000000000000000000000000000000000000000000;opacity:0.8}
  315.  
  316. #pink {text-align:right ;margin-left:205px ;margin-top: -93px;  width:597px; position:fixed; font-family: 'Great Vibes', cursive; font-size:42px; text-align: center; color:#E8E8E8; opacity: 1.9; border:0px SOLID #aaa; z-index:140;}
  317. #pink:hover{  text-shadow: 2px 4px 2px #8B0A50; opacity:0.6;}
  318.  
  319.  
  320.  
  321.  
  322.  
  323. #loirinha {width:295px; height:15px; margin-left:592px; margin-top:-70px; position: fixed; z-index:300;}
  324. #loirinha a {float: left; font-family: 'Electrolize', sans-serif; font-size: 13px; height:20px; width:45px; line-height:24px; text-transform:uppercase; text-align: center; color:#E8E8E8; z-index:300; }
  325. #loirinha a:hover{ background-color: #000; color: #8B0A50; text-shadow:0px -7px 0px #fff; line-height: 32px; -webkit-transition: all .4s ease-out; -moz-transition: all .4s ease-out; -webkit-transition: all .4s ease-out; -moz-transition: all .4s ease-out;}
  326.  
  327.  
  328.  
  329.  
  330. #cred {width:295px; height:15px; margin-left:32px; margin-top:500px; position: fixed; z-index:300;}
  331. #cred a {float: left; font-family: 'Electrolize', sans-serif; font-size: 10px; height:20px; width:95px; line-height:24px; text-transform:uppercase; text-align: center; color:#E8E8E8; z-index:300; }
  332. #cred a:hover{ background-color: #000; color: #696969; text-shadow:0px -7px px #fff; }
  333.  
  334. </style>
  335. </head>
  336. <body>
  337.  
  338.  
  339. <div id="cred">
  340. <a href="http://dearbarbie.tumblr.com/" ><font color="#FF1493">✿  </font>       dearbarbie</a>
  341.  
  342.  
  343. </div> </div></div>
  344.  
  345.  
  346. <div class="faixa"></div>
  347. <div class="faixa2"></div>
  348. <div class="faixa3"></div>
  349. <div class="faixa4"></div>
  350.  
  351.  
  352.  
  353.  
  354.  <div id="barbie">
  355. <img class="top shadow" src="{image:fotinha}">
  356. <img class="top shadow" src="{image:fotinha2}">
  357. </div>
  358.  
  359.  
  360. <div id="pink"> {text:frase} </div>
  361.  
  362.  
  363. <div id="loirinha">
  364. <a href="{text:link1}">{text:link1 title}</a>
  365. <a href="{text:link2}">{text:link2 title}</a>
  366. <a href="{text:link3}">{text:link3 title}</a>
  367. <a href="{text:link4}">{text:link4 title}</a>
  368.  
  369. </div> </div></div>
  370.  
  371.  
  372.  
  373.  
  374.  
  375.  
  376.  
  377.  
  378.  
  379.  
  380.  
  381. <div id="entries">
  382. {block:Posts}
  383. <div class="post">
  384.  
  385.  
  386. {block:Link}
  387. <a href="{URL}" id="title" {Target}><div id="titulo">{Name}</div></a>{block:Description}{Description}{/block:Description}
  388. {/block:Link}
  389.  <div id="eitaloirinha2"></div>
  390.              
  391. {block:Text}{block:Title}<h1>{Title}</h1>{/block:Title}{Body}{/block:Text}
  392.  
  393. {block:Photo}<center><img src="{PhotoURL-500}" width="500px"/></center>
  394. {/block:Photo}
  395.  
  396.  
  397. {block:Photoset}<center>{Photoset-250}</center>
  398. {/block:Photoset}
  399.  
  400. {block:Quote}
  401. <b class="aspa"></b>
  402. <div class="pquote">“{Quote}”</div>
  403. {block:Source}<div class="pquotesource"> ~ {Source}</div>
  404. {/block:Source}
  405. {/block:Quote}
  406.  
  407.  
  408.  
  409.  
  410. {block:Chat}<ul class="chat">{block:Lines}<li class="user_{UserNumber}">{block:Label}<span class="label">{Label}</span>{/block:Label}&nbsp;{Line}</li>{/block:Lines}</ul>{/block:Chat}
  411.  
  412. {block:Video}{Video-250}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  413.  
  414. {block:Audio}<center>{AudioPlayerWhite}</center>{block:Caption}{Caption}{/block:Caption}{/block:Audio}
  415.  
  416.  
  417. {block:Answer}
  418. <div class="askhd">{Question}<img src="{AskerPortraitURL-48}" class="askimg"></div><p></p>
  419. <div class="askhd2" align="left">Ask by: <font color=#fff;>{Asker}</font> perguntou à {TimeAgo}</div><p></p>
  420. {Answer}
  421. {/block:answer}
  422.  
  423. <div id="cap">
  424. {block:Photo}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  425. {block:Video}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  426. {block:Photoset}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  427.  
  428. <div class="source">{block:ContentSource}<a href="{SourceURL}">{lang:Source}:{block:SourceLogo}
  429.       <img src="{BlackLogoURL}" width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  430.         {/block:SourceLogo}{block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo}</a>
  431. {/block:ContentSource}</div></div>
  432. <br>
  433.  
  434.  
  435. <div id="info">
  436. {block:Date}<center>
  437.  
  438.  
  439.  
  440. <a href="{Permalink}"> {TimeAgo}</a> <font color="#FF69B4"></font> {block:NoteCount}   <a href="{Permalink}">{NoteCountWithLabel}</a>{/block:NoteCount}
  441. <a href="{ReblogParentURL}">
  442.  
  443. {/block:RebloggedFrom}
  444. {/block:RebloggedFrom}
  445.  
  446. {block:IndexPage} <font color="{color:tags}"></font> <a href="{ReblogUrl}" target="_blank">reblog  <font color="{color:tags}"></font></a>{/block:IndexPage}
  447. </div>
  448. </div></center>{/block:Date}
  449.  <div id="eitaloirinha3"></div><div id="eitaloirinha4"></div>
  450.  
  451.  {/block:Posts}
  452. {block:PostNotes}<div class="notes">{PostNotes}</div>{/block:PostNotes}
  453.  
  454.  </div>
  455. </div>
  456. </div>
  457.  
  458.  
  459.  
  460. </div>
  461. </div>
  462. </div>
  463. </div></div>
  464. </div>
  465. </div>
  466. </div></div>
  467. </div>
  468. </div>
  469. </div>
  470.    
  471. </div></div></div>
  472. </div>
  473.  
  474.    
  475. </div></div></div>
  476. </div>
  477.  
  478.    
  479. </div></div></div>
  480. </div>
  481.  
  482.    
  483. </div></div></div>
  484. </div>
  485.  
  486.    
  487. </div></div></div>
  488. </div>
  489.  
  490.    
  491. </div></div></div>
  492. </div>
  493.  
  494.    
  495. </div></div></div>
  496. </div>
  497.  
  498.  
  499.  
  500.  
  501. </body>
  502.    
  503.    
  504.  
  505.  
  506.  
  507.  
  508. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement