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
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
body {
body, #globalWrapper {
    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;
  }

Latest revision as of 01:01, 14 March 2026

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