MediaWiki:Common.css: Revizyonlar arasındaki fark
MediaWiki arayüz sayfası
Daha fazla eylem
Değişiklik özeti yok |
Değişiklik özeti yok |
||
| 106. satır: | 106. satır: | ||
/* Ansiklo arama */ | /* Ansiklo arama */ | ||
.ansiklo-search | |||
.ansiklo-search .mw-inputbox-create, | |||
.ansiklo-search .mw-inputbox-fulltext { | |||
display: none; | |||
} | } | ||
.ansiklo-search input { | .ansiklo-search input[type="search"] { | ||
width: 500px; | |||
padding: | padding: 12px 16px; | ||
border-radius: 10px; | |||
} | } | ||
.ansiklo-search input[type="submit"] { | .ansiklo-search input[type="submit"] { | ||
padding: | padding: 12px 20px; | ||
border-radius: 10px; | |||
} | } | ||
09.47, 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 arama */
.ansiklo-search .mw-inputbox-create,
.ansiklo-search .mw-inputbox-fulltext {
display: none;
}
.ansiklo-search input[type="search"] {
width: 500px;
padding: 12px 16px;
border-radius: 10px;
}
.ansiklo-search input[type="submit"] {
padding: 12px 20px;
border-radius: 10px;
}