MediaWiki:Common.css: Difference between revisions

From ArmadeusWiki
No edit summary
No edit summary
Line 2: Line 2:


/** Well... that's theory because following is not working and it appears that modifying skins/MonoBook/main.css is the way to do... */
/** 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 {
Line 7: Line 8:
  color: grey;
  color: grey;
  font-family: Consolas,Monaco,Lucida Console,Liberation Mono,DejaVu Sans Mono,Bitstream Vera Sans Mono,Courier New, monospace;
  font-family: Consolas,Monaco,Lucida Console,Liberation Mono,DejaVu Sans Mono,Bitstream Vera Sans Mono,Courier New, monospace;
}
pre.config {
      font-size:9.0pt;
      padding: 1em;
      border: 1px;
      color: black;
      background-color: #b9b9b9;
      line-height: 1.1em;
}
}

Revision as of 19:19, 30 January 2026

/** 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.config {
      font-size:9.0pt;
      padding: 1em;
      border: 1px;
      color: black;
      background-color: #b9b9b9;
      line-height: 1.1em;
}