<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Çini Sanatı &#8211; Konya Haber</title>
	<atom:link href="https://konya.net.tr/etiket/cini-sanati/feed/" rel="self" type="application/rss+xml" />
	<link>https://konya.net.tr</link>
	<description>Konya Net Haber</description>
	<lastBuildDate>Tue, 21 Oct 2025 12:49:43 +0000</lastBuildDate>
	<language>tr</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>
	<item>
		<title>Konya Sırçalı Medrese: Selçuklu Çini Sanatının Zirvesi</title>
		<link>https://konya.net.tr/konya-sircali-medrese-selcuklu-cini-sanatinin-zirvesi/</link>
		
		<dc:creator><![CDATA[Haber Merkezi]]></dc:creator>
		<pubDate>Mon, 25 Aug 2025 13:36:40 +0000</pubDate>
				<category><![CDATA[Gezilecek Yerler]]></category>
		<category><![CDATA[Çini Sanatı]]></category>
		<category><![CDATA[Konya Gezi Rehberi]]></category>
		<category><![CDATA[Konya Tarihi Yerler]]></category>
		<category><![CDATA[Selçuklu Medresesi]]></category>
		<category><![CDATA[Sırçalı Medrese]]></category>
		<guid isPermaLink="false">https://konya.net.tr/?p=1809</guid>

					<description><![CDATA[Sırçalı Medrese, 1242 yılında Bedreddin Muslih tarafından fıkıh ilmi okutulmak üzere inşa edilmiştir. Konya’nın tarihi merkezinde yer alan medrese, “Açık Avlulu Medrese” tipinde tasarlanmıştır ve...]]></description>
										<content:encoded><![CDATA[    <div id="single-post-location" style="background: #ffffff; border: 1px solid #ddd; border-radius: 10px; padding: 20px; margin: 20px 0; box-shadow: 0 2px 6px rgba(0,0,0,0.1);">
        
        <!-- Mesafe bilgisi -->
        <div id="distance-result" style="font-size: 16px; font-weight: bold; color: #333; margin-bottom: 15px;">
            <img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f4cd.png" alt="📍" class="wp-smiley" style="height: 1em; max-height: 1em;" /> Konumunuz alınıyor ve mesafe hesaplanıyor...
        </div>
        
        <!-- Adres ve Butonlar -->
        <div style="display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap;">
            
            <!-- Adres -->
            <div style="flex: 1; min-width: 200px; margin-right: 15px;">
                                    <p style="margin: 0; font-size: 15px;"><strong><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f4cd.png" alt="📍" class="wp-smiley" style="height: 1em; max-height: 1em;" /> Adres:</strong> Sahibiata, Şube Sk. No:2, 42040, 42040 Meram/Konya, Türkiye</p>
                                <p style="margin: 5px 0; font-size: 14px; color: #666;">
                    <strong>Koordinatlar:</strong> 37.870078879942234, 32.49408656260227                </p>
            </div>
            
            <!-- Butonlar -->
            <div style="flex-shrink: 0; display: flex; gap: 10px; margin-top: 10px;">
                <a href="https://www.google.com/maps?q=37.870078879942234,32.49408656260227" 
                   target="_blank" 
                   style="background: #0073aa; color: white; padding: 10px 15px; text-decoration: none; border-radius: 5px; font-size: 14px; display: inline-block;">
                   <img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f30d.png" alt="🌍" class="wp-smiley" style="height: 1em; max-height: 1em;" /> Google Maps'te Aç
                </a>
                <a href="#" id="directions-link" 
                   target="_blank" 
                   style="background: #28a745; color: white; padding: 10px 15px; text-decoration: none; border-radius: 5px; font-size: 14px; display: inline-block;">
                   <img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f697.png" alt="🚗" class="wp-smiley" style="height: 1em; max-height: 1em;" /> Yol Tarifi Al
                </a>
            </div>
        </div>
    </div>
    
    <script>
    jQuery(document).ready(function($) {
        var postLat = 37.870078879942234;
        var postLng = 32.49408656260227;
        
        if (navigator.geolocation) {
            navigator.geolocation.getCurrentPosition(function(position) {
                var userLat = position.coords.latitude;
                var userLng = position.coords.longitude;
                
                var R = 6371;
                var dLat = (postLat - userLat) * Math.PI / 180;
                var dLng = (postLng - userLng) * Math.PI / 180;
                var a = Math.sin(dLat/2) * Math.sin(dLat/2) +
                        Math.cos(userLat * Math.PI / 180) * Math.cos(postLat * Math.PI / 180) *
                        Math.sin(dLng/2) * Math.sin(dLng/2);
                var c = 2 * Math.atan2(Math.sqrt(a), Math.sqrt(1-a));
                var distance = R * c;
                
                $('#distance-result').html(
                    '<div style="background: #e8f5e8; padding: 12px; border-radius: 6px; font-size: 15px;">' +
                    '&#x1f4cf; <strong>Mesafe:</strong> ' + distance.toFixed(1) + ' km uzaklıkta' +
                    '</div>'
                );
                
                // Yol tarifi butonunu güncelle
                $('#directions-link').attr('href', 'https://www.google.com/maps/dir/' + userLat + ',' + userLng + '/' + postLat + ',' + postLng);
                
            }, function(error) {
                $('#distance-result').html(
                    '<div style="background: #f8d7da; color: #721c24; padding: 12px; border-radius: 6px; font-size: 14px;">' +
                    '&#x274c; Konum alınamadı: ' + error.message +
                    '</div>'
                );
            });
        } else {
            $('#distance-result').html(
                '<div style="background: #f8d7da; color: #721c24; padding: 12px; border-radius: 6px; font-size: 14px;">' +
                '&#x274c; Tarayıcınız konum özelliğini desteklemiyor.' +
                '</div>'
            );
        }
    });
    </script>
    
    




Sırçalı Medrese, 1242 yılında <strong>Bedreddin Muslih</strong> tarafından <strong>fıkıh ilmi okutulmak üzere</strong> inşa edilmiştir. Konya’nın tarihi merkezinde yer alan medrese, “<strong>Açık Avlulu Medrese</strong>” tipinde tasarlanmıştır ve Selçuklu dönemi eğitim yapılarının en güzel örneklerinden biridir.





<strong>Mimari ve Sanatsal Özellikler:</strong>




<ul class="wp-block-list">
 	<li style="list-style-type: none">
<ul class="wp-block-list">
 	<li>Yapının ana eyvanının sağında ve solunda kubbeli odalar bulunur; bunlar klasik kışlık dershaneler olarak kullanılmıştır.</li>
</ul>
</li>
</ul>



<ul class="wp-block-list">
 	<li style="list-style-type: none">
<ul class="wp-block-list">
 	<li>Medresenin en süslü ve gösterişli kısmı olan ana eyvan hâlen oldukça sağlam durumdadır.</li>
</ul>
</li>
</ul>



<ul class="wp-block-list">
 	<li style="list-style-type: none">
<ul class="wp-block-list">
 	<li>Eyvan kemerinin alt kısmındaki <strong>altıgen çiniler</strong> ve üst kısmındaki çiniler zamanla dökülmüş olsa da, yapının estetik ve tarihi değeri korunmaktadır.</li>
</ul>
</li>
</ul>



<ul class="wp-block-list">
 	<li style="list-style-type: none">
<ul class="wp-block-list">
 	<li>Eyvan, üç basamak ile avludan ayrılmaktadır.</li>
</ul>
</li>
</ul>



<ul class="wp-block-list">
 	<li style="list-style-type: none">
<ul class="wp-block-list">
 	<li>Cephesi, çeşitli şekillerde ve ayetlerle bezelidir. Eyvan kemerinde yer alan altıgenin ortasındaki <strong>mimari kitabede medreseyi Tuslu Mehmed Usta’nın yaptığı</strong> yazılıdır; yazı bordürleri eyvanın cephesini çepeçevre sarmaktadır.</li>
</ul>
</li>
</ul>



<ul class="wp-block-list">
 	<li style="list-style-type: none">
<ul class="wp-block-list">
 	<li>Eyvanın güney duvarında çinileri dökülmüş bir mihrap bulunmaktadır.</li>
</ul>
</li>
</ul>






<strong>Çini Sanatı:</strong>
Sırçalı Medrese, Selçuklu çini sanatının en önemli örneklerinden birini sunar. Eyvan ve cephelerde kullanılan çiniler, dönemin estetik anlayışını ve sanatını yansıtır.





<strong>Ziyaretçi Deneyimi ve Kullanım:</strong>




<ul class="wp-block-list">
 	<li style="list-style-type: none">
<ul class="wp-block-list">
 	<li>Medresenin üst katı hâlen <strong>Rölöve ve Anıtlar Müdürlüğü</strong> tarafından kullanılmaktadır.</li>
</ul>
</li>
</ul>



<ul class="wp-block-list">
 	<li style="list-style-type: none">
<ul class="wp-block-list">
 	<li>Alt kattaki bir bölümde, vakfiyesine uygun olarak <strong>“Fıkıh Sohbetleri”</strong> gerçekleştirilmektedir.</li>
</ul>
</li>
</ul>



<ul class="wp-block-list">
 	<li style="list-style-type: none">
<ul class="wp-block-list">
 	<li>Tarihi yapı, hem mimari hem de çini sanatı meraklıları için mutlaka görülmesi gereken bir yerdir.</li>
</ul>
</li>
</ul>





<figure class="wp-block-gallery has-nested-images columns-default is-cropped wp-block-gallery-1 is-layout-flex wp-block-gallery-is-layout-flex">
<figure class="wp-block-image size-large"><img fetchpriority="high" decoding="async" width="500" height="756" class="wp-image-1811" src="https://konya.net.tr/wp-content/uploads/2025/08/sircali-medrese.jpg" alt="" srcset="https://konya.net.tr/wp-content/uploads/2025/08/sircali-medrese.jpg 500w, https://konya.net.tr/wp-content/uploads/2025/08/sircali-medrese-198x300.jpg 198w, https://konya.net.tr/wp-content/uploads/2025/08/sircali-medrese-150x227.jpg 150w, https://konya.net.tr/wp-content/uploads/2025/08/sircali-medrese-300x454.jpg 300w" sizes="(max-width: 500px) 100vw, 500px" /></figure>



<figure class="wp-block-image size-large"><img decoding="async" width="1024" height="573" class="wp-image-1814" src="https://konya.net.tr/wp-content/uploads/2025/08/sircali-medrese-3.jpg-1024x573.png" alt="" srcset="https://konya.net.tr/wp-content/uploads/2025/08/sircali-medrese-3.jpg-1024x573.png 1024w, https://konya.net.tr/wp-content/uploads/2025/08/sircali-medrese-3.jpg-300x168.png 300w, https://konya.net.tr/wp-content/uploads/2025/08/sircali-medrese-3.jpg-768x430.png 768w, https://konya.net.tr/wp-content/uploads/2025/08/sircali-medrese-3.jpg-150x84.png 150w, https://konya.net.tr/wp-content/uploads/2025/08/sircali-medrese-3.jpg-696x390.png 696w, https://konya.net.tr/wp-content/uploads/2025/08/sircali-medrese-3.jpg-1068x598.png 1068w, https://konya.net.tr/wp-content/uploads/2025/08/sircali-medrese-3.jpg.png 1415w" sizes="(max-width: 1024px) 100vw, 1024px" /></figure>
</figure>




]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>
