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 24 numaralı revizyona sahip değişiklik 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: #1a1a1a;
   color: #202122;
   font-family: "Inter", "Segoe UI", sans-serif;
   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: #22335b;
   color: #2a4b8d;
   border-bottom: 1px solid #dbe4f3;
  font-weight: 600;
   border-bottom: 1px solid #e2e2e2;
  padding-bottom: 0.2em;
}
}


/* Hukuki infobox */
/* Infobox genel yapı */
.infobox {
.infobox {
   border: 1px solid #d0d7e2;
  float: right;
   background-color: #ffffff;
  clear: right;
   box-shadow: 0 1px 4px rgba(0,0,0,0.05);
  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: #dbe4f3;
   background: #dce6f9;
   color: #22335b;
   color: #222;
   font-weight: 600;
   font-weight: 600;
  border-bottom: 1px solid #a2a9b1;
}
}
.infobox th {
.infobox th {
   background: #eef3fa;
   background: #e9edf3;
   color: #222;
   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);
}