MediaWiki:Common.css: Revizyonlar arasındaki fark
Gezinti kısmına atla
Arama kısmına atla
Değişiklik özeti yok Etiket: Geri alındı |
Etiket: Geri al |
||
| 1. satır: | 1. satır: | ||
/* --- WikiKod: RuneScape-tarzı düz tema --- */ | |||
body { | body { | ||
background-color: #f8f9fa; | background-color: #f8f9fa; | ||
color: # | color: #202122; | ||
font-family: " | font-family: "Segoe UI", "Inter", sans-serif; | ||
line-height: 1.6; | line-height: 1.6; | ||
} | |||
/* Bağlantılar */ | |||
a { color: #0645ad; } | |||
a:visited { color: #0b0080; } | |||
/* İçerik kutusu */ | |||
.mw-body-content { | |||
background: #fff; | |||
border: 1px solid #ddd; | |||
border-radius: 4px; | |||
padding: 1.2rem 1.5rem; | |||
box-shadow: 0 2px 6px rgba(0,0,0,0.04); | |||
} | } | ||
/* Başlıklar */ | /* Başlıklar */ | ||
h1, h2, h3 { | h1, h2, h3 { | ||
color: # | color: #2a4b8d; | ||
border-bottom: 1px solid # | font-weight: 600; | ||
border-bottom: 1px solid #e2e2e2; | |||
padding-bottom: 0.2em; | |||
} | } | ||
/* | /* Infobox genel yapı */ | ||
.infobox { | .infobox { | ||
border: 1px solid # | float: right; | ||
background-color: # | clear: right; | ||
margin: 0 0 1em 1em; | |||
width: 300px; | |||
font-size: 90%; | |||
border: 1px solid #a2a9b1; | |||
background-color: #f9f9f9; | |||
border-collapse: collapse; | |||
} | } | ||
/* NPC Infobox özel teması */ | |||
.infobox caption { | .infobox caption { | ||
background: # | background: #dce6f9; | ||
color: # | color: #222; | ||
font-weight: 600; | font-weight: 600; | ||
border-bottom: 1px solid #a2a9b1; | |||
} | } | ||
.infobox th { | .infobox th { | ||
background: # | background: #e9edf3; | ||
color: # | color: #202122; | ||
font-weight: 500; | |||
} | |||
.infobox td { | |||
background: #ffffff; | |||
} | |||
.infobox img { | |||
border-radius: 4px; | |||
box-shadow: 0 0 4px rgba(0,0,0,0.1); | |||
} | } | ||
14.49, 10 Kasım 2025 tarihindeki hâli
/* --- WikiKod: RuneScape-tarzı düz tema --- */
body {
background-color: #f8f9fa;
color: #202122;
font-family: "Segoe UI", "Inter", sans-serif;
line-height: 1.6;
}
/* Bağlantılar */
a { color: #0645ad; }
a:visited { color: #0b0080; }
/* İçerik kutusu */
.mw-body-content {
background: #fff;
border: 1px solid #ddd;
border-radius: 4px;
padding: 1.2rem 1.5rem;
box-shadow: 0 2px 6px rgba(0,0,0,0.04);
}
/* Başlıklar */
h1, h2, h3 {
color: #2a4b8d;
font-weight: 600;
border-bottom: 1px solid #e2e2e2;
padding-bottom: 0.2em;
}
/* Infobox genel yapı */
.infobox {
float: right;
clear: right;
margin: 0 0 1em 1em;
width: 300px;
font-size: 90%;
border: 1px solid #a2a9b1;
background-color: #f9f9f9;
border-collapse: collapse;
}
/* NPC Infobox özel teması */
.infobox caption {
background: #dce6f9;
color: #222;
font-weight: 600;
border-bottom: 1px solid #a2a9b1;
}
.infobox th {
background: #e9edf3;
color: #202122;
font-weight: 500;
}
.infobox td {
background: #ffffff;
}
.infobox img {
border-radius: 4px;
box-shadow: 0 0 4px rgba(0,0,0,0.1);
}