MediaWiki:Vector.css: Revizyonlar arasındaki fark

korna ansiklopedisi sitesinden
Gezinti kısmına atlaArama kısmına atla
Değişiklik özeti yok
Etiket: Geri alındı
Değişiklik özeti yok
Etiket: Geri alındı
1. satır: 1. satır:
/* All CSS here will be loaded for users of the Vector skin */
/* All CSS here will be loaded for users of the Vector skin */
/* Sayfa Genel Düzeni */
/* Sol menüyü Monobook gibi yap */
body.skin-vector {
#mw-panel {
     background-color: #f6f6f6;
     background: #f6f6f6;
     font-family: 'Helvetica', 'Arial', sans-serif;
    border-right: 1px solid #aaa;
    padding: 1em 0 1em 0.5em;
     font-size: 95%;
}
}


/* Başlık Çubuğu (Monobook tarzı) */
/* Monobook'taki gibi mavi başlıklar */
#p-personal {
#mw-panel .portal h3 {
     position: absolute;
     color: #2a4b8d;
     top: 0.5em;
    font-family: 'Linux Libertine', 'Georgia', 'Times', serif;
     right: 0.75em;
    font-size: 110%;
     z-index: 2;
    font-weight: normal;
     padding: 0.25em 0;
     margin: 0 0 0.25em 0;
     border-bottom: 1px solid #ddd;
}
}


/* Sol Menü (Vector 2010 tarzı) */
/* Linklerin rengi */
#p-navigation {
#mw-panel a {
     margin-top: 1em;
     color: #0645ad;
}
}


/* İçerik Alanı (Monobook tarzı gölge) */
/* Linklerin hover efekti */
#content {
#mw-panel a:hover {
     background: white;
     text-decoration: underline;
    border: 1px solid #aaa;
    padding: 1.5em;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
}


/* Sekmeler (Monobook tarzı) */
/* Monobook'taki gibi sol menü genişliği */
.vectorTabs ul {
#mw-panel {
     border-bottom: 1px solid #aaa;
     width: 12em;
}
}


.vectorTabs li {
/* Sol menüdeki ikonları kaldır (isteğe bağlı) */
    background-color: #e0e0e0;
#mw-panel .portal .body ul li {
    border: 1px solid #aaa;
     background: none !important;
    border-bottom: none;
     padding-left: 0 !important;
    margin-right: 0.5em;
}
 
.vectorTabs li.selected {
    background-color: white;
    border-bottom: 1px solid white;
}
 
/* Arama Kutusu (Vector 2010 tarzı) */
#searchInput {
    border: 1px solid #aaa;
    padding: 0.3em;
}
 
/* Footer (Monobook tarzı) */
#footer {
     border-top: 1px solid #ddd;
     padding-top: 1em;
    margin-top: 2em;
}
}
/* SOSYAL BAR - BAŞLIĞIN HEMEN ÜSTÜ */
/* SOSYAL BAR - BAŞLIĞIN HEMEN ÜSTÜ */

23.18, 6 Mayıs 2025 tarihindeki hâli

/* All CSS here will be loaded for users of the Vector skin */
/* Sol menüyü Monobook gibi yap */
#mw-panel {
    background: #f6f6f6;
    border-right: 1px solid #aaa;
    padding: 1em 0 1em 0.5em;
    font-size: 95%;
}

/* Monobook'taki gibi mavi başlıklar */
#mw-panel .portal h3 {
    color: #2a4b8d;
    font-family: 'Linux Libertine', 'Georgia', 'Times', serif;
    font-size: 110%;
    font-weight: normal;
    padding: 0.25em 0;
    margin: 0 0 0.25em 0;
    border-bottom: 1px solid #ddd;
}

/* Linklerin rengi */
#mw-panel a {
    color: #0645ad;
}

/* Linklerin hover efekti */
#mw-panel a:hover {
    text-decoration: underline;
}

/* Monobook'taki gibi sol menü genişliği */
#mw-panel {
    width: 12em;
}

/* Sol menüdeki ikonları kaldır (isteğe bağlı) */
#mw-panel .portal .body ul li {
    background: none !important;
    padding-left: 0 !important;
}
/* 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;
}