MediaWiki:Common.css: Difference between revisions
No edit summary |
No edit summary |
||
| Line 3: | Line 3: | ||
background-color: black !important; | background-color: black !important; | ||
color: lime !important; | color: lime !important; | ||
tab-size: | tab-size:12; | ||
font-family:'Nimbus Mono L'; | font-family:'Nimbus Mono L'; | ||
font-size:11px; | font-size:11px; | ||
Revision as of 17:19, 2 March 2025
/* CSS placed here will be applied to all skins */
.mw-highlight pre {
background-color: black !important;
color: lime !important;
tab-size:12;
font-family:'Nimbus Mono L';
font-size:11px;
line-height: 1.2
}
.mw-highlight .kwd {
font-weight: bold;
}