MediaWiki:Common.css: Difference between revisions

From RVM Wiki
Jump to navigation Jump to search
Created page with "CSS placed here will be applied to all skins: # Style for screen output: pre tags with class "screen" pre.screen { background-color: black; color: white; font-family:..."
 
mNo edit summary
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
/* CSS placed here will be applied to all skins */
# Style for screen output: pre tags with class "screen"
# Style for screen output: pre tags with class "screen"
pre.screen {
pre.rvmscreen {
  background-color: black;
  background-color: black;
  color: white;
  color: white;
  font-family: Consolas,Monaco,Lucida Console,Liberation Mono,DejaVu Sans Mono,Bitstream Vera Sans Mono,Courier New, monospace;
  font-family: Consolas,Monaco,Lucida Console,Liberation Mono,DejaVu Sans Mono,Bitstream Vera Sans Mono,Courier New, monospace;
}
}

Revision as of 09:01, 17 December 2020

/* CSS placed here will be applied to all skins */
# Style for screen output: pre tags with class "screen"
pre.rvmscreen {
 background-color: black;
 color: white;
 font-family: Consolas,Monaco,Lucida Console,Liberation Mono,DejaVu Sans Mono,Bitstream Vera Sans Mono,Courier New, monospace;
}