Ş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 |
||
| (Aynı kullanıcının aradaki bir diğer değişikliği gösterilmiyor) | |||
| 1. satır: | 1. satır: | ||
.im-box { | .im-box { | ||
background: #f3f7ff; | |||
border: 1px solid #cdd9f0; | |||
padding: 18px | padding: 14px 18px; | ||
border-radius: 6px; | |||
border-radius: | margin: 0 0 20px 0; | ||
} | } | ||
.im- | .im-title { | ||
font-size: 14px; | |||
font-weight: 600; | |||
color: #2d3e59; | |||
margin-bottom: | margin-bottom: 6px; | ||
text-transform: uppercase; | |||
letter-spacing: 0.4px; | |||
letter-spacing: 0. | |||
} | } | ||
.im-content { | .im-content { | ||
font-size: 15px; | font-size: 15px; | ||
line-height: 1.58; | |||
line-height: 1. | color: #222; | ||
text-align: justify; | text-align: justify; | ||
} | } | ||
18.15, 22 Kasım 2025 itibarı ile sayfanın şu anki hâli
.im-box {
background: #f3f7ff;
border: 1px solid #cdd9f0;
padding: 14px 18px;
border-radius: 6px;
margin: 0 0 20px 0;
}
.im-title {
font-size: 14px;
font-weight: 600;
color: #2d3e59;
margin-bottom: 6px;
text-transform: uppercase;
letter-spacing: 0.4px;
}
.im-content {
font-size: 15px;
line-height: 1.58;
color: #222;
text-align: justify;
}