Advertisement
Drwendy

Harmonick

Jun 5th, 2017
308
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 99.78 KB | None | 0 0
  1. <?xml version="1.0" encoding="UTF-8" ?>
  2. <!DOCTYPE html>
  3. <html b:version='2' class='v2' expr:dir='data:blog.languageDirection' xmlns='http://www.w3.org/1999/xhtml' xmlns:b='http://www.google.com/2005/gml/b' xmlns:data='http://www.google.com/2005/gml/data' xmlns:expr='http://www.google.com/2005/gml/expr'>
  4. <head>
  5. <link href='http://fonts.googleapis.com/css?family=Dosis:200' rel='stylesheet' type='text/css'/>
  6.  
  7. <link href='https://fonts.googleapis.com/css?family=Raleway' rel='stylesheet' type='text/css'/>
  8.  
  9. <link href='http://fonts.googleapis.com/css?family=Open+Sans+Condensed:300' rel='stylesheet' type='text/css'/>
  10. <b:if cond='data:blog.isMobile'>
  11. <meta content='width=device-width,initial-scale=1.0,minimum-scale=1.0,maximum-scale=1.0' name='viewport'/>
  12. <b:else/>
  13. <meta content='width=1100' name='viewport'/>
  14. </b:if>
  15. <b:include data='blog' name='all-head-content'/>
  16. <title><data:blog.pageTitle/></title>
  17.  
  18. <b:skin><![CDATA[/*
  19. -----------------------------------------------
  20. BASE FEITA E EDITADA POR DRW WENDY
  21. BASEADO NO CORPO E MODELO TRAVEL
  22. POR FAVOR, NAO REMOVA OS CREDITOS
  23.  
  24. WEBUNNY.BLOGSPOT.COM
  25. ----------------------------------------------- */
  26.  
  27. /* Variable definitions
  28. ====================
  29. <Variable name="keycolor" description="Main Color" type="color" default="#539bcd" value="#cfd9f6"/>
  30.  
  31. <Group description="Page Text" selector="body">
  32. <Variable name="body.font" description="Font" type="font"
  33. default="normal normal 13px 'Trebuchet MS',Trebuchet,sans-serif" value="normal normal 13px &#39;Trebuchet MS&#39;,Trebuchet,sans-serif"/>
  34. <Variable name="body.text.color" description="Text Color" type="color" default="#bbbbbb" value="#666666"/>
  35. </Group>
  36.  
  37. <Group description="Backgrounds" selector=".body-fauxcolumns-outer">
  38. <Variable name="body.background.color" description="Outer Background" type="color" default="#539bcd" value="#fff8ee"/>
  39. <Variable name="content.background.color" description="Main Background" type="color" default="transparent" value="transparent"/>
  40. </Group>
  41.  
  42. <Group description="Links" selector=".main-outer">
  43. <Variable name="link.color" description="Link Color" type="color" default="#ff9900" value="#538cd6"/>
  44. <Variable name="link.visited.color" description="Visited Color" type="color" default="#b87209" value="#436590"/>
  45. <Variable name="link.hover.color" description="Hover Color" type="color" default="#ff9900" value="#ff9900"/>
  46. </Group>
  47.  
  48. <Group description="Blog Title" selector=".header h1">
  49. <Variable name="header.font" description="Font" type="font"
  50. default="normal normal 60px 'Trebuchet MS',Trebuchet,sans-serif" value="normal normal 0px &#39;Trebuchet MS&#39;,Trebuchet,sans-serif"/>
  51. <Variable name="header.text.color" description="Text Color" type="color" default="#ffffff" value="#000000"/>
  52. </Group>
  53.  
  54. <Group description="Blog Description" selector=".header .description">
  55. <Variable name="description.text.color" description="Description Color" type="color"
  56. default="$(body.text.color)" value="#666666"/>
  57. </Group>
  58.  
  59. <Group description="Tabs Text" selector=".tabs-inner .widget li a">
  60. <Variable name="tabs.font" description="Font" type="font"
  61. default="normal bold 16px 'Trebuchet MS',Trebuchet,sans-serif" value="normal bold 16px &#39;Trebuchet MS&#39;,Trebuchet,sans-serif"/>
  62. <Variable name="tabs.text.color" description="Text Color" type="color" default="#ffffff" value="#ffffff"/>
  63. <Variable name="tabs.selected.text.color" description="Selected Color" type="color" default="#ffffff" value="#ffffff"/>
  64. </Group>
  65.  
  66. <Group description="Tabs Background" selector=".tabs-outer .PageList">
  67. <Variable name="tabs.background.color" description="Background Color" type="color" default="transparent" value="#000000"/>
  68. <Variable name="tabs.selected.background.color" description="Selected Color" type="color" default="transparent" value="#333333"/>
  69. </Group>
  70.  
  71. <Group description="Date Header" selector=".main-inner h2.date-header">
  72. <Variable name="date.font" description="Font" type="font"
  73. default="normal normal 14px 'Trebuchet MS',Trebuchet,sans-serif" value="normal normal 14px &#39;Trebuchet MS&#39;,Trebuchet,sans-serif"/>
  74. <Variable name="date.text.color" description="Text Color" type="color" default="$(body.text.color)" value="#666666"/>
  75. </Group>
  76.  
  77. <Group description="Post Title" selector="h3.post-title a">
  78. <Variable name="post.title.font" description="Font" type="font"
  79. default="normal bold 20px 'Trebuchet MS',Trebuchet,sans-serif" value="normal bold 20px &#39;Trebuchet MS&#39;,Trebuchet,sans-serif"/>
  80. <Variable name="post.title.text.color" description="Text Color" type="color"
  81. default="#ffffff" value="#000000"/>
  82. </Group>
  83.  
  84. <Group description="Post Background" selector=".column-center-inner">
  85. <Variable name="post.background.color" description="Background Color" type="color"
  86. default="transparent" value="#ffffff"/>
  87. <Variable name="post.background.url" description="Post Background URL" type="url" default="none" value="none"/>
  88. </Group>
  89.  
  90. <Group description="Gadget Title Color" selector="h2">
  91. <Variable name="widget.title.font" description="Font" type="font"
  92. default="normal bold 14px 'Trebuchet MS',Trebuchet,sans-serif" value="normal bold 14px &#39;Trebuchet MS&#39;,Trebuchet,sans-serif"/>
  93. <Variable name="widget.title.text.color" description="Title Color" type="color" default="#ffffff" value="#000000"/>
  94. </Group>
  95.  
  96. <Group description="Gadget Text" selector=".footer-inner .widget, .sidebar .widget">
  97. <Variable name="widget.font" description="Font" type="font"
  98. default="$(body.font)" value="normal normal 13px &#39;Trebuchet MS&#39;,Trebuchet,sans-serif"/>
  99. <Variable name="widget.text.color" description="Text Color" type="color" default="$(body.text.color)" value="#666666"/>
  100. </Group>
  101.  
  102. <Group description="Gadget Links" selector=".sidebar .widget">
  103. <Variable name="widget.link.color" description="Link Color" type="color" default="$(body.text.color)" value="#666666"/>
  104. <Variable name="widget.link.visited.color" description="Visited Color" type="color" default="$(link.visited.color)" value="#436590"/>
  105. <Variable name="widget.alternate.text.color" description="Alternate Color" type="color" default="#ffffff" value="#000000"/>
  106. </Group>
  107.  
  108. <Group description="Sidebar Background" selector=".column-left-inner .column-right-inner">
  109. <Variable name="widget.outer.background.color" description="Background Color" type="color" default="transparent" value="transparent"/>
  110. <Variable name="widget.border.bevel.color" description="Bevel Color" type="color" default="transparent" value="transparent"/>
  111. </Group>
  112.  
  113. <Variable name="body.background" description="Body Background" type="background"
  114. color="$(body.background.color)" default="$(color) none repeat-x scroll top center" value="$(color) none no-repeat scroll center center"/>
  115. <Variable name="content.background" description="Content Background" type="background"
  116. color="$(content.background.color)" default="$(color) none repeat scroll top center" value="#ffffff url(//www.blogblog.com/1kt/travel/bg_container.png) repeat-x scroll top left"/>
  117. <Variable name="comments.background" description="Comments Background" type="background"
  118. default="#cccccc none repeat scroll top center" value="#cccccc none repeat scroll top center"/>
  119.  
  120. <Variable name="content.imageBorder.top.space" description="Content Image Border Top Space" type="length" default="0" value="5px"/>
  121. <Variable name="content.imageBorder.top" description="Content Image Border Top" type="url" default="none" value="url(//www.blogblog.com/1kt/travel/bg_container.png)"/>
  122.  
  123. <Variable name="content.margin" description="Content Margin Top" type="length" default="20px" value="20px"/>
  124. <Variable name="content.padding" description="Content Padding" type="length" default="20px" value="20px"/>
  125. <Variable name="content.posts.padding" description="Posts Content Padding" type="length" default="10px" value="10px"/>
  126.  
  127. <Variable name="tabs.background.gradient" description="Tabs Background Gradient" type="url"
  128. default="url(//www.blogblog.com/1kt/travel/bg_black_50.png)" value="none"/>
  129. <Variable name="tabs.selected.background.gradient" description="Tabs Selected Background Gradient" type="url"
  130. default="url(//www.blogblog.com/1kt/travel/bg_black_50.png)" value="none"/>
  131. <Variable name="widget.outer.background.gradient" description="Sidebar Gradient" type="url"
  132. default="url(//www.blogblog.com/1kt/travel/bg_black_50.png)" value="none"/>
  133. <Variable name="footer.background.gradient" description="Footer Background Gradient" type="url" default="none" value="none"/>
  134. <Variable name="mobile.background.overlay" description="Mobile Background Overlay" type="string"
  135. default="transparent none repeat scroll top left" value="transparent none repeat scroll top left"/>
  136. <Variable name="mobile.button.color" description="Mobile Button Color" type="color" default="#ffffff" value="#ffffff"/>
  137. <Variable name="startSide" description="Side where text starts in blog language" type="automatic" default="left"/>
  138. <Variable name="endSide" description="Side where text ends in blog language" type="automatic" default="right"/>
  139. */
  140.  
  141. /* Content
  142. ----------------------------------------------- */
  143. body {
  144. font: $(body.font);
  145. color: $(body.text.color);
  146. background: #d9e2da;
  147. }
  148.  
  149. html body .region-inner {
  150. min-width: 0;
  151. max-width: 100%;
  152. width: auto;
  153. }
  154.  
  155. /* Cor dos links da postagem
  156. ----------------------------------------------- */
  157. a:link {
  158. color: #649381; /* Cor do link*/
  159. text-decoration: none;
  160. -webkit-transition: color 0.7s ease-out;-moz-transition:
  161. color 0.7s ease-out;transition: color 0.7s ease-out;
  162. }
  163. a:visited {
  164. color: #649381; /*Cor dos links visitados*/
  165. text-decoration:none;
  166. filter:alpha(opacity=100);
  167. -moz-opacity: 1; -khtml-opacity: 1; opacity: 1;
  168. }
  169. a:hover {
  170. color: #99b59c; /*Cor do link quando passa o mouse*/
  171. text-decoration:none;
  172. filter:alpha(opacity=100);
  173. -moz-opacity: 1; -khtml-opacity: 1; opacity: 1;
  174. }
  175.  
  176. .content-outer .content-cap-top {
  177. height:
  178. background:
  179. }
  180.  
  181. .content-outer {
  182. margin: 0 auto;
  183. }
  184.  
  185. .content-inner {
  186. background:
  187. background-position:
  188. background-color:
  189. padding:
  190. }
  191.  
  192. .main-inner .date-outer {
  193. margin-bottom: 2em;
  194. }
  195.  
  196. /* Header
  197. ----------------------------------------------- */
  198. .header-inner .Header .titlewrapper,
  199. .header-inner .Header .descriptionwrapper {
  200. padding-left: 10px;
  201. padding-right: 10px;
  202. }
  203.  
  204. .Header h1 {
  205. font: $(header.font);
  206. color: $(header.text.color);
  207. }
  208.  
  209. .Header h1 a {
  210. color: $(header.text.color);
  211. }
  212.  
  213. .Header .description {
  214. font-size: 130%;
  215. }
  216.  
  217. /* Tabs
  218. ----------------------------------------------- */
  219. .tabs-inner {
  220. margin: 1em 0 0;
  221. padding: 0;
  222. }
  223.  
  224. .tabs-inner .section {
  225. margin: 0;
  226. }
  227.  
  228. .tabs-inner .widget ul {
  229. padding: 0;
  230. background: $(tabs.background.color) $(tabs.background.gradient) repeat scroll top center;
  231. }
  232.  
  233. .tabs-inner .widget li {
  234. border: none;
  235. }
  236.  
  237. .tabs-inner .widget li a {
  238. display: inline-block;
  239. padding: 1em 1.5em;
  240. color: $(tabs.text.color);
  241. font: $(tabs.font);
  242. }
  243.  
  244. .tabs-inner .widget li.selected a,
  245. .tabs-inner .widget li a:hover {
  246. position: relative;
  247. z-index: 1;
  248. background: $(tabs.selected.background.color) $(tabs.selected.background.gradient) repeat scroll top center;
  249. color: $(tabs.selected.text.color);
  250. }
  251.  
  252.  
  253. /* Data
  254. ----------------------------------------------- */
  255. .main-inner h2.date-header{
  256. -webkit-transform:rotate(1170deg);-o-transform:rotate(270deg);-moz-transform: rotate(270deg);
  257. margin-right: -34px;
  258. float: right;
  259. text-align: center;
  260. font-size: 9px;
  261. padding: 5px;
  262. color: #649381;
  263. text-shadow:0px 1px 2px #fff;
  264. margin-top: 16px;
  265. }
  266. /* Codigos de ocultar
  267. ----------------------------------------------- */
  268. #Attribution1 {
  269. clear: both;
  270. line-height: 2.5em;
  271. display: none;
  272. }
  273.  
  274. #navbar-iframe {
  275. height: 0px;
  276. visibility: hidden;
  277. display: none;
  278. }
  279.  
  280. #tabdiv li, .sidebar li {
  281. list-style-type:none;
  282. }
  283.  
  284. .feed-links {
  285. height:0px;
  286. visibility:hidden;
  287. display:none
  288. }
  289.  
  290. .status-msg-wrap,
  291. .status-msg-body,
  292. .status-msg-border,
  293. .status-msg-bg,
  294. .status-msg-hidden {
  295. display: none;
  296. }
  297.  
  298. /* Area da postagem editada
  299. ----------------------------------------------- */
  300. .main-inner {
  301. margin-top: -60px;
  302. padding: $(content.padding) 0;
  303. }
  304.  
  305. .main-inner .column-center-inner {
  306. padding: $(content.posts.padding) 0;
  307. }
  308.  
  309. .main-inner .column-center-inner .section {
  310. margin: 0 $(content.posts.padding);
  311. }
  312.  
  313. .main-inner .column-right-inner {
  314. margin-left: $(content.padding);
  315. }
  316.  
  317. .main-inner .fauxcolumn-right-outer .fauxcolumn-inner {
  318. margin-left: $(content.padding);
  319. background: $(widget.outer.background.color) $(widget.outer.background.gradient) repeat scroll top left;
  320. }
  321.  
  322. .main-inner .column-left-inner {
  323. margin-right: $(content.padding);
  324. }
  325.  
  326. .main-inner .fauxcolumn-left-outer .fauxcolumn-inner {
  327. margin-right: $(content.padding);
  328. background: $(widget.outer.background.color) $(widget.outer.background.gradient) repeat scroll top left;
  329. }
  330.  
  331. .main-inner .column-left-inner,
  332. .main-inner .column-right-inner {
  333. padding: 15px 0;
  334. }
  335.  
  336. /* Titulo das Postagens
  337. ----------------------------------------------- */
  338. h3.post-title {
  339. text-align: center;
  340. border-bottom: 1px dashed #ccc; /*cinza*/
  341. margin-bottom: -6px;
  342. font-family: 'Raleway', cursive;
  343. color: #035457;
  344. font-size: 17px;
  345. cursor: default;
  346. }
  347.  
  348. h3.post-title a {
  349. font-family: 'Raleway', cursive;
  350. color: #035457;
  351. font-size: 17px;
  352. }
  353.  
  354. h3.post-title a:hover {
  355. font-family: 'Raleway', cursive;
  356. color: #035457;
  357. font-size: 17px;
  358. }
  359.  
  360. .post-header, .dados {
  361. color: #b1b7b1;
  362. font-size: 10px;
  363. border-bottom: solid 1px #c8bdd2; /*cinza*/
  364. padding: 8px 0 1px 12px; /*espaço topo direita baixo esquerda/*
  365. margin: 0;
  366. font-family: Pf Arma Five; /*Fonte*/
  367. border-bottom: 1px dashed #ccc; /*cinza*/
  368. text-align: center;
  369. }
  370.  
  371.  
  372. /* Area da postagem automatica
  373. ----------------------------------------------- */
  374. .post-outer {
  375. margin: 4px 2px 10px;
  376. padding: 20px 10px;
  377. background:#f7f7f7;
  378. border-bottom: 2px solid #649381; /* Borda*/
  379. box-shadow: 1px 1px 0px #ccc, inset 0px 0px 10px #f7f7f7;
  380. -webkit-border-bottom-right-radius: 2px;
  381. -webkit-border-bottom-left-radius: 2px;
  382. -moz-border-radius-bottomright: 2px;
  383. -moz-border-radius-bottomleft: 2px;
  384. border-bottom-right-radius: 2px;
  385. border-bottom-left-radius: 2px;
  386. }
  387. .post {
  388. font-size: 16px;
  389. color: #7d8984;
  390. }
  391.  
  392. .post-body {
  393. line-height: 1.4;
  394. position: relative;
  395. }
  396.  
  397. .post-header {
  398. margin: 0 0 1em;
  399. line-height: 1.6;
  400. }
  401.  
  402. .post-footer {
  403. margin: .5em 0;
  404. line-height: 1.6;
  405. }
  406.  
  407. #blog-pager {
  408. font-size: 140%;
  409. }
  410.  
  411.  
  412. #footer-wrapper {
  413. background: #;
  414. background-repeat: no-repeat;
  415. font-family: 'Raleway', cursive;
  416. z-index: 1000;
  417. height: 15px;
  418. clear: both;
  419. font-size: 12px;
  420. color: #bda997;
  421. text-align: Left;
  422. padding: 5px;
  423. padding-left: 15px;
  424. }
  425.  
  426. /* Comentarios
  427. ----------------------------------------------- */
  428. #comments {
  429. background: $(comments.background);
  430. padding: 15px;
  431. }
  432.  
  433. #comments .comment-author {
  434. padding-top: 1.5em;
  435. }
  436.  
  437. #comments h4,
  438. #comments .comment-author a,
  439. #comments .comment-timestamp a {
  440. color: $(post.title.text.color);
  441. }
  442.  
  443. #comments .comment-author:first-child {
  444. padding-top: 0;
  445. border-top: none;
  446. }
  447.  
  448. .avatar-image-container {
  449. margin: .2em 0 0;
  450. }
  451.  
  452. /* Aparencia dos comentarios
  453. ----------------------------------------------- */
  454. div.avatar-image-container {
  455. position: absolute !important;
  456. min-width: 60px;
  457. min-height: 60px;
  458. border: 5px solid #99b59c; /*cor da borda da imagem*/
  459. padding: 0pt !important;
  460. box-shadow: 0pt 0pt 3px #cccccc;
  461. margin-left: -10px !important;
  462. margin-top: -12pt !important;
  463. background: #99b59c; /*Cor do fundo da imagem*/
  464. box-shadow: 0px 1px #649381;
  465. -webkit-border-radius: 16px;
  466. -webkit-border-top-left-radius: 0;
  467. -moz-border-radius: 16px;
  468. -moz-border-radius-topleft: 0;
  469. border-radius: 16px;
  470. border-top-left-radius: 0;
  471. }
  472. div.avatar-image-container img {
  473. min-width: 60px;
  474. min-height: 60px;
  475. }
  476. #comments .comment-author {
  477. padding-top: 1.5em;
  478. font-size: 14px;
  479. text-align: left;
  480. border-top: 1px solid;
  481. background-position: 0 1.5em;
  482. }
  483. #comments .comment-author:first-child {
  484. text-align: left;
  485. padding-top: 0px;
  486. border-top: none;
  487. }
  488. .comments .comments-content .comment:last-child {
  489. padding: 2px;
  490. border-top: 1px solid #cacaca;
  491. border-bottom: 1px solid #cacaca;
  492. }
  493. .comments .comments-content .comment:first-child {
  494. padding: 2px;
  495. }
  496. .avatar-image-container {
  497. margin: 0.2em 0pt 0pt;
  498. }
  499. #comments h4 {
  500. font-size: 24px !important;
  501. font-family: 'Dosis', sans-serif;
  502. color:#649381;
  503. text-align: right;
  504. }
  505. .comments{
  506. width:95% !important; /* TAMANHO DA AREA DOS COMMENTS - se passar da coluna diminua */
  507. margin:0 auto;
  508. font:italic 13px georgia !important; /* FONT DO TEXTO - se preferir troque */
  509. background: rgba(222,220,220,.7) !important;
  510. border-radius:0;
  511. padding-bottom:15px;
  512. }
  513. .comments {
  514. font-style: normal !important;
  515. font-size: 12px !important; /*Tamanho da fonte dos comentários*/
  516. font-family: arial !important; /*Fonte dos comentários*/
  517. color: #606048; */Cor da fonte dos comentários*/
  518. }
  519. #commnet-form, .comment-form{
  520. margin-bottom: 40px;
  521. }
  522. #comments-block {
  523. text-align: left;
  524. margin:10px auto;
  525. line-height:1.6em;
  526. }
  527. #comments-block .comment-author {
  528. text-align: left;
  529. margin:5px auto;
  530. padding:5px auto;
  531. }
  532. .blog-author-comment {
  533. margin:5px auto;
  534. }
  535. .blog-author-comment p{
  536. margin:5px auto;
  537. }
  538. #comments-block .comment-body {
  539. text-align: left;
  540. margin:.35em 0 0 auto;
  541. line-height: normal;
  542. }
  543. #comments-block .comment-footer {
  544. text-align: left;
  545. margin:-.25em 0 2em auto;
  546. line-height: 1.4em;
  547. margin:10px auto;
  548. text-transform:uppercase;
  549. letter-spacing:.1em;
  550. }
  551. #comments-block .comment-body p {
  552. text-align: left;
  553. margin:10px auto;
  554. }
  555. .deleted-comment {
  556. font-style:italic;
  557. color:gray;
  558. }
  559. #comments dl dd {
  560. padding: 0;
  561. margin: 0;
  562. line-height: 110%;
  563. text-align: left;
  564. }
  565. .comment {
  566. margin-left: 9px !important;
  567. width:97% !important;
  568. background: #d9d6d6; /*Cor de fundo dos comentários*/
  569. color: #7d8984; /*Cor da fonte dos comentários, coloque igual a anterior*/
  570. font-size: 14px; /*Tamanho da fonte dos comentários, coloque igual ao anterior*/
  571. border: 1px solid #cfcece; /*Cor da borda dos comentários*/
  572. padding-right:5px;
  573. }
  574. .comment a {
  575. text-decoration: none;
  576. color: #649381; /*Cor do link*/
  577. }
  578. .comment a:hover {
  579. text-decoration: none;
  580. color: #649381; /*Cor do link quando passamos o mouse*/
  581. }
  582. .comment-content {
  583. margin-right: 5px;
  584. }
  585. .comments .comments-content .comment-header, .comments .comments-content .comment-content {
  586. margin: 0pt 8pt 8px;
  587. }
  588. .comments .comments-content {
  589. margin-bottom: -50px;
  590. }
  591. #commentpaging {
  592. float:right;
  593. }
  594. #commentpaging a {
  595. margin-right:5px;
  596. }
  597. .comments .comments-content .comment-header, .comments .comments-content .comment-content {
  598. 0pt 0pt 8px;
  599. }
  600. .comments .comments-content .user a, .comments .comments-content .user {
  601. border: 0pt none;
  602. color: #fff !important; /*Cor do nome de quem comentou*/
  603. font-family: 'Dosis', sans-serif; /*Fonte do nome de quem comentou*/
  604. font-size: 15px; /*Tamanho do nome de quem comentou*/
  605. text-decoration: none;
  606. font-weight: normal; /* tipo de fonte */
  607. background: #99b59c; /*Cor do fundo do nome de quem comentou*/
  608. box-shadow: 0px 1px #649381;
  609. padding: 5px 32px;
  610. margin-left: -12px;
  611. }
  612. .comments .comment-block {
  613. position: static !important;
  614. background: transparent;
  615. margin-left: 23px;
  616. padding: 0pt 0pt 0pt 30px;
  617. }
  618. .comments .comment .comment-actions a, .comments .continue a {
  619. font-size: 13px !important;
  620. color: #fff !important; /*Cor da fonte dos botões responder e excluir*/
  621. padding: 3px 6px;
  622. border: 0pt none !important;
  623. line-height: 30px;
  624. margin: 3px;
  625. text-decoration: none;
  626. border-radius: 0.2em 0.2em 0.2em 0.2em;
  627. -moz-border-radius: 0.2em 0.2em 0.2em 0.2em;
  628. -webkit-border-radius: 0.2em 0.2em 0.2em 0.2em;
  629. background: #649381;
  630. font-weight: 400;
  631. }
  632. .comments .continue a {
  633. color: #fff !important; /*Cor da fonte do botão responder da direita*/
  634. float: right;
  635. padding: 0px 4px !important;
  636. height: 23px;
  637. text-decoration: none;
  638. line-height: 23px !important;
  639. margin-top: -53px !important;
  640. text-shadow: 0pt 0pt !important;
  641. background: #649381 !important; /*Cor de fundo do botão responder da direita*/
  642. margin-right: 17px;
  643. box-shadow:none;
  644. }
  645. .comments .comments-content .comment {
  646. margin-bottom:20px;
  647. padding-bottom:10px;
  648. }
  649. .comments .comments-content .icon.blog-author {
  650. display: none !important;
  651. }
  652. .comments .comments-content .datetime {
  653. display: none; /*Apaga a data*/
  654. }
  655. .comments .thread-toggle {
  656. margin-bottom: 15px;
  657. }
  658. span.icon.user {
  659. display: none !important;
  660. }
  661. /* Contador comentários
  662. ------------------------------------------------- */
  663. .comment-thread ol {
  664. counter-reset: contarcomentarios;
  665. }
  666. .comment-thread li:before {
  667. content: counter(contarcomentarios,decimal);
  668. counter-increment: contarcomentarios;
  669. float: right;
  670. font-size: 20px;
  671. color: #649381;
  672. padding:10px;
  673. position:relative;
  674. text-decoration: none;
  675. z-index:2;
  676. }
  677. .comment-thread ol ol {
  678. counter-reset: contarbis;
  679. }
  680. .comment-thread li li:before {
  681. content: counter(contarcomentarios,decimal) "." counter(contarbis,lower-latin);
  682. counter-increment: contarbis;
  683. float: right;
  684. font-size: 18px;
  685. color:#649381;
  686. padding:10px;
  687. position:relative;
  688. text-decoration: none;
  689. z-index:2;
  690. }
  691.  
  692. /* Titulo dos widgets
  693. ----------------------------------------------- */
  694. .sidebar h2 {
  695. width:103%; /* largura da linha */
  696. line-height: 8px; /* altura da linha */
  697. padding:6px; /* margem interna da linha */
  698. background:#99b59c; /* cor de fundo */
  699. font-weight: normal; /* tipo de fonte */
  700. font-family: ayear; /*nome da fonte */
  701. font-size: 13px; /*tamanho da fonte */
  702. font-family: 'Raleway', cursive; /*tipo de fonte */
  703. font-weight: lighter;
  704. text-transform: uppercase;
  705. color: #ffffff; /*cor de fonte */
  706. text-align: right; /*lado da fonte */
  707. border: 1px solid #649381; /*borda */
  708. margin-top:-6px; /*não mexa */
  709. margin-left:-10px; /*não mexa */
  710. margin-bottom:10px ; /*não mexa */
  711. box-shadow: inset 0px 0px 8px #99b59c;
  712. }
  713.  
  714. /* Modelo dos widgets
  715. ----------------------------------------------- */
  716. .sidebar .widget {
  717. background: #f7f7f7;
  718. padding: 5px 10px;
  719. margin-left: -8px;
  720. margin-bottom: -23px;
  721. box-shadow: 1px 1px 0px #ccc, inset 0px 0px 10px #f7f7f7;
  722. -webkit-border-bottom-right-radius: 2px;
  723. -webkit-border-bottom-left-radius: 2px;
  724. -moz-border-radius-bottomright: 2px;
  725. -moz-border-radius-bottomleft: 2px;
  726. border-bottom-right-radius: 2px;
  727. border-bottom-left-radius: 2px;
  728. }
  729.  
  730. .footer-inner .widget,
  731. .sidebar .widget {
  732. font: normal normal 13px;
  733. color: #7d8984;
  734. }
  735.  
  736. .sidebar .widget:first-child {
  737. background: transparent;
  738. box-shadow:none;
  739. border:none;
  740. }
  741.  
  742. /* Cor dos links da sidebar
  743. ----------------------------------------------- */
  744. .sidebar .widget a:link {
  745. color: #c298a4; /* Cor do link*/
  746. text-decoration: none;
  747. -webkit-transition: color 0.7s ease-out;-moz-transition:
  748. color 0.7s ease-out;transition: color 0.7s ease-out;
  749. }
  750.  
  751. .sidebar .widget a:visited {
  752. color: #d5b4bd; /*Cor dos links visitados*/
  753. text-decoration:none;
  754. filter:alpha(opacity=100);
  755. -moz-opacity: 1; -khtml-opacity: 1; opacity: 1;
  756. }
  757.  
  758. .sidebar .widget a:hover {
  759. color: #5a222c; /*Cor do link quando passa o mouse*/
  760. text-decoration:none;
  761. filter:alpha(opacity=100);
  762. -moz-opacity: 1; -khtml-opacity: 1; opacity: 1;
  763. }
  764.  
  765.  
  766. /* Cor dos links do footer
  767. ----------------------------------------------- */
  768. .footer-inner .widget a:link {
  769. color: #c298a4; /* Cor do link*/
  770. text-decoration: none;
  771. -webkit-transition: color 0.7s ease-out;-moz-transition:
  772. color 0.7s ease-out;transition: color 0.7s ease-out;
  773. }
  774.  
  775. .footer-inner .widget a:visited {
  776. color: #d5b4bd; /*Cor dos links visitados*/
  777. text-decoration:none;
  778. filter:alpha(opacity=100);
  779. -moz-opacity: 1; -khtml-opacity: 1; opacity: 1;
  780. }
  781.  
  782. .footer-inner .widget a:hover {
  783. color: #5a222c; /*Cor do link quando passa o mouse*/
  784. text-decoration:none;
  785. filter:alpha(opacity=100);
  786. -moz-opacity: 1; -khtml-opacity: 1; opacity: 1;
  787. }
  788.  
  789. /* Modelo do footer
  790. ----------------------------------------------- */
  791. .footer-inner {
  792. background: transparent $(footer.background.gradient) repeat scroll top center;
  793. }
  794.  
  795. .widget .zippy {
  796. color: $(widget.alternate.text.color);
  797. }
  798.  
  799. /* Mobile
  800. ----------------------------------------------- */
  801. body.mobile {
  802. background-size: 100% auto;
  803. }
  804.  
  805. body.mobile .AdSense {
  806. margin: 0 -10px;
  807. }
  808.  
  809. .mobile .body-fauxcolumn-outer {
  810. background: $(mobile.background.overlay);
  811. }
  812.  
  813. .mobile .footer-inner .widget a:link {
  814. color: $(widget.link.color);
  815. text-decoration: none;
  816. }
  817.  
  818. .mobile .footer-inner .widget a:visited {
  819. color: $(widget.link.visited.color);
  820. }
  821.  
  822. .mobile-post-outer a {
  823. color: $(post.title.text.color);
  824. }
  825.  
  826. .mobile-link-button {
  827. background-color: $(link.color);
  828. }
  829.  
  830. .mobile-link-button a:link, .mobile-link-button a:visited {
  831. color: $(mobile.button.color);
  832. }
  833.  
  834. .mobile-index-contents {
  835. color: $(body.text.color);
  836. }
  837.  
  838. .mobile .tabs-inner .PageList .widget-content {
  839. background: $(tabs.selected.background.color) $(tabs.selected.background.gradient) repeat scroll top center;
  840. color: $(tabs.selected.text.color);
  841. }
  842.  
  843. .mobile .tabs-inner .PageList .widget-content .pagelist-arrow {
  844. border-$startSide: 1px solid $(tabs.selected.text.color);
  845. }
  846.  
  847. /* Barra e seleção
  848. ----------------------------------------------- */
  849. ::-webkit-scrollbar{
  850. width: 13px;
  851. height: 5px;
  852. }
  853. ::-webkit-scrollbar-track-piece{
  854. background: #99b59c;
  855. border-left: 1px solid #649381;
  856. }
  857. ::-webkit-scrollbar-thumb:vertical{
  858. height: 5px;
  859. background: #649381;
  860. -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px;
  861. }
  862. ::-webkit-scrollbar-thumb:horizontal{
  863. width: 5px;
  864. background: #649381;
  865. -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px;
  866. }
  867. ::-moz-selection {
  868. color:#649381;
  869. background: rgba(222,220,220,.3);
  870. }
  871. ::selection {
  872. color:#649381;
  873. background: rgba(222,220,220,.3);
  874. }
  875.  
  876. /* Efeitos no texto
  877. ----------------------------------------------- */
  878. b {
  879. color: #649381;
  880. text-decoration: none;
  881. -webkit-transition-duration: .70s;
  882. cursor: default;
  883. }
  884. b:hover {
  885. color: #035457;
  886. text-decoration: none;
  887. -webkit-transition-duration: .70s;
  888. cursor: default;
  889. }
  890. i {
  891. color: #035457;
  892. text-decoration: none;
  893. -webkit-transition-duration: .50s;
  894. cursor: default;
  895. }
  896. i:hover {
  897. color: #649381;
  898. text-decoration: none;
  899. -webkit-transition-duration: .50s;
  900. cursor: default;
  901. }
  902. u {
  903. color: #649381;
  904. text-decoration: none;
  905. border-bottom: 1px solid #035457;
  906. -webkit-transition-duration: .50s;
  907. cursor: default;
  908. }
  909. u:hover {
  910. color: #035457;
  911. text-decoration: none;
  912. border-bottom: 1px solid #649381;
  913. -webkit-transition-duration: .50s;
  914. cursor: default;
  915. }
  916. s, strike { color: #035457;
  917. cursor: default;
  918. }
  919.  
  920. /* Blockquote
  921. ----------------------------------------------- */
  922. blockquote {
  923. font: normal normal;
  924. font-size: 13px;
  925. color: #035457;
  926. text-align: center;
  927. background: #99b59c url("https://2.bp.blogspot.com/-F5dDV27Bi4k/Vf3GT50sv-I/AAAAAAAADAQ/GbjBDLzJfJk/s1600/1.png")repeat ;
  928. box-shadow: 0px 1px #649381;
  929. border-left: 4px solid #649381;
  930. border-right: 4px solid #649381;
  931. border-bottom: 0px solid #649381;
  932. border-top: 2px solid #649381;
  933. padding: 8px;
  934. -webkit-transition-duration: .50s;
  935. }
  936. /* Imagem do about
  937. ----------------------------------------------- */
  938. .icon{
  939. width:47px;
  940. height:47px;
  941. margin-bottom: -7px;
  942. padding: 2px;
  943. background: #f7f7f7;
  944. border: 2px solid #649381;
  945. -webkit-transition: all 0.5s ease-out;
  946. -moz-transition: all 0.5s ease-out;
  947. -o-transition: all 0.5s ease-out;
  948. transition: all 0.5s ease-out;
  949. }
  950. .icon:hover{
  951. -webkit-filter: contrast(1.2);
  952. -webkit-transition:all 1s ease;
  953. opacity: 3;
  954. }
  955.  
  956. /* Borda e texto dos marcadores
  957. ----------------------------------------------- */
  958. .post-footer-line-1{
  959. display:none;
  960. }
  961. .post-footer-line-2{
  962. display:none;
  963. }
  964.  
  965. /* Menu afiliados e elite
  966. ----------------------------------------------- */
  967. .afiliados{
  968. padding: 13px 9px 13px 10px;
  969. width: 93px;
  970. margin: 1px;
  971. margin-bottom: 4px;
  972. text-align: center;
  973. float: left;
  974. position: relative;
  975. color: #fff;
  976. font-family: calibri;
  977. text-transform:uppercase;
  978. font-size: 13px;
  979. background: #99b59c;
  980. box-shadow: 0px 1px #649381;
  981. display: inline-block;
  982. cursor: pointer;
  983. -webkit-transition-duration: .60s;
  984. }
  985.  
  986. /* Menu afiliados
  987. ----------------------------------------------- */
  988. elite2 {
  989. color: #fff;
  990. line-height:12px;
  991. margin-bottom:2px;
  992. margin-left:2px;
  993. display: inline-block;
  994. text-align: center;
  995. font-family: PF Arma Five;
  996. font-size: 8px;
  997. float: center;
  998. width: 92px;
  999. padding-top: 10px;
  1000. padding-bottom: 10px;
  1001. border: 2px solid #649381;
  1002. background: #99b59c;
  1003. -webkit-transition-duration: .90s;
  1004. }
  1005. elite2:hover {
  1006. background: #649381;
  1007. -webkit-transition-duration: .90s;
  1008. }
  1009. /* Menu flutuante
  1010. ----------------------------------------------- */
  1011. .imgtext {
  1012. width: 200px;
  1013. height:260px;
  1014. padding: 2px;
  1015. background: #fff;
  1016. border: 4px solid #649381;
  1017. }
  1018.  
  1019. /* DESCRIÇÃO HOVER POR BASTOUUMSORRISO*/
  1020.  
  1021. #sidebar {width: 200px; float: center; position: absolute; margin-left: TAMANHOpx; margin-right: 0px;margin-top:0px;}
  1022. #descria{
  1023. width:200px;
  1024. height:240px;
  1025. background:#f7f7f7;
  1026. position:fixed;
  1027. margin-top:0px;
  1028. margin-bottom:0px;
  1029. padding:10px;opacity:0;
  1030. font-family:georgia;
  1031. line-height:15px;
  1032. color:#034547;
  1033. -webkit-transition: all 0.9s ease;
  1034. -moz-transition: all 0.9s ease;
  1035. -o-transition: all 0.9s ease;
  1036. -ms-transition: all 0.9s ease;
  1037. transition: all 0.9s ease;
  1038. }
  1039.  
  1040. #sidebar:hover #descria{
  1041. width:180px;
  1042. height:240px;
  1043. opacity:0.8;
  1044. margin-top:-270px;
  1045. margin-left: 6px;
  1046. -webkit-transition: all 0.9s ease;
  1047. -moz-transition: all 0.9s ease;
  1048. -o-transition: all 0.9s ease;
  1049. -ms-transition: all 0.9s ease;
  1050. transition: all 0.9s ease;
  1051. }
  1052.  
  1053. /* Menu do bem vindo
  1054. ----------------------------------------------- */
  1055. .charm{
  1056. padding: 5px 4px 5px 4px;
  1057. width: 83px;
  1058. margin: 1px;
  1059. margin-bottom: 4px;
  1060. text-align: center;
  1061. float: left;
  1062. position: relative;
  1063. color: #fff;
  1064. font-family: calibri;
  1065. text-transform:uppercase;
  1066. font-size: 10px;
  1067. background: #99b59c;
  1068. box-shadow: 0px 1px #649381;
  1069. display: inline-block;
  1070. cursor: pointer;
  1071. -webkit-transition-duration: .60s;
  1072. }
  1073.  
  1074. /* Menu redondo
  1075. ----------------------------------------------- */
  1076. .roda{
  1077. padding: 8px;
  1078. width:12px;
  1079. margin: 1px;
  1080. margin-bottom: 4px;
  1081. text-align: center;
  1082. float: left;
  1083. position: relative;
  1084. color: #fff;
  1085. font-family: 'verdana';
  1086. font-size: 10px;
  1087. background: #99b59c;
  1088. display: inline-block;
  1089. cursor: pointer;
  1090. border-radius:70px;
  1091. -webkit-transition-duration: .60s;
  1092. }
  1093. .roda:hover{
  1094. padding: 8px;
  1095. width:12px;
  1096. margin: 1px;
  1097. margin-bottom: 4px;
  1098. text-align: center;
  1099. float: left;
  1100. position: relative;
  1101. color: #fff;
  1102. font-family: 'verdana';
  1103. font-size: 10px;
  1104. background: #649381;
  1105. display: inline-block;
  1106. cursor: pointer;
  1107. border-radius:70px;
  1108. -webkit-transition-duration: .60s;
  1109. }
  1110. .roda2{
  1111. padding: 8px;
  1112. width:12px;
  1113. margin: 1px;
  1114. margin-bottom: 4px;
  1115. text-align: center;
  1116. float: left;
  1117. position: relative;
  1118. color: #fff;
  1119. font-family: 'verdana';
  1120. font-size: 10px;
  1121. background: #649381;
  1122. display: inline-block;
  1123. cursor: pointer;
  1124. border-radius:70px;
  1125. -webkit-transition-duration: .60s;
  1126. }
  1127. .roda2:hover{
  1128. padding: 8px;
  1129. width:12px;
  1130. margin: 1px;
  1131. margin-bottom: 4px;
  1132. text-align: center;
  1133. float: left;
  1134. position: relative;
  1135. color: #fff;
  1136. font-family: 'verdana';
  1137. font-size: 10px;
  1138. background: #99b59c;
  1139. display: inline-block;
  1140. cursor: pointer;
  1141. border-radius:70px;
  1142. -webkit-transition-duration: .60s;
  1143. }
  1144.  
  1145. /* Menu do inicio
  1146. ----------------------------------------------- */
  1147. #NavbarMenu {
  1148. background: rgba(153,181,156,.9) !important;/*-- Cor do fundo --*/
  1149. margin-top: -3px; /*-- Margem do topo, só mude se for necessário --*/
  1150. box-shadow: 0px 1px #649381; /*-- sombra --*/
  1151. height: 45px; /*-- Altura, mude se for necessário --*/
  1152. display: block; position: fixed; z-index: 9999; width: 100%; font-weight: none; text-transform: capitalize; }
  1153. #nav li a, #nav li a:link, #nav li a:visited {
  1154. font-family: Open Sans Condensed;
  1155. color: #fff; /*-- Cor do link --*/
  1156. font-size: 18px; /*-- Tamanho da fonte do link--*/
  1157. padding: 9px 15px 5px; /*--Margem interna, formato: TOPO DIREITA BAIXO (mude se necessário) --*/
  1158. display: block; text-decoration: none; text-transform:lowercase;
  1159. font-style:italic; margin: 0; }
  1160. #nav li a:hover {
  1161. color: #649381; /*-- Cor do link Hover --*/
  1162. text-decoration: none; }
  1163. /*--- Não mude nada ---*/
  1164. #NavbarMenuleft { width: 100%; float: left; margin: 0; padding: 0; }
  1165. #nav { margin: 0; padding: 0; }
  1166. #nav ul { float: left; list-style: none; margin: 0; padding: 0; }
  1167. #nav li { list-style: none; margin: 0; padding: 0; float: left; }
  1168. #nav li:hover { position: static; }
  1169. /*--- Caixa em que fica a parte da caixa de pesquisa, não precisa mudar nada ---*/
  1170. #NavbarMenuright {
  1171. width: 270px;
  1172. font-size: 11px;
  1173. float: right;
  1174. margin-top: -30px;
  1175. margin-right: 25px;
  1176. text-align: right;
  1177. padding: 6px 0 0 0; }
  1178. /*--- Caixa de pesquisa ---*/
  1179. .search{
  1180. margin-top: 6px; /*-- Margem superior, edite se precisar, - sobe e + desce --*/
  1181. font-family: Tahoma, Tahoma; /*-- Fonte, mude se quiser, não é necessario --*/
  1182. float: left; margin-left: 0px;
  1183. }
  1184.  
  1185. /*--- Barrinha onde se digita ---*/
  1186. .searchbar{
  1187. text-align:center;
  1188. text-transform:uppercase;
  1189. color: #649381;
  1190. font-family: Open Sans Condensed;
  1191. height: 18px; /* Altura da barrinha */
  1192. width: 240px; /* Largura da barrinha */
  1193. margin-top: -45px; /*-- Margem superior, edite se precisar, - sobe e + desce --*/
  1194. margin-bottom: -18px; /*-- Margem inferior, edite se precisar, - sobe e + desce --*/
  1195. background: #f0f0f0; /*-- Cor do fundo --*/
  1196. -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; /*-- Bordas arredondadas, apague se não quiser ou mude o valor dos números --*/
  1197. margin-left:0px;
  1198. padding:3px 5px;
  1199. border:none; }
  1200. /*--- Botão, não precisa mudar nada ---*/
  1201. .searchbut{
  1202. background: url("http://static.tumblr.com/wkafvsi/jcLmsk7dm/teste1pesquisa.png") center no-repeat ;
  1203. margin-top: -20px; margin-right: -35px; border:0 !important; float: right; height: 26px; width: 26px; }
  1204.  
  1205. /*--- leia mais---*/
  1206. .jump-link {
  1207. margin-bottom: -27px;
  1208. text-align: left; /* posicionamento do leia mais */
  1209. margin-top: 12px;
  1210. margin-left: 445px;
  1211. }
  1212. .jump-link a {
  1213. padding: 4px; /*acolchoamento entre o fundo e o texto */
  1214. color: #fff; /* cor do texto */
  1215. background: #649381; /* cor do fundo */
  1216. font-family: verdana; /* tipo de letra */
  1217. }
  1218. ]]></b:skin>
  1219.  
  1220. <b:template-skin>
  1221. <b:variable default='960px' name='content.width' type='length' value='1270px'/>
  1222. <b:variable default='0' name='main.column.left.width' type='length' value='300px'/>
  1223. <b:variable default='310px' name='main.column.right.width' type='length' value='290px'/>
  1224.  
  1225. <![CDATA[
  1226. body {
  1227. min-width: $(content.width);
  1228. }
  1229.  
  1230. .content-outer, .content-fauxcolumn-outer, .region-inner {
  1231. min-width: $(content.width);
  1232. max-width: $(content.width);
  1233. _width: $(content.width);
  1234. }
  1235.  
  1236. .main-inner .columns {
  1237. padding-left: $(main.column.left.width);
  1238. padding-right: $(main.column.right.width);
  1239. }
  1240.  
  1241. .main-inner .fauxcolumn-center-outer {
  1242. left: $(main.column.left.width);
  1243. right: $(main.column.right.width);
  1244. /* IE6 does not respect left and right together */
  1245. _width: expression(this.parentNode.offsetWidth -
  1246. parseInt("$(main.column.left.width)") -
  1247. parseInt("$(main.column.right.width)") + 'px');
  1248. }
  1249.  
  1250. .main-inner .fauxcolumn-left-outer {
  1251. width: $(main.column.left.width);
  1252. }
  1253.  
  1254. .main-inner .fauxcolumn-right-outer {
  1255. width: $(main.column.right.width);
  1256. }
  1257.  
  1258. .main-inner .column-left-outer {
  1259. margin-top: 50px;
  1260. width: $(main.column.left.width);
  1261. right: 100%;
  1262. margin-left: -$(main.column.left.width);
  1263. }
  1264.  
  1265. .main-inner .column-right-outer {
  1266. margin-top: 50px;
  1267. width: $(main.column.right.width);
  1268. margin-right: -$(main.column.right.width);
  1269. }
  1270.  
  1271. #layout {
  1272. min-width: 0;
  1273. }
  1274.  
  1275. #layout .content-outer {
  1276. min-width: 0;
  1277. width: 800px;
  1278. }
  1279.  
  1280. #layout .region-inner {
  1281. min-width: 0;
  1282. width: auto;
  1283. }
  1284. ]]>
  1285. </b:template-skin>
  1286. <b:include data='blog' name='google-analytics'/>
  1287. </head>
  1288.  
  1289.  
  1290.  
  1291.  
  1292.  
  1293.  
  1294. <body expr:class='&quot;loading&quot; + data:blog.mobileClass'>
  1295. <div id='NavbarMenu'><div id='NavbarMenuleft'><ul id='nav'>
  1296. <li><a href='/'>Inicio</a></li>
  1297. <li><a href='/'>About</a></li>
  1298. <li><a href='/'>ForYou</a></li>
  1299. <li><a href='/'>Ask</a></li>
  1300. <li><a href='/'>P Face</a></li>
  1301. <li><a href='/'>WHI</a></li>
  1302. <li><a href='/'>Layout Free</a></li>
  1303. <li><a href='/'>Creditos</a></li>
  1304.  
  1305.  
  1306. </ul></div>
  1307. <div id='NavbarMenuright'>
  1308. <form action='/search' class='search' method='get'>
  1309. <input class='searchbar' id='s' name='q' placeholder=' Pesquise Aqui...' type='text' value=''/>
  1310. <input class='searchbut' type='submit' value=''/>
  1311. </form>
  1312. </div></div><div style='clear:both;'/>
  1313. <b:section class='navbar' id='navbar' maxwidgets='1' showaddelement='no'>
  1314. <b:widget id='Navbar1' locked='false' title='Navbar' type='Navbar' version='1'>
  1315. <b:includable id='main'>&lt;script type=&quot;text/javascript&quot;&gt;
  1316. function setAttributeOnload(object, attribute, val) {
  1317. if(window.addEventListener) {
  1318. window.addEventListener(&#39;load&#39;,
  1319. function(){ object[attribute] = val; }, false);
  1320. } else {
  1321. window.attachEvent(&#39;onload&#39;, function(){ object[attribute] = val; });
  1322. }
  1323. }
  1324. &lt;/script&gt;
  1325. &lt;div id=&quot;navbar-iframe-container&quot;&gt;&lt;/div&gt;
  1326. &lt;script type=&quot;text/javascript&quot; src=&quot;https://apis.google.com/js/plusone.js&quot;&gt;&lt;/script&gt;
  1327. &lt;script type=&quot;text/javascript&quot;&gt;
  1328. gapi.load(&quot;gapi.iframes:gapi.iframes.style.bubble&quot;, function() {
  1329. if (gapi.iframes &amp;&amp; gapi.iframes.getContext) {
  1330. gapi.iframes.getContext().openChild({
  1331. url: &#39;https://www.blogger.com/navbar.g?targetBlogID\x3d7198047804407730459\x26blogName\x3dHarmonick\x26publishMode\x3dPUBLISH_MODE_BLOGSPOT\x26navbarType\x3dLIGHT\x26layoutType\x3dLAYOUTS\x26searchRoot\x3dhttps://w-chanteste94.blogspot.com/search\x26blogLocale\x3dpt_BR\x26v\x3d2\x26homepageUrl\x3dhttps://w-chanteste94.blogspot.com/\x26vt\x3d-9208642062108219274&#39;,
  1332. where: document.getElementById(&quot;navbar-iframe-container&quot;),
  1333. id: &quot;navbar-iframe&quot;
  1334. });
  1335. }
  1336. });
  1337. &lt;/script&gt;&lt;script type=&quot;text/javascript&quot;&gt;
  1338. (function() {
  1339. var script = document.createElement(&#39;script&#39;);
  1340. script.type = &#39;text/javascript&#39;;
  1341. script.src = &#39;//pagead2.googlesyndication.com/pagead/js/google_top_exp.js&#39;;
  1342. var head = document.getElementsByTagName(&#39;head&#39;)[0];
  1343. if (head) {
  1344. head.appendChild(script);
  1345. }})();
  1346. &lt;/script&gt;
  1347. </b:includable>
  1348. </b:widget>
  1349. </b:section>
  1350.  
  1351. <b:if cond='data:blog.pageType == &quot;index&quot;'>
  1352. <div itemscope='itemscope' itemtype='http://schema.org/Blog' style='display: none;'>
  1353. <meta expr:content='data:blog.title' itemprop='name'/>
  1354. <b:if cond='data:blog.metaDescription'>
  1355. <meta expr:content='data:blog.metaDescription' itemprop='description'/>
  1356. </b:if>
  1357. </div>
  1358. </b:if>
  1359.  
  1360. <div class='body-fauxcolumns'>
  1361. <div class='fauxcolumn-outer body-fauxcolumn-outer'>
  1362. <div class='cap-top'>
  1363. <div class='cap-left'/>
  1364. <div class='cap-right'/>
  1365. </div>
  1366. <div class='fauxborder-left'>
  1367. <div class='fauxborder-right'/>
  1368. <div class='fauxcolumn-inner'>
  1369. </div>
  1370. </div>
  1371. <div class='cap-bottom'>
  1372. <div class='cap-left'/>
  1373. <div class='cap-right'/>
  1374. </div>
  1375. </div>
  1376. </div>
  1377.  
  1378. <div class='content'>
  1379. <div class='content-fauxcolumns'>
  1380. <div class='fauxcolumn-outer content-fauxcolumn-outer'>
  1381. <div class='cap-top'>
  1382. <div class='cap-left'/>
  1383. <div class='cap-right'/>
  1384. </div>
  1385. <div class='fauxborder-left'>
  1386. <div class='fauxborder-right'/>
  1387. <div class='fauxcolumn-inner'>
  1388. </div>
  1389. </div>
  1390. <div class='cap-bottom'>
  1391. <div class='cap-left'/>
  1392. <div class='cap-right'/>
  1393. </div>
  1394. </div>
  1395. </div>
  1396.  
  1397. <div class='content-outer'>
  1398. <div class='content-cap-top cap-top'>
  1399. <div class='cap-left'/>
  1400. <div class='cap-right'/>
  1401. </div>
  1402. <div class='fauxborder-left content-fauxborder-left'>
  1403. <div class='fauxborder-right content-fauxborder-right'/>
  1404. <div class='content-inner'>
  1405.  
  1406. <header>
  1407. <div class='header-outer'>
  1408. <div class='header-cap-top cap-top'>
  1409. <div class='cap-left'/>
  1410. <div class='cap-right'/>
  1411. </div>
  1412. <div class='fauxborder-left header-fauxborder-left'>
  1413. <div class='fauxborder-right header-fauxborder-right'/>
  1414. <div class='region-inner header-inner'>
  1415. <b:section class='header' id='header' maxwidgets='1' showaddelement='no'>
  1416. <b:widget id='Header1' locked='false' title='Harmonick (Cabeçalho)' type='Header' version='1'>
  1417. <b:widget-settings>
  1418. <b:widget-setting name='displayUrl'/>
  1419. <b:widget-setting name='displayHeight'>0</b:widget-setting>
  1420. <b:widget-setting name='sectionWidth'>-1</b:widget-setting>
  1421. <b:widget-setting name='useImage'>false</b:widget-setting>
  1422. <b:widget-setting name='shrinkToFit'>false</b:widget-setting>
  1423. <b:widget-setting name='imagePlacement'>BEHIND</b:widget-setting>
  1424. <b:widget-setting name='displayWidth'>0</b:widget-setting>
  1425. </b:widget-settings>
  1426. <b:includable id='main'>
  1427.  
  1428. <b:if cond='data:useImage'>
  1429. <b:if cond='data:imagePlacement == &quot;BEHIND&quot;'>
  1430. <!--
  1431. Show image as background to text. You can't really calculate the width
  1432. reliably in JS because margins are not taken into account by any of
  1433. clientWidth, offsetWidth or scrollWidth, so we don't force a minimum
  1434. width if the user is using shrink to fit.
  1435. This results in a margin-width's worth of pixels being cropped. If the
  1436. user is not using shrink to fit then we expand the header.
  1437. -->
  1438. <b:if cond='data:mobile'>
  1439. <div id='header-inner'>
  1440. <div class='titlewrapper' style='background: transparent'>
  1441. <h1 class='title' style='background: transparent; border-width: 0px'>
  1442. <b:include name='title'/>
  1443. </h1>
  1444. </div>
  1445. <b:include name='description'/>
  1446. </div>
  1447. <b:else/>
  1448. <div expr:style='&quot;background-image: url(\&quot;&quot; + data:sourceUrl + &quot;\&quot;); &quot; + &quot;background-position: &quot; + data:backgroundPositionStyleStr + &quot;; &quot; + data:widthStyleStr + &quot;min-height: &quot; + data:height + &quot;_height: &quot; + data:height + &quot;background-repeat: no-repeat; &quot;' id='header-inner'>
  1449. <div class='titlewrapper' style='background: transparent'>
  1450. <h1 class='title' style='background: transparent; border-width: 0px'>
  1451. <b:include name='title'/>
  1452. </h1>
  1453. </div>
  1454. <b:include name='description'/>
  1455. </div>
  1456. </b:if>
  1457. <b:else/>
  1458. <!--Show the image only-->
  1459. <div id='header-inner'>
  1460. <a expr:href='data:blog.homepageUrl' style='display: block'>
  1461. <img expr:alt='data:title' expr:height='data:height' expr:id='data:widget.instanceId + &quot;_headerimg&quot;' expr:src='data:sourceUrl' expr:width='data:width' style='display: block'/>
  1462. </a>
  1463. <!--Show the description-->
  1464. <b:if cond='data:imagePlacement == &quot;BEFORE_DESCRIPTION&quot;'>
  1465. <b:include name='description'/>
  1466. </b:if>
  1467. </div>
  1468. </b:if>
  1469. <b:else/>
  1470. <!--No header image -->
  1471. <div id='header-inner'>
  1472. <div class='titlewrapper'>
  1473. <h1 class='title'>
  1474. <b:include name='title'/>
  1475. </h1>
  1476. </div>
  1477. <b:include name='description'/>
  1478. </div>
  1479. </b:if>
  1480. </b:includable>
  1481. <b:includable id='description'>
  1482. <div class='descriptionwrapper'>
  1483. <p class='description'><span><data:description/></span></p>
  1484. </div>
  1485. </b:includable>
  1486. <b:includable id='title'>
  1487. <b:if cond='data:blog.url == data:blog.homepageUrl'>
  1488. <data:title/>
  1489. <b:else/>
  1490. <a expr:href='data:blog.homepageUrl'><data:title/></a>
  1491. </b:if>
  1492. </b:includable>
  1493. </b:widget>
  1494. </b:section>
  1495. </div>
  1496. </div>
  1497. <div class='header-cap-bottom cap-bottom'>
  1498. <div class='cap-left'/>
  1499. <div class='cap-right'/>
  1500. </div>
  1501. </div>
  1502. </header>
  1503.  
  1504. <div class='tabs-outer'>
  1505. <div class='tabs-cap-top cap-top'>
  1506. <div class='cap-left'/>
  1507. <div class='cap-right'/>
  1508. </div>
  1509. <div class='fauxborder-left tabs-fauxborder-left'>
  1510. <div class='fauxborder-right tabs-fauxborder-right'/>
  1511. <div class='region-inner tabs-inner'>
  1512. <b:section class='tabs' id='crosscol' maxwidgets='1' showaddelement='yes'/>
  1513. <b:section class='tabs' id='crosscol-overflow' showaddelement='no'/>
  1514. </div>
  1515. </div>
  1516. <div class='tabs-cap-bottom cap-bottom'>
  1517. <div class='cap-left'/>
  1518. <div class='cap-right'/>
  1519. </div>
  1520. </div>
  1521.  
  1522. <div class='main-outer'>
  1523. <div class='main-cap-top cap-top'>
  1524. <div class='cap-left'/>
  1525. <div class='cap-right'/>
  1526. </div>
  1527.  
  1528. <div class='fauxborder-left main-fauxborder-left'>
  1529. <div class='fauxborder-right main-fauxborder-right'/>
  1530. <div class='region-inner main-inner'>
  1531.  
  1532. <div class='columns fauxcolumns'>
  1533.  
  1534. <div class='fauxcolumn-outer fauxcolumn-center-outer'>
  1535. <div class='cap-top'>
  1536. <div class='cap-left'/>
  1537. <div class='cap-right'/>
  1538. </div>
  1539. <div class='fauxborder-left'>
  1540. <div class='fauxborder-right'/>
  1541. <div class='fauxcolumn-inner'>
  1542. </div>
  1543. </div>
  1544. <div class='cap-bottom'>
  1545. <div class='cap-left'/>
  1546. <div class='cap-right'/>
  1547. </div>
  1548. </div>
  1549.  
  1550. <div class='fauxcolumn-outer fauxcolumn-left-outer'>
  1551. <div class='cap-top'>
  1552. <div class='cap-left'/>
  1553. <div class='cap-right'/>
  1554. </div>
  1555. <div class='fauxborder-left'>
  1556. <div class='fauxborder-right'/>
  1557. <div class='fauxcolumn-inner'>
  1558. </div>
  1559. </div>
  1560. <div class='cap-bottom'>
  1561. <div class='cap-left'/>
  1562. <div class='cap-right'/>
  1563. </div>
  1564. </div>
  1565.  
  1566. <div class='fauxcolumn-outer fauxcolumn-right-outer'>
  1567. <div class='cap-top'>
  1568. <div class='cap-left'/>
  1569. <div class='cap-right'/>
  1570. </div>
  1571. <div class='fauxborder-left'>
  1572. <div class='fauxborder-right'/>
  1573. <div class='fauxcolumn-inner'>
  1574. </div>
  1575. </div>
  1576. <div class='cap-bottom'>
  1577. <div class='cap-left'/>
  1578. <div class='cap-right'/>
  1579. </div>
  1580. </div>
  1581.  
  1582. <!-- corrects IE6 width calculation -->
  1583. <div class='columns-inner'>
  1584.  
  1585. <div class='column-center-outer'>
  1586. <div class='column-center-inner'>
  1587. <b:section class='main' id='main' showaddelement='no'>
  1588. <b:widget id='Blog1' locked='false' title='Postagens no blog' type='Blog' version='1'>
  1589. <b:widget-settings>
  1590. <b:widget-setting name='showDateHeader'>true</b:widget-setting>
  1591. <b:widget-setting name='style.textcolor'>#666666</b:widget-setting>
  1592. <b:widget-setting name='showShareButtons'>false</b:widget-setting>
  1593. <b:widget-setting name='showCommentLink'>true</b:widget-setting>
  1594. <b:widget-setting name='style.urlcolor'>#666666</b:widget-setting>
  1595. <b:widget-setting name='showAuthor'>true</b:widget-setting>
  1596. <b:widget-setting name='style.linkcolor'>#000000</b:widget-setting>
  1597. <b:widget-setting name='style.unittype'>TextAndImage</b:widget-setting>
  1598. <b:widget-setting name='style.bgcolor'>#ffffff</b:widget-setting>
  1599. <b:widget-setting name='showAuthorProfile'>false</b:widget-setting>
  1600. <b:widget-setting name='style.layout'>1x1</b:widget-setting>
  1601. <b:widget-setting name='showLabels'>true</b:widget-setting>
  1602. <b:widget-setting name='showLocation'>false</b:widget-setting>
  1603. <b:widget-setting name='showTimestamp'>true</b:widget-setting>
  1604. <b:widget-setting name='postsPerAd'>1</b:widget-setting>
  1605. <b:widget-setting name='showBacklinks'>false</b:widget-setting>
  1606. <b:widget-setting name='style.bordercolor'>#ffffff</b:widget-setting>
  1607. <b:widget-setting name='showInlineAds'>false</b:widget-setting>
  1608. <b:widget-setting name='showReactions'>false</b:widget-setting>
  1609. </b:widget-settings>
  1610. <b:includable id='main' var='top'>
  1611. <b:if cond='data:mobile == &quot;false&quot;'>
  1612.  
  1613. <!-- posts -->
  1614. <div class='blog-posts hfeed'>
  1615.  
  1616. <b:include data='top' name='status-message'/>
  1617.  
  1618. <data:defaultAdStart/>
  1619. <b:loop values='data:posts' var='post'>
  1620. <b:if cond='data:post.isDateStart'>
  1621. <b:if cond='data:post.isFirstPost == &quot;false&quot;'>
  1622. &lt;/div&gt;&lt;/div&gt;
  1623. </b:if>
  1624. </b:if>
  1625. <b:if cond='data:post.isDateStart'>
  1626. &lt;div class=&quot;date-outer&quot;&gt;
  1627. </b:if>
  1628. <b:if cond='data:post.dateHeader'>
  1629. <h2 class='date-header'><span><data:post.dateHeader/></span></h2>
  1630. </b:if>
  1631. <b:if cond='data:post.isDateStart'>
  1632. &lt;div class=&quot;date-posts&quot;&gt;
  1633. </b:if>
  1634. <div class='post-outer'>
  1635. <b:include data='post' name='post'/>
  1636. <b:if cond='data:blog.pageType == &quot;static_page&quot;'>
  1637. <b:include data='post' name='comment_picker'/>
  1638. </b:if>
  1639. <b:if cond='data:blog.pageType == &quot;item&quot;'>
  1640. <b:include data='post' name='comment_picker'/>
  1641. </b:if>
  1642. </div>
  1643. <b:if cond='data:post.includeAd'>
  1644. <b:if cond='data:post.isFirstPost'>
  1645. <data:defaultAdEnd/>
  1646. <b:else/>
  1647. <data:adEnd/>
  1648. </b:if>
  1649. <div class='inline-ad'>
  1650. <data:adCode/>
  1651. </div>
  1652. <data:adStart/>
  1653. </b:if>
  1654. </b:loop>
  1655. <b:if cond='data:numPosts != 0'>
  1656. &lt;/div&gt;&lt;/div&gt;
  1657. </b:if>
  1658. <data:adEnd/>
  1659. </div>
  1660.  
  1661. <!-- navigation -->
  1662. <b:include name='nextprev'/>
  1663.  
  1664. <!-- feed links -->
  1665. <b:include name='feedLinks'/>
  1666.  
  1667. <b:if cond='data:top.showStars'>
  1668. <script src='//www.google.com/jsapi' type='text/javascript'/>
  1669. <script type='text/javascript'>
  1670. google.load(&quot;annotations&quot;, &quot;1&quot;, {&quot;locale&quot;: &quot;<data:top.languageCode/>&quot;});
  1671. function initialize() {
  1672. google.annotations.setApplicationId(<data:top.blogspotReviews/>);
  1673. google.annotations.createAll();
  1674. google.annotations.fetch();
  1675. }
  1676. google.setOnLoadCallback(initialize);
  1677. </script>
  1678. </b:if>
  1679.  
  1680. <b:else/>
  1681. <b:include name='mobile-main'/>
  1682. </b:if>
  1683.  
  1684. <b:if cond='data:top.showDummy'>
  1685. <data:top.dummyBootstrap/>
  1686. </b:if>
  1687.  
  1688. </b:includable>
  1689. <b:includable id='backlinkDeleteIcon' var='backlink'>
  1690. <span expr:class='&quot;item-control &quot; + data:backlink.adminClass'>
  1691. <a expr:href='data:backlink.deleteUrl' expr:title='data:top.deleteBacklinkMsg'>
  1692. <img src='//www.blogger.com/img/icon_delete13.gif'/>
  1693. </a>
  1694. </span>
  1695. </b:includable>
  1696. <b:includable id='backlinks' var='post'>
  1697. <a name='links'/><h4><data:post.backlinksLabel/></h4>
  1698. <b:if cond='data:post.numBacklinks != 0'>
  1699. <dl class='comments-block' id='comments-block'>
  1700. <b:loop values='data:post.backlinks' var='backlink'>
  1701. <div class='collapsed-backlink backlink-control'>
  1702. <dt class='comment-title'>
  1703. <span class='backlink-toggle-zippy'>&#160;</span>
  1704. <a expr:href='data:backlink.url' rel='nofollow'><data:backlink.title/></a>
  1705. <b:include data='backlink' name='backlinkDeleteIcon'/>
  1706. </dt>
  1707. <dd class='comment-body collapseable'>
  1708. <data:backlink.snippet/>
  1709. </dd>
  1710. <dd class='comment-footer collapseable'>
  1711. <span class='comment-author'><data:post.authorLabel/> <data:backlink.author/></span>
  1712. <span class='comment-timestamp'><data:post.timestampLabel/> <data:backlink.timestamp/></span>
  1713. </dd>
  1714. </div>
  1715. </b:loop>
  1716. </dl>
  1717. </b:if>
  1718. <p class='comment-footer'>
  1719. <a class='comment-link' expr:href='data:post.createLinkUrl' expr:id='data:widget.instanceId + &quot;_backlinks-create-link&quot;' target='_blank'><data:post.createLinkLabel/></a>
  1720. </p>
  1721. </b:includable>
  1722. <b:includable id='comment-form' var='post'>
  1723. <div class='comment-form'>
  1724. <a name='comment-form'/>
  1725. <b:if cond='data:mobile'>
  1726. <h4 id='comment-post-message'>
  1727. <a expr:id='data:widget.instanceId + &quot;_comment-editor-toggle-link&quot;' href='javascript:void(0)'><data:postCommentMsg/></a></h4>
  1728. <p><data:blogCommentMessage/></p>
  1729. <data:blogTeamBlogMessage/>
  1730. <a expr:href='data:post.commentFormIframeSrc' id='comment-editor-src'/>
  1731. <iframe allowtransparency='true' class='blogger-iframe-colorize blogger-comment-from-post' frameborder='0' height='410' id='comment-editor' name='comment-editor' src='' style='display: none' width='100%'/>
  1732. <b:else/>
  1733. <h4 id='comment-post-message'><data:postCommentMsg/></h4>
  1734. <p><data:blogCommentMessage/></p>
  1735. <data:blogTeamBlogMessage/>
  1736. <a expr:href='data:post.commentFormIframeSrc' id='comment-editor-src'/>
  1737. <iframe allowtransparency='true' class='blogger-iframe-colorize blogger-comment-from-post' frameborder='0' height='410' id='comment-editor' name='comment-editor' src='' width='100%'/>
  1738. </b:if>
  1739. <data:post.friendConnectJs/>
  1740. <data:post.cmtfpIframe/>
  1741. <script type='text/javascript'>
  1742. BLOG_CMT_createIframe(&#39;<data:post.appRpcRelayPath/>&#39;, &#39;<data:post.communityId/>&#39;);
  1743. </script>
  1744. </div>
  1745. </b:includable>
  1746. <b:includable id='commentDeleteIcon' var='comment'>
  1747. <span expr:class='&quot;item-control &quot; + data:comment.adminClass'>
  1748. <b:if cond='data:showCmtPopup'>
  1749. <div class='goog-toggle-button'>
  1750. <div class='goog-inline-block comment-action-icon'/>
  1751. </div>
  1752. <b:else/>
  1753. <a class='comment-delete' expr:href='data:comment.deleteUrl' expr:title='data:top.deleteCommentMsg'>
  1754. <img src='//www.blogger.com/img/icon_delete13.gif'/>
  1755. </a>
  1756. </b:if>
  1757. </span>
  1758. </b:includable>
  1759. <b:includable id='comment_count_picker' var='post'>
  1760. <b:if cond='data:post.commentSource == 1'>
  1761. <span class='cmt_count_iframe_holder' expr:data-count='data:post.numComments' expr:data-onclick='data:post.addCommentOnclick' expr:data-post-url='data:post.url' expr:data-url='data:post.canonicalUrl'>
  1762. </span>
  1763. <b:else/>
  1764. <a class='comment-link' expr:href='data:post.addCommentUrl' expr:onclick='data:post.addCommentOnclick'>
  1765. <data:post.commentLabelFull/>:
  1766. </a>
  1767. </b:if>
  1768. </b:includable>
  1769. <b:includable id='comment_picker' var='post'>
  1770. <b:if cond='data:post.commentSource == 1'>
  1771. <b:include data='post' name='iframe_comments'/>
  1772. <b:else/>
  1773. <b:if cond='data:post.showThreadedComments'>
  1774. <b:include data='post' name='threaded_comments'/>
  1775. <b:else/>
  1776. <b:include data='post' name='comments'/>
  1777. </b:if>
  1778. </b:if>
  1779. </b:includable>
  1780. <b:includable id='comments' var='post'>
  1781. <div class='comments' id='comments'>
  1782. <a name='comments'/>
  1783. <b:if cond='data:post.allowComments'>
  1784. <h4><data:post.commentLabelFull/>:</h4>
  1785.  
  1786. <b:if cond='data:post.commentPagingRequired'>
  1787. <span class='paging-control-container'>
  1788. <b:if cond='data:post.hasOlderLinks'>
  1789. <a expr:class='data:post.oldLinkClass' expr:href='data:post.oldestLinkUrl'><data:post.oldestLinkText/></a>
  1790. &#160;
  1791. <a expr:class='data:post.oldLinkClass' expr:href='data:post.olderLinkUrl'><data:post.olderLinkText/></a>
  1792. &#160;
  1793. </b:if>
  1794.  
  1795. <data:post.commentRangeText/>
  1796.  
  1797. <b:if cond='data:post.hasNewerLinks'>
  1798. &#160;
  1799. <a expr:class='data:post.newLinkClass' expr:href='data:post.newerLinkUrl'><data:post.newerLinkText/></a>
  1800. &#160;
  1801. <a expr:class='data:post.newLinkClass' expr:href='data:post.newestLinkUrl'><data:post.newestLinkText/></a>
  1802. </b:if>
  1803. </span>
  1804. </b:if>
  1805.  
  1806. <div expr:id='data:widget.instanceId + &quot;_comments-block-wrapper&quot;'>
  1807. <dl expr:class='data:post.avatarIndentClass' id='comments-block'>
  1808. <b:loop values='data:post.comments' var='comment'>
  1809. <dt expr:class='&quot;comment-author &quot; + data:comment.authorClass' expr:id='data:comment.anchorName'>
  1810. <b:if cond='data:comment.favicon'>
  1811. <img expr:src='data:comment.favicon' height='16px' style='margin-bottom:-2px;' width='16px'/>
  1812. </b:if>
  1813. <a expr:name='data:comment.anchorName'/>
  1814. <b:if cond='data:blog.enabledCommentProfileImages'>
  1815. <data:comment.authorAvatarImage/>
  1816. </b:if>
  1817. <b:if cond='data:comment.authorUrl'>
  1818. <a expr:href='data:comment.authorUrl' rel='nofollow'><data:comment.author/></a>
  1819. <b:else/>
  1820. <data:comment.author/>
  1821. </b:if>
  1822. <data:commentPostedByMsg/>
  1823. </dt>
  1824. <dd class='comment-body' expr:id='data:widget.instanceId + data:comment.cmtBodyIdPostfix'>
  1825. <b:if cond='data:comment.isDeleted'>
  1826. <span class='deleted-comment'><data:comment.body/></span>
  1827. <b:else/>
  1828. <p>
  1829. <data:comment.body/>
  1830. </p>
  1831. </b:if>
  1832. </dd>
  1833. <dd class='comment-footer'>
  1834. <span class='comment-timestamp'>
  1835. <a expr:href='data:comment.url' title='comment permalink'>
  1836. <data:comment.timestamp/>
  1837. </a>
  1838. <b:include data='comment' name='commentDeleteIcon'/>
  1839. </span>
  1840. </dd>
  1841. </b:loop>
  1842. </dl>
  1843. </div>
  1844.  
  1845. <b:if cond='data:post.commentPagingRequired'>
  1846. <span class='paging-control-container'>
  1847. <a expr:class='data:post.oldLinkClass' expr:href='data:post.oldestLinkUrl'>
  1848. <data:post.oldestLinkText/>
  1849. </a>
  1850. <a expr:class='data:post.oldLinkClass' expr:href='data:post.olderLinkUrl'>
  1851. <data:post.olderLinkText/>
  1852. </a>
  1853. &#160;
  1854. <data:post.commentRangeText/>
  1855. &#160;
  1856. <a expr:class='data:post.newLinkClass' expr:href='data:post.newerLinkUrl'>
  1857. <data:post.newerLinkText/>
  1858. </a>
  1859. <a expr:class='data:post.newLinkClass' expr:href='data:post.newestLinkUrl'>
  1860. <data:post.newestLinkText/>
  1861. </a>
  1862. </span>
  1863. </b:if>
  1864.  
  1865. <p class='comment-footer'>
  1866. <b:if cond='data:post.embedCommentForm'>
  1867. <b:if cond='data:post.allowNewComments'>
  1868. <b:include data='post' name='comment-form'/>
  1869. <b:else/>
  1870. <data:post.noNewCommentsText/>
  1871. </b:if>
  1872. <b:else/>
  1873. <b:if cond='data:post.allowComments'>
  1874. <a expr:href='data:post.addCommentUrl' expr:onclick='data:post.addCommentOnclick'><data:postCommentMsg/></a>
  1875. </b:if>
  1876. </b:if>
  1877.  
  1878. </p>
  1879. </b:if>
  1880. <b:if cond='data:showCmtPopup'>
  1881. <div id='comment-popup'>
  1882. <iframe allowtransparency='true' frameborder='0' id='comment-actions' name='comment-actions' scrolling='no'>
  1883. </iframe>
  1884. </div>
  1885. </b:if>
  1886.  
  1887. <div id='backlinks-container'>
  1888. <div expr:id='data:widget.instanceId + &quot;_backlinks-container&quot;'>
  1889. <b:if cond='data:post.showBacklinks'>
  1890. <b:include data='post' name='backlinks'/>
  1891. </b:if>
  1892. </div>
  1893. </div>
  1894. </div>
  1895. </b:includable>
  1896. <b:includable id='feedLinks'>
  1897. <b:if cond='data:blog.pageType != &quot;item&quot;'> <!-- Blog feed links -->
  1898. <b:if cond='data:feedLinks'>
  1899. <div class='blog-feeds'>
  1900. <b:include data='feedLinks' name='feedLinksBody'/>
  1901. </div>
  1902. </b:if>
  1903.  
  1904. <b:else/> <!--Post feed links -->
  1905. <div class='post-feeds'>
  1906. <b:loop values='data:posts' var='post'>
  1907. <b:if cond='data:post.allowComments'>
  1908. <b:if cond='data:post.feedLinks'>
  1909. <b:include data='post.feedLinks' name='feedLinksBody'/>
  1910. </b:if>
  1911. </b:if>
  1912. </b:loop>
  1913. </div>
  1914. </b:if>
  1915. </b:includable>
  1916. <b:includable id='feedLinksBody' var='links'>
  1917. <div class='feed-links'>
  1918. <data:feedLinksMsg/>
  1919. <b:loop values='data:links' var='f'>
  1920. <a class='feed-link' expr:href='data:f.url' expr:type='data:f.mimeType' target='_blank'><data:f.name/> (<data:f.feedType/>)</a>
  1921. </b:loop>
  1922. </div>
  1923. </b:includable>
  1924. <b:includable id='iframe_comments' var='post'>
  1925.  
  1926. <b:if cond='data:post.allowIframeComments'>
  1927. <script expr:src='data:post.iframeCommentSrc' type='text/javascript'/>
  1928. <div class='cmt_iframe_holder' expr:data-href='data:post.canonicalUrl' expr:data-viewtype='data:post.viewType'/>
  1929.  
  1930. <b:if cond='data:post.embedCommentForm == &quot;false&quot;'>
  1931. <a expr:href='data:post.addCommentUrl' expr:onclick='data:post.addCommentOnclick'><data:postCommentMsg/></a>
  1932. </b:if>
  1933. </b:if>
  1934. </b:includable>
  1935. <b:includable id='mobile-index-post' var='post'>
  1936. <div class='mobile-date-outer date-outer'>
  1937. <b:if cond='data:post.dateHeader'>
  1938. <div class='date-header'>
  1939. <span><data:post.dateHeader/></span>
  1940. </div>
  1941. </b:if>
  1942.  
  1943. <div class='mobile-post-outer'>
  1944. <a expr:href='data:post.url'>
  1945. <h3 class='mobile-index-title entry-title' itemprop='name'>
  1946. <data:post.title/>
  1947. </h3>
  1948.  
  1949. <div class='mobile-index-arrow'>&amp;rsaquo;</div>
  1950.  
  1951. <div class='mobile-index-contents'>
  1952. <b:if cond='data:post.thumbnailUrl'>
  1953. <div class='mobile-index-thumbnail'>
  1954. <div class='Image'>
  1955. <img expr:src='data:post.thumbnailUrl'/>
  1956. </div>
  1957. </div>
  1958. </b:if>
  1959.  
  1960. <div class='post-body'>
  1961. <b:if cond='data:post.snippet'><data:post.snippet/></b:if>
  1962. </div>
  1963. </div>
  1964.  
  1965. <div style='clear: both;'/>
  1966. </a>
  1967.  
  1968. <div class='mobile-index-comment'>
  1969. <b:if cond='data:blog.pageType != &quot;static_page&quot;'>
  1970. <b:if cond='data:post.allowComments'>
  1971. <b:if cond='data:post.numComments != 0'>
  1972. <b:include data='post' name='comment_count_picker'/>
  1973. </b:if>
  1974. </b:if>
  1975. </b:if>
  1976. </div>
  1977. </div>
  1978. </div>
  1979. </b:includable>
  1980. <b:includable id='mobile-main' var='top'>
  1981. <!-- posts -->
  1982. <div class='blog-posts hfeed'>
  1983.  
  1984. <b:include data='top' name='status-message'/>
  1985.  
  1986. <b:if cond='data:blog.pageType == &quot;index&quot;'>
  1987. <b:loop values='data:posts' var='post'>
  1988. <b:include data='post' name='mobile-index-post'/>
  1989. </b:loop>
  1990. <b:else/>
  1991. <b:loop values='data:posts' var='post'>
  1992. <b:include data='post' name='mobile-post'/>
  1993. </b:loop>
  1994. </b:if>
  1995. </div>
  1996.  
  1997. <b:include name='mobile-nextprev'/>
  1998. </b:includable>
  1999. <b:includable id='mobile-nextprev'>
  2000. <div class='blog-pager' id='blog-pager'>
  2001. <b:if cond='data:newerPageUrl'>
  2002. <div class='mobile-link-button' id='blog-pager-newer-link'>
  2003. <a class='blog-pager-newer-link' expr:href='data:newerPageUrl' expr:id='data:widget.instanceId + &quot;_blog-pager-newer-link&quot;' expr:title='data:newerPageTitle'>&amp;lsaquo;</a>
  2004. </div>
  2005. </b:if>
  2006.  
  2007. <b:if cond='data:olderPageUrl'>
  2008. <div class='mobile-link-button' id='blog-pager-older-link'>
  2009. <a class='blog-pager-older-link' expr:href='data:olderPageUrl' expr:id='data:widget.instanceId + &quot;_blog-pager-older-link&quot;' expr:title='data:olderPageTitle'>&amp;rsaquo;</a>
  2010. </div>
  2011. </b:if>
  2012.  
  2013. <div class='mobile-link-button' id='blog-pager-home-link'>
  2014. <a class='home-link' expr:href='data:blog.homepageUrl'><data:homeMsg/></a>
  2015. </div>
  2016.  
  2017. <div class='mobile-desktop-link'>
  2018. <a class='home-link' expr:href='data:desktopLinkUrl'><data:desktopLinkMsg/></a>
  2019. </div>
  2020.  
  2021. </div>
  2022. <div class='clear'/>
  2023. </b:includable>
  2024. <b:includable id='mobile-post' var='post'>
  2025. <div class='date-outer'>
  2026. <b:if cond='data:post.dateHeader'>
  2027. <h2 class='date-header'><span><data:post.dateHeader/></span></h2>
  2028. </b:if>
  2029. <div class='date-posts'>
  2030. <div class='post-outer'>
  2031.  
  2032. <div class='post hentry uncustomized-post-template' itemscope='itemscope' itemtype='http://schema.org/BlogPosting'>
  2033. <b:if cond='data:post.thumbnailUrl'>
  2034. <meta expr:content='data:post.thumbnailUrl' itemprop='image_url'/>
  2035. </b:if>
  2036. <meta expr:content='data:blog.blogId' itemprop='blogId'/>
  2037. <meta expr:content='data:post.id' itemprop='postId'/>
  2038.  
  2039. <a expr:name='data:post.id'/>
  2040. <b:if cond='data:post.title'>
  2041. <h3 class='post-title entry-title' itemprop='name'>
  2042. <b:if cond='data:post.link'>
  2043. <a expr:href='data:post.link'><data:post.title/></a>
  2044. <b:else/>
  2045. <b:if cond='data:post.url'>
  2046. <b:if cond='data:blog.url != data:post.url'>
  2047. <a expr:href='data:post.url'><data:post.title/></a>
  2048. <b:else/>
  2049. <data:post.title/>
  2050. </b:if>
  2051. <b:else/>
  2052. <data:post.title/>
  2053. </b:if>
  2054. </b:if>
  2055. </h3>
  2056. </b:if>
  2057.  
  2058. <div class='post-header'>
  2059. <div class='post-header-line-1'/>
  2060. </div>
  2061.  
  2062. <div class='post-body entry-content' expr:id='&quot;post-body-&quot; + data:post.id' itemprop='articleBody'>
  2063. <data:post.body/>
  2064. <div style='clear: both;'/> <!-- clear for photos floats -->
  2065. </div>
  2066.  
  2067. <div class='post-footer'>
  2068. <div class='post-footer-line post-footer-line-1'>
  2069. <span class='post-author vcard'>
  2070. <b:if cond='data:top.showAuthor'>
  2071. <b:if cond='data:post.authorProfileUrl'>
  2072. <span class='fn' itemprop='author' itemscope='itemscope' itemtype='http://schema.org/Person'>
  2073. <meta expr:content='data:post.authorProfileUrl' itemprop='url'/>
  2074. <a expr:href='data:post.authorProfileUrl' rel='author' title='author profile'>
  2075. <span itemprop='name'><data:post.author/></span>
  2076. </a>
  2077. </span>
  2078. <b:else/>
  2079. <span class='fn' itemprop='author' itemscope='itemscope' itemtype='http://schema.org/Person'>
  2080. <span itemprop='name'><data:post.author/></span>
  2081. </span>
  2082. </b:if>
  2083. </b:if>
  2084. </span>
  2085.  
  2086. <span class='post-timestamp'>
  2087. <b:if cond='data:top.showTimestamp'>
  2088. <data:top.timestampLabel/>
  2089. <b:if cond='data:post.url'>
  2090. <meta expr:content='data:post.canonicalUrl' itemprop='url'/>
  2091. <a class='timestamp-link' expr:href='data:post.url' rel='bookmark' title='permanent link'><abbr class='published' expr:title='data:post.timestampISO8601' itemprop='datePublished'><data:post.timestamp/></abbr></a>
  2092. </b:if>
  2093. </b:if>
  2094. </span>
  2095.  
  2096. <span class='post-comment-link'>
  2097. <b:if cond='data:blog.pageType != &quot;item&quot;'>
  2098. <b:if cond='data:blog.pageType != &quot;static_page&quot;'>
  2099. <b:if cond='data:post.allowComments'>
  2100. <b:include data='post' name='comment_count_picker'/>
  2101. </b:if>
  2102. </b:if>
  2103. </b:if>
  2104. </span>
  2105. </div>
  2106.  
  2107. <div class='post-footer-line post-footer-line-2'>
  2108. <b:if cond='data:top.showMobileShare'>
  2109. <div class='mobile-link-button goog-inline-block' id='mobile-share-button'>
  2110. <a href='javascript:void(0);'><data:shareMsg/></a>
  2111. </div>
  2112. </b:if>
  2113. <b:if cond='data:top.showDummy'>
  2114. <div class='goog-inline-block dummy-container'><data:post.dummyTag/></div>
  2115. </b:if>
  2116. </div>
  2117.  
  2118. </div>
  2119. </div>
  2120.  
  2121. <b:if cond='data:blog.pageType == &quot;static_page&quot;'>
  2122. <b:include data='post' name='comment_picker'/>
  2123. </b:if>
  2124. <b:if cond='data:blog.pageType == &quot;item&quot;'>
  2125. <b:include data='post' name='comment_picker'/>
  2126. </b:if>
  2127. </div>
  2128. </div>
  2129. </div>
  2130. </b:includable>
  2131. <b:includable id='nextprev'>
  2132. <div class='blog-pager' id='blog-pager'>
  2133. <b:if cond='data:newerPageUrl'>
  2134. <span id='blog-pager-newer-link'>
  2135. <a class='blog-pager-newer-link' expr:href='data:newerPageUrl' expr:id='data:widget.instanceId + &quot;_blog-pager-newer-link&quot;' expr:title='data:newerPageTitle'><data:newerPageTitle/></a>
  2136. </span>
  2137. </b:if>
  2138.  
  2139. <b:if cond='data:olderPageUrl'>
  2140. <span id='blog-pager-older-link'>
  2141. <a class='blog-pager-older-link' expr:href='data:olderPageUrl' expr:id='data:widget.instanceId + &quot;_blog-pager-older-link&quot;' expr:title='data:olderPageTitle'><data:olderPageTitle/></a>
  2142. </span>
  2143. </b:if>
  2144.  
  2145. <a class='home-link' expr:href='data:blog.homepageUrl'><data:homeMsg/></a>
  2146.  
  2147. <b:if cond='data:mobileLinkUrl'>
  2148. <div class='blog-mobile-link'>
  2149. <a expr:href='data:mobileLinkUrl'><data:mobileLinkMsg/></a>
  2150. </div>
  2151. </b:if>
  2152.  
  2153. </div>
  2154. <div class='clear'/>
  2155. </b:includable>
  2156. <b:includable id='post' var='post'>
  2157. <div class='post hentry' itemprop='blogPost' itemscope='itemscope' itemtype='http://schema.org/BlogPosting'>
  2158. <b:if cond='data:post.firstImageUrl'>
  2159. <meta expr:content='data:post.firstImageUrl' itemprop='image_url'/>
  2160. </b:if>
  2161. <meta expr:content='data:blog.blogId' itemprop='blogId'/>
  2162. <meta expr:content='data:post.id' itemprop='postId'/>
  2163.  
  2164. <a expr:name='data:post.id'/>
  2165. <b:if cond='data:post.title'>
  2166. <h3 class='post-title entry-title' itemprop='name'>
  2167. <b:if cond='data:post.link'>
  2168. <a expr:href='data:post.link'><data:post.title/></a>
  2169. <b:else/>
  2170. <b:if cond='data:post.url'>
  2171. <b:if cond='data:blog.url != data:post.url'>
  2172. <a expr:href='data:post.url'><data:post.title/></a>
  2173. <b:else/>
  2174. <data:post.title/>
  2175. </b:if>
  2176. <b:else/>
  2177. <data:post.title/>
  2178. </b:if>
  2179. </b:if>
  2180. </h3>
  2181. </b:if>
  2182.  
  2183. <div class='post-header'>
  2184. <div class='post-header-line-1'/>
  2185. <span class='post-labels'>
  2186. <b:if cond='data:post.labels'>
  2187. <data:postLabelsLabel/>
  2188. <b:loop values='data:post.labels' var='label'>
  2189. <a expr:href='data:label.url' rel='tag'><data:label.name/></a><b:if cond='data:label.isLast != &quot;true&quot;'>,</b:if>
  2190. </b:loop>
  2191. </b:if>
  2192. </span>
  2193.  
  2194. ||
  2195. <span class='post-comment-link'>
  2196. <b:if cond='data:blog.pageType != &quot;item&quot;'>
  2197. <b:if cond='data:blog.pageType != &quot;static_page&quot;'>
  2198.  
  2199.  
  2200. <b:if cond='data:post.allowComments'>
  2201. <a class='comment-link' expr:href='data:post.addCommentUrl' expr:onclick='data:post.addCommentOnclick'>
  2202. <b:if cond='data:post.numComments == 0'> Nem um Comentario
  2203. <b:else/>
  2204. <b:if cond='data:post.numComments == 1'> 1 Comentario
  2205. <b:else/>
  2206. <data:post.numComments/> <data:top.commentLabelPlural/>
  2207. </b:if></b:if></a>
  2208. </b:if>
  2209. </b:if>
  2210. </b:if>
  2211. </span>
  2212. </div>
  2213.  
  2214. <b:if cond='data:blog.metaDescription == &quot;&quot;'>
  2215. <!-- Then use the post body as the schema.org description,
  2216. for good G+/FB snippeting. -->
  2217. <div class='post-body entry-content' expr:id='&quot;post-body-&quot; + data:post.id' itemprop='description articleBody'>
  2218. <data:post.body/>
  2219. <div style='clear: both;'/> <!-- clear for photos floats -->
  2220. </div>
  2221. <b:else/>
  2222. <div class='post-body entry-content' expr:id='&quot;post-body-&quot; + data:post.id' itemprop='articleBody'>
  2223. <data:post.body/>
  2224. <div style='clear: both;'/> <!-- clear for photos floats -->
  2225. </div>
  2226. </b:if>
  2227.  
  2228. <b:if cond='data:post.hasJumpLink'>
  2229. <div class='jump-link'>
  2230. <a expr:href='data:post.url + &quot;#more&quot;' expr:title='data:post.title'><data:post.jumpText/></a>
  2231. </div>
  2232. </b:if>
  2233.  
  2234. <div class='post-footer'>
  2235. <div class='post-footer-line post-footer-line-1'><span class='post-author vcard'>
  2236. <b:if cond='data:top.showAuthor'>
  2237. <data:top.authorLabel/>
  2238. <b:if cond='data:post.authorProfileUrl'>
  2239. <span class='fn' itemprop='author' itemscope='itemscope' itemtype='http://schema.org/Person'>
  2240. <meta expr:content='data:post.authorProfileUrl' itemprop='url'/>
  2241. <a class='g-profile' expr:href='data:post.authorProfileUrl' rel='author' title='author profile'>
  2242. <span itemprop='name'><data:post.author/></span>
  2243. </a>
  2244. </span>
  2245. <b:else/>
  2246. <span class='fn' itemprop='author' itemscope='itemscope' itemtype='http://schema.org/Person'>
  2247. <span itemprop='name'><data:post.author/></span>
  2248. </span>
  2249. </b:if>
  2250. </b:if>
  2251. </span> <span class='post-timestamp'>
  2252. <b:if cond='data:top.showTimestamp'>
  2253. <data:top.timestampLabel/>
  2254. <b:if cond='data:post.url'>
  2255. <meta expr:content='data:post.canonicalUrl' itemprop='url'/>
  2256. <a class='timestamp-link' expr:href='data:post.url' rel='bookmark' title='permanent link'><abbr class='published' expr:title='data:post.timestampISO8601' itemprop='datePublished'><data:post.timestamp/></abbr></a>
  2257. </b:if>
  2258. </b:if>
  2259. </span> <span class='post-comment-link'>
  2260. <b:if cond='data:blog.pageType != &quot;item&quot;'>
  2261. <b:if cond='data:blog.pageType != &quot;static_page&quot;'>
  2262.  
  2263.  
  2264. <b:if cond='data:post.allowComments'>
  2265. <a class='comment-link' expr:href='data:post.addCommentUrl' expr:onclick='data:post.addCommentOnclick'>
  2266. <b:if cond='data:post.numComments == 0'> Nem um Comentario
  2267. <b:else/>
  2268. <b:if cond='data:post.numComments == 1'> 1 Comentario
  2269. <b:else/>
  2270. <data:post.numComments/> <data:top.commentLabelPlural/>
  2271. </b:if></b:if></a>
  2272. </b:if>
  2273. </b:if>
  2274. </b:if>
  2275. </span>
  2276. <span class='post-icons'>
  2277. <!-- email post links -->
  2278. <b:if cond='data:post.emailPostUrl'>
  2279. <span class='item-action'>
  2280. <a expr:href='data:post.emailPostUrl' expr:title='data:top.emailPostMsg'>
  2281. <img alt='' class='icon-action' height='13' src='http://img1.blogblog.com/img/icon18_email.gif' width='18'/>
  2282. </a>
  2283. </span>
  2284. </b:if>
  2285.  
  2286. <!-- quickedit pencil -->
  2287. <b:include data='post' name='postQuickEdit'/>
  2288. </span> <div class='post-share-buttons goog-inline-block'>
  2289. <b:if cond='data:post.sharePostUrl'>
  2290. <b:include data='post' name='shareButtons'/>
  2291. </b:if>
  2292. </div> </div>
  2293.  
  2294. <div class='post-footer-line post-footer-line-2'/>
  2295.  
  2296. <div class='post-footer-line post-footer-line-3'/>
  2297. <b:if cond='data:post.authorAboutMe'>
  2298. <div class='author-profile' itemprop='author' itemscope='itemscope' itemtype='http://schema.org/Person'>
  2299. <b:if cond='data:post.authorPhoto.url'>
  2300. <img expr:src='data:post.authorPhoto.url' itemprop='image' width='50px'/>
  2301. </b:if>
  2302. <div>
  2303. <a class='g-profile' expr:href='data:post.authorProfileUrl' itemprop='url' rel='author' title='author profile'>
  2304. <span itemprop='name'><data:post.author/></span>
  2305. </a>
  2306. </div>
  2307. <span itemprop='description'><data:post.authorAboutMe/></span>
  2308. </div>
  2309. </b:if>
  2310. </div>
  2311. </div>
  2312. </b:includable>
  2313. <b:includable id='postQuickEdit' var='post'>
  2314. <b:if cond='data:post.editUrl'>
  2315. <span expr:class='&quot;item-control &quot; + data:post.adminClass'>
  2316. <a expr:href='data:post.editUrl' expr:title='data:top.editPostMsg'>
  2317. <img alt='' class='icon-action' height='18' src='http://img2.blogblog.com/img/icon18_edit_allbkg.gif' width='18'/>
  2318. </a>
  2319. </span>
  2320. </b:if>
  2321. </b:includable>
  2322. <b:includable id='shareButtons' var='post'>
  2323. <b:if cond='data:top.showEmailButton'><a class='goog-inline-block share-button sb-email' expr:href='data:post.sharePostUrl + &quot;&amp;target=email&quot;' expr:title='data:top.emailThisMsg' target='_blank'><span class='share-button-link-text'><data:top.emailThisMsg/></span></a></b:if><b:if cond='data:top.showBlogThisButton'><a class='goog-inline-block share-button sb-blog' expr:href='data:post.sharePostUrl + &quot;&amp;target=blog&quot;' expr:onclick='&quot;window.open(this.href, \&quot;_blank\&quot;, \&quot;height=270,width=475\&quot;); return false;&quot;' expr:title='data:top.blogThisMsg' target='_blank'><span class='share-button-link-text'><data:top.blogThisMsg/></span></a></b:if><b:if cond='data:top.showTwitterButton'><a class='goog-inline-block share-button sb-twitter' expr:href='data:post.sharePostUrl + &quot;&amp;target=twitter&quot;' expr:title='data:top.shareToTwitterMsg' target='_blank'><span class='share-button-link-text'><data:top.shareToTwitterMsg/></span></a></b:if><b:if cond='data:top.showFacebookButton'><a class='goog-inline-block share-button sb-facebook' expr:href='data:post.sharePostUrl + &quot;&amp;target=facebook&quot;' expr:onclick='&quot;window.open(this.href, \&quot;_blank\&quot;, \&quot;height=430,width=640\&quot;); return false;&quot;' expr:title='data:top.shareToFacebookMsg' target='_blank'><span class='share-button-link-text'><data:top.shareToFacebookMsg/></span></a></b:if><b:if cond='data:top.showOrkutButton'><a class='goog-inline-block share-button sb-orkut' expr:href='data:post.sharePostUrl + &quot;&amp;target=orkut&quot;' expr:title='data:top.shareToOrkutMsg' target='_blank'><span class='share-button-link-text'><data:top.shareToOrkutMsg/></span></a></b:if><b:if cond='data:top.showDummy'><div class='goog-inline-block dummy-container'><data:post.dummyTag/></div></b:if>
  2324. </b:includable>
  2325. <b:includable id='status-message'>
  2326. <b:if cond='data:navMessage'>
  2327. <div class='status-msg-wrap'>
  2328. <div class='status-msg-body'>
  2329. <data:navMessage/>
  2330. </div>
  2331. <div class='status-msg-border'>
  2332. <div class='status-msg-bg'>
  2333. <div class='status-msg-hidden'><data:navMessage/></div>
  2334. </div>
  2335. </div>
  2336. </div>
  2337. <div style='clear: both;'/>
  2338. </b:if>
  2339. </b:includable>
  2340. <b:includable id='threaded-comment-form' var='post'>
  2341. <div class='comment-form'>
  2342. <a name='comment-form'/>
  2343. <b:if cond='data:mobile'>
  2344. <p><data:blogCommentMessage/></p>
  2345. <data:blogTeamBlogMessage/>
  2346. <a expr:href='data:post.commentFormIframeSrc' id='comment-editor-src'/>
  2347. <iframe allowtransparency='true' class='blogger-iframe-colorize blogger-comment-from-post' frameborder='0' height='410' id='comment-editor' name='comment-editor' src='' style='display: none' width='100%'/>
  2348. <b:else/>
  2349. <p><data:blogCommentMessage/></p>
  2350. <data:blogTeamBlogMessage/>
  2351. <a expr:href='data:post.commentFormIframeSrc' id='comment-editor-src'/>
  2352. <iframe allowtransparency='true' class='blogger-iframe-colorize blogger-comment-from-post' frameborder='0' height='410' id='comment-editor' name='comment-editor' src='' width='100%'/>
  2353. </b:if>
  2354. <data:post.friendConnectJs/>
  2355. <data:post.cmtfpIframe/>
  2356. <script type='text/javascript'>
  2357. BLOG_CMT_createIframe(&#39;<data:post.appRpcRelayPath/>&#39;, &#39;<data:post.communityId/>&#39;);
  2358. </script>
  2359. </div>
  2360. </b:includable>
  2361. <b:includable id='threaded_comment_js' var='post'>
  2362. <script async='async' expr:src='data:post.commentSrc' type='text/javascript'/>
  2363.  
  2364. <script type='text/javascript'>
  2365. (function() {
  2366. var items = <data:post.commentJso/>;
  2367. var msgs = <data:post.commentMsgs/>;
  2368. var config = <data:post.commentConfig/>;
  2369.  
  2370. // <![CDATA[
  2371. var cursor = null;
  2372. if (items && items.length > 0) {
  2373. cursor = parseInt(items[items.length - 1].timestamp) + 1;
  2374. }
  2375.  
  2376. var bodyFromEntry = function(entry) {
  2377. if (entry.gd$extendedProperty) {
  2378. for (var k in entry.gd$extendedProperty) {
  2379. if (entry.gd$extendedProperty[k].name == 'blogger.contentRemoved') {
  2380. return '<span class="deleted-comment">' + entry.content.$t + '</span>';
  2381. }
  2382. }
  2383. }
  2384. return entry.content.$t;
  2385. }
  2386.  
  2387. var parse = function(data) {
  2388. cursor = null;
  2389. var comments = [];
  2390. if (data && data.feed && data.feed.entry) {
  2391. for (var i = 0, entry; entry = data.feed.entry[i]; i++) {
  2392. var comment = {};
  2393. // comment ID, parsed out of the original id format
  2394. var id = /blog-(\d+).post-(\d+)/.exec(entry.id.$t);
  2395. comment.id = id ? id[2] : null;
  2396. comment.body = bodyFromEntry(entry);
  2397. comment.timestamp = Date.parse(entry.published.$t) + '';
  2398. if (entry.author && entry.author.constructor === Array) {
  2399. var auth = entry.author[0];
  2400. if (auth) {
  2401. comment.author = {
  2402. name: (auth.name ? auth.name.$t : undefined),
  2403. profileUrl: (auth.uri ? auth.uri.$t : undefined),
  2404. avatarUrl: (auth.gd$image ? auth.gd$image.src : undefined)
  2405. };
  2406. }
  2407. }
  2408. if (entry.link) {
  2409. if (entry.link[2]) {
  2410. comment.link = comment.permalink = entry.link[2].href;
  2411. }
  2412. if (entry.link[3]) {
  2413. var pid = /.*comments\/default\/(\d+)\?.*/.exec(entry.link[3].href);
  2414. if (pid && pid[1]) {
  2415. comment.parentId = pid[1];
  2416. }
  2417. }
  2418. }
  2419. comment.deleteclass = 'item-control blog-admin';
  2420. if (entry.gd$extendedProperty) {
  2421. for (var k in entry.gd$extendedProperty) {
  2422. if (entry.gd$extendedProperty[k].name == 'blogger.itemClass') {
  2423. comment.deleteclass += ' ' + entry.gd$extendedProperty[k].value;
  2424. } else if (entry.gd$extendedProperty[k].name == 'blogger.displayTime') {
  2425. comment.displayTime = entry.gd$extendedProperty[k].value;
  2426. }
  2427. }
  2428. }
  2429. comments.push(comment);
  2430. }
  2431. }
  2432. return comments;
  2433. };
  2434.  
  2435. var paginator = function(callback) {
  2436. if (hasMore()) {
  2437. var url = config.feed + '?alt=json&v=2&orderby=published&reverse=false&max-results=50';
  2438. if (cursor) {
  2439. url += '&published-min=' + new Date(cursor).toISOString();
  2440. }
  2441. window.bloggercomments = function(data) {
  2442. var parsed = parse(data);
  2443. cursor = parsed.length < 50 ? null
  2444. : parseInt(parsed[parsed.length - 1].timestamp) + 1
  2445. callback(parsed);
  2446. window.bloggercomments = null;
  2447. }
  2448. url += '&callback=bloggercomments';
  2449. var script = document.createElement('script');
  2450. script.type = 'text/javascript';
  2451. script.src = url;
  2452. document.getElementsByTagName('head')[0].appendChild(script);
  2453. }
  2454. };
  2455. var hasMore = function() {
  2456. return !!cursor;
  2457. };
  2458. var getMeta = function(key, comment) {
  2459. if ('iswriter' == key) {
  2460. var matches = !!comment.author
  2461. && comment.author.name == config.authorName
  2462. && comment.author.profileUrl == config.authorUrl;
  2463. return matches ? 'true' : '';
  2464. } else if ('deletelink' == key) {
  2465. return config.baseUri + '/delete-comment.g?blogID='
  2466. + config.blogId + '&postID=' + comment.id;
  2467. } else if ('deleteclass' == key) {
  2468. return comment.deleteclass;
  2469. }
  2470. return '';
  2471. };
  2472.  
  2473. var replybox = null;
  2474. var replyUrlParts = null;
  2475. var replyParent = undefined;
  2476.  
  2477. var onReply = function(commentId, domId) {
  2478. if (replybox == null) {
  2479. // lazily cache replybox, and adjust to suit this style:
  2480. replybox = document.getElementById('comment-editor');
  2481. if (replybox != null) {
  2482. replybox.height = '250px';
  2483. replybox.style.display = 'block';
  2484. replyUrlParts = replybox.src.split('#');
  2485. }
  2486. }
  2487. if (replybox && (commentId !== replyParent)) {
  2488. document.getElementById(domId).insertBefore(replybox, null);
  2489. replybox.src = replyUrlParts[0]
  2490. + (commentId ? '&parentID=' + commentId : '')
  2491. + '#' + replyUrlParts[1];
  2492. replyParent = commentId;
  2493. }
  2494. };
  2495.  
  2496. var hash = (window.location.hash || '#').substring(1);
  2497. var startThread, targetComment;
  2498. if (/^comment-form_/.test(hash)) {
  2499. startThread = hash.substring('comment-form_'.length);
  2500. } else if (/^c[0-9]+$/.test(hash)) {
  2501. targetComment = hash.substring(1);
  2502. }
  2503.  
  2504. // Configure commenting API:
  2505. var configJso = {
  2506. 'maxDepth': config.maxThreadDepth
  2507. };
  2508. var provider = {
  2509. 'id': config.postId,
  2510. 'data': items,
  2511. 'loadNext': paginator,
  2512. 'hasMore': hasMore,
  2513. 'getMeta': getMeta,
  2514. 'onReply': onReply,
  2515. 'rendered': true,
  2516. 'initComment': targetComment,
  2517. 'initReplyThread': startThread,
  2518. 'config': configJso,
  2519. 'messages': msgs
  2520. };
  2521.  
  2522. var render = function() {
  2523. if (window.goog && window.goog.comments) {
  2524. var holder = document.getElementById('comment-holder');
  2525. window.goog.comments.render(holder, provider);
  2526. }
  2527. };
  2528.  
  2529. // render now, or queue to render when library loads:
  2530. if (window.goog && window.goog.comments) {
  2531. render();
  2532. } else {
  2533. window.goog = window.goog || {};
  2534. window.goog.comments = window.goog.comments || {};
  2535. window.goog.comments.loadQueue = window.goog.comments.loadQueue || [];
  2536. window.goog.comments.loadQueue.push(render);
  2537. }
  2538. })();
  2539. // ]]>
  2540. </script>
  2541. </b:includable>
  2542. <b:includable id='threaded_comments' var='post'>
  2543. <div class='comments' id='comments'>
  2544. <a name='comments'/>
  2545. <h4><data:post.commentLabelFull/>:</h4>
  2546.  
  2547. <div class='comments-content'>
  2548. <b:if cond='data:post.embedCommentForm'>
  2549. <b:include data='post' name='threaded_comment_js'/>
  2550. </b:if>
  2551. <div id='comment-holder'>
  2552. <data:post.commentHtml/>
  2553. </div>
  2554. </div>
  2555.  
  2556. <p class='comment-footer'>
  2557. <b:if cond='data:post.allowNewComments'>
  2558. <b:include data='post' name='threaded-comment-form'/>
  2559. <b:else/>
  2560. <data:post.noNewCommentsText/>
  2561. </b:if>
  2562. </p>
  2563.  
  2564. <b:if cond='data:showCmtPopup'>
  2565. <div id='comment-popup'>
  2566. <iframe allowtransparency='true' frameborder='0' id='comment-actions' name='comment-actions' scrolling='no'>
  2567. </iframe>
  2568. </div>
  2569. </b:if>
  2570.  
  2571. <div id='backlinks-container'>
  2572. <div expr:id='data:widget.instanceId + &quot;_backlinks-container&quot;'>
  2573. <b:if cond='data:post.showBacklinks'>
  2574. <b:include data='post' name='backlinks'/>
  2575. </b:if>
  2576. </div>
  2577. </div>
  2578. </div>
  2579. </b:includable>
  2580. </b:widget>
  2581. <b:widget id='HTML3' locked='false' title='' type='HTML'>
  2582. <b:widget-settings>
  2583. <b:widget-setting name='content'>&lt;style&gt;
  2584.  
  2585. #pagenavi .pages { display: none;}
  2586.  
  2587. #blog-pager{
  2588. clear:both;
  2589. margin-top: -8px;
  2590.  
  2591. font-size: 13px;
  2592. padding:10px 0;
  2593. }
  2594. #blog-pager-newer-link{
  2595. float: left;
  2596. }
  2597. #blog-pager-older-link{
  2598. float: right;
  2599. }
  2600. #blog-pager-older-link a,#blog-pager-newer-link a,a.home-link,.showpageNum a,.showpage a{
  2601. padding: 8px 14px;
  2602. text-decoration: none;
  2603. font-family: &#39;Dosis&#39;, sans-serif;
  2604. font-weight: normal; /* tipo de fonte */
  2605. color: #fff;
  2606. margin: 2px;
  2607. background: #99b59c;
  2608. border-radius:70px;
  2609. width:10px;
  2610. background-position: bottom;
  2611. -webkit-transition: all 0.3s ease-in-out;
  2612. -moz-transition: all 0.3s ease-in-out;
  2613. -o-transition: all 0.3s ease-in-out;
  2614. font-size: 13px;
  2615. }
  2616. #blog-pager-older-link a:hover,#blog-pager-newer-link a:hover,a.home-link:hover,.showpageNum a:hover,.showpage a:hover{
  2617. padding: 8px 14px;
  2618. color: #fff;
  2619. background: #649381;
  2620. border-radius:70px;
  2621. -webkit-transition: all 0.3s ease-in-out;
  2622. -moz-transition: all 0.3s ease-in-out;
  2623. -o-transition: all 0.3s ease-in-out;
  2624. }
  2625.  
  2626. .showpagePoint{
  2627. width:10px;
  2628. margin: 2px;
  2629. color: #fff;
  2630. background: #649381;
  2631. padding: 8px 14px;
  2632. border-radius:70px;
  2633. }
  2634.  
  2635. .showpageOf{
  2636. display: none;
  2637. }
  2638.  
  2639.  
  2640. &lt;/style&gt;&lt;script type=&#39;text/javascript&#39;&gt;var postperpage=02;var numshowpage=02;var upPageWord=&quot;Próxima&quot;;var downPageWord=&quot;Anterior&quot;;var urlactivepage=location.href;var home_page=&quot;/&quot;&lt;/script&gt;
  2641. &lt;script style=&#39;text/javascript&#39;&gt; var pageCount=02;var displayPageNum=02;var upPageWord=&quot;Anterior&quot;;var downPageWord=&quot;Próxima&quot;;&lt;/script&gt;
  2642. &lt;script src=&#39;http://static.tumblr.com/y66747w/DqWm7hhf3/page-nav.js&#39; style=&#39;text/javascript&#39;&gt;
  2643. &lt;/script&gt;</b:widget-setting>
  2644. </b:widget-settings>
  2645. <b:includable id='main'>
  2646. <!-- only display title if it's non-empty -->
  2647. <b:if cond='data:title != &quot;&quot;'>
  2648. <h2 class='title'><data:title/></h2>
  2649. </b:if>
  2650. <div class='widget-content'>
  2651. <data:content/>
  2652. </div>
  2653.  
  2654. <b:include name='quickedit'/>
  2655. </b:includable>
  2656. </b:widget>
  2657. </b:section>
  2658. </div>
  2659. </div>
  2660.  
  2661. <div class='column-left-outer'>
  2662. <div class='column-left-inner'>
  2663. <aside>
  2664. <macro:include id='main-column-left-sections' name='sections'>
  2665. <macro:param default='0' name='num' value='1'/>
  2666. <macro:param default='sidebar-left' name='idPrefix'/>
  2667. <macro:param default='sidebar' name='class'/>
  2668. <macro:param default='true' name='includeBottom'/>
  2669. </macro:include>
  2670. </aside>
  2671. </div>
  2672. </div>
  2673.  
  2674. <div class='column-right-outer'>
  2675. <div class='column-right-inner'>
  2676. <aside>
  2677. <macro:include id='main-column-right-sections' name='sections'>
  2678. <macro:param default='2' name='num' value='1'/>
  2679. <macro:param default='sidebar-right' name='idPrefix'/>
  2680. <macro:param default='sidebar' name='class'/>
  2681. <macro:param default='true' name='includeBottom'/>
  2682. </macro:include>
  2683. </aside>
  2684. </div>
  2685. </div>
  2686.  
  2687. </div>
  2688.  
  2689. <div style='clear: both'/>
  2690. <!-- columns -->
  2691. </div>
  2692.  
  2693. <!-- main -->
  2694. </div>
  2695. </div>
  2696. <div class='main-cap-bottom cap-bottom'>
  2697. <div class='cap-left'/>
  2698. <div class='cap-right'/>
  2699. </div>
  2700. </div>
  2701.  
  2702. <footer>
  2703. <div class='footer-outer'>
  2704. <div class='footer-cap-top cap-top'>
  2705. <div class='cap-left'/>
  2706. <div class='cap-right'/>
  2707. </div>
  2708. <div class='fauxborder-left footer-fauxborder-left'>
  2709. <div class='fauxborder-right footer-fauxborder-right'/>
  2710. <div class='region-inner footer-inner'>
  2711. <macro:include id='footer-sections' name='sections'>
  2712. <macro:param default='2' name='num'/>
  2713. <macro:param default='footer' name='idPrefix'/>
  2714. <macro:param default='foot' name='class'/>
  2715. <macro:param default='false' name='includeBottom'/>
  2716. </macro:include>
  2717. <!-- outside of the include in order to lock Attribution widget -->
  2718. <b:section class='foot' id='footer-3' showaddelement='no'>
  2719. <b:widget id='Attribution1' locked='false' title='' type='Attribution'>
  2720. <b:widget-settings>
  2721. <b:widget-setting name='copyright'/>
  2722. </b:widget-settings>
  2723. <b:includable id='main'>
  2724. <div class='widget-content' style='text-align: center;'>
  2725. <b:if cond='data:attribution != &quot;&quot;'>
  2726. <data:attribution/>
  2727. </b:if>
  2728. </div>
  2729.  
  2730. <b:include name='quickedit'/>
  2731. </b:includable>
  2732. </b:widget>
  2733. </b:section>
  2734. </div>
  2735. </div>
  2736. <div class='footer-cap-bottom cap-bottom'>
  2737. <div class='cap-left'/>
  2738. <div class='cap-right'/>
  2739. </div>
  2740. </div>
  2741. </footer>
  2742.  
  2743. <!-- content -->
  2744. </div>
  2745. </div>
  2746. <div class='content-cap-bottom cap-bottom'>
  2747. <div class='cap-left'/>
  2748. <div class='cap-right'/>
  2749. </div>
  2750. </div>
  2751. </div>
  2752.  
  2753. <script type='text/javascript'>
  2754. window.setTimeout(function() {
  2755. document.body.className = document.body.className.replace(&#39;loading&#39;, &#39;&#39;);
  2756. }, 10);
  2757. </script>
  2758. </body>
  2759.  
  2760. <div id='footer-wrapper'><a href='http://webunny.blogspot.com/'>Layout Free Harmonick - By Bunny Crazy</a></div>
  2761.  
  2762. <macro:includable id='sections' var='col'>
  2763. <macro:if cond='data:col.num == 0'>
  2764. <macro:else/>
  2765. <b:section mexpr:class='data:col.class' mexpr:id='data:col.idPrefix + &quot;-1&quot;' preferred='yes' showaddelement='yes'/>
  2766.  
  2767. <macro:if cond='data:col.num &gt;= 2'>
  2768. <table border='0' cellpadding='0' cellspacing='0' mexpr:class='&quot;section-columns columns-&quot; + data:col.num'>
  2769. <tbody>
  2770. <tr>
  2771. <td class='first columns-cell'>
  2772. <b:section mexpr:class='data:col.class' mexpr:id='data:col.idPrefix + &quot;-2-1&quot;'/>
  2773. </td>
  2774.  
  2775. <td class='columns-cell'>
  2776. <b:section mexpr:class='data:col.class' mexpr:id='data:col.idPrefix + &quot;-2-2&quot;'/>
  2777. </td>
  2778.  
  2779. <macro:if cond='data:col.num &gt;= 3'>
  2780. <td class='columns-cell'>
  2781. <b:section mexpr:class='data:col.class' mexpr:id='data:col.idPrefix + &quot;-2-3&quot;'/>
  2782. </td>
  2783. </macro:if>
  2784.  
  2785. <macro:if cond='data:col.num &gt;= 4'>
  2786. <td class='columns-cell'>
  2787. <b:section mexpr:class='data:col.class' mexpr:id='data:col.idPrefix + &quot;-2-4&quot;'/>
  2788. </td>
  2789. </macro:if>
  2790. </tr>
  2791. </tbody>
  2792. </table>
  2793.  
  2794. <macro:if cond='data:col.includeBottom'>
  2795. <b:section mexpr:class='data:col.class' mexpr:id='data:col.idPrefix + &quot;-3&quot;' showaddelement='no'/>
  2796. </macro:if>
  2797. </macro:if>
  2798. </macro:if>
  2799. </macro:includable>
  2800.  
  2801. <b:section-contents id='sidebar-left-1'>
  2802. <b:widget id='HTML5' locked='false' title='' type='HTML'>
  2803. <b:widget-settings>
  2804. <b:widget-setting name='content'>&lt;div id=&quot;sidebar&quot;&gt;
  2805. &lt;img class=&quot;imgtext&quot; src=&quot;https://2.bp.blogspot.com/-97CvRuP6UG0/Vf-A7r0DpVI/AAAAAAAADAg/Acq_TGLTKY8/s1600/banner.png&quot; /&gt;
  2806.  
  2807. &lt;div id=&quot;descria&quot;&gt;&lt;center&gt;
  2808.  
  2809. Seja bem vindo ao Bunny Crazy. Um blog criado na intenção e ajuda-lo na criação de seu blog. Aqui vocês encontrarão: tutoriais, lays free, dicas, utilitários etc... espero que encontrem o que precisam, e a qualquer duvida é só comentar.
  2810.  
  2811. &lt;/center&gt;
  2812.  
  2813. &lt;/div&gt;
  2814.  
  2815. &lt;div style=&quot;position: absolute; margin-top: 6px; left: 12px;&quot;&gt;
  2816. &lt;a href=&quot;/&quot;&gt;&lt;div class=&quot;charm&quot;&gt;Tutorial&lt;/div&gt;&lt;/a&gt;
  2817. &lt;a href=&quot;/&quot;&gt;&lt;div class=&quot;charm&quot;&gt;Utilitário&lt;/div&gt;&lt;/a&gt;
  2818. &lt;a href=&quot;/&quot;&gt;&lt;div class=&quot;charm&quot;&gt;Download&lt;/div&gt;&lt;/a&gt;
  2819. &lt;a href=&quot;/&quot;&gt;&lt;div class=&quot;charm&quot;&gt;Layout Free&lt;/div&gt;&lt;/a&gt;
  2820. &lt;a href=&quot;/&quot;&gt;&lt;div class=&quot;charm&quot;&gt;Sites&lt;/div&gt;&lt;/a&gt;
  2821. &lt;a href=&quot;/&quot;&gt;&lt;div class=&quot;charm&quot;&gt;Breve&lt;/div&gt;&lt;/a&gt;
  2822. &lt;/div&gt;&lt;/div&gt;</b:widget-setting>
  2823. </b:widget-settings>
  2824. <b:includable id='main'>
  2825. <!-- only display title if it's non-empty -->
  2826. <b:if cond='data:title != &quot;&quot;'>
  2827. <h2 class='title'><data:title/></h2>
  2828. </b:if>
  2829. <div class='widget-content'>
  2830. <data:content/>
  2831. </div>
  2832.  
  2833. <b:include name='quickedit'/>
  2834. </b:includable>
  2835. </b:widget>
  2836. </b:section-contents><b:section-contents id='sidebar-right-1'>
  2837. <b:widget id='HTML2' locked='false' title='' type='HTML'>
  2838. <b:widget-settings>
  2839. <b:widget-setting name='content'>&lt;div style=&quot;position: absolute; margin-top: -27px; left: 17px;&quot;&gt;
  2840. &lt;a href=&quot;#&quot;&gt;&lt;div class=&quot;roda&quot;&gt;&#9829;&lt;/div&gt;&lt;/a&gt;
  2841. &lt;a href=&quot;#&quot;&gt;&lt;div class=&quot;roda2&quot;&gt;&#9829;&lt;/div&gt;&lt;/a&gt;
  2842. &lt;a href=&quot;#&quot;&gt;&lt;div class=&quot;roda&quot;&gt;&#9829;&lt;/div&gt;&lt;/a&gt;
  2843. &lt;a href=&quot;#&quot;&gt;&lt;div class=&quot;roda2&quot;&gt;&#9829;&lt;/div&gt;&lt;/a&gt;
  2844. &lt;a href=&quot;#&quot;&gt;&lt;div class=&quot;roda&quot;&gt;&#9829;&lt;/div&gt;&lt;/a&gt;
  2845. &lt;a href=&quot;#&quot;&gt;&lt;div class=&quot;roda2&quot;&gt;&#9829;&lt;/div&gt;&lt;/a&gt;
  2846. &lt;a href=&quot;#&quot;&gt;&lt;div class=&quot;roda&quot;&gt;&#9829;&lt;/div&gt;&lt;/a&gt;&lt;/div&gt;</b:widget-setting>
  2847. </b:widget-settings>
  2848. <b:includable id='main'>
  2849. <!-- only display title if it's non-empty -->
  2850. <b:if cond='data:title != &quot;&quot;'>
  2851. <h2 class='title'><data:title/></h2>
  2852. </b:if>
  2853. <div class='widget-content'>
  2854. <data:content/>
  2855. </div>
  2856.  
  2857. <b:include name='quickedit'/>
  2858. </b:includable>
  2859. </b:widget>
  2860. <b:widget id='HTML1' locked='false' title='Blogueira' type='HTML'>
  2861. <b:widget-settings>
  2862. <b:widget-setting name='content'><![CDATA[<img src="https://1.bp.blogspot.com/-FACuESfzc_s/Vf-HvCRJlAI/AAAAAAAADAw/2l9PFmtIjeY/s1600/avatar.png" style="margin-left: 6px;" class="icon" align="right" /><div style="text-align: justify;">Yo! Eu sou Wendy, não tenho muito o que dizer sobre mim, sou chata, perfecionista, amo comer chocolate e sorvete, ver doramas e animes, viciada em livros e mangás. :3 Estou aqui para ajudar e conhecer um cadinho mais vocês.</div>]]></b:widget-setting>
  2863. </b:widget-settings>
  2864. <b:includable id='main'>
  2865. <!-- only display title if it's non-empty -->
  2866. <b:if cond='data:title != &quot;&quot;'>
  2867. <h2 class='title'><data:title/></h2>
  2868. </b:if>
  2869. <div class='widget-content'>
  2870. <data:content/>
  2871. </div>
  2872.  
  2873. <b:include name='quickedit'/>
  2874. </b:includable>
  2875. </b:widget>
  2876. <b:widget id='HTML4' locked='false' title='Afiliados + Seguidores' type='HTML'>
  2877. <b:widget-settings>
  2878. <b:widget-setting name='content'>&lt;a href=&quot;/&quot;&gt;&lt;div class=&quot;afiliados&quot;&gt;Afiliados&lt;/div&gt;&lt;/a&gt;
  2879.  
  2880. &lt;a href=&quot;/&quot;&gt;&lt;div class=&quot;afiliados&quot;&gt;Seguir&lt;/div&gt;&lt;/a&gt;</b:widget-setting>
  2881. </b:widget-settings>
  2882. <b:includable id='main'>
  2883. <!-- only display title if it's non-empty -->
  2884. <b:if cond='data:title != &quot;&quot;'>
  2885. <h2 class='title'><data:title/></h2>
  2886. </b:if>
  2887. <div class='widget-content'>
  2888. <data:content/>
  2889. </div>
  2890.  
  2891. <b:include name='quickedit'/>
  2892. </b:includable>
  2893. </b:widget>
  2894. </b:section-contents><b:section-contents id='footer-1'/><b:section-contents id='footer-2-1'/><b:section-contents id='footer-2-2'/></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement