Şablon:Alfabetik Dizin/styles.css
Kizilbashica sitesinden
More actions
/* Şablon:Alfabetik Dizin/styles.css */
.dizin-alani {
margin: 20px 0;
font-family: sans-serif;
}
.harf-secimi {
display: flex;
flex-wrap: wrap;
gap: 6px;
margin-bottom: 15px;
}
.harf-secimi a {
text-decoration: none !important;
}
.harf-linki {
background: #1f1f1f !important;
color: #e0e0e0 !important;
border: 1px solid #3d3d3d;
padding: 6px 12px;
border-radius: 4px;
font-weight: bold;
font-size: 13px;
display: inline-block;
transition: background 0.2s ease, color 0.2s ease;
}
.harf-linki:hover {
background: #333333 !important;
color: #ffffff !important;
border-color: #555555;
}
.cizgi {
border-bottom: 1px solid #3d3d3d;
margin: 18px 0;
}
/* Kategori Düzeni */
.maddeler-konteyner .mw-category-group {
display: inline-block;
width: 100%;
margin-bottom: 15px;
vertical-align: top;
}
.maddeler-konteyner .mw-category-group h3 {
border-bottom: 1px solid #3d3d3d;
padding-bottom: 5px;
margin-top: 0;
color: #e0e0e0;
}
.maddeler-konteyner .mw-category-group ul {
list-style: none !important;
padding: 0 !important;
margin: 0 !important;
}
.maddeler-konteyner .mw-category-group li {
margin-bottom: 8px;
font-size: 15px;
}
.maddeler-konteyner .mw-category-group li a {
color: #3782df;
text-decoration: none;
}
.maddeler-konteyner .mw-category-group li a:hover {
text-decoration: underline;
}
/* Yan Yana Sütun Görünümü */
.maddeler-konteyner {
column-count: 3;
column-gap: 30px;
}
@media (max-width: 768px) {
.maddeler-konteyner {
column-count: 1;
}
}