apenassimplesversos

theme velho

May 10th, 2012
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 25.06 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml">
  3. <head>
  4.  
  5. <meta name="text:titulodoseutumblr" content=""/>
  6. <meta name="color:menu" content="#666"/>
  7. <meta name="color:hover" content="#000"/>
  8. <meta name="color:negrito" content="#CD9B9B"/>
  9. <meta name="color:riscado" content="#000"/>
  10. <meta name="color:italico" content="#C5E0DC"/>
  11. <meta name="color:strong" content="#8B7D7B"/>
  12. <meta name="color:sublinhado" content="#EEB4B4"/>
  13. <meta name="color:links" content="#EEB4B4"/>
  14. <meta name="color:fundoask" content="#EE82EE"/>
  15. <meta name="color:cordasboxs" content="#fff"/>
  16. <meta name="color:barraderolagem" content="#000"/>
  17. <meta name="color:selecao" content="#000"/>
  18. <meta name="image:bordinha" content="http://static.tumblr.com/..."/>
  19. <meta name="color:titulosid" content="#000000" />
  20. <meta name="color:subtitulosid" content="#000000" />
  21.    <meta name="color:link" content="#0d0d0e" />
  22.  
  23.  
  24.  <meta name="image:sidebar" content="http://static.tumblr.com/hesl9hk/4vLlyqc65/tumblr_lyq80zfi4d1ro7jdfo1_500.jpg"/>
  25.  
  26.     <meta name="text:Link1" content="" />
  27.     <meta name="text:Link1 Title" content="" />
  28.     <meta name="text:Link2" content="" />
  29.     <meta name="text:Link2 Title" content="" />
  30.     <meta name="text:Link3" content="" />
  31.     <meta name="text:Link3 Title" content="" />
  32.     <meta name="text:Link4" content="" />
  33.     <meta name="text:Link4 Title" content="" />
  34.     <meta name="text:Link5" content="" />
  35.     <meta name="text:Link5 Title" content="" />
  36.     <meta name="text:Link6" content="" />
  37.     <meta name="text:Link6 Title" content="" />
  38.  
  39. <!--------------------------------------|
  40.  
  41. Theme por apenassimplesversos,não mude nada,nem retire os creditos !
  42.  
  43.                |--------------------------------------!>
  44. <style type="text/css">
  45.  
  46. ::-webkit-scrollbar {width: 10px; height:auto; background:{color:scrollbg}}
  47.  
  48. ::-webkit-scrollbar-corner {background:{color:scrollbg}}
  49.  
  50. ::-webkit-scrollbar-button:vertical {height:4px; display: block; background:{color:scrollbar}}
  51.  
  52. ::-webkit-scrollbar-button:horizontal {width: 7px; height: 4px; display: block; background:{color:scrollbar}}
  53.  
  54. ::-webkit-scrollbar-thumb:vertical {background:{color:scrollbar}; border-top: 1px solid {color:scrollbg}; border-bottom: 1px solid {color:scrollbg}}
  55.  
  56. ::-webkit-scrollbar-thumb:horizontal {background: {color:scrollbg}; border: 0px solid {color:scrollbg}}
  57.  
  58. ::-webkit-scrollbar-thumb {background: {color:scrollbar}; border-top: 0pt solid {color:scrollbg}; border-bottom: 0pt solid {color:scrollbg}}
  59.  
  60. ::-webkit-scrollbar-thumb:hover {background: {color:scrollbar}; cursor:url(http://i53.tinypic.com/zycxmw.png), auto}
  61.  
  62. ::-webkit-scrollbar-track-piece {background: {color:scrollbg}; border-top: 1pt solid {color:scrollbg}; border-bottom: 1pt solid {color:scrollbg}; width:4pt;}
  63.  
  64.  
  65.  
  66. <script language="javascript" type="text/javascript" src="http://www.onlineleaf.com/savetheenvironment.js"></script>
  67.  
  68. <script type="text/javascript" src="http://static.tumblr.com/twte3d7/BH7lio0yf/jquery.js"></script>
  69. <script type="text/javascript" src="http://static.tumblr.com/twte3d7/RhUlio0y7/lazyload.js"></script>
  70.  
  71.  
  72. <script type="text/javascript">
  73. //desabilita menu de opcoes ao clicar no botao direito
  74. function desabilitaMenu(e)
  75. {
  76. if (window.Event)
  77. {
  78. if (e.which == 2 || e.which == 3)
  79. return false;
  80. }
  81. else
  82. {
  83. event.cancelBubble = true
  84. event.returnValue = false;
  85. return false;
  86. }
  87. }
  88.  
  89. //desabilita botao direito
  90. function desabilitaBotaoDireito(e)
  91. {
  92. if (window.Event)
  93. {
  94. if (e.which == 2 || e.which == 3)
  95. return false;
  96. }
  97. else
  98. if (event.button == 2 || event.button == 3)
  99. {
  100. event.cancelBubble = true
  101. event.returnValue = false;
  102. return false;
  103. }
  104. }
  105.  
  106. //desabilita botao direito do mouse
  107. if ( window.Event )
  108. document.captureEvents(Event.MOUSEUP);
  109. if ( document.layers )
  110. document.captureEvents(Event.MOUSEDOWN);
  111.  
  112. document.oncontextmenu = desabilitaMenu;
  113. document.onmousedown = desabilitaBotaoDireito;
  114. document.onmouseup = desabilitaBotaoDireito;
  115. </script>
  116.  
  117. <link rel="shortcut icon" href="{Favicon}" />
  118.  
  119. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  120. <title>{title}</title>
  121. </head>
  122.  
  123. <style>
  124.  
  125. #sidebar{
  126. left: 30px;
  127. margin-top: 140px;
  128. width: 135px;
  129. text-align: left;
  130. background-color: {color:sbar};
  131. padding: 0px;
  132. position: fixed;
  133. height: 200px;
  134. }
  135.  
  136. .sidebarimg {
  137. overflow: auto;
  138. height: 185px;
  139. text-align: left;
  140. margin: 5px;
  141. border: 1px solid {color:boxborder};
  142. padding: 3px 0px 0px 3px;
  143. background-color: {color:boxbackground};
  144. }
  145.  
  146.  
  147.  
  148. .sidebarimg2 img{
  149. max-height: 142px;
  150. width: auto;
  151. display: inline;
  152. overflow: auto;
  153. margin-bottom: 3px;
  154. }
  155.  
  156. #barrafrase {
  157. position: left;
  158. left: 40px;
  159. top: 277px;
  160. height: 25px;
  161. background-color:{color:sbar};
  162. text-align: center;
  163. position: fixed;
  164. color: {color:titulosid};
  165. width: 423px;
  166. font-style: italic;
  167. margin-top: 2px;
  168. font-size: 15px;
  169. font-family: georgia;
  170. text-align: center;
  171. letter-spacing: 2px;
  172. line-height:23px;
  173. font-style: bold;
  174. margin-bottom: 5px;
  175. opacity: 1;
  176. -webkit-transition: all 0.5s ease-out;
  177. -moz-transition: all 0.5s ease-out;
  178. }
  179.  
  180. #barrafrase:hover {
  181. background-color:transparent;
  182. height: 25px;
  183. color: transparent;
  184. }
  185.  
  186.  
  187. .barrafrase {
  188. text-align: center;
  189. font-size: 15px;
  190. position: fixed;
  191. color: transparent;
  192. width: 423px;
  193. margin-top: 0px;
  194. margin-left: 0px;
  195. height: 25px;
  196. font-style: italic;
  197. margin-top: 0px;
  198. font-size: 15px;
  199. font-family: georgia;
  200. text-align: center;
  201. letter-spacing: 2px;
  202. line-height:23px;
  203. font-style: bold;
  204. margin-bottom: 5px;
  205. opacity: 1;
  206. -webkit-transition: all 0.5s ease-out;
  207. -moz-transition: all 0.5s ease-out;
  208. }
  209.  
  210. .barrafrase:hover {
  211. text-align: center;
  212. color: {color:titulosid};
  213. font-size: 15px;
  214. text-align: center;
  215. background-color: {color:sbar}
  216. }
  217.  
  218. a:link, a:active, a:visited{color: {color:link}; text-decoration:none}
  219. a:hover{color:{color:title}}
  220.  
  221.  
  222. #frase1 {
  223. position: left;
  224. margin-left: 5px;
  225. top: 570px;
  226. width: 470px;
  227. height: 5px;
  228. background-color:{color:sbar};
  229. text-align: center;
  230. position: fixed;
  231. border-radius: 15px;
  232. -moz-border-radius: 15px;
  233. -webkit-border-radius: 15px;
  234. -goog-ms-border-radius: 15px;
  235. }
  236.  
  237. #frasea1 {
  238. color:#000000;
  239. width: 210px;
  240. margin-top: 2px;
  241. font-size: 9px;
  242. font-family: verdana;
  243. text-align: center;
  244. letter-spacing: 3px;
  245. font-style: bold;
  246. margin-bottom: 5px;
  247. opacity: 0.8;
  248. }
  249.  
  250. #frase2 {
  251. position: left;
  252. margin-left: 5px;
  253. top: 55px;
  254. width: 470px;
  255. height: 5px;
  256. background-color:{color:sbar};
  257. text-align: center;
  258. position: fixed;
  259. border-radius: 15px;
  260. -moz-border-radius: 15px;
  261. -webkit-border-radius: 15px;
  262. -goog-ms-border-radius: 15px;
  263. }
  264.  
  265. #frasea2 {
  266. color:#ffffff;
  267. width: 210px;
  268. margin-top: 2px;
  269. font-size: 9px;
  270. font-family: verdana;
  271. text-align: center;
  272. letter-spacing: 3px;
  273. font-style: bold;
  274. margin-bottom: 5px;
  275. opacity: 0.8;
  276. }
  277.  
  278. n-bottom: 3px;
  279. #tete {width: 100%; height:100px; top:200px; padding: 2px; text-align: center; margin-bottom: 2px; background-color: trans.; letter-spacing: 4px; font-size: 9px; font-family: verdana; color:#3d3d3d; position:fixed; right:-600px;);   opacity:0.80; -moz-opacity: 0.80;    filter: alpha(opacity=80); -webkit-transform: rotate(-90deg);  }
  280.  
  281.  
  282.  
  283. #leo {width: 14px; height:100%; top:0px; padding: 2px; text-align: center; margin-bottom: 2px; background-color: {color:fita3}; letter-spacing: 4px; font-size: 9px; font-family: verdana; color:#3d3d3d; position:fixed; right:-5px;);  opacity:0.80; -moz-opacity: 0.80;    filter: alpha(opacity=80);  }
  284.  
  285.  
  286.  
  287. #nenem {width: 5px; height:100%; top:0px; padding: 2px; text-align: center; margin-bottom: 2px; background-color: {color:fita3}; letter-spacing: 4px; font-size: 9px; font-family: verdana; color:#3d3d3d; position:fixed; right:33px;  opacity:0.20; -moz-opacity: 0.20;    filter: alpha(opacity=20);  }
  288.  
  289.  
  290.  
  291. #vaila {width: 20px; height:100%; top:0px; padding: 2px; text-align: center; margin-bottom: 2px; background-color: {color:fita3}; letter-spacing: 4px; font-size: 9px; font-family: verdana; color:#3d3d3d; position:fixed; rigth:53px;  opacity:0.60; -moz-opacity: 0.60;      filter: alpha(opacity=60);   }
  292.  
  293.  
  294.  
  295. #tente {width: 30px; height:100%;top:0px; padding: 2px; text-align: center; margin-bottom: 2px; background-color: {color:fita3}; letter-spacing: 4px; font-size: 9px; font-family: verdana; color:#3d3d3d; position:fixed; right:43px;);  opacity:0.40; -moz-opacity: 0.40;     filter: alpha(opacity=40);  }
  296.  
  297.  
  298.  
  299. #naopense {width: 40px; height:100%; margin-top:-10px; padding: 2px; text-align: center; margin-bottom: 2px; background-color:{color:fita2}; letter-spacing: 4px; font-size: 9px; font-family: verdana; color:#3d3d3d; position:fixed; right: -2px;); opacity:0.90; -moz-opacity: 0.90; filter: alpha(opacity=90);  }
  300.  
  301.  
  302.  
  303. #lala {width: 40px; height:100%; margin-top:-10px; padding: 2px; text-align: center; margin-bottom: 2px; background-color:{color:fita2}; letter-spacing: 4px; font-size: 9px; font-family: verdana; color:#3d3d3d; position:fixed; right: 40px;); opacity:0.90; -moz-opacity: 0.90;     filter: alpha(opacity=90);  }
  304.  
  305.  
  306.  
  307. #kel {width: 14px; height:100%; margin-top:-10px; padding: 2px; text-align: center; margin-bottom: 2px; background-color: {color:fita3}; letter-spacing: 4px; font-size: 9px; font-family: verdana; color:#3d3d3d; position:fixed; right:15px;);  opacity:0.80; -moz-opacity: 0.80;     filter: alpha(opacity=80);  }
  308.  
  309.  
  310.  
  311. #be {width: 10px; height:100%; margin-top:-10px; padding: 2px; text-align: center; margin-bottom: 2px; background-color:{color:fita4}; letter-spacing: 4px; font-size: 9px; font-family: verdana; color:#3d3d3d; position:fixed; right: 74px;);}
  312.  
  313.  
  314. .s1 {text-align: center; position: fixed; margin-top: -11px; margin-left:-3px;}
  315. .s1 a {display: block; letter-spacing: 0px; font-family: ; font-size: 9px; text-align: center; margin-bottom: 1px;  width: 86px; height: 15px; background-color: {color:slinks}; color: {color:slinks txt}; text-decoration: none; text-transform: lowercase; padding: 1px 5px 5px 5px;}
  316.  
  317. .s1 a:hover {text-align: center; letter-spacing: 0px; background-color: {color:slinks hover}; color:{color:slinks txt hover}; padding: 1px 5px 5px 5px;}
  318.  
  319. /* conteudo dos posts */
  320.  
  321. .post{margin-bottom:17px;}
  322. #pagina {width: 850px;margin-left: auto; margin-right: auto;}
  323. #conteudo {width: 600px; margin-top:20px; margin-bottom: 15px; margin-right:200px;float: right;text-align: justify; padding-bottom: 5px;}
  324. #conteudo img {max-width:600px;}
  325. #sidebar {float: left;
  326. margin-top:82px;
  327. margin-left:60px;
  328. position:fixed;
  329. padding:5px;
  330. width: 250px;
  331. }
  332.  
  333.  
  334.  
  335. /* caixa dos posts */
  336. .box {background:{color:cordasboxs}; margin-bottom: 10px;  padding: 5px;  text-align: justify;}
  337.  
  338. .both{clear: both; margin: 1px 0 0 0;}
  339.  
  340. /* fundo do theme */
  341.  
  342.  
  343. body {background:#fff; text-align: justify; margin-top: 15px; padding: 0; line-height: 18px; overflow-x:hidden; height:100%; font: 11px Verdana; color: #666;}
  344.  
  345.  
  346. /* cores dos links , negrito , sublinhado  , italico , riscado e sublinado */
  347. a { color: {color:links}; text-decoration: none; -webkit-transition: color 0.5s ease-out; -moz-transition: color 0.5s ease-out; transition: color 0.5s ease-out;}
  348. a:hover { color: #666; filter:alpha(opacity=100); -moz-opacity: 1; -khtml-opacity: 1; opacity: 1;}
  349. s {color: {color:riscado};}
  350. i {color: {color:italico};}
  351. b {color: {color:negrito}; }
  352. strong {color: {color:strong} }
  353. u, span.sublinha {cursor: nw-resize; text-decoration: none; border-bottom: 1px dashed {color:sublinhado};}
  354.  
  355. /* menu de navegação */
  356. .nav1 { display: inline-block; padding:5px; text-align:center; color:#000; float: center;  font-family:verdana, serif;font-size:9px; alpha(Opacity=90); margin:1px;-webkit-transition-duration: .50s;background:#fff; width:105px;line-height:10px; border-left: 5px solid {color:menu}}
  357.  
  358. /* menu de navegação hover ( quando passa o mouse muda ) */
  359. .nav1:hover {color:#fff; background:#000; border-left: 0px solid #000; border-right: 5px solid {color:hover}}
  360.  
  361. /* aspas nos quotes */
  362. .aspas{ position:relative; top:-10px; font-size:100px; opacity:0.1; filter: alpha(opacity = 10);color: #386F6D;}
  363. .quote{ margin-left:20px; margin-top:-85px; line-height:25px; letter-spacing:-1px;}
  364.  
  365.  
  366. /**** Seleção colorida | madlyluv.com ****/
  367.  ::-moz-selection
  368.   {color: #000;
  369.   background: {color:selecao};}
  370.  
  371.  ::selection
  372.   {color: #000;
  373.   background: {color:selecao};}
  374.  
  375. /* paginacao */
  376. #paginacaoml {font-family: arial; font-size: 70px; font-weight: bold; line-height: 21px; text-shadow: 0 1px 1px #fff;}
  377.  
  378. /* blockquote */
  379. blockquote {border-left: 5px solid #D8BFD8; padding: 2px  2px 2px 8px; margin: 4px; line-height: 14px; background-color: #FFF;}
  380. blockquote blockquote {border-left: 5px solid #386F6D; padding: 2px  2px 2px 8px; margin: 4px; line-height: 14px; background-color: #FFF;}
  381. blockquote blockquote blockquote {border-left: 5px solid #386F6D; padding: 2px  2px 2px 8px; margin: 4px; line-height: 14px; background-color: #FFF;}
  382. blockquote blockquote blockquote blockquote {border-left: 5px solid #386F6D; padding: 2px  2px 2px 8px; margin: 4px; line-height: 14px; background-color: #FFF;}
  383.  
  384.  
  385. /* barra de rolagem */
  386. ::-moz-selection { color:white; background: }
  387. ::selection { color:white; }
  388. ::-webkit-selection { color:#fff; }
  389. ::-webkit-scrollbar { width: 10px; background-color: #; border-right:0px solid white; }
  390. ::-webkit-scrollbar-button:start:decrement,
  391. ::-webkit-scrollbar-button:end:increment  { height:0px; display: block;;}
  392. ::-webkit-scrollbar-track-piece  { background-color: #fff; }
  393. ::-webkit-scrollbar-thumb{ background-color:{color:barraderolagem}; -webkit-border-radius: 0px; border-radius: 0px; }
  394.  
  395. /* caixa de busca */
  396.  
  397. .buscaam {margin: 6px 0px 0px 0px; solid: 0px;}
  398. .buscaam input{font-family: #888888; border: solid; background-color: #fff; color: #888888; font-size: 12px; text-transform: none; text-align: right; padding: 4px; width: 250px; opacity: 0.6; filter:alpha (opacity=60); }
  399.  
  400. /* configuracao da ask */
  401. .aske {background: #ECEBED; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; }
  402.  
  403. .bubble {align:right;background: #F7F7F7; margin:7px 0px 5px 66px;padding:10px;position: relative;-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px;}
  404.  
  405. .bubble p {margin:1px 0px;}
  406.  
  407. .bubble span {display:block;position:absolute;width:1px;height:1px;font-size: 0;line-height: 1px;left:-10px;top:10px;border-top:7px solid transparent;border-bottom:7px solid transparent;border-right:10px solid #F7F7F7;}
  408.  
  409. /* borda imagens */
  410. .borda {-moz-box-shadow: 0 0 1em #eee; -webkit-box-shadow: 0 0 1em #eee;  box-shadow: 0 0 1em #eee; -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px;}
  411.  
  412. /* borda redonda das asks */
  413. .bordaask {-webkit-border-radius: 10em; -moz-border-radius: 10em; border-radius: 10em; marign:10px -moz-box-shadow: 0 0 1em #eee; -webkit-box-shadow: 0 0 1em #eee;  box-shadow: 0 0 1em #eee;}
  414.  
  415. /* formatacao das notes */
  416. notes {display:block; background:#f8f8f8; font-size:10px; letter-spacing:1px; padding:1px 4px 1px 4px;  margin-top: 3px; font-weight:strong;}
  417.  
  418. /* fonte principal */
  419. h1{display:block; font:italic 17px georgia; padding:0px 0px 2px 0px; margin:0px 0px 5px 0px; line-height:17px;}
  420.  
  421. img{
  422. margin: 1px;
  423. border: none;
  424. filter: alpha(opacity=75);
  425. moz-opacity:.80;
  426. opacity:.80 ;
  427. -webkit-transition-duration: .50s;
  428. }
  429. img:hover{
  430. margin: 1px;
  431. border: none;
  432. filter: alpha(opacity=100);
  433. moz-opacity:1.0;
  434. opacity:1.0;
  435. }  
  436.  
  437. .nav {width: 180; height: auto; padding:0px; margin-top:1px; margin-left:81px; }
  438. .nav a {float: left; display: block; width: 61px; height: 9px; line-height: 9px; padding: 3px; font-family: verdana; font-size: 9px; text-align: center; background-color: {color:sidebar}; color:{color:text sidebar}; text-decoration: none; text-transform: lowercase; margin-right: 1px; margin-bottom: 1px; -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out;}
  439. .nav a:hover { background-color: {color:sidebar}; color:{color:link hover}; letter-spacing: 0px; font-weight: bold;}
  440. </style>
  441.  
  442. </div>
  443. </div>
  444.  
  445.  
  446. <div id="sdbarfo">
  447. <div id="slideShowContainer">
  448. <div id="slideShow4">
  449.  
  450.  
  451. <body>
  452.  
  453.  
  454. </div>
  455. </div>
  456.  
  457.  
  458.  
  459.  
  460.  
  461.  
  462. <div id="sidebar">
  463.  
  464.  
  465. <img src="{image:sidebar}" width="310px">
  466. <div class="nav">
  467. <a href="{text:Link1}">{text:Link1 Title}</a>
  468. <a href="{text:Link2}">{text:Link2 Title}</a>
  469. <a href="{text:Link3}">{text:Link3 Title}</a>
  470. <a href="{text:Link4}">{text:Link4 Title}</a>
  471. </div>
  472.  
  473.  
  474.  
  475. <br>
  476. <br>
  477. <br>
  478. <center>        
  479.  
  480.  
  481. <div class="nav1">
  482. {block:ifLink1}<a href="{text:Link1}"><div class="nav1"{text:Link1 Title}</a><br />{/block:ifLink1}
  483.  
  484. {block:ifLink2}<a href="{text:Link2}"><div class="nav1"{text:Link2 Title}</a><br />{/block:ifLink2}
  485.  
  486. {block:ifLink3}<a href="{text:Link3}"><div class="nav1"{text:Link3 Title}</a><br />{/block:ifLink3}
  487.  
  488. {block:ifLink4}<a href="{text:Link4}"><div class="nav1"{text:Link4 Title}</a><br />{/block:ifLink4}
  489.  
  490. {block:ifLink5}<a href="{text:Link5}"><div class="nav1"{text:Link5 Title}</a><br />{/block:ifLink5}
  491.  
  492. {block:ifLink6}<a href="{text:Link6}"><div class="nav1"{text:Link6 Title}</a><br />{/block:ifLink6}
  493. <a href="http://d-esequilibrio.tumblr.com/">theme by</a>
  494. </nav>
  495.       </center>
  496. <center><div class="buscaam">
  497.                <center><form action="/search" method="get">
  498.                    <input type="text" name="q" value="search" onfocus="if (this.value == 'search') {this.value
  499.  
  500. = '';}" onblur="if (this.value == '') {this.value = 'search';}"/>
  501.                </form></center>
  502.            </div></center>
  503. </div>
  504.  
  505.  
  506.  
  507.  
  508. </div>
  509.  
  510. <!-- conteudo -->
  511. <div id="conteudo">
  512. <!-- liuc -->
  513. <div id="liuc"><br>
  514.  
  515.  
  516. {block:Posts}
  517. <!--- TEXT --->
  518. {block:Regular}<div class="box">{block:Title}<h1><a class="post" href="{Permalink}">{Title}</a></h1><div class="divdate"></div>{/block:Title}{Body}<notes><a href="{Permalink}">Posted</a> at {ShortDayOfWeek},
  519. <strong>{DayOfMonth}</strong>/<strong>{MonthNumberWithZero}</strong>/<b>{Year}</b> | {NoteCount} notes | <a href="{ReblogURL}" target="_blank">Reblog this!</a> {block:RebloggedFrom}| (<a href="{ReblogParentURL}">via</a>/<a href="{ReblogRootURL}">source</a>){/block:RebloggedFrom} | {block:HasTags}{block:Tags}#<a href="{TagURL}" class="tag" style="color:#000;">{Tag}</a>&nbsp;{/block:Tags}{/block:HasTags}</a></notes><div style="clear:both;"></div></div>{/block:Regular}
  520.  
  521. <!--- PHOTOS --->
  522. {block:Photo}<img src="{PhotoURL-500}" alt="{PhotoAlt}" width=699px class="borda"></center><div class="box"><br>{block:Caption}{Caption}{/block:Caption}<div style="clear:both;"></div><notes><a href="{Permalink}">Posted</a> at {ShortDayOfWeek},
  523. <strong>{DayOfMonth}</strong>/<strong>{MonthNumberWithZero}</strong>/<b>{Year}</b> | {NoteCount} notes | <a href="{ReblogURL}" target="_blank">Reblog this!</a> {block:RebloggedFrom}| (<a href="{ReblogParentURL}">via</a>/<a href="{ReblogRootURL}">source</a>){/block:RebloggedFrom} | {block:HasTags}{block:Tags}#<a href="{TagURL}" class="tag" style="color:#000;">{Tag}</a>&nbsp;{/block:Tags}{/block:HasTags}</a></notes><div style="clear:both;"></div></div>{/block:Photo}
  524.  
  525. <!--- PHOTOSET --->
  526. {block:Photoset}<div class="box"><center>{Photoset-500}</center>{block:Caption}{Caption}{/block:Caption}<div style="clear:both;"></div><notes><a href="{Permalink}">Posted</a> at {ShortDayOfWeek},
  527. <strong>{DayOfMonth}</strong>/<strong>{MonthNumberWithZero}</strong>/<b>{Year}</b> | {NoteCount} notes | <a href="{ReblogURL}" target="_blank">Reblog this!</a> {block:RebloggedFrom}| (<a href="{ReblogParentURL}">via</a>/<a href="{ReblogRootURL}">source</a>){/block:RebloggedFrom} | {block:HasTags}{block:Tags}#<a href="{TagURL}" class="tag" style="color:#000;">{Tag}</a>&nbsp;{/block:Tags}{/block:HasTags}</a></notes><div style="clear:both;"></div></div>{/block:Photoset}
  528.  
  529. <!--- ASK --->
  530. {block:Answer}<div class="box"><img src="{AskerPortraitURL-48}"align="left" class="bordaask ; opacidade"/><b><div class="bubble"><span></span>{Asker}</b>: {Question}</div><br><center><i>{Answer}</i></center><notes><a href="{Permalink}">Posted</a> at {ShortDayOfWeek},
  531. <strong>{DayOfMonth}</strong>/<strong>{MonthNumberWithZero}</strong>/<b>{Year}</b> | {NoteCount} notes | <a href="{ReblogURL}" target="_blank">Reblog this!</a> {block:RebloggedFrom}| (<a href="{ReblogParentURL}">via</a>/<a href="{ReblogRootURL}">source</a>){/block:RebloggedFrom} | {block:HasTags}{block:Tags}#<a href="{TagURL}" class="tag" style="color:#000;">{Tag}</a>&nbsp;{/block:Tags}{/block:HasTags}</a></notes><div style="clear:both;"></div></div>{block:Answer}
  532.  
  533. <!--- QUOTES --->
  534. {block:Quote}<div class="box"><span class="aspas">&#10077;</span><div class="quote"><h1><a class="post" href="{Permalink}">{Quote}</a></h1></span></div>{block:Source}<div style="float:right"><b>&mdash;</b> {Source}</div>{/block:Source}<br><br><notes><a href="{Permalink}">Posted</a> at {ShortDayOfWeek},
  535. <strong>{DayOfMonth}</strong>/<strong>{MonthNumberWithZero}</strong>/<b>{Year}</b> | {NoteCount} notes | <a href="{ReblogURL}" target="_blank">Reblog this!</a> {block:RebloggedFrom}| (<a href="{ReblogParentURL}">via</a>/<a href="{ReblogRootURL}">source</a>){/block:RebloggedFrom} | {block:HasTags}{block:Tags}#<a href="{TagURL}" class="tag" style="color:#000;">{Tag}</a>&nbsp;{/block:Tags}{/block:HasTags}</a></notes><div style="clear:both;"></div></div>{/block:Quote}
  536.  
  537. <!--- LINKS --->
  538. {block:Link}<div class="box"><h1><a href="{URL}" class="post" target="_blank">{Name}</a></h1><div class="divdate"></div>{block:Description}{Description}{/block:Description}<notes><a href="{Permalink}">Posted</a> at {ShortDayOfWeek},
  539. <strong>{DayOfMonth}</strong>/<strong>{MonthNumberWithZero}</strong>/<b>{Year}</b> | {NoteCount} notes | <a href="{ReblogURL}" target="_blank">Reblog this!</a> {block:RebloggedFrom}| (<a href="{ReblogParentURL}">via</a>/<a href="{ReblogRootURL}">source</a>){/block:RebloggedFrom} | {block:HasTags}{block:Tags}#<a href="{TagURL}" class="tag" style="color:#000;">{Tag}</a>&nbsp;{/block:Tags}{/block:HasTags}</a></notes><div style="clear:both;"></div></div>{/block:Link}
  540.  
  541. <!--- CHAT --->
  542. {block:Chat}<div class="box">
  543. {block:Title}<h1><a class="post" href="{Permalink}">{Title}</a></h1><div class="divdate"></div>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}{/block:Lines}<notes><a href="{Permalink}">Posted</a> at {ShortDayOfWeek},
  544. <strong>{DayOfMonth}</strong>/<strong>{MonthNumberWithZero}</strong>/<b>{Year}</b> | {NoteCount} notes | <a href="{ReblogURL}" target="_blank">Reblog this!</a> {block:RebloggedFrom}| (<a href="{ReblogParentURL}">via</a>/<a href="{ReblogRootURL}">source</a>){/block:RebloggedFrom} | {block:HasTags}{block:Tags}#<a href="{TagURL}" class="tag" style="color:#000;">{Tag}</a>&nbsp;{/block:Tags}{/block:HasTags}</a></notes><div style="clear:both;"></div></div>{/block:Chat}
  545.  
  546. <!--- AUDIO --->
  547. {block:Audio}<div class="box"><div style="float:right;"><small><b>{PlayCount}</b> Tocada  {block:ExternalAudio}| <a href="{ExternalAudioURL}">Download</a>{/block:ExternalAudio}</small></div><center>{AudioPlayerWhite}</center ><div style="clear:both;"></div><br><small>{block:Artist}{Artist}{/block:Artist} {block:TrackName}- {TrackName}</i>{/block:TrackName}</small>{block:Caption}{Caption}{/block:Caption}<notes><a href="{Permalink}">Posted</a> at {ShortDayOfWeek},
  548. <strong>{DayOfMonth}</strong>/<strong>{MonthNumberWithZero}</strong>/<b>{Year}</b> | {NoteCount} notes | <a href="{ReblogURL}" target="_blank">Reblog this!</a> {block:RebloggedFrom}| (<a href="{ReblogParentURL}">via</a>/<a href="{ReblogRootURL}">source</a>){/block:RebloggedFrom} | {block:HasTags}{block:Tags}#<a href="{TagURL}" class="tag" style="color:#000;">{Tag}</a>&nbsp;{/block:Tags}{/block:HasTags}</a></notes><div style="clear:both;"></div></div>{/block:Audio}
  549.  
  550. <!--- VIDEO --->
  551. {block:Video}<div class="box"><center>{Video-500}</center><br>{block:Caption}{Caption}{/block:Caption}<notes><a href="{Permalink}">Posted</a> at {ShortDayOfWeek},
  552. <strong>{DayOfMonth}</strong>/<strong>{MonthNumberWithZero}</strong>/<b>{Year}</b> | {NoteCount} notes | <a href="{ReblogURL}" target="_blank">Reblog this!</a> {block:RebloggedFrom}| (<a href="{ReblogParentURL}">via</a>/<a href="{ReblogRootURL}">source</a>){/block:RebloggedFrom} | {block:HasTags}{block:Tags}#<a href="{TagURL}" class="tag" style="color:#000;">{Tag}</a>&nbsp;{/block:Tags}{/block:HasTags}</a></notes><div style="clear:both;"></div></div>{/block:Video}
  553.  
  554. <!--- POSTS NOTES --->
  555. {block:PostNotes}<div class="box">{PostNotes}</div>{/block:PostNotes}
  556. {/block:Posts}</div>
  557. <center><div id="paginacaoml">
  558. <div align="left" style="float:left;width:48%">
  559. {block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">&laquo;</a>{/block:PreviousPage}{/block:Pagination} </div>
  560. <div align="right" style="float:right;width:48%">{block:Pagination}{block:NextPage}<a href="{NextPage}">&raquo;</a>{/block:NextPage}{/block:Pagination}</div></div></center></div>
  561.  
  562. <div id="ask" style="display:none;">
  563. <h1><big>Ask</h1></big>
  564. <iframe frameborder="0" scrolling="no" width="100%" height="150px" src="http://www.tumblr.com/ask_form/SEUTUMBLR.tumblr.com" style="background-color:{color:fundoask}; overflow:hidden;" id="ask_form"></iframe> <!—[if IE]><script type="text/javascript">document.getElementById('ask_form').allowTransparency=true;</script><![endif]—>
  565. <br><br>
  566.  
  567.  
  568.  
  569.  
  570. </div>
Advertisement
Add Comment
Please, Sign In to add comment