Difference between revisions of "MediaWiki:Common.css"

From UNPM.org Wiki
Jump to navigation Jump to search
(Created page with "→‎CSS placed here will be applied to all skins: # Style for bash scripts: pre tags with class "bash" pre.bash { background-color: black; color: grey; font-family: Conso...")
(No difference)

Revision as of 18:48, 12 February 2014

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

# Style for bash scripts: pre tags with class "bash"
pre.bash {
 background-color: black;
 color: grey;
 font-family: Consolas,Monaco,Lucida Console,Liberation Mono,DejaVu Sans Mono,Bitstream Vera Sans Mono,Courier New, monospace;
}