MediaWiki:Monobook.css: Revizyonlar arasındaki fark

korna ansiklopedisi sitesinden
Gezinti kısmına atlaArama kısmına atla
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 */
/* Buradaki tüm CSS kodu Monobook teması kullanan kullanıcılar için yüklenir */
/* MediaWiki:Monobook.css */
/* MediaWiki:Monobook.css */
/* SOSYAL BAR - Kullanıcı barının hemen altında */
/* SOSYAL BAR - KESİNLİKLE EN ÜSTTE */
#monobook-social-container {
#monobook-top-social {
    position: relative;
    z-index: 100;
    width: 100%;
    background: rgba(245,245,245,0.9);
    border-bottom: 1px solid #ddd;
     text-align: center;
     text-align: center;
    margin: 5px 0 15px 0;
     padding: 6px 0;
     padding: 5px 0;
     margin-bottom: 0 !important;
     border-bottom: 1px solid #eee;
}
}


#monobook-social-links {
#monobook-top-social-links {
     display: inline-flex;
     display: inline-block;
    align-items: center;
    gap: 15px;
     background: rgba(255,255,255,0.7);
     background: rgba(255,255,255,0.7);
     padding: 3px 15px;
     padding: 4px 12px;
     border-radius: 15px;
     border-radius: 12px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}
}


#monobook-social-links a {
#monobook-top-social a {
     display: flex;
     display: inline-flex;
     align-items: center;
     align-items: center;
     gap: 5px;
     margin: 0 8px;
     color: #333;
     color: #222;
     font-size: 13px;
     font-size: 13px;
    font-weight: 500;
     text-decoration: none;
     text-decoration: none;
     transition: all 0.2s;
     transition: all 0.2s;
}
}


#monobook-social-links a:hover {
#monobook-top-social a:hover {
     color: #06c;
     color: #0066cc;
     transform: translateY(-1px);
     transform: translateY(-1px);
}
}


#monobook-social-links img {
#monobook-top-social img {
     width: 16px;
     width: 16px;
     height: 16px;
     height: 16px;
     opacity: 0.8;
    margin-right: 5px;
     opacity: 0.9;
}
}

00.06, 3 Nisan 2025 tarihindeki hâli

/* Buradaki tüm CSS kodu Monobook teması kullanan kullanıcılar için yüklenir */
/* MediaWiki:Monobook.css */
/* SOSYAL BAR - KESİNLİKLE EN ÜSTTE */
#monobook-top-social {
    position: relative;
    z-index: 100;
    width: 100%;
    background: rgba(245,245,245,0.9);
    border-bottom: 1px solid #ddd;
    text-align: center;
    padding: 6px 0;
    margin-bottom: 0 !important;
}

#monobook-top-social-links {
    display: inline-block;
    background: rgba(255,255,255,0.7);
    padding: 4px 12px;
    border-radius: 12px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}

#monobook-top-social a {
    display: inline-flex;
    align-items: center;
    margin: 0 8px;
    color: #222;
    font-size: 13px;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.2s;
}

#monobook-top-social a:hover {
    color: #0066cc;
    transform: translateY(-1px);
}

#monobook-top-social img {
    width: 16px;
    height: 16px;
    margin-right: 5px;
    opacity: 0.9;
}