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
Etiket: Elle geri alma
 
(Aynı kullanıcının aradaki diğer 5 değişikliği gösterilmiyor)
1. satır: 1. satır:
/* Buradaki tüm CSS kodu Monobook teması kullanan kullanıcılar için yüklenir */
/* SOSYAL BAR - BAŞLIĞIN HEMEN ÜSTÜ */
/* SOSYAL BAR - Kullanıcı barıyla aynı hizada */
#korna-social-header {
#monobook-top-social {
     position: relative;
     position: absolute;
     width: 100%;
    top: 0;
     background: #f8f9fa;
    left: 0;
     border-bottom: 1px solid #e1e1e1;
     right: 0;
     background: rgba(240,240,240,0.95);
     border-bottom: 1px solid #d5d5d5;
     text-align: center;
     text-align: center;
     padding: 8px 0;
     padding: 5px 0;
     z-index: 1000;
    margin: 0;
     margin: 0 !important;
     z-index: 100;
    display: flex;
     justify-content: center; /* Yatayda tam ortala */
    align-items: center; /* Dikeyde tam ortala */
}
}


#monobook-top-social-links {
#korna-social-links {
     display: inline-flex;
     display: inline-flex;
     gap: 20px;
     gap: 15px;
     padding: 2px 15px;
    align-items: center;
     margin: 0 auto; /* Ekstra ortalamak için */
}
}


#monobook-top-social a {
#korna-social-links a {
     display: flex;
     display: flex;
     align-items: center;
     align-items: center;
27. satır: 28. satır:
     font-weight: bold;
     font-weight: bold;
     text-decoration: none;
     text-decoration: none;
    padding: 2px 5px;
}
}


#monobook-top-social img {
#korna-social-links img {
     width: 18px;
     width: 16px;
     height: 18px;
     height: 16px;
     margin-right: 5px;
     margin-right: 4px;
     opacity: 0.9;
     opacity: 0.8;
    transition: opacity 0.2s;
}
}


/* MonoBook düzenini düzeltme */
#korna-social-links a:hover img {
#globalWrapper {
     opacity: 1;
     padding-top: 40px !important;
}
}


#column-content {
/* BAŞLIK KONUMU DÜZELTME */
#firstHeading {
     margin-top: 10px !important;
     margin-top: 10px !important;
}
}

14.21, 10 Mayıs 2025 itibarı ile sayfanın şu anki hâli

/* SOSYAL BAR - BAŞLIĞIN HEMEN ÜSTÜ */
#korna-social-header {
    position: relative;
    width: 100%;
    background: #f8f9fa;
    border-bottom: 1px solid #e1e1e1;
    text-align: center;
    padding: 5px 0;
    margin: 0;
    z-index: 100;
    display: flex;
    justify-content: center; /* Yatayda tam ortala */
    align-items: center; /* Dikeyde tam ortala */
}

#korna-social-links {
    display: inline-flex;
    gap: 15px;
    align-items: center;
    margin: 0 auto; /* Ekstra ortalamak için */
}

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

#korna-social-links img {
    width: 16px;
    height: 16px;
    margin-right: 4px;
    opacity: 0.8;
    transition: opacity 0.2s;
}

#korna-social-links a:hover img {
    opacity: 1;
}

/* BAŞLIK KONUMU DÜZELTME */
#firstHeading {
    margin-top: 10px !important;
}