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 */
/* SOSYAL BAR - Kullanıcı barıyla aynı hizada */
/* SOSYAL BAR - KESİNLİKLE EN ÜSTTE */
#monobook-top-social {
#monobook-top-social {
     position: relative;
     position: absolute;
     z-index: 100;
     top: 0;
     width: 100%;
    left: 0;
     background: rgba(245,245,245,0.9);
     right: 0;
     border-bottom: 1px solid #ddd;
     background: rgba(240,240,240,0.95);
     border-bottom: 1px solid #d5d5d5;
     text-align: center;
     text-align: center;
     padding: 6px 0;
     padding: 8px 0;
     margin-bottom: 0 !important;
    z-index: 1000;
     margin: 0 !important;
}
}


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


#monobook-top-social a {
#monobook-top-social a {
     display: inline-flex;
     display: flex;
     align-items: center;
     align-items: center;
    margin: 0 8px;
     color: #2c3e50;
     color: #222;
     font-size: 13px;
     font-size: 13px;
     font-weight: 500;
     font-weight: bold;
     text-decoration: none;
     text-decoration: none;
    transition: all 0.2s;
}
#monobook-top-social a:hover {
    color: #0066cc;
    transform: translateY(-1px);
}
}


#monobook-top-social img {
#monobook-top-social img {
     width: 16px;
     width: 18px;
     height: 16px;
     height: 18px;
     margin-right: 5px;
     margin-right: 5px;
     opacity: 0.9;
     opacity: 0.9;
}
/* MonoBook düzenini düzeltme */
#globalWrapper {
    padding-top: 40px !important;
}
#column-content {
    margin-top: 10px !important;
}
}

00.10, 3 Nisan 2025 tarihindeki hâli

/* Buradaki tüm CSS kodu Monobook teması kullanan kullanıcılar için yüklenir */
/* SOSYAL BAR - Kullanıcı barıyla aynı hizada */
#monobook-top-social {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: rgba(240,240,240,0.95);
    border-bottom: 1px solid #d5d5d5;
    text-align: center;
    padding: 8px 0;
    z-index: 1000;
    margin: 0 !important;
}

#monobook-top-social-links {
    display: inline-flex;
    gap: 20px;
    padding: 2px 15px;
}

#monobook-top-social a {
    display: flex;
    align-items: center;
    color: #2c3e50;
    font-size: 13px;
    font-weight: bold;
    text-decoration: none;
}

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

/* MonoBook düzenini düzeltme */
#globalWrapper {
    padding-top: 40px !important;
}

#column-content {
    margin-top: 10px !important;
}