MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
mNo edit summary |
||
| (2 intermediate revisions by the same user not shown) | |||
| 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" */ | ||
/* Use as: <pre class="rvmscreen">My text</pre> */ | |||
pre.rvmscreen { | pre.rvmscreen { | ||
background-color: black; | background-color: black; | ||
color: white; | color: white; | ||
} | } | ||
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;
}