Jazz legend John Coltrane’s Philadelphia house to become a cultural heritage site
On the centennial of father's birth, Ravi Coltrane talks about turning the home where the jazz legend spent a crucial…
5 Eylül 2026, 21:01/* Theme Name: Haberintl Tema Theme URI: https://haberintl.com Author: Timur Description: haberintl.com icin ozel, acik temali haber sitesi teması. Tum ulkelerden gelen haberleri tek bir karisik akiste, en yeniden eskiye gosterir. Version: 1.0 Text Domain: haberintl */ :root { --renk-metin: #1a1a1a; --renk-metin-soluk: #6b6b6b; --renk-cizgi: #e5e5e5; --renk-vurgu: #c0392b; --renk-zemin: #ffffff; --renk-zemin-alt: #f7f7f7; --font-baslik: Georgia, 'Times New Roman', serif; --font-govde: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif; } * { box-sizing: border-box; } body { margin: 0; background: var(--renk-zemin); color: var(--renk-metin); font-family: var(--font-govde); line-height: 1.5; } a { color: inherit; text-decoration: none; } a:hover { color: var(--renk-vurgu); } img { max-width: 100%; display: block; } .kapsayici { max-width: 1180px; margin: 0 auto; padding: 0 20px; } .ust-serit { background: var(--renk-zemin-alt); border-bottom: 1px solid var(--renk-cizgi); font-size: 12px; color: var(--renk-metin-soluk); padding: 6px 0; } .site-basligi { padding: 22px 0 14px; border-bottom: 3px solid var(--renk-metin); } .site-basligi .kapsayici { display: flex; align-items: baseline; justify-content: space-between; flex-wrap: wrap; gap: 10px; } .site-adi { font-family: var(--font-baslik); font-size: 34px; font-weight: 700; letter-spacing: -0.5px; margin: 0; } .site-adi a { color: var(--renk-metin); } .site-adi span { color: var(--renk-vurgu); } .site-slogan { font-size: 13px; color: var(--renk-metin-soluk); } /* ÜST MENÜ */ .ana-menu { background: var(--renk-vurgu); } .ana-menu ul { list-style: none; margin: 0; padding: 0; display: flex; flex-wrap: wrap; } .ana-menu li a { display: block; color: #fff; padding: 12px 16px; font-size: 14px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.3px; } .ana-menu li a:hover, .ana-menu li.current-menu-item a { background: rgba(0,0,0,0.15); color: #fff; } /* "BUGÜN NELER OLDU" ŞERİDİ */ .son-dakika { background: #fafafa; border-bottom: 1px solid var(--renk-cizgi); padding: 10px 0; } .son-dakika .kapsayici { display: flex; align-items: center; gap: 22px; overflow-x: auto; white-space: nowrap; scrollbar-width: none; } .son-dakika .kapsayici::-webkit-scrollbar { display: none; } .son-dakika .baslik-etiketi { font-weight: 700; font-size: 13px; flex-shrink: 0; color: var(--renk-metin); } .son-dakika .madde { font-size: 13px; color: var(--renk-metin); flex-shrink: 0; } .son-dakika .hashtag { color: var(--renk-vurgu); font-weight: 700; margin-right: 4px; } .icerik-alani { padding: 30px 0 50px; } /* MANŞET SLIDER */ .manset-slider { position: relative; width: 100%; height: 460px; border-radius: 4px; overflow: hidden; background: #111; margin-bottom: 36px; } .manset-slayt { position: absolute; inset: 0; opacity: 0; visibility: hidden; transition: opacity 0.5s ease; z-index: 1; } .manset-slayt.aktif { opacity: 1; visibility: visible; z-index: 2; } .manset-slayt img { width: 100%; height: 100%; object-fit: cover; } .manset-slayt.gorselsiz { background: linear-gradient(135deg, #2a2a2a, #050505); } .slayt-golge { position: absolute; left: 0; right: 0; bottom: 0; padding: 70px 36px 30px; background: linear-gradient(to top, rgba(0,0,0,0.92) 10%, rgba(0,0,0,0.55) 55%, rgba(0,0,0,0) 100%); } .slayt-golge .kaynak-rozeti { background: var(--renk-vurgu); color: #fff; padding: 3px 9px; border-radius: 2px; margin-bottom: 10px; } .slayt-baslik { font-family: var(--font-baslik); font-weight: 800; font-size: 34px; line-height: 1.15; color: #fff; margin: 0 0 10px; max-width: 820px; text-shadow: 0 2px 10px rgba(0,0,0,0.4); } .slayt-tarih { color: #e8e8e8; font-size: 13px; } .manset-ok { position: absolute; top: 50%; transform: translateY(-50%); z-index: 3; width: 42px; height: 42px; border-radius: 50%; background: rgba(0,0,0,0.45); color: #fff; border: none; font-size: 20px; cursor: pointer; display: flex; align-items: center; justify-content: center; line-height: 1; } .manset-ok:hover { background: var(--renk-vurgu); } .manset-ok-sol { left: 16px; } .manset-ok-sag { right: 16px; } /* Numaralı daire nokta navigasyonu (Hürriyet tarzı) */ .manset-noktalar { position: absolute; z-index: 3; bottom: 16px; left: 0; right: 0; display: flex; justify-content: center; gap: 8px; flex-wrap: wrap; padding: 0 20px; } .manset-nokta { width: 26px; height: 26px; border-radius: 50%; background: rgba(255,255,255,0.85); color: var(--renk-metin); border: none; cursor: pointer; font-size: 12px; font-weight: 700; display: flex; align-items: center; justify-content: center; } .manset-nokta.aktif { background: var(--renk-vurgu); color: #fff; } .kaynak-rozeti { display: inline-block; font-size: 11px; font-weight: 700; text-transform: uppercase; color: var(--renk-vurgu); margin-bottom: 6px; letter-spacing: 0.3px; } .tarih-bilgisi { font-size: 12px; color: var(--renk-metin-soluk); } /* SICAK GÜNDEM BLOĞU */ .sicak-gundem { display: grid; grid-template-columns: 1.6fr 1fr; gap: 24px; margin-bottom: 36px; padding-bottom: 30px; border-bottom: 1px solid var(--renk-cizgi); } .sicak-gundem-baslik { background: var(--renk-vurgu); color: #fff; font-weight: 800; font-size: 13px; letter-spacing: 0.5px; padding: 6px 14px; display: inline-block; margin-bottom: 14px; } .sicak-gundem-kutular { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; } .sicak-kutu { position: relative; border-radius: 3px; overflow: hidden; background: #111; aspect-ratio: 16 / 10; } .sicak-kutu img { width: 100%; height: 100%; object-fit: cover; opacity: 0.85; } .sicak-kutu .sicak-metin { position: absolute; left: 0; right: 0; bottom: 0; padding: 10px; background: linear-gradient(to top, rgba(0,0,0,0.9), rgba(0,0,0,0.1)); } .sicak-kutu .sicak-metin span { color: #fff; font-weight: 700; font-size: 13px; line-height: 1.3; } .sicak-liste { display: flex; flex-direction: column; } .sicak-liste-oge { padding: 10px 0; border-bottom: 1px solid var(--renk-cizgi); font-size: 13px; line-height: 1.4; font-weight: 600; } .sicak-liste-oge:last-child { border-bottom: none; } .sicak-liste-oge .kaynak-rozeti { display: block; font-size: 10px; margin-bottom: 3px; } .bolum-baslik { font-family: var(--font-baslik); font-size: 20px; font-weight: 700; border-bottom: 2px solid var(--renk-metin); padding-bottom: 8px; margin: 0 0 20px; } .haber-izgara { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; } .haber-karti { background: var(--renk-zemin); } .haber-karti img { width: 100%; height: 150px; object-fit: cover; border-radius: 3px; margin-bottom: 10px; background: var(--renk-zemin-alt); } .haber-karti h3 { font-size: 15px; line-height: 1.35; margin: 0 0 6px; font-weight: 600; } .haber-karti p { font-size: 13px; color: var(--renk-metin-soluk); margin: 0 0 6px; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; } .daha-fazla-satiri { text-align: center; margin-top: 34px; } .daha-fazla-satiri a { display: inline-block; border: 1px solid var(--renk-metin); padding: 10px 26px; font-size: 13px; font-weight: 700; text-transform: uppercase; border-radius: 3px; } .daha-fazla-satiri a:hover { background: var(--renk-metin); color: #fff; } /* FOOTER */ .site-footer { background: var(--renk-zemin-alt); border-top: 1px solid var(--renk-cizgi); padding: 30px 0; margin-top: 20px; font-size: 13px; color: var(--renk-metin-soluk); } .site-footer a { color: var(--renk-metin-soluk); } .footer-ust { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 16px; margin-bottom: 16px; } .footer-menu ul { list-style: none; display: flex; gap: 18px; padding: 0; margin: 0; flex-wrap: wrap; } .telif-notu { border-top: 1px solid var(--renk-cizgi); padding-top: 14px; font-size: 12px; } /* MOBİL UYUM */ @media (max-width: 900px) { .sicak-gundem { grid-template-columns: 1fr; } .haber-izgara { grid-template-columns: repeat(2, 1fr); } .site-adi { font-size: 26px; } .ana-menu ul { flex-wrap: wrap; } } @media (max-width: 520px) { .haber-izgara { grid-template-columns: 1fr; } .sicak-gundem-kutular { grid-template-columns: 1fr; } .manset-slider { height: 340px; } }
On the centennial of father's birth, Ravi Coltrane talks about turning the home where the jazz legend spent a crucial…
5 Eylül 2026, 21:01The museum’s director-general, noted that the stele was relocated and restored as part of the museum’s new display plan. It…
5 Eylül 2026, 20:35Prime Minister Kyriakos Mitsotakis called on Greek people Saturday to enter into a “Progress and Prosperity Pact” that will place…
5 Eylül 2026, 20:32In front of the false door, archaeologists uncovered a complete set of alabaster funerary tools, including an offering table and…
5 Eylül 2026, 20:32If one were to leaf through the National Action Plan for the Protection of Children from Sexual Abuse and Exploitation…
5 Eylül 2026, 20:30Welcome to WordPress. This is your first post. Edit or delete it, then start writing!
5 Eylül 2026, 19:59An Israeli woman in her 80s was attacked at a Paris hotel, with the Foreign Ministry saying its officials are…
5 Eylül 2026, 19:50Trendyol Süper Lig'in 4. haftasında Fenerbahçe'ye konuk olan Beşiktaş, karşılaşmayı 2-1 kazanarak bir sezonluk aranın ardından derbi sevinci yaşadı.
5 Eylül 2026, 19:38Aile ve Sosyal Hizmetler Bakanı Mahinur Özdemir Göktaş, Fenerbahçe-Beşiktaş karşılaşmasında stadyumda dikkat çekilen dijital gönüllülük platformu "İyilik Var"ın 12 Eylül'de…
5 Eylül 2026, 19:21The Israeli Right that formed them was largely secular, nationalist, and security-minded. The Israeli Right replacing it is increasingly religious…
5 Eylül 2026, 18:56İsrail ordusunun 8 Ekim 2023'ten bu yana Lübnan'a düzenlediği saldırılarda 9 bine yakın kişi yaşamını yitirdi.
5 Eylül 2026, 18:56In July, a Syrian court sentenced former dictator Bashar Assad to death for crimes against his own people. But after…
5 Eylül 2026, 18:56The difficulty of finding a parking space in Athens and other big cities has become a daily nightmare for commuters.
5 Eylül 2026, 18:29The strikes were carried out after Iran's Islamic Revolutionary Guard Corps launched ballistic missiles at two US Navy ships, CENTCOM…
5 Eylül 2026, 18:22Former NSC chief Jacob Nagel said six to nine months of economic pressure could push Iranians back into the streets,…
5 Eylül 2026, 18:22“Where the Day Starts,” the 2026 Biennale of Contemporary Keramics, brings the craft into dialogue with the history, culture and…
5 Eylül 2026, 18:14