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