MediaWiki:Sitenotice

Innen: Sanctum2 Wikipédia
A lap korábbi változatát látod, amilyen Hermesz (vitalap | szerkesztései) 2024. június 24., 09:49-kor történt szerkesztése után volt.
Ugrás a navigációhozUgrás a kereséshez

/* Fixed image at the top of every page */

  1. mw-content-text {
   position: relative;
   padding-top: 100px; /* Adjust this value based on your image height */

}

  1. 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 */

}