Şablon:Imetin/styles.css
Gezinti kısmına atla
Arama kısmına atla
.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;
}
}