Difference between revisions of "MediaWiki:Common.css"
From ArmadeusWiki
| (One intermediate revision 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 */ | ||
| + | |||
| + | /** 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; | ||
| + | } | ||
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;
}