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 */ | ||
/* SOSYAL BAR - Kullanıcı barıyla aynı hizada */ | |||
/* SOSYAL BAR - | |||
#monobook-top-social { | #monobook-top-social { | ||
position: | position: absolute; | ||
top: 0; | |||
left: 0; | |||
background: rgba( | right: 0; | ||
border-bottom: 1px solid # | background: rgba(240,240,240,0.95); | ||
border-bottom: 1px solid #d5d5d5; | |||
text-align: center; | text-align: center; | ||
padding: | padding: 8px 0; | ||
margin | z-index: 1000; | ||
margin: 0 !important; | |||
} | } | ||
#monobook-top-social-links { | #monobook-top-social-links { | ||
display: inline- | display: inline-flex; | ||
gap: 20px; | |||
padding: | padding: 2px 15px; | ||
} | } | ||
#monobook-top-social a { | #monobook-top-social a { | ||
display: | display: flex; | ||
align-items: center; | align-items: center; | ||
color: #2c3e50; | |||
color: # | |||
font-size: 13px; | font-size: 13px; | ||
font-weight: | font-weight: bold; | ||
text-decoration: none; | text-decoration: none; | ||
} | } | ||
#monobook-top-social img { | #monobook-top-social img { | ||
width: | width: 18px; | ||
height: | height: 18px; | ||
margin-right: 5px; | margin-right: 5px; | ||
opacity: 0.9; | opacity: 0.9; | ||
} | |||
/* MonoBook düzenini düzeltme */ | |||
#globalWrapper { | |||
padding-top: 40px !important; | |||
} | |||
#column-content { | |||
margin-top: 10px !important; | |||
} | } |