MediaWiki:Common.css: Revizyonlar arasındaki fark
Gezinti kısmına atla
Arama kısmına atla
Sayfa içeriği "→--- Vector legacy: logo boyutu ve hizalama ---: →--- Vector legacy: Logoyu ortada göster ---: #p-logo { position: relative !important; width: 100% !important; height: 120px !important; background: none !important; text-align: center !important; margin-top:20px; margin: 0 auto !important; padding-top: 20px; } →Logo görselini ortala ve boyutlandır: #p-logo a.mw-wiki-logo { display: inline-block !important; background-s..." ile değiştirildi Etiket: İçerik değiştirildi |
Değişiklik özeti yok |
||
| 31. satır: | 31. satır: | ||
#mw-panel { | #mw-panel { | ||
padding-top: 0 !important; | padding-top: 0 !important; | ||
} | |||
.portal-logo { | |||
width: 140px; | |||
margin-bottom: 10px; | |||
} | } | ||
22.22, 19 Kasım 2025 tarihindeki hâli
/* --- Vector legacy: logo boyutu ve hizalama --- */
/* --- Vector legacy: Logoyu ortada göster --- */
#p-logo {
position: relative !important;
width: 100% !important;
height: 120px !important;
background: none !important;
text-align: center !important;
margin-top:20px;
margin: 0 auto !important;
padding-top: 20px;
}
/* Logo görselini ortala ve boyutlandır */
#p-logo a.mw-wiki-logo {
display: inline-block !important;
background-size: contain !important;
background-repeat: no-repeat !important;
background-position: center center !important;
width: 120px !important;
height: 120px !important;
border: 1px solid rgba(255, 255, 255, 0.4);
border-radius: 8px;
box-shadow: 0 2px 6px rgba(0,0,0,0.15);
background-color: rgba(255,255,255,0.05);
}
/* Logonun sol taraftaki boş alanda görünmesini engelle */
#mw-panel {
padding-top: 0 !important;
}
.portal-logo {
width: 140px;
margin-bottom: 10px;
}