İçeriğe atla

MediaWiki:Common.css: Revizyonlar arasındaki fark

islami lugat,islami site,islami sözlük sitesinden
Değişiklik özeti yok
Etiket: Geri alındı
Değişiklik özeti yok
Etiket: Geri alındı
11. satır: 11. satır:
     display: none !important;
     display: none !important;
}
}
/* Mobil cihazlar için "Yeni Sayfalar" kenar menüsü */
/* Sağ kenarda sabit duran mobil uyumlu kutu */
@media screen and (max-width: 768px) {
#recent-right-sidebar {
  #recent-mobile-sidebar {
  position: fixed;
    position: fixed;
  top: 100px;
    bottom: 0;
  right: 0;
    right: 0;
  width: 240px;
    width: 100%;
  max-height: 80vh;
    max-height: 45%;
  overflow-y: auto;
    background: #ffffff;
  background: #f8f9fa;
    border-top: 2px solid #ccc;
  border-left: 2px solid #ccc;
    box-shadow: 0 -2px 8px rgba(0,0,0,0.2);
  border-top: 2px solid #ccc;
    z-index: 9999;
  border-bottom: 2px solid #ccc;
    font-family: sans-serif;
  box-shadow: -2px 0 6px rgba(0, 0, 0, 0.1);
    padding: 10px;
  z-index: 9999;
    box-sizing: border-box;
  padding: 10px;
    overflow-y: auto;
  box-sizing: border-box;
  }
  font-family: sans-serif;
}


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


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


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


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


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


/* Masaüstünde bu kutuyu tamamen gizle */
/* Mobil uyumlu: ekran daralınca kutunun genişliği azalır */
@media screen and (min-width: 769px) {
@media screen and (max-width: 768px) {
   #recent-mobile-sidebar {
   #recent-right-sidebar {
     display: none !important;
     width: 85%;
    right: 0;
    top: auto;
    bottom: 0;
    border-radius: 12px 12px 0 0;
   }
   }
}
}

10.43, 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;
}
/* Sağ kenarda sabit duran mobil uyumlu kutu */
#recent-right-sidebar {
  position: fixed;
  top: 100px;
  right: 0;
  width: 240px;
  max-height: 80vh;
  overflow-y: auto;
  background: #f8f9fa;
  border-left: 2px solid #ccc;
  border-top: 2px solid #ccc;
  border-bottom: 2px solid #ccc;
  box-shadow: -2px 0 6px rgba(0, 0, 0, 0.1);
  z-index: 9999;
  padding: 10px;
  box-sizing: border-box;
  font-family: sans-serif;
}

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

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

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

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

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

/* Mobil uyumlu: ekran daralınca kutunun genişliği azalır */
@media screen and (max-width: 768px) {
  #recent-right-sidebar {
    width: 85%;
    right: 0;
    top: auto;
    bottom: 0;
    border-radius: 12px 12px 0 0;
  }
}