Şablon:Imetin/styles.css: Revizyonlar arasındaki fark
Gezinti kısmına atla
Arama kısmına atla
".im-box { border: 1px solid #d4d7dd; background: #f9fafc; padding: 14px 18px; margin: 0 0 20px 0; border-radius: 8px; box-shadow: 0 2px 6px rgba(0,0,0,0.05); max-width: 1200px; } .im-title { font-size: 15px; font-weight: 600; color: #2b3f66; margin-bottom: 6px; letter-spacing: 0.3px; } .im-content { font-size: 15px; color: #333; text-align: justify; line-height: 1.55; }" içeriğiyle yeni sayfa oluşturdu |
Değişiklik özeti yok |
||
| 1. satır: | 1. satır: | ||
.im-box { | .im-box { | ||
border: 1px solid # | border: 1px solid #d9dde5; | ||
background: # | background: #fdfdff; | ||
padding: | padding: 18px 22px; | ||
margin: 0 0 | margin: 0 0 25px 0; | ||
border-radius: | border-radius: 10px; | ||
box-shadow: 0 | box-shadow: 0 4px 12px rgba(0,0,0,0.04); | ||
max-width: 1200px; | max-width: 1200px; | ||
} | } | ||
.im- | .im-header { | ||
font-size: | display: flex; | ||
font- | align-items: center; | ||
gap: 8px; | |||
margin-bottom: 10px; | |||
} | |||
.im-icon { | |||
font-size: 20px; | |||
opacity: 0.85; | |||
} | |||
.im-heading { | |||
font-size: 17px; | |||
font-weight: 700; | |||
color: #243a63; | |||
letter-spacing: 0.3px; | letter-spacing: 0.3px; | ||
} | } | ||
| 19. satır: | 30. satır: | ||
.im-content { | .im-content { | ||
font-size: 15px; | font-size: 15px; | ||
color: # | color: #2a2a2a; | ||
line-height: 1.62; | |||
text-align: justify; | text-align: justify; | ||
} | } | ||
18.12, 22 Kasım 2025 tarihindeki hâli
.im-box {
border: 1px solid #d9dde5;
background: #fdfdff;
padding: 18px 22px;
margin: 0 0 25px 0;
border-radius: 10px;
box-shadow: 0 4px 12px rgba(0,0,0,0.04);
max-width: 1200px;
}
.im-header {
display: flex;
align-items: center;
gap: 8px;
margin-bottom: 10px;
}
.im-icon {
font-size: 20px;
opacity: 0.85;
}
.im-heading {
font-size: 17px;
font-weight: 700;
color: #243a63;
letter-spacing: 0.3px;
}
.im-content {
font-size: 15px;
color: #2a2a2a;
line-height: 1.62;
text-align: justify;
}