Şablon:Alfabetik Dizin/styles.css: Revizyonlar arasındaki fark
Kizilbashica sitesinden
More actions
C. Karakuş (mesaj | katkılar) Değişiklik özeti yok |
C. Karakuş (mesaj | katkılar) Değişiklik özeti yok |
||
| 1. satır: | 1. satır: | ||
/* Şablon:Alfabetik Dizin/styles.css */ | /* Şablon:Alfabetik Dizin/styles.css */ | ||
/* | /* Ana Konteyner */ | ||
.dizin- | .dizin-alani { | ||
margin: 20px 0; | |||
font-family: sans-serif; | |||
clear: both; | |||
width: 100% !important; | |||
} | } | ||
/* | /* Tetikleyici Hedefler (Görünmez) */ | ||
. | .harf-hedef { | ||
display: none !important; | |||
position: absolute; | |||
} | } | ||
/* | /* --- YATAY ALFABE ALANI (Kırmızı ve Siyah Kutular Tamamen Kaldırıldı) --- */ | ||
.harf-secimi { | .harf-secimi { | ||
display: flex !important; | display: flex !important; | ||
| 28. satır: | 21. satır: | ||
justify-content: center !important; | justify-content: center !important; | ||
gap: 8px !important; | gap: 8px !important; | ||
width: 100% !important; | |||
margin: 0 auto !important; | margin: 0 auto 20px auto !important; | ||
padding: 10px 0 !important; | |||
background: transparent !important; | |||
border: none !important; | |||
} | |||
/* Harf Kutularını Saran Paragraf Engeli */ | |||
.harf-secimi p { | |||
display: inline !important; | |||
margin: 0 !important; | |||
padding: 0 !important; | |||
} | } | ||
.harf-secimi a { | .harf-secimi a { | ||
text-decoration: none !important; | text-decoration: none !important; | ||
display: inline-block !important; | |||
border: none !important; | border: none !important; | ||
margin: 0 !important; | |||
padding: 0 !important; | |||
} | } | ||
/* Kare | /* Şık Gri Kare Kutular (Arka plan rengini sitenizin tonuna göre uyarlayabilirsiniz) */ | ||
.harf-kutu { | .harf-kutu { | ||
background: # | background: #202124 !important; /* Koyu gri */ | ||
color: # | color: #e8eaed !important; /* Açık gri metin */ | ||
border: 1px solid #3c4043 !important; | |||
font-weight: bold !important; | font-weight: bold !important; | ||
font-size: | font-size: 15px !important; | ||
display: inline-block !important; | display: inline-block !important; | ||
width: | width: 36px !important; | ||
height: | height: 36px !important; | ||
line-height: | line-height: 34px !important; /* Dikeyde ortalama */ | ||
text-align: center !important; | text-align: center !important; | ||
border-radius: | border-radius: 4px !important; | ||
transition: | transition: all 0.15s ease; | ||
box-sizing: border-box !important; | |||
} | } | ||
.harf-kutu:hover { | .harf-kutu:hover { | ||
background: # | background: #3c4043 !important; | ||
color: #ffffff !important; | |||
border-color: #8ab4f8 !important; /* Mavi vurgu border */ | |||
} | } | ||
/* Özel Butonlar | /* Özel Genişlikli Butonlar (HEPSİ ve DİĞER) */ | ||
.harf-ozel { | .harf-ozel { | ||
width: auto !important; | width: auto !important; | ||
padding: 0 | padding: 0 12px !important; | ||
} | } | ||
/* | /* Ayırıcı Çizgi */ | ||
. | .cizgi { | ||
border-bottom: 1px solid #3c4043; | |||
margin: 20px 0; | |||
} | } | ||
| 79. satır: | 86. satır: | ||
/* Harf Grupları */ | /* Harf Grupları */ | ||
.harf-grubu { | .harf-grubu { | ||
display: block; | display: block; | ||
width: 100% !important; | width: 100% !important; | ||
margin-bottom: 30px; | margin-bottom: 30px; | ||
} | } | ||
/* | /* Harf Başlıkları (A, B, C...) */ | ||
.harf-grubu h3 { | .harf-grubu h3 { | ||
font-size: 26px !important; | font-size: 26px !important; | ||
color: #ffffff !important; | color: #ffffff !important; | ||
border-bottom: 2px solid # | border-bottom: 2px solid #3c4043 !important; | ||
padding-bottom: 5px !important; | padding-bottom: 5px !important; | ||
margin: 30px 0 15px 0 !important; | margin: 30px 0 15px 0 !important; | ||
} | } | ||
/* PrefixIndex Tablo | /* PrefixIndex Tablo Yapısını Modern Grid'e Dönüştürme */ | ||
.harf-grubu table, .harf-grubu table tbody, .harf-grubu table tr { | .harf-grubu table, | ||
.harf-grubu table tbody, | |||
.harf-grubu table tr { | |||
display: block !important; | display: block !important; | ||
width: 100% !important; | width: 100% !important; | ||
} | } | ||
/* Hücreleri Yan Yana Sütun Yapma */ | |||
.harf-grubu table td { | .harf-grubu table td { | ||
display: inline-block !important; | display: inline-block !important; | ||
width: 24% !important; | width: 24% !important; /* Masaüstünde yan yana 4 sütun */ | ||
min-width: 180px !important; | min-width: 180px !important; | ||
box-sizing: border-box !important; | box-sizing: border-box !important; | ||
| 107. satır: | 117. satır: | ||
vertical-align: top !important; | vertical-align: top !important; | ||
} | } | ||
.harf-grubu table td a { | .harf-grubu table td a { | ||
color: # | color: #8ab4f8 !important; | ||
font-size: 15px !important; | font-size: 15px !important; | ||
text-decoration: none !important; | text-decoration: none !important; | ||
| 116. satır: | 127. satır: | ||
} | } | ||
/* | /* Responsive Düzen */ | ||
@media (max-width: 768px) { | @media (max-width: 768px) { | ||
.harf-grubu table td { | .harf-grubu table td { | ||
| 124. satır: | 135. satır: | ||
width: 32px !important; | width: 32px !important; | ||
height: 32px !important; | height: 32px !important; | ||
line-height: | line-height: 30px !important; | ||
font-size: 13px !important; | font-size: 13px !important; | ||
} | } | ||
| 135. satır: | 146. satır: | ||
} | } | ||
/* --- | /* --- FILTRELEME SÜZME MANTIĞI --- */ | ||
#harf-A:target ~ .maddeler-konteyner .harf-grubu, | #harf-A:target ~ .maddeler-konteyner .harf-grubu, | ||
#harf-B:target ~ .maddeler-konteyner .harf-grubu, | #harf-B:target ~ .maddeler-konteyner .harf-grubu, | ||
21.50, 14 Temmuz 2026 tarihindeki hâli
/* Şablon:Alfabetik Dizin/styles.css */
/* Ana Konteyner */
.dizin-alani {
margin: 20px 0;
font-family: sans-serif;
clear: both;
width: 100% !important;
}
/* Tetikleyici Hedefler (Görünmez) */
.harf-hedef {
display: none !important;
position: absolute;
}
/* --- YATAY ALFABE ALANI (Kırmızı ve Siyah Kutular Tamamen Kaldırıldı) --- */
.harf-secimi {
display: flex !important;
flex-wrap: wrap !important;
justify-content: center !important;
gap: 8px !important;
width: 100% !important;
margin: 0 auto 20px auto !important;
padding: 10px 0 !important;
background: transparent !important;
border: none !important;
}
/* Harf Kutularını Saran Paragraf Engeli */
.harf-secimi p {
display: inline !important;
margin: 0 !important;
padding: 0 !important;
}
.harf-secimi a {
text-decoration: none !important;
display: inline-block !important;
border: none !important;
margin: 0 !important;
padding: 0 !important;
}
/* Şık Gri Kare Kutular (Arka plan rengini sitenizin tonuna göre uyarlayabilirsiniz) */
.harf-kutu {
background: #202124 !important; /* Koyu gri */
color: #e8eaed !important; /* Açık gri metin */
border: 1px solid #3c4043 !important;
font-weight: bold !important;
font-size: 15px !important;
display: inline-block !important;
width: 36px !important;
height: 36px !important;
line-height: 34px !important; /* Dikeyde ortalama */
text-align: center !important;
border-radius: 4px !important;
transition: all 0.15s ease;
box-sizing: border-box !important;
}
.harf-kutu:hover {
background: #3c4043 !important;
color: #ffffff !important;
border-color: #8ab4f8 !important; /* Mavi vurgu border */
}
/* Özel Genişlikli Butonlar (HEPSİ ve DİĞER) */
.harf-ozel {
width: auto !important;
padding: 0 12px !important;
}
/* Ayırıcı Çizgi */
.cizgi {
border-bottom: 1px solid #3c4043;
margin: 20px 0;
}
/* --- MADDELER ALANI --- */
.maddeler-konteyner {
width: 100% !important;
background: transparent !important;
border: none !important;
}
/* Harf Grupları */
.harf-grubu {
display: block;
width: 100% !important;
margin-bottom: 30px;
}
/* Harf Başlıkları (A, B, C...) */
.harf-grubu h3 {
font-size: 26px !important;
color: #ffffff !important;
border-bottom: 2px solid #3c4043 !important;
padding-bottom: 5px !important;
margin: 30px 0 15px 0 !important;
}
/* PrefixIndex Tablo Yapısını Modern Grid'e Dönüştürme */
.harf-grubu table,
.harf-grubu table tbody,
.harf-grubu table tr {
display: block !important;
width: 100% !important;
}
/* Hücreleri Yan Yana Sütun Yapma */
.harf-grubu table td {
display: inline-block !important;
width: 24% !important; /* Masaüstünde yan yana 4 sütun */
min-width: 180px !important;
box-sizing: border-box !important;
padding: 6px 10px !important;
vertical-align: top !important;
}
.harf-grubu table td a {
color: #8ab4f8 !important;
font-size: 15px !important;
text-decoration: none !important;
}
.harf-grubu table td a:hover {
text-decoration: underline !important;
}
/* Responsive Düzen */
@media (max-width: 768px) {
.harf-grubu table td {
width: 48% !important;
}
.harf-kutu {
width: 32px !important;
height: 32px !important;
line-height: 30px !important;
font-size: 13px !important;
}
}
@media (max-width: 480px) {
.harf-grubu table td {
width: 100% !important;
padding: 5px 0 !important;
}
}
/* --- FILTRELEME SÜZME MANTIĞI --- */
#harf-A:target ~ .maddeler-konteyner .harf-grubu,
#harf-B:target ~ .maddeler-konteyner .harf-grubu,
#harf-C:target ~ .maddeler-konteyner .harf-grubu,
#harf-Ç:target ~ .maddeler-konteyner .harf-grubu,
#harf-D:target ~ .maddeler-konteyner .harf-grubu,
#harf-E:target ~ .maddeler-konteyner .harf-grubu,
#harf-F:target ~ .maddeler-konteyner .harf-grubu,
#harf-G:target ~ .maddeler-konteyner .harf-grubu,
#harf-H:target ~ .maddeler-konteyner .harf-grubu,
#harf-I:target ~ .maddeler-konteyner .harf-grubu,
#harf-İ:target ~ .maddeler-konteyner .harf-grubu,
#harf-J:target ~ .maddeler-konteyner .harf-grubu,
#harf-K:target ~ .maddeler-konteyner .harf-grubu,
#harf-L:target ~ .maddeler-konteyner .harf-grubu,
#harf-M:target ~ .maddeler-konteyner .harf-grubu,
#harf-N:target ~ .maddeler-konteyner .harf-grubu,
#harf-O:target ~ .maddeler-konteyner .harf-grubu,
#harf-Ö:target ~ .maddeler-konteyner .harf-grubu,
#harf-P:target ~ .maddeler-konteyner .harf-grubu,
#harf-R:target ~ .maddeler-konteyner .harf-grubu,
#harf-S:target ~ .maddeler-konteyner .harf-grubu,
#harf-Ş:target ~ .maddeler-konteyner .harf-grubu,
#harf-T:target ~ .maddeler-konteyner .harf-grubu,
#harf-U:target ~ .maddeler-konteyner .harf-grubu,
#harf-Ü:target ~ .maddeler-konteyner .harf-grubu,
#harf-V:target ~ .maddeler-konteyner .harf-grubu,
#harf-Y:target ~ .maddeler-konteyner .harf-grubu,
#harf-Z:target ~ .maddeler-konteyner .harf-grubu,
#harf-DIGER:target ~ .maddeler-konteyner .harf-grubu {
display: none !important;
}
#harf-A:target ~ .maddeler-konteyner .harf-grubu-A,
#harf-B:target ~ .maddeler-konteyner .harf-grubu-B,
#harf-C:target ~ .maddeler-konteyner .harf-grubu-C,
#harf-Ç:target ~ .maddeler-konteyner .harf-grubu-Ç,
#harf-D:target ~ .maddeler-konteyner .harf-grubu-D,
#harf-E:target ~ .maddeler-konteyner .harf-grubu-E,
#harf-F:target ~ .maddeler-konteyner .harf-grubu-F,
#harf-G:target ~ .maddeler-konteyner .harf-grubu-G,
#harf-H:target ~ .maddeler-konteyner .harf-grubu-H,
#harf-I:target ~ .maddeler-konteyner .harf-grubu-I,
#harf-İ:target ~ .maddeler-konteyner .harf-grubu-İ,
#harf-J:target ~ .maddeler-konteyner .harf-grubu-J,
#harf-K:target ~ .maddeler-konteyner .harf-grubu-K,
#harf-L:target ~ .maddeler-konteyner .harf-grubu-L,
#harf-M:target ~ .maddeler-konteyner .harf-grubu-M,
#harf-N:target ~ .maddeler-konteyner .harf-grubu-N,
#harf-O:target ~ .maddeler-konteyner .harf-grubu-O,
#harf-Ö:target ~ .maddeler-konteyner .harf-grubu-Ö,
#harf-P:target ~ .maddeler-konteyner .harf-grubu-P,
#harf-R:target ~ .maddeler-konteyner .harf-grubu-R,
#harf-S:target ~ .maddeler-konteyner .harf-grubu-S,
#harf-Ş:target ~ .maddeler-konteyner .harf-grubu-Ş,
#harf-T:target ~ .maddeler-konteyner .harf-grubu-T,
#harf-U:target ~ .maddeler-konteyner .harf-grubu-U,
#harf-Ü:target ~ .maddeler-konteyner .harf-grubu-Ü,
#harf-V:target ~ .maddeler-konteyner .harf-grubu-V,
#harf-Y:target ~ .maddeler-konteyner .harf-grubu-Y,
#harf-Z:target ~ .maddeler-konteyner .harf-grubu-Z,
#harf-DIGER:target ~ .maddeler-konteyner .harf-grubu-DIGER {
display: block !important;
}