MediaWiki:Common.css: Revizyonlar arasındaki fark
Görünüm
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 | /* Mobil cihazlar için "Yeni Sayfalar" kenar menüsü */ | ||
#recent-sidebar { | @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- | .recent-list { | ||
list-style: none; | |||
padding: 0; | |||
margin: 0; | |||
} | |||
} | |||
.recent-list { | .recent-list li { | ||
margin-bottom: 6px; | |||
font-size: 14px; | |||
text-align: center; | |||
} | } | ||
.recent-list li { | .recent-list li a { | ||
text-decoration: none; | |||
color: #007bff; | |||
} | |||
} | |||
.recent-list li a { | .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; | |||
} | |||
} | } | ||
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;
}
}