İç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;
}
}
/* Sağ kenarda sabit duran mobil uyumlu kutu */
/* Sayfa içine gömülü şık kutu */
#recent-right-sidebar {
.dpl-box {
   position: fixed;
   background-color: #f5f5f5;
   top: 100px;
   border: 1px solid #ccc;
   right: 0;
   padding: 12px;
   width: 240px;
   margin: 20px 0;
  max-height: 80vh;
   border-radius: 8px;
  overflow-y: auto;
   max-width: 320px;
  background: #f8f9fa;
   float: right; /* sağa yaslı */
   border-left: 2px solid #ccc;
   box-shadow: 0 0 5px rgba(0,0,0,0.05);
   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 {
.dpl-box-header {
   font-weight: bold;
   font-weight: bold;
   font-size: 16px;
   font-size: 16px;
  margin-bottom: 10px;
   text-align: center;
   text-align: center;
  margin-bottom: 8px;
   color: #333;
   color: #333;
}
}


.recent-list {
.dpl-box-list {
   list-style: none;
   list-style: none;
   padding: 0;
   padding: 0;
44. satır: 37. satır:
}
}


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


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


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


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

10.46, 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;
}
/* Sayfa içine gömülü şık kutu */
.dpl-box {
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  padding: 12px;
  margin: 20px 0;
  border-radius: 8px;
  max-width: 320px;
  float: right; /* sağa yaslı */
  box-shadow: 0 0 5px rgba(0,0,0,0.05);
}

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

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

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

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

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

/* Mobil uyumlu: kutu tam genişlik olur */
@media screen and (max-width: 768px) {
  .dpl-box {
    float: none;
    max-width: 100%;
  }
}