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 */
/* SOSYAL MEDYA ÇUBUĞU */
/* MediaWiki:Monobook.css */
#monobook-social-bar {
/* SOSYAL BAR - Kullanıcı barının hemen altında */
    background: #f5f5f5;
#monobook-social-container {
    border-bottom: 1px solid #ddd;
    padding: 6px 0;
     text-align: center;
     text-align: center;
     line-height: 0;
     margin: 5px 0 15px 0;
     margin-bottom: 10px;
    padding: 5px 0;
     border-bottom: 1px solid #eee;
}
}


#monobook-social-bar a {
#monobook-social-links {
     display: inline-block;
     display: inline-flex;
     width: 32px;
     align-items: center;
     height: 32px;
     gap: 15px;
     margin: 0 5px;
     background: rgba(255,255,255,0.7);
     background-size: contain;
    padding: 3px 15px;
     background-repeat: no-repeat;
     border-radius: 15px;
     opacity: 0.8;
}
 
#monobook-social-links a {
    display: flex;
     align-items: center;
    gap: 5px;
    color: #333;
    font-size: 13px;
     text-decoration: none;
     transition: all 0.2s;
     transition: all 0.2s;
    text-indent: -9999px; /* Metni gizle */
    overflow: hidden;
}
}


#monobook-social-bar a:hover {
#monobook-social-links a:hover {
     opacity: 1;
     color: #06c;
     transform: scale(1.1);
     transform: translateY(-1px);
}
}


/* İKONLAR (FontAwesome kullanımı) */
#monobook-social-links img {
#monobook-discord { background-image: url(https://cdn.jsdelivr.net/npm/simple-icons@v5/icons/discord.svg); }
    width: 16px;
#monobook-telegram { background-image: url(https://cdn.jsdelivr.net/npm/simple-icons@v5/icons/telegram.svg); }
    height: 16px;
#monobook-deviantart { background-image: url(https://cdn.jsdelivr.net/npm/simple-icons@v5/icons/deviantart.svg); }
    opacity: 0.8;
#monobook-steam { background-image: url(https://cdn.jsdelivr.net/npm/simple-icons@v5/icons/steam.svg); }
}

00.03, 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 - Kullanıcı barının hemen altında */
#monobook-social-container {
    text-align: center;
    margin: 5px 0 15px 0;
    padding: 5px 0;
    border-bottom: 1px solid #eee;
}

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

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

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

#monobook-social-links img {
    width: 16px;
    height: 16px;
    opacity: 0.8;
}