MediaWiki:Common.css
From ArmadeusWiki
Note: After publishing, you may have to bypass your browser's cache to see the changes.
- Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
- Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
- Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5.
/** 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;
} */
pre.apf {
font-size:9.0pt;
padding: 1em;
border: 1px dashed #00ff00;
color: #dddddd;
background-color: black;
line-height: 1.1em;
}
pre.opos {
font-size:9.0pt;
padding: 1em;
border: 1px dashed #00ff00;
color: #dddddd;
background-color: black;
line-height: 1.1em;
}
pre.host {
padding: 1em;
border: 1px dashed #2f6fab;
color: black;
background-color: #f9f9f9;
line-height: 1.1em;
}
pre.config {
font-size:9.0pt;
padding: 1em;
border: 1px;
color: black;
background-color: #b9b9b9;
line-height: 1.1em;
}