580
düzenleme
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 */ | ||
/* MediaWiki:Monobook.css */ | /* MediaWiki:Monobook.css */ | ||
/* SOSYAL BAR - | /* SOSYAL BAR - KESİNLİKLE EN ÜSTTE */ | ||
#monobook-social- | #monobook-top-social { | ||
position: relative; | |||
z-index: 100; | |||
width: 100%; | |||
background: rgba(245,245,245,0.9); | |||
border-bottom: 1px solid #ddd; | |||
text-align: center; | text-align: center; | ||
padding: 6px 0; | |||
padding: | margin-bottom: 0 !important; | ||
} | } | ||
#monobook-social-links { | #monobook-top-social-links { | ||
display: inline- | display: inline-block; | ||
background: rgba(255,255,255,0.7); | background: rgba(255,255,255,0.7); | ||
padding: | padding: 4px 12px; | ||
border-radius: | border-radius: 12px; | ||
box-shadow: 0 1px 3px rgba(0,0,0,0.1); | |||
} | } | ||
#monobook-social | #monobook-top-social a { | ||
display: flex; | display: inline-flex; | ||
align-items: center; | align-items: center; | ||
margin: 0 8px; | |||
color: # | color: #222; | ||
font-size: 13px; | font-size: 13px; | ||
font-weight: 500; | |||
text-decoration: none; | text-decoration: none; | ||
transition: all 0.2s; | transition: all 0.2s; | ||
} | } | ||
#monobook-social | #monobook-top-social a:hover { | ||
color: # | color: #0066cc; | ||
transform: translateY(-1px); | transform: translateY(-1px); | ||
} | } | ||
#monobook-social | #monobook-top-social img { | ||
width: 16px; | width: 16px; | ||
height: 16px; | height: 16px; | ||
opacity: 0. | margin-right: 5px; | ||
opacity: 0.9; | |||
} | } |