MediaWiki:Common.css: Difference between revisions

From Alundra
No edit summary
No edit summary
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
/* CSS placed here will be applied to all skins */
#mw-content {
--#mw-header-container,
#mw-content,
#mw-footer-container,
#page-tools {
   border-style: solid;
   border-style: solid;
   border-color: transparent;
   border-color: transparent;
Line 19: Line 22:


   background-color: transparent;
   background-color: transparent;
}
body {
  background: #000000;
}
}

Revision as of 23:22, 13 May 2026

/* CSS placed here will be applied to all skins */
--#mw-header-container,
#mw-content,
#mw-footer-container,
#page-tools {
  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;
}