apenassimplesversos

Theme 07

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