580
düzenleme
Değişiklik özeti yok |
Değişiklik özeti yok |
||
1. satır: | 1. satır: | ||
/* | /* MediaWiki:Monobook.css */ | ||
/* SOSYAL BAR - Kullanıcı | /* SOSYAL BAR - Kullanıcı barının hemen altında */ | ||
#monobook- | #monobook-social-container { | ||
text-align: center; | text-align: center; | ||
margin: 5px 0 15px 0; | |||
padding: 5px 0; | |||
border-bottom: 1px solid #eee; | |||
} | } | ||
#monobook | #monobook-social-links { | ||
display: inline-flex; | display: inline-flex; | ||
gap: | align-items: center; | ||
padding: | gap: 15px; | ||
background: rgba(255,255,255,0.7); | |||
padding: 3px 15px; | |||
border-radius: 15px; | |||
} | } | ||
#monobook- | #monobook-social-links a { | ||
display: flex; | display: flex; | ||
align-items: center; | align-items: center; | ||
color: # | gap: 5px; | ||
color: #333; | |||
font-size: 13px; | font-size: 13px; | ||
text-decoration: none; | text-decoration: none; | ||
transition: all 0.2s; | |||
} | } | ||
#monobook- | #monobook-social-links a:hover { | ||
color: #06c; | |||
transform: translateY(-1px); | |||
} | } | ||
# | #monobook-social-links img { | ||
width: 16px; | |||
height: 16px; | |||
opacity: 0.8; | |||
} | } |