MediaWiki:Common.css: Revizyonlar arasındaki fark
MediaWiki arayüz sayfası
Daha fazla eylem
Değişiklik özeti yok |
Değişiklik özeti yok |
||
| 120. satır: | 120. satır: | ||
margin:0; | margin:0; | ||
} | } | ||
/* | /* Butonu kapsayan alanı gizle */ | ||
.oo-ui- | .oo-ui-buttonElement-button[name="fulltext"] { | ||
display: none !important; | display: none !important; | ||
} | } | ||
11.42, 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:2rem auto;
}
.ansiklo-top-search img {
width:80px;
height:auto;
}
.ansiklo-search {
margin:0;
}
/* Butonu kapsayan alanı gizle */
.oo-ui-buttonElement-button[name="fulltext"] {
display: none !important;
}