İçeriğe atla

MediaWiki:Common.css: Revizyonlar arasındaki fark

islami lugat,islami site,islami sözlük sitesinden
Değişiklik özeti yok
Değişiklik özeti yok
Etiket: Geri alındı
10. satır: 10. satır:
.catlinks {
.catlinks {
     display: none !important;
     display: none !important;
}
/* Mobil uyumlu sabit kenar menü */
#recent-sidebar {
  position: fixed;
  bottom: 0;
  right: 0;
  width: 80%;
  max-width: 300px;
  background: #f8f9fa;
  border-top-left-radius: 12px;
  border-top: 2px solid #ddd;
  border-left: 2px solid #ddd;
  box-shadow: -2px -2px 8px rgba(0, 0, 0, 0.1);
  font-family: sans-serif;
  z-index: 9999;
  padding: 10px;
  box-sizing: border-box;
}
.recent-header {
  font-weight: bold;
  margin-bottom: 8px;
  font-size: 16px;
  color: #333;
  text-align: center;
}
.recent-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.recent-list li {
  margin-bottom: 6px;
  font-size: 14px;
  text-align: center;
}
.recent-list li a {
  text-decoration: none;
  color: #007BFF;
}
.recent-list li a:hover {
  text-decoration: underline;
}
}

10.39, 13 Haziran 2025 tarihindeki hâli

/* Buraya konulacak CSS kodu tüm temalarda etkin olur */
.responsive-banner {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}
/* DynamicPageList gibi eklentilerin eklediği gizli kategorileri tamamen gizle */
.mw-hidden-cats,
.catlinks {
    display: none !important;
}
/* Mobil uyumlu sabit kenar menü */
#recent-sidebar {
  position: fixed;
  bottom: 0;
  right: 0;
  width: 80%;
  max-width: 300px;
  background: #f8f9fa;
  border-top-left-radius: 12px;
  border-top: 2px solid #ddd;
  border-left: 2px solid #ddd;
  box-shadow: -2px -2px 8px rgba(0, 0, 0, 0.1);
  font-family: sans-serif;
  z-index: 9999;
  padding: 10px;
  box-sizing: border-box;
}

.recent-header {
  font-weight: bold;
  margin-bottom: 8px;
  font-size: 16px;
  color: #333;
  text-align: center;
}

.recent-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.recent-list li {
  margin-bottom: 6px;
  font-size: 14px;
  text-align: center;
}

.recent-list li a {
  text-decoration: none;
  color: #007BFF;
}

.recent-list li a:hover {
  text-decoration: underline;
}