MediaWiki:Common.css: Difference between revisions

From empyriopedia.com
Jump to navigation Jump to search
(added background picture)
 
(No difference)

Latest revision as of 12:14, 11 July 2024

/* CSS placed here will be applied to all skins */
body {
background-image: url('/empyriopedia/images/background.jpg');
background-size: cover; /* Optional: Damit das Bild den gesamten Hintergrund abdeckt */
background-repeat: no-repeat; /* Optional: Verhindert das Wiederholen des Bildes */
background-attachment: fixed; /* Optional: Das Bild scrollt nicht mit dem Inhalt */
}