MediaWiki:Vector.css: Difference between revisions

From empyriopedia.com
Jump to navigation Jump to search
No edit summary
No edit summary
 
Line 4: Line 4:
background-repeat: no-repeat; /* Verhindert das Wiederholen des Bildes */
background-repeat: no-repeat; /* Verhindert das Wiederholen des Bildes */
background-attachment: fixed; /* Das Bild scrollt nicht mit dem Inhalt */
background-attachment: fixed; /* Das Bild scrollt nicht mit dem Inhalt */
background-position: center; /* Zentriert das Bild */
#background-position: center; /* Zentriert das Bild */
}
}

Latest revision as of 13:21, 11 July 2024

body {
background-image: url('/images/2/2f/Empyrion_Background.jpeg');
background-size: cover; /* Stellt sicher, dass das Bild den gesamten Hintergrund abdeckt */
background-repeat: no-repeat; /* Verhindert das Wiederholen des Bildes */
background-attachment: fixed; /* Das Bild scrollt nicht mit dem Inhalt */
#background-position: center; /* Zentriert das Bild */
}