MediaWiki:Common.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 Etiket: Geri alındı |
||
| 60. satır: | 60. satır: | ||
border-radius: 4px; | border-radius: 4px; | ||
box-shadow: 0 0 4px rgba(0,0,0,0.1); | box-shadow: 0 0 4px rgba(0,0,0,0.1); | ||
} | |||
/* Görev Infobox özel teması */ | |||
.questbox caption { | |||
background: #fff3cd; | |||
color: #202122; | |||
font-weight: 600; | |||
border-bottom: 1px solid #a2a9b1; | |||
} | |||
.questbox th { | |||
background: #fff8dc; | |||
font-weight: 500; | |||
} | |||
.questbox td { | |||
background: #ffffff; | |||
} | } | ||
14.35, 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);
}
/* Görev Infobox özel teması */
.questbox caption {
background: #fff3cd;
color: #202122;
font-weight: 600;
border-bottom: 1px solid #a2a9b1;
}
.questbox th {
background: #fff8dc;
font-weight: 500;
}
.questbox td {
background: #ffffff;
}