ارسل خبراً

.container .row .col-md-12:has(.send-message-widget){ padding-right:15px; padding-left:15px; } @media screen and (max-width:500px){ #widget_1677 .container{padding-left:0;padding-right:0;} }
ارسل خبراً
إترك رسالة
document.addEventListener('DOMContentLoaded', () => { const form = document.getElementById('send-message-form'); if (!form) { console.error("Form not found!"); return; } form.addEventListener('submit', (e) => { e.preventDefault(); e.stopImmediatePropagation(); // Block other listeners console.log("Form submission intercepted"); // Debug log fetch('/ajax/sendNews', { method: 'POST', body: new FormData(form), headers: { 'Accept': 'application/json' } }) .then(response => { if (!response.ok) { throw new Error('Network response was not ok'); } return response.json(); }) .then(data => { // Handle successful response console.log('Success:', data); alert(data.message); // Show success message // Optionally reset the form // this.reset(); }) .catch(error => { console.error("Submission failed:", error); }); return false; // Extra safety }); });
.death-statistics-marquee .article-title a, .death-statistics-marquee .title-widget-2 a { text-align: right; font-family: Cairo; font-style: normal; font-weight: 700; line-height: 25px; text-decoration: none; } .death-statistics-marquee .breaking-news-wrapper { width: 100%; display: flex; } .death-statistics-marquee .breaking-news { background-color: #7c0000; padding: 22px 17px 24px 18px; color: #fff; text-align: right; font-family: Cairo; font-size: 22px; font-weight: 700; line-height: 25px; } .death-statistics-marquee .breaking-news-content { background-color: #b90000; padding: 22px 18px 24px 21px; color: #fff; text-align: right; font-family: Cairo; font-size: 22px; font-weight: 700; line-height: 25px; width: 100%; position: relative; } .full-container .marquee-container-widget:not(.relative-widget) .wrapper-row { position: fixed; width: 100%; right: 0; bottom: 0; z-index: 100000; } .death-statistics-marquee .marquee-container-widget .title-widget-2 { width: 75px; background-color: #757575; color: #fff; height: 60px; display: flex; align-items: center; justify-content: center; } .death-statistics-marquee .title-widget-2 a { color: #fff; color: color(display-p3 1 1 1); font-size: 15px; padding: 16px 18px 16px 15px; display: block; } .death-statistics-marquee .content-row:not(.content-row-full) { width: calc(100% - 100px); background-color: #000; } .death-statistics-marquee .content-row marquee { direction: ltr; } .death-statistics-marquee .content-row .img-item { display: inline-flex; height: 60px; align-items: center; vertical-align: top; } .death-statistics-marquee .content-row .article-title { height: 60px; display: inline-flex; align-items: center; color: #fff; padding: 0 15px; direction: rtl; } .death-statistics-marquee .article-title a { color: #fff; color: color(display-p3 1 1 1); font-size: 17px; } .death-statistics-marquee .title-widget-2 { width: 100px; } #widget_1932 { position: static; bottom: 0; width: 100%; z-index: 1; } @media scren and (max-width:768px){ .death-statistics-marquee .breaking-news-content{ font-family: 'Cairo', sans-serif; } }