Şablon:GününMaddesi/styles.css: Revizyonlar arasındaki fark
Gezinti kısmına atla
Arama kısmına atla
Değişiklik özeti yok |
Tasarımı güncelle: Daha profesyonel ve okunaklı stil - gözden geçirilmiş renkler, sınırlar ve tipografi |
||
| (Aynı kullanıcının aradaki diğer 5 değişikliği gösterilmiyor) | |||
| 1. satır: | 1. satır: | ||
.gunun-maddesi-box { | .gunun-maddesi-box { | ||
position: relative; | |||
background: #ffffff; | background: #ffffff; | ||
border: 1px solid # | border: 1px solid #c8d1d9; | ||
border-radius: | border-left: 4px solid #1a3a66; | ||
padding: | border-radius: 6px; | ||
padding: 20px 22px; | |||
margin: 20px 0; | margin: 20px 0; | ||
box-shadow: 0 | box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08); | ||
max-width: 600px; | |||
} | } | ||
.gm-title { | .gm-title { | ||
font-size: | font-size: 19px; | ||
font-weight: | font-weight: 700; | ||
color: # | color: #1a3a66; | ||
margin-bottom: | margin-bottom: 8px; | ||
letter-spacing: -0.3px; | |||
} | } | ||
.gm-link { | .gm-link { | ||
font-size: | font-size: 16px; | ||
font-weight: | font-weight: 500; | ||
margin-bottom: | margin-bottom: 0; | ||
color: #0969da; | |||
text-decoration: none; | |||
} | |||
.gm-link:hover { | |||
color: #1a3a66; | color: #1a3a66; | ||
text-decoration: underline; | |||
} | } | ||
.gm-extract { | .gm-extract { | ||
font-size: | font-size: 15px; | ||
color: # | color: #424242; | ||
font-family: "IBM Plex Serif", Georgia, serif; | font-family: "IBM Plex Serif", Georgia, serif; | ||
line-height: 1.6; | |||
} | } | ||
08.02, 16 Kasım 2025 itibarı ile sayfanın şu anki hâli
.gunun-maddesi-box {
position: relative;
background: #ffffff;
border: 1px solid #c8d1d9;
border-left: 4px solid #1a3a66;
border-radius: 6px;
padding: 20px 22px;
margin: 20px 0;
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
max-width: 600px;
}
.gm-title {
font-size: 19px;
font-weight: 700;
color: #1a3a66;
margin-bottom: 8px;
letter-spacing: -0.3px;
}
.gm-link {
font-size: 16px;
font-weight: 500;
margin-bottom: 0;
color: #0969da;
text-decoration: none;
}
.gm-link:hover {
color: #1a3a66;
text-decoration: underline;
}
.gm-extract {
font-size: 15px;
color: #424242;
font-family: "IBM Plex Serif", Georgia, serif;
line-height: 1.6;
}