Şablon:Imetin/styles.css: Revizyonlar arasındaki fark
Gezinti kısmına atla
Arama kısmına atla
Değişiklik özeti yok |
Değişiklik özeti yok |
||
| 7. satır: | 7. satır: | ||
font-size: 12px; | font-size: 12px; | ||
font-weight: bold; | font-weight: bold; | ||
overflow:hidden; | |||
} | } | ||
11.31, 13 Kasım 2025 tarihindeki hâli
.davaozeti {
position: relative;
border: 1px solid gray;
padding: 10px;
border-radius: 5px;
margin: 10px;
font-size: 12px;
font-weight: bold;
overflow:hidden;
}
.davaozeti::before {
content: "Dava Özeti";
position: absolute;
top: -10px; /* Kutunun üstünde dursun */
left: 10px; /* Sol boşluk */
background: white; /* Çizgiyi kesmesi için arka plan */
padding: 0 5px;
font-size: 11px;
font-weight: bold;
color: gray;
}
.gerekce {
position: relative;
border: 1px solid gray;
padding: 10px;
border-radius: 5px;
margin: 10px;
font-size: 12px;
font-weight: bold;
}
.gerekce::before {
content: "Gerekçe";
position: absolute;
top: -10px; /* Kutunun üstünde dursun */
left: 10px; /* Sol boşluk */
background: white; /* Çizgiyi kesmesi için arka plan */
padding: 0 5px;
font-size: 11px;
font-weight: bold;
color: gray;
}
.karar {
color:red;
}