
/*
Theme Name: Altın Fiyatları Canlı
Theme URI: [Web Sitenizin URL'si]
Author: Kodlama Desteği
Author URI: [Sizin URL'niz]
Description: Canlı altın fiyatlarını görüntülemek için özel olarak tasarlanmış WordPress teması.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: altin-fiyat-tema
*/

/* Temel Stil Ayarları */
body {
    font-family: Arial, sans-serif;
    background-color: #f4f4f4;
    color: #333;
    line-height: 1.6;
    padding: 20px;
}

.fiyat-gosterim-kapsayici {
    max-width: 900px;
    margin: 40px auto;
    background: #fff;
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

h1 {
    color: #DAA520; /* Altın rengine yakın */
    text-align: center;
    margin-bottom: 20px;
}

.fiyat-tablosu {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
}

.fiyat-tablosu th, .fiyat-tablosu td {
    border: 1px solid #ddd;
    padding: 12px;
    text-align: left;
}

.fiyat-tablosu th {
    background-color: #f8f8f8;
    color: #333;
    font-weight: bold;
}

.fiyat-tablosu tr:nth-child(even) {
    background-color: #f9f9f9;
}

.guncelleme-bilgisi {
    text-align: center;
    margin-top: 20px;
    font-size: 0.9em;
    color: #666;
}
