MediaWiki:Common.css: Difference between revisions

From RVM Wiki
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 3: Line 3:
//body { background-color: black; }
//body { background-color: black; }


# Style for screen output: pre tags with class "screen"
// Style for screen output: pre tags with class "screen"
pre.rvmscreen {
pre.rvmscreen {
  background-color: black;
  background-color: black;
  color: white;
  color: white;
}
}

Revision as of 09:08, 17 December 2020

/* CSS placed here will be applied to all skins */

//body { background-color: black; }

// Style for screen output: pre tags with class "screen"
pre.rvmscreen {
 background-color: black;
 color: white;
}