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 */ | /* Bağlantılar */ | ||
a { | a { color: #0645ad; } | ||
a:visited { color: #0b0080; } | |||
} | |||
a: | |||
} | |||
/* | /* İç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 { | .infobox { | ||
float: right; | float: right; | ||
clear: right; | clear: right; | ||
width: | margin: 0 0 1em 1em; | ||
width: 300px; | |||
font-size: 90%; | font-size: 90%; | ||
border: 1px solid # | border: 1px solid #a2a9b1; | ||
background-color: #f9f9f9; | |||
border-collapse: collapse; | 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; | |||
border-bottom: 1px solid # | |||
} | } | ||
.infobox th { | .infobox th { | ||
background: #e9edf3; | |||
color: #202122; | |||
font-weight: 500; | |||
} | } | ||
.infobox td { | .infobox td { | ||
background: #ffffff; | background: #ffffff; | ||
} | } | ||
.infobox img { | .infobox img { | ||
border-radius: 4px; | border-radius: 4px; | ||
box-shadow: 0 | box-shadow: 0 0 4px rgba(0,0,0,0.1); | ||
} | } | ||
/* | |||
/* Görev Infobox özel teması */ | |||
.questbox caption { | .questbox caption { | ||
background: # | background: #fff3cd; | ||
color: # | color: #202122; | ||
font-weight: 600; | |||
border-bottom: 1px solid #a2a9b1; | |||
} | } | ||
.questbox th { | .questbox th { | ||
background: #fff8dc; | background: #fff8dc; | ||
font-weight: 500; | |||
} | } | ||
.questbox td { | |||
. | |||
background: #ffffff; | background: #ffffff; | ||
} | } | ||
14.43, 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;
}