580
düzenleme
Değişiklik özeti yok |
Değişiklik özeti yok Etiket: Elle geri alma |
||
(Aynı kullanıcının aradaki diğer 5 değişikliği gösterilmiyor) | |||
1. satır: | 1. satır: | ||
/* SOSYAL BAR - BAŞLIĞIN HEMEN ÜSTÜ */ | |||
/* SOSYAL BAR - | #korna-social-header { | ||
# | position: relative; | ||
position: | width: 100%; | ||
background: #f8f9fa; | |||
border-bottom: 1px solid #e1e1e1; | |||
background: | |||
border-bottom: 1px solid # | |||
text-align: center; | text-align: center; | ||
padding: | padding: 5px 0; | ||
z-index: | 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; | display: inline-flex; | ||
gap: | gap: 15px; | ||
align-items: center; | |||
margin: 0 auto; /* Ekstra ortalamak için */ | |||
} | } | ||
# | #korna-social-links a { | ||
display: flex; | display: flex; | ||
align-items: center; | align-items: center; | ||
27. satır: | 28. satır: | ||
font-weight: bold; | font-weight: bold; | ||
text-decoration: none; | text-decoration: none; | ||
padding: 2px 5px; | |||
} | } | ||
# | #korna-social-links img { | ||
width: | width: 16px; | ||
height: | height: 16px; | ||
margin-right: | margin-right: 4px; | ||
opacity: 0. | 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; | margin-top: 10px !important; | ||
} | } |