MediaWiki:Common.css
From Alundra
Note: After publishing, you may have to bypass your browser's cache to see the changes.
- Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
- Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
- Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5.
/* CSS placed here will be applied to all skins */
@import url('https://fonts.googleapis.com/css2?family=Oleo+Script:wght@400;700&display=swap');
--#mw-header-container,
#mw-content,
#mw-footer-container,
#page-tools {
font-family: "Oleo Script", system-ui;
font-weight: 400;
font-style: normal;
border-style: solid;
border-color: transparent;
border-width: 8px 16px 8px 16px;
border-image: url("https://alundra.net/images/8/8d/Scroll.png");
border-image-slice: 8 16 8 16;
border-image-repeat: repeat;
border-image-width: 8px 16px 8px 16px;
border-image-outset: 0;
background-image: url("https://alundra.net/images/d/d0/Scroll_Inner.png");
background-repeat: repeat;
background-size: auto;
background-position: top left;
background-clip: padding-box;
background-color: transparent;
}