MediaWiki:Common.css: Revizyonlar arasındaki fark
MediaWiki arayüz sayfası
Daha fazla eylem
Değişiklik özeti yok Etiket: Geri alındı |
Değişiklik özeti yok Etiket: Geri alındı |
||
| 160. satır: | 160. satır: | ||
display: none !important; | display: none !important; | ||
} | } | ||
/* Footer | /* Footer ana satırı */ | ||
.citizen-footer__container { | .citizen-footer__container { | ||
display: flex !important; | display: flex !important; | ||
| 166. satır: | 166. satır: | ||
align-items: center !important; | align-items: center !important; | ||
justify-content: center !important; | justify-content: center !important; | ||
gap: | gap: 40px !important; | ||
} | } | ||
/* | /* Footer bağlantıları */ | ||
#footer-places { | #footer-places { | ||
display: flex !important; | display: flex !important; | ||
| 189. satır: | 178. satır: | ||
margin: 0 !important; | margin: 0 !important; | ||
padding: 0 !important; | padding: 0 !important; | ||
list-style: none !important; | |||
} | |||
#footer-places li { | |||
margin: 0 !important; | |||
white-space: nowrap !important; | white-space: nowrap !important; | ||
} | } | ||
/* Lisans ve MediaWiki | /* Lisans ve MediaWiki rozetleri */ | ||
#footer-icons { | #footer-icons { | ||
display: flex !important; | display: flex !important; | ||
| 201. satır: | 195. satır: | ||
margin: 0 !important; | margin: 0 !important; | ||
padding: 0 !important; | padding: 0 !important; | ||
} | } | ||
22.48, 20 Temmuz 2026 tarihindeki hâli
/* Buraya konulacak CSS kodu tüm temalarda etkin olur */
/* Ziyaretçiler için sekmeleri gizle */
body:not(.ns-special) #ca-history,
body:not(.ns-special) #ca-viewsource {
display: none !important;
}
/* Ansiklo ana sayfa düzeni */
.ansiklo-home {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 1.2rem;
margin-bottom: 1.5rem;
}
.ansiklo-box {
background: var(--background-color-base, #ffffff);
border: 1px solid #ddd;
border-radius: 12px;
padding: 1rem;
box-shadow: 0 1px 3px rgba(0,0,0,0.08);
}
.ansiklo-box h2 {
font-size: 1.25rem;
margin-top: 0;
border-bottom: 1px solid #ddd;
padding-bottom: 0.5rem;
}
.ansiklo-column {
min-width: 0;
}
@media (max-width: 900px) {
.ansiklo-home {
grid-template-columns: 1fr;
}
}
.ansiklo-home .ansiklo-column {
display: flex;
}
.ansiklo-home .ansiklo-box {
width: 100%;
min-height: 220px;
}
.ansiklo-box ul {
margin-top: 0.5rem;
padding-left: 1.2rem;
}
.ansiklo-box li {
margin-bottom: 0.5rem;
}
.ansiklo-box h2 {
font-size: 1.15rem;
font-weight: 700;
margin-bottom: 1rem;
padding-bottom: 0.5rem;
border-bottom: 2px solid #e5e5e5;
}
.ansiklo-topics {
display: grid;
grid-template-columns: repeat(4, 1fr);
gap: 1rem;
}
.ansiklo-topics > div {
border: 1px solid #ddd;
border-radius: 10px;
padding: 1rem;
}
.ansiklo-topics h3 {
margin-top: 0;
font-size: 1rem;
}
@media (max-width: 900px) {
.ansiklo-topics {
grid-template-columns: 1fr;
}
}
/* Ansiklo başlık alanı */
.ansiklo-header {
text-align:center;
padding:2rem 1rem 1rem;
}
.ansiklo-header h1 {
font-size:2.2rem;
margin:.5rem 0;
}
.ansiklo-header p {
font-size:1.1rem;
color:#666;
max-width:700px;
margin:auto;
}
/* Ansiklo ana sayfa arama alanı */
.ansiklo-top-search {
display: flex;
align-items: center;
justify-content: center;
gap: 1rem;
margin-top: 1rem !important;
}
.ansiklo-search {
margin: 0;
}
/* "Tüm metni ara" butonunu ve kapsayıcısını gizleme */
.ansiklo-search input[value="Tüm metni ara"] {
display: none !important;
visibility: hidden !important;
}
/* Ana sayfa görsellerini kart sınırında tut */
.ansiklo-box img {
max-width: 100%;
height: auto;
object-fit: contain;
}
#footer-info-lastmod,
#footer-info-copyright {
display: none !important;
}
#footer-info,
#footer-info-lastmod,
#footer-info-copyright {
display: none !important;
margin: 0 !important;
padding: 0 !important;
}
.mw-footer,
#footer {
margin-top: 0 !important;
padding-top: 0 !important;
}
/* Tartışma */
#ca-talk {
display: none !important;
}
/* İlgili değişiklikler */
#t-recentchangeslinked {
display: none !important;
}
.citizen-page-footer {
margin-top: 0 !important;
padding-top: 0 !important;
}
#footer-sitetitle {
display: none !important;
}
/* Footer ana satırı */
.citizen-footer__container {
display: flex !important;
flex-direction: row !important;
align-items: center !important;
justify-content: center !important;
gap: 40px !important;
}
/* Footer bağlantıları */
#footer-places {
display: flex !important;
flex-direction: row !important;
flex-wrap: nowrap !important;
align-items: center !important;
gap: 32px !important;
margin: 0 !important;
padding: 0 !important;
list-style: none !important;
}
#footer-places li {
margin: 0 !important;
white-space: nowrap !important;
}
/* Lisans ve MediaWiki rozetleri */
#footer-icons {
display: flex !important;
flex-direction: row !important;
flex-wrap: nowrap !important;
align-items: center !important;
gap: 12px !important;
margin: 0 !important;
padding: 0 !important;
}