MediaWiki:Minerva.css: Difference between revisions
mNo edit summary |
m testing update - chatgpt |
||
| Line 1: | Line 1: | ||
/* All CSS here will be loaded for users of the MinervaNeue skin */ | /* All CSS here will be loaded for users of the MinervaNeue skin */ | ||
body { | html, body { | ||
background: url("https:// | background: url("https://example.com/your-background.jpg") no-repeat center center fixed; | ||
background-size: cover; | background-size: cover; | ||
min-height: 100%; | |||
} | } | ||
. | /* Ensure Minerva wrapper doesn’t override it */ | ||
.minerva { | |||
background: transparent !important; | |||
} | |||
/* Make article content readable */ | |||
.content { | |||
background-color: rgba(255, 255, 255, 0.85); | background-color: rgba(255, 255, 255, 0.85); | ||
padding: 1em; | padding: 1em; | ||
border-radius: 8px; | border-radius: 8px; | ||
} | } | ||