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; | ||
} | } | ||
/* | /* 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ı */ | |||
border- | box-shadow: 0 0 5px rgba(0,0,0,0.05); | ||
box-shadow: | |||
} | } | ||
. | .dpl-box-header { | ||
font-weight: bold; | font-weight: bold; | ||
font-size: 16px; | font-size: 16px; | ||
margin-bottom: 10px; | |||
text-align: center; | text-align: center; | ||
color: #333; | color: #333; | ||
} | } | ||
. | .dpl-box-list { | ||
list-style: none; | list-style: none; | ||
padding: 0; | padding: 0; | ||
| 44. satır: | 37. satır: | ||
} | } | ||
. | .dpl-box-list li { | ||
margin-bottom: 6px; | margin-bottom: 6px; | ||
font-size: 14px; | font-size: 14px; | ||
} | } | ||
. | .dpl-box-list li a { | ||
color: # | color: #007BFF; | ||
text-decoration: none; | text-decoration: none; | ||
} | } | ||
. | .dpl-box-list li a:hover { | ||
text-decoration: underline; | text-decoration: underline; | ||
} | } | ||
/* Mobil uyumlu: | /* Mobil uyumlu: kutu tam genişlik olur */ | ||
@media screen and (max-width: 768px) { | @media screen and (max-width: 768px) { | ||
.dpl-box { | |||
float: none; | |||
max-width: 100%; | |||
} | } | ||
} | } | ||
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%;
}
}