Şablon:Imetin/styles.css: Revizyonlar arasındaki fark

WikiKod sitesinden
Gezinti kısmına atla Arama kısmına atla
Değişiklik özeti yok
Değişiklik özeti yok
1. satır: 1. satır:
/* ORTAK KUTU */
.hukuk-container {
.hukuk-bolum {
     background: white;
     border: 1px solid #d0d0d0;
     border-radius: 12px;
     border-radius: 6px;
     box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
     margin: 22px 0;
    background: #fafafa;
     overflow: hidden;
     overflow: hidden;
     clear: both; /* Sağdaki infobox çakışmasını tamamen bitirir */
     margin: 15px 0;
}
 
/* BAŞLIK BÖLÜMÜ */
.hukuk-header {
    background: linear-gradient(135deg, #2c3e50 0%, #34495e 100%);
    color: white;
    padding: 30px;
    text-align: center;
}
 
.hukuk-header h1 {
    font-size: 24px;
    margin: 0 0 8px 0;
    font-weight: 600;
    letter-spacing: 0.5px;
}
 
.hukuk-header p {
    font-size: 13px;
    margin: 0;
    opacity: 0.9;
}
 
/* İÇERİK BÖLÜMÜ */
.hukuk-content {
    padding: 30px;
}
 
/* BÖLÜM */
.hukuk-section {
    margin-bottom: 25px;
}
 
.hukuk-section:last-child {
    margin-bottom: 0;
}
}


/* BAŞLIK BARI */
/* BAŞLIK */
.hukuk-baslik {
.hukuk-baslik {
     background: #ececec;
     display: flex;
     padding: 8px 12px;
     align-items: center;
    font-weight: bold;
    color: #333;
     font-size: 14px;
     font-size: 14px;
     border-bottom: 1px solid #d0d0d0;
    font-weight: 700;
     letter-spacing: 0.3px;
    color: #2c3e50;
    margin-bottom: 12px;
    padding-bottom: 10px;
     border-bottom: 3px solid #3498db;
    text-transform: uppercase;
     letter-spacing: 0.7px;
}
 
.hukuk-baslik .icon {
    color: #3498db;
    margin-right: 10px;
    font-size: 10px;
}
}


/* GÖVDE */
/* İÇERİK */
.hukuk-icerik {
.hukuk-icerik {
    padding: 14px 16px;
     font-size: 14px;
     font-size: 14px;
     line-height: 1.65;
     line-height: 1.75;
     color: #444;
     color: #555;
    background: #f8f9fa;
    padding: 18px;
    border-radius: 6px;
    border-left: 4px solid #3498db;
}
 
/* KARAR BÖLÜMÜ ÖZELLİKLERİ */
.hukuk-section.karar .hukuk-baslik {
    border-bottom-color: #e74c3c;
    color: #c0392b;
}
 
.hukuk-section.karar .hukuk-baslik .icon {
    color: #e74c3c;
}
 
.hukuk-section.karar .hukuk-icerik {
    background: #fef5f5;
    border-left-color: #e74c3c;
}
 
/* ALT BİLGİ */
.hukuk-footer {
    background: #ecf0f1;
    padding: 15px 30px;
    text-align: center;
    font-size: 11px;
    color: #7f8c8d;
    border-top: 1px solid #bdc3c7;
}
}


/* ÖZEL: Karar Kutusu */
.hukuk-footer p {
.hukuk-bolum.karar {
     margin: 0;
     border-color: #cc4b4b;
    background: #fff8f8;
}
}


.hukuk-bolum.karar .hukuk-baslik {
/* RESPONSIVE */
    background: #ffe5e5;
@media (max-width: 600px) {
     color: #cc0000;
    .hukuk-header {
     border-bottom-color: #cc4b4b;
        padding: 20px;
    }
   
    .hukuk-header h1 {
        font-size: 18px;
     }
   
    .hukuk-content {
        padding: 20px;
     }
   
    .hukuk-icerik {
        font-size: 13px;
        padding: 14px;
    }
}
}

11.48, 13 Kasım 2025 tarihindeki hâli

.hukuk-container {
    background: white;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    margin: 15px 0;
}

/* BAŞLIK BÖLÜMÜ */
.hukuk-header {
    background: linear-gradient(135deg, #2c3e50 0%, #34495e 100%);
    color: white;
    padding: 30px;
    text-align: center;
}

.hukuk-header h1 {
    font-size: 24px;
    margin: 0 0 8px 0;
    font-weight: 600;
    letter-spacing: 0.5px;
}

.hukuk-header p {
    font-size: 13px;
    margin: 0;
    opacity: 0.9;
}

/* İÇERİK BÖLÜMÜ */
.hukuk-content {
    padding: 30px;
}

/* BÖLÜM */
.hukuk-section {
    margin-bottom: 25px;
}

.hukuk-section:last-child {
    margin-bottom: 0;
}

/* BAŞLIK */
.hukuk-baslik {
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 12px;
    padding-bottom: 10px;
    border-bottom: 3px solid #3498db;
    text-transform: uppercase;
    letter-spacing: 0.7px;
}

.hukuk-baslik .icon {
    color: #3498db;
    margin-right: 10px;
    font-size: 10px;
}

/* İÇERİK */
.hukuk-icerik {
    font-size: 14px;
    line-height: 1.75;
    color: #555;
    background: #f8f9fa;
    padding: 18px;
    border-radius: 6px;
    border-left: 4px solid #3498db;
}

/* KARAR BÖLÜMÜ ÖZELLİKLERİ */
.hukuk-section.karar .hukuk-baslik {
    border-bottom-color: #e74c3c;
    color: #c0392b;
}

.hukuk-section.karar .hukuk-baslik .icon {
    color: #e74c3c;
}

.hukuk-section.karar .hukuk-icerik {
    background: #fef5f5;
    border-left-color: #e74c3c;
}

/* ALT BİLGİ */
.hukuk-footer {
    background: #ecf0f1;
    padding: 15px 30px;
    text-align: center;
    font-size: 11px;
    color: #7f8c8d;
    border-top: 1px solid #bdc3c7;
}

.hukuk-footer p {
    margin: 0;
}

/* RESPONSIVE */
@media (max-width: 600px) {
    .hukuk-header {
        padding: 20px;
    }
    
    .hukuk-header h1 {
        font-size: 18px;
    }
    
    .hukuk-content {
        padding: 20px;
    }
    
    .hukuk-icerik {
        font-size: 13px;
        padding: 14px;
    }
}