{"id":954,"date":"2019-10-01T10:14:06","date_gmt":"2019-10-01T10:14:06","guid":{"rendered":"https:\/\/www.claudiabettega.com\/?p=954"},"modified":"2025-10-02T13:13:29","modified_gmt":"2025-10-02T13:13:29","slug":"stelle-alpine","status":"publish","type":"post","link":"https:\/\/www.claudiabettega.com\/en\/2019\/10\/01\/stelle-alpine\/","title":{"rendered":"Stelle Alpine"},"content":{"rendered":"<div data-elementor-type=\"wp-post\" data-elementor-id=\"954\" class=\"elementor elementor-954\">\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_29.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-title=\"stelle alpine\" data-elementor-lightbox-description=\" stelle alpine - Opera originale di Claudia Bettega. \u00ae\u00a0Tutti i diritti riservati.\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6ODQ3LCJ1cmwiOiJodHRwczpcL1wvd3d3LmNsYXVkaWFiZXR0ZWdhLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMDlcL0NsYXVkaWFfYmV0dGVnYS1BcnRfMjkuanBnIn0%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_29.jpg\" title=\"stelle alpine\" alt=\"stelle alpine- 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: 1931px; --smush-placeholder-aspect-ratio: 1931\/2025;\" \/>\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>Stelle Alpine<\/b><br>\n2019 \u2013 Acrylic on canvas\u2013 100\u00d7100 cm\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>Stelle Alpine<\/h2>\n      <p>Fourteen flowers with white petals and golden hearts at their center pulse with bright, positive energy against a yellow background.\nThey remind us that nature is not always a cruel stepmother; in this case, Creation itself reveals a kind face, radiating the tender joy of a Cosmic Spring.\nThe base of the painting is black, allowing the white and yellow laid over it to shine.\nThe small, meticulous brushstrokes are clearly visible, giving the image a vibrant, shimmering movement that enriches its texture and spirit.\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>Stelle Alpine<\/p>","protected":false},"author":1,"featured_media":847,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"elementor_header_footer","format":"standard","meta":{"slim_seo":{"title":"Stelle Alpine - Claudia Bettega Art","description":"Stelle Alpine"},"footnotes":""},"categories":[14],"tags":[23],"class_list":["post-954","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-dipinti","tag-stelle-alpine"],"_links":{"self":[{"href":"https:\/\/www.claudiabettega.com\/en\/wp-json\/wp\/v2\/posts\/954","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=954"}],"version-history":[{"count":10,"href":"https:\/\/www.claudiabettega.com\/en\/wp-json\/wp\/v2\/posts\/954\/revisions"}],"predecessor-version":[{"id":1032,"href":"https:\/\/www.claudiabettega.com\/en\/wp-json\/wp\/v2\/posts\/954\/revisions\/1032"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.claudiabettega.com\/en\/wp-json\/wp\/v2\/media\/847"}],"wp:attachment":[{"href":"https:\/\/www.claudiabettega.com\/en\/wp-json\/wp\/v2\/media?parent=954"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.claudiabettega.com\/en\/wp-json\/wp\/v2\/categories?post=954"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.claudiabettega.com\/en\/wp-json\/wp\/v2\/tags?post=954"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}