MediaWiki:Common.css: Difference between revisions
From ArmadeusWiki
No edit summary |
No 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 APF bash scripts: pre tags with class "apf" | |||
pre.apf { | |||
background-color: black; | |||
color: grey; | |||
font-family: Consolas,Monaco,Lucida Console,Liberation Mono,DejaVu Sans Mono,Bitstream Vera Sans Mono,Courier New, monospace; | |||
} |
Revision as of 20:52, 22 September 2015
/** CSS placed here will be applied to all skins */
# Style for APF bash scripts: pre tags with class "apf"
pre.apf {
background-color: black;
color: grey;
font-family: Consolas,Monaco,Lucida Console,Liberation Mono,DejaVu Sans Mono,Bitstream Vera Sans Mono,Courier New, monospace;
}