MediaWiki:Monobook.css: Revizyonlar arasındaki fark

korna ansiklopedisi sitesinden
Gezinti kısmına atlaArama kısmına atla
("→‎Buradaki tüm CSS kodu Monobook teması kullanan kullanıcılar için yüklenir: #p-personal ul { display: flex; gap: 10px; padding-left: 0; } #p-personal li { list-style: none; }" içeriğiyle yeni sayfa oluşturdu)
 
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 */
#p-personal ul {
/* SOSYAL MEDYA ÇUBUĞU */
     display: flex;
#monobook-social-bar {
     gap: 10px;
     background: #f5f5f5;
     padding-left: 0;
     border-bottom: 1px solid #ddd;
     padding: 6px 0;
    text-align: center;
    line-height: 0;
    margin-bottom: 10px;
}
}


#p-personal li {
#monobook-social-bar a {
     list-style: none;
     display: inline-block;
    width: 32px;
    height: 32px;
    margin: 0 5px;
    background-size: contain;
    background-repeat: no-repeat;
    opacity: 0.8;
    transition: all 0.2s;
    text-indent: -9999px; /* Metni gizle */
    overflow: hidden;
}
}
#monobook-social-bar a:hover {
    opacity: 1;
    transform: scale(1.1);
}
/* İKONLAR (FontAwesome kullanımı) */
#monobook-discord { background-image: url(https://cdn.jsdelivr.net/npm/simple-icons@v5/icons/discord.svg); }
#monobook-telegram { background-image: url(https://cdn.jsdelivr.net/npm/simple-icons@v5/icons/telegram.svg); }
#monobook-deviantart { background-image: url(https://cdn.jsdelivr.net/npm/simple-icons@v5/icons/deviantart.svg); }
#monobook-steam { background-image: url(https://cdn.jsdelivr.net/npm/simple-icons@v5/icons/steam.svg); }

00.00, 3 Nisan 2025 tarihindeki hâli

/* Buradaki tüm CSS kodu Monobook teması kullanan kullanıcılar için yüklenir */
/* SOSYAL MEDYA ÇUBUĞU */
#monobook-social-bar {
    background: #f5f5f5;
    border-bottom: 1px solid #ddd;
    padding: 6px 0;
    text-align: center;
    line-height: 0;
    margin-bottom: 10px;
}

#monobook-social-bar a {
    display: inline-block;
    width: 32px;
    height: 32px;
    margin: 0 5px;
    background-size: contain;
    background-repeat: no-repeat;
    opacity: 0.8;
    transition: all 0.2s;
    text-indent: -9999px; /* Metni gizle */
    overflow: hidden;
}

#monobook-social-bar a:hover {
    opacity: 1;
    transform: scale(1.1);
}

/* İKONLAR (FontAwesome kullanımı) */
#monobook-discord { background-image: url(https://cdn.jsdelivr.net/npm/simple-icons@v5/icons/discord.svg); }
#monobook-telegram { background-image: url(https://cdn.jsdelivr.net/npm/simple-icons@v5/icons/telegram.svg); }
#monobook-deviantart { background-image: url(https://cdn.jsdelivr.net/npm/simple-icons@v5/icons/deviantart.svg); }
#monobook-steam { background-image: url(https://cdn.jsdelivr.net/npm/simple-icons@v5/icons/steam.svg); }