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 | /* MediaWiki:Monobook.css */ | ||
#monobook-social- | /* SOSYAL BAR - Kullanıcı barının hemen altında */ | ||
#monobook-social-container { | |||
text-align: center; | text-align: center; | ||
margin: 5px 0 15px 0; | |||
padding: 5px 0; | |||
border-bottom: 1px solid #eee; | |||
} | } | ||
#monobook-social- | #monobook-social-links { | ||
display: inline- | 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; | transition: all 0.2s; | ||
} | } | ||
#monobook-social- | #monobook-social-links a:hover { | ||
color: #06c; | |||
transform: | transform: translateY(-1px); | ||
} | } | ||
#monobook-social-links img { | |||
#monobook- | width: 16px; | ||
height: 16px; | |||
opacity: 0.8; | |||
} |
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; }