MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| Line 8: | Line 8: | ||
width: 100%; | width: 100%; | ||
background-image: url("https://i.imgur.com/xYVEGwj.png"); | background-image: url("https://i.imgur.com/xYVEGwj.png"); | ||
} | |||
} | |||
@media screen { | |||
body { | |||
background-color: #d0d9be; | |||
overflow-y: scroll; | |||
} | } | ||
} | } | ||
Revision as of 20:20, 16 February 2024
/* CSS placed here will be applied to all skins */
@media screen {
#mw-head {
position: absolute;
top: 0;
right: 0;
width: 100%;
background-image: url("https://i.imgur.com/xYVEGwj.png");
}
}
@media screen {
body {
background-color: #d0d9be;
overflow-y: scroll;
}
}