MediaWiki:MyStyles.css: Difference between revisions
Jump to navigation
Jump to search
(Blanked the page) Tags: Blanking Reverted |
No edit summary Tag: Reverted |
||
Line 1: | Line 1: | ||
<style> | |||
body { | |||
position: relative; | |||
} | |||
body::before { | |||
content: url(/nc_assets/img/setlistest.png); /* Замените на URL вашего изображения */ | |||
position: absolute; | |||
bottom: 0; | |||
left: 0; | |||
z-index: 1; | |||
pointer-events: none; | |||
} | |||
</style> |
Revision as of 02:40, 21 August 2024
<style>
body {
position: relative;
}
body::before {
content: url(/nc_assets/img/setlistest.png); /* Замените на URL вашего изображения */
position: absolute;
bottom: 0;
left: 0;
z-index: 1;
pointer-events: none;
}
</style>