„MediaWiki:Sitenotice” változatai közötti eltérés

Innen: Sanctum2 Wikipédia
Ugrás a navigációhozUgrás a kereséshez
Nincs szerkesztési összefoglaló
Címke: Visszaállítva
Nincs szerkesztési összefoglaló
Címke: Visszaállítva
1. sor: 1. sor:
/* Fixed image at the top of every page */
<div style="text-align: center;">
#mw-content-text {
     <img src="URL_TO_YOUR_IMAGE" alt="Description of your image" style="max-width: 100%; height: auto;">
    position: relative;
</div>
     padding-top: 100px; /* Adjust this value based on your image height */
}
 
#header-image {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1; /* Adjust the z-index to position it correctly */
    pointer-events: none; /* Ensure it doesn't interfere with page interactions */
}

A lap 2024. június 24., 09:50-kori változata

   <img src="URL_TO_YOUR_IMAGE" alt="Description of your image" style="max-width: 100%; height: auto;">