MediaWiki:Monobook.css: Revizyonlar arasındaki fark

korna ansiklopedisi sitesinden
Gezinti kısmına atlaArama kısmına atla
düzenleme özeti yok
Değişiklik özeti yok
Değişiklik özeti yok
Etiket: Elle geri alma
 
(Aynı kullanıcının aradaki diğer 7 değişikliği gösterilmiyor)
1. satır: 1. satır:
/* Buradaki tüm CSS kodu Monobook teması kullanan kullanıcılar için yüklenir */
/* SOSYAL BAR - BAŞLIĞIN HEMEN ÜSTÜ */
/* MediaWiki:Monobook.css */
#korna-social-header {
/* SOSYAL BAR - Kullanıcı barının hemen altında */
    position: relative;
#monobook-social-container {
    width: 100%;
    background: #f8f9fa;
    border-bottom: 1px solid #e1e1e1;
     text-align: center;
     text-align: center;
    margin: 5px 0 15px 0;
     padding: 5px 0;
     padding: 5px 0;
     border-bottom: 1px solid #eee;
     margin: 0;
    z-index: 100;
    display: flex;
    justify-content: center; /* Yatayda tam ortala */
    align-items: center; /* Dikeyde tam ortala */
}
}


#monobook-social-links {
#korna-social-links {
     display: inline-flex;
     display: inline-flex;
    gap: 15px;
     align-items: center;
     align-items: center;
     gap: 15px;
     margin: 0 auto; /* Ekstra ortalamak için */
    background: rgba(255,255,255,0.7);
    padding: 3px 15px;
    border-radius: 15px;
}
}


#monobook-social-links a {
#korna-social-links a {
     display: flex;
     display: flex;
     align-items: center;
     align-items: center;
    gap: 5px;
     color: #2c3e50;
     color: #333;
     font-size: 13px;
     font-size: 13px;
    font-weight: bold;
     text-decoration: none;
     text-decoration: none;
     transition: all 0.2s;
     padding: 2px 5px;
}
}


#monobook-social-links a:hover {
#korna-social-links img {
    color: #06c;
    transform: translateY(-1px);
}
 
#monobook-social-links img {
     width: 16px;
     width: 16px;
     height: 16px;
     height: 16px;
    margin-right: 4px;
     opacity: 0.8;
     opacity: 0.8;
    transition: opacity 0.2s;
}
#korna-social-links a:hover img {
    opacity: 1;
}
/* BAŞLIK KONUMU DÜZELTME */
#firstHeading {
    margin-top: 10px !important;
}
}

Gezinti menüsü