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: | ||
/* SOSYAL BAR - BAŞLIĞIN HEMEN ÜSTÜ */ | |||
/* SOSYAL BAR - | #korna-social-header { | ||
# | position: relative; | ||
width: 100%; | |||
background: #f8f9fa; | |||
border-bottom: 1px solid #e1e1e1; | |||
text-align: center; | text-align: center; | ||
padding: 5px 0; | padding: 5px 0; | ||
margin: 0; | |||
z-index: 100; | |||
} | } | ||
# | #korna-social-links { | ||
display: inline-flex; | display: inline-flex; | ||
gap: 15px; | |||
align-items: center; | align-items: center; | ||
} | } | ||
# | #korna-social-links a { | ||
display: flex; | display: flex; | ||
align-items: center; | align-items: center; | ||
color: #2c3e50; | |||
color: # | |||
font-size: 13px; | font-size: 13px; | ||
font-weight: bold; | |||
text-decoration: none; | text-decoration: none; | ||
padding: 2px 5px; | |||
} | } | ||
# | #korna-social-links img { | ||
width: 16px; | width: 16px; | ||
height: 16px; | height: 16px; | ||
margin-right: 4px; | |||
opacity: 0.8; | 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; | |||
} | } |
00.23, 3 Nisan 2025 tarihindeki hâli
/* SOSYAL BAR - BAŞLIĞIN HEMEN ÜSTÜ */ #korna-social-header { position: relative; width: 100%; background: #f8f9fa; border-bottom: 1px solid #e1e1e1; text-align: center; padding: 5px 0; margin: 0; z-index: 100; } #korna-social-links { display: inline-flex; gap: 15px; align-items: center; } #korna-social-links a { display: flex; align-items: center; color: #2c3e50; font-size: 13px; font-weight: bold; text-decoration: none; padding: 2px 5px; } #korna-social-links img { width: 16px; height: 16px; margin-right: 4px; 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; }