MediaWiki:Common.css: Difference between revisions
From ArmadeusWiki
No edit summary |
No edit summary |
||
| (3 intermediate revisions 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; | |||
} */ | |||
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; | |||
} | |||
Latest revision as of 18:21, 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.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;
}