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 */ | ||
+ | /** Well... that's theory because following is not working and it appears that modifying skins/MonoBook/main.css is the way to do... */ | ||
# Style for APF bash scripts: pre tags with class "apf" | # Style for APF bash scripts: pre tags with class "apf" | ||
pre.apf { | pre.apf { |
Latest revision as of 20:15, 22 September 2015
/** CSS placed here will be applied to all skins */
/** Well... that's theory because following is not working and it appears that modifying skins/MonoBook/main.css is the way to do... */
# 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;
}