Advertisement
Rotalizar2014

Theme Uni

Jul 11th, 2014
208
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 19.23 KB | None | 0 0
  1. <!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">
  2. <head>
  3.  
  4. <link href='http://fonts.googleapis.com/css?family=Play' rel='stylesheet' type='text/css'> <link href='http://fonts.googleapis.com/css?family=Lobster+Two' rel='stylesheet' type='text/css'>
  5. <link href='http://fonts.googleapis.com/css?family=Muli' rel='stylesheet' type='text/css'>
  6.  
  7. <link href='http://fonts.googleapis.com/css?family=Pacifico' rel='stylesheet' type='text/css'>
  8.  
  9. <script type="text/javascript">
  10. //Created by Title bar Maker (http://www.bosiljak.hr/titlemaker)
  11. function tb8_makeArray(n){
  12. this.length = n;
  13. return this.length;
  14. }
  15. tb8_messages = new tb8_makeArray(1);
  16. tb8_messages[0] = "{title}";
  17. tb8_rptType = 'infinite';
  18. tb8_rptNbr = 5;
  19. tb8_speed = 100;
  20. tb8_delay = 2000;
  21. var tb8_counter=1;
  22. var tb8_currMsg=0;
  23. var tb8_tekst ="";
  24. var tb8_i=0;
  25. var tb8_TID = null;
  26. function tb8_pisi(){
  27. tb8_tekst = tb8_tekst + tb8_messages[tb8_currMsg].substring(tb8_i, tb8_i+1);
  28. document.title = tb8_tekst;
  29. tb8_sp=tb8_speed;
  30. tb8_i++;
  31. if (tb8_i==tb8_messages[tb8_currMsg].length){
  32. tb8_currMsg++; tb8_i=0; tb8_tekst="";tb8_sp=tb8_delay;
  33. }
  34. if (tb8_currMsg == tb8_messages.length){
  35. if ((tb8_rptType == 'finite') && (tb8_counter==tb8_rptNbr)){
  36. clearTimeout(tb8_TID);
  37. return;
  38. }
  39. tb8_counter++;
  40. tb8_currMsg = 0;
  41. }
  42. tb8_TID = setTimeout("tb8_pisi()", tb8_sp);
  43. }
  44. tb8_pisi()
  45.  
  46. </script>
  47.  
  48. <!-----THEME BY EXPRESSÃO, NÃO COPIE, NÃO RETIRE OS CRÉDITOS ------->
  49. <!-----THEME BY EXPRESSÃO, NÃO COPIE, NÃO RETIRE OS CRÉDITOS ------->
  50. <!-----THEME BY EXPRESSÃO, NÃO COPIE, NÃO RETIRE OS CRÉDITOS ------->
  51.  
  52. <!-- DEFAULT VARIAVEISS -->
  53. <meta name="color:background" content="#ffffff" />
  54. <meta name="image:background" content="" />
  55. <meta name="image:sidebar" content=""/>
  56. <meta name="text:frase" content="" />
  57. <meta name="color:frase" content="#cdcccc" />
  58. <meta name="color:link" content="#999999" />
  59. <meta name="color:posts" content="#a2a2a2" />
  60. <meta name="color:cred" content="#a2a2a2" />
  61. <meta name="color:dest" content="#a2a2a2" />
  62. <meta name="color:bgasks" content="#dddddd" />
  63. <meta name="color:bgside" content="#dddddd" />
  64. <meta name="color:desta" content="#fffffff" />
  65. <meta name="color:desc" content="#a2a2a2" />
  66.  
  67. <meta name="text:Link1" content="/" />
  68. <meta name="text:Link1 Title" content="link" />
  69. <meta name="text:Link2" content="/" />
  70. <meta name="text:Link2 Title" content="link" />
  71. <meta name="text:Link3" content="/" />
  72. <meta name="text:Link3 Title" content="link" />
  73. <meta name="text:Link4" content="/" />
  74. <meta name="text:Link4 Title" content="link" />
  75. <meta name="text:Link5" content="/" />
  76. <meta name="text:Link5 Title" content="link" />
  77. <meta name="text:Link6" content="/" />
  78. <meta name="text:Link6 Title" content="link" />
  79. <meta name="text:Link7" content="/" />
  80. <meta name="text:Link7 Title" content="reblog" />
  81.  
  82. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  83. <title>{Title}</title>
  84. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  85. <link rel="shortcut icon" href="{Favicon}" />
  86. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  87.  
  88. <title>{Title}</title>
  89.  
  90. <script src="http://static.tumblr.com/twte3d7/0pellzh2t/infinitescroll.js"></script>
  91.  
  92. <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.4/jquery.min.js"></script>
  93.  
  94. <script type="text/javascript" src="http://static.tumblr.com/me5sfsd/12Qlmj66n/script.js"></script>
  95.  
  96. <script type="text/javascript">
  97. $(window).load(function(){
  98. var $wall = $('#container');
  99. $wall.imagesLoaded(function(){
  100. $wall.masonry({
  101. itemSelector: '.posts',
  102. isAnimated : true
  103. });
  104. });
  105. $wall.infinitescroll({
  106. navSelector : "div#navigation",
  107. nextSelector : "div#navigation a#nextPage",
  108. itemSelector : '.posts',
  109. loadingImg : "",
  110. loadingText : "",
  111. donetext : " ",
  112. extraScrollPx : -100,
  113. bufferPx : -100,
  114. debug : false,
  115. errorCallback: function() {
  116. $('#infscr-loading').animate({opacity: .100},5000).fadeOut('lento');
  117. }},
  118. function( newElements ) {
  119. var $newElems = $( newElements );
  120. $newElems.hide();
  121. $newElems.imagesLoaded(function(){
  122. $wall.masonry( 'appended', $newElems, {isAnimated: true, animationOptions: {duration: 25, easing: 'linear', queue: true}}, function(){$newElems.fadeIn('slow');} );
  123. });
  124. }); $('#container').show(50);
  125. });
  126. </script>
  127. {/block:IndexPage}
  128.  
  129. <style type="text/css">
  130.  
  131. body {background-color: {color:background}; font-family: megrim; color: {color:posts}; text-align: center; font-size: 12px; background-image:url("{image:background}");width:100%; background-attachment: fixed;background-repeat: no-repeat;
  132. -moz-background-size: 100% 100%;
  133. -webkit-background-size: 100% 100%;
  134. background-size: 100% 100%;} }
  135. a {color: {color:link}; text-decoration: none; text-transform: none;}
  136. a:hover {color: {color:lhover}; background-color: transparent; text-decoration: none;}
  137. a:hover{color:{color:posts}}
  138. iframe#tumblr_controls {right:3px !important; position: fixed !important;-webkit-transition: opacity 0.2s linear;opacity: 0.2;-webkit-transition: all 0.8s ease-out;-moz-transition: all 0.8s ease-out;transition: all 0.8s ease-out;}
  139. iframe#tumblr_controls:hover{-webkit-transition: opacity 0.2s linear;opacity: 1;-webkit-transition: all 0.4s ease-out;-moz-transition: all 0.4s ease-out;transition: all 0.4s ease-out;}
  140. #container {text-align: center; width: 590px; margin: 48px auto 20px 390px; padding: 2px; z-index: 1;}
  141. .posts { position: ;width: 250px; background-color: {color:lets}; padding: 10px; padding: 5px; float: left; margin: 10px 3px 10px 13px;opacity:20; text-align: justify; font-family: 'cambria'; font-size: 13px;}
  142. h1{color:{color:posts}; font-family:"cambria"; font-size:12px; line-height:10px; letter-spacing:0px; font-weight:normal; text-transform:"case"; margin:0px; padding:0px; text-align:left;}
  143. #info{font-family:"Lucida calligraphy"; font-size:11px; text-transform:"case"; text-align:left;}
  144. blockquote {border-left:0px {color:posts} solid; padding-left:0px; margin:0px 2px 0px 0px}
  145. #pagefk {overflow: hidden;width:900px;margin-right: auto;margin-left: auto;margin-top:-10px;margin-bottom:auto;}
  146. b, strong{color:{color:dest}}
  147. i, em {color:{color:dest}}
  148. p{margin-top:5px; margin-bottom:5px}
  149. blockquote {padding:0px; padding-left:5px; margin:5px; border-left:2px solid {color:linka}}
  150. blockquote img{max-width: 250px!important}
  151. blockquote blockquote img{max-width: 250px!important}
  152. blockquote blockquote blockquote img{max-width: 250px!important}
  153. blockquote blockquote blockquote blockquote img{max-width: 250px!important}
  154. img a{border:none; width:90%}
  155. .audio{background-color:white; display:block;}
  156. .user_1 .label {color:{color:link}; font-weight:bold}
  157. .user_2 .label {color:{color:text}; font-weight:bold}
  158. .user_3 .label {color:{color:link}; font-weight:bold}
  159. .user_4 .label {color:{color:text}; font-weight:bold}
  160. .user_5 .label {color:{color:link}; font-weight:bold}
  161. .user_6 .label {color:{color:text}; font-weight:bold}
  162. .user_7 .label {color:{color:link}; font-weight:bold}
  163. .user_8 .label {color:{color:text}; font-weight:bold}
  164. .user_9 .label {color:{color:link}; font-weight:bold}
  165. .user_10 .label {color:{color:text}; font-weight:bold}
  166. ul.chat, .chat ol, .chat li {list-style:none; margin:0px; padding:0px;}
  167. .title {font-size:11px; text-align:center; font-weight:bold;}
  168. .title {font-family:"Coimbri"; text-transform:uppercase;}
  169. ::-webkit-scrollbar-thumb:vertical {background-color:auto;;height:50px; border:5px solid #auto;}
  170. ::-webkit-scrollbar-button:vertical {height:8px;display: block; background:auto;;}
  171. ::-webkit-scrollbar {height:0px;width:3px;background-color:auto;}
  172.  
  173. b, i strong underline { color: #8c8a8a;} /* negrito */
  174. i { color: #8c8a8a; } /* italico */
  175. u, underline {border-bottom: 1px #cor solid; text-decoration: none;} /* sublinhado */
  176. s, strike { color: #927763;} /* riscado */
  177. a:link,a:active,a:visited {color: {color:link}; text-decoration: none; } /* link */
  178. a:hover { color: #539F98; } /* link hover */
  179. /*TÍTULO DOS POSTS*/
  180. .titulo {font: italic 13px 'Josefin Slab';
  181. color: {color:posts};
  182. font-size: 13.5px;
  183. text-transform: } /*deixa a fonte em caps*/
  184. /*** notes by Marlívia */
  185. ol.notes{padding:0;list-style:none;margin:8px 0 8px 0;display:block;}
  186. ol.notes li{width:400px;display:block;padding:3px;border-bottom:1px solid #eee;margin:1px 0 4px 0;}
  187. /***** fim notes **/
  188. /* quote feito por blindar-te */
  189. .quote {text-align:justify;font: italic 13px 'Cambria'; line-height:13px; padding:7px;margin-left:2px;font-style:italic;color:{color:post};border-bottom:1px solid #eee;}
  190. .source {font-family:'candara';font-size:10px; font-weight:bold;padding:2px;text-transform:uppercase;text-align:right;color:#5c4040;}
  191. .source a {text-transform:uppercase;color:#5c4040;}
  192. #sidebar { position: fixed; width: 520px; border: 0px solid;
  193. margin-left: 405px; margin-top: -18px; padding: 10px; color:auto;border-top: 90px outset {color:bgside}; z-index: 99999999999999999999999999999999999999999999999999999999;}
  194. #sidebar2{ width: 140px;height:20%;padding: 5px; position: fixed;margin-top: 225px;text-align: center;margin-left: -200px; font-family:"calibri";}
  195. #sidebar2 img{width:140px;height:100%; padding: 5px; -webkit-transition-duration: 1.25s;border-radius: 0px 0px 0px 0px; border: 2px solid #eee; }
  196. #frase {position:fixed;width: 305px; font-family: 'lobster two', cursive;font-size: 25px;text-align:center; color:{color:desc}; padding-bottom: 3px; font-style:italic; }
  197. #frase{color:frase;z-index:9999999;text-transform:normal;margin-left: 100px;top:7px;}
  198. #links {position:fixed;z-index:9999999;width: 305px; margin-top: -45px; margin-left: 100px;font-style:italic; 12px 'Cambria';font-style:; text-transform:lowercase; text-decoration:bold; text-align:center -webkit-transition:all 0.3s ease-out; -moz-transition:all 0.1s ease-out; transition:all 0.3s ease-out; color:{color:linksside}; text-align:center;margin-bottom:2px; letter-spacing:1px;}
  199. #links :hover{opacity: 0.5;}
  200. #desc {position:fixed; font-family: "cambria";font-style:italic;text-align:justify; font-size: 13px;color: {color:desc};padding:0px;background: url('') no-repeat -1 1px;border-left:0px solid {color:detalhe};border-right:0pxborder-bottom:0px solid {color:detalhe};border-top:0px solid {color:detalhe}}
  201. #desc{width:140px;margin-left: -190px; margin-top:440px;
  202. -webkit-border-radius: 8px;
  203. -moz-border-radius: 8px;}
  204. .cred{position: fixed; bottom: 250px; left: 20px; font-family: monospace; font-size 11px; opacity: 0.4; background: #fff;padding: 2px;transition:All 0.5856s ease;
  205. -webkit-transition:All 0.5856s ease;
  206. -moz-transition:All 0.5856s ease;
  207. -o-transition:All 0.5856s ease;border: 1px outset #auto;}
  208. .credt{position: fixed; margin-top: -25px; margin-left: -5px; font-family: monospace; font-size 11px; opacity: 0; background: #auto;padding: 5px;transition:All 0.5856s ease;
  209. -webkit-transition:All 0.5856s ease;
  210. -moz-transition:All 0.5856s ease;
  211. -o-transition:All 0.5856s ease;border: 2px outset #eee;}
  212. .cred:hover .credt{position: fixed; margin-top: 15px; margin-left: -5px; font-family: monospace; font-size 11px; opacity: 1; background: #000000 padding: 5px;border: 2px outset #eee;-moz-box-shadow: 0 0 2em #eee; -webkit-box-shadow: 0 0 2em #eee; box-shadow: 0 0 2em #eee; }
  213. /*Estilo de ask por blindar-te */
  214. .askbaby {background:#999999;color:#fff;font-size:9px;padding:3px;text-transform: uppercase;text-indent:32px;margin-top:-11px;}
  215. .askbaby a{COLOR:#fff;text-transform: uppercase;font-weight:none;text-decoration: none;}
  216. .ask {margin-top:-33px;border:2px solid #999999;margin-left:7px;border-radius: 200px;border-top-right-radius: 0;}
  217. .assk {background-color:#auto; font-size: 10px;color:#aaa;text-align: left;padding:8px;font: italic 12.5px 'Cambria';;}
  218. .resp {margin-left:1px;margin-top:-11px;font-family:'muli';font: italic 13px 'Cambria';font-size:12px;padding:3px;color:#auto;text-align:justify;width:auto;background-color:#auto;}
  219. /* chat by thoughtandsoul.tumblr */
  220. .chat{
  221. line-height: 12px;
  222. list-style: none
  223. }.chat ul {
  224. line-height: 15px;
  225. list-style: none;
  226. padding: 0px;
  227. }.person1 {
  228. background-color:auto;
  229. color: {color:posts};
  230. }.person1 .label {
  231. padding: 0px;
  232. margin-left: 5px;
  233. color:{color:posts};
  234. }.person2 {
  235. background-color: auto;
  236. color:{color:posts};
  237. }.person2 .label {
  238. padding: 0px;
  239. margin-left: 5px;
  240. color: {color:posts};
  241. }.mhcodea {
  242. margin: 2px;
  243. height:0px;
  244. overflow:hidden;
  245. width:auto;
  246. -webkit-transition:all .20s linear;-moz-transition:all .20s linear;transition:all .20s linear;}
  247. .posts .fot{width:250px;height:20px;font: italic 13px 'candara';
  248. position: absolute;
  249. font: italic 13px 'candara';line-height: 10px;float:center;
  250. text-align: center;z-index: 1000;
  251. overflow:hidden;
  252. background-color:#fff;letter-spacing:1px;
  253. top:50px;
  254. padding:5px;border-radius:0%;
  255. opacity: 0.0;-webkit-transition: all 0.5s linear;
  256. -moz-transition: all 0.5s linear;
  257. transition: all 0.5s linear;}
  258. .posts:hover .fot{
  259. -webkit-transition: all 0.5s linear;-webkit-transition: all 0.5s linear;
  260. -moz-transition: all 0.5s linear;
  261. transition: all 0.5s linear;overflow:hidden;
  262. opacity:1;left: 0px;top:0px;
  263. border-bottom:3px double #ddd;}
  264. .posts .permakau{
  265. width:240px;
  266. height:auto;
  267. font: italic 12.5px 'Cambria';
  268. position: absolute;
  269. font-size: 9pt;
  270. line-height: 5px;
  271. float:center;
  272. text-align: center;
  273. z-index: 1000;
  274. overflow:hidden;
  275. background-color:auto;
  276. letter-spacing:1px;
  277. bottom:0px;
  278. left:-50px;
  279. padding:5px;
  280. border-radius:0%;
  281. opacity: 0.0;
  282. -webkit-transition: all 0.5s linear;
  283. -moz-transition: all 0.5s linear;
  284. transition: all 0.5s linear;
  285. border-radius:10px;
  286. text-shadow:20px 0px #aaa,-20px -0px #aaa;}
  287. .posts:hover .permakau{
  288. -webkit-transition: all 0.5s linear;
  289. -webkit-transition: all 0.5s linear;
  290. -moz-transition: all 0.5s linear;
  291. transition: all 0.5s linear;
  292. overflow:hidden;
  293. opacity:1;
  294. left: -50px;
  295. bottom:-18px;
  296. border-radius:10px;
  297. text-shadow: 00px 00px transparent,0px 0px transparent; }
  298. </style>
  299.  
  300. <style type="text/css">{CustomCSS}</style>
  301. <script src="http://static.tumblr.com/twte3d7/0pellzh2t/infinitescroll.js"></script>
  302. <link href='http://fonts.googleapis.com/css?family=Josefin+Slab:400,600italic' rel='stylesheet' type='text/css'>
  303. </head>
  304. <!-----THEME BY EXPRESSÃO, NÃO COPIE, NÃO RETIRE OS CRÉDITOS ------->
  305. <!-----THEME BY EXPRESSÃO, NÃO COPIE, NÃO RETIRE OS CRÉDITOS ------->
  306. <!-----THEME BY EXPRESSÃO, NÃO COPIE, NÃO RETIRE OS CRÉDITOS ------->
  307. <body onkeydown="return false">
  308.  
  309.  
  310. <div id="sidebar">
  311. <div id="sidebar2"><img id="fotosidebar" src="{image:sidebar}" class="pb"></div>
  312. <div id="frase">{text:frase}</div>
  313. <div id="links">
  314. <b><a href="{text:Link1}"><mn>{text:Link1 Title}</mn></a></b>
  315. <a href="{text:Link2}"><mn>{text:Link2 Title}</mn></a>
  316. <b><u><a href="{text:Link3}"><mn>{text:Link3 Title}</mn></a></u></b>
  317. <a href="{text:Link4}"><mn>{text:Link4 Title}</mn></a>
  318. <b><a href="{text:Link5}"><mn>{text:Link5 Title}</mn></a></b></div>
  319. <div id='desc'>{Description}
  320. </div>
  321.  
  322.  
  323.  
  324.  
  325. <div id="pagefk">
  326. {block:IndexPage}
  327. <div class="column navigation" id="navigation">
  328. {block:Pagination}
  329. {block:PreviousPage}<a href="{PreviousPage}" class="navigate">{/block:PreviousPage}{block:PreviousPage}</a>{/block:PreviousPage}
  330. {block:NextPage}<a href="{NextPage}" class="navigate" id="nextPage">{/block:NextPage}{block:NextPage}</a>{/block:NextPage}{/block:Pagination}
  331. </div>
  332. {/block:IndexPage}
  333. </div></div></div></div>
  334. <br></center></div></div></div></div></div></div>
  335. <div class="autopagerize_page_element">
  336. <div id="container">
  337. {block:Posts}
  338. <div id="entry"
  339. <div class="posts">
  340.  
  341. {block:Text}
  342. <div id="h1">{block:Title}<div class="titulo">{Title}</div>{/block:Title}</div>
  343. <div>{Body}</div>
  344. {block:IndexPage}
  345. <div class="permakau">
  346. <p>
  347. <a href="{Permalink}">{NoteCountWithLabel}</a>
  348. <a href="{reblogurl}"> reblog</a> </span></div>
  349. {/block:IndexPage}
  350. {/block:Text}
  351. {block:Quote}
  352. <div class="quote">{Quote}</div>
  353. {block:Source}<div class="source">— {Source}</div>
  354. {/block:Source}
  355.  
  356. <div class="permakau"><p>
  357. <a href="{Permalink}">{NoteCountWithLabel}</a>
  358. <a href="{reblogurl}"> reblog</a> </span></div>
  359. {/block:Quote}
  360. {block:Answer}
  361. <div class="assk">{Question}</div><p></p>
  362. <div class="askbaby" align="left"> {Asker} susurrou:</div><p></p>
  363. <img src="{AskerPortraitURL-24}" class="ask">
  364. <div class="resp">{Answer}</div>
  365. {block:IndexPage}
  366. <div class="permakau">
  367. <a href="{Permalink}">{NoteCountWithLabel}</a>
  368. <a href="{reblogurl}"> reblog</a> </span></div>
  369. {/block:IndexPage}
  370. {/block:Answer}
  371. {block:Photo}
  372. <div class="boxphoto">{block:IndexPage}
  373. {/block:IndexPage}
  374. <center>{LinkOpenTag}<a href="{Permalink}"><img class="border" src="{PhotoURL-250}" title="{PhotoAlt}"/>{LinkCloseTag}</center></a>
  375. </div>
  376. {block:IndexPage}
  377. <div class="fot">
  378. <p>
  379. <a href="{Permalink}"> {DayOfMonthWithZero} de {Month} </a> <a href="{reblogurl}">reblog</a> </span></div>
  380. {/block:IndexPage}{/block:Photo}
  381.  
  382. {block:Photoset}
  383. <div class="boxphoto">
  384. <a href="{permalink}">
  385. {Photoset-250}</a></div>
  386. {block:IndexPage}
  387. <div class="fot">
  388. <p>
  389. <a href="{Permalink}"> {DayOfMonthWithZero} de {Month} </a> <a href="{reblogurl}">reblog</a> </span></div>
  390. {/block:IndexPage}
  391. {/block:Photoset}
  392. {block:Chat}
  393. {block:Title}<a href="{Permalink}">{Title}</a>{/block:Title}
  394. <div class="chat"><ul>{block:Lines}
  395. <li class="person{UserNumber}">{block:Label}
  396. <span class="label">{Label}</span>{/block:Label} {Line}</li>{/block:Lines}</ul></div>
  397. {block:IndexPage}
  398. <div class="permakau">
  399. <p>
  400. <a href="{Permalink}">{NoteCountWithLabel}</a>
  401. <a href="{reblogurl}"> reblog</a> </span></div>
  402. {/block:IndexPage}
  403. {/block:Chat}
  404. {block:Audio}
  405. <div style="float:right; margin-top: 4px;"><i> {PlayCount} vezes</i> {block:ExternalAudio}(<a href="{ExternalAudioURL}">Download</a>){/block:ExternalAudio}</div>
  406. <center>{AudioPlayerWhite}</center>
  407. {block:Caption}{Caption}{/block:Caption}
  408. {block:IndexPage}
  409. <div class="permakau">
  410. <p>
  411. <a href="{Permalink}">{NoteCountWithLabel}</a>
  412. <a href="{reblogurl}"> reblog</a> </span></div>
  413. {/block:IndexPage}
  414. {/block:Audio}
  415. {block:Video}
  416. <center>{Video-250}</center>
  417. {block:Caption}{Caption}{/block:Caption}<br>
  418. {block:IndexPage}
  419. <div class="permakau">
  420. <p>
  421. <a href="{Permalink}">{NoteCountWithLabel}</a>
  422. <a href="{reblogurl}"> reblog</a> </span></div>
  423. {/block:IndexPage}
  424. {/block:Video}
  425. {block:Link}
  426. <div class="h1">
  427. <a href="{URL}" class="link" {Target}>{Name}</a></div>
  428. {block:Description}
  429. <div class="description">{Description}</div>
  430. {/block:Description}
  431. {block:IndexPage}
  432. <div class="permakau">
  433. <p>
  434. <a href="{Permalink}">{NoteCountWithLabel}</a>
  435. <a href="{reblogurl}"> reblog</a> </span></div>
  436. {/block:IndexPage}
  437. {/block:Link}
  438. {block:PostNotes}{PostNotes}{/block:PostNotes}
  439. </div>
  440. {/block:Posts}
  441. </div></div></div></div></div></div></div>
  442. </div></center>
  443. </div></div>
  444. {/block:IndexPage}
  445. {block:Date}<div class="extra1">Postado {TimeAgo} com {NoteCountWithLabel}</div>{/block:Date}{block:RebloggedFrom}<div class="extra1">Reblogado de: <a href="{ReblogParentURL}" target="_blank">{ReblogParentName}</a>. Postado por: {block:ContentSource}<a href="{SourceURL}" target=blank>{SourceTitle}</a>{/block:ContentSource}.</div>{/block:RebloggedFrom}</div>{/block:PermalinkPage}
  446. </div></div>
  447.  
  448.  
  449. </body>
  450.  
  451.  
  452. <div class="cred">Exclusivo
  453. <div class="credt"><a href="http://expressao.tumblr.com/">Expressão|Exclusivo </a>
  454. </div>
  455. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement