MediaWiki:Vector.css: Revizyonlar arasındaki fark
korna ansiklopedisi sitesinden
Gezinti kısmına atlaArama kısmına atla
k ("MediaWiki:Vector.css" sayfayı koruma altına aldı ([Değiştir=Yalnızca hizmetlilere izin ver] (süresiz) [Taşı=Yalnızca hizmetlilere izin ver] (süresiz))) |
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 */ | |||
body.skin-vector { | |||
background-color: #f6f6f6; | |||
font-family: 'Helvetica', 'Arial', sans-serif; | |||
} | |||
/* Başlık Çubuğu (Monobook tarzı) */ | |||
#p-personal { | |||
position: absolute; | |||
top: 0.5em; | |||
right: 0.75em; | |||
z-index: 2; | |||
} | |||
/* Sol Menü (Vector 2010 tarzı) */ | |||
#p-navigation { | |||
margin-top: 1em; | |||
} | |||
/* İçerik Alanı (Monobook tarzı gölge) */ | |||
#content { | |||
background: white; | |||
border: 1px solid #aaa; | |||
padding: 1.5em; | |||
box-shadow: 0 0 5px rgba(0, 0, 0, 0.1); | |||
} | |||
/* Sekmeler (Monobook tarzı) */ | |||
.vectorTabs ul { | |||
border-bottom: 1px solid #aaa; | |||
} | |||
.vectorTabs li { | |||
background-color: #e0e0e0; | |||
border: 1px solid #aaa; | |||
border-bottom: none; | |||
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Ü */ | ||
#korna-social-header { | #korna-social-header { |
23.16, 6 Mayıs 2025 tarihindeki hâli
/* All CSS here will be loaded for users of the Vector skin */ /* Sayfa Genel Düzeni */ body.skin-vector { background-color: #f6f6f6; font-family: 'Helvetica', 'Arial', sans-serif; } /* Başlık Çubuğu (Monobook tarzı) */ #p-personal { position: absolute; top: 0.5em; right: 0.75em; z-index: 2; } /* Sol Menü (Vector 2010 tarzı) */ #p-navigation { margin-top: 1em; } /* İçerik Alanı (Monobook tarzı gölge) */ #content { background: white; border: 1px solid #aaa; padding: 1.5em; box-shadow: 0 0 5px rgba(0, 0, 0, 0.1); } /* Sekmeler (Monobook tarzı) */ .vectorTabs ul { border-bottom: 1px solid #aaa; } .vectorTabs li { background-color: #e0e0e0; border: 1px solid #aaa; border-bottom: none; 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Ü */ #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; }