Difference between revisions of "MediaWiki:Common.css"
From ArmadeusWiki
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 19: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;
}