1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR...nsitional.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml">
  3. <head>
  4. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  5. <title>Template mercado livre</title>
  6. <style>
  7. *{padding: 0; margin: 0;}
  8. table { margin: auto;}
  9. /*! normalize.css v2.0.1 | MIT License | git.io/normalize */
  10. /* ==========================================================================
  11. HTML5 display definitions
  12. ========================================================================== */
  13. /*
  14. * Corrects `block` display not defined in IE 8/9.
  15. */
  16. article,
  17. aside,
  18. details,
  19. figcaption,
  20. figure,
  21. footer,
  22. header,
  23. hgroup,
  24. nav,
  25. section,
  26. summary {
  27. display: block;
  28. }
  29. /*
  30. * Corrects `inline-block` display not defined in IE 8/9.
  31. */
  32. audio,
  33. canvas,
  34. video {
  35. display: inline-block;
  36. }
  37. /*
  38. * Prevents modern browsers from displaying `audio` without controls.
  39. * Remove excess height in iOS 5 devices.
  40. */
  41. audio:not([controls]) {
  42. display: none;
  43. height: 0;
  44. }
  45. /*
  46. * Addresses styling for `hidden` attribute not present in IE 8/9.
  47. */
  48. [hidden] {
  49. display: none;
  50. }
  51. /* ==========================================================================
  52. Base
  53. ========================================================================== */
  54. /*
  55. * 1. Sets default font family to sans-serif.
  56. * 2. Prevents iOS text size adjust after orientation change, without disabling
  57. * user zoom.
  58. */
  59. html {
  60. font-family: sans-serif; /* 1 */
  61. -webkit-text-size-adjust: 100%; /* 2 */
  62. -ms-text-size-adjust: 100%; /* 2 */
  63. }
  64. /*
  65. * Removes default margin.
  66. */
  67. body {
  68. margin: 0;
  69. }
  70. /* ==========================================================================
  71. Links
  72. ========================================================================== */
  73. /*
  74. * Addresses `outline` inconsistency between Chrome and other browsers.
  75. */
  76. a:focus {
  77. outline: thin dotted;
  78. }
  79. /*
  80. * Improves readability when focused and also mouse hovered in all browsers.
  81. */
  82. a:active,
  83. a:hover {
  84. outline: 0;
  85. }
  86. /* ==========================================================================
  87. Typography
  88. ========================================================================== */
  89. /*
  90. * Addresses `h1` font sizes within `section` and `article` in Firefox 4+,
  91. * Safari 5, and Chrome.
  92. */
  93. h1 {
  94. font-size: 2em;
  95. }
  96. /*
  97. * Addresses styling not present in IE 8/9, Safari 5, and Chrome.
  98. */
  99. abbr[title] {
  100. border-bottom: 1px dotted;
  101. }
  102. /*
  103. * Addresses style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
  104. */
  105. b,
  106. strong {
  107. font-weight: bold;
  108. }
  109. /*
  110. * Addresses styling not present in Safari 5 and Chrome.
  111. */
  112. dfn {
  113. font-style: italic;
  114. }
  115. /*
  116. * Addresses styling not present in IE 8/9.
  117. */
  118. mark {
  119. background: #ff0;
  120. color: #000;
  121. }
  122. /*
  123. * Corrects font family set oddly in Safari 5 and Chrome.
  124. */
  125. code,
  126. kbd,
  127. pre,
  128. samp {
  129. font-family: monospace, serif;
  130. font-size: 1em;
  131. }
  132. /*
  133. * Improves readability of pre-formatted text in all browsers.
  134. */
  135. pre {
  136. white-space: pre;
  137. white-space: pre-wrap;
  138. word-wrap: break-word;
  139. }
  140. /*
  141. * Sets consistent quote types.
  142. */
  143. q {
  144. quotes: "\201C" "\201D" "\2018" "\2019";
  145. }
  146. /*
  147. * Addresses inconsistent and variable font size in all browsers.
  148. */
  149. small {
  150. font-size: 80%;
  151. }
  152. /*
  153. * Prevents `sub` and `sup` affecting `line-height` in all browsers.
  154. */
  155. sub,
  156. sup {
  157. font-size: 75%;
  158. line-height: 0;
  159. position: relative;
  160. vertical-align: baseline;
  161. }
  162. sup {
  163. top: -0.5em;
  164. }
  165. sub {
  166. bottom: -0.25em;
  167. }
  168. /* ==========================================================================
  169. Embedded content
  170. ========================================================================== */
  171. /*
  172. * Removes border when inside `a` element in IE 8/9.
  173. */
  174. img {
  175. border: 0;
  176. }
  177. /*
  178. * Corrects overflow displayed oddly in IE 9.
  179. */
  180. svg:not(:root) {
  181. overflow: hidden;
  182. }
  183. /* ==========================================================================
  184. Figures
  185. ========================================================================== */
  186. /*
  187. * Addresses margin not present in IE 8/9 and Safari 5.
  188. */
  189. figure {
  190. margin: 0;
  191. }
  192. /* ==========================================================================
  193. Forms
  194. ========================================================================== */
  195. /*
  196. * Define consistent border, margin, and padding.
  197. */
  198. fieldset {
  199. border: 1px solid #c0c0c0;
  200. margin: 0 2px;
  201. padding: 0.35em 0.625em 0.75em;
  202. }
  203. /*
  204. * 1. Corrects color not being inherited in IE 8/9.
  205. * 2. Remove padding so people aren't caught out if they zero out fieldsets.
  206. */
  207. legend {
  208. border: 0; /* 1 */
  209. padding: 0; /* 2 */
  210. }
  211. /*
  212. * 1. Corrects font family not being inherited in all browsers.
  213. * 2. Corrects font size not being inherited in all browsers.
  214. * 3. Addresses margins set differently in Firefox 4+, Safari 5, and Chrome
  215. */
  216. button,
  217. input,
  218. select,
  219. textarea {
  220. font-family: inherit; /* 1 */
  221. font-size: 100%; /* 2 */
  222. margin: 0; /* 3 */
  223. }
  224. /*
  225. * Addresses Firefox 4+ setting `line-height` on `input` using `!important` in
  226. * the UA stylesheet.
  227. */
  228. button,
  229. input {
  230. line-height: normal;
  231. }
  232. /*
  233. * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
  234. * and `video` controls.
  235. * 2. Corrects inability to style clickable `input` types in iOS.
  236. * 3. Improves usability and consistency of cursor style between image-type
  237. * `input` and others.
  238. */
  239. button,
  240. html input[type="button"], /* 1 */
  241. input[type="reset"],
  242. input[type="submit"] {
  243. -webkit-appearance: button; /* 2 */
  244. cursor: pointer; /* 3 */
  245. }
  246. /*
  247. * Re-set default cursor for disabled elements.
  248. */
  249. button[disabled],
  250. input[disabled] {
  251. cursor: default;
  252. }
  253. /*
  254. * 1. Addresses box sizing set to `content-box` in IE 8/9.
  255. * 2. Removes excess padding in IE 8/9.
  256. */
  257. input[type="checkbox"],
  258. input[type="radio"] {
  259. box-sizing: border-box; /* 1 */
  260. padding: 0; /* 2 */
  261. }
  262. /*
  263. * 1. Addresses `appearance` set to `searchfield` in Safari 5 and Chrome.
  264. * 2. Addresses `box-sizing` set to `border-box` in Safari 5 and Chrome
  265. * (include `-moz` to future-proof).
  266. */
  267. input[type="search"] {
  268. -webkit-appearance: textfield; /* 1 */
  269. -moz-box-sizing: content-box;
  270. -webkit-box-sizing: content-box; /* 2 */
  271. box-sizing: content-box;
  272. }
  273. /*
  274. * Removes inner padding and search cancel button in Safari 5 and Chrome
  275. * on OS X.
  276. */
  277. input[type="search"]::-webkit-search-cancel-button,
  278. input[type="search"]::-webkit-search-decoration {
  279. -webkit-appearance: none;
  280. }
  281. /*
  282. * Removes inner padding and border in Firefox 4+.
  283. */
  284. button::-moz-focus-inner,
  285. input::-moz-focus-inner {
  286. border: 0;
  287. padding: 0;
  288. }
  289. /*
  290. * 1. Removes default vertical scrollbar in IE 8/9.
  291. * 2. Improves readability and alignment in all browsers.
  292. */
  293. textarea {
  294. overflow: auto; /* 1 */
  295. vertical-align: top; /* 2 */
  296. }
  297. /* ==========================================================================
  298. Tables
  299. ========================================================================== */
  300. /*
  301. * Remove most spacing between table cells.
  302. */
  303. table {
  304. border-collapse: collapse;
  305. border-spacing: 0;
  306. }
  307. .gallery .control-operator:target ~ .controls .control-button {
  308. color: #ccc;
  309. color: rgba(255, 255, 255, 0.4);
  310. }
  311. .gallery .control-button:first-of-type,
  312. .gallery .control-operator:nth-of-type(1):target ~ .controls .control-button:nth-of-type(1),
  313. .gallery .control-operator:nth-of-type(2):target ~ .controls .control-button:nth-of-type(2),
  314. .gallery .control-operator:nth-of-type(3):target ~ .controls .control-button:nth-of-type(3),
  315. .gallery .control-operator:nth-of-type(4):target ~ .controls .control-button:nth-of-type(4),
  316. .gallery .control-operator:nth-of-type(5):target ~ .controls .control-button:nth-of-type(5) {
  317. color: white;
  318. color: rgba(255, 255, 255, 0.8);
  319. }
  320. .gallery .item:first-of-type {
  321. position: static;
  322. pointer-events: auto;
  323. opacity: 1;
  324. }
  325. .gallery .item {
  326. position: absolute;
  327. top: 0;
  328. left: 0;
  329. width: 100%;
  330. height: 100%;
  331. pointer-events: none;
  332. opacity: 0;
  333. -webkit-transition: opacity .5s;
  334. -o-transition: opacity .5s;
  335. transition: opacity .5s;
  336. }
  337. .gallery .control-operator {
  338. display: none;
  339. }
  340. .gallery .control-operator:target ~ .item {
  341. pointer-events: none;
  342. opacity: 0;
  343. -webkit-animation: none;
  344. -o-animation: none;
  345. animation: none;
  346. }
  347. .gallery .control-operator:target ~ .controls .control-button {
  348. -webkit-animation: none;
  349. -o-animation: none;
  350. animation: none;
  351. }
  352. @-webkit-keyframes controlAnimation-2 {
  353. 0% {
  354. color: #ccc;
  355. color: rgba(255, 255, 255, 0.4);
  356. }
  357. 14.3%, 50% {
  358. color: white;
  359. color: rgba(255, 255, 255, 0.8);
  360. }
  361. 64.3%, 100% {
  362. color: #ccc;
  363. color: rgba(255, 255, 255, 0.4);
  364. }
  365. }
  366. @-o-keyframes controlAnimation-2 {
  367. 0% {
  368. color: #ccc;
  369. color: rgba(255, 255, 255, 0.4);
  370. }
  371. 14.3%, 50% {
  372. color: white;
  373. color: rgba(255, 255, 255, 0.8);
  374. }
  375. 64.3%, 100% {
  376. color: #ccc;
  377. color: rgba(255, 255, 255, 0.4);
  378. }
  379. }
  380. @keyframes controlAnimation-2 {
  381. 0% {
  382. color: #ccc;
  383. color: rgba(255, 255, 255, 0.4);
  384. }
  385. 14.3%, 50% {
  386. color: white;
  387. color: rgba(255, 255, 255, 0.8);
  388. }
  389. 64.3%, 100% {
  390. color: #ccc;
  391. color: rgba(255, 255, 255, 0.4);
  392. }
  393. }
  394. @-webkit-keyframes galleryAnimation-2 {
  395. 0% {
  396. opacity: 0;
  397. }
  398. 14.3%, 50% {
  399. opacity: 1;
  400. }
  401. 64.3%, 100% {
  402. opacity: 0;
  403. }
  404. }
  405. @-o-keyframes galleryAnimation-2 {
  406. 0% {
  407. opacity: 0;
  408. }
  409. 14.3%, 50% {
  410. opacity: 1;
  411. }
  412. 64.3%, 100% {
  413. opacity: 0;
  414. }
  415. }
  416. @keyframes galleryAnimation-2 {
  417. 0% {
  418. opacity: 0;
  419. }
  420. 14.3%, 50% {
  421. opacity: 1;
  422. }
  423. 64.3%, 100% {
  424. opacity: 0;
  425. }
  426. }
  427. .gallery .control-operator:nth-of-type(1):target ~ .item:nth-of-type(1) {
  428. pointer-events: auto;
  429. opacity: 1;
  430. }
  431. .gallery .control-operator:nth-of-type(2):target ~ .item:nth-of-type(2) {
  432. pointer-events: auto;
  433. opacity: 1;
  434. }
  435. .items-2.autoplay .control-button {
  436. -webkit-animation: controlAnimation-2 14s infinite;
  437. -o-animation: controlAnimation-2 14s infinite;
  438. animation: controlAnimation-2 14s infinite;
  439. }
  440. .items-2.autoplay .item {
  441. -webkit-animation: galleryAnimation-2 14s infinite;
  442. -o-animation: galleryAnimation-2 14s infinite;
  443. animation: galleryAnimation-2 14s infinite;
  444. }
  445. .items-2 .control-button:nth-of-type(1),
  446. .items-2 .item:nth-of-type(1) {
  447. -webkit-animation-delay: -2s;
  448. -o-animation-delay: -2s;
  449. animation-delay: -2s;
  450. }
  451. .items-2 .control-button:nth-of-type(2),
  452. .items-2 .item:nth-of-type(2) {
  453. -webkit-animation-delay: 5s;
  454. -o-animation-delay: 5s;
  455. animation-delay: 5s;
  456. }
  457. @-webkit-keyframes controlAnimation-3 {
  458. 0% {
  459. color: #ccc;
  460. color: rgba(255, 255, 255, 0.4);
  461. }
  462. 9.5%, 33.3% {
  463. color: white;
  464. color: rgba(255, 255, 255, 0.8);
  465. }
  466. 42.9%, 100% {
  467. color: #ccc;
  468. color: rgba(255, 255, 255, 0.4);
  469. }
  470. }
  471. @-o-keyframes controlAnimation-3 {
  472. 0% {
  473. color: #ccc;
  474. color: rgba(255, 255, 255, 0.4);
  475. }
  476. 9.5%, 33.3% {
  477. color: white;
  478. color: rgba(255, 255, 255, 0.8);
  479. }
  480. 42.9%, 100% {
  481. color: #ccc;
  482. color: rgba(255, 255, 255, 0.4);
  483. }
  484. }
  485. @keyframes controlAnimation-3 {
  486. 0% {
  487. color: #ccc;
  488. color: rgba(255, 255, 255, 0.4);
  489. }
  490. 9.5%, 33.3% {
  491. color: white;
  492. color: rgba(255, 255, 255, 0.8);
  493. }
  494. 42.9%, 100% {
  495. color: #ccc;
  496. color: rgba(255, 255, 255, 0.4);
  497. }
  498. }
  499. @-webkit-keyframes galleryAnimation-3 {
  500. 0% {
  501. opacity: 0;
  502. }
  503. 9.5%, 33.3% {
  504. opacity: 1;
  505. }
  506. 42.9%, 100% {
  507. opacity: 0;
  508. }
  509. }
  510. @-o-keyframes galleryAnimation-3 {
  511. 0% {
  512. opacity: 0;
  513. }
  514. 9.5%, 33.3% {
  515. opacity: 1;
  516. }
  517. 42.9%, 100% {
  518. opacity: 0;
  519. }
  520. }
  521. @keyframes galleryAnimation-3 {
  522. 0% {
  523. opacity: 0;
  524. }
  525. 9.5%, 33.3% {
  526. opacity: 1;
  527. }
  528. 42.9%, 100% {
  529. opacity: 0;
  530. }
  531. }
  532. .gallery .control-operator:nth-of-type(1):target ~ .item:nth-of-type(1) {
  533. pointer-events: auto;
  534. opacity: 1;
  535. }
  536. .gallery .control-operator:nth-of-type(2):target ~ .item:nth-of-type(2) {
  537. pointer-events: auto;
  538. opacity: 1;
  539. }
  540. .gallery .control-operator:nth-of-type(3):target ~ .item:nth-of-type(3) {
  541. pointer-events: auto;
  542. opacity: 1;
  543. }
  544. .items-3.autoplay .control-button {
  545. -webkit-animation: controlAnimation-3 21s infinite;
  546. -o-animation: controlAnimation-3 21s infinite;
  547. animation: controlAnimation-3 21s infinite;
  548. }
  549. .items-3.autoplay .item {
  550. -webkit-animation: galleryAnimation-3 21s infinite;
  551. -o-animation: galleryAnimation-3 21s infinite;
  552. animation: galleryAnimation-3 21s infinite;
  553. }
  554. .items-3 .control-button:nth-of-type(1),
  555. .items-3 .item:nth-of-type(1) {
  556. -webkit-animation-delay: -2s;
  557. -o-animation-delay: -2s;
  558. animation-delay: -2s;
  559. }
  560. .items-3 .control-button:nth-of-type(2),
  561. .items-3 .item:nth-of-type(2) {
  562. -webkit-animation-delay: 5s;
  563. -o-animation-delay: 5s;
  564. animation-delay: 5s;
  565. }
  566. .items-3 .control-button:nth-of-type(3),
  567. .items-3 .item:nth-of-type(3) {
  568. -webkit-animation-delay: 12s;
  569. -o-animation-delay: 12s;
  570. animation-delay: 12s;
  571. }
  572. @-webkit-keyframes controlAnimation-4 {
  573. 0% {
  574. color: #ccc;
  575. color: rgba(255, 255, 255, 0.4);
  576. }
  577. 7.1%, 25% {
  578. color: white;
  579. color: rgba(255, 255, 255, 0.8);
  580. }
  581. 32.1%, 100% {
  582. color: #ccc;
  583. color: rgba(255, 255, 255, 0.4);
  584. }
  585. }
  586. @-o-keyframes controlAnimation-4 {
  587. 0% {
  588. color: #ccc;
  589. color: rgba(255, 255, 255, 0.4);
  590. }
  591. 7.1%, 25% {
  592. color: white;
  593. color: rgba(255, 255, 255, 0.8);
  594. }
  595. 32.1%, 100% {
  596. color: #ccc;
  597. color: rgba(255, 255, 255, 0.4);
  598. }
  599. }
  600. @keyframes controlAnimation-4 {
  601. 0% {
  602. color: #ccc;
  603. color: rgba(255, 255, 255, 0.4);
  604. }
  605. 7.1%, 25% {
  606. color: white;
  607. color: rgba(255, 255, 255, 0.8);
  608. }
  609. 32.1%, 100% {
  610. color: #ccc;
  611. color: rgba(255, 255, 255, 0.4);
  612. }
  613. }
  614. @-webkit-keyframes galleryAnimation-4 {
  615. 0% {
  616. opacity: 0;
  617. }
  618. 7.1%, 25% {
  619. opacity: 1;
  620. }
  621. 32.1%, 100% {
  622. opacity: 0;
  623. }
  624. }
  625. @-o-keyframes galleryAnimation-4 {
  626. 0% {
  627. opacity: 0;
  628. }
  629. 7.1%, 25% {
  630. opacity: 1;
  631. }
  632. 32.1%, 100% {
  633. opacity: 0;
  634. }
  635. }
  636. @keyframes galleryAnimation-4 {
  637. 0% {
  638. opacity: 0;
  639. }
  640. 7.1%, 25% {
  641. opacity: 1;
  642. }
  643. 32.1%, 100% {
  644. opacity: 0;
  645. }
  646. }
  647. .gallery .control-operator:nth-of-type(1):target ~ .item:nth-of-type(1) {
  648. pointer-events: auto;
  649. opacity: 1;
  650. }
  651. .gallery .control-operator:nth-of-type(2):target ~ .item:nth-of-type(2) {
  652. pointer-events: auto;
  653. opacity: 1;
  654. }
  655. .gallery .control-operator:nth-of-type(3):target ~ .item:nth-of-type(3) {
  656. pointer-events: auto;
  657. opacity: 1;
  658. }
  659. .gallery .control-operator:nth-of-type(4):target ~ .item:nth-of-type(4) {
  660. pointer-events: auto;
  661. opacity: 1;
  662. }
  663. .items-4.autoplay .control-button {
  664. -webkit-animation: controlAnimation-4 28s infinite;
  665. -o-animation: controlAnimation-4 28s infinite;
  666. animation: controlAnimation-4 28s infinite;
  667. }
  668. .items-4.autoplay .item {
  669. -webkit-animation: galleryAnimation-4 28s infinite;
  670. -o-animation: galleryAnimation-4 28s infinite;
  671. animation: galleryAnimation-4 28s infinite;
  672. }
  673. .items-4 .control-button:nth-of-type(1),
  674. .items-4 .item:nth-of-type(1) {
  675. -webkit-animation-delay: -2s;
  676. -o-animation-delay: -2s;
  677. animation-delay: -2s;
  678. }
  679. .items-4 .control-button:nth-of-type(2),
  680. .items-4 .item:nth-of-type(2) {
  681. -webkit-animation-delay: 5s;
  682. -o-animation-delay: 5s;
  683. animation-delay: 5s;
  684. }
  685. .items-4 .control-button:nth-of-type(3),
  686. .items-4 .item:nth-of-type(3) {
  687. -webkit-animation-delay: 12s;
  688. -o-animation-delay: 12s;
  689. animation-delay: 12s;
  690. }
  691. .items-4 .control-button:nth-of-type(4),
  692. .items-4 .item:nth-of-type(4) {
  693. -webkit-animation-delay: 19s;
  694. -o-animation-delay: 19s;
  695. animation-delay: 19s;
  696. }
  697. @-webkit-keyframes controlAnimation-5 {
  698. 0% {
  699. color: #ccc;
  700. color: rgba(255, 255, 255, 0.4);
  701. }
  702. 5.7%, 20% {
  703. color: white;
  704. color: rgba(255, 255, 255, 0.8);
  705. }
  706. 25.7%, 100% {
  707. color: #ccc;
  708. color: rgba(255, 255, 255, 0.4);
  709. }
  710. }
  711. @-o-keyframes controlAnimation-5 {
  712. 0% {
  713. color: #ccc;
  714. color: rgba(255, 255, 255, 0.4);
  715. }
  716. 5.7%, 20% {
  717. color: white;
  718. color: rgba(255, 255, 255, 0.8);
  719. }
  720. 25.7%, 100% {
  721. color: #ccc;
  722. color: rgba(255, 255, 255, 0.4);
  723. }
  724. }
  725. @keyframes controlAnimation-5 {
  726. 0% {
  727. color: #ccc;
  728. color: rgba(255, 255, 255, 0.4);
  729. }
  730. 5.7%, 20% {
  731. color: white;
  732. color: rgba(255, 255, 255, 0.8);
  733. }
  734. 25.7%, 100% {
  735. color: #ccc;
  736. color: rgba(255, 255, 255, 0.4);
  737. }
  738. }
  739. @-webkit-keyframes galleryAnimation-5 {
  740. 0% {
  741. opacity: 0;
  742. }
  743. 5.7%, 20% {
  744. opacity: 1;
  745. }
  746. 25.7%, 100% {
  747. opacity: 0;
  748. }
  749. }
  750. @-o-keyframes galleryAnimation-5 {
  751. 0% {
  752. opacity: 0;
  753. }
  754. 5.7%, 20% {
  755. opacity: 1;
  756. }
  757. 25.7%, 100% {
  758. opacity: 0;
  759. }
  760. }
  761. @keyframes galleryAnimation-5 {
  762. 0% {
  763. opacity: 0;
  764. }
  765. 5.7%, 20% {
  766. opacity: 1;
  767. }
  768. 25.7%, 100% {
  769. opacity: 0;
  770. }
  771. }
  772. .gallery .control-operator:nth-of-type(1):target ~ .item:nth-of-type(1) {
  773. pointer-events: auto;
  774. opacity: 1;
  775. }
  776. .gallery .control-operator:nth-of-type(2):target ~ .item:nth-of-type(2) {
  777. pointer-events: auto;
  778. opacity: 1;
  779. }
  780. .gallery .control-operator:nth-of-type(3):target ~ .item:nth-of-type(3) {
  781. pointer-events: auto;
  782. opacity: 1;
  783. }
  784. .gallery .control-operator:nth-of-type(4):target ~ .item:nth-of-type(4) {
  785. pointer-events: auto;
  786. opacity: 1;
  787. }
  788. .gallery .control-operator:nth-of-type(5):target ~ .item:nth-of-type(5) {
  789. pointer-events: auto;
  790. opacity: 1;
  791. }
  792. .items-5.autoplay .control-button {
  793. -webkit-animation: controlAnimation-5 35s infinite;
  794. -o-animation: controlAnimation-5 35s infinite;
  795. animation: controlAnimation-5 35s infinite;
  796. }
  797. .items-5.autoplay .item {
  798. -webkit-animation: galleryAnimation-5 35s infinite;
  799. -o-animation: galleryAnimation-5 35s infinite;
  800. animation: galleryAnimation-5 35s infinite;
  801. }
  802. .items-5 .control-button:nth-of-type(1),
  803. .items-5 .item:nth-of-type(1) {
  804. -webkit-animation-delay: -2s;
  805. -o-animation-delay: -2s;
  806. animation-delay: -2s;
  807. }
  808. .items-5 .control-button:nth-of-type(2),
  809. .items-5 .item:nth-of-type(2) {
  810. -webkit-animation-delay: 5s;
  811. -o-animation-delay: 5s;
  812. animation-delay: 5s;
  813. }
  814. .items-5 .control-button:nth-of-type(3),
  815. .items-5 .item:nth-of-type(3) {
  816. -webkit-animation-delay: 12s;
  817. -o-animation-delay: 12s;
  818. animation-delay: 12s;
  819. }
  820. .items-5 .control-button:nth-of-type(4),
  821. .items-5 .item:nth-of-type(4) {
  822. -webkit-animation-delay: 19s;
  823. -o-animation-delay: 19s;
  824. animation-delay: 19s;
  825. }
  826. .items-5 .control-button:nth-of-type(5),
  827. .items-5 .item:nth-of-type(5) {
  828. -webkit-animation-delay: 26s;
  829. -o-animation-delay: 26s;
  830. animation-delay: 26s;
  831. }
  832. .gallery .control-button {
  833. color: #ccc;
  834. color: rgba(255, 255, 255, 0.4);
  835. }
  836. .gallery .control-button:hover {
  837. color: white;
  838. color: rgba(255, 255, 255, 0.8);
  839. }
  840. /*
  841. Theme controls how everything looks in Gallery CSS.
  842. */
  843. .gallery {
  844. position: relative;
  845. }
  846. .gallery .item {
  847. height: 400px;
  848. overflow: hidden;
  849. text-align: center;
  850. background: #4d87e2;
  851. }
  852. .gallery .controls {
  853. position: absolute;
  854. bottom: 0;
  855. width: 100%;
  856. text-align: center;
  857. }
  858. .gallery .control-button {
  859. display: inline-block;
  860. margin: 0 .02em;
  861. font-size: 3em;
  862. text-align: center;
  863. text-decoration: none;
  864. -webkit-transition: color .1s;
  865. -o-transition: color .1s;
  866. transition: color .1s;
  867. }
  868. .gallery .control-button {
  869. color: #ccc;
  870. color: rgba(255, 255, 255, 0.4);
  871. }
  872. .gallery .control-button:hover {
  873. color: white;
  874. color: rgba(255, 255, 255, 0.8);
  875. }
  876. /*
  877. Theme controls how everything looks in Gallery CSS.
  878. */
  879. .gallery {
  880. position: relative;
  881. }
  882. .gallery .item {
  883. height: 200px;
  884. overflow: hidden;
  885. text-align: center;
  886. background: #ffffff;
  887. }
  888. .gallery .controls {
  889. position: absolute;
  890. bottom: 0;
  891. width: 100%;
  892. text-align: center;
  893. }
  894. .gallery .control-button {
  895. display: inline-block;
  896. margin: 0 .02em;
  897. font-size: 3em;
  898. text-align: center;
  899. text-decoration: none;
  900. transition: color .1s;
  901. }
  902. </style>
  903. </head>
  904. <body>
  905. <table width="900" border="0" align="center" cellpadding="0" cellspacing="0">
  906. <tr>
  907. <td>
  908. <img src="images/template-mercado-livre-03_01.jpg" width="900" height="227" />
  909. </td>
  910. </tr>
  911. <tr>
  912. <td>
  913. <div class="gallery autoplay items-3">
  914. <div id="item-1" class="control-operator"></div>
  915. <div id="item-2" class="control-operator"></div>
  916. <div id="item-3" class="control-operator"></div>
  917. <figure class="item">
  918. <img src="03.jpg" alt="imagem 1" />
  919. </figure>
  920. <figure class="item">
  921. <img src="01.jpg" alt="imagem 2" />
  922. </figure>
  923. <figure class="item">
  924. <img src="02.jpg" alt="imagem 3" />
  925. </figure>
  926. <div class="controls">
  927. <a href="#item-1" class="control-button"></a>
  928. <a href="#item-2" class="control-button"></a>
  929. <a href="#item-3" class="control-button"></a>
  930. </div>
  931. </div>
  932. </td>
  933. </tr>
  934. <tr>
  935. <td>
  936. <img src="images/template-mercado-livre-03_03.jpg" width="900" height="10" />
  937. </td>
  938. </tr>
  939. <tr>
  940. <td>
  941. <img src="images/template-mercado-livre-03_05.jpg" width="900" height="68" />
  942. </td>
  943. </tr>
  944. <tr>
  945. <td>&nbsp;</td>
  946. </tr>
  947. <tr>
  948. <td>
  949. <img src="images/template-mercado-livre-03_07.jpg" width="900" height="67" />
  950. </td>
  951. </tr>
  952. <tr>
  953. <td>&nbsp;</td>
  954. </tr>
  955. <tr>
  956. <td>
  957. <img src="images/template-mercado-livre-03_09.jpg" width="900" height="66" />
  958. </td>
  959. </tr>
  960. <tr>
  961. <td>&nbsp;</td>
  962. </tr>
  963. <tr>
  964. <td>
  965. <img src="images/template-mercado-livre-03_11.jpg" width="900" height="542" />
  966. </td>
  967. </tr>
  968. </table>
  969. </body>
  970. </html>