MediaWiki:Common.css: Difference between revisions
No edit summary |
No edit summary |
||
| Line 9: | Line 9: | ||
} | } | ||
.mw-highlight .kwd { | .mw-highlight .kwd { | ||
font-weight: bold; | |||
} | |||
.mw-highlight pre:before { | |||
content: "with procedure function package begin end is declare loop if then else elsif case when while for use type renames return record "; | |||
font-weight: bold; | font-weight: bold; | ||
} | } | ||
Revision as of 17:26, 2 March 2025
/* CSS placed here will be applied to all skins */
.mw-highlight pre {
background-color: black !important;
color: lime !important;
tab-size:10;
font-family:'Nimbus Mono L';
font-size:12px;
line-height: 1.2
}
.mw-highlight .kwd {
font-weight: bold;
}
.mw-highlight pre:before {
content: "with procedure function package begin end is declare loop if then else elsif case when while for use type renames return record ";
font-weight: bold;
}