{"id":1261,"date":"2016-10-02T10:02:32","date_gmt":"2016-10-02T10:02:32","guid":{"rendered":"https:\/\/www.claudiabettega.com\/?p=1261"},"modified":"2025-10-02T13:20:16","modified_gmt":"2025-10-02T13:20:16","slug":"il-fantasma","status":"publish","type":"post","link":"https:\/\/www.claudiabettega.com\/en\/2016\/10\/02\/il-fantasma\/","title":{"rendered":"il fantasma"},"content":{"rendered":"<div data-elementor-type=\"wp-post\" data-elementor-id=\"1261\" class=\"elementor elementor-1261\">\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\/10\/Claudia_bettega-Art_15-scaled.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-title=\"il fantasma\" data-elementor-lightbox-description=\"il fantasma - Opera originale di Claudia Bettega. \u00ae\u00a0Tutti i diritti riservati.\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MTE4MSwidXJsIjoiaHR0cHM6XC9cL3d3dy5jbGF1ZGlhYmV0dGVnYS5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzEwXC9DbGF1ZGlhX2JldHRlZ2EtQXJ0XzE1LXNjYWxlZC5qcGcifQ%3D%3D\">\n\t\t\t\t\t\t\t<img decoding=\"async\" data-src=\"https:\/\/www.claudiabettega.com\/wp-content\/uploads\/2025\/10\/Claudia_bettega-Art_15-scaled.jpg\" title=\"il fantasma\" alt=\"il fantasma - 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: 2560px; --smush-placeholder-aspect-ratio: 2560\/1841;\" \/>\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>il fantasma<\/b>\n<br>2016- Acrylic on canvas \u2013 70x50cm\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>il fantasma<\/h2>\n      <p> Biological shapes and distorted fragments of human and animal elements\u2014shoes, hands, fins, horn-like ears\u2014float against a black, nightlike background in pale blue and white.\nIt\u2019s a call to the dream world, a surreal movement of the unconscious.\nI painted this canvas with no plan, surrendering entirely to instinct and the quiet, unpredictable whisper of forms emerging on their own.\n\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>il fantasma<\/p>","protected":false},"author":1,"featured_media":1181,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"elementor_header_footer","format":"standard","meta":{"slim_seo":{"title":"il fantasma - Claudia Bettega Art","description":"il fantasma"},"footnotes":""},"categories":[14],"tags":[93],"class_list":["post-1261","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-dipinti","tag-il-fantasma"],"_links":{"self":[{"href":"https:\/\/www.claudiabettega.com\/en\/wp-json\/wp\/v2\/posts\/1261","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=1261"}],"version-history":[{"count":4,"href":"https:\/\/www.claudiabettega.com\/en\/wp-json\/wp\/v2\/posts\/1261\/revisions"}],"predecessor-version":[{"id":1265,"href":"https:\/\/www.claudiabettega.com\/en\/wp-json\/wp\/v2\/posts\/1261\/revisions\/1265"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.claudiabettega.com\/en\/wp-json\/wp\/v2\/media\/1181"}],"wp:attachment":[{"href":"https:\/\/www.claudiabettega.com\/en\/wp-json\/wp\/v2\/media?parent=1261"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.claudiabettega.com\/en\/wp-json\/wp\/v2\/categories?post=1261"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.claudiabettega.com\/en\/wp-json\/wp\/v2\/tags?post=1261"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}