İç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 uyumlu sabit kenar menü */
/* Mobil cihazlar için "Yeni Sayfalar" kenar menüsü */
#recent-sidebar {
@media screen and (max-width: 768px) {
  position: fixed;
  #recent-mobile-sidebar {
  bottom: 0;
    position: fixed;
  right: 0;
    bottom: 0;
  width: 80%;
    right: 0;
  max-width: 300px;
    width: 100%;
  background: #f8f9fa;
    max-height: 45%;
  border-top-left-radius: 12px;
    background: #ffffff;
  border-top: 2px solid #ddd;
    border-top: 2px solid #ccc;
  border-left: 2px solid #ddd;
    box-shadow: 0 -2px 8px rgba(0,0,0,0.2);
  box-shadow: -2px -2px 8px rgba(0, 0, 0, 0.1);
    z-index: 9999;
  font-family: sans-serif;
    font-family: sans-serif;
  z-index: 9999;
    padding: 10px;
  padding: 10px;
    box-sizing: border-box;
  box-sizing: border-box;
    overflow-y: auto;
}
  }
 
  .recent-header {
    font-weight: bold;
    font-size: 16px;
    color: #444;
    text-align: center;
    margin-bottom: 8px;
  }


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


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


.recent-list li {
  .recent-list li a {
  margin-bottom: 6px;
    text-decoration: none;
  font-size: 14px;
    color: #007bff;
   text-align: center;
   }
}


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


.recent-list li a:hover {
/* Masaüstünde bu kutuyu tamamen gizle */
   text-decoration: underline;
@media screen and (min-width: 769px) {
   #recent-mobile-sidebar {
    display: none !important;
  }
}
}

10.41, 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 cihazlar için "Yeni Sayfalar" kenar menüsü */
@media screen and (max-width: 768px) {
  #recent-mobile-sidebar {
    position: fixed;
    bottom: 0;
    right: 0;
    width: 100%;
    max-height: 45%;
    background: #ffffff;
    border-top: 2px solid #ccc;
    box-shadow: 0 -2px 8px rgba(0,0,0,0.2);
    z-index: 9999;
    font-family: sans-serif;
    padding: 10px;
    box-sizing: border-box;
    overflow-y: auto;
  }

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

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

/* Masaüstünde bu kutuyu tamamen gizle */
@media screen and (min-width: 769px) {
  #recent-mobile-sidebar {
    display: none !important;
  }
}