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
1. satır: 1. satır:
/* Buradaki tüm CSS kodu Monobook teması kullanan kullanıcılar için yüklenir */
/* MediaWiki:Monobook.css */
/* SOSYAL BAR - Kullanıcı barıyla aynı hizada */
/* SOSYAL BAR - Kullanıcı barının hemen altında */
#monobook-top-social {
#monobook-social-container {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: rgba(240,240,240,0.95);
    border-bottom: 1px solid #d5d5d5;
     text-align: center;
     text-align: center;
     padding: 8px 0;
     margin: 5px 0 15px 0;
     z-index: 1000;
     padding: 5px 0;
     margin: 0 !important;
     border-bottom: 1px solid #eee;
}
}


#monobook-top-social-links {
#monobook-social-links {
     display: inline-flex;
     display: inline-flex;
     gap: 20px;
    align-items: center;
     padding: 2px 15px;
     gap: 15px;
    background: rgba(255,255,255,0.7);
     padding: 3px 15px;
    border-radius: 15px;
}
}


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


#monobook-top-social img {
#monobook-social-links a:hover {
     width: 18px;
     color: #06c;
     height: 18px;
     transform: translateY(-1px);
    margin-right: 5px;
    opacity: 0.9;
}
 
/* MonoBook düzenini düzeltme */
#globalWrapper {
    padding-top: 40px !important;
}
}


#column-content {
#monobook-social-links img {
     margin-top: 10px !important;
     width: 16px;
    height: 16px;
    opacity: 0.8;
}
}

Gezinti menüsü