Ş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 |
Değişiklik özeti yok |
||
| 1. satır: | 1. satır: | ||
.gunun-maddesi-box { | .gunun-maddesi-box { | ||
background: #fbfbfc; | |||
background: # | border: 1px solid #e4e4e4; | ||
border: | padding: 14px 16px; | ||
padding: | border-radius: 6px; | ||
border-radius: | |||
margin: 20px 0; | margin: 20px 0; | ||
box-shadow: 0 2px 5px rgba(0,0,0,0.04); | |||
} | } | ||
| 12. satır: | 11. satır: | ||
font-size: 18px; | font-size: 18px; | ||
font-weight: 600; | font-weight: 600; | ||
color: # | color: #2c3e50; | ||
margin-bottom: 6px; | margin-bottom: 6px; | ||
border-left: 3px solid #2c3e50; | |||
padding-left: 8px; | |||
} | } | ||
| 20. satır: | 20. satır: | ||
font-size: 16px; | font-size: 16px; | ||
font-weight: 600; | font-weight: 600; | ||
margin-bottom: | margin-bottom: 6px; | ||
} | } | ||
.gm-extract { | .gm-extract { | ||
color: #333; | |||
line-height: 1.55; | line-height: 1.55; | ||
font-size: 14.5px; | |||
} | } | ||
05.04, 14 Kasım 2025 tarihindeki hâli
.gunun-maddesi-box {
background: #fbfbfc;
border: 1px solid #e4e4e4;
padding: 14px 16px;
border-radius: 6px;
margin: 20px 0;
box-shadow: 0 2px 5px rgba(0,0,0,0.04);
}
.gm-title {
font-size: 18px;
font-weight: 600;
color: #2c3e50;
margin-bottom: 6px;
border-left: 3px solid #2c3e50;
padding-left: 8px;
}
.gm-link {
font-size: 16px;
font-weight: 600;
margin-bottom: 6px;
}
.gm-extract {
color: #333;
line-height: 1.55;
font-size: 14.5px;
}