MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
HummeloAdmin (talk | contribs) (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 */
}