MediaWiki:Common.css: Difference between revisions

From RVM Wiki
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
 
Line 2: Line 2:


/* Style for screen output: pre tags with class "screen" */
/* Style for screen output: pre tags with class "screen" */
/* Use as:  <pre class="rvmscreen">My text</pre> */


pre.rvmscreen {
pre.rvmscreen {

Latest revision as of 09:23, 17 December 2020

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

/* Style for screen output: pre tags with class "screen" */
/* Use as:  <pre class="rvmscreen">My text</pre> */

pre.rvmscreen {
 background-color: black;
 color: white;
}