MediaWiki:Common.css: Revizyonlar arasındaki fark

WikiKod sitesinden
Gezinti kısmına atla Arama kısmına atla
Değişiklik özeti yok
Etiket: Geri alındı
Admin (mesaj) tarafından yapılan 19 numaralı revizyona sahip değişiklik geri alındı
Etiket: Geri al
1. satır: 1. satır:
/* === Genel Stil (Kurumsal Hukuk Teması) === */
/* --- WikiKod: RuneScape-tarzı düz tema --- */
body {
body {
   background-color: #f8f9fa;
   background-color: #f8f9fa;
   color: #1a1a1a;
   color: #202122;
   font-family: "Inter", "Segoe UI", "Helvetica Neue", sans-serif;
   font-family: "Segoe UI", "Inter", sans-serif;
   line-height: 1.6;
   line-height: 1.6;
}
/* Başlıklar */
h1, h2, h3, h4 {
  color: #22335b;
  font-weight: 600;
  border-bottom: 1px solid #dbe4f3;
  padding-bottom: 2px;
}
}


/* Bağlantılar */
/* Bağlantılar */
a {
a { color: #0645ad; }
  color: #2a4b8d;
a:visited { color: #0b0080; }
  text-decoration: none;
}
a:hover {
  color: #1d3366;
  text-decoration: underline;
}


/* Sidebar ve üst menü */
/* İçerik kutusu */
.vector-menu-content-list a {
.mw-body-content {
   color: #22335b;
   background: #fff;
}
  border: 1px solid #ddd;
.vector-menu-content-list a:hover {
  border-radius: 4px;
   background-color: #e7ecf5;
  padding: 1.2rem 1.5rem;
   box-shadow: 0 2px 6px rgba(0,0,0,0.04);
}
}


/* Tab menüler */
/* Başlıklar */
.vector-menu-tabs a {
h1, h2, h3 {
   background: #e7ecf5;
   color: #2a4b8d;
   border: 1px solid #d0d7e2;
   font-weight: 600;
   color: #22335b;
   border-bottom: 1px solid #e2e2e2;
}
   padding-bottom: 0.2em;
.vector-menu-tabs a.selected {
  background: #ffffff;
   border-bottom: 1px solid #ffffff;
}
}


/* === InfoBox Genel Stil === */
/* Infobox genel yapı */
.infobox {
.infobox {
   float: right;
   float: right;
   clear: right;
   clear: right;
   width: 320px;
  margin: 0 0 1em 1em;
   width: 300px;
   font-size: 90%;
   font-size: 90%;
   border: 1px solid #d0d7e2;
   border: 1px solid #a2a9b1;
  background-color: #f9f9f9;
   border-collapse: collapse;
   border-collapse: collapse;
  margin: 0 0 1em 1em;
  background: #ffffff;
  box-shadow: 0 1px 5px rgba(0,0,0,0.05);
}
}
/* NPC Infobox özel teması */
.infobox caption {
.infobox caption {
   background: #dbe4f3;
   background: #dce6f9;
   color: #22335b;
   color: #222;
   font-weight: 600;
   font-weight: 600;
  text-align: center;
   border-bottom: 1px solid #a2a9b1;
  padding: 6px;
   border-bottom: 1px solid #c5d0e0;
}
.infobox th, .infobox td {
  border-bottom: 1px solid #e2e6ec;
  padding: 4px 6px;
}
}
.infobox th {
.infobox th {
   width: 38%;
   background: #e9edf3;
   text-align: left;
   color: #202122;
  background: #eef3fa;
   font-weight: 500;
   color: #1e1e1e;
}
}
.infobox td {
.infobox td {
   background: #ffffff;
   background: #ffffff;
}
}
/* Görseller */
.infobox img {
.infobox img {
   border-radius: 4px;
   border-radius: 4px;
   box-shadow: 0 1px 4px rgba(0,0,0,0.1);
   box-shadow: 0 0 4px rgba(0,0,0,0.1);
  max-width: 250px;
}
}


/* === Görev Kutusu (Infobox Görev) === */
 
/* Görev Infobox özel teması */
.questbox caption {
.questbox caption {
   background: #fff4cf;
   background: #fff3cd;
   color: #222;
   color: #202122;
  font-weight: 600;
  border-bottom: 1px solid #a2a9b1;
}
}
.questbox th {
.questbox th {
   background: #fff8dc;
   background: #fff8dc;
  font-weight: 500;
}
}
 
.questbox td {
/* === Hukuk Özel Kutuları === */
.lawbox caption {
  background: #e8f0ff;
  color: #1f3a6d;
}
.lawbox th {
  background: #f1f5ff;
}
.lawbox td {
   background: #ffffff;
   background: #ffffff;
}
/* === Tablo ve kutular === */
table {
  border-collapse: collapse;
}
th, td {
  padding: 5px;
}
/* === Alt bilgi ve meta alanlar === */
#footer, .printfooter {
  color: #666;
  border-top: 1px solid #dbe4f3;
}
/* === Kod kutuları === */
pre, code {
  background: #f1f3f5;
  border: 1px solid #dee2e6;
  border-radius: 4px;
  padding: 4px 6px;
  font-family: "Consolas", monospace;
}
/* === Duyurular / Banner === */
.announcement-banner {
  background: linear-gradient(90deg, #22335b, #4c6ef5);
  color: #fff;
  text-align: center;
  padding: 0.5em;
  font-weight: 500;
  letter-spacing: 0.5px;
  border-radius: 0 0 6px 6px;
}
}

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;
}