{"id":1081,"date":"2009-10-01T13:30:20","date_gmt":"2009-10-01T13:30:20","guid":{"rendered":"https:\/\/www.claudiabettega.com\/?p=1081"},"modified":"2025-10-02T13:16:33","modified_gmt":"2025-10-02T13:16:33","slug":"marcella","status":"publish","type":"post","link":"https:\/\/www.claudiabettega.com\/en\/2009\/10\/01\/marcella\/","title":{"rendered":"Marcella"},"content":{"rendered":"<div data-elementor-type=\"wp-post\" data-elementor-id=\"1081\" class=\"elementor elementor-1081\">\n\t\t\t\t<div class=\"aux-parallax-section elementor-element elementor-element-07be279 e-flex e-con-boxed e-con e-parent\" data-id=\"07be279\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-26b43c5 e-con-full e-flex e-con e-child\" data-id=\"26b43c5\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-6dc2435 elementor-widget__width-initial elementor-widget elementor-widget-image\" data-id=\"6dc2435\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/www.claudiabettega.com\/wp-content\/uploads\/2025\/09\/Claudia_bettega-Art_40.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-title=\"Marcella\" data-elementor-lightbox-description=\" Marcella - Opera originale di Claudia Bettega. \u00ae\u00a0Tutti i diritti riservati.\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6ODY0LCJ1cmwiOiJodHRwczpcL1wvd3d3LmNsYXVkaWFiZXR0ZWdhLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMDlcL0NsYXVkaWFfYmV0dGVnYS1BcnRfNDAuanBnIn0%3D\">\n\t\t\t\t\t\t\t<img decoding=\"async\" data-src=\"https:\/\/www.claudiabettega.com\/wp-content\/uploads\/2025\/09\/Claudia_bettega-Art_40.jpg\" title=\"Marcella\" alt=\"Marcella- E\u2019 un\u2019opera di Claudia Bettega. La propriet\u00e0 intellettuale e i diritti d\u2019autore di questa immagine sono protetti dalla legge. \u00c8 vietata qualsiasi riproduzione, anche parziale, utilizzo o diffusione non autorizzata dell\u2019opera senza il consenso scritto dell\u2019autore. Tutti i diritti riservati \u00a9 Claudia Bettega.\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\" style=\"--smush-placeholder-width: 1668px; --smush-placeholder-aspect-ratio: 1668\/2500;\" \/>\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"aux-parallax-section elementor-element elementor-element-6596fcd e-flex e-con-boxed e-con e-parent\" data-id=\"6596fcd\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-a5cd3d1 elementor-widget elementor-widget-text-editor\" data-id=\"a5cd3d1\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<b>Marcella<\/b><br>\n2009 \u2013 Acrylic on canvas \u2013 70x100cm\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-5038d8f elementor-widget elementor-widget-html\" data-id=\"5038d8f\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<!DOCTYPE html>\n<html lang=\"it\">\n<head>\n  <meta charset=\"UTF-8\">\n  <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n  <style>\n    \/* Contenitore per centrare il bottone *\/\n    .button-container {\n      text-align: center;\n      padding: 20px;\n    }\n\n    \/* Bottone *\/\n    .custom-btn {\n      background: #c2c2c2;\n      color: #333333;\n      border: none;\n      padding: 12px 24px;\n      border-radius: 4px;\n      cursor: pointer;\n      font-size: 16px;\n      transition: background 0.3s ease, color 0.3s ease;\n    }\n\n    .custom-btn:hover {\n      background: #a9a9a9;\n      color: #000000;\n    }\n\n    \/* Sfondo scuro della finestra modale *\/\n    .modal {\n      display: none;\n      position: fixed;\n      z-index: 9999;\n      left: 0;\n      top: 0;\n      width: 100%;\n      height: 100%;\n      background: rgba(0, 0, 0, 0.6);\n      justify-content: center;\n      align-items: center;\n    }\n\n    .modal.active {\n      display: flex;\n    }\n\n    \/* Contenuto modale *\/\n    .modal-content {\n      background: #fff;\n      padding: 30px;\n      border-radius: 8px;\n      width: 90%;\n      max-width: 600px;\n      box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);\n      position: relative;\n      animation: fadeIn 0.4s ease;\n    }\n\n    \/* Bottone chiusura *\/\n    .close {\n      position: absolute;\n      top: 15px;\n      right: 20px;\n      font-size: 28px;\n      font-weight: bold;\n      color: #333;\n      cursor: pointer;\n      line-height: 1;\n      transition: color 0.2s ease;\n    }\n\n    .close:hover,\n    .close:focus {\n      color: #000;\n    }\n\n    \/* Animazione ingresso *\/\n    @keyframes fadeIn {\n      from {\n        opacity: 0;\n        transform: translateY(-20px);\n      }\n      to {\n        opacity: 1;\n        transform: translateY(0);\n      }\n    }\n  <\/style>\n<\/head>\n<body>\n\n  <!-- Contenitore per centrare il bottone -->\n  <div class=\"button-container\">\n    <button class=\"custom-btn\" id=\"openModal\">Description<\/button>\n  <\/div>\n\n  <!-- La Modale -->\n  <div id=\"myModal\" class=\"modal\">\n    <div class=\"modal-content\">\n      <span class=\"close\">&times;<\/span>\n      <h2>Marcella<\/h2>\n      <p>This is a portrait of my cousin in a seaside setting, with a canal leading to the sea behind her.\nThe striped swimsuit echoes the color of the canal water.\nPalm-like plants and soft pink clouds mirror the shade of the hat she wears to shield herself from the sun.\nMarcella enjoys her vacation and here she poses for a souvenir photo.\n<\/p>\n    <\/div>\n  <\/div>\n\n  <script>\n    \/\/ Ottieni gli elementi\n    const modal = document.getElementById('myModal');\n    const btn = document.getElementById('openModal');\n    const span = document.querySelector('.close');\n\n    \/\/ Apri la modale\n    btn.onclick = function() {\n      modal.classList.add('active');\n    }\n\n    \/\/ Chiudi con la X\n    span.onclick = function() {\n      modal.classList.remove('active');\n    }\n\n    \/\/ Chiudi cliccando fuori\n    window.onclick = function(event) {\n      if (event.target == modal) {\n        modal.classList.remove('active');\n      }\n    }\n  <\/script>\n\n<\/body>\n<\/html>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-6fe680f elementor-widget elementor-widget-spacer\" data-id=\"6fe680f\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"spacer.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-spacer\">\n\t\t\t<div class=\"elementor-spacer-inner\"><\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>","protected":false},"excerpt":{"rendered":"<p>Marcella<\/p>","protected":false},"author":1,"featured_media":864,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"elementor_header_footer","format":"standard","meta":{"slim_seo":{"title":"Marcella - Claudia Bettega Art","description":"Marcella"},"footnotes":""},"categories":[14],"tags":[35],"class_list":["post-1081","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-dipinti","tag-marcella"],"_links":{"self":[{"href":"https:\/\/www.claudiabettega.com\/en\/wp-json\/wp\/v2\/posts\/1081","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.claudiabettega.com\/en\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.claudiabettega.com\/en\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.claudiabettega.com\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.claudiabettega.com\/en\/wp-json\/wp\/v2\/comments?post=1081"}],"version-history":[{"count":5,"href":"https:\/\/www.claudiabettega.com\/en\/wp-json\/wp\/v2\/posts\/1081\/revisions"}],"predecessor-version":[{"id":1086,"href":"https:\/\/www.claudiabettega.com\/en\/wp-json\/wp\/v2\/posts\/1081\/revisions\/1086"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.claudiabettega.com\/en\/wp-json\/wp\/v2\/media\/864"}],"wp:attachment":[{"href":"https:\/\/www.claudiabettega.com\/en\/wp-json\/wp\/v2\/media?parent=1081"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.claudiabettega.com\/en\/wp-json\/wp\/v2\/categories?post=1081"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.claudiabettega.com\/en\/wp-json\/wp\/v2\/tags?post=1081"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}