GabrielaSants

Código base: Daniel Andrade

Jan 21st, 2015
684
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 78.22 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://static.tumblr.com/s9qbfxd/BFZn79t0r/colors_of_autumn_400.font.js' media='screen' rel='stylesheet'/>
  6. <script src='http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js' type='text/javascript'/>
  7. <script language='JavaScript' src='http://yourjavascript.com/1411249631/qTip.js' type='text/JavaScript'/>
  8. <b:if cond='data:blog.isMobile'>
  9. <meta content='width=device-width,initial-scale=1.0,minimum-scale=1.0,maximum-scale=1.0' name='viewport'/>
  10. <b:else/>
  11. <meta content='width=1100' name='viewport'/>
  12. </b:if>
  13. <b:include data='blog' name='all-head-content'/>
  14. <title><data:blog.pageTitle/></title>
  15.  
  16. <b:skin><![CDATA[/*
  17. -----------------------------------------------
  18. Codigo produzido totalmente por: Daniel Andrade
  19. Todos os Direitos Reservados
  20. ----------------------------------------------- */
  21. /* Content
  22. ----------------------------------------------- */
  23. body, html {
  24. height: 300 px;
  25. margin: 0;
  26. }
  27. body {
  28. background-image: url(http://static.tumblr.com/s9qbfxd/5dhn7a1of/passenger.png);
  29. background-repeat: repeat-x;
  30. background-position:top;
  31. margin-left: 0px;
  32. margin-top: 0px;
  33. margin-right: 0px;
  34. margin-bottom: 0px;
  35. }
  36. html {
  37. background-image: url("http://static.tumblr.com/s9qbfxd/DPpn79r3t/back.png");
  38. background-position:top;
  39. }
  40. a:link {
  41. -webkit-transition: color 0.7s ease-out;-moz-transition:
  42. color 0.7s ease-out;transition: color 0.7s ease-out;
  43. -webkit-transition: all 2s ease;
  44. text-shadow: 0px 0px 0px #;
  45. text-decoration: none;
  46. color: #fff;
  47. }
  48. a:visited {
  49. -webkit-transition: color 0.7s ease-out;-moz-transition:
  50. color 0.7s ease-out;transition: color 0.7s ease-out;
  51. -webkit-transition: all 2s ease;
  52. text-shadow: 0px 0px 0px #;
  53. text-decoration:none;
  54. color: #fff;
  55. }
  56. a:hover {
  57. -webkit-transition: color 0.7s ease-out;-moz-transition:
  58. color 0.7s ease-out;transition: color 0.7s ease-out;
  59. -webkit-transition: all 2s ease;
  60. text-shadow: 0px 0px 0px #;
  61. color: #fff;
  62. }
  63. .content-outer .content-cap-top {
  64. height: $(content.imageBorder.top.space);
  65. background: transparent $(content.imageBorder.top) repeat-x scroll top center;
  66. }
  67. .content-outer {
  68. margin: 0 auto;
  69. padding-top: $(content.margin);
  70. }
  71. .content-inner {
  72. background: $(content.background);
  73. background-position: left -$(content.imageBorder.top.space);
  74. background-color: $(content.background.color);
  75. padding: $(content.padding);
  76. }
  77. .main-inner .date-outer {
  78. margin-bottom: 2em;
  79. }
  80. /* Tabs
  81. ----------------------------------------------- */
  82. .tabs-inner {
  83. padding: 0;
  84. background: url() no-repeat;
  85. background-position:center;
  86. background-repeat: repeat;
  87. padding-top: 650px;
  88. }
  89. .tabs-inner .section {
  90. margin: 0;
  91. }
  92. .tabs-inner .widget ul {
  93. padding: 0;
  94. background: $(tabs.background.color) $(tabs.background.gradient) repeat scroll top center;
  95. }
  96. .tabs-inner .widget li {
  97. border: none;
  98. }
  99. .tabs-inner .widget li a {
  100. display: inline-block;
  101. padding: 1em 1.5em;
  102. color: $(tabs.text.color);
  103. font: $(tabs.font);
  104. }
  105. .tabs-inner .widget li.selected a,
  106. .tabs-inner .widget li a:hover {
  107. position: relative;
  108. z-index: 1;
  109. background: $(tabs.selected.background.color) $(tabs.selected.background.gradient) repeat scroll top center;
  110. color: $(tabs.selected.text.color);
  111. }
  112. /* Columns
  113. ----------------------------------------------- */
  114. .main-outer {
  115. border-top: $(main.border.width) solid $(body.rule.color);
  116. }
  117.  
  118. .fauxcolumn-left-outer .fauxcolumn-inner {
  119. border-right: 1px solid $(body.rule.color);
  120. }
  121.  
  122. .fauxcolumn-right-outer .fauxcolumn-inner {
  123. border-left: 1px solid $(body.rule.color);
  124. }
  125.  
  126. /* Headings
  127. ----------------------------------------------- */
  128. h2 {
  129. font: Arial;
  130. color: #fff;
  131. }
  132. .sidebar h2
  133. {
  134. width: 350px;
  135. height: 90px;
  136. padding-top: 100px;
  137. background: url(http://static.tumblr.com/s9qbfxd/K7Wn79tc3/side1.png) no-repeat;
  138. color: #fff;
  139. text-shadow: 1px 1px 0px #d28169;
  140. -webkit-transition-duration: .50s;
  141. font-family: 'Colors of Autumn';
  142. font-size: 30px;
  143. text-align: center;
  144. font-weight: normal;
  145. }
  146. .sidebar h2:hover
  147. {
  148. text-decoration: none;
  149. color: #fff;
  150. text-shadow: 1px 1px 0px #d28169;
  151. -webkit-transition-duration: .50s;
  152. letter-spacing: 0px;
  153. font-size: 30px;
  154. font-weight: normal;
  155. }
  156. .sidebar .widget
  157. {
  158. text-align: justify;
  159. padding-bottom:202px;
  160. background:url(http://static.tumblr.com/s9qbfxd/oacn79tij/side3.png) bottom no-repeat;
  161. width: 350px;
  162. weight: 208px;
  163. }
  164. /* Widgets
  165. ----------------------------------------------- */
  166. .sidebar .widget-content
  167. {
  168. background: url(http://static.tumblr.com/s9qbfxd/rfan79tjp/side2.png);
  169. margin: 0px 0px 21px 0px;
  170. font-size: 12px;
  171. color:#fff;
  172. text-shadow: 1px 1px 0px #d07199;
  173. padding-top: 5px;
  174. padding-bottom: 5px;
  175. padding-left: 30px;
  176. padding-right: 45px;
  177. }
  178. /* Posts
  179. ----------------------------------------------- */
  180. .main-inner h2.date-header {
  181. float: right; /** data no lado esquerdo, pode mudar para right **/
  182. width:55px;/** largura **/
  183. height:55px;/** altura **/
  184. overflow:hidden;
  185. font-size:15px;/** tamanho da fonte **/
  186. color: #fff !important;/** cor da fonte **/
  187. text-align:center;/** alinha o texto **/
  188. margin-bottom: -65px; /** desce **/
  189. margin-right: -10px; /** margem pra esquerda **/
  190. padding: 8px 2px 0px 2px; /** espaço interno: topo, direito, embaixo, esquerdo **/
  191. -webkit-border-radius: 5em; -moz-border-radius: 5em; /** borda redonda **/
  192. background: #FF6C91; /** cor do fundo **/
  193. }
  194. .main-inner h2.date-header:hover {
  195. background: #E9B4BB; /** cor do fundo hover **/
  196. }
  197. h3.post-title {
  198. text-align: center;
  199. color: #fff;
  200. text-shadow: 1px 1px 0px #5b8c93;
  201. -webkit-transition-duration: .50s;
  202. height: 100px;
  203. width: 655px;
  204. font-size: 20px;
  205. font-family: arial;
  206. text-transform: uppercase;
  207. font-weight: bold;
  208. background: url(http://static.tumblr.com/s9qbfxd/7Znn79vv0/posts1.png) no-repeat;
  209. padding-top: 100px;
  210. margin-top: 0px;
  211. }
  212. h3.post-title a {
  213. font-size: 20px;
  214. font-family: arial;
  215. font-weight: bold;
  216. text-align: center;
  217. color: #fff;
  218. }
  219. h3.post-title a:hover {
  220. text-decoration: none;
  221. color: #fff;
  222. text-shadow: 1px 1px 0px #5b8c93;
  223. -webkit-transition-duration: .50s;
  224. }
  225. .post-header, .dados {
  226. background: url(http://static.tumblr.com/s9qbfxd/VSbn79s3t/posts2.png) no-repeat;
  227. height: 33px;
  228. width: 655px;
  229. padding: 5px 0 0px 0px;
  230. margin-left: 15px;
  231. margin-right: 0px;
  232. border-bottom: solid 0px #ccc;
  233. text-align: center;
  234. font-size: 12px;
  235. text-transform: uppercase;
  236. color: #fff;
  237. }
  238. .main-inner .column-center-outer {
  239. margin-top: -5px;
  240. _background-image: none;
  241. }
  242. .post-body {
  243. padding-top: 6px;
  244. padding-bottom: 10px;
  245. padding-left: 35px;
  246. padding-right: 30px;
  247. margin-top: -17px;;
  248. text-align: justify;
  249. line-height: 1.4;
  250. position: center;
  251. width: 586px;
  252. COLOR: #fff;
  253. text-shadow: 1px 1px 0px #transparent;
  254. background: url(http://static.tumblr.com/s9qbfxd/VSbn79s3t/posts2.png);
  255. }
  256. .post-header {
  257. margin: 0 0 1em;
  258. line-height: 1.6;
  259. }
  260. .post-footer {
  261. height: 310px;
  262. width: 655px;
  263. background: url(http://static.tumblr.com/s9qbfxd/hapn79sep/posts3.png) no-repeat;
  264. margin-bottom:0px;
  265. text-transform:none;
  266. text-align: center;
  267. letter-spacing:.1em;
  268. font-family: Tahoma, Helvetica, san-serif; font-size: 11px;
  269. font-size: 12px;
  270. }
  271. margin: .5em 0;
  272. line-height: 1.6;
  273. }
  274. #blog-pager {
  275. font-size: 140%;
  276. }
  277. .comment-link {
  278. padding-right: 180px;
  279. padding-top: 0px;
  280. height: 20px;
  281. text-align: right;
  282. font-size: 50px;
  283. float: right;
  284. text-transform: uppercase;
  285. color: #e0c5db;
  286. font-family: 'Arial', sans-serif;
  287. font-weight: 300;
  288. margin-left: 50px;
  289. margin-top: 40px;
  290. margin-bottom: -80px;
  291. text-decoration: none;
  292. }
  293. #comments {
  294. background: #transparent;
  295. padding-left: 20px;
  296. padding-right: 15px;
  297. padding-top: 50px;
  298. padding-bottom: 15px;
  299. }
  300.  
  301. #comments .comment-author {
  302. padding-top: 1.5em;
  303. }
  304.  
  305. #comments h4,
  306. #comments .comment-author a,
  307. #comments .comment-timestamp a {
  308. color: $(post.title.text.color);
  309. }
  310.  
  311. #comments .comment-author:first-child {
  312. padding-top: 0;
  313. border-top: none;
  314. }
  315.  
  316. .avatar-image-container {
  317. margin: .2em 0 0;
  318. }
  319.  
  320. /* Comments
  321. ----------------------------------------------- */
  322. #comments a {
  323. color: $(post.title.text.color);
  324. }
  325.  
  326. .comments .comments-content .icon.blog-author {
  327. background-repeat: no-repeat;
  328. background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAAAXNSR0IArs4c6QAAAAZiS0dEAP8A/wD/oL2nkwAAAAlwSFlzAAALEgAACxIB0t1+/AAAAAd0SU1FB9sLFwMeCjjhcOMAAAD+SURBVDjLtZSvTgNBEIe/WRRnm3U8RC1neQdsm1zSBIU9VVF1FkUguQQsD9ITmD7ECZIJSE4OZo9stoVjC/zc7ky+zH9hXwVwDpTAWWLrgS3QAe8AZgaAJI5zYAmc8r0G4AHYHQKVwII8PZrZFsBFkeRCABYiMh9BRUhnSkPTNCtVXYXURi1FpBDgArj8QU1eVXUzfnjv7yP7kwu1mYrkWlU33vs1QNu2qU8pwN0UpKoqokjWwCztrMuBhEhmh8bD5UDqur75asbcX0BGUB9/HAMB+r32hznJgXy2v0sGLBcyAJ1EK3LFcbo1s91JeLwAbwGYu7TP/3ZGfnXYPgAVNngtqatUNgAAAABJRU5ErkJggg==);
  329. }
  330.  
  331. .comments .comments-content .loadmore a {
  332. border-top: 1px solid $(post.title.text.color);
  333. border-bottom: 1px solid $(post.title.text.color);
  334. }
  335.  
  336. .comments .comment-thread.inline-thread {
  337. background: $(post.background.color);
  338. }
  339.  
  340. .comments .continue {
  341. border-top: 2px solid $(post.title.text.color);
  342. }
  343.  
  344. /* Accents
  345. ---------------------------------------------- */
  346. .section-columns td.columns-cell {
  347. border-$startSide: 1px solid $(body.rule.color);
  348. }
  349.  
  350. .blog-pager {
  351. background: $(paging.background);
  352. }
  353.  
  354. .blog-pager-older-link, .home-link,
  355. .blog-pager-newer-link {
  356. background-color: $(content.background.color);
  357. padding: 5px;
  358. }
  359.  
  360. .footer-outer {
  361. border-top: $(footer.bevel) dashed #bbbbbb;
  362. }
  363.  
  364. /* Mobile
  365. ----------------------------------------------- */
  366. body.mobile {
  367. background-size: $(mobile.background.size);
  368. }
  369.  
  370. .mobile .body-fauxcolumn-outer {
  371. background: $(mobile.background.overlay);
  372. }
  373.  
  374. .mobile .body-fauxcolumn-outer .cap-top {
  375. background-size: 100% auto;
  376. }
  377.  
  378. .mobile .content-outer {
  379. -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, .15);
  380. box-shadow: 0 0 3px rgba(0, 0, 0, .15);
  381. }
  382.  
  383. body.mobile .AdSense {
  384. margin: 0 -$(content.shadow.spread);
  385. }
  386.  
  387. .mobile .tabs-inner .widget ul {
  388. margin-left: 0;
  389. margin-right: 0;
  390. }
  391.  
  392. .mobile .post {
  393. margin: 0;
  394. }
  395.  
  396. .mobile .main-inner .column-center-inner .section {
  397. margin: 0;
  398. }
  399.  
  400. .mobile .date-header span {
  401. padding: 0.1em 10px;
  402. margin: 0 -10px;
  403. }
  404.  
  405. .mobile h3.post-title {
  406. margin: 0;
  407. }
  408.  
  409. .mobile .blog-pager {
  410. background: transparent none no-repeat scroll top center;
  411. }
  412.  
  413. .mobile .footer-outer {
  414. border-top: none;
  415. }
  416.  
  417. .mobile .main-inner, .mobile .footer-inner {
  418. background-color: $(content.background.color);
  419. }
  420.  
  421. .mobile-index-contents {
  422. color: $(body.text.color);
  423. }
  424.  
  425. .mobile-link-button {
  426. background-color: $(link.color);
  427. }
  428.  
  429. .mobile-link-button a:link, .mobile-link-button a:visited {
  430. color: $(mobile.button.color);
  431. }
  432.  
  433. .mobile .tabs-inner .section:first-child {
  434. border-top: none;
  435. }
  436.  
  437. .mobile .tabs-inner .PageList .widget-content {
  438. background-color: $(tabs.selected.background.color);
  439. color: $(tabs.selected.text.color);
  440. border-top: $(tabs.border.width) solid $(tabs.border.color);
  441. border-bottom: $(tabs.border.width) solid $(tabs.border.color);
  442. }
  443.  
  444. .mobile .tabs-inner .PageList .widget-content .pagelist-arrow {
  445. border-$startSide: 1px solid $(tabs.border.color);
  446. }
  447. #navbar-iframe {
  448. height: 0px; visibility: transparent;
  449. display: transparent;
  450. }
  451. .footer-wrapper {
  452. background: url(http://static.tumblr.com/s9qbfxd/wQPn7a6sm/footer-q.png);
  453. background-repeat: no-repeat;
  454. text-align: center;
  455. background-position: center;
  456. float: center;
  457. height: 200px;
  458. width: 1333px;
  459. color: transparent;
  460. -webkit-transition-duration: .50s;
  461. }
  462. .footer-wrapper:hover {
  463. background: url(http://static.tumblr.com/s9qbfxd/hLQn7a6us/footer-2.png);
  464. background-repeat: no-repeat;
  465. text-align: center;
  466. background-position: center;
  467. float: center;
  468. height: 200px;
  469. width: 1333px;
  470. color: transparent;
  471. -webkit-transition-duration: .50s;
  472. }
  473. a img {
  474. background: #c8739b;
  475. padding: 5px;
  476. border: 1px solid #c8739b;
  477. -webkit-filter: none;
  478. -webkit-transition:all 40s ease;
  479. background-position: top left;
  480. }
  481. a:hover img {
  482. background: #de8a6f;
  483. padding: 5px;
  484. border: 1px solid #de8a6f;
  485. -webkit-transition:all 1s ease;
  486. background-position: bottom right;
  487. }
  488. .post img {
  489. background: #de8a6f;
  490. padding: 5px;
  491. border: 1px solid #de8a6f;
  492. -webkit-filter: none;
  493. -webkit-transition:all 2s ease;
  494. background-position: top left;
  495. }
  496. .post img:hover {
  497. background: #c8739b;
  498. padding: 5px;
  499. border: 1px solid #c8739b;
  500. -webkit-transition:all 1s ease;
  501. background-position: bottom right;
  502. }
  503. .post blockquote {
  504. background-color: #de8a6f;
  505. padding: 10px;
  506. font-size: 12px;
  507. color: #fff;
  508. text-shadow:1px 1px 0px #ce7456;
  509. -webkit-transition-duration: .50s;
  510. -webkit-border-radius: 0px;
  511. -moz-border-radius: 0px;
  512. border-radius: 0px;
  513. }
  514. .post blockquote:hover {
  515. background-color: #c8739b;
  516. padding: 10px;
  517. font-size: 12px;
  518. color: #fff;
  519. text-shadow:1px 1px 0px #b85f89;
  520. -webkit-transition-duration: .50s;
  521. -webkit-border-radius: 0px;
  522. -moz-border-radius: 0px;
  523. border-radius: 0px;
  524. }
  525. .sidebar blockquote {
  526. background-color: #c8739b;
  527. padding: 10px;
  528. font-size: 12px;
  529. color: #fff;
  530. text-shadow:1px 1px 0px #b85f89;
  531. -webkit-transition-duration: .50s;
  532. -webkit-border-radius: 0px;
  533. -moz-border-radius: 0px;
  534. border-radius: 0px;
  535. }
  536. .sidebar blockquote:hover {
  537. background-color: #de8a6f;
  538. padding: 10px;
  539. font-size: 12px;
  540. color: #fff;
  541. text-shadow:1px 1px 0px #ce7456;
  542. -webkit-transition-duration: .50s;
  543. -webkit-border-radius: 0px;
  544. -moz-border-radius: 0px;
  545. border-radius: 0px;
  546. }
  547. .jump-link {
  548. background: url(http://static.tumblr.com/s9qbfxd/VSbn79s3t/posts2.png);
  549. width: 621px;
  550. padding-left: 30px;
  551. padding-right: 0px;
  552. padding-bottom: 15px;
  553. padding-top: 30px;
  554. text-align: left;
  555. }
  556. #links {
  557. position:absolute;
  558. overflow:hidden;
  559. top: 580px;
  560. left: 450px;
  561. }
  562. #links a {
  563. margin-right: 30px;
  564. text-align: center;
  565. text-transform: uppercase;
  566. display:block;
  567. float:left;
  568. color:#fff;
  569. font-family: Empire Crown;
  570. font-size: 16,01px;
  571. font-weight: normal;
  572. text-shadow:1px 1px 0px #dd85ae;
  573. }
  574. .flash1{
  575. position:absolute;
  576. top:145px;
  577. left:683px;
  578. }
  579. .flash2{
  580. position:absolute;
  581. top:145px;
  582. left:683px;
  583. }
  584. .flash3{
  585. position:absolute;
  586. top:145px;
  587. left:683px;
  588. }
  589. .flash4{
  590. position:absolute;
  591. top:145px;
  592. left:683px;
  593. }
  594. .flash5{
  595. position:absolute;
  596. top:145px;
  597. left:683px;
  598. }
  599. .flash6{
  600. position:absolute;
  601. top:145px;
  602. left:683px;
  603. }
  604. ::-moz-selection {
  605. background:#transparent; /*Cor do fundo*/
  606. color:#fff; /*Cor da fonte*/
  607. }
  608. ::selection {
  609. background:#transparent;/*Cor do fundo*/
  610. color:#fff; /*Cor da fonte*/
  611. }
  612. div#qTip {
  613. padding: 7px;
  614. display: none;
  615. background: #e194b9;
  616. box-shadow: inset 0 0 10px #b85f89, 0 0 10px #;
  617. color: #fff;
  618. font: 10px "Arial";
  619. text-shadow: 0px 0px 3px #b85f89;
  620. position: absolute;
  621. border-radius: 0px;
  622. z-index: 1000;
  623. opacity: 1.0;
  624. }
  625.  
  626. @font-face{font-family: Colors of Autumn; src: url(http://static.tumblr.com/9wzbixa/XDxmj2h3a/colors_of_autumn.ttf); }
  627. @font-face{font-family: Empire Crown; src: url(http://static.tumblr.com/s9qbfxd/AcYn7a1k4/empirecrown.ttf); }
  628.  
  629. #fecha {
  630. color: #b85f89; /*Edite a cor da data*/
  631. padding-top: 5px; /*Margem interna superior da data*/
  632. padding-right: 5px; /*Margem interna direira da data*/
  633. padding-left: 5px; /*Margem interna esquerda da data*/
  634. padding-bottom: 5px; /*Margem interna inferior da data*/
  635. margin-right: -30px; /*Margem externa direita */
  636. margin-left: -0px; /*Margem externa esquerda*/
  637. margin-top: 50px; /*Margem externa acima*/
  638. float:right;
  639. text-align:center;
  640. border: 1px none #dedede; /*Coloque borda se quiser*/
  641. list-style:none;
  642. display: block;
  643. height: 30px; /*Altura da imagem*/
  644. width: 30px; /*Largura da imagem*/
  645. -webkit-transition-duration: .30s;
  646. }
  647. .fecha_dia {
  648. display:block;
  649. font-size:20px; /*Tamanho da fonte*/
  650. line-height:16px; /*Altura da Linha*/
  651. font-family:'Arial';
  652. letter-spacing:-1px;
  653. -webkit-transition-duration: .30s;
  654. }
  655. .fecha_mes {
  656. font-size:10px; /*Tamanho da fonte*/
  657. line-height:9px; /*Altura da Linha*/
  658. text-transform:uppercase;
  659. display:block;
  660. }
  661. .fecha_anio {
  662. font-size:9px; /*Tamanho da fonte*/
  663. line-height:8px; /*Altura da Linha*/
  664. display:block;
  665. }
  666. /* PageNav --------------------------- */
  667. .showpageArea {
  668. font-family:Verdana, Geneva, sans-serif;
  669. color: #000;
  670. font-size:11px;
  671. margin:10px; }
  672. .showpageArea a { padding: 3px 8px;
  673. margin: 2px;
  674. font-weight: 700;
  675. text-decoration: none;
  676. color:#fff; /* COR DA FONTE DO LINK PRÓXIMA */
  677. border:3px solid #f182a5; /* BORDA DO LINK PRÓXIMA */
  678. border-radius: 5px;
  679. background: #f182a5; /* COR DE FUNDO DO LINK PRÓXIMA */ }
  680. .showpageNum a { padding: 3px 8px;
  681. margin:0 4px;
  682. text-decoration: none;
  683. border:5px solid #9ed2d8; /* BORDA DA NUMERAÇÃO */
  684. border-radius: 5px;
  685. background: #9ed2d8 ; /* COR DE FUNDO DA NUMERAÇÃO */ }
  686. .showpageNum a:hover {
  687. border:3px solid #f182a5; /* BORDA DA NUMERAÇÃO QUANDO O CURSOR ESTÁ EM CIMA DELA */
  688. background: #f182a5; /* COR DE FUNDO DA NUMERAÇÃO QUANDO O CURSOR ESTÁ EM CIMA DELA */ }
  689. .showpageOf{ margin:0 8px 0 0; }
  690. .showpagePoint {
  691. text-decoration: none;
  692. padding: 3px 8px;
  693. margin: 2px;
  694. font-weight: 700;
  695. border:3px solid #f182a5; /* BORDA DA NUMERAÇÃO ATIVA */
  696. border-radius: 5px;
  697. background: #f182a5; /* COR DE FUNDO DA NUMERAÇÃO ATIVA */
  698. color:#fff; /* COR DA FONTE DA NUMERAÇÃO ATIVA */ }
  699.  
  700. .feed-links{display:none !important;}
  701.  
  702. b {color: #c24979; text-decoration: none;} /*Negrito */
  703. b:hover { cursor: help; color: #5a8a90;}
  704.  
  705. i {color: #d06d57; text-decoration: none;} /* Itálico */
  706. i:hover { cursor: help; color: #c24979;}
  707.  
  708. u {color: #5a8a90; text-decoration: none;
  709. border-bottom: 1px dashed #c24979;} /* Sublinhado */
  710. u:hover {cursor: help ; color: #c24979;
  711. border-bottom: dashed 1px #5a8a90; text-decoration: none; }
  712.  
  713. ]]></b:skin>
  714.  
  715. <b:template-skin>
  716. <b:variable default='960px' name='content.width' type='length' value='1150px'/>
  717. <b:variable default='0' name='main.column.left.width' type='length' value='400px'/>
  718. <b:variable default='410px' name='main.column.right.width' type='length' value='0px'/>
  719.  
  720. <![CDATA[
  721. body {
  722. min-width: $(content.width);
  723. }
  724.  
  725. .content-outer, .content-fauxcolumn-outer, .region-inner {
  726. min-width: $(content.width);
  727. max-width: $(content.width);
  728. _width: $(content.width);
  729. }
  730.  
  731. .main-inner .columns {
  732. padding-left: $(main.column.left.width);
  733. padding-right: $(main.column.right.width);
  734. }
  735.  
  736. .main-inner .fauxcolumn-center-outer {
  737. left: $(main.column.left.width);
  738. right: $(main.column.right.width);
  739. /* IE6 does not respect left and right together */
  740. _width: expression(this.parentNode.offsetWidth -
  741. parseInt("$(main.column.left.width)") -
  742. parseInt("$(main.column.right.width)") + 'px');
  743. }
  744.  
  745. .main-inner .fauxcolumn-left-outer {
  746. width: $(main.column.left.width);
  747. }
  748.  
  749. .main-inner .fauxcolumn-right-outer {
  750. width: $(main.column.right.width);
  751. }
  752.  
  753. .main-inner .column-left-outer {
  754. width: $(main.column.left.width);
  755. right: 100%;
  756. margin-left: -$(main.column.left.width);
  757. }
  758.  
  759. .main-inner .column-right-outer {
  760. width: $(main.column.right.width);
  761. margin-right: -$(main.column.right.width);
  762. }
  763.  
  764. #layout {
  765. min-width: 0;
  766. }
  767.  
  768. #layout .content-outer {
  769. min-width: 0;
  770. width: 800px;
  771. }
  772.  
  773. #layout .region-inner {
  774. min-width: 0;
  775. width: auto;
  776. }
  777.  
  778. ]]>
  779. </b:template-skin>
  780. </head>
  781. <script>
  782. function remplaza_fecha(d){
  783. var da = d.split(&#39; &#39;);
  784. dia = &quot;<div class='fecha_dia'>&quot;+da[0]+&quot;</div>&quot;;
  785. mes = &quot;<div class='fecha_mes'>&quot;+da[1].slice(0,3)+&quot;</div>&quot;;
  786. anio = &quot;<div class='fecha_anio'>&quot;+da[2]+&quot;</div>&quot;;
  787. document.write(dia+mes+anio);
  788. }
  789. </script>
  790.  
  791. <body expr:class='&quot;loading&quot; + data:blog.mobileClass'>
  792. <b:section class='navbar' id='navbar' maxwidgets='1' showaddelement='no'>
  793. <b:widget id='Navbar1' locked='false' title='Navbar' type='Navbar'>
  794. <b:includable id='main'>&lt;script type=&quot;text/javascript&quot;&gt;
  795. function setAttributeOnload(object, attribute, val) {
  796. if(window.addEventListener) {
  797. window.addEventListener(&#39;load&#39;,
  798. function(){ object[attribute] = val; }, false);
  799. } else {
  800. window.attachEvent(&#39;onload&#39;, function(){ object[attribute] = val; });
  801. }
  802. }
  803. &lt;/script&gt;
  804. &lt;div id=&quot;navbar-iframe-container&quot;&gt;&lt;/div&gt;
  805. &lt;script type=&quot;text/javascript&quot; src=&quot;https://apis.google.com/js/plusone.js&quot;&gt;&lt;/script&gt;
  806. &lt;script type=&quot;text/javascript&quot;&gt;
  807. gapi.load(&quot;gapi.iframes:gapi.iframes.style.bubble&quot;, function() {
  808. if (gapi.iframes &amp;&amp; gapi.iframes.getContext) {
  809. gapi.iframes.getContext().openChild({
  810. url: &#39;https://www.blogger.com/navbar.g?targetBlogID\075244180713882826174\46blogName\75Passenger+Style\46publishMode\75PUBLISH_MODE_BLOGSPOT\46navbarType\75DISABLED\46layoutType\75LAYOUTS\46searchRoot\75http://passengerstyle.blogspot.com/search\46blogLocale\75pt_BR\46v\0752\46homepageUrl\75http://passengerstyle.blogspot.com/\46blogFollowUrl\75https://plus.google.com/102455498939384431031\46vt\0755435306073161875073&#39;,
  811. where: document.getElementById(&quot;navbar-iframe-container&quot;),
  812. id: &quot;navbar-iframe&quot;
  813. });
  814. }
  815. });
  816. &lt;/script&gt;&lt;script type=&quot;text/javascript&quot;&gt;
  817. (function() {
  818. var script = document.createElement(&#39;script&#39;);
  819. script.type = &#39;text/javascript&#39;;
  820. script.src = &#39;//pagead2.googlesyndication.com/pagead/js/google_top_exp.js&#39;;
  821. var head = document.getElementsByTagName(&#39;head&#39;)[0];
  822. if (head) {
  823. head.appendChild(script);
  824. }})();
  825. &lt;/script&gt;
  826. </b:includable>
  827. </b:widget>
  828. </b:section>
  829.  
  830. <b:if cond='data:blog.pageType == &quot;index&quot;'>
  831. <div itemscope='itemscope' itemtype='http://schema.org/Blog' style='display: none;'>
  832. <meta expr:content='data:blog.title' itemprop='name'/>
  833. <b:if cond='data:blog.metaDescription'>
  834. <meta expr:content='data:blog.metaDescription' itemprop='description'/>
  835. </b:if>
  836. </div>
  837. </b:if>
  838.  
  839. <div class='body-fauxcolumns'>
  840. <div class='fauxcolumn-outer body-fauxcolumn-outer'>
  841. <div class='cap-top'>
  842. <div class='cap-left'/>
  843. <div class='cap-right'/>
  844. </div>
  845. <div class='fauxborder-left'>
  846. <div class='fauxborder-right'/>
  847. <div class='fauxcolumn-inner'>
  848. </div>
  849. </div>
  850. <div class='cap-bottom'>
  851. <div class='cap-left'/>
  852. <div class='cap-right'/>
  853. </div>
  854. </div>
  855. </div>
  856.  
  857. <div class='content'>
  858. <div class='content-fauxcolumns'>
  859. <div class='fauxcolumn-outer content-fauxcolumn-outer'>
  860. <div class='cap-top'>
  861. <div class='cap-left'/>
  862. <div class='cap-right'/>
  863. </div>
  864. <div class='fauxborder-left'>
  865. <div class='fauxborder-right'/>
  866. <div class='fauxcolumn-inner'>
  867. </div>
  868. </div>
  869. <div class='cap-bottom'>
  870. <div class='cap-left'/>
  871. <div class='cap-right'/>
  872. </div>
  873. </div>
  874. </div>
  875.  
  876. <div class='content-outer'>
  877. <div class='content-cap-top cap-top'>
  878. <div class='cap-left'/>
  879. <div class='cap-right'/>
  880. </div>
  881. <div class='fauxborder-left content-fauxborder-left'>
  882. <div class='fauxborder-right content-fauxborder-right'/>
  883. <div class='content-inner'>
  884.  
  885. <header>
  886. <div class='header-outer'>
  887. <div class='header-cap-top cap-top'>
  888. <div class='cap-left'/>
  889. <div class='cap-right'/>
  890. </div>
  891. <div class='fauxborder-left header-fauxborder-left'>
  892. <div class='fauxborder-right header-fauxborder-right'/>
  893. <div class='region-inner header-inner'>
  894. <b:section class='header' id='header' maxwidgets='1' showaddelement='no'/>
  895. </div>
  896. </div>
  897. <div class='header-cap-bottom cap-bottom'>
  898. <div class='cap-left'/>
  899. <div class='cap-right'/>
  900. </div>
  901. </div>
  902. <div id='navi2' style='position: absolute; overflow: visible; z-index: 10; text-align: left; width: -50px; height: 95px; top:450px; right: 175px;'><object data='http://flash-mp3-player.net/medias/player_mp3_mini.swf' height='37' type='application/x-shockwave-flash' width='140'><param name='movie' value='http://flash-mp3-player.net/medias/player_mp3_mini.swf'/><param name='wmode' value='transparent'/><param name='FlashVars' value='mp3=http://dc226.4shared.com/img/3963922147/55a7c414/dlink__2Fdownload_2F3RgwWsbX_3Ftsid_3D20140616-165949-20064513_26lgfp_3D1000_26dsid_3D5wx8v1.f4e5fd307d7d632033ded57c494e1fb6_26sbsr_3D2eb676536db7c99b6488b9e6ff730da716508c1835d6e740/preview.mp3&amp;autoplay=1&amp;loadingcolor=c7c7c7&amp;buttoncolor=c7c7c7&amp;slidercolor=c7c7c7'/></object></div>
  903. </header>
  904.  
  905. <div class='tabs-outer'>
  906. <div class='tabs-cap-top cap-top'>
  907. <div class='cap-left'/>
  908. <div class='cap-right'/>
  909. </div>
  910. <div class='fauxborder-left tabs-fauxborder-left'>
  911. <div class='fauxborder-right tabs-fauxborder-right'/>
  912. <div class='region-inner tabs-inner'>
  913. <b:section class='tabs' id='crosscol' maxwidgets='1' showaddelement='yes'/>
  914. <b:section class='tabs' id='crosscol-overflow' showaddelement='no'/>
  915. </div>
  916. </div>
  917. <div class='tabs-cap-bottom cap-bottom'>
  918. <div class='cap-left'/>
  919. <div class='cap-right'/>
  920. </div>
  921. </div>
  922.  
  923. <div class='main-outer'>
  924. <div class='main-cap-top cap-top'>
  925. <div class='cap-left'/>
  926. <div class='cap-right'/>
  927. </div>
  928.  
  929. <div class='fauxborder-left main-fauxborder-left'>
  930. <div class='fauxborder-right main-fauxborder-right'/>
  931. <div class='region-inner main-inner'>
  932.  
  933. <div class='columns fauxcolumns'>
  934.  
  935. <div class='fauxcolumn-outer fauxcolumn-center-outer'>
  936. <div class='cap-top'>
  937. <div class='cap-left'/>
  938. <div class='cap-right'/>
  939. </div>
  940. <div class='fauxborder-left'>
  941. <div class='fauxborder-right'/>
  942. <div class='fauxcolumn-inner'>
  943. </div>
  944. </div>
  945. <div class='cap-bottom'>
  946. <div class='cap-left'/>
  947. <div class='cap-right'/>
  948. </div>
  949. </div>
  950.  
  951. <div class='fauxcolumn-outer fauxcolumn-left-outer'>
  952. <div class='cap-top'>
  953. <div class='cap-left'/>
  954. <div class='cap-right'/>
  955. </div>
  956. <div class='fauxborder-left'>
  957. <div class='fauxborder-right'/>
  958. <div class='fauxcolumn-inner'>
  959. </div>
  960. </div>
  961. <div class='cap-bottom'>
  962. <div class='cap-left'/>
  963. <div class='cap-right'/>
  964. </div>
  965. </div>
  966.  
  967. <div class='fauxcolumn-outer fauxcolumn-right-outer'>
  968. <div class='cap-top'>
  969. <div class='cap-left'/>
  970. <div class='cap-right'/>
  971. </div>
  972. <div class='fauxborder-left'>
  973. <div class='fauxborder-right'/>
  974. <div class='fauxcolumn-inner'>
  975. </div>
  976. </div>
  977. <div class='cap-bottom'>
  978. <div class='cap-left'/>
  979. <div class='cap-right'/>
  980. </div>
  981. </div>
  982.  
  983. <!-- corrects IE6 width calculation -->
  984. <div class='columns-inner'>
  985.  
  986. <div class='column-center-outer'>
  987. <div class='column-center-inner'>
  988. <b:section class='main' id='main' showaddelement='no'>
  989. <b:widget id='Blog1' locked='false' title='Postagens no blog' type='Blog'>
  990. <b:includable id='main' var='top'>
  991. <b:if cond='data:mobile == &quot;false&quot;'>
  992.  
  993. <!-- posts -->
  994. <div class='blog-posts hfeed'>
  995.  
  996. <b:include data='top' name='status-message'/>
  997.  
  998. <data:defaultAdStart/>
  999. <b:loop values='data:posts' var='post'>
  1000. <b:if cond='data:post.isDateStart'>
  1001. <b:if cond='data:post.isFirstPost == &quot;false&quot;'>
  1002. &lt;/div&gt;&lt;/div&gt;
  1003. </b:if>
  1004. </b:if>
  1005. <b:if cond='data:post.isDateStart'>
  1006. &lt;div class=&quot;date-outer&quot;&gt;
  1007. </b:if>
  1008. <b:if cond='data:post.dateHeader'>
  1009. <div id='fecha'>
  1010. <script>remplaza_fecha(&#39;<data:post.dateHeader/>&#39;);</script>
  1011. </div>
  1012. <a name='5929110552137621785'/>
  1013. </b:if>
  1014. <a expr:name='data:post.id'/>
  1015. <b:if cond='data:post.isDateStart'>
  1016. &lt;div class=&quot;date-posts&quot;&gt;
  1017. </b:if>
  1018. <div class='post-outer'>
  1019. <b:include data='post' name='post'/>
  1020. <b:if cond='data:blog.pageType == &quot;static_page&quot;'>
  1021. <b:include data='post' name='comment_picker'/>
  1022. </b:if>
  1023. <b:if cond='data:blog.pageType == &quot;item&quot;'>
  1024. <b:include data='post' name='comment_picker'/>
  1025. </b:if>
  1026. </div>
  1027. <b:if cond='data:post.includeAd'>
  1028. <b:if cond='data:post.isFirstPost'>
  1029. <data:defaultAdEnd/>
  1030. <b:else/>
  1031. <data:adEnd/>
  1032. </b:if>
  1033. <div class='inline-ad'>
  1034. <data:adCode/>
  1035. </div>
  1036. <data:adStart/>
  1037. </b:if>
  1038. </b:loop>
  1039. <b:if cond='data:numPosts != 0'>
  1040. &lt;/div&gt;&lt;/div&gt;
  1041. </b:if>
  1042. <data:adEnd/>
  1043. </div>
  1044.  
  1045. <!-- navigation -->
  1046. <b:include name='nextprev'/>
  1047.  
  1048. <!-- feed links -->
  1049. <b:include name='feedLinks'/>
  1050.  
  1051. <b:if cond='data:top.showStars'>
  1052. <script src='//www.google.com/jsapi' type='text/javascript'/>
  1053. <script type='text/javascript'>
  1054. google.load(&quot;annotations&quot;, &quot;1&quot;, {&quot;locale&quot;: &quot;<data:top.languageCode/>&quot;});
  1055. function initialize() {
  1056. google.annotations.setApplicationId(<data:top.blogspotReviews/>);
  1057. google.annotations.createAll();
  1058. google.annotations.fetch();
  1059. }
  1060. google.setOnLoadCallback(initialize);
  1061. </script>
  1062. </b:if>
  1063.  
  1064. <b:else/>
  1065. <b:include name='mobile-main'/>
  1066. </b:if>
  1067.  
  1068. <b:if cond='data:top.showDummy'>
  1069. <data:top.dummyBootstrap/>
  1070. </b:if>
  1071.  
  1072. </b:includable>
  1073. <b:includable id='backlinkDeleteIcon' var='backlink'>
  1074. <span expr:class='&quot;item-control &quot; + data:backlink.adminClass'>
  1075. <a expr:href='data:backlink.deleteUrl' expr:title='data:top.deleteBacklinkMsg'>
  1076. <img src='//www.blogger.com/img/icon_delete13.gif'/>
  1077. </a>
  1078. </span>
  1079. </b:includable>
  1080. <b:includable id='backlinks' var='post'>
  1081. <a name='links'/><h4><data:post.backlinksLabel/></h4>
  1082. <b:if cond='data:post.numBacklinks != 0'>
  1083. <dl class='comments-block' id='comments-block'>
  1084. <b:loop values='data:post.backlinks' var='backlink'>
  1085. <div class='collapsed-backlink backlink-control'>
  1086. <dt class='comment-title'>
  1087. <span class='backlink-toggle-zippy'>&#160;</span>
  1088. <a expr:href='data:backlink.url' rel='nofollow'><data:backlink.title/></a>
  1089. <b:include data='backlink' name='backlinkDeleteIcon'/>
  1090. </dt>
  1091. <dd class='comment-body collapseable'>
  1092. <data:backlink.snippet/>
  1093. </dd>
  1094. <dd class='comment-footer collapseable'>
  1095. <span class='comment-author'><data:post.authorLabel/> <data:backlink.author/></span>
  1096. <span class='comment-timestamp'><data:post.timestampLabel/> <data:backlink.timestamp/></span>
  1097. </dd>
  1098. </div>
  1099. </b:loop>
  1100. </dl>
  1101. </b:if>
  1102. <p class='comment-footer'>
  1103. <b:if cond='data:post.numComments == 0'>0<b:else/><b:if cond='data:post.numComments == 1'>1<b:else/><data:post.numComments/> <data:top.commentLabelPlural/></b:if></b:if>
  1104. </p>
  1105. </b:includable>
  1106. <b:includable id='comment-form' var='post'>
  1107. <div class='comment-form'>
  1108. <a name='comment-form'/>
  1109. <b:if cond='data:mobile'>
  1110. <h4 id='comment-post-message'>
  1111. <a expr:id='data:widget.instanceId + &quot;_comment-editor-toggle-link&quot;' href='javascript:void(0)'><data:postCommentMsg/></a></h4>
  1112. <p><data:blogCommentMessage/></p>
  1113. <data:blogTeamBlogMessage/>
  1114. <a expr:href='data:post.commentFormIframeSrc' id='comment-editor-src'/>
  1115. <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%'/>
  1116. <b:else/>
  1117. <h4 id='comment-post-message'><data:postCommentMsg/></h4>
  1118. <p><data:blogCommentMessage/></p>
  1119. <data:blogTeamBlogMessage/>
  1120. <a expr:href='data:post.commentFormIframeSrc' id='comment-editor-src'/>
  1121. <iframe allowtransparency='true' class='blogger-iframe-colorize blogger-comment-from-post' frameborder='0' height='410' id='comment-editor' name='comment-editor' src='' width='100%'/>
  1122. </b:if>
  1123. <data:post.friendConnectJs/>
  1124. <data:post.cmtfpIframe/>
  1125. <script type='text/javascript'>
  1126. BLOG_CMT_createIframe(&#39;<data:post.appRpcRelayPath/>&#39;, &#39;<data:post.communityId/>&#39;);
  1127. </script>
  1128. </div>
  1129. </b:includable>
  1130. <b:includable id='commentDeleteIcon' var='comment'>
  1131. <span expr:class='&quot;item-control &quot; + data:comment.adminClass'>
  1132. <b:if cond='data:showCmtPopup'>
  1133. <div class='goog-toggle-button'>
  1134. <div class='goog-inline-block comment-action-icon'/>
  1135. </div>
  1136. <b:else/>
  1137. <a class='comment-delete' expr:href='data:comment.deleteUrl' expr:title='data:top.deleteCommentMsg'>
  1138. <img src='//www.blogger.com/img/icon_delete13.gif'/>
  1139. </a>
  1140. </b:if>
  1141. </span>
  1142. </b:includable>
  1143. <b:includable id='comment_count_picker' var='post'>
  1144. <b:if cond='data:post.commentSource == 1'>
  1145. <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'>
  1146. </span>
  1147. <b:else/>
  1148. <a class='comment-link' expr:href='data:post.addCommentUrl' expr:onclick='data:post.addCommentOnclick' title='Comentários'><b:if cond='data:post.numComments == 1'>1 <b:else/><data:post.numComments/></b:if></a>
  1149.  
  1150. </b:if>
  1151. </b:includable>
  1152. <b:includable id='comment_picker' var='post'>
  1153. <b:if cond='data:post.commentSource == 1'>
  1154. <b:include data='post' name='iframe_comments'/>
  1155. <b:else/>
  1156. <b:if cond='data:post.showThreadedComments'>
  1157. <b:include data='post' name='threaded_comments'/>
  1158. <b:else/>
  1159. <b:include data='post' name='comments'/>
  1160. </b:if>
  1161. </b:if>
  1162. </b:includable>
  1163. <b:includable id='comments' var='post'>
  1164. <div class='comments' id='comments'>
  1165. <a name='comments'/>
  1166. <b:if cond='data:post.allowComments'>
  1167. <h4><data:post.commentLabelFull/>:</h4>
  1168.  
  1169. <b:if cond='data:post.commentPagingRequired'>
  1170. <span class='paging-control-container'>
  1171. <b:if cond='data:post.hasOlderLinks'>
  1172. <a expr:class='data:post.oldLinkClass' expr:href='data:post.oldestLinkUrl'><data:post.oldestLinkText/></a>
  1173. &#160;
  1174. <a expr:class='data:post.oldLinkClass' expr:href='data:post.olderLinkUrl'><data:post.olderLinkText/></a>
  1175. &#160;
  1176. </b:if>
  1177.  
  1178. <data:post.commentRangeText/>
  1179.  
  1180. <b:if cond='data:post.hasNewerLinks'>
  1181. &#160;
  1182. <a expr:class='data:post.newLinkClass' expr:href='data:post.newerLinkUrl'><data:post.newerLinkText/></a>
  1183. &#160;
  1184. <a expr:class='data:post.newLinkClass' expr:href='data:post.newestLinkUrl'><data:post.newestLinkText/></a>
  1185. </b:if>
  1186. </span>
  1187. </b:if>
  1188.  
  1189. <div expr:id='data:widget.instanceId + &quot;_comments-block-wrapper&quot;'>
  1190. <dl expr:class='data:post.avatarIndentClass' id='comments-block'>
  1191. <b:loop values='data:post.comments' var='comment'>
  1192. <dt expr:class='&quot;comment-author &quot; + data:comment.authorClass' expr:id='data:comment.anchorName'>
  1193. <b:if cond='data:comment.favicon'>
  1194. <img expr:src='data:comment.favicon' height='16px' style='margin-bottom:-2px;' width='16px'/>
  1195. </b:if>
  1196. <a expr:name='data:comment.anchorName'/>
  1197. <b:if cond='data:blog.enabledCommentProfileImages'>
  1198. <data:comment.authorAvatarImage/>
  1199. </b:if>
  1200. <b:if cond='data:comment.authorUrl'>
  1201. <a expr:href='data:comment.authorUrl' rel='nofollow'><data:comment.author/></a>
  1202. <b:else/>
  1203. <data:comment.author/>
  1204. </b:if>
  1205. <data:commentPostedByMsg/>
  1206. </dt>
  1207. <dd class='comment-body' expr:id='data:widget.instanceId + data:comment.cmtBodyIdPostfix'>
  1208. <b:if cond='data:comment.isDeleted'>
  1209. <span class='deleted-comment'><data:comment.body/></span>
  1210. <b:else/>
  1211. <p>
  1212. <data:comment.body/>
  1213. </p>
  1214. </b:if>
  1215. </dd>
  1216. <dd class='comment-footer'>
  1217. <span class='comment-timestamp'>
  1218. <a expr:href='data:comment.url' title='comment permalink'>
  1219. <data:comment.timestamp/>
  1220. </a>
  1221. <b:include data='comment' name='commentDeleteIcon'/>
  1222. </span>
  1223. </dd>
  1224. </b:loop>
  1225. </dl>
  1226. </div>
  1227.  
  1228. <b:if cond='data:post.commentPagingRequired'>
  1229. <span class='paging-control-container'>
  1230. <a expr:class='data:post.oldLinkClass' expr:href='data:post.oldestLinkUrl'>
  1231. <data:post.oldestLinkText/>
  1232. </a>
  1233. <a expr:class='data:post.oldLinkClass' expr:href='data:post.olderLinkUrl'>
  1234. <data:post.olderLinkText/>
  1235. </a>
  1236. &#160;
  1237. <data:post.commentRangeText/>
  1238. &#160;
  1239. <a expr:class='data:post.newLinkClass' expr:href='data:post.newerLinkUrl'>
  1240. <data:post.newerLinkText/>
  1241. </a>
  1242. <a expr:class='data:post.newLinkClass' expr:href='data:post.newestLinkUrl'>
  1243. <data:post.newestLinkText/>
  1244. </a>
  1245. </span>
  1246. </b:if>
  1247.  
  1248. <p class='comment-footer'>
  1249. <b:if cond='data:post.embedCommentForm'>
  1250. <b:if cond='data:post.allowNewComments'>
  1251. <b:include data='post' name='comment-form'/>
  1252. <b:else/>
  1253. <data:post.noNewCommentsText/>
  1254. </b:if>
  1255. <b:else/>
  1256. <b:if cond='data:post.allowComments'>
  1257. <a expr:href='data:post.addCommentUrl' expr:onclick='data:post.addCommentOnclick'><data:postCommentMsg/></a>
  1258. </b:if>
  1259. </b:if>
  1260.  
  1261. </p>
  1262. </b:if>
  1263. <b:if cond='data:showCmtPopup'>
  1264. <div id='comment-popup'>
  1265. <iframe allowtransparency='true' frameborder='0' id='comment-actions' name='comment-actions' scrolling='no'>
  1266. </iframe>
  1267. </div>
  1268. </b:if>
  1269.  
  1270. <div id='backlinks-container'>
  1271. <div expr:id='data:widget.instanceId + &quot;_backlinks-container&quot;'>
  1272. <b:if cond='data:post.showBacklinks'>
  1273. <b:include data='post' name='backlinks'/>
  1274. </b:if>
  1275. </div>
  1276. </div>
  1277. </div>
  1278. </b:includable>
  1279. <b:includable id='feedLinks'>
  1280. <b:if cond='data:blog.pageType != &quot;item&quot;'> <!-- Blog feed links -->
  1281. <b:if cond='data:feedLinks'>
  1282. <div class='blog-feeds'>
  1283. <b:include data='feedLinks' name='feedLinksBody'/>
  1284. </div>
  1285. </b:if>
  1286.  
  1287. <b:else/> <!--Post feed links -->
  1288. <div class='post-feeds'>
  1289. <b:loop values='data:posts' var='post'>
  1290. <b:if cond='data:post.allowComments'>
  1291. <b:if cond='data:post.feedLinks'>
  1292. <b:include data='post.feedLinks' name='feedLinksBody'/>
  1293. </b:if>
  1294. </b:if>
  1295. </b:loop>
  1296. </div>
  1297. </b:if>
  1298. </b:includable>
  1299. <b:includable id='feedLinksBody' var='links'>
  1300. <div class='feed-links'>
  1301. <data:feedLinksMsg/>
  1302. <b:loop values='data:links' var='f'>
  1303. <a class='feed-link' expr:href='data:f.url' expr:type='data:f.mimeType' target='_blank'><data:f.name/> (<data:f.feedType/>)</a>
  1304. </b:loop>
  1305. </div>
  1306. </b:includable>
  1307. <b:includable id='iframe_comments' var='post'>
  1308.  
  1309. <b:if cond='data:post.allowIframeComments'>
  1310. <script expr:src='data:post.iframeCommentSrc' type='text/javascript'/>
  1311. <div class='cmt_iframe_holder' expr:data-href='data:post.canonicalUrl' expr:data-viewtype='data:post.viewType'/>
  1312.  
  1313. <b:if cond='data:post.embedCommentForm == &quot;false&quot;'>
  1314. <a expr:href='data:post.addCommentUrl' expr:onclick='data:post.addCommentOnclick'><data:postCommentMsg/></a>
  1315. </b:if>
  1316. </b:if>
  1317. </b:includable>
  1318. <b:includable id='mobile-index-post' var='post'>
  1319. <div class='mobile-date-outer date-outer'>
  1320. <b:if cond='data:post.dateHeader'>
  1321. <div class='date-header'>
  1322. <span><data:post.dateHeader/></span>
  1323. </div>
  1324. </b:if>
  1325.  
  1326. <div class='mobile-post-outer'>
  1327. <a expr:href='data:post.url'>
  1328. <h3 class='mobile-index-title entry-title' itemprop='name'>
  1329. <data:post.title/>
  1330. </h3>
  1331.  
  1332. <div class='mobile-index-arrow'>&amp;rsaquo;</div>
  1333.  
  1334. <div class='mobile-index-contents'>
  1335. <b:if cond='data:post.thumbnailUrl'>
  1336. <div class='mobile-index-thumbnail'>
  1337. <div class='Image'>
  1338. <img expr:src='data:post.thumbnailUrl'/>
  1339. </div>
  1340. </div>
  1341. </b:if>
  1342.  
  1343. <div class='post-body'>
  1344. <b:if cond='data:post.snippet'><data:post.snippet/></b:if>
  1345. </div>
  1346. </div>
  1347.  
  1348. <div style='clear: both;'/>
  1349. </a>
  1350.  
  1351. <div class='mobile-index-comment'>
  1352. <b:if cond='data:blog.pageType != &quot;static_page&quot;'>
  1353. <b:if cond='data:post.allowComments'>
  1354. <b:if cond='data:post.numComments != 0'>
  1355. <b:include data='post' name='comment_count_picker'/>
  1356. </b:if>
  1357. </b:if>
  1358. </b:if>
  1359. </div>
  1360. </div>
  1361. </div>
  1362. </b:includable>
  1363. <b:includable id='mobile-main' var='top'>
  1364. <!-- posts -->
  1365. <div class='blog-posts hfeed'>
  1366.  
  1367. <b:include data='top' name='status-message'/>
  1368.  
  1369. <b:if cond='data:blog.pageType == &quot;index&quot;'>
  1370. <b:loop values='data:posts' var='post'>
  1371. <b:include data='post' name='mobile-index-post'/>
  1372. </b:loop>
  1373. <b:else/>
  1374. <b:loop values='data:posts' var='post'>
  1375. <b:include data='post' name='mobile-post'/>
  1376. </b:loop>
  1377. </b:if>
  1378. </div>
  1379.  
  1380. <b:include name='mobile-nextprev'/>
  1381. </b:includable>
  1382. <b:includable id='mobile-nextprev'>
  1383. <div class='blog-pager' id='blog-pager'>
  1384. <b:if cond='data:newerPageUrl'>
  1385. <div class='mobile-link-button' id='blog-pager-newer-link'>
  1386. <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>
  1387. </div>
  1388. </b:if>
  1389.  
  1390. <b:if cond='data:olderPageUrl'>
  1391. <div class='mobile-link-button' id='blog-pager-older-link'>
  1392. <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>
  1393. </div>
  1394. </b:if>
  1395.  
  1396. <div class='mobile-link-button' id='blog-pager-home-link'>
  1397. <a class='home-link' expr:href='data:blog.homepageUrl'><data:homeMsg/></a>
  1398. </div>
  1399.  
  1400. <div class='mobile-desktop-link'>
  1401. <a class='home-link' expr:href='data:desktopLinkUrl'><data:desktopLinkMsg/></a>
  1402. </div>
  1403.  
  1404. </div>
  1405. <div class='clear'/>
  1406. </b:includable>
  1407. <b:includable id='mobile-post' var='post'>
  1408.  
  1409. <div class='date-outer'>
  1410.  
  1411. <div id='fecha'>
  1412. <script>remplaza_fecha(&#39;28 dezembro 2013&#39;);</script>
  1413. </div>
  1414. <a name='529898119981629158'/>
  1415.  
  1416. <div class='date-posts'>
  1417.  
  1418. <div class='post-outer'>
  1419.  
  1420. <div class='post hentry uncustomized-post-template' itemscope='itemscope' itemtype='http://schema.org/BlogPosting'>
  1421. <b:if cond='data:post.thumbnailUrl'>
  1422. <meta expr:content='data:post.thumbnailUrl' itemprop='image_url'/>
  1423. </b:if>
  1424. <meta expr:content='data:blog.blogId' itemprop='blogId'/>
  1425. <meta expr:content='data:post.id' itemprop='postId'/>
  1426.  
  1427. <a expr:name='data:post.id'/>
  1428. <b:if cond='data:post.title'>
  1429. <h3 class='post-title entry-title' itemprop='name'>
  1430. <b:if cond='data:post.link'>
  1431. <a expr:href='data:post.link'><data:post.title/></a>
  1432. <b:else/>
  1433. <b:if cond='data:post.url'>
  1434. <b:if cond='data:blog.url != data:post.url'>
  1435. <a expr:href='data:post.url'><data:post.title/></a>
  1436. <b:else/>
  1437. <data:post.title/>
  1438. </b:if>
  1439. <b:else/>
  1440. <data:post.title/>
  1441. </b:if>
  1442. </b:if>
  1443. </h3>
  1444. </b:if>
  1445.  
  1446. <div class='post-header'>
  1447. <div class='post-footer-line post-footer-line-1'>
  1448. <span class='post-timestamp'>
  1449. <b:if cond='data:top.showTimestamp'>
  1450. <data:top.timestampLabel/>
  1451. <b:if cond='data:post.url'>
  1452. <meta expr:content='data:post.canonicalUrl' itemprop='url'/>
  1453. <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>
  1454. </b:if>
  1455. </b:if>
  1456. </span>
  1457. </div>
  1458.  
  1459. <div class='post-footer-line post-footer-line-2'>
  1460. <b:if cond='data:top.showMobileShare'>
  1461. <div class='mobile-link-button goog-inline-block' id='mobile-share-button'>
  1462. <a href='javascript:void(0);'><data:shareMsg/></a>
  1463. </div>
  1464. </b:if>
  1465. <b:if cond='data:top.showDummy'>
  1466. <div class='goog-inline-block dummy-container'><data:post.dummyTag/></div>
  1467. </b:if>
  1468. </div>
  1469.  
  1470. </div>
  1471. </div>
  1472.  
  1473. <b:if cond='data:blog.pageType == &quot;static_page&quot;'>
  1474. <b:include data='post' name='comment_picker'/>
  1475. </b:if>
  1476. <b:if cond='data:blog.pageType == &quot;item&quot;'>
  1477. <b:include data='post' name='comment_picker'/>
  1478. </b:if>
  1479. </div>
  1480. </div>
  1481. </div>
  1482.  
  1483. </b:includable>
  1484. <b:includable id='nextprev'>
  1485. <div class='blog-pager' id='blog-pager'>
  1486. <b:if cond='data:newerPageUrl'>
  1487. <span id='blog-pager-newer-link'>
  1488. <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'>&#171;</a>
  1489. </span>
  1490. </b:if>
  1491.  
  1492. <b:if cond='data:olderPageUrl'>
  1493. <span id='blog-pager-older-link'>
  1494. <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'>&#187;</a>
  1495. </span>
  1496. </b:if>
  1497.  
  1498. <a class='home-link' expr:href='data:blog.homepageUrl'>Inicio</a>
  1499.  
  1500. <b:if cond='data:mobileLinkUrl'>
  1501. <div class='blog-mobile-link'>
  1502. <a expr:href='data:mobileLinkUrl'><data:mobileLinkMsg/></a>
  1503. </div>
  1504. </b:if>
  1505.  
  1506. </div>
  1507. <div class='clear'/>
  1508. </b:includable>
  1509. <b:includable id='post' var='post'>
  1510. <div class='post hentry' itemprop='blogPost' itemscope='itemscope' itemtype='http://schema.org/BlogPosting'>
  1511. <b:if cond='data:post.firstImageUrl'>
  1512. <meta expr:content='data:post.firstImageUrl' itemprop='image_url'/>
  1513. </b:if>
  1514. <meta expr:content='data:blog.blogId' itemprop='blogId'/>
  1515. <meta expr:content='data:post.id' itemprop='postId'/>
  1516.  
  1517. <a expr:name='data:post.id'/>
  1518. <b:if cond='data:post.title'>
  1519. <h3 class='post-title entry-title' itemprop='name'>
  1520. <b:if cond='data:post.link'>
  1521. <a expr:href='data:post.link'><data:post.title/></a>
  1522. <b:else/>
  1523. <b:if cond='data:post.url'>
  1524. <b:if cond='data:blog.url != data:post.url'>
  1525. <a expr:href='data:post.url'><data:post.title/></a>
  1526. <b:else/>
  1527. <data:post.title/>
  1528. </b:if>
  1529. <b:else/>
  1530. <data:post.title/>
  1531. </b:if>
  1532. </b:if>
  1533. </h3>
  1534. </b:if>
  1535.  
  1536. <div class='post-header'>
  1537. <div class='post-header-line-1'/>
  1538. <span class='post-author vcard'>
  1539. <b:if cond='data:top.showAuthor'>
  1540. <data:top.authorLabel/>
  1541. <b:if cond='data:post.authorProfileUrl'>
  1542. <span class='fn' itemprop='author' itemscope='itemscope' itemtype='http://schema.org/Person'>
  1543. <meta expr:content='data:post.authorProfileUrl' itemprop='url'/>
  1544. <a expr:href='data:post.authorProfileUrl' rel='author' title='author profile'>
  1545. <span itemprop='name'><data:post.author/></span>
  1546. </a>
  1547. </span>
  1548. <b:else/>
  1549. <span class='fn' itemprop='author' itemscope='itemscope' itemtype='http://schema.org/Person'>
  1550. <span itemprop='name'><data:post.author/></span>
  1551. </span>
  1552. </b:if>
  1553. </b:if>
  1554. </span>
  1555.  
  1556.  
  1557. | <span class='post-labels'>
  1558. <b:if cond='data:post.labels'>
  1559. <data:postLabelsLabel/>
  1560. <b:loop values='data:post.labels' var='label'>
  1561. <a expr:href='data:label.url' rel='tag'><data:label.name/></a><b:if cond='data:label.isLast != &quot;true&quot;'>,</b:if>
  1562. </b:loop>
  1563. </b:if>
  1564. </span> <span class='post-icons'>
  1565. <!-- email post links -->
  1566. <b:if cond='data:post.emailPostUrl'>
  1567. <span class='item-action'>
  1568. <a expr:href='data:post.emailPostUrl' expr:title='data:top.emailPostMsg'>
  1569. <img alt='' class='icon-action' height='13' src='http://img1.blogblog.com/img/icon18_email.gif' width='18'/>
  1570. </a>
  1571. </span>
  1572. </b:if>
  1573.  
  1574. <!-- quickedit pencil -->
  1575. <b:include data='post' name='postQuickEdit'/>
  1576. </span>
  1577. <div class='post-header-line-1'/>
  1578. </div>
  1579.  
  1580. <b:if cond='data:blog.metaDescription == &quot;&quot;'>
  1581. <!-- Then use the post body as the schema.org description,
  1582. for good G+/FB snippeting. -->
  1583. <div class='post-body entry-content' expr:id='&quot;post-body-&quot; + data:post.id' itemprop='description articleBody'>
  1584. <data:post.body/>
  1585. <div style='clear: both;'/> <!-- clear for photos floats -->
  1586. </div>
  1587. <b:else/>
  1588. <div class='post-body entry-content' expr:id='&quot;post-body-&quot; + data:post.id' itemprop='articleBody'>
  1589. <data:post.body/>
  1590. <div style='clear: both;'/> <!-- clear for photos floats -->
  1591. </div>
  1592. </b:if>
  1593.  
  1594. <b:if cond='data:post.hasJumpLink'>
  1595. <div class='jump-link'>
  1596. <a expr:href='data:post.url + &quot;#more&quot;' expr:title='data:post.title'><data:post.jumpText/></a>
  1597. </div>
  1598. </b:if>
  1599.  
  1600. <div class='post-footer'>
  1601. <span class='post-timestamp'>
  1602. <b:if cond='data:top.showTimestamp'>
  1603. <data:top.timestampLabel/>
  1604. <b:if cond='data:post.url'>
  1605. <meta expr:content='data:post.canonicalUrl' itemprop='url'/>
  1606. <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>
  1607. </b:if>
  1608. </b:if>
  1609. </span> <span class='post-comment-link'>
  1610. <b:if cond='data:blog.pageType != &quot;item&quot;'>
  1611. <b:if cond='data:blog.pageType != &quot;static_page&quot;'>
  1612. <b:if cond='data:post.allowComments'>
  1613. <b:include data='post' name='comment_count_picker'/>
  1614. </b:if>
  1615. </b:if>
  1616. </b:if>
  1617. </span> <span class='post-icons'>
  1618. <!-- email post links -->
  1619. <b:if cond='data:post.emailPostUrl'>
  1620. <span class='item-action'>
  1621. <a expr:href='data:post.emailPostUrl' expr:title='data:top.emailPostMsg'>
  1622. <img alt='' class='icon-action' height='13' src='http://img1.blogblog.com/img/icon18_email.gif' width='18'/>
  1623. </a>
  1624. </span>
  1625. </b:if>
  1626.  
  1627. <!-- quickedit pencil -->
  1628. <b:include data='post' name='postQuickEdit'/>
  1629. </span> <div class='post-share-buttons goog-inline-block'>
  1630. <b:if cond='data:post.sharePostUrl'>
  1631. <b:include data='post' name='shareButtons'/>
  1632. </b:if>
  1633. </div> </div>
  1634.  
  1635. <div class='post-footer-line post-footer-line-2'><span class='post-labels'>
  1636.  
  1637. </span> </div>
  1638.  
  1639. <div class='post-footer-line post-footer-line-3'><span class='post-location'>
  1640. <b:if cond='data:top.showLocation'>
  1641. <b:if cond='data:post.location'>
  1642. <data:postLocationLabel/>
  1643. <a expr:href='data:post.location.mapsUrl' target='_blank'><data:post.location.name/></a>
  1644. </b:if>
  1645. </b:if>
  1646. </span> </div>
  1647. <b:if cond='data:post.authorAboutMe'>
  1648. <div class='author-profile' itemprop='author' itemscope='itemscope' itemtype='http://schema.org/Person'>
  1649. <b:if cond='data:post.authorPhoto.url'>
  1650. <img expr:src='data:post.authorPhoto.url' itemprop='image' width='50px'/>
  1651. </b:if>
  1652. <div>
  1653. <a class='g-profile' expr:href='data:post.authorProfileUrl' itemprop='url' rel='author' title='author profile'>
  1654. <span itemprop='name'><data:post.author/></span>
  1655. </a>
  1656. </div>
  1657. <span itemprop='description'><data:post.authorAboutMe/></span>
  1658. </div>
  1659. </b:if>
  1660. </div>
  1661.  
  1662. </b:includable>
  1663. <b:includable id='postQuickEdit' var='post'>
  1664. <b:if cond='data:post.editUrl'>
  1665. <span expr:class='&quot;item-control &quot; + data:post.adminClass'>
  1666. <a expr:href='data:post.editUrl' expr:title='data:top.editPostMsg'>
  1667. <img alt='' class='icon-action' height='18' src='http://img2.blogblog.com/img/icon18_edit_allbkg.gif' width='18'/>
  1668. </a>
  1669. </span>
  1670. </b:if>
  1671. </b:includable>
  1672. <b:includable id='shareButtons' var='post'>
  1673. <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.showPinterestButton'><a class='goog-inline-block share-button sb-pinterest' expr:href='data:post.sharePostUrl + &quot;&amp;target=pinterest&quot;' expr:title='data:top.shareToPinterestMsg' target='_blank'><span class='share-button-link-text'><data:top.shareToPinterestMsg/></span></a></b:if><b:if cond='data:top.showDummy'><div class='goog-inline-block dummy-container'><data:post.dummyTag/></div></b:if>
  1674. </b:includable>
  1675. <b:includable id='status-message'>
  1676. <b:if cond='data:navMessage'>
  1677. <div class='status-msg-wrap'>
  1678. <div class='status-msg-body'>
  1679. <data:navMessage/>
  1680. </div>
  1681. <div class='status-msg-border'>
  1682. <div class='status-msg-bg'>
  1683. <div class='status-msg-hidden'><data:navMessage/></div>
  1684. </div>
  1685. </div>
  1686. </div>
  1687. <div style='clear: both;'/>
  1688. </b:if>
  1689. </b:includable>
  1690. <b:includable id='threaded-comment-form' var='post'>
  1691. <div class='comment-form'>
  1692. <a name='comment-form'/>
  1693. <b:if cond='data:mobile'>
  1694. <p><data:blogCommentMessage/></p>
  1695. <data:blogTeamBlogMessage/>
  1696. <a expr:href='data:post.commentFormIframeSrc' id='comment-editor-src'/>
  1697. <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%'/>
  1698. <b:else/>
  1699. <p><data:blogCommentMessage/></p>
  1700. <data:blogTeamBlogMessage/>
  1701. <a expr:href='data:post.commentFormIframeSrc' id='comment-editor-src'/>
  1702. <iframe allowtransparency='true' class='blogger-iframe-colorize blogger-comment-from-post' frameborder='0' height='410' id='comment-editor' name='comment-editor' src='' width='100%'/>
  1703. </b:if>
  1704. <data:post.friendConnectJs/>
  1705. <data:post.cmtfpIframe/>
  1706. <script type='text/javascript'>
  1707. BLOG_CMT_createIframe(&#39;<data:post.appRpcRelayPath/>&#39;, &#39;<data:post.communityId/>&#39;);
  1708. </script>
  1709. </div>
  1710. </b:includable>
  1711. <b:includable id='threaded_comment_js' var='post'>
  1712. <script async='async' expr:src='data:post.commentSrc' type='text/javascript'/>
  1713.  
  1714. <script type='text/javascript'>
  1715. (function() {
  1716. var items = <data:post.commentJso/>;
  1717. var msgs = <data:post.commentMsgs/>;
  1718. var config = <data:post.commentConfig/>;
  1719.  
  1720. // <![CDATA[
  1721. var cursor = null;
  1722. if (items && items.length > 0) {
  1723. cursor = parseInt(items[items.length - 1].timestamp) + 1;
  1724. }
  1725.  
  1726. var bodyFromEntry = function(entry) {
  1727. if (entry.gd$extendedProperty) {
  1728. for (var k in entry.gd$extendedProperty) {
  1729. if (entry.gd$extendedProperty[k].name == 'blogger.contentRemoved') {
  1730. return '<span class="deleted-comment">' + entry.content.$t + '</span>';
  1731. }
  1732. }
  1733. }
  1734. return entry.content.$t;
  1735. }
  1736.  
  1737. var parse = function(data) {
  1738. cursor = null;
  1739. var comments = [];
  1740. if (data && data.feed && data.feed.entry) {
  1741. for (var i = 0, entry; entry = data.feed.entry[i]; i++) {
  1742. var comment = {};
  1743. // comment ID, parsed out of the original id format
  1744. var id = /blog-(\d+).post-(\d+)/.exec(entry.id.$t);
  1745. comment.id = id ? id[2] : null;
  1746. comment.body = bodyFromEntry(entry);
  1747. comment.timestamp = Date.parse(entry.published.$t) + '';
  1748. if (entry.author && entry.author.constructor === Array) {
  1749. var auth = entry.author[0];
  1750. if (auth) {
  1751. comment.author = {
  1752. name: (auth.name ? auth.name.$t : undefined),
  1753. profileUrl: (auth.uri ? auth.uri.$t : undefined),
  1754. avatarUrl: (auth.gd$image ? auth.gd$image.src : undefined)
  1755. };
  1756. }
  1757. }
  1758. if (entry.link) {
  1759. if (entry.link[2]) {
  1760. comment.link = comment.permalink = entry.link[2].href;
  1761. }
  1762. if (entry.link[3]) {
  1763. var pid = /.*comments\/default\/(\d+)\?.*/.exec(entry.link[3].href);
  1764. if (pid && pid[1]) {
  1765. comment.parentId = pid[1];
  1766. }
  1767. }
  1768. }
  1769. comment.deleteclass = 'item-control blog-admin';
  1770. if (entry.gd$extendedProperty) {
  1771. for (var k in entry.gd$extendedProperty) {
  1772. if (entry.gd$extendedProperty[k].name == 'blogger.itemClass') {
  1773. comment.deleteclass += ' ' + entry.gd$extendedProperty[k].value;
  1774. } else if (entry.gd$extendedProperty[k].name == 'blogger.displayTime') {
  1775. comment.displayTime = entry.gd$extendedProperty[k].value;
  1776. }
  1777. }
  1778. }
  1779. comments.push(comment);
  1780. }
  1781. }
  1782. return comments;
  1783. };
  1784.  
  1785. var paginator = function(callback) {
  1786. if (hasMore()) {
  1787. var url = config.feed + '?alt=json&v=2&orderby=published&reverse=false&max-results=50';
  1788. if (cursor) {
  1789. url += '&published-min=' + new Date(cursor).toISOString();
  1790. }
  1791. window.bloggercomments = function(data) {
  1792. var parsed = parse(data);
  1793. cursor = parsed.length < 50 ? null
  1794. : parseInt(parsed[parsed.length - 1].timestamp) + 1
  1795. callback(parsed);
  1796. window.bloggercomments = null;
  1797. }
  1798. url += '&callback=bloggercomments';
  1799. var script = document.createElement('script');
  1800. script.type = 'text/javascript';
  1801. script.src = url;
  1802. document.getElementsByTagName('head')[0].appendChild(script);
  1803. }
  1804. };
  1805. var hasMore = function() {
  1806. return !!cursor;
  1807. };
  1808. var getMeta = function(key, comment) {
  1809. if ('iswriter' == key) {
  1810. var matches = !!comment.author
  1811. && comment.author.name == config.authorName
  1812. && comment.author.profileUrl == config.authorUrl;
  1813. return matches ? 'true' : '';
  1814. } else if ('deletelink' == key) {
  1815. return config.baseUri + '/delete-comment.g?blogID='
  1816. + config.blogId + '&postID=' + comment.id;
  1817. } else if ('deleteclass' == key) {
  1818. return comment.deleteclass;
  1819. }
  1820. return '';
  1821. };
  1822.  
  1823. var replybox = null;
  1824. var replyUrlParts = null;
  1825. var replyParent = undefined;
  1826.  
  1827. var onReply = function(commentId, domId) {
  1828. if (replybox == null) {
  1829. // lazily cache replybox, and adjust to suit this style:
  1830. replybox = document.getElementById('comment-editor');
  1831. if (replybox != null) {
  1832. replybox.height = '250px';
  1833. replybox.style.display = 'block';
  1834. replyUrlParts = replybox.src.split('#');
  1835. }
  1836. }
  1837. if (replybox && (commentId !== replyParent)) {
  1838. document.getElementById(domId).insertBefore(replybox, null);
  1839. replybox.src = replyUrlParts[0]
  1840. + (commentId ? '&parentID=' + commentId : '')
  1841. + '#' + replyUrlParts[1];
  1842. replyParent = commentId;
  1843. }
  1844. };
  1845.  
  1846. var hash = (window.location.hash || '#').substring(1);
  1847. var startThread, targetComment;
  1848. if (/^comment-form_/.test(hash)) {
  1849. startThread = hash.substring('comment-form_'.length);
  1850. } else if (/^c[0-9]+$/.test(hash)) {
  1851. targetComment = hash.substring(1);
  1852. }
  1853.  
  1854. // Configure commenting API:
  1855. var configJso = {
  1856. 'maxDepth': config.maxThreadDepth
  1857. };
  1858. var provider = {
  1859. 'id': config.postId,
  1860. 'data': items,
  1861. 'loadNext': paginator,
  1862. 'hasMore': hasMore,
  1863. 'getMeta': getMeta,
  1864. 'onReply': onReply,
  1865. 'rendered': true,
  1866. 'initComment': targetComment,
  1867. 'initReplyThread': startThread,
  1868. 'config': configJso,
  1869. 'messages': msgs
  1870. };
  1871.  
  1872. var render = function() {
  1873. if (window.goog && window.goog.comments) {
  1874. var holder = document.getElementById('comment-holder');
  1875. window.goog.comments.render(holder, provider);
  1876. }
  1877. };
  1878.  
  1879. // render now, or queue to render when library loads:
  1880. if (window.goog && window.goog.comments) {
  1881. render();
  1882. } else {
  1883. window.goog = window.goog || {};
  1884. window.goog.comments = window.goog.comments || {};
  1885. window.goog.comments.loadQueue = window.goog.comments.loadQueue || [];
  1886. window.goog.comments.loadQueue.push(render);
  1887. }
  1888. })();
  1889. // ]]>
  1890. </script>
  1891. </b:includable>
  1892. <b:includable id='threaded_comments' var='post'>
  1893. <div class='comments' id='comments'>
  1894. <a name='comments'/>
  1895. <h4><data:post.commentLabelFull/>:</h4>
  1896.  
  1897. <div class='comments-content'>
  1898. <b:if cond='data:post.embedCommentForm'>
  1899. <b:include data='post' name='threaded_comment_js'/>
  1900. </b:if>
  1901. <div id='comment-holder'>
  1902. <data:post.commentHtml/>
  1903. </div>
  1904. </div>
  1905.  
  1906. <p class='comment-footer'>
  1907. <b:if cond='data:post.allowNewComments'>
  1908. <b:include data='post' name='threaded-comment-form'/>
  1909. <b:else/>
  1910. <data:post.noNewCommentsText/>
  1911. </b:if>
  1912. </p>
  1913.  
  1914. <b:if cond='data:showCmtPopup'>
  1915. <div id='comment-popup'>
  1916. <iframe allowtransparency='true' frameborder='0' id='comment-actions' name='comment-actions' scrolling='no'>
  1917. </iframe>
  1918. </div>
  1919. </b:if>
  1920.  
  1921. <div id='backlinks-container'>
  1922. <div expr:id='data:widget.instanceId + &quot;_backlinks-container&quot;'>
  1923. <b:if cond='data:post.showBacklinks'>
  1924. <b:include data='post' name='backlinks'/>
  1925. </b:if>
  1926. </div>
  1927. </div>
  1928. </div>
  1929. </b:includable>
  1930. </b:widget>
  1931. </b:section>
  1932. </div>
  1933. </div>
  1934.  
  1935. <div class='column-left-outer'>
  1936. <div class='column-left-inner'>
  1937. <aside>
  1938. <macro:include id='main-column-left-sections' name='sections'>
  1939. <macro:param default='0' name='num' value='1'/>
  1940. <macro:param default='sidebar-left' name='idPrefix'/>
  1941. <macro:param default='sidebar' name='class'/>
  1942. <macro:param default='true' name='includeBottom'/>
  1943. </macro:include>
  1944. </aside>
  1945. </div>
  1946. </div>
  1947.  
  1948. <div class='column-right-outer'>
  1949. <div class='column-right-inner'>
  1950. <aside>
  1951. <macro:include id='main-column-right-sections' name='sections'>
  1952. <macro:param default='2' name='num' value='0'/>
  1953. <macro:param default='sidebar-right' name='idPrefix'/>
  1954. <macro:param default='sidebar' name='class'/>
  1955. <macro:param default='true' name='includeBottom'/>
  1956. </macro:include>
  1957. </aside>
  1958. </div>
  1959. </div>
  1960.  
  1961. </div>
  1962.  
  1963. <div style='clear: both'/>
  1964. <!-- columns -->
  1965. </div>
  1966.  
  1967. <!-- main -->
  1968. </div>
  1969. </div>
  1970. <div class='main-cap-bottom cap-bottom'>
  1971. <div class='cap-left'/>
  1972. <div class='cap-right'/>
  1973. </div>
  1974. </div>
  1975.  
  1976. <footer>
  1977. <div class='footer-outer'>
  1978. <div class='footer-cap-top cap-top'>
  1979. <div class='cap-left'/>
  1980. <div class='cap-right'/>
  1981. </div>
  1982. <div class='fauxborder-left footer-fauxborder-left'>
  1983. <div class='fauxborder-right footer-fauxborder-right'/>
  1984. <div class='region-inner footer-inner'>
  1985. <macro:include id='footer-sections' name='sections'>
  1986. <macro:param default='2' name='num' value='2'/>
  1987. <macro:param default='footer' name='idPrefix'/>
  1988. <macro:param default='foot' name='class'/>
  1989. <macro:param default='false' name='includeBottom'/>
  1990. </macro:include>
  1991. <!-- outside of the include in order to lock Attribution widget -->
  1992. <b:section class='foot' id='footer-3' showaddelement='no'/>
  1993. </div>
  1994. </div>
  1995. <div class='footer-cap-bottom cap-bottom'>
  1996. <div class='cap-left'/>
  1997. <div class='cap-right'/>
  1998. </div>
  1999. </div>
  2000. </footer>
  2001.  
  2002. <!-- content -->
  2003. </div>
  2004. </div>
  2005. <div class='content-cap-bottom cap-bottom'>
  2006. <div class='cap-left'/>
  2007. <div class='cap-right'/>
  2008. </div>
  2009. </div>
  2010. </div>
  2011.  
  2012. <script type='text/javascript'>
  2013. window.setTimeout(function() {
  2014. document.body.className = document.body.className.replace(&#39;loading&#39;, &#39;&#39;);
  2015. }, 10);
  2016. </script>
  2017. <b:include data='blog' name='google-analytics'/>
  2018. <div class='footer-wrapper'>2014 - Todos os Direitos Reservados */ Layout e Código por: Daniel Andrade \*
  2019. </div>
  2020.  
  2021. <div id='links'>
  2022. <a href='http://passengerstyle.blogspot.com.br/'>HOME</a>
  2023. <a href='http://passengerstyle.blogspot.com/p/regras-rules.html'>REGRAS</a>
  2024. <a href='http://passengerstyle.blogspot.com/p/pacotes.html'>PACOTES</a>
  2025. <a href='http://passengerstyle.blogspot.com/p/encomende.html'>ENCOMENDE</a>
  2026. <a href='http://passengerstyle.blogspot.com/p/cronograma.html'>CRONOGRAMA</a>
  2027. <a href='http://passengerstyle.blogspot.com/p/extras.html'>EXTRAS</a>
  2028. </div>
  2029.  
  2030. <div style='position: absolute; margin-top: 50px; top: 30px; margin-left: 400px; width: 300px; height: 330px;'>
  2031. <embed height='400' src='http://static.tumblr.com/jl6jlph/0izmdjc01/flash.swf' width='590' wmode='transparent'/></div>
  2032. <div style='position: absolute; margin-top: 50px; top: 30px; margin-left: 400px; width: 300px; height: 330px;'>
  2033. <embed height='400' src='http://img96.xooimage.com/files/2/3/3/ashleyflash-3d8d7c2.swf' width='590' wmode='transparent'/></div>
  2034. <div style='position: absolute; margin-top: 50px; top: 30px; margin-left: 400px; width: 300px; height: 330px;'>
  2035. <embed height='400' src='http://fc06.deviantart.net/fs70/f/2013/248/9/1/flashdise_ntilde_o01_02_by_neonlightsvisuals-d6l5yr6.swf' width='590' wmode='transparent'/></div>
  2036.  
  2037. <script style='text/javascript'> var pageCount=7;var displayPageNum=7;var upPageWord=&quot;&#171;&#171;&quot;;var downPageWord=&quot;&#187;&#187;&quot;;</script> <script src='http://static.tumblr.com/y66747w/DqWm7hhf3/page-nav.js' style='text/javascript'> </script>
  2038.  
  2039.  
  2040. </body>
  2041.  
  2042. <macro:includable id='sections' var='col'>
  2043. <macro:if cond='data:col.num == 0'>
  2044. <macro:else/>
  2045. <b:section mexpr:class='data:col.class' mexpr:id='data:col.idPrefix + &quot;-1&quot;' preferred='yes' showaddelement='yes'/>
  2046.  
  2047. <macro:if cond='data:col.num &gt;= 2'>
  2048. <table border='0' cellpadding='0' cellspacing='0' mexpr:class='&quot;section-columns columns-&quot; + data:col.num'>
  2049. <tbody>
  2050. <tr>
  2051. <td class='first columns-cell'>
  2052. <b:section mexpr:class='data:col.class' mexpr:id='data:col.idPrefix + &quot;-2-1&quot;'/>
  2053. </td>
  2054.  
  2055. <td class='columns-cell'>
  2056. <b:section mexpr:class='data:col.class' mexpr:id='data:col.idPrefix + &quot;-2-2&quot;'/>
  2057. </td>
  2058.  
  2059. <macro:if cond='data:col.num &gt;= 3'>
  2060. <td class='columns-cell'>
  2061. <b:section mexpr:class='data:col.class' mexpr:id='data:col.idPrefix + &quot;-2-3&quot;'/>
  2062. </td>
  2063. </macro:if>
  2064.  
  2065. <macro:if cond='data:col.num &gt;= 4'>
  2066. <td class='columns-cell'>
  2067. <b:section mexpr:class='data:col.class' mexpr:id='data:col.idPrefix + &quot;-2-4&quot;'/>
  2068. </td>
  2069. </macro:if>
  2070. </tr>
  2071. </tbody>
  2072. </table>
  2073.  
  2074. <macro:if cond='data:col.includeBottom'>
  2075. <b:section mexpr:class='data:col.class' mexpr:id='data:col.idPrefix + &quot;-3&quot;' showaddelement='no'/>
  2076. </macro:if>
  2077. </macro:if>
  2078. </macro:if>
  2079. </macro:includable>
  2080.  
  2081. <b:section-contents id='sidebar-left-1'>
  2082. <b:widget id='Text2' locked='false' title='Web Status' type='Text'>
  2083. <b:includable id='main'>
  2084. <!-- only display title if it's non-empty -->
  2085. <b:if cond='data:title != &quot;&quot;'>
  2086. <h2 class='title'><data:title/></h2>
  2087. </b:if>
  2088. <div class='widget-content'>
  2089. <data:content/>
  2090. </div>
  2091.  
  2092. <b:include name='quickedit'/>
  2093. </b:includable>
  2094. </b:widget>
  2095. <b:widget id='Text1' locked='false' title='Chat Box' type='Text'>
  2096. <b:includable id='main'>
  2097. <!-- only display title if it's non-empty -->
  2098. <b:if cond='data:title != &quot;&quot;'>
  2099. <h2 class='title'><data:title/></h2>
  2100. </b:if>
  2101. <div class='widget-content'>
  2102. <data:content/>
  2103. </div>
  2104.  
  2105. <b:include name='quickedit'/>
  2106. </b:includable>
  2107. </b:widget>
  2108. <b:widget id='Followers1' locked='false' title='Passenger&apos;s' type='Followers'>
  2109. <b:includable id='main'>
  2110. <b:if cond='data:title != &quot;&quot;'>
  2111. <b:if cond='data:codeSnippet != &quot;&quot;'>
  2112. <h2 class='title'><data:title/></h2>
  2113. <b:else/>
  2114. <b:if cond='data:totalFollowerCount != &quot;&quot;'>
  2115. <h2 class='title'><data:title/> (<data:totalFollowerCount/>)</h2>
  2116. </b:if>
  2117. </b:if>
  2118. </b:if>
  2119. <div class='widget-content'>
  2120. <div expr:id='data:widget.instanceId + &quot;-wrapper&quot;'>
  2121. <b:if cond='data:codeSnippet != &quot;&quot;'>
  2122. <div style='margin-right:2px;'>
  2123. <data:codeSnippet/>
  2124. </div>
  2125. <b:else/>
  2126. <b:if cond='data:totalFollowerCount == &quot;&quot;'>
  2127. <span class='item-control following-not-admin'>
  2128. <b><data:failureSnippet/></b>
  2129. </span>
  2130. <span class='item-control blog-admin'>
  2131. <b><data:adminFailureSnippet/></b>
  2132. </span>
  2133. <b:else/>
  2134. <b:if cond='data:followingLinkPresent'>
  2135. <div class='follow-this profile-link item-control following-follow-this'>
  2136. <a expr:href='&quot;javascript:_FollowersView._openPopup(\&quot;&quot; + data:followUri + &quot;\&quot;);&quot;'>
  2137. <data:followThisMessage/>
  2138. </a>
  2139. </div>
  2140. <div class='follow-this profile-link item-control following-stop-following-this'>
  2141. <a expr:href='&quot;javascript:_FollowersView._openPopup(\&quot;&quot; + data:followUri + &quot;\&quot;);&quot;'>
  2142. <data:stopFollowingMessage/>
  2143. </a>
  2144. </div>
  2145. </b:if>
  2146.  
  2147. <div class='followers-grid'>
  2148. <b:if cond='data:totalFollowerCount == 0'>
  2149. <div class='profile-link item-control following-follow-this'>
  2150. <data:emptyFollowersMessage/>
  2151. </div>
  2152. </b:if>
  2153. <!--
  2154. Relies on the js written out in navbar.gxp
  2155. -->
  2156. <b:loop values='data:followers' var='follower'>
  2157. <div class='follower'>
  2158. <a expr:href='data:follower.profileUrl' expr:title='data:follower.displayName' rel='nofollow'>
  2159. <img class='follower-img' expr:alt='data:follower.displayName' expr:height='data:follower.imageHeight' expr:onerror='&quot;this.onerror=null;this.src=\&quot;&quot; + data:anonFollowerImageUrl + &quot;\&quot;;&quot;' expr:onload='&quot;setAttributeOnload(this, \&quot;src\&quot;, \&quot;&quot; + data:follower.imageUrl + &quot;\&quot;)&quot;' expr:width='data:follower.imageWidth' src='http://img1.blogblog.com/img/blank.gif'/>
  2160. </a>
  2161. </div>
  2162. </b:loop>
  2163. <div class='clear'/>
  2164. </div>
  2165.  
  2166. <div class='followers-canvas profile-link'>
  2167. <data:followersFooterMessage/>
  2168. <span class='item-control following-not-admin'>
  2169. <a expr:href='data:followersUri'>
  2170. <data:viewAllMessage/>
  2171. </a>
  2172. </span>
  2173. <span class='item-control blog-admin'>
  2174. <a expr:href='data:manageFollowersUri'>
  2175. <data:manageFollowersMessage/>
  2176. </a>
  2177. </span>
  2178. </div>
  2179. </b:if>
  2180. </b:if>
  2181. </div>
  2182. <b:include name='quickedit'/>
  2183. </div>
  2184. </b:includable>
  2185. </b:widget>
  2186. <b:widget id='HTML3' locked='false' title='Banners' type='HTML'>
  2187. <b:includable id='main'>
  2188. <!-- only display title if it's non-empty -->
  2189. <b:if cond='data:title != &quot;&quot;'>
  2190. <h2 class='title'><data:title/></h2>
  2191. </b:if>
  2192. <div class='widget-content'>
  2193. <data:content/>
  2194. </div>
  2195.  
  2196. <b:include name='quickedit'/>
  2197. </b:includable>
  2198. </b:widget>
  2199. <b:widget id='HTML2' locked='false' title='Afiliados' type='HTML'>
  2200. <b:includable id='main'>
  2201. <!-- only display title if it's non-empty -->
  2202. <b:if cond='data:title != &quot;&quot;'>
  2203. <h2 class='title'><data:title/></h2>
  2204. </b:if>
  2205. <div class='widget-content'>
  2206. <data:content/>
  2207. </div>
  2208.  
  2209. <b:include name='quickedit'/>
  2210. </b:includable>
  2211. </b:widget>
  2212. <b:widget id='HTML1' locked='false' title='Publicidade' type='HTML'>
  2213. <b:includable id='main'>
  2214. <!-- only display title if it's non-empty -->
  2215. <b:if cond='data:title != &quot;&quot;'>
  2216. <h2 class='title'><data:title/></h2>
  2217. </b:if>
  2218. <div class='widget-content'>
  2219. <data:content/>
  2220. </div>
  2221.  
  2222. <b:include name='quickedit'/>
  2223. </b:includable>
  2224. </b:widget>
  2225. <b:widget id='Stats1' locked='false' title='Views' type='Stats'>
  2226. <b:includable id='main'>
  2227. <b:if cond='data:title'><h2><data:title/></h2></b:if>
  2228. <div class='widget-content'>
  2229. <!-- Content is going to be visible when data will be fetched from server. -->
  2230. <div expr:id='data:widget.instanceId + &quot;_content&quot;' style='display: none;'>
  2231. <!-- Counter and image will be injected later via AJAX call. -->
  2232. <b:if cond='data:showSparkline'>
  2233. <img alt='Sparkline' expr:id='data:widget.instanceId + &quot;_sparkline&quot;' height='30' width='75'/>
  2234. </b:if>
  2235. <b:if cond='data:showGraphicalCounter'>
  2236. <span class='counter-wrapper graph-counter-wrapper' expr:id='data:widget.instanceId + &quot;_totalCount&quot;'/>
  2237. <b:else/>
  2238. <span class='counter-wrapper text-counter-wrapper' expr:id='data:widget.instanceId + &quot;_totalCount&quot;'/>
  2239. </b:if>
  2240. <b:include name='quickedit'/>
  2241. </div>
  2242. </div>
  2243. </b:includable>
  2244. </b:widget>
  2245. <b:widget id='HTML5' locked='false' title='Disclaimer' type='HTML'>
  2246. <b:includable id='main'>
  2247. <!-- only display title if it's non-empty -->
  2248. <b:if cond='data:title != &quot;&quot;'>
  2249. <h2 class='title'><data:title/></h2>
  2250. </b:if>
  2251. <div class='widget-content'>
  2252. <data:content/>
  2253. </div>
  2254.  
  2255. <b:include name='quickedit'/>
  2256. </b:includable>
  2257. </b:widget>
  2258. </b:section-contents><b:section-contents id='footer-1'/><b:section-contents id='footer-2-1'/><b:section-contents id='footer-2-2'/></html>
Add Comment
Please, Sign In to add comment