Ş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 |
||
| 1. satır: | 1. satır: | ||
.im-box { | .im-box { | ||
background: #fafbfc; | |||
border: 1px solid #e2e4e8; | |||
padding: 18px | padding: 14px 18px; | ||
border-radius: 6px; | |||
border-radius: | margin-bottom: 24px; | ||
max-width: 1200px; | max-width: 1200px; | ||
} | } | ||
.im- | .im-title { | ||
font-size: 14.5px; | |||
font-weight: 600; | |||
color: #2d3e59; | |||
margin-bottom: | margin-bottom: 6px; | ||
text-transform: uppercase; | |||
letter-spacing: 0.6px; | |||
opacity: 0.85; | opacity: 0.85; | ||
} | } | ||
.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.13, 22 Kasım 2025 tarihindeki hâli
.im-box {
background: #fafbfc;
border: 1px solid #e2e4e8;
padding: 14px 18px;
border-radius: 6px;
margin-bottom: 24px;
max-width: 1200px;
}
.im-title {
font-size: 14.5px;
font-weight: 600;
color: #2d3e59;
margin-bottom: 6px;
text-transform: uppercase;
letter-spacing: 0.6px;
opacity: 0.85;
}
.im-content {
font-size: 15px;
line-height: 1.58;
color: #222;
text-align: justify;
}