MediaWiki:Vector.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: | ||
body { | body { | ||
background-color: #f8f9fa; | |||
color: #1a1a1a; | |||
font-family: "Inter", "Segoe UI", sans-serif; | |||
line-height: 1.6; | |||
} | } | ||
/* Başlıklar */ | /* Başlıklar */ | ||
h1, h2, h3 { | h1, h2, h3 { | ||
color: #22335b; | |||
border-bottom: 1px solid #dbe4f3; | |||
} | } | ||
/* | /* Hukuki infobox */ | ||
.infobox { | .infobox { | ||
border: 1px solid #d0d7e2; | |||
background-color: #ffffff; | |||
border: 1px solid # | |||
box-shadow: 0 1px 4px rgba(0,0,0,0.05); | box-shadow: 0 1px 4px rgba(0,0,0,0.05); | ||
} | } | ||
.infobox | .infobox caption { | ||
background: #dbe4f3; | |||
color: #22335b; | |||
font-weight: 600; | |||
} | } | ||
.infobox th { | .infobox th { | ||
background: #eef3fa; | |||
color: #222; | |||
background: # | |||
} | } | ||
14.48, 10 Kasım 2025 itibarı ile sayfanın şu anki hâli
body {
background-color: #f8f9fa;
color: #1a1a1a;
font-family: "Inter", "Segoe UI", sans-serif;
line-height: 1.6;
}
/* Başlıklar */
h1, h2, h3 {
color: #22335b;
border-bottom: 1px solid #dbe4f3;
}
/* Hukuki infobox */
.infobox {
border: 1px solid #d0d7e2;
background-color: #ffffff;
box-shadow: 0 1px 4px rgba(0,0,0,0.05);
}
.infobox caption {
background: #dbe4f3;
color: #22335b;
font-weight: 600;
}
.infobox th {
background: #eef3fa;
color: #222;
}