MediaWiki:MonoBook.css: Difference between revisions

From Rebellious Projects Wiki
Created page with " body { font-family: sans-serif; font-size: x-small; background: url("/resources/assets/background.png") 0 0 repeat; color: #000; direction: ltr; unicode-bidi: embed; }"
 
No edit summary
Line 1: Line 1:
  body {
  body {
    font-family: sans-serif;
     background: url("/resources/assets/background.png") 0 0 repeat !important;
    font-size: x-small;
}
     background: url("/resources/assets/background.png") 0 0 repeat;
    color: #000;
    direction: ltr;
    unicode-bidi: embed;
  }

Revision as of 01:00, 14 March 2026

 body {
    background: url("/resources/assets/background.png") 0 0 repeat !important;
}