MediaWiki:Common.css: Revizyonlar arasındaki fark
Gezinti kısmına atla
Arama kısmına atla
Etiket: Geri al |
Değişiklik özeti yok Etiket: Geri alındı |
||
| 1. satır: | 1. satır: | ||
body { | body { | ||
background-color: #f8f9fa; | background-color: #f8f9fa; | ||
color: # | color: #1a1a1a; | ||
font-family: " | font-family: "Inter", "Segoe UI", sans-serif; | ||
line-height: 1.6; | line-height: 1.6; | ||
} | } | ||
/* Başlıklar */ | /* Başlıklar */ | ||
h1, h2, h3 { | h1, h2, h3 { | ||
color: # | color: #22335b; | ||
border-bottom: 1px solid #dbe4f3; | |||
border-bottom: 1px solid # | |||
} | } | ||
/* | /* Hukuki infobox */ | ||
.infobox { | .infobox { | ||
border: 1px solid #d0d7e2; | |||
background-color: #ffffff; | |||
box-shadow: 0 1px 4px rgba(0,0,0,0.05); | |||
border: 1px solid # | |||
background-color: # | |||
} | } | ||
.infobox caption { | .infobox caption { | ||
background: # | background: #dbe4f3; | ||
color: # | color: #22335b; | ||
font-weight: 600; | font-weight: 600; | ||
} | } | ||
.infobox th { | .infobox th { | ||
background: # | background: #eef3fa; | ||
color: # | color: #222; | ||
} | } | ||
14.48, 10 Kasım 2025 tarihindeki 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;
}